From 693e5f1fad8e375aff317bb246382865d71fa9d4 Mon Sep 17 00:00:00 2001 From: MissKay1994 <15877268+MissKay1994@users.noreply.github.com> Date: Wed, 20 Nov 2024 03:40:54 -0500 Subject: [PATCH 001/160] Update salvage.yml --- .../Catalog/VendingMachines/Inventories/salvage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml index 9e5549e2494..48994a71628 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml @@ -3,10 +3,10 @@ startingInventory: Crowbar: 2 Pickaxe: 4 - OreBag: 2 + OreBag: 4 Flare: 4 FlashlightLantern: 2 - HandheldGPSBasic: 2 - RadioHandheld: 2 - WeaponGrapplingGun: 2 + HandheldGPSBasic: 4 + RadioHandheld: 4 + WeaponGrapplingGun: 4 WeaponProtoKineticAccelerator: 4 From f23b6522b2b25d029a189041624096c72efbb6a5 Mon Sep 17 00:00:00 2001 From: MissKay1994 <15877268+MissKay1994@users.noreply.github.com> Date: Wed, 20 Nov 2024 04:44:33 -0500 Subject: [PATCH 002/160] Update cargo_vending.yml --- Resources/Prototypes/Catalog/Cargo/cargo_vending.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index 86da8fb940e..b8dd035e4f9 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -154,7 +154,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockSalvageEquipmentFilled - cost: 1000 + cost: 1500 category: cargoproduct-category-name-engineering group: market From e96e80bc955af1c709b5dfac298761bc26243d45 Mon Sep 17 00:00:00 2001 From: MissKay1994 <15877268+MissKay1994@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:05:01 -0500 Subject: [PATCH 003/160] Update salvage.yml --- .../Catalog/VendingMachines/Inventories/salvage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml index 48994a71628..8a9e4bb3423 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml @@ -2,11 +2,11 @@ id: SalvageEquipmentInventory startingInventory: Crowbar: 2 - Pickaxe: 4 + Pickaxe: 2 OreBag: 4 Flare: 4 FlashlightLantern: 2 - HandheldGPSBasic: 4 - RadioHandheld: 4 + HandheldGPSBasic: 2 + RadioHandheld: 2 WeaponGrapplingGun: 4 WeaponProtoKineticAccelerator: 4 From c02a027cf14f9f2c0c603a7a8035e1cd6868dddd Mon Sep 17 00:00:00 2001 From: MissKay1994 <15877268+MissKay1994@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:06:19 -0500 Subject: [PATCH 004/160] Update salvage.yml --- .../Prototypes/Catalog/VendingMachines/Inventories/salvage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml index 8a9e4bb3423..7761453327a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/salvage.yml @@ -2,7 +2,7 @@ id: SalvageEquipmentInventory startingInventory: Crowbar: 2 - Pickaxe: 2 + Pickaxe: 4 OreBag: 4 Flare: 4 FlashlightLantern: 2 From 3758715bdc8cd0209d3de3714b69897182546a20 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Fri, 22 Nov 2024 00:43:02 +0100 Subject: [PATCH 005/160] electrification hud --- .../ElectrocutionOverlaySystem.cs | 101 ++++++++++++++++++ .../Electrocution/ElectrocutionSystem.cs | 15 +-- Content.Server/Power/PowerWireAction.cs | 10 +- .../ElectrocutionOverlayComponent.cs | 9 ++ .../Electrocution/SharedElectrocution.cs | 6 +- .../SharedElectrocutionSystem.cs | 15 +++ .../Entities/Mobs/Player/observer.yml | 1 + .../Entities/Mobs/Player/silicon.yml | 1 + .../Doors/Airlocks/base_structureairlocks.yml | 5 + .../Entities/Structures/Walls/fence_metal.yml | 14 +-- .../Entities/Structures/Walls/grille.yml | 10 +- .../Interface/Misc/ai_hud.rsi/apc_hacked.png | Bin 0 -> 561 bytes .../Interface/Misc/ai_hud.rsi/electrified.png | Bin 0 -> 812 bytes .../Interface/Misc/ai_hud.rsi/meta.json | 37 +++++++ 14 files changed, 192 insertions(+), 32 deletions(-) create mode 100644 Content.Client/Electrocution/ElectrocutionOverlaySystem.cs create mode 100644 Content.Shared/Electrocution/Components/ElectrocutionOverlayComponent.cs create mode 100644 Resources/Textures/Interface/Misc/ai_hud.rsi/apc_hacked.png create mode 100644 Resources/Textures/Interface/Misc/ai_hud.rsi/electrified.png create mode 100644 Resources/Textures/Interface/Misc/ai_hud.rsi/meta.json diff --git a/Content.Client/Electrocution/ElectrocutionOverlaySystem.cs b/Content.Client/Electrocution/ElectrocutionOverlaySystem.cs new file mode 100644 index 00000000000..2751c498de3 --- /dev/null +++ b/Content.Client/Electrocution/ElectrocutionOverlaySystem.cs @@ -0,0 +1,101 @@ +using Content.Shared.Electrocution; +using Robust.Client.GameObjects; +using Robust.Client.Player; +using Robust.Shared.Player; + +namespace Content.Client.Electrocution; + +/// +/// Shows the ElectrocutionOverlay to entities with the ElectrocutionOverlayComponent. +/// +public sealed class ElectrocutionOverlaySystem : EntitySystem +{ + + [Dependency] private readonly AppearanceSystem _appearance = default!; + [Dependency] private readonly IPlayerManager _playerMan = default!; + + /// + public override void Initialize() + { + SubscribeLocalEvent(OnInit); + SubscribeLocalEvent(OnShutdown); + SubscribeLocalEvent(OnPlayerAttached); + SubscribeLocalEvent(OnPlayerDetached); + + SubscribeLocalEvent(OnAppearanceChange); + } + + private void OnPlayerAttached(Entity ent, ref LocalPlayerAttachedEvent args) + { + ShowOverlay(); + } + + private void OnPlayerDetached(Entity ent, ref LocalPlayerDetachedEvent args) + { + RemoveOverlay(); + } + + private void OnInit(Entity ent, ref ComponentInit args) + { + if (_playerMan.LocalEntity == ent) + { + ShowOverlay(); + } + } + + private void OnShutdown(Entity ent, ref ComponentShutdown args) + { + if (_playerMan.LocalEntity == ent) + { + RemoveOverlay(); + } + } + + private void ShowOverlay() + { + var electrifiedQuery = AllEntityQuery(); + while (electrifiedQuery.MoveNext(out var uid, out var _, out var appearanceComp, out var spriteComp)) + { + if (!_appearance.TryGetData(uid, ElectrifiedVisuals.IsElectrified, out var electrified, appearanceComp)) + continue; + + if (!spriteComp.LayerMapTryGet(ElectrifiedLayers.Overlay, out var layer)) + continue; + + if (electrified) + spriteComp.LayerSetVisible(ElectrifiedLayers.Overlay, true); + else + spriteComp.LayerSetVisible(ElectrifiedLayers.Overlay, false); + } + } + + private void RemoveOverlay() + { + var electrifiedQuery = AllEntityQuery(); + while (electrifiedQuery.MoveNext(out var uid, out var _, out var appearanceComp, out var spriteComp)) + { + if (!spriteComp.LayerMapTryGet(ElectrifiedLayers.Overlay, out var layer)) + continue; + + spriteComp.LayerSetVisible(layer, false); + } + } + + private void OnAppearanceChange(Entity ent, ref AppearanceChangeEvent args) + { + if (args.Sprite == null) + return; + + if (!_appearance.TryGetData(ent.Owner, ElectrifiedVisuals.IsElectrified, out var electrified, args.Component)) + return; + + if (!args.Sprite.LayerMapTryGet(ElectrifiedLayers.Overlay, out var layer)) + return; + + var player = _playerMan.LocalEntity; + if (electrified && HasComp(player)) + args.Sprite.LayerSetVisible(layer, true); + else + args.Sprite.LayerSetVisible(layer, false); + } +} diff --git a/Content.Server/Electrocution/ElectrocutionSystem.cs b/Content.Server/Electrocution/ElectrocutionSystem.cs index 88404c4aa96..eb10f8d2809 100644 --- a/Content.Server/Electrocution/ElectrocutionSystem.cs +++ b/Content.Server/Electrocution/ElectrocutionSystem.cs @@ -121,7 +121,7 @@ private void UpdateState(float frameTime) activated.TimeLeft -= frameTime; if (activated.TimeLeft <= 0 || !IsPowered(uid, electrified, transform)) { - _appearance.SetData(uid, ElectrifiedVisuals.IsPowered, false); + _appearance.SetData(uid, ElectrifiedVisuals.ShowSparks, false); RemComp(uid); } } @@ -217,7 +217,7 @@ public bool TryDoElectrifiedAct(EntityUid uid, EntityUid targetUid, return false; EnsureComp(uid); - _appearance.SetData(uid, ElectrifiedVisuals.IsPowered, true); + _appearance.SetData(uid, ElectrifiedVisuals.ShowSparks, true); siemens *= electrified.SiemensCoefficient; if (!DoCommonElectrocutionAttempt(targetUid, uid, ref siemens) || siemens <= 0) @@ -488,15 +488,4 @@ private void PlayElectrocutionSound(EntityUid targetUid, EntityUid sourceUid, El } _audio.PlayPvs(electrified.ShockNoises, targetUid, AudioParams.Default.WithVolume(electrified.ShockVolume)); } - - public void SetElectrifiedWireCut(Entity ent, bool value) - { - if (ent.Comp.IsWireCut == value) - { - return; - } - - ent.Comp.IsWireCut = value; - Dirty(ent); - } } diff --git a/Content.Server/Power/PowerWireAction.cs b/Content.Server/Power/PowerWireAction.cs index cebb7de8ec8..9e4e6a6086d 100644 --- a/Content.Server/Power/PowerWireAction.cs +++ b/Content.Server/Power/PowerWireAction.cs @@ -17,7 +17,7 @@ public sealed partial class PowerWireAction : BaseWireAction [DataField("pulseTimeout")] private int _pulseTimeout = 30; - private ElectrocutionSystem _electrocutionSystem = default!; + private ElectrocutionSystem _electrocution = default!; public override object StatusKey { get; } = PowerWireActionKey.Status; @@ -105,8 +105,8 @@ private void SetElectrified(EntityUid used, bool setting, ElectrifiedComponent? && !EntityManager.TryGetComponent(used, out electrified)) return; - _electrocutionSystem.SetElectrifiedWireCut((used, electrified), setting); - electrified.Enabled = setting; + _electrocution.SetElectrifiedWireCut((used, electrified), setting); + _electrocution.SetElectrified((used, electrified), setting); } /// false if failed, true otherwise, or if the entity cannot be electrified @@ -120,7 +120,7 @@ private bool TrySetElectrocution(EntityUid user, Wire wire, bool timed = false) // always set this to true SetElectrified(wire.Owner, true, electrified); - var electrifiedAttempt = _electrocutionSystem.TryDoElectrifiedAct(wire.Owner, user); + var electrifiedAttempt = _electrocution.TryDoElectrifiedAct(wire.Owner, user); // if we were electrified, then return false return !electrifiedAttempt; @@ -161,7 +161,7 @@ public override void Initialize() { base.Initialize(); - _electrocutionSystem = EntityManager.System(); + _electrocution = EntityManager.System(); } // This should add a wire into the entity's state, whether it be diff --git a/Content.Shared/Electrocution/Components/ElectrocutionOverlayComponent.cs b/Content.Shared/Electrocution/Components/ElectrocutionOverlayComponent.cs new file mode 100644 index 00000000000..e03e8cb9344 --- /dev/null +++ b/Content.Shared/Electrocution/Components/ElectrocutionOverlayComponent.cs @@ -0,0 +1,9 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.Electrocution; + +/// +/// Allow an entity to see the ElectrocutionOverlay showing electrocuted doors. +/// +[RegisterComponent, NetworkedComponent] +public sealed partial class ElectrocutionOverlayComponent : Component; diff --git a/Content.Shared/Electrocution/SharedElectrocution.cs b/Content.Shared/Electrocution/SharedElectrocution.cs index 4060856d4d6..b00fb1afdb7 100644 --- a/Content.Shared/Electrocution/SharedElectrocution.cs +++ b/Content.Shared/Electrocution/SharedElectrocution.cs @@ -5,11 +5,13 @@ namespace Content.Shared.Electrocution; [Serializable, NetSerializable] public enum ElectrifiedLayers : byte { - Powered + Sparks, + Overlay, } [Serializable, NetSerializable] public enum ElectrifiedVisuals : byte { - IsPowered + ShowSparks, // only shown when zapping someone, deactivated after a short time + IsElectrified, // if the entity is electrified or not, used for the AI HUD } diff --git a/Content.Shared/Electrocution/SharedElectrocutionSystem.cs b/Content.Shared/Electrocution/SharedElectrocutionSystem.cs index e36e4a804b7..5da344e023a 100644 --- a/Content.Shared/Electrocution/SharedElectrocutionSystem.cs +++ b/Content.Shared/Electrocution/SharedElectrocutionSystem.cs @@ -5,6 +5,8 @@ namespace Content.Shared.Electrocution { public abstract class SharedElectrocutionSystem : EntitySystem { + [Dependency] private readonly SharedAppearanceSystem _appearance = default!; + public override void Initialize() { base.Initialize(); @@ -35,6 +37,19 @@ public void SetElectrified(Entity ent, bool value) ent.Comp.Enabled = value; Dirty(ent, ent.Comp); + + _appearance.SetData(ent.Owner, ElectrifiedVisuals.IsElectrified, value); + } + + public void SetElectrifiedWireCut(Entity ent, bool value) + { + if (ent.Comp.IsWireCut == value) + { + return; + } + + ent.Comp.IsWireCut = value; + Dirty(ent); } /// Entity being electrocuted. diff --git a/Resources/Prototypes/Entities/Mobs/Player/observer.yml b/Resources/Prototypes/Entities/Mobs/Player/observer.yml index d7c5dfe97bb..dc89e635bf0 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/observer.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/observer.yml @@ -55,6 +55,7 @@ skipChecks: true - type: Ghost - type: GhostHearing + - type: ElectrocutionOverlay - type: IntrinsicRadioReceiver - type: ActiveRadio receiveAllChannels: true diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index bcac46ed842..3b2b65e6790 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -30,6 +30,7 @@ - type: IgnoreUIRange - type: StationAiHeld - type: StationAiOverlay + - type: ElectrocutionOverlay - type: ActionGrant actions: - ActionJumpToCore diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index fe725b06841..27f4973d050 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -30,6 +30,11 @@ shader: unshaded - state: panel_open map: ["enum.WiresVisualLayers.MaintenancePanel"] + - state: electrified + sprite: Interface/Misc/ai_hud.rsi + shader: unshaded + visible: false + map: ["enum.ElectrifiedLayers.Overlay"] - type: AnimationPlayer - type: Physics - type: Fixtures diff --git a/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml b/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml index 2d0c55af5a7..b5fa7d91902 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml @@ -70,8 +70,8 @@ - type: Appearance - type: GenericVisualizer visuals: - enum.ElectrifiedVisuals.IsPowered: - enum.ElectrifiedLayers.Powered: + enum.ElectrifiedVisuals.ShowSparks: + enum.ElectrifiedLayers.Sparks: True: { visible: True } False: { visible: False } - type: AnimationPlayer @@ -91,7 +91,7 @@ - state: straight_broken - state: electrified sprite: Effects/electricity.rsi - map: ["enum.ElectrifiedLayers.Powered"] + map: ["enum.ElectrifiedLayers.Sparks"] shader: unshaded visible: false - type: Physics @@ -151,7 +151,7 @@ - state: straight - state: electrified sprite: Effects/electricity.rsi - map: ["enum.ElectrifiedLayers.Powered"] + map: ["enum.ElectrifiedLayers.Sparks"] shader: unshaded visible: false - type: Fixtures @@ -209,7 +209,7 @@ - state: corner - state: electrified sprite: Effects/electricity.rsi - map: ["enum.ElectrifiedLayers.Powered"] + map: ["enum.ElectrifiedLayers.Sparks"] shader: unshaded visible: false - type: Fixtures @@ -256,7 +256,7 @@ - state: end - state: electrified sprite: Effects/electricity.rsi - map: ["enum.ElectrifiedLayers.Powered"] + map: ["enum.ElectrifiedLayers.Sparks"] shader: unshaded visible: false - type: Fixtures @@ -292,7 +292,7 @@ map: ["enum.DoorVisualLayers.Base"] - state: electrified sprite: Effects/electricity.rsi - map: [ "enum.ElectrifiedLayers.Powered" ] + map: [ "enum.ElectrifiedLayers.Sparks" ] shader: unshaded visible: false - type: Fixtures diff --git a/Resources/Prototypes/Entities/Structures/Walls/grille.yml b/Resources/Prototypes/Entities/Structures/Walls/grille.yml index 2b65528d225..3433ffc366b 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/grille.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/grille.yml @@ -21,7 +21,7 @@ - state: grille - state: electrified sprite: Effects/electricity.rsi - map: ["enum.ElectrifiedLayers.Powered"] + map: ["enum.ElectrifiedLayers.Sparks"] shader: unshaded visible: false - type: Icon @@ -82,8 +82,8 @@ - type: Appearance - type: GenericVisualizer visuals: - enum.ElectrifiedVisuals.IsPowered: - enum.ElectrifiedLayers.Powered: + enum.ElectrifiedVisuals.ShowSparks: + enum.ElectrifiedLayers.Sparks: True: { visible: True } False: { visible: False } - type: AnimationPlayer @@ -176,7 +176,7 @@ - state: grille_diagonal - state: electrified_diagonal sprite: Effects/electricity.rsi - map: ["enum.ElectrifiedLayers.Powered"] + map: ["enum.ElectrifiedLayers.Sparks"] shader: unshaded visible: false - type: Icon @@ -211,7 +211,7 @@ - state: ratvargrille_diagonal - state: electrified_diagonal sprite: Effects/electricity.rsi - map: ["enum.ElectrifiedLayers.Powered"] + map: ["enum.ElectrifiedLayers.Sparks"] shader: unshaded visible: false - type: Icon diff --git a/Resources/Textures/Interface/Misc/ai_hud.rsi/apc_hacked.png b/Resources/Textures/Interface/Misc/ai_hud.rsi/apc_hacked.png new file mode 100644 index 0000000000000000000000000000000000000000..72e111edac559c01afecad417d4e79eb6e953d80 GIT binary patch literal 561 zcmeAS@N?(olHy`uVBq!ia0vp^4nUm1!3HGP9xZtRq&N#aB8wRq_>O=u<5X=vX$A(y z$DS^ZAr*7p&JN5wY{27eso;L|Vc8Pdyz-k9_!vX3d!?vuEcTB)o5Vj03`d{1&yJo6>KO1N;cl0e$; z*HR2coD3&a85E{7G{i6=I9v4Bd_O(2`qTUK|9`((FaLk<#1@ZZ_K)8F)W3IxrzMy1 zbF|yGZA9*$1*K-tnKPdlko%Z@wqB{(z|Z{qCF1AIknRme1MKd)MiL zDacO~ycrzy7#ScQgm5zAPh5Mh{QV=)T_#~_ZW@Z4vP2FA=GJvf_D*jsxT0b>MJU?z zmiz@{`^)kP;xdgFUkiTlyXAGA!5V1c4l8*Hpydef-f(oS-FGYA`hc~;YPtpXGnkjxjOZghtrdu`eiQrDums|E=r~Q|Lgfb@B6&{ zzeOchp0ECYU;Zrfys!DsSK2EqP-hVR`ZKHkEyILvxdZY=GS8}w)^a8T(*T2~tDnm{ Hr-UW|fzIqt literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Misc/ai_hud.rsi/electrified.png b/Resources/Textures/Interface/Misc/ai_hud.rsi/electrified.png new file mode 100644 index 0000000000000000000000000000000000000000..046a307d09f964825068522b4fe5790b0eb5eb7c GIT binary patch literal 812 zcmV+{1JnG8P)t3m`bd7309&o=J$TLpk^JmiVDGT3 z$u5dNjX9AR(SBcRsd4w8{Ar9)NatF0uVFbV4ej~r@#i&EPx(7L46A# zmwgY_FogEp?+7;mxUHjveD4i!eSdrNABm;j3uu(@ml4*?NnbxMLbhK2M*!~<>(Ai~ zG@kq;cYl75wHu^M)`!|2PbL4V0JUu4aAyJ-f52WaDHR|^_0mK&4QepMx58BZfYe!F zmTqtge?V$0OqgK`Y=H9zcm_{^^#^zaPk{0VXrKEXAJJ#t%Jc_}=j;u1Yd1)jx zH<)Ju)G4sRGz*{yPf*_i$YtL{H4LFW_d9~vAD|&0x4xPFfUS+QdM_X$ABnU50llCl q{s8X(???0B^Czs`AYIPv5BLEgD;PVJ8F0k_0000>qx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Misc/ai_hud.rsi/meta.json b/Resources/Textures/Interface/Misc/ai_hud.rsi/meta.json new file mode 100644 index 00000000000..7f1e67ac4d9 --- /dev/null +++ b/Resources/Textures/Interface/Misc/ai_hud.rsi/meta.json @@ -0,0 +1,37 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d170a410d40eec4fc19fe5eb8d561d58a0902082", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "electrified", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "apc_hacked", + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +} \ No newline at end of file From 646d41d3a7824168053349ce6159bac5acec2eb9 Mon Sep 17 00:00:00 2001 From: c4llv07e Date: Fri, 22 Nov 2024 15:38:41 +0000 Subject: [PATCH 006/160] Add telegram to the server info-links (#33459) --- Content.Client/Info/LinkBanner.cs | 1 + Content.Server/ServerInfo/ServerInfoManager.cs | 11 ++++++----- Content.Shared/CCVar/CCVars.Game.Infolinks.cs | 6 ++++++ Resources/Locale/en-US/info/server-info.ftl | 1 + Resources/Locale/en-US/server-info/info-links.ftl | 1 + 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Content.Client/Info/LinkBanner.cs b/Content.Client/Info/LinkBanner.cs index a30aa413761..7366a8f8565 100644 --- a/Content.Client/Info/LinkBanner.cs +++ b/Content.Client/Info/LinkBanner.cs @@ -34,6 +34,7 @@ public LinkBanner() AddInfoButton("server-info-website-button", CCVars.InfoLinksWebsite); AddInfoButton("server-info-wiki-button", CCVars.InfoLinksWiki); AddInfoButton("server-info-forum-button", CCVars.InfoLinksForum); + AddInfoButton("server-info-telegram-button", CCVars.InfoLinksTelegram); var guidebookController = UserInterfaceManager.GetUIController(); var guidebookButton = new Button() { Text = Loc.GetString("server-info-guidebook-button") }; diff --git a/Content.Server/ServerInfo/ServerInfoManager.cs b/Content.Server/ServerInfo/ServerInfoManager.cs index d2e35e9663d..673a33a9419 100644 --- a/Content.Server/ServerInfo/ServerInfoManager.cs +++ b/Content.Server/ServerInfo/ServerInfoManager.cs @@ -13,11 +13,12 @@ public sealed class ServerInfoManager private static readonly (CVarDef cVar, string icon, string name)[] Vars = { // @formatter:off - (CCVars.InfoLinksDiscord, "discord", "info-link-discord"), - (CCVars.InfoLinksForum, "forum", "info-link-forum"), - (CCVars.InfoLinksGithub, "github", "info-link-github"), - (CCVars.InfoLinksWebsite, "web", "info-link-website"), - (CCVars.InfoLinksWiki, "wiki", "info-link-wiki") + (CCVars.InfoLinksDiscord, "discord", "info-link-discord"), + (CCVars.InfoLinksForum, "forum", "info-link-forum"), + (CCVars.InfoLinksGithub, "github", "info-link-github"), + (CCVars.InfoLinksWebsite, "web", "info-link-website"), + (CCVars.InfoLinksWiki, "wiki", "info-link-wiki"), + (CCVars.InfoLinksTelegram, "telegram", "info-link-telegram") // @formatter:on }; diff --git a/Content.Shared/CCVar/CCVars.Game.Infolinks.cs b/Content.Shared/CCVar/CCVars.Game.Infolinks.cs index fa8332b497e..5544953a0d5 100644 --- a/Content.Shared/CCVar/CCVars.Game.Infolinks.cs +++ b/Content.Shared/CCVar/CCVars.Game.Infolinks.cs @@ -51,4 +51,10 @@ public sealed partial class CCVars /// public static readonly CVarDef InfoLinksAppeal = CVarDef.Create("infolinks.appeal", "", CVar.SERVER | CVar.REPLICATED); + + /// + /// Link to Telegram channel to show in the launcher. + /// + public static readonly CVarDef InfoLinksTelegram = + CVarDef.Create("infolinks.telegram", "", CVar.SERVER | CVar.REPLICATED); } diff --git a/Resources/Locale/en-US/info/server-info.ftl b/Resources/Locale/en-US/info/server-info.ftl index 3039f4cb17a..ff183d80ef4 100644 --- a/Resources/Locale/en-US/info/server-info.ftl +++ b/Resources/Locale/en-US/info/server-info.ftl @@ -4,5 +4,6 @@ server-info-discord-button = Discord server-info-website-button = Website server-info-wiki-button = Wiki server-info-forum-button = Forum +server-info-telegram-button = Telegram server-info-report-button = Report Bugs server-info-credits-button = Credits diff --git a/Resources/Locale/en-US/server-info/info-links.ftl b/Resources/Locale/en-US/server-info/info-links.ftl index 0f8f9eb7d99..51b6b51ecb0 100644 --- a/Resources/Locale/en-US/server-info/info-links.ftl +++ b/Resources/Locale/en-US/server-info/info-links.ftl @@ -5,3 +5,4 @@ info-link-forum = Forum info-link-github = GitHub info-link-website = Website info-link-wiki = Wiki +info-link-telegram = Telegram From 08bfb43febe7bcf145e32e2e61146a5aedea454f Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:02:59 +0100 Subject: [PATCH 007/160] cleanup --- .../ElectrocutionOverlaySystem.cs | 72 +++++++++---------- .../ElectrocutionHUDVisualsComponent.cs | 7 ++ ...nt.cs => ShowElectrocutionHUDComponent.cs} | 4 +- .../Electrocution/SharedElectrocution.cs | 2 +- .../Entities/Mobs/Player/observer.yml | 2 +- .../Entities/Mobs/Player/silicon.yml | 2 +- .../Doors/Airlocks/base_structureairlocks.yml | 3 +- .../Structures/Doors/Airlocks/shuttle.yml | 18 ----- 8 files changed, 47 insertions(+), 63 deletions(-) create mode 100644 Content.Shared/Electrocution/Components/ElectrocutionHUDVisualsComponent.cs rename Content.Shared/Electrocution/Components/{ElectrocutionOverlayComponent.cs => ShowElectrocutionHUDComponent.cs} (51%) diff --git a/Content.Client/Electrocution/ElectrocutionOverlaySystem.cs b/Content.Client/Electrocution/ElectrocutionOverlaySystem.cs index 2751c498de3..bcfc51acc12 100644 --- a/Content.Client/Electrocution/ElectrocutionOverlaySystem.cs +++ b/Content.Client/Electrocution/ElectrocutionOverlaySystem.cs @@ -6,96 +6,90 @@ namespace Content.Client.Electrocution; /// -/// Shows the ElectrocutionOverlay to entities with the ElectrocutionOverlayComponent. +/// Shows the Electrocution HUD to entities with the ShowElectrocutionHUDComponent. /// -public sealed class ElectrocutionOverlaySystem : EntitySystem +public sealed class ElectrifiedVisualizerSystem : VisualizerSystem { - - [Dependency] private readonly AppearanceSystem _appearance = default!; [Dependency] private readonly IPlayerManager _playerMan = default!; - /// public override void Initialize() { - SubscribeLocalEvent(OnInit); - SubscribeLocalEvent(OnShutdown); - SubscribeLocalEvent(OnPlayerAttached); - SubscribeLocalEvent(OnPlayerDetached); + base.Initialize(); - SubscribeLocalEvent(OnAppearanceChange); + SubscribeLocalEvent(OnInit); + SubscribeLocalEvent(OnShutdown); + SubscribeLocalEvent(OnPlayerAttached); + SubscribeLocalEvent(OnPlayerDetached); } - private void OnPlayerAttached(Entity ent, ref LocalPlayerAttachedEvent args) + private void OnPlayerAttached(Entity ent, ref LocalPlayerAttachedEvent args) { - ShowOverlay(); + ShowHUD(); } - private void OnPlayerDetached(Entity ent, ref LocalPlayerDetachedEvent args) + private void OnPlayerDetached(Entity ent, ref LocalPlayerDetachedEvent args) { - RemoveOverlay(); + RemoveHUD(); } - private void OnInit(Entity ent, ref ComponentInit args) + private void OnInit(Entity ent, ref ComponentInit args) { if (_playerMan.LocalEntity == ent) { - ShowOverlay(); + ShowHUD(); } } - private void OnShutdown(Entity ent, ref ComponentShutdown args) + private void OnShutdown(Entity ent, ref ComponentShutdown args) { if (_playerMan.LocalEntity == ent) { - RemoveOverlay(); + RemoveHUD(); } } - private void ShowOverlay() + // Show the HUD to the client. + // We have to look for all current entities that can be electrified and toggle the HUD layer on if they are. + private void ShowHUD() { - var electrifiedQuery = AllEntityQuery(); + var electrifiedQuery = AllEntityQuery(); while (electrifiedQuery.MoveNext(out var uid, out var _, out var appearanceComp, out var spriteComp)) { - if (!_appearance.TryGetData(uid, ElectrifiedVisuals.IsElectrified, out var electrified, appearanceComp)) - continue; - - if (!spriteComp.LayerMapTryGet(ElectrifiedLayers.Overlay, out var layer)) + if (!AppearanceSystem.TryGetData(uid, ElectrifiedVisuals.IsElectrified, out var electrified, appearanceComp)) continue; if (electrified) - spriteComp.LayerSetVisible(ElectrifiedLayers.Overlay, true); + spriteComp.LayerSetVisible(ElectrifiedLayers.HUD, true); else - spriteComp.LayerSetVisible(ElectrifiedLayers.Overlay, false); + spriteComp.LayerSetVisible(ElectrifiedLayers.HUD, false); } } - private void RemoveOverlay() + // Remove the HUD from the client. + // Find all current entities that can be electrified and hide the HUD layer. + private void RemoveHUD() { - var electrifiedQuery = AllEntityQuery(); + var electrifiedQuery = AllEntityQuery(); while (electrifiedQuery.MoveNext(out var uid, out var _, out var appearanceComp, out var spriteComp)) { - if (!spriteComp.LayerMapTryGet(ElectrifiedLayers.Overlay, out var layer)) - continue; - spriteComp.LayerSetVisible(layer, false); + spriteComp.LayerSetVisible(ElectrifiedLayers.HUD, false); } } - private void OnAppearanceChange(Entity ent, ref AppearanceChangeEvent args) + // Toggle the HUD layer if an entity becomes (de-)electrified + protected override void OnAppearanceChange(EntityUid uid, ElectrocutionHUDVisualsComponent comp, ref AppearanceChangeEvent args) { if (args.Sprite == null) return; - if (!_appearance.TryGetData(ent.Owner, ElectrifiedVisuals.IsElectrified, out var electrified, args.Component)) - return; - - if (!args.Sprite.LayerMapTryGet(ElectrifiedLayers.Overlay, out var layer)) + if (!AppearanceSystem.TryGetData(uid, ElectrifiedVisuals.IsElectrified, out var electrified, args.Component)) return; var player = _playerMan.LocalEntity; - if (electrified && HasComp(player)) - args.Sprite.LayerSetVisible(layer, true); + if (electrified && HasComp(player)) + args.Sprite.LayerSetVisible(ElectrifiedLayers.HUD, true); else - args.Sprite.LayerSetVisible(layer, false); + args.Sprite.LayerSetVisible(ElectrifiedLayers.HUD, false); } } diff --git a/Content.Shared/Electrocution/Components/ElectrocutionHUDVisualsComponent.cs b/Content.Shared/Electrocution/Components/ElectrocutionHUDVisualsComponent.cs new file mode 100644 index 00000000000..a48b1e3e5a3 --- /dev/null +++ b/Content.Shared/Electrocution/Components/ElectrocutionHUDVisualsComponent.cs @@ -0,0 +1,7 @@ +namespace Content.Shared.Electrocution; + +/// +/// Handles toggling sprite layers for the electrocution HUD to show if an entity with the ElectrifiedComponent is electrified. +/// +[RegisterComponent] +public sealed partial class ElectrocutionHUDVisualsComponent : Component; diff --git a/Content.Shared/Electrocution/Components/ElectrocutionOverlayComponent.cs b/Content.Shared/Electrocution/Components/ShowElectrocutionHUDComponent.cs similarity index 51% rename from Content.Shared/Electrocution/Components/ElectrocutionOverlayComponent.cs rename to Content.Shared/Electrocution/Components/ShowElectrocutionHUDComponent.cs index e03e8cb9344..a6d9f380da3 100644 --- a/Content.Shared/Electrocution/Components/ElectrocutionOverlayComponent.cs +++ b/Content.Shared/Electrocution/Components/ShowElectrocutionHUDComponent.cs @@ -3,7 +3,7 @@ namespace Content.Shared.Electrocution; /// -/// Allow an entity to see the ElectrocutionOverlay showing electrocuted doors. +/// Allow an entity to see the Electrocution HUD showing electrocuted doors. /// [RegisterComponent, NetworkedComponent] -public sealed partial class ElectrocutionOverlayComponent : Component; +public sealed partial class ShowElectrocutionHUDComponent : Component; diff --git a/Content.Shared/Electrocution/SharedElectrocution.cs b/Content.Shared/Electrocution/SharedElectrocution.cs index b00fb1afdb7..5422049874d 100644 --- a/Content.Shared/Electrocution/SharedElectrocution.cs +++ b/Content.Shared/Electrocution/SharedElectrocution.cs @@ -6,7 +6,7 @@ namespace Content.Shared.Electrocution; public enum ElectrifiedLayers : byte { Sparks, - Overlay, + HUD, } [Serializable, NetSerializable] diff --git a/Resources/Prototypes/Entities/Mobs/Player/observer.yml b/Resources/Prototypes/Entities/Mobs/Player/observer.yml index dc89e635bf0..32a481491ce 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/observer.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/observer.yml @@ -55,7 +55,7 @@ skipChecks: true - type: Ghost - type: GhostHearing - - type: ElectrocutionOverlay + - type: ShowElectrocutionHUD - type: IntrinsicRadioReceiver - type: ActiveRadio receiveAllChannels: true diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index dee11f0451d..b694b245b29 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -30,7 +30,7 @@ - type: IgnoreUIRange - type: StationAiHeld - type: StationAiOverlay - - type: ElectrocutionOverlay + - type: ShowElectrocutionHUD - type: ActionGrant actions: - ActionJumpToCore diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index 8d8c69c6ad3..90224d3136e 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -35,7 +35,7 @@ sprite: Interface/Misc/ai_hud.rsi shader: unshaded visible: false - map: ["enum.ElectrifiedLayers.Overlay"] + map: ["enum.ElectrifiedLayers.HUD"] - type: AnimationPlayer - type: Physics - type: Fixtures @@ -78,6 +78,7 @@ - type: DoorBolt - type: Appearance - type: WiresVisuals + - type: ElectrocutionHUDVisuals - type: ApcPowerReceiver powerLoad: 20 - type: ExtensionCableReceiver diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml index e6905d61cc1..630027384c9 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml @@ -30,24 +30,6 @@ hard: false - type: Sprite sprite: Structures/Doors/Airlocks/Standard/shuttle.rsi - snapCardinals: false - layers: - - state: closed - map: ["enum.DoorVisualLayers.Base"] - - state: closed_unlit - shader: unshaded - map: ["enum.DoorVisualLayers.BaseUnlit"] - visible: false - - state: welded - map: ["enum.WeldableLayers.BaseWelded"] - - state: bolted_unlit - shader: unshaded - map: ["enum.DoorVisualLayers.BaseBolted"] - - state: emergency_unlit - shader: unshaded - map: ["enum.DoorVisualLayers.BaseEmergencyAccess"] - - state: panel_open - map: ["enum.WiresVisualLayers.MaintenancePanel"] - type: Wires layoutId: Docking - type: Door From 306277afe0a08cf2713309ffa57299f52d4b40d5 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:05:36 +0100 Subject: [PATCH 008/160] rename --- ...ectrocutionOverlaySystem.cs => ElectrifiedVisualizerSystem.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Content.Client/Electrocution/{ElectrocutionOverlaySystem.cs => ElectrifiedVisualizerSystem.cs} (100%) diff --git a/Content.Client/Electrocution/ElectrocutionOverlaySystem.cs b/Content.Client/Electrocution/ElectrifiedVisualizerSystem.cs similarity index 100% rename from Content.Client/Electrocution/ElectrocutionOverlaySystem.cs rename to Content.Client/Electrocution/ElectrifiedVisualizerSystem.cs From de516905f0dd65864523da671e3cb04dd394d6e2 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:39:05 +0100 Subject: [PATCH 009/160] another rename --- ...dVisualizerSystem.cs => ElectrocutionHUDVisualizerSystem.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Content.Client/Electrocution/{ElectrifiedVisualizerSystem.cs => ElectrocutionHUDVisualizerSystem.cs} (97%) diff --git a/Content.Client/Electrocution/ElectrifiedVisualizerSystem.cs b/Content.Client/Electrocution/ElectrocutionHUDVisualizerSystem.cs similarity index 97% rename from Content.Client/Electrocution/ElectrifiedVisualizerSystem.cs rename to Content.Client/Electrocution/ElectrocutionHUDVisualizerSystem.cs index bcfc51acc12..b95c0d585d7 100644 --- a/Content.Client/Electrocution/ElectrifiedVisualizerSystem.cs +++ b/Content.Client/Electrocution/ElectrocutionHUDVisualizerSystem.cs @@ -8,7 +8,7 @@ namespace Content.Client.Electrocution; /// /// Shows the Electrocution HUD to entities with the ShowElectrocutionHUDComponent. /// -public sealed class ElectrifiedVisualizerSystem : VisualizerSystem +public sealed class ElectrocutionHUDVisualizerSystem : VisualizerSystem { [Dependency] private readonly IPlayerManager _playerMan = default!; From a28adf4ae4be77ded0dd17cacf58e69e1f9c85b0 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:50:41 -0500 Subject: [PATCH 010/160] baby proof the terminal (#33281) * baby proof the terminal * Make a couple exceptions for items that you might take with you. * alwayspoweredlights * Uncuttable cables since cablecomp is a snowflake construction system * chairs and vendors * rerun heisentests * rerun tests again --- .../Power/Components/CableComponent.cs | 5 +- .../Power/EntitySystems/CableSystem.cs | 5 +- Resources/Maps/Misc/terminal.yml | 4527 +++++++++++++++-- .../Structures/Power/cable_terminal.yml | 8 + .../Entities/Structures/Power/cables.yml | 24 + 5 files changed, 4102 insertions(+), 467 deletions(-) diff --git a/Content.Server/Power/Components/CableComponent.cs b/Content.Server/Power/Components/CableComponent.cs index 7398bc0616e..63899735b58 100644 --- a/Content.Server/Power/Components/CableComponent.cs +++ b/Content.Server/Power/Components/CableComponent.cs @@ -18,8 +18,11 @@ public sealed partial class CableComponent : Component [DataField] public EntProtoId CableDroppedOnCutPrototype = "CableHVStack1"; + /// + /// The tool quality needed to cut the cable. Setting to null prevents cutting. + /// [DataField] - public ProtoId CuttingQuality = SharedToolSystem.CutQuality; + public ProtoId? CuttingQuality = SharedToolSystem.CutQuality; /// /// Checked by to determine if there is diff --git a/Content.Server/Power/EntitySystems/CableSystem.cs b/Content.Server/Power/EntitySystems/CableSystem.cs index d0f45b54fcf..db44323007a 100644 --- a/Content.Server/Power/EntitySystems/CableSystem.cs +++ b/Content.Server/Power/EntitySystems/CableSystem.cs @@ -35,7 +35,10 @@ private void OnInteractUsing(EntityUid uid, CableComponent cable, InteractUsingE if (args.Handled) return; - args.Handled = _toolSystem.UseTool(args.Used, args.User, uid, cable.CuttingDelay, cable.CuttingQuality, new CableCuttingFinishedEvent()); + if (cable.CuttingQuality != null) + { + args.Handled = _toolSystem.UseTool(args.Used, args.User, uid, cable.CuttingDelay, cable.CuttingQuality, new CableCuttingFinishedEvent()); + } } private void OnCableCut(EntityUid uid, CableComponent cable, DoAfterEvent args) diff --git a/Resources/Maps/Misc/terminal.yml b/Resources/Maps/Misc/terminal.yml index d32a53856ef..8ca17b4ebcf 100644 --- a/Resources/Maps/Misc/terminal.yml +++ b/Resources/Maps/Misc/terminal.yml @@ -948,6 +948,7 @@ entities: - type: RadiationGridResistance - type: SpreaderGrid - type: GridPathfinding + - type: Godmode - proto: AirlockExternalGlass entities: - uid: 2 @@ -955,54 +956,187 @@ entities: - type: Transform pos: 6.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 3 components: - type: Transform pos: -7.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 4 components: - type: Transform pos: -7.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 5 components: - type: Transform pos: 6.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 11 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 12 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 13 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 14 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 1 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 7 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 8 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 9 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 15 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 16 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 17 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - proto: AirlockExternalLocked entities: - uid: 589 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - proto: AirlockGlass entities: - uid: 252 @@ -1010,90 +1144,237 @@ entities: - type: Transform pos: -9.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 253 components: - type: Transform pos: -10.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 254 components: - type: Transform pos: -11.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 255 components: - type: Transform pos: 8.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 256 components: - type: Transform pos: 9.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 257 components: - type: Transform pos: 10.5,-4.5 parent: 818 -- proto: AirlockGlassShuttleEasyPryLocked + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible +- proto: AirlockMaint entities: - - uid: 1 + - uid: 146 + components: + - type: Transform + pos: 3.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction +- proto: AlwaysPoweredWallLight + entities: + - uid: 150 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-10.5 + pos: -8.5,-5.5 parent: 818 - - uid: 6 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 188 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-17.5 + pos: 11.5,2.5 parent: 818 - - uid: 7 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-10.5 + rot: 3.141592653589793 rad + pos: -2.5,-1.5 parent: 818 - - uid: 8 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 209 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,-17.5 + pos: 7.5,-5.5 parent: 818 - - uid: 9 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-10.5 + rot: 3.141592653589793 rad + pos: 1.5,-1.5 parent: 818 - - uid: 15 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-17.5 + pos: 9.5,-16.5 parent: 818 - - uid: 16 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-10.5 + rot: 3.141592653589793 rad + pos: 9.5,-11.5 parent: 818 - - uid: 17 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 650 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 687 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,-17.5 + pos: -13.5,1.5 parent: 818 -- proto: AirlockMaint - entities: - - uid: 146 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 701 components: - - type: MetaData - flags: PvsPriority - type: Transform - pos: 3.5,3.5 + rot: 3.141592653589793 rad + pos: -6.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 715 + components: + - type: Transform + pos: -0.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - proto: APCBasic entities: - uid: 205 @@ -1101,32 +1382,92 @@ entities: - type: Transform pos: 6.5,2.5 parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible - uid: 206 components: - type: Transform pos: -13.5,2.5 parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible - uid: 211 components: - type: Transform pos: -13.5,-11.5 parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible - uid: 212 components: - type: Transform pos: 6.5,-11.5 parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible - uid: 355 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,6.5 parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible - uid: 846 components: - type: Transform pos: 2.5,3.5 parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible - proto: ArrivalsShuttleTimer entities: - uid: 597 @@ -1134,21 +1475,33 @@ entities: - type: Transform pos: -7.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction - uid: 633 components: - type: Transform pos: 6.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction - uid: 928 components: - type: Transform pos: -6.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction - uid: 929 components: - type: Transform pos: 5.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction - proto: AtmosDeviceFanTiny entities: - uid: 296 @@ -1156,46 +1509,55 @@ entities: - type: Transform pos: -6.5,-10.5 parent: 818 + - type: Godmode - uid: 297 components: - type: Transform pos: -14.5,-10.5 parent: 818 + - type: Godmode - uid: 298 components: - type: Transform pos: -14.5,-17.5 parent: 818 + - type: Godmode - uid: 299 components: - type: Transform pos: -6.5,-17.5 parent: 818 + - type: Godmode - uid: 300 components: - type: Transform pos: 5.5,-17.5 parent: 818 + - type: Godmode - uid: 301 components: - type: Transform pos: 5.5,-10.5 parent: 818 + - type: Godmode - uid: 302 components: - type: Transform pos: 13.5,-10.5 parent: 818 + - type: Godmode - uid: 303 components: - type: Transform pos: 13.5,-17.5 parent: 818 + - type: Godmode - uid: 809 components: - type: Transform pos: 4.5,8.5 parent: 818 + - type: Godmode - proto: BarSignEngineChange entities: - uid: 215 @@ -1203,6 +1565,10 @@ entities: - type: Transform pos: -10.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Destructible - proto: BlockGameArcade entities: - uid: 727 @@ -1211,28 +1577,46 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Construction + - Destructible - uid: 728 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Construction + - Destructible - proto: BookshelfFilled entities: - uid: 442 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 7.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - uid: 752 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 11.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - proto: BoozeDispenser entities: - uid: 710 @@ -1240,1198 +1624,2152 @@ entities: - type: Transform pos: -11.5,4.5 parent: 818 -- proto: CableApcExtension + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Destructible + - Construction +- proto: CableApcExtensionUncuttable entities: - uid: 203 components: - type: Transform pos: 1.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 208 components: - type: Transform pos: -3.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 218 components: - type: Transform pos: -4.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 402 components: - type: Transform pos: -4.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 404 components: - type: Transform pos: 2.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 410 components: - type: Transform pos: 2.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 411 components: - type: Transform pos: 3.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 412 components: - type: Transform pos: 3.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 426 components: - type: Transform pos: -2.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 427 components: - type: Transform pos: -1.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 428 components: - type: Transform pos: -0.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 429 components: - type: Transform pos: 0.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 430 components: - type: Transform pos: 1.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 431 components: - type: Transform pos: 1.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 434 components: - type: Transform pos: 0.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 435 components: - type: Transform pos: -0.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 436 components: - type: Transform pos: -1.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 437 components: - type: Transform pos: -2.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 438 components: - type: Transform pos: -3.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 439 components: - type: Transform pos: -4.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 440 components: - type: Transform pos: -2.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 443 components: - type: Transform pos: 2.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 444 components: - type: Transform pos: 3.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 445 components: - type: Transform pos: 4.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 446 components: - type: Transform pos: -5.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 447 components: - type: Transform pos: -13.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 448 components: - type: Transform pos: -13.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 449 components: - type: Transform pos: -13.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 450 components: - type: Transform pos: -13.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 451 components: - type: Transform pos: -12.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 452 components: - type: Transform pos: -11.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 453 components: - type: Transform pos: -10.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 454 components: - type: Transform pos: -9.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 455 components: - type: Transform pos: -8.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 456 components: - type: Transform pos: -7.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 457 components: - type: Transform pos: -10.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 458 components: - type: Transform pos: -10.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 459 components: - type: Transform pos: -10.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 460 components: - type: Transform pos: -10.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 461 components: - type: Transform pos: -10.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 462 components: - type: Transform pos: -10.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 463 components: - type: Transform pos: -10.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 464 components: - type: Transform pos: -11.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 465 components: - type: Transform pos: -9.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 466 components: - type: Transform pos: -11.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 467 components: - type: Transform pos: -9.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 468 components: - type: Transform pos: -13.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 469 components: - type: Transform pos: -12.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 470 components: - type: Transform pos: -11.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 471 components: - type: Transform pos: -11.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 472 components: - type: Transform pos: 10.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 473 components: - type: Transform pos: 10.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 474 components: - type: Transform pos: 10.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 475 components: - type: Transform pos: 10.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 476 components: - type: Transform pos: -11.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 477 components: - type: Transform pos: -10.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 478 components: - type: Transform pos: -10.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 479 components: - type: Transform pos: -10.5,-19.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 480 components: - type: Transform pos: -10.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 481 components: - type: Transform pos: -11.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 482 components: - type: Transform pos: -12.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 483 components: - type: Transform pos: -13.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 484 components: - type: Transform pos: -14.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 485 components: - type: Transform pos: -9.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 486 components: - type: Transform pos: -8.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 487 components: - type: Transform pos: -7.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 488 components: - type: Transform pos: -6.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 489 components: - type: Transform pos: -10.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 490 components: - type: Transform pos: -9.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 491 components: - type: Transform pos: -8.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 492 components: - type: Transform pos: -7.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 493 components: - type: Transform pos: -6.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 494 components: - type: Transform pos: -12.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 495 components: - type: Transform pos: -13.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 496 components: - type: Transform pos: -14.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 497 components: - type: Transform pos: -11.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 498 components: - type: Transform pos: -12.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 499 components: - type: Transform pos: -9.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 500 components: - type: Transform pos: -8.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 501 components: - type: Transform pos: -10.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 502 components: - type: Transform pos: -10.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 503 components: - type: Transform pos: -10.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 504 components: - type: Transform pos: -10.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 505 components: - type: Transform pos: 6.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 506 components: - type: Transform pos: 7.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 507 components: - type: Transform pos: 7.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 508 components: - type: Transform pos: 6.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 509 components: - type: Transform pos: 5.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 510 components: - type: Transform pos: 8.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 511 components: - type: Transform pos: 8.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 512 components: - type: Transform pos: 9.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 513 components: - type: Transform pos: 10.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 514 components: - type: Transform pos: 11.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 515 components: - type: Transform pos: 12.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 516 components: - type: Transform pos: 13.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 517 components: - type: Transform pos: 8.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 518 components: - type: Transform pos: 8.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 519 components: - type: Transform pos: 8.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 520 components: - type: Transform pos: 8.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 521 components: - type: Transform pos: -11.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 522 components: - type: Transform pos: 9.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 523 components: - type: Transform pos: 9.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 524 components: - type: Transform pos: 9.5,-19.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 525 components: - type: Transform pos: 9.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 526 components: - type: Transform pos: 8.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 527 components: - type: Transform pos: 7.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 528 components: - type: Transform pos: 6.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 529 components: - type: Transform pos: 5.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 530 components: - type: Transform pos: 10.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 531 components: - type: Transform pos: 11.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 532 components: - type: Transform pos: 12.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 533 components: - type: Transform pos: 13.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 534 components: - type: Transform pos: 8.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 535 components: - type: Transform pos: 7.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 536 components: - type: Transform pos: 10.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 537 components: - type: Transform pos: 11.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 538 components: - type: Transform pos: 9.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 539 components: - type: Transform pos: 9.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 540 components: - type: Transform pos: 9.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 541 components: - type: Transform pos: 9.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 542 components: - type: Transform pos: 6.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 543 components: - type: Transform pos: 6.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 544 components: - type: Transform pos: 6.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 545 components: - type: Transform pos: 6.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 546 components: - type: Transform pos: 7.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 547 components: - type: Transform pos: 8.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 548 components: - type: Transform pos: 9.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 549 components: - type: Transform pos: 9.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 550 components: - type: Transform pos: 9.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 551 components: - type: Transform pos: 9.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 552 components: - type: Transform pos: 9.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 553 components: - type: Transform pos: 10.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 554 components: - type: Transform pos: 8.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 555 components: - type: Transform pos: 10.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 556 components: - type: Transform pos: 11.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 557 components: - type: Transform pos: 12.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 558 components: - type: Transform pos: 9.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 559 components: - type: Transform pos: 9.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 560 components: - type: Transform pos: 9.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 561 components: - type: Transform pos: 8.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 562 components: - type: Transform pos: 10.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 563 components: - type: Transform pos: 1.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 564 components: - type: Transform pos: 2.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 565 components: - type: Transform pos: 3.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 566 components: - type: Transform pos: 3.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 579 components: - type: Transform pos: 2.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 599 components: - type: Transform pos: -4.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 601 components: - type: Transform pos: -4.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 651 components: - type: Transform pos: 10.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 652 components: - type: Transform pos: -11.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 653 components: - type: Transform pos: -11.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 654 components: - type: Transform pos: -9.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 655 components: - type: Transform pos: -9.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 656 components: - type: Transform pos: -9.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 657 components: - type: Transform pos: -9.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 658 components: - type: Transform pos: -9.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 842 components: - type: Transform pos: -4.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 843 components: - type: Transform pos: -4.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 844 components: - type: Transform pos: 2.5,3.5 parent: 818 -- proto: CableHV + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable +- proto: CableHVUncuttable entities: - uid: 413 components: - type: Transform pos: -3.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 415 components: - type: Transform pos: -4.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 416 components: - type: Transform pos: -2.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 734 components: - type: Transform pos: -0.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 735 components: - type: Transform pos: -1.5,8.5 parent: 818 -- proto: CableMV + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable +- proto: CableMVUncuttable entities: - uid: 177 components: - type: Transform pos: 3.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 201 components: - type: Transform pos: 6.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 210 components: - type: Transform pos: 6.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 214 components: - type: Transform pos: 6.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 219 components: - type: Transform pos: 7.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 221 components: - type: Transform pos: 3.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 224 components: - type: Transform pos: 1.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 226 components: - type: Transform pos: 6.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 227 components: - type: Transform pos: 8.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 228 components: - type: Transform pos: 9.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 349 components: - type: Transform pos: 9.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 350 components: - type: Transform pos: 5.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 352 components: - type: Transform pos: 2.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 353 components: - type: Transform pos: 4.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 354 components: - type: Transform pos: 1.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 356 components: - type: Transform pos: 9.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 357 components: - type: Transform pos: 9.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 358 components: - type: Transform pos: 9.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 359 components: - type: Transform pos: 9.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 360 components: - type: Transform pos: 9.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 361 components: - type: Transform pos: 9.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 362 components: - type: Transform pos: 9.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 363 components: - type: Transform pos: 9.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 364 components: - type: Transform pos: 9.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 365 components: - type: Transform pos: 9.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 366 components: - type: Transform pos: 8.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 367 components: - type: Transform pos: 7.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 368 components: - type: Transform pos: 6.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 369 components: - type: Transform pos: 0.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 370 components: - type: Transform pos: -0.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 371 components: - type: Transform pos: -1.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 372 components: - type: Transform pos: -2.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 373 components: - type: Transform pos: -3.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 374 components: - type: Transform pos: -4.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 375 components: - type: Transform pos: -5.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 376 components: - type: Transform pos: -6.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 377 components: - type: Transform pos: -7.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 378 components: - type: Transform pos: -8.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 379 components: - type: Transform pos: -9.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 380 components: - type: Transform pos: -10.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 381 components: - type: Transform pos: -11.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 382 components: - type: Transform pos: -12.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 383 components: - type: Transform pos: -13.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 384 components: - type: Transform pos: -13.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 385 components: - type: Transform pos: -13.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 386 components: - type: Transform pos: -13.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 387 components: - type: Transform pos: -10.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 388 components: - type: Transform pos: -10.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 389 components: - type: Transform pos: -10.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 390 components: - type: Transform pos: -10.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 391 components: - type: Transform pos: -10.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 392 components: - type: Transform pos: -10.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 393 components: - type: Transform pos: -10.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 394 components: - type: Transform pos: -10.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 395 components: - type: Transform pos: -10.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 396 components: - type: Transform pos: -10.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 397 components: - type: Transform pos: -10.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 398 components: - type: Transform pos: -11.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 399 components: - type: Transform pos: -12.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 400 components: - type: Transform pos: -13.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 418 components: - type: Transform pos: 3.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 419 components: - type: Transform pos: 3.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 421 components: - type: Transform pos: -0.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 422 components: - type: Transform pos: 0.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 423 components: - type: Transform pos: 1.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 424 components: - type: Transform pos: 2.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 425 components: - type: Transform pos: 3.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 567 components: - type: Transform pos: 3.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 568 components: - type: Transform pos: 3.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 569 components: - type: Transform pos: 3.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 570 components: - type: Transform pos: -0.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 803 components: - type: Transform pos: 3.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 845 components: - type: Transform pos: 2.5,3.5 parent: 818 -- proto: CableTerminal + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable +- proto: CableTerminalUncuttable entities: - uid: 417 components: @@ -2439,6 +3777,11 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - proto: Catwalk entities: - uid: 580 @@ -2446,56 +3789,111 @@ entities: - type: Transform pos: 3.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - uid: 584 components: - type: Transform pos: 2.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - uid: 590 components: - type: Transform pos: 3.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - uid: 596 components: - type: Transform pos: 1.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - uid: 747 components: - type: Transform pos: 3.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - uid: 810 components: - type: Transform pos: 0.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - uid: 811 components: - type: Transform pos: -0.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - uid: 812 components: - type: Transform pos: -1.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - uid: 813 components: - type: Transform pos: -2.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - uid: 814 components: - type: Transform pos: -3.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - uid: 815 components: - type: Transform pos: -4.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable - proto: Chair entities: - uid: 592 @@ -2504,254 +3902,475 @@ entities: rot: -1.5707963267948966 rad pos: -7.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 593 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 603 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 604 components: - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 605 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 606 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 607 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 608 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 609 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 610 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 611 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 612 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 613 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 614 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 615 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 616 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 617 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 618 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 619 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 620 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 621 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 622 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 623 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 624 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 625 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 626 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 627 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 628 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 629 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 630 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 631 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 632 components: - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 847 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 848 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 849 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 850 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: ChairOfficeDark entities: - - uid: 591 + - uid: 18 components: - type: Transform + anchored: True rot: 3.141592653589793 rad pos: 9.5,3.5 parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: ChairWood entities: - uid: 577 components: - type: Transform + anchored: True pos: 10.5,1.5 parent: 818 - - uid: 703 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable + - uid: 591 components: - type: Transform + anchored: True rot: 1.5707963267948966 rad pos: 8.5,0.5 parent: 818 - - uid: 704 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable + - uid: 703 components: - type: Transform + anchored: True pos: 9.5,1.5 parent: 818 - - uid: 714 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable + - uid: 704 components: - type: Transform + anchored: True rot: 1.5707963267948966 rad pos: 8.5,-0.5 parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable - proto: ChessBoard entities: - - uid: 918 + - uid: 714 components: - type: Transform - pos: 12.503689,-2.3981738 + rot: 3.141592653589793 rad + pos: 12.5093775,-2.403601 parent: 818 - proto: ClosetWallEmergencyFilledRandom entities: @@ -2760,6 +4379,10 @@ entities: - type: Transform pos: -5.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - proto: ClosetWallFireFilledRandom entities: - uid: 432 @@ -2767,6 +4390,10 @@ entities: - type: Transform pos: 4.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - proto: ComfyChair entities: - uid: 595 @@ -2775,28 +4402,53 @@ entities: rot: 3.141592653589793 rad pos: 6.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 718 components: - type: Transform pos: 12.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 749 components: - type: Transform pos: 12.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 759 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 760 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: DisposalBend entities: - uid: 853 @@ -2805,40 +4457,75 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 862 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 891 components: - type: Transform pos: 3.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 893 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 898 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 899 components: - type: Transform pos: 9.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 900 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: DisposalJunctionFlipped entities: - uid: 892 @@ -2847,6 +4534,11 @@ entities: rot: 3.141592653589793 rad pos: 3.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: DisposalPipe entities: - uid: 854 @@ -2855,277 +4547,517 @@ entities: rot: -1.5707963267948966 rad pos: -11.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 855 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 856 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 857 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 858 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 859 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 860 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 861 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 863 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 864 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 865 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 866 components: - type: Transform rot: 1.5707963267948966 rad pos: -6.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 867 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 868 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 869 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 870 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 871 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 872 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 873 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 874 components: - type: Transform rot: 1.5707963267948966 rad pos: 1.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 875 components: - type: Transform rot: 1.5707963267948966 rad pos: 2.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 876 components: - type: Transform pos: 3.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 877 components: - type: Transform pos: 3.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 878 components: - type: Transform pos: 3.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 879 components: - type: Transform pos: 3.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 880 components: - type: Transform pos: 3.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 881 components: - type: Transform pos: 3.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 882 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 883 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 884 components: - type: Transform rot: -1.5707963267948966 rad pos: 0.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 885 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 886 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 887 components: - type: Transform rot: -1.5707963267948966 rad pos: -2.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 888 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 889 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 890 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 901 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 902 components: - type: Transform pos: 9.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 903 components: - type: Transform pos: 9.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 904 components: - type: Transform pos: 9.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 905 components: - type: Transform pos: 9.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 906 components: - type: Transform pos: 9.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 907 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 908 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 909 components: - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 910 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 911 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 912 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: DisposalTrunk entities: - uid: 852 @@ -3134,18 +5066,33 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 894 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 897 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: DisposalUnit entities: - uid: 851 @@ -3153,29 +5100,39 @@ entities: - type: Transform pos: -12.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable - uid: 896 components: - type: Transform pos: 11.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable - proto: DrinkGlass entities: - - uid: 915 + - uid: 723 components: - type: Transform - pos: -12.587411,2.5765429 + pos: -12.618602,2.5336328 parent: 818 - - uid: 916 + - uid: 915 components: - type: Transform - pos: -12.321786,2.7171679 + pos: -12.399852,2.6273828 parent: 818 - proto: DrinkShaker entities: - - uid: 914 + - uid: 724 components: - type: Transform - pos: -12.649911,2.7640429 + pos: -12.722768,2.7627993 parent: 818 - proto: ExtinguisherCabinetFilled entities: @@ -3184,11 +5141,17 @@ entities: - type: Transform pos: -6.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 816 components: - type: Transform pos: 5.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: FirelockEdge entities: - uid: 690 @@ -3196,111 +5159,211 @@ entities: - type: Transform pos: -8.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 694 components: - type: Transform pos: -12.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 695 components: - type: Transform rot: 3.141592653589793 rad pos: -8.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 696 components: - type: Transform rot: 3.141592653589793 rad pos: -12.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 697 components: - type: Transform rot: 3.141592653589793 rad pos: 7.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 698 components: - type: Transform rot: 3.141592653589793 rad pos: 11.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 699 components: - type: Transform pos: 11.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 700 components: - type: Transform pos: 7.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 822 components: - type: Transform pos: 10.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 823 components: - type: Transform pos: 9.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 824 components: - type: Transform pos: 8.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 825 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 826 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 827 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 828 components: - type: Transform pos: -9.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 829 components: - type: Transform pos: -10.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 830 components: - type: Transform pos: -11.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 831 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 832 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 833 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - proto: FirelockGlass entities: - uid: 194 @@ -3308,51 +5371,101 @@ entities: - type: Transform pos: 5.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 216 components: - type: Transform pos: -10.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 220 components: - type: Transform pos: -9.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 305 components: - type: Transform pos: -6.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 345 components: - type: Transform pos: 5.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 346 components: - type: Transform pos: 5.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 347 components: - type: Transform pos: -6.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 348 components: - type: Transform pos: -6.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 586 components: - type: Transform pos: -11.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 716 components: - type: Transform pos: -12.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - proto: GeneratorBasic15kW entities: - uid: 124 @@ -3360,6 +5473,10 @@ entities: - type: Transform pos: -4.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Anchorable + - Destructible - proto: GravityGeneratorMini entities: - uid: 808 @@ -3367,6 +5484,11 @@ entities: - type: Transform pos: 1.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - proto: Grille entities: - uid: 96 @@ -3374,479 +5496,918 @@ entities: - type: Transform pos: -14.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 97 components: - type: Transform pos: -14.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 98 components: - type: Transform pos: -14.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 99 components: - type: Transform pos: -6.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 101 components: - type: Transform pos: 5.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 102 components: - type: Transform pos: 5.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 103 components: - type: Transform pos: 13.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 104 components: - type: Transform pos: 13.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 125 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-19.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 126 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 127 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 128 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 129 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 130 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 131 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 132 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 133 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 134 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-19.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 135 components: - type: Transform pos: 5.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 136 components: - type: Transform pos: 5.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 137 components: - type: Transform pos: 13.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 138 components: - type: Transform pos: 13.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 139 components: - type: Transform pos: -14.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 140 components: - type: Transform pos: -6.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 141 components: - type: Transform pos: -6.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 142 components: - type: Transform pos: -6.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 143 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 144 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 145 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 147 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 148 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 149 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 151 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 152 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 153 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 155 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 156 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 157 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 167 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-19.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 168 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 169 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 170 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 171 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 172 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 173 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 174 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 175 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 176 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-19.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 178 components: - type: Transform pos: 3.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 183 components: - type: Transform pos: -3.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 184 components: - type: Transform pos: 4.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 191 components: - type: Transform pos: -5.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 197 components: - type: Transform pos: -4.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 229 components: - type: Transform pos: 2.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 233 components: - type: Transform pos: -8.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 234 components: - type: Transform pos: 11.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 235 components: - type: Transform pos: 7.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 244 components: - type: Transform pos: -12.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 276 components: - type: Transform pos: 13.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 277 components: - type: Transform pos: 13.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 278 components: - type: Transform pos: 13.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 279 components: - type: Transform pos: 13.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 280 components: - type: Transform pos: -14.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 281 components: - type: Transform pos: -14.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 282 components: - type: Transform pos: -14.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 283 components: - type: Transform pos: -14.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 318 components: - type: Transform pos: -13.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 319 components: - type: Transform pos: -13.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 320 components: - type: Transform pos: -12.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 321 components: - type: Transform pos: -12.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 322 components: - type: Transform pos: -11.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 323 components: - type: Transform pos: -10.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 324 components: - type: Transform pos: -9.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 325 components: - type: Transform pos: -8.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 326 components: - type: Transform pos: -8.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 327 components: - type: Transform pos: -7.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 328 components: - type: Transform pos: -7.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 329 components: - type: Transform pos: 6.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 330 components: - type: Transform pos: 6.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 331 components: - type: Transform pos: 7.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 332 components: - type: Transform pos: 7.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 333 components: - type: Transform pos: 8.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 334 components: - type: Transform pos: 9.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 335 components: - type: Transform pos: 10.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 336 components: - type: Transform pos: 11.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 337 components: - type: Transform pos: 11.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 338 components: - type: Transform pos: 12.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 339 components: - type: Transform pos: 12.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - proto: PaperBin10 entities: - - uid: 737 + - uid: 729 components: - type: Transform - rot: 3.141592653589793 rad pos: 8.5,4.5 parent: 818 - proto: PosterLegitCohibaRobustoAd @@ -3856,6 +6417,9 @@ entities: - type: Transform pos: -6.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: PosterLegitEnlist entities: - uid: 926 @@ -3863,6 +6427,9 @@ entities: - type: Transform pos: -14.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: PosterLegitHighClassMartini entities: - uid: 925 @@ -3870,6 +6437,9 @@ entities: - type: Transform pos: -6.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: PosterLegitJustAWeekAway entities: - uid: 821 @@ -3877,6 +6447,9 @@ entities: - type: Transform pos: 5.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: PosterLegitNanomichiAd entities: - uid: 820 @@ -3884,6 +6457,9 @@ entities: - type: Transform pos: -4.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: PosterLegitNanotrasenLogo entities: - uid: 246 @@ -3891,36 +6467,57 @@ entities: - type: Transform pos: -7.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 247 components: - type: Transform pos: -13.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 248 components: - type: Transform pos: 12.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 249 components: - type: Transform pos: 6.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 250 components: - type: Transform pos: -13.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 251 components: - type: Transform pos: 12.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 922 components: - type: Transform pos: -0.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: PosterLegitNTTGC entities: - uid: 924 @@ -3928,6 +6525,9 @@ entities: - type: Transform pos: 5.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: PosterLegitPDAAd entities: - uid: 920 @@ -3935,6 +6535,9 @@ entities: - type: Transform pos: 12.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: PosterLegitVacation entities: - uid: 921 @@ -3942,6 +6545,9 @@ entities: - type: Transform pos: -7.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: PosterLegitWorkForAFuture entities: - uid: 923 @@ -3949,6 +6555,9 @@ entities: - type: Transform pos: 12.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: PottedPlantRandom entities: - uid: 236 @@ -3956,31 +6565,37 @@ entities: - type: Transform pos: 7.5,-19.5 parent: 818 + - type: Godmode - uid: 237 components: - type: Transform pos: -12.5,-19.5 parent: 818 + - type: Godmode - uid: 238 components: - type: Transform pos: 11.5,-19.5 parent: 818 + - type: Godmode - uid: 239 components: - type: Transform pos: -8.5,-19.5 parent: 818 + - type: Godmode - uid: 733 components: - type: Transform pos: -8.5,-5.5 parent: 818 + - type: Godmode - uid: 741 components: - type: Transform pos: -7.5,-3.5 parent: 818 + - type: Godmode - proto: PottedPlantRandomPlastic entities: - uid: 708 @@ -3988,130 +6603,13 @@ entities: - type: Transform pos: -13.5,1.5 parent: 818 + - type: Godmode - uid: 755 components: - type: Transform pos: -13.5,-3.5 parent: 818 -- proto: Poweredlight - entities: - - uid: 150 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-5.5 - parent: 818 - - uid: 188 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,2.5 - parent: 818 - - uid: 195 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-1.5 - parent: 818 - - uid: 209 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-5.5 - parent: 818 - - uid: 341 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-1.5 - parent: 818 - - uid: 634 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: 9.5,-16.5 - parent: 818 - - uid: 636 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-11.5 - parent: 818 - - uid: 649 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-11.5 - parent: 818 - - uid: 650 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -10.5,-16.5 - parent: 818 - - uid: 687 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,1.5 - parent: 818 - - uid: 701 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,3.5 - parent: 818 - - uid: 702 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,3.5 - parent: 818 - - uid: 715 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - pos: -0.5,5.5 - parent: 818 - - uid: 717 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-3.5 - parent: 818 - - uid: 742 - components: - - type: MetaData - flags: PvsPriority - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-3.5 - parent: 818 + - type: Godmode - proto: RandomSpawner entities: - uid: 895 @@ -4119,32 +6617,7 @@ entities: - type: Transform pos: -4.5,4.5 parent: 818 -- proto: RandomVending - entities: - - uid: 835 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 818 - - uid: 836 - components: - - type: Transform - pos: -10.5,-20.5 - parent: 818 -- proto: RandomVendingDrinks - entities: - - uid: 692 - components: - - type: Transform - pos: 11.5,-5.5 - parent: 818 -- proto: RandomVendingSnacks - entities: - - uid: 834 - components: - - type: Transform - pos: 11.5,-6.5 - parent: 818 + - type: Godmode - proto: ReinforcedWindow entities: - uid: 19 @@ -4153,472 +6626,912 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 20 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 21 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 22 components: - type: Transform rot: 1.5707963267948966 rad pos: -9.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 24 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-19.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 25 components: - type: Transform rot: 1.5707963267948966 rad pos: -11.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 26 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 27 components: - type: Transform rot: 1.5707963267948966 rad pos: -12.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 28 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 29 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-19.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 30 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 31 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 32 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 33 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 34 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-19.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 35 components: - type: Transform rot: 1.5707963267948966 rad pos: 10.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 36 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 37 components: - type: Transform rot: 1.5707963267948966 rad pos: 11.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 38 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-20.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 39 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-19.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 91 components: - type: Transform pos: -14.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 93 components: - type: Transform pos: -14.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 94 components: - type: Transform pos: -6.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 95 components: - type: Transform pos: -6.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 100 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 105 components: - type: Transform pos: 5.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 106 components: - type: Transform pos: 5.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 107 components: - type: Transform pos: 13.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 108 components: - type: Transform pos: 13.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 109 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 110 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 111 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 113 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 115 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 116 components: - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 117 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 118 components: - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 121 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-8.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 122 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-7.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 123 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 159 components: - type: Transform pos: -14.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 160 components: - type: Transform pos: -14.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 161 components: - type: Transform pos: -6.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 162 components: - type: Transform pos: -6.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 163 components: - type: Transform pos: 5.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 164 components: - type: Transform pos: 13.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 165 components: - type: Transform pos: 5.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 166 components: - type: Transform pos: 13.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 185 components: - type: Transform pos: -5.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 186 components: - type: Transform pos: 2.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 192 components: - type: Transform pos: 4.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 196 components: - type: Transform pos: 3.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 198 components: - type: Transform pos: -3.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 232 components: - type: Transform pos: -4.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 240 components: - type: Transform pos: -12.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 241 components: - type: Transform pos: 11.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 242 components: - type: Transform pos: 7.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 243 components: - type: Transform pos: -8.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 268 components: - type: Transform pos: -14.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 269 components: - type: Transform pos: -14.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 270 components: - type: Transform pos: -14.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 271 components: - type: Transform pos: -14.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 272 components: - type: Transform pos: 13.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 273 components: - type: Transform pos: 13.5,-1.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 274 components: - type: Transform pos: 13.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 275 components: - type: Transform pos: 13.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 284 components: - type: Transform pos: -13.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 285 components: - type: Transform pos: -12.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 286 components: - type: Transform pos: -10.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 287 components: - type: Transform pos: -11.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 288 components: - type: Transform pos: -8.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 289 components: - type: Transform pos: -8.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 290 components: - type: Transform pos: -12.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 291 components: - type: Transform pos: -13.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 292 components: - type: Transform pos: -9.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 293 components: - type: Transform pos: 6.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 294 components: - type: Transform pos: -7.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 295 components: - type: Transform pos: -7.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 308 components: - type: Transform pos: 6.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 309 components: - type: Transform pos: 7.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 310 components: - type: Transform pos: 7.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 311 components: - type: Transform pos: 8.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 312 components: - type: Transform pos: 9.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 313 components: - type: Transform pos: 10.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 314 components: - type: Transform pos: 11.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 315 components: - type: Transform pos: 11.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 316 components: - type: Transform pos: 12.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 317 components: - type: Transform pos: 12.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - proto: SignNanotrasen1 entities: - uid: 721 @@ -4626,6 +7539,9 @@ entities: - type: Transform pos: -2.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: SignNanotrasen2 entities: - uid: 722 @@ -4633,6 +7549,9 @@ entities: - type: Transform pos: -1.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: SignNanotrasen3 entities: - uid: 719 @@ -4640,6 +7559,9 @@ entities: - type: Transform pos: -0.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: SignNanotrasen4 entities: - uid: 801 @@ -4647,6 +7569,9 @@ entities: - type: Transform pos: 0.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: SignNanotrasen5 entities: - uid: 802 @@ -4654,6 +7579,9 @@ entities: - type: Transform pos: 1.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: SignNosmoking entities: - uid: 720 @@ -4661,6 +7589,9 @@ entities: - type: Transform pos: -7.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: SignShipDock entities: - uid: 200 @@ -4668,11 +7599,17 @@ entities: - type: Transform pos: 6.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 245 components: - type: Transform pos: -7.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: SignSpace entities: - uid: 571 @@ -4680,46 +7617,73 @@ entities: - type: Transform pos: 12.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 640 components: - type: Transform pos: -7.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 688 components: - type: Transform pos: -13.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 689 components: - type: Transform pos: -7.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 691 components: - type: Transform pos: -13.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 705 components: - type: Transform pos: 12.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 709 components: - type: Transform pos: 6.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 817 components: - type: Transform pos: 6.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 819 components: - type: Transform pos: 4.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: SinkWide entities: - uid: 913 @@ -4728,6 +7692,9 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: SmallLight entities: - uid: 598 @@ -4736,52 +7703,102 @@ entities: rot: -1.5707963267948966 rad pos: -8.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 641 components: - type: Transform pos: -14.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 642 components: - type: Transform pos: -6.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 643 components: - type: Transform pos: -14.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 644 components: - type: Transform pos: -6.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 645 components: - type: Transform pos: 5.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 646 components: - type: Transform pos: 13.5,-10.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 647 components: - type: Transform pos: 13.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 648 components: - type: Transform pos: 5.5,-17.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 917 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - proto: SMESBasic entities: - uid: 805 @@ -4789,13 +7806,24 @@ entities: - type: Transform pos: -2.5,8.5 parent: 818 -- proto: soda_dispenser + - type: Godmode + missingComponents: + - Anchorable + - Destructible + - Construction +- proto: SodaDispenser entities: - uid: 795 components: - type: Transform pos: -10.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Destructible + - Construction - proto: SpaceVillainArcadeFilled entities: - uid: 731 @@ -4804,12 +7832,24 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Construction + - Destructible - uid: 732 components: - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Construction + - Destructible - proto: SpawnPointLatejoin entities: - uid: 763 @@ -4817,161 +7857,193 @@ entities: - type: Transform pos: -7.5,-15.5 parent: 818 + - type: Godmode - uid: 764 components: - type: Transform pos: -7.5,-14.5 parent: 818 + - type: Godmode - uid: 765 components: - type: Transform pos: -7.5,-13.5 parent: 818 + - type: Godmode - uid: 766 components: - type: Transform pos: -7.5,-12.5 parent: 818 + - type: Godmode - uid: 767 components: - type: Transform pos: -9.5,-15.5 parent: 818 + - type: Godmode - uid: 768 components: - type: Transform pos: -9.5,-14.5 parent: 818 + - type: Godmode - uid: 769 components: - type: Transform pos: -9.5,-13.5 parent: 818 + - type: Godmode - uid: 770 components: - type: Transform pos: -9.5,-12.5 parent: 818 + - type: Godmode - uid: 771 components: - type: Transform pos: -11.5,-15.5 parent: 818 + - type: Godmode - uid: 772 components: - type: Transform pos: -11.5,-14.5 parent: 818 + - type: Godmode - uid: 773 components: - type: Transform pos: -11.5,-13.5 parent: 818 + - type: Godmode - uid: 774 components: - type: Transform pos: -11.5,-12.5 parent: 818 + - type: Godmode - uid: 775 components: - type: Transform pos: -13.5,-15.5 parent: 818 + - type: Godmode - uid: 776 components: - type: Transform pos: -13.5,-14.5 parent: 818 + - type: Godmode - uid: 777 components: - type: Transform pos: -13.5,-13.5 parent: 818 + - type: Godmode - uid: 778 components: - type: Transform pos: -13.5,-12.5 parent: 818 + - type: Godmode - uid: 779 components: - type: Transform pos: 6.5,-15.5 parent: 818 + - type: Godmode - uid: 780 components: - type: Transform pos: 6.5,-14.5 parent: 818 + - type: Godmode - uid: 781 components: - type: Transform pos: 6.5,-13.5 parent: 818 + - type: Godmode - uid: 782 components: - type: Transform pos: 6.5,-12.5 parent: 818 + - type: Godmode - uid: 783 components: - type: Transform pos: 8.5,-15.5 parent: 818 + - type: Godmode - uid: 784 components: - type: Transform pos: 8.5,-14.5 parent: 818 + - type: Godmode - uid: 785 components: - type: Transform pos: 8.5,-13.5 parent: 818 + - type: Godmode - uid: 786 components: - type: Transform pos: 8.5,-12.5 parent: 818 + - type: Godmode - uid: 787 components: - type: Transform pos: 10.5,-15.5 parent: 818 + - type: Godmode - uid: 788 components: - type: Transform pos: 10.5,-14.5 parent: 818 + - type: Godmode - uid: 789 components: - type: Transform pos: 10.5,-13.5 parent: 818 + - type: Godmode - uid: 790 components: - type: Transform pos: 10.5,-12.5 parent: 818 + - type: Godmode - uid: 791 components: - type: Transform pos: 12.5,-15.5 parent: 818 + - type: Godmode - uid: 792 components: - type: Transform pos: 12.5,-14.5 parent: 818 + - type: Godmode - uid: 793 components: - type: Transform pos: 12.5,-13.5 parent: 818 + - type: Godmode - uid: 794 components: - type: Transform pos: 12.5,-12.5 parent: 818 + - type: Godmode - proto: SS13Memorial entities: - uid: 594 @@ -4979,56 +8051,121 @@ entities: - type: Transform pos: -0.5,4.5 parent: 818 + - type: Godmode - proto: Stool entities: - uid: 119 components: - type: Transform + anchored: True rot: 3.141592653589793 rad pos: -11.5,-20.5 parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 639 components: - type: Transform + anchored: True rot: 3.141592653589793 rad pos: -9.5,-20.5 parent: 818 - - uid: 723 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 730 components: - type: Transform + anchored: True rot: 3.141592653589793 rad - pos: 10.5,-20.5 + pos: 8.5,-20.5 parent: 818 - - uid: 724 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 737 components: - type: Transform + anchored: True rot: 3.141592653589793 rad - pos: 8.5,-20.5 + pos: 10.5,-20.5 parent: 818 - - uid: 729 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 738 components: - type: Transform + anchored: True rot: -1.5707963267948966 rad - pos: -12.5,-1.5 + pos: -12.5,-0.5 parent: 818 - - uid: 730 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 740 components: - type: Transform + anchored: True rot: -1.5707963267948966 rad - pos: -12.5,-2.5 + pos: -12.5,0.5 parent: 818 - - uid: 738 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 761 components: - type: Transform + anchored: True rot: -1.5707963267948966 rad - pos: -12.5,-0.5 + pos: -12.5,-1.5 parent: 818 - - uid: 740 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 914 components: - type: Transform + anchored: True rot: -1.5707963267948966 rad - pos: -12.5,0.5 + pos: -12.5,-2.5 parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: StoolBar entities: - uid: 230 @@ -5037,18 +8174,33 @@ entities: rot: 3.141592653589793 rad pos: -9.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 342 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 433 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: SubstationBasic entities: - uid: 807 @@ -5056,6 +8208,11 @@ entities: - type: Transform pos: -0.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - proto: TableCarpet entities: - uid: 572 @@ -5063,21 +8220,37 @@ entities: - type: Transform pos: 9.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 573 components: - type: Transform pos: 9.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 574 components: - type: Transform pos: 10.5,-0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 576 components: - type: Transform pos: 10.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - proto: TableReinforced entities: - uid: 585 @@ -5086,36 +8259,60 @@ entities: rot: 1.5707963267948966 rad pos: -9.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 707 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 751 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 796 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 797 components: - type: Transform rot: -1.5707963267948966 rad pos: -12.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 798 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - proto: TableWood entities: - uid: 441 @@ -5123,31 +8320,55 @@ entities: - type: Transform pos: 12.5,0.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 575 components: - type: Transform pos: 6.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 587 components: - type: Transform pos: 12.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 706 components: - type: Transform pos: 9.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 750 components: - type: Transform pos: 10.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 756 components: - type: Transform pos: 8.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction - proto: TelecomServerFilled entities: - uid: 919 @@ -5155,972 +8376,1162 @@ entities: - type: Transform pos: -1.5,8.5 parent: 818 + - type: EncryptionKeyHolder + keysUnlocked: False + - type: Godmode + missingComponents: + - Destructible + - ApcPowerReceiver + - Anchorable + - Construction - proto: VendingMachineBooze entities: - uid: 753 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: -9.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - ApcPowerReceiver +- proto: VendingMachineChang + entities: + - uid: 692 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable - proto: VendingMachineCigs entities: - uid: 744 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: -7.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - ApcPowerReceiver - proto: VendingMachineCola entities: - uid: 635 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: -12.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - ApcPowerReceiver +- proto: VendingMachineColaBlack + entities: + - uid: 834 + components: + - type: Transform + pos: -10.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable +- proto: VendingMachineDiscount + entities: + - uid: 836 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable +- proto: VendingMachineDrGibb + entities: + - uid: 835 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable - proto: VendingMachineGames entities: - uid: 748 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: 6.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - ApcPowerReceiver - proto: VendingMachineSnack entities: - uid: 637 components: - - type: MetaData - flags: SessionSpecific - type: Transform pos: -12.5,-6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - ApcPowerReceiver - proto: WallRiveted entities: - uid: 10 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 23 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 40 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-21.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 41 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 42 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 43 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 44 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 45 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 46 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 47 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 48 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 49 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 50 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 51 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 52 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-18.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 53 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 54 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 55 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 56 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 57 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 58 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 59 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 60 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 61 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 62 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 63 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 64 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 65 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 66 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 67 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -15.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 68 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 69 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -6.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 70 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 71 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 72 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 73 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 74 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 75 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 76 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 77 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 14.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 78 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 79 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 80 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 81 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 82 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 83 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 84 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 85 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 86 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 6.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 87 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 88 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 89 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -7.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 90 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: -13.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 92 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 112 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 6.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 114 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 120 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 5.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 154 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: 12.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 158 components: - - type: MetaData - flags: PvsPriority - type: Transform rot: -1.5707963267948966 rad pos: -7.5,-5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 179 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -2.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 180 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 5.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 182 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 187 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -6.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 189 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 5.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 190 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 193 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 5.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 199 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -6.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 202 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -6.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 207 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -6.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 217 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -4.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 222 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -2.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 223 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -0.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 225 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -1.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 231 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -4.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 258 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -14.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 259 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 260 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,-4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 261 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -14.5,-3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 262 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 263 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 13.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 264 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 12.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 265 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -14.5,1.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 266 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -14.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 267 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -13.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 304 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -7.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 306 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -6.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 307 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 6.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 340 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 5.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 343 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 351 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -3.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 401 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -5.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 403 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 405 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -1.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 406 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 407 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 408 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 409 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 414 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 3.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 420 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 578 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -3.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 581 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -3.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 582 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -3.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 583 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -3.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 588 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -2.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 602 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 693 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 1.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 711 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -1.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 712 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -0.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 713 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 0.5,-2.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 725 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -5.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 726 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -5.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 736 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -5.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 739 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -5.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 743 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -5.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 745 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -5.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 746 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 2.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 754 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,7.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 757 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 758 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 762 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,5.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 799 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: 4.5,4.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 800 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -5.5,9.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 804 components: - - type: MetaData - flags: PvsPriority - type: Transform pos: -0.5,6.5 parent: 818 + - type: Godmode + missingComponents: + - Destructible - proto: WarpPoint entities: - uid: 638 @@ -6130,6 +9541,7 @@ entities: parent: 818 - type: WarpPoint location: Terminal + - type: Godmode - proto: Windoor entities: - uid: 806 @@ -6137,11 +9549,21 @@ entities: - type: Transform pos: -8.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - uid: 841 components: - type: Transform pos: -2.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - proto: WindowReinforcedDirectional entities: - uid: 181 @@ -6150,198 +9572,373 @@ entities: rot: 1.5707963267948966 rad pos: -9.5,2.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 204 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 600 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,8.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 659 components: - type: Transform pos: 9.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 660 components: - type: Transform rot: 3.141592653589793 rad pos: 9.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 661 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 662 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 663 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 664 components: - type: Transform rot: 1.5707963267948966 rad pos: 9.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 665 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 666 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 667 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 668 components: - type: Transform rot: -1.5707963267948966 rad pos: 9.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 669 components: - type: Transform rot: 3.141592653589793 rad pos: -10.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 670 components: - type: Transform pos: -10.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 671 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 672 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 673 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 674 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 675 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-12.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 676 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-13.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 677 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-14.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 678 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-15.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 679 components: - type: Transform rot: 3.141592653589793 rad pos: -9.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 680 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 681 components: - type: Transform pos: -11.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 682 components: - type: Transform pos: -9.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 683 components: - type: Transform pos: 10.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 684 components: - type: Transform pos: 8.5,-11.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 685 components: - type: Transform rot: 3.141592653589793 rad pos: 8.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 686 components: - type: Transform rot: 3.141592653589793 rad pos: 10.5,-16.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 837 components: - type: Transform pos: 1.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 838 components: - type: Transform pos: 0.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 839 components: - type: Transform pos: -0.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 840 components: - type: Transform pos: -1.5,3.5 parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible ... diff --git a/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml b/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml index 8c7ee9e2194..cc6abce25ed 100644 --- a/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml +++ b/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml @@ -45,3 +45,11 @@ powerMV: !type:CableTerminalNode nodeGroupID: MVPower + +- type: entity + id: CableTerminalUncuttable + parent: CableTerminal + suffix: uncuttable + components: + - type: Cable + cuttingQuality: null \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Power/cables.yml b/Resources/Prototypes/Entities/Structures/Power/cables.yml index ac855a54606..f1ae038bc15 100644 --- a/Resources/Prototypes/Entities/Structures/Power/cables.yml +++ b/Resources/Prototypes/Entities/Structures/Power/cables.yml @@ -98,6 +98,14 @@ sound: path: /Audio/Ambience/Objects/emf_buzz.ogg +- type: entity + id: CableHVUncuttable + parent: CableHV + suffix: uncuttable + components: + - type: Cable + cuttingQuality: null + - type: entity parent: CableBase id: CableMV @@ -142,6 +150,14 @@ - type: CableVisualizer statePrefix: mvcable_ +- type: entity + id: CableMVUncuttable + parent: CableMV + suffix: uncuttable + components: + - type: Cable + cuttingQuality: null + - type: entity parent: CableBase id: CableApcExtension @@ -188,3 +204,11 @@ acts: [ "Destruction" ] - type: CableVisualizer statePrefix: lvcable_ + +- type: entity + id: CableApcExtensionUncuttable + parent: CableApcExtension + suffix: uncuttable + components: + - type: Cable + cuttingQuality: null From 6bc205484f5c2523c478f93b00326ac13988afac Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 22 Nov 2024 22:51:50 +0000 Subject: [PATCH 011/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 70963d8ba25..ec9b0d4057f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Beck Thompson - changes: - - message: Cutting food now moves the sliced pieces a small amount! - type: Tweak - id: 7138 - time: '2024-08-18T21:18:20.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31166 - author: lzk228 changes: - message: Pizza and pizza box now have 3x2 size in inventory. @@ -3935,3 +3928,10 @@ id: 7637 time: '2024-11-22T03:46:10.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33128 +- author: IProduceWidgets + changes: + - message: The terminal is more tamper proof. + type: Fix + id: 7638 + time: '2024-11-22T22:50:41.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33281 From d8ecf12fcaf4ce8e296a0dd2953149b662dbcd21 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Nov 2024 02:54:55 +0000 Subject: [PATCH 012/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ec9b0d4057f..c08c82af8a4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: lzk228 - changes: - - message: Pizza and pizza box now have 3x2 size in inventory. - type: Tweak - - message: Pizze box is 4x2 inside and always will have a pizza with a knife inside. - type: Tweak - - message: Pizza box have whitelist for utensils and pizza. - type: Tweak - id: 7139 - time: '2024-08-18T21:55:42.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31171 - author: Deatherd changes: - message: Sharks Go RAWR! @@ -3935,3 +3924,10 @@ id: 7638 time: '2024-11-22T22:50:41.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33281 +- author: MissKay1994 + changes: + - message: The salvage vendor now has enough equipment for everyone + type: Tweak + id: 7639 + time: '2024-11-23T02:53:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33437 From 7feafcbe95b13daa0f3d69b85655221da8633e99 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Nov 2024 06:38:21 +0000 Subject: [PATCH 013/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c08c82af8a4..be5f714bc35 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Deatherd - changes: - - message: Sharks Go RAWR! - type: Tweak - id: 7140 - time: '2024-08-18T22:18:07.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31142 - author: slarticodefast changes: - message: Fixed the radiation collector warning light thresholds. @@ -3931,3 +3924,10 @@ id: 7639 time: '2024-11-23T02:53:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33437 +- author: slarticodefast + changes: + - message: The AI and observers can now see if doors are electrified. + type: Add + id: 7640 + time: '2024-11-23T06:37:15.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33466 From 0a587c9ccc4ae70e21f71ea74b509911aa03041c Mon Sep 17 00:00:00 2001 From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Sat, 23 Nov 2024 09:41:28 +0300 Subject: [PATCH 014/160] Disable submit admin note button on switch to note (#33456) Co-authored-by: Winkarst <74284083+Winkarst-cpu@users.noreply.github.co> --- Content.Client/Administration/UI/Notes/NoteEdit.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/Administration/UI/Notes/NoteEdit.xaml.cs b/Content.Client/Administration/UI/Notes/NoteEdit.xaml.cs index a412e47396b..c8e3afeb22c 100644 --- a/Content.Client/Administration/UI/Notes/NoteEdit.xaml.cs +++ b/Content.Client/Administration/UI/Notes/NoteEdit.xaml.cs @@ -159,6 +159,7 @@ private void OnTypeChanged(OptionButton.ItemSelectedEventArgs args) SecretCheckBox.Pressed = false; SeverityOption.Disabled = false; PermanentCheckBox.Pressed = true; + SubmitButton.Disabled = true; UpdatePermanentCheckboxFields(); break; case (int) NoteType.Message: // Message: these are shown to the player when they log on From 1e93e123306144fabcf2f47d39b8b87adc3c0513 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Nov 2024 06:42:34 +0000 Subject: [PATCH 015/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index be5f714bc35..e28f46c1c1d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: slarticodefast - changes: - - message: Fixed the radiation collector warning light thresholds. - type: Fix - id: 7141 - time: '2024-08-18T22:25:02.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31175 - author: Potato1234_x changes: - message: Added tea plants that can be dried and ground to make tea powder which @@ -3931,3 +3924,11 @@ id: 7640 time: '2024-11-23T06:37:15.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33466 +- author: Winkarst-cpu + changes: + - message: Now submit button in admin notes becomes disabled on switching type back + to note. + type: Fix + id: 7641 + time: '2024-11-23T06:41:28.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33456 From a42bacd3a94b515ee594b2ee39e331b3e6f0b318 Mon Sep 17 00:00:00 2001 From: MetalSage <74924875+MetalSage@users.noreply.github.com> Date: Sat, 23 Nov 2024 09:54:35 +0300 Subject: [PATCH 016/160] Fix startingGear storage (#33394) * fix starting gear storage * removal of unused --------- Co-authored-by: MetalSage --- .../Station/SharedStationSpawningSystem.cs | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Content.Shared/Station/SharedStationSpawningSystem.cs b/Content.Shared/Station/SharedStationSpawningSystem.cs index ad264cd22a4..a23ee309401 100644 --- a/Content.Shared/Station/SharedStationSpawningSystem.cs +++ b/Content.Shared/Station/SharedStationSpawningSystem.cs @@ -2,6 +2,7 @@ using Content.Shared.Hands.Components; using Content.Shared.Hands.EntitySystems; using Content.Shared.Inventory; +using Content.Shared.Item; using Content.Shared.Preferences.Loadouts; using Content.Shared.Roles; using Content.Shared.Storage; @@ -145,27 +146,23 @@ public void EquipStartingGear(EntityUid entity, IEquipmentLoadout? startingGear, if (startingGear.Storage.Count > 0) { var coords = _xformSystem.GetMapCoordinates(entity); - var ents = new ValueList(); _inventoryQuery.TryComp(entity, out var inventoryComp); - foreach (var (slot, entProtos) in startingGear.Storage) + foreach (var (slotName, entProtos) in startingGear.Storage) { - ents.Clear(); - if (entProtos.Count == 0) + if (entProtos == null || entProtos.Count == 0) continue; if (inventoryComp != null && - InventorySystem.TryGetSlotEntity(entity, slot, out var slotEnt, inventoryComponent: inventoryComp) && + InventorySystem.TryGetSlotEntity(entity, slotName, out var slotEnt, inventoryComponent: inventoryComp) && _storageQuery.TryComp(slotEnt, out var storage)) { - foreach (var ent in entProtos) - { - ents.Add(Spawn(ent, coords)); - } - foreach (var ent in ents) + foreach (var entProto in entProtos) { - _storage.Insert(slotEnt.Value, ent, out _, storageComp: storage, playSound: false); + var spawnedEntity = Spawn(entProto, coords); + + _storage.Insert(slotEnt.Value, spawnedEntity, out _, storageComp: storage, playSound: false); } } } From bdf4a46edf6dc0f457f0aebafdfbd181e3f2efb2 Mon Sep 17 00:00:00 2001 From: eoineoineoin Date: Sat, 23 Nov 2024 06:55:09 +0000 Subject: [PATCH 017/160] Minor improvements & fixes to Shuttle Console UI (#31623) * Fix grids and docks being culled from display prematurely * Fix inconsistent disabling of "Undock" buttons * Add a radar icon to indicate where the controlling console is * Tidy up math Remove lots of sketchy transforms-of-transforms, which should have been as single matrix multiply. Assign proper names to matrices. Remove some redundant calculations. * Feedback --- .../Shuttles/UI/BaseShuttleControl.xaml.cs | 13 +-- Content.Client/Shuttles/UI/NavScreen.xaml.cs | 7 ++ .../Shuttles/UI/ShuttleConsoleWindow.xaml.cs | 1 + .../Shuttles/UI/ShuttleDockControl.xaml.cs | 74 ++++++------- .../Shuttles/UI/ShuttleNavControl.xaml.cs | 100 ++++++++++-------- 5 files changed, 104 insertions(+), 91 deletions(-) diff --git a/Content.Client/Shuttles/UI/BaseShuttleControl.xaml.cs b/Content.Client/Shuttles/UI/BaseShuttleControl.xaml.cs index b50d8fa6b21..a5411005391 100644 --- a/Content.Client/Shuttles/UI/BaseShuttleControl.xaml.cs +++ b/Content.Client/Shuttles/UI/BaseShuttleControl.xaml.cs @@ -116,7 +116,7 @@ protected void DrawCircles(DrawingHandleScreen handle) } } - protected void DrawGrid(DrawingHandleScreen handle, Matrix3x2 matrix, Entity grid, Color color, float alpha = 0.01f) + protected void DrawGrid(DrawingHandleScreen handle, Matrix3x2 gridToView, Entity grid, Color color, float alpha = 0.01f) { var rator = Maps.GetAllTilesEnumerator(grid.Owner, grid.Comp); var minimapScale = MinimapScale; @@ -264,7 +264,7 @@ protected void DrawGrid(DrawingHandleScreen handle, Matrix3x2 matrix, Entity 16; + public int BatchSize => 64; public float MinimapScale; public Vector2 MidPoint; @@ -297,12 +297,7 @@ private record struct GridDrawJob : IParallelRobustJob public void Execute(int index) { - var vert = Vertices[index]; - var adjustedVert = Vector2.Transform(vert, Matrix); - adjustedVert = adjustedVert with { Y = -adjustedVert.Y }; - - var scaledVert = ScalePosition(adjustedVert, MinimapScale, MidPoint); - ScaledVertices[index] = scaledVert; + ScaledVertices[index] = Vector2.Transform(Vertices[index], Matrix); } } } diff --git a/Content.Client/Shuttles/UI/NavScreen.xaml.cs b/Content.Client/Shuttles/UI/NavScreen.xaml.cs index 91d95aaa042..7236714ef29 100644 --- a/Content.Client/Shuttles/UI/NavScreen.xaml.cs +++ b/Content.Client/Shuttles/UI/NavScreen.xaml.cs @@ -15,6 +15,7 @@ public sealed partial class NavScreen : BoxContainer [Dependency] private readonly IEntityManager _entManager = default!; private SharedTransformSystem _xformSystem; + private EntityUid? _consoleEntity; // Entity of controlling console private EntityUid? _shuttleEntity; public NavScreen() @@ -35,6 +36,12 @@ public void SetShuttle(EntityUid? shuttle) _shuttleEntity = shuttle; } + public void SetConsole(EntityUid? console) + { + _consoleEntity = console; + NavRadar.SetConsole(console); + } + private void OnIFFTogglePressed(BaseButton.ButtonEventArgs args) { NavRadar.ShowIFF ^= true; diff --git a/Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml.cs b/Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml.cs index a4b42fb672c..d0e6f9ebf7b 100644 --- a/Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml.cs +++ b/Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml.cs @@ -138,6 +138,7 @@ public void UpdateState(EntityUid owner, ShuttleBoundUserInterfaceState cState) { var coordinates = _entManager.GetCoordinates(cState.NavState.Coordinates); NavContainer.SetShuttle(coordinates?.EntityId); + NavContainer.SetConsole(owner); MapContainer.SetShuttle(coordinates?.EntityId); MapContainer.SetConsole(owner); diff --git a/Content.Client/Shuttles/UI/ShuttleDockControl.xaml.cs b/Content.Client/Shuttles/UI/ShuttleDockControl.xaml.cs index 61ae0699266..2b575b48059 100644 --- a/Content.Client/Shuttles/UI/ShuttleDockControl.xaml.cs +++ b/Content.Client/Shuttles/UI/ShuttleDockControl.xaml.cs @@ -107,16 +107,19 @@ protected override void Draw(DrawingHandleScreen handle) DrawCircles(handle); var gridNent = EntManager.GetNetEntity(GridEntity); var mapPos = _xformSystem.ToMapCoordinates(_coordinates.Value); - var ourGridMatrix = _xformSystem.GetWorldMatrix(GridEntity.Value); - var dockMatrix = Matrix3Helpers.CreateTransform(_coordinates.Value.Position, Angle.Zero); - var worldFromDock = Matrix3x2.Multiply(dockMatrix, ourGridMatrix); + var ourGridToWorld = _xformSystem.GetWorldMatrix(GridEntity.Value); + var selectedDockToOurGrid = Matrix3Helpers.CreateTransform(_coordinates.Value.Position, Angle.Zero); + var selectedDockToWorld = Matrix3x2.Multiply(selectedDockToOurGrid, ourGridToWorld); - Matrix3x2.Invert(worldFromDock, out var offsetMatrix); + Box2 viewBoundsWorld = Matrix3Helpers.TransformBox(selectedDockToWorld, new Box2(-WorldRangeVector, WorldRangeVector)); + + Matrix3x2.Invert(selectedDockToWorld, out var worldToSelectedDock); + var selectedDockToView = Matrix3x2.CreateScale(new Vector2(MinimapScale, -MinimapScale)) * Matrix3x2.CreateTranslation(MidPointVector); // Draw nearby grids var controlBounds = PixelSizeBox; _grids.Clear(); - _mapManager.FindGridsIntersecting(gridXform.MapID, new Box2(mapPos.Position - WorldRangeVector, mapPos.Position + WorldRangeVector), ref _grids); + _mapManager.FindGridsIntersecting(gridXform.MapID, viewBoundsWorld, ref _grids); // offset the dotted-line position to the bounds. Vector2? viewedDockPos = _viewedState != null ? MidPointVector : null; @@ -136,11 +139,11 @@ protected override void Draw(DrawingHandleScreen handle) if (grid.Owner != GridEntity && !_shuttles.CanDraw(grid.Owner, iffComp: iffComp)) continue; - var gridMatrix = _xformSystem.GetWorldMatrix(grid.Owner); - var matty = Matrix3x2.Multiply(gridMatrix, offsetMatrix); + var curGridToWorld = _xformSystem.GetWorldMatrix(grid.Owner); + var curGridToView = curGridToWorld * worldToSelectedDock * selectedDockToView; var color = _shuttles.GetIFFColor(grid.Owner, grid.Owner == GridEntity, component: iffComp); - DrawGrid(handle, matty, grid, color); + DrawGrid(handle, curGridToView, grid, color); // Draw any docks on that grid if (!DockState.Docks.TryGetValue(EntManager.GetNetEntity(grid), out var gridDocks)) @@ -151,23 +154,24 @@ protected override void Draw(DrawingHandleScreen handle) if (ViewedDock == dock.Entity) continue; - var position = Vector2.Transform(dock.Coordinates.Position, matty); - var otherDockRotation = Matrix3Helpers.CreateRotation(dock.Angle); - var scaledPos = ScalePosition(position with {Y = -position.Y}); - if (!controlBounds.Contains(scaledPos.Floored())) + // This box is the AABB of all the vertices we draw below. + var dockRenderBoundsLocal = new Box2(-0.5f, -0.7f, 0.5f, 0.5f); + var currentDockToCurGrid = Matrix3Helpers.CreateTransform(dock.Coordinates.Position, dock.Angle); + var currentDockToWorld = Matrix3x2.Multiply(currentDockToCurGrid, curGridToWorld); + var dockRenderBoundsWorld = Matrix3Helpers.TransformBox(currentDockToWorld, dockRenderBoundsLocal); + if (!viewBoundsWorld.Intersects(dockRenderBoundsWorld)) continue; - // Draw the dock's collision var collisionBL = Vector2.Transform(dock.Coordinates.Position + - Vector2.Transform(new Vector2(-0.2f, -0.7f), otherDockRotation), matty); + Vector2.Transform(new Vector2(-0.2f, -0.7f), otherDockRotation), curGridToView); var collisionBR = Vector2.Transform(dock.Coordinates.Position + - Vector2.Transform(new Vector2(0.2f, -0.7f), otherDockRotation), matty); + Vector2.Transform(new Vector2(0.2f, -0.7f), otherDockRotation), curGridToView); var collisionTR = Vector2.Transform(dock.Coordinates.Position + - Vector2.Transform(new Vector2(0.2f, -0.5f), otherDockRotation), matty); + Vector2.Transform(new Vector2(0.2f, -0.5f), otherDockRotation), curGridToView); var collisionTL = Vector2.Transform(dock.Coordinates.Position + - Vector2.Transform(new Vector2(-0.2f, -0.5f), otherDockRotation), matty); + Vector2.Transform(new Vector2(-0.2f, -0.5f), otherDockRotation), curGridToView); var verts = new[] { @@ -181,13 +185,6 @@ protected override void Draw(DrawingHandleScreen handle) collisionBL, }; - for (var i = 0; i < verts.Length; i++) - { - var vert = verts[i]; - vert.Y = -vert.Y; - verts[i] = ScalePosition(vert); - } - var collisionCenter = verts[0] + verts[1] + verts[3] + verts[5]; var otherDockConnection = Color.ToSrgb(Color.Pink); @@ -195,10 +192,10 @@ protected override void Draw(DrawingHandleScreen handle) handle.DrawPrimitives(DrawPrimitiveTopology.LineList, verts, otherDockConnection); // Draw the dock itself - var dockBL = Vector2.Transform(dock.Coordinates.Position + new Vector2(-0.5f, -0.5f), matty); - var dockBR = Vector2.Transform(dock.Coordinates.Position + new Vector2(0.5f, -0.5f), matty); - var dockTR = Vector2.Transform(dock.Coordinates.Position + new Vector2(0.5f, 0.5f), matty); - var dockTL = Vector2.Transform(dock.Coordinates.Position + new Vector2(-0.5f, 0.5f), matty); + var dockBL = Vector2.Transform(dock.Coordinates.Position + new Vector2(-0.5f, -0.5f), curGridToView); + var dockBR = Vector2.Transform(dock.Coordinates.Position + new Vector2(0.5f, -0.5f), curGridToView); + var dockTR = Vector2.Transform(dock.Coordinates.Position + new Vector2(0.5f, 0.5f), curGridToView); + var dockTL = Vector2.Transform(dock.Coordinates.Position + new Vector2(-0.5f, 0.5f), curGridToView); verts = new[] { @@ -212,13 +209,6 @@ protected override void Draw(DrawingHandleScreen handle) dockBL }; - for (var i = 0; i < verts.Length; i++) - { - var vert = verts[i]; - vert.Y = -vert.Y; - verts[i] = ScalePosition(vert); - } - Color otherDockColor; if (HighlightedDock == dock.Entity) @@ -253,9 +243,11 @@ protected override void Draw(DrawingHandleScreen handle) collisionCenter /= 4; var range = viewedDockPos.Value - collisionCenter; - if (range.Length() < SharedDockingSystem.DockingHiglightRange * MinimapScale) + var maxRange = SharedDockingSystem.DockingHiglightRange * MinimapScale; + var maxRangeSq = maxRange * maxRange; + if (range.LengthSquared() < maxRangeSq) { - if (_viewedState?.GridDockedWith == null) + if (dock.GridDockedWith == null) { var coordsOne = EntManager.GetCoordinates(_viewedState!.Coordinates); var coordsTwo = EntManager.GetCoordinates(dock.Coordinates); @@ -265,10 +257,11 @@ protected override void Draw(DrawingHandleScreen handle) var rotA = _xformSystem.GetWorldRotation(coordsOne.EntityId) + _viewedState!.Angle; var rotB = _xformSystem.GetWorldRotation(coordsTwo.EntityId) + dock.Angle; - var distance = (mapOne.Position - mapTwo.Position).Length(); + var distanceSq = (mapOne.Position - mapTwo.Position).LengthSquared(); var inAlignment = _dockSystem.InAlignment(mapOne, rotA, mapTwo, rotB); - var canDock = distance < SharedDockingSystem.DockRange && inAlignment; + var maxDockDistSq = SharedDockingSystem.DockRange * SharedDockingSystem.DockRange; + var canDock = distanceSq < maxDockDistSq && inAlignment; if (dockButton != null) dockButton.Disabled = !canDock || !canDockChange; @@ -297,7 +290,8 @@ protected override void Draw(DrawingHandleScreen handle) { // Because it's being layed out top-down we have to arrange for first frame. container.Arrange(PixelRect); - var containerPos = scaledPos / UIScale - container.DesiredSize / 2 - new Vector2(0f, 0.75f) * MinimapScale; + var dockPositionInView = Vector2.Transform(dock.Coordinates.Position, curGridToView); + var containerPos = dockPositionInView / UIScale - container.DesiredSize / 2 - new Vector2(0f, 0.75f) * MinimapScale; SetPosition(container, containerPos); } diff --git a/Content.Client/Shuttles/UI/ShuttleNavControl.xaml.cs b/Content.Client/Shuttles/UI/ShuttleNavControl.xaml.cs index 2674343e059..805608c9a53 100644 --- a/Content.Client/Shuttles/UI/ShuttleNavControl.xaml.cs +++ b/Content.Client/Shuttles/UI/ShuttleNavControl.xaml.cs @@ -29,6 +29,11 @@ public sealed partial class ShuttleNavControl : BaseShuttleControl /// private EntityCoordinates? _coordinates; + /// + /// Entity of controlling console + /// + private EntityUid? _consoleEntity; + private Angle? _rotation; private Dictionary> _docks = new(); @@ -57,6 +62,11 @@ public void SetMatrix(EntityCoordinates? coordinates, Angle? angle) _rotation = angle; } + public void SetConsole(EntityUid? consoleEntity) + { + _consoleEntity = consoleEntity; + } + protected override void KeyBindUp(GUIBoundKeyEventArgs args) { base.KeyBindUp(args); @@ -139,40 +149,35 @@ protected override void Draw(DrawingHandleScreen handle) } var mapPos = _transform.ToMapCoordinates(_coordinates.Value); - var offset = _coordinates.Value.Position; - var posMatrix = Matrix3Helpers.CreateTransform(offset, _rotation.Value); + var posMatrix = Matrix3Helpers.CreateTransform(_coordinates.Value.Position, _rotation.Value); var ourEntRot = RotateWithEntity ? _transform.GetWorldRotation(xform) : _rotation.Value; var ourEntMatrix = Matrix3Helpers.CreateTransform(_transform.GetWorldPosition(xform), ourEntRot); - var ourWorldMatrix = Matrix3x2.Multiply(posMatrix, ourEntMatrix); - Matrix3x2.Invert(ourWorldMatrix, out var ourWorldMatrixInvert); + var shuttleToWorld = Matrix3x2.Multiply(posMatrix, ourEntMatrix); + Matrix3x2.Invert(shuttleToWorld, out var worldToShuttle); + var shuttleToView = Matrix3x2.CreateScale(new Vector2(MinimapScale, -MinimapScale)) * Matrix3x2.CreateTranslation(MidPointVector); // Draw our grid in detail var ourGridId = xform.GridUid; if (EntManager.TryGetComponent(ourGridId, out var ourGrid) && fixturesQuery.HasComponent(ourGridId.Value)) { - var ourGridMatrix = _transform.GetWorldMatrix(ourGridId.Value); - var matrix = Matrix3x2.Multiply(ourGridMatrix, ourWorldMatrixInvert); + var ourGridToWorld = _transform.GetWorldMatrix(ourGridId.Value); + var ourGridToShuttle = Matrix3x2.Multiply(ourGridToWorld, worldToShuttle); + var ourGridToView = ourGridToShuttle * shuttleToView; var color = _shuttles.GetIFFColor(ourGridId.Value, self: true); - DrawGrid(handle, matrix, (ourGridId.Value, ourGrid), color); - DrawDocks(handle, ourGridId.Value, matrix); + DrawGrid(handle, ourGridToView, (ourGridId.Value, ourGrid), color); + DrawDocks(handle, ourGridId.Value, ourGridToView); } - var invertedPosition = _coordinates.Value.Position - offset; - invertedPosition.Y = -invertedPosition.Y; - // Don't need to transform the InvWorldMatrix again as it's already offset to its position. - // Draw radar position on the station - var radarPos = invertedPosition; const float radarVertRadius = 2f; - var radarPosVerts = new Vector2[] { - ScalePosition(radarPos + new Vector2(0f, -radarVertRadius)), - ScalePosition(radarPos + new Vector2(radarVertRadius / 2f, 0f)), - ScalePosition(radarPos + new Vector2(0f, radarVertRadius)), - ScalePosition(radarPos + new Vector2(radarVertRadius / -2f, 0f)), + ScalePosition(new Vector2(0f, -radarVertRadius)), + ScalePosition(new Vector2(radarVertRadius / 2f, 0f)), + ScalePosition(new Vector2(0f, radarVertRadius)), + ScalePosition(new Vector2(radarVertRadius / -2f, 0f)), }; handle.DrawPrimitives(DrawPrimitiveTopology.TriangleFan, radarPosVerts, Color.Lime); @@ -197,8 +202,8 @@ protected override void Draw(DrawingHandleScreen handle) if (!_shuttles.CanDraw(gUid, gridBody, iff)) continue; - var gridMatrix = _transform.GetWorldMatrix(gUid); - var matty = Matrix3x2.Multiply(gridMatrix, ourWorldMatrixInvert); + var curGridToWorld = _transform.GetWorldMatrix(gUid); + var curGridToView = curGridToWorld * worldToShuttle * shuttleToView; var labelColor = _shuttles.GetIFFColor(grid, self: false, iff); var coordColor = new Color(labelColor.R * 0.8f, labelColor.G * 0.8f, labelColor.B * 0.8f, 0.5f); @@ -213,8 +218,7 @@ protected override void Draw(DrawingHandleScreen handle) { var gridBounds = grid.Comp.LocalAABB; - var gridCentre = Vector2.Transform(gridBody.LocalCenter, matty); - gridCentre.Y = -gridCentre.Y; + var gridCentre = Vector2.Transform(gridBody.LocalCenter, curGridToView); var distance = gridCentre.Length(); var labelText = Loc.GetString("shuttle-console-iff-label", ("name", labelName), @@ -230,9 +234,8 @@ protected override void Draw(DrawingHandleScreen handle) // y-offset the control to always render below the grid (vertically) var yOffset = Math.Max(gridBounds.Height, gridBounds.Width) * MinimapScale / 1.8f; - // The actual position in the UI. We centre the label by offsetting the matrix position - // by half the label's width, plus the y-offset - var gridScaledPosition = ScalePosition(gridCentre) - new Vector2(0, -yOffset); + // The actual position in the UI. + var gridScaledPosition = gridCentre - new Vector2(0, -yOffset); // Normalize the grid position if it exceeds the viewport bounds // normalizing it instead of clamping it preserves the direction of the vector and prevents corner-hugging @@ -264,18 +267,32 @@ protected override void Draw(DrawingHandleScreen handle) } // Detailed view - var gridAABB = gridMatrix.TransformBox(grid.Comp.LocalAABB); + var gridAABB = curGridToWorld.TransformBox(grid.Comp.LocalAABB); // Skip drawing if it's out of range. if (!gridAABB.Intersects(viewAABB)) continue; - DrawGrid(handle, matty, grid, labelColor); - DrawDocks(handle, gUid, matty); + DrawGrid(handle, curGridToView, grid, labelColor); + DrawDocks(handle, gUid, curGridToView); } + + // If we've set the controlling console, and it's on a different grid + // to the shuttle itself, then draw an additional marker to help the + // player determine where they are relative to the shuttle. + if (_consoleEntity != null && xformQuery.TryGetComponent(_consoleEntity, out var consoleXform)) + { + if (consoleXform.ParentUid != _coordinates.Value.EntityId) + { + var consolePositionWorld = _transform.GetWorldPosition((EntityUid)_consoleEntity); + var p = Vector2.Transform(consolePositionWorld, worldToShuttle * shuttleToView); + handle.DrawCircle(p, 5, Color.ToSrgb(Color.Cyan), true); + } + } + } - private void DrawDocks(DrawingHandleScreen handle, EntityUid uid, Matrix3x2 matrix) + private void DrawDocks(DrawingHandleScreen handle, EntityUid uid, Matrix3x2 gridToView) { if (!ShowDocks) return; @@ -283,33 +300,32 @@ private void DrawDocks(DrawingHandleScreen handle, EntityUid uid, Matrix3x2 matr const float DockScale = 0.6f; var nent = EntManager.GetNetEntity(uid); + const float sqrt2 = 1.41421356f; + const float dockRadius = DockScale * sqrt2; + // Worst-case bounds used to cull a dock: + Box2 viewBounds = new Box2(-dockRadius, -dockRadius, Size.X + dockRadius, Size.Y + dockRadius); if (_docks.TryGetValue(nent, out var docks)) { foreach (var state in docks) { var position = state.Coordinates.Position; - var uiPosition = Vector2.Transform(position, matrix); - if (uiPosition.Length() > (WorldRange * 2f) - DockScale) + var positionInView = Vector2.Transform(position, gridToView); + if (!viewBounds.Contains(positionInView)) + { continue; + } var color = Color.ToSrgb(Color.Magenta); var verts = new[] { - Vector2.Transform(position + new Vector2(-DockScale, -DockScale), matrix), - Vector2.Transform(position + new Vector2(DockScale, -DockScale), matrix), - Vector2.Transform(position + new Vector2(DockScale, DockScale), matrix), - Vector2.Transform(position + new Vector2(-DockScale, DockScale), matrix), + Vector2.Transform(position + new Vector2(-DockScale, -DockScale), gridToView), + Vector2.Transform(position + new Vector2(DockScale, -DockScale), gridToView), + Vector2.Transform(position + new Vector2(DockScale, DockScale), gridToView), + Vector2.Transform(position + new Vector2(-DockScale, DockScale), gridToView), }; - for (var i = 0; i < verts.Length; i++) - { - var vert = verts[i]; - vert.Y = -vert.Y; - verts[i] = ScalePosition(vert); - } - handle.DrawPrimitives(DrawPrimitiveTopology.TriangleFan, verts, color.WithAlpha(0.8f)); handle.DrawPrimitives(DrawPrimitiveTopology.LineStrip, verts, color); } From c3786a56dcbb03d53eb8a42d69105936398d5eff Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 23 Nov 2024 20:31:07 +1100 Subject: [PATCH 018/160] Fix door animations mispredicting if closing is interrupted (#33481) * Fix door animations mispredicting if closing is interrupted On master it will flicker states a little bit partially due to it not being predicted. Instead we'll just set it straight back to opening (no animation is ever played anyway). * no log --- Content.Shared/Doors/Systems/SharedDoorSystem.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Content.Shared/Doors/Systems/SharedDoorSystem.cs b/Content.Shared/Doors/Systems/SharedDoorSystem.cs index 80e7ff96698..7fd5d61db7d 100644 --- a/Content.Shared/Doors/Systems/SharedDoorSystem.cs +++ b/Content.Shared/Doors/Systems/SharedDoorSystem.cs @@ -461,17 +461,17 @@ public bool OnPartialClose(EntityUid uid, DoorComponent? door = null, PhysicsCom if (!Resolve(uid, ref door, ref physics)) return false; - door.Partial = true; - // Make sure no entity walked into the airlock when it started closing. if (!CanClose(uid, door)) { door.NextStateChange = GameTiming.CurTime + door.OpenTimeTwo; - door.State = DoorState.Opening; - AppearanceSystem.SetData(uid, DoorVisuals.State, DoorState.Opening); + door.State = DoorState.Open; + AppearanceSystem.SetData(uid, DoorVisuals.State, DoorState.Open); + Dirty(uid, door); return false; } + door.Partial = true; SetCollidable(uid, true, door, physics); door.NextStateChange = GameTiming.CurTime + door.CloseTimeTwo; Dirty(uid, door); From bde85858a39903a8127fe48dd24ca8ecf3b1ed40 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Nov 2024 09:32:14 +0000 Subject: [PATCH 019/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e28f46c1c1d..f6d02fcadd4 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: Potato1234_x - changes: - - message: Added tea plants that can be dried and ground to make tea powder which - can then be used to make tea. - type: Add - - message: Added blue pumpkins. Currently useless but recipe uses are coming soon. - type: Add - id: 7142 - time: '2024-08-18T22:28:18.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/25092 - author: deltanedas changes: - message: Added Memory Cells for storing logic signals persistently. @@ -3932,3 +3922,11 @@ id: 7641 time: '2024-11-23T06:41:28.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33456 +- author: metalgearsloth + changes: + - message: Fix airlock animations mispredicting if the closing animation is interrupted, + e.g. via walking into it. + type: Fix + id: 7642 + time: '2024-11-23T09:31:08.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33481 From 11dae2ff93ebecb6187e21db15fb52f5cb02e152 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 23 Nov 2024 22:19:59 +1100 Subject: [PATCH 020/160] Don't show drag-drop outline if climbing (#33477) It won't actually do anything. --- Content.Shared/Climbing/Systems/ClimbSystem.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Content.Shared/Climbing/Systems/ClimbSystem.cs b/Content.Shared/Climbing/Systems/ClimbSystem.cs index 9bf481002a9..467d96187e5 100644 --- a/Content.Shared/Climbing/Systems/ClimbSystem.cs +++ b/Content.Shared/Climbing/Systems/ClimbSystem.cs @@ -151,6 +151,10 @@ private void OnCanDragDropOn(EntityUid uid, ClimbableComponent component, ref Ca if (args.Handled) return; + // If already climbing then don't show outlines. + if (TryComp(args.Dragged, out ClimbingComponent? climbing) && climbing.IsClimbing) + return; + var canVault = args.User == args.Dragged ? CanVault(component, args.User, uid, out _) : CanVault(component, args.User, args.Dragged, uid, out _); From 45af6a13fcba1e07b76ee5d692067047f0786aa3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Nov 2024 11:21:05 +0000 Subject: [PATCH 021/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f6d02fcadd4..5f474eceb28 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: deltanedas - changes: - - message: Added Memory Cells for storing logic signals persistently. - type: Add - id: 7143 - time: '2024-08-18T22:34:43.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/24983 - author: Psychpsyo changes: - message: The random sentience event is back and can no longer pick things that @@ -3930,3 +3923,10 @@ id: 7642 time: '2024-11-23T09:31:08.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33481 +- author: metalgearsloth + changes: + - message: Drag-drop outline no longer shows the vaulting outlines if you're vaulting. + type: Tweak + id: 7643 + time: '2024-11-23T11:19:59.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33477 From 855547a2d4ea6f95f1b1db7d62a586a57a54f712 Mon Sep 17 00:00:00 2001 From: goet <6637097+goet@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:41:37 +0100 Subject: [PATCH 022/160] Ensure wires can always be cut (#32447) ensure wires are always cut --- Content.Server/Wires/ComponentWireAction.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Content.Server/Wires/ComponentWireAction.cs b/Content.Server/Wires/ComponentWireAction.cs index 24070680563..90c8a7594d4 100644 --- a/Content.Server/Wires/ComponentWireAction.cs +++ b/Content.Server/Wires/ComponentWireAction.cs @@ -22,13 +22,14 @@ public abstract partial class ComponentWireAction : BaseWireAction w public override bool Cut(EntityUid user, Wire wire) { base.Cut(user, wire); - return EntityManager.TryGetComponent(wire.Owner, out TComponent? component) && Cut(user, wire, component); + // if the entity doesn't exist, we need to return true otherwise the wire sprite is never updated + return EntityManager.TryGetComponent(wire.Owner, out TComponent? component) ? Cut(user, wire, component) : true; } public override bool Mend(EntityUid user, Wire wire) { base.Mend(user, wire); - return EntityManager.TryGetComponent(wire.Owner, out TComponent? component) && Mend(user, wire, component); + return EntityManager.TryGetComponent(wire.Owner, out TComponent? component) ? Mend(user, wire, component) : true; } public override void Pulse(EntityUid user, Wire wire) From 4cecf99e65c1fafc1e82cfae9dbae88d62b18566 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Nov 2024 11:42:43 +0000 Subject: [PATCH 023/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5f474eceb28..8146476b3e0 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Psychpsyo - changes: - - message: The random sentience event is back and can no longer pick things that - aren't even on the station. - type: Add - id: 7144 - time: '2024-08-18T23:41:12.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/29123 - author: EmoGarbage404 changes: - message: Ore can no longer be destroyed by explosions. Happy blast mining. @@ -3930,3 +3922,10 @@ id: 7643 time: '2024-11-23T11:19:59.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33477 +- author: goet + changes: + - message: Useless wires some vending machines have can be cut now. + type: Fix + id: 7644 + time: '2024-11-23T11:41:37.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32447 From fab9993a3b75a05c8c1d573132e45f396d760b72 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:14:13 -0500 Subject: [PATCH 024/160] babyproof arrivals shuttle (#33284) * babyproof arrivals shuttle * always powered lights * uncuttable cables from terminal PR. --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Maps/Shuttles/arrivals.yml | 1363 ++++++++++++++++++++++++-- 1 file changed, 1260 insertions(+), 103 deletions(-) diff --git a/Resources/Maps/Shuttles/arrivals.yml b/Resources/Maps/Shuttles/arrivals.yml index b4609e1b0ae..3c853ef7395 100644 --- a/Resources/Maps/Shuttles/arrivals.yml +++ b/Resources/Maps/Shuttles/arrivals.yml @@ -192,13 +192,17 @@ entities: - type: RadiationGridResistance - type: SpreaderGrid - type: GridPathfinding + - type: Godmode - proto: AirCanister entities: - uid: 214 components: - type: Transform + anchored: True pos: -1.5,7.5 parent: 292 + - type: Physics + bodyType: Static - proto: AirlockCommandGlassLocked entities: - uid: 278 @@ -208,6 +212,11 @@ entities: - type: Transform pos: -0.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - proto: AirlockGlassShuttle entities: - uid: 177 @@ -217,11 +226,16 @@ entities: pos: 3.5,-2.5 parent: 292 - type: Door - secondsUntilStateChange: -336.60016 + secondsUntilStateChange: -623.03485 state: Opening - type: DeviceLinkSource lastSignals: DoorStatus: True + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 178 components: - type: Transform @@ -229,11 +243,16 @@ entities: pos: 3.5,4.5 parent: 292 - type: Door - secondsUntilStateChange: -338.3335 + secondsUntilStateChange: -624.7682 state: Opening - type: DeviceLinkSource lastSignals: DoorStatus: True + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 179 components: - type: Transform @@ -241,11 +260,16 @@ entities: pos: -4.5,4.5 parent: 292 - type: Door - secondsUntilStateChange: -332.80017 + secondsUntilStateChange: -619.23486 state: Opening - type: DeviceLinkSource lastSignals: DoorStatus: True + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 180 components: - type: Transform @@ -253,11 +277,16 @@ entities: pos: -4.5,-2.5 parent: 292 - type: Door - secondsUntilStateChange: -334.70016 + secondsUntilStateChange: -621.1349 state: Opening - type: DeviceLinkSource lastSignals: DoorStatus: True + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - proto: APCBasic entities: - uid: 116 @@ -266,6 +295,13 @@ entities: rot: 3.141592653589793 rad pos: -0.5,3.5 parent: 292 + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + - type: Godmode + missingComponents: + - Construction + - Destructible - proto: ArrivalsShuttleTimer entities: - uid: 294 @@ -273,11 +309,17 @@ entities: - type: Transform pos: -4.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction - uid: 295 components: - type: Transform pos: 3.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction - proto: AtmosDeviceFanDirectional entities: - uid: 164 @@ -286,24 +328,28 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,4.5 parent: 292 + - type: Godmode - uid: 165 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,4.5 parent: 292 + - type: Godmode - uid: 166 components: - type: Transform rot: 1.5707963267948966 rad pos: 3.5,-2.5 parent: 292 + - type: Godmode - uid: 167 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-2.5 parent: 292 + - type: Godmode - proto: BlockGameArcade entities: - uid: 258 @@ -312,418 +358,747 @@ entities: rot: -1.5707963267948966 rad pos: -1.5,-1.5 parent: 292 -- proto: CableApcExtension + - type: Godmode + missingComponents: + - Anchorable + - Construction + - Destructible +- proto: CableApcExtensionUncuttable entities: - uid: 123 components: - type: Transform pos: -0.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 124 components: - type: Transform pos: -0.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 125 components: - type: Transform pos: -1.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 126 components: - type: Transform pos: -2.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 127 components: - type: Transform pos: -2.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 128 components: - type: Transform pos: -2.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 129 components: - type: Transform pos: -2.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 130 components: - type: Transform pos: -2.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 131 components: - type: Transform pos: -2.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 132 components: - type: Transform pos: -2.5,-1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 133 components: - type: Transform pos: -2.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 134 components: - type: Transform pos: -1.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 135 components: - type: Transform pos: -0.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 136 components: - type: Transform pos: 0.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 137 components: - type: Transform pos: 1.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 138 components: - type: Transform pos: 1.5,-1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 139 components: - type: Transform pos: 1.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 140 components: - type: Transform pos: 1.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 141 components: - type: Transform pos: 1.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 142 components: - type: Transform pos: 1.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 143 components: - type: Transform pos: 1.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 144 components: - type: Transform pos: 1.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 145 components: - type: Transform pos: 0.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 146 components: - type: Transform pos: -0.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 147 components: - type: Transform pos: -0.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 148 components: - type: Transform pos: -0.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 149 components: - type: Transform pos: -0.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 150 components: - type: Transform pos: -1.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 151 components: - type: Transform pos: 0.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 152 components: - type: Transform pos: 0.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 153 components: - type: Transform pos: 1.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 154 components: - type: Transform pos: -1.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 155 components: - type: Transform pos: -2.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 156 components: - type: Transform pos: -2.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 157 components: - type: Transform pos: 1.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 158 components: - type: Transform pos: -1.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 159 components: - type: Transform pos: 0.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 160 components: - type: Transform pos: -3.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 161 components: - type: Transform pos: 2.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 162 components: - type: Transform pos: 2.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 163 components: - type: Transform pos: -3.5,-2.5 parent: 292 -- proto: CableHV + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable +- proto: CableHVUncuttable entities: - uid: 79 components: - type: Transform pos: 0.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 80 components: - type: Transform pos: 1.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 81 components: - type: Transform pos: 1.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 82 components: - type: Transform pos: -0.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 83 components: - type: Transform pos: -0.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 85 components: - type: Transform pos: -0.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 86 components: - type: Transform pos: -0.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 87 components: - type: Transform pos: -1.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 88 components: - type: Transform pos: -2.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 89 components: - type: Transform pos: -2.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 90 components: - type: Transform pos: -2.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 91 components: - type: Transform pos: -2.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 92 components: - type: Transform pos: -2.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 93 components: - type: Transform pos: -2.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 94 components: - type: Transform pos: -2.5,-1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 95 components: - type: Transform pos: -2.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 96 components: - type: Transform pos: -1.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 97 components: - type: Transform pos: -0.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 98 components: - type: Transform pos: 0.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 99 components: - type: Transform pos: 1.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 100 components: - type: Transform pos: 1.5,-1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 101 components: - type: Transform pos: 1.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 102 components: - type: Transform pos: 1.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 103 components: - type: Transform pos: 1.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 104 components: - type: Transform pos: 1.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 105 components: - type: Transform pos: 1.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 106 components: - type: Transform pos: 1.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 107 components: - type: Transform pos: 0.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 108 components: - type: Transform pos: -1.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 109 components: - type: Transform pos: -1.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 110 components: - type: Transform pos: -1.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 111 components: - type: Transform pos: 0.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 112 components: - type: Transform pos: 0.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 113 components: - type: Transform pos: 0.5,-3.5 parent: 292 -- proto: CableMV + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable +- proto: CableMVUncuttable entities: - uid: 117 components: - type: Transform pos: 1.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 118 components: - type: Transform pos: 1.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 119 components: - type: Transform pos: 1.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 120 components: - type: Transform pos: 0.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 121 components: - type: Transform pos: -0.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable - uid: 122 components: - type: Transform pos: -0.5,3.5 parent: 292 -- proto: CableTerminal + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable +- proto: CableTerminalUncuttable entities: - uid: 84 components: @@ -731,6 +1106,11 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction - proto: ChairPilotSeat entities: - uid: 223 @@ -739,112 +1119,207 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 224 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 225 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 226 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 227 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 228 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 229 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 230 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 231 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 232 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 233 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 234 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 235 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 236 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 237 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 238 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 239 components: - type: Transform pos: 1.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 240 components: - type: Transform pos: -2.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 241 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: ClosetEmergencyFilledRandom entities: - uid: 252 @@ -852,72 +1327,18 @@ entities: - type: Transform pos: 0.5,5.5 parent: 292 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 260 + - uid: 253 components: - type: Transform pos: -2.5,-3.5 parent: 292 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: ClosetFireFilled entities: - - uid: 253 + - uid: 260 components: - type: Transform pos: -1.5,5.5 parent: 292 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: ClosetWallEmergencyFilledRandom entities: - uid: 288 @@ -944,6 +1365,10 @@ entities: - 0 - 0 - 0 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 289 components: - type: Transform @@ -967,6 +1392,10 @@ entities: - 0 - 0 - 0 + - type: Godmode + missingComponents: + - Destructible + - Construction - proto: ClosetWallFireFilledRandom entities: - uid: 286 @@ -992,6 +1421,10 @@ entities: - 0 - 0 - 0 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 287 components: - type: Transform @@ -1016,40 +1449,28 @@ entities: - 0 - 0 - 0 + - type: Godmode + missingComponents: + - Destructible + - Construction - proto: ClothingBackpack entities: - - uid: 275 + - uid: 266 components: - type: Transform - pos: 2.5,5.5 + pos: 2.5277145,5.600461 parent: 292 - - type: GroupExamine - group: - - hoverMessage: "" - contextText: verb-examine-group-other - icon: /Textures/Interface/examine-star.png - components: - - Armor - - ClothingSpeedModifier - entries: - - message: >- - It provides the following protection: - - - [color=orange]Explosion[/color] damage [color=white]to contents[/color] reduced by [color=lightblue]10%[/color]. - priority: 0 - component: Armor - title: null - proto: ClothingMaskBreath entities: - - uid: 272 + - uid: 267 components: - type: Transform - pos: 2.5,-3.5 + pos: 2.4086668,-3.4828715 parent: 292 - - uid: 273 + - uid: 274 components: - type: Transform - pos: -3.5,-3.5 + pos: -3.6032372,-3.4947772 parent: 292 - proto: ComputerShuttle entities: @@ -1058,24 +1479,29 @@ entities: - type: Transform pos: -0.5,9.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: CrowbarRed entities: - - uid: 274 + - uid: 293 components: - type: Transform - pos: 0.5,-3.5 + pos: 0.45628688,-3.5066814 parent: 292 - proto: EmergencyOxygenTankFilled entities: - - uid: 270 + - uid: 268 components: - type: Transform - pos: 2.5708976,-3.5851696 + pos: -3.2460945,-3.6614437 parent: 292 - - uid: 271 + - uid: 269 components: - type: Transform - pos: -3.4291024,-3.5851696 + pos: 2.7300956,-3.6138248 parent: 292 - proto: ExtinguisherCabinetFilled entities: @@ -1084,6 +1510,9 @@ entities: - type: Transform pos: -0.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible - proto: GasPassiveGate entities: - uid: 184 @@ -1091,6 +1520,11 @@ entities: - type: Transform pos: -0.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: GasPipeBend entities: - uid: 182 @@ -1099,34 +1533,64 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 183 components: - type: Transform pos: -0.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 187 components: - type: Transform rot: 1.5707963267948966 rad pos: -2.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 188 components: - type: Transform pos: 1.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 189 components: - type: Transform rot: -1.5707963267948966 rad pos: 1.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 190 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: GasPipeFourway entities: - uid: 186 @@ -1134,6 +1598,11 @@ entities: - type: Transform pos: -0.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: GasPipeStraight entities: - uid: 185 @@ -1141,110 +1610,215 @@ entities: - type: Transform pos: -0.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 192 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 193 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 194 components: - type: Transform rot: 1.5707963267948966 rad pos: -1.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 195 components: - type: Transform rot: 1.5707963267948966 rad pos: 0.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 196 components: - type: Transform pos: 1.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 197 components: - type: Transform pos: 1.5,-1.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 198 components: - type: Transform pos: 1.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 199 components: - type: Transform pos: 1.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 200 components: - type: Transform pos: 1.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 201 components: - type: Transform pos: 1.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 202 components: - type: Transform pos: 1.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 203 components: - type: Transform pos: 1.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 204 components: - type: Transform pos: -2.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 205 components: - type: Transform pos: -2.5,-1.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 206 components: - type: Transform pos: -2.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 207 components: - type: Transform pos: -2.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 208 components: - type: Transform pos: -2.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 209 components: - type: Transform pos: -2.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 210 components: - type: Transform pos: -2.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 211 components: - type: Transform pos: -2.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: GasPipeTJunction entities: - uid: 191 @@ -1253,6 +1827,11 @@ entities: rot: 3.141592653589793 rad pos: -0.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: GasPort entities: - uid: 181 @@ -1261,6 +1840,11 @@ entities: rot: 3.141592653589793 rad pos: -1.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: GasVentPump entities: - uid: 212 @@ -1268,12 +1852,22 @@ entities: - type: Transform pos: -0.5,-2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 213 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,4.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: GeneratorBasic15kW entities: - uid: 114 @@ -1281,11 +1875,19 @@ entities: - type: Transform pos: -1.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Anchorable + - Destructible - uid: 115 components: - type: Transform pos: 0.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Anchorable + - Destructible - proto: GeneratorWallmountAPU entities: - uid: 78 @@ -1293,6 +1895,11 @@ entities: - type: Transform pos: 1.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: GravityGeneratorMini entities: - uid: 291 @@ -1300,6 +1907,11 @@ entities: - type: Transform pos: -2.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - proto: Grille entities: - uid: 44 @@ -1307,116 +1919,231 @@ entities: - type: Transform pos: 3.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 52 components: - type: Transform pos: 3.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 53 components: - type: Transform pos: 3.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 54 components: - type: Transform pos: 3.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 55 components: - type: Transform pos: -4.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 56 components: - type: Transform pos: -4.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 57 components: - type: Transform pos: -4.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 58 components: - type: Transform pos: -4.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 59 components: - type: Transform pos: -1.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 60 components: - type: Transform pos: -2.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 61 components: - type: Transform pos: 1.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 62 components: - type: Transform pos: 0.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 63 components: - type: Transform pos: 0.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 64 components: - type: Transform pos: -1.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 65 components: - type: Transform pos: -2.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 66 components: - type: Transform pos: -2.5,9.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 67 components: - type: Transform pos: -1.5,9.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 68 components: - type: Transform pos: -1.5,10.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 69 components: - type: Transform pos: -0.5,10.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 70 components: - type: Transform pos: 0.5,10.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 71 components: - type: Transform pos: 0.5,9.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 72 components: - type: Transform pos: 1.5,9.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - uid: 73 components: - type: Transform pos: 1.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible - proto: Gyroscope entities: - uid: 168 @@ -1424,6 +2151,11 @@ entities: - type: Transform pos: 1.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - proto: IntercomCommon entities: - uid: 264 @@ -1431,6 +2163,12 @@ entities: - type: Transform pos: -0.5,-1.5 parent: 292 + - type: EncryptionKeyHolder + keysUnlocked: False + - type: Godmode + missingComponents: + - Construction + - Destructible - proto: MaintenanceFluffSpawner entities: - uid: 284 @@ -1438,29 +2176,31 @@ entities: - type: Transform pos: 0.5,3.5 parent: 292 + - type: Godmode - uid: 285 components: - type: Transform pos: -1.5,3.5 parent: 292 + - type: Godmode - proto: MedkitFilled entities: - - uid: 266 + - uid: 276 components: - type: Transform - pos: -0.5,-3.5 + pos: -0.4960943,-3.4828715 parent: 292 - proto: NitrogenTankFilled entities: - - uid: 268 + - uid: 271 components: - type: Transform - pos: -3.5,-3.5 + pos: -3.4365704,-3.590015 parent: 292 - - uid: 269 + - uid: 273 components: - type: Transform - pos: 2.5,-3.5 + pos: 2.563429,-3.566205 parent: 292 - proto: PosterLegitNanotrasenLogo entities: @@ -1469,6 +2209,9 @@ entities: - type: Transform pos: -2.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible - proto: PottedPlantRandom entities: - uid: 254 @@ -1476,21 +2219,25 @@ entities: - type: Transform pos: 2.5,-1.5 parent: 292 + - type: Godmode - uid: 255 components: - type: Transform pos: 2.5,3.5 parent: 292 + - type: Godmode - uid: 256 components: - type: Transform pos: -3.5,3.5 parent: 292 + - type: Godmode - uid: 257 components: - type: Transform pos: -3.5,-1.5 parent: 292 + - type: Godmode - proto: PowerCellRecharger entities: - uid: 265 @@ -1498,7 +2245,12 @@ entities: - type: Transform pos: 0.5,-3.5 parent: 292 -- proto: Poweredlight + - type: Godmode + missingComponents: + - Anchorable + - Destructible + - Construction +- proto: AlwaysPoweredWallLight entities: - uid: 279 components: @@ -1508,6 +2260,11 @@ entities: parent: 292 - type: ApcPowerReceiver powerLoad: 0 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 280 components: - type: Transform @@ -1516,6 +2273,11 @@ entities: parent: 292 - type: ApcPowerReceiver powerLoad: 0 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 281 components: - type: Transform @@ -1524,6 +2286,11 @@ entities: parent: 292 - type: ApcPowerReceiver powerLoad: 0 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 282 components: - type: Transform @@ -1532,6 +2299,11 @@ entities: parent: 292 - type: ApcPowerReceiver powerLoad: 0 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 283 components: - type: Transform @@ -1540,6 +2312,11 @@ entities: parent: 292 - type: ApcPowerReceiver powerLoad: 0 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - proto: Rack entities: - uid: 262 @@ -1547,11 +2324,21 @@ entities: - type: Transform pos: 2.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - uid: 263 components: - type: Transform pos: -3.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible - proto: ShuttleWindow entities: - uid: 28 @@ -1559,116 +2346,231 @@ entities: - type: Transform pos: 3.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 29 components: - type: Transform pos: 3.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 30 components: - type: Transform pos: 3.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 31 components: - type: Transform pos: 3.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 32 components: - type: Transform pos: -4.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 33 components: - type: Transform pos: -4.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 34 components: - type: Transform pos: -4.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 35 components: - type: Transform pos: -4.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 36 components: - type: Transform pos: -1.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 37 components: - type: Transform pos: -2.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 38 components: - type: Transform pos: 0.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 39 components: - type: Transform pos: 1.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 40 components: - type: Transform pos: 0.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 41 components: - type: Transform pos: -1.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 42 components: - type: Transform pos: -2.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 43 components: - type: Transform pos: -1.5,9.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 45 components: - type: Transform pos: -2.5,9.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 46 components: - type: Transform pos: -1.5,10.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 47 components: - type: Transform pos: -0.5,10.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 48 components: - type: Transform pos: 0.5,10.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 49 components: - type: Transform pos: 0.5,9.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 50 components: - type: Transform pos: 1.5,9.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - uid: 51 components: - type: Transform pos: 1.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable - proto: SMESBasic entities: - uid: 76 @@ -1676,6 +2578,11 @@ entities: - type: Transform pos: 0.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Anchorable + - Destructible + - Construction - proto: SpaceVillainArcadeFilled entities: - uid: 259 @@ -1684,6 +2591,11 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,-1.5 parent: 292 + - type: Godmode + missingComponents: + - Anchorable + - Construction + - Destructible - proto: SubstationWallBasic entities: - uid: 77 @@ -1691,6 +2603,10 @@ entities: - type: Transform pos: 1.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - proto: TableReinforced entities: - uid: 243 @@ -1698,46 +2614,82 @@ entities: - type: Transform pos: 0.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 244 components: - type: Transform pos: -1.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 245 components: - type: Transform pos: 0.5,8.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 246 components: - type: Transform pos: -0.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 247 components: - type: Transform pos: -1.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 248 components: - type: Transform pos: 0.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 249 components: - type: Transform pos: -1.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 250 components: - type: Transform pos: 2.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 251 components: - type: Transform pos: -3.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - proto: Thruster entities: - uid: 169 @@ -1745,58 +2697,103 @@ entities: - type: Transform pos: 2.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - uid: 170 components: - type: Transform pos: -3.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - uid: 171 components: - type: Transform rot: 3.141592653589793 rad pos: -1.5,-6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - uid: 172 components: - type: Transform rot: 3.141592653589793 rad pos: -2.5,-6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - uid: 173 components: - type: Transform rot: 3.141592653589793 rad pos: 1.5,-6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - uid: 174 components: - type: Transform rot: 3.141592653589793 rad pos: 0.5,-6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - uid: 175 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - uid: 176 components: - type: Transform rot: 1.5707963267948966 rad pos: -3.5,-6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction - proto: ToolboxEmergencyFilled entities: - - uid: 267 + - uid: 270 components: - type: Transform - pos: -1.5,-3.5 + pos: -1.4722855,-3.4471583 parent: 292 - - uid: 276 + - uid: 272 components: - type: Transform - pos: -3.5,5.5 + pos: -1.4722855,-3.4471583 + parent: 292 + - uid: 275 + components: + - type: Transform + pos: -3.5079994,5.600461 parent: 292 - proto: VendingMachineClothing entities: @@ -1805,6 +2802,10 @@ entities: - type: Transform pos: 1.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Anchorable - proto: WallShuttle entities: - uid: 1 @@ -1812,146 +2813,262 @@ entities: - type: Transform pos: 3.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 2 components: - type: Transform pos: 3.5,-1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 3 components: - type: Transform pos: -4.5,-3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 4 components: - type: Transform pos: -4.5,-1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 5 components: - type: Transform pos: -4.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 6 components: - type: Transform pos: -4.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 7 components: - type: Transform pos: 3.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 8 components: - type: Transform pos: 3.5,5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 9 components: - type: Transform pos: 3.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 10 components: - type: Transform pos: 2.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 11 components: - type: Transform pos: -4.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 12 components: - type: Transform pos: -3.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 13 components: - type: Transform pos: -2.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 14 components: - type: Transform pos: -2.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 15 components: - type: Transform pos: 1.5,6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 16 components: - type: Transform pos: 1.5,7.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 17 components: - type: Transform pos: 3.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 18 components: - type: Transform pos: 2.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 19 components: - type: Transform pos: -4.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 20 components: - type: Transform pos: -3.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 21 components: - type: Transform pos: -0.5,-4.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 22 components: - type: Transform pos: 2.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 23 components: - type: Transform pos: 3.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 24 components: - type: Transform pos: -3.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 25 components: - type: Transform pos: -4.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 26 components: - type: Transform pos: -0.5,-6.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 27 components: - type: Transform pos: -0.5,-5.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 74 components: - type: Transform pos: -0.5,-1.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - uid: 75 components: - type: Transform pos: -0.5,3.5 parent: 292 + - type: Godmode + missingComponents: + - Destructible + - Construction - proto: WindowReinforcedDirectional entities: - uid: 215 @@ -1960,46 +3077,86 @@ entities: rot: -1.5707963267948966 rad pos: -0.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 216 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 217 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 218 components: - type: Transform rot: -1.5707963267948966 rad pos: -0.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 219 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,2.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 220 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,1.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 221 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible - uid: 222 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,-0.5 parent: 292 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible ... From 8522ffe8ce17f5eaa761f32c8689114083581728 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Nov 2024 15:15:19 +0000 Subject: [PATCH 025/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8146476b3e0..89a03ee2a07 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Ore can no longer be destroyed by explosions. Happy blast mining. - type: Tweak - id: 7145 - time: '2024-08-19T01:55:49.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31182 - author: slarticodefast changes: - message: Mobs without hands can no longer toggle other players' suit pieces. @@ -3929,3 +3922,10 @@ id: 7644 time: '2024-11-23T11:41:37.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32447 +- author: IProduceWidgets + changes: + - message: Arrivals shuttle is more tamper proof. + type: Fix + id: 7645 + time: '2024-11-23T15:14:13.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33284 From 11dbf50ed62040c832941f3c46fc159497eca525 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 24 Nov 2024 03:52:58 +1100 Subject: [PATCH 026/160] Add delay to AutoOrient (#33479) It functions identically to how V1 of orientation worked and it's incredibly annoying. --- Content.Shared/CCVar/CCVars.Shuttle.cs | 6 +++ .../Components/AutoOrientComponent.cs | 5 +- .../Movement/Systems/AutoOrientSystem.cs | 51 +++++++++++++++++++ .../Systems/SharedMoverController.Input.cs | 7 --- 4 files changed, 60 insertions(+), 9 deletions(-) create mode 100644 Content.Shared/Movement/Systems/AutoOrientSystem.cs diff --git a/Content.Shared/CCVar/CCVars.Shuttle.cs b/Content.Shared/CCVar/CCVars.Shuttle.cs index f66fe9ca598..caf7f81b0e1 100644 --- a/Content.Shared/CCVar/CCVars.Shuttle.cs +++ b/Content.Shared/CCVar/CCVars.Shuttle.cs @@ -4,6 +4,12 @@ namespace Content.Shared.CCVar; public sealed partial class CCVars { + /// + /// Delay for auto-orientation. Used for people arriving via arrivals. + /// + public static readonly CVarDef AutoOrientDelay = + CVarDef.Create("shuttle.auto_orient_delay", 2.0, CVar.SERVER | CVar.REPLICATED); + /// /// If true then the camera will match the grid / map and is unchangeable. /// - When traversing grids it will snap to 0 degrees rotation. diff --git a/Content.Shared/Movement/Components/AutoOrientComponent.cs b/Content.Shared/Movement/Components/AutoOrientComponent.cs index 4b89b0cbf42..1031425c717 100644 --- a/Content.Shared/Movement/Components/AutoOrientComponent.cs +++ b/Content.Shared/Movement/Components/AutoOrientComponent.cs @@ -5,8 +5,9 @@ namespace Content.Shared.Movement.Components; /// /// Automatically rotates eye upon grid traversals. /// -[RegisterComponent, NetworkedComponent] +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, AutoGenerateComponentPause] public sealed partial class AutoOrientComponent : Component { - + [DataField, AutoNetworkedField, AutoPausedField] + public TimeSpan? NextChange; } diff --git a/Content.Shared/Movement/Systems/AutoOrientSystem.cs b/Content.Shared/Movement/Systems/AutoOrientSystem.cs new file mode 100644 index 00000000000..3bbd715df50 --- /dev/null +++ b/Content.Shared/Movement/Systems/AutoOrientSystem.cs @@ -0,0 +1,51 @@ +using Content.Shared.CCVar; +using Content.Shared.Movement.Components; +using Robust.Shared.Configuration; +using Robust.Shared.Timing; + +namespace Content.Shared.Movement.Systems; + +public sealed class AutoOrientSystem : EntitySystem +{ + [Dependency] private readonly IConfigurationManager _cfgManager = default!; + [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly SharedMoverController _mover = default!; + + private TimeSpan _delay = TimeSpan.Zero; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnEntParentChanged); + + Subs.CVar(_cfgManager, CCVars.AutoOrientDelay, OnAutoOrient, true); + } + + private void OnAutoOrient(double obj) + { + _delay = TimeSpan.FromSeconds(obj); + } + + private void OnEntParentChanged(Entity ent, ref EntParentChangedMessage args) + { + ent.Comp.NextChange = _timing.CurTime + _delay; + Dirty(ent); + } + + public override void Update(float frameTime) + { + base.Update(frameTime); + + var query = EntityQueryEnumerator(); + + while (query.MoveNext(out var uid, out var comp)) + { + if (comp.NextChange <= _timing.CurTime) + { + comp.NextChange = null; + Dirty(uid, comp); + _mover.ResetCamera(uid); + } + } + } +} diff --git a/Content.Shared/Movement/Systems/SharedMoverController.Input.cs b/Content.Shared/Movement/Systems/SharedMoverController.Input.cs index c11df709f63..1fe38b6cdf1 100644 --- a/Content.Shared/Movement/Systems/SharedMoverController.Input.cs +++ b/Content.Shared/Movement/Systems/SharedMoverController.Input.cs @@ -57,8 +57,6 @@ private void InitializeInput() SubscribeLocalEvent(OnMoverHandleState); SubscribeLocalEvent(OnInputParentChange); - SubscribeLocalEvent(OnAutoParentChange); - SubscribeLocalEvent(OnFollowedParentChange); Subs.CVar(_configManager, CCVars.CameraRotationLocked, obj => CameraRotationLocked = obj, true); @@ -146,11 +144,6 @@ private void ShutdownInput() protected virtual void HandleShuttleInput(EntityUid uid, ShuttleButtons button, ushort subTick, bool state) {} - private void OnAutoParentChange(Entity entity, ref EntParentChangedMessage args) - { - ResetCamera(entity.Owner); - } - public void RotateCamera(EntityUid uid, Angle angle) { if (CameraRotationLocked || !MoverQuery.TryGetComponent(uid, out var mover)) From e958c0c9b0ece05a40efea3a962cd1fd1916000e Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 23 Nov 2024 16:54:04 +0000 Subject: [PATCH 027/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 89a03ee2a07..e15f6822978 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: slarticodefast - changes: - - message: Mobs without hands can no longer toggle other players' suit pieces. - type: Fix - id: 7146 - time: '2024-08-19T02:41:27.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31152 - author: Goldminermac changes: - message: Chocolate-chip and blueberry pancakes can now be in stacks of up to nine @@ -3929,3 +3922,11 @@ id: 7645 time: '2024-11-23T15:14:13.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33284 +- author: metalgearsloth + changes: + - message: The auto-orientation when showing up on the arrivals shuttle now has + a delay to it. + type: Tweak + id: 7646 + time: '2024-11-23T16:52:58.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33479 From ef89d5cc21b4dcf147ccf3f10bdce21f9286b248 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:56:18 +1100 Subject: [PATCH 028/160] Update Credits (#33503) Co-authored-by: PJBot --- Resources/Credits/GitHub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index 53c4eb7ea0f..326dc1945d4 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -0x6273, 12rabbits, 13spacemen, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 3nderall, 4310v343k, 4dplanner, 612git, 778b, Ablankmann, abregado, Absolute-Potato, achookh, Acruid, actioninja, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, AftrLite, Agoichi, Ahion, aiden, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexumandxgabriel08x, Alithsko, ALMv1, Alpha-Two, AlphaQwerty, Altoids1, amylizzle, ancientpower, Andre19926, AndrewEyeke, AndreyCamper, Anzarot121, Appiah, ar4ill, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, AruMoon, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, avghdev, Awlod, AzzyIsNotHere, BackeTako, BananaFlambe, Baptr0b0t, BasedUser, beck-thompson, bellwetherlogic, benev0, benjamin-burges, BGare, bhenrich, bhespiritu, bibbly, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, BombasterDS, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, BriBrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, capnsockless, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, Catofquestionableethics, CatTheSystem, Centronias, chairbender, Charlese2, charlie, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, cheeseplated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbicous, Chubbygummibear, Ciac32, civilCornball, Clement-O, clyf, Clyybber, CMDR-Piboy314, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, corentt, CormosLemming, crazybrain23, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, CrzyPotato, cutemoongod, Cyberboss, d34d10cc, d4kii, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, DanSAussieITS, Daracke, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, DeathCamel58, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, degradka, Delete69, deltanedas, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, DieselMohawk, digitalic, Dimastra, DinoWattz, DisposableCrewmember42, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DoctorBeard, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, Doru991, DoubleRiceEddiedd, DoutorWhite, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, Ekkosangen, ElectroSR, elsie, elthundercloud, Elysium206, Emisse, emmafornash, EmoGarbage404, Endecc, eoineoineoin, eris, erohrs2, ERORR404V1, Errant-4, ertanic, esguard, estacaoespacialpirata, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, FirinMaLazors, Fishfish458, FL-OZ, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, Froffy025, Fromoriss, froozigiusz, FrostMando, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, Gaxeer, gbasood, Geekyhobo, genderGeometries, GeneralGaws, Genkail, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GNF54, godisdeadLOL, goet, Goldminermac, Golinth, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, GreyMario, GTRsound, gusxyz, Gyrandola, h3half, hamurlik, Hanzdegloker, HappyRoach, Hardly3D, harikattar, he1acdvv, Hebi, Henry, HerCoyote23, hitomishirichan, hiucko, Hmeister-fake, Hmeister-real, Hobbitmax, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hreno, hubismal, Hugal31, Huxellberger, Hyenh, hyphenationc, i-justuser-i, iacore, IamVelcroboy, Ian321, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jarmer123, Jaskanbe, JasperJRoth, JerryImMouse, jerryimmouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jmcb, JoeHammad1844, JohnGinnane, johnku1, Jophire, joshepvodka, Jrpl, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, KaiShibaa, kalane15, kalanosh, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, Killerqu00, Kimpes, KingFroozy, kira-er, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, KrasnoshchekovPavel, Krunklehorn, Kupie, kxvvv, kyupolaris, kzhanik, lajolico, Lamrr, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LeoSantich, lettern, LetterN, Level10Cybermancer, LEVELcat, lever1209, Lgibb18, lgruthes, LightVillet, liltenhead, LinkUyx, LittleBuilderJane, LittleNorthStar, LittleNyanCat, lizelive, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, luringens, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, Magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, ManelNavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, MemeProof, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, MilenVolf, MilonPL, Minemoder5000, Minty642, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterMecky, Mith-randalf, MjrLandWhale, mkanke-real, MLGTASTICa, moderatelyaware, modern-nm, mokiros, Moneyl, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, NotSoDana, noudoit, noverd, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, och-och, OctoRocket, OldDanceJacket, OliverOtter, OnyxTheBrave, OrangeMoronage9622, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paigemaeforrest, pali6, Pangogie, panzer-iv1, paolordls, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, pheenty, Phill101, phunnyguy, PilgrimViis, Pill-U, Pireax, Pissachu, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, poeMota, pofitlo, pointer-to-null, pok27, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykzz, PuceTint, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, quatre, QueerNB, QuietlyWhisper, qwerltaz, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, RamZ, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, Rockdtben, Rohesie, rok-povsic, rolfero, RomanNovo, rosieposieeee, Roudenn, router, RumiTiger, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, SaphireLattice, SapphicOverload, Sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, Segonist, sephtasm, Serkket, sewerpig, sh18rw, Shaddap1, ShadeAware, ShadowCommander, Shadowtheprotogen546, shaeone, shampunj, shariathotpatrol, SignalWalker, siigiil, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, Slyfox333, snebl, snicket, sniperchance, Snowni, snowsignal, SolidusSnek, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, Spanky, spanky-spanky, spartak, SpartanKadence, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, Stealthbomber16, stellar-novas, stomf, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, superjj18, Supernorn, SweptWasTaken, Sybil, SYNCHRONIC, Szunti, Tainakov, takemysoult, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, TGODiamond, TGRCdev, tgrkzus, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, theashtronaut, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, theOperand, TherapyGoth, TheShuEd, thetolbean, thevinter, TheWaffleJesus, Thinbug0, ThunderBear2006, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, Titian3, tk-a369, tkdrg, tmtmtl30, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, Tornado-Technology, tosatur, TotallyLemon, Tr1bute, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, TyAshley, Tyler-IN, Tyzemol, UbaserB, ubis1, UBlueberry, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, Unkn0wnGh0st333, unusualcrow, Uriende, UristMcDorf, user424242420, Vaaankas, valentfingerov, Varen, VasilisThePikachu, veliebm, VelonacepsCalyxEggs, veprolet, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, VigersRay, violet754, Visne, VMSolidus, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, waylon531, weaversam8, wertanchik, whateverusername0, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, wrexbe, wtcwr68, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, Yousifb26, youtissoum, YuriyKiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, zerorulez, ZeWaka, zionnBE, ZNixian, ZoldorfTheWizard, Zonespace27, Zylofan, Zymem, zzylex +0x6273, 12rabbits, 13spacemen, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 3nderall, 4310v343k, 4dplanner, 612git, 778b, Ablankmann, abregado, Absolute-Potato, achookh, Acruid, actioninja, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, AftrLite, Agoichi, Ahion, aiden, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexumandxgabriel08x, Alithsko, ALMv1, Alpha-Two, AlphaQwerty, Altoids1, amylizzle, ancientpower, Andre19926, AndrewEyeke, AndreyCamper, Anzarot121, Appiah, ar4ill, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, AruMoon, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, avghdev, Awlod, AzzyIsNotHere, BackeTako, BananaFlambe, Baptr0b0t, BasedUser, beck-thompson, bellwetherlogic, benev0, benjamin-burges, BGare, bhespiritu, bibbly, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, BombasterDS, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, BriBrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, capnsockless, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, Catofquestionableethics, CatTheSystem, Centronias, chairbender, Charlese2, charlie, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, cheeseplated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbicous, Chubbygummibear, Ciac32, civilCornball, Clement-O, clyf, Clyybber, CMDR-Piboy314, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, corentt, CormosLemming, CrafterKolyan, crazybrain23, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, CrzyPotato, cutemoongod, Cyberboss, d34d10cc, d4kii, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, DanSAussieITS, Daracke, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, DeathCamel58, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, degradka, Delete69, deltanedas, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, DieselMohawk, digitalic, Dimastra, DinoWattz, DisposableCrewmember42, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DoctorBeard, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, Doru991, DoubleRiceEddiedd, DoutorWhite, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, Ekkosangen, ElectroSR, elsie, elthundercloud, Elysium206, Emisse, emmafornash, EmoGarbage404, Endecc, eoineoineoin, eris, erohrs2, ERORR404V1, Errant-4, ertanic, esguard, estacaoespacialpirata, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, FirinMaLazors, Fishfish458, FL-OZ, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, Froffy025, Fromoriss, froozigiusz, FrostMando, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, Gaxeer, gbasood, Geekyhobo, genderGeometries, GeneralGaws, Genkail, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GNF54, godisdeadLOL, goet, GoldenCan, Goldminermac, Golinth, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, GreyMario, GTRsound, gusxyz, Gyrandola, h3half, hamurlik, Hanzdegloker, HappyRoach, Hardly3D, harikattar, he1acdvv, Hebi, Henry, HerCoyote23, hitomishirichan, hiucko, Hmeister-fake, Hmeister-real, Hobbitmax, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hreno, hubismal, Hugal31, Huxellberger, Hyenh, hyphenationc, i-justuser-i, iacore, IamVelcroboy, Ian321, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jarmer123, Jaskanbe, JasperJRoth, JerryImMouse, jerryimmouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jmcb, JoeHammad1844, JohnGinnane, johnku1, Jophire, joshepvodka, Jrpl, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, KaiShibaa, kalane15, kalanosh, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, Killerqu00, Kimpes, KingFroozy, kira-er, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, KrasnoshchekovPavel, Krunklehorn, Kupie, kxvvv, kyupolaris, kzhanik, lajolico, Lamrr, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LeoSantich, LetterN, lettern, Level10Cybermancer, LEVELcat, lever1209, Lgibb18, lgruthes, LightVillet, liltenhead, LinkUyx, LittleBuilderJane, LittleNorthStar, LittleNyanCat, lizelive, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, luringens, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, ManelNavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, MemeProof, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, MilenVolf, MilonPL, Minemoder5000, Minty642, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterMecky, Mith-randalf, MjrLandWhale, mkanke-real, MLGTASTICa, moderatelyaware, modern-nm, mokiros, Moneyl, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, NotSoDana, noudoit, noverd, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, och-och, OctoRocket, OldDanceJacket, OliverOtter, OnyxTheBrave, OrangeMoronage9622, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paigemaeforrest, pali6, Pangogie, panzer-iv1, paolordls, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, pheenty, Phill101, phunnyguy, PilgrimViis, Pill-U, Pireax, Pissachu, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, poeMota, pofitlo, pointer-to-null, pok27, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykzz, PuceTint, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, quatre, QueerNB, QuietlyWhisper, qwerltaz, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, RamZ, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, Rockdtben, Rohesie, rok-povsic, rolfero, RomanNovo, rosieposieeee, Roudenn, router, RumiTiger, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, SaphireLattice, SapphicOverload, Sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, Segonist, sephtasm, Serkket, sewerpig, sh18rw, Shaddap1, ShadeAware, ShadowCommander, Shadowtheprotogen546, shaeone, shampunj, shariathotpatrol, SignalWalker, siigiil, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, Slyfox333, snebl, snicket, sniperchance, Snowni, snowsignal, SolidusSnek, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, spanky-spanky, spartak, SpartanKadence, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, Stealthbomber16, stellar-novas, stomf, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, superjj18, Supernorn, SweptWasTaken, Sybil, SYNCHRONIC, Szunti, Tainakov, takemysoult, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, TGODiamond, TGRCdev, tgrkzus, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, theashtronaut, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, theOperand, TherapyGoth, TheShuEd, thetolbean, thevinter, TheWaffleJesus, Thinbug0, ThunderBear2006, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, Titian3, tk-a369, tkdrg, tmtmtl30, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, Tornado-Technology, tosatur, TotallyLemon, Tr1bute, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, TyAshley, Tyler-IN, Tyzemol, UbaserB, ubis1, UBlueberry, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, Unkn0wnGh0st333, unusualcrow, Uriende, UristMcDorf, user424242420, Vaaankas, valentfingerov, Varen, Vasilis, VasilisThePikachu, veliebm, VelonacepsCalyxEggs, veprolet, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, VigersRay, violet754, Visne, VMSolidus, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, wrexbe, wtcwr68, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, Yousifb26, youtissoum, yunii, YuriyKiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, zerorulez, ZeWaka, zionnBE, ZNixian, ZoldorfTheWizard, zonespace27, Zylofan, Zymem, zzylex From f706170ee135c1b7e77034cdee51eda1146862bf Mon Sep 17 00:00:00 2001 From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Sun, 24 Nov 2024 07:20:00 +0300 Subject: [PATCH 029/160] Draw muzzle flash below mobs (#33465) * Draw muzzle flash below mobs * Better naming --------- Co-authored-by: Winkarst <74284083+Winkarst-cpu@users.noreply.github.co> --- Content.Shared/DrawDepth/DrawDepth.cs | 23 +++++++++++-------- .../Weapons/Guns/Projectiles/projectiles.yml | 8 +++---- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/Content.Shared/DrawDepth/DrawDepth.cs b/Content.Shared/DrawDepth/DrawDepth.cs index f7b1f3648ab..d0d2daf5d90 100644 --- a/Content.Shared/DrawDepth/DrawDepth.cs +++ b/Content.Shared/DrawDepth/DrawDepth.cs @@ -74,33 +74,38 @@ public enum DrawDepth /// Items = DrawDepthTag.Default + 3, - Mobs = DrawDepthTag.Default + 4, - - OverMobs = DrawDepthTag.Default + 5, + /// + /// Stuff that should be drawn below mobs, but on top of items. Like muzzle flash. + /// + BelowMobs = DrawDepthTag.Default + 4, + + Mobs = DrawDepthTag.Default + 5, + + OverMobs = DrawDepthTag.Default + 6, - Doors = DrawDepthTag.Default + 6, + Doors = DrawDepthTag.Default + 7, /// /// Blast doors and shutters which go over the usual doors. /// - BlastDoors = DrawDepthTag.Default + 7, + BlastDoors = DrawDepthTag.Default + 8, /// /// Stuff that needs to draw over most things, but not effects, like Kudzu. /// - Overdoors = DrawDepthTag.Default + 8, + Overdoors = DrawDepthTag.Default + 9, /// /// Explosions, fire, melee swings. Whatever. /// - Effects = DrawDepthTag.Default + 9, + Effects = DrawDepthTag.Default + 10, - Ghosts = DrawDepthTag.Default + 10, + Ghosts = DrawDepthTag.Default + 11, /// /// Use this selectively if it absolutely needs to be drawn above (almost) everything else. Examples include /// the pointing arrow, the drag & drop ghost-entity, and some debug tools. /// - Overlays = DrawDepthTag.Default + 11, + Overlays = DrawDepthTag.Default + 12, } } diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index 64af32883c4..7d11dffbfac 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -5,7 +5,7 @@ - type: TimedDespawn lifetime: 0.4 - type: Sprite - drawdepth: Effects + drawdepth: BelowMobs layers: - shader: unshaded map: ["enum.EffectLayers.Unshaded"] @@ -983,7 +983,7 @@ - HideContextMenu - type: entity - name: laser bolt + name: laser bolt id: BulletLaser parent: BaseBullet categories: [ HideSpawnMenu ] @@ -1029,7 +1029,7 @@ - type: ProjectileSpread proto: BulletLaser count: 5 #65 heat damage if you hit all your shots, but wide spread - spread: 30 + spread: 30 - type: entity name: narrow laser barrage @@ -1051,4 +1051,4 @@ - type: ProjectileSpread proto: BulletDisablerSmg count: 3 #bit stronger than a disabler if you hit your shots you goober, still not a 2 hit stun though - spread: 9 \ No newline at end of file + spread: 9 \ No newline at end of file From 2229a6a04b75e9c2a30c334b06480fba866e4856 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Nov 2024 04:21:08 +0000 Subject: [PATCH 030/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index e15f6822978..abda89f3327 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Goldminermac - changes: - - message: Chocolate-chip and blueberry pancakes can now be in stacks of up to nine - for consistency. - type: Fix - id: 7147 - time: '2024-08-19T02:42:58.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31123 - author: tosatur changes: - message: Made hydroponics alert light more orange @@ -3930,3 +3922,10 @@ id: 7646 time: '2024-11-23T16:52:58.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33479 +- author: Winkarst-cpu + changes: + - message: Now muzzle flashes are displayed below mobs. + type: Tweak + id: 7647 + time: '2024-11-24T04:20:00.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33465 From aa80a88cc4c530178ab9971c87160c4d7b3c91ec Mon Sep 17 00:00:00 2001 From: MilenVolf <63782763+MilenVolf@users.noreply.github.com> Date: Sun, 24 Nov 2024 11:11:47 +0300 Subject: [PATCH 031/160] Allow shuttles on planets to make FTL jump (#33507) This check conflicts with an attempt to FTL from the planet before expedition ends --- .../Shuttles/Systems/ShuttleSystem.FasterThanLight.cs | 6 ------ Resources/Locale/en-US/shuttles/console.ftl | 1 - 2 files changed, 7 deletions(-) diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs index d0aab9aad55..c02d2564a9b 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs @@ -234,12 +234,6 @@ public bool CanFTL(EntityUid shuttleUid, [NotNullWhen(false)] out string? reason if (TryComp(shuttleUid, out var shuttlePhysics)) { - // Static physics type is set when station anchor is enabled - if (shuttlePhysics.BodyType == BodyType.Static) - { - reason = Loc.GetString("shuttle-console-static"); - return false; - } // Too large to FTL if (FTLMassLimit > 0 && shuttlePhysics.Mass > FTLMassLimit) diff --git a/Resources/Locale/en-US/shuttles/console.ftl b/Resources/Locale/en-US/shuttles/console.ftl index 6143c995529..80e61a28126 100644 --- a/Resources/Locale/en-US/shuttles/console.ftl +++ b/Resources/Locale/en-US/shuttles/console.ftl @@ -4,7 +4,6 @@ shuttle-pilot-end = Stopped piloting shuttle-console-in-ftl = Currently in FTL shuttle-console-mass = Too large to FTL shuttle-console-prevent = You are unable to pilot this ship -shuttle-console-static = Grid is static # NAV From 84df2b857e7408c3e278103d47e1b683a0ef6426 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Nov 2024 08:12:54 +0000 Subject: [PATCH 032/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index abda89f3327..0f6cc4b696a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: tosatur - changes: - - message: Made hydroponics alert light more orange - type: Tweak - id: 7148 - time: '2024-08-19T02:48:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31088 - author: redmushie changes: - message: News management console now checks for Service ID card access instead @@ -3929,3 +3922,10 @@ id: 7647 time: '2024-11-24T04:20:00.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33465 +- author: MilenVolf + changes: + - message: Expeditions can now be completed prematurely again by making an FTL jump. + type: Fix + id: 7648 + time: '2024-11-24T08:11:47.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33507 From e436a50c3653d423ad18bda8c953367470270758 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sun, 24 Nov 2024 08:49:31 +0000 Subject: [PATCH 033/160] fix exped caves generation (#32890) Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Procedural/DungeonJob/DungeonJob.PostGenWallMount.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenWallMount.cs b/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenWallMount.cs index afc7608d64a..d5c8587ea95 100644 --- a/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenWallMount.cs +++ b/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenWallMount.cs @@ -20,7 +20,11 @@ private async Task PostGen(WallMountDunGen gen, DungeonData data, Dungeon dungeo } var tileDef = _prototype.Index(tileProto); - data.SpawnGroups.TryGetValue(DungeonDataKey.WallMounts, out var spawnProto); + if (!data.SpawnGroups.TryGetValue(DungeonDataKey.WallMounts, out var spawnProto)) + { + // caves can have no walls + return; + } var checkedTiles = new HashSet(); var allExterior = new HashSet(dungeon.CorridorExteriorTiles); From 91b9d4a7f0aeb91ef54c1396785c0cd8e856d6ef Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 24 Nov 2024 08:50:37 +0000 Subject: [PATCH 034/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0f6cc4b696a..1a6a2a8a466 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: redmushie - changes: - - message: News management console now checks for Service ID card access instead - of the manifest - type: Fix - id: 7149 - time: '2024-08-19T02:55:44.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31160 - author: Moomoobeef changes: - message: Added pitchers for the chef who wants to serve beverages too. @@ -3929,3 +3921,10 @@ id: 7648 time: '2024-11-24T08:11:47.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33507 +- author: deltanedas + changes: + - message: Fixed expeditions on cave planets not having any ore. + type: Fix + id: 7649 + time: '2024-11-24T08:49:31.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32890 From cae49ae0d231994b523d4b11855904102544f0cf Mon Sep 17 00:00:00 2001 From: mubururu_ <139181059+muburu@users.noreply.github.com> Date: Sun, 24 Nov 2024 10:24:13 -0600 Subject: [PATCH 035/160] various material & ore inhands (#33342) * begin * bones + pyrotten + goliath hide inhands * Update Resources/Prototypes/Entities/Objects/Materials/materials.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Textures/Objects/Materials/materials.rsi/meta.json Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Textures/Objects/Materials/materials.rsi/meta.json Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Textures/Objects/Materials/materials.rsi/meta.json Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * pyrottOn --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Entities/Objects/Materials/materials.yml | 22 ++++- .../Entities/Objects/Materials/ore.yml | 20 +++++ .../Entities/Objects/Materials/parts.yml | 2 +- .../hide.rsi/goliathhide-inhand-left.png | Bin 0 -> 525 bytes .../hide.rsi/goliathhide-inhand-right.png | Bin 0 -> 535 bytes .../Objects/Materials/hide.rsi/meta.json | 12 ++- .../materials.rsi/bananium-inhand-left.png | Bin 0 -> 345 bytes .../materials.rsi/bananium-inhand-right.png | Bin 0 -> 347 bytes .../materials.rsi/bones-inhand-left.png | Bin 0 -> 362 bytes .../materials.rsi/bones-inhand-right.png | Bin 0 -> 369 bytes .../materials.rsi/cardboard-inhand-left.png | Bin 0 -> 418 bytes .../materials.rsi/cardboard-inhand-right.png | Bin 0 -> 441 bytes .../materials.rsi/cloth-inhand-left.png | Bin 0 -> 393 bytes .../materials.rsi/cloth-inhand-right.png | Bin 0 -> 400 bytes .../materials.rsi/corgihide-inhand-left.png | Bin 0 -> 670 bytes .../materials.rsi/corgihide-inhand-right.png | Bin 0 -> 724 bytes .../materials.rsi/cotton-inhand-left.png | Bin 0 -> 262 bytes .../materials.rsi/cotton-inhand-right.png | Bin 0 -> 263 bytes .../materials.rsi/durathread-inhand-left.png | Bin 0 -> 381 bytes .../materials.rsi/durathread-inhand-right.png | Bin 0 -> 372 bytes .../Objects/Materials/materials.rsi/meta.json | 66 +++++++++++++- .../materials.rsi/pyrotton-inhand-left.png | Bin 0 -> 305 bytes .../materials.rsi/pyrotton-inhand-right.png | Bin 0 -> 303 bytes .../ore.rsi/bananium-inhand-left.png | Bin 0 -> 428 bytes .../ore.rsi/bananium-inhand-right.png | Bin 0 -> 435 bytes .../Materials/ore.rsi/coal-inhand-left.png | Bin 0 -> 320 bytes .../Materials/ore.rsi/coal-inhand-right.png | Bin 0 -> 326 bytes .../Materials/ore.rsi/diamond-inhand-left.png | Bin 0 -> 325 bytes .../ore.rsi/diamond-inhand-right.png | Bin 0 -> 334 bytes .../Materials/ore.rsi/gold-inhand-left.png | Bin 0 -> 472 bytes .../Materials/ore.rsi/gold-inhand-right.png | Bin 0 -> 449 bytes .../Materials/ore.rsi/iron-inhand-left.png | Bin 0 -> 321 bytes .../Materials/ore.rsi/iron-inhand-right.png | Bin 0 -> 340 bytes .../Objects/Materials/ore.rsi/meta.json | 82 +++++++++++++++++- .../Materials/ore.rsi/plasma-inhand-left.png | Bin 0 -> 395 bytes .../Materials/ore.rsi/plasma-inhand-right.png | Bin 0 -> 390 bytes .../Materials/ore.rsi/salt-inhand-left.png | Bin 0 -> 299 bytes .../Materials/ore.rsi/salt-inhand-right.png | Bin 0 -> 300 bytes .../Materials/ore.rsi/silver-inhand-left.png | Bin 0 -> 380 bytes .../Materials/ore.rsi/silver-inhand-right.png | Bin 0 -> 385 bytes .../ore.rsi/spacequartz-inhand-left.png | Bin 0 -> 509 bytes .../ore.rsi/spacequartz-inhand-right.png | Bin 0 -> 469 bytes .../Materials/ore.rsi/uranium-inhand-left.png | Bin 0 -> 453 bytes .../ore.rsi/uranium-inhand-right.png | Bin 0 -> 463 bytes .../Objects/Materials/parts.rsi/meta.json | 10 ++- .../Materials/parts.rsi/rods-inhand-left.png | Bin 0 -> 189 bytes .../Materials/parts.rsi/rods-inhand-right.png | Bin 0 -> 192 bytes .../Objects/Materials/silk.rsi/meta.json | 12 ++- .../Materials/silk.rsi/silk-inhand-left.png | Bin 0 -> 358 bytes .../Materials/silk.rsi/silk-inhand-right.png | Bin 0 -> 345 bytes 50 files changed, 216 insertions(+), 10 deletions(-) create mode 100644 Resources/Textures/Objects/Materials/hide.rsi/goliathhide-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/hide.rsi/goliathhide-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/bananium-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/bananium-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/bones-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/bones-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/cardboard-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/cardboard-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/cloth-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/cloth-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/corgihide-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/corgihide-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/cotton-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/cotton-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/durathread-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/durathread-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/pyrotton-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/materials.rsi/pyrotton-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/bananium-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/bananium-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/coal-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/coal-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/diamond-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/diamond-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/gold-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/gold-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/iron-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/iron-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/plasma-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/plasma-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/salt-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/salt-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/silver-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/silver-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/spacequartz-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/spacequartz-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/uranium-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/ore.rsi/uranium-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/parts.rsi/rods-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/parts.rsi/rods-inhand-right.png create mode 100644 Resources/Textures/Objects/Materials/silk.rsi/silk-inhand-left.png create mode 100644 Resources/Textures/Objects/Materials/silk.rsi/silk-inhand-right.png diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index 8371e21c659..e16044b2826 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -54,6 +54,8 @@ reagents: - ReagentId: Cellulose Quantity: 6 + - type: Item + heldPrefix: cardboard - type: entity parent: MaterialCardboard @@ -135,6 +137,8 @@ - type: Construction graph: WebObjects # not sure if I should either keep this here or just make another prototype. Will keep it here just in case. node: cloth + - type: Item + heldPrefix: cloth - type: entity parent: MaterialCloth @@ -195,6 +199,8 @@ tags: - ClothMade - RawMaterial + - type: Item + heldPrefix: durathread - type: entity parent: MaterialDurathread @@ -334,8 +340,7 @@ sprite: Objects/Materials/materials.rsi state: corgihide - type: Item - sprite: Clothing/Head/Misc/hides.rsi - heldPrefix: corgi + heldPrefix: corgihide - type: Clothing sprite: Clothing/Head/Misc/hides.rsi equippedPrefix: corgi2 @@ -427,6 +432,8 @@ tags: - ClothMade - RawMaterial + - type: Item + heldPrefix: cotton - type: entity parent: MaterialCotton @@ -479,6 +486,8 @@ tags: - ClothMade - RawMaterial + - type: Item + heldPrefix: pyrotton - type: entity parent: MaterialPyrotton @@ -538,6 +547,8 @@ - ReagentId: Honk Quantity: 5 - type: Appearance + - type: Item + heldPrefix: bananium - type: entity parent: MaterialBananium @@ -588,6 +599,9 @@ tags: - ClothMade - RawMaterial + - type: Item + sprite: Objects/Materials/silk.rsi + heldPrefix: silk - type: entity parent: MaterialWebSilk @@ -710,6 +724,8 @@ reagents: - ReagentId: Vitamin Quantity: 3 + - type: Item + heldPrefix: bones - type: entity parent: MaterialBones @@ -764,6 +780,8 @@ - goliath_hide_3 - type: Item size: Large + heldPrefix: goliathhide + sprite: Objects/Materials/hide.rsi shape: - 0,0,2,2 diff --git a/Resources/Prototypes/Entities/Objects/Materials/ore.yml b/Resources/Prototypes/Entities/Objects/Materials/ore.yml index fd46fb40be2..9d07aed853b 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/ore.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/ore.yml @@ -46,6 +46,8 @@ reagents: - ReagentId: Gold Quantity: 10 + - type: Item + heldPrefix: gold - type: entity parent: GoldOre @@ -77,6 +79,8 @@ reagents: - ReagentId: Carbon Quantity: 20 + - type: Item + heldPrefix: diamond - type: entity parent: DiamondOre @@ -108,6 +112,8 @@ reagents: - ReagentId: Iron Quantity: 10 + - type: Item + heldPrefix: iron - type: entity id: SteelOre1 @@ -144,6 +150,8 @@ reagents: - ReagentId: Plasma Quantity: 10 + - type: Item + heldPrefix: plasma - type: entity parent: PlasmaOre @@ -175,6 +183,8 @@ reagents: - ReagentId: Silver Quantity: 10 + - type: Item + heldPrefix: silver - type: entity parent: SilverOre @@ -206,6 +216,8 @@ reagents: - ReagentId: Silicon Quantity: 10 + - type: Item + heldPrefix: spacequartz - type: entity parent: SpaceQuartz @@ -245,6 +257,8 @@ - ReagentId: Radium Quantity: 2 canReact: false + - type: Item + heldPrefix: uranium - type: entity parent: UraniumOre @@ -285,6 +299,8 @@ Quantity: 2 - ReagentId: Honk Quantity: 5 + - type: Item + heldPrefix: bananium - type: entity parent: BananiumOre @@ -324,6 +340,8 @@ - type: PhysicalComposition materialComposition: Coal: 100 + - type: Item + heldPrefix: coal - type: entity parent: Coal @@ -381,6 +399,8 @@ Quantity: 10 - ReagentId: Iodine Quantity: 5 + - type: Item + heldPrefix: salt - type: entity parent: SaltOre diff --git a/Resources/Prototypes/Entities/Objects/Materials/parts.yml b/Resources/Prototypes/Entities/Objects/Materials/parts.yml index 1db564c3b31..700c08e096a 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/parts.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/parts.yml @@ -45,7 +45,7 @@ map: ["base"] - type: Item size: Normal -# heldPrefix: rods + heldPrefix: rods - type: Construction graph: MetalRod node: MetalRod diff --git a/Resources/Textures/Objects/Materials/hide.rsi/goliathhide-inhand-left.png b/Resources/Textures/Objects/Materials/hide.rsi/goliathhide-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b9a381ea13a1d59a5c97c0ddc5a670135441439c GIT binary patch literal 525 zcmV+o0`mQdP)Px$$4Nv%RCt{2+CORnK@7J)1nVHAF_MUrVpt=hV0Pb_KYTw}W)Sx6_;yB%_W&XyA|fIpA|fK9n0yy{ zo6q9LvcZuIHktwL($~V5=W$#gl^6GSm9ml$u>=$x=({4|RTX>}x?O_yswz>;^5g}+ z3*E{?_XeTRN-Zfk&|Rgp@0#(p2%U5rN3o(&YOPij94x+cbVZAg6EC{IU4jm>$&Fcz;qa* znKQdUDqh_KF3ytupl-4!9dP-r_urGp_g(1G%*r*OTf;5KBOig|2(R z<-WZ--YT!E(CLS`@fF5%pwkaU%5kwoRoozJD!I0gfK)$%SbxCdbBJ2T9E0B5ZVH*w z{RoLfHT-tTUN^@oiGBpJwx?;cS_$@F$z{Smi^*$$~Oq$UYP!Z_14z;Q)hE2 zWn9#1Qd05RrJJ`{$kh1R+_aYe%z~vha_8>ni=FLfh)jRWqg)$F4|CZ*J+2W8J9_H2YSn#(nRwmJ?zXySXoj3ay<~S8Hc7 zJtL|ttg$(^bN0r(_SQ4^{-#>|V^I4$-{k%YVFre^LIqnE`a7@9P&;X2DlPQe?^6wT zq4=3^7ZOD3Yp)&J9jC45zRv{#>`xrcusc1M@p{v%oLT?Z-Z*)oJn{|C4zVi-tqOj! zZ8@FRZBWj*>6YY;sEf_#Uzcw#e6DpMq2t zVb9u`y46_VTm5dExqoJL*L; VA6D^QcL&BagQu&X%Q~loCIC;H^EChf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/hide.rsi/meta.json b/Resources/Textures/Objects/Materials/hide.rsi/meta.json index 0ec2b254800..9235e8e2e93 100644 --- a/Resources/Textures/Objects/Materials/hide.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/hide.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/88d236d5c91e9a57e103957555c2e9a8c63b68fa/icons/obj/stacks/organic.dmi", + "copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/88d236d5c91e9a57e103957555c2e9a8c63b68fa/icons/obj/stacks/organic.dmi. Inhands by mubururu_ (github).", "size": { "x": 32, "y": 32 @@ -10,6 +10,14 @@ { "name": "goliath_hide" }, + { + "name": "goliathhide-inhand-left", + "directions": 4 + }, + { + "name": "goliathhide-inhand-right", + "directions": 4 + }, { "name": "goliath_hide_2" }, @@ -17,4 +25,4 @@ "name": "goliath_hide_3" } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Objects/Materials/materials.rsi/bananium-inhand-left.png b/Resources/Textures/Objects/Materials/materials.rsi/bananium-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b936e0fd78cb850e93fa00bcaea097a72d1cb597 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zg*{yyLn`LH zy=BPP!LWAa3XM0{x>}^t!p#5NXH?sr zuO4uw185ouOpaM+{r|P`pO_xSH74DuH{CYJ2&`i4=-6{leX?GKN%iDion;4C>HR6& zJ#E|Drxh7#*Z1EoejlS1`+ef4KOy$(tJsgYnKnH9s%tTQ)|F81gqq5=-^2wq&!1oN z+D>Zeo6ypSt9KdvjJW%*vSfb*#7c$(Nk=R+!-OAws+TQTq1fie5y)zQpU6C!YG4Z_p?Nil!weu=hnIz)w?KD~CxGaj{v0>Q?0h4cnSHk_;x}(=@ l?umS>>~ge7o{>T9A-Bx$g6icW=X^jmdAjoUbVa~>#;fD z=f9w?MUxKOeXr9$+qbFalM~< n!n)UcpZ|;9vB{W$;m0FZl?w&aHpU3O09oYe>gTe~DWM4f8wis@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/materials.rsi/bones-inhand-left.png b/Resources/Textures/Objects/Materials/materials.rsi/bones-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..07a339dc36426b5ae58d39c4139f544453778a89 GIT binary patch literal 362 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zRXklBLn`LH zy=9ws$U&g(A>&h~6GAUDGQ^}-E#3TNp7jlPheu*E&DKji+g;d2d3T&-)DUpLA;K}G zL!@!;#-Ek*>yBryFQ1j~0yG#1ltgCoyFP0U&F$WmAJrQ4+^PP;1=0}x2Ct965pS^b7^eADQ$SJAHrFuUS&39dUw_&=c z9oOoo({)a5TDV~^x0O_BMjX7PW2N4h>cyz+JQzCAmy>@0Y_UV5__ z#1#w;T@h|i#I78^xa9J*e+$ArgVuc9cy+O%;Kcs(ODkt3+x81AUFGup>Ey-J|1*@Q zPU_F%G){glcx6^XtYO(3n?uRZ-qm-^bgz&)Bf`K?Fg1U!b>6A=ncb!!(>-1NT-G@y GGywq3S(?%S literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/materials.rsi/bones-inhand-right.png b/Resources/Textures/Objects/Materials/materials.rsi/bones-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb64901c0e50f12fe06932975f0131fff540391 GIT binary patch literal 369 zcmV-%0gnEOP)Px$D@jB_RCt{2+A(gzKoEuDA<6|JOHSt|%|JutbSt^%4)zg{xCO_^O(M~S3%E%` z6(U&_Il!igEsBt}!5h}*|7vSIvl?ylRs;Y50002sgd$6Ak)`(9eYkY(@viNMQ4-5+ zJ{6-H^dUq^?5}v}!=Iz|2H@5dS!&nIyjl67tp9PJ>t*h|xbIyBSNXzj-`-_YmXkgj z^lej?6QgR==O@`8D(CmV4pn5Soz17RKU6ZL;g8jaARa`wV3~vT5M&1qpz^Hr!o6>f(ezoA$ P00000NkvXXu0mjfxObtE literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/materials.rsi/cardboard-inhand-left.png b/Resources/Textures/Objects/Materials/materials.rsi/cardboard-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..fd69f67e5f3c95eafeca74e4fea915b95703c864 GIT binary patch literal 418 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zV?13PLn`LH zy=9nn*g=5x!hC@(`szB^GubEhfttkBQkwrcOEZO?FR~+10jI4S}%w zl$QUid%6;BXUR&ZF$luJ$?Z}4&i9`eAOCf_*Y(2m>sAa0-W8i$T-$b!g&|{hS-~2+ zEi6m&PyD{T{`vcS`EbjPyUtDayU`!T*xk;$$Nu0>NrnY$o)zRx3*}4=UG&kuQu zyLb6B-TxNm3Y9wP*)d+x7VzG?<{3l7wx6f^L}$n8{5|~7;zP;b49*VUysdF@gi zzDbV27Gaq1 zzWDXtV=OOb3P1Yr{MYHvua{&_h@BKPB|ZAgRM8FlqMSRJn-bUjdB4@{lIzHfyK(h~j^|^g9w!gYQxm68Ve0?xzxL0(VAh_}^anFG z&*t4_wUYgdZ*Ikop1rS&ybcIhGyhrd7gw=ym_z cOMAZZ+IaTm)I0wE3ycc}Pgg&ebxsLQ04-t2-~a#s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/materials.rsi/cloth-inhand-left.png b/Resources/Textures/Objects/Materials/materials.rsi/cloth-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..22b176f3d37b687733f171d5ef43267ede88698f GIT binary patch literal 393 zcmV;40e1e0P)Px$LrFwIRCt{2+COW;Kpe*LC#8eXK)Mv-AjM5P`~F{nyMm(*mJCfW@e~Z#K_WpN zF5%8r_Quwki_c>BcB`&Wy=v9<>C!fi6SWt_CvOX|T+Hoo_<8f(n5y&6O{TNR zm`cV}y%*5ctIuMC!JCRav&s8MB%K$f?`zw%d#ZoH^XF*`|86nRbl-6ytLuY#ZIXvT9q z>~H$Xf4*&zXU=1Aj>lb--q3lzbe{Zp{B_yww(WK;>5r1>N1W+t`Z*r~`TLKKukgob zr*Fl`&0;&XDfsb&?>?Hp=hRG_oAp^^wQhrXd{oqXt@Fz-PY)DvRPm2{JvU=-c1*3{ z#N*4@^7m~48G71NX6DH!FU2-~)AF7C`R~#r+-qg))>TY*WP~_?fx#dwwr}S9lle)x zHnMvB&n(ti^l2YITqoihaOz!5%QdEsj)<^(zOQqa=AM{)v2@)w<&Ue?{2rY+5bP0l+XkKwMMf- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/materials.rsi/corgihide-inhand-left.png b/Resources/Textures/Objects/Materials/materials.rsi/corgihide-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..28d69ddcd71f2737c4b2c0a8e5cea745358f4502 GIT binary patch literal 670 zcmV;P0%84$P)Px%SV=@dRCt{2+OcaBQ5*;G?@2KlV&rk8gGfctk`TnDATCmH5C?I{AP52f0>Qc9 zAE1N9*{M!~4oVv>fRLvrD+(c&e)s};VV<<}R=kN1AL z+&%9703sqHA|fIpA|fK1jI~yL-&M2jyr>X7^_06_AyC^qVFheb$}FIs%z z-JQ{Ah4=R~raDID3dp~@gkt$R&O%MRE7sBbbAiyXdb!t~YSlb*d z+EfxTtZhz|uYGe(Yib8leF})FAXi((?(L7r)m9;g;rrs`|)&yUW^){}WT_4XEwF`2*7)#yi1Er6VGN3rnXL8e96-;dCJc1|Wagi$+i zh#DCZjvIXcvY~$38}COzCm0;W&g6ldiyzmXBM1WgZBvHs;pjeDEFRG9N64jr4^CRwIKSDgFrQabkB*hDvJ_WS;5!4Fsbzvnj z{x<(mEA<%degsvX=SkK_+tCInwh>B<|7igZi&j6vFU`w$@M5d4`v3p{07*qoM6N<$ Ef&~;lsQ>@~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/materials.rsi/corgihide-inhand-right.png b/Resources/Textures/Objects/Materials/materials.rsi/corgihide-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a75f4f96e68a377cb12e2e06ea080c5ed69050d8 GIT binary patch literal 724 zcmV;_0xSKAP)Px%j!8s8RCt{2+QDnnP#g#FZ)92xwIjstB=evfEv2`j3{j+>c90!<5QKt%!N7y3 zfq#HIxIe&yOb~?iu-k?#NJT^#gt5y5m4TkdGn7e5Y`gOF(4{tO(zP>b>-c>xzrLhR z-g|k;3w=L;F~%5Uj4{R-V~jDzSc?#X+|N=<>MV~d!!XG2a}XtHhY*5vUB~2l4s;<7 zrC!Cs!Zs|+LMoLC{N1RTrb+P+j{yMHJFifwRFKc-1M7RvZ=>7zM7ao3rvLz?P9ae) zLf3VS^GI+T4*>D^520yV&yg_Uw^1!+kx1PKYSz)W)K;unNR*3k#8zk(j@s`xH*u-Q ze%}!=z0^?l0~)z6wlKZa7~5OG&)jlweSJH?}6KMs%NBT7Izdh9aQhVJ^ex4t1N_|wMVz8vm8z}qvc-pe%=NdV~jDz z7-Nhv#u#I4tQdwtrfEj<=jO>vW5*0TXTUHF(lia1-#x&W7qj&B`PER*H&6$-3nulK z*QmCdp~>}Jqzff(_PWm4J0000z#DPpGwCYMP{=C7+?Ocj)E2^W9h6DqMN*cV^n<`SKyA zp{CXE(~s`ST_v{f&T&SVaUcBkgj2gutSy?cD$l<#UinAp-Inb;tKZojdZ8rayX-f| zx{@PyItzaMNc2RYa8-ai2KCDvpQaJhcBswm{z^dcC5F* zULAj2!t`+Z!AVY&W4GqROk?=7_tK5($KPJ^-?nbN*;%;TJNCs--O$>5+-GcN0S$Tc zgZ0S=<9LT-_jdQoX~|R?7j)hDE#k|-u;DiIgA)@@SuzbP0l+XkKw2x^? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/materials.rsi/durathread-inhand-left.png b/Resources/Textures/Objects/Materials/materials.rsi/durathread-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..139c2a573e883282a4a19b445663920024d146dd GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z%{^TlLn`LH zy|vNnaDd3MkN$-o(zEz#`_5?g9i4tcZqCv?ziW;H;;nhRI-2z#JPHz!xf1$8*Tkcv zY`0(UO4TXLmb*UufBRi)^^Wfa+uwTtjR%2-s%_-fKfeB4w)nI5_j${z>MBAdj=p>PGA;R{RicQsr`NasSOFHPe)~1+wLEWa(YujR zb|s^%t90)1|8~zSb1UO+KPcOr6}!$$;^?}oS-x*mBg0m60yWI3qiE&doo+eto+qc76A&N3ZfGK7RP| z<*AzQv5g8nYgFdO-@DQ5=Pv(#{neBmshe-kex$PX^2?C({`y>pPV~9&ZF~LGHhjU4 zpv_l9H(yy@74IpUf1SY_>(`g1=U-e0jb4#=qvPhBe;@cc}J zph#D@tR{~xO#1AekbKjLr6T?Nr2pM| zRo2C~dec;ZMu5P9ze;6tZCdbI|;Qv0xv(2Sh_t!oM1DWaR>gTe~DWM4fc*lV# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/materials.rsi/pyrotton-inhand-right.png b/Resources/Textures/Objects/Materials/materials.rsi/pyrotton-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..3225dc089809c33619d5e9f65e8521334e4195c9 GIT binary patch literal 303 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|UV6GXhE&XX zd&`io$w8p?VPrPH$u+aMgVqvzJ9s(JPx3yd&-}2X~+NU|GcmDZ?=C0`FNK3uEd;5RhBUO3Udt`-fG?e|Ap?=`g snKd1|U*>N;+#l$u9$2j|$i&caZ=FzSVb%;cAvKVRp00i_>zopr052hb;s5{u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/bananium-inhand-left.png b/Resources/Textures/Objects/Materials/ore.rsi/bananium-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..01b00bc68f54f6a29879a951a1c86cebd53c1eac GIT binary patch literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z(>z@qLn`LH zy`|`XI6#E;0rMiy-Dhn#FR6SrvvVig(RhW5FFY1T&Jj%tjb|7lJ=CUUUU>1B`N=fN zOA2BvDyG7wrumCz-i%;czg=48x$)YUFHh&*-N_&b2Rpf^Zn}T>y;b()+LIdsG_zlo zx*WT)-M>R-$HJ|>JsY22?{v8%b&-+bK!S2(cN+KEFQOxcS=AH38R7XaB1?`ngLkTlpj7ms`FvbNv_?4zJUjQd+a%;>+V6 zn|U&)dCKIUomcYUmHz*UD(Bu$IHQCF78y+mP5oav(XcGCH$R)hwVdO~>5G2$$4(|% zhJITWp!xg96a}MWW?RancHCfi_v@#V%lf-hy8cW&JVe1e}8+Yvx7^>0VW^uY=asB!3VDWwRc&z<|1UnY8& z$MOdcCivb`JZ-r}aH5%E(b}~&`!!Xj-+BCW+j~YAI4}tdKjpJKF3mMN?tJuzPi&7n zC01SyTg3Txv&6iP%#6Q_qteY5tediOhu*K)gv}v`-UgqKn_B#(KvhDG^Hg7R*Xw8h zwww`uP_8sbo||F8{jCvC=S-DlXZY|#=IOe#IS1~xvN6cWd@ZQml)Z4vPiZyIHqRyn znFUv`?0kKFlU$v>-TJ~gJL@FZB%Ou32*~(y^^(fvdPC!Y@KZ|+_o^qAp1j%}-g@AFXwbur z700H!F#!z#fhpVzx9)kjYwy|b@1K?2z4xrT|FdpwbzAF&TLv{Zj&Psb-e1P>j;}hriW%hdU_THI6 zJ^b7ETy4D|_WyTw8Y9FqAbHO2rPk}y#%td5ms!otmFW9#)^f|P>G#(iU#eX9srB16 z-DYsg(3O8swp-*o)4kB!?gi2g@7S(PQS!R~@~-<2ixLh7hSYhyyUGta$;?gy8SCll K=d#Wzp$PysMTR{9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/coal-inhand-right.png b/Resources/Textures/Objects/Materials/ore.rsi/coal-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..a8286cdebe2d22dce48510c1a4800d24185cb634 GIT binary patch literal 326 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z89ZGaLn`LH zy|uCHkb_9;!_D1mb$HA+@o@fN$ke%fGcq@M_xT-D^ObWp#IhZ-Ik44mf|F#dTF(n%O@6na{%>&+*;7E#zHf*1>IeZxsF1d_L#fZ+UCE z`ujyJbGwSUL$97v(L84N^UqbLIq_GXedhNJ;!q4elF3_{{6_T9{2+OqN~Sigvb%~q zZz#Xm)jTKqN%V!^RzKx!XQiLvf!GEl=lEWIRkh#TrE@0Z`|R6!`?uV#jlP|?>D|mX zeDOg^X$h;o{fTAOFf}%K6CJ93^v3DmR?!##moj;s;o)(Wh@I~IUzXv6l;2K|+|+B* RPwYX)db;|#taD0e0stObhr$2= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/diamond-inhand-left.png b/Resources/Textures/Objects/Materials/ore.rsi/diamond-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..837741af4345a598c1e8c1f9cb18a0ad541c5c78 GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|{(HJOhE&XX zd&}1Eu!BI`!^T-mEiFL?TXI^a-1C}v%)H?6*&5mTjGT<2DwC9)oR%&4AJn+*sN6Nq zJ?9zIj{km~W@ijE1q7V81eurePcHVKwX1!;Rj*#e)wAE#cBu32m0Ww}sr0Pty(L1S zE2i$M-hA~@THf{T<=;MT+kF1tU9;KG4`%OBpBo!<>*v)o+w}VvXNg|)iq$`9d(t*j zw|5ug>osBevd2H4vafj4Z@5VeVi^O&f%QMWJNMKb@p$8}VW?*Rf>&>*?y}vd$@?2>`txguMU& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/diamond-inhand-right.png b/Resources/Textures/Objects/Materials/ore.rsi/diamond-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0f97e2c9c9dde7c8e795c1692980997acff66df0 GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zIXqn)Ln`LH zy=Cvk>?m^lM`8H~m*Q5LH_4)tLh`gW42s9W7GK7{+v353l=eW~&OK!+^fu$k375gIi7X8Tb`@SGJ zKIh_=7jh+LGjIL)b7-EN`8Kt0z|t*tIcIG(e$Q#DzVPN**yp30E^qt!+-}0x@DsMi7rG}m{Ih0Y bs6WPjjAIGMbP0l+XkKhMkoX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/gold-inhand-left.png b/Resources/Textures/Objects/Materials/ore.rsi/gold-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..62255bf46bfda5897f88ffcaf631338fa932c41b GIT binary patch literal 472 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zCwaO!hE&XX zduzWpQ=$a>hxd0iO*Hu~X(S~?2T$DM)hxclyYat+jK!9fozcw+X59;RaKBR6?kXVK zINSN54BvB0(S`Yw15+A*{Zjr>w@v!qd)xPif8YBg&v$I;8h1=}(S$X`+SwpKq;B{Vks1=KbcKOj7b^zNv964!N(^tozNeO1ok89QTN6 zt-s40(^k%3Vy19cLaXq5^9H8nFTU8`$lIQF?$hnk7B(#d2CID{TIV;L7ODCi*4%Wm zrQ`UbV%gh0>pCmfUGz#V@%6g6si*@Ph$$@2EAo#|K-6W|#Nd=P|Dczy4Q0alyz6)5eJ#AnyXbXU!YspG zTi9l_1@GDSM$tq=VNQMgk7tYvLe^?_xUxq1megogFvwKT*6^LExR%k}Upb_TZ_29E zH~&Pej0*m&0ZbhsO$5zK@sw|8%jpi_7aL%recr7ZVPdZ2?9VgQu&X%Q~lo FCII9j)L8%k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/gold-inhand-right.png b/Resources/Textures/Objects/Materials/ore.rsi/gold-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..50892832e0545205c2127385703c1d716d44540b GIT binary patch literal 449 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zt36#DLn`LH zy=9wy$U%nfgL`h6s`E90 z0f*|RKc;dsFyy~uY0eRRTq1Wkj{odA6GiI{Ierm`D#Kh8L)aP4EV}u=J5)P0ac0|x zlBW;0|6BC)s`Di+WuI*v$F#MUc|2sJ5}_n##`kv&$`T&`Q>b77cI`ZuHRwf ztF*}!Xuy^CN23}Pio4w=v@h3ww76L3&pvK-os(xaUrA1%^QXMXLa#gn_}+)z4*}Q$iB}wF%62 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/iron-inhand-left.png b/Resources/Textures/Objects/Materials/ore.rsi/iron-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2f6abd5779e42c4260300f558016a80b5d8f76 GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|etWt&hE&XX zduwCXp#YI%9~XZSJ#w*(LxulgLd%4m!G_T%f-SgemtR`AKJef{H~o$u0?WObm6ja6 zQ_Q^Z|9!C&e?9nAPXBZPngj-SmsBou4b3W+Ro(cn?0@{a^Y-iG_H4Rk6TyCNp4`$E zUbdF%$A3MTYaXvxVl?-ceFXPsMw7m;j%D+2PxL=_{^tT_iD>p~zx6FG(`Qv$&iDP? zyN&_xaDpj?GT(MAo#PQ`n#6f9c35!!~mx+f(#7*kD4Dm8ag{>qxw{kp`NaO JF6*2UngG8cgTnv- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/iron-inhand-right.png b/Resources/Textures/Objects/Materials/ore.rsi/iron-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..f616f48f95730357cd980df6b7631f127f57b8cc GIT binary patch literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z`8-`5Ln`LH zy=9oi_Ipu2X zkN>N5?`@FJk2CjY0-6c}HLt%_pQ}GFR%|Z88yi_G+_QZ0{GR=v#Vh$ldEA_@dj{{_ zv-gzL=kpcc4d?mYF+E>uc{?FDleuhmuF}cUOIz0Elowk@&)*+Xz@)PE*|WXb^W3kq zNk3TbFzMRq&<%_GpSjyV`^E^dih-elZP(Sye}bIvI#sx5z0(XHcn^PfVt&y{EHYfkZgSYvqVTl=membKGYACX!dT$Xd}a{2cA g*+zopr0Ju7iod5s; literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/meta.json b/Resources/Textures/Objects/Materials/ore.rsi/meta.json index 8f1b4533f2a..bf4d6e77452 100644 --- a/Resources/Textures/Objects/Materials/ore.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/ore.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-NC-SA-3.0", - "copyright": "silver, plasma taken from https://github.com/vgstation-coders/vgstation13 at commit f2ef221849675915a78fd92fe622c32ab740e085, spacequartz taken from https://github.com/goonstation/goonstation at commit b51daf824df46a3a1426475f982c09479818e522 and reshaded by Alekshhh, bananium; uranium; iron; gold; coal by Alekshhh, diamond at commit https://github.com/tgstation/tgstation/pull/78524, edited by TheShuEd", + "copyright": "silver, plasma taken from https://github.com/vgstation-coders/vgstation13 at commit f2ef221849675915a78fd92fe622c32ab740e085, spacequartz taken from https://github.com/goonstation/goonstation at commit b51daf824df46a3a1426475f982c09479818e522 and reshaded by Alekshhh, bananium; uranium; iron; gold; coal by Alekshhh, diamond at commit https://github.com/tgstation/tgstation/pull/78524, edited by TheShuEd. Inhands by mubururu_ (github).", "size": { "x": 32, "y": 32 @@ -10,32 +10,112 @@ { "name": "bananium" }, + { + "name": "bananium-inhand-left", + "directions": 4 + }, + { + "name": "bananium-inhand-right", + "directions": 4 + }, { "name": "gold" }, + { + "name": "gold-inhand-left", + "directions": 4 + }, + { + "name": "gold-inhand-right", + "directions": 4 + }, { "name": "iron" }, + { + "name": "iron-inhand-left", + "directions": 4 + }, + { + "name": "iron-inhand-right", + "directions": 4 + }, { "name": "uranium" }, + { + "name": "uranium-inhand-left", + "directions": 4 + }, + { + "name": "uranium-inhand-right", + "directions": 4 + }, { "name": "plasma" }, + { + "name": "plasma-inhand-left", + "directions": 4 + }, + { + "name": "plasma-inhand-right", + "directions": 4 + }, { "name": "spacequartz" }, + { + "name": "spacequartz-inhand-left", + "directions": 4 + }, + { + "name": "spacequartz-inhand-right", + "directions": 4 + }, { "name": "silver" }, + { + "name": "silver-inhand-left", + "directions": 4 + }, + { + "name": "silver-inhand-right", + "directions": 4 + }, { "name": "coal" }, + { + "name": "coal-inhand-left", + "directions": 4 + }, + { + "name": "coal-inhand-right", + "directions": 4 + }, { "name": "salt" }, + { + "name": "salt-inhand-left", + "directions": 4 + }, + { + "name": "salt-inhand-right", + "directions": 4 + }, { "name": "diamond" + }, + { + "name": "diamond-inhand-left", + "directions": 4 + }, + { + "name": "diamond-inhand-right", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Materials/ore.rsi/plasma-inhand-left.png b/Resources/Textures/Objects/Materials/ore.rsi/plasma-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..6c41a2c1494179a4f590153234c56f5dfe475c84 GIT binary patch literal 395 zcmV;60d)R}P)Px$MM*?KRCt{2+OJCkaTv$(k760fg)2i2loc;o1j7&(EG`($!?r)cuz%*_U<(%p z*JQ;su$*N<27`r_OV<`2gKVf6w(q|42fknJzTxwIz7N-)M*;u<0000007vyk(|)>! zP3`*%syCW;H9Aoqq^l-$Ds79R$f+rD99ta6_Ws*Pou3`}3Yxy;dbp4@%4DsnJ*Q8) zJ-U}lx4g0}bzZ+#SglzxpD3)>r198SxhvipFq_TxBv}&XQt$1oEX(D&Q{G|zXs2hF zlB8lj@m1>XMN#DZ>+doP00000000000Pw6+Y5(t0Rvx7G9ZmRkjb1){o4tT_bt-Mk zgVd}w{jfu@>Al{@$YbbhAmwv-n|)H)|9)4;!`#fXBYcicSCgpu z@aod6hZ1*Egv|r)*97mI|3&Wm-Q(}&@~qvNfOY^ugXF8;WzXj-W@~R2J9EbR=(pdE zkBgqP^WXN4ZxLwnxAWgupO(g`^0Ml+U!i4DzG~giqQ$rOrmOlFhDC}m3R*8l@&q%8?vzVq*s%`5TG;3M$_b0k752j}MzLuU{)${)9`|tJBuAjMc zX4X(ZO5N#{AZeRGi3kW=+5I$Pl(61d|Y!#iEHDp zxxRCgZu?*FE2%40%)Dadzq!X$*Y~p1^{RY!`IO)9^}nAxd&Ya|B)>_`F==eaa^J^1 h7kROtnc;)}9;QRfvrmW@wx0so=jrO_vd$@?2>`zEtH=NV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/salt-inhand-left.png b/Resources/Textures/Objects/Materials/ore.rsi/salt-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..fe4e9e2d5d1477142c2afe35d7f8b95aa6f3ceb9 GIT binary patch literal 299 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|o_e}ChE&XX zd&`!u$w1=R$77dgG%Xfah>fsmEYGMGd(6wjUZ5^>prs|!jQ_#2Usk4xAC)5<4*lO= z`eL%VZerys5uhO;uwcH8@uUph#JL%|m1$4z&dc8{mwQ+H`Q*?u8@{TAPXFww8r8ks zuj{enTJy~JYaUeubY8m@vNWgs_l(7S$D`GKLr>{%w|BX=Vo&Ksw!WFH5JQ2a%d@r7 zWmCUqWY0XU=(6^>^W^Hicax9pd$M-&yWNc^qn})O+HdMo;c_u#X^U3vC4K$#XI_|J oux&Yd?L}o;+UN6(3=jHk7+DUK<#N24#0)ak)78&qol`;+00{Mbd;kCd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/salt-inhand-right.png b/Resources/Textures/Objects/Materials/ore.rsi/salt-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8330643546b49e1f8d8aa603cea234d86a785192 GIT binary patch literal 300 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|o_V@BhE&XX zdut;nlcC75kL{N|{Jh0EGA~&)TC2=_x`X!!2rg5+BxfmI|f4b#=*4a;;f;;B^|D_av;?3IMGpC=gGc<-63nUA^ zT@MZC3e?Yj@4qX$|9;V4rPD|Q$1b%T-G@yGywq9{C_6^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/silver-inhand-left.png b/Resources/Textures/Objects/Materials/ore.rsi/silver-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7f7005031355b3e3b84e4fa05cc6e5aa719a0bb0 GIT binary patch literal 380 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z%{*NkLn`LH zy|vNnaDd3MkHH^BRT8|GT~dvlq}sgW*3pg02hJYU+jT0mm{xcPBNVvI`{bUbW1y{2^u#; zSLV;GV)lym*ejazgPxn==Fzw&4GW5jjM}96(vWhNe7(7znwKu{mdQJAu`^$SPSr`t~e`HF^ VjPulcoA3!_tEa1<%Q~loCIG#!s%`)P literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/silver-inhand-right.png b/Resources/Textures/Objects/Materials/ore.rsi/silver-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ab4dcb98d690d38373b232996559b097d595f3d3 GIT binary patch literal 385 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%ztvy{FLn`LH zy=CZs$U)-R$K`eG&Ppwv8%_j?u|L-8R#xtu-K?`~hV)MbUm2f2N`879UL0v{+%mzf z=cDi(=8Gi)QC}2PfBs*_H~rho>hjCKy?_>gK*Q3it&jH2U%U0)lG-=d*6KHRf4)4w z=jNZ)GEa03j_rus9{fxG{HANWHeA)2Qkl!R%u~w7?vD4QMH-(3a(_p?HNG1Y|LX7K z;L9q!pRPTh$Kbij)ahv1m;WW!AB<{(jH*BXzErh!llb@eNr%ENi|+glu@p!;c;>D) z4PRk7YwFwGUw6%&`;F)QFWdB(^b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/spacequartz-inhand-left.png b/Resources/Textures/Objects/Materials/ore.rsi/spacequartz-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..56837c96099e8bf50e5bcd3d3ab88324dcbee676 GIT binary patch literal 509 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zw|lxchE&XX zd&}0F*-?P)!F7HSR_>#2u0b9OyLh=_3( z&GRw|wBQii=sDR*N>-d~oHx%1}Cy_~Jg0)jB`)icw-s`7gN8V#OX zTuZj7M_YR?k-6$=6VH{Bf8S8gEz^Hlvhj)OP3Ow*7UoKAlhiRY?EAP;aL3I#SF}xA z>O`Nq2`^WF*WfwlvT(UWroU5-*uFg*+je(L&tB=~oauij$1kXF(x`b{OC zOXaD?%Xe(E*OW0Zs9c+VAtf^qw!FR6Ty*<4zZhpMM{0N7=LCtnH2cG_%`f=B_K8Nb(r_)Om#h7!}%9lqrg&H>|-!PC{xWt~$(696WA-TeRn literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/spacequartz-inhand-right.png b/Resources/Textures/Objects/Materials/ore.rsi/spacequartz-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..45b370cb8e3cc750c524c0140da691e6a89cc425 GIT binary patch literal 469 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z`#oJ8Ln`LH zy|pp>kb?y4hxC^rFBYU+Q9Fw_>YA%c5T&Re6IwfZ|KSK%YxMY6zcb*k-tp`3|%qd-Zw>UXgdz1Zx00~i-uRK6^lpSYbsQhOChjCRnBg2(h zg;p=wcz%^-ZH_uzRd=XppTokSLup%&U8uF)&-w5~DdU0&UFEqK1)l3#ykxjiD${Gb z#5n4Paly&6+Rgjs&f3>=Na@e)=r@uIN=jYdc&7y%k~+L)TN^N*7(8A5T-G@yGywqr CugpXM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/ore.rsi/uranium-inhand-left.png b/Resources/Textures/Objects/Materials/ore.rsi/uranium-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..422008998b45b0ecc22f15deab7dfcbc9f105d60 GIT binary patch literal 453 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z>pfi@Ln`LH zy=CZqI6#2?L%pj^)WUr;{N5%kNKkC9Yz` zN=xvaf2Rop!x}f%NNuTR_glB}gLC@3+X|OjeZoDpCdgYYdwF%DUA@Cy z`2{6^I@-I1CaD}PDA`^h_jYI6{@tvr0~>c{DrFztVI$pj)ml~R0>A8MBaOq`bl;TS zo2Zr?GvEH{Im6sTuM@1xmBXE?*Ik^aZM3QGMaNMkWRUrK%UQwOeDznqyvo?lADAM% zHEqZeh&Mun>sG(4Z6D2{P6ybQlcq0Z{M+X znzvj%DnTG~vRd*Uo>Q&sH!TltxNWNu>UyoKcXTz<)Dj@ zkW9&r4Lm}tSA1N#S`PSyq7U8EG7NsoA zvdjqUTHRKioOD@%hga;mhjxRh%|) zxg7E)JnlmN*@D}9qjlp?n;bFf?fvyk_wtQh^GyX2;Nt%YPnM`(s`#Vr`JN|Ync~w= zf?dxXl|F{&Ib5=4{&`9S=&=7r^Id*q@cyU~eeLJllrZVVIfvzjK0ohCbWL*In(29W z<*SUpk%ZkNwk?1jZ19r>mdKI;Vst0L3!c A#Q*>R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/parts.rsi/meta.json b/Resources/Textures/Objects/Materials/parts.rsi/meta.json index 290b7dd91ce..c2503bb3936 100644 --- a/Resources/Textures/Objects/Materials/parts.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/parts.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24. Inhands by mubururu_ (github).", "size": { "x": 32, "y": 32 @@ -10,6 +10,14 @@ { "name": "rods" }, + { + "name": "rods-inhand-left", + "directions": 4 + }, + { + "name": "rods-inhand-right", + "directions": 4 + }, { "name": "rods_2" }, diff --git a/Resources/Textures/Objects/Materials/parts.rsi/rods-inhand-left.png b/Resources/Textures/Objects/Materials/parts.rsi/rods-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b0e71052cdc8a7d1525155745d1c030fb6fcab8b GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|$~|2iLn`LH zy?Kzg#ej$9fUf#f*O&VnKRDcxf2VNLFt~B=q`x;=fC?Wh3G&L{`t4#dk7^5t;z_wf zFC-I$_W$5qdu`vB$Xek;pH9oK)B7lXni;5;;ehv@&>WqMPWSJ=@{vCzy!PA|MH|Oj jHu*ZImI+6aSsH}R{!FqFkEv}_1*!IQ^>bP0l+XkKu9QYA literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/parts.rsi/rods-inhand-right.png b/Resources/Textures/Objects/Materials/parts.rsi/rods-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..01b42adce19e4856aa4c73ba7ef516a25ce687ba GIT binary patch literal 192 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|sytmBLn`LH zy}6V3fPw(a0qy5n&hPd!%2;miIbdTf`eq)>NjIP}hCKySgN!%-oBLS&)chzrrAIG5 z&B=IbK7Zy{t*6!Brk=K+)wiMQ=W#t-kXnWWwY_aqp0%d8+|#~v#a+U5q3`YwKGHnD mZX}xhfAiv#pq&lFjWfKlTWrK1@@sm7ba=Y@xvX6^`3o|L6Fp?dE~NNz+mbms&GgR<8Xf*wuBz%xc^F^ryOa-3=_6za_uf y>~{0oZ;r@qXM6uXk3V0ldEWeA{%i&YOFM=ox-TB+xf?GA+2iTz=d#Wzp$PzcESKH@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Materials/silk.rsi/silk-inhand-right.png b/Resources/Textures/Objects/Materials/silk.rsi/silk-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ee1b193af07732e9b94bb1354d8d2e4bba7b97c9 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zg*{yyLn`LH zy=B{4*Pp$1bdQHu=B8_2yw(Szv^AG{rrfvA z{><1Sa6}^c*0!}tzq?O(?^kU3EVeH3clVXc>JTR|FdT@!&t+q_c%$t)ucT{+*NaQ) zSC&51UcAC)^MuQ Date: Mon, 25 Nov 2024 03:46:33 +0300 Subject: [PATCH 036/160] Delete HOS headset from warden's locker (#33234) * add headset * Add icons * Meta change * fix * Revert + delete headset from locker --- Resources/Prototypes/Catalog/Fills/Lockers/security.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 56683c7411a..0c4f04fa128 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -10,7 +10,6 @@ - id: ClothingBeltSecurityFilled - id: Flash - id: ClothingEyesGlassesSecurity - - id: ClothingHeadsetAltSecurity - id: ClothingHandsGlovesCombat - id: ClothingShoesBootsJack - id: ClothingOuterCoatWarden @@ -37,7 +36,6 @@ - id: ClothingBeltSecurityFilled - id: Flash - id: ClothingEyesGlassesSecurity - - id: ClothingHeadsetAltSecurity - id: ClothingHandsGlovesCombat - id: ClothingShoesBootsJack - id: ClothingOuterCoatWarden From 3c6c5ab6c937f7b36da73fc171eb3179f230ee30 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:26:54 +0100 Subject: [PATCH 037/160] fix airlocks inconsistently auto-closing after unbolting (#33524) fix door auto close timer --- Content.Shared/Doors/Components/DoorComponent.cs | 2 +- Content.Shared/Doors/DoorEvents.cs | 13 +++++++++++++ Content.Shared/Doors/Systems/SharedAirlockSystem.cs | 10 +++++++++- .../Doors/Systems/SharedDoorSystem.Bolts.cs | 4 ++++ Content.Shared/Doors/Systems/SharedDoorSystem.cs | 2 ++ 5 files changed, 29 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Doors/Components/DoorComponent.cs b/Content.Shared/Doors/Components/DoorComponent.cs index 21fad142b3a..5e35045b109 100644 --- a/Content.Shared/Doors/Components/DoorComponent.cs +++ b/Content.Shared/Doors/Components/DoorComponent.cs @@ -66,7 +66,7 @@ public sealed partial class DoorComponent : Component /// /// When the door is active, this is the time when the state will next update. /// - [AutoNetworkedField] + [AutoNetworkedField, ViewVariables] public TimeSpan? NextStateChange; /// diff --git a/Content.Shared/Doors/DoorEvents.cs b/Content.Shared/Doors/DoorEvents.cs index 08a2c8b18b1..849ea837303 100644 --- a/Content.Shared/Doors/DoorEvents.cs +++ b/Content.Shared/Doors/DoorEvents.cs @@ -15,6 +15,19 @@ public DoorStateChangedEvent(DoorState state) } } + /// + /// Raised when the door's bolt status was changed. + /// + public sealed class DoorBoltsChangedEvent : EntityEventArgs + { + public readonly bool BoltsDown; + + public DoorBoltsChangedEvent(bool boltsDown) + { + BoltsDown = boltsDown; + } + } + /// /// Raised when the door is determining whether it is able to open. /// Cancel to stop the door from being opened. diff --git a/Content.Shared/Doors/Systems/SharedAirlockSystem.cs b/Content.Shared/Doors/Systems/SharedAirlockSystem.cs index e404a91bdd7..bdd119004e8 100644 --- a/Content.Shared/Doors/Systems/SharedAirlockSystem.cs +++ b/Content.Shared/Doors/Systems/SharedAirlockSystem.cs @@ -22,6 +22,7 @@ public override void Initialize() SubscribeLocalEvent(OnBeforeDoorClosed); SubscribeLocalEvent(OnStateChanged); + SubscribeLocalEvent(OnBoltsChanged); SubscribeLocalEvent(OnBeforeDoorOpened); SubscribeLocalEvent(OnBeforeDoorDenied); SubscribeLocalEvent(OnGetPryMod); @@ -70,6 +71,13 @@ private void OnStateChanged(EntityUid uid, AirlockComponent component, DoorState } } + private void OnBoltsChanged(EntityUid uid, AirlockComponent component, DoorBoltsChangedEvent args) + { + // If unbolted, reset the auto close timer + if (!args.BoltsDown) + UpdateAutoClose(uid, component); + } + private void OnBeforeDoorOpened(EntityUid uid, AirlockComponent component, BeforeDoorOpenedEvent args) { if (!CanChangeState(uid, component)) @@ -145,7 +153,7 @@ public void SetEmergencyAccess(Entity ent, bool value, EntityU ent.Comp.EmergencyAccess = value; Dirty(ent, ent.Comp); // This only runs on the server apparently so we need this. UpdateEmergencyLightStatus(ent, ent.Comp); - + var sound = ent.Comp.EmergencyAccess ? ent.Comp.EmergencyOnSound : ent.Comp.EmergencyOffSound; if (predicted) Audio.PlayPredicted(sound, ent, user: user); diff --git a/Content.Shared/Doors/Systems/SharedDoorSystem.Bolts.cs b/Content.Shared/Doors/Systems/SharedDoorSystem.Bolts.cs index 13050616e1b..d14b6c71906 100644 --- a/Content.Shared/Doors/Systems/SharedDoorSystem.Bolts.cs +++ b/Content.Shared/Doors/Systems/SharedDoorSystem.Bolts.cs @@ -96,6 +96,10 @@ public bool TrySetBoltDown( Dirty(ent, ent.Comp); UpdateBoltLightStatus(ent); + // used to reset the auto-close timer after unbolting + var ev = new DoorBoltsChangedEvent(value); + RaiseLocalEvent(ent.Owner, ev); + var sound = value ? ent.Comp.BoltDownSound : ent.Comp.BoltUpSound; if (predicted) Audio.PlayPredicted(sound, ent, user: user); diff --git a/Content.Shared/Doors/Systems/SharedDoorSystem.cs b/Content.Shared/Doors/Systems/SharedDoorSystem.cs index 7fd5d61db7d..835adb31c05 100644 --- a/Content.Shared/Doors/Systems/SharedDoorSystem.cs +++ b/Content.Shared/Doors/Systems/SharedDoorSystem.cs @@ -700,6 +700,8 @@ public void SetNextStateChange(EntityUid uid, TimeSpan? delay, DoorComponent? do } door.NextStateChange = GameTiming.CurTime + delay.Value; + Dirty(uid, door); + _activeDoors.Add((uid, door)); } From ed2cd23309f86c161eb62736f0aa7154493c84e5 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Nov 2024 04:28:02 +0000 Subject: [PATCH 038/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1a6a2a8a466..b89ab7aeaff 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Moomoobeef - changes: - - message: Added pitchers for the chef who wants to serve beverages too. - type: Add - id: 7150 - time: '2024-08-19T03:01:26.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31105 - author: EmoGarbage404 changes: - message: Space carp and Sharkminnows now drop teeth when butchered. @@ -3928,3 +3921,11 @@ id: 7649 time: '2024-11-24T08:49:31.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32890 +- author: slarticodefast + changes: + - message: Fixed doors not auto-closing correctly after being unbolted in an open + state. + type: Fix + id: 7650 + time: '2024-11-25T04:26:54.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33524 From f53e3ec3c1b5fa9989d38ae820311d3663f18793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schr=C3=B6dinger?= <132720404+Schrodinger71@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:20:31 +0000 Subject: [PATCH 039/160] [BUGFIX] "Ghost" in the lobby lets you see the whole chat (#33529) * fix bug, in ghost command lobby * fix * Fix build --- Content.Server/Ghost/GhostCommand.cs | 10 ++++++++++ Resources/Locale/en-US/chat/commands/ghost-command.ftl | 1 + 2 files changed, 11 insertions(+) diff --git a/Content.Server/Ghost/GhostCommand.cs b/Content.Server/Ghost/GhostCommand.cs index a2f361d29db..26163f6d4d9 100644 --- a/Content.Server/Ghost/GhostCommand.cs +++ b/Content.Server/Ghost/GhostCommand.cs @@ -1,7 +1,9 @@ using Content.Server.Popups; using Content.Shared.Administration; +using Content.Shared.GameTicking; using Content.Shared.Mind; using Robust.Shared.Console; +using Content.Server.GameTicking; namespace Content.Server.Ghost { @@ -23,6 +25,14 @@ public void Execute(IConsoleShell shell, string argStr, string[] args) return; } + var gameTicker = _entities.System(); + if (!gameTicker.PlayerGameStatuses.TryGetValue(player.UserId, out var playerStatus) || + playerStatus is not PlayerGameStatus.JoinedGame) + { + shell.WriteLine("ghost-command-error-lobby"); + return; + } + if (player.AttachedEntity is { Valid: true } frozen && _entities.HasComponent(frozen)) { diff --git a/Resources/Locale/en-US/chat/commands/ghost-command.ftl b/Resources/Locale/en-US/chat/commands/ghost-command.ftl index 08e78d34ce5..53dfa478d65 100644 --- a/Resources/Locale/en-US/chat/commands/ghost-command.ftl +++ b/Resources/Locale/en-US/chat/commands/ghost-command.ftl @@ -3,3 +3,4 @@ ghost-command-help-text = The ghost command turns you into a ghost and makes the Please note that you cannot return to your character's body after ghosting. ghost-command-no-session = You have no session, you can't ghost. ghost-command-denied = You cannot ghost right now. +ghost-command-error-lobby = You can't ghost right now. You are not in the game! From da9b2e6a1027c7632f480fa5627a471e6828ede7 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Nov 2024 07:21:39 +0000 Subject: [PATCH 040/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index b89ab7aeaff..ded4cc512da 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Space carp and Sharkminnows now drop teeth when butchered. - type: Add - - message: Added new bounties for carp and shark teeth. - type: Add - id: 7151 - time: '2024-08-19T03:04:59.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31070 - author: to4no_fix changes: - message: Now it takes 5 seconds to take off or put on a muzzle @@ -3929,3 +3920,11 @@ id: 7650 time: '2024-11-25T04:26:54.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33524 +- author: Schrodinger71 + changes: + - message: Fixed a bug letting players type "ghost" in the console and then see + the whole chat while being in the lobby. + type: Fix + id: 7651 + time: '2024-11-25T07:20:32.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33529 From 32f48d974f4fc446ce175b1b01afc3df63b64fe5 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 25 Nov 2024 06:39:10 -0500 Subject: [PATCH 041/160] removed obsolete netmessage creator (#33542) removed opsolete netmessage createor --- Content.Client/Eui/BaseEui.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/Eui/BaseEui.cs b/Content.Client/Eui/BaseEui.cs index 7f86ded7e48..c11ba5a9b69 100644 --- a/Content.Client/Eui/BaseEui.cs +++ b/Content.Client/Eui/BaseEui.cs @@ -55,7 +55,7 @@ public virtual void HandleMessage(EuiMessageBase msg) /// protected void SendMessage(EuiMessageBase msg) { - var netMsg = _netManager.CreateNetMessage(); + var netMsg = new MsgEuiMessage(); netMsg.Id = Id; netMsg.Message = msg; From ea7f5433ac4728a7e00c68b151d1cf2f4d965150 Mon Sep 17 00:00:00 2001 From: Nikolai Korolev Date: Mon, 25 Nov 2024 11:53:12 +0000 Subject: [PATCH 042/160] Fix RA0003 warning for ChatBox (#33531) --- .../UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs b/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs index 0696ae9d3f9..62b3b19e38b 100644 --- a/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs +++ b/Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs @@ -16,9 +16,8 @@ namespace Content.Client.UserInterface.Systems.Chat.Widgets; [GenerateTypedNameReferences] -#pragma warning disable RA0003 +[Virtual] public partial class ChatBox : UIWidget -#pragma warning restore RA0003 { private readonly ChatUIController _controller; private readonly IEntityManager _entManager; From 45cf4ec3400dfe82e47d3746e695248b8a6f3163 Mon Sep 17 00:00:00 2001 From: Minemoder5000 Date: Mon, 25 Nov 2024 05:23:57 -0700 Subject: [PATCH 043/160] Shark plushies now goes rawr on hit. (#33540) Shark goes rawr more --- Resources/Prototypes/Entities/Objects/Fun/toys.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index d774c4469c9..eddf92c5aec 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -498,12 +498,22 @@ - type: Sprite sprite: Objects/Fun/sharkplush.rsi state: blue + - type: EmitSoundOnLand + sound: + path: /Audio/Items/Toys/rawr.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/Items/Toys/rawr.ogg - type: EmitSoundOnUse sound: path: /Audio/Items/Toys/rawr.ogg - type: EmitSoundOnActivate sound: path: /Audio/Items/Toys/rawr.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/Items/Toys/rawr.ogg - type: Item heldPrefix: blue storedRotation: -90 From ae576abe1fd64ab596c51264c8cded1181236977 Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Nov 2024 12:25:04 +0000 Subject: [PATCH 044/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ded4cc512da..d80ebb9cc7a 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,16 +1,4 @@ Entries: -- author: to4no_fix - changes: - - message: Now it takes 5 seconds to take off or put on a muzzle - type: Tweak - - message: Now it takes 5 seconds to take off or put on a blindfold - type: Tweak - - message: Added a recipe for producing a straitjacket, it opens when researching - the Special Means technology, it can be produced at the security techfab - type: Add - id: 7152 - time: '2024-08-19T03:05:25.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31095 - author: Magicalus changes: - message: Suit sensors, borgs, and PDAs can no longer be saved to device-lists. @@ -3928,3 +3916,10 @@ id: 7651 time: '2024-11-25T07:20:32.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33529 +- author: Minemoder + changes: + - message: The shark plushie now goes rawr when hitting something or being thrown. + type: Tweak + id: 7652 + time: '2024-11-25T12:23:57.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33540 From 49724a9b9d48421f88d7785b972ed27ba01f4d89 Mon Sep 17 00:00:00 2001 From: Niels Huylebroeck Date: Mon, 25 Nov 2024 13:35:14 +0100 Subject: [PATCH 045/160] Turn off PointLights on VendingMachines when broken or off. (#33513) The light itself should already turn off due to `LitOnPowered` component, but the broken state of a VendingMachine did not. Fixes #33382 --- Content.Server/VendingMachines/VendingMachineSystem.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Content.Server/VendingMachines/VendingMachineSystem.cs b/Content.Server/VendingMachines/VendingMachineSystem.cs index 90fe4cb7d8a..c20a6a46446 100644 --- a/Content.Server/VendingMachines/VendingMachineSystem.cs +++ b/Content.Server/VendingMachines/VendingMachineSystem.cs @@ -38,6 +38,7 @@ public sealed class VendingMachineSystem : SharedVendingMachineSystem [Dependency] private readonly ThrowingSystem _throwingSystem = default!; [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly SpeakOnUIClosedSystem _speakOnUIClosed = default!; + [Dependency] private readonly SharedPointLightSystem _light = default!; private const float WallVendEjectDistanceFromWall = 1f; @@ -334,6 +335,12 @@ public void TryUpdateVisualState(EntityUid uid, VendingMachineComponent? vendCom finalState = VendingMachineVisualState.Off; } + if (_light.TryGetLight(uid, out var pointlight)) + { + var lightState = finalState != VendingMachineVisualState.Broken && finalState != VendingMachineVisualState.Off; + _light.SetEnabled(uid, lightState, pointlight); + } + _appearanceSystem.SetData(uid, VendingMachineVisuals.VisualState, finalState); } From b8466d83215a5bb0acd4cbf268f975d204f0330c Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 25 Nov 2024 12:36:20 +0000 Subject: [PATCH 046/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d80ebb9cc7a..511e076e57f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Magicalus - changes: - - message: Suit sensors, borgs, and PDAs can no longer be saved to device-lists. - type: Tweak - id: 7153 - time: '2024-08-19T03:13:04.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30997 - author: UBlueberry changes: - message: The guidebook entries for all antagonists have been revised. @@ -3923,3 +3916,10 @@ id: 7652 time: '2024-11-25T12:23:57.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33540 +- author: red15 + changes: + - message: Vending machine lights turns off when broken. + type: Fix + id: 7653 + time: '2024-11-25T12:35:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33513 From b8c8f7d0f8bbf40fc235520e7a18b578a09583f1 Mon Sep 17 00:00:00 2001 From: Flareguy <78941145+Flareguy@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:51:41 -0600 Subject: [PATCH 047/160] Adds more diona names (#33066) * adds more diona names * more stuff * AHHHHHHHHHHHHHHHHHHHHHHH * further additions * removes depression + adds comment * fixes + remove some weird stuff + more stuff * remove haste --- Resources/Prototypes/Datasets/Names/diona.yml | 177 +++++++++++++++++- 1 file changed, 175 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Datasets/Names/diona.yml b/Resources/Prototypes/Datasets/Names/diona.yml index a4808d8c5d0..794e7dcc0c7 100644 --- a/Resources/Prototypes/Datasets/Names/diona.yml +++ b/Resources/Prototypes/Datasets/Names/diona.yml @@ -7,11 +7,28 @@ - Ivy - Stalk - Petal + - Petals - Thorn + - Thorns + - Vine + - Vines + - Branch + - Branches + - Weed + - Weeds - Rose - Dandelion + - Lilac + - Lily - Birch + - Oak + - Spruce - Willow + - Cyprus + - Mangrove + - Stump + - Sap + - Bayou - Bay - Lake - River @@ -21,12 +38,64 @@ - Mountain - Peak - Garden + - Ocean + - Arctic + - Sea + - Lake + - Spring + - Swamp + - River + - Stream + - Forest + - Rainforest - Soil + - Valley + - Moor + - Steppe + - Orchard + - Orchid + - Glacier + - Desert + - Tundra + - Taiga + - Plain + - Plains + - Plateau + - Cliff + - Coast + - Shore + - Jungle + - Tropics - Flower - + - Grass + - Bark + - Autumn + - Summer + - Winter + - Fruit + - Leaves + - Overgrowth + - Atmosphere + - Climate + - Chill + - Winds + - Blossom + - Bloom + - Cap + - Saturation + - Permeation + - Light + - Taste + - Acorn + - Shell + - Ice + - Monsoon + - Overcast + - Storm - type: dataset id: DionaLast values: +# Positive - Peace - Harmony - Relaxation @@ -47,4 +116,108 @@ - Ease - Equilibrium - Composure - - Control \ No newline at end of file + - Control + - Bliss + - Enjoyment + - Optimism + - Ecstasy + - Cheer + - Delight + - Luxury + - Euphoria + - Excitement + - Satisfaction + - Cleanliness + - Expression + - Enrichment + - Enthusiam + - Brilliance + - Determination + - Integrity + - Justice + - Kindness + - Bravery + - Empathy + - Stoicism + - Competence + - Love + - Hope + - Honesty + - Generosity + - Oppritunity + - Motivation +# Neutral + - Urgency + - Vitality + - Hardiness + - Vigor + - Agility + - Dexterity + - Perception + - Wisdom + - Charisma + - Persistence + - Perseverance + - Density + - Strength + - Congestion + - Concentration + - Intensity + - Refinement + - Obscurity + - Fortitude + - Endurance + - Patience + - Passivity + - Indifference + - Sleepiness + - Neutrality + - Fairness + - Silliness + - Restraint + - Silence + - Bewilderment + - Tactility + - Invisibility + - Darkness + - Fragility + - Action + - Awakening + - Activity + - Audacity + - Vivacity + - Knowledge + - Modification +# Negative +# These should be something a diona would still realistically name themselves, i.e not inherintly self deprecating. + - Envy + - Ineptitude + - Ignorance + - Decay + - Lethargy + - Bitterness + - Acidity + - Illness + - Weakness + - Enervation + - Fatigue + - Noxiousness + - Convlution + - Confusion + - Agitation + - Despair + - Sorrow + - Pain + - Animosity + - Fury + - Disinterest + - Anger + - Rage + - Displeasure + - Irritation + - Resentment + - Soreness + - Frustration + - Insanity + - Chaos + - Fear \ No newline at end of file From e9eca826d8d46fdfc0f8ba4a5e92486163ae10ba Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:39:04 +0100 Subject: [PATCH 048/160] minor AI cleanup (#33555) * minor cleanup * to --- .../Silicons/StationAi/SharedStationAiSystem.Airlock.cs | 4 ++-- Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Silicons/StationAi/SharedStationAiSystem.Airlock.cs b/Content.Shared/Silicons/StationAi/SharedStationAiSystem.Airlock.cs index 37e5cd6e6ae..ca2d593dbe1 100644 --- a/Content.Shared/Silicons/StationAi/SharedStationAiSystem.Airlock.cs +++ b/Content.Shared/Silicons/StationAi/SharedStationAiSystem.Airlock.cs @@ -34,7 +34,7 @@ private void OnAirlockBolt(EntityUid ent, DoorBoltComponent component, StationAi } /// - /// Attempts to bolt door. If wire was cut (AI) or its not powered - notifies AI and does nothing. + /// Attempts to toggle the door's emergency access. If wire was cut (AI) or its not powered - notifies AI and does nothing. /// private void OnAirlockEmergencyAccess(EntityUid ent, AirlockComponent component, StationAiEmergencyAccessEvent args) { @@ -48,7 +48,7 @@ private void OnAirlockEmergencyAccess(EntityUid ent, AirlockComponent component, } /// - /// Attempts to bolt door. If wire was cut (AI or for one of power-wires) or its not powered - notifies AI and does nothing. + /// Attempts to electrify the door. If wire was cut (AI or for one of power-wires) or its not powered - notifies AI and does nothing. /// private void OnElectrified(EntityUid ent, ElectrifiedComponent component, StationAiElectrifiedEvent args) { diff --git a/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs b/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs index 189515635a8..5fca5cad280 100644 --- a/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs +++ b/Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs @@ -394,6 +394,9 @@ private void AttachEye(Entity ent) private void OnAiInsert(Entity ent, ref EntInsertedIntoContainerMessage args) { + if (args.Container.ID != StationAiCoreComponent.Container) + return; + if (_timing.ApplyingState) return; From f27fa1ed30920581c6322d08867cb3334f897589 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:59:34 +1100 Subject: [PATCH 049/160] Simplify separated screen top menu (#33047) --- .../MenuBar/Widgets/GameTopMenuBar.xaml | 29 +++++++++++-------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml b/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml index dc8972970ac..5368d5d8721 100644 --- a/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml +++ b/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml @@ -11,17 +11,21 @@ Orientation="Horizontal" HorizontalAlignment="Stretch" VerticalAlignment="Top" - SeparationOverride="5" > + @@ -39,7 +43,7 @@ Icon="{xe:Tex '/Textures/Interface/character.svg.192dpi.png'}" ToolTip="{Loc 'game-hud-open-character-menu-button-tooltip'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenCharacterMenu}" - MinSize="42 64" + MinSize="48 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -49,7 +53,7 @@ Icon="{xe:Tex '/Textures/Interface/emotes.svg.192dpi.png'}" ToolTip="{Loc 'game-hud-open-emotes-menu-button-tooltip'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenEmotesMenu}" - MinSize="42 64" + MinSize="48 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -59,7 +63,7 @@ Icon="{xe:Tex '/Textures/Interface/hammer.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenCraftingMenu}" ToolTip="{Loc 'game-hud-open-crafting-menu-button-tooltip'}" - MinSize="42 64" + MinSize="48 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -69,7 +73,7 @@ Icon="{xe:Tex '/Textures/Interface/fist.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenActionsMenu}" ToolTip="{Loc 'game-hud-open-actions-menu-button-tooltip'}" - MinSize="42 64" + MinSize="48 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -79,7 +83,7 @@ Icon="{xe:Tex '/Textures/Interface/gavel.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenAdminMenu}" ToolTip="{Loc 'game-hud-open-admin-menu-button-tooltip'}" - MinSize="42 64" + MinSize="48 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -89,7 +93,7 @@ Icon="{xe:Tex '/Textures/Interface/sandbox.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenSandboxWindow}" ToolTip="{Loc 'game-hud-open-sandbox-menu-button-tooltip'}" - MinSize="42 64" + MinSize="48 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -99,8 +103,9 @@ Icon="{xe:Tex '/Textures/Interface/info.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenAHelp}" ToolTip="{Loc 'ui-options-function-open-a-help'}" - MinSize="42 64" + MinSize="48 64" HorizontalExpand="True" - AppendStyleClass="{x:Static style:StyleBase.ButtonOpenLeft}" + AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> + From a69fc39fc0c75fed46b1ba83270bbc91afa5a24e Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 26 Nov 2024 01:00:41 +0000 Subject: [PATCH 050/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 511e076e57f..57239e0b384 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: UBlueberry - changes: - - message: The guidebook entries for all antagonists have been revised. - type: Tweak - id: 7154 - time: '2024-08-19T03:16:05.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31075 - author: TheWaffleJesus changes: - message: ERT Chaplains now have blessings to use their bible. @@ -3923,3 +3916,11 @@ id: 7653 time: '2024-11-25T12:35:14.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33513 +- author: metalgearsloth + changes: + - message: Adjusted the top menu on the separated game screen. The buttons will + now form multiple rows and no longer overflow into the viewport. + type: Tweak + id: 7654 + time: '2024-11-26T00:59:35.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33047 From d5225d1f46f4a6701947c0ead72fd82da44eff13 Mon Sep 17 00:00:00 2001 From: Intoxicating-Innocence <188202277+Intoxicating-Innocence@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:28:31 +1100 Subject: [PATCH 051/160] Ghost role drop-down alignment (#33397) * dropdown shares margin width with children * removed dependency that rider added for some reason * reduced vertical margin from 8 to 2 --- .../Systems/Ghost/Controls/Roles/GhostRolesWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/UserInterface/Systems/Ghost/Controls/Roles/GhostRolesWindow.xaml.cs b/Content.Client/UserInterface/Systems/Ghost/Controls/Roles/GhostRolesWindow.xaml.cs index 627ecfe987a..9e2ff816b36 100644 --- a/Content.Client/UserInterface/Systems/Ghost/Controls/Roles/GhostRolesWindow.xaml.cs +++ b/Content.Client/UserInterface/Systems/Ghost/Controls/Roles/GhostRolesWindow.xaml.cs @@ -71,6 +71,7 @@ public void AddEntry(string name, string description, bool hasAccess, FormattedM buttonHeading.AddStyleClass(ContainerButton.StyleClassButton); buttonHeading.Label.HorizontalAlignment = HAlignment.Center; buttonHeading.Label.HorizontalExpand = true; + buttonHeading.Margin = new Thickness(8, 0, 8, 2); var body = new CollapsibleBody { From 470c869ce2cd14136662b1895f2a8e31e68f6f6c Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:50:20 +0100 Subject: [PATCH 052/160] Greytide Virus station event (#33547) * proof of concept * full implementation * I commited a crime * t * min players increase --- .../Components/GreytideVirusComponent.cs | 38 ++++++++ .../StationEvents/Events/GreytideVirusRule.cs | 96 +++++++++++++++++++ .../Doors/Systems/SharedDoorSystem.cs | 19 ++++ .../station-events/events/greytide-virus.ftl | 1 + Resources/Prototypes/GameRules/events.yml | 22 +++++ 5 files changed, 176 insertions(+) create mode 100644 Content.Server/StationEvents/Components/GreytideVirusComponent.cs create mode 100644 Content.Server/StationEvents/Events/GreytideVirusRule.cs create mode 100644 Resources/Locale/en-US/station-events/events/greytide-virus.ftl diff --git a/Content.Server/StationEvents/Components/GreytideVirusComponent.cs b/Content.Server/StationEvents/Components/GreytideVirusComponent.cs new file mode 100644 index 00000000000..307f131db11 --- /dev/null +++ b/Content.Server/StationEvents/Components/GreytideVirusComponent.cs @@ -0,0 +1,38 @@ +using Content.Server.StationEvents.Events; +using Content.Shared.Access; +using Content.Shared.Destructible.Thresholds; +using Robust.Shared.Prototypes; + +namespace Content.Server.StationEvents.Components; + +/// +/// Greytide Virus event specific configuration +/// +[RegisterComponent, Access(typeof(GreytideVirusRule))] +public sealed partial class GreytideVirusRuleComponent : Component +{ + /// + /// Range from which the severity is randomly picked from. + /// + [DataField] + public MinMax SeverityRange = new(1, 3); + + /// + /// Severity corresponding to the number of access groups affected. + /// Will pick randomly from the SeverityRange if not specified. + /// + [DataField] + public int? Severity; + + /// + /// Access groups to pick from. + /// + [DataField] + public List> AccessGroups = new(); + + /// + /// Entities with this access level will be ignored. + /// + [DataField] + public List> Blacklist = new(); +} diff --git a/Content.Server/StationEvents/Events/GreytideVirusRule.cs b/Content.Server/StationEvents/Events/GreytideVirusRule.cs new file mode 100644 index 00000000000..f60d80ba9c5 --- /dev/null +++ b/Content.Server/StationEvents/Events/GreytideVirusRule.cs @@ -0,0 +1,96 @@ +using Content.Server.StationEvents.Components; +using Content.Shared.Access; +using Content.Shared.Access.Systems; +using Content.Shared.Access.Components; +using Content.Shared.Doors.Components; +using Content.Shared.Doors.Systems; +using Content.Shared.Lock; +using Content.Shared.GameTicking.Components; +using Robust.Shared.Prototypes; +using Robust.Shared.Random; + +namespace Content.Server.StationEvents.Events; + + +/// +/// Greytide Virus event +/// This will open and bolt airlocks and unlock lockers from randomly selected access groups. +/// +public sealed class GreytideVirusRule : StationEventSystem +{ + [Dependency] private readonly AccessReaderSystem _access = default!; + [Dependency] private readonly SharedDoorSystem _door = default!; + [Dependency] private readonly LockSystem _lock = default!; + [Dependency] private readonly IPrototypeManager _prototype = default!; + [Dependency] private readonly IRobustRandom _random = default!; + + protected override void Added(EntityUid uid, GreytideVirusRuleComponent virusComp, GameRuleComponent gameRule, GameRuleAddedEvent args) + { + if (!TryComp(uid, out var stationEvent)) + return; + + // pick severity randomly from range if not specified otherwise + virusComp.Severity ??= virusComp.SeverityRange.Next(_random); + virusComp.Severity = Math.Min(virusComp.Severity.Value, virusComp.AccessGroups.Count); + + stationEvent.StartAnnouncement = Loc.GetString("station-event-greytide-virus-start-announcement", ("severity", virusComp.Severity.Value)); + base.Added(uid, virusComp, gameRule, args); + } + protected override void Started(EntityUid uid, GreytideVirusRuleComponent virusComp, GameRuleComponent gameRule, GameRuleStartedEvent args) + { + base.Started(uid, virusComp, gameRule, args); + + if (virusComp.Severity == null) + return; + + // pick random access groups + var chosen = _random.GetItems(virusComp.AccessGroups, virusComp.Severity.Value, allowDuplicates: false); + + // combine all the selected access groups + var accessIds = new HashSet>(); + foreach (var group in chosen) + { + if (_prototype.TryIndex(group, out var proto)) + accessIds.UnionWith(proto.Tags); + } + + var firelockQuery = GetEntityQuery(); + var accessQuery = GetEntityQuery(); + + var lockQuery = AllEntityQuery(); + while (lockQuery.MoveNext(out var lockUid, out var lockComp)) + { + if (!accessQuery.TryComp(lockUid, out var accessComp)) + continue; + + // check access + // the AreAccessTagsAllowed function is a little weird because it technically has support for certain tags to be locked out of opening something + // which might have unintened side effects (see the comments in the function itself) + // but no one uses that yet, so it is fine for now + if (!_access.AreAccessTagsAllowed(accessIds, accessComp) || _access.AreAccessTagsAllowed(virusComp.Blacklist, accessComp)) + continue; + + // open lockers + _lock.Unlock(lockUid, null, lockComp); + } + + var airlockQuery = AllEntityQuery(); + while (airlockQuery.MoveNext(out var airlockUid, out var airlockComp, out var doorComp)) + { + // don't space everything + if (firelockQuery.HasComp(airlockUid)) + continue; + + // use the access reader from the door electronics if they exist + if (!_access.GetMainAccessReader(airlockUid, out var accessComp)) + continue; + + // check access + if (!_access.AreAccessTagsAllowed(accessIds, accessComp) || _access.AreAccessTagsAllowed(virusComp.Blacklist, accessComp)) + continue; + + // open and bolt airlocks + _door.TryOpenAndBolt(airlockUid, doorComp, airlockComp); + } + } +} diff --git a/Content.Shared/Doors/Systems/SharedDoorSystem.cs b/Content.Shared/Doors/Systems/SharedDoorSystem.cs index 835adb31c05..69905d1bd6b 100644 --- a/Content.Shared/Doors/Systems/SharedDoorSystem.cs +++ b/Content.Shared/Doors/Systems/SharedDoorSystem.cs @@ -396,6 +396,25 @@ public void OnPartialOpen(EntityUid uid, DoorComponent? door = null) Dirty(uid, door); } + + /// + /// Opens and then bolts a door. + /// Different from emagging this does not remove the access reader, so it can be repaired by simply unbolting the door. + /// + public bool TryOpenAndBolt(EntityUid uid, DoorComponent? door = null, AirlockComponent? airlock = null) + { + if (!Resolve(uid, ref door, ref airlock)) + return false; + + if (IsBolted(uid) || !airlock.Powered || door.State != DoorState.Closed) + { + return false; + } + + SetState(uid, DoorState.Emagging, door); + + return true; + } #endregion #region Closing diff --git a/Resources/Locale/en-US/station-events/events/greytide-virus.ftl b/Resources/Locale/en-US/station-events/events/greytide-virus.ftl new file mode 100644 index 00000000000..7e6f5e32ca6 --- /dev/null +++ b/Resources/Locale/en-US/station-events/events/greytide-virus.ftl @@ -0,0 +1 @@ +station-event-greytide-virus-start-announcement = Gr3y.T1d3 virus detected in the station's secure locking encryption subroutines. Severity level of { $severity }. Recommend station AI involvement. diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 08218accede..98b6690ebb4 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -10,6 +10,7 @@ - id: ClericalError - id: CockroachMigration - id: GasLeak + - id: GreytideVirus - id: IonStorm # its calm like 90% of the time smh - id: KudzuGrowth - id: MassHallucinations @@ -540,3 +541,24 @@ maxOccurrences: 1 # this event has diminishing returns on interesting-ness, so we cap it weight: 5 - type: MobReplacementRule + +- type: entity + id: GreytideVirus + parent: BaseStationEventShortDelay + components: + - type: StationEvent + startAudio: + path: /Audio/Announcements/attention.ogg + weight: 5 + minimumPlayers: 25 + reoccurrenceDelay: 20 + - type: GreytideVirusRule + accessGroups: + - Cargo + - Command + - Engineering + - Research + - Security + - Service + blacklist: + - External # don't space everything From 41d2cf166d5d1e8ba6c8d7937391dca7955ef820 Mon Sep 17 00:00:00 2001 From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:51:13 +0300 Subject: [PATCH 053/160] Make shuttle airlocks not snapcardinals (#33557) * Make shuttle airlocks not snapcardinals * Update Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --------- Co-authored-by: Winkarst <74284083+Winkarst-cpu@users.noreply.github.co> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml index 630027384c9..3752821e462 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/shuttle.yml @@ -30,6 +30,7 @@ hard: false - type: Sprite sprite: Structures/Doors/Airlocks/Standard/shuttle.rsi + snapCardinals: false - type: Wires layoutId: Docking - type: Door @@ -95,6 +96,7 @@ - type: Sprite sprite: Structures/Doors/Airlocks/Glass/shuttle.rsi state: closed + snapCardinals: false - type: Construction graph: AirlockShuttle node: assembly From dfc3562bfc4895bdf1860ef6950d9907d8cfbbf8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 26 Nov 2024 13:51:29 +0000 Subject: [PATCH 054/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 57239e0b384..1e2be75b290 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: TheWaffleJesus - changes: - - message: ERT Chaplains now have blessings to use their bible. - type: Fix - id: 7155 - time: '2024-08-19T03:19:19.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30993 - author: DieselMohawk changes: - message: Reshaped the Security Helmet @@ -3924,3 +3917,12 @@ id: 7654 time: '2024-11-26T00:59:35.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33047 +- author: slarticodefast + changes: + - message: Added the greytide virus station event. It will bolt open all doors in + a few randomly chosen departments and unlock lockers with the corresponding + access. + type: Add + id: 7655 + time: '2024-11-26T13:50:20.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33547 From ab7221efad1c3bf272a231f324da9973e7b9e477 Mon Sep 17 00:00:00 2001 From: dylanstrategie <188926747+dylanstrategie@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:04:34 +0100 Subject: [PATCH 055/160] Added two N2 lockers to Reach (#33409) Co-authored-by: dylanstrategie <188926747+dylanstrategie@users.noreply.github.com~> --- Resources/Maps/reach.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Resources/Maps/reach.yml b/Resources/Maps/reach.yml index 9e9070b68ed..fca485b2b97 100644 --- a/Resources/Maps/reach.yml +++ b/Resources/Maps/reach.yml @@ -6038,11 +6038,6 @@ entities: - type: Transform pos: 4.5,-8.5 parent: 2 - - uid: 881 - components: - - type: Transform - pos: 5.5,-8.5 - parent: 2 - uid: 882 components: - type: Transform @@ -6058,13 +6053,25 @@ entities: - type: Transform pos: -16.5,6.5 parent: 2 -- proto: ClosetFireFilled +- proto: ClosetEmergencyN2FilledRandom entities: + - uid: 881 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 - uid: 885 components: - type: Transform pos: 11.5,13.5 parent: 2 +- proto: ClosetFireFilled + entities: + - uid: 1739 + components: + - type: Transform + pos: 12.5,11.5 + parent: 2 - proto: ClosetJanitorFilled entities: - uid: 886 From eb9540364edbe56a9b63ea7c08bc0aef80167593 Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:56:35 +0100 Subject: [PATCH 056/160] Hotfix the randomly occurring DeleteAllThenGhost test failures (#33582) * clear mindrole on component shutdown * let it go --- Content.Shared/Roles/SharedRoleSystem.cs | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/Content.Shared/Roles/SharedRoleSystem.cs b/Content.Shared/Roles/SharedRoleSystem.cs index 00271693abe..d5820ac0392 100644 --- a/Content.Shared/Roles/SharedRoleSystem.cs +++ b/Content.Shared/Roles/SharedRoleSystem.cs @@ -2,7 +2,6 @@ using Content.Shared.Administration.Logs; using Content.Shared.CCVar; using Content.Shared.Database; -using Content.Shared.GameTicking; using Content.Shared.Mind; using Content.Shared.Roles.Jobs; using Robust.Shared.Audio; @@ -20,7 +19,6 @@ public abstract class SharedRoleSystem : EntitySystem [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly IConfigurationManager _cfg = default!; [Dependency] private readonly IEntityManager _entityManager = default!; - [Dependency] private readonly SharedGameTicker _gameTicker = default!; [Dependency] private readonly IPrototypeManager _prototypes = default!; private JobRequirementOverridePrototype? _requirementOverride; @@ -28,6 +26,8 @@ public abstract class SharedRoleSystem : EntitySystem public override void Initialize() { Subs.CVar(_cfg, CCVars.GameRoleTimerOverride, SetRequirementOverride, true); + + SubscribeLocalEvent(OnComponentShutdown); } private void SetRequirementOverride(string value) @@ -209,7 +209,6 @@ public bool MindRemoveRole(Entity mind) where T : IComponent } antagonist |= roleComp.Antag | roleComp.ExclusiveAntag; - _entityManager.DeleteEntity(role); delete.Add(role); found = true; } @@ -219,7 +218,7 @@ public bool MindRemoveRole(Entity mind) where T : IComponent foreach (var role in delete) { - mind.Comp.MindRoles.Remove(role); + _entityManager.DeleteEntity(role); } if (mind.Comp.OwnedEntity != null) @@ -235,6 +234,17 @@ public bool MindRemoveRole(Entity mind) where T : IComponent return true; } + // Removing the mind role's reference on component shutdown + // to make sure the reference gets removed even if the mind role entity was deleted by outside code + private void OnComponentShutdown(Entity ent, ref ComponentShutdown args) + { + //TODO: Just ensure that the tests don't spawn unassociated mind role entities + if (ent.Comp.Mind.Comp is null) + return; + + ent.Comp.Mind.Comp.MindRoles.Remove(ent.Owner); + } + /// /// Finds and removes all mind roles of a specific type /// From c861c56a696d91fb004989c6750c1819e7d51064 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Wed, 27 Nov 2024 06:32:39 +0100 Subject: [PATCH 057/160] Fix space ambient music (#33594) --- Content.Shared/Random/Rules/GridInRange.cs | 2 +- Resources/Prototypes/audio.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Shared/Random/Rules/GridInRange.cs b/Content.Shared/Random/Rules/GridInRange.cs index 8cbbef1cdc2..dfe57b93757 100644 --- a/Content.Shared/Random/Rules/GridInRange.cs +++ b/Content.Shared/Random/Rules/GridInRange.cs @@ -34,6 +34,6 @@ public override bool Check(EntityManager entManager, EntityUid uid) return !Inverted; } - return false; + return Inverted; } } diff --git a/Resources/Prototypes/audio.yml b/Resources/Prototypes/audio.yml index 24df3239b5c..a215ee45be1 100644 --- a/Resources/Prototypes/audio.yml +++ b/Resources/Prototypes/audio.yml @@ -270,7 +270,7 @@ - !type:NearbyAccessRule access: - Engineering - range: 3 + range: 2.5 - type: rules id: NearMaintenance @@ -320,7 +320,7 @@ components: - type: Morgue range: 3 - + - type: rules id: NearSpookyFog rules: From 6187675c27bac256b59611361d06f46f614be4e9 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 27 Nov 2024 05:33:46 +0000 Subject: [PATCH 058/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 1e2be75b290..8abb9350a60 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: DieselMohawk - changes: - - message: Reshaped the Security Helmet - type: Tweak - id: 7156 - time: '2024-08-19T03:21:44.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30961 - author: EmoGarbage404 changes: - message: Increased the sell prices of most materials @@ -3926,3 +3919,10 @@ id: 7655 time: '2024-11-26T13:50:20.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33547 +- author: slarticodefast + changes: + - message: Fixed space ambient music not playing. + type: Fix + id: 7656 + time: '2024-11-27T05:32:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33594 From 8ea388b30992a70f67d9af53a7b0871636d273b4 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Wed, 27 Nov 2024 06:55:14 +0100 Subject: [PATCH 059/160] Fix windoor and high security door not showing electrocution HUD (#33551) --- .../Structures/Doors/Airlocks/highsec.yml | 6 ++++ .../Doors/Windoors/base_structurewindoors.yml | 31 +++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml index 2338b66f873..ea8b866e772 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/highsec.yml @@ -27,6 +27,11 @@ shader: unshaded - state: panel_open map: ["enum.WiresVisualLayers.MaintenancePanel"] + - state: electrified + sprite: Interface/Misc/ai_hud.rsi + shader: unshaded + visible: false + map: ["enum.ElectrifiedLayers.HUD"] - type: AnimationPlayer - type: Physics - type: Fixtures @@ -66,6 +71,7 @@ containerAccessProvider: board - type: Appearance - type: WiresVisuals + - type: ElectrocutionHUDVisuals - type: ApcPowerReceiver powerLoad: 20 - type: ExtensionCableReceiver diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml index c011d6424cc..81ef89997d8 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml @@ -43,6 +43,11 @@ map: ["enum.DoorVisualLayers.BaseEmergencyAccess"] - state: panel_open map: ["enum.WiresVisualLayers.MaintenancePanel"] + - state: electrified + sprite: Interface/Misc/ai_hud.rsi + shader: unshaded + visible: false + map: ["enum.ElectrifiedLayers.HUD"] - type: AnimationPlayer - type: ApcPowerReceiver - type: ExtensionCableReceiver @@ -138,6 +143,7 @@ type: WiresBoundUserInterface - type: Appearance - type: WiresVisuals + - type: ElectrocutionHUDVisuals - type: Airtight noAirWhenFullyAirBlocked: false airBlockedDirection: @@ -177,6 +183,11 @@ - state: panel_open map: [ "enum.WiresVisualLayers.MaintenancePanel" ] visible: false + - state: electrified + sprite: Interface/Misc/ai_hud.rsi + shader: unshaded + visible: false + map: [ "enum.ElectrifiedLayers.HUD" ] - type: Damageable damageModifierSet: RGlass - type: Destructible @@ -238,6 +249,11 @@ - state: panel_open map: [ "enum.WiresVisualLayers.MaintenancePanel" ] visible: false + - state: electrified + sprite: Interface/Misc/ai_hud.rsi + shader: unshaded + visible: false + map: [ "enum.ElectrifiedLayers.HUD" ] - type: Destructible thresholds: - trigger: @@ -294,6 +310,11 @@ - state: panel_open map: [ "enum.WiresVisualLayers.MaintenancePanel" ] visible: false + - state: electrified + sprite: Interface/Misc/ai_hud.rsi + shader: unshaded + visible: false + map: ["enum.ElectrifiedLayers.HUD"] - type: Destructible thresholds: - trigger: @@ -355,6 +376,11 @@ - state: panel_open map: [ "enum.WiresVisualLayers.MaintenancePanel" ] visible: false + - state: electrified + sprite: Interface/Misc/ai_hud.rsi + shader: unshaded + visible: false + map: [ "enum.ElectrifiedLayers.HUD" ] - type: Destructible thresholds: - trigger: @@ -411,6 +437,11 @@ - state: panel_open map: [ "enum.WiresVisualLayers.MaintenancePanel" ] visible: false + - state: electrified + sprite: Interface/Misc/ai_hud.rsi + shader: unshaded + visible: false + map: [ "enum.ElectrifiedLayers.HUD" ] - type: Destructible thresholds: - trigger: From 1b6c9e866b7cd5d616586192d5e1ea5b7be632c1 Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 27 Nov 2024 05:56:21 +0000 Subject: [PATCH 060/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8abb9350a60..24fd221c914 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,16 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Increased the sell prices of most materials - type: Tweak - - message: Increased the price of ordering material crates from cargo. - type: Tweak - - message: Decreased the amount of plasma in one plasma crate from 3 stacks to 1 - stack. - type: Tweak - id: 7157 - time: '2024-08-19T03:28:46.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30869 - author: Flareguy changes: - message: Added 2 new vox customization options for both hair & facial hair. @@ -3926,3 +3914,11 @@ id: 7656 time: '2024-11-27T05:32:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33594 +- author: slarticodefast + changes: + - message: Fixed windoors and high security doors not showing up on the AI's electrocution + HUD. + type: Fix + id: 7657 + time: '2024-11-27T05:55:15.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33551 From 56fd7cbb6f2d2422fb01790b89c0b50cf39e3dab Mon Sep 17 00:00:00 2001 From: Flareguy <78941145+Flareguy@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:49:41 -0600 Subject: [PATCH 061/160] Removes burnt tiles (#33422) remove burnt tiles --- Resources/Prototypes/Tiles/floors.yml | 17 ----------------- Resources/Prototypes/Tiles/plating.yml | 11 ----------- Resources/Prototypes/Tiles/tile_migrations.yml | 14 ++++++++++++++ Resources/Textures/Tiles/plating_burnt.png | Bin 1565 -> 0 bytes Resources/Textures/Tiles/steel_burnt.png | Bin 3689 -> 0 bytes 5 files changed, 14 insertions(+), 28 deletions(-) delete mode 100644 Resources/Textures/Tiles/plating_burnt.png delete mode 100644 Resources/Textures/Tiles/steel_burnt.png diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index c98ee6d582c..0a7d2c0af6e 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -884,23 +884,6 @@ itemDrop: FloorTileItemSteel #This should probably be made null when it becomes possible to make it such, in SS13 prying destroyed tiles wouldn't give you anything. heatCapacity: 10000 -- type: tile - id: FloorSteelBurnt - name: tiles-steel-floor - sprite: /Textures/Tiles/steel_burnt.png - variants: 2 - placementVariants: - - 1.0 - - 1.0 - baseTurf: Plating - isSubfloor: false - deconstructTools: [ Prying ] - footstepSounds: - collection: FootstepFloor - itemDrop: FloorTileItemSteel #Same case as FloorSteelDamaged, make it null when possible - heatCapacity: 10000 - - # Concrete - type: tile id: FloorConcrete diff --git a/Resources/Prototypes/Tiles/plating.yml b/Resources/Prototypes/Tiles/plating.yml index 7edb1ae784c..9627ab21f2d 100644 --- a/Resources/Prototypes/Tiles/plating.yml +++ b/Resources/Prototypes/Tiles/plating.yml @@ -25,17 +25,6 @@ friction: 0.3 heatCapacity: 10000 -- type: tile - id: PlatingBurnt - name: tiles-plating - sprite: /Textures/Tiles/plating_burnt.png - baseTurf: Lattice - isSubfloor: true - footstepSounds: - collection: FootstepPlating - friction: 0.3 - heatCapacity: 10000 - - type: tile id: PlatingAsteroid name: tiles-asteroid-plating diff --git a/Resources/Prototypes/Tiles/tile_migrations.yml b/Resources/Prototypes/Tiles/tile_migrations.yml index 7b0b9d5d767..400e4f95a0f 100644 --- a/Resources/Prototypes/Tiles/tile_migrations.yml +++ b/Resources/Prototypes/Tiles/tile_migrations.yml @@ -49,6 +49,8 @@ id: FloorAsteroidCoarseSandDug target: FloorAsteroidSandDug +# 2023-09-09 + - type: tileAlias id: FloorGlassAlt target: FloorGlass @@ -56,3 +58,15 @@ - type: tileAlias id: FloorRGlassAlt target: FloorRGlass + +# 2024-11-15 +# Burnt tiles now exist, but they don't use the tiles system. They're decals. +# There's presently no way to add decals over existing tiles, so this will have to suffice for now. + +- type: tileAlias + id: PlatingBurnt + target: PlatingDamaged + +- type: tileAlias + id: FloorSteelBurnt + target: FloorSteelDamaged \ No newline at end of file diff --git a/Resources/Textures/Tiles/plating_burnt.png b/Resources/Textures/Tiles/plating_burnt.png deleted file mode 100644 index 7c89de081eb6328dab96fc81a71e1483b8c23e1a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1565 zcmWktX;c$e6b`$BY%vRDUuGtgnaN~dNC*TB*#Hr7sUjd&R8CukL_GpZrB)HGiVGkv zC@P#vDz>1wAZUrWpn_Ftu~yKdNL5g)o&v3vjz8|b=iPJP{l53z`^siaw+06?0!buN zu-#^!NkrZ!o8&`y^RX>gh~VX#X^kf}cC(%n2j8V}$#EpoPdkD>Wc!gw-sp^^SqVy| zl0u=7$>i|xa3-0oR;#B@ok}KCX=Iv0q0neFp`oENnM^8`Vi+bCivbW63WXvVh9Foh zMu?OK*Wfq~!>~vs0zoi7K0YBK!E81=91e@wY_r+o;^IsulUA$M>kR+^0sz3{@i`n0 z8wA;GHiN;S(P$A75gZOTGBT1*r*qkC9*0BJ$t4njK)~noQK1k;RVa$WpYHMy0t^OV zxjZ^LS}Ik`<#LT&E<;fSK{N`5L?VG8C^0dSpvYpelsFz17N%9HxLmH?ZWr z+v9K?RO7gYm3s8nhc01!e+ z6jO-BxJZPGiLMd^!PFQ=OxK`PX*F7@Tn<4ZkdOlsK_U^1qGALU0)R+_fS{=CY*jX~ zMw9bw^IRlSi06}eU0w10ViL)x$Zn3CrAslUEvaSv=6L9@qFx^u&+9o@^s047d1cOh z>pb7zD^K70C)AqW())aQ^U!e1ASqw`;1%07oPYJuqvrKREW^R^%&)JO1#R5`c7@r7 zfIjiJebiU_sKBHAZM)O%0CsEs+84RYhgR~IzPBv6Hk?#kd9t$3Z*^n$vmq>~daJ9n zbz8^Z?EJ%kv#=&+!kaU#Bk-cDHhs=U_u!a-w}^k@a^RArak`-&Irc}^`OB%`oRajD z8G%omHXhq`=Sjoi`GfBANxieZP@noOdBy-|fiwqhaE#we{e^W(S$DH^kFy(^JM85g zT==wVbLOSo&bRJ`AyG%S#C-&6tOmcYNQlx~?;&%>J-xMAtI^Xa(H!R;FkjOj`3W-w)uv zZ@Kbc=Y|cP{fj1=Kc4+({-PYCY4i4&rZ; N>Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D4gN_)K~z{r)tJkU zBu5p7TXRe6ofjO07nW{;3qP@1W(t~?QOF8}$@AFY4);fKx84a2xhQy9lbPo5^uD6N-y zo`$g~vPG$3>~D|fPd@(m(c{OrH#hJ7{Qav(SKfK=)3)urwO!vUtM+A;71gtX2r^yj}^UtcdvoTgbR6=U>1G1{a)O%h-EG}~;eJU7lvzckFTKwp`k>}%l zx?GN@^UGJS?$2jZ!@0!#*=L`brt7rU!_bo)NiZ>x-IalO&n<(=?TNj=k0*UK6F}*O5KOVF+^= z+J;>9-KA~E5M=*x>ifQF`uqD6uev^+&i6MrFFEP%?zX+0&gc8{>2!B@By{n4!cnF0 zII;MvBB8Wx!h^*)TqY)m|dFZKjz_h8C z7zMZZIgpcaT$TmLseVr`3BM0v>>IM(^!$pQqU=)?ha@P|wl$?AiSmf__C1NC6lA4t z+ck4FNaP{LYeWeyTVu4<{ATc*nt-c$>B;#NyRL8R7W=k7vxxviFh`E#G6qfnPrx*Q z@4i1CPj|=Lmp89uf1l?h$yys|+O7-p;*6>LmLgN(sH4%E4Tv+e5{Y(B-nHHD_qf%K z5lcWg4~wrVwjwHkO90*Kkh44_3ga9x$jj2QR5f(dIN&JH34l@nOY9e=CEUapS*{$B z>S3N199PsrD_{&RmWBOqZ`S~dGNX_bVQi%sSde{82?H$AC_@MUjFy@(mlX<((zoFL zLaz^lO;h{>6pBpvKlv$C9Ly`$a?qP@!ptOagE>RA^XS^q* z`sU_bpXn!{#Cd5^Cf-*?LAgl}JxvtYlkzMB_*Q9UjfUz1o-S%qi**{XU=L}B0MQAi z!zk@eJVq-$FA8#`GK+RuBD`JXukkDjS^A)*=I{O|v=%%S|>v0}& zVIHIhz%G@P7}jo)+S9)=&LD0aArr_5gz(Y|E>LAraW2b=ffV4Y2oAYZF%$0Z;^>pGfFZSZN7TwJ0VWT+y`6xv5zu zZh$+f_%cy{$eSJxkq9)HiQj?w6k~@)iRP%Bi$V7 z8bkPzN? zRK}Pp-%0@98$krDB27txm9}Y~5DAUOS2H|=ks!tLGxa&b1p9S@sVvK{4u{=#SEf0& z6Gqay8+urddM{F6+CylfIiH!;@-4ect+YHehI)$tk!F=N7@K@o0m@TuHY#zKeh|7P z4=W5I2$shfw2gK(9fuWkN>~V|nl6w<$fE@OFwVsoBnsTY`ZyW4 z1n|%7nioii27udzi#QdaNP1NdyY%fig-c5@8AmfD0`;5#89g_&eVn~_I6&&K$3;nz zoX1(h=s-=9nq^s0mWRU=@+xFJ3}lW4(ty!Qhb+?Mm;Q2hysL*AEb#*EDH9eyT4Cii z00AqzGp-PL1P_mqrInvy5(Pa@BTh_-TT3k67g0)(E0dAnnx;lCSuIUrtu!j@*k|=w zncaTN)Oq#tqzQP_l2Z|_})A4vYpW6m{3uJcaPz znUPIHhcTdjP*ijTU2%6j3L!3ff|x*{(0K+YZD>azEeasb38NPGS`qS+8EJ8&ECVIw z`s19)s8xaTPBIxb?1|`vEiva%QWFN$i-^kAQU1g3nNUTZI-kNqV4HogPrWO-NkHgO zvCHTtV!&@?6dzWpKtAbsX$d~tx8J@_eaR)JKoMD6rv9+qifShz35_+wRmf{Vg$%|; zrUVR9`24CYcKcoCOuDkiGETH_o^tWa;>d{Oym)ha_uA8E2x)F-jA8+sv8jd5nZzrf zCpc)ioDm~~j|xA2bcK&B*2-e5eN&hl)b?VZh$fcnje(9T=8zWb*t|rZ)?|qiZ zUo$ z3n&kyIYIV_P{cSIh#o*zcwlNwo~L=a^_k2WP)o=VIiEGRxGeFal^vXc(t%L{KN6Je zV2KTGTH)bES5+Z{mm4%)5o9o80v9& znvf9OA{QH4e+__p@CvL9#1l0>((3rf2S&7XT$EBIh>f*@*u&!BJ4> z!gZX7s5oGYFPTIE$ONKNiE>kNv1DoBrU02saEX`o5{z)32uG87aY+7Zg!ew_z`#6n z0U!)y%*fSwn$RDcyu<);hkg}HM>=tyia|bbu|~j20kx%d1A`y^Bx)ZIB|&5vI8YOY z5kah+1!>VQ(&=QL1k&_im8TO(D~eVZHo!Es3$u({BDh_f zn9m%*C&-6fGBgBLtBOHY%LYu7B~bs&3*-z^oxa3l85MFV7O^>;YxEE7A>XWjI0BL=;214wXUZtU7 zXY6HKQE{py;nK2Tgm)<&-~)yP&Ve*KcTEZ4@Z?Fwm8Gf(nugsA%;i$#Tqd3}d z5xSh&Rsx1pL}*La1up_W4#O`kt)ggUb`lsMha~_2!%74s2%!OBJ7T2Dd`2Lgo95Wm z*onkl4`BU%zsG5rudH;2%yAc_4|*B6GZUYq5h{d&eOXonCele{@LJs0!|@!CU>1eGMa-S%*`-&Q-UP1l4rwD9a^ zw?RJ0pvz&z6hXl!$OP~}qt6Zpq%8|P!&YuZ1_Ovv*q|(7Y7&O$>z@G_$tyo7fkerj zIP;s$mVF>tk_ku<(%d|u6?&1h(8JquTW!T5XBP$~O!{!SkWz?fkP6Tr?8<>`wb|_1 z3VVC~_74Fj`GuotbSRYy0bF1RCz3rVdM$hU*H1n{?*8NNU;N;WH$*APEpfl!ZUNA? z+H7|_mSKr(f)7x25Xe_wfBn|=TkyzQb8&=!!gKtexP%J1t?G_Um@mF~&i>DzfBF5_ zU-x-I Date: Thu, 28 Nov 2024 11:08:43 +0100 Subject: [PATCH 062/160] Added Oppenhopper poster to the game. (#33588) * o7 * - * oppenhopper v2 * Update Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml * Update Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Entities/Markers/Spawners/Random/posters.yml | 1 + .../Structures/Wallmounts/Signs/posters.yml | 9 +++++++++ .../Structures/Wallmounts/posters.rsi/meta.json | 5 ++++- .../Wallmounts/posters.rsi/poster53_legit.png | Bin 0 -> 3081 bytes 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Structures/Wallmounts/posters.rsi/poster53_legit.png diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index fdfe759e0a0..5ac356573cc 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -156,4 +156,5 @@ - PosterLegitSafetyMothMeth - PosterLegitSafetyMothHardhat - PosterLegitSafetyMothSSD + - PosterLegitOppenhopper chance: 1 diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml index e9b976403c3..cf994b3e733 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml @@ -1069,6 +1069,15 @@ - type: Sprite state: poster52_legit +- type: entity + parent: PosterBase + id: PosterLegitOppenhopper + name: "Oppenhopper" + description: "A poster for a long-forgotten movie. It follows a group of tenacious greenhorns from the Grasshopper Sector as they defend against onslaughts of the infamous Nuclear Operatives. The tagline reads: \"Nuke Ops will continue until robustness improves.\"" + components: + - type: Sprite + state: poster53_legit + #maps diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json index 933f5649549..2e762f0766d 100644 --- a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from at commit https://github.com/tgstation/tgstation/commit/f01de25493e2bd2706ef9b0303cb0d7b5e3e471b. poster52_contraband, poster53_contraband and poster54_contraband taken from https://github.com/vgstation-coders/vgstation13/blob/435ed5f2a7926e91cc31abac3a0d47d7e9ad7ed4/icons/obj/posters.dmi. originmap, poster55_contraband, poster56_contraband, poster57_contraband and poster39_legit by discord brainfood#7460, poster63_contraband by discord foboscheshir_, poster52_legit by SlamBamActionman", + "copyright": "Taken from at commit https://github.com/tgstation/tgstation/commit/f01de25493e2bd2706ef9b0303cb0d7b5e3e471b. poster52_contraband, poster53_contraband and poster54_contraband taken from https://github.com/vgstation-coders/vgstation13/blob/435ed5f2a7926e91cc31abac3a0d47d7e9ad7ed4/icons/obj/posters.dmi. originmap, poster55_contraband, poster56_contraband, poster57_contraband and poster39_legit by discord brainfood#7460, poster63_contraband by discord foboscheshir_, poster52_legit by SlamBamActionman, poster53_legit and the original version by @RCOI on discord.", "size": { "x": 32, "y": 32 @@ -384,6 +384,9 @@ { "name": "poster52_legit" }, + { + "name": "poster53_legit" + }, { "name": "random_legit" }, diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster53_legit.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster53_legit.png new file mode 100644 index 0000000000000000000000000000000000000000..bedaf2c5c48bbd580a821641d0f9ef1fd1b034ba GIT binary patch literal 3081 zcmZ`*2{@En82+s>k+n>+4#_$*MqDOFvNTh6$|%*0F)}q z`HrpV$PMyxs59oz+9BR2ytJe(kC4V~?K{yRq$h`-C63*OSL=@nm^Szzq?l+L} zI8PfJK$E)`;?9-P?v%)V3Nx{;Yyg0(tV|x?98+%q;Pa$7<3YTQHJZer!HFIWcQV|U z##}`i`=Yr^8W|)i`O>I#Hrm$&w(5cAu2;+mn9`~Xc-#brx3O0;XRydh25=-C3By2? zl$4BF9-e4N3#)H%?#=|}1%ga80^#H11NYH`GgwCvx<*Du2qX%DLg{clbl84$km##J zXRE9Q`6rGAnN4C*m>`8gS6YcnbZ2lt6BulT==)g9(}VP#hsj}4S6Mtr2r`vSBhx`P zLKm)!_!SPMc>bFqo&8M?t}uv|6D|z-OBjv`lD2b|vh?NV^Q}H^qNG(`Ht2!)!2y9n zA`NwrC>@j$;(LAE^o>18XpjO@$*aPBuV+<3Gb;GAb;W;00xD%iSu~YMKWYN=)$t&E z5;;^5hOxu$M;Rm5Jbp&5S$_^_jQ9n&@k+&LS4T3NLFKGyj?qIRjaPN}$@;JQYY6-= z5kFf0i?H`%fDCRou_z=Q9VD}uEN*A5GIDEJ&Eo$({u}FG@_lp)i1{bLf6PCiez+O5 z84L7bu#P*g-ol!M|9ku`#G0Hxbmm&yuS(DDdkn-F@%IUXghFrgLPF2)MD);01LT8-n_B2TryCTjC`T(B?=Dr&WUxI$ zdNO!Bc_PEF?$|Il3_KBOcp~*yo1i2O$*#mi%tt_B@sX*}Eqh_{P&0QA=}}P7*$KjL z;iBE3h)iF8p?5XV{B>vHrDFPyOCvOibc}SNUr>`i>X)Dup83E8mph z6(=87W|xfgmnC1`{Zv2bY_m-F){*kRPA>QrnEIF2*Ui{u5kB|JzMC=P58H&^vf*vU zn{DSGD4#4-9kvNHQi^`PaMEe{qN&}e`gm*vJpF^|bz=O~jjh{SgWiZ8ihA|D_P$}j z@@=(0J|6K}w$2FngdV+j*(bX@ZLwSfkmzc?B`y%*SbP8r8(~(zb2)HAJ=zU^%|(mV zSn;aF=dbZ{nX=Hp^+CNwJBmstsFbH^b3mkuLsv&#M|{frJ@WjjfHf2{*5KqPcSNx* zK|18=3)QLWVl8!P3G9QB5!$|f$2$v(m~%(Zm6q43-H#e-+@YHmlZ$V7;vuXlq+zKC z^xUyOC}VDZkB3v@Flci{4T(yqYDFe814Ds}r&QaLfjoH)n-5~Wn!-8NWe&-uX5^vD zQ<3 z;In@9z$;i6L89sOBnC)4p2kYrsQMI!oxZq!Q*VQMfBs{ckU05JsW>ax8<}a%!voNr zkyS0T8MQ;t!{vf318a<%E{?0YoGKrK9eEy)#qKG}^bm}WYDRs55d_b4_2Uf3Mtx;B z58h^(APiy$2)X;rA~)ACnagg9=-)oQX|3KZeg~=_3SNd<;fLbIAEXj7*~P;HO(yTI zOjzp4NaZc=MNNO$BUvD*77vXs60LVH!JB;4gB}Dsbv(6fm5h>hsnysO)!Ev$--QYRXFjU-aoAdG=+Ycl6^6*T!v8Ow9ifu}KkcRQZI*GkvFq}mabhv)nrSV{^+!3!<;xcqx(eiO zKR_wIW_*omV}XpVew&{(D)W~`f1z#?Xj$*45NfBt@059p-m&2#!mERE`i+MhH5v*D zs#N#=hT+#Yh)Pyn575!>F%;vo`%F0kMQXb>Ta5}ebevr@CLs0wN-X>YmiVq|2F~Xx z+3C!OHrv)Lns1lhNyA%Vn%5kaUiLJ2|srjh}(~$!w9Xo6! zuXAuxLwfHW>AKCvE7OBBS{YS&Z;rSwya~Q#^H_@UHcp{)Dm&Wsyh+O%eft}=$>;{tm?eKlycf& za~a*p|BzHJ*`Jj2{A+>g=__w7Go;fFLo590{TCOuwC<`P_5=xF0M9>zdwXlJ!*bSX zZD1oa0G~jTqFT|jVulh@=@O$AA_E~uUhNs9MgeD3wu z6lUQ13fez)YK3hbW=*HXkGmOetlamk^wt$xd`BN9%p_QGYh!IGxkH!Y4Z(ggsGJqI zlH4peKN9^RDhEqXA6oL!Hc_D<`J%ut?ZHp4)mNC*e+AT~6JRmHA5&I-0dbbL7B_bh GLjMNP;TvxN literal 0 HcmV?d00001 From ac65c5a55d9fbed264b5171467ddd329fcf13ee9 Mon Sep 17 00:00:00 2001 From: AlexUm <159550239+AlexUm418@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:30:13 +0100 Subject: [PATCH 063/160] Fix version for electril_grill meta.json (#33611) fix fixing the version thing in meta json for electril grill textures Co-authored-by: Arthur Kustenko --- .../Textures/Structures/Machines/electric_grill.rsi/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Structures/Machines/electric_grill.rsi/meta.json b/Resources/Textures/Structures/Machines/electric_grill.rsi/meta.json index bdd57824367..fb03857371b 100644 --- a/Resources/Textures/Structures/Machines/electric_grill.rsi/meta.json +++ b/Resources/Textures/Structures/Machines/electric_grill.rsi/meta.json @@ -1,5 +1,5 @@ { - "version": 2, + "version": 1, "license": "CC0-1.0", "copyright": "Original base by deltanedas (github) for SS14. Resprited by (DISCORD)@ps3moira#9488", "size": { From de613e45f8461b277f517393723a84f0ed46e2ce Mon Sep 17 00:00:00 2001 From: Mifia Date: Thu, 28 Nov 2024 13:34:43 +0300 Subject: [PATCH 064/160] Fix gauze eyepatch flying pixel (#33564) boo --- .../Customization/gauze.rsi/gauze_lefteye_2.png | Bin 428 -> 436 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Mobs/Customization/gauze.rsi/gauze_lefteye_2.png b/Resources/Textures/Mobs/Customization/gauze.rsi/gauze_lefteye_2.png index 25f271fbaf111fba38e38f3deaaa9d3814d14d56..09433ff81c87689017950b1afa4fee96fc720b5f 100644 GIT binary patch delta 398 zcmV;90dfAU1GEE>Fn@zOe}a$ZzfbYQodB zn)P9)eP`r%4u8zaaZlLejxJi|k?OdViT{(}3EP-VJ{p^4t;DUP%V%O~0Ha3D4|`7! zneDy(F#gP}9k6r-0Dx|%ElnVm%@xc>%^%)+7i-VGzFaYe@4$TRul)WdG3{>0T71wC sGa0LNv=sRe5fKp)5fKp)5oz-Qar>L$m>Imz00000Ne4wvM6N<$g2w~7F#rGn delta 389 zcmV;00eb$l1FQp(Fn<69XF*Lt006O%3;baP00009a7bBm000id000id0mpBsWB>pG zK}keGRCr$P+A&MRKor37YuYXaCucu{Lpz9r;#?3M-27@ztvGZL3UN^o9g0JQI(8@y zPC})SN>O7u@6{_55ixCgG35V)Blm7d?%rKqhg1PTTzS^ z+~0L%^Cr?ZtA5)H?Y@XTS(!kk_@>s@H>PoIYj>p!{z<>rjfPJTUTx=~XovD8$^Rr| zwFbzM_snZBF>R?6==}I5%_Jat9fy^{a3rUpwK00000NkvXXu0mjfKC7#y From a206acc2206788e21015afcaff2d0613b87c58b5 Mon Sep 17 00:00:00 2001 From: SpaceManiac Date: Thu, 28 Nov 2024 02:38:33 -0800 Subject: [PATCH 065/160] Fix swapped uniform printer east/west sprites (#33442) Fix uniform printer sprites rotating the wrong way --- .../Machines/uniform_printer.rsi/building.png | Bin 5327 -> 6498 bytes .../Machines/uniform_printer.rsi/icon.png | Bin 2196 -> 5037 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Structures/Machines/uniform_printer.rsi/building.png b/Resources/Textures/Structures/Machines/uniform_printer.rsi/building.png index 3c29da5b751b508d9ad20f84b22981b7f16cc5a2..30ccb64d6c5e2b717906eaf9df75bef9b13ac4b1 100644 GIT binary patch literal 6498 zcmeHLdo+|=|9{4m+aX=h&1F(iG3F{`nlTDxis6+?B^fi%Fkxnz8O@{r$V!XCL2gWnU#=nB`yfGV%KMwdBgT5RzJQ$mT z{w`?Tq|tSsfwAV%*Z#Q+VWt>nqa<8$IBFT)#}87^hoJR9|EbpqQFuoj){#I0h*&(4 zjKh)fSQL&#COVM`PLK|?J6#W&4txedLmdASFPMIQ{<+eD-uZ8V{Z6jCyC2=%9VHO* zIowDXf~3c`AEbKSaI?6zapmcJGd=q~d)Q|gf9KnzTr%`LJ8{#l)t26l!-=-W^yGaf zThSS7DpTF)2mC`9SU$w-Sx^UJ;VevB|ghf+wLcdl$py&{qMVF>qMCnJvXvVZXi zs%EdbrLZ5wjzdh^Usa9&YtDRw+U{r*>y4^>%Dtgyc_%mCUu)F0_a=^$wXj>aySgAs z&}=uMB>(*6yeZ4P%Te948_bRZzm`m>(08=^p~^|8PG?9;B@J5CK)?K zk0~nJl`2b!YH2Mmn!io)VggppzFY9@keawF)=Ek{$^S!VN2#0YXyf__>oX>9N6VKt zLwZRHkAzxn`^%1zk;asm6A-pn%5x|OxV7ahuXs(77 zDH#An!D1##8WqVCk)>1{EiM_1HDZhnN^2sHpxOk2Y;)%eVHDAk=!ivoO1WF`Hm-&! zijd7A`+F=Mg8(zCO}JPrAY(8RiNsMtaO4ZaFgO<%7Yr7U!Q;`u0xjCg6Eme~o@llP zVidyz7O{j}ftbtZp){DxP=2(SYGVWRs88`l34DA$!}COAEC4<*Ql-0LWNC|ItGfuvGwK{9zG4TF8Pux4=B{?5`o%tk3>}XknywJ8TvPj)bFtsR*o! z`({baz5MKWn7A1Qs54#&K|*(66BA zJdv2mW5F6I0Pe^IILPO;VtxhTE98Q# zWJZ1+l?I9pponZNlj+RHquC@P6HUasgn~doa0DU?#&E-K+fIT>JFRn<;7jD&x zMsL(gc=PCNbQ;OkUL_Ptdnw3F*60>Q%q=im8z;aTRk6aEyf7G4kFj+9B?guVV}xPGHjL5Kj88kJVE(}gMQiX?kpX_AGElrgEyR2- zhGU#*%FciB89R&r;tBxz$0Faw?+?0u(Dhvme3$W$?D|31cQNo?#y_&_|BWugFP~E| z54;6Qz{k?u!uK`cQ_Dc$wN?Z{jEx{s&c%b(12(6$Yd;#44-F7^x* zyYr(o@8HlszOdIMOqdFcXnx)So}f3IHpeUovW$af&BofEh8%A|&g2!#mah+CMGHhp zG4Y60=Zryow|4-=8h8AVZ%fD6qA3uKdc_2OvAP{1I#!ATTuO}SMBy`0x z57TsIl@s`Hf;-(~ae(xH{yw%Z<|N5z7oGpad%Ai5urj)PIFbFc{=-i5j%+a}WsbFl zzS{5=HVAvl>KK&k_#$7=YLZSXDM0opv)+uS(5v1zvv6E=H42vy6h?h)P?d_vN?2`4 z2!F?M$TJFgQ#kDVOlC68ZqWqume;T%c}B|&kDf+jN))y+X|=*_`tb>7sJ>Whgwak} z^oHnJeV(R%Nw!Ze9Jkq0xpk=_N_Ve8tKs#5md&|VwTpd?5@Ya-3mUto-%Ca8O%U^W zk24JLO~wv1gTN*~|NV_^#u$OeR9C1zLx#Qi8?`;qe2*@Z%1C>CGGlzYHL`Wvfc{jO zvHz6){_5Eyksm#Jq7`{)kCdt>?b{QoLkb$zkveY6dfLW?9$fCw=+0g14JWWo2Wvu# z8%-T(x>mIJQ_x4i37&j}gwmG>zkC`Z|FE^hng4AUWnvQ}RCXpQZf zzuza+%JUYYw!JkB6m7b2CH6{G+)w@FAet!4)iz%-j>r71EZ*R`y4}fipv|WWe0k^< zB*`vWbe^hTZ>`Q#nEukU|oGEg>lXYW%rb*t$WwA_qggl$u9Qb*JjN~%^iY@l|Xsx)co zU;82DxyvqPWbBzPi=5-#q%%E}EN}ADREu8Ck-LA0+xf9-1lp;@D(~#02cGF+R#?iP zeqcOzAt#(v8Y%5`uCK2ShBZgxZSR{FYUq-V~YHIYU@^erRW_!PF0klZeA}RLQ3LWI!&Gp zC*(a%|B$=h@Ilj|t@jiwOHE0#x`{i+-CW#+cWd{ZVCIJmfljZSa%v#uak3h-%J{gU zMg5wxmG~j&O<0suS?dA)AiJJuM1@$2C|+!%oN<;vt2X3l>f4?5(A6pRF>oT$y4fIF zHvJ_d04?xXwoylDkh3`8Oz@JtyrMK(Oi3H%bv-J7#}sIw7)Jg3hTWo+3>lJ4LLA!o z4AIRgPCwmqq;RWS-9a7Sm%-*Witx4bgNrzbU|*w3G9Hnp!aTTL?N+H;3x!O4RAL}g zZ|1vY_z%94taan)F1E~us;8=~RW>uSEF{}vl{&$}!5;HMh76wGd55{Mh??EfH+<=^ zDp!QWLviL4#meo0A(q*ws*TTVQ~vTazvbHE@G@_$TV3WGtiv9wnR5b1TFItY%;qV! zm+qRr3TZ#*h9SLlm*ARV-#)XfExJAE@P{nDq?+2*ZWU%N!B=-%iffmRED25O< zPlU>bDh3RjF4c!5%a>SNob%nb$Gi=s*u{N1<0-{;mh#kzw`j$6su4x}%fpGC9~dpp zGnMq5y&bVv&vca&uKoMf;cB~XwSJQ;>!Lwz#1uhyPF?MF(eCEm4VK*%1|VgE>-9|K zjj5sq*7XS^ZZ)ck=tSj?l-6ym5im_?Sbe9v0&V>;Ta&U`6MV3Vx|=>Ur>DLY#Jk1D z#_mb{h_p1BuDmfYJr@~sb6Xh=dLF&}&a^mt3nhVKH-vO5yV-jvg(*ECP3hGusI#8e z9kbkZ@QygUaKV7#A4x+L1r*%d7h^f-<{{1r# zuj?FQ{Hbg%xe?fxK?#&S_+@a1V2ygPCQMXL8l7Ie8~7oN^fx@S?|VM!=-t7A&6i#M+MCyZ?CY&ASno&$=eMFZvi!vZLN@Pm?=vs? z@XO1a6XRke8giSukG(ZftGbU7yX?D;5$mSZR*fjkq>T4^F>NkSt;@RAL&m+gMZePO zW@i!-Sgxo(fwE?kmgiNm2Ut>tVC7l5XXGHS9hf7|db!Dm&M-jT}ghNVA>&i+rHO>k{=8bbX0~5I1QbiC5QQzX5sf!WuXI7o7vT z#{1vDG1Cc}Rg|QX$;$BqmFKa&g@;ZFJ0>?VR!)An%5&rX;)2uZa?ePa(ab&lR;eKf zf5{s?{;bRkmJH6jzRRY~iN)n3R!g2FG%Iwr_r2Yw|9VAm@l>Vz#3OHRsc;sU2DChT z&DqL+%jkQm#_Y?->|>Sx0)?=m``BZZiDP`F-VtSTM^JgiDVpL0YjW*n@roCvtpg9m zjajK}E=PDXjca`S^%(gq3!rKYznIwJT|W06of7r{{j+bYO9rnh)==X#V@~%mdMVp= zS4WXJV&J_&EMM_%Q@qUg&N|7Y+50=#@rnl}=X*_zEN`gguL^$8MRuB;Jw>a_NHJsF xxkkgT8n~7bw=`aMS~;9>g(lD*t>i#FV$*Fm_LIm09C){Y=$;IZ;w2%8{|mwh5pDng literal 5327 zcmZvA2{@GR_xCe~hKdncvX?a^71@Rn$r46c%C52v+1Fvl4AocmkS#KjHCdu8*~WK7 zB_>kJeBN5A)fz3=b3-np)sIp_17InTN8`#GQcb5D$!sXqHrfujHbup1g& zy$OC3000889s#XzdPFhkJVfj2ni=ZqiuwBcxT5d70Dw#~E?LuntS$7x(OfS%_5n{j z{G-`(`I9_;Pi1-AbkK5dmz?~6@+qMWZrTa43`IQQiZJJo;9q=w%2ZVdB&TK*q%x`t6klIcwI^_KdN(u?7+u2^ra>XOR6#I9X&qoG= z%W~xIb^WWrQy>EiVd$`u?QVqd4A_H&k#>% zQWw@NSyf@IW9R6(ch^(vwsbv*(oE78i`(TRb+Y@~vj__tpR1Y{MKuKjVs@{0({I1`Ipvf!twW83854$MyX^M-{U%>cIvO_)fH z&yVmujfEeVLRQCB4mNlpwx#!-mwVLwCSvYYp39%c)CxOA$c60HW~4aezFa4hRr5U5 z6GuG=)xRM?a8gp6@kVRR-p;S=JW)us(BhgXVGY}uz6;0UPXVMH(|az|)I?KrHuo~< z^fsLjJ~>|=rjuR4GO;EVGeK5$YJ`M^hZ}N#y#{MvnJ!$8q1rbE3Il{$U{jI9%yxu6 zAU;`?;CY%=>-zYFyV4>GV$G4G9>gS&u+@j(9)}aV=i(EN$Z${mgUM8Z!;>ULAT6!O z6NPYbe@{Kpz*Ul9j@jVSmofpf#Tp<|;-ZSs+^$d9_Pr{kkiyT#&FdY=r0rC@i zMD()RyFO@=yrcI!$ht({ieX8N8tdhV1Vg7r@u`+$_&q)h)J!TbfrFGtD4N+ZJ{~#k ztEwDyZtI!a3fI|$Btz|^T1C)68sB;Q=+aWpQvsYc)Np>7qLlSblV;PN>3dvHqLO|B z!Y%Qd%0cYd)@+Fg_zWSGxqv+~d}k$EjFq(W$9=E&JACSSNRJ`1?B83;hY70~t^r46 z(_U>J9BGp`WQcr&q_N$oQG>o4^(Yzg(H}D^JbHz*AmZAi%4Y-%tR;E6;ONMCFJO?lJ(0giLwo31_bJ+U&*G^ejXF}uP;Ml=qV;PZ1{_X`mQa+gz7A|t zJ^0&g=%Pd(ha+#RDa?ru0C;*oV{;OQeD(ld;YQ3~ZztAs@q@u4xf9q>7c8HUS{T>i zgOJ#J;n4l{y$(6rLhoSy#V_m$y_aZU4INkxdCLtaXM6z1Zy&+Q{QCzo7eWB8)xjYo za&pX>{R#;f=;$Rr*2jTs&^>QFwlgzm1P8QN*ScrMzb1t;iDZUaqO+sV$F(}NzTEtH z@12d~n7GKn$fZuM8J?Xo8@`UnP+0US$z@vfE%y2sigD+q?CN=T%zs-7XpJweXLq0C zr-gEbp@ayLNzyMHqKEhIGGK7wq1aZrPm!EI!l$*fq0^k=8q?&Vpq@4~yO>nYu-McF zg7KF2;UPC2GXn!Mad@uxM4^WxJJN+~CuaEebkm5cFxIK>C=LPJg^rvDwgQu-m6Ask zJUO|+pScJtj8$HOskW}72{51v{ERP4ZCY8ARP*IZr;tSf(t~J@hYPyTy_zEgwVDqM z=Ur~vKu>_y?6Fo%HXNk=#P(GD^-}x zWEfd!RXRoVGSZp(g`Q5VjAsxSy8MsjFV{s5(1Qv99}FHTD_Bwi(f5tH7A6#y-nwIK@*Q zbw1q(%Vltm;);21trf=QZl2q{9@w?+yTtKv`d)k1N$eQa{Pzve-vy-Re*VYpUH7$o z`L#1n*J)JkNvw}XL_hW|BIlJB0gX}TnFwYS(Pc2IMNpYdD!g<$X z*G<^MR9QQ5kmDrv-t5#XM(qi)m6okgsQDm_wC=Lx!QUe6tVG2I zisMe{7bfvt8nwVN4bndR^KEe9-V7h+ZunzL?-m3Yn4P+)`JSeprlqxfFb`%wFO^fF zHDSSczXDF;!kg-)8T%whYY~ywro6s|OB4P$g3_`Du4x%t0iRSQE<;s&7IuNejRq~k z%>P1)#BLYcc9X9SMK?W3H7mfz&wAN+N1B=-g;|~-ct8IO%RKnBS6~Be?Ci8@`M9ol zWd%!ji~09a{r4uzLmvCgVJ0cYLd=KCOz-?z9k7AU76b9nlWfE8O7R<|>IB&c%dAtf z5UUF8$#ezloXio!JX6_P?Lmk|y40n(3AVJh0%G>C zJcZyVX@nyBNnvdsTgr*UUxw2X9QCiAa$Loum{a&y8`khhKU zD}=6?>kDZ)NGZMOu;4+PW4TK~tI02=dvz71`Y&M9mIC=7?)i9srklSZgaU8|;hY|4;HjVZaqnXqZD+9eBbocLuQ>7^ zBUd*%ZB5D3l}rel3TX)CgWl-6p8Gwx?zs6C#bYgNoOme>4I48F#0>V?58B{OgnD~U6?1Zum5ELYm>V)xD<&o{oq0V%F+Cn%!n$jBj zWN-0cZrJCkkdv0M=sS+D_j|6YATkwy#b?liX%63XbekjempL-tQjARkgF@|D1`Ze*k+5 z*ch?9eDjfP7rBeFBhywi*DH@wp-7j(ooqxvdJ@nw!~wFH+E+pOi082=DfX9U9rg04 z;_1{uSRQC9po%9CO~s+Xwr_J&wHn$=L$e@v_3Z)!>x=TsN*Hw({1p?XF}JtgUH!+1 z%y-oZe-mHAR__8&b;Z&UxEJj{DJUyZKrX4HBCzy$qy{|g}1Fb$lTFzXqxrU96uWD;+=J0>h^`frJ>m)v2K!B17xQD6AA9Q@Xt+b6Q+EVU#ExQ_$u{hWCnu?{DZ zN|r%YXe}#|igJ#`<^Bb|f66^9ZzKx0h3zTQGp>@g~fF>RIeUu z_c(zV<4|m!71yp&>*sn(vzz;K|ClO7HqGO${HeNYFCop%&0c%$JM)@n>`>ZEv`gH1 zt$48;uH)`XqubIe*{vu0e1IYDC+holsif?>rCCe${}borv1C(WT9k9L;R#`Y8Zt-! z4NBv-oeVwr(XMRm0X74#0jium%SU6Y0`090O!;G$jEhMGsp(tKpoo2%%ILPQ&* zrR0-!RTrCqFf#0{YK!X4ft2E9HiJ{hFv+UNFA}(`>cNV{R=h2Fy7nG)=MdgfaZZq=dznq=i=?I+L4?KDO(pK zKC;(M8EeemlGD6Kr*Z&Jwgc3!Z7l zgcd~OL4q$Cw9+lF6_8DnrL|Q40@6kO$zH1K4;jA9`P0$j#E+F$VR=@z!U<1{=+mt7 zwfK+7&_z`b=Itu|yw6(-bF5;cAT#UGsmank@VddzsG|vvn^3{l=x&mYSI~8~RLrFO z$vZBSqKH7mGpHohgc4aYqc2I)4?$Xdu0XBfb^3rWDwJEMfH5_y@H#J9yemVHJ(sS8 zEoAv$&pB(^XJc$0U9 zlet$%A1kMxX2E);GZWQ$%cgL*@3VuK-z`2&-)8n;D$G+@)CHG14I z^)n0wr-0GhBCD#cn=EH;=Xzt97XyRtkId95z}NoUD4q|QTLC-*?1hcH*K9rtPeviW zzega-pt1EwpJW{aRnLA@34F3zz5e9-Z&RyIg@?5AF0zKTa3kk*oh-cWI|LMd^8Yt0 z2>4-k=^G1^X;gdP*+s+QmX*Tvl~wA6;ToSaVLv92Ur($DdPHOx!P*DkpkED}DIark z5EgW;iB%tV?i{v)b;D=M!Zd4C)-#GG;TQXVHCdZZ;X)8Rg`}uFAB6gFN)72KSG4HsX_&nP?RTy${ zO7{l#f_HM#;6irn!Q_jX8#pFo#<3P~H`t*5zdGyxBfb7YU)=72uYmrG6nN_ac`N`3 zs}p;4v5TO}s5Y+I6%{?3SegEhVbC2vqL=$>u zw039yPkwta)9Ac;U2BTs)nMD|diBAvv9WIeCPUXtI?qchXirXo1)pAz->Y31%Smaj zd(CbZ45FT%P`$J3-L^rch=wm9ba(*UCQ|e%%Uff;&yj``@EjywAxx8j?NK9)N7DAc zZm*6d`ICa7PoF!2ZAkOMpU~_~j}Z*V@K!i9)rFm$Lsyxt>8Srz1B_A zIV9DjIyd5MeZ|RaVQMSzA(n>j#hpVM?^vUr$lVloiZ5#}s{S*XsT3V7Z{ z$VK#*;wjG|m_cy0Dh{#H{rf-Sp|;NrR+ftHmJ5efsgL+!RLfF@Goot_O&XT-wQ13G zhJ#4%Wu#)+>HiTw~;Zr%!Ca@flYCkXmL(;Gxn01Z5&;n99HCjJ{{%d>u?;SIfGGF}%ev^)#kD}c>4gRkM80wi`tuYf+gblLvW}2uOHD2}Pia_?*m4V1ztO28f6)s0gC1 zuL^2KDT+lAt?sHTES0UIu7G-US>>q6y1rWxv|SaU?49s*?KyiqXZxSS`Eu|5?)Uxf zcYpW0ADOI;iVPd>JkA*aFkBt3iiT|!PbgY&&Dt3-r6Ou!S#AfiAh zR$!PyC_pfoLhPpy3V|J1v)K`hg+A?2I7R*O!eQU@_Dac?855!XYC1SLN*x@Gn9N2U zolF5>-MM0uGW>L)N6n&`l43W-IFq zn_7t@kDKotEL&BEIDMKa`$#sqB7ALEk~6CHm$jU$T)v?)Ei;NQs(+lv*V)^bCl9&QmNL?F(bHo8+SfOC?^#qocUbG%Gnj6hUzBA96iVwQ(9u*c*fwXyDb1S$l8?(c=wQl3~$of$^xi!-rr%tHL+ZXDu@t7?se3rew zcFF_vV*JSq@h|T3hu!~aD|P6qM~L0JxRrxkoDcYXJ#74}_>^ehy@>%W|MaBW|6rbc zcS_bKg5#FB@vBc;176-L-@1DTvt{MdqSrM`r=88J=3Oq8Uwm=oU*bs6B{G$q=-jFh zyjG`|muGLt%+fdCsVJYky!zeQHBdWyjjt3KIaQCO8+8?FNOSv8-F*i4utB{vRcTd>hgA!44GCqP52bgGa$%^C4G zlR8DTDzpazj+ER)hA}Dl{Is+*UYdw!G$-&exm?Z{2>C)G3N28}G6REKQG>;ch3Ljm zQ5M2Xn;66hE4>7*osy6_QFB7_Wg4B+=(@N--zfwnGwpDw)zlQwv-bdt*uVUiNvg z6eQ4klg$f~{e~q&>-x!hBQ|!%ww-~2K=(e}H>`X2ZZn2f8jV6_BvRP$)G8&HU0*>O z37S;cx;RBhWKyXJr7#>r#h92xwSIC6r6dAED3j_0m>)F&N^P((xPhQpC@; zuZc>=869*`awBL%inV_tmex}-49>ENNku|TBE@7P43o<+tlwxhWwyXfWHD_O);7Z) zivn&25{t8W3IS|-xEF=3j2g|cMq{#)+gF?WrZw<7kvM~^U{!~pebqX)w_2kDnL^MV zJ`1NYlC*Bw|FUK;58@B);gN^a7RG2^W>aYgGJaYF(Ht4B||_Uh?hNd-zL*AbKiM=_Z|f{NuL5ekoAi;750CdK67LP0NKq8`HdJsak;HKTXO z{`|K%@wXWaC^FEmTL+65tcCo(V%WnOTXufKr{^qw!xbR(`$gV~-}iLAr|X>-K@S+k7z5OCVLu z44W};F_B`jkrhedl-amyb^c0`+W=RKoEEvwyi3lWV!=`*7#Wv8~yo?5h{qxkoY=LuPiI zboln*zKw;6de5kn?x1FE=jgawH9?g-mvvUk!WWc|FB*)jHj~wVZE(N5J@=%pF!#e% z4nu^%CwBO&gZvnkL*SuCZYd|eis5jY4@WsIIU4k^$=@y0AIpb0uU3mpA7ZkS_9oUntYOu?wTKM(Z)8djBLGwa~w!X@^m`OXMMJEDH znJeVc(VGGs1`l&z>?+Ok{^a`FNn070%-q6kuill^>rGv`q?($+{QJV$vD^YrNWVmFPv^#Fo|*@n+Wdm16glj_dWYPzIR5&cV&v3@OxIQQYm^+{d5a~0d5}J>F)VY?X6Fy? z@etXN3$I34yg#!K{5aY)B)sg;M~e*YGl6-^BfxL;m{WTg)LR_H?mnQDD0}3A3j8x} zYQ&(H7ogwXF)P3Ia?A6m{4BA3#qu@jyAL<+E&1Mhsrt2hruo>ml@n_B4XxOvEc)R@ u)!i8xEfv%D5>7s!oLW%W(e+r@>L{K*d^GXEB^z;#|E|l delta 2144 zcmV-m2%q<@CzKJ883+ad0063Kao&?b0Tq8Jk$sUpNW(xJ#a~lJk&1&A#1F_&oh%d; zag-_+!9r;(wCZ4T=@&Fmh z_vh$UawY?OBJmv44U2e#cxKbmIqwq(Sy57m&xt1tx*+i**JYRAI2RlicxKQ@C+CTS z#A2b1oi9Y!xG|1K!l7cN+`oZ zm{yGx6G_^SdiaMNe}Y^xxk_NuLsAPf(!^c~E-}!T&XVxQf7+kXa;L#&*iN4iZ zPlQmxCBsho_{11AoPT{Ya(Xv>a_TgC18EUT#L*y-;X?PAWnbRCw*oV>mT!`#^?{~! zfngZ%>@#NQ!kV@j0HBpL5k?LlZyi7OE)a4jbll9W1-5O6;v!T50D!C4riBPzy*9mn z?(`pv%Levg-(a8cV?q578hU$sAg6bu#$s{Fs%+rGh4WzB1A*@kzIGs00$lv@G5`SB zwjDU8Qn?QO{R8N4DiNSq91)6@rfr5ZXD_BM0s98~fRH<2+cu0IIpm5nyC=giLJ1@# zfXHyH6&2t?W{@$sByI#ZZR~isji9D~ZFYY%vzCX-IlUXUbap;4B-y>tUu+{7CN^y& z=+`gWSN`=cRL~L>Bd7#AK{kgqf{|39TAflhf;?BM)v2H`G%!$-1v+QWeuwfl)CkIO z5fUJ1LbW;tn%1Qxo+nRz3WN~QG|g>q*KWb(%j2Q*hKGmYsqIhu=IVM*Y5g#NT!aL0 zoJQy(gfv+WN{ygt?gY!4b6Z`{0U<=X@yC0faQDG}gODcLz|y@2f#Wp%1R#Wj5`a#^ zcm&63C`%0Ho2-qIjSXie2{wX`(}3stet;X(Z@4Yx9!9751!Ua7a#D4DtjY)@!B<~z z!3_bUEo(l~=G&@+mk3Sk@`x#a{g%r5l$kfXzIUH@HQ)3RW`l@&M@NT%5CT_zf62p5 zP1E4Z)1RT*iG!G49QxGL=rZDw%D~<3E;WTtANl3H2Kjzro#mE3w!5VC=&{TmlIY7O5qf7Zi!2<22liPZEHMI(-BPOC_mf zS=f`A$g7Ap7Zm7N*1S@GiVK5FrE*#+Uskh35r91h$T$&& zQ?i^un98xRZ?MldRu(}@3E(&l4^sRyW_;X$id8|DDg61wFbtmr$kvw2KpADe_k1XYWFMvolw5k+=|MwtMG!fs(X%(iV`zo@V63gaDXFa1>VgvF-0Gw_63 zDvi7EF~{OqMsQ}_8jJSnumSpU4PC4kp|!L&kNRl6dREM3njSEZFB z!L%YitXLD$Y!^KR$rGB=i*-#-kB$L<0ED(_=sgeoK`g2Ypb0Rve=n3uVD|?duadOR6PZM=wS~@sY(DQ z;(HJhz%wFhNiVBv1L&PS5!cfIzBnqog2%s?c`79W+^*e1ad&xXAyFc*)m-{quh(GP zw(V{o`^=9|ga9g+7i1S9RA6$VoZ0jIP>YoULYlsR@^^p#01(pjaKBQyE_K5w0z|#M zkW``7H1i&-FG|OW`Uwe7hM);R2#Mrkk}`&tHSggpAx+_a_ Date: Thu, 28 Nov 2024 08:09:47 -0500 Subject: [PATCH 066/160] Makes knives fly straight when thrown (#33615) Gives knives a thrown angle --- .../Prototypes/Entities/Objects/Weapons/Melee/knife.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml index 42a78ef077e..6f0d4ebfd97 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml @@ -96,6 +96,7 @@ Slash: 12 - type: EmbeddableProjectile sound: /Audio/Weapons/star_hit.ogg + offset: -0.15,0.0 - type: LandAtCursor - type: DamageOtherOnHit damage: @@ -108,6 +109,8 @@ sprite: Objects/Weapons/Melee/combat_knife.rsi - type: DisarmMalus malus: 0.225 + - type: ThrowingAngle + angle: 225 - type: entity name: survival knife @@ -286,6 +289,7 @@ Slash: 5 - type: EmbeddableProjectile sound: /Audio/Weapons/star_hit.ogg + offset: -0.15,0.0 - type: LandAtCursor - type: DamageOtherOnHit ignoreResistances: true @@ -295,3 +299,5 @@ Piercing: 15 - type: Item sprite: Objects/Weapons/Melee/throwing_knife.rsi + - type: ThrowingAngle + angle: 225 From a790955b764b1ee0905917f99c79ff96d9a81dd3 Mon Sep 17 00:00:00 2001 From: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Date: Thu, 28 Nov 2024 05:41:01 -0800 Subject: [PATCH 067/160] Light verb is now predicted (#33622) Fix --- Content.Client/Light/HandheldLightSystem.cs | 16 ++++++++++++ .../EntitySystems/HandheldLightSystem.cs | 24 ++---------------- .../Light/SharedHandheldLightSystem.cs | 25 +++++++++++++++++++ 3 files changed, 43 insertions(+), 22 deletions(-) diff --git a/Content.Client/Light/HandheldLightSystem.cs b/Content.Client/Light/HandheldLightSystem.cs index ddd99c7c483..d25b28756f8 100644 --- a/Content.Client/Light/HandheldLightSystem.cs +++ b/Content.Client/Light/HandheldLightSystem.cs @@ -21,6 +21,22 @@ public override void Initialize() SubscribeLocalEvent(OnAppearanceChange); } + /// + /// TODO: Not properly predicted yet. Don't call this function if you want a the actual return value! + /// + public override bool TurnOff(Entity ent, bool makeNoise = true) + { + return true; + } + + /// + /// TODO: Not properly predicted yet. Don't call this function if you want a the actual return value! + /// + public override bool TurnOn(EntityUid user, Entity uid) + { + return true; + } + private void OnAppearanceChange(EntityUid uid, HandheldLightComponent? component, ref AppearanceChangeEvent args) { if (!Resolve(uid, ref component)) diff --git a/Content.Server/Light/EntitySystems/HandheldLightSystem.cs b/Content.Server/Light/EntitySystems/HandheldLightSystem.cs index a5a41bcc105..a1977d5a463 100644 --- a/Content.Server/Light/EntitySystems/HandheldLightSystem.cs +++ b/Content.Server/Light/EntitySystems/HandheldLightSystem.cs @@ -9,7 +9,6 @@ using Content.Shared.Light.Components; using Content.Shared.Rounding; using Content.Shared.Toggleable; -using Content.Shared.Verbs; using JetBrains.Annotations; using Robust.Server.GameObjects; using Robust.Shared.Audio; @@ -46,7 +45,6 @@ public override void Initialize() SubscribeLocalEvent(OnShutdown); SubscribeLocalEvent(OnExamine); - SubscribeLocalEvent>(AddToggleLightVerb); SubscribeLocalEvent(OnActivate); @@ -179,25 +177,7 @@ public override void Update(float frameTime) } } - private void AddToggleLightVerb(Entity ent, ref GetVerbsEvent args) - { - if (!args.CanAccess || !args.CanInteract || !ent.Comp.ToggleOnInteract) - return; - - var @event = args; - ActivationVerb verb = new() - { - Text = Loc.GetString("verb-common-toggle-light"), - Icon = new SpriteSpecifier.Texture(new ("/Textures/Interface/VerbIcons/light.svg.192dpi.png")), - Act = ent.Comp.Activated - ? () => TurnOff(ent) - : () => TurnOn(@event.User, ent) - }; - - args.Verbs.Add(verb); - } - - public bool TurnOff(Entity ent, bool makeNoise = true) + public override bool TurnOff(Entity ent, bool makeNoise = true) { if (!ent.Comp.Activated || !_lights.TryGetLight(ent, out var pointLightComponent)) { @@ -211,7 +191,7 @@ public bool TurnOff(Entity ent, bool makeNoise = true) return true; } - public bool TurnOn(EntityUid user, Entity uid) + public override bool TurnOn(EntityUid user, Entity uid) { var component = uid.Comp; if (component.Activated || !_lights.TryGetLight(uid, out var pointLightComponent)) diff --git a/Content.Shared/Light/SharedHandheldLightSystem.cs b/Content.Shared/Light/SharedHandheldLightSystem.cs index 9bec37a3140..74c809797b0 100644 --- a/Content.Shared/Light/SharedHandheldLightSystem.cs +++ b/Content.Shared/Light/SharedHandheldLightSystem.cs @@ -3,9 +3,11 @@ using Content.Shared.Item; using Content.Shared.Light.Components; using Content.Shared.Toggleable; +using Content.Shared.Verbs; using Robust.Shared.Audio; using Robust.Shared.Audio.Systems; using Robust.Shared.GameStates; +using Robust.Shared.Utility; namespace Content.Shared.Light; @@ -22,6 +24,8 @@ public override void Initialize() base.Initialize(); SubscribeLocalEvent(OnInit); SubscribeLocalEvent(OnHandleState); + + SubscribeLocalEvent>(AddToggleLightVerb); } private void OnInit(EntityUid uid, HandheldLightComponent component, ComponentInit args) @@ -78,4 +82,25 @@ public void UpdateVisuals(EntityUid uid, HandheldLightComponent? component = nul _appearance.SetData(uid, ToggleableLightVisuals.Enabled, component.Activated, appearance); } + + private void AddToggleLightVerb(Entity ent, ref GetVerbsEvent args) + { + if (!args.CanAccess || !args.CanInteract || !ent.Comp.ToggleOnInteract) + return; + + var @event = args; + ActivationVerb verb = new() + { + Text = Loc.GetString("verb-common-toggle-light"), + Icon = new SpriteSpecifier.Texture(new ("/Textures/Interface/VerbIcons/light.svg.192dpi.png")), + Act = ent.Comp.Activated + ? () => TurnOff(ent) + : () => TurnOn(@event.User, ent) + }; + + args.Verbs.Add(verb); + } + + public abstract bool TurnOff(Entity ent, bool makeNoise = true); + public abstract bool TurnOn(EntityUid user, Entity uid); } From 6463e7e08e7bfc585e5001c176d31e77c639d7a2 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 28 Nov 2024 13:42:10 +0000 Subject: [PATCH 068/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 24fd221c914..8a14adcdb49 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: Flareguy - changes: - - message: Added 2 new vox customization options for both hair & facial hair. - type: Add - - message: Vox Long Braids no longer incorrectly uses the Vox Afro sprite. - type: Fix - id: 7158 - time: '2024-08-19T03:32:16.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30815 - author: EmoGarbage404 changes: - message: The recycler can now be broken down and repaired. @@ -3922,3 +3913,10 @@ id: 7657 time: '2024-11-27T05:55:15.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33551 +- author: Beck Thompson + changes: + - message: Handheld light verbs are now predicted! + type: Fix + id: 7658 + time: '2024-11-28T13:41:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33622 From 4a21ed87db76a3c3786657dd80d7095e57eafe46 Mon Sep 17 00:00:00 2001 From: Nikolai Korolev Date: Thu, 28 Nov 2024 19:13:26 +0000 Subject: [PATCH 069/160] Update `Content.PatreonParser` to use `net8.0` `TargetFramework` (#33559) Update Content.PatreonParse to use net8.0 targetframework --- Content.PatreonParser/Content.PatreonParser.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.PatreonParser/Content.PatreonParser.csproj b/Content.PatreonParser/Content.PatreonParser.csproj index 3206ad42e9d..ec259e6f1dc 100644 --- a/Content.PatreonParser/Content.PatreonParser.csproj +++ b/Content.PatreonParser/Content.PatreonParser.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable true From b53c8ea60eb0cfa4ef6cf22a5ed316a8ec6dc503 Mon Sep 17 00:00:00 2001 From: Myra Date: Thu, 28 Nov 2024 20:54:01 +0000 Subject: [PATCH 070/160] Approval labeler fix electric boogaloo (#33633) Nik told me to not name this "nya" --- .github/workflows/labeler-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler-review.yml b/.github/workflows/labeler-review.yml index a0341e42a18..0adfee7d0e5 100644 --- a/.github/workflows/labeler-review.yml +++ b/.github/workflows/labeler-review.yml @@ -16,7 +16,7 @@ jobs: with: username: ${{ github.actor }} team: "content-maintainers,junior-maintainers" - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GITHUB_TOKEN: ${{ secrets.LABELER_PAT }} - if: ${{ steps.checkUserMember.outputs.isTeamMember == 'true' }} uses: actions-ecosystem/action-add-labels@v1 with: From 93bdd813c481ad8e6b42e1fb4d262af2c113e095 Mon Sep 17 00:00:00 2001 From: Alpha-Two <92269094+Alpha-Two@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:54:46 +0000 Subject: [PATCH 071/160] Fix gender, maybe (#33631) Co-authored-by: Alpha-Two --- .../Locale/en-US/preferences/humanoid-character-profile.ftl | 3 ++- .../Locale/en-US/preferences/ui/humanoid-profile-editor.ftl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Locale/en-US/preferences/humanoid-character-profile.ftl b/Resources/Locale/en-US/preferences/humanoid-character-profile.ftl index 800da35ba52..2d0b8ebcddc 100644 --- a/Resources/Locale/en-US/preferences/humanoid-character-profile.ftl +++ b/Resources/Locale/en-US/preferences/humanoid-character-profile.ftl @@ -5,5 +5,6 @@ humanoid-character-profile-summary = This is {$name}. {$gender -> [male] He is [female] She is - *[other] They are + [epicene] They are + *[other] It is } {$age} years old. \ No newline at end of file diff --git a/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl b/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl index 04ea0d9d51f..b2b66ebeb7a 100644 --- a/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl +++ b/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl @@ -15,7 +15,7 @@ humanoid-profile-editor-pronouns-label = Pronouns: humanoid-profile-editor-pronouns-male-text = He / Him humanoid-profile-editor-pronouns-female-text = She / Her humanoid-profile-editor-pronouns-epicene-text = They / Them -humanoid-profile-editor-pronouns-neuter-text = It / It +humanoid-profile-editor-pronouns-neuter-text = It / Its humanoid-profile-editor-import-button = Import humanoid-profile-editor-export-button = Export humanoid-profile-editor-export-image-button = Export image From 360f6982f433ca45bc6997301ef06a0f1477c9cc Mon Sep 17 00:00:00 2001 From: "Alice \"Arimah\" Heurlin" <30327355+arimah@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:14:14 +0100 Subject: [PATCH 072/160] Display GPS coordinates on their own line (#33625) --- Resources/Locale/en-US/GPS/handheld-gps.ftl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/GPS/handheld-gps.ftl b/Resources/Locale/en-US/GPS/handheld-gps.ftl index e852f808323..b265bd1249b 100644 --- a/Resources/Locale/en-US/GPS/handheld-gps.ftl +++ b/Resources/Locale/en-US/GPS/handheld-gps.ftl @@ -1 +1,3 @@ -handheld-gps-coordinates-title = Coords: {$coordinates} +handheld-gps-coordinates-title = + Coords: + {$coordinates} From 2e340578ff38647a8f62e78e778527d13747e0f7 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 29 Nov 2024 08:15:22 +0000 Subject: [PATCH 073/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8a14adcdb49..78b2f64e562 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,20 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: The recycler can now be broken down and repaired. - type: Add - - message: Breaking the recycler now removes the EMAG effect. - type: Add - - message: The material-reclaiming efficiency of the recycler has been increased. - type: Tweak - - message: Fixed a bug where inaccessible solutions could be extracted from entities - via the recycler. - type: Fix - - message: Removed the material reclaimer. - type: Remove - id: 7159 - time: '2024-08-19T03:39:00.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30802 - author: lzk228 changes: - message: Cheese wheel now Normal sized and slices in 4 slices instead of 3. @@ -3920,3 +3904,10 @@ id: 7658 time: '2024-11-28T13:41:01.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33622 +- author: arimah + changes: + - message: GPS coordinates are now more readable. + type: Tweak + id: 7659 + time: '2024-11-29T08:14:14.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33625 From 422d1a9d32a10fd302b7bf0b6193599e43c8d066 Mon Sep 17 00:00:00 2001 From: Myra Date: Fri, 29 Nov 2024 09:27:14 +0000 Subject: [PATCH 074/160] Remove grasshopper from the panic bunker message (#33638) Can be retargetted to stable if preferred, which will then be a hotfix --- Resources/ConfigPresets/WizardsDen/wizardsDen.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml index 28bab5d4c76..2efa9ef23cb 100644 --- a/Resources/ConfigPresets/WizardsDen/wizardsDen.toml +++ b/Resources/ConfigPresets/WizardsDen/wizardsDen.toml @@ -9,7 +9,7 @@ panic_bunker.enabled = true panic_bunker.disable_with_admins = true panic_bunker.enable_without_admins = true panic_bunker.show_reason = true -panic_bunker.custom_reason = "You have not played on a Wizard's Den server long enough to connect to this server. Please play on Wizard's Den Lizard or Farm Grass Hopper until you have more playtime." +panic_bunker.custom_reason = "You have not played on a Wizard's Den server long enough to connect to this server. Please play on Wizard's Den Lizard until you have more playtime." [infolinks] bug_report = "https://github.com/space-wizards/space-station-14/issues/new/choose" From 3ad227a9043897cff342cbec427bac992eebe6c9 Mon Sep 17 00:00:00 2001 From: DrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com> Date: Fri, 29 Nov 2024 01:46:24 -0800 Subject: [PATCH 075/160] Add admin log for ghost warping (#33636) --- Content.Server/Ghost/GhostSystem.cs | 7 +++++-- Content.Shared.Database/LogType.cs | 6 +++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Content.Server/Ghost/GhostSystem.cs b/Content.Server/Ghost/GhostSystem.cs index 2f4269a05d0..77cf813b56b 100644 --- a/Content.Server/Ghost/GhostSystem.cs +++ b/Content.Server/Ghost/GhostSystem.cs @@ -1,3 +1,5 @@ +using System.Linq; +using System.Numerics; using Content.Server.Administration.Logs; using Content.Server.Chat.Managers; using Content.Server.GameTicking; @@ -32,14 +34,13 @@ using Robust.Shared.Player; using Robust.Shared.Prototypes; using Robust.Shared.Timing; -using System.Linq; -using System.Numerics; namespace Content.Server.Ghost { public sealed class GhostSystem : SharedGhostSystem { [Dependency] private readonly SharedActionsSystem _actions = default!; + [Dependency] private readonly IAdminLogManager _adminLog = default!; [Dependency] private readonly SharedEyeSystem _eye = default!; [Dependency] private readonly FollowerSystem _followerSystem = default!; [Dependency] private readonly IGameTiming _gameTiming = default!; @@ -323,6 +324,8 @@ private void OnGhostnadoRequest(GhostnadoRequestEvent msg, EntitySessionEventArg private void WarpTo(EntityUid uid, EntityUid target) { + _adminLog.Add(LogType.GhostWarp, $"{ToPrettyString(uid)} ghost warped to {ToPrettyString(target)}"); + if ((TryComp(target, out WarpPointComponent? warp) && warp.Follow) || HasComp(target)) { _followerSystem.StartFollowingEntity(uid, target); diff --git a/Content.Shared.Database/LogType.cs b/Content.Shared.Database/LogType.cs index 5fedf3c7d4b..91887addeab 100644 --- a/Content.Shared.Database/LogType.cs +++ b/Content.Shared.Database/LogType.cs @@ -115,10 +115,14 @@ public enum LogType /// Storage & entity-storage related interactions /// Storage = 93, - + /// /// A player got hit by an explosion and was dealt damage. /// ExplosionHit = 94, + /// + /// A ghost warped to an entity through the ghost warp menu. + /// + GhostWarp = 95, } From bbdadd71441c7a7de5b1b25f35ad515381fdc22a Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 29 Nov 2024 09:47:31 +0000 Subject: [PATCH 076/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 78b2f64e562..396205ef3df 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: lzk228 - changes: - - message: Cheese wheel now Normal sized and slices in 4 slices instead of 3. - type: Tweak - id: 7160 - time: '2024-08-19T07:54:35.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31168 - author: Beck Thompson changes: - message: Slightly increased the price of the seed restock. @@ -3911,3 +3904,10 @@ id: 7659 time: '2024-11-29T08:14:14.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33625 +- author: DrSmugleaf + changes: + - message: Added admin log for ghost warping. + type: Add + id: 7660 + time: '2024-11-29T09:46:24.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33636 From 87d6b0b79b8ef39231ad1e1d23ce82af80c47cb7 Mon Sep 17 00:00:00 2001 From: MossyGreySlope Date: Fri, 29 Nov 2024 22:51:15 +1000 Subject: [PATCH 077/160] Rename nitrogen internals crate (#33545) * rename nitrogen internals crate * nitrogen internals crate description * migrate CrateNitrogenInternals ID --- Resources/Prototypes/Catalog/Cargo/cargo_emergency.yml | 2 +- Resources/Prototypes/Catalog/Fills/Crates/emergency.yml | 6 +++--- Resources/migration.yml | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_emergency.yml b/Resources/Prototypes/Catalog/Cargo/cargo_emergency.yml index 8d28a79001e..91ffcf772fa 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_emergency.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_emergency.yml @@ -63,7 +63,7 @@ icon: sprite: Objects/Tanks/red.rsi state: icon - product: CrateSlimepersonLifeSupport + product: CrateNitrogenInternals cost: 350 category: cargoproduct-category-name-emergency group: market diff --git a/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml b/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml index 7e1fb8f98b2..716d5a07be8 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml @@ -73,10 +73,10 @@ amount: 6 - type: entity - id: CrateSlimepersonLifeSupport + id: CrateNitrogenInternals parent: CrateInternals - name: slimeperson life support crate - description: Contains four breath masks and four large nitrogen tanks. + name: internals crate (nitrogen) + description: Contains four breath masks and four large nitrogen tanks. Intended for Slimepeople and Vox. components: - type: StorageFill contents: diff --git a/Resources/migration.yml b/Resources/migration.yml index ab3193e4c92..7b6a397cec8 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -478,5 +478,9 @@ TorsoBorgJanitor: TorsoBorg # 2024-11-17 PresentRandomAsh: PresentRandomCoal + # 2024-11-19 CrateCrewMonitoringBoards: CrateCrewMonitoring + +# 2024-11-25 +CrateSlimepersonLifeSupport: CrateNitrogenInternals From f99331aa009838167b3af2bf1dab2ec7e5652192 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 29 Nov 2024 12:52:21 +0000 Subject: [PATCH 078/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 396205ef3df..2b7a8789771 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Beck Thompson - changes: - - message: Slightly increased the price of the seed restock. - type: Tweak - id: 7161 - time: '2024-08-19T10:33:41.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31185 - author: Boaz1111 changes: - message: The HoS has been given a new experimental weapon:An energy shotgun with @@ -3911,3 +3904,10 @@ id: 7660 time: '2024-11-29T09:46:24.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33636 +- author: MossyGreySlope + changes: + - message: Rename the "slimeperson life support crate" to "internals crate (nitrogen)". + type: Tweak + id: 7661 + time: '2024-11-29T12:51:15.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33545 From 6c86d7b32bc937c831474ccd0eeabfc6ab9d8c7e Mon Sep 17 00:00:00 2001 From: MilenVolf <63782763+MilenVolf@users.noreply.github.com> Date: Sat, 30 Nov 2024 04:33:29 +0300 Subject: [PATCH 079/160] Cleanup some Client atmos systems (#33634) * Cleanup `ScrubberControl.xaml.cs` * Minor cleanups * Another pile of minor cleanups * Apply requested changes * Rename "which" into "bound". Add whitespace after "if" --- .../Components/PipeColorVisualsComponent.cs | 6 +--- .../Consoles/AtmosAlarmEntryContainer.xaml | 3 +- .../Consoles/AtmosAlarmEntryContainer.xaml.cs | 11 +++---- .../AtmosAlertsComputerBoundUserInterface.cs | 5 --- .../Consoles/AtmosAlertsComputerWindow.xaml | 1 - .../AtmosPipeAppearanceSystem.cs | 7 ++-- .../Monitor/AtmosAlarmableVisualsSystem.cs | 9 ++--- .../Monitor/UI/AirAlarmBoundUserInterface.cs | 7 ++-- .../Atmos/Monitor/UI/AirAlarmWindow.xaml.cs | 21 +++++------- .../Monitor/UI/Widgets/PumpControl.xaml.cs | 8 ++--- .../UI/Widgets/ScrubberControl.xaml.cs | 10 ++---- .../Monitor/UI/Widgets/SensorInfo.xaml.cs | 13 +++++--- .../UI/Widgets/ThresholdBoundControl.xaml.cs | 3 -- .../UI/Widgets/ThresholdControl.xaml.cs | 33 +++++++++++-------- .../Atmos/Overlays/AtmosDebugOverlay.cs | 26 ++++++++------- 15 files changed, 68 insertions(+), 95 deletions(-) diff --git a/Content.Client/Atmos/Components/PipeColorVisualsComponent.cs b/Content.Client/Atmos/Components/PipeColorVisualsComponent.cs index 355b10cb4a4..9b24b1adc25 100644 --- a/Content.Client/Atmos/Components/PipeColorVisualsComponent.cs +++ b/Content.Client/Atmos/Components/PipeColorVisualsComponent.cs @@ -1,8 +1,4 @@ -using Robust.Shared.GameObjects; - namespace Content.Client.Atmos.Components; [RegisterComponent] -public sealed partial class PipeColorVisualsComponent : Component -{ -} +public sealed partial class PipeColorVisualsComponent : Component; diff --git a/Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml b/Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml index 6bdfb3989f9..3dbe14e6b6d 100644 --- a/Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml +++ b/Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml @@ -1,6 +1,5 @@ @@ -62,7 +61,7 @@ - + diff --git a/Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml.cs b/Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml.cs index 79bb66560e3..e533ef2dce0 100644 --- a/Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml.cs +++ b/Content.Client/Atmos/Consoles/AtmosAlarmEntryContainer.xaml.cs @@ -136,8 +136,9 @@ public void UpdateEntry(AtmosAlertsComputerEntry entry, bool isFocus, AtmosAlert GasGridContainer.RemoveAllChildren(); var gasData = focusData.Value.GasData.Where(g => g.Key != Gas.Oxygen); + var keyValuePairs = gasData.ToList(); - if (gasData.Count() == 0) + if (keyValuePairs.Count == 0) { // No other gases var gasLabel = new Label() @@ -158,13 +159,11 @@ public void UpdateEntry(AtmosAlertsComputerEntry entry, bool isFocus, AtmosAlert else { // Add an entry for each gas - foreach ((var gas, (var mol, var percent, var alert)) in gasData) + foreach ((var gas, (var mol, var percent, var alert)) in keyValuePairs) { - var gasPercent = (FixedPoint2)0f; - gasPercent = percent * 100f; + FixedPoint2 gasPercent = percent * 100f; - if (!_gasShorthands.TryGetValue(gas, out var gasShorthand)) - gasShorthand = "X"; + var gasShorthand = _gasShorthands.GetValueOrDefault(gas, "X"); var gasLabel = new Label() { diff --git a/Content.Client/Atmos/Consoles/AtmosAlertsComputerBoundUserInterface.cs b/Content.Client/Atmos/Consoles/AtmosAlertsComputerBoundUserInterface.cs index 08cae979b9b..6f0e7f80da1 100644 --- a/Content.Client/Atmos/Consoles/AtmosAlertsComputerBoundUserInterface.cs +++ b/Content.Client/Atmos/Consoles/AtmosAlertsComputerBoundUserInterface.cs @@ -14,8 +14,6 @@ protected override void Open() _menu = new AtmosAlertsComputerWindow(this, Owner); _menu.OpenCentered(); _menu.OnClose += Close; - - EntMan.TryGetComponent(Owner, out var xform); } protected override void UpdateState(BoundUserInterfaceState state) @@ -24,9 +22,6 @@ protected override void UpdateState(BoundUserInterfaceState state) var castState = (AtmosAlertsComputerBoundInterfaceState) state; - if (castState == null) - return; - EntMan.TryGetComponent(Owner, out var xform); _menu?.UpdateUI(xform?.Coordinates, castState.AirAlarms, castState.FireAlarms, castState.FocusData); } diff --git a/Content.Client/Atmos/Consoles/AtmosAlertsComputerWindow.xaml b/Content.Client/Atmos/Consoles/AtmosAlertsComputerWindow.xaml index 8824a776ee6..e5ede1b92e3 100644 --- a/Content.Client/Atmos/Consoles/AtmosAlertsComputerWindow.xaml +++ b/Content.Client/Atmos/Consoles/AtmosAlertsComputerWindow.xaml @@ -1,7 +1,6 @@ (OnInit); - SubscribeLocalEvent(OnAppearanceChanged, after: new[] { typeof(SubFloorHideSystem) }); + SubscribeLocalEvent(OnAppearanceChanged, after: [typeof(SubFloorHideSystem)]); } private void OnInit(EntityUid uid, PipeAppearanceComponent component, ComponentInit args) @@ -84,7 +82,8 @@ private void OnAppearanceChanged(EntityUid uid, PipeAppearanceComponent componen layer.Visible &= visible; - if (!visible) continue; + if (!visible) + continue; layer.Color = color; } diff --git a/Content.Client/Atmos/Monitor/AtmosAlarmableVisualsSystem.cs b/Content.Client/Atmos/Monitor/AtmosAlarmableVisualsSystem.cs index 019f25f376b..18ca2234752 100644 --- a/Content.Client/Atmos/Monitor/AtmosAlarmableVisualsSystem.cs +++ b/Content.Client/Atmos/Monitor/AtmosAlarmableVisualsSystem.cs @@ -1,12 +1,7 @@ -using System.Collections.Generic; using Content.Shared.Atmos.Monitor; using Content.Shared.Power; using Robust.Client.GameObjects; using Robust.Client.Graphics; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Maths; -using Robust.Shared.Serialization.Manager.Attributes; namespace Content.Client.Atmos.Monitor; @@ -27,7 +22,7 @@ protected override void OnAppearanceChange(EntityUid uid, AtmosAlarmableVisualsC { foreach (var visLayer in component.HideOnDepowered) { - if (args.Sprite.LayerMapTryGet(visLayer, out int powerVisibilityLayer)) + if (args.Sprite.LayerMapTryGet(visLayer, out var powerVisibilityLayer)) args.Sprite.LayerSetVisible(powerVisibilityLayer, powered); } } @@ -36,7 +31,7 @@ protected override void OnAppearanceChange(EntityUid uid, AtmosAlarmableVisualsC { foreach (var (setLayer, powerState) in component.SetOnDepowered) { - if (args.Sprite.LayerMapTryGet(setLayer, out int setStateLayer)) + if (args.Sprite.LayerMapTryGet(setLayer, out var setStateLayer)) args.Sprite.LayerSetState(setStateLayer, new RSI.StateId(powerState)); } } diff --git a/Content.Client/Atmos/Monitor/UI/AirAlarmBoundUserInterface.cs b/Content.Client/Atmos/Monitor/UI/AirAlarmBoundUserInterface.cs index d9e94e373b4..650f96eec97 100644 --- a/Content.Client/Atmos/Monitor/UI/AirAlarmBoundUserInterface.cs +++ b/Content.Client/Atmos/Monitor/UI/AirAlarmBoundUserInterface.cs @@ -1,11 +1,7 @@ using Content.Shared.Atmos; using Content.Shared.Atmos.Monitor; using Content.Shared.Atmos.Monitor.Components; -using Robust.Client.GameObjects; using Robust.Client.UserInterface; -using Robust.Shared.GameObjects; -using Robust.Shared.IoC; -using Robust.Shared.Log; namespace Content.Client.Atmos.Monitor.UI; @@ -78,6 +74,7 @@ protected override void Dispose(bool disposing) { base.Dispose(disposing); - if (disposing) _window?.Dispose(); + if (disposing) + _window?.Dispose(); } } diff --git a/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml.cs b/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml.cs index e1425ac491b..65164983865 100644 --- a/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml.cs +++ b/Content.Client/Atmos/Monitor/UI/AirAlarmWindow.xaml.cs @@ -8,7 +8,6 @@ using Content.Shared.Atmos.Piping.Unary.Components; using Content.Shared.Temperature; using Robust.Client.AutoGenerated; -using Robust.Client.GameObjects; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; @@ -59,7 +58,7 @@ public AirAlarmWindow() AirAlarmMode.Fill => "air-alarm-ui-mode-fill", AirAlarmMode.Panic => "air-alarm-ui-mode-panic", AirAlarmMode.None => "air-alarm-ui-mode-none", - _ => "error" + _ => "error", }; _modes.AddItem(Loc.GetString(text)); } @@ -70,7 +69,7 @@ public AirAlarmWindow() AirAlarmModeChanged!.Invoke((AirAlarmMode) args.Id); }; - _autoMode.OnToggled += args => + _autoMode.OnToggled += _ => { AutoModeChanged!.Invoke(_autoMode.Pressed); }; @@ -176,22 +175,18 @@ public void UpdateDeviceData(string addr, IAtmosDeviceData device) public static Color ColorForThreshold(float amount, AtmosAlarmThreshold threshold) { - threshold.CheckThreshold(amount, out AtmosAlarmType curAlarm); + threshold.CheckThreshold(amount, out var curAlarm); return ColorForAlarm(curAlarm); } public static Color ColorForAlarm(AtmosAlarmType curAlarm) { - if(curAlarm == AtmosAlarmType.Danger) + return curAlarm switch { - return StyleNano.DangerousRedFore; - } - else if(curAlarm == AtmosAlarmType.Warning) - { - return StyleNano.ConcerningOrangeFore; - } - - return StyleNano.GoodGreenFore; + AtmosAlarmType.Danger => StyleNano.DangerousRedFore, + AtmosAlarmType.Warning => StyleNano.ConcerningOrangeFore, + _ => StyleNano.GoodGreenFore, + }; } diff --git a/Content.Client/Atmos/Monitor/UI/Widgets/PumpControl.xaml.cs b/Content.Client/Atmos/Monitor/UI/Widgets/PumpControl.xaml.cs index 17b03b84684..2cd51d6fc7f 100644 --- a/Content.Client/Atmos/Monitor/UI/Widgets/PumpControl.xaml.cs +++ b/Content.Client/Atmos/Monitor/UI/Widgets/PumpControl.xaml.cs @@ -1,12 +1,8 @@ -using System; -using Content.Shared.Atmos.Monitor; using Content.Shared.Atmos.Monitor.Components; using Content.Shared.Atmos.Piping.Unary.Components; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; -using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; -using Robust.Shared.Localization; namespace Content.Client.Atmos.Monitor.UI.Widgets; @@ -25,7 +21,7 @@ public sealed partial class PumpControl : BoxContainer private OptionButton _pressureCheck => CPressureCheck; private FloatSpinBox _externalBound => CExternalBound; private FloatSpinBox _internalBound => CInternalBound; - private Button _copySettings => CCopySettings; + private Button _copySettings => CCopySettings; public PumpControl(GasVentPumpData data, string address) { @@ -86,7 +82,7 @@ public PumpControl(GasVentPumpData data, string address) _data.PressureChecks = (VentPressureBound) args.Id; PumpDataChanged?.Invoke(_address, _data); }; - + _copySettings.OnPressed += _ => { PumpDataCopied?.Invoke(_data); diff --git a/Content.Client/Atmos/Monitor/UI/Widgets/ScrubberControl.xaml.cs b/Content.Client/Atmos/Monitor/UI/Widgets/ScrubberControl.xaml.cs index f2241bcd8da..c16ff688c93 100644 --- a/Content.Client/Atmos/Monitor/UI/Widgets/ScrubberControl.xaml.cs +++ b/Content.Client/Atmos/Monitor/UI/Widgets/ScrubberControl.xaml.cs @@ -1,15 +1,9 @@ -using System; -using System.Collections.Generic; -using System.Linq; using Content.Shared.Atmos; -using Content.Shared.Atmos.Monitor; using Content.Shared.Atmos.Monitor.Components; using Content.Shared.Atmos.Piping.Unary.Components; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; -using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; -using Robust.Shared.Localization; namespace Content.Client.Atmos.Monitor.UI.Widgets; @@ -27,7 +21,7 @@ public sealed partial class ScrubberControl : BoxContainer private OptionButton _pumpDirection => CPumpDirection; private FloatSpinBox _volumeRate => CVolumeRate; private CheckBox _wideNet => CWideNet; - private Button _copySettings => CCopySettings; + private Button _copySettings => CCopySettings; private GridContainer _gases => CGasContainer; private Dictionary _gasControls = new(); @@ -77,7 +71,7 @@ public ScrubberControl(GasVentScrubberData data, string address) _data.PumpDirection = (ScrubberPumpDirection) args.Id; ScrubberDataChanged?.Invoke(_address, _data); }; - + _copySettings.OnPressed += _ => { ScrubberDataCopied?.Invoke(_data); diff --git a/Content.Client/Atmos/Monitor/UI/Widgets/SensorInfo.xaml.cs b/Content.Client/Atmos/Monitor/UI/Widgets/SensorInfo.xaml.cs index da602cd7479..9e60b6cea62 100644 --- a/Content.Client/Atmos/Monitor/UI/Widgets/SensorInfo.xaml.cs +++ b/Content.Client/Atmos/Monitor/UI/Widgets/SensorInfo.xaml.cs @@ -43,7 +43,8 @@ public SensorInfo(AtmosSensorData data, string address) var label = new RichTextLabel(); var fractionGas = amount / data.TotalMoles; - label.SetMarkup(Loc.GetString("air-alarm-ui-gases-indicator", ("gas", $"{gas}"), + label.SetMarkup(Loc.GetString("air-alarm-ui-gases-indicator", + ("gas", $"{gas}"), ("color", AirAlarmWindow.ColorForThreshold(fractionGas, data.GasThresholds[gas])), ("amount", $"{amount:0.####}"), ("percentage", $"{(100 * fractionGas):0.##}"))); @@ -53,9 +54,9 @@ public SensorInfo(AtmosSensorData data, string address) var threshold = data.GasThresholds[gas]; var gasThresholdControl = new ThresholdControl(Loc.GetString($"air-alarm-ui-thresholds-gas-title", ("gas", $"{gas}")), threshold, AtmosMonitorThresholdType.Gas, gas, 100); gasThresholdControl.Margin = new Thickness(20, 2, 2, 2); - gasThresholdControl.ThresholdDataChanged += (type, threshold, arg3) => + gasThresholdControl.ThresholdDataChanged += (type, alarmThreshold, arg3) => { - OnThresholdUpdate!(_address, type, threshold, arg3); + OnThresholdUpdate!(_address, type, alarmThreshold, arg3); }; _gasThresholds.Add(gas, gasThresholdControl); @@ -64,7 +65,8 @@ public SensorInfo(AtmosSensorData data, string address) _pressureThreshold = new ThresholdControl(Loc.GetString("air-alarm-ui-thresholds-pressure-title"), data.PressureThreshold, AtmosMonitorThresholdType.Pressure); PressureThresholdContainer.AddChild(_pressureThreshold); - _temperatureThreshold = new ThresholdControl(Loc.GetString("air-alarm-ui-thresholds-temperature-title"), data.TemperatureThreshold, + _temperatureThreshold = new ThresholdControl(Loc.GetString("air-alarm-ui-thresholds-temperature-title"), + data.TemperatureThreshold, AtmosMonitorThresholdType.Temperature); TemperatureThresholdContainer.AddChild(_temperatureThreshold); @@ -103,7 +105,8 @@ public void ChangeData(AtmosSensorData data) } var fractionGas = amount / data.TotalMoles; - label.SetMarkup(Loc.GetString("air-alarm-ui-gases-indicator", ("gas", $"{gas}"), + label.SetMarkup(Loc.GetString("air-alarm-ui-gases-indicator", + ("gas", $"{gas}"), ("color", AirAlarmWindow.ColorForThreshold(fractionGas, data.GasThresholds[gas])), ("amount", $"{amount:0.####}"), ("percentage", $"{(100 * fractionGas):0.##}"))); diff --git a/Content.Client/Atmos/Monitor/UI/Widgets/ThresholdBoundControl.xaml.cs b/Content.Client/Atmos/Monitor/UI/Widgets/ThresholdBoundControl.xaml.cs index 3612d84de4c..55f7c008987 100644 --- a/Content.Client/Atmos/Monitor/UI/Widgets/ThresholdBoundControl.xaml.cs +++ b/Content.Client/Atmos/Monitor/UI/Widgets/ThresholdBoundControl.xaml.cs @@ -1,7 +1,4 @@ -using Content.Client.Message; -using Content.Shared.Atmos; using Content.Shared.Atmos.Monitor; -using Content.Shared.Temperature; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; diff --git a/Content.Client/Atmos/Monitor/UI/Widgets/ThresholdControl.xaml.cs b/Content.Client/Atmos/Monitor/UI/Widgets/ThresholdControl.xaml.cs index 78c73fa573a..651620f3e25 100644 --- a/Content.Client/Atmos/Monitor/UI/Widgets/ThresholdControl.xaml.cs +++ b/Content.Client/Atmos/Monitor/UI/Widgets/ThresholdControl.xaml.cs @@ -1,12 +1,8 @@ -using System; using Content.Shared.Atmos; using Content.Shared.Atmos.Monitor; -using Content.Shared.Atmos.Monitor.Components; using Robust.Client.AutoGenerated; using Robust.Client.UserInterface.Controls; -using Robust.Client.UserInterface.CustomControls; using Robust.Client.UserInterface.XAML; -using Robust.Shared.Localization; // holy FUCK // this technically works because some of this you can *not* do in XAML but holy FUCK @@ -115,29 +111,38 @@ public ThresholdControl(string name, AtmosAlarmThreshold threshold, AtmosMonitor _enabled.Pressed = !_threshold.Ignore; } - private String LabelForBound(string boundType) //, DebugMessage)> state) => { if (_system.TileData.TryGetValue(uid, out var data)) From 9236e9e5b98554f0e6bb858711ee9a2ababf1118 Mon Sep 17 00:00:00 2001 From: Gansu <68031780+GansuLalan@users.noreply.github.com> Date: Sat, 30 Nov 2024 02:48:04 +0000 Subject: [PATCH 080/160] Fix for arrivals deleting nuke (#33659) Adds FTLSmashImmune to nuke prototype to stop it from arrival smashing Adds a comment in FasterThanLight to indicate where the FTLSmashImmuneComponent is checked Co-authored-by: aa5g21 --- Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs | 1 + Resources/Prototypes/Entities/Structures/Machines/nuke.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs index c02d2564a9b..b550db93ed6 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs @@ -1002,6 +1002,7 @@ private void Smimsh(EntityUid uid, FixturesComponent? manager = null, MapGridCom continue; } + // If it has the FTLSmashImmuneComponent ignore it. if (_immuneQuery.HasComponent(ent)) { continue; diff --git a/Resources/Prototypes/Entities/Structures/Machines/nuke.yml b/Resources/Prototypes/Entities/Structures/Machines/nuke.yml index ec9e5bdfa58..7fdd80bd2b1 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/nuke.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/nuke.yml @@ -110,6 +110,7 @@ - type: WarpPoint follow: true location: nuclear bomb + - type: FTLSmashImmune - type: entity parent: NuclearBomb From 17a224c86a1315aeaf758c1149282993400bc1bb Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 30 Nov 2024 02:49:12 +0000 Subject: [PATCH 081/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 2b7a8789771..5e73bcdf1a0 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,15 +1,4 @@ Entries: -- author: Boaz1111 - changes: - - message: The HoS has been given a new experimental weapon:An energy shotgun with - multiple fire modes. This experimental tech is highly wanted by the syndicate, - and agents will try to steal it. - type: Add - - message: Removed the Head of Security's Emergency Orders. - type: Remove - id: 7162 - time: '2024-08-19T11:14:30.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30643 - author: tosatur changes: - message: Added more words to chat sanitisation @@ -3911,3 +3900,10 @@ id: 7661 time: '2024-11-29T12:51:15.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33545 +- author: GansuLalan + changes: + - message: The arrival shuttle will no longer smash the nuke + type: Fix + id: 7662 + time: '2024-11-30T02:48:04.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33659 From 54a9dce68d996135e198bbd85713b6c990f0c2d2 Mon Sep 17 00:00:00 2001 From: VideoKompany <135313844+VlaDOS1408@users.noreply.github.com> Date: Sat, 30 Nov 2024 06:54:37 +0400 Subject: [PATCH 082/160] add locale to Shuttle Console Map tab (#33651) fixed --- Resources/Locale/en-US/shuttles/console.ftl | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Locale/en-US/shuttles/console.ftl b/Resources/Locale/en-US/shuttles/console.ftl index 80e61a28126..5b8be6ff021 100644 --- a/Resources/Locale/en-US/shuttles/console.ftl +++ b/Resources/Locale/en-US/shuttles/console.ftl @@ -30,6 +30,7 @@ shuttle-console-ftl-state-Starting = Starting shuttle-console-ftl-state-Travelling = Travelling shuttle-console-ftl-state-Arriving = Arriving shuttle-console-ftl-state-Cooldown = Cooldown +shuttle-console-ftl-state-Invalid = Invalid shuttle-console-map-settings = Settings shuttle-console-ftl-button = FTL From e9ef00f475ec4e5e581ac651b6ad919d3f90d686 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 30 Nov 2024 02:55:44 +0000 Subject: [PATCH 083/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5e73bcdf1a0..ac0fd60473f 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: tosatur - changes: - - message: Added more words to chat sanitisation - type: Tweak - id: 7163 - time: '2024-08-19T14:03:07.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31085 - author: tosatur changes: - message: Changed text for ghost visibility toggle @@ -3907,3 +3900,10 @@ id: 7662 time: '2024-11-30T02:48:04.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33659 +- author: VlaDOS1408 + changes: + - message: Locale to shuttle-ftl-status-Invalid + type: Add + id: 7663 + time: '2024-11-30T02:54:37.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33651 From b45c9d5129e35dd978148f8da07997afc7ce5276 Mon Sep 17 00:00:00 2001 From: lunarcomets <140772713+lunarcomets@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:56:52 -0800 Subject: [PATCH 084/160] fix PermanentBlindnessComponent to be not so permanent (#33292) * adjust min blindness back to 0 when PermanentBlindnessComponent is removed * mapinit changes * remove OnRemove, move changes to OnShutdown * goodbye event * dependency removal * final adjustment --------- Co-authored-by: lunarcomets --- .../Traits/Assorted/PermanentBlindnessSystem.cs | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Content.Shared/Traits/Assorted/PermanentBlindnessSystem.cs b/Content.Shared/Traits/Assorted/PermanentBlindnessSystem.cs index 6245118466f..2ab17e2c5e4 100644 --- a/Content.Shared/Traits/Assorted/PermanentBlindnessSystem.cs +++ b/Content.Shared/Traits/Assorted/PermanentBlindnessSystem.cs @@ -12,7 +12,6 @@ namespace Content.Shared.Traits.Assorted; public sealed class PermanentBlindnessSystem : EntitySystem { [Dependency] private readonly INetManager _net = default!; - [Dependency] private readonly IEntityManager _entityManager = default!; [Dependency] private readonly BlindableSystem _blinding = default!; /// @@ -33,20 +32,26 @@ private void OnExamined(Entity blindness, ref Exami private void OnShutdown(Entity blindness, ref ComponentShutdown args) { - _blinding.UpdateIsBlind(blindness.Owner); + if (!TryComp(blindness.Owner, out var blindable)) + return; + + if (blindable.MinDamage != 0) + { + _blinding.SetMinDamage((blindness.Owner, blindable), 0); + } } private void OnMapInit(Entity blindness, ref MapInitEvent args) { - if (!_entityManager.TryGetComponent(blindness, out var blindable)) + if(!TryComp(blindness.Owner, out var blindable)) return; if (blindness.Comp.Blindness != 0) - _blinding.SetMinDamage(new Entity(blindness.Owner, blindable), blindness.Comp.Blindness); + _blinding.SetMinDamage((blindness.Owner, blindable), blindness.Comp.Blindness); else { var maxMagnitudeInt = (int) BlurryVisionComponent.MaxMagnitude; - _blinding.SetMinDamage(new Entity(blindness.Owner, blindable), maxMagnitudeInt); + _blinding.SetMinDamage((blindness.Owner, blindable), maxMagnitudeInt); } } } From 08db47cb2871a9ec267e9d73fd00a34274d091cb Mon Sep 17 00:00:00 2001 From: compilatron <40789662+jbox144@users.noreply.github.com> Date: Sat, 30 Nov 2024 17:23:50 +1100 Subject: [PATCH 085/160] Cog/Marathon: Airlock fixes (#33621) * Fixes the TEG airlock on marathon * Fixes the atmos external airlock on cog --- Resources/Maps/cog.yml | 12 ++++++++++++ Resources/Maps/marathon.yml | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/Resources/Maps/cog.yml b/Resources/Maps/cog.yml index d770924a72f..eed5e0bec4b 100644 --- a/Resources/Maps/cog.yml +++ b/Resources/Maps/cog.yml @@ -15048,12 +15048,24 @@ entities: rot: -1.5707963267948966 rad pos: 15.5,6.5 parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 26626: + - DoorStatus: DoorBolt - uid: 26626 components: - type: Transform rot: -1.5707963267948966 rad pos: 15.5,8.5 parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 26625: + - DoorStatus: DoorBolt - uid: 28301 components: - type: Transform diff --git a/Resources/Maps/marathon.yml b/Resources/Maps/marathon.yml index 93cb4055940..1718282699a 100644 --- a/Resources/Maps/marathon.yml +++ b/Resources/Maps/marathon.yml @@ -9815,6 +9815,8 @@ entities: rot: 3.141592653589793 rad pos: 5.5,-44.5 parent: 30 + - type: DeviceLinkSink + invokeCounter: 1 - type: DeviceLinkSource linkedPorts: 10559: @@ -9827,6 +9829,12 @@ entities: parent: 30 - type: DeviceLinkSink invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 9342: + - DoorStatus: DoorBolt + lastSignals: + DoorStatus: True - uid: 20059 components: - type: Transform From 86791583f96062586040a113d4be538a26954508 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 30 Nov 2024 06:24:58 +0000 Subject: [PATCH 086/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index ac0fd60473f..3136a52c243 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: tosatur - changes: - - message: Changed text for ghost visibility toggle - type: Tweak - id: 7164 - time: '2024-08-19T17:51:55.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30998 - author: themias changes: - message: Lizards can now eat meat dumplings. @@ -3907,3 +3900,12 @@ id: 7663 time: '2024-11-30T02:54:37.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33651 +- author: jbox144 + changes: + - message: Fixed the link on Marathon's TEG exterior airlock + type: Fix + - message: Fixed Cog's exterior atmospherics airlock + type: Fix + id: 7664 + time: '2024-11-30T06:23:50.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33621 From 021c9832ef87832fbb9b66d760b9fb42a113339b Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Sat, 30 Nov 2024 07:58:56 -0800 Subject: [PATCH 087/160] Fix for handcuffing someone more than once (#33646) * Fix for over-cuffing someone * comment --- Content.Shared/Cuffs/SharedCuffableSystem.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Content.Shared/Cuffs/SharedCuffableSystem.cs b/Content.Shared/Cuffs/SharedCuffableSystem.cs index 21d09c744cd..b323dc6dd18 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -461,6 +461,12 @@ public bool TryAddNewCuffs(EntityUid target, EntityUid user, EntityUid handcuff, if (!_interaction.InRangeUnobstructed(handcuff, target)) return false; + // if the amount of hands the target has is equal to or less than the amount of hands that are cuffed + // don't apply the new set of cuffs + // (how would you even end up with more cuffed hands than actual hands? either way accounting for it) + if (TryComp(target, out var hands) && hands.Count <= component.CuffedHandCount) + return false; + // Success! _hands.TryDrop(user, handcuff); From 973f42b3b2bbbcf85a5f266a78c5db3f4736ae9f Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 30 Nov 2024 16:00:03 +0000 Subject: [PATCH 088/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 3136a52c243..f0620ef03af 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: themias - changes: - - message: Lizards can now eat meat dumplings. - type: Fix - id: 7165 - time: '2024-08-19T18:17:28.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31212 - author: slarticodefast changes: - message: Made the straitjacked non-printable again. @@ -3909,3 +3902,11 @@ id: 7664 time: '2024-11-30T06:23:50.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33621 +- author: Plykiya + changes: + - message: You can no longer cuff someone multiple times if multiple cuff do-afters + are completed at the exact same time. + type: Fix + id: 7665 + time: '2024-11-30T15:58:56.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33646 From 450bf813b85eee974716a1ed0dacf7baac188330 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:14:39 -0800 Subject: [PATCH 089/160] Fix for inspecting entities in hand (#33642) Actually inspect entity in hands --- .../UserInterface/Systems/Hands/HandsUIController.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs b/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs index 9ee429ba7e9..edc02600611 100644 --- a/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs +++ b/Content.Client/UserInterface/Systems/Hands/HandsUIController.cs @@ -83,22 +83,27 @@ private void HandPressed(GUIBoundKeyEventArgs args, SlotControl hand) if (args.Function == EngineKeyFunctions.UIClick) { _handsSystem.UIHandClick(_playerHandsComponent, hand.SlotName); + args.Handle(); } else if (args.Function == EngineKeyFunctions.UseSecondary) { _handsSystem.UIHandOpenContextMenu(hand.SlotName); + args.Handle(); } else if (args.Function == ContentKeyFunctions.ActivateItemInWorld) { _handsSystem.UIHandActivate(hand.SlotName); + args.Handle(); } else if (args.Function == ContentKeyFunctions.AltActivateItemInWorld) { _handsSystem.UIHandAltActivateItem(hand.SlotName); + args.Handle(); } else if (args.Function == ContentKeyFunctions.ExamineEntity) { _handsSystem.UIInventoryExamine(hand.SlotName); + args.Handle(); } } From 3d984603f1ec0e34c84d94f0eb6efe3870ccdd32 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 30 Nov 2024 16:15:45 +0000 Subject: [PATCH 090/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f0620ef03af..5773eda51e5 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: slarticodefast - changes: - - message: Made the straitjacked non-printable again. - type: Remove - id: 7166 - time: '2024-08-19T18:47:24.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31197 - author: themias changes: - message: Added the Combat Bakery Kit to the syndicate uplink. Includes a deadly @@ -3910,3 +3903,11 @@ id: 7665 time: '2024-11-30T15:58:56.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33646 +- author: Plykiya + changes: + - message: You can now inspect the entity in your hand instead of the entity that + happened to be underneath your hand. + type: Fix + id: 7666 + time: '2024-11-30T16:14:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33642 From fb76cd952e602164571cf6a4f4aa5ca788c57117 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Sat, 30 Nov 2024 08:23:26 -0800 Subject: [PATCH 091/160] Fix for inspecting entities in the stripping window (#33644) Handle it --- Content.Client/Inventory/StrippableBoundUserInterface.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Content.Client/Inventory/StrippableBoundUserInterface.cs b/Content.Client/Inventory/StrippableBoundUserInterface.cs index af7815935dd..90e52d72837 100644 --- a/Content.Client/Inventory/StrippableBoundUserInterface.cs +++ b/Content.Client/Inventory/StrippableBoundUserInterface.cs @@ -191,9 +191,15 @@ private void SlotPressed(GUIBoundKeyEventArgs ev, SlotControl slot) return; if (ev.Function == ContentKeyFunctions.ExamineEntity) + { _examine.DoExamine(slot.Entity.Value); + ev.Handle(); + } else if (ev.Function == EngineKeyFunctions.UseSecondary) + { _ui.GetUIController().OpenVerbMenu(slot.Entity.Value); + ev.Handle(); + } } private void AddInventoryButton(EntityUid invUid, string slotId, InventoryComponent inv) From 766389a66b669d2ab707073053fc1784fffd1502 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 30 Nov 2024 16:24:33 +0000 Subject: [PATCH 092/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5773eda51e5..36b2f10a1f3 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,16 +1,4 @@ Entries: -- author: themias - changes: - - message: Added the Combat Bakery Kit to the syndicate uplink. Includes a deadly - edible baguette sword and throwing star croissants for 3 TC. - type: Add - - message: Baguettes can be worn on the belt and normal ones do one blunt damage. - type: Tweak - - message: Mimes have a baguette instead of an MRE in their survival kits. - type: Tweak - id: 7167 - time: '2024-08-19T18:57:30.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31179 - author: metalgearsloth changes: - message: Fix wire sounds not playing. @@ -3911,3 +3899,11 @@ id: 7666 time: '2024-11-30T16:14:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33642 +- author: Plykiya + changes: + - message: You can now inspect entities in the stripping window instead of the entity + that happened to be underneath the window. + type: Fix + id: 7667 + time: '2024-11-30T16:23:27.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33644 From ab36b15080710d18179c76ddbbd4ee9edb94467b Mon Sep 17 00:00:00 2001 From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:25:09 +0300 Subject: [PATCH 093/160] Fix borgs not getting names on roundstart (#33578) * Fix borgs not getting names on roundstart * Glory to the NT * Allow riggable to take in multiple reagents * Revert --------- Co-authored-by: Winkarst <74284083+Winkarst-cpu@users.noreply.github.co> --- .../Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index 9303bd42dd5..ab9dac13283 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -279,6 +279,9 @@ parent: [BaseBorgChassis, BaseBorgTransponder] abstract: true components: + - type: RandomMetadata + nameSegments: + - names_borg - type: NpcFactionMember factions: - NanoTrasen From 720fccf3f386381cd7d28d5997dcb86f97cfc179 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 30 Nov 2024 17:26:15 +0000 Subject: [PATCH 094/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 36b2f10a1f3..67be50dcc88 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fix wire sounds not playing. - type: Fix - id: 7168 - time: '2024-08-19T19:50:03.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31067 - author: redmushie changes: - message: Communications console buttons now have descriptive tooltips @@ -3907,3 +3900,10 @@ id: 7667 time: '2024-11-30T16:23:27.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33644 +- author: Winkarst-cpu + changes: + - message: Now borgs get names on roundstart. + type: Fix + id: 7668 + time: '2024-11-30T17:25:09.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33578 From efb35d7953727cd49e9877d22b7d34da2111f0f5 Mon Sep 17 00:00:00 2001 From: Preston Smith <92108534+thetolbean@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:31:40 -0600 Subject: [PATCH 095/160] Require Wield To Activate Double-bladed ESword (#32869) * Add MeleeRequiresWield component * Prevent world activation --- Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index 0b0719e77f8..59a27ccf0cc 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -274,6 +274,7 @@ components: - type: ItemToggle onUse: false # wielding events control it instead + onActivate: false # prevents the weapon from being able to be turned on when it is on the ground soundActivate: path: /Audio/Weapons/ebladeon.ogg params: From 44ef60a6429055d0a49357320cf8a3310a6b3b52 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 30 Nov 2024 19:32:46 +0000 Subject: [PATCH 096/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 67be50dcc88..d029717b05b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: redmushie - changes: - - message: Communications console buttons now have descriptive tooltips - type: Add - id: 7169 - time: '2024-08-19T20:36:36.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31217 - author: Mephisto72 changes: - message: The Detective can now access Externals and Cryogenics like their Officer @@ -3907,3 +3900,10 @@ id: 7668 time: '2024-11-30T17:25:09.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33578 +- author: thetolbean + changes: + - message: The double-bladed esword now can only be activated when wielded. + type: Tweak + id: 7669 + time: '2024-11-30T19:31:40.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32869 From 061b1b8adb5c10962e3dd9977b183a57268541e3 Mon Sep 17 00:00:00 2001 From: Token <56667933+TokenStyle@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:11:44 +0500 Subject: [PATCH 097/160] Fix makeghostroleraffle command where 4 arguments (#31836) Fix makeghostroleraffle command with 4 arguments --- Content.Server/Ghost/Roles/MakeRaffledGhostRoleCommand.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Content.Server/Ghost/Roles/MakeRaffledGhostRoleCommand.cs b/Content.Server/Ghost/Roles/MakeRaffledGhostRoleCommand.cs index 5f5eabdad40..5827ab802f6 100644 --- a/Content.Server/Ghost/Roles/MakeRaffledGhostRoleCommand.cs +++ b/Content.Server/Ghost/Roles/MakeRaffledGhostRoleCommand.cs @@ -1,4 +1,4 @@ -using System.Linq; +using System.Linq; using Content.Server.Administration; using Content.Server.Ghost.Roles.Components; using Content.Server.Ghost.Roles.Raffles; @@ -77,13 +77,13 @@ public void Execute(IConsoleShell shell, string argStr, string[] args) if (isProto) { - if (!_protoManager.TryIndex(args[4], out var proto)) + if (!_protoManager.TryIndex(args[3], out var proto)) { var validProtos = string.Join(", ", _protoManager.EnumeratePrototypes().Select(p => p.ID) ); - shell.WriteLine($"{args[4]} is not a valid raffle settings prototype. Valid options: {validProtos}"); + shell.WriteLine($"{args[3]} is not a valid raffle settings prototype. Valid options: {validProtos}"); return; } From a46323d9f9031b6ccb0ea2f383806188c74b103f Mon Sep 17 00:00:00 2001 From: PJBot Date: Sat, 30 Nov 2024 20:12:50 +0000 Subject: [PATCH 098/160] Automatic changelog update --- Resources/Changelog/Admin.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/Admin.yml b/Resources/Changelog/Admin.yml index d0f393c2655..1177665f1ab 100644 --- a/Resources/Changelog/Admin.yml +++ b/Resources/Changelog/Admin.yml @@ -620,5 +620,12 @@ Entries: id: 77 time: '2024-11-20T07:55:12.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33311 +- author: TokenStyle + changes: + - message: makeghostroleraffled admin command now works with few arguments! + type: Fix + id: 78 + time: '2024-11-30T20:11:44.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/31836 Name: Admin Order: 1 From 3984f0aa0a0376ddbdd31886723d2583fe261ee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:51:12 +1100 Subject: [PATCH 099/160] Update Credits (#33670) Co-authored-by: PJBot --- Resources/Credits/GitHub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Credits/GitHub.txt b/Resources/Credits/GitHub.txt index 326dc1945d4..c3fa5d8d6e5 100644 --- a/Resources/Credits/GitHub.txt +++ b/Resources/Credits/GitHub.txt @@ -1 +1 @@ -0x6273, 12rabbits, 13spacemen, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 3nderall, 4310v343k, 4dplanner, 612git, 778b, Ablankmann, abregado, Absolute-Potato, achookh, Acruid, actioninja, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, AftrLite, Agoichi, Ahion, aiden, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexumandxgabriel08x, Alithsko, ALMv1, Alpha-Two, AlphaQwerty, Altoids1, amylizzle, ancientpower, Andre19926, AndrewEyeke, AndreyCamper, Anzarot121, Appiah, ar4ill, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, AruMoon, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, avghdev, Awlod, AzzyIsNotHere, BackeTako, BananaFlambe, Baptr0b0t, BasedUser, beck-thompson, bellwetherlogic, benev0, benjamin-burges, BGare, bhespiritu, bibbly, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, BombasterDS, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, BriBrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, capnsockless, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, Catofquestionableethics, CatTheSystem, Centronias, chairbender, Charlese2, charlie, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, cheeseplated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbicous, Chubbygummibear, Ciac32, civilCornball, Clement-O, clyf, Clyybber, CMDR-Piboy314, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, corentt, CormosLemming, CrafterKolyan, crazybrain23, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, CrzyPotato, cutemoongod, Cyberboss, d34d10cc, d4kii, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, DanSAussieITS, Daracke, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, DeathCamel58, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, degradka, Delete69, deltanedas, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, DieselMohawk, digitalic, Dimastra, DinoWattz, DisposableCrewmember42, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DoctorBeard, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, Doru991, DoubleRiceEddiedd, DoutorWhite, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, Ekkosangen, ElectroSR, elsie, elthundercloud, Elysium206, Emisse, emmafornash, EmoGarbage404, Endecc, eoineoineoin, eris, erohrs2, ERORR404V1, Errant-4, ertanic, esguard, estacaoespacialpirata, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, FirinMaLazors, Fishfish458, FL-OZ, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, Froffy025, Fromoriss, froozigiusz, FrostMando, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, Gaxeer, gbasood, Geekyhobo, genderGeometries, GeneralGaws, Genkail, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GNF54, godisdeadLOL, goet, GoldenCan, Goldminermac, Golinth, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, GreyMario, GTRsound, gusxyz, Gyrandola, h3half, hamurlik, Hanzdegloker, HappyRoach, Hardly3D, harikattar, he1acdvv, Hebi, Henry, HerCoyote23, hitomishirichan, hiucko, Hmeister-fake, Hmeister-real, Hobbitmax, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hreno, hubismal, Hugal31, Huxellberger, Hyenh, hyphenationc, i-justuser-i, iacore, IamVelcroboy, Ian321, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, IProduceWidgets, ItsMeThom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jarmer123, Jaskanbe, JasperJRoth, JerryImMouse, jerryimmouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jmcb, JoeHammad1844, JohnGinnane, johnku1, Jophire, joshepvodka, Jrpl, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, KaiShibaa, kalane15, kalanosh, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, Killerqu00, Kimpes, KingFroozy, kira-er, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, KrasnoshchekovPavel, Krunklehorn, Kupie, kxvvv, kyupolaris, kzhanik, lajolico, Lamrr, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LeoSantich, LetterN, lettern, Level10Cybermancer, LEVELcat, lever1209, Lgibb18, lgruthes, LightVillet, liltenhead, LinkUyx, LittleBuilderJane, LittleNorthStar, LittleNyanCat, lizelive, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, luringens, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, ManelNavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, MemeProof, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, MilenVolf, MilonPL, Minemoder5000, Minty642, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterMecky, Mith-randalf, MjrLandWhale, mkanke-real, MLGTASTICa, moderatelyaware, modern-nm, mokiros, Moneyl, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, NotSoDana, noudoit, noverd, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, och-och, OctoRocket, OldDanceJacket, OliverOtter, OnyxTheBrave, OrangeMoronage9622, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paigemaeforrest, pali6, Pangogie, panzer-iv1, paolordls, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, pheenty, Phill101, phunnyguy, PilgrimViis, Pill-U, Pireax, Pissachu, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, poeMota, pofitlo, pointer-to-null, pok27, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykzz, PuceTint, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, quatre, QueerNB, QuietlyWhisper, qwerltaz, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, RamZ, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, Rockdtben, Rohesie, rok-povsic, rolfero, RomanNovo, rosieposieeee, Roudenn, router, RumiTiger, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, SaphireLattice, SapphicOverload, Sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, Segonist, sephtasm, Serkket, sewerpig, sh18rw, Shaddap1, ShadeAware, ShadowCommander, Shadowtheprotogen546, shaeone, shampunj, shariathotpatrol, SignalWalker, siigiil, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, Slyfox333, snebl, snicket, sniperchance, Snowni, snowsignal, SolidusSnek, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, spanky-spanky, spartak, SpartanKadence, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, Stealthbomber16, stellar-novas, stomf, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, superjj18, Supernorn, SweptWasTaken, Sybil, SYNCHRONIC, Szunti, Tainakov, takemysoult, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, TGODiamond, TGRCdev, tgrkzus, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, theashtronaut, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, theOperand, TherapyGoth, TheShuEd, thetolbean, thevinter, TheWaffleJesus, Thinbug0, ThunderBear2006, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, Titian3, tk-a369, tkdrg, tmtmtl30, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, Tornado-Technology, tosatur, TotallyLemon, Tr1bute, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, TyAshley, Tyler-IN, Tyzemol, UbaserB, ubis1, UBlueberry, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, Unkn0wnGh0st333, unusualcrow, Uriende, UristMcDorf, user424242420, Vaaankas, valentfingerov, Varen, Vasilis, VasilisThePikachu, veliebm, VelonacepsCalyxEggs, veprolet, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, VigersRay, violet754, Visne, VMSolidus, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, wrexbe, wtcwr68, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, Yousifb26, youtissoum, yunii, YuriyKiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, zerorulez, ZeWaka, zionnBE, ZNixian, ZoldorfTheWizard, zonespace27, Zylofan, Zymem, zzylex +0x6273, 12rabbits, 13spacemen, 2013HORSEMEATSCANDAL, 20kdc, 21Melkuu, 3nderall, 4310v343k, 4dplanner, 612git, 778b, Ablankmann, abregado, Absolute-Potato, achookh, Acruid, actioninja, ActiveMammmoth, actually-reb, ada-please, adamsong, Adeinitas, Admiral-Obvious-001, adrian, Adrian16199, Ady4ik, Aerocrux, Aeshus, Aexolott, Aexxie, africalimedrop, afrokada, AftrLite, Agoichi, Ahion, aiden, AJCM-git, AjexRose, Alekshhh, alexkar598, AlexMorgan3817, alexum418, alexumandxgabriel08x, Alithsko, ALMv1, Alpha-Two, AlphaQwerty, Altoids1, amylizzle, ancientpower, Andre19926, AndrewEyeke, AndreyCamper, Anzarot121, Appiah, ar4ill, ArchPigeon, ArchRBX, areitpog, Arendian, arimah, Arkanic, ArkiveDev, armoks, Arteben, ArthurMousatov, ArtisticRoomba, artur, AruMoon, ArZarLordOfMango, as334, AsikKEsel, AsnDen, asperger-sind, aspiringLich, astriloqua, august-sun, AutoOtter, avghdev, Awlod, AzzyIsNotHere, BackeTako, BananaFlambe, Baptr0b0t, BasedUser, beck-thompson, bellwetherlogic, ben, benev0, benjamin-burges, BGare, bhespiritu, bibbly, BIGZi0348, bingojohnson, BismarckShuffle, Bixkitts, Blackern5000, Blazeror, BlitzTheSquishy, bloodrizer, Bloody2372, blueDev2, Boaz1111, BobdaBiscuit, BobTheSleder, boiled-water-tsar, BombasterDS, Boolean-Buckeye, botanySupremist, brainfood1183, BramvanZijp, Brandon-Huu, BriBrooo, Bright0, brndd, bryce0110, BubblegumBlue, buletsponge, buntobaggins, bvelliquette, byondfuckery, c0rigin, c4llv07e, CaasGit, Caconym27, Calecute, Callmore, capnsockless, CaptainSqrBeard, Carbonhell, Carolyn3114, Carou02, carteblanche4me, Catofquestionableethics, CatTheSystem, Centronias, chairbender, Charlese2, charlie, ChaseFlorom, chavonadelal, Cheackraze, CheddaCheez, cheesePizza2, cheeseplated, Chief-Engineer, chillyconmor, christhirtle, chromiumboy, Chronophylos, Chubbicous, Chubbygummibear, Ciac32, civilCornball, Clement-O, clyf, Clyybber, CMDR-Piboy314, cohanna, Cohnway, Cojoke-dot, ColdAutumnRain, Colin-Tel, collinlunn, ComicIronic, CookieMasterT, coolboy911, coolmankid12345, Coolsurf6, corentt, CormosLemming, CrafterKolyan, crazybrain23, creadth, CrigCrag, croilbird, Crotalus, CrudeWax, CrzyPotato, cutemoongod, Cyberboss, d34d10cc, d4kii, DadeKuma, Daemon, daerSeebaer, dahnte, dakamakat, DamianX, DangerRevolution, daniel-cr, DanSAussieITS, Daracke, Darkenson, DawBla, Daxxi3, dch-GH, de0rix, Deahaka, dean, DEATHB4DEFEAT, DeathCamel58, Deatherd, deathride58, DebugOk, Decappi, Decortex, Deeeeja, deepdarkdepths, degradka, Delete69, deltanedas, DenisShvalov, DerbyX, derek, dersheppard, Deserty0, Detintinto, DevilishMilk, dexlerxd, dffdff2423, DieselMohawk, digitalic, Dimastra, DinoWattz, DisposableCrewmember42, DjfjdfofdjfjD, doc-michael, docnite, Doctor-Cpu, DoctorBeard, DogZeroX, dolgovmi, dontbetank, Doomsdrayk, Doru991, DoubleRiceEddiedd, DoutorWhite, dragonryan06, drakewill-CRL, Drayff, dreamlyjack, DrEnzyme, dribblydrone, DrMelon, drongood12, DrSingh, DrSmugleaf, drteaspoon420, DTanxxx, DubiousDoggo, Duddino, dukevanity, duskyjay, Dutch-VanDerLinde, dvir001, dylanstrategie, Dynexust, Easypoller, echo, eclips_e, eden077, EEASAS, Efruit, efzapa, Ekkosangen, ElectroSR, elsie, elthundercloud, Elysium206, Emisse, emmafornash, EmoGarbage404, Endecc, eoineoineoin, eris, erohrs2, ERORR404V1, Errant-4, ertanic, esguard, estacaoespacialpirata, eugene, ewokswagger, exincore, exp111, f0x-n3rd, FacePluslll, Fahasor, FairlySadPanda, FATFSAAM2, Feluk6174, ficcialfaint, Fiftyllama, Fildrance, FillerVK, FinnishPaladin, firenamefn, FirinMaLazors, Fishfish458, FL-OZ, Flareguy, flashgnash, FluffiestFloof, FluffMe, FluidRock, foboscheshir, FoLoKe, fooberticus, ForestNoises, forgotmyotheraccount, forkeyboards, forthbridge, Fortune117, Fouin, foxhorn, freeman2651, freeze2222, Froffy025, Fromoriss, froozigiusz, FrostMando, FungiFellow, FunTust, Futuristic-OK, GalacticChimp, gamer3107, gansulalan, Gaxeer, gbasood, Geekyhobo, genderGeometries, GeneralGaws, Genkail, geraeumig, Ghagliiarghii, Git-Nivrak, githubuser508, gituhabu, GlassEclipse, GNF54, godisdeadLOL, goet, GoldenCan, Goldminermac, Golinth, GoodWheatley, Gorox221, gradientvera, graevy, GraniteSidewalk, GreaseMonk, greenrock64, GreyMario, GTRsound, gusxyz, Gyrandola, h3half, hamurlik, Hanzdegloker, HappyRoach, Hardly3D, harikattar, he1acdvv, Hebi, Henry, HerCoyote23, hitomishirichan, hiucko, Hmeister-fake, Hmeister-real, Hobbitmax, hobnob, HoidC, Holinka4ever, holyssss, HoofedEar, Hoolny, hord-brayden, Hreno, hubismal, Hugal31, Huxellberger, Hyenh, hyphenationc, i-justuser-i, iacore, IamVelcroboy, Ian321, icekot8, icesickleone, iczero, iglov, IgorAnt028, igorsaux, ike709, illersaver, Illiux, Ilushkins33, Ilya246, IlyaElDunaev, imrenq, imweax, indeano, Injazz, Insineer, IntegerTempest, Interrobang01, Intoxicating-Innocence, IProduceWidgets, itsmethom, Itzbenz, iztokbajcar, Jackal298, Jackrost, jacksonzck, Jackw2As, jacob, jamessimo, janekvap, Jark255, Jarmer123, Jaskanbe, JasperJRoth, jbox144, jerryimmouse, JerryImMouse, Jessetriesagain, jessicamaybe, Jezithyr, jicksaw, JiimBob, JimGamemaster, jimmy12or, JIPDawg, jjtParadox, jmcb, JoeHammad1844, JohnGinnane, johnku1, Jophire, joshepvodka, Jrpl, juliangiebel, JustArt1m, JustCone14, justdie12, justin, justintether, JustinTrotter, justtne, K-Dynamic, k3yw, Kadeo64, Kaga-404, KaiShibaa, kalane15, kalanosh, Kanashi-Panda, katzenminer, kbailey-git, Keelin, Keer-Sar, KEEYNy, keikiru, Kelrak, kerisargit, keronshb, KIBORG04, Killerqu00, Kimpes, KingFroozy, kira-er, Kirillcas, Kirus59, Kistras, Kit0vras, KittenColony, klaypexx, Kmc2000, Ko4ergaPunk, kognise, kokoc9n, komunre, KonstantinAngelov, kosticia, koteq, KrasnoshchekovPavel, Krunklehorn, Kupie, kxvvv, kyupolaris, kzhanik, lajolico, Lamrr, LankLTE, laok233, lapatison, larryrussian, lawdog4817, Lazzi0706, leander-0, leonardo-dabepis, leonidussaks, leonsfriedrich, LeoSantich, lettern, LetterN, Level10Cybermancer, LEVELcat, lever1209, Lgibb18, lgruthes, LightVillet, liltenhead, LinkUyx, LittleBuilderJane, LittleNorthStar, LittleNyanCat, lizelive, localcc, lokachop, Lomcastar, LordCarve, LordEclipse, LucasTheDrgn, luckyshotpictures, LudwigVonChesterfield, luizwritescode, Lukasz825700516, luminight, lunarcomets, luringens, lvvova1, Lyndomen, lyroth001, lzimann, lzk228, M3739, mac6na6na, MACMAN2003, Macoron, magicalus, magmodius, MagnusCrowe, malchanceux, MaloTV, ManelNavola, Mangohydra, marboww, Markek1, Matz05, max, MaxNox7, maylokana, MehimoNemo, MeltedPixel, MemeProof, MendaxxDev, Menshin, Mephisto72, MerrytheManokit, Mervill, metalgearsloth, MetalSage, MFMessage, mhamsterr, michaelcu, micheel665, mifia, MilenVolf, MilonPL, Minemoder5000, Minty642, Mirino97, mirrorcult, misandrie, MishaUnity, MissKay1994, MisterMecky, Mith-randalf, MjrLandWhale, mkanke-real, MLGTASTICa, moderatelyaware, modern-nm, mokiros, Moneyl, Moomoobeef, moony, Morb0, MossyGreySlope, mr-bo-jangles, Mr0maks, MrFippik, mrrobdemo, muburu, MureixloI, musicmanvr, MWKane, Myakot, Myctai, N3X15, nails-n-tape, Nairodian, Naive817, NakataRin, namespace-Memory, Nannek, NazrinNya, neutrino-laser, NickPowers43, nikthechampiongr, Nimfar11, Nirnael, NIXC, NkoKirkto, nmajask, noctyrnal, noelkathegod, nok-ko, NonchalantNoob, NoobyLegion, Nopey, not-gavnaed, notafet, notquitehadouken, NotSoDana, noudoit, noverd, NuclearWinter, nukashimika, nuke-haus, NULL882, nullarmo, nyeogmi, Nylux, Nyranu, och-och, OctoRocket, OldDanceJacket, OliverOtter, OnyxTheBrave, OrangeMoronage9622, osjarw, Ostaf, othymer, OttoMaticode, Owai-Seek, packmore, paigemaeforrest, pali6, Pangogie, panzer-iv1, paolordls, partyaddict, patrikturi, PaulRitter, peccneck, Peptide90, peptron1, PeterFuto, PetMudstone, pewter-wiz, Pgriha, Phantom-Lily, pheenty, Phill101, phunnyguy, PilgrimViis, Pill-U, Pireax, Pissachu, pissdemon, PixeltheAertistContrib, PixelTheKermit, PJB3005, Plasmaguy, plinyvic, Plykiya, poeMota, pofitlo, pointer-to-null, pok27, PolterTzi, PoorMansDreams, PopGamer45, portfiend, potato1234x, PotentiallyTom, ProfanedBane, ProPandaBear, PrPleGoo, ps3moira, Pspritechologist, Psychpsyo, psykzz, PuceTint, PuroSlavKing, PursuitInAshes, Putnam3145, qrtDaniil, quatre, QueerNB, QuietlyWhisper, qwerltaz, RadioMull, Radosvik, Radrark, Rainbeon, Rainfey, Raitononai, Ramlik, RamZ, randy10122, Rane, Ranger6012, Rapidgame7, ravage123321, rbertoche, RedBookcase, Redfire1331, Redict, RedlineTriad, redmushie, RednoWCirabrab, RemberBM, RemieRichards, RemTim, rene-descartes2021, Renlou, retequizzle, rich-dunne, RieBi, riggleprime, RIKELOLDABOSS, rinary1, Rinkashikachi, riolume, RobbyTheFish, Rockdtben, Rohesie, rok-povsic, rolfero, RomanNovo, rosieposieeee, Roudenn, router, RumiTiger, S1rFl0, S1ss3l, Saakra, Sadie-silly, saga3152, saintmuntzer, Salex08, sam, samgithubaccount, SaphireLattice, SapphicOverload, Sarahon, sativaleanne, SaveliyM360, sBasalto, ScalyChimp, ScarKy0, schrodinger71, scrato, Scribbles0, scrivoy, scruq445, scuffedjays, ScumbagDog, Segonist, sephtasm, Serkket, sewerpig, sh18rw, Shaddap1, ShadeAware, ShadowCommander, Shadowtheprotogen546, shaeone, shampunj, shariathotpatrol, SignalWalker, siigiil, Simyon264, sirdragooon, Sirionaut, Sk1tch, SkaldetSkaeg, Skarletto, Skrauz, Skyedra, SlamBamActionman, slarticodefast, Slava0135, Slyfox333, snebl, snicket, sniperchance, Snowni, snowsignal, SolidusSnek, SonicHDC, SoulFN, SoulSloth, Soundwavesghost, southbridge-fur, Soydium, spacelizard, SpaceLizardSky, SpaceManiac, SpaceRox1244, SpaceyLady, spanky-spanky, spartak, SpartanKadence, SpeltIncorrectyl, Spessmann, SphiraI, SplinterGP, spoogemonster, sporekto, sporkyz, ssdaniel24, stalengd, stanberytrask, Stanislav4ix, StanTheCarpenter, Stealthbomber16, stellar-novas, stomf, stopbreaking, stopka-html, StrawberryMoses, Stray-Pyramid, strO0pwafel, Strol20, StStevens, Subversionary, sunbear-dev, superjj18, Supernorn, SweptWasTaken, Sybil, SYNCHRONIC, Szunti, Tainakov, takemysoult, TaralGit, Taran, taurie, Tayrtahn, tday93, teamaki, TekuNut, telyonok, TemporalOroboros, tentekal, terezi4real, Terraspark4941, texcruize, TGODiamond, TGRCdev, tgrkzus, ThatGuyUSA, ThatOneGoblin25, thatrandomcanadianguy, TheArturZh, theashtronaut, thecopbennet, TheCze, TheDarkElites, thedraccx, TheEmber, TheIntoxicatedCat, thekilk, themias, theomund, theOperand, TherapyGoth, TheShuEd, thetolbean, thevinter, TheWaffleJesus, Thinbug0, ThunderBear2006, timothyteakettle, TimrodDX, timurjavid, tin-man-tim, Titian3, tk-a369, tkdrg, tmtmtl30, TokenStyle, Tollhouse, Toly65, tom-leys, tomasalves8, Tomeno, Tonydatguy, topy, Tornado-Technology, tosatur, TotallyLemon, Tr1bute, tropicalhibi, truepaintgit, Truoizys, Tryded, TsjipTsjip, Tunguso4ka, TurboTrackerss14, tyashley, Tyler-IN, Tyzemol, UbaserB, ubis1, UBlueberry, UKNOWH, UltimateJester, Unbelievable-Salmon, underscorex5, UnicornOnLSD, Unisol, unusualcrow, Uriende, UristMcDorf, user424242420, Vaaankas, valentfingerov, Varen, Vasilis, VasilisThePikachu, veliebm, VelonacepsCalyxEggs, veprolet, veritable-calamity, Veritius, Vermidia, vero5123, Verslebas, VigersRay, violet754, Visne, vlados1408, VMSolidus, voidnull000, volotomite, volundr-, Voomra, Vordenburg, vorkathbruh, vulppine, wafehling, Warentan, WarMechanic, Watermelon914, weaversam8, wertanchik, whateverusername0, Willhelm53, WilliamECrew, willicassi, Winkarst-cpu, wirdal, wixoaGit, WlarusFromDaSpace, wrexbe, wtcwr68, xkreksx, xprospero, xRiriq, YanehCheck, yathxyz, Ygg01, YotaXP, youarereadingthis, Yousifb26, youtissoum, yunii, YuriyKiss, zach-hill, Zadeon, zamp, Zandario, Zap527, Zealith-Gamer, ZelteHonor, zero, ZeroDiamond, zerorulez, ZeWaka, zionnBE, ZNixian, ZoldorfTheWizard, zonespace27, Zylofan, Zymem, zzylex From 2d405c965295009ddfce1b939c5ac2451f23e773 Mon Sep 17 00:00:00 2001 From: Nikolai Korolev Date: Sun, 1 Dec 2024 01:51:26 +0000 Subject: [PATCH 100/160] Fix formatting IDE0055 warnings in VS Code (#33669) --- Content.Client/Actions/ActionsSystem.cs | 12 ++++++------ .../Clothing/FlippableClothingVisualizerSystem.cs | 2 +- Content.Shared/Chemistry/Events/HyposprayEvents.cs | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Content.Client/Actions/ActionsSystem.cs b/Content.Client/Actions/ActionsSystem.cs index 7b13233bab5..b594817701e 100644 --- a/Content.Client/Actions/ActionsSystem.cs +++ b/Content.Client/Actions/ActionsSystem.cs @@ -258,13 +258,13 @@ public void UnlinkAllActions() public void LinkAllActions(ActionsComponent? actions = null) { - if (_playerManager.LocalEntity is not { } user || - !Resolve(user, ref actions, false)) - { - return; - } + if (_playerManager.LocalEntity is not { } user || + !Resolve(user, ref actions, false)) + { + return; + } - LinkActions?.Invoke(actions); + LinkActions?.Invoke(actions); } public override void Shutdown() diff --git a/Content.Client/Clothing/FlippableClothingVisualizerSystem.cs b/Content.Client/Clothing/FlippableClothingVisualizerSystem.cs index 2c3afb0324f..1f09ae9eebb 100644 --- a/Content.Client/Clothing/FlippableClothingVisualizerSystem.cs +++ b/Content.Client/Clothing/FlippableClothingVisualizerSystem.cs @@ -7,7 +7,7 @@ namespace Content.Client.Clothing; -public sealed class FlippableClothingVisualizerSystem : VisualizerSystem +public sealed class FlippableClothingVisualizerSystem : VisualizerSystem { [Dependency] private readonly SharedItemSystem _itemSys = default!; diff --git a/Content.Shared/Chemistry/Events/HyposprayEvents.cs b/Content.Shared/Chemistry/Events/HyposprayEvents.cs index e8ed081a577..33293a40498 100644 --- a/Content.Shared/Chemistry/Events/HyposprayEvents.cs +++ b/Content.Shared/Chemistry/Events/HyposprayEvents.cs @@ -32,7 +32,7 @@ public SelfBeforeHyposprayInjectsEvent(EntityUid user, EntityUid hypospray, Enti /// This event is raised on the target before the hypospray is injected. /// The event is triggered on the target itself and all its clothing. /// -public sealed class TargetBeforeHyposprayInjectsEvent : BeforeHyposprayInjectsTargetEvent +public sealed class TargetBeforeHyposprayInjectsEvent : BeforeHyposprayInjectsTargetEvent { - public TargetBeforeHyposprayInjectsEvent (EntityUid user, EntityUid hypospray, EntityUid target) : base(user, hypospray, target) { } + public TargetBeforeHyposprayInjectsEvent(EntityUid user, EntityUid hypospray, EntityUid target) : base(user, hypospray, target) { } } From 5fdf03c21671337abfa925e6d690b51e146eb680 Mon Sep 17 00:00:00 2001 From: MilenVolf <63782763+MilenVolf@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:56:47 +0300 Subject: [PATCH 101/160] Replace obsolete GetTilesIntersecting methods (#32455) * Remove usage of obsolete GetTilesIntersecting round 1 * Oop wrong uids * Remove usage of obsolete GetLocalTilesIntersecting round 2 * Remove usage of obsolete GetLocalTilesIntersecting final round * weh * Fix using `SharedMapSystem` in `StencilOverlay` --- Content.Client/Overlays/StencilOverlay.Weather.cs | 2 +- Content.Client/Overlays/StencilOverlay.cs | 4 +++- Content.Client/Overlays/StencilOverlaySystem.cs | 3 ++- .../Anomaly/Effects/GasProducerAnomalySystem.cs | 8 ++++++-- Content.Server/Dragon/DragonSystem.cs | 3 ++- Content.Server/Nuke/NukeSystem.cs | 3 ++- Content.Server/Respawn/SpecialRespawnSystem.cs | 5 +++-- .../Revenant/EntitySystems/RevenantSystem.Abilities.cs | 9 +++++++-- Content.Server/Salvage/SpawnSalvageMissionJob.cs | 2 +- .../Singularity/EntitySystems/EventHorizonSystem.cs | 2 +- .../XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs | 8 +++++--- Content.Shared/Anomaly/SharedAnomalySystem.cs | 8 ++++++-- Content.Shared/Random/Rules/NearbyTilesPercent.cs | 4 +++- 13 files changed, 42 insertions(+), 19 deletions(-) diff --git a/Content.Client/Overlays/StencilOverlay.Weather.cs b/Content.Client/Overlays/StencilOverlay.Weather.cs index bc514548036..ad69522dfda 100644 --- a/Content.Client/Overlays/StencilOverlay.Weather.cs +++ b/Content.Client/Overlays/StencilOverlay.Weather.cs @@ -35,7 +35,7 @@ private void DrawWeather(in OverlayDrawArgs args, WeatherPrototype weatherProto, var matty = Matrix3x2.Multiply(matrix, invMatrix); worldHandle.SetTransform(matty); - foreach (var tile in grid.Comp.GetTilesIntersecting(worldAABB)) + foreach (var tile in _map.GetTilesIntersecting(grid.Owner, grid, worldAABB)) { // Ignored tiles for stencil if (_weather.CanWeatherAffect(grid.Owner, grid, tile)) diff --git a/Content.Client/Overlays/StencilOverlay.cs b/Content.Client/Overlays/StencilOverlay.cs index 78b1c4d2b15..eb5c27156ed 100644 --- a/Content.Client/Overlays/StencilOverlay.cs +++ b/Content.Client/Overlays/StencilOverlay.cs @@ -24,6 +24,7 @@ public sealed partial class StencilOverlay : Overlay [Dependency] private readonly IPrototypeManager _protoManager = default!; private readonly ParallaxSystem _parallax; private readonly SharedTransformSystem _transform; + private readonly SharedMapSystem _map; private readonly SpriteSystem _sprite; private readonly WeatherSystem _weather; @@ -33,11 +34,12 @@ public sealed partial class StencilOverlay : Overlay private readonly ShaderInstance _shader; - public StencilOverlay(ParallaxSystem parallax, SharedTransformSystem transform, SpriteSystem sprite, WeatherSystem weather) + public StencilOverlay(ParallaxSystem parallax, SharedTransformSystem transform, SharedMapSystem map, SpriteSystem sprite, WeatherSystem weather) { ZIndex = ParallaxSystem.ParallaxZIndex + 1; _parallax = parallax; _transform = transform; + _map = map; _sprite = sprite; _weather = weather; IoCManager.InjectDependencies(this); diff --git a/Content.Client/Overlays/StencilOverlaySystem.cs b/Content.Client/Overlays/StencilOverlaySystem.cs index c8a9553cfdd..364ec0fddbf 100644 --- a/Content.Client/Overlays/StencilOverlaySystem.cs +++ b/Content.Client/Overlays/StencilOverlaySystem.cs @@ -10,13 +10,14 @@ public sealed class StencilOverlaySystem : EntitySystem [Dependency] private readonly IOverlayManager _overlay = default!; [Dependency] private readonly ParallaxSystem _parallax = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly SharedMapSystem _map = default!; [Dependency] private readonly SpriteSystem _sprite = default!; [Dependency] private readonly WeatherSystem _weather = default!; public override void Initialize() { base.Initialize(); - _overlay.AddOverlay(new StencilOverlay(_parallax, _transform, _sprite, _weather)); + _overlay.AddOverlay(new StencilOverlay(_parallax, _transform, _map, _sprite, _weather)); } public override void Shutdown() diff --git a/Content.Server/Anomaly/Effects/GasProducerAnomalySystem.cs b/Content.Server/Anomaly/Effects/GasProducerAnomalySystem.cs index 7fee8fdb985..b6bc012d83e 100644 --- a/Content.Server/Anomaly/Effects/GasProducerAnomalySystem.cs +++ b/Content.Server/Anomaly/Effects/GasProducerAnomalySystem.cs @@ -16,6 +16,7 @@ public sealed class GasProducerAnomalySystem : EntitySystem { [Dependency] private readonly AtmosphereSystem _atmosphere = default!; [Dependency] private readonly IRobustRandom _random = default!; + [Dependency] private readonly SharedMapSystem _map = default!; public override void Initialize() { @@ -56,8 +57,11 @@ private void ReleaseGas(EntityUid uid, Gas gas, float mols, float radius, int co return; var localpos = xform.Coordinates.Position; - var tilerefs = grid.GetLocalTilesIntersecting( - new Box2(localpos + new Vector2(-radius, -radius), localpos + new Vector2(radius, radius))).ToArray(); + var tilerefs = _map.GetLocalTilesIntersecting( + xform.GridUid.Value, + grid, + new Box2(localpos + new Vector2(-radius, -radius), localpos + new Vector2(radius, radius))) + .ToArray(); if (tilerefs.Length == 0) return; diff --git a/Content.Server/Dragon/DragonSystem.cs b/Content.Server/Dragon/DragonSystem.cs index 42610a03237..efac049b354 100644 --- a/Content.Server/Dragon/DragonSystem.cs +++ b/Content.Server/Dragon/DragonSystem.cs @@ -28,6 +28,7 @@ public sealed partial class DragonSystem : EntitySystem [Dependency] private readonly SharedActionsSystem _actions = default!; [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly SharedMapSystem _map = default!; [Dependency] private readonly MobStateSystem _mobState = default!; private EntityQuery _objQuery; @@ -156,7 +157,7 @@ private void OnSpawnRift(EntityUid uid, DragonComponent component, DragonSpawnRi } // cant put a rift on solars - foreach (var tile in grid.GetTilesIntersecting(new Circle(_transform.GetWorldPosition(xform), RiftTileRadius), false)) + foreach (var tile in _map.GetTilesIntersecting(xform.GridUid.Value, grid, new Circle(_transform.GetWorldPosition(xform), RiftTileRadius), false)) { if (!tile.IsSpace(_tileDef)) continue; diff --git a/Content.Server/Nuke/NukeSystem.cs b/Content.Server/Nuke/NukeSystem.cs index 38c1070a8ab..ffeb852e8b5 100644 --- a/Content.Server/Nuke/NukeSystem.cs +++ b/Content.Server/Nuke/NukeSystem.cs @@ -40,6 +40,7 @@ public sealed class NukeSystem : EntitySystem [Dependency] private readonly SharedAudioSystem _audio = default!; [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly SharedMapSystem _map = default!; [Dependency] private readonly StationSystem _station = default!; [Dependency] private readonly UserInterfaceSystem _ui = default!; [Dependency] private readonly AppearanceSystem _appearance = default!; @@ -190,7 +191,7 @@ private async void OnAnchorButtonPressed(EntityUid uid, NukeComponent component, var worldPos = _transform.GetWorldPosition(xform); - foreach (var tile in grid.GetTilesIntersecting(new Circle(worldPos, component.RequiredFloorRadius), false)) + foreach (var tile in _map.GetTilesIntersecting(xform.GridUid.Value, grid, new Circle(worldPos, component.RequiredFloorRadius), false)) { if (!tile.IsSpace(_tileDefManager)) continue; diff --git a/Content.Server/Respawn/SpecialRespawnSystem.cs b/Content.Server/Respawn/SpecialRespawnSystem.cs index 6d398db259d..a403818e742 100644 --- a/Content.Server/Respawn/SpecialRespawnSystem.cs +++ b/Content.Server/Respawn/SpecialRespawnSystem.cs @@ -21,6 +21,7 @@ public sealed class SpecialRespawnSystem : SharedSpecialRespawnSystem [Dependency] private readonly AtmosphereSystem _atmosphere = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly SharedMapSystem _map = default!; [Dependency] private readonly TurfSystem _turf = default!; [Dependency] private readonly IChatManager _chat = default!; [Dependency] private readonly IPrototypeManager _proto = default!; @@ -105,7 +106,7 @@ private void OnTermination(EntityUid uid, SpecialRespawnComponent component, ref var found = false; - foreach (var tile in grid.GetTilesIntersecting(circle)) + foreach (var tile in _map.GetTilesIntersecting(entityGridUid.Value, grid, circle)) { if (tile.IsSpace(_tileDefinitionManager) || _turf.IsTileBlocked(tile, CollisionGroup.MobMask) @@ -176,7 +177,7 @@ public bool TryFindRandomTile(EntityUid targetGrid, EntityUid targetMap, int max var mapTarget = grid.WorldToTile(mapPos); var circle = new Circle(mapPos, 2); - foreach (var newTileRef in grid.GetTilesIntersecting(circle)) + foreach (var newTileRef in _map.GetTilesIntersecting(targetGrid, grid, circle)) { if (newTileRef.IsSpace(_tileDefinitionManager) || _turf.IsTileBlocked(newTileRef, CollisionGroup.MobMask) || !_atmosphere.IsTileMixtureProbablySafe(targetGrid, targetMap, mapTarget)) continue; diff --git a/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs b/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs index f972865509e..6b83a61d286 100644 --- a/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs +++ b/Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs @@ -43,6 +43,7 @@ public sealed partial class RevenantSystem [Dependency] private readonly TileSystem _tile = default!; [Dependency] private readonly EntityWhitelistSystem _whitelistSystem = default!; [Dependency] private readonly SharedTransformSystem _transformSystem = default!; + [Dependency] private readonly SharedMapSystem _mapSystem = default!; private void InitializeAbilities() { @@ -228,8 +229,12 @@ private void OnDefileAction(EntityUid uid, RevenantComponent component, Revenant var xform = Transform(uid); if (!TryComp(xform.GridUid, out var map)) return; - var tiles = map.GetTilesIntersecting(Box2.CenteredAround(_transformSystem.GetWorldPosition(xform), - new Vector2(component.DefileRadius * 2, component.DefileRadius))).ToArray(); + var tiles = _mapSystem.GetTilesIntersecting( + xform.GridUid.Value, + map, + Box2.CenteredAround(_transformSystem.GetWorldPosition(xform), + new Vector2(component.DefileRadius * 2, component.DefileRadius))) + .ToArray(); _random.Shuffle(tiles); diff --git a/Content.Server/Salvage/SpawnSalvageMissionJob.cs b/Content.Server/Salvage/SpawnSalvageMissionJob.cs index 31c6b73253d..21da7e89a07 100644 --- a/Content.Server/Salvage/SpawnSalvageMissionJob.cs +++ b/Content.Server/Salvage/SpawnSalvageMissionJob.cs @@ -193,7 +193,7 @@ protected override async Task Process() List reservedTiles = new(); - foreach (var tile in grid.GetTilesIntersecting(new Circle(Vector2.Zero, landingPadRadius), false)) + foreach (var tile in _map.GetTilesIntersecting(mapUid, grid, new Circle(Vector2.Zero, landingPadRadius), false)) { if (!_biome.TryGetBiomeTile(mapUid, grid, tile.GridIndices, out _)) continue; diff --git a/Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs b/Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs index bf5a45549ce..2a2952916ec 100644 --- a/Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs +++ b/Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs @@ -308,7 +308,7 @@ public void ConsumeTilesInRange(EntityUid uid, float range, TransformComponent? foreach (var grid in grids) { // TODO: Remover grid.Owner when this iterator returns entityuids as well. - AttemptConsumeTiles(uid, grid.Comp.GetTilesIntersecting(circle), grid, grid, eventHorizon); + AttemptConsumeTiles(uid, _mapSystem.GetTilesIntersecting(grid.Owner, grid.Comp, circle), grid, grid, eventHorizon); } } diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs index 05912229960..7b8430dc480 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/ThrowArtifactSystem.cs @@ -4,7 +4,6 @@ using Content.Shared.Maps; using Content.Shared.Physics; using Content.Shared.Throwing; -using Robust.Server.GameObjects; using Robust.Shared.Map.Components; using Robust.Shared.Physics.Components; using Robust.Shared.Random; @@ -17,7 +16,8 @@ public sealed class ThrowArtifactSystem : EntitySystem [Dependency] private readonly EntityLookupSystem _lookup = default!; [Dependency] private readonly ThrowingSystem _throwing = default!; [Dependency] private readonly TileSystem _tile = default!; - [Dependency] private readonly TransformSystem _transform = default!; + [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly SharedMapSystem _mapSystem = default!; /// public override void Initialize() @@ -30,7 +30,9 @@ private void OnActivated(EntityUid uid, ThrowArtifactComponent component, Artifa var xform = Transform(uid); if (TryComp(xform.GridUid, out var grid)) { - var tiles = grid.GetTilesIntersecting( + var tiles = _mapSystem.GetTilesIntersecting( + xform.GridUid.Value, + grid, Box2.CenteredAround(_transform.GetWorldPosition(xform), new Vector2(component.Range * 2, component.Range))); foreach (var tile in tiles) diff --git a/Content.Shared/Anomaly/SharedAnomalySystem.cs b/Content.Shared/Anomaly/SharedAnomalySystem.cs index 00d97c1a46e..05e12d406e2 100644 --- a/Content.Shared/Anomaly/SharedAnomalySystem.cs +++ b/Content.Shared/Anomaly/SharedAnomalySystem.cs @@ -34,6 +34,7 @@ public abstract class SharedAnomalySystem : EntitySystem [Dependency] protected readonly SharedPopupSystem Popup = default!; [Dependency] private readonly IPrototypeManager _prototype = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; + [Dependency] private readonly SharedMapSystem _map = default!; public override void Initialize() { @@ -358,8 +359,11 @@ public override void Update(float frameTime) var amount = (int) (MathHelper.Lerp(settings.MinAmount, settings.MaxAmount, severity * stability * powerModifier) + 0.5f); var localpos = xform.Coordinates.Position; - var tilerefs = grid.GetLocalTilesIntersecting( - new Box2(localpos + new Vector2(-settings.MaxRange, -settings.MaxRange), localpos + new Vector2(settings.MaxRange, settings.MaxRange))).ToList(); + var tilerefs = _map.GetLocalTilesIntersecting( + xform.GridUid.Value, + grid, + new Box2(localpos + new Vector2(-settings.MaxRange, -settings.MaxRange), localpos + new Vector2(settings.MaxRange, settings.MaxRange))) + .ToList(); if (tilerefs.Count == 0) return null; diff --git a/Content.Shared/Random/Rules/NearbyTilesPercent.cs b/Content.Shared/Random/Rules/NearbyTilesPercent.cs index 465ac8dc5c6..8d6485dc768 100644 --- a/Content.Shared/Random/Rules/NearbyTilesPercent.cs +++ b/Content.Shared/Random/Rules/NearbyTilesPercent.cs @@ -23,6 +23,8 @@ public sealed partial class NearbyTilesPercentRule : RulesRule [DataField] public float Range = 10f; + private readonly SharedMapSystem _map; + public override bool Check(EntityManager entManager, EntityUid uid) { if (!entManager.TryGetComponent(uid, out TransformComponent? xform) || @@ -38,7 +40,7 @@ public override bool Check(EntityManager entManager, EntityUid uid) var tileCount = 0; var matchingTileCount = 0; - foreach (var tile in grid.GetTilesIntersecting(new Circle(transform.GetWorldPosition(xform), + foreach (var tile in _map.GetTilesIntersecting(xform.GridUid.Value, grid, new Circle(transform.GetWorldPosition(xform), Range))) { // Only consider collidable anchored (for reasons some subfloor stuff has physics but non-collidable) From bf312f23065d215e10ea4418b9081c8270f4a159 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:30:01 -0500 Subject: [PATCH 102/160] Update Snowasis (#33364) * Update Snowasis * Appease test gods * Woops had the leftward animation backwards. Fixed. * add santa suits and envelopes to chapel * It looks worse unscaled but whatever. * fix ghost role * examines --- .../ghost/roles/ghost-role-component.ftl | 4 + Resources/Locale/en-US/species/species.ftl | 1 + Resources/Maps/oasis.yml | 7829 ++++++++++------- .../Catalog/Cargo/cargo_service.yml | 12 + .../Catalog/Fills/Boxes/general.yml | 20 + .../Catalog/Fills/Crates/service.yml | 11 + .../Entities/Markers/Spawners/mobs.yml | 43 + .../Prototypes/Entities/Mobs/NPCs/animals.yml | 94 + .../Entities/Mobs/Player/gingerbread.yml | 20 + Resources/Prototypes/Species/gingerbread.yml | 2 +- .../Mobs/Animals/reindeer_buck.rsi/meta.json | 52 + .../reindeer_buck.rsi/reindeer_buck.png | Bin 0 -> 3495 bytes .../reindeer_buck.rsi/reindeer_buck_dead.png | Bin 0 -> 3328 bytes .../reindeer_buck.rsi/reindeer_buck_still.png | Bin 0 -> 1180 bytes .../Mobs/Animals/reindeer_doe.rsi/meta.json | 52 + .../Animals/reindeer_doe.rsi/reindeer_doe.png | Bin 0 -> 3139 bytes .../reindeer_doe.rsi/reindeer_doe_dead.png | Bin 0 -> 3081 bytes .../reindeer_doe.rsi/reindeer_doe_still.png | Bin 0 -> 1035 bytes 18 files changed, 5115 insertions(+), 3025 deletions(-) create mode 100644 Resources/Textures/Mobs/Animals/reindeer_buck.rsi/meta.json create mode 100644 Resources/Textures/Mobs/Animals/reindeer_buck.rsi/reindeer_buck.png create mode 100644 Resources/Textures/Mobs/Animals/reindeer_buck.rsi/reindeer_buck_dead.png create mode 100644 Resources/Textures/Mobs/Animals/reindeer_buck.rsi/reindeer_buck_still.png create mode 100644 Resources/Textures/Mobs/Animals/reindeer_doe.rsi/meta.json create mode 100644 Resources/Textures/Mobs/Animals/reindeer_doe.rsi/reindeer_doe.png create mode 100644 Resources/Textures/Mobs/Animals/reindeer_doe.rsi/reindeer_doe_dead.png create mode 100644 Resources/Textures/Mobs/Animals/reindeer_doe.rsi/reindeer_doe_still.png diff --git a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl index 77d2645c4c5..3abe86e1d70 100644 --- a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl @@ -310,3 +310,7 @@ ghost-role-information-artifact-description = Enact your eldritch whims. Forcibl ghost-role-information-tomatokiller-name = Tomato killer ghost-role-information-tomatokiller-description = This little tomato will serve the botanist for the rest of his life... that is, a couple of minutes +ghost-role-information-gingerbread-name = Gingerbread Man +ghost-role-information-gingerbread-description = A being of pure holiday spirit. + Spread molassesy goodness and to all good cheer. + diff --git a/Resources/Locale/en-US/species/species.ftl b/Resources/Locale/en-US/species/species.ftl index bb5c3a67ac5..edae826358e 100644 --- a/Resources/Locale/en-US/species/species.ftl +++ b/Resources/Locale/en-US/species/species.ftl @@ -9,6 +9,7 @@ species-name-arachnid = Arachnid species-name-moth = Moth Person species-name-skeleton = Skeleton species-name-vox = Vox +species-name-gingerbread = delicious baked good ## Misc species things diff --git a/Resources/Maps/oasis.yml b/Resources/Maps/oasis.yml index 0b5a6bec70e..95a93d9e637 100644 --- a/Resources/Maps/oasis.yml +++ b/Resources/Maps/oasis.yml @@ -13,6 +13,7 @@ tilemap: 15: FloorBar 17: FloorBlue 18: FloorBlueCircuit + 5: FloorBoxing 22: FloorBrokenWood 23: FloorCarpetClown 28: FloorClown @@ -42,6 +43,7 @@ tilemap: 79: FloorPlanetGrass 82: FloorReinforced 83: FloorReinforcedHardened + 6: FloorSnow 96: FloorSteel 101: FloorSteelDiagonal 106: FloorSteelMini @@ -90,119 +92,119 @@ entities: chunks: 0,0: ind: 0,0 - tiles: HwAAAAADHwAAAAACHwAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAABHwAAAAACHwAAAAADHwAAAAABHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAAAHQAAAAABHQAAAAABHwAAAAAAHwAAAAACHwAAAAACHQAAAAACHQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAASgAAAAAASgAAAAAANgAAAAADNgAAAAAASgAAAAAAgQAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAAAgQAAAAAATwAAAAABDAAAAAACDAAAAAADSgAAAAAADAAAAAADSgAAAAAASgAAAAAANgAAAAADNgAAAAADSgAAAAAASgAAAAAAHQAAAAACHQAAAAAAHQAAAAAAgQAAAAAADAAAAAABDAAAAAADDAAAAAACDAAAAAABDAAAAAACDAAAAAADDAAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAAAHQAAAAAAgQAAAAAADAAAAAACDAAAAAACDAAAAAADDAAAAAACDAAAAAAADAAAAAACDAAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAAAHQAAAAABSgAAAAAADAAAAAADDAAAAAACDAAAAAAADAAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAAAHQAAAAABSgAAAAAASgAAAAAASgAAAAAADAAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAACHQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAADHQAAAAABHQAAAAAAMgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAABDAAAAAAAHQAAAAADHQAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAABDAAAAAADDAAAAAABHQAAAAABHQAAAAABNgAAAAAANgAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAADSgAAAAAAHQAAAAADHQAAAAABNgAAAAACNgAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAAAHQAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAAADAAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAABHQAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAABDAAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAAAHQAAAAADgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAAADAAAAAABDAAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAA + tiles: HwAAAAADHwAAAAADHwAAAAABHQAAAAADHQAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAACHQAAAAACHQAAAAAAHwAAAAAAHwAAAAABHwAAAAACHQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAACHQAAAAAAHQAAAAACHQAAAAABHwAAAAACHwAAAAACHwAAAAADHQAAAAABHQAAAAAAgQAAAAAADgAAAAADDgAAAAAADgAAAAAAgQAAAAAADgAAAAAADgAAAAAANgAAAAABNgAAAAADDgAAAAAAgQAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAACgQAAAAAADgAAAAAADgAAAAAHDgAAAAAADgAAAAAADgAAAAAKDgAAAAAJDgAAAAAANgAAAAAANgAAAAADDgAAAAAADgAAAAAAHQAAAAACHQAAAAAAHQAAAAABgQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAGDgAAAAAADgAAAAAADgAAAAAAHQAAAAADHQAAAAADgQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAACHQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAADHQAAAAABHQAAAAAADgAAAAAADgAAAAAADgAAAAAEDgAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAGDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAACHQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAADDgAAAAAHDgAAAAAADgAAAAAADgAAAAAADgAAAAAKDgAAAAAKHQAAAAADHQAAAAABMgAAAAAADgAAAAALDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAHDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAADHQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAJHQAAAAAAHQAAAAACNgAAAAADNgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAABHQAAAAADNgAAAAACNgAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAMDgAAAAACDgAAAAAAHQAAAAADHQAAAAACDgAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAFDgAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAAGDgAAAAACDgAAAAAAHQAAAAACHQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAALDgAAAAAADgAAAAAADgAAAAAAHQAAAAACHQAAAAABgQAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAFDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAFDgAAAAAADgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: HQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAADHwAAAAAAHwAAAAABHQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAABHQAAAAABHQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAABHwAAAAABHwAAAAADDwAAAAACgQAAAAAASgAAAAAASgAAAAAANgAAAAAANgAAAAAASgAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAHQAAAAAAHQAAAAABHwAAAAADHwAAAAAADwAAAAABDwAAAAACSgAAAAAASgAAAAAANgAAAAADNgAAAAABSgAAAAAADAAAAAADSgAAAAAASgAAAAAASgAAAAAADAAAAAAAgQAAAAAAHQAAAAABHQAAAAAAHQAAAAADDwAAAAABDwAAAAAADwAAAAACSgAAAAAANgAAAAADNgAAAAAANgAAAAADDAAAAAACSgAAAAAASgAAAAAASgAAAAAADAAAAAAADAAAAAACgQAAAAAAHQAAAAADHQAAAAAADwAAAAABDwAAAAADDwAAAAABNgAAAAADNgAAAAAANgAAAAACDAAAAAACDAAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAACDAAAAAACgQAAAAAAHQAAAAAADwAAAAAADwAAAAADDwAAAAACNgAAAAAANgAAAAACNgAAAAACSgAAAAAASgAAAAAADwAAAAACDwAAAAACDwAAAAAADwAAAAADSgAAAAAASgAAAAAASgAAAAAAHQAAAAACDwAAAAACDwAAAAACDwAAAAADNgAAAAABNgAAAAAANgAAAAAAMgAAAAAASgAAAAAADwAAAAABDwAAAAABDwAAAAACDwAAAAADSgAAAAAASgAAAAAASgAAAAAAHQAAAAACDwAAAAAADwAAAAACDwAAAAACDAAAAAABNgAAAAAANgAAAAAASgAAAAAASgAAAAAADwAAAAABDwAAAAADDwAAAAABDwAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAABDwAAAAABDwAAAAADDwAAAAAADAAAAAACNgAAAAABNgAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAADgQAAAAAAHQAAAAABDwAAAAADDwAAAAAADAAAAAACDAAAAAADNgAAAAAANgAAAAADNgAAAAACNgAAAAACSgAAAAAASgAAAAAADAAAAAADDAAAAAABDAAAAAACDAAAAAADMgAAAAAAHQAAAAABDwAAAAABDAAAAAAADAAAAAAASgAAAAAANgAAAAABNgAAAAAANgAAAAAANgAAAAADNgAAAAAADAAAAAADDAAAAAABDAAAAAACMgAAAAAAMgAAAAAAMgAAAAAAHQAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAAANgAAAAABNgAAAAAANgAAAAABNgAAAAACNgAAAAADNgAAAAADNgAAAAADNgAAAAAANgAAAAACHQAAAAABSgAAAAAAAQAAAAACAQAAAAABAQAAAAAAAQAAAAABSgAAAAAANgAAAAABNgAAAAABNgAAAAACNgAAAAABNgAAAAACNgAAAAAANgAAAAADNgAAAAACNgAAAAAAHQAAAAAASgAAAAAAAQAAAAAAAQAAAAADAQAAAAAAAQAAAAABSgAAAAAANgAAAAAANgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAAANgAAAAADSgAAAAAAHQAAAAADSgAAAAAAAQAAAAAAAQAAAAADAQAAAAACAQAAAAADSgAAAAAANgAAAAACNgAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAAANgAAAAACgQAAAAAAHQAAAAAC + tiles: HQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAABHQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAADHQAAAAAAHwAAAAABHwAAAAACHQAAAAACHQAAAAACHQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAACHwAAAAAAHwAAAAAADwAAAAADgQAAAAAADgAAAAAJDgAAAAAANgAAAAACNgAAAAADDgAAAAAAgQAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAHQAAAAAAHQAAAAAAHwAAAAADHwAAAAADDwAAAAAADwAAAAAADgAAAAAADgAAAAAANgAAAAACNgAAAAADDgAAAAAKDgAAAAAADgAAAAAADgAAAAAFDgAAAAAJDgAAAAAAgQAAAAAAHQAAAAADHQAAAAAAHQAAAAACDwAAAAAADwAAAAADDwAAAAACDgAAAAAANgAAAAAANgAAAAACNgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAIDgAAAAAAgQAAAAAAHQAAAAAAHQAAAAABDwAAAAACDwAAAAAADwAAAAACNgAAAAACNgAAAAAANgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAABDgAAAAAADgAAAAAAgQAAAAAAHQAAAAABDwAAAAAADwAAAAAADwAAAAABNgAAAAACNgAAAAADNgAAAAABDgAAAAALDgAAAAAADwAAAAADDwAAAAACDwAAAAACDwAAAAAADgAAAAAGDgAAAAAADgAAAAACHQAAAAADDwAAAAABDwAAAAAADwAAAAACNgAAAAABNgAAAAACNgAAAAACDgAAAAAADgAAAAAADwAAAAABDwAAAAAADwAAAAADDwAAAAADDgAAAAAADgAAAAAADgAAAAAAHQAAAAADDwAAAAABDwAAAAABDwAAAAADDgAAAAAGNgAAAAADNgAAAAADDgAAAAAADgAAAAAADwAAAAABDwAAAAAADwAAAAADDwAAAAACDgAAAAABDgAAAAAADgAAAAAAHQAAAAABDwAAAAABDwAAAAABDwAAAAACDgAAAAAANgAAAAADNgAAAAAADgAAAAALDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAHQAAAAADDwAAAAAADwAAAAABDgAAAAAADgAAAAAANgAAAAACNgAAAAADNgAAAAADNgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAALDgAAAAAAHQAAAAACDwAAAAAADgAAAAAADgAAAAAADgAAAAAANgAAAAACNgAAAAADNgAAAAAANgAAAAACNgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAKHQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAHNgAAAAABNgAAAAADNgAAAAAANgAAAAACNgAAAAABNgAAAAAANgAAAAABNgAAAAABNgAAAAADNgAAAAAAHQAAAAACDgAAAAACAQAAAAACAQAAAAADAQAAAAAAAQAAAAAADgAAAAAKNgAAAAAANgAAAAABNgAAAAAANgAAAAADNgAAAAABNgAAAAACNgAAAAABNgAAAAABNgAAAAAAHQAAAAAASgAAAAAAAQAAAAABAQAAAAAAAQAAAAADAQAAAAADDgAAAAAANgAAAAACNgAAAAACDgAAAAAIDgAAAAAADgAAAAAADgAAAAAANgAAAAAANgAAAAAADgAAAAAAHQAAAAAADgAAAAAGAQAAAAADAQAAAAAAAQAAAAAAAQAAAAADDgAAAAAANgAAAAABNgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAANgAAAAACNgAAAAAAgQAAAAAAHQAAAAAC version: 6 0,-1: ind: 0,-1 - tiles: HQAAAAABHQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAACDAAAAAABDAAAAAADMgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAABHQAAAAABHQAAAAADgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAABNgAAAAADHQAAAAACHQAAAAACNgAAAAAANgAAAAADNgAAAAAANgAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAABNgAAAAADNgAAAAADHQAAAAAAHQAAAAABNgAAAAADNgAAAAABNgAAAAADNgAAAAACNgAAAAAANgAAAAACNgAAAAADSgAAAAAASgAAAAAASgAAAAAANgAAAAABNgAAAAACNgAAAAAASgAAAAAAHQAAAAAAHQAAAAACSgAAAAAASgAAAAAANgAAAAACNgAAAAADNgAAAAAANgAAAAADNgAAAAAANgAAAAABNgAAAAADNgAAAAACNgAAAAAANgAAAAAASgAAAAAASgAAAAAAHQAAAAACHQAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAAANgAAAAADNgAAAAAANgAAAAADNgAAAAACNgAAAAABSgAAAAAASgAAAAAASgAAAAAAHQAAAAADHQAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAADNgAAAAAANgAAAAADNgAAAAACSgAAAAAASgAAAAAASgAAAAAAHQAAAAADHQAAAAACgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAACNgAAAAAANgAAAAACSgAAAAAASgAAAAAASgAAAAAAHQAAAAADHQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANwAAAAACNwAAAAACNwAAAAAASgAAAAAASgAAAAAANgAAAAAANgAAAAAANgAAAAAASgAAAAAASgAAAAAAHQAAAAADHQAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAANwAAAAAANwAAAAADNwAAAAADSgAAAAAASgAAAAAANgAAAAACNgAAAAABNgAAAAABSgAAAAAASgAAAAAAHQAAAAAAHQAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAANwAAAAADNwAAAAADNwAAAAADSgAAAAAASgAAAAAASgAAAAAANgAAAAABNgAAAAABSgAAAAAASgAAAAAAHQAAAAADHQAAAAAAgQAAAAAADAAAAAABDAAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAAANgAAAAABNgAAAAAASgAAAAAAHQAAAAACHQAAAAADHQAAAAADgQAAAAAADAAAAAACDAAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAACNgAAAAADNgAAAAAASgAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAACgQAAAAAADAAAAAAADAAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAABNgAAAAAANgAAAAAASgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHQAAAAABHQAAAAADgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAABNgAAAAABgQAAAAAAHwAAAAADHwAAAAAAHwAAAAACHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAABHQAAAAABHQAAAAABHQAAAAACHQAAAAAAHQAAAAABHQAAAAABHQAAAAAB + tiles: HQAAAAACHQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAABHQAAAAACgQAAAAAADgAAAAAADgAAAAAADgAAAAAFDgAAAAAADgAAAAAIDgAAAAALDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAALDgAAAAAADgAAAAAAHQAAAAADHQAAAAADNgAAAAAANgAAAAAANgAAAAABNgAAAAABDgAAAAAADgAAAAAIDgAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAAFDgAAAAAADgAAAAAAHQAAAAADHQAAAAADNgAAAAACNgAAAAABNgAAAAABNgAAAAACNgAAAAADNgAAAAADNgAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAFDgAAAAADDgAAAAAADgAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAANgAAAAADNgAAAAABNgAAAAADNgAAAAABNgAAAAAANgAAAAABNgAAAAABNgAAAAAADgAAAAAADgAAAAABDgAAAAALDgAAAAAAHQAAAAACHQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANgAAAAADNgAAAAADNgAAAAABNgAAAAADNgAAAAAANgAAAAABDgAAAAADDgAAAAAADgAAAAAAHQAAAAABHQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANgAAAAABNgAAAAAANgAAAAAANgAAAAAADgAAAAAGDgAAAAAADgAAAAAAHQAAAAADHQAAAAABgQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANgAAAAACNgAAAAACNgAAAAACDgAAAAAADgAAAAAADgAAAAABHQAAAAACHQAAAAAADgAAAAAADgAAAAAADgAAAAAFDgAAAAAFDQAAAAAADQAAAAAADQAAAAAADgAAAAACDgAAAAAANgAAAAAANgAAAAABNgAAAAACDgAAAAAADgAAAAAAHQAAAAACHQAAAAADDgAAAAAADgAAAAAADgAAAAAEDgAAAAAADQAAAAAANwAAAAADDQAAAAAADgAAAAAADgAAAAAANgAAAAACNgAAAAABNgAAAAABDgAAAAAADgAAAAABHQAAAAADHQAAAAACDgAAAAAADgAAAAAADgAAAAADDgAAAAAADQAAAAAADQAAAAAADQAAAAAADgAAAAAEDgAAAAAADgAAAAAANgAAAAAANgAAAAAADgAAAAAADgAAAAAAHQAAAAAAHQAAAAACgQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANgAAAAABNgAAAAADNgAAAAABDgAAAAAHHQAAAAACHQAAAAADHQAAAAABgQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAHDgAAAAAADgAAAAAADgAAAAAANgAAAAACNgAAAAACNgAAAAAADgAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABgQAAAAAADgAAAAAADgAAAAAADgAAAAAKDgAAAAAMDgAAAAAADgAAAAAADgAAAAAANgAAAAACNgAAAAACNgAAAAAADgAAAAAFHwAAAAAAHwAAAAABHwAAAAABHQAAAAADHQAAAAADgQAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAADgAAAAACDgAAAAAADgAAAAALNgAAAAABNgAAAAABgQAAAAAAHwAAAAABHwAAAAABHwAAAAADHQAAAAACHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: NgAAAAADNgAAAAACNgAAAAAANgAAAAABNgAAAAABNgAAAAADNgAAAAAANgAAAAADNgAAAAACNgAAAAACNgAAAAACNgAAAAADNgAAAAACNgAAAAABNgAAAAAAHQAAAAACNgAAAAAAMgAAAAAANwAAAAAANwAAAAAAMgAAAAAANgAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAAADAAAAAACDAAAAAACSgAAAAAAgQAAAAAAHQAAAAABNgAAAAACNwAAAAACNwAAAAACNwAAAAADSgAAAAAANgAAAAADSgAAAAAAMgAAAAAASgAAAAAASgAAAAAASgAAAAAAMgAAAAAADAAAAAABSgAAAAAASgAAAAAAHQAAAAADNgAAAAABNwAAAAACNwAAAAABSgAAAAAASgAAAAAANgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAADNgAAAAABMgAAAAAANwAAAAADSgAAAAAAMgAAAAAANgAAAAACNgAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAAANgAAAAAANgAAAAADNgAAAAAANgAAAAAANgAAAAACNgAAAAAASgAAAAAAMgAAAAAASgAAAAAASgAAAAAASgAAAAAAMgAAAAAANgAAAAAANgAAAAACNgAAAAABHQAAAAABNgAAAAAADAAAAAAADAAAAAACSgAAAAAANgAAAAACSgAAAAAASgAAAAAADAAAAAAADAAAAAADSgAAAAAANgAAAAADNgAAAAABNgAAAAABNgAAAAABNgAAAAADHQAAAAABNgAAAAACDAAAAAADMgAAAAAASgAAAAAASgAAAAAAMgAAAAAADAAAAAADDAAAAAACSgAAAAAANgAAAAACNgAAAAABNgAAAAABNgAAAAAANgAAAAADNgAAAAAAHQAAAAACNgAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAABDAAAAAABNgAAAAAANgAAAAAANgAAAAABNgAAAAAANgAAAAACSgAAAAAASgAAAAAAHQAAAAADNgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAADNgAAAAADNgAAAAACNgAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAAANgAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAADNgAAAAABNgAAAAACNgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAAANgAAAAAASgAAAAAAMgAAAAAASgAAAAAASgAAAAAAMgAAAAAANgAAAAADNgAAAAABNgAAAAAASgAAAAAASgAAAAAADAAAAAABDAAAAAADDAAAAAADgQAAAAAAHQAAAAACNgAAAAADSgAAAAAADAAAAAADDAAAAAAASgAAAAAANgAAAAAANgAAAAADNgAAAAACNgAAAAAASgAAAAAADAAAAAABDAAAAAAADAAAAAABgQAAAAAAHQAAAAACHQAAAAAANgAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAADNgAAAAAANgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAABgQAAAAAAHQAAAAACHQAAAAADHQAAAAADNgAAAAACgQAAAAAASgAAAAAASgAAAAAASgAAAAAANgAAAAADNgAAAAADNgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAHQAAAAABHQAAAAABHwAAAAACHwAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAADHwAAAAACHwAAAAAB + tiles: NgAAAAACNgAAAAADNgAAAAACNgAAAAAANgAAAAAANgAAAAACNgAAAAAANgAAAAAANgAAAAADNgAAAAAANgAAAAACNgAAAAACNgAAAAABNgAAAAABNgAAAAACHQAAAAADNgAAAAABMgAAAAAADQAAAAAADQAAAAAAMgAAAAAANgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAHQAAAAADNgAAAAADDQAAAAAADQAAAAAADQAAAAAADgAAAAAANgAAAAACDgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAADMgAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAAANgAAAAACDQAAAAAADQAAAAAADgAAAAAADgAAAAAANgAAAAACDgAAAAAADgAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAACNgAAAAAAMgAAAAAADQAAAAAADgAAAAAAMgAAAAAANgAAAAACNgAAAAACDgAAAAAFDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAAANgAAAAADNgAAAAAANgAAAAABNgAAAAADNgAAAAAANgAAAAAADgAAAAAMMgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAANgAAAAAANgAAAAABNgAAAAACHQAAAAAANgAAAAAADgAAAAAADgAAAAADDgAAAAAANgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANgAAAAADNgAAAAAANgAAAAAANgAAAAADNgAAAAABHQAAAAACNgAAAAACDgAAAAAAMgAAAAAADgAAAAAADgAAAAAAMgAAAAAADgAAAAAHDgAAAAAEDgAAAAAANgAAAAACNgAAAAAANgAAAAAANgAAAAACNgAAAAABNgAAAAADHQAAAAABNgAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANgAAAAAANgAAAAAANgAAAAACNgAAAAABNgAAAAABDgAAAAAADgAAAAAAHQAAAAABNgAAAAABDgAAAAAEDgAAAAAGDgAAAAAADgAAAAAADgAAAAAADgAAAAAANgAAAAACNgAAAAADNgAAAAABNgAAAAABDgAAAAAADgAAAAAADgAAAAAEDgAAAAAAHQAAAAABNgAAAAAADgAAAAAEDgAAAAAGDgAAAAAIDgAAAAAADgAAAAAANgAAAAADNgAAAAADNgAAAAADNgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAABDgAAAAAGHQAAAAADNgAAAAADDgAAAAAAMgAAAAAADgAAAAAADgAAAAAAMgAAAAAANgAAAAACNgAAAAAANgAAAAABDgAAAAAADgAAAAAADgAAAAAHDgAAAAAADgAAAAAAgQAAAAAAHQAAAAAANgAAAAABDgAAAAAADgAAAAAGDgAAAAAADgAAAAAANgAAAAADNgAAAAADNgAAAAADNgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAHQAAAAADHQAAAAACNgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAANgAAAAAANgAAAAACNgAAAAAADgAAAAAADgAAAAAADgAAAAAFDgAAAAAAgQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACNgAAAAADgQAAAAAADgAAAAAJDgAAAAAADgAAAAALNgAAAAAANgAAAAADNgAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAHQAAAAADHQAAAAACHwAAAAACHwAAAAADHQAAAAACHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAABHQAAAAADHQAAAAADHQAAAAACHQAAAAABHQAAAAABHQAAAAACHQAAAAAAHwAAAAADHwAAAAAB version: 6 -1,1: ind: -1,1 - tiles: AwAAAAABAwAAAAACAwAAAAACAwAAAAADAwAAAAACgQAAAAAANgAAAAADNgAAAAAANgAAAAAANgAAAAADNgAAAAABNgAAAAACNgAAAAADNgAAAAAASgAAAAAAHQAAAAADAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAACNgAAAAADNgAAAAACNgAAAAADNgAAAAAANgAAAAADNgAAAAABNgAAAAABNgAAAAACNgAAAAABSgAAAAAAHQAAAAAAgQAAAAAAAwAAAAABAwAAAAAAAwAAAAACAwAAAAACgQAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAYAAAAAADgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAYAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAIAAAAAABYAAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAYAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAADYAAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADfQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAACfQAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABfQAAAAACgQAAAAAAfQAAAAAAfQAAAAADfQAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAABfQAAAAADfQAAAAABfQAAAAAAfQAAAAAAgQAAAAAAYAAAAAABYAAAAAAC + tiles: AwAAAAABAwAAAAABAwAAAAAAAwAAAAADAwAAAAAAgQAAAAAANgAAAAAANgAAAAAANgAAAAACNgAAAAACNgAAAAACNgAAAAADNgAAAAACNgAAAAACDgAAAAAHHQAAAAAAAwAAAAAAAwAAAAADAwAAAAABAwAAAAADAwAAAAAANgAAAAACNgAAAAABNgAAAAABNgAAAAABNgAAAAABNgAAAAACNgAAAAABNgAAAAADNgAAAAACDgAAAAAAHQAAAAADgQAAAAAAAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABgQAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAYAAAAAADgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAYAAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAIAAAAAACYAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAYAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACfQAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAfQAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABfQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAADgQAAAAAAfQAAAAABfQAAAAADfQAAAAADfQAAAAACfQAAAAACfQAAAAACfQAAAAABgQAAAAAAYAAAAAACYAAAAAAC version: 6 -2,-1: ind: -2,-1 - tiles: fAAAAAAAfAAAAAAAfAAAAAACfAAAAAACfAAAAAADfAAAAAACfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAAfAAAAAACfAAAAAABfAAAAAAAfAAAAAAAfAAAAAACfAAAAAAAfAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQwAAAAAAQwAAAAAFDAAAAAABSgAAAAAAgQAAAAAAgQAAAAAAfAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQwAAAAAFQwAAAAAEDAAAAAACSgAAAAAAfAAAAAAAgQAAAAAAfAAAAAABfAAAAAACgQAAAAAAfAAAAAABfAAAAAAAfAAAAAADgQAAAAAAbwAAAAAAbwAAAAAAcAAAAAAAQwAAAAADQwAAAAAADAAAAAACSgAAAAAAfAAAAAADgQAAAAAAfAAAAAAAfAAAAAAAgQAAAAAAfAAAAAADfAAAAAAAfAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAQwAAAAADQwAAAAAEDAAAAAABSgAAAAAAfAAAAAACgQAAAAAAfAAAAAADfAAAAAAAgQAAAAAAfAAAAAACfAAAAAACfAAAAAACgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAASgAAAAAAOQAAAAAAYAAAAAADOQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAcAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAASgAAAAAAOQAAAAAAYAAAAAACOQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAASgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAASgAAAAAAOQAAAAAAKQAAAAABOQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAAOQAAAAAAYAAAAAADOQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAADfQAAAAAAfQAAAAABgQAAAAAASgAAAAAAOQAAAAAAYAAAAAABOQAAAAAAYAAAAAADgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAfQAAAAABfQAAAAACfQAAAAACfQAAAAAAgQAAAAAASgAAAAAAIAAAAAABgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAABfQAAAAABgQAAAAAASgAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAASgAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAHQAAAAAD + tiles: fAAAAAABfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAACfAAAAAABfAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAMfAAAAAADfAAAAAADfAAAAAADfAAAAAACfAAAAAABfAAAAAACfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQwAAAAACQwAAAAAADgAAAAAADgAAAAAKgQAAAAAAgQAAAAAAfAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQwAAAAABQwAAAAACDgAAAAAADgAAAAAMfAAAAAACgQAAAAAAfAAAAAABfAAAAAABgQAAAAAAfAAAAAACfAAAAAADfAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAcAAAAAAAQwAAAAADQwAAAAAEDgAAAAAADgAAAAAAfAAAAAABgQAAAAAAfAAAAAAAfAAAAAABgQAAAAAAfAAAAAADfAAAAAAAfAAAAAACgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAQwAAAAAEQwAAAAADDgAAAAAADgAAAAAAfAAAAAABgQAAAAAAfAAAAAACfAAAAAABgQAAAAAAfAAAAAADfAAAAAAAfAAAAAABgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAAOQAAAAAAYAAAAAABOQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAcAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAAOQAAAAAAYAAAAAACOQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAAOQAAAAAAKQAAAAABOQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAAOQAAAAAAYAAAAAABOQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAACfQAAAAAAfQAAAAAAgQAAAAAADgAAAAAAOQAAAAAAYAAAAAABOQAAAAAAYAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAACfQAAAAABgQAAAAAADgAAAAAAIAAAAAACgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfQAAAAADfQAAAAADfQAAAAAAfQAAAAABgQAAAAAADgAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAADgAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABHQAAAAAA version: 6 -2,0: ind: -2,0 - tiles: YAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAHQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAACHQAAAAADgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAADwAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAADwAAAAADDwAAAAADDwAAAAACDwAAAAABgQAAAAAADwAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAADwAAAAADDwAAAAAADwAAAAABDwAAAAACKQAAAAABDwAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAADDwAAAAADDwAAAAABDwAAAAAAKQAAAAACDwAAAAABYAAAAAACYAAAAAACYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAADDwAAAAAADwAAAAAADwAAAAADKQAAAAADDwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAACDwAAAAAADwAAAAADDwAAAAACKQAAAAAADwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAABDwAAAAABDwAAAAABDwAAAAACKQAAAAAADwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAABDwAAAAACDwAAAAACDwAAAAABKQAAAAAADwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAAADwAAAAABDwAAAAABDwAAAAAAgQAAAAAADwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADwAAAAABgQAAAAAAgQAAAAAAgQAAAAAADwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAAAgQAAAAAADwAAAAACDwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAACgQAAAAAADwAAAAAADwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAACfQAAAAABgQAAAAAADwAAAAACDwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAADgQAAAAAADwAAAAABDwAAAAAC + tiles: YAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAABYAAAAAABHQAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAABHQAAAAADgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAADwAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAADwAAAAADDwAAAAADDwAAAAAADwAAAAADgQAAAAAADwAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAADwAAAAAADwAAAAABDwAAAAADDwAAAAAAKQAAAAACDwAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAABDwAAAAAADwAAAAAADwAAAAAAKQAAAAAADwAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAABDwAAAAADDwAAAAADDwAAAAACKQAAAAABDwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAAADwAAAAADDwAAAAACDwAAAAABKQAAAAAADwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAACKQAAAAABDwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAADDwAAAAABDwAAAAAADwAAAAAAKQAAAAACDwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAADwAAAAADDwAAAAABDwAAAAADDwAAAAADgQAAAAAADwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAADgQAAAAAADwAAAAABDwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAABgQAAAAAADwAAAAABDwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAAAgQAAAAAADwAAAAAADwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAADgQAAAAAADwAAAAAADwAAAAAC version: 6 -2,1: ind: -2,1 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAfQAAAAAAfQAAAAABfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAAB + tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAfQAAAAABfQAAAAABfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAAD version: 6 0,1: ind: 0,1 - tiles: HQAAAAAAHQAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAAADAAAAAACDAAAAAACDAAAAAAADAAAAAAADAAAAAADDAAAAAACSgAAAAAASgAAAAAASgAAAAAAHQAAAAABHQAAAAACSgAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAAADAAAAAADDAAAAAACDAAAAAABDAAAAAAADAAAAAADDAAAAAACDAAAAAADDAAAAAADDAAAAAACYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAATwAAAAACTwAAAAABTwAAAAADTwAAAAACYAAAAAACYAAAAAADKQAAAAADPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAKQAAAAADPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAgQAAAAAAZQAAAAABZQAAAAACZQAAAAADZQAAAAACYAAAAAABYAAAAAACKQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKQAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKQAAAAABZQAAAAADZQAAAAABZQAAAAADZQAAAAABYAAAAAABYAAAAAADYAAAAAABPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAgQAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAADYAAAAAAAYAAAAAADgQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAADfQAAAAADYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAAD + tiles: HQAAAAACHQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAIDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHQAAAAAAHQAAAAADDgAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAAIDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAALDgAAAAAADgAAAAADDgAAAAABYAAAAAADYAAAAAADKQAAAAACPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABKQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAgQAAAAAAZQAAAAADZQAAAAABZQAAAAABZQAAAAACYAAAAAACYAAAAAAAKQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKQAAAAAAZQAAAAADZQAAAAABZQAAAAAAZQAAAAAAYAAAAAACYAAAAAACgQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKQAAAAAAZQAAAAADZQAAAAACZQAAAAACZQAAAAAAYAAAAAADYAAAAAABYAAAAAACPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAgQAAAAAAZQAAAAAAZQAAAAADZQAAAAAAZQAAAAAAYAAAAAACYAAAAAABgQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAADgQAAAAAAbwAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAACfQAAAAADYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAADgQAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAAD version: 6 1,1: ind: 1,1 - tiles: DAAAAAADDAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAACKQAAAAABKQAAAAADKQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAACKQAAAAAADAAAAAACDAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAAAKQAAAAADKQAAAAACKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAABfwAAAAADgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAABKQAAAAABKQAAAAACgQAAAAAAfwAAAAADfwAAAAABfwAAAAAAfwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAABfQAAAAAAfQAAAAADfQAAAAACgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAfwAAAAADfQAAAAACfQAAAAABfQAAAAABgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAfwAAAAADfQAAAAAAfQAAAAACfQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAfwAAAAACfwAAAAACfwAAAAAAfwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIQAAAAACgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAADbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAZQAAAAACZQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAcAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAADgQAAAAAAcAAAAAAA + tiles: DgAAAAAADgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAADKQAAAAABKQAAAAAAKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAKQAAAAABKQAAAAABKQAAAAACDgAAAAAADgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAABKQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAAAfwAAAAADgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAABKQAAAAADKQAAAAAAKQAAAAABKQAAAAAAgQAAAAAAfwAAAAAAfwAAAAADfwAAAAABfwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAADfQAAAAABfQAAAAACfQAAAAABgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAfwAAAAAAfQAAAAACfQAAAAACfQAAAAADgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAfwAAAAACfQAAAAABfQAAAAADfQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAIAAAAAACIAAAAAACgQAAAAAAfwAAAAADfwAAAAADfwAAAAADfwAAAAACgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAARAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAACgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAABbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAZQAAAAABZQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAACgQAAAAAAbwAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAcAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAcAAAAAAA version: 6 1,0: ind: 1,0 - tiles: HQAAAAADHQAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAHQAAAAAAHQAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAACSgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACgQAAAAAAKQAAAAADgQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAASgAAAAAASgAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAABSgAAAAAASgAAAAAAgQAAAAAAIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAKQAAAAADgQAAAAAAKQAAAAAAKQAAAAAASgAAAAAADAAAAAADgQAAAAAAIAAAAAAAIQAAAAAAKQAAAAACIQAAAAAAIQAAAAAAKQAAAAACKQAAAAABKQAAAAADKQAAAAACKQAAAAABKQAAAAAAKQAAAAABKQAAAAACDAAAAAADDAAAAAACgQAAAAAAKQAAAAADIQAAAAAAKQAAAAAAIQAAAAAAIQAAAAAAKQAAAAABKQAAAAABKQAAAAACKQAAAAADKQAAAAACKQAAAAACKQAAAAACKQAAAAADDAAAAAADDAAAAAACgQAAAAAAIAAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAKQAAAAAAgQAAAAAAKQAAAAABKQAAAAAADAAAAAADDAAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAABDAAAAAACDAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAASgAAAAAADAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAABKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAABKQAAAAABSgAAAAAADAAAAAABDAAAAAADgQAAAAAAgQAAAAAAKQAAAAACKQAAAAADKQAAAAADKQAAAAABKQAAAAADKQAAAAACgQAAAAAAKQAAAAAAKQAAAAACKQAAAAADKQAAAAADSgAAAAAADAAAAAABDAAAAAABgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAADKQAAAAAAKQAAAAABKQAAAAABKQAAAAABKQAAAAABSgAAAAAADAAAAAAADAAAAAADgQAAAAAAgQAAAAAAKQAAAAACKQAAAAADKQAAAAACKQAAAAADKQAAAAADKQAAAAABKQAAAAABKQAAAAAAKQAAAAABKQAAAAACKQAAAAAASgAAAAAADAAAAAAADAAAAAACgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAABKQAAAAABKQAAAAADKQAAAAACKQAAAAAAgQAAAAAAKQAAAAAAKQAAAAABKQAAAAAAKQAAAAAC + tiles: HQAAAAADHQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAACHQAAAAAAHQAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAABDgAAAAAADgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAADDgAAAAAADgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAABDgAAAAAADgAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABJQAAAAABJQAAAAACJQAAAAACgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAACDgAAAAAADgAAAAAAgQAAAAAAIAAAAAADIQAAAAADIQAAAAADIQAAAAABIQAAAAACIQAAAAACJQAAAAACJQAAAAADJQAAAAABKQAAAAADgQAAAAAAKQAAAAACKQAAAAABDgAAAAABDgAAAAAAgQAAAAAAIAAAAAACIQAAAAADKQAAAAABIQAAAAADIQAAAAACKQAAAAACKQAAAAAAKQAAAAADKQAAAAAAKQAAAAABKQAAAAAAKQAAAAACKQAAAAACDgAAAAAADgAAAAAAgQAAAAAAKQAAAAADIQAAAAACKQAAAAAAIQAAAAADIQAAAAABKQAAAAABKQAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAADKQAAAAACKQAAAAAADgAAAAAADgAAAAAAgQAAAAAAIAAAAAAAIQAAAAACIQAAAAAAIQAAAAABIQAAAAABIQAAAAACJQAAAAABJQAAAAAAJQAAAAADKQAAAAABgQAAAAAAKQAAAAADKQAAAAABDgAAAAAADgAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAABIAAAAAADJQAAAAACJQAAAAAAJQAAAAACgQAAAAAAgQAAAAAAKQAAAAACKQAAAAABDgAAAAAEDgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAACDgAAAAAGDgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAACKQAAAAAADgAAAAAADgAAAAAEDgAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAABKQAAAAACKQAAAAAAKQAAAAACKQAAAAABgQAAAAAAKQAAAAABKQAAAAADKQAAAAADKQAAAAAADgAAAAAADgAAAAAADgAAAAACgQAAAAAAgQAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAACKQAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACDgAAAAAEDgAAAAAADgAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAAAKQAAAAADKQAAAAABKQAAAAADKQAAAAADDgAAAAAADgAAAAACDgAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAADKQAAAAABKQAAAAACgQAAAAAAKQAAAAADKQAAAAADKQAAAAACKQAAAAAC version: 6 1,-1: ind: 1,-1 - tiles: NgAAAAADNgAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAANgAAAAABSgAAAAAANwAAAAABgQAAAAAAKQAAAAADKQAAAAACKQAAAAACKQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAAASgAAAAAASgAAAAAANwAAAAABgQAAAAAAKQAAAAABKQAAAAACKQAAAAABKQAAAAADKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABSgAAAAAASgAAAAAANwAAAAACgQAAAAAAKQAAAAAAKQAAAAACKQAAAAABKQAAAAADKQAAAAADbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAADKQAAAAABSgAAAAAASgAAAAAANwAAAAADgQAAAAAAKQAAAAACKQAAAAADKQAAAAACKQAAAAACKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAAAKQAAAAABSgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAACSgAAAAAADAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAACDAAAAAACgQAAAAAAKQAAAAAAKQAAAAABKQAAAAAAKQAAAAACKQAAAAABKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAABDAAAAAADDAAAAAADgQAAAAAAKQAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAADKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAABDAAAAAADDAAAAAACgQAAAAAAKQAAAAACKQAAAAABKQAAAAADKQAAAAADKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAABKQAAAAAASgAAAAAADAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAADKQAAAAAASgAAAAAADAAAAAABgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAABKQAAAAADSgAAAAAASgAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAKQAAAAAAKQAAAAAASgAAAAAASgAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAAAKQAAAAABSgAAAAAASgAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAYAAAAAADHQAAAAACHQAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAAD + tiles: DgAAAAAGDgAAAAAIgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAADDgAAAAAADgAAAAAJDQAAAAAAgQAAAAAAKQAAAAABKQAAAAACKQAAAAADKQAAAAABKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAAADgAAAAAEDgAAAAAADQAAAAAAgQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAKQAAAAADKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAADgAAAAAADgAAAAAADQAAAAAAgQAAAAAAKQAAAAABKQAAAAABKQAAAAAAKQAAAAADKQAAAAABbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAADKQAAAAACDgAAAAAADgAAAAAEDQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAADKQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAACKQAAAAAADgAAAAAADgAAAAAJgQAAAAAAgQAAAAAAKQAAAAABKQAAAAAAKQAAAAAAKQAAAAABKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAACDgAAAAAADgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAADgAAAAAAgQAAAAAAKQAAAAAAKQAAAAABKQAAAAAAKQAAAAABKQAAAAADKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAACDgAAAAAADgAAAAAAgQAAAAAAKQAAAAACKQAAAAAAKQAAAAABKQAAAAACKQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAAADgAAAAAADgAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAABKQAAAAADKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAADKQAAAAABDgAAAAAADgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAACKQAAAAACDgAAAAAADgAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAADKQAAAAADDgAAAAAADgAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAKQAAAAADKQAAAAABDgAAAAAADgAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAACKQAAAAACDgAAAAAADgAAAAAMgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADHQAAAAACHQAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAAB version: 6 1,-2: ind: 1,-2 - tiles: fQAAAAADfQAAAAAAgQAAAAAAfQAAAAACfQAAAAACgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAKQAAAAADKQAAAAADIQAAAAADKQAAAAABKQAAAAACfQAAAAABfQAAAAADfwAAAAAAfQAAAAABfQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAgQAAAAAAKQAAAAAAKQAAAAADfQAAAAABfQAAAAADgQAAAAAAfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAADKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAABKQAAAAABKQAAAAADKQAAAAACKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAABKQAAAAABKQAAAAABKQAAAAABKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAADKQAAAAAAKQAAAAABKQAAAAACKQAAAAAAKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAABKQAAAAABKQAAAAABKQAAAAAAKQAAAAACKQAAAAACKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAABKQAAAAACKQAAAAADKQAAAAADKQAAAAAAKQAAAAADKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAAAKQAAAAAAKQAAAAADKQAAAAAAKQAAAAABKQAAAAABKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAADKQAAAAADKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAANgAAAAACNgAAAAADKQAAAAADKQAAAAAAKQAAAAAAKQAAAAABKQAAAAABgQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAAD + tiles: fQAAAAADfQAAAAAAgQAAAAAAfQAAAAABfQAAAAABgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAIQAAAAABKQAAAAACKQAAAAADfQAAAAAAfQAAAAACfwAAAAABfQAAAAADfQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAKQAAAAADKQAAAAABgQAAAAAAKQAAAAAAKQAAAAACfQAAAAADfQAAAAACgQAAAAAAfQAAAAACfQAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAKQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAABKQAAAAABKQAAAAADKQAAAAADKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAABKQAAAAADKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAAAKQAAAAAAKQAAAAABKQAAAAABKQAAAAAAKQAAAAACKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAADKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAAAKQAAAAAAKQAAAAACKQAAAAADKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAAAKQAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACgQAAAAAAKQAAAAADKQAAAAABKQAAAAADKQAAAAADKQAAAAACKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAABKQAAAAAAKQAAAAADKQAAAAADgQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAAC version: 6 0,-2: ind: 0,-2 - tiles: YAAAAAABYAAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAABYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAADYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAgQAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAABYAAAAAACYAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAABKQAAAAABKQAAAAADKQAAAAAAKQAAAAAAKQAAAAABKQAAAAACKQAAAAADKQAAAAADKQAAAAAAYAAAAAABYAAAAAAAKQAAAAABKQAAAAACKQAAAAABKQAAAAABKQAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAAAKQAAAAABKQAAAAADKQAAAAABKQAAAAAAKQAAAAADYAAAAAACYAAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAABKQAAAAADKQAAAAADYAAAAAAAYAAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAABgQAAAAAAfQAAAAAAfQAAAAADfQAAAAADfQAAAAADgQAAAAAAKQAAAAACKQAAAAADKQAAAAAAKQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAKQAAAAACKQAAAAAAKQAAAAABgQAAAAAAfQAAAAACfQAAAAADfQAAAAABfQAAAAACfwAAAAACKQAAAAACKQAAAAAAKQAAAAADKQAAAAADYAAAAAAAYAAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAABfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAANwAAAAABNwAAAAADNwAAAAAANwAAAAAAHQAAAAABHQAAAAADSgAAAAAASgAAAAAADAAAAAACDAAAAAABDAAAAAAADAAAAAADDAAAAAAADAAAAAABDAAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAA + tiles: YAAAAAACYAAAAAABgQAAAAAAAAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAABYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAACYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAgQAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAABYAAAAAACYAAAAAABbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAKQAAAAADKQAAAAACKQAAAAADKQAAAAADKQAAAAAAKQAAAAABKQAAAAADKQAAAAAAKQAAAAABKQAAAAABKQAAAAADKQAAAAACKQAAAAADYAAAAAADYAAAAAABKQAAAAADKQAAAAACKQAAAAABKQAAAAABKQAAAAABKQAAAAACKQAAAAAAKQAAAAADKQAAAAAAKQAAAAABKQAAAAADKQAAAAABKQAAAAAAKQAAAAACYAAAAAAAYAAAAAADgQAAAAAAKQAAAAAAKQAAAAACKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAABKQAAAAABYAAAAAACYAAAAAACgQAAAAAAKQAAAAABKQAAAAABKQAAAAACgQAAAAAAfQAAAAAAfQAAAAACfQAAAAADfQAAAAADgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAABYAAAAAADYAAAAAADgQAAAAAAKQAAAAACKQAAAAAAKQAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAACfQAAAAACfwAAAAADKQAAAAAAKQAAAAABKQAAAAABKQAAAAABYAAAAAAAYAAAAAABgQAAAAAAKQAAAAACKQAAAAABKQAAAAAAgQAAAAAAfQAAAAADfQAAAAADfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAHQAAAAACHQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAAHDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: cwAAAAAAcwAAAAABcwAAAAABcwAAAAACcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAAAcwAAAAABgQAAAAAAKQAAAAABKQAAAAABKQAAAAABKQAAAAACKQAAAAADKQAAAAAAKQAAAAADgQAAAAAAYAAAAAABcwAAAAAAcwAAAAACgQAAAAAAcwAAAAABcwAAAAACcwAAAAADgQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAADKQAAAAAAKQAAAAADYAAAAAADcwAAAAABcwAAAAABcwAAAAACcwAAAAABcwAAAAAAcwAAAAADKQAAAAACKQAAAAABKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAADKQAAAAADgQAAAAAAYAAAAAABcwAAAAABcwAAAAABcwAAAAAAcwAAAAAAcwAAAAADcwAAAAACgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAKQAAAAADdwAAAAACdwAAAAACdwAAAAABgQAAAAAAYAAAAAABcwAAAAACcwAAAAAAgQAAAAAAcwAAAAACcwAAAAACcwAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAKQAAAAADdwAAAAABdwAAAAAAdwAAAAABgQAAAAAAYAAAAAABcwAAAAAAcwAAAAABgQAAAAAAcwAAAAAAcwAAAAADcwAAAAADgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAKQAAAAADKQAAAAABKQAAAAADKQAAAAADgQAAAAAAYAAAAAAAcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAYAAAAAACYAAAAAACbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAMAAAAAABMAAAAAABMAAAAAADMAAAAAABgQAAAAAAQwAAAAACQwAAAAAFQwAAAAABQwAAAAACgQAAAAAADgAAAAAADgAAAAAJDgAAAAAAgQAAAAAAYAAAAAACgQAAAAAAMAAAAAADMAAAAAAAMAAAAAADMAAAAAABgQAAAAAAQwAAAAAFQwAAAAABQwAAAAACQwAAAAABgQAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAYAAAAAACgQAAAAAADAAAAAAASgAAAAAADAAAAAADDAAAAAADgQAAAAAAQwAAAAABQwAAAAABQwAAAAACQwAAAAACgQAAAAAADQAAAAAADQAAAAAADQAAAAAAgQAAAAAAYAAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAHQAAAAAC + tiles: cwAAAAACcwAAAAAAcwAAAAABcwAAAAABcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAABcwAAAAADgQAAAAAAKQAAAAABKQAAAAACKQAAAAAAKQAAAAAAKQAAAAADKQAAAAACKQAAAAAAgQAAAAAAYAAAAAAAcwAAAAABcwAAAAABgQAAAAAAcwAAAAADcwAAAAAAcwAAAAAAgQAAAAAAKQAAAAACKQAAAAADKQAAAAADKQAAAAADKQAAAAAAKQAAAAACKQAAAAABKQAAAAACYAAAAAADcwAAAAADcwAAAAACcwAAAAACcwAAAAAAcwAAAAACcwAAAAACKQAAAAADKQAAAAACKQAAAAABKQAAAAABKQAAAAADKQAAAAADKQAAAAABKQAAAAACgQAAAAAAYAAAAAABcwAAAAABcwAAAAADcwAAAAACcwAAAAABcwAAAAACcwAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAKQAAAAABdwAAAAACdwAAAAACdwAAAAADgQAAAAAAYAAAAAAAcwAAAAADcwAAAAACgQAAAAAAcwAAAAABcwAAAAACcwAAAAADgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAKQAAAAADdwAAAAABdwAAAAACdwAAAAADgQAAAAAAYAAAAAADcwAAAAADcwAAAAADgQAAAAAAcwAAAAACcwAAAAACcwAAAAADgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAKQAAAAABKQAAAAACKQAAAAADKQAAAAABgQAAAAAAYAAAAAAAcwAAAAADcwAAAAABgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAYAAAAAABYAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAMAAAAAAAMAAAAAAAMAAAAAACMAAAAAABgQAAAAAAQwAAAAAAQwAAAAABQwAAAAAFQwAAAAAAgQAAAAAADgAAAAADDgAAAAAADgAAAAAAgQAAAAAAYAAAAAABgQAAAAAAMAAAAAAAMAAAAAACMAAAAAAAMAAAAAACgQAAAAAAQwAAAAAAQwAAAAAFQwAAAAAEQwAAAAAEgQAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAYAAAAAADgQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAMgQAAAAAAQwAAAAAEQwAAAAADQwAAAAABQwAAAAACgQAAAAAADQAAAAAADQAAAAAADQAAAAAAgQAAAAAAYAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAFDgAAAAAADgAAAAAHDgAAAAAADgAAAAAKDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAJHQAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: cwAAAAAAcwAAAAADcwAAAAACcwAAAAADcwAAAAADcwAAAAACcwAAAAAAcwAAAAABcwAAAAAAcwAAAAADcwAAAAAAcwAAAAABcwAAAAABcwAAAAACcwAAAAACcwAAAAABgQAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAABcwAAAAACgQAAAAAAcwAAAAACcwAAAAADcwAAAAADcwAAAAACgQAAAAAAcwAAAAACcwAAAAABcwAAAAADgQAAAAAAcwAAAAACcwAAAAABcwAAAAACcwAAAAABcwAAAAABcwAAAAADcwAAAAABbAAAAAAAbAAAAAAAbAAAAAAAcwAAAAADcwAAAAACcwAAAAABcwAAAAABcwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAACcwAAAAABcwAAAAAAcwAAAAABcwAAAAABbAAAAAAAbAAAAAAAbAAAAAAAcwAAAAADcwAAAAAAcwAAAAACcwAAAAACcwAAAAABcwAAAAADcwAAAAADcwAAAAABcwAAAAAAcwAAAAAAcwAAAAACcwAAAAAAcwAAAAACbAAAAAAAbAAAAAAAbAAAAAAAcwAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAACgQAAAAAAcwAAAAADcwAAAAADcwAAAAADcwAAAAACcwAAAAABcwAAAAADcwAAAAADcwAAAAACcwAAAAABcwAAAAABcwAAAAABgQAAAAAAcwAAAAABcwAAAAAAcwAAAAABgQAAAAAAcwAAAAACcwAAAAACgQAAAAAAcwAAAAADcwAAAAABcwAAAAACgQAAAAAAfAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAADgQAAAAAAcwAAAAABcwAAAAABcwAAAAABgQAAAAAAfAAAAAABfAAAAAACfAAAAAAAfAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAABfAAAAAAAfAAAAAACfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAfAAAAAADfAAAAAACfAAAAAABfAAAAAAAgQAAAAAAfAAAAAAAfAAAAAADfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAADfAAAAAABfAAAAAACfAAAAAADgQAAAAAAfAAAAAABfAAAAAABfAAAAAACbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAADAAAAAACDAAAAAACDAAAAAADfAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAgQAAAAAAfAAAAAABfAAAAAAAfAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAABfAAAAAAAfAAAAAABfAAAAAABfAAAAAABgQAAAAAAgQAAAAAAfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAACSgAAAAAAMgAAAAAAMgAAAAAAfAAAAAADfAAAAAACfAAAAAADfAAAAAABfAAAAAACfAAAAAACfAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAAASgAAAAAAMgAAAAAASgAAAAAA + tiles: cwAAAAACcwAAAAACcwAAAAAAcwAAAAABcwAAAAACcwAAAAABcwAAAAAAcwAAAAADcwAAAAABcwAAAAABcwAAAAADcwAAAAADcwAAAAADcwAAAAAAcwAAAAAAcwAAAAADgQAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAcwAAAAAAcwAAAAABcwAAAAACcwAAAAACgQAAAAAAcwAAAAABcwAAAAABcwAAAAAAgQAAAAAAcwAAAAABcwAAAAADcwAAAAABcwAAAAACcwAAAAADcwAAAAADcwAAAAABbAAAAAAAbAAAAAAAbAAAAAAAcwAAAAACcwAAAAAAcwAAAAAAcwAAAAACcwAAAAABcwAAAAADcwAAAAACcwAAAAABcwAAAAACcwAAAAACcwAAAAACcwAAAAAAcwAAAAACbAAAAAAAbAAAAAAAbAAAAAAAcwAAAAADcwAAAAADcwAAAAADcwAAAAADcwAAAAAAcwAAAAADcwAAAAAAcwAAAAAAcwAAAAADcwAAAAAAcwAAAAACcwAAAAAAcwAAAAABbAAAAAAAbAAAAAAAbAAAAAAAcwAAAAADgQAAAAAAcwAAAAABcwAAAAACcwAAAAADgQAAAAAAcwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAADcwAAAAAAcwAAAAACcwAAAAAAcwAAAAACcwAAAAACcwAAAAACgQAAAAAAcwAAAAAAcwAAAAACcwAAAAADgQAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAcwAAAAACcwAAAAADcwAAAAAAgQAAAAAAfAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAACgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAABgQAAAAAAfAAAAAAAfAAAAAACfAAAAAABfAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAADfAAAAAAAfAAAAAACfAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAfAAAAAACfAAAAAAAfAAAAAABfAAAAAABgQAAAAAAfAAAAAABfAAAAAACfAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAABfAAAAAABfAAAAAABfAAAAAADgQAAAAAAfAAAAAABfAAAAAAAfAAAAAACbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAADAAAAAACDAAAAAACDAAAAAACfAAAAAADfAAAAAADfAAAAAAAfAAAAAACgQAAAAAAfAAAAAACfAAAAAACfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAACfAAAAAADfAAAAAABfAAAAAAAfAAAAAADgQAAAAAAgQAAAAAAfAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAADSgAAAAAAMgAAAAAAMgAAAAAAfAAAAAADfAAAAAADfAAAAAADfAAAAAADfAAAAAABfAAAAAADfAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAABSgAAAAAAMgAAAAAADgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: KQAAAAACgQAAAAAAcwAAAAADcwAAAAACcwAAAAABcwAAAAAAgQAAAAAAIAAAAAADbAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAKQAAAAABgQAAAAAAcwAAAAABcwAAAAAAcwAAAAAAcwAAAAABgQAAAAAAIAAAAAACbAAAAAAAIAAAAAABIQAAAAADYAAAAAABYAAAAAAAYAAAAAACIQAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABbAAAAAAAIAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACgQAAAAAAYAAAAAADIAAAAAAAIAAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAIQAAAAAAIAAAAAABbAAAAAAAIAAAAAACgQAAAAAARAAAAAAARAAAAAAARAAAAAAAIAAAAAAAYAAAAAACgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACbAAAAAAAIAAAAAACYAAAAAACRAAAAAAARAAAAAAARAAAAAAAIAAAAAADYAAAAAACcwAAAAACcwAAAAACcwAAAAACcwAAAAACcwAAAAADcwAAAAACgQAAAAAAIAAAAAADIAAAAAADIAAAAAABgQAAAAAARAAAAAAARAAAAAAARAAAAAAAIAAAAAAAYAAAAAADdwAAAAABdwAAAAADdwAAAAAAcwAAAAABcwAAAAAAcwAAAAABgQAAAAAAIAAAAAABIAAAAAABIAAAAAACgQAAAAAAIAAAAAABIAAAAAACIAAAAAAAgQAAAAAAYAAAAAADdwAAAAACdwAAAAABdwAAAAACcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABdwAAAAADdwAAAAAAdwAAAAADcwAAAAAAcwAAAAADgQAAAAAAfAAAAAAAfAAAAAABfAAAAAACfAAAAAABfAAAAAADfAAAAAACgQAAAAAAfAAAAAAAfAAAAAACYAAAAAACcwAAAAACcwAAAAABcwAAAAACcwAAAAAAcwAAAAAAcwAAAAADfAAAAAABfAAAAAABfAAAAAAAfAAAAAAAfAAAAAABfAAAAAABgQAAAAAAfAAAAAACfAAAAAABfAAAAAACcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAADfAAAAAABfAAAAAADgQAAAAAAfAAAAAAAfAAAAAABfAAAAAADcwAAAAADcwAAAAACcwAAAAABcwAAAAABcwAAAAAAfAAAAAACfAAAAAACfAAAAAACfAAAAAAAfAAAAAABfAAAAAABfAAAAAAAfAAAAAABfAAAAAADfAAAAAACfAAAAAADcwAAAAACcwAAAAACcwAAAAADcwAAAAAAcwAAAAACfAAAAAABfAAAAAAAfAAAAAACfAAAAAABfAAAAAADfAAAAAACfAAAAAAAfAAAAAADfAAAAAADfAAAAAACfAAAAAADeQAAAAAAeQAAAAAAcwAAAAADcwAAAAACcwAAAAABgQAAAAAAfAAAAAAAfAAAAAABfAAAAAAAfAAAAAABfAAAAAACfAAAAAADgQAAAAAAfAAAAAABfAAAAAADfAAAAAADeQAAAAAAeQAAAAAAcwAAAAAAcwAAAAADcwAAAAADgQAAAAAAfAAAAAADfAAAAAADfAAAAAABfAAAAAACfAAAAAADfAAAAAADgQAAAAAAfAAAAAAAfAAAAAABfAAAAAACcwAAAAABcwAAAAACcwAAAAABcwAAAAADcwAAAAACfAAAAAABfAAAAAADfAAAAAAAfAAAAAABfAAAAAAAfAAAAAAAfAAAAAACgQAAAAAAfAAAAAACfAAAAAACYAAAAAAC + tiles: KQAAAAABgQAAAAAAcwAAAAABcwAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAIAAAAAACbAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABKQAAAAACgQAAAAAAcwAAAAAAcwAAAAABcwAAAAABcwAAAAAAgQAAAAAAIAAAAAADbAAAAAAAIAAAAAACIQAAAAADYAAAAAACYAAAAAACYAAAAAAAIQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABbAAAAAAAIAAAAAACgQAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAAYAAAAAACIAAAAAACIAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAADIQAAAAAAIAAAAAADbAAAAAAAIAAAAAACgQAAAAAARAAAAAAARAAAAAAARAAAAAAAIAAAAAACYAAAAAABgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACbAAAAAAAIAAAAAAAYAAAAAACRAAAAAAARAAAAAAARAAAAAAAIAAAAAABYAAAAAAAcwAAAAAAcwAAAAAAcwAAAAABcwAAAAACcwAAAAABcwAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAAIAAAAAABYAAAAAABdwAAAAAAdwAAAAACdwAAAAABcwAAAAABcwAAAAAAcwAAAAACgQAAAAAAIAAAAAAAIAAAAAACIAAAAAADgQAAAAAAIAAAAAACIAAAAAADIAAAAAADgQAAAAAAYAAAAAABdwAAAAADdwAAAAAAdwAAAAADcwAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADdwAAAAAAdwAAAAAAdwAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAfAAAAAABfAAAAAAAfAAAAAAAfAAAAAACfAAAAAAAfAAAAAADgQAAAAAAfAAAAAABfAAAAAADYAAAAAACcwAAAAABcwAAAAAAcwAAAAAAcwAAAAACcwAAAAADcwAAAAACfAAAAAABfAAAAAADfAAAAAADfAAAAAACfAAAAAACfAAAAAACgQAAAAAAfAAAAAAAfAAAAAADfAAAAAABcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAABfAAAAAABfAAAAAAAfAAAAAADfAAAAAABfAAAAAACgQAAAAAAfAAAAAAAfAAAAAAAfAAAAAABcwAAAAAAcwAAAAAAcwAAAAABcwAAAAACcwAAAAAAfAAAAAAAfAAAAAABfAAAAAACfAAAAAABfAAAAAACfAAAAAABfAAAAAADfAAAAAABfAAAAAABfAAAAAACfAAAAAAAcwAAAAABcwAAAAACcwAAAAABcwAAAAADcwAAAAAAfAAAAAABfAAAAAACfAAAAAABfAAAAAABfAAAAAAAfAAAAAADfAAAAAACfAAAAAACfAAAAAAAfAAAAAABfAAAAAADeQAAAAAAeQAAAAAAcwAAAAAAcwAAAAADcwAAAAABgQAAAAAAfAAAAAADfAAAAAABfAAAAAADfAAAAAABfAAAAAAAfAAAAAAAgQAAAAAAfAAAAAAAfAAAAAAAfAAAAAADeQAAAAAAeQAAAAAAcwAAAAABcwAAAAABcwAAAAADgQAAAAAAfAAAAAACfAAAAAAAfAAAAAABfAAAAAADfAAAAAADfAAAAAADgQAAAAAAfAAAAAACfAAAAAABfAAAAAACcwAAAAAAcwAAAAABcwAAAAABcwAAAAACcwAAAAADfAAAAAAAfAAAAAAAfAAAAAACfAAAAAABfAAAAAADfAAAAAADfAAAAAAAgQAAAAAAfAAAAAADfAAAAAABYAAAAAAC version: 6 0,-3: ind: 0,-3 - tiles: YAAAAAABYAAAAAADYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAACZQAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACZQAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAYAAAAAAAJQAAAAADJQAAAAACJQAAAAADJQAAAAACJQAAAAAAJQAAAAAAJQAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADJQAAAAACJQAAAAABJQAAAAABJQAAAAACJQAAAAACJQAAAAABJQAAAAAAYAAAAAACJQAAAAABJQAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAACgQAAAAAAYAAAAAABJQAAAAABJQAAAAAAJQAAAAADJQAAAAACJQAAAAAAJQAAAAACJQAAAAADYAAAAAADJQAAAAACJQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAABgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADJQAAAAADJQAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAJQAAAAADJQAAAAACYAAAAAADYAAAAAABgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAYAAAAAADJQAAAAABJQAAAAABYAAAAAACYAAAAAABgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAADJQAAAAACJQAAAAACYAAAAAAAYAAAAAADgQAAAAAAYAAAAAACYAAAAAACYAAAAAACJQAAAAABJQAAAAACJQAAAAADYAAAAAADYAAAAAADYAAAAAADgQAAAAAAYAAAAAADJQAAAAADJQAAAAABYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADJQAAAAADJQAAAAABYAAAAAABYAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAACJQAAAAADJQAAAAABJQAAAAADYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAYAAAAAABJQAAAAADJQAAAAABYAAAAAABYAAAAAABgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAACgQAAAAAAYAAAAAACJQAAAAADJQAAAAACYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAADgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: YAAAAAAAYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAABZQAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACZQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAYAAAAAADJQAAAAACJQAAAAACJQAAAAADJQAAAAAAJQAAAAACJQAAAAACJQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAACJQAAAAABJQAAAAACJQAAAAADYAAAAAADJQAAAAADJQAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAACgQAAAAAAYAAAAAAAJQAAAAABJQAAAAADJQAAAAAAJQAAAAACJQAAAAABJQAAAAABJQAAAAABYAAAAAADJQAAAAADJQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAADJQAAAAABJQAAAAABYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADJQAAAAADJQAAAAADYAAAAAADYAAAAAABgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAYAAAAAABJQAAAAADJQAAAAADYAAAAAABYAAAAAACgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAABJQAAAAACJQAAAAACYAAAAAADYAAAAAADgQAAAAAAYAAAAAABYAAAAAACYAAAAAABJQAAAAACJQAAAAACJQAAAAACYAAAAAACYAAAAAACYAAAAAACgQAAAAAAYAAAAAAAJQAAAAAAJQAAAAACYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACJQAAAAABJQAAAAADYAAAAAABYAAAAAADgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAJQAAAAADJQAAAAAAJQAAAAADYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAYAAAAAAAJQAAAAABJQAAAAACYAAAAAAAYAAAAAABgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAADJQAAAAAAJQAAAAADYAAAAAABYAAAAAABgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: HAAAAAAAHAAAAAAAHAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAABKQAAAAABgQAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAKQAAAAACKQAAAAABHAAAAAAAHAAAAAAAHAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABgQAAAAAAKQAAAAAAKQAAAAABHAAAAAAAHAAAAAAAHAAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAADKQAAAAAAKQAAAAADIAAAAAACYAAAAAACYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAgQAAAAAAKQAAAAACKQAAAAAAKQAAAAADKQAAAAACKQAAAAACgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACIAAAAAADIAAAAAACIAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAABKQAAAAADKQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAAAcwAAAAAAcwAAAAACcwAAAAAAgQAAAAAAgQAAAAAAcwAAAAABgQAAAAAAgQAAAAAAcwAAAAADcwAAAAABfQAAAAAAfQAAAAACfQAAAAABgQAAAAAAcwAAAAADcwAAAAAAcwAAAAACcwAAAAADcwAAAAADgQAAAAAAcwAAAAACcwAAAAAAcwAAAAABgQAAAAAAcwAAAAADcwAAAAABfQAAAAACfQAAAAADfQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAADcwAAAAABcwAAAAABcwAAAAACcwAAAAABcwAAAAACcwAAAAACcwAAAAABcwAAAAACcwAAAAABfQAAAAACfQAAAAADfQAAAAABgQAAAAAAcwAAAAACcwAAAAACcwAAAAADcwAAAAABcwAAAAACgQAAAAAAcwAAAAAAcwAAAAABcwAAAAADgQAAAAAAcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAADfQAAAAABgQAAAAAAcwAAAAAAcwAAAAAAIAAAAAAAcwAAAAABcwAAAAAAgQAAAAAAcwAAAAACcwAAAAADcwAAAAAAcwAAAAAAcwAAAAACcwAAAAACfQAAAAADfQAAAAABfQAAAAAAfwAAAAAAcwAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAcwAAAAAAcwAAAAAAcwAAAAABcwAAAAAAcwAAAAACcwAAAAACcwAAAAAAcwAAAAAAfQAAAAAAfQAAAAABfQAAAAABgQAAAAAAcwAAAAAAcwAAAAADcwAAAAAAcwAAAAACcwAAAAAAgQAAAAAAcwAAAAADcwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcwAAAAABcwAAAAABcwAAAAABcwAAAAACcwAAAAABcwAAAAACcwAAAAADcwAAAAACcwAAAAABcwAAAAADcwAAAAACcwAAAAAAcwAAAAABcwAAAAACcwAAAAAAcwAAAAAA + tiles: HAAAAAAAHAAAAAAAHAAAAAAAKQAAAAABKQAAAAABKQAAAAACKQAAAAADKQAAAAABKQAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAKQAAAAADKQAAAAABHAAAAAAAHAAAAAAAHAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABgQAAAAAAKQAAAAABKQAAAAADHAAAAAAAHAAAAAAAHAAAAAAAgQAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAACKQAAAAADIAAAAAABYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAgQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAKQAAAAACKQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAIAAAAAADIAAAAAACIAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAgQAAAAAAKQAAAAADKQAAAAACKQAAAAADKQAAAAADKQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAcwAAAAACcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAABcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAcwAAAAACgQAAAAAAgQAAAAAAcwAAAAABcwAAAAABfQAAAAABfQAAAAABfQAAAAACgQAAAAAAcwAAAAABcwAAAAABcwAAAAACcwAAAAACcwAAAAABgQAAAAAAcwAAAAACcwAAAAAAcwAAAAAAgQAAAAAAcwAAAAABcwAAAAACfQAAAAADfQAAAAACfQAAAAABgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAADcwAAAAABcwAAAAABcwAAAAADcwAAAAABcwAAAAABcwAAAAADcwAAAAAAcwAAAAADcwAAAAABfQAAAAAAfQAAAAADfQAAAAACgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAABcwAAAAABcwAAAAACgQAAAAAAcwAAAAADcwAAAAABcwAAAAAAgQAAAAAAcwAAAAACcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAACcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAABgQAAAAAAcwAAAAACcwAAAAADIAAAAAACcwAAAAACcwAAAAABgQAAAAAAcwAAAAADcwAAAAACcwAAAAADcwAAAAABcwAAAAACcwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfwAAAAADcwAAAAACIAAAAAADIAAAAAABIAAAAAAAcwAAAAABcwAAAAABcwAAAAABcwAAAAACcwAAAAAAcwAAAAACcwAAAAADcwAAAAABfQAAAAABfQAAAAABfQAAAAABgQAAAAAAcwAAAAADcwAAAAAAcwAAAAABcwAAAAADcwAAAAABgQAAAAAAcwAAAAACcwAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAcwAAAAAAcwAAAAACcwAAAAABcwAAAAACcwAAAAABcwAAAAAAcwAAAAADcwAAAAAAcwAAAAADcwAAAAAAcwAAAAACcwAAAAABcwAAAAACcwAAAAABcwAAAAABcwAAAAAC version: 6 1,-3: ind: 1,-3 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAJQAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAABbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAACgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAAAJQAAAAADYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAADJQAAAAADYAAAAAABYAAAAAADcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABdwAAAAACdwAAAAADdwAAAAAAJQAAAAACYAAAAAACYAAAAAABcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAADYAAAAAABdwAAAAACdwAAAAACdwAAAAABJQAAAAAAYAAAAAADYAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAADYAAAAAAAdwAAAAADdwAAAAABdwAAAAAAJQAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAADJQAAAAAAYAAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAACYAAAAAABgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAKQAAAAABKQAAAAAAYAAAAAABYAAAAAACgQAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAADfwAAAAAAgQAAAAAAgQAAAAAAfwAAAAABgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAKQAAAAAAKQAAAAABIQAAAAABKQAAAAACKQAAAAAA + tiles: gQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAJQAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAABYAAAAAADbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAACJQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAADJQAAAAABYAAAAAAAYAAAAAADcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABdwAAAAABdwAAAAAAdwAAAAABJQAAAAABYAAAAAAAYAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAADYAAAAAACdwAAAAAAdwAAAAADdwAAAAADJQAAAAACYAAAAAAAYAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAADYAAAAAADdwAAAAADdwAAAAADdwAAAAAAJQAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAABJQAAAAACYAAAAAABgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAABYAAAAAACgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAKQAAAAACKQAAAAAAYAAAAAABYAAAAAADgQAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAACfwAAAAACgQAAAAAAgQAAAAAAfwAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAKQAAAAAAKQAAAAADIQAAAAADKQAAAAABKQAAAAAD version: 6 2,-2: ind: 2,-2 - tiles: KQAAAAADKQAAAAADKQAAAAABKQAAAAADKQAAAAACKQAAAAADKQAAAAADIQAAAAADKQAAAAACKQAAAAADKQAAAAADKQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAACKQAAAAACKQAAAAAAKQAAAAADKQAAAAABKQAAAAACgQAAAAAAgQAAAAAAIQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAABKQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAADKQAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAABKQAAAAADKQAAAAABRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAABKQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAIQAAAAACKQAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAKQAAAAACKQAAAAACKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAKQAAAAAAKQAAAAACKQAAAAABgQAAAAAAJwAAAAADJwAAAAACJwAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAKQAAAAAAKQAAAAACKQAAAAABgQAAAAAAJwAAAAABJwAAAAACJwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAKQAAAAAAKQAAAAAAKQAAAAABKQAAAAADgQAAAAAAgQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAgQAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAACKQAAAAABKQAAAAACKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAABKQAAAAABKQAAAAADKQAAAAADKQAAAAABKQAAAAABKQAAAAAAKQAAAAAAKQAAAAABKQAAAAAAKQAAAAAAgQAAAAAAKQAAAAACKQAAAAAAgQAAAAAAKQAAAAACKQAAAAAAKQAAAAABKQAAAAABKQAAAAAAKQAAAAACKQAAAAABKQAAAAACKQAAAAABKQAAAAABKQAAAAAA + tiles: KQAAAAABKQAAAAACKQAAAAADKQAAAAADKQAAAAACKQAAAAACKQAAAAAAIQAAAAAAKQAAAAAAKQAAAAAAKQAAAAABKQAAAAABKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAAAKQAAAAABKQAAAAABKQAAAAAAKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAIQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAACKQAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAACKQAAAAABKQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAABKQAAAAAAKQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAABKQAAAAADKQAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAABKQAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADIQAAAAACKQAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAKQAAAAABKQAAAAACKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAgQAAAAAAJwAAAAACJwAAAAACJwAAAAACgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAKQAAAAACKQAAAAAAKQAAAAAAgQAAAAAAJwAAAAAAJwAAAAACJwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAKQAAAAACKQAAAAACKQAAAAABKQAAAAACgQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAAAgQAAAAAAKQAAAAACKQAAAAAAKQAAAAAAKQAAAAADKQAAAAACKQAAAAABKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAADKQAAAAAAKQAAAAABKQAAAAABKQAAAAADKQAAAAADKQAAAAADKQAAAAADKQAAAAADKQAAAAACKQAAAAABgQAAAAAAKQAAAAACKQAAAAACgQAAAAAAKQAAAAAAKQAAAAABKQAAAAACKQAAAAABKQAAAAABKQAAAAACKQAAAAAAKQAAAAADKQAAAAACKQAAAAAAKQAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: gQAAAAAAbwAAAAAAKQAAAAADKQAAAAADbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAKQAAAAACbwAAAAAAKQAAAAADKQAAAAADbwAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABgQAAAAAAKQAAAAABKQAAAAADgQAAAAAAKQAAAAADKQAAAAACKQAAAAADKQAAAAACKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAKQAAAAACKQAAAAABIQAAAAAAKQAAAAADKQAAAAAAKQAAAAAAKQAAAAADKQAAAAACgQAAAAAAgQAAAAAAJAAAAAAAgQAAAAAAdwAAAAAAYAAAAAADYAAAAAADgQAAAAAAKQAAAAAAKQAAAAAAgQAAAAAAKQAAAAABJgAAAAAAJgAAAAAAJgAAAAAAKQAAAAADgQAAAAAAKQAAAAADKQAAAAABKQAAAAADdwAAAAADYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAACKQAAAAADKQAAAAAAgQAAAAAAKQAAAAAAKQAAAAACKQAAAAACdwAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAIQAAAAACgQAAAAAAgQAAAAAAKQAAAAACKQAAAAABKQAAAAACKQAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAKQAAAAADKQAAAAACKQAAAAAAKQAAAAACKQAAAAADIQAAAAABKQAAAAACKQAAAAADKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAABKQAAAAADKQAAAAACgQAAAAAAKQAAAAACKQAAAAAAKQAAAAADKQAAAAABKQAAAAADKQAAAAADKQAAAAABKQAAAAADKQAAAAADKQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAABKQAAAAADgQAAAAAAgQAAAAAAJAAAAAADgQAAAAAAKQAAAAADKQAAAAAAKQAAAAAAKQAAAAACKQAAAAAAKQAAAAACKQAAAAACIQAAAAAAKQAAAAABKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAABgQAAAAAAbwAAAAAAbwAAAAAAKQAAAAADKQAAAAACKQAAAAAAKQAAAAACKQAAAAAAKQAAAAADKQAAAAACKQAAAAACKQAAAAADKQAAAAABKQAAAAACKQAAAAABKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: gQAAAAAAbwAAAAAAKQAAAAABKQAAAAACbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAKQAAAAABbwAAAAAAKQAAAAADKQAAAAACbwAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAKQAAAAAAKQAAAAADgQAAAAAAKQAAAAACKQAAAAADKQAAAAADKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAKQAAAAADKQAAAAADIQAAAAABKQAAAAADKQAAAAADKQAAAAADKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAJAAAAAADgQAAAAAAdwAAAAADYAAAAAABYAAAAAADgQAAAAAAKQAAAAADKQAAAAAAgQAAAAAAKQAAAAACJgAAAAAAJgAAAAAAJgAAAAAAKQAAAAACgQAAAAAAKQAAAAABKQAAAAAAKQAAAAABdwAAAAABYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAADKQAAAAABgQAAAAAAKQAAAAACKQAAAAADKQAAAAABdwAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAIQAAAAADgQAAAAAAgQAAAAAAKQAAAAABKQAAAAABKQAAAAACKQAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAADgQAAAAAAKQAAAAACKQAAAAACKQAAAAADKQAAAAABKQAAAAAAIQAAAAACKQAAAAABKQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAACKQAAAAACKQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAAAKQAAAAABKQAAAAABKQAAAAADKQAAAAADKQAAAAAAKQAAAAABKQAAAAABgQAAAAAAKQAAAAABKQAAAAABKQAAAAABKQAAAAACgQAAAAAAgQAAAAAAJAAAAAADgQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAADKQAAAAABKQAAAAAAKQAAAAACIQAAAAACKQAAAAABKQAAAAAAKQAAAAACKQAAAAAAKQAAAAACgQAAAAAAbwAAAAAAbwAAAAAAKQAAAAABKQAAAAADKQAAAAACKQAAAAACKQAAAAACKQAAAAAAKQAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAABKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: KQAAAAAAgQAAAAAAKQAAAAABKQAAAAABgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAADKQAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAADKQAAAAADKQAAAAADKQAAAAABKQAAAAADgQAAAAAAKQAAAAACKQAAAAAAgQAAAAAAKQAAAAABKQAAAAADKQAAAAADKQAAAAACKQAAAAACKQAAAAAAKQAAAAADKQAAAAADKQAAAAAAKQAAAAADKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAKQAAAAABKQAAAAAAKQAAAAACKQAAAAADJwAAAAACJwAAAAAAJwAAAAAAJwAAAAACJwAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAAAKQAAAAADKQAAAAABKQAAAAADKQAAAAABKQAAAAAAKQAAAAACKQAAAAADJwAAAAABJwAAAAAAJwAAAAABJwAAAAADJwAAAAACKQAAAAACKQAAAAACKQAAAAADKQAAAAACKQAAAAACKQAAAAABKQAAAAAAKQAAAAABKQAAAAADKQAAAAABKQAAAAADJwAAAAACJwAAAAACJwAAAAAAJwAAAAADJwAAAAADKQAAAAADKQAAAAAAKQAAAAABKQAAAAADKQAAAAABKQAAAAAAKQAAAAADKQAAAAADKQAAAAACKQAAAAACKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAABKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAACfQAAAAADgQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAADgQAAAAAAfQAAAAABfQAAAAABfQAAAAACfQAAAAACIQAAAAAAIQAAAAACgQAAAAAAfQAAAAACfQAAAAAAfQAAAAABgQAAAAAAKQAAAAADKQAAAAADKQAAAAACKQAAAAADgQAAAAAAfQAAAAAAfQAAAAACfQAAAAACfwAAAAACIQAAAAADIQAAAAACgQAAAAAAgQAAAAAAfwAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAADKQAAAAACKQAAAAABfwAAAAABfQAAAAACfQAAAAACfQAAAAAAfwAAAAAAfQAAAAADfQAAAAACfQAAAAACfQAAAAACfQAAAAACfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAAAgQAAAAAAfwAAAAADfwAAAAADfwAAAAABfwAAAAAAfQAAAAACfQAAAAABfQAAAAADfQAAAAADfQAAAAADfQAAAAADfwAAAAAAfQAAAAACgQAAAAAAKQAAAAABKQAAAAADfwAAAAAAfQAAAAAAfQAAAAADfQAAAAADfwAAAAABfQAAAAADfQAAAAADfQAAAAADfQAAAAABfQAAAAABfQAAAAACgQAAAAAAfQAAAAAAgQAAAAAAKQAAAAABKQAAAAAAgQAAAAAAfQAAAAADfQAAAAADfQAAAAACfwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACgQAAAAAAKQAAAAADKQAAAAADgQAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACKQAAAAAAKQAAAAACYAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAAA + tiles: KQAAAAAAgQAAAAAAKQAAAAABKQAAAAADgQAAAAAAKQAAAAAAKQAAAAACKQAAAAACKQAAAAACKQAAAAABKQAAAAAAKQAAAAADKQAAAAABKQAAAAADKQAAAAADKQAAAAADKQAAAAABgQAAAAAAKQAAAAABKQAAAAADgQAAAAAAKQAAAAACKQAAAAAAKQAAAAACKQAAAAADKQAAAAADKQAAAAABKQAAAAAAKQAAAAABKQAAAAABKQAAAAACKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAKQAAAAACKQAAAAAAKQAAAAACKQAAAAAAJwAAAAACJwAAAAACJwAAAAAAJwAAAAADJwAAAAAAKQAAAAAAKQAAAAABKQAAAAACKQAAAAABKQAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAADKQAAAAADKQAAAAACJwAAAAACJwAAAAADJwAAAAACJwAAAAACJwAAAAADKQAAAAADKQAAAAADKQAAAAABKQAAAAABKQAAAAAAKQAAAAABKQAAAAAAKQAAAAADKQAAAAADKQAAAAACKQAAAAABJwAAAAAAJwAAAAACJwAAAAAAJwAAAAADJwAAAAACKQAAAAAAKQAAAAADKQAAAAAAKQAAAAADKQAAAAABKQAAAAABKQAAAAAAKQAAAAABKQAAAAABKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAABgQAAAAAAKQAAAAABKQAAAAAAKQAAAAABKQAAAAADgQAAAAAAfQAAAAACfQAAAAABfQAAAAACfQAAAAADIQAAAAABIQAAAAABgQAAAAAAfQAAAAABfQAAAAADfQAAAAABgQAAAAAAKQAAAAABKQAAAAABKQAAAAAAKQAAAAABgQAAAAAAfQAAAAABfQAAAAABfQAAAAACfwAAAAAAIQAAAAAAIQAAAAADgQAAAAAAgQAAAAAAfwAAAAADgQAAAAAAgQAAAAAAKQAAAAACKQAAAAAAKQAAAAAAKQAAAAABfwAAAAABfQAAAAACfQAAAAACfQAAAAAAfwAAAAABfQAAAAACfQAAAAADfQAAAAACfQAAAAACfQAAAAABfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAADgQAAAAAAfwAAAAABfwAAAAADfwAAAAAAfwAAAAACfQAAAAACfQAAAAACfQAAAAACfQAAAAAAfQAAAAADfQAAAAAAfwAAAAABfQAAAAABgQAAAAAAKQAAAAADKQAAAAABfwAAAAAAfQAAAAADfQAAAAACfQAAAAAAfwAAAAADfQAAAAAAfQAAAAADfQAAAAACfQAAAAAAfQAAAAABfQAAAAACgQAAAAAAfQAAAAABgQAAAAAAKQAAAAABKQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAACfwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABgQAAAAAAKQAAAAADKQAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfQAAAAADgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAKQAAAAACKQAAAAACYAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAAAYAAAAAAB version: 6 2,0: ind: 2,0 - tiles: YAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAADgQAAAAAALwAAAAAAYAAAAAABYAAAAAADLwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAABgQAAAAAALwAAAAAAYAAAAAAAYAAAAAABLwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAADgQAAAAAALwAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAALwAAAAAAYAAAAAACLwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfwAAAAAAfQAAAAAAfQAAAAACfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAADfwAAAAAAfQAAAAABfQAAAAACfwAAAAADfQAAAAABfQAAAAAAfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAABfwAAAAABfQAAAAACfQAAAAABfwAAAAADfQAAAAABfQAAAAAAfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAADgQAAAAAAfQAAAAACfQAAAAAAfwAAAAACfQAAAAADfQAAAAACfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: YAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAALwAAAAAAYAAAAAADYAAAAAAALwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAAAgQAAAAAALwAAAAAAYAAAAAADYAAAAAAALwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAABgQAAAAAALwAAAAAAYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAADgQAAAAAALwAAAAAAYAAAAAACLwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAgQAAAAAAfQAAAAADfQAAAAABfwAAAAABfQAAAAAAfQAAAAADfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAfwAAAAAAfQAAAAABfQAAAAACfwAAAAABfQAAAAADfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAADfwAAAAACfQAAAAACfQAAAAACfwAAAAACfQAAAAAAfQAAAAACfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAADgQAAAAAAfQAAAAADfQAAAAAAfwAAAAADfQAAAAABfQAAAAACfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA version: 6 2,1: ind: 2,1 - tiles: KQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAAAfwAAAAABfwAAAAACfQAAAAADfQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfwAAAAAAgQAAAAAAgQAAAAAAfwAAAAACgQAAAAAAgQAAAAAAFgAAAAAAfQAAAAACfQAAAAACgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfwAAAAACgQAAAAAAfAAAAAADfAAAAAABgQAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAADbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfwAAAAABgQAAAAAAfAAAAAACfAAAAAADgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAAAfwAAAAADgQAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAcAAAAAAAcQAAAAAAcQAAAAADcQAAAAACcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAA + tiles: KQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAABfwAAAAADfwAAAAABfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfwAAAAAAgQAAAAAAgQAAAAAAfwAAAAAAgQAAAAAAgQAAAAAAFgAAAAADfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfwAAAAADgQAAAAAAfAAAAAABfAAAAAADgQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAADbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfwAAAAADgQAAAAAAfAAAAAABfAAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAABfwAAAAACgQAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAACgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAcAAAAAAAcQAAAAADcQAAAAAAcQAAAAABcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: bwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAgQAAAAAAEQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAACfQAAAAAAbwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAfwAAAAACfQAAAAABfQAAAAABfQAAAAADfQAAAAACgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAABfQAAAAABgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAfQAAAAACfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAfQAAAAAAfQAAAAADgQAAAAAAfQAAAAADLwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAfwAAAAADgQAAAAAAgQAAAAAAfQAAAAABLwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAfAAAAAADfAAAAAABfAAAAAADfAAAAAABfAAAAAABgQAAAAAAfQAAAAADLwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAfAAAAAADfAAAAAAAfAAAAAAAfAAAAAAAfAAAAAACgQAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAfAAAAAABfAAAAAAAfAAAAAACfAAAAAABfAAAAAACcwAAAAABcwAAAAAA + tiles: bwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAgQAAAAAAEQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAfQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAbwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAQgAAAAAAQgAAAAAAfwAAAAADfQAAAAABfQAAAAAAfQAAAAABfQAAAAACgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAAAfQAAAAABgQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAfQAAAAABfQAAAAABgQAAAAAAfQAAAAABLwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAfwAAAAADgQAAAAAAgQAAAAAAfQAAAAACLwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAfAAAAAACfAAAAAACfAAAAAABfAAAAAABfAAAAAABgQAAAAAAfQAAAAADLwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAfAAAAAACfAAAAAACfAAAAAABfAAAAAACfAAAAAABgQAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAfAAAAAAAfAAAAAACfAAAAAABfAAAAAABfAAAAAACcwAAAAACcwAAAAAB version: 6 -3,-2: ind: -3,-2 - tiles: LwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAfAAAAAABfAAAAAACfAAAAAABfAAAAAABfAAAAAAAcwAAAAAAcwAAAAABIAAAAAADIAAAAAABIAAAAAABYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAfAAAAAADfAAAAAABfAAAAAABfAAAAAACfAAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADKQAAAAACKQAAAAADYAAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAADYAAAAAACgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAKQAAAAABKQAAAAADYAAAAAABYAAAAAABgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABKQAAAAAAKQAAAAADYAAAAAABYAAAAAADKQAAAAADYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAADUwAAAAAAUwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAADUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAADUwAAAAAAUwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAADUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAAD + tiles: LwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAfAAAAAABfAAAAAADfAAAAAADfAAAAAABfAAAAAAAcwAAAAABcwAAAAADIAAAAAAAIAAAAAACIAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAAfAAAAAABfAAAAAACfAAAAAACfAAAAAADfAAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAKQAAAAADKQAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAKQAAAAACKQAAAAABYAAAAAADYAAAAAABgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACKQAAAAAAKQAAAAAAYAAAAAADYAAAAAAAKQAAAAACYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAABUwAAAAAAUwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfAAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAABUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAAD version: 6 -3,-1: ind: -3,-1 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAADUwAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAABbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAABgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAACUwAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAAD + tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAABUwAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAABUwAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAACbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAfAAAAAABUwAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAABgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAABUwAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAADgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAABgQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAAC version: 6 -3,0: ind: -3,0 - tiles: YAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAABgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAKQAAAAABKQAAAAABgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: YAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAACgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAKQAAAAACKQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAACgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA version: 6 -3,1: ind: -3,1 @@ -210,95 +212,95 @@ entities: version: 6 0,-4: ind: 0,-4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYAAAAAAAYAAAAAABbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAADwAAAAABDwAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAADgQAAAAAADwAAAAADDwAAAAADgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAABgQAAAAAADwAAAAACDwAAAAADgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAACgQAAAAAADwAAAAADDwAAAAABgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAACbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: gQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABQAAAAADBQAAAAABBQAAAAADBQAAAAAABQAAAAADbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABQAAAAAABQAAAAABBQAAAAABBQAAAAADBQAAAAABbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAADwAAAAABDwAAAAADgQAAAAAABQAAAAACBQAAAAADBQAAAAACBQAAAAABBQAAAAACbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAADwAAAAABDwAAAAAAgQAAAAAABQAAAAADBQAAAAABBQAAAAABBQAAAAAABQAAAAACbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAADwAAAAADDwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAADwAAAAADDwAAAAABgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAADbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAABgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAADgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAIAAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIAAAAAACgQAAAAAAYAAAAAACbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAIAAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIAAAAAADgQAAAAAAYAAAAAABKQAAAAABgQAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAAAgQAAAAAAIAAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIAAAAAACgQAAAAAAYAAAAAADKQAAAAACgQAAAAAAcwAAAAACcwAAAAACcwAAAAAAcwAAAAAAgQAAAAAAIAAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIAAAAAABgQAAAAAAYAAAAAABKQAAAAACgQAAAAAAcwAAAAABcwAAAAAAcwAAAAADcwAAAAACIQAAAAABIAAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAACIAAAAAABIAAAAAAAgQAAAAAAYAAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAACgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAIAAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIAAAAAABgQAAAAAAYAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAIAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIAAAAAADgQAAAAAAYAAAAAACKQAAAAABgQAAAAAAcwAAAAADcwAAAAACcwAAAAADcwAAAAADgQAAAAAAIAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIAAAAAADgQAAAAAAYAAAAAADKQAAAAADgQAAAAAAcwAAAAAAcwAAAAABcwAAAAABcwAAAAABgQAAAAAAIAAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAIAAAAAABgQAAAAAAYAAAAAADKQAAAAADgQAAAAAAcwAAAAABcwAAAAABcwAAAAAAcwAAAAADIQAAAAACIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAABIAAAAAABIAAAAAABgQAAAAAAYAAAAAAC version: 6 -2,-4: ind: -2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAFgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAQgAAAAAAgQAAAAAAQgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAADQgAAAAAAQgAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAACKQAAAAABKQAAAAACKQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAKQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAABKQAAAAABKQAAAAACKQAAAAACIAAAAAADYAAAAAACYAAAAAACYAAAAAADIAAAAAADKQAAAAAAKQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABIAAAAAABgQAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABIAAAAAADgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAACQAAAAAAAQAAAAAAAQAAAAAAAgQAAAAAAKQAAAAADKQAAAAADKQAAAAACKQAAAAADKQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAKQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAAAKQAAAAAAKQAAAAABKQAAAAABIAAAAAADYAAAAAABYAAAAAAAYAAAAAACIAAAAAAAKQAAAAADKQAAAAAD version: 6 -3,-4: ind: -3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAACBwAAAAAABwAAAAAEBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgAAAAAAAgAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKgAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAARAAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAAgAAAAAAAgAAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAAgAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAARAAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAADgQAAAAAARAAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAADbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAZQAAAAACZQAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAARAAAAAAAgQAAAAAAZQAAAAAAZQAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAZQAAAAABZQAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAACgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAZQAAAAADZQAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAARAAAAAAAgQAAAAAAZQAAAAAAZQAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAZQAAAAAAZQAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAADBwAAAAAABwAAAAAGBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAATwAAAAABTwAAAAADTwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAMBwAAAAAEBwAAAAAHBwAAAAAABwAAAAAGgQAAAAAATwAAAAACbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAfQAAAAABfQAAAAACfQAAAAABfQAAAAADfQAAAAADFgAAAAAEgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAAAfQAAAAABfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHgQAAAAAAfQAAAAABfQAAAAABfQAAAAADfQAAAAABfQAAAAABfQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAADfQAAAAAAfQAAAAACfQAAAAADgQAAAAAAgQAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAABfQAAAAACFgAAAAAGfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAABgQAAAAAAfQAAAAADfQAAAAABfQAAAAAAfQAAAAADfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAABfQAAAAAAfQAAAAABfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAACfQAAAAACfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAIBwAAAAAABwAAAAAIBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAADgAAAAAADgAAAAAADgAAAAAEgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAADgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfQAAAAABfQAAAAACFgAAAAAEgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAABfQAAAAADfQAAAAAAfQAAAAACgQAAAAAAgQAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAAAgQAAAAAAfQAAAAADfQAAAAADfQAAAAADfQAAAAACfQAAAAADfQAAAAACgQAAAAAAgQAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAABfQAAAAAAFgAAAAADfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAFBwAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAABfQAAAAABfQAAAAABfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEgQAAAAAAfQAAAAAAfQAAAAABfQAAAAABfQAAAAACfQAAAAAAfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHgQAAAAAAfQAAAAACfQAAAAAAfQAAAAADfQAAAAABfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAAAfQAAAAACfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA version: 6 2,2: ind: 2,2 - tiles: cAAAAAAAcQAAAAADcQAAAAADcQAAAAABcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAcAAAAAAAcQAAAAACcQAAAAABcQAAAAABcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAcQAAAAAAcQAAAAACcQAAAAABcQAAAAADcQAAAAACgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAADgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAcQAAAAABcQAAAAADcQAAAAADcQAAAAACcQAAAAADgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAABbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAIQAAAAAAIQAAAAACIQAAAAACIQAAAAABgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + tiles: cAAAAAAAcQAAAAACcQAAAAADcQAAAAACcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAcAAAAAAAcQAAAAADcQAAAAAAcQAAAAABcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAcQAAAAABcQAAAAADcQAAAAAAcQAAAAAAcQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAACbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcQAAAAADgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAcQAAAAABcQAAAAADcQAAAAACcQAAAAAAcQAAAAADgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAIQAAAAABIQAAAAACIQAAAAADIQAAAAADgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA version: 6 1,2: ind: 1,2 - tiles: JQAAAAAAJQAAAAADYAAAAAAAYAAAAAABZQAAAAABYAAAAAADYAAAAAADJQAAAAAAJQAAAAAAJQAAAAADJQAAAAACJQAAAAADYAAAAAAAYAAAAAADgQAAAAAAcAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACZQAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAZQAAAAAAgQAAAAAAZQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAIAAAAAAAJQAAAAAAIAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAABgQAAAAAAcQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAZQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAKQAAAAABYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAABgQAAAAAAcQAAAAADgQAAAAAAYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAZQAAAAAAgQAAAAAAZQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAACIQAAAAAAIQAAAAACIQAAAAAAIQAAAAACIQAAAAADIQAAAAABIQAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAACKQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADIQAAAAACIQAAAAADIQAAAAAAIQAAAAACIQAAAAABIQAAAAABIQAAAAACIQAAAAAAIQAAAAABIQAAAAABIQAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAARAAAAAAAKQAAAAABKQAAAAAAKQAAAAACKQAAAAACKQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAARAAAAAAAKQAAAAABKQAAAAAAKQAAAAAAKQAAAAABKQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAA + tiles: JQAAAAADJQAAAAABYAAAAAABYAAAAAABZQAAAAADYAAAAAABYAAAAAADJQAAAAACJQAAAAADJQAAAAAAJQAAAAACJQAAAAAAYAAAAAABYAAAAAADgQAAAAAAcAAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAACZQAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAZQAAAAAAgQAAAAAAZQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAIAAAAAABJQAAAAADIAAAAAADgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAcQAAAAACgQAAAAAAIAAAAAAAIAAAAAADIAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAZQAAAAABgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAKQAAAAACYAAAAAADYAAAAAABYAAAAAABgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAcQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAZQAAAAABgQAAAAAAZQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAACIQAAAAADIQAAAAADIQAAAAABIQAAAAABIQAAAAADIQAAAAAAIQAAAAACIQAAAAADIQAAAAAAIQAAAAACIQAAAAACKQAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAABIQAAAAADIQAAAAADIQAAAAABIQAAAAACIQAAAAACIQAAAAACIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABIQAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAAARAAAAAAAKQAAAAAAKQAAAAABKQAAAAAAKQAAAAACKQAAAAADgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACRAAAAAAAKQAAAAABKQAAAAABKQAAAAADKQAAAAADKQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAA version: 6 0,2: ind: 0,2 - tiles: YAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAACJQAAAAACYAAAAAADYAAAAAACZQAAAAADYAAAAAACYAAAAAABJQAAAAADJQAAAAAAJQAAAAACJQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACJQAAAAABYAAAAAABYAAAAAACZQAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAADYAAAAAADJQAAAAADYAAAAAADYAAAAAACgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAACJQAAAAABYAAAAAAAYAAAAAAAgQAAAAAALwAAAAAAYAAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAJQAAAAADYAAAAAAAYAAAAAADgQAAAAAALwAAAAAAfQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAADgQAAAAAALwAAAAAAfQAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAYAAAAAABYAAAAAADYAAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAABKQAAAAAAKQAAAAAAYAAAAAACYAAAAAADgQAAAAAAfQAAAAABfQAAAAABfQAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAKQAAAAACKQAAAAADKQAAAAABKQAAAAAAYAAAAAABYAAAAAABgQAAAAAAfQAAAAADfQAAAAACfQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAfQAAAAABfQAAAAABfQAAAAADfwAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAfQAAAAADfQAAAAABfQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAfQAAAAADfQAAAAABfQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAABYAAAAAADgQAAAAAAfQAAAAAAfQAAAAABfQAAAAADgQAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAACgQAAAAAAfQAAAAABfQAAAAABfQAAAAABgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAAgQAAAAAA + tiles: YAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAAAJQAAAAACYAAAAAACYAAAAAADZQAAAAACYAAAAAACYAAAAAACJQAAAAAAJQAAAAAAJQAAAAAAJQAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAACJQAAAAAAYAAAAAADYAAAAAAAZQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAABJQAAAAABYAAAAAACYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAfQAAAAAAfQAAAAABfQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAABJQAAAAACYAAAAAACYAAAAAADgQAAAAAALwAAAAAAYAAAAAADfQAAAAADfQAAAAABfQAAAAACfQAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAACJQAAAAADYAAAAAABYAAAAAAAgQAAAAAALwAAAAAAfQAAAAACfQAAAAAAfQAAAAAAfQAAAAABfQAAAAACYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAABgQAAAAAALwAAAAAAfQAAAAABfQAAAAADfQAAAAABfQAAAAABfQAAAAAAYAAAAAADYAAAAAADYAAAAAACgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAADKQAAAAAAKQAAAAADYAAAAAABYAAAAAADgQAAAAAAfQAAAAAAfQAAAAACfQAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAKQAAAAACKQAAAAADKQAAAAABKQAAAAABYAAAAAACYAAAAAABgQAAAAAAfQAAAAABfQAAAAADfQAAAAABgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAACfwAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAfQAAAAABfQAAAAADfQAAAAACgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAfQAAAAAAfQAAAAACfQAAAAABgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAfwAAAAACgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAfQAAAAABfQAAAAACfQAAAAADgQAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAAgQAAAAAA version: 6 3,0: ind: 3,0 - tiles: YAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAADDAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAADgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAABDAAAAAABYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADLwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABLwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACLwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAALwAAAAAAYAAAAAABLwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAARAAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAARAAAAAAAUgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAARAAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAADKQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADJAAAAAADJAAAAAAAKQAAAAADgQAAAAAAgQAAAAAAUgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABJAAAAAAAJAAAAAADKQAAAAACgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAAAEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACJAAAAAAAJAAAAAAAKQAAAAABgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAADEgAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAEgAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAADJAAAAAACJAAAAAADKQAAAAACgQAAAAAAgQAAAAAA + tiles: YAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAACDgAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADDgAAAAAEYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADLwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABLwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAALwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgQAAAAAALwAAAAAAYAAAAAACLwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAARAAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAARAAAAAAAUgAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAARAAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAADKQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABJAAAAAABJAAAAAABKQAAAAACgQAAAAAAgQAAAAAAUgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABJAAAAAABJAAAAAADKQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAABIAAAAAADEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADJAAAAAABJAAAAAADKQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAADEgAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAEgAAAAAAKQAAAAABKQAAAAABKQAAAAABKQAAAAAAJAAAAAACJAAAAAACKQAAAAADgQAAAAAAgQAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: KQAAAAABKQAAAAAAKQAAAAADKQAAAAACKQAAAAABKQAAAAADKQAAAAACgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAKQAAAAABKQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAKQAAAAACKQAAAAACKQAAAAAAgQAAAAAAKQAAAAADKQAAAAADgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAKQAAAAABKQAAAAADKQAAAAAAgQAAAAAAKQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAKQAAAAABKQAAAAADKQAAAAACgQAAAAAAKQAAAAABKQAAAAAAKQAAAAADKQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAKQAAAAAAKQAAAAACKQAAAAADgQAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAKQAAAAACKQAAAAADKQAAAAABKQAAAAABYAAAAAACYAAAAAADYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAgAAAAAAAKQAAAAAAKQAAAAACKQAAAAAAKQAAAAABKQAAAAAAKQAAAAACKQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAgAAAAAAAKQAAAAAAKQAAAAADKQAAAAACKQAAAAADKQAAAAABKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAKQAAAAABKQAAAAADKQAAAAADKQAAAAACKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAABKQAAAAAAKQAAAAADKQAAAAACgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAIQAAAAABgQAAAAAAIQAAAAACgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAAAKQAAAAADgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAACKQAAAAABgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAABDAAAAAACYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIQAAAAAAgQAAAAAAIQAAAAADgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAABDAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAABDAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAACgQAAAAAA + tiles: KQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAACKQAAAAADKQAAAAADgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAADgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAKQAAAAABKQAAAAACKQAAAAACgQAAAAAAKQAAAAABKQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAKQAAAAABKQAAAAABKQAAAAAAgQAAAAAAKQAAAAACKQAAAAADgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAgQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAKQAAAAACKQAAAAAAKQAAAAAAgQAAAAAAKQAAAAAAKQAAAAACKQAAAAADKQAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAADKQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAgAAAAAAAKQAAAAADKQAAAAADKQAAAAABKQAAAAABKQAAAAAAKQAAAAADKQAAAAABgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAgAAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAACKQAAAAACKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAKQAAAAAAKQAAAAABKQAAAAABKQAAAAADKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAABKQAAAAADKQAAAAACKQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAIQAAAAACgQAAAAAAIQAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAABKQAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAADKQAAAAACgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAAADgAAAAAAYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAIQAAAAABgQAAAAAAIQAAAAABgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAADDgAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAADgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAACDgAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAJwAAAAADJwAAAAAAJwAAAAAAgQAAAAAAJwAAAAADJwAAAAADJwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAJwAAAAABJwAAAAADJwAAAAADgQAAAAAAJwAAAAADJwAAAAAAJwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAKQAAAAADKQAAAAACKQAAAAAAKQAAAAAAKQAAAAADKQAAAAABKQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAABKQAAAAACKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAKQAAAAABKQAAAAADKQAAAAAAKQAAAAACKQAAAAABKQAAAAABKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgAAAAAAA + tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAJwAAAAABJwAAAAADJwAAAAADgQAAAAAAJwAAAAACJwAAAAADJwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAJwAAAAABJwAAAAAAJwAAAAADgQAAAAAAJwAAAAABJwAAAAADJwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAKQAAAAACKQAAAAADKQAAAAADKQAAAAADKQAAAAABKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAKQAAAAADKQAAAAADKQAAAAADKQAAAAACKQAAAAABKQAAAAADKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAKQAAAAADKQAAAAABKQAAAAABKQAAAAACKQAAAAADKQAAAAADKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAgAAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAGBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAAKQAAAAAAgQAAAAAAKQAAAAABKQAAAAABKQAAAAABKQAAAAACKQAAAAAAKQAAAAABKQAAAAABKQAAAAACKQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAAKQAAAAACKQAAAAABKQAAAAACKQAAAAAAKQAAAAABKQAAAAACKQAAAAAAKQAAAAABKQAAAAADKQAAAAACKQAAAAADKQAAAAABgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAKQAAAAABKQAAAAACKQAAAAAAKQAAAAABKQAAAAACKQAAAAABKQAAAAAAKQAAAAADKQAAAAACKQAAAAAAKQAAAAACKQAAAAACKQAAAAADgQAAAAAABwAAAAAABwAAAAAAKQAAAAABgQAAAAAAKQAAAAADKQAAAAABKQAAAAAAKQAAAAADKQAAAAACKQAAAAAAKQAAAAABKQAAAAADKQAAAAACKQAAAAACKQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAADBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAHgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAAKQAAAAAAgQAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAABKQAAAAABKQAAAAAAKQAAAAAAKQAAAAADKQAAAAABgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAAKQAAAAABKQAAAAADKQAAAAADKQAAAAABKQAAAAAAKQAAAAACKQAAAAABKQAAAAABKQAAAAAAKQAAAAABKQAAAAACKQAAAAACgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAKQAAAAADKQAAAAADKQAAAAACKQAAAAADKQAAAAADKQAAAAABKQAAAAAAKQAAAAABKQAAAAAAKQAAAAACKQAAAAABKQAAAAACKQAAAAACgQAAAAAABwAAAAAABwAAAAAAKQAAAAABgQAAAAAAKQAAAAAAKQAAAAABKQAAAAACKQAAAAAAKQAAAAABKQAAAAACKQAAAAADKQAAAAACKQAAAAAAKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: fQAAAAAAfwAAAAADfQAAAAABfQAAAAADfQAAAAADgQAAAAAAfQAAAAACfQAAAAABfQAAAAADfQAAAAADfQAAAAACfQAAAAABfQAAAAABgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAfQAAAAADfQAAAAAAfQAAAAACgQAAAAAAfQAAAAABfQAAAAADfQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAgQAAAAAAYAAAAAADYAAAAAABbwAAAAAAgQAAAAAAgQAAAAAAfwAAAAACgQAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAABfQAAAAAAfQAAAAABfQAAAAABfQAAAAAAgQAAAAAAYAAAAAACYAAAAAADbwAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAADfQAAAAAAfQAAAAACfQAAAAACfQAAAAADfQAAAAABfQAAAAABfQAAAAABfQAAAAACgQAAAAAAYAAAAAABYAAAAAABbwAAAAAAgQAAAAAAfQAAAAADfQAAAAACfQAAAAADfQAAAAADfQAAAAAAfQAAAAACfQAAAAAAfQAAAAADfQAAAAADfQAAAAADfQAAAAADYAAAAAABYAAAAAADYAAAAAACbwAAAAAAbwAAAAAAfQAAAAABfQAAAAABfQAAAAADfQAAAAACfQAAAAADfQAAAAAAfQAAAAADfQAAAAADfQAAAAACfQAAAAACfQAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAADfQAAAAACfQAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAADfQAAAAACfQAAAAABgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAYAAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAYAAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAAAKQAAAAABKQAAAAAAKQAAAAABKQAAAAACgQAAAAAA + tiles: fQAAAAABfwAAAAABfQAAAAAAfQAAAAABfQAAAAACgQAAAAAAfQAAAAADfQAAAAADfQAAAAADfQAAAAADfQAAAAAAfQAAAAACfQAAAAACgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAABgQAAAAAAfQAAAAAAfQAAAAACfQAAAAADfQAAAAADfQAAAAACfQAAAAACfQAAAAADgQAAAAAAYAAAAAADYAAAAAACbwAAAAAAgQAAAAAAgQAAAAAAfwAAAAABgQAAAAAAgQAAAAAAfQAAAAABfQAAAAADfQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAADgQAAAAAAYAAAAAACYAAAAAADbwAAAAAAgQAAAAAAfQAAAAABfQAAAAADfQAAAAABfQAAAAAAfQAAAAACfQAAAAABfQAAAAABfQAAAAADfQAAAAAAfQAAAAACfQAAAAACgQAAAAAAYAAAAAABYAAAAAADbwAAAAAAgQAAAAAAfQAAAAADfQAAAAACfQAAAAACfQAAAAAAfQAAAAACfQAAAAABfQAAAAAAfQAAAAABfQAAAAAAfQAAAAADfQAAAAABYAAAAAABYAAAAAACYAAAAAABbwAAAAAAbwAAAAAAfQAAAAACfQAAAAACfQAAAAADfQAAAAACfQAAAAAAfQAAAAADfQAAAAAAfQAAAAADfQAAAAABfQAAAAADfQAAAAACYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAACfQAAAAAAfQAAAAABfQAAAAACfQAAAAADfQAAAAAAfQAAAAAAfQAAAAACfQAAAAABgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAYAAAAAADJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAYAAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAABKQAAAAABKQAAAAADKQAAAAACKQAAAAAAgQAAAAAA version: 6 -2,2: ind: -2,2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA version: 6 -3,2: ind: -3,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAARAAAAAAAbwAAAAAAbwAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACJgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACJgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAARAAAAAAAbwAAAAAAbwAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAADAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABJgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAJgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACJgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAABKQAAAAABKQAAAAADKQAAAAABKQAAAAABKQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAABKQAAAAAAKQAAAAABKQAAAAAAKQAAAAACKQAAAAADgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAADKQAAAAABKQAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAABKQAAAAAAKQAAAAADKQAAAAAAKQAAAAADKQAAAAADKQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAADKQAAAAABKQAAAAADKQAAAAAAKQAAAAADKQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAACKQAAAAACKQAAAAABKQAAAAABKQAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAKQAAAAAAKQAAAAADbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAKQAAAAABKQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAKQAAAAACKQAAAAADbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAKQAAAAACKQAAAAABbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAKQAAAAADKQAAAAABbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAKQAAAAACKQAAAAACbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAKQAAAAABKQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAADKQAAAAACKQAAAAAAKQAAAAADKQAAAAABKQAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAAAKQAAAAAAKQAAAAADgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAABKQAAAAAAKQAAAAACKQAAAAABKQAAAAABKQAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAADKQAAAAACKQAAAAABKQAAAAABKQAAAAACKQAAAAABKQAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAAAKQAAAAACKQAAAAABgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAACKQAAAAACKQAAAAAAKQAAAAABKQAAAAADKQAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAKQAAAAAAKQAAAAADbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAKQAAAAACKQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAKQAAAAACKQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAKQAAAAADKQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAKQAAAAAAKQAAAAABbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAKQAAAAADKQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: gAAAAAAAgAAAAAAABwAAAAABBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAKQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: gAAAAAAAgAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAABwAAAAAKBwAAAAACBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAABBwAAAAAABwAAAAAKBwAAAAAABwAAAAAEBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAKQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUwAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -2,3: ind: -2,3 - tiles: AAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAMgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABwAAAAALBwAAAAAABwAAAAAFBwAAAAADBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAABwAAAAAIBwAAAAALBwAAAAAABwAAAAAGBwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAACgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,3: ind: -1,3 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAACRAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAADBwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAABgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADRAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABBwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,3: ind: 0,3 - tiles: YAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAYAAAAAADYAAAAAACYAAAAAABKQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADJAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAADYAAAAAADgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAABYAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAABYAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAA + tiles: YAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAYAAAAAABYAAAAAACYAAAAAACKQAAAAABbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAAAYAAAAAABgQAAAAAAYAAAAAACJAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAADgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAABYAAAAAADgQAAAAAAbwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAA version: 6 1,3: ind: 1,3 - tiles: gQAAAAAAYAAAAAADYAAAAAACYAAAAAAARAAAAAAAKQAAAAAAKQAAAAABKQAAAAADKQAAAAAAKQAAAAACgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAKQAAAAAAYAAAAAAAYAAAAAABYAAAAAACRAAAAAAAKQAAAAADKQAAAAACKQAAAAACKQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAGBwAAAAABgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAABwAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAARAAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAARAAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: gQAAAAAAYAAAAAADYAAAAAADYAAAAAAARAAAAAAAKQAAAAACKQAAAAADKQAAAAABKQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAKQAAAAACYAAAAAACYAAAAAAAYAAAAAABRAAAAAAAKQAAAAABKQAAAAABKQAAAAABKQAAAAAAKQAAAAABgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAARAAAAAAARAAAAAAARAAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAALgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAABwAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAARAAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAARAAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 - tiles: gQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAABwAAAAAIBwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: gQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAABwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 @@ -306,7 +308,7 @@ entities: version: 6 3,1: ind: 3,1 - tiles: EgAAAAAAIAAAAAAAEgAAAAAAEgAAAAAAgQAAAAAAEgAAAAAAIAAAAAAAgQAAAAAAKQAAAAADgQAAAAAAKQAAAAAAJAAAAAAAJAAAAAACKQAAAAACgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAADEgAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAEgAAAAAAKQAAAAACKQAAAAAAKQAAAAABKQAAAAAAJAAAAAACJAAAAAACKQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAABIAAAAAAAEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACJAAAAAACJAAAAAAAKQAAAAADgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAKQAAAAADKQAAAAACKQAAAAADgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAADEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAA + tiles: EgAAAAAAIAAAAAAAEgAAAAAAEgAAAAAAgQAAAAAAEgAAAAAAIAAAAAADgQAAAAAAKQAAAAAAgQAAAAAAKQAAAAADJAAAAAACJAAAAAABKQAAAAACgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAAAEgAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAEgAAAAAAKQAAAAADKQAAAAACKQAAAAADKQAAAAAAJAAAAAADJAAAAAACKQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAAAIAAAAAAAEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAACJAAAAAACJAAAAAAAKQAAAAABgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAADKQAAAAAAKQAAAAADKQAAAAACgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAADIAAAAAADEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAgQAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAA version: 6 3,3: ind: 3,3 @@ -326,7 +328,7 @@ entities: version: 6 -4,0: ind: -4,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAADbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAADgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAACgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAgQAAAAAAfQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAfwAAAAAAfQAAAAACfQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAfQAAAAABJgAAAAAAJgAAAAAAJgAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAABfQAAAAADfQAAAAABfQAAAAADfQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAACfQAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAACfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAABgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAACbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAgQAAAAAAfQAAAAADfQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAfwAAAAAAfQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAJgAAAAAAgQAAAAAAfQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAfQAAAAABJgAAAAAAJgAAAAAAJgAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAfQAAAAABfQAAAAADfQAAAAACfQAAAAADfQAAAAACfQAAAAACfQAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAADfQAAAAACfQAAAAABfQAAAAABfQAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAACfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAfQAAAAADfQAAAAAAfQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,1: ind: -4,1 @@ -342,31 +344,31 @@ entities: version: 6 -4,-4: ind: -4,-4 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAARAAAAAAAgQAAAAAAgQAAAAAABwAAAAAIBwAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFgQAAAAAAgQAAAAAAgQAAAAAA + tiles: gAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAABwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAARAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAbwAAAAAAbwAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAALBwAAAAAABwAAAAAKRAAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAGBwAAAAABBwAAAAACgQAAAAAAgQAAAAAAgQAAAAAA version: 6 1,-5: ind: 1,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAALBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAABBwAAAAAABwAAAAADBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-5: ind: 0,-5 - tiles: AAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-5: ind: -1,-5 - tiles: AAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-6: ind: -1,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAACYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-6: ind: 0,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAACbwAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADbwAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAbwAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAACbwAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAJQAAAAAAJQAAAAAAJQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAJQAAAAAAJQAAAAADJQAAAAADYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABJQAAAAAAJQAAAAAAJQAAAAADYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAOQAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABJQAAAAAAJQAAAAAAJQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAUwAAAAAAOQAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAAOQAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAAAJQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAJQAAAAAAJQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAZQAAAAAAZQAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAZQAAAAACZQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAZQAAAAACZQAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAACgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAJQAAAAAAJQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAABgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAADbAAAAAAAbAAAAAAA + tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAbwAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAABbwAAAAAAbwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAABJQAAAAAAJQAAAAACJQAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADJQAAAAACJQAAAAAAJQAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADJQAAAAADJQAAAAACJQAAAAACYAAAAAACYAAAAAADYAAAAAADgQAAAAAAOQAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADJQAAAAADJQAAAAABJQAAAAACYAAAAAADYAAAAAABYAAAAAACUwAAAAAAOQAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAACgQAAAAAAOQAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAAAJQAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAUwAAAAAAUwAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAJQAAAAADJQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAZQAAAAACZQAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAABgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAZQAAAAADZQAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAAbwAAAAAAZQAAAAACZQAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAJQAAAAABJQAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAbAAAAAAAbAAAAAAA version: 6 4,1: ind: 4,1 @@ -374,11 +376,11 @@ entities: version: 6 4,0: ind: 4,0 - tiles: DAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: DgAAAAAJgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-2: ind: 4,-2 @@ -386,11 +388,11 @@ entities: version: 6 -3,-5: ind: -3,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABwAAAAAABwAAAAAFBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAKBwAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAHBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAABBwAAAAABBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAEAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAMBwAAAAAABwAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAACBwAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-4: ind: -5,-4 @@ -398,7 +400,7 @@ entities: version: 6 4,-3: ind: 4,-3 - tiles: AAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,-5: ind: -4,-5 @@ -490,6 +492,13 @@ entities: 2834: 7,-38 2965: 15,-40 2966: 15,-41 + 3947: -34,-57 + 3948: -34,-58 + 3949: -34,-59 + 3950: -32,-57 + 3951: -31,-57 + 3952: -31,-59 + 3953: -32,-59 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' @@ -2793,321 +2802,23 @@ entities: decals: 577: -32,-28 578: -32,-28 - - node: - color: '#FFFFFFFF' - id: BushAOne - decals: - 2645: -12.173578,-13.16537 - - node: - color: '#FFFFFFFF' - id: BushAThree - decals: - 2602: 7.063609,-17.083809 - 2646: -12.954828,-13.13412 - 2978: -13.009358,7.995878 - 2983: -15.09027,11.031727 - - node: - color: '#FFFFFFFF' - id: BushATwo - decals: - 2647: -12.996495,-12.238287 - 2648: -6.0969057,-13.717453 - - node: - color: '#FFFFFFFF' - id: BushCOne - decals: - 2971: -11.007082,13.412277 - - node: - color: '#FFFFFFFF' - id: BushCThree - decals: - 2596: 17.014423,-8.300894 - 2632: -4.785802,3.4705331 - - node: - color: '#FFFFFFFF' - id: BushCTwo - decals: - 2651: -5.148989,-12.144537 - - node: - color: '#FFFFFFFF' - id: BushDTwo - decals: - 2588: 17.163681,15.561111 - 2589: 3.516313,17.119299 - - node: - color: '#FFFFFFFF' - id: Busha1 - decals: - 2590: 4.90173,16.900549 - 2975: -13.092692,9.881294 - - node: - color: '#FFFFFFFF' - id: Busha2 - decals: - 2980: -13.96527,9.885894 - 2982: -14.642353,10.979644 - - node: - color: '#FFFFFFFF' - id: Bushb1 - decals: - 2972: -10.975832,14.18311 - 2976: -13.092692,9.006294 - - node: - color: '#FFFFFFFF' - id: Bushb2 - decals: - 2644: -12.183994,-14.061203 - 2973: -10.996666,15.02686 - 3638: -16,13 - - node: - color: '#FFFFFFFF' - id: Bushb3 - decals: - 2977: -13.009358,8.402128 - 2981: -14.017353,10.354644 - - node: - color: '#FFFFFFFF' - id: Bushc1 - decals: - 2649: -5.1698227,-12.957037 - 2979: -14.02777,11.062977 - - node: - color: '#FFFFFFFF' - id: Bushc2 - decals: - 3639: -16,15 - - node: - color: '#FFFFFFFF' - id: Bushc3 - decals: - 2587: 17.194931,12.9986105 - 2650: -8.055239,-11.332037 - 2974: -11.044625,12.930744 - - node: - color: '#FFFFFFFF' - id: Bushe1 - decals: - 2578: 6.2998166,3.7755318 - 2593: 17.076923,-7.467561 - 2594: 16.566507,-7.988394 - 2600: 7.2406926,-16.500475 - 2615: 3.5204434,-9.447139 - 2616: 3.2912767,-9.686723 - 2652: -8.044823,-11.092453 - - node: - color: '#FFFFFFFF' - id: Bushe2 - decals: - 2579: 6.6984973,3.4174294 - 2595: 17.014423,-8.030061 - 2609: 7.441076,6.766222 - 2992: -4.0134697,4.9046235 - 3474: 63.771957,-1.9947927 - 3478: 64.23029,-2.0052094 - - node: - color: '#FFFFFFFF' - id: Bushe3 - decals: - 2601: 6.6990256,-16.510893 - 3373: 58.245747,-2.973395 - 3374: 57.818665,-3.0463119 - 3375: 58.308247,-2.1817284 - 3473: 64.15737,-0.19270933 - - node: - color: '#FFFFFFFF' - id: Bushe4 - decals: - 1302: 57.84424,1.1426643 - 1303: 58.21924,0.9864143 - 1304: 57.885906,-2.0552526 - 1305: 58.15674,-1.5865024 - 1306: 57.90674,0.18433094 - 2626: 6.6556993,14.650438 - 2633: -4.7441354,3.6892834 - 2658: -12.329075,-5.2076516 - 2659: -11.683241,-5.540985 - 2993: -4.2530527,4.29004 - 3472: 63.792793,0.09895742 - - node: - color: '#FFFFFFFF' - id: Bushf1 - decals: - 1309: 58.167156,-0.24275243 - 3006: -4.922404,-3.8768375 - - node: - color: '#FFFFFFFF' - id: Bushf2 - decals: - 1310: 57.833824,-0.37816906 - 3008: -4.4328203,-4.7726707 - 3009: -4.3255215,-5.3247385 - - node: - color: '#FFFFFFFF' - id: Bushf3 - decals: - 3007: -4.3703203,-4.199754 - 3372: 57.943665,-2.723395 - - node: - color: '#FFFFFFFF' - id: Bushg1 - decals: - 2597: 17.14984,-5.092561 - 2603: 8.53236,-17.187975 - 2637: 3.404969,-4.7533755 - 2984: -9.359586,2.9312673 - - node: - color: '#FFFFFFFF' - id: Bushg2 - decals: - 2638: 4.175802,-4.0346255 - - node: - color: '#FFFFFFFF' - id: Bushg3 - decals: - 2557: -2.1416075,5.8916445 - 2558: -2.162441,14.072103 - 2559: 17.866562,15.155413 - 2560: 18.231146,11.999163 - 2561: 3.059716,-17.07088 - 2562: -4.1298733,-14.029394 - 2563: -2.3702574,-5.9809127 - 2564: -8.961391,-10.053829 - 2565: -17.146135,-6.1901164 - - node: - color: '#FFFFFFFF' - id: Bushg4 - decals: - 2598: 17.160257,-5.6342273 - 2627: 7.2077823,13.712938 - - node: - color: '#FFFFFFFF' - id: Bushh1 - decals: - 2575: 5.9211392,3.1419072 - 2580: 8.507914,15.796663 - 2581: 9.528748,15.46333 - 2991: -3.4732609,5.2424126 - - node: - color: '#FFFFFFFF' - id: Bushh2 - decals: - 2576: 5.087806,3.9127407 - 2582: 8.528747,14.473747 - 2660: -13.162408,-5.0826516 - 2661: -14.037408,-5.988902 - - node: - color: '#FFFFFFFF' - id: Bushh3 - decals: - 2577: 7.181556,4.0273237 - 2586: 17.465765,12.071527 - 2662: -13.756159,-5.822237 - 2663: -13.901991,-8.228487 - 2988: -9.230458,4.9216795 - node: color: '#FFFFFFFF' id: Bushi1 decals: - 2566: -17.677385,-15.149096 - 2567: -6.0205603,-17.117607 - 2568: -9.970078,-14.052947 - 2569: -9.887934,2.4137444 - 2599: 6.2927756,-17.073393 - 2610: 15.850491,-4.61609 - 2612: 9.772904,-4.483665 - 2624: 13.70388,8.66825 - 2625: 7.1036158,14.358771 - 2628: -5.465275,9.849015 - 2629: -6.746525,10.213598 - 2642: 3.4466357,-5.461709 2677: -20.130556,-17.838984 2678: -16.849306,-19.984818 2679: -17.307638,-19.6619 2680: -19.265972,-20.13065 - 2996: -14.051299,-2.1793242 - 2999: -17.143507,-2.1316965 - 3000: -14.734559,-9.289597 - 3002: -14.390809,-9.633347 - 3003: -10.377625,-9.233512 - 3011: -3.5338547,-5.210155 - 3012: -4.8467765,-14.670914 - 3368: -2.6337829,9.646117 - node: color: '#FFFFFFFF' id: Bushi2 decals: - 2572: 18.117056,13.867498 - 2617: 3.580893,-8.535644 - 2618: 8.918044,-3.98356 - 2619: 15.266736,-5.8692675 - 2620: 16.209822,-5.8538113 - 2621: 7.318463,5.66825 - 2622: 6.4642963,5.85575 - 2623: 14.620547,8.230751 - 2634: 6.318049,2.225238 - 2653: -8.044823,-13.97787 - 2654: -8.878156,-13.144537 - 2655: -5.867739,-11.154953 - 2656: -13.026991,-9.009735 - 2657: -11.860325,-5.124318 2681: -16.859722,-18.94315 - 2985: -8.75542,2.9208503 - 2990: -13.95071,2.256745 - 2997: -14.165881,-2.439741 - 3001: -14.713725,-9.602097 - 3004: -9.76849,-14.395954 - 3013: -4.450943,-14.608414 - 3369: -2.8004496,9.333617 - - node: - color: '#FFFFFFFF' - id: Bushi3 - decals: - 2573: 17.117056,10.211248 - 2574: 9.26489,2.9960737 - 2604: 14.499886,6.958212 - 2605: 13.541552,7.447795 - 2606: 6.0254874,14.498462 - 2611: 16.579659,-3.9598398 - 2635: 7.224299,2.3710713 - 2636: 4.0082765,6.5204124 - 2643: 5.713353,-3.1926599 - 2987: -9.557503,5.8271008 - 2989: -14.0402975,2.506745 - 3370: -2.8212829,8.989867 - - node: - color: '#FFFFFFFF' - id: Bushi4 - decals: - 2545: -15.13607,-18.199955 - 2546: -18.14605,-11.80234 - 2547: -13.963279,-4.177868 - 2548: -5.8667884,-5.4799514 - 2549: 8.061129,-4.427868 - 2550: 15.901968,-2.2820346 - 2551: 17.151968,2.9988291 - 2552: 9.610178,17.11985 - 2553: 4.0546904,17.078184 - 2554: 3.480264,5.210905 - 2556: -5.5270247,2.9853945 - 2591: 5.777904,17.049623 - 2592: 9.139725,14.0701685 - 2607: 6.567154,13.456795 - 2608: 6.441076,6.7870555 - 2613: 9.397904,-5.046165 - 2614: 4.3850265,-9.488806 - 2630: -6.2881913,9.494848 - 2631: -5.402775,10.869849 - 2639: 3.8528857,-4.5242085 - 2664: -11.037408,-8.100949 - 2994: -3.7009702,4.4983735 - 2995: -5.697132,-3.1168242 - 3005: -9.425084,-14.560988 - 3010: -3.5442712,-4.7830715 - node: color: '#FFFFFFFF' id: Bushj1 decals: - 2583: 8.789164,15.109163 2669: -19.824345,-10.10782 2670: -20.11601,-9.63907 2672: -20.011845,-8.243237 @@ -3126,48 +2837,49 @@ entities: 3387: -19.318695,-8.485081 - node: color: '#FFFFFFFF' - id: Bushj3 + id: Bushl1 decals: - 3371: -4.6337833,10.114867 + 4323: -13.831512,-5.904546 - node: color: '#FFFFFFFF' - id: Bushk1 + id: Bushl4 decals: - 2641: 3.0091357,-5.795042 - 2986: -10.00542,5.191684 + 4095: 5.9312387,-2.428447 - node: color: '#FFFFFFFF' - id: Bushk3 + id: Bushm1 decals: - 2584: 15.903748,17.02583 - 2585: 18.067644,12.942497 - 2640: 4.8112187,-3.7846253 + 4093: 5.9126606,3.2848876 + 4140: 17.223246,2.9212363 + 4221: 5.9121523,-16.916327 + 4322: -13.154429,-5.217046 + 4386: -9.384194,5.7898264 + 4416: -13.913179,3.49077 - node: color: '#FFFFFFFF' - id: Bushm1 + id: Bushm2 decals: - 3475: 63.81363,-0.83854264 + 4171: 17.054253,11.857221 + 4172: 16.1498,-5.524193 + 4337: -8.1796875,-11.195033 + 4444: 63.84961,-0.75471026 - node: color: '#FFFFFFFF' id: Bushm3 decals: - 3476: 64.29279,-0.73437595 + 4091: 18.271273,15.21118 + 4094: 4.0145736,-5.4180317 + 4173: 17.066467,-8.451276 + 4216: 10.466326,16.670284 + 4321: -10.977345,-6.602461 + 4374: -16.047321,15.13021 - node: color: '#FFFFFFFF' id: Bushm4 decals: - 2665: -10.9586735,-6.0094166 - 2666: -11.224603,-5.736016 - 2667: -13.307937,-8.381849 - 2668: -14.067469,-7.593817 - 3477: 64.12612,-1.2864593 - - node: - color: '#FFFFFFFF' - id: Bushn1 - decals: - 1307: 58.021324,0.5489143 - 1308: 57.96924,-1.1594192 - 3376: 57.99387,-2.411529 + 4092: 3.5584922,5.7744694 + 4097: 3.5476413,16.92292 + 4348: -8.242186,-13.767948 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -3250,27 +2962,11 @@ entities: 27: -2,0 28: -2,-1 42: 1,0 - 79: -2,-17 80: -2,-16 - 81: -2,-14 - 82: -2,-13 - 83: -2,-12 84: -2,-11 85: -2,-10 - 86: -2,-8 - 87: -2,-7 - 88: -2,-6 - 108: -2,6 - 109: -2,7 - 110: -2,8 - 111: -2,10 - 112: -2,11 - 113: -2,11 114: -2,12 115: -2,13 - 116: -2,14 - 117: -2,16 - 118: -2,17 - node: color: '#FFFFFFFF' id: ConcreteTrimLineN @@ -3282,26 +2978,11 @@ entities: 18: 0,-2 19: 1,-2 39: 0,1 - 59: 17,-2 - 60: 16,-2 61: 14,-2 62: 13,-2 - 63: 12,-2 - 64: 11,-2 - 65: 10,-2 - 66: 8,-2 - 67: 7,-2 - 68: 6,-2 - 89: -6,-2 - 90: -7,-2 - 91: -8,-2 92: -10,-2 93: -11,-2 - 94: -12,-2 - 95: -13,-2 96: -16,-2 - 97: -17,-2 - 2998: -14,-2 - node: color: '#FFFFFFFF' id: ConcreteTrimLineS @@ -3314,26 +2995,12 @@ entities: 25: -1,2 34: 0,-1 41: 0,-1 - 51: 6,2 - 52: 7,2 - 53: 8,2 - 54: 10,2 55: 12,2 56: 13,2 - 57: 16,2 - 58: 17,2 98: -17,2 99: -16,2 - 100: -14,2 - 101: -13,2 102: -12,2 103: -11,2 - 104: -10,2 - 105: -8,2 - 106: -7,2 - 107: -6,2 - 3394: 11,2 - 3395: 14,2 - node: color: '#FFFFFFFF' id: ConcreteTrimLineW @@ -3345,26 +3012,10 @@ entities: 21: 2,0 22: 2,1 40: -1,0 - 43: 2,6 - 44: 2,7 - 45: 2,8 46: 2,11 47: 2,12 - 48: 2,14 - 49: 2,16 - 50: 2,17 - 69: 2,-6 - 70: 2,-7 - 71: 2,-8 - 72: 2,-10 - 73: 2,-11 - 74: 2,-12 75: 2,-13 76: 2,-14 - 77: 2,-16 - 78: 2,-17 - 3400: 2,10 - 3401: 2,13 - node: color: '#FFFFFFFF' id: Delivery @@ -3448,150 +3099,6 @@ entities: 1821: 9,32 1823: 20,32 3730: 18,38 - - node: - color: '#FFFFFFFF' - id: FlowersBROne - decals: - 2747: 16.070688,16.03927 - 2778: 9.361443,4.4135666 - 2779: 8.71561,5.3614836 - - node: - color: '#FFFFFFFF' - id: FlowersBRThree - decals: - 2748: 17.062426,11.239492 - 2749: 10.321154,17.060677 - 2782: 7.6635256,6.1948166 - 2783: 8.538526,6.2989836 - 2818: 9.51524,6.327868 - - node: - color: '#FFFFFFFF' - id: FlowersBRTwo - decals: - 2775: 10.111443,4.4344 - 2776: 8.663526,4.5594 - 2777: 8.05936,5.5073166 - 2819: 9.79649,6.7862015 - - node: - color: '#FFFFFFFF' - id: Flowersbr1 - decals: - 2744: 3.1090877,15.838451 - 2745: 15.10194,16.174686 - - node: - color: '#FFFFFFFF' - id: Flowersbr2 - decals: - 2746: 15.393607,16.737186 - 2780: 9.49686,5.1010666 - 2781: 9.080193,5.7260666 - 2784: 10.324566,5.2335067 - 2806: 16.988474,10.508276 - 2807: 16.363474,10.747859 - 2808: 11.000941,16.992361 - 2809: 11.6309395,17.170504 - 2825: 7.8013525,4.69695 - 2826: 9.145103,3.603201 - 2827: 9.15132,6.0905905 - - node: - color: '#FFFFFFFF' - id: Flowersbr3 - decals: - 2817: 8.806907,6.8799515 - - node: - color: '#FFFFFFFF' - id: Flowerspv1 - decals: - 2785: 15.255633,6.9409747 - 2786: 14.661882,7.545141 - - node: - color: '#FFFFFFFF' - id: Flowerspv2 - decals: - 2787: 15.463966,7.690975 - 2789: 14.5844555,8.774308 - 2793: 14.978545,6.1768036 - 2794: 15.728544,6.3643036 - 2820: 14.814111,5.0989227 - 2821: 15.56411,4.4947557 - 2824: 12.9190645,9.799427 - - node: - color: '#FFFFFFFF' - id: Flowerspv3 - decals: - 2738: 8.013186,3.1140726 - 2739: 10.378889,-5.012858 - 2740: 10.274722,-4.383773 - 2788: 15.219872,8.347224 - 2790: 13.9177885,8.774308 - 2791: 13.252036,8.115639 - 2792: 13.134795,8.926804 - 2795: 16.103544,7.1143036 - 2796: 16.42646,6.1143036 - 2797: 15.748611,5.544657 - 2822: 14.501611,4.234339 - 2823: 13.6690645,9.570259 - - node: - color: '#FFFFFFFF' - id: Flowersy1 - decals: - 2736: 7.160172,13.449887 - 2737: 5.483089,13.918637 - 2750: 12.341987,18.164845 - 2757: 4.084557,12.876521 - 2758: 6.313724,11.689021 - 2759: 9.0012245,11.564021 - 2765: 8.3553915,12.168188 - 2766: 6.730391,12.855688 - 2767: 5.105391,14.376521 - 2768: 2.9283073,14.741104 - 2770: 4.719974,13.105688 - 2771: 4.355391,14.585857 - 2772: 3.473161,14.394393 - 2773: 4.3585773,13.821476 - 2799: 2.299132,6.662748 - 2804: 4.7337813,6.6002483 - 2805: 4.5150313,6.0064983 - - node: - color: '#FFFFFFFF' - id: Flowersy2 - decals: - 2751: 14.633654,18.154427 - 2760: 7.6991415,11.939021 - 2761: 7.0533075,11.282771 - 2762: 8.1783085,11.241104 - 2800: 3.0178826,5.8710814 - - node: - color: '#FFFFFFFF' - id: Flowersy3 - decals: - 2752: 13.227404,18.091927 - 2754: 11.914904,18.11276 - 2755: 11.914904,18.11276 - 2763: 6.938724,12.168188 - 2764: 7.6158075,12.918188 - 2774: 3.4939945,13.592309 - 2801: 3.1637156,6.5481644 - 2802: 3.7887158,5.704415 - 2803: 3.9108648,7.0273314 - - node: - color: '#FFFFFFFF' - id: Flowersy4 - decals: - 2741: 3.8501334,-9.470912 - 2742: 4.3709664,-9.908412 - 2743: 3.6209664,-9.960495 - 2753: 13.966987,18.133595 - 2756: 15.123237,18.071095 - 2769: 5.136641,13.511938 - 2798: 2.2574656,5.8294144 - 2810: 9.849766,11.338729 - 2811: 9.047683,10.619978 - 2812: 4.7809443,7.692894 - 2813: 5.676778,7.797061 - 2814: 5.4059443,8.505394 - 2815: 5.8902392,6.890369 - 2816: 6.223573,8.400785 - node: color: '#00BEBE7F' id: FullTileOverlayGreyscale @@ -3793,27 +3300,9 @@ entities: 2930: -16,-38 - node: color: '#FFFFFFFF' - id: GrayConcreteTrimLineE - decals: - 3391: 11,2 - - node: - color: '#FFFFFFFF' - id: GrayConcreteTrimLineN - decals: - 3398: 2,10 - - node: - color: '#FFFFFFFF' - id: GrayConcreteTrimLineS - decals: - 3393: 12.501469,3.9993005 - 3396: 2,13 - 3397: 2,13 - - node: - color: '#FFFFFFFF' - id: GrayConcreteTrimLineW + id: Grassd2 decals: - 3392: 14,2 - 3399: 4.001555,11.500919 + 4302: 18.164886,13.40062 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale @@ -4503,7 +3992,7 @@ entities: color: '#FFFFFFFF' id: OldConcreteTrimInnerNe decals: - 132: 5,-9 + 4234: 5,-9 - node: color: '#FFFFFFFF' id: OldConcreteTrimInnerNw @@ -4513,14 +4002,14 @@ entities: color: '#FFFFFFFF' id: OldConcreteTrimInnerSe decals: - 135: 5,-5 144: 11,-17 145: 17,-11 + 3977: 5,-5 - node: color: '#FFFFFFFF' id: OldConcreteTrimInnerSw decals: - 134: 9,-5 + 4257: 9,-5 - node: color: '#FFFFFFFF' id: OldConcreteTrimLineE @@ -4544,13 +4033,13 @@ entities: color: '#FFFFFFFF' id: OldConcreteTrimLineS decals: - 129: 6,-5 130: 7,-5 131: 8,-5 140: 15,-17 141: 14,-17 142: 13,-17 143: 12,-17 + 4199: 6,-5 - node: color: '#FFFFFFFF' id: OldConcreteTrimLineW @@ -5836,7 +5325,6 @@ entities: 930: 20,-30 2829: 41,23 3614: 10,-19 - 3641: -16,13 3642: -30,-35 3782: 15,37 - node: @@ -5884,7 +5372,6 @@ entities: 933: 17,-32 934: 20,-32 3617: 10,-21 - 3640: -16,15 3643: -30,-37 3728: -30,-41 - node: @@ -6124,11 +5611,528 @@ entities: 940: 13,-31 2832: 39,22 3620: 7,-20 - 3630: -11,13 - 3631: -11,14 - 3632: -11,15 3779: 12,35 3780: 12,36 + - node: + color: '#FFFFFFFF' + id: bushsnowa1 + decals: + 4115: 16.125668,16.991741 + 4116: 18.052752,14.127158 + 4124: 17.069096,10.619755 + 4168: 13.270397,8.139334 + 4228: 3.276736,-17.114244 + 4245: 4.289882,-9.276635 + 4256: 9.557607,-4.565646 + 4259: -5.264032,-17.3291 + 4283: -18.01834,-11.770912 + 4287: -17.038794,-6.121299 + 4342: -5.815101,-13.861698 + 4346: -8.35677,-13.163782 + 4382: -8.707112,2.8523257 + - node: + color: '#FFFFFFFF' + id: bushsnowa2 + decals: + 4099: 5.0110426,5.1092877 + 4105: 5.5569983,14.3049 + 4123: 18.177753,11.981325 + 4169: 13.551646,9.222668 + 4174: 17.118547,-3.742942 + 4246: 4.508632,-9.339135 + 4325: -13.935678,-7.3003798 + 4373: -10.974404,13.77604 + 4375: -15.901489,12.432293 + 4445: 64.19336,-1.2234604 + 4462: 58.19748,-2.1817927 + 4464: 58.197483,-0.60887605 + - node: + color: '#FFFFFFFF' + id: bushsnowa3 + decals: + 4100: 9.843875,2.3306134 + 4101: 4.7175946,-4.8598647 + 4110: 5.5049148,16.791855 + 4188: 17.024801,-10.045026 + 4189: 14.56624,7.024145 + 4204: -4.663756,-5.05921 + 4288: -9.019418,-10.153705 + 4340: -5.1171856,-12.351281 + 4347: -7.710936,-13.903366 + 4461: 57.832897,-2.9213758 + 4463: 57.812065,-1.4213759 + - node: + color: '#FFFFFFFF' + id: bushsnowb1 + decals: + 4102: 6.161678,-3.0848308 + 4125: 17.204514,10.296838 + 4170: 14.905814,8.420585 + 4229: 8.630903,-16.916325 + 4260: -6.4411154,-17.370768 + 4261: -4.0869503,-13.8916 + 4269: -9.7574625,-14.1103525 + 4326: -10.998178,-8.133711 + 4381: -9.165446,2.9669094 + 4465: 57.843315,0.089040816 + - node: + color: '#FFFFFFFF' + id: bushsnowb2 + decals: + 4103: -5.3710065,-3.6963663 + 4104: 7.3174167,5.9675007 + 4411: -6.1758614,9.860818 + - node: + color: '#FFFFFFFF' + id: bushsnowb3 + decals: + 4106: 5.119498,17.23977 + 4187: 16.556051,-8.81586 + 4466: 58.218315,0.81820726 + - node: + color: '#FFFFFFFF' + id: grasssnow01 + decals: + 4004: 6.3206177,6.17792 + 4214: 6.6968894,3.2163887 + 4396: -2.9050255,9.80024 + 4423: -16.92712,-4.19144 + 4424: -7.978523,-2.2832406 + 4460: 57.957897,-0.42137593 + - node: + color: '#FFFFFFFF' + id: grasssnow02 + decals: + 4003: 6.32185,7.8435574 + 4010: 9.892037,5.9373074 + 4049: 5.498573,14.149065 + 4050: 3.22774,15.742815 + 4119: 18.15692,14.960492 + 4252: 9.880523,-3.2427292 + 4267: -9.9032955,-14.8082695 + 4303: -14.824641,-9.753517 + 4399: -1.6550276,9.631649 + 4400: -3.155028,9.3504 + 4417: -12.994281,4.178271 + 4418: -13.944558,-2.3432083 + - node: + color: '#FFFFFFFF' + id: grasssnow03 + decals: + 4027: 8.55726,6.918346 + 4029: 8.1116495,7.690426 + 4210: -6.0375133,3.7360954 + 4235: 3.8419647,-8.609969 + 4285: -17.090878,-6.121299 + 4334: -8.304686,-12.64295 + 4378: -9.207112,3.414826 + - node: + color: '#FFFFFFFF' + id: grasssnow04 + decals: + 4014: 8.579537,6.572724 + 4018: 9.089954,6.197724 + 4028: 9.40101,6.9704294 + 4085: 14.41538,18.561693 + 4208: -2.6520975,6.1006813 + 4215: 10.299344,17.56002 + 4249: 9.974273,-3.6802292 + 4250: 10.01594,-3.680229 + 4291: -8.904836,-9.309954 + 4299: -10.074914,-7.5391197 + 4359: -15.047249,11.935756 + 4360: -15.047249,11.935756 + 4362: -12.880582,11.706589 + 4404: -5.4258604,11.694151 + - node: + color: '#FFFFFFFF' + id: grasssnow05 + decals: + 4005: 6.8010163,6.2498074 + 4015: 8.329537,6.3435574 + 4046: 4.0819063,14.961565 + 4065: 9.022697,11.665794 + 4066: 7.5435305,11.790793 + 4072: 8.991446,15.249128 + 4128: 16.631596,10.546838 + 4129: 17.537848,13.068812 + 4156: 15.191997,3.5566516 + 4163: 14.32248,9.462252 + 4167: 13.176647,7.9830837 + 4182: 16.43105,-6.7637763 + 4224: 3.026736,-17.166328 + 4236: 3.216965,-8.682886 + 4239: 4.748215,-8.891218 + 4248: 9.505524,-4.784396 + 4274: -17.05599,-17.112085 + 4278: -15.962237,-17.716251 + 4314: -12.950145,-7.9670453 + 4336: -6.9609346,-13.830449 + 4377: -9.519612,2.6023262 + 4413: -13.10068,2.4491029 + 4422: -17.084421,-2.2426124 + - node: + color: '#FFFFFFFF' + id: grasssnow06 + decals: + 4154: 14.712828,6.150401 + 4185: 16.576883,-8.420026 + 4211: -6.2562623,3.059012 + 4212: -6.214597,2.5183818 + 4213: 5.9573054,3.8934717 + 4232: 5.987795,-16.636099 + 4233: 5.987795,-16.636099 + 4270: -8.8407955,-15.016602 + 4279: -18.05599,-15.018336 + 4286: -17.48671,-6.819216 + 4379: -8.425863,3.091909 + 4394: -2.70711,7.7689896 + 4432: 6.501312,2.2052712 + 4433: 5.6509647,4.574325 + 4434: 6.7183785,12.712051 + 4435: 17.069124,13.352869 + 4441: -2.139756,15.403288 + - node: + color: '#FFFFFFFF' + id: grasssnow07 + decals: + 3992: 3.621694,6.516138 + 4016: 8.00662,5.541474 + 4019: 8.621204,4.4060574 + 4047: 5.2069063,14.732399 + 4063: 8.397697,11.832461 + 4083: 12.863297,17.926275 + 4147: 14.660747,4.0149846 + 4158: 15.525326,7.389985 + 4160: 16.421162,5.0879025 + 4184: 17.056051,-9.420026 + 4226: 5.172569,-16.978827 + 4237: 3.362799,-9.620386 + 4307: -14.50933,-3.9135923 + 4388: -9.884193,6.5502434 + 4405: -6.8841944,11.048319 + - node: + color: '#FFFFFFFF' + id: grasssnow08 + decals: + 3990: 4.340444,5.8703046 + 3998: 4.484271,6.1123667 + 4023: 9.360787,3.7185574 + 4067: 8.272698,11.092877 + 4071: 7.8768625,14.76996 + 4121: 18.03192,12.387575 + 4186: 17.087301,-9.972109 + 4203: -4.3304224,-5.37171 + 4238: 4.310715,-9.828719 + 4240: 4.2794642,-7.912052 + 4280: -17.628908,-15.393336 + 4293: -9.821502,-9.278705 + 4455: 57.874565,-2.2026258 + 4456: 58.030815,-1.2755427 + 4457: 57.989147,-0.23387593 + - node: + color: '#FFFFFFFF' + id: grasssnow09 + decals: + 3991: 4.048777,6.693221 + 3999: 5.176017,5.6143904 + 4000: 5.269767,6.624807 + 4017: 8.423287,5.3123074 + 4020: 7.6524534,4.853974 + 4044: 2.9881566,14.159482 + 4045: 3.9673233,14.794899 + 4061: 8.208676,12.829125 + 4114: 16.188168,16.502157 + 4126: 16.985762,11.328088 + 4145: 13.046159,9.796234 + 4152: 15.358661,7.139985 + 4177: 16.556047,-4.805443 + 4180: 16.920631,-5.357526 + 4217: 17.24056,2.6436405 + 4247: 10.224274,-4.5656457 + 4282: -17.966255,-11.781328 + 4294: -10.227752,-9.778706 + 4315: -13.262645,-6.967046 + 4401: -6.7487783,9.589985 + 4458: 58.030815,0.9432074 + - node: + color: '#FFFFFFFF' + id: grasssnow10 + decals: + 3993: 4.434194,7.078638 + 4001: 5.4364333,7.1664734 + 4011: 10.058704,5.4998074 + 4024: 8.66287,3.9789739 + 4039: 3.1235735,15.013649 + 4040: 4.4569063,14.055315 + 4056: 8.094092,13.672875 + 4069: 8.751863,14.426211 + 4081: 12.0299635,18.092941 + 4082: 13.5507965,18.082525 + 4146: 14.60866,8.202484 + 4150: 15.514912,5.0983186 + 4175: 17.024797,-4.388776 + 4176: 15.545631,-4.9616933 + 4313: -12.481396,-5.883712 + - node: + color: '#FFFFFFFF' + id: grasssnow11 + decals: + 4002: 5.3426833,7.8018904 + 4012: 9.673287,4.6768904 + 4013: 9.683704,4.6768904 + 4025: 8.027454,3.8539739 + 4026: 9.213529,5.2163944 + 4048: 3.8006563,14.065732 + 4059: 7.8753414,14.235374 + 4064: 9.053947,12.540794 + 4068: 9.710197,11.842878 + 4070: 9.2726965,13.790794 + 4084: 15.2070465,18.155443 + 4113: 16.2715,16.887573 + 4122: 17.969421,11.897991 + 4127: 17.15243,9.786421 + 4130: 17.52743,12.277146 + 4133: 15.828672,17.440762 + 4136: 8.668205,16.993145 + 4137: 8.036813,15.606806 + 4148: 15.671162,4.337902 + 4151: 14.379496,5.2962346 + 4157: 16.07741,5.973319 + 4161: 14.421162,5.8795676 + 4164: 14.937063,9.056002 + 4166: 12.864147,8.899751 + 4183: 17.264383,-7.878359 + 4196: 2.871424,-6.100875 + 4197: 6.5693383,-2.5071225 + 4198: 6.0693393,-3.6008728 + 4200: -3.424172,-5.569626 + 4207: -5.3291783,2.3506794 + 4209: -3.4645975,5.8298473 + 4227: 7.5579863,-16.728825 + 4230: 4.571129,-17.41735 + 4231: 6.8523784,-16.37568 + 4241: 3.164881,-7.776636 + 4251: 9.286775,-5.3052297 + 4266: -4.821611,-15.006185 + 4271: -9.2782955,-15.1728525 + 4276: -15.233071,-17.247501 + 4290: -8.321503,-10.237038 + 4308: -13.686414,-3.7573419 + 4311: -14.752231,-4.6962137 + 4335: -7.6692686,-13.403366 + 4357: -14.29725,10.342006 + 4361: -13.911832,11.487839 + 4372: -10.547321,13.515623 + 4376: -8.217529,2.3523254 + 4380: -8.196697,2.8835754 + 4384: -10.196694,4.71691 + 4390: -9.269611,5.268993 + 4397: -2.6133585,10.133573 + 4402: -5.738362,9.319151 + 4412: -13.94443,2.11577 + 4414: -13.277762,3.3657696 + 4420: -17.074003,-2.944813 + 4425: -8.134773,-2.8249073 + 4426: -5.7816033,-2.0352085 + 4427: 2.0530784,-5.957742 + 4428: 5.8549805,-1.8670075 + 4429: 5.954472,1.9127293 + 4430: 2.313814,5.84069 + 4440: -2.1085064,14.226205 + - node: + color: '#FFFFFFFF' + id: grasssnow12 + decals: + 4051: 5.6131563,15.607399 + 4060: 8.396175,13.433292 + 4079: 15.186214,16.66586 + 4131: 17.037846,14.245895 + 4132: 17.162846,14.985479 + 4135: 8.064039,16.201477 + 4149: 16.316994,6.0774856 + 4159: 15.816994,6.973319 + 4165: 15.124564,8.524752 + 4178: 15.253966,-5.9721103 + 4193: 16.0377,-9.516746 + 4201: -6.1116743,-2.7571275 + 4202: -5.8512564,-4.455044 + 4206: -6.2145953,2.5173454 + 4289: -10.040252,-10.476622 + 4300: -9.89783,-8.393287 + 4312: -13.845981,-4.3941293 + 4349: -9.367185,-13.038781 + 4358: -12.974333,10.977422 + 4389: -9.540444,6.4356594 + 4393: -3.4883592,8.821074 + 4403: -5.405028,10.100401 + 4409: -7.905028,10.110819 + 4459: 57.25998,-2.3692923 + - node: + color: '#FFFFFFFF' + id: grasssnow13 + decals: + 4062: 7.125342,12.954124 + 4118: 17.87567,13.502158 + 4134: 9.147372,17.076477 + 4153: 15.181578,6.1504016 + 4155: 14.400329,5.1295676 + 4162: 14.619077,7.712901 + 4179: 16.358131,-5.7012763 + 4181: 16.764383,-6.1491923 + 4195: 5.1735063,-3.9967067 + 4205: -4.9854302,5.027763 + 4225: 8.662153,-17.02049 + 4264: -4.0973663,-14.8916 + 4275: -15.055987,-17.955835 + 4301: -17.32455,-6.892979 + 4421: -17.063587,-3.101063 + 4431: 2.584648,6.6115236 + 4454: 57.937065,-2.9109592 + - node: + color: '#FFFFFFFF' + id: grasssnowa1 + decals: + 3969: -3.9630425,5.141088 + 3982: 4.30632,4.3983216 + 3988: 2.9862773,5.6515546 + 3989: 3.871694,5.8703046 + 4006: 6.530184,5.6143904 + 4030: 4.081639,17.175037 + 4190: 15.443799,-5.6657076 + 4281: -18.066408,-15.38292 + - node: + color: '#FFFFFFFF' + id: grasssnowa2 + decals: + 3968: -4.0047092,4.5473375 + 3987: 5.746694,2.5265546 + 4007: 6.3739333,6.916474 + 4268: -9.6012125,-14.7353525 + 4319: -11.560679,-6.123295 + 4343: -5.877603,-11.101281 + - node: + color: '#FFFFFFFF' + id: grasssnowa3 + decals: + 4265: -4.2744503,-14.724933 + 4277: -15.389321,-17.851667 + 4320: -12.498179,-5.1753783 + 4324: -13.8627615,-6.727463 + 4352: -13.85975,10.029505 + 4387: -9.92586,6.1335764 + 4442: 63.94336,-0.02554363 + - node: + color: '#FFFFFFFF' + id: grasssnowb1 + decals: + 4008: 7.3531003,6.5623074 + 4022: 8.53787,3.0831404 + 4052: 7.018767,14.6493435 + 4075: 9.88522,16.328419 + 4191: 15.756298,-4.894874 + 4192: 17.07873,-9.338499 + 4220: 5.318403,-17.416327 + 4242: 4.196131,-8.193302 + 4297: -10.168664,-8.455787 + 4318: -11.716929,-5.2587113 + 4329: -12.552689,-13.287527 + 4344: -6.596353,-11.142949 + 4353: -12.98475,9.102422 + 4355: -14.870166,10.956589 + 4369: -10.786904,14.109373 + 4407: -5.592528,10.662901 + 4410: -5.550862,9.808734 + - node: + color: '#FFFFFFFF' + id: grasssnowb2 + decals: + 3959: -2.890755,-5.4486322 + 4109: 4.931998,16.760605 + 4244: 3.071132,-9.26622 + 4296: -9.644419,-9.507872 + 4332: -13.250606,-13.287527 + 4345: -5.783852,-13.070031 + 4356: -13.297249,10.987839 + 4408: -6.8946114,10.037902 + - node: + color: '#FFFFFFFF' + id: grasssnowb3 + decals: + 3958: -3.432422,-4.9798822 + 3970: 2.5946317,-5.4980636 + 3986: 5.7959037,3.6379051 + 4038: 7.0145354,17.216703 + 4316: -13.7273445,-8.092046 + 4443: 64.03711,-1.9109604 + - node: + color: '#FFFFFFFF' + id: grasssnowc1 + decals: + 3956: -4.0261717,-4.4173822 + 3957: -4.0261717,-4.4173822 + 3960: -4.901172,-4.4694657 + 3963: -3.2130425,5.141088 + 3971: 3.2821317,-5.393897 + 3974: 4.855048,-3.6751468 + 3983: 4.9417367,3.8462381 + 4055: 6.1437664,14.795176 + 4218: 6.651736,-17.041327 + 4258: -5.9723654,-17.308268 + 4317: -13.435678,-8.862879 + 4350: -13.005584,8.175338 + 4351: -12.995166,10.050339 + 4363: -16.036903,12.890626 + 4364: -10.901487,14.911457 + 4391: -2.6237757,9.498156 + 4406: -6.550861,10.652485 + - node: + color: '#FFFFFFFF' + id: grasssnowc2 + decals: + 3955: -4.6928387,-3.959049 + 3964: -5.4422097,2.911921 + 3966: -4.921376,3.9848375 + 3973: 4.0842147,-4.300147 + 3979: 4.015719,-4.898158 + 3980: 3.389654,5.064988 + 3981: 4.27507,5.012905 + 3984: 5.2542367,3.1587381 + 4021: 9.339954,2.9789739 + 4054: 6.5500174,13.7639265 + 4074: 9.062303,16.068003 + 4108: 6.0153313,16.968939 + 4219: 7.4329863,-17.416327 + 4243: 2.7482145,-8.380803 + 4327: -12.95894,-12.214611 + 4330: -12.188105,-14.12086 + 4339: -5.138018,-13.007531 + 4371: -10.828572,12.911457 + - node: + color: '#FFFFFFFF' + id: grasssnowc3 + decals: + 3954: -5.172005,-3.146549 + 3965: -5.0984597,3.568171 + 3967: -4.265126,4.1515045 + 3972: 3.5633817,-4.66473 + 3975: 5.417548,-2.8626468 + 3985: 5.0979867,4.3983216 + 4053: 7.2062674,13.8264265 + 4073: 9.843554,15.620087 + 4253: 8.42219,-3.628147 + 4254: 8.14094,-4.27398 + 4255: 8.672191,-4.763563 + 4295: -10.467336,-9.153706 + 4304: -14.512141,-9.534767 + 4309: -14.092664,-4.2781754 + 4328: -13.11519,-12.672944 + 4331: -12.052689,-12.99586 + 4338: -5.179686,-11.747114 + 4354: -14.016,10.883672 + 4383: -9.977944,5.34191 + 4392: -2.5508592,8.654406 + 4415: -14.090262,2.8553534 - type: GridAtmosphere version: 2 data: @@ -6602,7 +6606,8 @@ entities: 5,-3: 0: 61695 5,-2: - 0: 61695 + 0: 57599 + 3: 4096 5,-5: 0: 32767 6,-4: @@ -6662,7 +6667,8 @@ entities: 6,-9: 0: 45499 7,-8: - 0: 53727 + 0: 53599 + 4: 128 7,-7: 0: 21845 7,-6: @@ -6670,7 +6676,8 @@ entities: 7,-9: 0: 64721 8,-8: - 0: 61695 + 0: 61455 + 4: 240 8,-7: 0: 65520 8,-6: @@ -6826,8 +6833,7 @@ entities: 1,-10: 0: 16383 1,-13: - 0: 57104 - 3: 8 + 0: 57304 2,-12: 0: 65308 2,-11: @@ -6835,8 +6841,7 @@ entities: 2,-10: 0: 28671 2,-13: - 0: 7936 - 3: 8 + 0: 7964 3,-12: 0: 62349 3,-11: @@ -6844,12 +6849,11 @@ entities: 3,-10: 0: 61182 3,-13: - 0: 55040 - 3: 4 + 0: 55055 3,-9: 0: 3822 4,-12: - 0: 28913 + 0: 28917 4,-11: 0: 65535 4,-10: @@ -6859,7 +6863,8 @@ entities: -9,-12: 0: 2039 -8,-11: - 0: 28791 + 0: 28727 + 3: 64 -8,-10: 0: 28791 -9,-11: @@ -6886,6 +6891,8 @@ entities: 0: 64911 -5,-13: 0: 64961 + 4,-13: + 0: 18039 5,-12: 0: 36856 5,-11: @@ -6917,7 +6924,8 @@ entities: 8,-9: 0: 65520 9,-8: - 0: 45183 + 0: 45167 + 4: 16 9,-6: 0: 65376 9,-5: @@ -6961,7 +6969,8 @@ entities: 9,-12: 0: 65329 9,-11: - 0: 64271 + 0: 64015 + 4: 256 9,-10: 0: 45963 9,-13: @@ -6973,7 +6982,7 @@ entities: 10,-10: 0: 62207 10,-13: - 3: 9902 + 5: 9902 11,-12: 0: 4913 11,-11: @@ -6982,7 +6991,7 @@ entities: 0: 65262 11,-13: 0: 4352 - 3: 127 + 5: 127 12,-10: 0: 65488 12,-9: @@ -6996,7 +7005,8 @@ entities: 9,0: 0: 53759 10,-3: - 0: 56607 + 0: 55583 + 4: 1024 10,-2: 0: 65529 10,-1: @@ -7012,7 +7022,8 @@ entities: 11,0: 0: 62207 12,-4: - 0: 61007 + 0: 60495 + 6: 512 12,-3: 0: 62702 12,-2: @@ -7088,14 +7099,14 @@ entities: 12,6: 0: 48911 12,7: - 3: 65520 + 5: 65520 -12,-12: 0: 13119 -12,-13: 0: 65427 -13,-12: 0: 56524 - 4: 17 + 7: 17 -12,-11: 0: 60931 -13,-11: @@ -7193,70 +7204,70 @@ entities: -13,1: 0: 57296 -12,1: - 3: 36352 + 5: 36352 -12,3: - 3: 34956 + 5: 34956 -11,1: 0: 127 - 3: 30464 + 5: 30464 -12,2: - 3: 34952 + 5: 34952 -11,2: - 3: 255 - 5: 57344 + 5: 255 + 8: 57344 -12,4: - 3: 53192 + 5: 53192 -11,3: - 3: 61440 - 6: 224 + 5: 61440 + 9: 224 -10,1: 0: 40847 -10,2: - 3: 51 + 5: 51 0: 43656 -10,3: - 3: 12288 + 5: 12288 0: 35498 -10,4: 0: 43690 -13,4: - 3: 32630 + 5: 32630 -12,7: - 3: 52476 + 5: 52476 -13,7: - 3: 26615 + 5: 26615 -12,6: - 3: 51336 + 5: 51336 -12,5: - 3: 34952 + 5: 34952 -11,6: - 3: 61440 - 4: 224 + 5: 61440 + 7: 224 -11,7: - 3: 65535 + 5: 65535 -12,8: - 3: 34952 + 5: 34952 -11,4: - 7: 224 - 4: 57344 + 10: 224 + 7: 57344 -11,5: - 4: 57568 + 7: 57568 -11,8: - 3: 65535 + 5: 65535 -10,6: - 3: 12288 + 5: 12288 0: 35498 -10,7: - 3: 13107 + 5: 13107 0: 34952 -10,5: 0: 43690 -10,8: - 3: 62259 + 5: 62259 0: 136 -9,8: 0: 52479 - 3: 4096 + 5: 4096 0,-16: 0: 65528 -1,-16: @@ -7274,36 +7285,41 @@ entities: 1,-16: 0: 4369 1,-15: - 0: 257 + 0: 52481 1,-14: - 0: 4369 - 3: 34956 + 0: 56797 1,-17: 0: 4371 - 2,-14: - 3: 63631 2,-15: - 3: 39315 + 0: 65280 + 5: 3 + 2,-14: + 0: 65535 2,-16: - 3: 27776 + 5: 27776 3,-16: - 3: 57375 + 5: 57375 3,-15: - 3: 12443 + 0: 30464 + 5: 11 3,-14: - 3: 61488 + 0: 30583 4,-16: - 3: 4883 + 5: 4883 + 4,-14: + 5: 2304 -4,-15: - 0: 65088 + 0: 65102 -4,-14: 0: 65303 -5,-15: 0: 61440 -5,-14: 0: 65535 + -4,-16: + 0: 16384 -3,-15: - 0: 57292 + 0: 57293 -3,-14: 0: 49072 -3,-16: @@ -7316,80 +7332,81 @@ entities: 0: 65527 -2,-14: 0: 65520 + -8,-15: + 0: 13104 -9,-15: - 4: 2048 + 0: 56784 -8,-14: 0: 4080 -9,-14: - 0: 4080 + 0: 4089 -8,-13: - 0: 1911 + 0: 1919 -9,-13: 0: 4095 -7,-15: - 4: 61184 + 7: 61184 -7,-14: 0: 32752 -6,-15: - 4: 256 + 7: 256 0: 32768 -6,-14: 0: 65528 -12,-16: - 3: 4880 + 5: 4880 -13,-16: - 3: 65520 + 5: 65520 -12,-15: - 4: 53128 + 0: 53128 -12,-14: - 0: 30483 - 4: 4 + 0: 30487 -13,-14: 0: 52232 - 3: 23 + 5: 23 -11,-16: - 4: 4352 + 0: 4352 -11,-15: - 4: 65425 + 0: 65425 -11,-14: 0: 65520 -11,-13: 0: 831 -10,-15: - 4: 14327 + 0: 47095 -10,-14: 0: 16304 -10,-13: 0: 2187 -10,-16: - 4: 8704 + 0: 8704 -10,-17: - 4: 49152 + 7: 49152 -16,-7: - 3: 52416 + 5: 52416 -16,-6: - 3: 3276 + 5: 3276 0: 32768 -16,-5: - 0: 35848 + 0: 35852 -16,-4: - 3: 52428 + 5: 52428 -15,-7: - 3: 4368 + 5: 4368 0: 3276 -15,-6: - 3: 273 + 5: 273 0: 52428 -15,-5: 0: 53199 -15,-4: - 3: 4369 + 5: 4369 0: 52420 -15,-8: 0: 52416 -15,-9: 0: 34952 - 4: 256 + 7: 256 -14,-8: 0: 49080 -14,-7: @@ -7409,31 +7426,31 @@ entities: -13,-7: 0: 26214 -16,-12: - 4: 32 + 7: 32 -16,-11: - 4: 32768 + 7: 32768 -16,-10: - 4: 8 + 7: 8 -15,-11: - 4: 13036 + 7: 13036 0: 32768 -15,-10: - 4: 307 + 7: 307 0: 34952 -15,-12: - 4: 51336 + 7: 51336 -14,-12: - 4: 4607 + 7: 4607 0: 49152 -14,-11: - 4: 17 + 7: 17 0: 61644 -14,-10: 0: 65535 -14,-13: - 4: 59392 + 7: 59392 -13,-13: - 4: 4352 + 7: 4352 0: 1604 8,9: 0: 65535 @@ -7462,28 +7479,28 @@ entities: 10,10: 0: 3549 10,11: - 4: 275 + 7: 275 10,12: 0: 305 - 3: 3276 + 5: 3276 11,9: 0: 4469 - 3: 49152 + 5: 49152 11,10: 0: 273 - 3: 52428 + 5: 52428 11,11: - 3: 61166 + 5: 61166 11,12: - 3: 53247 + 5: 53247 12,8: - 3: 13175 + 5: 13175 12,9: - 3: 13107 + 5: 13107 12,10: - 3: 63923 + 5: 63923 12,11: - 3: 61443 + 5: 61443 4,9: 0: 58606 3,9: @@ -7506,7 +7523,7 @@ entities: 0: 60928 5,12: 0: 238 - 3: 49152 + 5: 49152 6,9: 0: 65535 6,10: @@ -7585,10 +7602,10 @@ entities: 0: 48059 16,0: 0: 1793 - 3: 4 + 5: 4 16,1: 0: 7 - 3: 1024 + 5: 1024 13,-4: 0: 26215 13,-3: @@ -7607,22 +7624,22 @@ entities: 0: 61098 15,-4: 0: 4113 - 3: 34952 + 5: 34952 15,-3: 0: 4369 - 3: 34952 + 5: 34952 15,-2: 0: 16177 - 3: 8 + 5: 8 15,-5: 0: 4353 - 3: 34952 + 5: 34952 16,-2: 0: 1792 - 3: 4 + 5: 4 16,-1: 0: 4359 - 3: 17408 + 5: 17408 13,-8: 0: 15 13,-6: @@ -7636,49 +7653,49 @@ entities: 14,-9: 0: 36623 15,-8: - 4: 16 + 7: 16 15,-6: - 4: 16 + 7: 16 0: 4096 - 3: 32768 + 5: 32768 15,-9: 0: 4353 16,-5: - 3: 304 + 5: 304 12,-11: - 4: 49156 + 7: 49156 12,-12: - 3: 12 + 5: 12 12,-13: - 3: 52303 + 5: 52303 13,-12: - 3: 15 - 4: 16384 + 5: 15 + 7: 16384 13,-11: - 4: 65228 + 7: 65228 13,-10: 0: 65520 13,-13: - 3: 65295 + 5: 65295 14,-12: - 3: 15 + 5: 15 14,-11: - 4: 65521 + 7: 65521 14,-10: 0: 65392 14,-13: - 3: 65295 + 5: 65295 15,-12: - 3: 1 + 5: 1 15,-11: - 4: 4112 + 7: 4112 15,-10: - 4: 52451 + 7: 52451 0: 4096 15,-13: - 3: 4511 + 5: 4511 16,-10: - 4: 19 + 7: 19 -4,9: 0: 7421 -5,9: @@ -7693,13 +7710,13 @@ entities: 0: 32767 -4,12: 0: 34945 - 4: 13072 + 7: 13072 -3,9: 0: 4095 -3,10: 0: 65535 -3,11: - 4: 61408 + 7: 61408 -2,9: 0: 4095 -2,10: @@ -7712,23 +7729,23 @@ entities: 0: 61678 -9,9: 0: 52430 - 3: 4369 + 5: 4369 -8,10: 0: 65535 -9,10: 0: 52428 -8,11: - 3: 43808 + 5: 43808 -9,11: - 3: 20224 + 5: 20224 -8,12: - 3: 43690 + 5: 43690 -7,9: 0: 45311 -7,10: 0: 49087 -7,11: - 3: 768 + 5: 768 0: 34952 -6,9: 0: 61661 @@ -7738,38 +7755,38 @@ entities: 0: 65535 -7,12: 0: 34952 - 3: 12322 + 5: 12322 -6,12: 0: 65535 -5,12: 0: 13111 - 4: 34816 + 7: 34816 -12,9: - 3: 65497 + 5: 65497 -13,9: - 3: 8 + 5: 8 -12,10: - 3: 52428 + 5: 52428 -11,9: - 3: 4607 - 4: 49152 + 5: 4607 + 7: 49152 -11,10: - 3: 33041 - 4: 204 + 5: 33041 + 7: 204 -12,11: - 3: 136 + 5: 136 -11,11: - 3: 248 + 5: 248 -10,9: - 3: 52479 - 4: 4096 + 5: 52479 + 7: 4096 -10,10: - 4: 17 - 3: 34952 + 7: 17 + 5: 34952 -10,11: - 3: 2296 + 5: 2296 -9,12: - 3: 17476 + 5: 17476 8,-15: 0: 65535 7,-15: @@ -7783,50 +7800,48 @@ entities: 9,-14: 0: 4403 10,-16: - 3: 3584 + 5: 3584 11,-16: - 3: 7936 + 5: 7936 10,-14: - 3: 34816 + 5: 34816 11,-14: - 3: 29489 + 5: 29489 11,-15: - 3: 4369 + 5: 4369 12,-16: - 3: 3840 + 5: 3840 4,-17: - 3: 4096 - 4,-14: - 3: 2048 + 5: 4096 5,-14: - 3: 1024 + 5: 1024 6,-14: - 3: 512 + 5: 512 -8,13: - 3: 29666 + 5: 29666 -9,13: - 3: 3140 + 5: 3140 -8,14: - 3: 15 + 5: 15 -7,13: - 3: 32816 + 5: 32816 0: 1032 -7,14: - 3: 15 + 5: 15 -6,13: 0: 255 -6,14: - 3: 49 + 5: 49 -5,13: 0: 51 - 4: 51208 + 7: 51208 -5,14: - 4: 264 + 7: 264 -4,13: - 4: 29443 + 7: 29443 0: 136 -4,14: - 4: 3 + 7: 3 -3,12: 0: 65520 -3,13: @@ -7845,176 +7860,176 @@ entities: 0: 41634 1,14: 0: 8710 - 3: 34952 + 5: 34952 1,15: 0: 8226 - 3: 34952 + 5: 34952 1,16: 0: 8738 - 3: 34952 + 5: 34952 2,13: 0: 4280 2,14: - 3: 49023 + 5: 49023 2,15: - 3: 44974 + 5: 44974 2,16: - 3: 32702 + 5: 32702 3,13: 0: 255 3,14: - 3: 44847 + 5: 44847 3,15: - 3: 44463 + 5: 44463 0: 512 3,16: - 3: 12207 + 5: 12207 4,14: - 3: 61439 + 5: 61439 4,15: - 3: 44971 + 5: 44971 4,13: 0: 49376 4,16: - 3: 65515 + 5: 65515 5,15: 0: 8243 - 3: 1228 + 5: 1228 5,13: 0: 8738 - 4: 136 + 7: 136 5,14: 0: 546 - 3: 16384 + 5: 16384 5,16: 0: 8738 6,15: - 3: 255 + 5: 255 6,13: 0: 1262 7,13: 0: 1279 7,15: - 3: 255 + 5: 255 8,15: - 3: 255 + 5: 255 9,15: - 3: 255 + 5: 255 10,15: - 3: 55 + 5: 55 10,14: - 3: 65224 + 5: 65224 11,14: - 3: 311 + 5: 311 11,13: - 3: 65228 + 5: 65228 12,12: - 3: 65535 + 5: 65535 13,10: - 3: 17 + 5: 17 13,9: - 3: 13028 + 5: 13028 13,8: - 3: 19652 + 5: 19652 13,7: - 3: 20476 + 5: 20476 14,9: - 3: 248 + 5: 248 14,8: - 3: 52428 + 5: 52428 14,7: - 3: 51711 + 5: 51711 15,8: - 3: 56797 + 5: 56797 15,9: - 3: 248 + 5: 248 15,7: - 3: 55539 + 5: 55539 16,8: - 3: 56797 + 5: 56797 16,9: - 3: 248 + 5: 248 13,5: 0: 1911 13,6: 0: 4879 - 3: 52224 + 5: 52224 14,5: 0: 7633 14,6: 0: 15 - 3: 13056 + 5: 13056 15,5: 0: 35768 15,6: 0: 15 - 3: 13824 + 5: 13824 16,7: - 3: 55544 + 5: 55544 13,12: - 3: 4095 + 5: 4095 14,12: - 3: 4095 + 5: 4095 15,12: - 3: 4095 + 5: 4095 16,12: - 3: 883 + 5: 883 0,18: - 3: 49160 + 5: 49160 0,17: - 3: 34816 + 5: 34816 1,17: - 3: 24856 + 5: 24856 0: 3106 1,18: - 3: 64035 + 5: 64035 1,19: - 3: 200 + 5: 200 2,17: - 3: 57359 + 5: 57359 0: 1792 2,18: - 3: 4238 + 5: 4238 2,19: - 3: 240 + 5: 240 3,17: - 3: 61455 + 5: 61455 0: 1792 3,18: - 3: 255 + 5: 255 3,19: - 3: 240 + 5: 240 4,17: - 3: 12303 + 5: 12303 0: 3840 4,18: - 3: 51203 + 5: 51203 4,19: - 3: 248 + 5: 248 5,17: 0: 290 - 3: 48192 + 5: 48192 5,18: - 3: 61998 + 5: 61998 5,19: - 3: 16 + 5: 16 6,17: - 3: 18244 + 5: 18244 6,18: - 3: 4164 + 5: 4164 6,16: - 3: 16384 + 5: 16384 -15,0: - 3: 1 + 5: 1 0: 52428 -15,1: - 3: 4401 + 5: 4401 0: 34944 -15,2: - 3: 4369 + 5: 4369 0: 2176 -15,3: - 3: 34959 + 5: 34959 -15,-1: 0: 52732 -14,0: @@ -8024,49 +8039,49 @@ entities: -14,2: 0: 61439 -14,3: - 3: 61440 + 5: 61440 0: 14 -14,-1: 0: 65535 -13,2: 0: 817 - 3: 128 + 5: 128 -13,3: - 3: 12834 + 5: 12834 -13,5: - 3: 8742 + 5: 8742 -13,6: - 3: 25122 + 5: 25122 -13,8: - 3: 50722 + 5: 50722 -16,-16: - 3: 30583 + 5: 30583 -16,-17: - 3: 29187 + 5: 29187 -16,-15: - 3: 29426 + 5: 29426 -17,-15: - 3: 29426 + 5: 29426 -16,-14: - 3: 30583 + 5: 30583 -16,-13: - 3: 2 + 5: 2 -15,-15: - 3: 240 + 5: 240 -15,-16: - 3: 65520 + 5: 65520 -15,-13: - 4: 64 + 7: 64 -14,-16: - 3: 24404 + 5: 24404 -14,-15: - 3: 52980 + 5: 52980 -14,-17: - 3: 24404 + 5: 24404 -13,-15: - 3: 29456 + 5: 29456 -14,-14: - 3: 8 + 5: 8 0,-20: 0: 34952 0,-19: @@ -8100,147 +8115,147 @@ entities: -2,-18: 0: 4096 -16,-3: - 3: 17612 + 5: 17612 -16,-2: - 3: 4 + 5: 4 0: 51200 -16,-1: 0: 2240 -15,-3: - 3: 1 - 0: 56796 + 5: 1 + 0: 56780 -15,-2: - 0: 64975 + 0: 64973 -14,-3: 0: 65535 -14,-2: 0: 65535 16,4: - 3: 25188 + 5: 25188 16,5: - 3: 58914 + 5: 58914 16,6: - 3: 34946 + 5: 34946 16,3: - 3: 18018 + 5: 18018 17,5: - 3: 61440 + 5: 61440 17,6: - 3: 65520 + 5: 65520 17,7: - 3: 55536 + 5: 55536 17,8: - 3: 56797 + 5: 56797 18,5: - 3: 61440 + 5: 61440 18,6: - 3: 65520 + 5: 65520 18,7: - 3: 55536 + 5: 55536 18,8: - 3: 56797 + 5: 56797 19,5: - 3: 61440 + 5: 61440 19,6: - 3: 48056 + 5: 48056 19,7: - 3: 39162 + 5: 39162 19,8: - 3: 39321 + 5: 39321 20,7: - 3: 16 + 5: 16 16,2: - 3: 8192 + 5: 8192 -12,-19: - 3: 61440 + 5: 61440 -13,-19: - 3: 61440 + 5: 61440 -12,-18: - 3: 4880 + 5: 4880 -13,-18: - 3: 65520 + 5: 65520 -12,-17: - 3: 4880 + 5: 4880 -13,-17: - 3: 65520 + 5: 65520 -11,-19: - 3: 61440 + 5: 61440 -10,-19: - 3: 4096 + 5: 4096 -10,-18: - 4: 4 + 7: 4 -18,-12: - 3: 68 + 5: 68 -18,-13: - 3: 17476 + 5: 17476 -18,-15: - 3: 17636 + 5: 17636 -18,-16: - 3: 17476 + 5: 17476 -18,-17: - 3: 17484 + 5: 17484 -18,-14: - 3: 17476 + 5: 17476 -17,-16: - 3: 30583 + 5: 30583 -17,-17: - 3: 29199 + 5: 29199 -17,-14: - 3: 30583 + 5: 30583 -17,-13: - 3: 2 + 5: 2 16,-12: - 3: 546 + 5: 546 16,-13: - 3: 8743 + 5: 8743 -16,-19: - 3: 57344 + 5: 57344 -16,-18: - 3: 10786 + 5: 10786 -15,-19: - 3: 61440 + 5: 61440 -15,-18: - 3: 65520 + 5: 65520 -15,-17: - 3: 65520 + 5: 65520 -14,-19: - 3: 62464 + 5: 62464 -14,-18: - 3: 24404 + 5: 24404 12,-15: - 3: 30496 + 5: 30496 12,-14: - 3: 10103 + 5: 10103 13,-16: - 3: 3840 + 5: 3840 13,-15: - 3: 30496 + 5: 30496 13,-14: - 3: 10103 + 5: 10103 14,-16: - 3: 3840 + 5: 3840 14,-15: - 3: 30496 + 5: 30496 14,-14: - 3: 10103 + 5: 10103 15,-16: - 3: 3840 + 5: 3840 15,-15: - 3: 30496 + 5: 30496 15,-14: - 3: 10103 + 5: 10103 16,-16: - 3: 8960 + 5: 8960 16,-15: - 3: 8738 + 5: 8738 16,-14: - 3: 8738 + 5: 8738 17,9: - 3: 248 + 5: 248 18,9: - 3: 248 + 5: 248 19,9: - 3: 248 + 5: 248 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -8287,6 +8302,36 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 21.813705 + - 82.06108 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 immutable: True moles: @@ -8302,6 +8347,21 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 21.6852 + - 81.57766 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 293.15 moles: @@ -8379,27 +8439,27 @@ entities: chunks: 0,0: ind: 0,0 - tiles: IAAAAAABIAAAAAABIAAAAAABIAAAAAAAIAAAAAABIQAAAAADIAAAAAABIAAAAAAAIQAAAAABNwAAAAACNwAAAAACNwAAAAADNwAAAAACNwAAAAADNwAAAAAANwAAAAACgQAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANwAAAAACNwAAAAAASgAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAACgQAAAAAADAAAAAADDAAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANwAAAAABNwAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANwAAAAABNwAAAAACNwAAAAAADAAAAAAAgQAAAAAADAAAAAACDAAAAAADDAAAAAAADAAAAAABDAAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAADAAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAABgQAAAAAAfQAAAAABfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAADAAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAADgQAAAAAAfQAAAAACfQAAAAADfQAAAAABgQAAAAAAgQAAAAAADAAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAfQAAAAABfQAAAAADfQAAAAAAgQAAAAAAgQAAAAAADAAAAAACDAAAAAAADAAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAADDAAAAAADDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAABBAAAAAAKBAAAAAAJBAAAAAAFBAAAAAAHBAAAAAAJBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAMBAAAAAAMBwAAAAAKBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAALBAAAAAAHBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAALBAAAAAAOBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAO + tiles: IAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABIQAAAAACIAAAAAACIAAAAAABIQAAAAADNwAAAAADNwAAAAADNwAAAAAANwAAAAABNwAAAAACNwAAAAAANwAAAAABgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAGDgAAAAAMDgAAAAAADgAAAAAANwAAAAABNwAAAAAADgAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAACgQAAAAAADgAAAAAEDgAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAANwAAAAABNwAAAAABDgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANwAAAAADNwAAAAACDgAAAAAAgQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAAAgQAAAAAAgQAAAAAAfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAfQAAAAADfQAAAAACfQAAAAACgQAAAAAAgQAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAJDgAAAAAADgAAAAAADgAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAADgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAACgQAAAAAAgQAAAAAADgAAAAAADgAAAAAADgAAAAAGDgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAJBAAAAAALBAAAAAADBAAAAAAIBAAAAAANBAAAAAAHBwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAEBAAAAAACBwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAHBAAAAAADBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAEBAAAAAAKBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAE version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAAADAAAAAAADAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAAADAAAAAAADAAAAAADDAAAAAAADAAAAAADDAAAAAAAgQAAAAAAgAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAADgQAAAAAAfQAAAAABfQAAAAADfQAAAAABgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAACgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAASgAAAAAADAAAAAADDAAAAAABDAAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAABgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAABgQAAAAAANwAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANwAAAAABNwAAAAAANwAAAAACSgAAAAAAgQAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAAAgQAAAAAANwAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAANwAAAAAANwAAAAADSgAAAAAASgAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAANwAAAAACNwAAAAABSgAAAAAASgAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAABIAAAAAAAIQAAAAAAIAAAAAABIAAAAAAAIQAAAAADNwAAAAADNwAAAAABNwAAAAADNwAAAAABNwAAAAADNwAAAAABNwAAAAABgQAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAANwAAAAABNwAAAAADNwAAAAABNwAAAAADNwAAAAABNwAAAAADNwAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAKDgAAAAABDgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAADgAAAAAFDgAAAAADDgAAAAAADgAAAAACDgAAAAAAgQAAAAAAgAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAALgQAAAAAAfQAAAAACfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAAgQAAAAAAfQAAAAADfQAAAAADfQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAgQAAAAAAfQAAAAABfQAAAAACfQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAADgAAAAAADgAAAAABDgAAAAADDgAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAANwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAANwAAAAADNwAAAAACNwAAAAABDgAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAADgQAAAAAANwAAAAADDgAAAAAADgAAAAABDgAAAAAADgAAAAAMDgAAAAAANwAAAAADNwAAAAADDgAAAAAGDgAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADgAAAAAGDgAAAAAADgAAAAAJNwAAAAACNwAAAAAADgAAAAAADgAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAABIAAAAAADIQAAAAABIAAAAAAAIAAAAAABIQAAAAACNwAAAAADNwAAAAABNwAAAAAANwAAAAADNwAAAAAANwAAAAAANwAAAAADgQAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAANwAAAAAANwAAAAACNwAAAAADNwAAAAADNwAAAAACNwAAAAACNwAAAAAC version: 6 1,0: ind: 1,0 - tiles: NwAAAAAANwAAAAAANwAAAAAANwAAAAADNwAAAAABNwAAAAABNwAAAAACSgAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAADBwAAAAAANwAAAAACSgAAAAAANwAAAAAASgAAAAAANwAAAAABNwAAAAADNwAAAAABNwAAAAABBwAAAAAANgAAAAABNgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAASgAAAAAASgAAAAAANwAAAAACSgAAAAAASgAAAAAANwAAAAACNwAAAAAANwAAAAADNgAAAAAANgAAAAAANgAAAAAANgAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAADAAAAAAASgAAAAAANwAAAAADNwAAAAABSgAAAAAASgAAAAAANwAAAAABNwAAAAADBwAAAAAANgAAAAAANgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAADAAAAAACfQAAAAABfQAAAAACfQAAAAAADAAAAAACSgAAAAAASgAAAAAASgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAGDAAAAAAAfQAAAAACfQAAAAABfQAAAAABDAAAAAABSgAAAAAASgAAAAAASgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADAAAAAACfQAAAAADfQAAAAAAfQAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAADDAAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAADAAAAAAAfQAAAAACfQAAAAAAfQAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAABDAAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADAAAAAACDAAAAAABDAAAAAABDAAAAAACSgAAAAAASgAAAAAADAAAAAADDAAAAAACDAAAAAACDAAAAAACDAAAAAADBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAADAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAGgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAJBwAAAAABBwAAAAAHBwAAAAAABwAAAAAIBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAIBwAAAAACBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAFBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAALBAAAAAAMBwAAAAAABwAAAAAGBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: NwAAAAADNwAAAAADNwAAAAAANwAAAAACNwAAAAABNwAAAAAANwAAAAACDgAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAMBwAAAAAABwAAAAACBwAAAAAABwAAAAAFNwAAAAAADgAAAAAANwAAAAACDgAAAAAANwAAAAABNwAAAAACNwAAAAADNwAAAAABBwAAAAAENgAAAAAANgAAAAADBwAAAAAFBwAAAAAABwAAAAAABwAAAAAGBwAAAAAHDgAAAAACDgAAAAAANwAAAAACDgAAAAADDgAAAAAANwAAAAACNwAAAAAANwAAAAACNgAAAAABNgAAAAABNgAAAAACNgAAAAADBwAAAAAABwAAAAAABwAAAAABBwAAAAAKDgAAAAAJDgAAAAAANwAAAAADNwAAAAACDgAAAAAADgAAAAAJNwAAAAABNwAAAAADBwAAAAAANgAAAAAANgAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADgAAAAAHfQAAAAADfQAAAAABfQAAAAADDgAAAAAHDgAAAAAADgAAAAAADgAAAAAHBwAAAAAABwAAAAAHBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALDgAAAAAAfQAAAAAAfQAAAAAAfQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAADgAAAAAAfQAAAAAAfQAAAAABfQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAADgAAAAAAfQAAAAABfQAAAAADfQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAHDgAAAAAGDgAAAAAADgAAAAAADgAAAAAEDgAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAADgAAAAAGgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAEBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAFBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAMBwAAAAAMBwAAAAAMBwAAAAACBwAAAAAABwAAAAAMBwAAAAAABwAAAAAKBwAAAAABBwAAAAAABwAAAAAABwAAAAACBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAACBAAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJ version: 6 1,-1: ind: 1,-1 - tiles: gAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAOBwAAAAAABwAAAAAIBwAAAAAIBwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAHBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAABAAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAEBAAAAAAMBAAAAAAIBAAAAAAJBAAAAAAOBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAADAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAGBAAAAAAFBAAAAAALBAAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAADAAAAAAADAAAAAAADAAAAAABDAAAAAACSgAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAADAAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAABDAAAAAAADAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAABBwAAAAAADAAAAAABDAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAASgAAAAAASgAAAAAADAAAAAADDAAAAAACBwAAAAAKBwAAAAABBwAAAAAABwAAAAAMBwAAAAAASgAAAAAADAAAAAADMgAAAAAAfQAAAAADfQAAAAAAfQAAAAADMgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAASgAAAAAADAAAAAABMgAAAAAAfQAAAAABfQAAAAABfQAAAAAAMgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAASgAAAAAADAAAAAAAMgAAAAAAfQAAAAADfQAAAAADfQAAAAAAMgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAADBwAAAAAJBwAAAAAABwAAAAAGBwAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAfQAAAAADMgAAAAAAMgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAASgAAAAAASgAAAAAASgAAAAAANwAAAAADNwAAAAADNwAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAAADAAAAAACBwAAAAAABwAAAAALBwAAAAAABwAAAAAANwAAAAADNwAAAAABNwAAAAADNwAAAAABNwAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAADAAAAAADDAAAAAABDAAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAANwAAAAAANwAAAAACNwAAAAAANwAAAAABNwAAAAACNwAAAAABSgAAAAAASgAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAFBwAAAAAHBwAAAAAIBwAAAAAA + tiles: gAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAANBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAGBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAMBAAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAADBAAAAAANBAAAAAAHBAAAAAACBAAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIDgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAKBAAAAAAABAAAAAACBAAAAAABBwAAAAAABwAAAAAABwAAAAAFBwAAAAAHBwAAAAAABwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAJDgAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAJBwAAAAACBwAAAAAABwAAAAAABwAAAAAADgAAAAAHDgAAAAAADgAAAAAADgAAAAALDgAAAAAADgAAAAAADgAAAAAADgAAAAAHDgAAAAAADgAAAAAADgAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAHBwAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADgAAAAAADgAAAAAAMgAAAAAAfQAAAAABfQAAAAABfQAAAAAAMgAAAAAADgAAAAALDgAAAAAADgAAAAAADgAAAAAADgAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAKDgAAAAAFDgAAAAAAMgAAAAAAfQAAAAABfQAAAAADfQAAAAABMgAAAAAADgAAAAAIDgAAAAAADgAAAAAADgAAAAAADgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAADgAAAAAADgAAAAAAMgAAAAAAfQAAAAADfQAAAAADfQAAAAACMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAIDgAAAAAADgAAAAAAgQAAAAAAgQAAAAAAfQAAAAABMgAAAAAAMgAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAAJDgAAAAAABwAAAAADBwAAAAAABwAAAAAFBwAAAAABDgAAAAAADgAAAAAADgAAAAALNwAAAAAANwAAAAADNwAAAAADDgAAAAALDgAAAAAADgAAAAAADgAAAAAADgAAAAAJDgAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAANwAAAAACNwAAAAAANwAAAAACNwAAAAAANwAAAAADDgAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAAADgAAAAAADgAAAAAABwAAAAACBwAAAAADBwAAAAAABwAAAAAANwAAAAACNwAAAAACNwAAAAACNwAAAAACNwAAAAADNwAAAAADDgAAAAAADgAAAAAIBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAF version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADIAAAAAADIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABIAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABIAAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAAB version: 6 -1,0: ind: -1,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADIAAAAAAAIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,-2: ind: 0,-2 @@ -8407,7 +8467,7 @@ entities: version: 6 1,-2: ind: 1,-2 - tiles: AAAAAAAABAAAAAAJBAAAAAAJBAAAAAALBAAAAAAIBAAAAAAKBAAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAAAAAAAAAABAAAAAAFBAAAAAAKBAAAAAAHBAAAAAAOBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAJAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAIBAAAAAABBAAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAACBAAAAAAOBAAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAhQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABAAAAAAMBAAAAAAKBAAAAAAIBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAhQAAAAAABwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABAAAAAAJBAAAAAADBwAAAAAABwAAAAAIgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAhQAAAAABgQAAAAAAgQAAAAAAhQAAAAACIAAAAAADgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAhQAAAAABhQAAAAABIAAAAAABIAAAAAACgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADBwAAAAAABwAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAABAAAAAANBAAAAAALBAAAAAAABAAAAAAHBAAAAAABBAAAAAAOBAAAAAAABAAAAAALBwAAAAAABwAAAAAABwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABAAAAAAOBAAAAAAKBAAAAAABAAAAAAAAAAAAAAAABAAAAAAIBAAAAAABBwAAAAAIBwAAAAAABwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEAAAAAAAABAAAAAADBAAAAAAABAAAAAAHBwAAAAAGBwAAAAABBwAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAADBwAAAAAABwAAAAAABwAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAABBAAAAAAJBwAAAAAFBwAAAAAJBwAAAAAABwAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAGBAAAAAAMBwAAAAAKBwAAAAAFBwAAAAAABwAAAAAK + tiles: AAAAAAAABAAAAAAOBAAAAAABBAAAAAACBAAAAAAOBAAAAAADBAAAAAANBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAAAAAAAAABAAAAAABBAAAAAADBAAAAAADBAAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAGBAAAAAAMBAAAAAAMBwAAAAAIBwAAAAAGBwAAAAAABwAAAAAABwAAAAADBwAAAAAEgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAADBAAAAAABBAAAAAANBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAhQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABAAAAAADBAAAAAAGBAAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAhQAAAAACBwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABAAAAAAOBAAAAAABBwAAAAADBwAAAAAFgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAhQAAAAAAgQAAAAAAgQAAAAAAhQAAAAACIAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAhQAAAAAChQAAAAAAIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADBwAAAAAABwAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAABAAAAAAKBAAAAAALBAAAAAADBAAAAAAMBAAAAAAMBAAAAAAOBAAAAAADBAAAAAAMBwAAAAABBwAAAAAABwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAABAAAAAALBAAAAAAEBAAAAAACAAAAAAAAAAAAAAAABAAAAAACBAAAAAAIBwAAAAAABwAAAAAABwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABAAAAAACAAAAAAAABAAAAAAEBAAAAAAFBAAAAAANBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAANBAAAAAAEBwAAAAAABwAAAAAABwAAAAAIgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAAEBAAAAAALBwAAAAAABwAAAAAABwAAAAAJBwAAAAAMgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAANBAAAAAAOBwAAAAAABwAAAAAABwAAAAAJBwAAAAAA version: 6 -1,-2: ind: -1,-2 @@ -8419,123 +8479,123 @@ entities: version: 6 2,0: ind: 2,0 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAHBwAAAAAFBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAABBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAJBwAAAAABBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAHBwAAAAAFBwAAAAAABwAAAAAABwAAAAAKBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAADBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAGBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAIBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAGBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAGBwAAAAAMBwAAAAAIBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAIBwAAAAAGBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAABBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAADBwAAAAAHBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAI + tiles: BwAAAAACBwAAAAAABwAAAAAFBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAMBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAJBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAACBwAAAAAABwAAAAACBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAEBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAA version: 6 0,1: ind: 0,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAJBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMAAAAAAAAAAAAAAAABAAAAAALBAAAAAALBAAAAAADBAAAAAAFBAAAAAALBAAAAAAFBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAACAAAAAAAABAAAAAAKBAAAAAAFBAAAAAANBAAAAAAABAAAAAANBAAAAAAOBAAAAAAKBAAAAAABBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAABBAAAAAAKgQAAAAAABAAAAAAFBAAAAAAEBAAAAAAHBwAAAAAABwAAAAAABwAAAAAABAAAAAAHBAAAAAALBAAAAAAFBAAAAAAEBAAAAAAOBAAAAAAOBAAAAAACBAAAAAABBAAAAAAMBwAAAAAABAAAAAABBAAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABAAAAAAABAAAAAAKBAAAAAAKBAAAAAAEBAAAAAAGBAAAAAAGBAAAAAAKBAAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABAAAAAAABAAAAAAJBAAAAAAHBAAAAAADBAAAAAAHBAAAAAAKBAAAAAAKBAAAAAAEBAAAAAAMBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABAAAAAAOBAAAAAAEBAAAAAANBAAAAAAHAAAAAAAAAAAAAAAABAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAGBAAAAAAOBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABAAAAAAJBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBwAAAAAMBwAAAAAJBwAAAAAJBwAAAAAABAAAAAAIBAAAAAAFBAAAAAAOBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABAAAAAACBAAAAAAGBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAIBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKAAAAAAAAAAAAAAAABAAAAAAKBAAAAAALBAAAAAAHBAAAAAAGBAAAAAAGBAAAAAADBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAACAAAAAAAABAAAAAAKBAAAAAABBAAAAAAFBAAAAAAFBAAAAAAEBAAAAAAJBAAAAAAFBAAAAAABBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAJBAAAAAAJgQAAAAAABAAAAAAOBAAAAAAIBAAAAAADBwAAAAAABwAAAAAABwAAAAAABAAAAAAOBAAAAAAOBAAAAAAIBAAAAAAIBAAAAAAJBAAAAAAIBAAAAAALBAAAAAAKBAAAAAAABwAAAAAABAAAAAAMBAAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAJBAAAAAAIBAAAAAAJBAAAAAAHBAAAAAANBAAAAAAABAAAAAALBAAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAACBAAAAAACBAAAAAAABAAAAAAMBAAAAAAMBAAAAAADBAAAAAAABAAAAAALBAAAAAAOBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAEBAAAAAAIBAAAAAADBAAAAAAJAAAAAAAAAAAAAAAABAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAABBAAAAAADBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAIBwAAAAAABAAAAAAKBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBAAAAAAABAAAAAAKBAAAAAAGBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABAAAAAAEBAAAAAAJBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,1: ind: 1,1 - tiles: BAAAAAADBAAAAAAHBAAAAAAJBAAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABAAAAAAABAAAAAAGBAAAAAAABAAAAAALBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAHBwAAAAACBwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAABBAAAAAALBAAAAAAMBAAAAAAGBAAAAAANBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAGBAAAAAAABAAAAAAIBAAAAAADBAAAAAALBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAKBAAAAAAABAAAAAANBAAAAAACBAAAAAALBAAAAAABBAAAAAABBAAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABAAAAAAABAAAAAAEBAAAAAAGBAAAAAAIBAAAAAAIBAAAAAAFBAAAAAANBAAAAAADBAAAAAAKBAAAAAAHBAAAAAAEBAAAAAAJBAAAAAAHBAAAAAALBAAAAAAJBwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOAAAAAAAAAAAAAAAABAAAAAAGBAAAAAANBAAAAAABBAAAAAAOBAAAAAAFBAAAAAANBAAAAAABBAAAAAAEBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAHBAAAAAAOAAAAAAAAAAAAAAAABAAAAAAGBAAAAAABBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAABAAAAAAOBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAANBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAEBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAGBAAAAAALBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BAAAAAAFBAAAAAAABAAAAAAHBAAAAAAOBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAABBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBAAAAAAABAAAAAANBAAAAAAFBAAAAAALBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAANBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAANBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAABBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAIBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAIBwAAAAAABAAAAAAFBAAAAAACBAAAAAAKBAAAAAABBwAAAAAJBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAABAAAAAAMBAAAAAALBAAAAAAIBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABAAAAAAGBAAAAAADBAAAAAADBAAAAAAABAAAAAAABAAAAAAJBAAAAAAKBAAAAAACBwAAAAAMBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABAAAAAAJBAAAAAANBAAAAAACBAAAAAADBAAAAAAEBAAAAAAHBAAAAAALBAAAAAANBAAAAAAHBAAAAAAFBAAAAAAABAAAAAAEBAAAAAAFBAAAAAAKBAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGAAAAAAAAAAAAAAAABAAAAAAEBAAAAAANBAAAAAADBAAAAAABBAAAAAANBAAAAAABBAAAAAAIBAAAAAAGBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAACBAAAAAAHAAAAAAAAAAAAAAAABAAAAAANBAAAAAABBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAGBAAAAAAABAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAALBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAKBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAADBAAAAAAJBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAHBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAMBwAAAAAFBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAJBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBAAAAAABBAAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABAAAAAANBAAAAAAHBAAAAAAIBAAAAAAHBAAAAAAEBAAAAAAGBAAAAAAFBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAKBAAAAAAKBAAAAAABBAAAAAAOBAAAAAAABAAAAAAABAAAAAAJBAAAAAAFBAAAAAAGBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAGBAAAAAALBAAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAOBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAMBwAAAAAEBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAADBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAADBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAHBwAAAAAFBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAHBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAGBwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAFBAAAAAACBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABAAAAAAIBAAAAAADBAAAAAAGBAAAAAAOBAAAAAAHBAAAAAAHBAAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABAAAAAAMBAAAAAAIBAAAAAAGBAAAAAAGBAAAAAAMBAAAAAAFBAAAAAAMBAAAAAAKBAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAADBAAAAAAOBAAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAALBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAOBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 0,2: ind: 0,2 - tiles: BAAAAAADBwAAAAAFBwAAAAAABwAAAAAABAAAAAAFBAAAAAAEBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAFBAAAAAAMBAAAAAAJBAAAAAAEBAAAAAAIBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAANBAAAAAALBAAAAAANBAAAAAAHBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BAAAAAAFBwAAAAAABwAAAAADBwAAAAAABAAAAAADBAAAAAAABAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAJBAAAAAABBAAAAAAMBAAAAAAOBAAAAAANBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAEBAAAAAAHBAAAAAAHBAAAAAAABAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAACIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAAAIAAAAAAAIAAAAAACIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAIBAAAAAAEBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAACBAAAAAAEBAAAAAAABAAAAAAFBAAAAAANBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAIBAAAAAABBAAAAAAMBAAAAAALBAAAAAAMBAAAAAAOBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAMBAAAAAAHBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABAAAAAACBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAKBAAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAFBAAAAAANBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAADBAAAAAAHBwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAABBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAANBAAAAAAABAAAAAANBwAAAAAABwAAAAAABwAAAAAABAAAAAAIBAAAAAAOBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAADBAAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAGBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAANBAAAAAAIBAAAAAAHBAAAAAABBwAAAAAABAAAAAADBAAAAAAIBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAABBAAAAAAABAAAAAAOBAAAAAAHBwAAAAAABAAAAAAIBAAAAAAKBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAJBAAAAAAABAAAAAAOBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAFBAAAAAAOBAAAAAAMBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAGBAAAAAAGBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAACBAAAAAAGBAAAAAACBAAAAAALBAAAAAAHBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAADBAAAAAABBAAAAAAGBAAAAAAJBAAAAAAHBAAAAAAIBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAALBAAAAAABBwAAAAAABwAAAAAABwAAAAAHBwAAAAADBAAAAAAKBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAMBAAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAAIBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAKBAAAAAAMBwAAAAADBwAAAAAABwAAAAAABAAAAAAGBAAAAAAKBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAJBAAAAAAJBAAAAAAJBwAAAAAABwAAAAAABwAAAAAABAAAAAAFBAAAAAANBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAFBAAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABAAAAAABBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAJBAAAAAACBAAAAAANBAAAAAALBwAAAAAABAAAAAAABAAAAAAFBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAFBAAAAAANBAAAAAACBAAAAAANBwAAAAAABAAAAAACBAAAAAAMBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAMBAAAAAAFBAAAAAAHBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAMBAAAAAANBAAAAAALBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAABBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAADBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAGBwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAG + tiles: BwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAGBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAJBwAAAAAJBwAAAAAABwAAAAAABwAAAAAKBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 3,0: ind: 3,0 - tiles: BwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAADBwAAAAAABwAAAAAHBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAMBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAADBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAADBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAA + tiles: BwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAIBwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAKBwAAAAAJBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAKBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAKBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 3,1: ind: 3,1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAFBwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAHBwAAAAAJBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAGBwAAAAAMBwAAAAAFBwAAAAAABwAAAAAABwAAAAAGBwAAAAACBwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAGBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAJBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAA + tiles: BwAAAAAKBwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAIBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABgAAAAACBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAHBgAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBgAAAAADBgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABgAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAGBgAAAAAAfQAAAAABfQAAAAACfQAAAAABfQAAAAADfQAAAAADBgAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABgAAAAAIfQAAAAACfQAAAAADfQAAAAACfQAAAAABfQAAAAACBgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABgAAAAAKfQAAAAAAfQAAAAABfQAAAAADfQAAAAADfQAAAAAABgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABgAAAAAAfQAAAAAAfQAAAAAAfQAAAAACfQAAAAADfQAAAAACBgAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABgAAAAAABgAAAAAAfQAAAAADfQAAAAACfQAAAAACBgAAAAAHBgAAAAAABwAAAAAJBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABgAAAAAABgAAAAAABgAAAAAMBgAAAAAABgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABgAAAAAFBgAAAAAIBgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: BwAAAAABBwAAAAAABwAAAAAABAAAAAANBAAAAAAKBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAACBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABAAAAAADBAAAAAAABAAAAAACBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABAAAAAAEBAAAAAANBAAAAAALBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAGBAAAAAABBAAAAAAFBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAIBwAAAAAFBAAAAAAHBAAAAAAIBAAAAAAHBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAALBAAAAAANBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBAAAAAAJBAAAAAADBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAGBAAAAAAHBAAAAAADBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAJBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAADBAAAAAAOBAAAAAAEBAAAAAANBAAAAAAKBAAAAAAOBAAAAAAJAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABAAAAAAEBAAAAAALBAAAAAAABAAAAAAJAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAADBAAAAAADBAAAAAALBAAAAAACAAAAAAAABAAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBAAAAAAIBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAKBwAAAAAGBAAAAAALBAAAAAAJBAAAAAABBAAAAAAFBAAAAAAHBAAAAAAEBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAABBAAAAAAABAAAAAACBAAAAAAJBAAAAAAHBAAAAAALBwAAAAAHBwAAAAAJBwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAANBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAEBAAAAAACBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAADBwAAAAALBAAAAAAIBAAAAAAIBAAAAAAMBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAADBAAAAAABBAAAAAAJBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAEBwAAAAAABAAAAAALBAAAAAAIBAAAAAADBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAEBAAAAAAHBAAAAAABBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAJBwAAAAAABAAAAAAFBAAAAAAIBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABAAAAAADBAAAAAAIBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAIBAAAAAAGBAAAAAAOBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAEBwAAAAAEBwAAAAAABwAAAAAFBAAAAAAABAAAAAALBAAAAAADBAAAAAAGBAAAAAAGBAAAAAAOAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAJBAAAAAADBAAAAAAMBAAAAAAGAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAEBwAAAAAABwAAAAAABAAAAAAFBAAAAAACBAAAAAAABAAAAAAJAAAAAAAABAAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAKBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABAAAAAADBAAAAAADBAAAAAAABAAAAAADBAAAAAADBAAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAMBAAAAAAOBAAAAAAKBAAAAAACBAAAAAAJBAAAAAAJBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: BwAAAAAABwAAAAAABAAAAAAFBAAAAAAKBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACBwAAAAAABwAAAAACBAAAAAAKBAAAAAABBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACBwAAAAAHBwAAAAALBwAAAAAABAAAAAADBAAAAAAOBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAAGBAAAAAAKBAAAAAAFBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABIAAAAAACBwAAAAAABwAAAAAABwAAAAAABAAAAAALBAAAAAAKBAAAAAAEBAAAAAAABAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAALBAAAAAAIBAAAAAALBAAAAAAJBAAAAAAFBAAAAAAGBAAAAAAGAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABAAAAAAFBAAAAAADBAAAAAALBAAAAAAIgQAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAAAhQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAhQAAAAABhQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAhQAAAAABhQAAAAACBwAAAAAAgQAAAAAAgQAAAAAAhAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAhQAAAAACgQAAAAAAgQAAAAAAhQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAhQAAAAABgQAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAJgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAhQAAAAABhQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAhQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAGBwAAAAAAgQAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAACBwAAAAABBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: BwAAAAAABwAAAAAABAAAAAAJBAAAAAAMBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAABwAAAAAIBwAAAAAABAAAAAAABAAAAAAEBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADBwAAAAAABwAAAAAABwAAAAAABAAAAAAEBAAAAAAIBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACBwAAAAAABwAAAAAIBwAAAAAABAAAAAAABAAAAAAMBAAAAAADBAAAAAACBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAABBwAAAAAABwAAAAAABwAAAAAABAAAAAABBAAAAAAFBAAAAAALBAAAAAALBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAGBAAAAAAHBAAAAAAJBAAAAAAKBAAAAAALBAAAAAADBAAAAAADAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAEBAAAAAAFBAAAAAACBAAAAAAMBAAAAAAEgQAAAAAAgQAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAAAhQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAhQAAAAAChQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAhQAAAAAAhQAAAAACBwAAAAAAgQAAAAAAgQAAAAAAhAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAhQAAAAAAgQAAAAAAgQAAAAAAhQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAhQAAAAABgQAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADhQAAAAABhQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAIAAAAAABhQAAAAACgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAA version: 6 1,-3: ind: 1,-3 - tiles: AAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAABAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAACBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAAEBAAAAAALBAAAAAAOBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAAGBAAAAAACBAAAAAALBAAAAAACBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAFBAAAAAADBAAAAAABBwAAAAAABAAAAAABBAAAAAAGAAAAAAAAAAAAAAAABAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAGBAAAAAAFBAAAAAAKBwAAAAAABwAAAAAABAAAAAAOBAAAAAACAAAAAAAABAAAAAADBAAAAAAIBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAABBAAAAAAKBAAAAAAHBwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAFBAAAAAAJBAAAAAABBAAAAAANBAAAAAAGBAAAAAAGBAAAAAACBAAAAAAABAAAAAANBAAAAAAIBAAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABAAAAAAJBAAAAAAMBAAAAAAGBAAAAAALBAAAAAAFBAAAAAAABAAAAAALBAAAAAAOBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAA + tiles: AAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAANBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAEBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAKBAAAAAAMBAAAAAAGBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAGBAAAAAABBAAAAAAOBAAAAAALBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAIBAAAAAANBAAAAAAJBwAAAAAABAAAAAABBAAAAAACAAAAAAAAAAAAAAAABAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAANBAAAAAAKBAAAAAAMBwAAAAALBwAAAAAABAAAAAAHBAAAAAAEAAAAAAAABAAAAAAFBAAAAAACBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAABAAAAAABBAAAAAABBwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABAAAAAAOBAAAAAACBAAAAAAOBAAAAAADBAAAAAAJBAAAAAAJBAAAAAAGBAAAAAAMBAAAAAACBAAAAAAOBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABAAAAAAKBAAAAAACBAAAAAAFBAAAAAABBAAAAAALBAAAAAAGBAAAAAAJBAAAAAALBwAAAAAEBwAAAAAABwAAAAAHBwAAAAAABwAAAAAFBwAAAAAABwAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAABAAAAAADBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACBAAAAAADBAAAAAAFBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABBAAAAAAGBAAAAAAHBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAABwAAAAAABAAAAAAHBAAAAAANBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADBwAAAAAABAAAAAAEBAAAAAAFBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAABAAAAAABBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADBAAAAAABBAAAAAAIBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAABAAAAAABBAAAAAADBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADBwAAAAAABAAAAAACBAAAAAALBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACBwAAAAAABAAAAAAKBAAAAAAKBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAC version: 6 3,-2: ind: 3,-2 - tiles: gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADgQAAAAAABAAAAAAMBAAAAAAIBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhQAAAAABgQAAAAAABAAAAAAEBAAAAAAABAAAAAALBAAAAAAOBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAABwAAAAAABAAAAAAJBAAAAAAGBAAAAAALBAAAAAAEBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAAJBwAAAAAABwAAAAADBwAAAAAABwAAAAAGBAAAAAACBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABAAAAAALBAAAAAAEBAAAAAABBAAAAAAHBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAGBAAAAAAABAAAAAABBAAAAAAJBAAAAAAKBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAEBAAAAAAGBAAAAAAJBAAAAAABBAAAAAAABAAAAAAKBAAAAAAFBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAHBAAAAAALBAAAAAANBAAAAAAFBAAAAAAOBAAAAAAJBAAAAAAMBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABAAAAAAMBAAAAAAJBAAAAAADAAAAAAAAAAAAAAAABAAAAAABBAAAAAALBAAAAAAOBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACgQAAAAAABAAAAAAGBAAAAAAEBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhQAAAAABgQAAAAAABAAAAAAKBAAAAAAHBAAAAAAHBAAAAAAOBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAABwAAAAAABAAAAAAOBAAAAAAOBAAAAAANBAAAAAADBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBAAAAAAEBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAJBAAAAAADBAAAAAAFBAAAAAAEBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAHBAAAAAAJBAAAAAAFBAAAAAADBAAAAAAABAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAABAAAAAABBAAAAAACBAAAAAAABAAAAAAIBAAAAAANBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAALBAAAAAAHBAAAAAANBAAAAAAHBAAAAAAIBAAAAAAGBAAAAAACBAAAAAAABAAAAAANAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABAAAAAAHBAAAAAAJBAAAAAAFAAAAAAAAAAAAAAAABAAAAAAIBAAAAAABBAAAAAAJBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,2: ind: 2,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAIBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAOBAAAAAADBwAAAAAABwAAAAAABwAAAAAABAAAAAAABAAAAAAGBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAALBAAAAAAABwAAAAAABwAAAAACBwAAAAAABAAAAAALBAAAAAAKBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAMBwAAAAAABwAAAAAABwAAAAAABAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAHBwAAAAAABwAAAAAABwAAAAAABAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABAAAAAALBwAAAAAABwAAAAAABwAAAAAABAAAAAAHgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAOBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAHBAAAAAAIBwAAAAAKBwAAAAAABwAAAAAABAAAAAAMBAAAAAAJBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAGBAAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAIBAAAAAAMBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAANBwAAAAAABwAAAAAABwAAAAAABAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAACBwAAAAAABwAAAAAHBwAAAAAABAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABAAAAAAMBwAAAAAABwAAAAAABwAAAAAABAAAAAAHgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAABgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,2: ind: 3,2 - tiles: BAAAAAAOBAAAAAADBAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAABAAAAAACBAAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABAAAAAAHBAAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAGBwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABAAAAAAGBAAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAEBAAAAAAJBAAAAAABBAAAAAAJBAAAAAAGBAAAAAAOBwAAAAAKBwAAAAAAAAAAAAAABAAAAAAOBAAAAAAKBAAAAAACBwAAAAALBwAAAAAABwAAAAAEBwAAAAAABwAAAAAIBAAAAAANBAAAAAAHBAAAAAAKBAAAAAACBAAAAAALBwAAAAAABwAAAAAEAAAAAAAABAAAAAAMBAAAAAAFBAAAAAAIBAAAAAAFBAAAAAAABwAAAAAABwAAAAAABAAAAAAMBAAAAAAFAAAAAAAAAAAAAAAABAAAAAAFBAAAAAANBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAGBAAAAAAHBAAAAAAOBwAAAAAABAAAAAABBAAAAAABBAAAAAAGAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAFBAAAAAAOBwAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAOBwAAAAAABAAAAAAIBAAAAAAMBAAAAAAJAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAHBAAAAAABBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAABBwAAAAAABAAAAAAIBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAAFBwAAAAAABAAAAAAMBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAABAAAAAAHBAAAAAABBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAMBAAAAAACBAAAAAAHBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAACBAAAAAAIBAAAAAAGBAAAAAAMBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAAFBAAAAAABBAAAAAADBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BAAAAAAGBAAAAAAOBAAAAAAFBwAAAAACBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABAAAAAAFBAAAAAADBAAAAAAEBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAABAAAAAAJBAAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAHBwAAAAAEBwAAAAAABwAAAAAAAAAAAAAABAAAAAAOBAAAAAANBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAACBAAAAAAKBAAAAAACBAAAAAAEBwAAAAAABwAAAAAAAAAAAAAABAAAAAAJBAAAAAAHBAAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAGBAAAAAAMBAAAAAALBAAAAAAABAAAAAAIBAAAAAALBwAAAAALBwAAAAAAAAAAAAAABAAAAAAHBAAAAAAEBAAAAAAEBAAAAAAIBAAAAAACBwAAAAADBwAAAAAABAAAAAAKBAAAAAACAAAAAAAAAAAAAAAABAAAAAADBAAAAAACBwAAAAAABwAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAKBAAAAAACBAAAAAAMBwAAAAAABAAAAAAGBAAAAAACBAAAAAADAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAIBAAAAAAGBwAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAIBwAAAAAABAAAAAAEBAAAAAAKBAAAAAADAAAAAAAAAAAAAAAABAAAAAAABAAAAAAMBAAAAAANBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAANBwAAAAAABAAAAAAOBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAACBwAAAAAABAAAAAABBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAAEBAAAAAADBAAAAAALBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAMBAAAAAALBAAAAAAMBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAFBAAAAAAOBAAAAAAKBAAAAAAIBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAIBAAAAAAABAAAAAANBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,1: ind: 4,1 - tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAMBAAAAAALBAAAAAAGBAAAAAAKBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABAAAAAAOBAAAAAAIBAAAAAAEBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAGBAAAAAAABAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAIBwAAAAAABwAAAAAABAAAAAAMBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAEBAAAAAAHBAAAAAALBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAJBAAAAAACBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAACBAAAAAAHBAAAAAABBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAACBAAAAAAIBAAAAAAEBAAAAAAEBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAGBAAAAAAEgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAHBAAAAAAKBAAAAAAMgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAADBAAAAAABBAAAAAAJgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAABBwAAAAACBAAAAAAOBAAAAAANgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAABAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBAAAAAAJBAAAAAADBAAAAAAABAAAAAALBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBAAAAAAIBAAAAAALBAAAAAAJBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAHBwAAAAAKBwAAAAAFBAAAAAAFBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAABAAAAAAMBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABAAAAAAMBAAAAAAIBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABAAAAAAABAAAAAAOBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABAAAAAAHBAAAAAABBAAAAAAGBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAALBAAAAAADBAAAAAAKBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAJBAAAAAANBAAAAAANgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAEBAAAAAAFBAAAAAAHgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAMBwAAAAAABwAAAAAABwAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBAAAAAAIBAAAAAAFBAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBAAAAAAIBAAAAAAGgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAACBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,0: ind: 4,0 - tiles: BwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABAAAAAAOBAAAAAAGAAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABAAAAAAMBAAAAAAKBAAAAAAHAAAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAKBwAAAAAGBwAAAAAABwAAAAAABwAAAAAABAAAAAADBAAAAAACBAAAAAABAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAIBAAAAAAEBAAAAAAHBAAAAAALAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBAAAAAAMBAAAAAAIBAAAAAAGBAAAAAAHBAAAAAABAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAMBAAAAAALBAAAAAAJBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAFBAAAAAAHBAAAAAAABAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAIBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBAAAAAAEBAAAAAADBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAGBAAAAAABBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAMBAAAAAANBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAAGAAAAAAAAAAAAAAAABAAAAAACBAAAAAAJBAAAAAACBAAAAAAMBAAAAAACBwAAAAAABwAAAAAABwAAAAAFBwAAAAAEBwAAAAAABwAAAAAHBwAAAAAABAAAAAABBAAAAAAEBAAAAAADBAAAAAAIBAAAAAAHBAAAAAAJBAAAAAAABAAAAAALBAAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKBAAAAAAEBAAAAAAFBAAAAAAHBAAAAAANBAAAAAAGBAAAAAANBAAAAAAFBAAAAAANBAAAAAABBwAAAAABBwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAKBwAAAAAABAAAAAAEBAAAAAAFBAAAAAAEBAAAAAAEAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAEBAAAAAAJBAAAAAAGBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAJBwAAAAAABwAAAAAABAAAAAALBAAAAAAHBAAAAAAABAAAAAAKBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAJBAAAAAAHAAAAAAAABwAAAAAJBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABAAAAAAGBAAAAAADBAAAAAAHAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABAAAAAACBAAAAAAKBAAAAAACAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAANBAAAAAAIBAAAAAAHAAAAAAAAAAAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABAAAAAALBAAAAAAEBAAAAAAOBAAAAAABBAAAAAAHAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAGBAAAAAAEBAAAAAALBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAFBwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAABBAAAAAAOBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAIBwAAAAABBwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAKBAAAAAAFBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAAABAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAHBwAAAAAABAAAAAABBAAAAAABBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAABBAAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAHBwAAAAAABAAAAAAOBAAAAAANAAAAAAAAAAAAAAAABAAAAAAABAAAAAADBAAAAAACBAAAAAACBAAAAAALBwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAADBAAAAAAEBAAAAAAMBAAAAAABBAAAAAAABAAAAAADBAAAAAAMBAAAAAAHBwAAAAAABwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAJBAAAAAAJBAAAAAAOBAAAAAAIBAAAAAAJBAAAAAAFBAAAAAAFBAAAAAACBAAAAAACBAAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABAAAAAAIBAAAAAAKBAAAAAALBAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABAAAAAADBAAAAAABBAAAAAANBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAGBwAAAAAABwAAAAAABAAAAAABBAAAAAAHBAAAAAAKBAAAAAAKBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAANBAAAAAAJBAAAAAAIBAAAAAAJBAAAAAAGAAAAAAAABAAAAAAJBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAJBwAAAAAABAAAAAALBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAEBAAAAAAOBAAAAAAGBAAAAAAABAAAAAAJBAAAAAAHBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAOBAAAAAADBAAAAAAOBAAAAAANBAAAAAAEBAAAAAANBAAAAAAHBAAAAAAHBAAAAAAABAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAOBAAAAAALBAAAAAAGBAAAAAAEBAAAAAAKBAAAAAAOBAAAAAAFBAAAAAAJAAAAAAAABAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAGBAAAAAABBAAAAAAFBAAAAAACBAAAAAACBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAAIBAAAAAAFBAAAAAANBAAAAAAFBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGAAAAAAAAAAAAAAAABAAAAAANBAAAAAAHBAAAAAAGBAAAAAAHAAAAAAAABAAAAAAOBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAABAAAAAAMAAAAAAAAAAAAAAAABAAAAAALBAAAAAALBAAAAAAFBAAAAAACAAAAAAAABAAAAAALBAAAAAAKAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAIBAAAAAAIBAAAAAAHBAAAAAAHAAAAAAAABAAAAAAIBAAAAAAOBAAAAAAFBAAAAAAHBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAACBAAAAAALBAAAAAACBAAAAAANBAAAAAABBAAAAAACBAAAAAAIBAAAAAAHBAAAAAAEBAAAAAAEBAAAAAAMBAAAAAACAAAAAAAABAAAAAANBAAAAAAIBAAAAAAGBAAAAAACBwAAAAAABwAAAAAEBAAAAAAGBAAAAAAFBAAAAAAJBAAAAAABBwAAAAAIBwAAAAAABAAAAAAIBAAAAAAFBAAAAAAMBAAAAAAOBAAAAAAOBAAAAAADBAAAAAAEBAAAAAABBwAAAAAABwAAAAAABAAAAAAJBAAAAAAOBAAAAAAABwAAAAAABwAAAAAJBwAAAAAABwAAAAAABAAAAAAGBAAAAAAJBAAAAAAABAAAAAADBAAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAFBAAAAAAGBAAAAAAHBwAAAAAABwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAADBwAAAAABBwAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAGBAAAAAACBAAAAAAIBwAAAAAABwAAAAAABwAAAAAEBwAAAAADBwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAIBAAAAAACBAAAAAAGBAAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAABBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAAIBAAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAADBAAAAAADBAAAAAAIBAAAAAAMBAAAAAALAAAAAAAABAAAAAAIBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAFBwAAAAAABAAAAAAKBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAHBAAAAAABBAAAAAABBAAAAAAFBAAAAAAHBAAAAAAIBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAALBAAAAAALBAAAAAAOBAAAAAACBAAAAAACBAAAAAAGBAAAAAANBAAAAAALBAAAAAABBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAIBAAAAAAGBAAAAAAFBAAAAAAHBAAAAAACBAAAAAAKBAAAAAAJBAAAAAACAAAAAAAABAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAABBAAAAAADBAAAAAAFBAAAAAACBAAAAAAFBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAJBAAAAAAFBAAAAAAJBAAAAAAABAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJAAAAAAAAAAAAAAAABAAAAAAGBAAAAAACBAAAAAAGBAAAAAADAAAAAAAABAAAAAAEBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAADBAAAAAANAAAAAAAAAAAAAAAABAAAAAAEBAAAAAACBAAAAAAHBAAAAAANAAAAAAAABAAAAAACBAAAAAAIAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAMBAAAAAAJBAAAAAANBAAAAAADAAAAAAAABAAAAAABBAAAAAAJBAAAAAAHBAAAAAAJBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAMBAAAAAAABAAAAAAEBAAAAAANBAAAAAAJBAAAAAAABAAAAAACBAAAAAAJBAAAAAAHBAAAAAABBAAAAAALBAAAAAAHAAAAAAAABAAAAAAOBAAAAAAABAAAAAABBAAAAAADBwAAAAAIBwAAAAAABAAAAAAMBAAAAAALBAAAAAAGBAAAAAABBwAAAAAABwAAAAAABAAAAAAKBAAAAAAHBAAAAAAIBAAAAAAGBAAAAAAEBAAAAAAKBAAAAAADBAAAAAABBwAAAAAABwAAAAAABAAAAAACBAAAAAAEBAAAAAAJBwAAAAAHBwAAAAAABwAAAAAABwAAAAAABAAAAAAKBAAAAAANBAAAAAAHBAAAAAAOBAAAAAAOBwAAAAAABwAAAAAFBwAAAAAABwAAAAAABAAAAAALBAAAAAANBAAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAGBAAAAAAOBAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAJBAAAAAAMBAAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAMBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAALBAAAAAADBAAAAAAK version: 6 4,-2: ind: 4,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAOBAAAAAADAAAAAAAABAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAALBAAAAAAMBAAAAAABBAAAAAABBAAAAAAHBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAAKBAAAAAAKBAAAAAADBAAAAAAHBAAAAAANBAAAAAAEBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAAMBAAAAAAKBAAAAAAMBAAAAAALBAAAAAALBAAAAAANBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAFBwAAAAAABwAAAAAABAAAAAADBAAAAAAEBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAFBwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAHBwAAAAAABwAAAAAABwAAAAAABAAAAAANBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAGBAAAAAAKBAAAAAAHBAAAAAABBAAAAAAFBAAAAAAHBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAABAAAAAAKBAAAAAANBAAAAAAABAAAAAAJBAAAAAADBAAAAAANBAAAAAAG + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAOBAAAAAAAAAAAAAAABAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAOBAAAAAANBAAAAAACBAAAAAAJBAAAAAABBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAEBAAAAAAFBAAAAAAIBAAAAAAJBAAAAAAKBAAAAAACBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAGBAAAAAACBAAAAAACBAAAAAALBAAAAAAHBAAAAAACBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAAMBwAAAAAIBwAAAAAABAAAAAANBAAAAAALBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAFBwAAAAAABwAAAAAABwAAAAAABAAAAAACBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAALBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAANBAAAAAAOBAAAAAADBAAAAAAEBAAAAAAOBAAAAAAIBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAMBAAAAAAFBAAAAAANBAAAAAAOBAAAAAAHBAAAAAANBAAAAAAJBAAAAAAH version: 6 5,-2: ind: 5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAHBAAAAAAKBAAAAAACBAAAAAANBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAIBAAAAAADBAAAAAALBAAAAAALBAAAAAAMBAAAAAAFBAAAAAAIBAAAAAAMBAAAAAAMBAAAAAADBAAAAAAIBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAABAAAAAAKBAAAAAANBAAAAAAHBAAAAAAGBAAAAAAMBAAAAAADBAAAAAAIBAAAAAAGBAAAAAABBAAAAAAFBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAFBAAAAAAKBAAAAAAFBAAAAAADBAAAAAAGBAAAAAANBAAAAAAMBAAAAAAOBAAAAAAEBAAAAAABBAAAAAAOBAAAAAAABAAAAAANAAAAAAAAgAAAAAAAgQAAAAAABAAAAAANBAAAAAAOBAAAAAAJBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAALBwAAAAAABAAAAAABBAAAAAAFBAAAAAAIAAAAAAAAgQAAAAAAgQAAAAAABAAAAAAFBAAAAAAEBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAAGBwAAAAAABwAAAAAABAAAAAANBAAAAAADgQAAAAAAgQAAAAAAgQAAAAAABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAIBAAAAAAKBwAAAAACBAAAAAANBAAAAAAEBwAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAACBAAAAAANBwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAMBwAAAAAABAAAAAAIBAAAAAACBwAAAAAGgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAALBwAAAAAABAAAAAADBAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAMBAAAAAAKBAAAAAABBAAAAAAIBAAAAAADAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAFBAAAAAAHBAAAAAAEBAAAAAAMBAAAAAADAAAAAAAAgAAAAAAAgQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAKBAAAAAAKBAAAAAAMBAAAAAAABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAIBAAAAAAMBAAAAAAJBAAAAAABBAAAAAANBAAAAAACBAAAAAADBAAAAAACBAAAAAABBAAAAAABBAAAAAAJBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABAAAAAANBAAAAAAHBAAAAAAJBAAAAAAOBAAAAAAFBAAAAAAMBAAAAAANBAAAAAACBAAAAAALBAAAAAAOBAAAAAAHBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAIBAAAAAANBAAAAAABBAAAAAAIBAAAAAAGBAAAAAAMBAAAAAANBAAAAAAJBAAAAAAGBAAAAAANBAAAAAANBAAAAAADBAAAAAADAAAAAAAAgAAAAAAAgQAAAAAABAAAAAAHBAAAAAALBAAAAAAJBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAADBwAAAAAABAAAAAAIBAAAAAAOBAAAAAAGAAAAAAAAgQAAAAAAgQAAAAAABAAAAAAOBAAAAAAGBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAIBwAAAAAGBwAAAAAABAAAAAAEBAAAAAAMgQAAAAAAgQAAAAAAgQAAAAAABAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAMBAAAAAAJBwAAAAAABAAAAAAIBAAAAAAKBwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAABAAAAAAIBwAAAAAJBwAAAAAGBwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAALBwAAAAACBAAAAAAGBAAAAAAHBwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAHBwAAAAAKBAAAAAAIBAAAAAAFgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAANBAAAAAAJBAAAAAAIBAAAAAACBAAAAAAMAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAOBAAAAAAHBAAAAAAABAAAAAAGBAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAA version: 6 5,0: ind: 5,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAACBAAAAAAEBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAADBAAAAAAFBAAAAAAOBAAAAAAEBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAADBAAAAAANBAAAAAAJBAAAAAAIBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAABBAAAAAACBwAAAAAABAAAAAAMBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAGBAAAAAAIBAAAAAAMBAAAAAADBwAAAAAABAAAAAAIBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAIBAAAAAABBwAAAAAABwAAAAAJBwAAAAAABAAAAAAMBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABAAAAAABBAAAAAACBAAAAAAOBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAALBAAAAAACBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAHBAAAAAAIBAAAAAANBAAAAAAGBAAAAAADBAAAAAAEBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABAAAAAALBAAAAAALBAAAAAAKBAAAAAANBAAAAAAEBAAAAAAKBAAAAAALBAAAAAAHBAAAAAACBAAAAAAKBAAAAAANBAAAAAAHBAAAAAAIAAAAAAAAAAAAAAAAgAAAAAAABAAAAAABBAAAAAAGBAAAAAAABAAAAAADBAAAAAAMAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAEBAAAAAAABAAAAAADBAAAAAAJBAAAAAAJAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAHBAAAAAAHBAAAAAACBAAAAAAIBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAHBAAAAAADBAAAAAAGAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAOBAAAAAAABAAAAAAMAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAANBAAAAAAIBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAMBAAAAAAGBAAAAAACBAAAAAAOBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAKBAAAAAANBAAAAAAJBAAAAAAIBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAHBAAAAAACBwAAAAAABAAAAAAKBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAJBAAAAAAMBAAAAAAGBAAAAAAGBwAAAAAABAAAAAAIBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAKBAAAAAAOBwAAAAAABwAAAAAIBwAAAAAEBAAAAAAABAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAABAAAAAAKBAAAAAAOBAAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAHBAAAAAANBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABAAAAAADBAAAAAAIBAAAAAAFBAAAAAAOBAAAAAACBAAAAAABBAAAAAAIBAAAAAAOBAAAAAALBAAAAAANBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAABAAAAAABBAAAAAAABAAAAAAHBAAAAAAHBAAAAAAABAAAAAAFBAAAAAAGBAAAAAALBAAAAAALBAAAAAAKBAAAAAABBAAAAAAFAAAAAAAAAAAAAAAAgAAAAAAABAAAAAADBAAAAAAJBAAAAAANBAAAAAAIBAAAAAAIAAAAAAAAAAAAAAAABAAAAAACBAAAAAAEBAAAAAAGBAAAAAANBAAAAAAHBAAAAAAHAAAAAAAAAAAAAAAAgAAAAAAABAAAAAAEBAAAAAAJBAAAAAAABAAAAAAABAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAMBAAAAAAFBAAAAAALAAAAAAAAAAAAAAAAgAAAAAAABAAAAAABBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAHBAAAAAAFBAAAAAAFAAAAAAAAAAAAAAAAgAAAAAAABAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAA version: 6 4,2: ind: 4,2 - tiles: BwAAAAAABwAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABAAAAAANBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAIBwAAAAAABAAAAAADBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAABBwAAAAAABwAAAAAJBwAAAAAABAAAAAANBAAAAAAABAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAEBwAAAAAABwAAAAAABwAAAAAABAAAAAAKBAAAAAAKBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAABBwAAAAAABAAAAAANBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAACBwAAAAAABwAAAAAABwAAAAAHBwAAAAAIBwAAAAAABAAAAAAGBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAOBAAAAAAJBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAALBAAAAAALBAAAAAAHBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAALBwAAAAAGBwAAAAAABwAAAAAABAAAAAAGBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAHBAAAAAANBwAAAAAABwAAAAAABAAAAAAHBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAIBAAAAAAGBwAAAAAABwAAAAAABAAAAAAHBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAIBwAAAAAABwAAAAAABAAAAAAJBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAEBAAAAAABBAAAAAAIBAAAAAAFBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAOBAAAAAAKBAAAAAANBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAHBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAADBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: BwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBwAAAAAGBwAAAAAABwAAAAAABAAAAAAJBAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAJBAAAAAALBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABAAAAAABBAAAAAABBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAALBAAAAAAGBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAACBwAAAAACBwAAAAAABAAAAAAIBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAFBwAAAAAABwAAAAAGBAAAAAAMBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAACBwAAAAAABwAAAAACBwAAAAAJBwAAAAAABwAAAAAABAAAAAANBAAAAAAKBAAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAGBwAAAAAABAAAAAADBAAAAAAHBAAAAAAFBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAIBwAAAAAABwAAAAAABwAAAAAABAAAAAADBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAAEBAAAAAABBwAAAAAABwAAAAAEBAAAAAAHBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAANBAAAAAAKBAAAAAAMBwAAAAAABwAAAAAABAAAAAANBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAACBAAAAAAOBwAAAAAABwAAAAAABAAAAAAJBAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAGBAAAAAAGBAAAAAAGBAAAAAAMBAAAAAAMBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAJBAAAAAADBAAAAAANBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAFBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAALBAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,3: ind: 4,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAABAAAAAAFBAAAAAANBAAAAAAGBAAAAAAIBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAACBAAAAAAGBAAAAAAOBAAAAAAIBAAAAAAOBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAIBAAAAAAFBAAAAAAJBwAAAAAGBAAAAAALBAAAAAALBAAAAAADBAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADBAAAAAANBAAAAAAFBAAAAAACBwAAAAAABwAAAAAKBwAAAAAABwAAAAADBAAAAAAJBAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAFBAAAAAAEBwAAAAAEBwAAAAAABwAAAAAABwAAAAAABAAAAAAIBAAAAAAFBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMBAAAAAAKBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAALBAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAOBAAAAAANBwAAAAAABwAAAAAABwAAAAAABAAAAAAFBAAAAAABBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAABBAAAAAAEBAAAAAACBAAAAAAKBAAAAAAMBAAAAAANBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAEBAAAAAAKBAAAAAAEBAAAAAAIBAAAAAAHBAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAABAAAAAABBAAAAAAEBAAAAAADBAAAAAAABAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAAHBAAAAAAFBAAAAAAKBAAAAAAIBAAAAAAEBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIBAAAAAAJBAAAAAAOBAAAAAAMBwAAAAACBAAAAAALBAAAAAACBAAAAAACBAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAGBAAAAAADBAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABAAAAAAEBAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAKBAAAAAAGBwAAAAAABwAAAAAABwAAAAAABwAAAAAFBAAAAAAIBAAAAAAABAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHBAAAAAAFBwAAAAAABwAAAAAABwAAAAAABwAAAAACBwAAAAAABAAAAAAEBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAOBAAAAAAEBAAAAAAJBwAAAAAABwAAAAAABwAAAAAABAAAAAAJBAAAAAAJBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAKBAAAAAAEBAAAAAAABAAAAAAMBAAAAAACBAAAAAACBAAAAAANBAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALBAAAAAACBAAAAAAHBAAAAAAKBAAAAAABBAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAJBAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,3: ind: 3,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,1: ind: 5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAA version: 6 6,1: ind: 6,1 @@ -8673,180 +8733,240 @@ entities: 80: 6,-2 - node: color: '#FFFFFFFF' - id: BushAThree + id: Bushm1 decals: - 27: 13.6098175,-11.353516 + 130: 10.225708,-11.406067 + 157: 25.799988,-9.023838 + 165: 26.779587,-2.7991428 + 195: 26.676865,5.8544445 - node: color: '#FFFFFFFF' - id: BushCOne + id: Bushm2 decals: - 68: 24.991669,-1.6784534 + 140: 19.070175,-10.054958 - node: color: '#FFFFFFFF' - id: BushCThree + id: Bushm3 + decals: + 214: 16.310516,8.9794445 + - node: + color: '#DE3A3A96' + id: DiagonalOverlay decals: - 22: 9.980225,5.1106415 - 59: 16.814621,-5.779171 + 73: 5,-2 + 74: 5,0 + 75: 8,0 + 76: 8,-2 - node: color: '#FFFFFFFF' - id: BushCTwo + id: bushsnowa1 decals: - 40: 25.327164,8.185654 - 45: 26.061539,-9.112068 - 60: 17.14795,-6.737503 + 105: 10.157684,7.222006 + 143: 18.065018,-10.107044 + 215: 16.33136,8.302362 - node: color: '#FFFFFFFF' - id: BushDTwo + id: bushsnowa2 decals: - 47: 24.347397,8.038254 + 117: 5.887741,2.0872555 + 166: 27.175415,-4.184559 + 168: 24.071243,-1.8199768 + 196: 27.114365,6.2398624 + 203: 25.197693,8.052362 - node: color: '#FFFFFFFF' - id: Busha1 + id: bushsnowa3 decals: - 20: 9.917725,6.0325165 - 38: 26.061539,8.029404 - 42: 27.077164,-2.0276108 + 145: 15.896469,-7.3870087 + 197: 27.249771,5.7815285 - node: color: '#FFFFFFFF' - id: Busha2 + id: bushsnowb1 decals: - 4: 15.447281,8.447321 + 100: 0.91708374,8.05534 + 119: 10.977142,-2.7098675 + 120: 8.663208,-7.103985 + 144: 15.833969,-7.1057587 + 167: 25.696243,-1.8303928 - node: color: '#FFFFFFFF' - id: Bushb2 + id: bushsnowb2 decals: - 21: 9.948975,5.4075165 - 39: 26.233414,7.1856537 + 146: 15.886047,-7.5536766 - node: color: '#FFFFFFFF' - id: Bushb3 + id: bushsnowb3 decals: - 5: 15.634781,7.650446 - 58: 17.14795,-4.945837 + 218: 15.80011,8.083612 - node: color: '#FFFFFFFF' - id: Bushc1 + id: grasssnow02 decals: - 6: 14.619156,8.556696 + 132: 11.018097,-11.898708 + 151: 17.08397,-4.8661747 + 208: 18.91713,8.1044445 - node: color: '#FFFFFFFF' - id: Bushc3 + id: grasssnow04 decals: - 7: 19.998627,4.431698 - 62: 17.0542,-7.727089 + 159: 24.195831,-8.888424 + 200: 24.583115,7.9586124 - node: color: '#FFFFFFFF' - id: Bushe1 + id: grasssnow05 decals: - 41: 25.530289,7.7950287 - 52: 22.191147,8.335129 + 172: 27.112915,-4.257477 + 173: 27.112915,-4.257477 + 174: 22.696243,-1.7158089 + 199: 25.478943,7.2711124 - node: color: '#FFFFFFFF' - id: Bushe2 + id: grasssnow06 decals: - 8: 20.014252,4.837948 - 17: 9.71759,-8.292427 + 110: 9.555878,6.639818 + 116: 6.8460846,1.6080875 + 171: 26.112915,-2.7470589 + 209: 18.115051,8.0419445 - node: color: '#FFFFFFFF' - id: Bushe4 + id: grasssnow07 decals: - 29: 6.345627,2.0966072 - 43: 26.545914,-1.8401108 - 44: 26.780289,-2.4807358 - 61: 17.345871,-5.706253 - 67: 26.866669,-4.9909534 + 125: 9.5903015,-6.562317 + 192: 23.093521,5.7606945 + 211: 14.727188,9.021112 - node: color: '#FFFFFFFF' - id: Bushg1 + id: grasssnow08 decals: - 28: 8.570679,-7.0878906 - 63: 17.033371,-7.404171 + 153: 16.95897,-8.001591 + 185: 20.04248,4.9576435 - node: color: '#FFFFFFFF' - id: Bushi1 + id: grasssnow09 decals: - 0: 5.8017883,1.9809036 - 3: 10.286163,8.025446 - 13: 9.170715,-7.229927 - 23: 12.30835,-11.416016 - 30: 23.733414,5.727852 - 34: 23.202164,-0.97527313 - 50: 22.800522,7.944504 - 66: 27.210419,-4.8347034 - 69: 25.950012,-1.8138714 - 70: 16.229706,-11.13625 - 71: 15.844284,-11.2404175 - 72: 11.097305,-2.8601494 - 90: 9.705856,-11.501087 - 91: 10.351685,-12.282337 - 92: 9.851685,-11.938587 + 94: 0.97958374,6.826172 + 95: 1.8545837,7.638672 + 118: 10.997986,-2.8661175 + 169: 24.904587,-1.5387268 + 198: 26.103943,6.7711124 - node: color: '#FFFFFFFF' - id: Bushi2 + id: grasssnow11 + decals: + 96: 2.312912,8.253256 + 108: 9.555878,6.504402 + 109: 9.618378,5.962734 + 111: 10.170456,9.046068 + 114: 5.825241,2.9935055 + 134: 9.893097,-10.836208 + 142: 18.51294,-10.336208 + 152: 17.229797,-4.1578426 + 154: 16.761047,-6.7307587 + 170: 26.779587,-3.7053928 + 176: 23.446243,-2.4137268 + 188: 19.653091,5.7388935 + 191: 22.822693,4.5315285 + 194: 24.301865,5.7398624 + 212: 15.966766,7.5315285 + - node: + color: '#FFFFFFFF' + id: grasssnow12 decals: - 1: 10.504913,8.775446 - 14: 9.608215,-7.354927 - 24: 12.730225,-11.275391 - 31: 23.420914,5.493477 - 35: 23.358414,-1.3502731 - 51: 22.300522,7.960129 - 93: 9.810013,-12.292755 + 97: 0.44833374,5.83659 + 106: 9.503784,5.389818 + 112: 9.363556,8.598152 + 124: 9.4965515,-7.051903 + 193: 22.124771,5.1669445 - node: color: '#FFFFFFFF' - id: Bushi3 + id: grasssnow13 + decals: + 107: 9.420456,7.691902 + 115: 7.106491,3.2851715 + 126: 8.475708,-6.416485 + 127: 7.850708,-7.093567 + 137: 11.591003,-11.804958 + 158: 25.893738,-8.065506 + 160: 24.93541,-8.617588 + 175: 24.248337,-1.9970589 + 183: 19.97998,4.1555614 + 210: 20.16713,7.9273624 + 213: 16.42511,8.094028 + - node: + color: '#FFFFFFFF' + id: grasssnowa1 decals: - 2: 10.442413,8.478571 - 15: 9.639465,-7.729927 - 25: 12.261475,-11.744141 - 26: 12.261475,-12.150391 - 32: 23.389664,5.087227 - 36: 23.530289,-1.5690231 - 65: 27.054169,-4.4701214 + 139: 17.320175,-10.429958 - node: color: '#FFFFFFFF' - id: Bushi4 + id: grasssnowa2 decals: - 16: 9.576965,-8.104927 - 33: 23.264664,-0.74089813 - 49: 22.566147,8.210129 + 98: 1.5212555,8.11784 + 177: 23.164993,-1.7158089 + 186: 19.66748,4.2909775 - node: color: '#FFFFFFFF' - id: Bushj1 + id: grasssnowa3 decals: - 11: 0.7978058,7.5165386 - 19: 19.076965,8.161362 + 99: 1.1045837,7.43034 + 102: 10.366028,8.52409 + 129: 9.6528015,-11.624817 + 156: 25.27916,-9.357174 + 190: 23.145615,5.0523624 + 202: 26.228943,7.1981945 - node: color: '#FFFFFFFF' - id: Bushj2 + id: grasssnowb1 + decals: + 113: 6.0335846,2.3685055 + 122: 9.3715515,-7.312317 + 136: 12.247253,-12.388294 + 138: 16.216003,-11.357044 + 149: 17.344376,-5.6786747 + 163: 26.425415,-1.9970589 + 178: 23.477493,-1.2991428 + 187: 19.625809,4.9888935 + 189: 23.572693,5.6148624 + - node: + color: '#FFFFFFFF' + id: grasssnowb2 decals: - 10: 1.5478058,8.266541 - 37: 26.967789,-2.8672504 + 150: 17.406876,-4.9286747 + 205: 24.406021,8.208612 + 207: 19.021301,8.4169445 - node: color: '#FFFFFFFF' - id: Bushj3 + id: grasssnowb3 decals: - 9: 0.8915558,8.204041 - 48: 27.034897,6.100754 - 64: 27.168762,-3.6263714 + 101: 10.449356,7.847006 + 204: 25.020615,8.5106945 - node: color: '#FFFFFFFF' - id: Bushk1 + id: grasssnowc1 decals: - 12: 16.116241,-7.6390114 + 103: 10.303528,6.378256 + 135: 12.591003,-11.565376 + 201: 25.978943,7.9898624 + 206: 19.85463,8.208612 - node: color: '#FFFFFFFF' - id: Bushn1 + id: grasssnowc2 decals: - 18: 19.09259,-9.995552 - 46: 25.186539,-9.033943 + 123: 9.5278015,-8.083153 + 147: 17.313126,-7.2411766 + 148: 17.11522,-6.3765907 + 155: 26.049988,-9.055088 + 161: 27.154587,-1.8616428 + 164: 27.446243,-3.5595589 + 217: 15.758438,8.989862 - node: - color: '#DE3A3A96' - id: DiagonalOverlay + color: '#FFFFFFFF' + id: grasssnowc3 decals: - 73: 5,-2 - 74: 5,0 - 75: 8,0 - 76: 8,-2 + 104: 10.491028,5.503256 + 128: 10.006958,-12.051903 + 162: 27.373337,-2.6324768 + 216: 15.185516,8.656528 - type: GridAtmosphere version: 2 data: @@ -9118,8 +9238,6 @@ entities: 0: 144 1,7: 0: 2 - 3,6: - 0: 64 5,5: 0: 64 6,4: @@ -9201,10 +9319,24 @@ entities: 0: 32768 16,1: 0: 273 + 12,5: + 0: 19656 + 12,6: + 0: 50244 + 12,7: + 0: 8 + 13,5: + 0: 4095 + 13,6: + 0: 33399 + 13,7: + 0: 127 13,8: 0: 4 14,5: - 0: 32768 + 0: 37136 + 14,6: + 0: 4369 15,7: 0: 16 12,-3: @@ -12311,6 +12443,17 @@ entities: linkedPorts: 15562: - DoorStatus: DoorBolt + - uid: 29618 + components: + - type: Transform + pos: -13.5,-58.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 28756: + - DoorStatus: DoorBolt - proto: AirlockExternalGlassAtmosphericsLocked entities: - uid: 8424 @@ -12716,6 +12859,18 @@ entities: linkedPorts: 353: - DoorStatus: DoorBolt + - uid: 19233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-55.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 24274: + - DoorStatus: DoorBolt - uid: 20084 components: - type: Transform @@ -12744,6 +12899,18 @@ entities: linkedPorts: 22784: - DoorStatus: DoorBolt + - uid: 24274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-58.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 19233: + - DoorStatus: DoorBolt - uid: 24599 components: - type: Transform @@ -12938,11 +13105,19 @@ entities: rot: 3.141592653589793 rad pos: 30.5,54.5 parent: 2 - - uid: 11412 + - uid: 28756 components: - type: Transform - pos: -13.5,-58.5 + pos: -13.5,-60.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 28765: + - DoorStatus: InputA + - DockStatus: InputA + - DockStatus: InputB + - type: DeviceLinkSink + invokeCounter: 1 - proto: AirlockExternalGlassShuttleLocked entities: - uid: 353 @@ -13223,6 +13398,15 @@ entities: - DoorStatus: DoorBolt 24613: - DoorStatus: DoorBolt +- proto: AirlockFreezer + entities: + - uid: 25240 + components: + - type: Transform + pos: -28.5,-51.5 + parent: 2 + - type: DoorBolt + boltsDown: True - proto: AirlockFreezerLocked entities: - uid: 423 @@ -13721,11 +13905,23 @@ entities: - type: Transform pos: 43.5,27.5 parent: 2 + - uid: 6222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-51.5 + parent: 2 - uid: 7384 components: - type: Transform pos: 26.5,-44.5 parent: 2 + - uid: 10910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-55.5 + parent: 2 - uid: 11965 components: - type: Transform @@ -13942,6 +14138,18 @@ entities: - type: Transform pos: -47.5,-39.5 parent: 2 + - uid: 28735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-47.5 + parent: 2 + - uid: 28745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-51.5 + parent: 2 - proto: AirlockMaintMedLocked entities: - uid: 318 @@ -14470,7 +14678,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -76213.97 + secondsUntilStateChange: -111136.43 state: Opening - uid: 6934 components: @@ -14482,7 +14690,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -76216.6 + secondsUntilStateChange: -111139.06 state: Opening - uid: 6935 components: @@ -14494,7 +14702,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -76215.45 + secondsUntilStateChange: -111137.914 state: Opening - uid: 6936 components: @@ -14505,7 +14713,7 @@ entities: lastSignals: DoorStatus: True - type: Door - secondsUntilStateChange: -76214.67 + secondsUntilStateChange: -111137.13 state: Opening - proto: AirlockTheatreLocked entities: @@ -15936,6 +16144,11 @@ entities: rot: 3.141592653589793 rad pos: 29.5,-35.5 parent: 21002 + - uid: 28757 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 2 - proto: APCHyperCapacity entities: - uid: 8 @@ -16041,6 +16254,11 @@ entities: - type: Transform pos: -19.5,57.5 parent: 2 + - uid: 7770 + components: + - type: Transform + pos: -48.5,-57.5 + parent: 2 - uid: 10309 components: - type: Transform @@ -16526,176 +16744,21 @@ entities: - type: Transform pos: -28.5,-56.5 parent: 2 - - uid: 19233 - components: - - type: Transform - pos: -29.5,-56.5 - parent: 2 - - uid: 19234 - components: - - type: Transform - pos: -30.5,-56.5 - parent: 2 - - uid: 19235 - components: - - type: Transform - pos: -31.5,-56.5 - parent: 2 - - uid: 19236 - components: - - type: Transform - pos: -32.5,-56.5 - parent: 2 - - uid: 19237 - components: - - type: Transform - pos: -33.5,-56.5 - parent: 2 - - uid: 19238 - components: - - type: Transform - pos: -34.5,-56.5 - parent: 2 - - uid: 19239 - components: - - type: Transform - pos: -35.5,-56.5 - parent: 2 - - uid: 19240 - components: - - type: Transform - pos: -36.5,-56.5 - parent: 2 - - uid: 19241 - components: - - type: Transform - pos: -37.5,-56.5 - parent: 2 - uid: 19242 components: - type: Transform pos: -28.5,-57.5 parent: 2 - - uid: 19243 - components: - - type: Transform - pos: -29.5,-57.5 - parent: 2 - - uid: 19244 - components: - - type: Transform - pos: -30.5,-57.5 - parent: 2 - - uid: 19245 - components: - - type: Transform - pos: -31.5,-57.5 - parent: 2 - - uid: 19247 - components: - - type: Transform - pos: -33.5,-57.5 - parent: 2 - - uid: 19248 - components: - - type: Transform - pos: -34.5,-57.5 - parent: 2 - - uid: 19249 - components: - - type: Transform - pos: -35.5,-57.5 - parent: 2 - - uid: 19250 - components: - - type: Transform - pos: -36.5,-57.5 - parent: 2 - uid: 19251 components: - type: Transform pos: -28.5,-58.5 parent: 2 - - uid: 19252 - components: - - type: Transform - pos: -29.5,-58.5 - parent: 2 - - uid: 19253 - components: - - type: Transform - pos: -30.5,-58.5 - parent: 2 - - uid: 19254 - components: - - type: Transform - pos: -31.5,-58.5 - parent: 2 - - uid: 19255 - components: - - type: Transform - pos: -32.5,-58.5 - parent: 2 - - uid: 19256 - components: - - type: Transform - pos: -33.5,-58.5 - parent: 2 - - uid: 19257 - components: - - type: Transform - pos: -34.5,-58.5 - parent: 2 - - uid: 19258 - components: - - type: Transform - pos: -35.5,-58.5 - parent: 2 - uid: 19259 components: - type: Transform pos: -22.5,55.5 parent: 2 - - uid: 19260 - components: - - type: Transform - pos: -29.5,-59.5 - parent: 2 - - uid: 19261 - components: - - type: Transform - pos: -30.5,-59.5 - parent: 2 - - uid: 19262 - components: - - type: Transform - pos: -31.5,-59.5 - parent: 2 - - uid: 19263 - components: - - type: Transform - pos: -32.5,-59.5 - parent: 2 - - uid: 19264 - components: - - type: Transform - pos: -33.5,-59.5 - parent: 2 - - uid: 19265 - components: - - type: Transform - pos: -34.5,-59.5 - parent: 2 - - uid: 19266 - components: - - type: Transform - pos: -35.5,-59.5 - parent: 2 - - uid: 19267 - components: - - type: Transform - pos: -36.5,-59.5 - parent: 2 - uid: 19268 components: - type: Transform @@ -19221,11 +19284,6 @@ entities: - type: Transform pos: 48.5,16.5 parent: 21002 - - uid: 21751 - components: - - type: Transform - pos: 48.5,17.5 - parent: 21002 - uid: 21752 components: - type: Transform @@ -19326,21 +19384,6 @@ entities: - type: Transform pos: 52.5,11.5 parent: 21002 - - uid: 21775 - components: - - type: Transform - pos: 49.5,17.5 - parent: 21002 - - uid: 21776 - components: - - type: Transform - pos: 49.5,18.5 - parent: 21002 - - uid: 21777 - components: - - type: Transform - pos: 49.5,19.5 - parent: 21002 - uid: 21778 components: - type: Transform @@ -21231,6 +21274,16 @@ entities: - type: Transform pos: 8.5,11.5 parent: 21002 + - uid: 23157 + components: + - type: Transform + pos: -41.5,-60.5 + parent: 2 + - uid: 23816 + components: + - type: Transform + pos: -41.5,-63.5 + parent: 2 - uid: 23824 components: - type: Transform @@ -21246,6 +21299,16 @@ entities: - type: Transform pos: 23.5,54.5 parent: 2 + - uid: 24275 + components: + - type: Transform + pos: -41.5,-62.5 + parent: 2 + - uid: 24276 + components: + - type: Transform + pos: -41.5,-61.5 + parent: 2 - uid: 24306 components: - type: Transform @@ -21931,11 +21994,6 @@ entities: - type: Transform pos: 47.5,28.5 parent: 21002 - - uid: 25667 - components: - - type: Transform - pos: 47.5,27.5 - parent: 21002 - uid: 25668 components: - type: Transform @@ -21961,31 +22019,16 @@ entities: - type: Transform pos: 48.5,29.5 parent: 21002 - - uid: 25674 - components: - - type: Transform - pos: 48.5,28.5 - parent: 21002 - uid: 25675 components: - type: Transform pos: 48.5,27.5 parent: 21002 - - uid: 25676 - components: - - type: Transform - pos: 48.5,26.5 - parent: 21002 - uid: 25677 components: - type: Transform pos: 49.5,33.5 parent: 21002 - - uid: 25680 - components: - - type: Transform - pos: 49.5,30.5 - parent: 21002 - uid: 25681 components: - type: Transform @@ -21996,11 +22039,6 @@ entities: - type: Transform pos: 49.5,28.5 parent: 21002 - - uid: 25683 - components: - - type: Transform - pos: 49.5,27.5 - parent: 21002 - uid: 25684 components: - type: Transform @@ -22016,21 +22054,6 @@ entities: - type: Transform pos: 50.5,30.5 parent: 21002 - - uid: 25689 - components: - - type: Transform - pos: 50.5,29.5 - parent: 21002 - - uid: 25691 - components: - - type: Transform - pos: 50.5,27.5 - parent: 21002 - - uid: 25692 - components: - - type: Transform - pos: 50.5,26.5 - parent: 21002 - uid: 25693 components: - type: Transform @@ -22041,51 +22064,16 @@ entities: - type: Transform pos: 51.5,32.5 parent: 21002 - - uid: 25696 - components: - - type: Transform - pos: 51.5,30.5 - parent: 21002 - - uid: 25697 - components: - - type: Transform - pos: 51.5,29.5 - parent: 21002 - - uid: 25698 - components: - - type: Transform - pos: 51.5,28.5 - parent: 21002 - - uid: 25700 - components: - - type: Transform - pos: 51.5,26.5 - parent: 21002 - uid: 25701 components: - type: Transform pos: 52.5,33.5 parent: 21002 - - uid: 25702 - components: - - type: Transform - pos: 52.5,32.5 - parent: 21002 - uid: 25703 components: - type: Transform pos: 52.5,31.5 parent: 21002 - - uid: 25707 - components: - - type: Transform - pos: 52.5,27.5 - parent: 21002 - - uid: 25708 - components: - - type: Transform - pos: 52.5,26.5 - parent: 21002 - uid: 25709 components: - type: Transform @@ -22096,21 +22084,6 @@ entities: - type: Transform pos: 53.5,32.5 parent: 21002 - - uid: 25711 - components: - - type: Transform - pos: 53.5,31.5 - parent: 21002 - - uid: 25712 - components: - - type: Transform - pos: 53.5,30.5 - parent: 21002 - - uid: 25715 - components: - - type: Transform - pos: 53.5,27.5 - parent: 21002 - uid: 25717 components: - type: Transform @@ -22121,21 +22094,6 @@ entities: - type: Transform pos: 54.5,31.5 parent: 21002 - - uid: 25720 - components: - - type: Transform - pos: 54.5,30.5 - parent: 21002 - - uid: 25722 - components: - - type: Transform - pos: 54.5,28.5 - parent: 21002 - - uid: 25724 - components: - - type: Transform - pos: 54.5,26.5 - parent: 21002 - uid: 25725 components: - type: Transform @@ -22156,61 +22114,21 @@ entities: - type: Transform pos: 55.5,30.5 parent: 21002 - - uid: 25730 - components: - - type: Transform - pos: 55.5,28.5 - parent: 21002 - - uid: 25731 - components: - - type: Transform - pos: 55.5,27.5 - parent: 21002 - - uid: 25732 - components: - - type: Transform - pos: 55.5,26.5 - parent: 21002 - uid: 25733 components: - type: Transform pos: 56.5,33.5 parent: 21002 - - uid: 25734 - components: - - type: Transform - pos: 56.5,32.5 - parent: 21002 - uid: 25735 components: - type: Transform pos: 56.5,31.5 parent: 21002 - - uid: 25736 - components: - - type: Transform - pos: 56.5,30.5 - parent: 21002 - - uid: 25737 - components: - - type: Transform - pos: 56.5,29.5 - parent: 21002 - uid: 25738 components: - type: Transform pos: 56.5,28.5 parent: 21002 - - uid: 25739 - components: - - type: Transform - pos: 56.5,27.5 - parent: 21002 - - uid: 25740 - components: - - type: Transform - pos: 56.5,26.5 - parent: 21002 - uid: 25741 components: - type: Transform @@ -22221,31 +22139,11 @@ entities: - type: Transform pos: 57.5,32.5 parent: 21002 - - uid: 25743 - components: - - type: Transform - pos: 57.5,31.5 - parent: 21002 - - uid: 25744 - components: - - type: Transform - pos: 57.5,30.5 - parent: 21002 - uid: 25745 components: - type: Transform pos: 57.5,29.5 parent: 21002 - - uid: 25746 - components: - - type: Transform - pos: 57.5,28.5 - parent: 21002 - - uid: 25747 - components: - - type: Transform - pos: 57.5,27.5 - parent: 21002 - uid: 25749 components: - type: Transform @@ -22266,11 +22164,6 @@ entities: - type: Transform pos: 58.5,30.5 parent: 21002 - - uid: 25753 - components: - - type: Transform - pos: 58.5,29.5 - parent: 21002 - uid: 25754 components: - type: Transform @@ -22296,11 +22189,6 @@ entities: - type: Transform pos: 59.5,28.5 parent: 21002 - - uid: 25763 - components: - - type: Transform - pos: 59.5,27.5 - parent: 21002 - uid: 25764 components: - type: Transform @@ -24816,16 +24704,6 @@ entities: - type: Transform pos: 61.5,29.5 parent: 21002 - - uid: 26382 - components: - - type: Transform - pos: 61.5,28.5 - parent: 21002 - - uid: 26383 - components: - - type: Transform - pos: 61.5,27.5 - parent: 21002 - uid: 26384 components: - type: Transform @@ -24851,11 +24729,6 @@ entities: - type: Transform pos: 61.5,21.5 parent: 21002 - - uid: 26390 - components: - - type: Transform - pos: 61.5,20.5 - parent: 21002 - uid: 26392 components: - type: Transform @@ -24876,11 +24749,6 @@ entities: - type: Transform pos: 60.5,28.5 parent: 21002 - - uid: 26397 - components: - - type: Transform - pos: 60.5,27.5 - parent: 21002 - uid: 26398 components: - type: Transform @@ -24901,11 +24769,6 @@ entities: - type: Transform pos: 60.5,22.5 parent: 21002 - - uid: 26403 - components: - - type: Transform - pos: 60.5,21.5 - parent: 21002 - uid: 26404 components: - type: Transform @@ -24921,11 +24784,6 @@ entities: - type: Transform pos: 59.5,22.5 parent: 21002 - - uid: 26409 - components: - - type: Transform - pos: 59.5,21.5 - parent: 21002 - uid: 26410 components: - type: Transform @@ -24946,31 +24804,11 @@ entities: - type: Transform pos: 58.5,22.5 parent: 21002 - - uid: 26415 - components: - - type: Transform - pos: 58.5,21.5 - parent: 21002 - uid: 26416 components: - type: Transform pos: 58.5,20.5 parent: 21002 - - uid: 26418 - components: - - type: Transform - pos: 57.5,24.5 - parent: 21002 - - uid: 26419 - components: - - type: Transform - pos: 57.5,23.5 - parent: 21002 - - uid: 26420 - components: - - type: Transform - pos: 57.5,22.5 - parent: 21002 - uid: 26421 components: - type: Transform @@ -24991,51 +24829,11 @@ entities: - type: Transform pos: 57.5,14.5 parent: 21002 - - uid: 26431 - components: - - type: Transform - pos: 56.5,23.5 - parent: 21002 - - uid: 26433 - components: - - type: Transform - pos: 56.5,21.5 - parent: 21002 - - uid: 26434 - components: - - type: Transform - pos: 56.5,20.5 - parent: 21002 - - uid: 26436 - components: - - type: Transform - pos: 56.5,18.5 - parent: 21002 - uid: 26439 components: - type: Transform pos: 56.5,15.5 parent: 21002 - - uid: 26440 - components: - - type: Transform - pos: 55.5,25.5 - parent: 21002 - - uid: 26441 - components: - - type: Transform - pos: 55.5,24.5 - parent: 21002 - - uid: 26444 - components: - - type: Transform - pos: 55.5,21.5 - parent: 21002 - - uid: 26445 - components: - - type: Transform - pos: 55.5,20.5 - parent: 21002 - uid: 26446 components: - type: Transform @@ -25051,66 +24849,11 @@ entities: - type: Transform pos: 55.5,14.5 parent: 21002 - - uid: 26452 - components: - - type: Transform - pos: 54.5,25.5 - parent: 21002 - - uid: 26453 - components: - - type: Transform - pos: 54.5,24.5 - parent: 21002 - - uid: 26469 - components: - - type: Transform - pos: 53.5,20.5 - parent: 21002 - - uid: 26475 - components: - - type: Transform - pos: 52.5,25.5 - parent: 21002 - - uid: 26476 - components: - - type: Transform - pos: 52.5,24.5 - parent: 21002 - - uid: 26477 - components: - - type: Transform - pos: 52.5,23.5 - parent: 21002 - - uid: 26479 - components: - - type: Transform - pos: 52.5,21.5 - parent: 21002 - uid: 26482 components: - type: Transform pos: 52.5,18.5 parent: 21002 - - uid: 26486 - components: - - type: Transform - pos: 51.5,25.5 - parent: 21002 - - uid: 26487 - components: - - type: Transform - pos: 51.5,24.5 - parent: 21002 - - uid: 26492 - components: - - type: Transform - pos: 51.5,19.5 - parent: 21002 - - uid: 26493 - components: - - type: Transform - pos: 51.5,18.5 - parent: 21002 - uid: 26494 components: - type: Transform @@ -25121,16 +24864,6 @@ entities: - type: Transform pos: 51.5,16.5 parent: 21002 - - uid: 26496 - components: - - type: Transform - pos: 50.5,25.5 - parent: 21002 - - uid: 26501 - components: - - type: Transform - pos: 50.5,20.5 - parent: 21002 - uid: 26502 components: - type: Transform @@ -25151,36 +24884,11 @@ entities: - type: Transform pos: 50.5,16.5 parent: 21002 - - uid: 26506 - components: - - type: Transform - pos: 49.5,25.5 - parent: 21002 - - uid: 26507 - components: - - type: Transform - pos: 49.5,24.5 - parent: 21002 - - uid: 26508 - components: - - type: Transform - pos: 49.5,23.5 - parent: 21002 - - uid: 26511 - components: - - type: Transform - pos: 49.5,20.5 - parent: 21002 - uid: 26512 components: - type: Transform pos: 49.5,16.5 parent: 21002 - - uid: 26513 - components: - - type: Transform - pos: 48.5,25.5 - parent: 21002 - uid: 26514 components: - type: Transform @@ -25211,11 +24919,6 @@ entities: - type: Transform pos: 46.5,24.5 parent: 21002 - - uid: 26525 - components: - - type: Transform - pos: 46.5,23.5 - parent: 21002 - uid: 26528 components: - type: Transform @@ -30171,6 +29874,11 @@ entities: - type: Transform pos: 62.5,4.5 parent: 21002 + - uid: 28772 + components: + - type: Transform + pos: -42.5,-61.5 + parent: 2 - uid: 29060 components: - type: Transform @@ -30487,10 +30195,10 @@ entities: - type: Transform pos: 50.5,28.5 parent: 21002 - - uid: 25699 + - uid: 25702 components: - type: Transform - pos: 51.5,27.5 + pos: 48.5,17.5 parent: 21002 - uid: 25704 components: @@ -30500,43 +30208,108 @@ entities: - uid: 25705 components: - type: Transform - pos: 52.5,29.5 + pos: 49.5,17.5 parent: 21002 - uid: 25706 components: - type: Transform - pos: 52.5,28.5 + pos: 49.5,18.5 + parent: 21002 + - uid: 25707 + components: + - type: Transform + pos: 49.5,19.5 + parent: 21002 + - uid: 25708 + components: + - type: Transform + pos: 47.5,27.5 + parent: 21002 + - uid: 25711 + components: + - type: Transform + pos: 48.5,28.5 + parent: 21002 + - uid: 25712 + components: + - type: Transform + pos: 48.5,26.5 parent: 21002 - uid: 25713 components: - type: Transform - pos: 53.5,29.5 + pos: 49.5,30.5 parent: 21002 - uid: 25714 components: - type: Transform - pos: 53.5,28.5 + pos: 49.5,27.5 + parent: 21002 + - uid: 25715 + components: + - type: Transform + pos: 50.5,29.5 parent: 21002 - uid: 25721 components: - type: Transform - pos: 54.5,29.5 + pos: 51.5,30.5 parent: 21002 - - uid: 25723 + - uid: 25722 components: - type: Transform - pos: 54.5,27.5 + pos: 51.5,29.5 parent: 21002 - uid: 25729 components: - type: Transform pos: 55.5,29.5 parent: 21002 + - uid: 25730 + components: + - type: Transform + pos: 52.5,32.5 + parent: 21002 + - uid: 25731 + components: + - type: Transform + pos: 56.5,20.5 + parent: 21002 + - uid: 25734 + components: + - type: Transform + pos: 53.5,31.5 + parent: 21002 + - uid: 25736 + components: + - type: Transform + pos: 53.5,30.5 + parent: 21002 + - uid: 25737 + components: + - type: Transform + pos: 50.5,20.5 + parent: 21002 + - uid: 25739 + components: + - type: Transform + pos: 54.5,30.5 + parent: 21002 + - uid: 25753 + components: + - type: Transform + pos: 56.5,32.5 + parent: 21002 - uid: 25758 components: - type: Transform pos: 32.5,-7.5 parent: 21002 + - uid: 25763 + components: + - type: Transform + pos: 56.5,30.5 + parent: 21002 - uid: 25786 components: - type: Transform @@ -30692,6 +30465,46 @@ entities: - type: Transform pos: 42.5,-12.5 parent: 21002 + - uid: 26382 + components: + - type: Transform + pos: 56.5,29.5 + parent: 21002 + - uid: 26397 + components: + - type: Transform + pos: 57.5,31.5 + parent: 21002 + - uid: 26403 + components: + - type: Transform + pos: 57.5,30.5 + parent: 21002 + - uid: 26409 + components: + - type: Transform + pos: 57.5,28.5 + parent: 21002 + - uid: 26415 + components: + - type: Transform + pos: 57.5,27.5 + parent: 21002 + - uid: 26418 + components: + - type: Transform + pos: 58.5,29.5 + parent: 21002 + - uid: 26419 + components: + - type: Transform + pos: 59.5,27.5 + parent: 21002 + - uid: 26420 + components: + - type: Transform + pos: 61.5,28.5 + parent: 21002 - uid: 26422 components: - type: Transform @@ -30712,11 +30525,46 @@ entities: - type: Transform pos: 57.5,17.5 parent: 21002 + - uid: 26429 + components: + - type: Transform + pos: 61.5,27.5 + parent: 21002 + - uid: 26430 + components: + - type: Transform + pos: 61.5,20.5 + parent: 21002 + - uid: 26431 + components: + - type: Transform + pos: 60.5,27.5 + parent: 21002 + - uid: 26432 + components: + - type: Transform + pos: 60.5,21.5 + parent: 21002 + - uid: 26433 + components: + - type: Transform + pos: 59.5,21.5 + parent: 21002 + - uid: 26434 + components: + - type: Transform + pos: 58.5,21.5 + parent: 21002 - uid: 26435 components: - type: Transform pos: 56.5,19.5 parent: 21002 + - uid: 26436 + components: + - type: Transform + pos: 57.5,24.5 + parent: 21002 - uid: 26437 components: - type: Transform @@ -30727,6 +30575,106 @@ entities: - type: Transform pos: 56.5,16.5 parent: 21002 + - uid: 26440 + components: + - type: Transform + pos: 57.5,23.5 + parent: 21002 + - uid: 26441 + components: + - type: Transform + pos: 57.5,22.5 + parent: 21002 + - uid: 26442 + components: + - type: Transform + pos: 56.5,18.5 + parent: 21002 + - uid: 26453 + components: + - type: Transform + pos: 51.5,19.5 + parent: 21002 + - uid: 26454 + components: + - type: Transform + pos: 51.5,18.5 + parent: 21002 + - uid: 26456 + components: + - type: Transform + pos: 49.5,25.5 + parent: 21002 + - uid: 26457 + components: + - type: Transform + pos: 49.5,24.5 + parent: 21002 + - uid: 26458 + components: + - type: Transform + pos: 49.5,23.5 + parent: 21002 + - uid: 26464 + components: + - type: Transform + pos: 49.5,20.5 + parent: 21002 + - uid: 26465 + components: + - type: Transform + pos: 48.5,25.5 + parent: 21002 + - uid: 26466 + components: + - type: Transform + pos: 46.5,23.5 + parent: 21002 + - uid: 26479 + components: + - type: Transform + pos: 54.5,19.5 + parent: 21002 + - uid: 26486 + components: + - type: Transform + pos: 49.5,22.5 + parent: 21002 + - uid: 26487 + components: + - type: Transform + pos: 48.5,22.5 + parent: 21002 + - uid: 26488 + components: + - type: Transform + pos: 48.5,21.5 + parent: 21002 + - uid: 26489 + components: + - type: Transform + pos: 47.5,22.5 + parent: 21002 + - uid: 26492 + components: + - type: Transform + pos: 46.5,22.5 + parent: 21002 + - uid: 26493 + components: + - type: Transform + pos: 45.5,22.5 + parent: 21002 + - uid: 26496 + components: + - type: Transform + pos: 53.5,19.5 + parent: 21002 + - uid: 26497 + components: + - type: Transform + pos: 52.5,19.5 + parent: 21002 - uid: 26805 components: - type: Transform @@ -32286,11 +32234,6 @@ entities: - type: Transform pos: 51.5,31.5 parent: 21002 - - uid: 25716 - components: - - type: Transform - pos: 53.5,26.5 - parent: 21002 - uid: 25767 components: - type: Transform @@ -32421,121 +32364,26 @@ entities: - type: Transform pos: 31.5,11.5 parent: 21002 - - uid: 26432 - components: - - type: Transform - pos: 56.5,22.5 - parent: 21002 - - uid: 26443 - components: - - type: Transform - pos: 55.5,22.5 - parent: 21002 - - uid: 26455 - components: - - type: Transform - pos: 54.5,22.5 - parent: 21002 - - uid: 26456 - components: - - type: Transform - pos: 54.5,21.5 - parent: 21002 - - uid: 26457 - components: - - type: Transform - pos: 54.5,20.5 - parent: 21002 - - uid: 26458 - components: - - type: Transform - pos: 54.5,19.5 - parent: 21002 - - uid: 26464 - components: - - type: Transform - pos: 53.5,25.5 - parent: 21002 - - uid: 26465 - components: - - type: Transform - pos: 53.5,24.5 - parent: 21002 - - uid: 26466 - components: - - type: Transform - pos: 53.5,23.5 - parent: 21002 - - uid: 26467 - components: - - type: Transform - pos: 53.5,22.5 - parent: 21002 - - uid: 26468 - components: - - type: Transform - pos: 53.5,21.5 - parent: 21002 - - uid: 26478 - components: - - type: Transform - pos: 52.5,22.5 - parent: 21002 - - uid: 26489 - components: - - type: Transform - pos: 51.5,22.5 - parent: 21002 - uid: 26491 components: - type: Transform pos: 63.5,-2.5 parent: 21002 - - uid: 26509 - components: - - type: Transform - pos: 49.5,22.5 - parent: 21002 - uid: 26510 components: - type: Transform pos: 49.5,21.5 parent: 21002 - - uid: 26516 - components: - - type: Transform - pos: 48.5,22.5 - parent: 21002 - - uid: 26517 - components: - - type: Transform - pos: 48.5,21.5 - parent: 21002 - - uid: 26521 - components: - - type: Transform - pos: 47.5,22.5 - parent: 21002 - uid: 26522 components: - type: Transform pos: 47.5,21.5 parent: 21002 - - uid: 26526 - components: - - type: Transform - pos: 46.5,22.5 - parent: 21002 - uid: 26527 components: - type: Transform pos: 46.5,21.5 parent: 21002 - - uid: 26532 - components: - - type: Transform - pos: 45.5,22.5 - parent: 21002 - uid: 26533 components: - type: Transform @@ -33794,26 +33642,6 @@ entities: - type: Transform pos: 50.5,32.5 parent: 21002 - - uid: 25239 - components: - - type: Transform - pos: 52.5,20.5 - parent: 21002 - - uid: 25240 - components: - - type: Transform - pos: 51.5,21.5 - parent: 21002 - - uid: 25502 - components: - - type: Transform - pos: 51.5,20.5 - parent: 21002 - - uid: 25537 - components: - - type: Transform - pos: 50.5,21.5 - parent: 21002 - uid: 25848 components: - type: Transform @@ -33979,11 +33807,6 @@ entities: - type: Transform pos: 49.5,31.5 parent: 21002 - - uid: 26972 - components: - - type: Transform - pos: 50.5,22.5 - parent: 21002 - uid: 27062 components: - type: Transform @@ -34101,31 +33924,6 @@ entities: - type: Transform pos: 30.5,-10.5 parent: 21002 - - uid: 26470 - components: - - type: Transform - pos: 53.5,19.5 - parent: 21002 - - uid: 26481 - components: - - type: Transform - pos: 52.5,19.5 - parent: 21002 - - uid: 26488 - components: - - type: Transform - pos: 51.5,23.5 - parent: 21002 - - uid: 26497 - components: - - type: Transform - pos: 50.5,24.5 - parent: 21002 - - uid: 26498 - components: - - type: Transform - pos: 50.5,23.5 - parent: 21002 - uid: 26500 components: - type: Transform @@ -34523,26 +34321,6 @@ entities: - type: Transform pos: 57.5,25.5 parent: 21002 - - uid: 26429 - components: - - type: Transform - pos: 56.5,25.5 - parent: 21002 - - uid: 26430 - components: - - type: Transform - pos: 56.5,24.5 - parent: 21002 - - uid: 26442 - components: - - type: Transform - pos: 55.5,23.5 - parent: 21002 - - uid: 26454 - components: - - type: Transform - pos: 54.5,23.5 - parent: 21002 - uid: 26535 components: - type: Transform @@ -35026,11 +34804,6 @@ entities: parent: 21002 - proto: AtmosDeviceFanDirectional entities: - - uid: 5191 - components: - - type: Transform - pos: -13.5,-58.5 - parent: 2 - uid: 10677 components: - type: Transform @@ -35185,11 +34958,6 @@ entities: - type: Transform pos: 41.5,44.5 parent: 2 - - uid: 28526 - components: - - type: Transform - pos: -47.5,-57.5 - parent: 2 - uid: 28645 components: - type: Transform @@ -35630,186 +35398,11 @@ entities: - type: Transform pos: -52.5,-49.5 parent: 2 - - uid: 28733 - components: - - type: Transform - pos: -46.5,-57.5 - parent: 2 - - uid: 28734 - components: - - type: Transform - pos: -45.5,-57.5 - parent: 2 - - uid: 28735 - components: - - type: Transform - pos: -45.5,-55.5 - parent: 2 - - uid: 28736 - components: - - type: Transform - pos: -45.5,-56.5 - parent: 2 - uid: 28737 components: - type: Transform pos: 60.5,-22.5 parent: 2 - - uid: 28738 - components: - - type: Transform - pos: -43.5,-61.5 - parent: 2 - - uid: 28739 - components: - - type: Transform - pos: -43.5,-60.5 - parent: 2 - - uid: 28740 - components: - - type: Transform - pos: -43.5,-59.5 - parent: 2 - - uid: 28741 - components: - - type: Transform - pos: -43.5,-58.5 - parent: 2 - - uid: 28742 - components: - - type: Transform - pos: -43.5,-57.5 - parent: 2 - - uid: 28743 - components: - - type: Transform - pos: -43.5,-56.5 - parent: 2 - - uid: 28744 - components: - - type: Transform - pos: -44.5,-56.5 - parent: 2 - - uid: 28745 - components: - - type: Transform - pos: -44.5,-57.5 - parent: 2 - - uid: 28746 - components: - - type: Transform - pos: -44.5,-58.5 - parent: 2 - - uid: 28747 - components: - - type: Transform - pos: -44.5,-59.5 - parent: 2 - - uid: 28748 - components: - - type: Transform - pos: -42.5,-56.5 - parent: 2 - - uid: 28749 - components: - - type: Transform - pos: -42.5,-57.5 - parent: 2 - - uid: 28750 - components: - - type: Transform - pos: -41.5,-56.5 - parent: 2 - - uid: 28751 - components: - - type: Transform - pos: -41.5,-57.5 - parent: 2 - - uid: 28752 - components: - - type: Transform - pos: -40.5,-56.5 - parent: 2 - - uid: 28753 - components: - - type: Transform - pos: -40.5,-57.5 - parent: 2 - - uid: 28754 - components: - - type: Transform - pos: -39.5,-56.5 - parent: 2 - - uid: 28755 - components: - - type: Transform - pos: -39.5,-57.5 - parent: 2 - - uid: 28756 - components: - - type: Transform - pos: -38.5,-56.5 - parent: 2 - - uid: 28757 - components: - - type: Transform - pos: -38.5,-57.5 - parent: 2 - - uid: 28758 - components: - - type: Transform - pos: -37.5,-57.5 - parent: 2 - - uid: 28759 - components: - - type: Transform - pos: -37.5,-58.5 - parent: 2 - - uid: 28760 - components: - - type: Transform - pos: -37.5,-59.5 - parent: 2 - - uid: 28761 - components: - - type: Transform - pos: -38.5,-59.5 - parent: 2 - - uid: 28762 - components: - - type: Transform - pos: -39.5,-59.5 - parent: 2 - - uid: 28763 - components: - - type: Transform - pos: -39.5,-58.5 - parent: 2 - - uid: 28764 - components: - - type: Transform - pos: -40.5,-58.5 - parent: 2 - - uid: 28765 - components: - - type: Transform - pos: -38.5,-58.5 - parent: 2 - - uid: 28766 - components: - - type: Transform - pos: -36.5,-58.5 - parent: 2 - - uid: 28767 - components: - - type: Transform - pos: -38.5,-60.5 - parent: 2 - - uid: 28768 - components: - - type: Transform - pos: -38.5,-61.5 - parent: 2 - uid: 28769 components: - type: Transform @@ -35825,11 +35418,6 @@ entities: - type: Transform pos: -36.5,-64.5 parent: 2 - - uid: 28772 - components: - - type: Transform - pos: -32.5,-57.5 - parent: 2 - uid: 28773 components: - type: Transform @@ -36827,6 +36415,11 @@ entities: - type: Transform pos: -21.5,-29.5 parent: 2 + - uid: 25723 + components: + - type: Transform + pos: 54.5,25.5 + parent: 21002 - proto: BedsheetMime entities: - uid: 2272 @@ -36937,30 +36530,6 @@ entities: parent: 2 - proto: BenchComfy entities: - - uid: 4300 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,13.5 - parent: 2 - - uid: 4301 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,14.5 - parent: 2 - - uid: 7436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,13.5 - parent: 2 - - uid: 7797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,14.5 - parent: 2 - uid: 13143 components: - type: Transform @@ -37992,6 +37561,55 @@ entities: - type: Transform pos: -19.495714,58.473736 parent: 2 +- proto: BoxEnvelope + entities: + - uid: 29781 + components: + - type: Transform + pos: 20.457523,-22.344183 + parent: 2 + - uid: 29782 + components: + - type: Transform + pos: 23.447105,-19.38585 + parent: 2 + - uid: 29783 + components: + - type: Transform + pos: 22.947105,-19.38585 + parent: 2 + - uid: 29784 + components: + - type: Transform + pos: 20.457523,-21.937933 + parent: 2 + - uid: 29789 + components: + - type: Transform + pos: 15.718823,-21.078503 + parent: 2 + - uid: 29790 + components: + - type: Transform + pos: 15.437573,-21.078503 + parent: 2 + - uid: 29791 + components: + - type: Transform + pos: 15.437573,-21.078503 + parent: 2 +- proto: BoxFlare + entities: + - uid: 29643 + components: + - type: Transform + pos: 11.253799,-51.322575 + parent: 2 + - uid: 29644 + components: + - type: Transform + pos: 11.253799,-51.322575 + parent: 2 - proto: BoxFolderBase entities: - uid: 11859 @@ -38392,17 +38010,33 @@ entities: - uid: 3061 components: - type: Transform - pos: 22.454304,-4.4470134 - parent: 2 + parent: 3055 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 3062 components: - type: Transform - pos: 22.735554,-4.3220134 + parent: 3055 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: BoxLighttubeHoliday + entities: + - uid: 9677 + components: + - type: Transform + pos: 22.321835,-4.544016 parent: 2 - uid: 28351 components: - type: Transform - pos: 22.655878,-4.524885 + pos: 22.571835,-4.450266 + parent: 2 + - uid: 29719 + components: + - type: Transform + pos: 22.83225,-4.2523494 parent: 2 - proto: BoxMouthSwab entities: @@ -38473,6 +38107,41 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: BriefcaseBrown + entities: + - uid: 29655 + components: + - type: Transform + pos: 13.399594,-57.152386 + parent: 2 + - type: Storage + storedItems: + 29656: + position: 0,0 + _rotation: South + 29657: + position: 1,0 + _rotation: South + 29658: + position: 2,0 + _rotation: South + 29659: + position: 3,0 + _rotation: South + 29660: + position: 4,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 29656 + - 29657 + - 29658 + - 29659 + - 29660 - proto: BrigTimer entities: - uid: 3861 @@ -38506,6 +38175,12 @@ entities: - type: Transform pos: 41.55124,-13.37919 parent: 2 + - uid: 29650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.469707,-55.44047 + parent: 2 - proto: Bucket entities: - uid: 3059 @@ -38559,6 +38234,12 @@ entities: parent: 2 - proto: ButtonFrameExit entities: + - uid: 708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-50.5 + parent: 2 - uid: 10949 components: - type: Transform @@ -46502,6 +46183,21 @@ entities: - type: Transform pos: -35.5,33.5 parent: 2 + - uid: 9971 + components: + - type: Transform + pos: 20.5,-50.5 + parent: 2 + - uid: 9984 + components: + - type: Transform + pos: 20.5,-51.5 + parent: 2 + - uid: 9985 + components: + - type: Transform + pos: 23.5,-51.5 + parent: 2 - uid: 10079 components: - type: Transform @@ -46782,16 +46478,6 @@ entities: - type: Transform pos: 14.5,-38.5 parent: 2 - - uid: 10135 - components: - - type: Transform - pos: 13.5,-38.5 - parent: 2 - - uid: 10136 - components: - - type: Transform - pos: 12.5,-38.5 - parent: 2 - uid: 10137 components: - type: Transform @@ -51387,6 +51073,96 @@ entities: - type: Transform pos: 18.5,37.5 parent: 2 + - uid: 19237 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 + - uid: 19238 + components: + - type: Transform + pos: 12.5,-51.5 + parent: 2 + - uid: 19239 + components: + - type: Transform + pos: 13.5,-51.5 + parent: 2 + - uid: 19244 + components: + - type: Transform + pos: 16.5,-51.5 + parent: 2 + - uid: 19245 + components: + - type: Transform + pos: 15.5,-51.5 + parent: 2 + - uid: 19254 + components: + - type: Transform + pos: 14.5,-51.5 + parent: 2 + - uid: 19255 + components: + - type: Transform + pos: 12.5,-56.5 + parent: 2 + - uid: 19256 + components: + - type: Transform + pos: 12.5,-55.5 + parent: 2 + - uid: 19257 + components: + - type: Transform + pos: 12.5,-54.5 + parent: 2 + - uid: 19258 + components: + - type: Transform + pos: 12.5,-53.5 + parent: 2 + - uid: 19260 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 + - uid: 19261 + components: + - type: Transform + pos: 10.5,-53.5 + parent: 2 + - uid: 19262 + components: + - type: Transform + pos: 8.5,-53.5 + parent: 2 + - uid: 19263 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 2 + - uid: 19264 + components: + - type: Transform + pos: 7.5,-53.5 + parent: 2 + - uid: 19265 + components: + - type: Transform + pos: 7.5,-52.5 + parent: 2 + - uid: 19266 + components: + - type: Transform + pos: 7.5,-51.5 + parent: 2 + - uid: 19267 + components: + - type: Transform + pos: 7.5,-50.5 + parent: 2 - uid: 19517 components: - type: Transform @@ -53197,6 +52973,16 @@ entities: - type: Transform pos: -59.5,-2.5 parent: 2 + - uid: 24280 + components: + - type: Transform + pos: -13.5,-57.5 + parent: 2 + - uid: 24283 + components: + - type: Transform + pos: 24.5,-51.5 + parent: 2 - uid: 24300 components: - type: Transform @@ -55867,6 +55653,11 @@ entities: - type: Transform pos: -31.5,9.5 parent: 2 + - uid: 28752 + components: + - type: Transform + pos: 17.5,-51.5 + parent: 2 - uid: 28908 components: - type: Transform @@ -56257,6 +56048,116 @@ entities: - type: Transform pos: 37.5,-19.5 parent: 2 + - uid: 29622 + components: + - type: Transform + pos: -13.5,-58.5 + parent: 2 + - uid: 29623 + components: + - type: Transform + pos: -13.5,-59.5 + parent: 2 + - uid: 29625 + components: + - type: Transform + pos: 17.5,-50.5 + parent: 2 + - uid: 29640 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 29645 + components: + - type: Transform + pos: 9.5,-56.5 + parent: 2 + - uid: 29646 + components: + - type: Transform + pos: 11.5,-56.5 + parent: 2 + - uid: 29647 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 2 + - uid: 29648 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - uid: 29651 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 29652 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 2 + - uid: 29670 + components: + - type: Transform + pos: 7.5,-37.5 + parent: 2 + - uid: 29671 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 2 + - uid: 29708 + components: + - type: Transform + pos: -32.5,-54.5 + parent: 2 + - uid: 29709 + components: + - type: Transform + pos: -32.5,-55.5 + parent: 2 + - uid: 29710 + components: + - type: Transform + pos: -32.5,-56.5 + parent: 2 + - uid: 29711 + components: + - type: Transform + pos: -32.5,-57.5 + parent: 2 + - uid: 29712 + components: + - type: Transform + pos: -31.5,-57.5 + parent: 2 + - uid: 29713 + components: + - type: Transform + pos: -35.5,-54.5 + parent: 2 + - uid: 29714 + components: + - type: Transform + pos: -35.5,-55.5 + parent: 2 + - uid: 29715 + components: + - type: Transform + pos: -35.5,-56.5 + parent: 2 + - uid: 29716 + components: + - type: Transform + pos: -35.5,-57.5 + parent: 2 + - uid: 29717 + components: + - type: Transform + pos: -35.5,-58.5 + parent: 2 - proto: CableApcStack1 entities: - uid: 23589 @@ -69670,6 +69571,76 @@ entities: - type: Transform pos: 34.5,-13.5 parent: 2 + - uid: 29672 + components: + - type: Transform + pos: 15.5,-41.5 + parent: 2 + - uid: 29673 + components: + - type: Transform + pos: 15.5,-40.5 + parent: 2 + - uid: 29674 + components: + - type: Transform + pos: 15.5,-39.5 + parent: 2 + - uid: 29675 + components: + - type: Transform + pos: 15.5,-38.5 + parent: 2 + - uid: 29676 + components: + - type: Transform + pos: 14.5,-38.5 + parent: 2 + - uid: 29677 + components: + - type: Transform + pos: 13.5,-38.5 + parent: 2 + - uid: 29678 + components: + - type: Transform + pos: 12.5,-38.5 + parent: 2 + - uid: 29679 + components: + - type: Transform + pos: 11.5,-38.5 + parent: 2 + - uid: 29680 + components: + - type: Transform + pos: 10.5,-38.5 + parent: 2 + - uid: 29681 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 2 + - uid: 29682 + components: + - type: Transform + pos: 8.5,-38.5 + parent: 2 + - uid: 29683 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 29685 + components: + - type: Transform + pos: 7.5,-37.5 + parent: 2 + - uid: 29686 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 2 - proto: CableTerminal entities: - uid: 6405 @@ -69862,20 +69833,6 @@ entities: rot: 1.5707963267948966 rad pos: 24.853247,-7.876135 parent: 2 -- proto: CandleBlue - entities: - - uid: 23366 - components: - - type: Transform - rot: 18.84955592153876 rad - pos: 13.691639,14.214562 - parent: 2 - - uid: 23367 - components: - - type: Transform - rot: 18.84955592153876 rad - pos: 14.254139,14.047895 - parent: 2 - proto: CandleRedInfinite entities: - uid: 983 @@ -69922,6 +69879,13 @@ entities: rot: 3.141592653589793 rad pos: 22.854074,-14.566754 parent: 2 +- proto: Cane + entities: + - uid: 678 + components: + - type: Transform + pos: -34.42884,-51.476437 + parent: 2 - proto: CannabisSeeds entities: - uid: 22742 @@ -70402,6 +70366,21 @@ entities: parent: 2 - proto: CarpetBlue entities: + - uid: 366 + components: + - type: Transform + pos: 15.5,12.5 + parent: 2 + - uid: 372 + components: + - type: Transform + pos: 12.5,12.5 + parent: 2 + - uid: 471 + components: + - type: Transform + pos: 12.5,15.5 + parent: 2 - uid: 2676 components: - type: Transform @@ -70564,6 +70543,11 @@ entities: - type: Transform pos: -19.5,-3.5 parent: 2 + - uid: 23370 + components: + - type: Transform + pos: 15.5,15.5 + parent: 2 - proto: CarpetChapel entities: - uid: 773 @@ -70656,13 +70640,13 @@ entities: - uid: 915 components: - type: Transform - pos: 20.5,-20.5 + rot: 3.141592653589793 rad + pos: 21.5,-19.5 parent: 2 - uid: 916 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-19.5 + pos: 20.5,-20.5 parent: 2 - uid: 919 components: @@ -70756,6 +70740,28 @@ entities: - type: Transform pos: 19.5,-22.5 parent: 2 +- proto: CarpetCyan + entities: + - uid: 371 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 470 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 + - uid: 709 + components: + - type: Transform + pos: 13.5,14.5 + parent: 2 + - uid: 19183 + components: + - type: Transform + pos: 14.5,14.5 + parent: 2 - proto: CarpetGreen entities: - uid: 714 @@ -71631,53 +71637,20 @@ entities: parent: 2 - proto: CarpetSBlue entities: - - uid: 366 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,14.5 - parent: 2 - uid: 367 components: - type: Transform - rot: 3.141592653589793 rad pos: 12.5,13.5 parent: 2 - - uid: 368 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,14.5 - parent: 2 - - uid: 369 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,13.5 - parent: 2 - - uid: 370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,14.5 - parent: 2 - - uid: 371 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,13.5 - parent: 2 - - uid: 372 + - uid: 469 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,14.5 + pos: 13.5,15.5 parent: 2 - - uid: 373 + - uid: 710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,13.5 + pos: 14.5,15.5 parent: 2 - uid: 1562 components: @@ -71794,6 +71767,31 @@ entities: - type: Transform pos: 25.5,13.5 parent: 2 + - uid: 19182 + components: + - type: Transform + pos: 12.5,14.5 + parent: 2 + - uid: 19184 + components: + - type: Transform + pos: 15.5,13.5 + parent: 2 + - uid: 23371 + components: + - type: Transform + pos: 15.5,14.5 + parent: 2 + - uid: 23413 + components: + - type: Transform + pos: 14.5,12.5 + parent: 2 + - uid: 23414 + components: + - type: Transform + pos: 13.5,12.5 + parent: 2 - proto: CarrotSeeds entities: - uid: 22759 @@ -71810,6 +71808,11 @@ entities: parent: 21002 - proto: Catwalk entities: + - uid: 499 + components: + - type: Transform + pos: -12.5,-59.5 + parent: 2 - uid: 739 components: - type: Transform @@ -73715,6 +73718,24 @@ entities: rot: -1.5707963267948966 rad pos: 66.5,-7.5 parent: 2 + - uid: 16088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-56.5 + parent: 2 + - uid: 16089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-58.5 + parent: 2 + - uid: 16150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-57.5 + parent: 2 - uid: 16575 components: - type: Transform @@ -74934,6 +74955,12 @@ entities: rot: 1.5707963267948966 rad pos: -36.5,-26.5 parent: 2 + - uid: 18964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-56.5 + parent: 2 - uid: 18981 components: - type: Transform @@ -74954,6 +74981,11 @@ entities: - type: Transform pos: 34.5,46.5 parent: 2 + - uid: 19236 + components: + - type: Transform + pos: -14.5,-59.5 + parent: 2 - uid: 19640 components: - type: Transform @@ -75060,6 +75092,11 @@ entities: - type: Transform pos: -6.5,46.5 parent: 2 + - uid: 24291 + components: + - type: Transform + pos: -11.5,-59.5 + parent: 2 - uid: 24549 components: - type: Transform @@ -75361,6 +75398,11 @@ entities: rot: 3.141592653589793 rad pos: 57.5,-31.5 parent: 2 + - uid: 28755 + components: + - type: Transform + pos: -13.5,-59.5 + parent: 2 - uid: 29021 components: - type: Transform @@ -75572,12 +75614,6 @@ entities: rot: 3.141592653589793 rad pos: -4.5,14.5 parent: 2 - - uid: 499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,14.5 - parent: 2 - uid: 1186 components: - type: Transform @@ -75893,6 +75929,21 @@ entities: rot: 1.5707963267948966 rad pos: -19.415798,36.559143 parent: 2 + - uid: 29626 + components: + - type: Transform + pos: 18.499441,-51.329407 + parent: 2 + - uid: 29627 + components: + - type: Transform + pos: 17.627308,-51.389763 + parent: 2 + - uid: 29663 + components: + - type: Transform + pos: 10.203269,-53.40573 + parent: 2 - proto: ChairFoldingSpawnFolded entities: - uid: 6852 @@ -75919,6 +75970,11 @@ entities: rot: 3.141592653589793 rad pos: 31.434769,-34.426872 parent: 21002 + - uid: 29668 + components: + - type: Transform + pos: 12.050197,-51.25038 + parent: 2 - proto: ChairGreyscale entities: - uid: 342 @@ -76288,6 +76344,17 @@ entities: parent: 2 - proto: ChairWood entities: + - uid: 370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.550555,13.863621 + parent: 2 + - uid: 373 + components: + - type: Transform + pos: 15.602639,14.905288 + parent: 2 - uid: 483 components: - type: Transform @@ -76498,10 +76565,11 @@ entities: rot: 1.5707963267948966 rad pos: -56.5,-38.5 parent: 2 - - uid: 19169 + - uid: 23372 components: - type: Transform - pos: -30.5,-49.5 + rot: -1.5707963267948966 rad + pos: 15.352639,12.728205 parent: 2 - uid: 23851 components: @@ -76544,6 +76612,18 @@ entities: rot: -1.5707963267948966 rad pos: -11.415989,15.293785 parent: 2 + - uid: 29637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.49239,-56.44371 + parent: 2 + - uid: 29638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.534056,-57.44371 + parent: 2 - proto: CheapLighter entities: - uid: 24161 @@ -76711,6 +76791,18 @@ entities: rot: 3.141592653589793 rad pos: 10.137915,37.803234 parent: 2 +- proto: CigaretteIpecac + entities: + - uid: 677 + components: + - type: Transform + pos: 15.48577,12.404148 + parent: 2 + - uid: 29754 + components: + - type: Transform + pos: 24.674242,16.916597 + parent: 2 - proto: CigaretteSpent entities: - uid: 11535 @@ -76805,6 +76897,41 @@ entities: - type: Transform pos: -5.5,22.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 608 + - 607 + - 604 + - 476 + - 609 + - 610 + - 611 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: ClosetEmergencyFilledRandom entities: - uid: 3478 @@ -76857,11 +76984,6 @@ entities: - type: Transform pos: -47.5,-43.5 parent: 2 - - uid: 18964 - components: - - type: Transform - pos: -14.5,-57.5 - parent: 2 - uid: 18970 components: - type: Transform @@ -76897,6 +77019,11 @@ entities: - type: Transform pos: -19.5,-51.5 parent: 2 + - uid: 19034 + components: + - type: Transform + pos: -36.5,-56.5 + parent: 2 - uid: 19035 components: - type: Transform @@ -76947,6 +77074,11 @@ entities: - type: Transform pos: 6.5,-3.5 parent: 21002 + - uid: 29620 + components: + - type: Transform + pos: -14.5,-59.5 + parent: 2 - proto: ClosetEmergencyN2FilledRandom entities: - uid: 18065 @@ -76974,10 +77106,10 @@ entities: - type: Transform pos: -43.5,-54.5 parent: 2 - - uid: 28422 + - uid: 29619 components: - type: Transform - pos: -11.5,-56.5 + pos: -11.5,-59.5 parent: 2 - proto: ClosetFireFilled entities: @@ -77104,8 +77236,8 @@ entities: immutable: False temperature: 293.14697 moles: - - 1.8856695 - - 7.0937095 + - 1.8968438 + - 7.1357465 - 0 - 0 - 0 @@ -77122,11 +77254,13 @@ entities: showEnts: False occludes: True ents: - - 3075 - - 3060 - - 3059 - - 3076 + - 3062 + - 3061 - 3077 + - 3076 + - 3059 + - 3060 + - 3075 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -77413,11 +77547,6 @@ entities: - type: Transform pos: 38.5,39.5 parent: 2 - - uid: 19168 - components: - - type: Transform - pos: -36.5,-49.5 - parent: 2 - uid: 23747 components: - type: Transform @@ -77428,6 +77557,11 @@ entities: - type: Transform pos: 25.5,-30.5 parent: 2 + - uid: 24282 + components: + - type: Transform + pos: -11.5,-56.5 + parent: 2 - proto: ClosetRadiationSuitFilled entities: - uid: 9793 @@ -77632,13 +77766,6 @@ entities: - type: Transform pos: -11.381896,-50.376205 parent: 2 -- proto: ClothingHeadHatAnimalCat - entities: - - uid: 19173 - components: - - type: Transform - pos: -31.40513,-49.507557 - parent: 2 - proto: ClothingHeadHatBrownFlatcap entities: - uid: 2101 @@ -77723,13 +77850,6 @@ entities: - type: Transform pos: 40.36555,-29.311775 parent: 2 -- proto: ClothingHeadHatFedoraBrown - entities: - - uid: 19172 - components: - - type: Transform - pos: -31.34263,-50.09089 - parent: 2 - proto: ClothingHeadHatFez entities: - uid: 3133 @@ -77794,6 +77914,15 @@ entities: - type: Transform pos: 19.531092,-8.031752 parent: 2 +- proto: ClothingHeadHatJester + entities: + - uid: 29721 + components: + - type: Transform + parent: 2258 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingHeadHatOrangesoftFlipped entities: - uid: 24232 @@ -77823,6 +77952,144 @@ entities: - type: Transform pos: -23.582691,21.820213 parent: 2 +- proto: ClothingHeadHatSantahat + entities: + - uid: 17704 + components: + - type: Transform + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 17707 + components: + - type: Transform + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29722 + components: + - type: Transform + parent: 4810 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29724 + components: + - type: Transform + parent: 4284 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29727 + components: + - type: Transform + parent: 4285 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29728 + components: + - type: Transform + parent: 4286 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29730 + components: + - type: Transform + parent: 4287 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29733 + components: + - type: Transform + parent: 4288 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29735 + components: + - type: Transform + parent: 4289 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29737 + components: + - type: Transform + parent: 3733 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29739 + components: + - type: Transform + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29740 + components: + - type: Transform + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29741 + components: + - type: Transform + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29742 + components: + - type: Transform + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29743 + components: + - type: Transform + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29744 + components: + - type: Transform + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29745 + components: + - type: Transform + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29746 + components: + - type: Transform + parent: 3510 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29750 + components: + - type: Transform + pos: 24.007574,14.62493 + parent: 2 + - uid: 29752 + components: + - type: Transform + pos: 8.4962225,-19.14951 + parent: 2 - proto: ClothingHeadHatSecsoft entities: - uid: 28509 @@ -77830,6 +78097,13 @@ entities: - type: Transform pos: 19.506287,-46.321068 parent: 21002 +- proto: ClothingHeadHatTophat + entities: + - uid: 25698 + components: + - type: Transform + pos: -34.607437,-51.299355 + parent: 2 - proto: ClothingHeadHatWatermelon entities: - uid: 19136 @@ -77988,13 +78262,6 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage -- proto: ClothingNeckTieRed - entities: - - uid: 19183 - components: - - type: Transform - pos: -34.49993,-49.359425 - parent: 2 - proto: ClothingOuterArmorBulletproof entities: - uid: 4261 @@ -78041,13 +78308,6 @@ entities: - type: Transform pos: 32.51363,-25.606247 parent: 2 -- proto: ClothingOuterCoatDetectiveLoadout - entities: - - uid: 19186 - components: - - type: Transform - pos: -33.359306,-49.4063 - parent: 2 - proto: ClothingOuterCoatExpensive entities: - uid: 24200 @@ -78084,6 +78344,64 @@ entities: parent: 3516 - type: Physics canCollide: False +- proto: ClothingOuterSanta + entities: + - uid: 29723 + components: + - type: Transform + parent: 4810 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29725 + components: + - type: Transform + parent: 4284 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29726 + components: + - type: Transform + parent: 4285 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29729 + components: + - type: Transform + parent: 4286 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29732 + components: + - type: Transform + parent: 4287 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29734 + components: + - type: Transform + parent: 4288 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29736 + components: + - type: Transform + parent: 4289 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 29738 + components: + - type: Transform + parent: 3733 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingOuterSuitChicken entities: - uid: 21003 @@ -78218,13 +78536,6 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage -- proto: ClothingUniformJumpskirtDetective - entities: - - uid: 19184 - components: - - type: Transform - pos: -33.828056,-49.2813 - parent: 2 - proto: ClothingUniformJumpskirtPrisoner entities: - uid: 22413 @@ -78263,13 +78574,15 @@ entities: parent: 22424 - type: Physics canCollide: False -- proto: ClothingUniformJumpsuitDetective +- proto: ClothingUniformJumpsuitJester entities: - - uid: 19185 + - uid: 29720 components: - type: Transform - pos: -33.828056,-49.31255 - parent: 2 + parent: 2258 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ClothingUniformJumpsuitMonasticRobeDark entities: - uid: 8698 @@ -78394,6 +78707,16 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage + - uid: 26470 + components: + - type: Transform + pos: 53.157196,25.971893 + parent: 21002 + - uid: 26476 + components: + - type: Transform + pos: 53.750946,25.961475 + parent: 21002 - proto: Cobweb1 entities: - uid: 2183 @@ -78644,12 +78967,6 @@ entities: rot: 3.141592653589793 rad pos: -9.5,52.5 parent: 2 - - uid: 7770 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,52.5 - parent: 2 - uid: 7771 components: - type: Transform @@ -78754,6 +79071,13 @@ entities: - type: Transform pos: 61.47509,22.204893 parent: 2 +- proto: CommsComputerCircuitboard + entities: + - uid: 10136 + components: + - type: Transform + pos: -47.47978,-22.010695 + parent: 2 - proto: ComputerAlert entities: - uid: 9322 @@ -79934,8 +80258,8 @@ entities: immutable: False temperature: 234.99821 moles: - - 1.8856695 - - 7.0937095 + - 1.8968438 + - 7.1357465 - 0 - 0 - 0 @@ -79960,6 +80284,9 @@ entities: - 5646 - 1580 - 1595 + - 673 + - 672 + - 674 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -79974,33 +80301,14 @@ entities: - type: Transform pos: -20.5,3.5 parent: 2 - - type: Fixtures - fixtures: - fix1: - shape: !type:PolygonShape - radius: 0.01 - vertices: - - -0.4,-0.4 - - 0.4,-0.4 - - 0.4,0.29 - - -0.4,0.29 - mask: - - Impassable - - HighImpassable - - LowImpassable - layer: - - BulletImpassable - - Opaque - density: 50 - hard: True - restitution: 0 - friction: 0.4 - type: EntityStorage air: volume: 200 immutable: False - temperature: 75.31249 + temperature: 293.14777 moles: + - 1.7459903 + - 6.568249 - 0 - 0 - 0 @@ -80011,12 +80319,37 @@ entities: - 0 - 0 - 0 - - 0 - - 0 - open: True - removedMasks: 20 - - type: PlaceableSurface - isPlaceable: True + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 29226 + - 29232 + - 29227 + - 29229 + - 29228 + - 9338 + - 9336 + - 9337 + - 9335 + - 29237 + - 9339 + - 29231 + - 29225 + - 29234 + - 29224 + - 29233 + - 29236 + - 29235 + - 29238 + - 29239 + - 29230 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 10269 components: - type: Transform @@ -80064,6 +80397,13 @@ entities: showEnts: False occludes: True ent: null +- proto: CrateFunBoxing + entities: + - uid: 29662 + components: + - type: Transform + pos: 6.5,-53.5 + parent: 2 - proto: CrateGenericSteel entities: - uid: 13200 @@ -80158,19 +80498,19 @@ entities: - type: Transform pos: 31.5,-41.5 parent: 2 -- proto: CrateNPCGoose +- proto: CrateNPCHamlet entities: - - uid: 3950 + - uid: 29411 components: - type: Transform - pos: 7.5,-37.5 + pos: 20.5,5.5 parent: 2 -- proto: CrateNPCHamlet +- proto: CrateNPCParrot entities: - - uid: 29411 + - uid: 675 components: - type: Transform - pos: 20.5,5.5 + pos: 7.5,-37.5 parent: 2 - proto: CratePermaEscapeSpawner entities: @@ -80184,6 +80524,16 @@ entities: - type: Transform pos: 57.5,-1.5 parent: 21002 + - uid: 26443 + components: + - type: Transform + pos: 52.5,25.5 + parent: 21002 + - uid: 26452 + components: + - type: Transform + pos: 52.5,24.5 + parent: 21002 - uid: 26523 components: - type: Transform @@ -80473,6 +80823,13 @@ entities: - type: Transform pos: 38.5,-19.5 parent: 2 +- proto: CrateServiceBureaucracy + entities: + - uid: 29667 + components: + - type: Transform + pos: -33.5,-58.5 + parent: 2 - proto: CrateServicePersonnel entities: - uid: 3510 @@ -80480,6 +80837,44 @@ entities: - type: Transform pos: 42.5,-9.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 17704 + - 17707 + - 29739 + - 29740 + - 29741 + - 29742 + - 29743 + - 29744 + - 29745 + - 29746 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: CrateStoneGrave entities: - uid: 1266 @@ -80864,6 +81259,18 @@ entities: - type: Transform pos: -47.437134,-23.804716 parent: 2 +- proto: DecoratedFirTree + entities: + - uid: 22999 + components: + - type: Transform + pos: -5.5,11.5 + parent: 2 + - uid: 26511 + components: + - type: Transform + pos: 16.5,-2.5 + parent: 21002 - proto: DefaultStationBeacon entities: - uid: 11587 @@ -81376,6 +81783,11 @@ entities: - type: Transform pos: -28.707756,31.3165 parent: 2 + - uid: 29661 + components: + - type: Transform + pos: 13.378761,-56.183636 + parent: 2 - proto: DiseaseDiagnoser entities: - uid: 1252 @@ -81885,6 +82297,12 @@ entities: rot: 1.5707963267948966 rad pos: -36.5,-2.5 parent: 2 + - uid: 29777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-23.5 + parent: 2 - proto: DisposalJunction entities: - uid: 1202 @@ -87148,12 +87566,6 @@ entities: rot: 3.141592653589793 rad pos: 0.5,-22.5 parent: 2 - - uid: 17704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-23.5 - parent: 2 - uid: 17705 components: - type: Transform @@ -87166,12 +87578,6 @@ entities: rot: 3.141592653589793 rad pos: 0.5,-25.5 parent: 2 - - uid: 17707 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-26.5 - parent: 2 - uid: 17708 components: - type: Transform @@ -88343,6 +88749,141 @@ entities: rot: 3.141592653589793 rad pos: 5.5,31.5 parent: 2 + - uid: 29748 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 29757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-23.5 + parent: 2 + - uid: 29758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-23.5 + parent: 2 + - uid: 29759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-23.5 + parent: 2 + - uid: 29760 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-23.5 + parent: 2 + - uid: 29761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-23.5 + parent: 2 + - uid: 29762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-23.5 + parent: 2 + - uid: 29763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-23.5 + parent: 2 + - uid: 29764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-23.5 + parent: 2 + - uid: 29765 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-23.5 + parent: 2 + - uid: 29766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-23.5 + parent: 2 + - uid: 29767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-23.5 + parent: 2 + - uid: 29768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-23.5 + parent: 2 + - uid: 29769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-23.5 + parent: 2 + - uid: 29770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-23.5 + parent: 2 + - uid: 29771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-23.5 + parent: 2 + - uid: 29772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-23.5 + parent: 2 + - uid: 29773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-23.5 + parent: 2 + - uid: 29774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-23.5 + parent: 2 + - uid: 29775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-23.5 + parent: 2 + - uid: 29776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-23.5 + parent: 2 + - uid: 29779 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 2 + - uid: 29780 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 2 - proto: DisposalRouter entities: - uid: 16559 @@ -88366,6 +88907,7 @@ entities: - Chemistry - Robotics - Science + - Chapel - uid: 16561 components: - type: Transform @@ -88482,6 +89024,15 @@ entities: - type: DisposalRouter tags: - Cargo + - uid: 29747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-23.5 + parent: 2 + - type: DisposalRouter + tags: + - Chapel - proto: DisposalRouterFlipped entities: - uid: 15510 @@ -88936,6 +89487,11 @@ entities: - type: Transform pos: 11.5,34.5 parent: 2 + - uid: 29778 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 2 - proto: DisposalUnit entities: - uid: 434 @@ -89621,33 +90177,45 @@ entities: - uid: 29228 components: - type: Transform - pos: -20.644224,3.4633021 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 29229 components: - type: Transform - pos: -20.373392,3.4320521 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 29230 components: - type: Transform - pos: -20.269224,3.473719 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 29231 components: - type: Transform - pos: -20.508808,3.5258021 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 29232 components: - type: Transform - pos: -20.550474,3.4633021 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 29233 components: - type: Transform - pos: -20.477558,3.3695521 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkBottleBeer entities: - uid: 23755 @@ -89674,19 +90242,15 @@ entities: - type: Transform pos: 38.62831,16.89455 parent: 2 - - uid: 23370 - components: - - type: Transform - rot: 18.84955592153876 rad - pos: 13.983306,14.287479 - parent: 2 - proto: DrinkCoconutWaterCarton entities: - uid: 29234 components: - type: Transform - pos: -20.467142,3.5466356 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkCognacBottleFull entities: - uid: 23228 @@ -89701,13 +90265,22 @@ entities: - type: Transform pos: -37.570995,-44.208107 parent: 2 -- proto: DrinkDetFlask +- proto: DrinkCreamCarton entities: - - uid: 19174 + - uid: 799 components: - type: Transform - pos: -31.531183,-50.453175 - parent: 2 + parent: 794 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 1270 + components: + - type: Transform + parent: 794 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkDrGibbCan entities: - uid: 28307 @@ -89732,13 +90305,17 @@ entities: - uid: 29224 components: - type: Transform - pos: -20.540058,3.4008021 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 29226 components: - type: Transform - pos: -20.696308,3.4945521 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkFlask entities: - uid: 23421 @@ -89774,13 +90351,17 @@ entities: - uid: 29225 components: - type: Transform - pos: -20.467142,3.5466356 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 29227 components: - type: Transform - pos: -20.227558,3.3278856 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkGildlagerBottleFull entities: - uid: 10386 @@ -89915,12 +90496,48 @@ entities: - uid: 29236 components: - type: Transform - pos: -20.310892,3.7028856 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 29237 components: - type: Transform - pos: -20.487974,3.4841356 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: DrinkHotCoco + entities: + - uid: 676 + components: + - type: Transform + pos: -21.261883,9.235521 + parent: 2 + - uid: 699 + components: + - type: Transform + pos: -21.2098,10.298021 + parent: 2 + - uid: 700 + components: + - type: Transform + pos: -21.220217,9.714688 + parent: 2 + - uid: 21775 + components: + - type: Transform + pos: -17.519993,5.520746 + parent: 2 + - uid: 21776 + components: + - type: Transform + pos: -17.53041,8.541579 + parent: 2 + - uid: 21777 + components: + - type: Transform + pos: -17.46791,7.5728292 parent: 2 - proto: DrinkIceBucket entities: @@ -89934,13 +90551,17 @@ entities: - uid: 29238 components: - type: Transform - pos: -20.529642,3.6716356 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 29239 components: - type: Transform - pos: -20.633808,3.536219 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkJar entities: - uid: 2398 @@ -89978,10 +90599,10 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 23816 + - uid: 24277 components: - type: Transform - pos: -37.405224,-59.512615 + pos: -44.63981,-59.604824 parent: 2 - proto: DrinkJigger entities: @@ -90014,15 +90635,19 @@ entities: - uid: 9339 components: - type: Transform - pos: -20.5,3.5 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkJuiceTomatoCarton entities: - uid: 9337 components: - type: Transform - pos: -20.5,3.5 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkLithiumFlask entities: - uid: 2098 @@ -90041,6 +90666,25 @@ entities: parent: 2 - proto: DrinkMilkCarton entities: + - uid: 704 + components: + - type: Transform + pos: -32.464886,-49.304474 + parent: 2 + - uid: 795 + components: + - type: Transform + parent: 794 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 796 + components: + - type: Transform + parent: 794 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 3398 components: - type: Transform @@ -90079,13 +90723,17 @@ entities: - uid: 9335 components: - type: Transform - pos: -20.5,3.5 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 9336 components: - type: Transform - pos: -20.5,3.5 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkMopwataBottleRandom entities: - uid: 42 @@ -90116,6 +90764,13 @@ entities: parent: 21002 - proto: DrinkOatMilkCarton entities: + - uid: 4301 + components: + - type: Transform + parent: 3950 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 5280 components: - type: Transform @@ -90130,11 +90785,20 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage + - uid: 7436 + components: + - type: Transform + parent: 3950 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 9338 components: - type: Transform - pos: -20.5,3.5 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkPatronBottleFull entities: - uid: 23231 @@ -90260,6 +90924,22 @@ entities: - type: Transform pos: -37.258495,-44.176857 parent: 2 +- proto: DrinkSoyMilkCarton + entities: + - uid: 4300 + components: + - type: Transform + parent: 3950 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 7797 + components: + - type: Transform + parent: 3950 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkTequilaBottleFull entities: - uid: 7684 @@ -90288,16 +90968,6 @@ entities: parent: 2 - proto: DrinkVodkaBottleFull entities: - - uid: 19170 - components: - - type: Transform - pos: -30.46763,-50.21589 - parent: 2 - - uid: 19171 - components: - - type: Transform - pos: -30.884296,-50.14297 - parent: 2 - uid: 23230 components: - type: Transform @@ -90417,8 +91087,10 @@ entities: - uid: 29235 components: - type: Transform - pos: -20.644224,3.5466356 - parent: 2 + parent: 9334 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: DrinkWineGlass entities: - uid: 23356 @@ -90431,16 +91103,6 @@ entities: - type: Transform pos: 38.25496,16.711338 parent: 2 - - uid: 23371 - components: - - type: Transform - pos: 13.452056,14.016645 - parent: 2 - - uid: 23372 - components: - - type: Transform - pos: 14.535389,14.214562 - parent: 2 - proto: DungeonMasterCircuitBoard entities: - uid: 29445 @@ -91770,11 +92432,6 @@ entities: - type: Transform pos: -6.5,-54.5 parent: 2 - - uid: 19178 - components: - - type: Transform - pos: -32.328056,-49.5 - parent: 2 - proto: filingCabinetRandom entities: - uid: 2692 @@ -91799,16 +92456,6 @@ entities: occludes: True ents: - 10837 - - uid: 19175 - components: - - type: Transform - pos: -35.203056,-49.5 - parent: 2 - - uid: 19176 - components: - - type: Transform - pos: -35.96868,-49.5 - parent: 2 - uid: 29260 components: - type: Transform @@ -91847,13 +92494,6 @@ entities: ents: - 29262 - 15048 -- proto: filingCabinetTall - entities: - - uid: 19177 - components: - - type: Transform - pos: -35.609306,-49.5 - parent: 2 - proto: filingCabinetTallRandom entities: - uid: 2104 @@ -94265,7 +94905,7 @@ entities: pos: -13.5,-1.5 parent: 2 - type: Door - secondsUntilStateChange: -67537.95 + secondsUntilStateChange: -102460.414 - type: DeviceNetwork deviceLists: - 18275 @@ -96917,6 +97557,16 @@ entities: - type: Transform pos: -4.5,-56.5 parent: 2 + - uid: 23954 + components: + - type: Transform + pos: -33.5,-49.5 + parent: 2 + - uid: 26467 + components: + - type: Transform + pos: 53.5,26.5 + parent: 21002 - proto: Flash entities: - uid: 29418 @@ -97015,223 +97665,141 @@ entities: parent: 2 - type: Fixtures fixtures: {} -- proto: FloorWaterEntity +- proto: FloraTreeChristmas02 entities: - - uid: 469 - components: - - type: Transform - pos: 8.5,-7.5 - parent: 2 - - uid: 470 - components: - - type: Transform - pos: 7.5,-7.5 - parent: 2 - - uid: 471 - components: - - type: Transform - pos: 6.5,-7.5 - parent: 2 - - uid: 472 - components: - - type: Transform - pos: 6.5,-6.5 - parent: 2 - - uid: 473 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 2 - - uid: 474 - components: - - type: Transform - pos: 7.5,-5.5 - parent: 2 - - uid: 475 - components: - - type: Transform - pos: 8.5,-5.5 - parent: 2 - - uid: 476 - components: - - type: Transform - pos: 8.5,-6.5 - parent: 2 - - uid: 668 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-14.5 - parent: 2 - - uid: 669 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-13.5 - parent: 2 - - uid: 670 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-14.5 - parent: 2 - - uid: 671 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-13.5 - parent: 2 - - uid: 672 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-13.5 - parent: 2 - - uid: 673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-12.5 - parent: 2 - - uid: 674 + - uid: 368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-12.5 + pos: 14.0161085,13.966308 parent: 2 - - uid: 675 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.6,0 + - 0.6,0 + - 0.6,0.90000004 + - -0.6,0.90000004 + mask: [] + layer: + - Impassable + - TableLayer + - HighImpassable + - LowImpassable + - BulletImpassable + - InteractImpassable + - Opaque + density: 4500 + hard: True + restitution: 0 + friction: 0.4 + - type: ScaleVisuals + - type: Appearance +- proto: FloraTreeConifer01 + entities: + - uid: 19177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-11.5 + pos: 9.378188,-4.096496 parent: 2 - - uid: 792 + - uid: 19178 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-17.5 + pos: 7.4194474,6.70954 parent: 2 - - uid: 793 + - uid: 19179 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-17.5 + pos: 7.4194474,6.70954 parent: 2 - - uid: 794 +- proto: FloraTreeConifer02 + entities: + - uid: 19180 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-17.5 + pos: 4.352238,-8.432419 parent: 2 - - uid: 795 + - uid: 19181 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-17.5 + pos: 14.398615,8.594956 parent: 2 - - uid: 796 + - uid: 26509 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-14.5 - parent: 2 - - uid: 797 + pos: 7.439621,3.8400307 + parent: 21002 +- proto: FloraTreeConifer03 + entities: + - uid: 19176 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-13.5 + pos: 7.0421615,14.648008 parent: 2 - - uid: 798 + - uid: 26508 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-12.5 - parent: 2 - - uid: 799 + pos: 8.48288,-5.3548317 + parent: 21002 + - uid: 26513 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-11.5 - parent: 2 -- proto: FloraTree01 + pos: 22.109192,5.674118 + parent: 21002 +- proto: FloraTreeSnow02 entities: - - uid: 700 + - uid: 19171 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5666814,-12.321836 + pos: -5.5474405,-12.275735 parent: 2 -- proto: FloraTree02 +- proto: FloraTreeSnow03 entities: - - uid: 701 + - uid: 19173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.082345,-4.3614655 + pos: 16.247799,-4.783996 parent: 2 - - uid: 1270 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.184713,-4.775162 - parent: 2 -- proto: FloraTree04 - entities: - - uid: 702 + - uid: 19174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.0979695,-6.455215 + pos: -6.2223334,-4.161586 parent: 2 -- proto: FloraTree06 +- proto: FloraTreeSnow04 entities: - - uid: 699 + - uid: 19175 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.990485,-6.654935 + pos: -13.004216,-6.7445054 parent: 2 -- proto: FloraTreeLarge02 - entities: - - uid: 709 + - uid: 26507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.2074294,14.294214 - parent: 2 -- proto: FloraTreeLarge03 + pos: 24.552963,-6.4198303 + parent: 21002 +- proto: FloraTreeSnow05 entities: - - uid: 704 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.346696,-4.0470867 - parent: 2 - - uid: 707 + - uid: 19172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.4804606,6.6058865 + pos: -4.1702504,-6.317836 parent: 2 - - uid: 708 + - uid: 26506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.4804606,6.6058865 - parent: 2 -- proto: FloraTreeLarge06 + pos: 26.667542,-6.5239983 + parent: 21002 +- proto: FloraTreeStumpConifer entities: - - uid: 703 + - uid: 369 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.506318,-8.567612 - parent: 2 - - uid: 710 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.426181,8.49734 + pos: -2.7677953,-12.490192 parent: 2 - proto: FlyAmanitaSeeds entities: @@ -97292,8 +97860,30 @@ entities: - type: Transform pos: 9.572723,6.6391907 parent: 21002 +- proto: FoodBakedCookie + entities: + - uid: 25689 + components: + - type: Transform + pos: -35.839886,-49.325306 + parent: 2 + - uid: 25691 + components: + - type: Transform + pos: -36.01697,-49.471138 + parent: 2 + - uid: 25692 + components: + - type: Transform + pos: -35.64197,-49.533638 + parent: 2 - proto: FoodBakedCookieOatmeal entities: + - uid: 19170 + components: + - type: Transform + pos: -36.51697,-49.366974 + parent: 2 - uid: 23380 components: - type: Transform @@ -97324,6 +97914,45 @@ entities: - type: Transform pos: -37.435577,-43.624775 parent: 2 + - uid: 25680 + components: + - type: Transform + pos: -36.621136,-49.575306 + parent: 2 +- proto: FoodBakedCookieRaisin + entities: + - uid: 475 + components: + - type: Transform + pos: -32.365147,-51.49787 + parent: 2 + - uid: 707 + components: + - type: Transform + pos: -32.82348,-51.41454 + parent: 2 + - uid: 23415 + components: + - type: Transform + pos: -32.51098,-51.393703 + parent: 2 +- proto: FoodBakedCookieSugar + entities: + - uid: 669 + components: + - type: Transform + pos: -33.59431,-51.206203 + parent: 2 + - uid: 792 + components: + - type: Transform + pos: -33.396397,-51.37287 + parent: 2 + - uid: 25683 + components: + - type: Transform + pos: -33.60473,-51.49787 + parent: 2 - proto: FoodBerries entities: - uid: 1187 @@ -97350,14 +97979,6 @@ entities: - type: Transform pos: 30.532213,-11.218129 parent: 2 -- proto: FoodBreadBaguette - entities: - - uid: 23368 - components: - - type: Transform - rot: 18.84955592153876 rad - pos: 13.504139,14.672895 - parent: 2 - proto: FoodBungo entities: - uid: 29191 @@ -97372,6 +97993,62 @@ entities: - type: Transform pos: 51.50141,22.597155 parent: 2 +- proto: FoodButter + entities: + - uid: 672 + components: + - type: Transform + parent: 488 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 673 + components: + - type: Transform + parent: 488 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 797 + components: + - type: Transform + parent: 794 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 798 + components: + - type: Transform + parent: 794 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodCakeChristmas + entities: + - uid: 674 + components: + - type: Transform + parent: 488 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodCakeChristmasSlice + entities: + - uid: 19169 + components: + - type: Transform + pos: 12.787853,13.347418 + parent: 2 + - uid: 19185 + components: + - type: Transform + pos: 15.92327,14.462002 + parent: 2 + - uid: 25667 + components: + - type: Transform + pos: 12.787853,13.347418 + parent: 2 - proto: FoodCartCold entities: - uid: 343 @@ -97388,14 +98065,6 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,20.5 parent: 2 -- proto: FoodCheeseSlice - entities: - - uid: 23369 - components: - - type: Transform - rot: 18.84955592153876 rad - pos: 14.493722,13.735395 - parent: 2 - proto: FoodCondimentBottleEnzyme entities: - uid: 3399 @@ -97426,6 +98095,18 @@ entities: - type: Transform pos: 13.403409,29.562233 parent: 2 +- proto: FoodDoughPastryBase + entities: + - uid: 25696 + components: + - type: Transform + pos: -34.61072,-49.273224 + parent: 2 + - uid: 25697 + components: + - type: Transform + pos: -34.444054,-49.481556 + parent: 2 - proto: FoodFrozenPopsicleJumbo entities: - uid: 1579 @@ -97552,18 +98233,18 @@ entities: - type: Transform pos: 4.5200243,-54.48497 parent: 2 - - uid: 23364 +- proto: FoodPlateSmallPlastic + entities: + - uid: 472 components: - type: Transform - pos: 13.597889,13.735395 + pos: 15.92327,14.477064 parent: 2 - - uid: 23365 + - uid: 473 components: - type: Transform - pos: 14.399972,14.568729 + pos: 12.787853,13.352064 parent: 2 -- proto: FoodPlateSmallPlastic - entities: - uid: 2249 components: - type: Transform @@ -97613,6 +98294,29 @@ entities: - type: Transform pos: 23.980179,16.619486 parent: 2 +- proto: FoodSnackChocolate + entities: + - uid: 701 + components: + - type: Transform + parent: 487 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 702 + components: + - type: Transform + parent: 487 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 703 + components: + - type: Transform + parent: 487 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: FoodSnackPistachios entities: - uid: 3596 @@ -97622,6 +98326,27 @@ entities: parent: 2 - proto: FoodSnackRaisins entities: + - uid: 476 + components: + - type: Transform + parent: 7795 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 607 + components: + - type: Transform + parent: 7795 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 608 + components: + - type: Transform + parent: 7795 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 23377 components: - type: Transform @@ -97644,13 +98369,6 @@ entities: - type: Transform pos: -31.419064,-45.393246 parent: 2 -- proto: FoodSoupVegetable - entities: - - uid: 19180 - components: - - type: Transform - pos: -34.484306,-51.296925 - parent: 2 - proto: FoodWatermelon entities: - uid: 19149 @@ -100599,6 +101317,36 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 29690 + components: + - type: Transform + pos: 8.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29700 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasPipeFourway entities: - uid: 666 @@ -104093,13 +104841,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13310 - components: - - type: Transform - pos: 1.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 13311 components: - type: Transform @@ -110388,14 +111129,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14551 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 14552 components: - type: Transform @@ -121701,6 +122434,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 24279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 25219 components: - type: Transform @@ -122443,6 +123184,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' + - uid: 28758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 28828 components: - type: Transform @@ -122585,6 +123334,131 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,17.5 parent: 2 + - uid: 29684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29689 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29691 + components: + - type: Transform + pos: 7.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29692 + components: + - type: Transform + pos: 7.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29693 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 29702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 29705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasPipeTJunction entities: - uid: 17 @@ -125501,6 +126375,21 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 24284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 24289 + components: + - type: Transform + pos: 7.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 25243 components: - type: Transform @@ -128208,6 +129097,14 @@ entities: - type: DeviceNetwork deviceLists: - 231 + - uid: 29707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' - proto: GasVentScrubber entities: - uid: 53 @@ -130131,6 +131028,14 @@ entities: parent: 21002 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 29706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - proto: GasVentScrubberVox entities: - uid: 10839 @@ -133585,11 +134490,6 @@ entities: - type: Transform pos: 13.5,-60.5 parent: 2 - - uid: 10456 - components: - - type: Transform - pos: 11.5,-58.5 - parent: 2 - uid: 10457 components: - type: Transform @@ -134553,24 +135453,6 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,-59.5 parent: 2 - - uid: 16087 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-60.5 - parent: 2 - - uid: 16088 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-61.5 - parent: 2 - - uid: 16089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-62.5 - parent: 2 - uid: 16090 components: - type: Transform @@ -134661,11 +135543,6 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-57.5 parent: 2 - - uid: 16150 - components: - - type: Transform - pos: 7.5,-52.5 - parent: 2 - uid: 16212 components: - type: Transform @@ -136209,6 +137086,12 @@ entities: - type: Transform pos: 11.5,40.5 parent: 2 + - uid: 23613 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-52.5 + parent: 2 - uid: 23640 components: - type: Transform @@ -136457,55 +137340,11 @@ entities: rot: 3.141592653589793 rad pos: -52.5,4.5 parent: 2 - - uid: 24271 - components: - - type: Transform - pos: 7.5,-53.5 - parent: 2 - - uid: 24272 - components: - - type: Transform - pos: 7.5,-54.5 - parent: 2 - uid: 24273 components: - type: Transform - pos: 12.5,-54.5 - parent: 2 - - uid: 24274 - components: - - type: Transform - pos: 13.5,-54.5 - parent: 2 - - uid: 24275 - components: - - type: Transform - pos: 13.5,-56.5 - parent: 2 - - uid: 24276 - components: - - type: Transform - pos: 12.5,-56.5 - parent: 2 - - uid: 24277 - components: - - type: Transform - pos: 15.5,-52.5 - parent: 2 - - uid: 24278 - components: - - type: Transform - pos: 14.5,-52.5 - parent: 2 - - uid: 24279 - components: - - type: Transform - pos: 10.5,-52.5 - parent: 2 - - uid: 24280 - components: - - type: Transform - pos: 9.5,-52.5 + rot: -1.5707963267948966 rad + pos: 18.5,-52.5 parent: 2 - uid: 24308 components: @@ -138141,21 +138980,6 @@ entities: - type: Transform pos: -39.5,-72.5 parent: 2 - - uid: 24282 - components: - - type: Transform - pos: 7.5,-55.5 - parent: 2 - - uid: 24283 - components: - - type: Transform - pos: 11.5,-54.5 - parent: 2 - - uid: 24284 - components: - - type: Transform - pos: 12.5,-58.5 - parent: 2 - uid: 24285 components: - type: Transform @@ -138176,21 +139000,6 @@ entities: - type: Transform pos: 11.5,-61.5 parent: 2 - - uid: 24289 - components: - - type: Transform - pos: 11.5,-52.5 - parent: 2 - - uid: 24290 - components: - - type: Transform - pos: 13.5,-52.5 - parent: 2 - - uid: 24291 - components: - - type: Transform - pos: 8.5,-58.5 - parent: 2 - uid: 24292 components: - type: Transform @@ -138814,7 +139623,7 @@ entities: pos: 36.5,-35.5 parent: 2 - type: Door - secondsUntilStateChange: -104369.8 + secondsUntilStateChange: -139292.27 state: Opening - uid: 5211 components: @@ -139164,6 +139973,126 @@ entities: rot: 3.141592653589793 rad pos: -3.5,-19.5 parent: 2 + - uid: 8003 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 8999 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 + - uid: 9662 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 9663 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - uid: 9664 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - uid: 12080 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 12301 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 13545 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 + - uid: 13969 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 2 + - uid: 15070 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 2 + - uid: 17428 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 17429 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 2 + - uid: 17436 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 2 + - uid: 17439 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 2 + - uid: 18696 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 2 + - uid: 18700 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 2 + - uid: 18701 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 2 + - uid: 18905 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - uid: 19165 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 + - uid: 19166 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - uid: 19167 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 + - uid: 19168 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 2 + - uid: 25537 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 + - uid: 25676 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 2 - proto: IDComputerCircuitboard entities: - uid: 11487 @@ -139223,18 +140152,6 @@ entities: - type: Transform pos: -47.536255,-7.386484 parent: 2 -- proto: Intellicard - entities: - - uid: 29294 - components: - - type: Transform - pos: 61.481655,13.743472 - parent: 2 - - uid: 29481 - components: - - type: Transform - pos: 61.554573,13.962222 - parent: 2 - proto: IntercomAll entities: - uid: 12798 @@ -139540,6 +140457,11 @@ entities: - type: Transform pos: 9.5,1.5 parent: 21002 + - uid: 23566 + components: + - type: Transform + pos: -29.5,-49.5 + parent: 2 - proto: KitchenReagentGrinder entities: - uid: 510 @@ -139709,6 +140631,12 @@ entities: rot: 3.141592653589793 rad pos: -29.440655,-36.254982 parent: 2 + - uid: 29639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.075723,-55.58609 + parent: 2 - proto: LampInterrogator entities: - uid: 3763 @@ -139746,12 +140674,12 @@ entities: rot: 1.5707963267948966 rad pos: 34.559784,-14.813752 parent: 2 -- proto: LightReplacer +- proto: LightReplacerEmpty entities: - - uid: 9677 + - uid: 29731 components: - type: Transform - pos: 22.268173,-4.050702 + pos: 22.221575,-4.065501 parent: 2 - proto: LightTubeCrystalRed entities: @@ -139960,8 +140888,8 @@ entities: immutable: False temperature: 293.14673 moles: - - 1.8856695 - - 7.0937095 + - 1.8968438 + - 7.1357465 - 0 - 0 - 0 @@ -139978,10 +140906,12 @@ entities: showEnts: False occludes: True ents: - - 24196 - - 24195 - - 4184 - 3432 + - 4184 + - 24195 + - 29720 + - 24196 + - 29721 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -140126,16 +141056,14 @@ entities: - type: Transform pos: -15.5,23.5 parent: 2 - - type: Lock - locked: False - type: EntityStorage air: volume: 200 immutable: False temperature: 234.99739 moles: - - 1.7459903 - - 6.568249 + - 1.8856695 + - 7.0937095 - 0 - 0 - 0 @@ -140152,19 +141080,98 @@ entities: showEnts: False occludes: True ents: - - 5279 - - 5340 - - 5185 - - 5454 - - 5278 + - 702 + - 701 - 5455 - 5280 + - 5278 + - 5454 + - 5185 + - 5340 + - 5279 + - 703 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - proto: LockerFreezerBase entities: + - uid: 794 + components: + - type: Transform + pos: -31.5,-49.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 798 + - 797 + - 796 + - 795 + - 799 + - 1270 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 3950 + components: + - type: Transform + pos: -30.5,-49.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 4300 + - 4301 + - 7436 + - 7797 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 10787 components: - type: Transform @@ -140255,6 +141262,36 @@ entities: - type: Transform pos: 36.5,-41.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 29722 + - 29723 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: LockerMedical entities: - uid: 2095 @@ -140495,31 +141532,211 @@ entities: - type: Transform pos: 32.5,-30.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 29724 + - 29725 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 4285 components: - type: Transform pos: 33.5,-30.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 29726 + - 29727 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 4286 components: - type: Transform pos: 34.5,-30.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 29728 + - 29729 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 4287 components: - type: Transform pos: 35.5,-30.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 29730 + - 29732 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 4288 components: - type: Transform pos: 36.5,-30.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 29733 + - 29734 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 4289 components: - type: Transform pos: 31.5,-30.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 29735 + - 29736 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: LockerWardenFilled entities: - uid: 3733 @@ -140533,8 +141750,8 @@ entities: immutable: False temperature: 293.14673 moles: - - 1.7459903 - - 6.568249 + - 1.8856695 + - 7.0937095 - 0 - 0 - 0 @@ -140545,6 +141762,18 @@ entities: - 0 - 0 - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 29737 + - 29738 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: LockerWeldingSuppliesFilled entities: - uid: 6720 @@ -141086,6 +142315,21 @@ entities: - type: Physics canCollide: False bodyType: Static + - uid: 28765 + components: + - type: Transform + anchored: True + pos: -13.5,-59.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 29618: + - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 28961 components: - type: Transform @@ -141150,6 +142394,23 @@ entities: - type: Physics canCollide: False bodyType: Static +- proto: LootSpawnerRandomCrateEngineering + entities: + - uid: 28750 + components: + - type: Transform + pos: -30.5,-58.5 + parent: 2 + - uid: 28751 + components: + - type: Transform + pos: -33.5,-56.5 + parent: 2 + - uid: 29665 + components: + - type: Transform + pos: -30.5,-58.5 + parent: 2 - proto: MachineAnomalyGenerator entities: - uid: 3797 @@ -141380,6 +142641,11 @@ entities: - type: Transform pos: -55.5,-30.5 parent: 2 + - type: MailingUnit + tag: Santa + - type: Configuration + config: + tag: Santa - uid: 17649 components: - type: Transform @@ -141397,6 +142663,13 @@ entities: parent: 2 - type: MailingUnit tag: Engineering + - uid: 29751 + components: + - type: MetaData + name: letters to santa + - type: Transform + pos: 21.5,-20.5 + parent: 2 - proto: MaintenancePlantSpawner entities: - uid: 1585 @@ -141665,6 +142938,11 @@ entities: - type: Transform pos: -31.5,-36.5 parent: 2 + - uid: 25743 + components: + - type: Transform + pos: 54.5,25.5 + parent: 21002 - proto: MedicalTechFab entities: - uid: 1523 @@ -143761,6 +145039,30 @@ entities: + - uid: 29656 + components: + - type: Transform + parent: 29655 + - type: Physics + canCollide: False + - uid: 29657 + components: + - type: Transform + parent: 29655 + - type: Physics + canCollide: False + - uid: 29658 + components: + - type: Transform + parent: 29655 + - type: Physics + canCollide: False + - uid: 29659 + components: + - type: Transform + parent: 29655 + - type: Physics + canCollide: False - proto: PaperBin10 entities: - uid: 23867 @@ -144143,6 +145445,32 @@ entities: rot: 1.5707963267948966 rad pos: 34.554844,-15.797991 parent: 2 + - uid: 29660 + components: + - type: Transform + parent: 29655 + - type: Physics + canCollide: False + - uid: 29785 + components: + - type: Transform + pos: 20.395023,-21.375433 + parent: 2 + - uid: 29786 + components: + - type: Transform + pos: 20.65544,-21.375433 + parent: 2 + - uid: 29787 + components: + - type: Transform + pos: 22.31169,-19.44835 + parent: 2 + - uid: 29788 + components: + - type: Transform + pos: 22.520023,-19.406683 + parent: 2 - proto: PenCap entities: - uid: 2672 @@ -144197,6 +145525,11 @@ entities: - type: Transform pos: -20.5,-4.5 parent: 2 + - uid: 29666 + components: + - type: Transform + pos: -30.5,-56.5 + parent: 2 - proto: PhoneInstrument entities: - uid: 2675 @@ -144223,6 +145556,11 @@ entities: - type: Transform pos: -52.472195,-22.458754 parent: 2 + - uid: 25716 + components: + - type: Transform + pos: 54.58464,24.440567 + parent: 21002 - proto: PillCanister entities: - uid: 2085 @@ -144615,6 +145953,13 @@ entities: - type: Transform pos: 31.467096,-38.62024 parent: 2 +- proto: PlushiePenguin + entities: + - uid: 23366 + components: + - type: Transform + pos: 7.0534773,15.491414 + parent: 2 - proto: PlushieSharkBlue entities: - uid: 18539 @@ -146817,12 +148162,6 @@ entities: rot: -1.5707963267948966 rad pos: -45.5,2.5 parent: 2 - - uid: 12080 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,2.5 - parent: 2 - uid: 12081 components: - type: Transform @@ -147472,6 +148811,17 @@ entities: - type: Transform pos: -16.5,17.5 parent: 2 + - uid: 29629 + components: + - type: Transform + pos: 9.5,-52.5 + parent: 2 + - uid: 29630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-55.5 + parent: 2 - proto: PoweredlightEmpty entities: - uid: 16032 @@ -147568,6 +148918,12 @@ entities: - type: Transform pos: -41.5,7.5 parent: 2 + - uid: 19243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-53.5 + parent: 2 - uid: 20254 components: - type: Transform @@ -147677,6 +149033,12 @@ entities: parent: 21002 - proto: PoweredSmallLight entities: + - uid: 668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-49.5 + parent: 2 - uid: 2535 components: - type: Transform @@ -147962,11 +149324,6 @@ entities: rot: -1.5707963267948966 rad pos: -46.5,-46.5 parent: 2 - - uid: 12301 - components: - - type: Transform - pos: -24.5,-53.5 - parent: 2 - uid: 12303 components: - type: Transform @@ -147991,18 +149348,6 @@ entities: rot: 3.141592653589793 rad pos: -25.5,-49.5 parent: 2 - - uid: 13545 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-50.5 - parent: 2 - - uid: 13969 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-50.5 - parent: 2 - uid: 16229 components: - type: Transform @@ -148281,6 +149626,12 @@ entities: - type: Transform pos: 64.5,-5.5 parent: 2 + - uid: 21350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-49.5 + parent: 2 - uid: 21421 components: - type: Transform @@ -148374,6 +149725,12 @@ entities: rot: 1.5707963267948966 rad pos: 57.5,-17.5 parent: 2 + - uid: 25699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-52.5 + parent: 2 - uid: 25878 components: - type: Transform @@ -148476,6 +149833,41 @@ entities: rot: 1.5707963267948966 rad pos: 51.5,27.5 parent: 2 + - uid: 29621 + components: + - type: Transform + pos: -12.5,-59.5 + parent: 2 + - uid: 29628 + components: + - type: Transform + pos: 17.5,-49.5 + parent: 2 + - uid: 29631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-57.5 + parent: 2 + - uid: 29632 + components: + - type: Transform + pos: -31.5,-56.5 + parent: 2 +- proto: PresentRandom + entities: + - uid: 25674 + components: + - type: Transform + pos: -3.4752243,-18.994682 + parent: 2 +- proto: PresentRandomAsh + entities: + - uid: 26468 + components: + - type: Transform + pos: 53.454712,25.263622 + parent: 21002 - proto: PresentRandomCash entities: - uid: 9641 @@ -149728,6 +151120,42 @@ entities: rot: 3.141592653589793 rad pos: -46.5,-46.5 parent: 2 + - uid: 19240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-54.5 + parent: 2 + - uid: 19241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-54.5 + parent: 2 + - uid: 19247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-56.5 + parent: 2 + - uid: 19249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-57.5 + parent: 2 + - uid: 19250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-54.5 + parent: 2 + - uid: 19252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-54.5 + parent: 2 - uid: 20185 components: - type: Transform @@ -150300,6 +151728,12 @@ entities: rot: 3.141592653589793 rad pos: -61.5,-10.5 parent: 2 + - uid: 29649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-54.5 + parent: 2 - proto: RailingCornerSmall entities: - uid: 380 @@ -150837,10 +152271,10 @@ entities: rot: 3.141592653589793 rad pos: 11.5,-35.5 parent: 2 - - uid: 23613 + - uid: 29624 components: - type: Transform - pos: -32.5,-57.5 + pos: -38.5,-61.5 parent: 2 - proto: RandomBoard entities: @@ -150895,21 +152329,6 @@ entities: parent: 21002 - proto: RandomDrinkGlass entities: - - uid: 9662 - components: - - type: Transform - pos: -17.5,5.5 - parent: 2 - - uid: 9663 - components: - - type: Transform - pos: -17.5,7.5 - parent: 2 - - uid: 9664 - components: - - type: Transform - pos: -17.5,8.5 - parent: 2 - uid: 19988 components: - type: Transform @@ -150945,43 +152364,6 @@ entities: - type: Transform pos: 13.5,34.5 parent: 2 -- proto: RandomFloraTree - entities: - - uid: 8003 - components: - - type: Transform - pos: -5.5,10.5 - parent: 2 - - uid: 21349 - components: - - type: Transform - pos: 24.5,-5.5 - parent: 21002 - - uid: 21350 - components: - - type: Transform - pos: 26.5,-5.5 - parent: 21002 - - uid: 22999 - components: - - type: Transform - pos: 8.5,-4.5 - parent: 21002 - - uid: 23001 - components: - - type: Transform - pos: 7.5,4.5 - parent: 21002 - - uid: 23769 - components: - - type: Transform - pos: 16.5,-2.5 - parent: 21002 - - uid: 23954 - components: - - type: Transform - pos: 22.5,6.5 - parent: 21002 - proto: RandomFoodBakedSingle entities: - uid: 20713 @@ -151752,6 +153134,11 @@ entities: rot: 3.141592653589793 rad pos: -1.5,31.5 parent: 2 + - uid: 29642 + components: + - type: Transform + pos: 6.5,-52.5 + parent: 2 - proto: RandomVendingDrinks entities: - uid: 17401 @@ -151834,6 +153221,20 @@ entities: parent: 2 - proto: ReagentContainerFlour entities: + - uid: 604 + components: + - type: Transform + parent: 7795 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 609 + components: + - type: Transform + parent: 7795 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 1586 components: - type: Transform @@ -151844,6 +153245,11 @@ entities: - type: Transform pos: 4.374191,-54.23497 parent: 2 + - uid: 25700 + components: + - type: Transform + pos: -35.068703,-49.346226 + parent: 2 - proto: ReagentContainerMayo entities: - uid: 4054 @@ -151860,6 +153266,27 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: ReagentContainerSugar + entities: + - uid: 610 + components: + - type: Transform + parent: 7795 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 611 + components: + - type: Transform + parent: 7795 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 671 + components: + - type: Transform + pos: -35.23572,-49.231556 + parent: 2 - proto: ReagentGrinderMachineCircuitboard entities: - uid: 5811 @@ -153466,12 +154893,6 @@ entities: - type: Transform pos: 46.5,2.5 parent: 2 - - uid: 6222 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,3.5 - parent: 2 - uid: 6354 components: - type: Transform @@ -154327,26 +155748,11 @@ entities: - type: Transform pos: 19.5,-48.5 parent: 2 - - uid: 10654 - components: - - type: Transform - pos: -10.5,-62.5 - parent: 2 - - uid: 10668 - components: - - type: Transform - pos: -10.5,-60.5 - parent: 2 - uid: 10669 components: - type: Transform pos: 5.5,-60.5 parent: 2 - - uid: 10670 - components: - - type: Transform - pos: -10.5,-61.5 - parent: 2 - uid: 10671 components: - type: Transform @@ -155420,6 +156826,18 @@ entities: - type: Transform pos: -34.5,35.5 parent: 2 + - uid: 24271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-52.5 + parent: 2 + - uid: 24272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-52.5 + parent: 2 - uid: 24580 components: - type: Transform @@ -155663,6 +157081,13 @@ entities: rot: -1.5707963267948966 rad pos: -61.5,-25.5 parent: 2 +- proto: SalvageMaterialCrateSpawner + entities: + - uid: 29664 + components: + - type: Transform + pos: -31.5,-56.5 + parent: 2 - proto: SaxophoneInstrument entities: - uid: 29000 @@ -155942,12 +157367,6 @@ entities: - type: Transform pos: -51.5,-11.5 parent: 2 - - uid: 29192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-36.5 - parent: 2 - uid: 29193 components: - type: Transform @@ -155972,6 +157391,12 @@ entities: rot: 1.5707963267948966 rad pos: 57.5,12.5 parent: 2 + - uid: 29669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-34.5 + parent: 2 - proto: SecurityTechFab entities: - uid: 24201 @@ -156184,6 +157609,14 @@ entities: - type: Transform pos: 16.904722,-44.413643 parent: 2 +- proto: SheetSteel10 + entities: + - uid: 5191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.548156,-34.457172 + parent: 2 - proto: SheetUranium entities: - uid: 11468 @@ -157144,34 +158577,6 @@ entities: linkedPorts: 2733: - Pressed: Toggle - - uid: 3532 - components: - - type: MetaData - name: window shutters - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,3.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 3529: - - Pressed: Toggle - 3530: - - Pressed: Toggle - 3531: - - Pressed: Toggle - 2365: - - Pressed: Toggle - 2366: - - Pressed: Toggle - 2367: - - Pressed: Toggle - 2368: - - Pressed: Toggle - 2369: - - Pressed: Toggle - 2370: - - Pressed: Toggle - uid: 3800 components: - type: MetaData @@ -157669,6 +159074,18 @@ entities: linkedPorts: 23766: - Pressed: Toggle + - uid: 23769 + components: + - type: MetaData + name: door bolts + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-50.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 25240: + - Pressed: DoorBolt - uid: 23771 components: - type: MetaData @@ -157859,6 +159276,34 @@ entities: - Pressed: Toggle 20831: - Pressed: Toggle + - uid: 24278 + components: + - type: MetaData + name: window shutters + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,3.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3531: + - Pressed: Toggle + 3530: + - Pressed: Toggle + 3529: + - Pressed: Toggle + 2365: + - Pressed: Toggle + 2366: + - Pressed: Toggle + 2367: + - Pressed: Toggle + 2368: + - Pressed: Toggle + 2369: + - Pressed: Toggle + 2370: + - Pressed: Toggle - uid: 28356 components: - type: MetaData @@ -159208,6 +160653,12 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-52.5 parent: 2 + - uid: 23368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-50.5 + parent: 2 - uid: 29201 components: - type: Transform @@ -161272,6 +162723,18 @@ entities: rot: -1.5707963267948966 rad pos: -54.757744,-39.415558 parent: 2 + - uid: 29653 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.587094,-56.381554 + parent: 2 + - uid: 29654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.503761,-55.64197 + parent: 2 - proto: SpaceCash10 entities: - uid: 7969 @@ -161383,105 +162846,6 @@ entities: - type: Transform pos: -55.5,-10.5 parent: 2 -- proto: SpawnMobBee - entities: - - uid: 610 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,6.5 - parent: 2 - - uid: 611 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,5.5 - parent: 2 - - uid: 612 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,4.5 - parent: 2 - - uid: 613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,5.5 - parent: 2 - - uid: 8999 - components: - - type: Transform - pos: -12.5,11.5 - parent: 2 - - uid: 23415 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,16.5 - parent: 2 -- proto: SpawnMobButterfly - entities: - - uid: 604 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-3.5 - parent: 2 - - uid: 607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-9.5 - parent: 2 - - uid: 608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,4.5 - parent: 2 - - uid: 609 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,16.5 - parent: 2 - - uid: 614 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-13.5 - parent: 2 - - uid: 18696 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,10.5 - parent: 2 - - uid: 18700 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,10.5 - parent: 2 - - uid: 18701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,10.5 - parent: 2 - - uid: 23413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,13.5 - parent: 2 - - uid: 23414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,8.5 - parent: 2 - proto: SpawnMobCatException entities: - uid: 20651 @@ -161524,6 +162888,13 @@ entities: - type: Transform pos: 36.5,14.5 parent: 2 +- proto: SpawnMobGingerbreadAI + entities: + - uid: 29718 + components: + - type: Transform + pos: -33.5,-50.5 + parent: 2 - proto: SpawnMobGorilla entities: - uid: 615 @@ -161632,38 +163003,23 @@ entities: - type: Transform pos: 12.5,-27.5 parent: 2 - - uid: 23566 - components: - - type: Transform - pos: -17.5,-52.5 - parent: 2 - uid: 23567 components: - type: Transform pos: -52.5,-26.5 parent: 2 -- proto: SpawnMobParrot +- proto: SpawnMobPenguin entities: - - uid: 676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-7.5 - parent: 2 - - uid: 677 + - uid: 20825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-5.5 + pos: 8.5,-5.5 parent: 2 - - uid: 678 + - uid: 23001 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-5.5 + pos: 6.5,-7.5 parent: 2 -- proto: SpawnMobPenguin - entities: - uid: 23552 components: - type: Transform @@ -161702,6 +163058,58 @@ entities: - type: Transform pos: -57.5,2.5 parent: 2 +- proto: SpawnMobReindeerBuck + entities: + - uid: 26525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,15.5 + parent: 2 + - uid: 26526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-14.5 + parent: 2 +- proto: SpawnMobReindeerDoe + entities: + - uid: 26516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,10.5 + parent: 2 + - uid: 26517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,5.5 + parent: 2 + - uid: 26521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,16.5 + parent: 2 + - uid: 26532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-15.5 + parent: 2 + - uid: 26972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 2 + - uid: 28405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,4.5 + parent: 2 - proto: SpawnMobShiva entities: - uid: 20674 @@ -162107,6 +163515,11 @@ entities: - type: Transform pos: 14.5,29.5 parent: 2 + - uid: 23369 + components: + - type: Transform + pos: 58.5,-0.5 + parent: 2 - uid: 28403 components: - type: Transform @@ -162117,11 +163530,6 @@ entities: - type: Transform pos: 22.5,14.5 parent: 2 - - uid: 28405 - components: - - type: Transform - pos: 58.5,-0.5 - parent: 2 - uid: 28406 components: - type: Transform @@ -162205,11 +163613,6 @@ entities: - type: Transform pos: -5.5,14.5 parent: 2 - - uid: 20825 - components: - - type: Transform - pos: 15.5,14.5 - parent: 2 - uid: 20826 components: - type: Transform @@ -162295,6 +163698,21 @@ entities: - type: Transform pos: -52.5,-39.5 parent: 2 + - uid: 23364 + components: + - type: Transform + pos: 33.5,-58.5 + parent: 2 + - uid: 23365 + components: + - type: Transform + pos: 33.5,-58.5 + parent: 2 + - uid: 23367 + components: + - type: Transform + pos: 14.5,-56.5 + parent: 2 - uid: 28501 components: - type: Transform @@ -165468,6 +166886,17 @@ entities: parent: 2 - proto: SurveillanceWirelessCameraAnchoredEntertainment entities: + - uid: 474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,13.5 + parent: 2 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEntertainment + nameSet: True + id: Yule Tide - uid: 523 components: - type: Transform @@ -165623,6 +167052,22 @@ entities: rot: 1.5707963267948966 rad pos: -18.5,3.5 parent: 2 + - uid: 613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-51.5 + parent: 2 + - uid: 614 + components: + - type: Transform + pos: -33.5,-51.5 + parent: 2 + - uid: 793 + components: + - type: Transform + pos: -29.5,-49.5 + parent: 2 - uid: 1346 components: - type: Transform @@ -166168,6 +167613,12 @@ entities: - type: Transform pos: 51.5,22.5 parent: 2 + - uid: 21349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-51.5 + parent: 2 - uid: 22351 components: - type: Transform @@ -166315,6 +167766,11 @@ entities: rot: 3.141592653589793 rad pos: -5.5,15.5 parent: 21002 + - uid: 25502 + components: + - type: Transform + pos: -32.5,-49.5 + parent: 2 - uid: 28365 components: - type: Transform @@ -166484,6 +167940,30 @@ entities: - type: Transform pos: 28.5,-31.5 parent: 21002 + - uid: 29633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-56.5 + parent: 2 + - uid: 29634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-55.5 + parent: 2 + - uid: 29635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-55.5 + parent: 2 + - uid: 29636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-56.5 + parent: 2 - proto: TableCounterMetal entities: - uid: 334 @@ -166527,6 +168007,16 @@ entities: - type: Transform pos: -13.5,20.5 parent: 2 + - uid: 612 + components: + - type: Transform + pos: -36.5,-49.5 + parent: 2 + - uid: 670 + components: + - type: Transform + pos: -35.5,-49.5 + parent: 2 - uid: 2119 components: - type: Transform @@ -166622,6 +168112,11 @@ entities: rot: -1.5707963267948966 rad pos: 34.5,-14.5 parent: 2 + - uid: 19186 + components: + - type: Transform + pos: -34.5,-49.5 + parent: 2 - uid: 28613 components: - type: Transform @@ -166826,28 +168321,6 @@ entities: rot: 3.141592653589793 rad pos: 23.5,15.5 parent: 2 -- proto: TableFancyWhite - entities: - - uid: 17428 - components: - - type: Transform - pos: 13.5,14.5 - parent: 2 - - uid: 17429 - components: - - type: Transform - pos: 14.5,13.5 - parent: 2 - - uid: 17436 - components: - - type: Transform - pos: 13.5,13.5 - parent: 2 - - uid: 17439 - components: - - type: Transform - pos: 14.5,14.5 - parent: 2 - proto: TableGlass entities: - uid: 1223 @@ -168123,39 +169596,6 @@ entities: - type: Transform pos: -55.5,0.5 parent: 2 - - uid: 19165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-49.5 - parent: 2 - - uid: 19166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-50.5 - parent: 2 - - uid: 19167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-50.5 - parent: 2 - - uid: 19179 - components: - - type: Transform - pos: -34.5,-51.5 - parent: 2 - - uid: 19181 - components: - - type: Transform - pos: -33.5,-49.5 - parent: 2 - - uid: 19182 - components: - - type: Transform - pos: -34.5,-49.5 - parent: 2 - uid: 20682 components: - type: Transform @@ -168283,6 +169723,26 @@ entities: rot: 1.5707963267948966 rad pos: -56.5,9.5 parent: 2 + - uid: 29749 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - uid: 29753 + components: + - type: Transform + pos: 20.5,-22.5 + parent: 2 + - uid: 29755 + components: + - type: Transform + pos: 20.5,-21.5 + parent: 2 + - uid: 29756 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 - proto: TaikoInstrument entities: - uid: 28998 @@ -168522,6 +169982,11 @@ entities: ents: [] - proto: TelecomServerCircuitboard entities: + - uid: 3532 + components: + - type: Transform + pos: -47.47978,-20.979445 + parent: 2 - uid: 11490 components: - type: Transform @@ -168763,6 +170228,21 @@ entities: - type: Transform pos: 16.02112,29.37049 parent: 2 + - uid: 26445 + components: + - type: Transform + pos: 54.454773,21.3736 + parent: 21002 + - uid: 26481 + components: + - type: Transform + pos: 54.21518,24.654852 + parent: 21002 + - uid: 26498 + components: + - type: Transform + pos: 54.55893,21.081934 + parent: 21002 - proto: ToyFigurineThief entities: - uid: 5577 @@ -169422,6 +170902,11 @@ entities: - type: Transform pos: -2.5,22.5 parent: 2 + - uid: 21751 + components: + - type: Transform + pos: -36.5,-51.5 + parent: 2 - proto: VendingMachineDonut entities: - uid: 4291 @@ -169579,6 +171064,13 @@ entities: - type: Transform pos: 8.5,37.5 parent: 2 +- proto: VendingMachineSovietSoda + entities: + - uid: 29641 + components: + - type: Transform + pos: 10.5,-51.5 + parent: 2 - proto: VendingMachineSustenance entities: - uid: 21229 @@ -177297,12 +178789,6 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,-47.5 parent: 2 - - uid: 9971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-47.5 - parent: 2 - uid: 9972 components: - type: Transform @@ -177375,23 +178861,10 @@ entities: rot: -1.5707963267948966 rad pos: 9.5,-50.5 parent: 2 - - uid: 9984 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-50.5 - parent: 2 - - uid: 9985 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-50.5 - parent: 2 - uid: 9986 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-50.5 + pos: -36.5,-57.5 parent: 2 - uid: 9987 components: @@ -177447,6 +178920,11 @@ entities: rot: -1.5707963267948966 rad pos: 13.5,-48.5 parent: 2 + - uid: 10135 + components: + - type: Transform + pos: -37.5,-56.5 + parent: 2 - uid: 10167 components: - type: Transform @@ -177568,6 +179046,11 @@ entities: - type: Transform pos: -38.5,-9.5 parent: 2 + - uid: 10456 + components: + - type: Transform + pos: -32.5,-59.5 + parent: 2 - uid: 10482 components: - type: Transform @@ -177654,6 +179137,11 @@ entities: - type: Transform pos: 5.5,-63.5 parent: 2 + - uid: 10654 + components: + - type: Transform + pos: -33.5,-59.5 + parent: 2 - uid: 10657 components: - type: Transform @@ -177685,6 +179173,16 @@ entities: - type: Transform pos: -10.5,-63.5 parent: 2 + - uid: 10668 + components: + - type: Transform + pos: -29.5,-57.5 + parent: 2 + - uid: 10670 + components: + - type: Transform + pos: -29.5,-56.5 + parent: 2 - uid: 10672 components: - type: Transform @@ -178319,8 +179817,7 @@ entities: - uid: 10907 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-55.5 + pos: -34.5,-59.5 parent: 2 - uid: 10908 components: @@ -178332,25 +179829,17 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,-55.5 - parent: 2 - - uid: 10910 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-55.5 + pos: -36.5,-59.5 parent: 2 - uid: 10911 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-55.5 + pos: -31.5,-59.5 parent: 2 - uid: 10912 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-55.5 + pos: -30.5,-59.5 parent: 2 - uid: 10913 components: @@ -179037,6 +180526,11 @@ entities: rot: 1.5707963267948966 rad pos: -36.5,-22.5 parent: 2 + - uid: 11412 + components: + - type: Transform + pos: -29.5,-59.5 + parent: 2 - uid: 11414 components: - type: Transform @@ -179917,6 +181411,11 @@ entities: - type: Transform pos: -29.5,7.5 parent: 2 + - uid: 13310 + components: + - type: Transform + pos: -29.5,-58.5 + parent: 2 - uid: 13345 components: - type: Transform @@ -179970,6 +181469,11 @@ entities: - type: Transform pos: 28.5,-13.5 parent: 2 + - uid: 16087 + components: + - type: Transform + pos: -34.5,-58.5 + parent: 2 - uid: 16104 components: - type: Transform @@ -180123,11 +181627,6 @@ entities: rot: 1.5707963267948966 rad pos: -46.5,-50.5 parent: 2 - - uid: 19034 - components: - - type: Transform - pos: -11.5,-59.5 - parent: 2 - uid: 19043 components: - type: Transform @@ -180167,6 +181666,23 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,-45.5 parent: 2 + - uid: 19234 + components: + - type: Transform + pos: -34.5,-57.5 + parent: 2 + - uid: 19235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-59.5 + parent: 2 + - uid: 19253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-54.5 + parent: 2 - uid: 19304 components: - type: Transform @@ -181444,6 +182960,12 @@ entities: - type: Transform pos: -4.5,-59.5 parent: 2 + - uid: 24290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-52.5 + parent: 2 - uid: 24309 components: - type: Transform @@ -182717,24 +184239,167 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,32.5 parent: 21002 + - uid: 28422 + components: + - type: Transform + pos: -10.5,-60.5 + parent: 2 - uid: 28521 components: - type: Transform rot: 3.141592653589793 rad pos: -22.5,34.5 parent: 2 + - uid: 28526 + components: + - type: Transform + pos: -10.5,-62.5 + parent: 2 + - uid: 28733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-58.5 + parent: 2 + - uid: 28734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-58.5 + parent: 2 + - uid: 28736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-58.5 + parent: 2 + - uid: 28738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-58.5 + parent: 2 + - uid: 28739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-55.5 + parent: 2 + - uid: 28740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-56.5 + parent: 2 + - uid: 28741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-58.5 + parent: 2 + - uid: 28742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-58.5 + parent: 2 + - uid: 28743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-58.5 + parent: 2 + - uid: 28744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-58.5 + parent: 2 + - uid: 28746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-57.5 + parent: 2 + - uid: 28747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-58.5 + parent: 2 + - uid: 28748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-58.5 + parent: 2 + - uid: 28749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-53.5 + parent: 2 + - uid: 28754 + components: + - type: Transform + pos: -10.5,-61.5 + parent: 2 + - uid: 28759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-51.5 + parent: 2 + - uid: 28760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-51.5 + parent: 2 + - uid: 28761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-52.5 + parent: 2 + - uid: 28762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-51.5 + parent: 2 + - uid: 28763 + components: + - type: Transform + pos: -34.5,-56.5 + parent: 2 + - uid: 28768 + components: + - type: Transform + pos: -12.5,-60.5 + parent: 2 - uid: 29003 components: - type: Transform rot: 3.141592653589793 rad pos: -58.5,-10.5 parent: 2 + - uid: 29192 + components: + - type: Transform + pos: -15.5,-60.5 + parent: 2 - uid: 29293 components: - type: Transform rot: 3.141592653589793 rad pos: 59.5,25.5 parent: 2 + - uid: 29294 + components: + - type: Transform + pos: -15.5,-61.5 + parent: 2 - uid: 29300 components: - type: Transform @@ -182909,12 +184574,27 @@ entities: rot: 3.141592653589793 rad pos: 57.5,21.5 parent: 2 + - uid: 29481 + components: + - type: Transform + pos: -11.5,-61.5 + parent: 2 - uid: 29492 components: - type: Transform rot: 3.141592653589793 rad pos: -60.5,-9.5 parent: 2 + - uid: 29616 + components: + - type: Transform + pos: -11.5,-60.5 + parent: 2 + - uid: 29617 + components: + - type: Transform + pos: -14.5,-60.5 + parent: 2 - proto: WallSolid entities: - uid: 309 @@ -186705,11 +188385,6 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-52.5 parent: 2 - - uid: 15070 - components: - - type: Transform - pos: -28.5,-51.5 - parent: 2 - uid: 15071 components: - type: Transform @@ -187129,6 +188804,21 @@ entities: rot: 3.141592653589793 rad pos: 18.5,-8.5 parent: 2 + - uid: 28764 + components: + - type: Transform + pos: -33.5,-55.5 + parent: 2 + - uid: 28766 + components: + - type: Transform + pos: -31.5,-55.5 + parent: 2 + - uid: 28767 + components: + - type: Transform + pos: -30.5,-55.5 + parent: 2 - uid: 28883 components: - type: Transform @@ -187173,6 +188863,12 @@ entities: parent: 2 - proto: WallSolidDiagonal entities: + - uid: 14551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-57.5 + parent: 2 - uid: 29030 components: - type: Transform @@ -187680,6 +189376,81 @@ entities: rot: 3.141592653589793 rad pos: 41.5,5.5 parent: 21002 + - uid: 25720 + components: + - type: Transform + pos: 55.5,26.5 + parent: 21002 + - uid: 25724 + components: + - type: Transform + pos: 51.5,25.5 + parent: 21002 + - uid: 25732 + components: + - type: Transform + pos: 51.5,24.5 + parent: 21002 + - uid: 25740 + components: + - type: Transform + pos: 52.5,26.5 + parent: 21002 + - uid: 25744 + components: + - type: Transform + pos: 54.5,27.5 + parent: 21002 + - uid: 25746 + components: + - type: Transform + pos: 52.5,27.5 + parent: 21002 + - uid: 25747 + components: + - type: Transform + pos: 55.5,24.5 + parent: 21002 + - uid: 26390 + components: + - type: Transform + pos: 55.5,23.5 + parent: 21002 + - uid: 26444 + components: + - type: Transform + pos: 54.5,23.5 + parent: 21002 + - uid: 26455 + components: + - type: Transform + pos: 52.5,23.5 + parent: 21002 + - uid: 26469 + components: + - type: Transform + pos: 53.5,27.5 + parent: 21002 + - uid: 26475 + components: + - type: Transform + pos: 54.5,26.5 + parent: 21002 + - uid: 26477 + components: + - type: Transform + pos: 51.5,26.5 + parent: 21002 + - uid: 26478 + components: + - type: Transform + pos: 51.5,23.5 + parent: 21002 + - uid: 26501 + components: + - type: Transform + pos: 55.5,25.5 + parent: 21002 - uid: 26577 components: - type: Transform @@ -188084,15 +189855,15 @@ entities: - type: Transform pos: 29.5,-45.5 parent: 2 - - uid: 18905 + - uid: 18925 components: - type: Transform - pos: -27.5,-51.5 + pos: 38.5,37.5 parent: 2 - - uid: 18925 + - uid: 25239 components: - type: Transform - pos: 38.5,37.5 + pos: -18.5,-56.5 parent: 2 - proto: WaterTankHighCapacity entities: @@ -188411,6 +190182,12 @@ entities: linkedPorts: 12356: - DoorStatus: DoorBolt + - uid: 19248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-55.5 + parent: 2 - proto: WindoorHydroponicsLocked entities: - uid: 3318 @@ -188739,12 +190516,6 @@ entities: rot: 3.141592653589793 rad pos: 12.5,34.5 parent: 2 - - uid: 23157 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,34.5 - parent: 2 - proto: Window entities: - uid: 13 @@ -189290,6 +191061,11 @@ entities: - type: Transform pos: -3.5,-39.5 parent: 2 + - uid: 28753 + components: + - type: Transform + pos: -24.5,3.5 + parent: 2 - proto: WindowDiagonal entities: - uid: 279 @@ -190163,13 +191939,18 @@ entities: - type: Transform pos: 18.5,4.5 parent: 21002 + - uid: 26383 + components: + - type: Transform + pos: 53.5,23.5 + parent: 21002 - uid: 26797 components: - type: Transform pos: 24.5,2.5 parent: 21002 - type: Door - secondsUntilStateChange: -449574.44 + secondsUntilStateChange: -484496.97 state: Opening - uid: 28863 components: diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_service.yml b/Resources/Prototypes/Catalog/Cargo/cargo_service.yml index 4701d50c013..42b44535734 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_service.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_service.yml @@ -18,6 +18,16 @@ category: cargoproduct-category-name-service group: market +- type: cargoProduct + id: ServiceLightsHoliday + icon: + sprite: Objects/Power/light_bulb.rsi + state: normal + product: CrateServiceHolidayLights + cost: 800 + category: cargoproduct-category-name-service + group: market + - type: cargoProduct id: MousetrapBoxes icon: @@ -207,3 +217,5 @@ cost: 500 category: cargoproduct-category-name-service group: market + + diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml index bc20d4a7cd0..9fed1755a16 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml @@ -84,6 +84,26 @@ - id: LightBulb amount: 6 +- type: entity + name: holiday lighttube box + parent: BoxLightbulb + id: BoxLighttubeHoliday + components: + - type: StorageFill + contents: + - id: LightTubeCrystalRed # Its alternating on purpose for the light replacer. + - id: LightTubeCrystalGreen + - id: LightTubeCrystalRed + - id: LightTubeCrystalGreen + - id: LightTubeCrystalRed + - id: LightTubeCrystalGreen + - id: LightTubeCrystalRed + - id: LightTubeCrystalGreen + - id: LightTubeCrystalRed + - id: LightTubeCrystalGreen + - id: LightTubeCrystalRed + - id: LightTubeCrystalGreen + - type: entity name: PDA box parent: BoxCardboard diff --git a/Resources/Prototypes/Catalog/Fills/Crates/service.yml b/Resources/Prototypes/Catalog/Fills/Crates/service.yml index 995a4218ae7..59a1ed476d7 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/service.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/service.yml @@ -32,6 +32,17 @@ - id: BoxLighttube - id: BoxLightbulb +- type: entity + id: CrateServiceHolidayLights + parent: CrateGenericSteel + name: holiday lights crate + description: Deck the halls with these festive holiday lights! + components: + - type: StorageFill + contents: + - id: BoxLighttubeHoliday + - id: BoxLighttubeHoliday + - type: entity id: CrateMousetrapBoxes parent: CrateGenericSteel diff --git a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml index 52c2c326896..723cd1148b1 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/mobs.yml @@ -880,3 +880,46 @@ - type: ConditionalSpawner prototypes: - MobHonkBot + +- type: entity + name: gingerbread man Spawner + id: SpawnMobGingerbreadAI + suffix: Ghostrole + parent: MarkerBase + components: + - type: Sprite + layers: + - state: green + - state: full + sprite: Mobs/Species/Gingerbread/parts.rsi + - type: ConditionalSpawner + prototypes: + - MobGingerbreadAI + +- type: entity + name: Reindeer Buck Spawner + id: SpawnMobReindeerBuck + parent: MarkerBase + components: + - type: Sprite + layers: + - state: green + - state: reindeer_buck_still + sprite: Mobs/Animals/reindeer_buck.rsi + - type: ConditionalSpawner + prototypes: + - MobReindeerBuck + +- type: entity + name: Reindeer Doe Spawner + id: SpawnMobReindeerDoe + parent: MarkerBase + components: + - type: Sprite + layers: + - state: green + - state: reindeer_doe_still + sprite: Mobs/Animals/reindeer_doe.rsi + - type: ConditionalSpawner + prototypes: + - MobReindeerDoe \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 48c83c8d1e8..20c7bf043c4 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -3468,3 +3468,97 @@ components: - type: ReplacementAccent accent: nymph + +- type: entity + name: reindeer buck + parent: [ SimpleMobBase, MobCombat ] + id: MobReindeerBuck + description: You think it can pull a sleigh? + components: + - type: Sprite + drawdepth: Mobs + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: reindeer_buck + sprite: Mobs/Animals/reindeer_buck.rsi +# - type: SpriteMovement # One day when this shit isnt broken as hell. For now they hoppity hop. +# movementLayers: +# movement: +# state: reindeer_buck +# noMovementLayers: +# movement: +# state: reindeer_buck_still + - type: Physics + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeCircle + radius: 0.48 + density: 200 + mask: + - MobMask + layer: + - MobLayer + - type: DamageStateVisuals + states: + Alive: + Base: reindeer_buck + Critical: + Base: reindeer_buck_dead + Dead: + Base: reindeer_buck_dead + - type: Butcherable + spawned: + - id: FoodMeat + amount: 4 + - type: Bloodstream + bloodMaxVolume: 300 + # Horns though + - type: MeleeWeapon + damage: + types: + Piercing: 22 + animation: WeaponArcFist + - type: NPCRetaliation + - type: FactionException + - type: NpcFactionMember + factions: + - Passive + - type: HTN + rootTask: + task: SimpleHostileCompound + - type: Puller + needsHands: false + +- type: entity + name: reindeer doe + parent: MobReindeerBuck + id: MobReindeerDoe + components: + - type: MeleeWeapon + damage: + types: + Blunt: 15 + animation: WeaponArcFist + - type: Sprite + drawdepth: Mobs + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: reindeer_doe + sprite: Mobs/Animals/reindeer_doe.rsi +# - type: SpriteMovement # One day when this shit isnt broken as hell. For now they hoppity hop. +# movementLayers: +# movement: +# state: reindeer_doe +# noMovementLayers: +# movement: +# state: reindeer_doe_still + - type: DamageStateVisuals + states: + Alive: + Base: reindeer_doe + Critical: + Base: reindeer_doe_dead + Dead: + Base: reindeer_doe_dead diff --git a/Resources/Prototypes/Entities/Mobs/Player/gingerbread.yml b/Resources/Prototypes/Entities/Mobs/Player/gingerbread.yml index 18ff8381d4f..e7cbd37ef6e 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/gingerbread.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/gingerbread.yml @@ -11,3 +11,23 @@ damageRecovery: types: Asphyxiation: -1.0 + +- type: entity + name: gingerbread man + id: MobGingerbreadAI + parent: [ MobGingerbread, MobCombat] + components: + - type: GhostRole + name: ghost-role-information-gingerbread-name + description: ghost-role-information-gingerbread-description + rules: ghost-role-information-nonantagonist-rules + - type: GhostTakeoverAvailable + - type: NPCRetaliation + - type: FactionException + - type: NpcFactionMember + factions: + - Passive + - type: HTN + rootTask: + task: SimpleHostileCompound + \ No newline at end of file diff --git a/Resources/Prototypes/Species/gingerbread.yml b/Resources/Prototypes/Species/gingerbread.yml index e6fc0d20df5..bcce8d6ca98 100644 --- a/Resources/Prototypes/Species/gingerbread.yml +++ b/Resources/Prototypes/Species/gingerbread.yml @@ -1,6 +1,6 @@ - type: species id: Gingerbread - name: species-name-human + name: species-name-gingerbread roundStart: false prototype: MobGingerbread sprites: MobGingerbreadSprites diff --git a/Resources/Textures/Mobs/Animals/reindeer_buck.rsi/meta.json b/Resources/Textures/Mobs/Animals/reindeer_buck.rsi/meta.json new file mode 100644 index 00000000000..43c40fc5496 --- /dev/null +++ b/Resources/Textures/Mobs/Animals/reindeer_buck.rsi/meta.json @@ -0,0 +1,52 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Deer by Calciumtrice, usable under Creative Commons Attribution 3.0 license, from https://opengameart.org/content/deer, edited by IProduceWidgets (github)", + "states": [ + { + "name": "reindeer_buck", + "directions": 4, + "delays": [ + [ + 1, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 1, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 1 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 1 + ] + ] + }, + { + "name": "reindeer_buck_still", + "directions": 4 + }, + { + "name": "reindeer_buck_dead" + } + ] +} diff --git a/Resources/Textures/Mobs/Animals/reindeer_buck.rsi/reindeer_buck.png b/Resources/Textures/Mobs/Animals/reindeer_buck.rsi/reindeer_buck.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf35f382c240f7b658c3dd7050e279bcbee9cfc GIT binary patch literal 3495 zcmV;Y4OsGtP)004jp1^@s6jALRO000ecNkl_5}qV%05!ODhikoW41`MVA&!B0s%L|#;qZxAgzf}V=yc{ zjAI$xY+;PULlC7(5n`)}$fnrBAxV?Q;Dv?R!i?T%G;{C#pSf3aAP`Ge_snA78ngfRYfp0DgbIj6)a$r0*-26Qg}3CZLJ)v-67> zJZWzvJ_E4dUcqPQ*t_3Q@Dl?3^y9XFR&6IuMtrPYM~txxPWW8fqIX(T}S_-Xs)b`^>6|8l#E ziq-&9m7VQuuH(v2KMS|5{Pgq0_O7P^mjs}REW2NJdr~+>#P1{ji7Qa90{_4N{9Aa} zJw-G`4(u7`y{fDrIQ zHUL-nl?OQJb@8y@=MJD+uRFaMEfWCO7lQ}AE}mUzq0Vx1G=^cnk6If$=xDby75HuD zU+Y42Yh!2Bap(lNwikPc$>Y{Dp?_cN0Xxf0gb+fr3oSIe&>H*92Y!+H!f!MGS_C}W z?MQuAHUbbM)!$iej{LG6p(q4^&VR)u2_*SG$wzz-`~5M}`6K{@KQ`Gk0ikkWBmde2 zr04qDOal#iT`#L~Ycq{x(CcCz0emcm5c%?jKZFKgGykcL;QLNK?Gwr`H2&I5Bl+_6 zd-CP$_XNVXE&Qcekm}Q**8`G7(@y}B|3eg`cgt$EzNR6bAD>eo@9|F`kA#L`SvbAK z0DJ%e5HOlOE94Z+o9d=vIefH$r-5mi0;kfT7DPrXfBsXGo!q#74d1wa4M!rDvjOD#_mK^ z>vgo>UcqbgbJ*sJXlMe6;z0b71kj(kDnO_P;5z?7uZSi~+S&DOB;fRND1^{RsFB{@ zWLbRHie%n;JliXhdH%E3L%#d)5&doU@6K}JBLB)Oq6qb@= zP=QLB?&3owG#Z@QR)~$yghVU$S#Y#yUI`e|n|dIuY!`x|^KaAvPDp%JL$O~|rbWQBb3Ar2lKne&p>q2dU5E5Sz`GCcbFX-dJ};Yv z@TxMK1klYt+kkZQpGE?hkHNQZn*@Ni)J76~1BWC4JBDd_Nh1%xjo51wur||3$bCtl zs!Zg5Bd-8_u7n}@pR_kXB;srlzyv?J|7?Ok)g=Hi`UW@z0elw#^kNL#1TewRE`IPb zju6zbpbb)+X3*K)!;VqD|bNX_vKEzh0=keO|eCN#As7{2w>ada;#|4qD6}q zt@tJ@pc6$aqgg!$)Fo6TVr)RE??FV;m2U3#^yjosXZH?S9cP3tbc}6_ zNQOuN(&^a(L`!xM3a&0q6t};dB(+1>~fW&+S0g?cr;P){DnZ&>1%DLz%eV-M`T4%XQ z#sGG?#y9@Xa&v4pxN-d&_Emr~@vpcd9<853rhyO^O!`#Pr~m$QDug4y&jOTfKqCVF z`1BV4>z}U>LKkcO*&T?)583T_#DgFo6ahjhK&Tl=75~@=KR&(1f4tg7XXhC4-b2AN z(K{nl1D{s_GR0t%0J=gy&;?jD{0WZ;tlYzc#RV-12vy)&1t3!lCIp}hAg{1o;kVJ{ zObUSBpD+9q$ADLF-Am}Rmpt(s@;ysXo!}GSEO@p6RD&ZkhO4*kB`%83#WboK2iX~j zmq*w5D|x5RSaBYTI|JIlPp-R)%vhi@i+p*` zWe$?_e2@UJ!P1@nNFr2x+bF^xpWfm}PZ!aZ%gN}U$}A+>CUpE`9Wd+BK5{Kdwfbz` zZ-wl_c||C~e=)S9k$ddEqfHA@o4#tToGS&;fBt5QeF~|j}DAhi|_^_+ex=OTWGtpg-(X2s5aA(QhpL`cc*&O zxD%TG&ZOX~_4>p=LJZo6Y@Ad&nC{_=D*jOi-0p0l7kh`v+WZ{0Au>cd$e`E7WI)ZO z)rtMnk`iM<+&i>Fd|L_8C6mvN#NyW-FPQ~>;7th$2q|nTT-9b839A`MNKXI#V(-wZ z#vQva)8`;+GmV5SXq7R7&jb_uTiK3eT71N>3f{c&o9@flpoDWsGIR+@#;r4cTbOCx zKlVW{*5BIvoRLPL30@!jE1a1S&?IO!1I`Lhx_YY31xcosc)aPT$iXNJj?A;*GFok> zk(41}KDD=_#c3c;WznKVi#A;rwf&-joPmHyL(GSu4>SRw@k0>+x&b9D zc-}_7z(W%N8b1U9pyQv)IMNlWQMJx;a{|0igVZi01ejfDp<%y|hW)x`DLh+M}n7V-gUd5Fpe7EHnN@ zbs)Up@QkM~c;#|}9xN^h$!8jXJWWBF0#GeLSyM?IWC8fbZ%n{EqvgG1$Y&COJWWB_ z0bO#}$8^>;=dMsnR093~yB7q8igvRw-TogcFSJEY@34W1i z68W6OpkgDbB4fANZ?9mV2h_Uaio{rX4paOpJ8(VBygo-U5mP(#3<*#YU>WV|ZO zt6F|ruVYgc1k=tYYdf3km~;VE{4PzW`?k%BAt9fvg0Gv;?d5 zIvVuqMv@t__{DN@`mczvQ2@H+Gvz?mxGQ<&Yc8!OS#l3~$=umo$EGS(q6Fjx!&SlL zX#}e33d$B>79QK(Icv?I3>Ny{{`k0GW)m=LS(Hu?*`-!0+9hld*aVp92Fe;;JTmyn zF|+FLObUS}eYU3HOJ{{A%Dd=9Ci5hOCLc+nNf4V$t7Ga?D#YLoUR5{nWOzE#9aQm8 z$H9hHpiSbj`hbM^B27Wv=3xT|eIm=oevE)?^K;lX`G^r&HlAdgZs1h{$;!YHH7VQV zU}p}~F3gfZgul78nw$(zjf5p##Da`pH13opAFB)L*S3BjA*5^v zQz7f|(SeiBCrf6QggRrPXDm}JWM4}Afz~4-1oSEVZ8H`wwDAVLF3#%Qw0jpjk z!f6GDL_pKP`3gEcYnT$y<=BHKAw9rQ2v`IwV%*Zu0~*3hu8U|{{U2CS VqqjdY6)pe(002ovPDHLkV1g55s zaB^>EX>4U6ba`-PAZ2)IW&i+q+U=KFk|Ze-ME^O(9Kl%(gX6G@%nj!F^9=Wh%&e@g z>Xw?%$&d^@00%==ZNaVo{Cm59@fTEsOQI#$oG<=TO*J$g%60$M^X;#6zRzEHhWP!Z z-@OL{U6D54Keavc8~yU}!fOxTzxKQGjD+$m^bEWfjJC7wHa{Clf4KX7dKRkde#o`x zXH)xQ>Ubs|Q=b1)k1e*?J;ZPKxg#kkO<|)L!iqj#=eyi)=j>pope8AS7=sLQ?3v3Ho*fjpkqG9Tq%c-Hf&e9G0X0p;@=SLZW)^#NA4 z^T|)&{Pyd#!w*bMVFjfPVZem-m8hYHaacWe*63b*8Ia-I850*eX~ZdQ++MrEu4sP24f+47*}HeK?mdPDn6xP%o%4_wJ0Y6 zBgMFJ(;H(@n3fN+{hPZF=KdCMPRifnE&Pr-XVm>Km~&9~owuK`HZ9MM!`SVGhUpdY zKIXJg9RJtF*PpikU+B*l>ch7_S8gbN6bvheKDCc|PjE=I&eVOK(q!yB(^g)&I7}NDALtEL!b*KL7QB1wj=oE2 z8&5M7R(4nSvJ8bjBF-^$O}tP>W{0I6w_#JJTr)|oYj!+@CHKl_z6(6SUzN;rUM%ekuUmY}m2g!_=Z-hd;(_2}bMVdA$y=`_ zj2AA+)+<~6hbB7En1@}_US-X|x zzxapdK1(AscPn=vLmKtdCyT7zm&@%I;A*fi`VrAujYx}VTK%+tpP)|ns3qwnQqQqM zJ1dQ}TsamjgotiKM#2(pQzlfOKIEbcN0r@}xFud~&dVqg3$r`xa@ilXHk)dcQ;#p; zRA>#woNQ`iuy%mV6skMcwW3{xq8v|?6m$%AL4a&jkUA)VO6{7154|vv<;%iDD0T}f zS??aqoO3YCuOVi(lic1h<$9F;k_4PU73xj^7-=rUpxeotkKL0&;d3@5B92-Kp(HW1;WX^D1&79dl{w@dzrE!25AEOT^!O zmXpaMojM`ukMJDdTi+SWkXv$lv`j(xE#6%!%)`FZTy7BWf-%|!tPk-kUq)y?hcJtU zU{y349@LdGEDll6E4BP(2P2SNRQ|Pf-wgv8V>9(zW|3@4o;4bI&#tVyLRN{*kg<7d zoDr_2)15Fta?e7k)=t|3)6Eb~#s|tNxEXew-$Y-Cr|KA5rX5o!6)QJLZ1(WnG)Pa^ z<8y5N*E!1k$>Nf=i?lFlhl?uD+jXq=%T)M7B%s;`SKQ5-;6i9z(QcSoJmQt5<~?hD zT)a@P*-YCjamq9G(IsJ}&4{1xMi}9J)M@SN1sLNUkm<{FQs7yV3TL6lb^4pB>mo3W z=B)MR%eb}Pj&G)Nkh;lCeUpRIVbVMyAv=Nw^&K4hZ94b2&fOz)#Zw^N22Bof=MGG^ zSP@BO)f(evb!tRI2Cf@bUJh|q=?;W8izEZ+k7+*v0BQ!6KTJOp{FvvuA%!4Bf42 zU*%{Y4N?+Qb5BQU*cG1Ev10j*0F6bOGl*tapi*U<0iDcs?Ts3iGyF@OmehJlDQsGvs>LI-{IW-yqu%x(P|B)b;n5R z$#$e>?+)&L2iNKBtTL<~%}Py!Y5R%XZH)0_9rSMdOB3e-p*VEX;AcH6A`Jn@FoF#Rs7AO_>OImI1r9e>uEivx znYqQ@mMm`C--|V_sr9Pxnt=&G)hr_wkBQmbsu+Al2mzY? z7?YT(C(?@c@-Cx2lm zudSrHPHPx(EFpm;M98S2j0!A7Y1c?Gk)rdMhkwZNC&?v~s|-et1yrFza{SGif2IRg5&fs5<5Chq~4 zJHX(RE*X*|`DqD-0`PuD-;@IeZh@XPw{NX;oIU^<>eccMaBv8W7Abq(q-aM~_YcsQ>@~32;bRa{vGf5&!@T5&_cPe*6Fc z00(qQO+^Ri3F%*V>m6!%HWV^xR73{&-rh}J~ zVkkA#V+Xe`?G`eb)_X&z(2RvNcq-W%k|sk(2MmRPCt&w;P++v57>@9$R| zA6Xof98VSC_xX46ZT|}ZK!PkS>UHFJ8ZeBWgcQOyD9kKCfg)VK_kcZWJ~uwB8(Ugr zftIwEA}+YR{AmEx~-pooUq+hT2dS)cwZ~ zg~z#?kXu;+?b8+O;_lT2u5W}YNZsn2Yi$+*Ac6t_CXDm#)-Cog0S$7=r!+u0GNTAh)DNXSe8z=w@>7P28?Z5S8CP7&)`+R&~D3)Kcry>X z+hlcCXaNp`%U@Dqvv3YQ$j&iy3@vkf6^M3&UZB-H6$P%Ie0000< KMNUMnLSTYx;Y}p~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Animals/reindeer_buck.rsi/reindeer_buck_still.png b/Resources/Textures/Mobs/Animals/reindeer_buck.rsi/reindeer_buck_still.png new file mode 100644 index 0000000000000000000000000000000000000000..6b1cb1cf04bdaff00c4a23346fd7cee9c8dfba3f GIT binary patch literal 1180 zcmV;N1Y`S&P)IjP;lvDMTZV;iA$_FI5k3$igf5Am_JCNAY=(jRv}}ct0-9np&$~q;L;(K zfH=HPP9`osiep4wx&+ecy7UX@%X=?(_wMc`t=}Yh_vicl?ss?JcXt9jnY3zG0sw$x z+jOP0Lu3?Vg&BSJ?{Ok-n4g^n1P=fZPbT5C4D{mi8s03u7n%k{Rsk#l z008X{)vf@M@~m2vt^ut47qb~7>j8q#<%=YjFOre_o1QWw_cz_|B7|9C^EJeT7g^yuzTv~uiuFu`|LNF1ZLpY051@t+mLD^f>b7> zK<+6Z0z~KNvnmt$CLIa7lMw&_@CZc#0IV0Uyvq-;5nZDy5{}A7f{WSAqjg9oAro2z zbNM1^)NA0Ej5O*s5KTs+jzBGu(cD^H?t+?$PdzH*{3T^;b(!iKeZN2`3=x*-0(5nL zLLJ-o{JvILheRq(OwM8Bfe-*dVYdn_365<;VYg}wv|k`(jDY%ah3hw6k)S&o#3)cE z5|lm@j3<+@lqnbmKTzp#B9$h$cMs(D?tz$|_oxIFS!hfaJkM`BEs;tS-1o!uJ=E#2 zic{#JBOqwBWt0%=JU~S@HnfXil;%bBFp@8AY)BsT+mk(+LE}w-gUYFB!}ua7>x_z% zBNar%Osas#VHItN7|{XR>p&!^oQgIgBf#xoqh9O2(qIAN@BJM1DvQ8*+lYh!baEy> z1&5V=n4g`7-_KtHI=)s|ho;jC95r_vNaV=<4P0DabF~qv0?Y(a_90Wh z`tG^_z+FG`P#7J>0~0qHJcli4*oF@9+7!U501eL!Z|@!g`^0yDm5rPysjAHaLxzA> zN;_QT{>f~RXB2gfw9zTRUSHvS7Co%EIzOT80;ua9A{j*RCP}dRfe~%c>+OIllYI&o zM4ANv@ayLf`t8e6w;*<+6HFKqWK_u#aZuWzA3kN_+3UBY+ZvLf3OKu$hn)iKG(eNN z6vf*l1mCj@jE#~W@I24Z7PA@Oa$(Nw{p#|9cl+gquS)}yfpzRr%0JP+&-Pi&ZkVvJ8=v+4OMnJTWrqc?n6N?InY4gMM^dBQZ9~ uqVT1M0NHzXllSvleU!atH+es=(#Jn)WSSD8a{6BY0000004jp1^@s6jALRO000aMNkl21?uWbCK6JA|I#0_}6d$#NbuuFv1ML zRcA+j{U*`v7R7%cz`yq1Os)S_pYEsr4THe0dbJB<5}*kF!x*O7|B9G0yngvYngXDH zMltPR?~a)KpGH(%6Yy+(jU)jZ?M#9{Q3*g@fK$5<$e=;! z0-XANz_J~L6m1s({UAiY67cT)LOfevBRda;O#t>ktp7o#V9Xuiq7eYw{~uPCMV$XX ztSnF6k+Ab(1bs)C@_Ho2IWhJ>jQ>?v= z`0xKd&O8Cw|FHgB?E_|6?v(eEs1F}UB5paM@aS!w(anSZCF;J5_j4Qc`ay4x)wgb>fy+T!_Id*VF||EU^4 z9{G17;LSxh(|fZ<0Kjs+KDG&V;XMpcHGn+wU-d}>Bp;J}V0$zeOpp$f02KE0WUBoOIi!}|I>|joTrc)glw}ch} zNq(ZlfP4T2ARr?grg924O?4D&;TR=FnWsPogHaSLEiTBV#Rcv>oPT^=b#~;i-;=|B zPhNF)N=L%0&W?lxQ29?ufKd6jI&TE~Sx;71?p=x+4F==&U>Fy~uR1#tu77s7Tc{d& z5O9bATo%I~gK8hcb{_e+UXB&wJD~`0bI~1NhQjJXkOVaW@ORz^La$%Gkgs39kSh7W z{#9p3!smI}&m;d8*FmT&aN%zZ@=+5Y#CM8B0P6fZ-xH$Bph2*Z9)LITv+*KZQ#avZflq-r00$FvWC`;mQ7p&o!O`O*|pv91YI z_+KRZFa|OLh8jTG6EMy8L%>@fP~9)dTOLeba9~ORFG`qU0`h4HdVNA_us~(W2|(>X zsX%2>u7oh?P&k1~27~M*@$zn9C2=vt#0Jy~5DlX2MZ$&L2ry=UCcaso^Rh&2OH&p;dPO=0ri z^tAWfu7rSUJ3P}?2)u_pQxjmLy(ypomlhYs1!zhDH36s_P_C;dbme+@tiq?yUvjlO z?Dr%%+de#-c%U=piV-URRoiOOV?EA69Yb3DQ3-WS?jNFAWr;H|DK6>6y&2KKv4>iY6i0Pf8ve5|N29|JHN1c4u<|c zQ_`~pKCJ+<6hlY?xC;GH7vQw{KQRSAc=R*^62@&9gn&ZJVW_rE3Q(%;6Cq@10;mO$ zR9G(l=S4mfNqh=G-Ck1sZF8SwJIZqOqCXWU3tXq25Vl>%5LbLY{`(LxtqUd1J}xtm ziCnJn&+30Q3jwHrZQC>h_>RG6+Vkl`wkQ1`JbD`GMHnLfx1+nn&r^?reWuzp<8eF5 zPy{}HW||sWqC>u-}uW?IcZUn9I$w_~=rA`gUO(whbg}1FD(= z45Z0o)RYi)Ah3hq#f@HW75XS8?{!l)vx__`A9cRz?z8fEZF}62#@FAd2 z&_V`W7oPO(=9o>Q^mjq3iJRtN%!(h0N5Qj*TB8}wLc%b$w;4PQ@KnZNFc=I5gTY`h z7z{=^z}kKcQh>G}{D0Nik*w{<4JfY$bni;YXfO~P?ahg6kWW@uO7k2tUB(Rxux#3X zy8n4eyWJz8y5bhJ{V)Y}s0jc%e#3rGE-fyM3lLk|4~qcQ4QOJc5O5H&0bmkPo$8;j zwZ~&wuGe$#!bR}^sAvUfcTqa9X$*P# zpXnY~6A=Mfbput&wO@W+A1eVAi2y|{z*+V`vK@#iI3}3%1?T4?@oar9mVCYeNYfO| zQUJCEm=!jOqbvYy|E-ANs|}cid_Dn4k}I<*0Gk5L3U%C}3m`92=H%SAyo{zYyQWn5^#!d3S!{Y}{9Q2^_#uj53{f^wG|-t!W zun7Jqs$;45pf1JDws5lKwDkGtOc0lPw4KPq`;8H7x+EQ9^dgMnSe>!fG$B)MJm(C zoE8K<0Y18cS)mqB7XM+N+4grng`ko?SyS*$ZiN?@_p}+T68B?0i9SJWZS78|OW6>^ zGeEsr;3{5@&$g-Iv z+gt;06G&YKF0VC)`pn_mg>@3d`QO^wjc!MGq-QNmV}kL=jk}_fPuB)K?H&iMU{!-K zE&2NN8(KdQ2${8m*^u@9&D&f$Usf{fBy<^zI%E0z0^73M4)sk)K)@p0i{hgX7+R_= zsdKCPfx4_4_4ubwE3ile^bH(V(A8PPmwMGt6M?#2rZ))Xv5 dtLE5w literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Animals/reindeer_doe.rsi/reindeer_doe_dead.png b/Resources/Textures/Mobs/Animals/reindeer_doe.rsi/reindeer_doe_dead.png new file mode 100644 index 0000000000000000000000000000000000000000..a189b38786342909711ffe33e48cbe1ea1ffdc20 GIT binary patch literal 3081 zcmV+k4EFPhP) zaB^>EX>4U6ba`-PAZ2)IW&i+q+U=NGk|Q||ME`k;IRZCuISyB|zQG)S9vC5|luLD$ zb$?DqNenRhSD+2o&)n|ujehxf;jxD6@BOCSPkgy2x*t3y47#$eHeZdT-(USM-V@bz-K1Lb ztEv4qb=(7wDfg$;V~b99J>s`{?T8tarm#@(egzlo`7YO(pq~&LJ)UnHBIB_5x;Hc- z*xM2Sd2{d4TKfvn8_174^BMi;-6!yUyZgf@EYpn^&4BXUh{S?D8s6%uwd^n^6$r_RX6dfFIXQzkSh zY`>=H;y$z$4$pycLVJafGkM+<01;~o#<&0jHn|`!Ih(!D&VgfrpoZn1*yu3eMEt}^ zA45pqWM90l%{$qhv0i-g+D&eP2ni`HO4o3y6>UKEBx!(sB988oegx#}rP}i700<=A(o0tPCJ%ubkQ9V)V+Ka%QV$Iq?`N z%8i*$8H2*OoR{sM+^1ypBsmDWUU}$ z&*V_x$n@9j=h!|W=YeU(S=elbg!>wdCxZN0=@%UFc!iaoW&`#BVEWhv&bU1=$J{i2_7fO*|=NTeT0WV5ohT3>3O(u=y=#iAT6MPh-+me z!XG81rxFbFl2-rNH>wkv3*)E^;VU}>jTL^6C#2O?ijb9#>uR4*;*ROJ#4r8H%%qTT6&kZ8D9JfKJy^i)Q#ak~Sa zZEVoIu^?Z{Hc2i))$$UNWdeks+FBW)x0=&otCmRVu%uN9b+L`hy$2-obBfk>PyjUA zlGdFNIXBGjV%K~d%ooK6w4Rf?^i(^C5}cX|D7C@MlmXM4%Qh{YGy~j*Xxl_1Z^V7; zqc@A5e%t}gva9#ev~g{6hM{nhrx+1NWoumh7UUNAg$bgvjYv^Neo?aW!N?L1-a z@>D7hlMqe*`xN_^vL2G!Z4KWV)u0n|T-QFzxX}~**8yc+gBV5Ru~Lo;k;}dv>v}L7 z9x9h^Rn%qKwPgnNA{n4+ROs;j7#@EXyHzA~Ox2fDXq*ns13*gZJFqqEo_CtckTQPt z6$5)RVj}$7>>O`v9dk``2=kirpc7A29B8epc#Db`_lt@bVGgocdH&YfKo!5oOFFB^&P2Hgq6bQF~Uahr~`SR`BXi8J%wqQeWa>lHa~L_-9x(Z|BBd8aO^ zajM|X4R~}mM^}mhqCi}pBV;#*2C!QCNK$Q# zaV0#X|KF!KFKvHlEX>4Tx0C=2zkv&MmKp2MKrj?3RMC>5qkfAz=1yK=4sbUcO$^z3+Xw`wkEq6{ebj z2|(2>BNdN{+1#oad_@QWn*A7)n5ieyiy3&1uY36Tei!9g-gSSDUL|ibz$X&VG2O6; zH;898EuHf|ahR1Ph4`F!+@K2*KXP4m`HgeYVS#6cjZA8uI7}=SJ6P^uRx(uLY2t{Y zYLqWzT~;`6aaJoe*19KuVJNSyq`6LO7;!8ifh0u8sG*DsEJSJ7NHLM3^O%Q!$nhu1 zC6lWRMvetkp+a)};D7MDw`O5#(oG7*fUXzY{ulv*yFjyU+uz5w-8=#O&%l+|_E#Ig z>?i5$WEE0hc?#;FB&Hk|X(P355dien#Jv0|st^o;9~`t#h0{02%7l z@(pls2#gjfd)?#R-JN~=x2Dyg~1_U2q?oW>Z00I?BL_t(o!|heON&`U@ zJtHmzEbROM1uX)Kg-wVAL_tf7_&__c3Yy+vCECZ3(oTtw!csvI#6gf062&45ViSYd zSqPC7V_{~QoyTTYAxz)oiF-m~|db3+(o_|0g;FULQCe*k|A!1n6$k9(4cbKr12 z&0cFC`}ws^5(J8$w-mt3{Utlw-2(t{ARQ5X9e(~*Fhrh&A_&_M!Gr~*h_JIKMn-0) zjS0H5jtKFsFj~^Opi+4>77g2-&=iP*{K|`8Ys`v@Ho=0Siv&>>nt}#*9+2L6+;>sl zH>1N=3myfB>uF#621kb(0MzSsZQ{e#RZFOl2a){MS`d!o7z?_TDxJGNy)fES5#inW zf%g&)K#raK764#qppS@PT}n|bl>q>AsRd)+#{RLF*B;b9mr?=%Z(ZF!ApK(#xH&mO zu~cRf2mtUv=t3-Rw4qFeP4I4s6o|rgDaB+aOTP8*xY054DH{e^PG`Ypk;)a|QtGW# zu3$e2@6Hbp)`FrQ8qdld9R-0RbR0)(L0v~g;WdCT-U$GxK0Onw4)CuxgWQV}%;Zba*7dl2pFgj@gkq^I#?}K6)y4r( z5&TvQs*MAu%VCpekqK~ev}g1zs+pjgbZJs{Rt5{62Txb4PRWndVyIXui<{d!adUeo z;)r`3ZQE67hD+Y$S(GT2%A(zouwHLi4M3uo!(p65Bu;=qqs{Sz#O()+OcIO}I-!#& zJ{!8}b{tdi6e&`qNRh&@OqrG{8{3h=#o4jkSy__J`j(^wF3ygnsV)B9tZzwETMi;y z!6A8im&fEX6TSR|HUPlB1Qpv<7(0xcCaM_yK)-{wQIU_-1E?1uaNqFe_D=g=yz{rW zS<#9a1)SayLSoCc-GQHv^=fd?Xhu2G&O?A6VPRaGZdhQ(#{`I5Ux^XGhP-PLvLb)JAC49h80Fe*epo6MjQ4?^BH>4nv1Wn)`V@l_tI zwE)+ZZQS3c4ON7|iy?LQB@802q4v4oj#6fr+Xao~DDMdbZTsB69%_?`gNSPk;*$Qq zz_2g;I{CzEm}}>{4_X1ZXYDS|=$-V9dkEp;@FMKK{RJ?G`yA2AV#fdg002ovPDHLk FV1gDS>`VXv literal 0 HcmV?d00001 From 237324e2687540b4b3fc196cb38a85d7858998b8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 1 Dec 2024 06:31:13 +0000 Subject: [PATCH 103/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index d029717b05b..088e51a4293 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Mephisto72 - changes: - - message: The Detective can now access Externals and Cryogenics like their Officer - counterpart. - type: Tweak - id: 7170 - time: '2024-08-19T23:44:51.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30203 - author: Vermidia changes: - message: Mothroaches can now wear anything hamlet can wear @@ -3907,3 +3899,14 @@ id: 7669 time: '2024-11-30T19:31:40.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32869 +- author: IProduceWidgets + changes: + - message: Reindeer. + type: Add + - message: the legally distinct cookie monster. + type: Add + - message: cargo order for holiday light tubes. + type: Add + id: 7670 + time: '2024-12-01T06:30:01.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33364 From d4067bcaab3f0b258ec055aeeb491514a1b76f4d Mon Sep 17 00:00:00 2001 From: MilenVolf <63782763+MilenVolf@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:34:18 +0300 Subject: [PATCH 104/160] Fix wrong system usage (#33679) Fix wrong system using --- Content.Shared/Random/Rules/NearbyTilesPercent.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Content.Shared/Random/Rules/NearbyTilesPercent.cs b/Content.Shared/Random/Rules/NearbyTilesPercent.cs index 8d6485dc768..beadfea05be 100644 --- a/Content.Shared/Random/Rules/NearbyTilesPercent.cs +++ b/Content.Shared/Random/Rules/NearbyTilesPercent.cs @@ -23,8 +23,6 @@ public sealed partial class NearbyTilesPercentRule : RulesRule [DataField] public float Range = 10f; - private readonly SharedMapSystem _map; - public override bool Check(EntityManager entManager, EntityUid uid) { if (!entManager.TryGetComponent(uid, out TransformComponent? xform) || @@ -34,13 +32,14 @@ public override bool Check(EntityManager entManager, EntityUid uid) } var transform = entManager.System(); + var mapSys = entManager.System(); var tileDef = IoCManager.Resolve(); var physicsQuery = entManager.GetEntityQuery(); var tileCount = 0; var matchingTileCount = 0; - foreach (var tile in _map.GetTilesIntersecting(xform.GridUid.Value, grid, new Circle(transform.GetWorldPosition(xform), + foreach (var tile in mapSys.GetTilesIntersecting(xform.GridUid.Value, grid, new Circle(transform.GetWorldPosition(xform), Range))) { // Only consider collidable anchored (for reasons some subfloor stuff has physics but non-collidable) From b3841e841460978592776bce1c48d24392355af4 Mon Sep 17 00:00:00 2001 From: MilenVolf <63782763+MilenVolf@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:09:34 +0300 Subject: [PATCH 105/160] Fix BuckleSystem always marking InteractHandEvent as Handled (#33602) * Add check before marking event as handled * Update Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Cleanup --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs b/Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs index 1a15e52a3c4..4a4da176f6d 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs @@ -115,10 +115,9 @@ private void OnBuckleInteractHand(Entity ent, ref InteractHandE return; if (ent.Comp.BuckledTo != null) - TryUnbuckle(ent!, args.User, popup: true); + args.Handled = TryUnbuckle(ent!, args.User, popup: true); // TODO BUCKLE add out bool for whether a pop-up was generated or not. - args.Handled = true; } private void AddStrapVerbs(EntityUid uid, StrapComponent component, GetVerbsEvent args) From 560fd8dd77213759134e94c7e76b3e14486fe0c3 Mon Sep 17 00:00:00 2001 From: PJBot Date: Sun, 1 Dec 2024 22:10:41 +0000 Subject: [PATCH 106/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 088e51a4293..0a65059daa9 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Vermidia - changes: - - message: Mothroaches can now wear anything hamlet can wear - type: Add - id: 7171 - time: '2024-08-20T04:20:12.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/28956 - author: Cojoke-dot changes: - message: Devouring bodies now reduces bleed for Space Dragons. @@ -3910,3 +3903,10 @@ id: 7670 time: '2024-12-01T06:30:01.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33364 +- author: MilenVolf + changes: + - message: Mouses, mothroaches, cockroaches and etc can be picked up once again. + type: Fix + id: 7671 + time: '2024-12-01T22:09:34.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33602 From 7f966ab9b1cff5fa714b4733a3593ecb2c270c43 Mon Sep 17 00:00:00 2001 From: dylanstrategie <188926747+dylanstrategie@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:29:45 +0100 Subject: [PATCH 107/160] Touching up Bagel Security Brig (#33680) * Touching up Bagel Security Brig * Added a few missing door names * Last door name I promise * Address feedback * Forgot to delete old shutter button --------- Co-authored-by: dylanstrategie <188926747+dylanstrategie@users.noreply.github.com~> --- Resources/Maps/bagel.yml | 1686 ++++++++++++++++++++++---------------- 1 file changed, 960 insertions(+), 726 deletions(-) diff --git a/Resources/Maps/bagel.yml b/Resources/Maps/bagel.yml index 3c858a4ff93..424a76ed1a3 100644 --- a/Resources/Maps/bagel.yml +++ b/Resources/Maps/bagel.yml @@ -9705,13 +9705,41 @@ entities: parent: 60 - type: DeviceList devices: - - 5562 + - 21734 + - 21733 - 5565 - - 5563 + - 5562 - 8466 - - 21733 - - 9154 - - 8413 + - 5563 + - 6307 + - 6308 + - 1902 + - 1651 + - 1893 + - 1682 + - 5454 + - 1665 + - 1850 + - 1669 + - 1846 + - 1652 + - 1564 + - 1838 + - 6759 + - 7790 + - uid: 2103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-20.5 + parent: 60 + - type: DeviceList + devices: + - 6648 + - 8230 + - 1633 + - 1636 + - 1559 - uid: 4046 components: - type: Transform @@ -9825,6 +9853,34 @@ entities: - 21029 - 21084 - 21087 + - uid: 8260 + components: + - type: Transform + pos: -19.5,3.5 + parent: 60 + - type: DeviceList + devices: + - 6762 + - 5425 + - uid: 8265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-15.5 + parent: 60 + - type: DeviceList + devices: + - 8259 + - 8269 + - uid: 8271 + components: + - type: Transform + pos: -25.5,3.5 + parent: 60 + - type: DeviceList + devices: + - 3197 + - 8898 - uid: 8669 components: - type: Transform @@ -9832,10 +9888,26 @@ entities: parent: 60 - type: DeviceList devices: - - 8265 - - 2793 - - 9679 - - 6034 + - 2861 + - 8718 + - uid: 8714 + components: + - type: Transform + pos: -18.5,-1.5 + parent: 60 + - type: DeviceList + devices: + - 11978 + - 9156 + - uid: 8791 + components: + - type: Transform + pos: -32.5,-1.5 + parent: 60 + - type: DeviceList + devices: + - 9034 + - 2791 - uid: 11464 components: - type: Transform @@ -10922,14 +10994,14 @@ entities: - uid: 1467 components: - type: MetaData - name: Warden's Office + name: Warden Office - type: Transform pos: -26.5,-6.5 parent: 60 - uid: 19786 components: - type: MetaData - name: Armory + name: Secure Armory - type: Transform pos: -26.5,-1.5 parent: 60 @@ -11031,35 +11103,30 @@ entities: - uid: 144 components: - type: MetaData - name: Security Lobby + name: Brig Medbay - type: Transform - pos: -21.5,-18.5 + pos: -20.5,-3.5 parent: 60 + - type: PaintableAirlock + department: Medical - uid: 244 components: - type: MetaData - name: Brig + name: Security Brig - type: Transform pos: -27.5,-17.5 parent: 60 - - uid: 307 - components: - - type: MetaData - name: Security Lobby - - type: Transform - pos: -21.5,-20.5 - parent: 60 - uid: 1487 components: - type: MetaData - name: Front Desk + name: Security Front Desk - type: Transform pos: -21.5,-15.5 parent: 60 - uid: 7901 components: - type: MetaData - name: Brig + name: Security Brig - type: Transform pos: -25.5,-17.5 parent: 60 @@ -12342,6 +12409,26 @@ entities: parent: 60 - proto: AirlockGlass entities: + - uid: 51 + components: + - type: MetaData + name: Security Lobby + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-18.5 + parent: 60 + - type: PaintableAirlock + department: Security + - uid: 84 + components: + - type: MetaData + name: Security Lobby + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-20.5 + parent: 60 + - type: PaintableAirlock + department: Security - uid: 211 components: - type: Transform @@ -12710,7 +12797,7 @@ entities: - uid: 1729 components: - type: MetaData - name: HoS's Room + name: Head of Security Office - type: Transform pos: -21.5,-1.5 parent: 60 @@ -12921,6 +13008,8 @@ entities: entities: - uid: 363 components: + - type: MetaData + name: Security Maintenance - type: Transform pos: -26.5,6.5 parent: 60 @@ -13045,6 +13134,8 @@ entities: parent: 60 - uid: 9151 components: + - type: MetaData + name: Security Maintenance - type: Transform pos: -17.5,4.5 parent: 60 @@ -13185,7 +13276,7 @@ entities: - uid: 1847 components: - type: MetaData - name: Sec Maint + name: Security Maintenance - type: Transform pos: -29.5,5.5 parent: 60 @@ -13453,13 +13544,6 @@ entities: - type: Transform pos: -31.5,-16.5 parent: 60 - - uid: 1970 - components: - - type: MetaData - name: Brig Med - - type: Transform - pos: -20.5,-3.5 - parent: 60 - proto: AirlockSecurityLawyerLocked entities: - uid: 4686 @@ -13479,14 +13563,14 @@ entities: - uid: 1889 components: - type: MetaData - name: Sec Breakroom + name: Security Break Room - type: Transform pos: -35.5,4.5 parent: 60 - uid: 2086 components: - type: MetaData - name: Backroom + name: Security Break Room - type: Transform pos: -30.5,-1.5 parent: 60 @@ -14010,6 +14094,9 @@ entities: - type: Transform pos: -25.5,-3.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - uid: 21734 components: - type: Transform @@ -14018,6 +14105,7 @@ entities: - type: DeviceNetwork deviceLists: - 21736 + - 249 - uid: 21772 components: - type: Transform @@ -15781,11 +15869,6 @@ entities: - type: Transform pos: -33.5,-7.5 parent: 60 - - uid: 1852 - components: - - type: Transform - pos: -18.5,-7.5 - parent: 60 - uid: 1857 components: - type: Transform @@ -16897,10 +16980,10 @@ entities: parent: 60 - proto: BoxHandcuff entities: - - uid: 178 + - uid: 1872 components: - type: Transform - pos: -26.426329,-14.112597 + pos: -25.850195,-13.340575 parent: 60 - proto: BoxLatexGloves entities: @@ -16923,6 +17006,11 @@ entities: parent: 60 - proto: BoxLightMixed entities: + - uid: 1940 + components: + - type: Transform + pos: -32.45523,-0.43822744 + parent: 60 - uid: 3972 components: - type: Transform @@ -17032,6 +17120,8 @@ entities: entities: - uid: 1468 components: + - type: MetaData + name: Cell 3 Timer - type: Transform pos: -32.5,-5.5 parent: 60 @@ -17043,6 +17133,8 @@ entities: - Timer: Open - uid: 1485 components: + - type: MetaData + name: Cell 4 Timer - type: Transform pos: -32.5,-8.5 parent: 60 @@ -17054,6 +17146,8 @@ entities: - Timer: Open - uid: 1486 components: + - type: MetaData + name: Cell 5 Timer - type: Transform pos: -32.5,-11.5 parent: 60 @@ -17065,6 +17159,8 @@ entities: - Timer: Open - uid: 1488 components: + - type: MetaData + name: Cell 1 Timer - type: Transform pos: -20.5,-8.5 parent: 60 @@ -17076,6 +17172,8 @@ entities: - Timer: Open - uid: 6971 components: + - type: MetaData + name: Medical Cell Timer - type: Transform pos: -20.5,-5.5 parent: 60 @@ -17087,6 +17185,8 @@ entities: - Timer: Open - uid: 6972 components: + - type: MetaData + name: Cell 2 Timer - type: Transform pos: -20.5,-11.5 parent: 60 @@ -17155,8 +17255,19 @@ entities: rot: 3.141592653589793 rad pos: 55.5,5.5 parent: 60 + - uid: 23939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-18.5 + parent: 60 - proto: ButtonFrameCautionSecurity entities: + - uid: 766 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 60 - uid: 5659 components: - type: Transform @@ -17170,11 +17281,6 @@ entities: rot: 3.141592653589793 rad pos: 35.5,-21.5 parent: 60 - - uid: 9176 - components: - - type: Transform - pos: -20.5,-14.5 - parent: 60 - proto: ButtonFrameGrey entities: - uid: 19839 @@ -17191,6 +17297,12 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,5.5 parent: 60 + - uid: 23940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-14.5 + parent: 60 - proto: CableApcExtension entities: - uid: 23 @@ -42458,6 +42570,11 @@ entities: - type: Transform pos: 41.5,-18.5 parent: 60 + - uid: 178 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 60 - uid: 241 components: - type: Transform @@ -42528,11 +42645,6 @@ entities: - type: Transform pos: -56.5,-18.5 parent: 60 - - uid: 766 - components: - - type: Transform - pos: -31.5,-5.5 - parent: 60 - uid: 767 components: - type: Transform @@ -44958,6 +45070,11 @@ entities: - type: Transform pos: 41.5,-43.5 parent: 60 + - uid: 10829 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 60 - uid: 10882 components: - type: Transform @@ -45438,6 +45555,11 @@ entities: - type: Transform pos: 29.5,18.5 parent: 60 + - uid: 11759 + components: + - type: Transform + pos: -20.5,-4.5 + parent: 60 - uid: 11890 components: - type: Transform @@ -55985,11 +56107,6 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,-18.5 parent: 60 - - uid: 84 - components: - - type: Transform - pos: -28.5,-18.5 - parent: 60 - uid: 662 components: - type: Transform @@ -56228,6 +56345,12 @@ entities: - type: Transform pos: -11.5,-55.5 parent: 60 + - uid: 5971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-20.5 + parent: 60 - uid: 6322 components: - type: Transform @@ -56416,10 +56539,11 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,-50.5 parent: 60 - - uid: 8228 + - uid: 9042 components: - type: Transform - pos: -24.5,-18.5 + rot: 3.141592653589793 rad + pos: -24.5,-20.5 parent: 60 - uid: 9079 components: @@ -56465,6 +56589,12 @@ entities: - type: Transform pos: -48.5,4.5 parent: 60 + - uid: 9680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-20.5 + parent: 60 - uid: 10847 components: - type: Transform @@ -57043,6 +57173,18 @@ entities: rot: -1.5707963267948966 rad pos: 38.514114,2.6323514 parent: 60 + - uid: 1924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.474321,-9.37935 + parent: 60 + - uid: 1937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.568071,-9.4106 + parent: 60 - uid: 2590 components: - type: Transform @@ -57088,23 +57230,12 @@ entities: rot: 1.5707963267948966 rad pos: 43.634438,14.652265 parent: 60 - - uid: 4627 - components: - - type: Transform - pos: -27.5,-14.5 - parent: 60 - uid: 5547 components: - type: Transform rot: 3.141592653589793 rad pos: -42.5,8.5 parent: 60 - - uid: 5799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-14.5 - parent: 60 - uid: 6628 components: - type: Transform @@ -57197,12 +57328,6 @@ entities: - type: Transform pos: -41.5,4.5 parent: 60 - - uid: 10369 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-6.5 - parent: 60 - uid: 10807 components: - type: Transform @@ -57873,6 +57998,12 @@ entities: - type: Transform pos: 2.5348077,-76.44673 parent: 60 + - uid: 9155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.503572,-20.408875 + parent: 60 - uid: 13678 components: - type: Transform @@ -61585,10 +61716,11 @@ entities: rot: 3.141592653589793 rad pos: -26.5,-30.5 parent: 60 - - uid: 7685 + - uid: 9153 components: - type: Transform - pos: -25.5,-13.5 + rot: 3.141592653589793 rad + pos: -29.5,-7.5 parent: 60 - uid: 13383 components: @@ -63961,16 +64093,16 @@ entities: rot: 3.141592653589793 rad pos: 28.5,-24.5 parent: 60 - - uid: 8710 + - uid: 8273 components: - type: Transform - pos: -18.5,-19.5 + rot: 1.5707963267948966 rad + pos: -26.5,-5.5 parent: 60 - - uid: 8712 + - uid: 8710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-5.5 + pos: -18.5,-19.5 parent: 60 - uid: 8947 components: @@ -64420,12 +64552,6 @@ entities: - type: Transform pos: 16.5,12.5 parent: 60 - - uid: 8711 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-19.5 - parent: 60 - uid: 14089 components: - type: Transform @@ -64472,6 +64598,12 @@ entities: rot: -1.5707963267948966 rad pos: 37.5,8.5 parent: 60 + - uid: 23938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-19.5 + parent: 60 - proto: DisposalPipe entities: - uid: 5 @@ -65404,6 +65536,18 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,24.5 parent: 60 + - uid: 1919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-5.5 + parent: 60 + - uid: 1922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-19.5 + parent: 60 - uid: 1950 components: - type: Transform @@ -66594,6 +66738,11 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-44.5 parent: 60 + - uid: 8229 + components: + - type: Transform + pos: -26.5,-6.5 + parent: 60 - uid: 8251 components: - type: Transform @@ -66648,96 +66797,12 @@ entities: - type: Transform pos: 16.5,23.5 parent: 60 - - uid: 8713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-6.5 - parent: 60 - - uid: 8714 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-7.5 - parent: 60 - - uid: 8715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-8.5 - parent: 60 - - uid: 8716 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-9.5 - parent: 60 - - uid: 8717 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-10.5 - parent: 60 - - uid: 8718 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-11.5 - parent: 60 - - uid: 8719 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-12.5 - parent: 60 - - uid: 8720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-13.5 - parent: 60 - - uid: 8721 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-14.5 - parent: 60 - - uid: 8722 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-15.5 - parent: 60 - - uid: 8735 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-16.5 - parent: 60 - - uid: 8748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-17.5 - parent: 60 - - uid: 8749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-18.5 - parent: 60 - uid: 8891 components: - type: Transform rot: -1.5707963267948966 rad pos: -24.5,-19.5 parent: 60 - - uid: 8892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-19.5 - parent: 60 - uid: 8897 components: - type: Transform @@ -67811,6 +67876,66 @@ entities: rot: -1.5707963267948966 rad pos: 15.5,-13.5 parent: 60 + - uid: 23926 + components: + - type: Transform + pos: -26.5,-7.5 + parent: 60 + - uid: 23927 + components: + - type: Transform + pos: -26.5,-8.5 + parent: 60 + - uid: 23928 + components: + - type: Transform + pos: -26.5,-9.5 + parent: 60 + - uid: 23929 + components: + - type: Transform + pos: -26.5,-10.5 + parent: 60 + - uid: 23930 + components: + - type: Transform + pos: -26.5,-11.5 + parent: 60 + - uid: 23931 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 60 + - uid: 23932 + components: + - type: Transform + pos: -26.5,-13.5 + parent: 60 + - uid: 23933 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 60 + - uid: 23934 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 60 + - uid: 23935 + components: + - type: Transform + pos: -26.5,-16.5 + parent: 60 + - uid: 23936 + components: + - type: Transform + pos: -26.5,-17.5 + parent: 60 + - uid: 23937 + components: + - type: Transform + pos: -26.5,-18.5 + parent: 60 - uid: 24082 components: - type: Transform @@ -71460,16 +71585,25 @@ entities: - type: Transform pos: -22.5,-20.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 2103 - uid: 1633 components: - type: Transform pos: -22.5,-18.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 2103 - uid: 1636 components: - type: Transform pos: -22.5,-19.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 2103 - uid: 2044 components: - type: Transform @@ -71661,6 +71795,7 @@ entities: - type: DeviceNetwork deviceLists: - 21736 + - 249 - uid: 5563 components: - type: Transform @@ -71669,6 +71804,7 @@ entities: - type: DeviceNetwork deviceLists: - 21736 + - 249 - uid: 5565 components: - type: Transform @@ -71677,6 +71813,7 @@ entities: - type: DeviceNetwork deviceLists: - 21736 + - 249 - uid: 5623 components: - type: Transform @@ -71918,6 +72055,7 @@ entities: - type: DeviceNetwork deviceLists: - 21736 + - 249 - uid: 8611 components: - type: Transform @@ -73442,10 +73580,10 @@ entities: parent: 60 - proto: FoodBoxDonut entities: - - uid: 1919 + - uid: 1930 components: - type: Transform - pos: -26.46309,-14.295396 + pos: -25.24082,-13.2937 parent: 60 - uid: 24664 components: @@ -74361,14 +74499,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1823 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1836 components: - type: Transform @@ -74384,13 +74514,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1922 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1926 components: - type: Transform @@ -74398,53 +74521,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1940 - components: - - type: Transform - pos: -21.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1942 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1965 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 1966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1973 components: - type: Transform @@ -74551,6 +74627,14 @@ entities: - type: Transform pos: 49.5,-19.5 parent: 60 + - uid: 3198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-3.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3211 components: - type: Transform @@ -74575,14 +74659,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-0.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 4739 components: - type: Transform @@ -74661,14 +74737,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 5425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-15.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 5474 components: - type: Transform @@ -74854,14 +74922,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 6365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,5.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 6401 components: - type: Transform @@ -74943,13 +75003,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8271 + - uid: 8258 components: - type: Transform - pos: -30.5,0.5 + rot: 1.5707963267948966 rad + pos: -25.5,-8.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 8579 components: - type: Transform @@ -74966,6 +75027,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 8948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-0.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 8970 components: - type: Transform @@ -74979,11 +75048,18 @@ entities: rot: 3.141592653589793 rad pos: 47.5,-21.5 parent: 60 + - uid: 9030 + components: + - type: Transform + pos: -30.5,0.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9032 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,0.5 + pos: -21.5,1.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' @@ -75002,14 +75078,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 10829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 11105 components: - type: Transform @@ -76110,20 +76178,13 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1932 + - uid: 2002 components: - type: Transform - pos: -25.5,-5.5 + pos: -22.5,-3.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1958 - components: - - type: Transform - pos: -27.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2361 components: - type: Transform @@ -76232,27 +76293,34 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6761 + - uid: 6834 components: - type: Transform - pos: -27.5,-2.5 + pos: -47.5,2.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7563 + components: + - type: Transform + pos: -21.5,-2.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 6763 + - uid: 8720 components: - type: Transform - pos: -25.5,-3.5 + pos: -18.5,-19.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 6834 + - uid: 8748 components: - type: Transform - pos: -47.5,2.5 + pos: -21.5,-7.5 parent: 60 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 9232 components: - type: Transform @@ -76346,14 +76414,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 51 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 88 components: - type: Transform @@ -78656,14 +78716,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1629 components: - type: Transform @@ -79201,14 +79253,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-5.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1909 components: - type: Transform @@ -79312,38 +79356,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1931 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1934 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,-4.5 + pos: -23.5,-5.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 1935 components: - type: Transform @@ -79354,23 +79374,16 @@ entities: - uid: 1936 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-4.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 1937 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-4.5 + rot: 1.5707963267948966 rad + pos: -22.5,-2.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1938 + - uid: 1943 components: - type: Transform - pos: -31.5,-6.5 + rot: 1.5707963267948966 rad + pos: -24.5,-7.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' @@ -79390,6 +79403,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 1958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-3.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1961 components: - type: Transform @@ -79398,6 +79419,22 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 1965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 1967 components: - type: Transform @@ -79421,6 +79458,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 1970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-5.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1974 components: - type: Transform @@ -79474,6 +79519,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 1990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-4.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1991 components: - type: Transform @@ -80414,6 +80467,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 2760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-0.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 2783 components: - type: Transform @@ -80452,6 +80513,13 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 2793 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 2794 components: - type: Transform @@ -80631,14 +80699,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 2861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-2.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2862 components: - type: Transform @@ -80704,8 +80764,8 @@ entities: - uid: 2940 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-0.5 + rot: -1.5707963267948966 rad + pos: -24.5,-5.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' @@ -80892,7 +80952,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,-0.5 + pos: -21.5,0.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' @@ -80935,14 +80995,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3196 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 3199 components: - type: Transform @@ -80983,14 +81035,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,0.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 3561 components: - type: Transform @@ -81773,14 +81817,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 4516 + - uid: 4519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,0.5 + rot: -1.5707963267948966 rad + pos: -25.5,-5.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 4550 components: - type: Transform @@ -81788,6 +81832,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 4627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 4629 components: - type: Transform @@ -82213,6 +82265,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 5020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5055 components: - type: Transform @@ -83913,13 +83973,21 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 6762 + - uid: 6761 components: - type: Transform - pos: -25.5,-4.5 + rot: 3.141592653589793 rad + pos: -22.5,-2.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 6763 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6778 components: - type: Transform @@ -84060,11 +84128,10 @@ entities: - uid: 7166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-5.5 + pos: -22.5,-4.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 7211 components: - type: Transform @@ -84178,14 +84245,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 7563 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 7601 components: - type: Transform @@ -84196,7 +84255,8 @@ entities: - uid: 7647 components: - type: Transform - pos: -27.5,-3.5 + rot: 1.5707963267948966 rad + pos: -20.5,1.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' @@ -84527,15 +84587,16 @@ entities: - uid: 8212 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-7.5 + rot: 1.5707963267948966 rad + pos: -24.5,-8.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - uid: 8223 components: - type: Transform - pos: -22.5,-8.5 + rot: 1.5707963267948966 rad + pos: -23.5,-8.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' @@ -84547,14 +84608,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8229 + - uid: 8228 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,-8.5 + pos: -21.5,-4.5 parent: 60 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 8257 components: - type: Transform @@ -84563,27 +84624,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8258 - components: - - type: Transform - pos: -32.5,-1.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 8259 - components: - - type: Transform - pos: -32.5,-2.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 8261 components: - type: Transform - pos: -30.5,-1.5 + rot: 3.141592653589793 rad + pos: -30.5,-2.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 8263 components: - type: Transform @@ -84600,36 +84648,30 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8269 + - uid: 8267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-3.5 + rot: 3.141592653589793 rad + pos: -30.5,-1.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - uid: 8270 components: - type: Transform - pos: -30.5,-0.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8273 - components: - - type: Transform - pos: -32.5,-0.5 + rot: 3.141592653589793 rad + pos: -30.5,-3.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - uid: 8274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-3.5 + rot: 1.5707963267948966 rad + pos: -28.5,-7.5 parent: 60 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 8386 components: - type: Transform @@ -84702,22 +84744,60 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8790 + - uid: 8711 + components: + - type: Transform + pos: -21.5,-1.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-1.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-0.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8717 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,-3.5 + pos: -31.5,0.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8791 + - uid: 8719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-6.5 + pos: -18.5,-17.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 8721 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-2.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8792 components: - type: Transform @@ -84752,13 +84832,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8948 - components: - - type: Transform - pos: -30.5,-7.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 8949 components: - type: Transform @@ -84791,11 +84864,11 @@ entities: - uid: 9014 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-1.5 + rot: -1.5707963267948966 rad + pos: -32.5,0.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 9022 components: - type: Transform @@ -84803,38 +84876,28 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9030 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-2.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 9031 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-1.5 + rot: 1.5707963267948966 rad + pos: -21.5,-15.5 parent: 60 - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9042 + color: '#0335FCFF' + - uid: 9033 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-3.5 + pos: -18.5,-16.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - uid: 9043 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-7.5 + pos: -18.5,-18.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 9045 components: - type: Transform @@ -84851,14 +84914,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 9153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 9158 components: - type: Transform @@ -85060,27 +85115,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9681 - components: - - type: Transform - pos: -32.5,0.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9682 - components: - - type: Transform - pos: -32.5,2.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9683 - components: - - type: Transform - pos: -32.5,3.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 10310 components: - type: Transform @@ -92573,6 +92607,22 @@ entities: rot: -1.5707963267948966 rad pos: -54.5,51.5 parent: 60 + - uid: 23924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 23925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 24128 components: - type: Transform @@ -93568,13 +93618,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 796 - components: - - type: Transform - pos: -18.5,-19.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 877 components: - type: Transform @@ -93898,6 +93941,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 1529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-5.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 1600 components: - type: Transform @@ -94011,13 +94062,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1924 - components: - - type: Transform - pos: -30.5,-6.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1927 components: - type: Transform @@ -94034,10 +94078,11 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1943 + - uid: 1933 components: - type: Transform - pos: -22.5,-6.5 + rot: 1.5707963267948966 rad + pos: -30.5,-5.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' @@ -94080,14 +94125,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1990 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-7.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1994 components: - type: Transform @@ -94096,11 +94133,11 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2002 + - uid: 2090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-7.5 + rot: 3.141592653589793 rad + pos: -22.5,-15.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' @@ -94235,14 +94272,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2760 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-2.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2799 components: - type: Transform @@ -94352,14 +94381,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 3198 + - uid: 3196 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,-5.5 + pos: -27.5,-2.5 parent: 60 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 3205 components: - type: Transform @@ -94387,6 +94416,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 3224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-4.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3367 components: - type: Transform @@ -94870,6 +94907,13 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 6365 + components: + - type: Transform + pos: -31.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 6380 components: - type: Transform @@ -94976,22 +95020,22 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8241 + - uid: 8233 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,8.5 + pos: -22.5,-8.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 8260 + color: '#FF1212FF' + - uid: 8241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-3.5 + rot: -1.5707963267948966 rad + pos: -36.5,8.5 parent: 60 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0335FCFF' - uid: 8537 components: - type: Transform @@ -95016,30 +95060,45 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 8884 + - uid: 8715 + components: + - type: Transform + pos: -27.5,-7.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-6.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8735 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,-23.5 + pos: -30.5,-6.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9033 + - uid: 8790 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,-3.5 + pos: -26.5,-5.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9034 + - uid: 8884 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-2.5 + rot: -1.5707963267948966 rad + pos: 23.5,-23.5 parent: 60 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#FF1212FF' - uid: 9233 components: - type: Transform @@ -95070,14 +95129,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 9680 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,1.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 11153 components: - type: Transform @@ -97171,6 +97222,9 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,-7.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#0335FCFF' - uid: 1652 @@ -97179,6 +97233,9 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-10.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#0335FCFF' - uid: 1665 @@ -97187,6 +97244,9 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,-13.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#0335FCFF' - uid: 1669 @@ -97195,6 +97255,9 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-7.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#0335FCFF' - uid: 1682 @@ -97203,6 +97266,9 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,-10.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#0335FCFF' - uid: 1780 @@ -97226,6 +97292,9 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-13.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#0335FCFF' - uid: 1996 @@ -97297,22 +97366,28 @@ entities: rot: 1.5707963267948966 rad pos: -32.5,-2.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 8791 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2793 + - uid: 2826 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,0.5 + pos: 44.5,-29.5 parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2826 + - uid: 2861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-29.5 + rot: -1.5707963267948966 rad + pos: -33.5,4.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 8669 - type: AtmosPipeColor color: '#0335FCFF' - uid: 2984 @@ -97343,6 +97418,9 @@ entities: - type: Transform pos: -27.5,0.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 8271 - type: AtmosPipeColor color: '#0335FCFF' - uid: 3567 @@ -97406,6 +97484,17 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 5425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,1.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 8260 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5439 components: - type: Transform @@ -97578,14 +97667,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 6034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,5.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 6087 components: - type: Transform @@ -97615,6 +97696,9 @@ entities: rot: 3.141592653589793 rad pos: -27.5,-9.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#0335FCFF' - uid: 6417 @@ -97639,6 +97723,9 @@ entities: rot: 3.141592653589793 rad pos: -28.5,-19.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 2103 - type: AtmosPipeColor color: '#0335FCFF' - uid: 6759 @@ -97647,6 +97734,9 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-16.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#0335FCFF' - uid: 6770 @@ -97737,6 +97827,17 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 8259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-15.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 8265 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 8388 components: - type: Transform @@ -97842,20 +97943,15 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 11759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,0.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 11978 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-3.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 8714 - type: AtmosPipeColor color: '#0335FCFF' - uid: 12589 @@ -98693,6 +98789,9 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-12.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#FF1212FF' - uid: 1771 @@ -98709,6 +98808,9 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-9.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#FF1212FF' - uid: 1850 @@ -98717,6 +98819,9 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-6.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#FF1212FF' - uid: 1893 @@ -98725,6 +98830,9 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,-9.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#FF1212FF' - uid: 1902 @@ -98733,6 +98841,9 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,-6.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#FF1212FF' - uid: 2026 @@ -98911,6 +99022,9 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,-12.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#FF1212FF' - uid: 5581 @@ -99053,6 +99167,9 @@ entities: rot: 3.141592653589793 rad pos: -25.5,-9.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#FF1212FF' - uid: 6474 @@ -99071,6 +99188,17 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 6762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-0.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 8260 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7177 components: - type: Transform @@ -99125,6 +99253,9 @@ entities: rot: 3.141592653589793 rad pos: -26.5,-15.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 249 - type: AtmosPipeColor color: '#FF1212FF' - uid: 8137 @@ -99141,38 +99272,46 @@ entities: rot: 3.141592653589793 rad pos: -24.5,-19.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 2103 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8265 + - uid: 8269 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,1.5 + pos: -18.5,-15.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 8265 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8267 + - uid: 8578 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-4.5 + rot: 1.5707963267948966 rad + pos: -33.5,-19.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8578 + - uid: 8620 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,-19.5 + pos: 16.5,23.5 parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 8620 + - uid: 8718 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,23.5 + pos: -33.5,0.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 8669 - type: AtmosPipeColor color: '#FF1212FF' - uid: 8898 @@ -99180,6 +99319,9 @@ entities: - type: Transform pos: -25.5,0.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 8271 - type: AtmosPipeColor color: '#FF1212FF' - uid: 8960 @@ -99197,6 +99339,17 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 9034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-4.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 8791 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 9061 components: - type: Transform @@ -99220,20 +99373,15 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-0.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 9156 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,-3.5 parent: 60 + - type: DeviceNetwork + deviceLists: + - 8714 - type: AtmosPipeColor color: '#FF1212FF' - uid: 9160 @@ -99298,13 +99446,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9679 - components: - - type: Transform - pos: -32.5,4.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 12001 components: - type: Transform @@ -110366,29 +110507,6 @@ entities: - 0 - 0 - 0 - - uid: 5971 - components: - - type: Transform - pos: -29.5,-7.5 - parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.6495836 - - 6.2055764 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 6136 components: - type: Transform @@ -111312,6 +111430,11 @@ entities: - type: Transform pos: 30.5,-16.5 parent: 60 + - uid: 796 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 60 - uid: 4746 components: - type: Transform @@ -111431,6 +111554,11 @@ entities: - type: Transform pos: 24.473473,-44.545494 parent: 60 + - uid: 9681 + components: + - type: Transform + pos: -19.322544,-2.322325 + parent: 60 - uid: 21361 components: - type: Transform @@ -111590,27 +111718,9 @@ entities: - uid: 315 components: - type: Transform - rot: 3.141592653589793 rad + rot: 1.5707963267948966 rad pos: -19.5,-5.5 parent: 60 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 319 components: - type: Transform @@ -112349,6 +112459,11 @@ entities: - type: Transform pos: -10.55104,-28.480585 parent: 60 + - uid: 4516 + components: + - type: Transform + pos: -33.489323,-3.402731 + parent: 60 - uid: 8760 components: - type: Transform @@ -112631,6 +112746,13 @@ entities: - type: Transform pos: 4.5,-31.5 parent: 60 +- proto: PaperBin20 + entities: + - uid: 23942 + components: + - type: Transform + pos: -33.5,-3.5 + parent: 60 - proto: PaperBin5 entities: - uid: 4255 @@ -112804,6 +112926,11 @@ entities: parent: 60 - proto: Pen entities: + - uid: 307 + components: + - type: Transform + pos: -33.739323,-3.465231 + parent: 60 - uid: 935 components: - type: Transform @@ -114484,6 +114611,11 @@ entities: - type: ContainerContainer containers: stash: !type:ContainerSlot {} + - uid: 1938 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 60 - uid: 2774 components: - type: Transform @@ -114712,6 +114844,12 @@ entities: - type: Transform pos: 0.5,20.5 parent: 60 + - uid: 1620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,3.5 + parent: 60 - uid: 4698 components: - type: Transform @@ -114740,11 +114878,6 @@ entities: - type: Transform pos: -15.5,26.5 parent: 60 - - uid: 8233 - components: - - type: Transform - pos: -28.5,-20.5 - parent: 60 - uid: 9537 components: - type: Transform @@ -114921,13 +115054,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 1529 - components: - - type: Transform - pos: -33.5,-15.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 1536 components: - type: Transform @@ -114942,14 +115068,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 1549 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,1.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 1663 components: - type: Transform @@ -114964,12 +115082,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 1872 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,0.5 - parent: 60 - uid: 1881 components: - type: Transform @@ -114977,28 +115089,17 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 1978 + - uid: 1939 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-20.5 + rot: 1.5707963267948966 rad + pos: -22.5,0.5 parent: 60 - - uid: 2017 + - uid: 1978 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,-20.5 - parent: 60 - - uid: 2090 - components: - - type: Transform - pos: -33.5,5.5 - parent: 60 - - uid: 2103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,0.5 + pos: -23.5,-20.5 parent: 60 - uid: 2106 components: @@ -115306,6 +115407,12 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 5799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,1.5 + parent: 60 - uid: 5826 components: - type: Transform @@ -115541,6 +115648,12 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,-38.5 parent: 60 + - uid: 9176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-19.5 + parent: 60 - uid: 9223 components: - type: Transform @@ -115577,6 +115690,12 @@ entities: rot: 3.141592653589793 rad pos: -56.5,11.5 parent: 60 + - uid: 9679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,1.5 + parent: 60 - uid: 10202 components: - type: Transform @@ -115859,11 +115978,9 @@ entities: - uid: 11128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-20.5 + rot: 1.5707963267948966 rad + pos: -34.5,-16.5 parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 11726 components: - type: Transform @@ -116800,20 +116917,23 @@ entities: rot: -1.5707963267948966 rad pos: 55.5,46.5 parent: 60 - - uid: 24109 + - uid: 23923 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 60 + - uid: 23941 components: - type: Transform rot: 3.141592653589793 rad - pos: 37.5,-32.5 + pos: -29.5,-20.5 parent: 60 - - uid: 24183 + - uid: 24109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-5.5 + rot: 3.141592653589793 rad + pos: 37.5,-32.5 parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 24234 components: - type: Transform @@ -117854,6 +117974,12 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 18997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-3.5 + parent: 60 - uid: 19194 components: - type: Transform @@ -117992,6 +118118,11 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 21067 + components: + - type: Transform + pos: -19.5,-6.5 + parent: 60 - uid: 21246 components: - type: Transform @@ -118106,6 +118237,11 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 + - uid: 23943 + components: + - type: Transform + pos: -31.5,5.5 + parent: 60 - uid: 24138 components: - type: Transform @@ -124852,6 +124988,11 @@ entities: - type: Transform pos: 41.440662,-10.344523 parent: 60 + - uid: 2017 + components: + - type: Transform + pos: -19.510386,-4.290659 + parent: 60 - proto: RubberStampMime entities: - uid: 7243 @@ -125511,6 +125652,8 @@ entities: rot: 3.141592653589793 rad pos: -18.5,1.5 parent: 60 + - type: DeviceLinkSink + invokeCounter: 2 - uid: 1454 components: - type: Transform @@ -125522,6 +125665,16 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,-26.5 parent: 60 + - uid: 1932 + components: + - type: Transform + pos: -27.5,-21.5 + parent: 60 + - uid: 1942 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 60 - uid: 2250 components: - type: Transform @@ -125554,6 +125707,8 @@ entities: - type: Transform pos: -18.5,0.5 parent: 60 + - type: DeviceLinkSink + invokeCounter: 2 - uid: 3844 components: - type: Transform @@ -125725,6 +125880,11 @@ entities: - type: Transform pos: 39.5,-15.5 parent: 60 + - uid: 7685 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 60 - uid: 8002 components: - type: Transform @@ -125741,6 +125901,16 @@ entities: - type: Transform pos: -12.5,-52.5 parent: 60 + - uid: 8716 + components: + - type: Transform + pos: -21.5,-20.5 + parent: 60 + - uid: 8892 + components: + - type: Transform + pos: -21.5,-18.5 + parent: 60 - uid: 9167 components: - type: Transform @@ -126261,6 +126431,37 @@ entities: - Pressed: Toggle 4355: - Pressed: Toggle + - uid: 1931 + components: + - type: MetaData + name: Lobby Shutdown + - type: Transform + pos: -20.5,-14.5 + parent: 60 + - type: DeviceLinkSource + linkedPorts: + 8892: + - Pressed: Toggle + 1942: + - Pressed: Toggle + 8716: + - Pressed: Toggle + 7685: + - Pressed: Toggle + 1932: + - Pressed: Toggle + - uid: 1941 + components: + - type: MetaData + name: Privacy Shutter Button + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-18.5 + parent: 60 + - type: DeviceLinkSource + linkedPorts: + 19155: + - Pressed: Toggle - uid: 2287 components: - type: Transform @@ -126354,6 +126555,8 @@ entities: - Pressed: Toggle - uid: 4522 components: + - type: MetaData + name: Privacy Shutter Button - type: Transform rot: 3.141592653589793 rad pos: -20.5,-1.5 @@ -126652,16 +126855,6 @@ entities: - Pressed: Toggle 16542: - Pressed: Toggle - - uid: 19130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-20.5 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 19155: - - Pressed: Toggle - uid: 19170 components: - type: Transform @@ -126916,21 +127109,6 @@ entities: 397: - On: Reverse - Off: Forward - - uid: 18997 - components: - - type: MetaData - name: Front Door Switch - - type: Transform - pos: -20.5,-14.5 - parent: 60 - - type: DeviceLinkSource - linkedPorts: - 144: - - On: Open - - Off: Close - 307: - - On: Open - - Off: Close - uid: 19837 components: - type: MetaData @@ -131834,6 +132012,11 @@ entities: - type: Transform pos: -6.7018414,-28.567108 parent: 60 + - uid: 6034 + components: + - type: Transform + pos: -33.1201,-0.48510244 + parent: 60 - proto: StairDark entities: - uid: 2908 @@ -132033,6 +132216,18 @@ entities: rot: 3.141592653589793 rad pos: -30.5,1.5 parent: 60 + - uid: 1823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.531624,-14.186428 + parent: 60 + - uid: 1852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.484749,-14.202053 + parent: 60 - uid: 3165 components: - type: Transform @@ -132067,6 +132262,11 @@ entities: - type: Transform pos: -44.5,-6.5 parent: 60 + - uid: 9682 + components: + - type: Transform + pos: -29.51366,-6.3277454 + parent: 60 - uid: 14541 components: - type: Transform @@ -135037,6 +135237,11 @@ entities: - type: Transform pos: 9.5,-51.5 parent: 60 + - uid: 1908 + components: + - type: Transform + pos: -25.5,-13.5 + parent: 60 - uid: 2076 components: - type: Transform @@ -135185,11 +135390,6 @@ entities: - type: Transform pos: 3.5,-39.5 parent: 60 - - uid: 5020 - components: - - type: Transform - pos: -26.5,-14.5 - parent: 60 - uid: 5335 components: - type: Transform @@ -136601,6 +136801,11 @@ entities: - type: Transform pos: -40.5,5.5 parent: 60 + - uid: 10369 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 60 - uid: 11127 components: - type: Transform @@ -138417,6 +138622,11 @@ entities: parent: 60 - proto: VendingMachineCoffee entities: + - uid: 1549 + components: + - type: Transform + pos: -28.5,-18.5 + parent: 60 - uid: 6139 components: - type: Transform @@ -138618,10 +138828,10 @@ entities: - type: Transform pos: -34.5,-15.5 parent: 60 - - uid: 21067 + - uid: 9683 components: - type: Transform - pos: -32.5,-0.5 + pos: -31.5,-0.5 parent: 60 - proto: VendingMachineSecDrobe entities: @@ -154340,6 +154550,8 @@ entities: parent: 60 - uid: 4077 components: + - type: MetaData + name: Security Desk - type: Transform pos: -19.5,-17.5 parent: 60 @@ -154544,12 +154756,16 @@ entities: entities: - uid: 1466 components: + - type: MetaData + name: Warden Desk - type: Transform rot: -1.5707963267948966 rad pos: -23.5,-9.5 parent: 60 - uid: 12188 components: + - type: MetaData + name: Warden Desk - type: Transform rot: 1.5707963267948966 rad pos: -29.5,-9.5 @@ -154851,42 +155067,56 @@ entities: entities: - uid: 72 components: + - type: MetaData + name: Cell 2 - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-12.5 parent: 60 - uid: 151 components: + - type: MetaData + name: Cell 1 - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-9.5 parent: 60 - uid: 230 components: + - type: MetaData + name: Cell 3 - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-6.5 parent: 60 - uid: 243 components: + - type: MetaData + name: Cell 5 - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-12.5 parent: 60 - uid: 268 components: + - type: MetaData + name: Cell 4 - type: Transform rot: -1.5707963267948966 rad pos: -32.5,-9.5 parent: 60 - uid: 843 components: + - type: MetaData + name: Medical Cell - type: Transform rot: 1.5707963267948966 rad pos: -20.5,-6.5 parent: 60 - uid: 4078 components: + - type: MetaData + name: Security Desk - type: Transform rot: 3.141592653589793 rad pos: -19.5,-17.5 @@ -154899,12 +155129,16 @@ entities: parent: 60 - uid: 12684 components: + - type: MetaData + name: Security Substation - type: Transform rot: -1.5707963267948966 rad pos: -31.5,5.5 parent: 60 - uid: 24149 components: + - type: MetaData + name: Brig Medbay - type: Transform pos: -18.5,-5.5 parent: 60 From 638a1dc489342cf779a7c391dee41154c78c6e9b Mon Sep 17 00:00:00 2001 From: JIPDawg <51352440+JIPDawg@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:43:59 -0600 Subject: [PATCH 108/160] Fixed ghost role rules for some syndicate familiars (#32457) * fix ghost role rules for some syndicate familiars * change from monkey rules to Team Antag rules. * Resolve reviews + Fix rules for LoneOp and Xenos * ghostrole rules --------- Co-authored-by: JIPDawg Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com> --- .../en-US/ghost/roles/ghost-role-component.ftl | 6 ++---- .../Entities/Markers/Spawners/ghost_roles.yml | 2 +- .../Prototypes/Entities/Mobs/NPCs/animals.yml | 2 +- Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml | 2 +- .../Syndicate_Gadgets/reinforcement_teleporter.yml | 10 ++++++---- .../Prototypes/Roles/Ghostroles/syndicate.yml | 14 +++++++------- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl index 3abe86e1d70..ad893876e70 100644 --- a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl @@ -186,7 +186,7 @@ ghost-role-information-nukeop-rules = You are a [color=red][bold]Team Antagonist ghost-role-information-loneop-name = Lone Operative ghost-role-information-loneop-description = You are a lone nuclear operative. Destroy the station! -ghost-role-information-loneop-rules = You are a [color=red][bold]Team Antagonist[/bold][/color] with all other nuclear operatives. Covert syndicate agents are not guaranteed to help you. +ghost-role-information-loneop-rules = You are a [color=red][bold]Solo Antagonist[/bold][/color]. Covert syndicate agents are not guaranteed to help you. ghost-role-information-behonker-name = Behonker ghost-role-information-behonker-description = You are an antagonist, bring death and honks to those who do not follow the honkmother. @@ -230,11 +230,9 @@ ghost-role-information-nukeop-reinforcement-rules = You are a [color=red][bold]T ghost-role-information-syndicate-monkey-reinforcement-name = Syndicate Monkey Agent ghost-role-information-syndicate-monkey-reinforcement-description = Someone needs reinforcements. You, a trained monkey, will help them. -ghost-role-information-syndicate-monkey-reinforcement-rules = You are a [color=red][bold]Team Antagonist[/bold][/color] with the agent who summoned you. ghost-role-information-syndicate-kobold-reinforcement-name = Syndicate Kobold Agent ghost-role-information-syndicate-kobold-reinforcement-description = Someone needs reinforcements. You, a trained kobold, will help them. -ghost-role-information-syndicate-kobold-reinforcement-rules = You are a [color=red][bold]Team Antagonist[/bold][/color] with the agent who summoned you. ghost-role-information-syndicate-cyborg-assault-name = Syndicate Assault Cyborg ghost-role-information-syndicate-cyborg-saboteur-name = Syndicate Saboteur Cyborg @@ -252,7 +250,7 @@ ghost-role-information-medical-description = You are a medical professional, but ghost-role-information-cargo-name = Cargo ghost-role-information-cargo-description = You are part of a logistics mission, but seem to have found yourself in a strange situation... -ghost-role-information-engineering-name = Engineering +ghost-role-information-engineering-name = Engineering ghost-role-information-engineering-description = You are on an engineering job, but seem to have found yourself in a strange situation... ghost-role-information-science-name = Science diff --git a/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml b/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml index b694a8cc2f2..54e821cbd47 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml @@ -100,7 +100,7 @@ - type: GhostRole name: ghost-role-information-loneop-name description: ghost-role-information-loneop-description - rules: ghost-role-information-rules-default-solo-antagonist + rules: ghost-role-information-loneop-rules - type: Sprite sprite: Markers/jobs.rsi layers: diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index 20c7bf043c4..99cc5367d33 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -1393,7 +1393,7 @@ makeSentient: true name: ghost-role-information-monkey-name description: ghost-role-information-monkey-description - rules: ghost-role-information-syndicate-monkey-reinforcement-rules + rules: ghost-role-information-syndicate-reinforcement-rules raffle: settings: default - type: GhostTakeoverAvailable diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index f4a79d110ee..23d3e838e21 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -99,7 +99,7 @@ makeSentient: true name: ghost-role-information-xeno-name description: ghost-role-information-xeno-description - rules: ghost-role-information-rules-default-team-antagonist + rules: ghost-role-information-xeno-rules raffle: settings: default - type: GhostTakeoverAvailable diff --git a/Resources/Prototypes/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml b/Resources/Prototypes/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml index 71f98d81c96..42d5588202c 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Syndicate_Gadgets/reinforcement_teleporter.yml @@ -24,8 +24,8 @@ components: - type: GhostRole name: ghost-role-information-syndicate-reinforcement-spy-name - description: ghost-role-information-syndicate-reinforcement-description - rules: ghost-role-information-rules-default-solo-antagonist + description: ghost-role-information-syndicate-reinforcement-spy-description + rules: ghost-role-information-syndicate-reinforcement-rules raffle: settings: default - type: GhostRoleMobSpawner @@ -57,7 +57,7 @@ - type: GhostRole name: ghost-role-information-syndicate-monkey-reinforcement-name description: ghost-role-information-syndicate-monkey-reinforcement-description - rules: ghost-role-information-rules-default-familiar + rules: ghost-role-information-syndicate-reinforcement-rules raffle: settings: default - type: GhostRoleMobSpawner @@ -69,6 +69,8 @@ id: ReinforcementRadioSyndicateAncestorNukeops # Reinforcement radio exclusive to nukeops uplink suffix: NukeOps components: + - type: GhostRole + rules: ghost-role-information-nukeop-reinforcement-rules - type: GhostRoleMobSpawner prototype: MobMonkeySyndicateAgentNukeops selectablePrototypes: ["SyndicateMonkeyNukeops", "SyndicateKoboldNukeops"] @@ -82,7 +84,7 @@ - type: GhostRole name: ghost-role-information-SyndiCat-name description: ghost-role-information-SyndiCat-description - rules: ghost-role-information-rules-default-familiar + rules: ghost-role-information-syndicate-reinforcement-rules raffle: settings: default - type: GhostRoleMobSpawner diff --git a/Resources/Prototypes/Roles/Ghostroles/syndicate.yml b/Resources/Prototypes/Roles/Ghostroles/syndicate.yml index 5244fd6a99b..7b4214fd092 100644 --- a/Resources/Prototypes/Roles/Ghostroles/syndicate.yml +++ b/Resources/Prototypes/Roles/Ghostroles/syndicate.yml @@ -2,35 +2,35 @@ id: SyndicateKobold name: ghost-role-information-syndicate-kobold-reinforcement-name description: ghost-role-information-syndicate-kobold-reinforcement-description - rules: ghost-role-information-rules-default-familiar + rules: ghost-role-information-syndicate-reinforcement-rules entityPrototype: MobKoboldSyndicateAgent - type: ghostRole id: SyndicateKoboldNukeops name: ghost-role-information-syndicate-kobold-reinforcement-name description: ghost-role-information-syndicate-kobold-reinforcement-description - rules: ghost-role-information-rules-default-familiar + rules: ghost-role-information-nukeop-reinforcement-rules entityPrototype: MobKoboldSyndicateAgentNukeops - type: ghostRole id: SyndicateMonkey name: ghost-role-information-syndicate-monkey-reinforcement-name description: ghost-role-information-syndicate-monkey-reinforcement-description - rules: ghost-role-information-rules-default-familiar + rules: ghost-role-information-syndicate-reinforcement-rules entityPrototype: MobMonkeySyndicateAgent - type: ghostRole id: SyndicateMonkeyNukeops name: ghost-role-information-syndicate-monkey-reinforcement-name description: ghost-role-information-syndicate-monkey-reinforcement-description - rules: ghost-role-information-syndicate-monkey-reinforcement-name + rules: ghost-role-information-nukeop-reinforcement-rules entityPrototype: MobMonkeySyndicateAgentNukeops - type: ghostRole id: SyndicateAgentMedic name: ghost-role-information-syndicate-reinforcement-medic-name description: ghost-role-information-syndicate-reinforcement-medic-description - rules: ghost-role-information-syndicate-monkey-reinforcement-rules + rules: ghost-role-information-syndicate-reinforcement-rules entityPrototype: MobHumanSyndicateAgentMedic iconPrototype: MedkitCombat @@ -38,7 +38,7 @@ id: SyndicateAgentSpy name: ghost-role-information-syndicate-reinforcement-spy-name description: ghost-role-information-syndicate-reinforcement-spy-description - rules: ghost-role-information-syndicate-monkey-reinforcement-rules + rules: ghost-role-information-syndicate-reinforcement-rules entityPrototype: MobHumanSyndicateAgentSpy iconPrototype: ClothingMaskGasVoiceChameleon @@ -46,6 +46,6 @@ id: SyndicateAgentThief name: ghost-role-information-syndicate-reinforcement-thief-name description: ghost-role-information-syndicate-reinforcement-thief-description - rules: ghost-role-information-syndicate-monkey-reinforcement-rules + rules: ghost-role-information-syndicate-reinforcement-rules entityPrototype: MobHumanSyndicateAgentThief iconPrototype: SyndicateJawsOfLife From cc804bf316879262461b08807bc2c8ea5c64ebda Mon Sep 17 00:00:00 2001 From: PJBot Date: Mon, 2 Dec 2024 19:45:08 +0000 Subject: [PATCH 109/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 0a65059daa9..10e2789dc9c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Cojoke-dot - changes: - - message: Devouring bodies now reduces bleed for Space Dragons. - type: Tweak - id: 7172 - time: '2024-08-20T10:57:06.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/29661 - author: cranberriez changes: - message: Added Discord webhook error logging! @@ -3910,3 +3903,10 @@ id: 7671 time: '2024-12-01T22:09:34.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33602 +- author: JIPDawg + changes: + - message: Some Antag ghost roles now show their correct rules. + type: Fix + id: 7672 + time: '2024-12-02T19:43:59.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/32457 From b800d9826055aab66334ec2a576dafb474ca8743 Mon Sep 17 00:00:00 2001 From: SpaceManiac Date: Mon, 2 Dec 2024 13:29:44 -0800 Subject: [PATCH 110/160] Fix lobby countdown not showing hours (#33685) --- Content.Client/Lobby/LobbyState.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Content.Client/Lobby/LobbyState.cs b/Content.Client/Lobby/LobbyState.cs index 1aabc4ff381..1361ca57cd2 100644 --- a/Content.Client/Lobby/LobbyState.cs +++ b/Content.Client/Lobby/LobbyState.cs @@ -116,7 +116,7 @@ public override void FrameUpdate(FrameEventArgs e) return; } - Lobby!.StationTime.Text = Loc.GetString("lobby-state-player-status-round-not-started"); + Lobby!.StationTime.Text = Loc.GetString("lobby-state-player-status-round-not-started"); string text; if (_gameTicker.Paused) @@ -136,6 +136,10 @@ public override void FrameUpdate(FrameEventArgs e) { text = Loc.GetString(seconds < -5 ? "lobby-state-right-now-question" : "lobby-state-right-now-confirmation"); } + else if (difference.TotalHours >= 1) + { + text = $"{Math.Floor(difference.TotalHours)}:{difference.Minutes:D2}:{difference.Seconds:D2}"; + } else { text = $"{difference.Minutes}:{difference.Seconds:D2}"; From e4e84aea7476b48aa6a019efc69a061f763fd381 Mon Sep 17 00:00:00 2001 From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:24:37 -0500 Subject: [PATCH 111/160] New Low-Mid Pop Station - Amber Station (#33441) * Initial Commit with two departments done * Checkpointing work * Added most of service and science * Started work on medbay * Modified TEG setup and set up atmos pipes for engineering * Re-added medbay, added chapel and janitorial, started routing disposals and generally the final layout of the map is coming together * Plenty of additions, too many to list in a commit message * Major update * Nearly done with the map, just have to do decals and emergency lights * Added all decals, only thing missing is department signs * Toned back the dirt decals a bunch, added hallway signs and other decorations * Finishing touches on the map before testing. * Fixed invalids * Renamed the station to Amber, and made a couple adjustments * Completely redid cargo, added maints around sec * Added Amber to the map post init integration test * Many small updates addressing issues. * Ran a script to update all the camera names, also ran fixgridatmos, fixrotations, tilewalls, and variantize * Started addressing some of the issues brough up by Emisse and others * Addressed all issues mentioned by reviewers. Added mail system. * Wrapped up meeting all the issues raised by reviewers, also did a bunch of testing and resolved issues found during those tests * Addressed additional requested changes, and nabbed some ship designs from Frontier. Redesigned south east maints and surrounding meteor nets based off of those designs * Making a couple more requested changes * Reduced the amount of Nitrogen Closets, made several small adjustments. Ready for review again! * Removed invalids! * web edit lmao --------- Co-authored-by: Emisse <99158783+Emisse@users.noreply.github.com> --- .../Tests/PostMapInitTest.cs | 3 +- Resources/Maps/amber.yml | 129448 +++++++++++++++ Resources/Prototypes/Maps/Pools/default.yml | 1 + Resources/Prototypes/Maps/amber.yml | 65 + 4 files changed, 129516 insertions(+), 1 deletion(-) create mode 100644 Resources/Maps/amber.yml create mode 100644 Resources/Prototypes/Maps/amber.yml diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index b08f774271c..49a5146f694 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -61,7 +61,8 @@ public sealed class PostMapInitTest "Reach", "Train", "Oasis", - "Cog" + "Cog", + "Amber" }; /// diff --git a/Resources/Maps/amber.yml b/Resources/Maps/amber.yml new file mode 100644 index 00000000000..e2e0e0c3560 --- /dev/null +++ b/Resources/Maps/amber.yml @@ -0,0 +1,129448 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 46: Space + 68: FloorArcadeBlue2 + 48: FloorAsteroidSand + 74: FloorBar + 58: FloorBlueCircuit + 72: FloorBoxing + 60: FloorBrokenWood + 50: FloorCarpetClown + 63: FloorCarpetOffice + 28: FloorDark + 65: FloorDarkDiagonalMini + 64: FloorDarkPavement + 61: FloorDarkPavementVertical + 29: FloorFreezer + 73: FloorGlass + 66: FloorGold + 41: FloorGrass + 59: FloorGreenCircuit + 36: FloorLino + 62: FloorMime + 15: FloorRGlass + 69: FloorReinforced + 9: FloorSteel + 70: FloorSteelCheckerDark + 56: FloorSteelCheckerLight + 33: FloorSteelDiagonal + 26: FloorSteelMini + 47: FloorSteelPavement + 67: FloorSteelPavementVertical + 27: FloorTechMaint + 30: FloorTechMaint2 + 49: FloorTechMaint3 + 51: FloorWhite + 57: FloorWhiteMono + 35: FloorWood + 43: FloorWoodLarge + 55: FloorWoodTile + 44: Lattice + 14: Plating + 71: PlatingDamaged +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: Map Entity + - type: Transform + - type: Map + mapPaused: True + - type: PhysicsMap + - type: GridTree + - type: MovedGrids + - type: Broadphase + - type: OccluderTree + - type: LoadedMap + - uid: 2 + components: + - type: MetaData + name: grid + - type: Transform + pos: 0.53697205,0.547603 + parent: 1 + - type: BecomesStation + id: Amber + - type: MapGrid + chunks: + -1,-1: + ind: -1,-1 + tiles: CQAAAAABCQAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAACCQAAAAADDwAAAAADDwAAAAAADwAAAAAADwAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAACDwAAAAACDwAAAAACDwAAAAACDwAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADDwAAAAADDwAAAAACDwAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACDwAAAAABDwAAAAAADwAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABDgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAAAGgAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABDwAAAAACDwAAAAAADwAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACGgAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + -1,-2: + ind: -1,-2 + tiles: CQAAAAACCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAABIQAAAAAACQAAAAAACQAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAACHAAAAAACDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + -1,-3: + ind: -1,-3 + tiles: IwAAAAACIwAAAAABIwAAAAABIwAAAAAAIwAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACIwAAAAADIwAAAAADIwAAAAAAIwAAAAACIwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAAAIwAAAAAAIwAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAAHAAAAAAAHAAAAAADIwAAAAABIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAADCQAAAAABCQAAAAACCQAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAACIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADHAAAAAABIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABHAAAAAABHAAAAAABDgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAAAIwAAAAADIwAAAAADDwAAAAAADwAAAAAAIwAAAAAAIwAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAADIwAAAAADIwAAAAABDwAAAAABDwAAAAADIwAAAAADIwAAAAACHAAAAAABKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACHAAAAAADIwAAAAADIwAAAAABDwAAAAAADwAAAAABIwAAAAAAIwAAAAAAHAAAAAADKQAAAAAAKwAAAAADKwAAAAAAKwAAAAAADgAAAAAACQAAAAADHAAAAAAADgAAAAAAHAAAAAACIwAAAAADIwAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAAAHAAAAAADDgAAAAAAKwAAAAAAKwAAAAABKwAAAAADDgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAADIQAAAAACCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAB + version: 6 + -1,-4: + ind: -1,-4 + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAAHAAAAAACHAAAAAABCQAAAAABDgAAAAAAKwAAAAAAKwAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABKwAAAAADKwAAAAACKwAAAAADDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAKwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAADIwAAAAAAIwAAAAABIwAAAAADIwAAAAABIwAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAC + version: 6 + -1,-5: + ind: -1,-5 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABDgAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: CQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAMAAAAAAAMAAAAAAFMAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAAMAAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAALAAAAAAAMAAAAAAGDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAAACQAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAACLwAAAAABLwAAAAACLwAAAAADLwAAAAACLwAAAAADLwAAAAACLwAAAAACLwAAAAACLwAAAAADLwAAAAABLwAAAAAALwAAAAADKQAAAAAALwAAAAAALwAAAAACLwAAAAACKQAAAAAAKQAAAAAAKQAAAAAALwAAAAABLwAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAABKQAAAAAALwAAAAADLwAAAAABLwAAAAABKQAAAAAAKQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAKQAAAAAALwAAAAABLwAAAAADLwAAAAACKQAAAAAAKQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAKQAAAAAALwAAAAAALwAAAAABLwAAAAACKQAAAAAAKQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + -1,1: + ind: -1,1 + tiles: KQAAAAAALwAAAAABLwAAAAACLwAAAAABKQAAAAAAKQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAAKQAAAAAALwAAAAAALwAAAAADLwAAAAADKQAAAAAAKQAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAALwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAACHAAAAAACHAAAAAADCQAAAAACCQAAAAABDgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAMQAAAAACMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABCQAAAAACCQAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -2,-1: + ind: -2,-1 + tiles: LAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACHAAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADHAAAAAACCQAAAAACHAAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAABHAAAAAAACQAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADHAAAAAABCQAAAAAAHAAAAAABHAAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAAAHAAAAAADCQAAAAAAHAAAAAACHAAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAACHAAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAABCQAAAAAACQAAAAABCQAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAAHAAAAAADCQAAAAAAHAAAAAABDgAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAAAHAAAAAABHAAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADCQAAAAAB + version: 6 + -2,-2: + ind: -2,-2 + tiles: MwAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAACMwAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAANwAAAAABNwAAAAAANwAAAAABNwAAAAABCQAAAAAAMwAAAAADMwAAAAACMwAAAAADMwAAAAACMwAAAAADMwAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACDgAAAAAANwAAAAADNwAAAAAANwAAAAAANwAAAAACDgAAAAAADgAAAAAAMwAAAAACDgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACDgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAAOAAAAAADOAAAAAABOAAAAAADOAAAAAAAOAAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAAOAAAAAADOAAAAAABOAAAAAABOAAAAAACOAAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABOAAAAAAAOAAAAAACOAAAAAADOAAAAAACOAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAOAAAAAADOAAAAAACOAAAAAADOAAAAAADOAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAADLAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAACCQAAAAAA + version: 6 + -2,-3: + ind: -2,-3 + tiles: DgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAACIwAAAAABIwAAAAAAIwAAAAABDgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAABHAAAAAABHAAAAAAADgAAAAAAIwAAAAACIwAAAAACIwAAAAACDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAAHAAAAAACHAAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAADgAAAAAAHAAAAAABIwAAAAACIwAAAAADDgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAADHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAADgAAAAAAHAAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAACHAAAAAADHAAAAAAAHAAAAAABDgAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAAAHAAAAAABHAAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAABCQAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAACCQAAAAACHAAAAAADHAAAAAABHAAAAAAAMwAAAAABMwAAAAADMwAAAAACMwAAAAAAMwAAAAABMwAAAAAAMwAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAAA + version: 6 + -2,-4: + ind: -2,-4 + tiles: CQAAAAACCQAAAAABCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABDgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAAOQAAAAAAOQAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAOQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAAHAAAAAAAHAAAAAACCQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAAHAAAAAADHAAAAAADCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAIwAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAAIwAAAAADDgAAAAAAIwAAAAACIwAAAAACIwAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAADHAAAAAAAHAAAAAABDgAAAAAAIwAAAAAAIwAAAAAB + version: 6 + -2,-5: + ind: -2,-5 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + version: 6 + -2,0: + ind: -2,0 + tiles: DgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABHAAAAAADHAAAAAACHAAAAAADHAAAAAABDgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADIwAAAAAAIwAAAAAAIwAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAADMwAAAAACMwAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABDgAAAAAALAAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAAKQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAKQAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAKQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAKQAAAAAA + version: 6 + -2,1: + ind: -2,1 + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAKQAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAKQAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAKQAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAADgAAAAAA + version: 6 + -2,2: + ind: -2,2 + tiles: LAAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAKQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -3,-1: + ind: -3,-1 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + -3,-2: + ind: -3,-2 + tiles: CQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAACDgAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAABMwAAAAACMwAAAAACMwAAAAACMwAAAAAAMwAAAAABMwAAAAABMwAAAAADMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAABMwAAAAABMwAAAAABMwAAAAADMwAAAAADLgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAACMwAAAAABDgAAAAAAHAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAAAMwAAAAACMwAAAAAADgAAAAAAHAAAAAADLgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAADMwAAAAAADgAAAAAAHAAAAAACLgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAADMwAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAAAMwAAAAABMwAAAAACMwAAAAACMwAAAAABLgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAACMwAAAAABMwAAAAABMwAAAAADMwAAAAADMwAAAAABLAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADDgAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAAAMwAAAAABMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + -3,-3: + ind: -3,-3 + tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABLgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAACMwAAAAACMwAAAAACMwAAAAACDgAAAAAAIwAAAAADIwAAAAADIwAAAAADMwAAAAAAMwAAAAADDgAAAAAAMwAAAAABMwAAAAADKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAMwAAAAACMwAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAAMwAAAAADMwAAAAADMwAAAAADDgAAAAAAMwAAAAABMwAAAAAAMwAAAAABLgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAABDgAAAAAAMwAAAAABMwAAAAAAMwAAAAABLgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAAMwAAAAADMwAAAAAAMwAAAAACLgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAAMwAAAAABMwAAAAABMwAAAAABDgAAAAAAMwAAAAADMwAAAAACMwAAAAADLgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAACMwAAAAABMwAAAAABMwAAAAABDgAAAAAAMwAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACDgAAAAAADgAAAAAAMwAAAAACDgAAAAAA + version: 6 + -3,-4: + ind: -3,-4 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAAGgAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + -3,-5: + ind: -3,-5 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA + version: 6 + -3,0: + ind: -3,0 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMQAAAAADMQAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAA + version: 6 + -3,1: + ind: -3,1 + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAA + version: 6 + -3,2: + ind: -3,2 + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -4,-1: + ind: -4,-1 + tiles: HAAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -4,-2: + ind: -4,-2 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACCQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + -4,-3: + ind: -4,-3 + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAAAMwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAABMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAAACQAAAAABDgAAAAAA + version: 6 + -4,-4: + ind: -4,-4 + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAA + version: 6 + -5,-1: + ind: -5,-1 + tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAABOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -5,-2: + ind: -5,-2 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + -5,-3: + ind: -5,-3 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -5,-4: + ind: -5,-4 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGDgAAAAAAPAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGPAAAAAADIwAAAAACPAAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAKQAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAKQAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAACPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAABPQAAAAAC + version: 6 + 0,-2: + ind: 0,-2 + tiles: IQAAAAADIQAAAAACDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDwAAAAACDwAAAAADDwAAAAACCQAAAAACHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAACCQAAAAACCQAAAAABDwAAAAAAMgAAAAAADwAAAAAACQAAAAACHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADwAAAAACDwAAAAABDwAAAAABCQAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAABDgAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAADDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + 0,-3: + ind: 0,-3 + tiles: CQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAAACQAAAAADIwAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAADDgAAAAAAIwAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABIwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAIwAAAAACGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAAIwAAAAABIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAAIwAAAAACIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADDgAAAAAAIwAAAAACIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAAIwAAAAACIwAAAAACIQAAAAACIQAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAAIQAAAAAAIQAAAAACDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAACIQAAAAACIQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAD + version: 6 + 0,-4: + ind: 0,-4 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAAMQAAAAACMQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABLAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAADDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAAA + version: 6 + 0,-5: + ind: 0,-5 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAA + version: 6 + 0,0: + ind: 0,0 + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAAMAAAAAABDgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAALMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACPQAAAAABLAAAAAAAMAAAAAAHLAAAAAAALAAAAAAALAAAAAAAMAAAAAAAMAAAAAAEMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAACOwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABOwAAAAAAOwAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADPQAAAAABLgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAADQAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAACLwAAAAADLwAAAAABLwAAAAADLwAAAAABLwAAAAACLwAAAAACLwAAAAADLwAAAAADLwAAAAAALwAAAAAALwAAAAACLwAAAAADLwAAAAAALwAAAAAADgAAAAAALwAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAA + version: 6 + 0,1: + ind: 0,1 + tiles: CQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + version: 6 + 0,2: + ind: 0,2 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 1,-1: + ind: 1,-1 + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAABMQAAAAAAMQAAAAABMQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACKQAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADKQAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAACHAAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADHAAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAACQAAAAAAHAAAAAABDgAAAAAALAAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAABCQAAAAADHAAAAAAADgAAAAAACQAAAAAC + version: 6 + 1,-2: + ind: 1,-2 + tiles: CQAAAAADCQAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACDgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADCQAAAAABDwAAAAADCQAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAAACQAAAAAADwAAAAAACQAAAAAACQAAAAACHAAAAAAAHAAAAAABHAAAAAACHAAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABHAAAAAADDgAAAAAAHAAAAAACCQAAAAAACQAAAAABCQAAAAACHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAACDgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAAC + version: 6 + 1,-3: + ind: 1,-3 + tiles: DgAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAAMQAAAAADMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAAAIwAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAABIwAAAAACIwAAAAAAIwAAAAAAIwAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADDgAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAADIwAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAABDgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAABIwAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + 1,-4: + ind: 1,-4 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAAQQAAAAADQQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABDgAAAAAAMwAAAAACMwAAAAADDgAAAAAAQQAAAAADQQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAACMQAAAAACDgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALAAAAAAALAAAAAAA + version: 6 + 1,-5: + ind: 1,-5 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAQgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + version: 6 + 1,0: + ind: 1,0 + tiles: DgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAADDgAAAAAAHAAAAAABHAAAAAACDgAAAAAACQAAAAACCQAAAAAAHAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAABCQAAAAADHAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAACDgAAAAAACQAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAABDgAAAAAACQAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAABDgAAAAAACQAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABQAAAAAABDgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAABLwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAABDgAAAAAACQAAAAAB + version: 6 + 1,1: + ind: 1,1 + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAIDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAAMAAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAADCQAAAAABCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAABCQAAAAADCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACLAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAC + version: 6 + 1,2: + ind: 1,2 + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 2,-1: + ind: 2,-1 + tiles: CQAAAAADDgAAAAAAQAAAAAADQAAAAAABDwAAAAAAQAAAAAACQAAAAAAAQAAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAQAAAAAABQAAAAAABDwAAAAACQAAAAAADQAAAAAAADgAAAAAAQAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAQAAAAAADQAAAAAAADwAAAAAAQAAAAAADQAAAAAADQAAAAAABQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAABDgAAAAAAQAAAAAADQAAAAAACQAAAAAADQAAAAAADQAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAADDgAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAAADgAAAAAAIwAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAACDgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABCQAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAQwAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA + version: 6 + 2,-2: + ind: 2,-2 + tiles: CQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAOQAAAAABOQAAAAAAOQAAAAACOQAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAADOQAAAAAAOQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABOQAAAAACOQAAAAABOQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAACHAAAAAADHAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAACHAAAAAAAHAAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADGgAAAAACLwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABGgAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAAGgAAAAACLwAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAAAGgAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAABGgAAAAADLwAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABGgAAAAABDgAAAAAACQAAAAABDgAAAAAAQAAAAAACQAAAAAAAQAAAAAADQAAAAAABQAAAAAABQAAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABGgAAAAADLwAAAAACCQAAAAADDgAAAAAAQAAAAAACQAAAAAAAQAAAAAACQAAAAAADQAAAAAACQAAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACDgAAAAAAQAAAAAADQAAAAAABDwAAAAABQAAAAAACQAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAD + version: 6 + 2,-3: + ind: 2,-3 + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACDgAAAAAAHAAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAACIQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAADgAAAAAA + version: 6 + 2,-4: + ind: 2,-4 + tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA + version: 6 + 2,-5: + ind: 2,-5 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAACLAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADRwAAAAABLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAAADgAAAAAA + version: 6 + 2,0: + ind: 2,0 + tiles: QwAAAAADCQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAQwAAAAADCQAAAAABCQAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAACCQAAAAACDgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADDgAAAAAAQwAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAAADgAAAAAAIwAAAAADDgAAAAAADgAAAAAAQwAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAACDgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAILgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + version: 6 + 2,1: + ind: 2,1 + tiles: QwAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAAQwAAAAAACQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAABCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 2,2: + ind: 2,2 + tiles: CQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 3,-1: + ind: 3,-1 + tiles: CQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA + version: 6 + 3,-2: + ind: 3,-2 + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAADLwAAAAADLwAAAAACGgAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAAGgAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAAAGgAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAAGgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAAALwAAAAABLwAAAAAAGgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAAGgAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAABGgAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 3,-3: + ind: 3,-3 + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAASAAAAAACSAAAAAAASAAAAAACDgAAAAAAHAAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAAALAAAAAAALAAAAAAARwAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAAASAAAAAADSAAAAAAASAAAAAABHAAAAAABHAAAAAAADgAAAAAAHAAAAAACSQAAAAACSQAAAAABLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAAASAAAAAAASAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAACLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAAAMQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 3,-4: + ind: 3,-4 + tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAACDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAHAAAAAABHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAABDgAAAAAARgAAAAAARgAAAAACDgAAAAAARgAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAAMwAAAAADDgAAAAAAMwAAAAABDgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA + version: 6 + 3,-5: + ind: 3,-5 + tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAADDgAAAAAARwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + version: 6 + 3,0: + ind: 3,0 + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 3,1: + ind: 3,1 + tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 4,-1: + ind: 4,-1 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 5,-2: + ind: 5,-2 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAADQAAAAAADQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAADPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAAQAAAAAACQAAAAAABQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAACQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAHAAAAAACRwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAACQAAAAAAADgAAAAAAQAAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAADLAAAAAAALAAAAAAADgAAAAAADgAAAAAA + version: 6 + 4,0: + ind: 4,0 + tiles: LgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -4,-5: + ind: -4,-5 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAA + version: 6 + 6,-2: + ind: 6,-2 + tiles: QAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 1,-6: + ind: 1,-6 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAA + version: 6 + 4,-3: + ind: 4,-3 + tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAACLgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADLAAAAAAARwAAAAAARwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACLgAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAAHAAAAAAADgAAAAAAMwAAAAADLgAAAAAALgAAAAAARwAAAAACMwAAAAACMwAAAAADRwAAAAABMwAAAAACDgAAAAAADgAAAAAAMwAAAAABMwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADLgAAAAAALgAAAAAARwAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAACDgAAAAAAMwAAAAACMwAAAAAADgAAAAAARwAAAAABLAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAAALAAAAAAALAAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAABDgAAAAAAMwAAAAACMwAAAAACMwAAAAADLAAAAAAASQAAAAACHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAACHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 2,-6: + ind: 2,-6 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAACSQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -1,-6: + ind: -1,-6 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -4,2: + ind: -4,2 + tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -1,2: + ind: -1,2 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -4,0: + ind: -4,0 + tiles: LgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAA + version: 6 + 4,-2: + ind: 4,-2 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + version: 6 + 0,-6: + ind: 0,-6 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAA + version: 6 + 6,-3: + ind: 6,-3 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -4,1: + ind: -4,1 + tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAA + version: 6 + 5,-3: + ind: 5,-3 + tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAABMwAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABQAAAAAABQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAPQAAAAACDgAAAAAAQAAAAAABDgAAAAAAQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAACDgAAAAAADgAAAAAAQAAAAAAADgAAAAAA + version: 6 + -5,-5: + ind: -5,-5 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAA + version: 6 + 3,-6: + ind: 3,-6 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + version: 6 + 4,-4: + ind: 4,-4 + tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACHAAAAAABSgAAAAACSgAAAAADSgAAAAABSgAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACLgAAAAAASQAAAAADSQAAAAACHAAAAAAAHAAAAAAASgAAAAABSgAAAAABSgAAAAACSgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACSQAAAAADSQAAAAAASQAAAAABHAAAAAACHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 4,-5: + ind: 4,-5 + tiles: PAAAAAADIwAAAAADDgAAAAAALAAAAAAAPAAAAAACDgAAAAAAIwAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACRwAAAAACLAAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAAAPAAAAAACIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAABPAAAAAAGPAAAAAABDgAAAAAADgAAAAAADgAAAAAAPAAAAAAAIwAAAAABIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAGPAAAAAAEIwAAAAABRwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABRwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAACPAAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAAASgAAAAAADgAAAAAADgAAAAAASgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAADSgAAAAAADgAAAAAASgAAAAABSgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 4,-6: + ind: 4,-6 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACDgAAAAAAPAAAAAACIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAADIwAAAAAADgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAEDgAAAAAADgAAAAAAIwAAAAABPAAAAAAGDgAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 5,-1: + ind: 5,-1 + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAAADgAAAAAARwAAAAABDgAAAAAARwAAAAACHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAARwAAAAACDgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + 5,-4: + ind: 5,-4 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -2,-6: + ind: -2,-6 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + zIndex: 1 + angle: -3.141592653589793 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 2144: -10.033192,-6.9926043 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Arrows + decals: + 2143: -9.001826,-6.560205 + - node: + zIndex: 1 + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: Arrows + decals: + 4235: -52,-13 + - node: + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: ArrowsGreyscale + decals: + 11180: -1,-10 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: ArrowsGreyscale + decals: + 11179: 1,-8 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 1407: -16,-45 + 1408: -15,-45 + 2434: -16,-16 + 3160: 21,-23 + 3161: 22,-23 + 9911: 4,13 + 9912: 4,12 + 9937: 3,23 + 9938: 3,22 + 9939: 5,22 + 9940: 5,23 + 9941: 5,20 + 9943: 3,19 + 9944: 3,20 + 9945: 5,19 + 10826: 1,26 + 10827: 7,26 + 10828: 7,16 + - node: + color: '#D381C996' + id: BotGreyscale + decals: + 11429: 21,-29 + 11430: 32,-35 + 11431: 31,-34 + 11432: 31,-36 + - node: + zIndex: 1 + color: '#D381C996' + id: BotGreyscale + decals: + 9810: 34,-28 + - node: + color: '#FBB2FFFF' + id: BotGreyscale + decals: + 3152: 19,-29 + 3154: 21,-30 + 3155: 19,-30 + 3156: 21,-31 + - node: + color: '#FFFFFFFF' + id: BotGreyscale + decals: + 1688: 23,-12 + 1689: 22,-12 + 1690: 22,-13 + 1691: 23,-13 + 1692: 24,-13 + 1693: 24,-12 + 1696: 23,-11 + 3071: -41,-46 + 3072: -41,-47 + 3073: -41,-49 + 3074: -39,-49 + 3075: -39,-48 + 3076: -39,-47 + 3078: -42,-49 + - node: + color: '#FFFFFFFF' + id: BotLeftGreyscale + decals: + 1694: 24,-11 + - node: + color: '#FFFFFFFF' + id: BotRightGreyscale + decals: + 1695: 22,-11 + - node: + color: '#334E6DC8' + id: BrickBoxOverlay + decals: + 1365: 20,-1 + 1378: 5,-18 + - node: + color: '#52B4E996' + id: BrickBoxOverlay + decals: + 1362: 20,3 + 1377: 7,-18 + - node: + color: '#9FED5896' + id: BrickBoxOverlay + decals: + 1368: 22,-1 + 1374: 6,-20 + - node: + color: '#A4610696' + id: BrickBoxOverlay + decals: + 1370: 22,3 + 1379: 9,-20 + - node: + color: '#D381C996' + id: BrickBoxOverlay + decals: + 1369: 22,2 + 1380: 8,-20 + - node: + color: '#D4D4D428' + id: BrickBoxOverlay + decals: + 1372: 22,0 + 1373: 5,-20 + - node: + color: '#DE3A3A96' + id: BrickBoxOverlay + decals: + 1375: 9,-18 + - node: + color: '#EFB34196' + id: BrickBoxOverlay + decals: + 1363: 20,2 + 1376: 8,-18 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 1448: -7,-38 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 4120: -2,-41 + 12339: -6,-37 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkCornerNe + decals: + 12350: -4,-42 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 1419: -12,-38 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileDarkCornerNw + decals: + 4135: -13,-37 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileDarkCornerSe + decals: + 4127: -2,-42 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkCornerSw + decals: + 1423: -12,-42 + 1435: -9,-45 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerNe + decals: + 1449: -7,-42 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileDarkInnerNe + decals: + 4123: -6,-41 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkInnerSw + decals: + 1426: -9,-42 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 1441: -7,-41 + 1442: -7,-40 + 1443: -7,-39 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileDarkLineE + decals: + 4121: -6,-39 + 4122: -6,-40 + 12341: -6,-38 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 1438: -5,-42 + 1439: -6,-42 + 1444: -11,-38 + 1445: -10,-38 + 1446: -9,-38 + 1447: -8,-38 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileDarkLineN + decals: + 4124: -5,-41 + 4125: -4,-41 + 4126: -3,-41 + 4129: -7,-37 + 4130: -8,-37 + 4131: -9,-37 + 4132: -10,-37 + 4133: -11,-37 + 4134: -12,-37 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 1424: -11,-42 + 1425: -10,-42 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 4128: -3,-42 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: BrickTileDarkLineS + decals: + 12351: -8,-45 + - node: + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 1420: -12,-39 + 1421: -12,-40 + 1422: -12,-41 + 1427: -9,-43 + 10356: -9,-44 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileDarkLineW + decals: + 4136: -13,-38 + 4137: -13,-39 + 4138: -13,-40 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelBox + decals: + 9261: 5,-19 + - node: + color: '#3EB38896' + id: BrickTileWhiteBox + decals: + 12153: 34,-8 + 12154: 29,-10 + 12155: 29,-11 + - node: + color: '#52B4E996' + id: BrickTileWhiteBox + decals: + 9241: 20,1 + - node: + zIndex: 1 + color: '#D381C996' + id: BrickTileWhiteBox + decals: + 9613: 35,-47 + 9614: 35,-45 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteBox + decals: + 9242: 20,0 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: BrickTileWhiteBox + decals: + 9418: -31,3 + - node: + color: '#334E6DC8' + id: BrickTileWhiteCornerNe + decals: + 11114: -24,-16 + 11858: -24,-45 + - node: + zIndex: 1 + color: '#334E6DC8' + id: BrickTileWhiteCornerNe + decals: + 12370: -20,-47 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerNe + decals: + 12171: 53,-52 + 12176: 40,-53 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerNe + decals: + 10881: -8,-18 + 11039: -1,-18 + - node: + zIndex: 1 + color: '#EFB34196' + id: BrickTileWhiteCornerNe + decals: + 2236: -8,-11 + - node: + color: '#334E6DC8' + id: BrickTileWhiteCornerNw + decals: + 11113: -26,-16 + 11357: -25,-45 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerNw + decals: + 12160: 57,-51 + 12173: 37,-53 + 12177: 30,-53 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerNw + decals: + 10871: -14,-19 + 10872: -13,-18 + - node: + zIndex: 1 + color: '#EFB34196' + id: BrickTileWhiteCornerNw + decals: + 2232: -14,-11 + 11031: -6,-18 + - node: + color: '#334E6DC8' + id: BrickTileWhiteCornerSe + decals: + 11115: -24,-17 + 11353: -20,-49 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerSe + decals: + 12163: 59,-57 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSe + decals: + 10892: -8,-22 + 11053: -1,-16 + 11940: -1,-22 + 11941: -4,-22 + - node: + color: '#334E6DC8' + id: BrickTileWhiteCornerSw + decals: + 11112: -26,-17 + 11354: -25,-49 + - node: + color: '#D381C996' + id: BrickTileWhiteCornerSw + decals: + 12165: 57,-57 + - node: + color: '#EFB34196' + id: BrickTileWhiteCornerSw + decals: + 10870: -14,-21 + 10873: -13,-22 + 11045: -10,-16 + 11939: -2,-22 + 11942: -6,-22 + - node: + zIndex: 1 + color: '#EFB34196' + id: BrickTileWhiteCornerSw + decals: + 2226: -14,-16 + - node: + zIndex: 1 + color: '#D381C996' + id: BrickTileWhiteEndE + decals: + 9611: 36,-47 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: BrickTileWhiteEndN + decals: + 9390: -28,4 + - node: + zIndex: 1 + color: '#EFB34196' + id: BrickTileWhiteEndN + decals: + 2359: -4,-12 + 2360: -2,-12 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: BrickTileWhiteEndS + decals: + 9391: -28,2 + - node: + zIndex: 1 + color: '#D381C996' + id: BrickTileWhiteEndW + decals: + 9612: 36,-45 + - node: + color: '#334E6DC8' + id: BrickTileWhiteInnerNe + decals: + 11365: -24,-47 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: BrickTileWhiteInnerNe + decals: + 9411: -29,-2 + - node: + color: '#EFB34196' + id: BrickTileWhiteInnerNe + decals: + 11090: -8,-16 + 11098: -14,-14 + - node: + zIndex: 1 + color: '#EFB34196' + id: BrickTileWhiteInnerNe + decals: + 12386: -8,-13 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: BrickTileWhiteInnerNw + decals: + 9410: -23,-2 + - node: + color: '#EFB34196' + id: BrickTileWhiteInnerNw + decals: + 10868: -13,-19 + 11043: -10,-14 + 11089: -3,-16 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteInnerSe + decals: + 10835: -27,5 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: BrickTileWhiteInnerSe + decals: + 9409: -29,0 + - node: + zIndex: 1 + color: '#EFB34196' + id: BrickTileWhiteInnerSe + decals: + 2247: -12,-14 + 2257: -14,-11 + 12387: -8,-13 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteInnerSw + decals: + 10834: -25,5 + - node: + color: '#EFB34196' + id: BrickTileWhiteInnerSw + decals: + 10869: -13,-21 + 11044: -10,-14 + 11087: -3,-13 + 11095: -10,-11 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineE + decals: + 11355: -20,-48 + 11364: -24,-46 + - node: + zIndex: 1 + color: '#9FED5896' + id: BrickTileWhiteLineE + decals: + 13771: -21,-8 + 13772: -21,-9 + - node: + color: '#D381C996' + id: BrickTileWhiteLineE + decals: + 11439: 29,-34 + 11440: 29,-35 + 11441: 29,-36 + 12166: 59,-56 + 12169: 53,-56 + 12170: 53,-53 + 12178: 40,-55 + - node: + zIndex: 1 + color: '#D381C996' + id: BrickTileWhiteLineE + decals: + 13777: -21,-11 + 13778: -21,-12 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineE + decals: + 10831: -27,2 + 10832: -27,3 + 10833: -27,4 + 12093: -29,9 + 12094: -29,10 + 12095: -29,11 + 12096: -29,12 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: BrickTileWhiteLineE + decals: + 9393: -28,3 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineE + decals: + 11020: -1,-19 + 11021: -1,-20 + 11022: -1,-21 + 11050: -1,-13 + 11051: -1,-14 + 11052: -1,-15 + 11086: -8,-15 + 11099: -14,-13 + 11100: -14,-12 + - node: + zIndex: 1 + color: '#EFB34196' + id: BrickTileWhiteLineE + decals: + 2222: -8,-12 + 2223: -12,-15 + 12388: -8,-14 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineN + decals: + 11116: -25,-16 + 11117: -22,-15 + 11119: -21,-15 + 11121: -20,-15 + 11361: -21,-47 + 11362: -22,-47 + 11363: -23,-47 + - node: + color: '#9C2020FF' + id: BrickTileWhiteLineN + decals: + 1856: -31,-1 + - node: + color: '#D381C996' + id: BrickTileWhiteLineN + decals: + 11450: 37,-36 + 11451: 38,-36 + 12162: 58,-51 + 12172: 52,-52 + 12174: 38,-53 + 12175: 39,-53 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: BrickTileWhiteLineN + decals: + 9401: -28,-2 + 9402: -27,-2 + 9403: -26,-2 + 9404: -25,-2 + 9405: -24,-2 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineN + decals: + 10877: -12,-18 + 10878: -11,-18 + 10879: -10,-18 + 10880: -9,-18 + 11040: -5,-18 + 11049: -6,-13 + 11073: -6,-16 + 11074: -5,-16 + 11076: -7,-16 + 11077: -4,-16 + 11080: -7,-13 + 11096: -10,-11 + 11097: -9,-11 + - node: + zIndex: 1 + color: '#EFB34196' + id: BrickTileWhiteLineN + decals: + 2233: -13,-11 + 2234: -11,-11 + 2235: -12,-11 + 2261: -13,-14 + 2262: -12,-14 + 2263: -11,-14 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineS + decals: + 11118: -21,-16 + 11120: -20,-16 + 11124: -22,-16 + 11366: -21,-49 + 11367: -22,-49 + 11368: -23,-49 + 11370: -24,-49 + - node: + zIndex: 1 + color: '#334E6DFF' + id: BrickTileWhiteLineS + decals: + 4075: -19,-55 + 4076: -18,-55 + 4077: -17,-55 + - node: + color: '#9C2020FF' + id: BrickTileWhiteLineS + decals: + 1857: -31,-1 + - node: + color: '#D381C996' + id: BrickTileWhiteLineS + decals: + 11445: 41,-38 + 11448: 38,-38 + 11449: 37,-38 + 11452: 39,-38 + 11454: 40,-38 + 12164: 58,-57 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineS + decals: + 10836: -26,5 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: BrickTileWhiteLineS + decals: + 9396: -28,0 + 9397: -27,0 + 9398: -26,0 + 9399: -25,0 + 9400: -24,0 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 10874: -12,-22 + 10875: -11,-22 + 10890: -10,-22 + 10891: -9,-22 + 11054: -9,-16 + 11055: -8,-16 + 11057: -6,-16 + 11058: -5,-16 + 11060: -3,-16 + 11061: -2,-16 + 11069: -6,-13 + 11070: -5,-13 + 11078: -7,-13 + 11079: -4,-13 + 11081: -7,-16 + 11082: -4,-16 + 11943: -5,-22 + - node: + zIndex: 1 + color: '#EFB34196' + id: BrickTileWhiteLineS + decals: + 2246: -11,-14 + 2248: -13,-16 + 2264: -13,-11 + 2265: -12,-11 + 2266: -11,-11 + - node: + color: '#334E6DC8' + id: BrickTileWhiteLineW + decals: + 11358: -25,-46 + 11359: -25,-47 + 11360: -25,-48 + 11442: 29,-36 + 11443: 29,-35 + 11444: 29,-34 + - node: + zIndex: 1 + color: '#9FED5896' + id: BrickTileWhiteLineW + decals: + 13773: -22,-8 + 13774: -22,-9 + - node: + color: '#D381C996' + id: BrickTileWhiteLineW + decals: + 12161: 57,-52 + 12167: 50,-55 + 12168: 50,-56 + - node: + zIndex: 1 + color: '#D381C996' + id: BrickTileWhiteLineW + decals: + 13775: -22,-11 + 13776: -22,-12 + - node: + color: '#DE3A3A96' + id: BrickTileWhiteLineW + decals: + 10829: -25,4 + 10830: -25,3 + 12091: -31,10 + 12092: -31,11 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: BrickTileWhiteLineW + decals: + 9392: -28,3 + 12374: -25,2 + - node: + color: '#EFB34196' + id: BrickTileWhiteLineW + decals: + 10876: -14,-20 + 11035: -6,-19 + 11036: -6,-20 + 11037: -6,-21 + 11083: -3,-15 + 11084: -3,-14 + 11094: -10,-15 + 11101: -14,-12 + 11102: -14,-13 + 11103: -14,-14 + - node: + zIndex: 1 + color: '#EFB34196' + id: BrickTileWhiteLineW + decals: + 2249: -14,-15 + 2253: -10,-13 + 2254: -10,-12 + - node: + color: '#FFFFFFFF' + id: BushAOne + decals: + 1600: 12.928376,-7.0316486 + 1618: 15.991604,-7.002254 + - node: + color: '#FFFFFFFF' + id: BushATwo + decals: + 1394: -39.226192,-42.22389 + 9892: -10.868893,17.120722 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BushCThree + decals: + 1401: -40.120388,-42.015408 + - node: + color: '#FFFFFFFF' + id: BushCTwo + decals: + 1625: 15.110565,-6.035365 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BushCTwo + decals: + 1402: -41.38143,-42.140495 + - node: + color: '#FFFFFFFF' + id: BushDOne + decals: + 1478: 49.005047,-19.95957 + - node: + color: '#FFFFFFFF' + id: BushDThree + decals: + 1479: 49.963856,-19.95957 + 9843: -18.699919,29.106472 + - node: + color: '#FFFFFFFF' + id: BushDTwo + decals: + 9844: -19.033417,28.825027 + - node: + color: '#FFFFFFFF' + id: Busha1 + decals: + 1602: 12.990907,-5.999682 + - node: + color: '#FFFFFFFF' + id: Busha3 + decals: + 1392: -42.94679,-42.067528 + 1626: 16.04055,-5.9007354 + - node: + color: '#FFFFFFFF' + id: Bushc1 + decals: + 9890: -17.08512,14.31797 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Bushc1 + decals: + 1398: -42.038006,-42.797203 + - node: + color: '#FFFFFFFF' + id: Bushc2 + decals: + 9891: -10.930076,13.412277 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Bushc2 + decals: + 1399: -38.99483,-42.859745 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Bushc3 + decals: + 1400: -42.91344,-42.838898 + - node: + color: '#FFFFFFFF' + id: Bushd1 + decals: + 1474: 49.067577,-24.01447 + - node: + color: '#FFFFFFFF' + id: Bushd2 + decals: + 1475: 48.05666,-23.983198 + - node: + color: '#FFFFFFFF' + id: Bushd3 + decals: + 1476: 49.87006,-23.951925 + - node: + color: '#FFFFFFFF' + id: Bushd4 + decals: + 1477: 48.025394,-20.01169 + 9893: -10.783236,16.104877 + 9894: -11.957956,14.819774 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Bushf1 + decals: + 10041: 13.947853,-4.296533 + 10042: 14.61079,-3.8587284 + - node: + color: '#FFFFFFFF' + id: Bushf2 + decals: + 9882: -10.14693,12.1271715 + 9887: -11.603093,12.078216 + 9888: -17.097357,12.139411 + - node: + color: '#FFFFFFFF' + id: Bushg2 + decals: + 322: -3.4878087,-39.918102 + - node: + color: '#FFFFFFFF' + id: Bushg3 + decals: + 323: -4.113119,-39.907677 + - node: + color: '#FFFFFFFF' + id: Bushg4 + decals: + 321: -4.978131,-38.875713 + - node: + color: '#FFFFFFFF' + id: Bushh1 + decals: + 1604: 13.637061,-6.8648663 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Bushh1 + decals: + 10044: 15.246523,-4.8073044 + - node: + color: '#FFFFFFFF' + id: Bushh2 + decals: + 1623: 14.376364,-6.023126 + - node: + color: '#FFFFFFFF' + id: Bushi1 + decals: + 9879: -17.097357,17.15744 + - node: + color: '#FFFFFFFF' + id: Bushi2 + decals: + 1607: 14.082896,-7.11504 + 1624: 16.052788,-6.3902984 + 9878: -11.79888,15.260381 + - node: + color: '#FFFFFFFF' + id: Bushi3 + decals: + 1606: 13.655601,-5.8224754 + 9876: -16.069477,12.604497 + 9877: -11.835589,12.775845 + 12158: -1.7835784,-39.817196 + - node: + color: '#FFFFFFFF' + id: Bushi4 + decals: + 9880: -16.155132,15.480683 + 12159: -2.3776236,-40.025677 + - node: + color: '#FFFFFFFF' + id: Bushj2 + decals: + 9881: -17.170776,15.27262 + - node: + color: '#FFFFFFFF' + id: Bushl1 + decals: + 1468: 47.55641,-20.022114 + 1469: 50.339043,-19.980417 + 1472: 49.401077,-19.980417 + 9889: -11.419543,14.832012 + - node: + color: '#FFFFFFFF' + id: Bushl2 + decals: + 1466: 47.629364,-23.972775 + 1467: 50.401573,-24.01447 + 1473: 48.5048,-24.004045 + - node: + color: '#FFFFFFFF' + id: Bushl3 + decals: + 1470: 48.56733,-20.001266 + - node: + color: '#FFFFFFFF' + id: Bushl4 + decals: + 1471: 49.54698,-24.004045 + 9883: -9.657462,12.188368 + 9884: -11.933483,14.207818 + - node: + color: '#FFFFFFFF' + id: Bushm3 + decals: + 9885: -11.65204,13.522429 + 9886: -17.244196,12.788083 + - node: + zIndex: 1 + color: '#3EB38896' + id: CheckerNESW + decals: + 2072: -8,-7 + 2073: -8,-8 + 2074: -8,-9 + 2077: -9,-8 + 2078: -9,-9 + 2081: -10,-8 + 2082: -10,-9 + 2083: -11,-9 + 2085: -11,-7 + 2086: -12,-7 + 2087: -13,-7 + 2088: -14,-7 + 2089: -14,-8 + 2090: -14,-9 + 2091: -13,-9 + 2093: -12,-9 + 2141: -10,-7 + 2142: -9,-7 + - node: + color: '#52B4E996' + id: CheckerNESW + decals: + 10382: -38,-28 + 10383: -40,-26 + - node: + color: '#639137FF' + id: CheckerNESW + decals: + 2475: -22,-38 + - node: + color: '#9FED5896' + id: CheckerNESW + decals: + 8786: 28,-1 + 8787: 27,-1 + 8788: 28,0 + 8789: 27,0 + - node: + zIndex: 1 + color: '#9FED5896' + id: CheckerNESW + decals: + 12961: 61,-80 + 12962: 61,-79 + 12963: 61,-78 + 12964: 62,-78 + 12965: 62,-79 + 12966: 62,-80 + - node: + color: '#D381C996' + id: CheckerNESW + decals: + 11308: 33,-32 + - node: + color: '#334E6DC8' + id: CheckerNWSE + decals: + 12885: -21,-51 + 12886: -20,-51 + 12887: -20,-52 + 12888: -21,-52 + 12889: -19,-52 + 12890: -19,-53 + 12891: -18,-53 + 12892: -17,-53 + 12893: -17,-52 + 12894: -18,-52 + 12895: -18,-51 + 12896: -19,-51 + 12897: -17,-51 + 12898: -16,-51 + 12899: -15,-51 + 12900: -14,-51 + 12901: -14,-52 + - node: + zIndex: 1 + color: '#43990996' + id: CheckerNWSE + decals: + 12955: 61,-80 + 12956: 61,-79 + 12957: 61,-78 + 12958: 62,-78 + 12959: 62,-79 + 12960: 62,-80 + - node: + color: '#52B4E996' + id: CheckerNWSE + decals: + 10384: -38,-26 + 10385: -40,-28 + 10430: -33,-26 + 10431: -32,-26 + 10432: -31,-26 + 10433: -30,-26 + 10434: -29,-26 + 10435: -28,-26 + 10436: -27,-26 + 10437: -27,-27 + 10438: -27,-28 + 10439: -28,-28 + 10440: -28,-27 + 10441: -29,-27 + 10442: -29,-28 + 10443: -30,-27 + 10444: -31,-27 + 10445: -32,-27 + 10446: -33,-27 + 10447: -33,-28 + 10448: -31,-28 + 10806: -43,-34 + 10807: -42,-34 + 10808: -41,-34 + 10809: -41,-35 + 10810: -42,-35 + 10811: -43,-35 + 10812: -43,-36 + 10813: -42,-36 + 10814: -41,-36 + 10815: -41,-37 + 10816: -42,-37 + 10817: -43,-37 + 10818: -42,-38 + 10819: -42,-39 + 10820: -43,-39 + 10821: -41,-39 + 10822: -42,-40 + 10823: -40,-34 + - node: + color: '#8C347F96' + id: CheckerNWSE + decals: + 8777: 27,-1 + 8778: 28,-1 + 8779: 28,0 + 8780: 27,0 + 8781: 27,1 + 8782: 28,1 + 8783: 27,2 + 8784: 28,2 + 8785: 29,2 + - node: + color: '#9FED5896' + id: CheckerNWSE + decals: + 10602: -21,-37 + 10603: -21,-38 + 10604: -21,-39 + 10605: -15,-39 + 10606: -16,-33 + 10607: -15,-33 + 10609: -16,-32 + 10610: -16,-31 + 10611: -15,-31 + 10612: -15,-32 + 10613: -14,-32 + 10614: -14,-33 + 10615: -14,-34 + 10679: -14,-39 + 10680: -13,-32 + 10681: -17,-31 + 12902: -15,-34 + - node: + color: '#DE3A3A96' + id: CheckerNWSE + decals: + 11193: -23,-4 + 11194: -22,-4 + 11195: -22,-5 + 11196: -23,-5 + 11197: -23,-6 + 11198: -22,-6 + 11199: -20,-6 + 11200: -21,-6 + 11201: -20,-5 + 11202: -21,-5 + 11203: -21,-4 + 11204: -20,-4 + 11205: -31,-8 + 11206: -31,-9 + 11207: -31,-10 + 11208: -31,-11 + 11209: -21,-2 + 11210: -21,-1 + 11211: -20,-1 + 11212: -19,-1 + 11213: -19,-2 + 11214: -20,-2 + 11215: -18,-2 + 11216: -18,-1 + 11217: -22,-1 + 11218: -22,-2 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: CheckerNWSE + decals: + 13010: -31,-4 + 13011: -30,-4 + 13012: -29,-4 + - node: + color: '#F9FFFEFF' + id: CheckerNWSE + decals: + 2610: -10,-35 + 2611: -9,-35 + 2612: -8,-35 + 2613: -7,-35 + 2614: -7,-34 + 2615: -8,-34 + 2616: -9,-34 + 2617: -10,-34 + 2619: -9,-33 + 2620: -8,-33 + 2621: -7,-33 + 2622: -7,-32 + 2623: -7,-31 + 2624: -10,-33 + 2625: -10,-32 + 2626: -9,-32 + 2627: -8,-32 + 2628: -8,-31 + 2629: -9,-31 + 2630: -10,-31 + - node: + cleanable: True + color: '#52B4E9FF' + id: Cyber + decals: + 3265: 0.0099077225,-26.03567 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: Delivery + decals: + 9345: -26,8 + 9348: -26,1 + 9349: -30,1 + 9350: -31,-1 + 9351: -26,-3 + 9353: -28,-5 + 9354: -31,-6 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 1409: -14,-45 + 2152: -26,-41 + 2153: -26,-42 + 2154: -26,-43 + 2155: -25,-40 + 2156: -24,-40 + 2157: -23,-40 + 2158: -30,-63 + 2159: -31,-63 + 2168: -8,-58 + 2169: -9,-58 + 2183: 16,8 + 2184: 15,8 + 2185: 14,8 + 2190: 30,-6 + 2191: 31,-6 + 2192: 32,-6 + 2194: 33,21 + 2195: 32,21 + 2196: 31,21 + 2203: 25,-23 + 2204: 25,-22 + 2205: 25,-21 + 2210: 11,-36 + 2211: 10,-36 + 2212: 9,-36 + 2435: -16,-15 + 3159: 20,-23 + 3275: -22,-28 + 3276: 6,-26 + 3277: 23,-20 + 3278: 18,-6 + 4198: 30,8 + 4259: 48,-27 + 4260: 45,-16 + 9908: -7,10 + 9910: 4,14 + 9933: 5,24 + 9934: 3,24 + 9935: 3,18 + 9936: 5,18 + 10343: 8,-37 + 10359: -14,18 + 10360: -7,11 + 10374: -26,-24 + 11823: 17,10 + 11944: -18,-18 + 11945: -17,-18 + 11946: -16,-18 + 11947: -18,-6 + 11948: -17,-6 + 11949: -16,-6 + - node: + cleanable: True + zIndex: 1 + color: '#43990996' + id: Diablo + decals: + 12390: 39.014027,-57.014854 + - node: + color: '#9FED5896' + id: DiagonalCheckerAOverlay + decals: + 10320: -1,-35 + 10321: -1,-34 + 10322: 0,-34 + 10323: 0,-35 + 10324: 1,-35 + 10325: 1,-34 + 10326: 1,-33 + 10327: 1,-32 + 10328: 0,-32 + 10329: -1,-32 + 10330: -1,-33 + 10331: 0,-33 + 10332: -2,-35 + 10333: -2,-32 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFF7F' + id: Dirt + decals: + 1162: 21,-55 + 1163: 20,-55 + 1164: 21,-54 + 1165: 21,-53 + 1166: 20,-54 + 1167: 19,-54 + 1168: 19,-53 + 1169: 20,-53 + 1170: 19,-55 + 3293: 18,5 + 3294: 19,5 + 4798: 43,-8 + 4799: 43,-7 + 4800: 48,-6 + 4801: 47,-6 + 4802: 47,-5 + 4803: 48,-5 + 10045: 15,-5 + 10046: 14,0 + 10047: 14,-12 + 10048: 16,-13 + 10346: 13,-13 + 10347: 12,-13 + 10348: 12,-12 + 10349: 16,-12 + 10350: 16,-11 + 10351: 15,-12 + 11503: 26,-40 + 11775: -27,-22 + 11776: -30,-20 + 11777: -29,-22 + 11778: -31,-24 + 11779: -33,-22 + 11804: -39,-27 + 11824: 18,12 + 11825: 16,15 + 11866: -32,14 + 11867: -30,19 + 11950: 26,-18 + 12310: 57,-55 + 12312: 43,-63 + 12313: 50,-61 + 13343: 73,-44 + 13344: 74,-45 + 13345: 73,-47 + 13346: 77,-47 + 13347: 79,-47 + 13348: 78,-46 + 13349: 79,-45 + 13350: 76,-43 + 13351: 68,-41 + 13352: 67,-42 + 13353: 67,-44 + 13354: 67,-45 + 13470: 85,-22 + 13471: 84,-22 + 13472: 84,-23 + 13473: 84,-24 + 13474: 90,-24 + 13475: 91,-24 + 13476: 94,-22 + 13477: 91,-19 + 13478: 90,-18 + 13479: 87,-18 + 13480: 87,-17 + 13481: 87,-16 + 13482: 86,-15 + 13483: 87,-14 + 13484: 87,-14 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFF7F' + id: Dirt + decals: + 13756: -21,-9 + 13757: -22,-12 + 13779: -15,17 + 13786: -9,-18 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFFFF' + id: Dirt + decals: + 13707: -23,-8 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFF7F' + id: DirtHeavy + decals: + 184: -30,-11 + 185: -31,-14 + 3283: 17,7 + 3284: 18,8 + 3285: 19,8 + 3286: 19,7 + 3287: 19,6 + 3916: 50,-47 + 3917: 50,-46 + 3918: 50,-45 + 3964: 14,-53 + 3965: 15,-54 + 3966: 13,-54 + 3967: 12,-54 + 3968: 14,-54 + 3969: 15,-51 + 3970: 14,-52 + 4016: -9,-46 + 4017: -8,-46 + 4018: -6,-44 + 4019: -5,-41 + 4020: -6,-41 + 4021: -6,-40 + 4332: 27,-57 + 4333: 27,-58 + 4334: 28,-58 + 4335: 23,-55 + 4337: 4,-50 + 4339: -3,-49 + 4341: -4,-50 + 4343: -8,-53 + 4344: -9,-54 + 4345: -9,-48 + 4346: -9,-43 + 4347: -13,-37 + 4348: -19,-42 + 4782: 36,-11 + 4783: 36,-8 + 4784: 37,-7 + 4785: 39,-7 + 4786: 40,-8 + 4787: 38,-8 + 4788: 36,-8 + 4789: 42,-10 + 4790: 42,-11 + 4791: 42,-12 + 4792: 43,-12 + 4793: 43,-11 + 4794: 40,-12 + 4795: 40,-12 + 4796: 40,-10 + 4797: 41,-12 + 4804: 46,-6 + 4805: 47,-6 + 4806: 48,-6 + 4807: 48,-5 + 4808: 47,-6 + 4809: 45,-5 + 4810: 45,-4 + 4811: 43,-4 + 4812: 42,-4 + 4813: 42,-3 + 4814: 43,-3 + 4815: 43,-4 + 4816: 44,-4 + 4817: 45,-3 + 4818: 41,-7 + 4819: 38,-5 + 4820: 37,-5 + 4821: 38,-6 + 4822: 41,-6 + 4823: 40,-9 + 4824: 40,-11 + 4825: 42,-10 + 4832: 31,-8 + 4865: 21,-3 + 4866: 23,-5 + 4867: 22,-5 + 4868: 18,-5 + 4869: 18,-4 + 4870: 19,-4 + 4871: 19,-5 + 4872: 15,-5 + 4873: 14,-4 + 4874: 14,-3 + 4875: 15,-3 + 4925: 0,10 + 4926: 0,11 + 4927: -3,10 + 4928: -5,10 + 4959: -25,-11 + 5157: -14,-9 + 5158: -13,-9 + 5159: -11,-9 + 5187: 2,-17 + 5188: 3,-17 + 5189: 2,-18 + 5190: 2,-19 + 5191: 2,-20 + 5192: 3,-20 + 5193: 3,-19 + 5194: 3,-19 + 5195: 3,-18 + 5196: 3,-17 + 5197: 2,-17 + 5198: 2,-18 + 5241: 15,-34 + 5242: 16,-33 + 5243: 17,-34 + 5244: 16,-34 + 5245: 17,-31 + 5249: 16,-30 + 5254: 11,-43 + 5255: 10,-43 + 5276: 15,-45 + 5277: 16,-45 + 5278: 19,-45 + 5279: 19,-43 + 5280: 18,-43 + 5281: 18,-45 + 5282: 15,-43 + 5283: 14,-43 + 5284: 10,-46 + 5285: 9,-46 + 5286: 11,-46 + 5287: 11,-47 + 5288: 10,-47 + 5289: 9,-47 + 5344: -2,-49 + 5345: -2,-50 + 5346: -1,-50 + 5347: -1,-51 + 5348: -2,-51 + 5507: -23,-51 + 5508: -23,-53 + 5509: -23,-54 + 5510: -23,-52 + 5511: -24,-52 + 5512: -25,-52 + 5517: -31,-49 + 5518: -30,-47 + 5519: -30,-47 + 5520: -32,-44 + 5521: -32,-44 + 5522: -32,-45 + 5523: -32,-47 + 5524: -33,-47 + 5525: -34,-46 + 5526: -33,-45 + 5527: -34,-44 + 5528: -35,-44 + 5529: -35,-46 + 5699: -51,-42 + 5700: -52,-44 + 5701: -52,-42 + 6067: -21,-20 + 6068: -22,-19 + 6069: -22,-20 + 6070: -17,-20 + 6071: -18,-19 + 6072: -16,-19 + 6073: -16,-20 + 6074: -16,-21 + 6075: -17,-21 + 6155: -5,-33 + 6156: -4,-33 + 6157: -3,-33 + 6158: -3,-32 + 6159: -3,-31 + 6160: -4,-31 + 6161: -5,-31 + 6162: -7,-32 + 6163: -7,-31 + 6164: -8,-31 + 6165: -9,-31 + 6166: -9,-32 + 6167: -10,-32 + 6168: -10,-33 + 6169: -9,-33 + 6170: -10,-34 + 6171: -10,-35 + 6172: -9,-35 + 6173: -9,-34 + 6174: -10,-33 + 6175: -8,-33 + 6176: -8,-34 + 6177: -8,-35 + 6178: -7,-35 + 6179: -7,-34 + 6180: -7,-33 + 6181: -7,-32 + 6182: -8,-32 + 6254: -18,-38 + 6255: -17,-38 + 6260: -22,-39 + 6261: -22,-38 + 6262: -24,-39 + 6268: -24,-37 + 6269: -25,-38 + 6270: -25,-39 + 6271: -25,-37 + 6272: -25,-36 + 6787: 11,12 + 6788: 12,11 + 6789: 12,10 + 6790: 13,10 + 6792: 16,11 + 6793: 14,7 + 6795: 16,7 + 6797: 14,6 + 6798: 18,7 + 6799: 18,6 + 6800: 18,5 + 6801: 19,5 + 6802: 19,6 + 6803: 19,7 + 6804: 19,8 + 6805: 18,8 + 6806: 18,7 + 6807: 19,7 + 6808: 18,6 + 6809: 19,6 + 6810: 19,5 + 6838: 11,5 + 6839: 11,5 + 6840: 10,6 + 6841: 9,6 + 6842: 8,6 + 6843: 8,4 + 6844: 10,3 + 6845: 10,3 + 6846: 14,-1 + 6847: 14,0 + 6848: 14,1 + 6849: 15,0 + 6850: 15,-1 + 6851: 15,1 + 6852: 14,1 + 6853: 15,1 + 6854: 14,0 + 6855: 14,0 + 6856: 15,-1 + 6857: 15,0 + 6858: 16,0 + 6859: 14,0 + 6860: 14,-1 + 6861: 15,-1 + 6862: 16,0 + 6863: 16,-1 + 6864: 14,-2 + 6865: 15,-2 + 6866: 16,-2 + 6867: 15,-3 + 6868: 14,-3 + 6869: 15,-4 + 6871: 15,2 + 6872: 14,2 + 6873: 14,3 + 6874: 15,3 + 6894: 17,-37 + 6895: 17,-36 + 6896: 19,-38 + 6897: 19,-39 + 6898: 19,-41 + 6901: 17,-37 + 6902: 20,-37 + 6903: 19,-39 + 6904: 20,-41 + 6905: 14,-39 + 6906: 15,-38 + 6907: 14,-37 + 6908: 13,-38 + 6909: 14,-39 + 6910: 15,-39 + 6911: 15,-40 + 6912: 15,-38 + 6913: 16,-38 + 6914: 17,-37 + 6917: 17,-44 + 6918: 18,-44 + 6919: 19,-44 + 6920: 22,-43 + 6921: 23,-43 + 6922: 23,-42 + 6923: 23,-42 + 6924: 23,-41 + 6925: 23,-40 + 6926: 22,-40 + 6927: 22,-41 + 6928: 22,-42 + 6929: 23,-41 + 6930: 23,-40 + 6931: 22,-40 + 6932: 22,-45 + 6933: 21,-45 + 6934: 22,-45 + 6935: 22,-45 + 6936: 21,-54 + 6937: 20,-55 + 6938: 19,-54 + 6939: 18,-49 + 6940: 17,-48 + 6941: 18,-47 + 6942: 18,-47 + 6943: 20,-47 + 6944: 18,-47 + 6945: 17,-50 + 6946: 20,-51 + 6947: 15,-49 + 6948: 15,-48 + 6949: 15,-47 + 6950: 13,-47 + 6951: 14,-48 + 6952: 14,-49 + 6953: 13,-49 + 6954: 13,-49 + 6955: 13,-47 + 6956: 14,-47 + 6957: 27,-52 + 6958: 28,-52 + 6959: 28,-51 + 6960: 27,-54 + 6961: 28,-54 + 6962: 27,-55 + 6963: 28,-55 + 6964: 29,-57 + 6965: 31,-57 + 6966: 32,-58 + 6988: 42,-51 + 6996: 42,-51 + 7067: 48,-54 + 7070: 47,-54 + 7072: 47,-50 + 7074: 47,-53 + 7075: 50,-51 + 7076: 50,-51 + 7077: 50,-49 + 7078: 50,-49 + 7087: 50,-45 + 7121: 51,-41 + 7122: 50,-41 + 7123: 50,-42 + 7124: 50,-43 + 7125: 50,-43 + 7126: 50,-42 + 7127: 50,-41 + 7128: 50,-40 + 7129: 54,-39 + 7130: 55,-39 + 7131: 56,-39 + 7132: 56,-39 + 7133: 56,-40 + 7134: 56,-41 + 7135: 55,-43 + 7136: 56,-43 + 7138: 55,-40 + 7139: 55,-40 + 7140: 50,-38 + 7141: 50,-37 + 7142: 50,-36 + 7143: 51,-36 + 7144: 51,-36 + 7145: 52,-36 + 7146: 52,-37 + 7147: 51,-37 + 7148: 50,-37 + 7149: 50,-38 + 7150: 51,-39 + 7161: 45,-33 + 7162: 46,-33 + 7163: 45,-34 + 7164: 46,-34 + 7165: 45,-35 + 7166: 46,-35 + 7167: 46,-33 + 7168: 45,-33 + 7169: 46,-33 + 7170: 45,-33 + 7171: 45,-34 + 7172: 45,-33 + 7173: 46,-33 + 7174: 45,-34 + 7175: 45,-34 + 7176: 46,-35 + 7189: 41,-28 + 7190: 41,-28 + 7191: 43,-28 + 7192: 43,-28 + 7193: 43,-28 + 7196: 37,-27 + 7197: 38,-27 + 7198: 39,-26 + 7215: 36,-22 + 7220: 33,-22 + 7221: 35,-22 + 7223: 36,-23 + 7224: 37,-23 + 7225: 38,-23 + 7227: 36,-21 + 7230: 38,-18 + 7231: 37,-18 + 7232: 35,-18 + 7233: 34,-18 + 7234: 42,-21 + 7235: 42,-22 + 7236: 42,-23 + 7237: 41,-23 + 7238: 46,-29 + 7239: 45,-29 + 7240: 45,-28 + 7241: 46,-28 + 7242: 46,-29 + 7243: 45,-29 + 7244: 45,-28 + 7245: 46,-28 + 7246: 49,-34 + 7247: 49,-33 + 7248: 49,-33 + 7249: 49,-32 + 7250: 49,-31 + 7251: 49,-33 + 7252: 50,-37 + 7253: 43,-38 + 7254: 43,-38 + 7255: 45,-37 + 7256: 46,-37 + 7257: 43,-33 + 7258: 43,-33 + 7259: 53,-27 + 7260: 53,-27 + 7261: 53,-25 + 7263: 52,-27 + 7265: 53,-24 + 7268: 54,-22 + 7269: 55,-22 + 7278: 51,-21 + 7279: 50,-21 + 7280: 48,-21 + 7285: 49,-25 + 7290: 45,-26 + 7293: 45,-23 + 7294: 44,-22 + 7295: 45,-21 + 7297: 45,-19 + 7301: 51,-17 + 7302: 47,-17 + 7303: 46,-17 + 7304: 45,-18 + 7309: 50,-17 + 7310: 49,-17 + 7315: 53,-18 + 7316: 52,-17 + 7317: 53,-20 + 7318: 53,-20 + 7319: 53,-19 + 7386: 47,-8 + 7387: 48,-8 + 7388: 48,-9 + 7389: 47,-9 + 7390: 47,-10 + 7391: 48,-10 + 7392: 48,-10 + 7393: 48,-6 + 7394: 47,-6 + 7395: 46,-6 + 7396: 46,-6 + 7397: 45,-5 + 7398: 45,-5 + 7399: 42,-3 + 7400: 39,6 + 7401: 39,6 + 7402: 38,6 + 7403: 37,6 + 7404: 38,6 + 7405: 36,6 + 7406: 36,6 + 7407: 38,6 + 7408: 44,8 + 7409: 45,8 + 7410: 46,8 + 7411: 47,8 + 7412: 47,9 + 7413: 47,9 + 7414: 49,9 + 7415: 49,9 + 7416: 50,9 + 7417: 50,11 + 7418: 50,12 + 7419: 49,12 + 7420: 48,11 + 7421: 48,10 + 7422: 47,10 + 7423: 47,11 + 7424: 46,12 + 7425: 45,11 + 7426: 46,11 + 7427: 45,10 + 7428: 44,10 + 7429: 44,11 + 7430: 46,11 + 7431: 45,12 + 7432: 43,12 + 7433: 42,12 + 7434: 42,11 + 7435: 44,11 + 7436: 43,10 + 7437: 42,9 + 7438: 42,8 + 7439: 43,8 + 7440: 44,9 + 7441: 44,9 + 7442: 44,11 + 7443: 45,11 + 7444: 46,11 + 7445: 45,10 + 7446: 45,9 + 7447: 46,9 + 7448: 47,10 + 7449: 47,11 + 7450: 46,12 + 7451: 46,12 + 7452: 44,12 + 7453: 47,12 + 7454: 48,10 + 7455: 46,9 + 7456: 45,8 + 7457: 47,8 + 7458: 49,9 + 7459: 50,9 + 7460: 47,7 + 7461: 45,7 + 7462: 45,7 + 7508: 28,3 + 7509: 27,3 + 7510: 27,4 + 7511: 28,4 + 7512: 29,4 + 7513: 29,3 + 7559: 24,5 + 7560: 25,5 + 7561: 24,5 + 7562: 22,5 + 7563: 23,6 + 7564: 23,5 + 7565: 23,5 + 7566: 27,6 + 7567: 28,6 + 7568: 29,6 + 7569: 29,6 + 7570: 27,10 + 7571: 27,11 + 7572: 28,10 + 7573: 29,10 + 7574: 29,11 + 7575: 29,12 + 7576: 28,12 + 7577: 27,11 + 7578: 28,11 + 7579: 23,9 + 7580: 23,9 + 7581: 25,10 + 7582: 25,10 + 7583: 25,13 + 7584: 23,13 + 7585: 21,12 + 7586: 20,12 + 7597: 20,12 + 7599: 16,12 + 7601: 29,18 + 7602: 28,18 + 7603: 28,19 + 7604: 28,19 + 7605: 29,19 + 7606: 29,19 + 7607: 35,27 + 7608: 35,27 + 7609: 35,29 + 7610: 35,29 + 7611: 34,29 + 7612: 34,29 + 7613: 34,27 + 7614: 36,27 + 7615: 36,29 + 7616: 34,35 + 7617: 35,35 + 7618: 36,35 + 7619: 36,37 + 7620: 35,37 + 7621: 34,37 + 7622: 33,32 + 7623: 32,32 + 7624: 32,31 + 7625: 31,32 + 7626: 31,31 + 7627: 31,33 + 7628: 31,35 + 7629: 32,39 + 7630: 33,41 + 7631: 31,42 + 7632: 31,41 + 7633: 33,43 + 7634: 31,43 + 7635: 31,44 + 7636: 33,44 + 7637: 33,45 + 7638: 31,45 + 7639: 23,-15 + 7640: 23,-15 + 7641: 22,-15 + 7642: 22,-15 + 7645: 20,-15 + 7646: 20,-15 + 7647: 19,-15 + 7648: 19,-14 + 7649: 20,-14 + 7664: 17,-17 + 7668: 16,-14 + 7669: 13,-14 + 7671: 10,-14 + 7672: 10,-13 + 7673: 10,-12 + 7676: 12,-11 + 7678: 14,-10 + 7679: 13,-9 + 7680: 12,-9 + 7681: 14,-11 + 7684: 17,-11 + 7685: 17,-11 + 7686: 16,-10 + 7687: 16,-10 + 7688: 16,-9 + 7689: 16,-9 + 7690: 19,-9 + 7691: 19,-10 + 7692: 19,-10 + 7693: 19,-11 + 7694: 19,-11 + 7695: 19,-12 + 7696: 19,-12 + 7697: 19,-9 + 7698: 18,-7 + 7699: 18,-6 + 7700: 18,-4 + 7701: 18,-3 + 7702: 17,-3 + 7704: 20,2 + 7705: 20,3 + 7706: 22,3 + 7707: 22,2 + 7709: 20,-1 + 7710: 22,-1 + 7711: 22,0 + 7712: 18,5 + 7713: 19,5 + 7714: 19,6 + 7715: 15,5 + 7716: 14,4 + 7717: 13,5 + 7718: 13,5 + 7719: 12,5 + 7720: 12,5 + 7721: 8,4 + 7722: 9,4 + 7723: 10,4 + 7724: 10,5 + 7725: 9,5 + 7726: 11,11 + 7727: 10,11 + 7728: 9,10 + 7729: 10,10 + 7730: 9,10 + 7731: 10,12 + 7733: -15,2 + 7734: -17,-8 + 7736: -18,-12 + 7737: -17,-14 + 7738: -18,-16 + 7740: -19,-20 + 7741: -19,-21 + 7743: -7,-27 + 7744: -6,-27 + 7745: -15,-35 + 7746: -14,-35 + 7752: -13,-40 + 7753: -13,-42 + 7754: -4,-50 + 7755: -2,-49 + 7758: -5,-53 + 7759: -4,-53 + 7760: -5,-52 + 7761: -6,-52 + 7762: -5,-56 + 7763: -8,-57 + 7764: -9,-58 + 7765: -8,-60 + 7767: -8,-63 + 7768: -5,-68 + 7769: -5,-69 + 7770: -5,-68 + 7771: -6,-69 + 7772: -5,-69 + 7773: -5,-62 + 7774: -5,-62 + 7775: -5,-63 + 7776: -6,-62 + 7777: 7,-63 + 7778: 7,-62 + 7781: 9,-62 + 7782: 10,-62 + 7783: 11,-63 + 7784: 8,-62 + 7785: 8,-62 + 7786: 8,-69 + 7787: 8,-69 + 7788: 7,-69 + 7789: 7,-68 + 7790: 8,-69 + 7791: 9,-68 + 7792: 9,-69 + 7793: 9,-68 + 7794: 11,-69 + 7795: 12,-68 + 7796: 12,-66 + 7797: 11,-62 + 7798: 10,-63 + 7799: 12,-63 + 7800: 18,-59 + 7801: 19,-59 + 7802: 18,-60 + 7803: 21,-60 + 7804: 21,-60 + 7805: 21,-59 + 7806: 21,-59 + 7807: 22,-60 + 7808: 22,-60 + 7809: 22,-59 + 7810: 24,-60 + 7811: 24,-60 + 7812: 24,-59 + 7813: 25,-59 + 7814: 25,-59 + 7815: 25,-60 + 7816: 24,-59 + 7817: 19,-59 + 7818: 18,-59 + 7819: 18,-60 + 7820: 19,-60 + 7821: 20,-57 + 7822: 23,-56 + 7823: 23,-56 + 7824: 23,-55 + 7825: 23,-52 + 7826: 23,-51 + 7827: 23,-49 + 7828: 23,-48 + 7829: 23,-46 + 7830: 23,-45 + 7831: 25,-49 + 7832: 26,-49 + 7833: 27,-49 + 7834: 23,-49 + 7835: 23,-51 + 7836: 23,-54 + 7837: 23,-57 + 7838: 17,-55 + 7839: 17,-54 + 7840: 17,-54 + 7841: 17,-53 + 7842: 16,-57 + 7843: 15,-57 + 7844: 14,-57 + 7845: 14,-58 + 7846: 16,-58 + 7847: 16,-58 + 7848: 13,-57 + 7849: 13,-57 + 7850: 13,-56 + 7851: 13,-54 + 7852: 12,-54 + 7853: 11,-48 + 7854: 10,-49 + 7855: 9,-49 + 7856: 13,-44 + 7857: 13,-43 + 7858: 13,-42 + 7860: 17,-38 + 7879: 37,-37 + 7880: 36,-36 + 7881: 36,-35 + 7882: 36,-36 + 7915: 21,-32 + 7916: 21,-31 + 7920: 19,-29 + 7921: 19,-30 + 7922: 19,-32 + 7942: 18,-28 + 7943: 18,-26 + 7944: 18,-25 + 7945: 20,-22 + 7946: 21,-21 + 7947: 21,-20 + 7948: 21,-20 + 7949: 20,-20 + 7950: 20,-20 + 7951: 19,-20 + 7952: 19,-19 + 7953: 20,-19 + 7954: 21,-19 + 7955: 21,-19 + 7956: 20,-19 + 7957: 20,-18 + 7958: 20,-19 + 7959: 20,-20 + 7960: 19,-20 + 7961: 21,-20 + 7962: 20,-21 + 7963: 20,-22 + 7965: 18,-23 + 7966: 18,-23 + 7970: 20,-23 + 7971: 19,-23 + 7974: 21,-23 + 7975: 19,-23 + 7976: 19,-22 + 7977: 21,-23 + 7978: 22,-23 + 7980: 23,-23 + 7981: 24,-22 + 7982: 27,-23 + 7983: 28,-22 + 7984: 28,-22 + 7985: 27,-21 + 7986: 26,-21 + 7994: 26,-18 + 8000: 26,-18 + 8004: 31,-19 + 8005: 31,-19 + 8006: 31,-18 + 8007: 30,-18 + 8008: 31,-19 + 8009: 32,-19 + 8010: 32,-16 + 8011: 32,-14 + 8013: 31,-16 + 8014: 32,-15 + 8015: 31,-17 + 8016: 30,-19 + 8017: 32,-19 + 8018: 32,-17 + 8019: 30,-19 + 8020: 31,-15 + 8021: 30,-17 + 8022: 30,-15 + 8023: 30,-13 + 8024: 32,-13 + 8025: 34,-21 + 8026: 33,-21 + 8027: 31,-21 + 8028: 31,-22 + 8029: 30,-21 + 8030: 31,-23 + 8032: 44,-23 + 8033: 45,-25 + 8037: 38,-21 + 8038: 38,-5 + 8039: 37,-5 + 8040: 40,-10 + 8041: 40,-8 + 8042: 40,-7 + 8043: 38,-7 + 8044: 43,-8 + 8045: 43,-7 + 8048: 33,6 + 8049: 33,8 + 8050: 33,11 + 8051: 32,17 + 8052: 32,17 + 8053: 32,12 + 8054: 32,11 + 8055: 31,6 + 8056: 32,2 + 8057: 31,0 + 8058: 27,-5 + 8059: 26,-5 + 8060: 25,-5 + 8061: 24,-4 + 8062: 23,-3 + 8063: 22,-3 + 8064: 23,-4 + 8065: 24,-5 + 8066: 26,-4 + 8067: 25,-3 + 8068: 26,-3 + 8069: 27,-3 + 8070: 28,-5 + 8071: 25,-4 + 8072: 24,-4 + 8073: 23,-4 + 8075: 21,-5 + 8076: 21,-5 + 8077: 23,-5 + 8079: 15,2 + 8080: 14,5 + 8082: 1,-12 + 8083: 1,-13 + 8086: 1,-12 + 8087: 1,-15 + 8088: 2,-15 + 8089: 2,-15 + 8090: 3,-15 + 8091: 4,-15 + 8092: 5,-15 + 8093: 6,-15 + 8094: 6,-15 + 8095: 3,-18 + 8096: -2,-27 + 8097: -1,-26 + 8098: 0,-29 + 8099: 0,-30 + 8100: 1,-30 + 8101: 1,-29 + 8102: -1,-30 + 8103: -3,-28 + 8104: -3,-26 + 8105: 5,-31 + 8106: 7,-31 + 8107: 7,-31 + 8108: 7,-32 + 8109: 6,-32 + 8110: 5,-32 + 8111: 6,-29 + 8112: 5,-29 + 8113: 5,-28 + 8114: 6,-28 + 8115: 7,-28 + 8116: 7,-29 + 8117: 7,-34 + 8118: 6,-34 + 8119: 5,-34 + 8120: 5,-35 + 8121: 6,-35 + 8122: 7,-35 + 8123: 7,-39 + 8124: 6,-39 + 8125: 5,-39 + 8126: 5,-40 + 8127: 6,-40 + 8128: 7,-40 + 8129: 7,-42 + 8130: 6,-42 + 8131: 5,-42 + 8132: 5,-42 + 8133: 5,-43 + 8134: 7,-43 + 8135: 7,-43 + 8136: 7,-45 + 8137: 6,-45 + 8138: 5,-45 + 8139: 5,-45 + 8140: 5,-46 + 8141: 7,-46 + 8142: 7,-46 + 8143: 9,-45 + 8144: 10,-44 + 8145: 10,-41 + 8146: 10,-40 + 8147: 5,-24 + 8148: 5,-24 + 8149: 5,-23 + 8150: 5,-22 + 8151: 4,-22 + 8152: 3,-23 + 8153: 3,-24 + 8154: 5,-24 + 8155: 5,-24 + 8156: 5,-26 + 8157: 3,-26 + 8158: 3,-26 + 8159: 1,-27 + 8160: 1,-25 + 8161: 1,-23 + 8162: 1,-22 + 8163: 1,-20 + 8164: 1,-19 + 8165: 1,-18 + 8166: 1,-15 + 8167: 5,-16 + 8168: 7,-16 + 8169: 8,-16 + 8170: 9,-16 + 8171: 7,-15 + 8172: 6,-15 + 8173: 12,-19 + 8174: 12,-18 + 8175: 18,-17 + 8176: 18,-17 + 8177: 17,-17 + 8178: 20,-14 + 8179: 19,-14 + 8180: 20,-14 + 8181: 19,-14 + 8182: 21,-16 + 8183: 26,-23 + 8185: 30,-23 + 8186: 30,-22 + 8187: 29,-22 + 8188: 28,-23 + 8190: 30,-23 + 8192: 28,-23 + 8193: 28,-22 + 8194: 29,-21 + 8195: 30,-22 + 8196: 28,-23 + 8197: 27,-22 + 8215: 29,-23 + 8257: -42,-56 + 8258: -40,-56 + 8259: -41,-56 + 8260: -40,-56 + 8261: -39,-56 + 8262: -36,-56 + 8263: -36,-55 + 8264: -36,-54 + 8265: -41,-53 + 8266: -42,-53 + 8267: -42,-54 + 8268: -41,-54 + 8269: -40,-54 + 8270: -40,-53 + 8271: -40,-52 + 8272: -39,-52 + 8273: -38,-52 + 8274: -38,-52 + 8275: -38,-54 + 8276: -39,-54 + 8277: -38,-55 + 8278: -38,-52 + 8279: -41,-52 + 8280: -42,-52 + 8281: -42,-51 + 8282: -44,-51 + 8283: -44,-52 + 8284: -43,-52 + 8285: -42,-52 + 8286: -42,-53 + 8287: -42,-53 + 8288: -42,-48 + 8290: -43,-47 + 8302: -40,-49 + 8303: -40,-49 + 8304: -40,-47 + 8305: -40,-47 + 8306: -40,-46 + 8307: -41,-46 + 8308: -41,-48 + 8309: -41,-49 + 8310: -39,-49 + 8311: -39,-47 + 8333: -46,-23 + 8346: -31,-20 + 8347: -30,-20 + 8348: -28,-20 + 8349: -29,-19 + 8350: -28,-19 + 8351: -28,-19 + 8352: -27,-19 + 8353: -28,-21 + 8354: -28,-20 + 8355: -29,-20 + 8357: -30,-20 + 8358: -31,-20 + 8359: -25,-21 + 8360: -25,-20 + 8361: -25,-19 + 8362: -23,-19 + 8366: -31,-24 + 8370: -30,-20 + 8371: -28,-20 + 8372: -28,-21 + 8373: -28,-19 + 8374: -16,-26 + 8377: -18,-30 + 8378: -19,-30 + 8379: -19,-31 + 8380: -20,-31 + 8381: -20,-30 + 8382: -21,-30 + 8383: -21,-31 + 8384: -24,-34 + 8387: -22,-33 + 8388: -23,-40 + 8389: -24,-40 + 8390: -25,-38 + 8391: -25,-39 + 8392: -24,-39 + 8393: -26,-39 + 8394: -26,-39 + 8395: -26,-37 + 8397: -29,-42 + 8398: -29,-41 + 8399: -28,-41 + 8400: -27,-42 + 8401: -28,-43 + 8402: -22,-44 + 8403: -21,-44 + 8404: -20,-44 + 8405: -20,-45 + 8406: -21,-45 + 8407: -19,-45 + 8408: -22,-45 + 8409: -17,-45 + 8410: -16,-45 + 8411: -14,-45 + 8412: -13,-45 + 8419: -15,-42 + 8423: -14,-48 + 8424: -13,-48 + 8428: -13,-48 + 8429: -14,-48 + 8430: -17,-48 + 8436: -17,-48 + 8450: -8,-49 + 8451: -7,-49 + 8452: -9,-46 + 8458: -11,-44 + 8459: -11,-45 + 8460: -11,-44 + 8461: -6,-41 + 8462: -6,-39 + 8464: -7,-37 + 8465: -8,-37 + 8466: -9,-37 + 8467: -9,-38 + 8468: -7,-38 + 8469: -8,-42 + 8507: 2,-42 + 8508: 2,-43 + 8509: 2,-44 + 8510: 2,-45 + 8511: 2,-46 + 8512: 1,-42 + 8513: 0,-42 + 8514: 0,-40 + 8515: 2,-40 + 8516: 2,-40 + 8517: 1,-40 + 8518: 3,-37 + 8519: 3,-37 + 8521: 3,-34 + 8522: 3,-32 + 8523: 3,-29 + 8524: 3,-27 + 8525: 2,-27 + 8526: 4,-26 + 8527: 5,-26 + 8528: 29,-58 + 8529: 31,-58 + 8531: 49,-61 + 8532: 49,-60 + 8533: 48,-59 + 8534: 48,-60 + 8537: 48,-60 + 8539: 48,-57 + 8545: 50,-45 + 8548: 50,-42 + 8549: 50,-42 + 8550: 50,-41 + 8551: 51,-36 + 8552: 50,-36 + 8553: 55,-39 + 8554: 56,-39 + 8555: 56,-40 + 8556: 56,-41 + 8557: 56,-43 + 8558: 46,-37 + 8559: 45,-37 + 8560: 45,-33 + 8561: 46,-33 + 8569: 53,-26 + 8655: -22,20 + 8657: -23,22 + 8658: -23,22 + 8659: -23,22 + 8662: -32,19 + 8693: -26,6 + 8699: -15,1 + 8700: -15,0 + 8711: -15,-5 + 8712: -15,-4 + 8714: -15,-2 + 8715: -16,-2 + 8717: -16,-4 + 8723: -11,-5 + 8724: -11,-4 + 8725: -11,-3 + 8726: -9,-3 + 8727: -8,-3 + 8728: -6,-3 + 8729: -5,-3 + 8730: -5,-3 + 8731: -6,-2 + 8732: -6,-2 + 8733: -4,-2 + 8734: -4,-2 + 8735: -1,-4 + 8736: 0,-3 + 8737: 2,-2 + 8738: 3,-4 + 8739: 2,-5 + 8740: 3,-5 + 8741: 4,-5 + 8742: 5,-4 + 8743: 5,-4 + 8744: 4,-4 + 8751: 0,-9 + 8753: 4,-9 + 8754: 2,-11 + 8755: 0,-11 + 8757: -5,-11 + 8758: 5,-11 + 8759: 5,-11 + 8760: 5,-9 + 8761: 5,-7 + 8762: 3,-8 + 8763: 3,-9 + 8773: 5,-13 + 8774: 4,-13 + 8775: 6,-15 + 8776: 5,-15 + 8868: -11,10 + 9034: -66,-14 + 9035: -66,-13 + 9036: -66,-12 + 9054: -21,-24 + 9055: -21,-19 + 9056: -24,-21 + 9058: -36,-31 + 9068: -24,-38 + 9069: -24,-35 + 9072: -31,-31 + 9100: -29,-36 + 9101: -30,-36 + 9181: 49,-22 + 9182: 48,-22 + 9183: 47,-22 + 9185: 47,-19 + 9419: -26,0 + 9420: -26,-2 + 9421: -24,-2 + 9424: -23,-2 + 9429: -26,-7 + 9431: -26,-4 + 9436: -25,-9 + 9438: -26,-8 + 9439: -27,-8 + 9441: -24,-12 + 9491: -27,11 + 9492: -26,10 + 9547: -17,5 + 9548: -17,5 + 9549: -16,6 + 9550: -16,3 + 9551: -16,1 + 9570: -19,-8 + 9571: -19,-9 + 9572: -17,1 + 9573: -17,3 + 9574: -17,4 + 9575: -16,0 + 9576: -15,0 + 9577: -15,-1 + 9578: -16,-1 + 9579: -17,-3 + 9585: -19,-10 + 10049: 13,-12 + 10050: 13,-11 + 10051: 17,-12 + 10052: 16,-11 + 10053: 17,-11 + 10070: 3,12 + 10071: 2,14 + 10072: 3,17 + 10073: 4,17 + 10074: 4,18 + 10075: 4,19 + 10076: 5,17 + 10077: 4,16 + 10078: 5,16 + 10079: 1,17 + 10080: 0,17 + 10081: -2,18 + 10082: -3,19 + 10083: -2,22 + 10084: -2,24 + 10085: -1,25 + 10087: 4,25 + 10088: 5,25 + 10089: 4,24 + 10090: 4,23 + 10091: 7,25 + 10092: 9,25 + 10093: 12,23 + 10094: 12,23 + 10095: 12,24 + 10096: 13,24 + 10097: 13,25 + 10098: 12,25 + 10099: 14,24 + 10100: 14,23 + 10101: 15,21 + 10102: 14,20 + 10103: 15,19 + 10104: 15,18 + 10105: 14,18 + 10106: 15,17 + 10107: 11,19 + 10108: 11,20 + 10109: 10,18 + 10165: -17,19 + 10166: -20,15 + 10168: -14,13 + 10169: -14,17 + 10170: -13,16 + 10253: -33,-36 + 10254: -32,-36 + 10255: -31,-36 + 10256: -30,-36 + 10257: -29,-36 + 10259: -29,-35 + 10260: -30,-35 + 10687: -15,-32 + 10688: -16,-32 + 10691: -21,-37 + 10692: -21,-38 + 10772: -43,-41 + 10773: -39,-41 + 10774: -38,-40 + 10775: -38,-39 + 10776: -38,-38 + 10777: -38,-33 + 10778: -39,-33 + 10779: -39,-27 + 10780: -39,-26 + 10781: -43,-23 + 10782: -51,-31 + 10783: -52,-31 + 10784: -51,-28 + 10785: -52,-28 + 10786: -52,-29 + 10787: -51,-29 + 11455: 29,-39 + 11456: 30,-39 + 11457: 30,-38 + 11458: 32,-38 + 11459: 32,-39 + 11460: 33,-39 + 11461: 34,-38 + 11462: 35,-36 + 11464: 35,-33 + 11465: 34,-32 + 11466: 28,-31 + 11467: 29,-31 + 11468: 29,-29 + 11469: 28,-26 + 11470: 29,-26 + 11471: 26,-25 + 11472: 25,-26 + 11473: 26,-26 + 11474: 27,-32 + 11475: 27,-31 + 11476: 24,-32 + 11477: 23,-32 + 11478: 22,-32 + 11479: 33,-31 + 11480: 33,-30 + 11481: 34,-30 + 11504: 34,-42 + 11505: 34,-41 + 11506: 33,-41 + 11507: 34,-46 + 11508: 33,-46 + 11509: 32,-47 + 11510: 35,-45 + 11511: 34,-44 + 11512: 35,-43 + 11513: 35,-44 + 11514: 32,-44 + 11515: 30,-44 + 11516: 31,-43 + 11517: 39,-45 + 11518: 39,-46 + 11519: 38,-46 + 11520: 38,-47 + 11521: 39,-47 + 11522: 40,-47 + 11523: 40,-46 + 11525: 30,-9 + 11526: 30,-8 + 11527: 30,-7 + 11528: 33,-8 + 11529: 33,-5 + 11530: 18,-3 + 11531: 8,17 + 11532: 6,17 + 11533: 4,17 + 11534: -3,19 + 11535: -2,20 + 11536: 4,20 + 11537: 4,23 + 11538: 12,19 + 11539: 15,18 + 11540: 15,19 + 11541: 15,21 + 11542: 16,22 + 11543: 16,23 + 11544: 14,24 + 11545: 12,24 + 11546: 2,10 + 11547: 0,10 + 11548: -15,9 + 11549: -15,10 + 11550: -21,3 + 11551: -21,4 + 11553: -23,3 + 11554: -23,4 + 11555: -23,5 + 11556: -25,5 + 11557: -27,5 + 11558: -27,3 + 11559: -24,-2 + 11560: -25,-2 + 11561: -27,-2 + 11562: -21,-2 + 11563: -20,-1 + 11564: -19,-2 + 11565: -21,-4 + 11566: -23,-4 + 11567: -23,-5 + 11568: -23,-5 + 11569: -22,-5 + 11570: -21,-5 + 11571: -20,-4 + 11575: -26,-7 + 11576: -27,-8 + 11579: -25,-10 + 11580: -26,-10 + 11581: -25,-12 + 11582: -30,-9 + 11583: -30,-8 + 11584: -31,-8 + 11585: -31,-9 + 11586: -31,-10 + 11587: -31,-11 + 11588: -31,-8 + 11607: -26,17 + 11608: -27,17 + 11609: -26,16 + 11618: -21,11 + 11619: -23,9 + 11620: -23,10 + 11621: -22,10 + 11622: -22,11 + 11623: -23,11 + 11624: -23,12 + 11625: -22,12 + 11626: -25,6 + 11627: -24,3 + 11628: -24,4 + 11629: -9,-22 + 11630: -8,-22 + 11631: -8,-23 + 11632: -13,-21 + 11633: -14,-21 + 11634: -14,-20 + 11635: -14,-19 + 11636: -13,-19 + 11637: -13,-18 + 11638: -14,-18 + 11639: -5,-19 + 11640: -6,-19 + 11641: -6,-18 + 11642: -5,-18 + 11643: -4,-18 + 11644: -2,-18 + 11645: -1,-18 + 11646: -1,-21 + 11649: -2,-21 + 11650: -5,-21 + 11651: -6,-21 + 11702: -11,-7 + 11703: -14,-8 + 11704: -10,-8 + 11705: -9,-12 + 11706: -9,-11 + 11707: -10,-11 + 11708: -9,-13 + 11723: -45,-32 + 11724: -44,-31 + 11725: -43,-32 + 11726: -40,-31 + 11727: -38,-34 + 11728: -35,-28 + 11729: -36,-27 + 11730: -36,-26 + 11731: -37,-26 + 11732: -36,-25 + 11733: -37,-25 + 11734: -36,-24 + 11735: -35,-23 + 11736: -38,-23 + 11737: -39,-22 + 11738: -41,-23 + 11739: -39,-24 + 11740: -39,-25 + 11741: -39,-27 + 11742: -40,-27 + 11743: -39,-28 + 11744: -34,-24 + 11745: -33,-23 + 11746: -35,-22 + 11780: -44,-44 + 11781: -44,-43 + 11782: -44,-42 + 11783: -48,-43 + 11784: -45,-39 + 11785: -46,-39 + 11786: -45,-38 + 11787: -45,-37 + 11788: -46,-37 + 11789: -45,-36 + 11790: -46,-36 + 11791: -45,-34 + 11792: -52,-31 + 11793: -51,-32 + 11794: -52,-32 + 11795: -53,-31 + 11796: -53,-30 + 11797: -52,-30 + 11798: -52,-29 + 11799: -50,-29 + 11800: -50,-28 + 11801: -46,-32 + 11802: -41,-32 + 11803: -45,-23 + 11830: 17,15 + 11831: 17,14 + 11833: 18,13 + 11834: 18,12 + 11835: 19,13 + 11836: 17,13 + 11837: 17,12 + 11838: 16,12 + 11839: 16,11 + 11840: 15,11 + 11841: 15,12 + 11842: 15,13 + 11843: 15,14 + 11844: 16,15 + 11845: 17,14 + 11846: 17,15 + 11847: 18,15 + 11868: -31,17 + 11869: -31,18 + 11870: -31,19 + 11871: -30,18 + 11872: -30,17 + 11873: -30,15 + 11874: -30,14 + 11875: -31,14 + 11876: -33,14 + 11877: -34,14 + 11878: -34,13 + 11879: -34,11 + 11880: -34,10 + 11881: -34,9 + 11882: -34,7 + 11883: -34,6 + 11884: -34,5 + 11885: -34,3 + 11886: -34,4 + 11918: -15,23 + 11919: -9,21 + 11920: -9,22 + 11921: -8,21 + 11922: -8,23 + 11923: -8,24 + 11924: -14,22 + 11925: -14,21 + 11927: 12,12 + 11928: 12,14 + 11929: 11,14 + 11930: 10,14 + 11931: 30,-16 + 11932: 30,-17 + 11933: 45,-24 + 11934: 30,-25 + 11935: 22,-26 + 11951: 27,-19 + 11952: 28,-19 + 11953: 28,-18 + 11954: 27,-18 + 11955: 27,-17 + 11956: 28,-17 + 11957: 26,-17 + 11958: 25,-17 + 11959: 25,-18 + 11960: 25,-19 + 11961: 27,-18 + 11962: 27,-18 + 11963: 28,-18 + 12179: 45,-55 + 12180: 45,-54 + 12181: 46,-54 + 12182: 51,-55 + 12183: 51,-56 + 12184: 52,-56 + 12185: 53,-53 + 12186: 53,-52 + 12187: 52,-52 + 12188: 51,-52 + 12189: 50,-52 + 12190: 50,-53 + 12191: 52,-54 + 12192: 51,-54 + 12193: 53,-54 + 12194: 58,-56 + 12195: 59,-56 + 12196: 59,-57 + 12197: 58,-57 + 12198: 57,-57 + 12199: 57,-55 + 12200: 57,-55 + 12201: 56,-54 + 12202: 55,-53 + 12203: 57,-53 + 12204: 57,-52 + 12205: 58,-52 + 12206: 59,-53 + 12207: 58,-51 + 12208: 57,-51 + 12209: 57,-49 + 12210: 58,-49 + 12211: 59,-49 + 12212: 59,-49 + 12213: 59,-47 + 12214: 58,-47 + 12215: 57,-47 + 12216: 57,-48 + 12217: 58,-48 + 12218: 53,-49 + 12219: 51,-49 + 12220: 51,-49 + 12221: 52,-50 + 12222: 53,-50 + 12314: 39,-58 + 12315: 38,-58 + 12316: 38,-59 + 12317: 38,-60 + 12318: 38,-61 + 12319: 39,-61 + 12320: 40,-61 + 12321: 43,-58 + 12322: 38,-56 + 12323: 37,-56 + 12324: 37,-53 + 12325: 30,-54 + 12326: 31,-54 + 12327: 30,-53 + 12328: 33,-56 + 12329: 38,-57 + 12330: 37,-57 + 12331: 46,-57 + 12332: 45,-58 + 12404: -30,-21 + 12405: -30,-22 + 12406: -31,-22 + 12407: -31,-23 + 12408: -30,-23 + 12409: -31,-24 + 12410: -30,-24 + 12411: -29,-24 + 12412: -28,-24 + 12413: -28,-23 + 12414: -29,-23 + 12415: -30,-23 + 12416: -28,-22 + 12417: -24,-24 + 12418: -24,-26 + 12419: -25,-26 + 12420: -25,-25 + 12421: -25,-24 + 12422: -23,-24 + 12423: -23,-25 + 12424: -23,-26 + 12425: -24,-23 + 12426: -13,-26 + 12428: 13,-45 + 12429: 19,-48 + 12430: 20,-48 + 12431: 45,-59 + 12432: 42,-58 + 12433: 40,-61 + 12434: 40,-60 + 12435: 50,-59 + 12436: 50,-57 + 12437: 57,-55 + 12438: 57,-54 + 12439: 56,-54 + 12440: 55,-54 + 12441: 58,-55 + 12442: 49,-49 + 12443: 30,-30 + 12444: 29,-30 + 12445: 28,-30 + 12446: 33,-32 + 12447: 33,-31 + 12448: 34,-31 + 12449: 35,-33 + 12450: 34,-35 + 12451: 35,-35 + 12452: 34,-36 + 12453: 35,-37 + 12454: 33,-38 + 12455: 32,-39 + 12456: 27,-39 + 12457: 27,-40 + 12458: 38,-36 + 12459: 28,-26 + 12460: 27,-26 + 12461: 26,-26 + 12462: 14,-23 + 12463: 18,-21 + 12541: -4,12 + 12542: -6,11 + 12543: -9,12 + 12544: -12,10 + 12545: -14,13 + 12546: -16,11 + 12547: -15,8 + 12548: -16,5 + 12549: -15,3 + 12550: -17,1 + 12551: -15,-2 + 12552: -17,-4 + 12553: -16,-7 + 12554: -17,-9 + 12555: -19,-11 + 12556: -12,-16 + 12557: -8,-13 + 12558: -8,-14 + 12559: -9,-14 + 12560: -9,-15 + 12561: -11,-20 + 12562: -13,-20 + 12563: -14,-20 + 12564: -20,-21 + 12565: -29,-32 + 12566: -29,-31 + 12567: -30,-34 + 12568: -39,-35 + 12675: 43,-51 + 12676: 42,-52 + 12677: 44,-51 + 12678: 45,-51 + 12679: 45,-52 + 12680: 44,-52 + 12681: 43,-52 + 12682: 43,-53 + 12683: 42,-53 + 12684: 51,-50 + 12685: 49,-52 + 12686: 49,-50 + 12687: 50,-52 + 12688: 51,-52 + 12689: 69,-65 + 12690: 69,-64 + 12691: 69,-62 + 12692: 69,-61 + 12693: 71,-61 + 12694: 69,-61 + 12695: 67,-61 + 12696: 64,-61 + 12697: 67,-62 + 12698: 71,-64 + 12699: 69,-66 + 12700: 69,-66 + 12701: 66,-66 + 12702: 65,-66 + 12703: 64,-66 + 12704: 70,-66 + 12705: 71,-67 + 12706: 72,-67 + 12707: 73,-67 + 12708: 72,-66 + 12709: 73,-65 + 12710: 73,-64 + 12711: 72,-64 + 12712: 71,-65 + 12713: 71,-64 + 12714: 71,-63 + 12715: 74,-63 + 12716: 74,-62 + 12717: 72,-61 + 12718: 70,-61 + 12719: 68,-61 + 12720: 73,-58 + 12721: 71,-59 + 12722: 70,-59 + 12723: 71,-59 + 12724: 73,-58 + 12725: 72,-58 + 12726: 73,-57 + 12727: 70,-59 + 12728: 70,-58 + 12729: 73,-59 + 12730: 74,-59 + 12731: 76,-59 + 12859: 94,-28 + 12860: 93,-29 + 12861: 96,-28 + 12862: 90,-28 + 12863: 89,-28 + 12864: 86,-28 + 12865: 88,-30 + 12866: 89,-32 + 12867: 90,-35 + 12868: 91,-36 + 12869: 94,-36 + 12870: 95,-36 + 12871: 92,-37 + 12872: 95,-34 + 12873: 93,-33 + 12874: 94,-32 + 12875: 91,-32 + 12876: 91,-34 + 12877: 90,-35 + 12878: 92,-19 + 12879: 90,-18 + 12880: 88,-16 + 12881: 87,-14 + 12882: 85,-13 + 12883: 85,-14 + 12884: 88,-15 + 12903: -20,-36 + 12904: -20,-35 + 12905: -16,-35 + 12906: -16,-39 + 12907: -17,-39 + 12908: -18,-39 + 12909: -15,-34 + 12923: 11,-31 + 12924: 11,-29 + 12925: 13,-29 + 12926: 15,-30 + 12927: 15,-32 + 12928: 15,-31 + 12929: 11,-31 + 12944: 16,-29 + 12946: 62,-78 + 12947: 62,-79 + 13355: 67,-42 + 13356: 68,-41 + 13357: 67,-42 + 13358: 67,-44 + 13359: 68,-44 + 13360: 68,-45 + 13361: 71,-43 + 13362: 71,-43 + 13363: 71,-42 + 13364: 71,-41 + 13365: 72,-41 + 13366: 72,-42 + 13367: 73,-42 + 13368: 73,-41 + 13369: 74,-41 + 13370: 74,-41 + 13371: 74,-42 + 13372: 74,-46 + 13373: 74,-45 + 13374: 73,-45 + 13375: 73,-46 + 13376: 71,-45 + 13377: 70,-45 + 13378: 74,-46 + 13379: 73,-47 + 13380: 74,-47 + 13381: 75,-47 + 13382: 75,-47 + 13383: 76,-47 + 13384: 77,-47 + 13385: 78,-47 + 13386: 79,-47 + 13387: 79,-46 + 13388: 78,-46 + 13389: 77,-46 + 13390: 76,-45 + 13391: 77,-45 + 13392: 78,-45 + 13393: 79,-45 + 13394: 78,-43 + 13395: 77,-43 + 13396: 77,-43 + 13397: 77,-42 + 13398: 76,-42 + 13399: 76,-41 + 13400: 77,-41 + 13401: 78,-41 + 13402: 84,-41 + 13403: 84,-40 + 13404: 83,-40 + 13405: 75,-46 + 13406: 75,-45 + 13407: 74,-45 + 13408: 74,-44 + 13409: 74,-44 + 13410: 73,-44 + 13411: 68,-45 + 13412: 68,-44 + 13413: 67,-44 + 13414: 67,-43 + 13415: 67,-43 + 13416: 64,-43 + 13417: 63,-43 + 13418: 58,-43 + 13419: 58,-42 + 13420: 58,-41 + 13421: 58,-41 + 13422: 58,-40 + 13423: 59,-39 + 13424: 60,-39 + 13425: 61,-39 + 13426: 64,-39 + 13427: 65,-39 + 13428: 65,-40 + 13429: 65,-40 + 13430: 65,-43 + 13431: 65,-43 + 13432: 63,-43 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFF7F' + id: DirtHeavy + decals: + 13714: -18,-11 + 13715: -17,-5 + 13716: -18,-5 + 13717: -16,0 + 13718: -19,-2 + 13719: -21,-2 + 13720: -20,-1 + 13721: -21,-1 + 13722: -23,-2 + 13723: -26,-5 + 13724: -27,-5 + 13725: -27,-4 + 13726: -26,-4 + 13727: -25,-4 + 13728: -25,-7 + 13729: -25,-6 + 13730: -26,-6 + 13758: -22,-11 + 13759: -21,-11 + 13760: -21,-12 + 13761: -23,-12 + 13762: -22,-9 + 13763: -22,-8 + 13764: -21,-8 + 13780: -14,17 + 13783: 4,13 + 13784: 5,13 + 13785: 5,12 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFFFF' + id: DirtHeavy + decals: + 13712: -24,-10 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFF7F' + id: DirtHeavyMonotile + decals: + 187: -30,-9 + 188: -30,-10 + 1158: 19,-55 + 1597: -17,6 + 3214: 39,-29 + 3216: 38,-30 + 3217: 37,-30 + 3218: 37,-29 + 3219: 39,-30 + 3220: 39,-29 + 3221: 39,-28 + 3222: 38,-28 + 3224: 40,-30 + 3288: 19,6 + 3844: 38,-29 + 3857: 39,-45 + 3858: 39,-46 + 3861: 40,-46 + 3862: 40,-47 + 3863: 39,-47 + 3865: 40,-45 + 3930: 48,-57 + 3932: 49,-60 + 3933: 48,-60 + 3951: 30,-57 + 3952: 31,-57 + 3953: 31,-58 + 3954: 27,-55 + 3955: 28,-55 + 3956: 27,-54 + 3957: 28,-54 + 3959: 21,-55 + 3960: 21,-54 + 3961: 13,-52 + 3962: 14,-52 + 3971: 13,-52 + 3972: 11,-54 + 4350: -24,-42 + 4351: -28,-42 + 4352: -28,-44 + 4353: -29,-48 + 4354: -28,-46 + 4355: -30,-54 + 4356: -31,-57 + 4357: -30,-60 + 4358: -31,-64 + 4359: -30,-56 + 4876: 15,-4 + 4878: 16,-5 + 4922: -3,11 + 4923: -2,11 + 4930: -5,11 + 4931: -4,10 + 4932: -6,10 + 4939: -8,10 + 5091: -13,-14 + 5092: -13,-15 + 5093: -14,-15 + 5094: -14,-16 + 5095: -13,-16 + 5096: -9,-13 + 5256: 11,-43 + 5257: 10,-43 + 5290: 10,-46 + 5291: 9,-45 + 5404: -9,-65 + 5405: -8,-65 + 5432: -20,-44 + 5433: -21,-44 + 5434: -22,-44 + 5554: -30,-31 + 5558: -32,-31 + 5696: -53,-41 + 5697: -51,-41 + 5698: -51,-42 + 5908: -40,-31 + 5909: -38,-31 + 5910: -37,-31 + 5911: -39,-31 + 6550: -16,7 + 6551: -17,7 + 6552: -15,6 + 6553: -15,5 + 6554: -15,3 + 6555: -15,3 + 7323: 53,-19 + 7534: 24,1 + 7535: 24,0 + 7536: 24,-1 + 7537: 25,-1 + 7538: 24,1 + 7539: 23,1 + 7540: 23,2 + 7541: 23,1 + 7542: 22,1 + 7543: 21,1 + 7544: 21,1 + 7545: 21,3 + 7546: 24,2 + 7547: 25,2 + 7548: 24,1 + 7549: 24,0 + 7550: 25,-1 + 7551: 25,0 + 7552: 24,0 + 7553: 23,5 + 7554: 23,5 + 7555: 23,6 + 7556: 23,5 + 7557: 24,5 + 7558: 25,5 + 8226: 14,-30 + 8227: 13,-30 + 8228: 12,-30 + 8229: 12,-31 + 8230: 12,-32 + 8231: 13,-32 + 8232: 14,-32 + 8233: 14,-31 + 8234: 13,-31 + 8235: 13,-31 + 8240: 10,-33 + 8241: 9,-33 + 8242: 10,-32 + 8243: 10,-45 + 8244: 11,-45 + 8245: -1,-51 + 8246: -2,-51 + 8247: -6,-56 + 8248: -31,-59 + 8249: -31,-58 + 8250: -30,-57 + 8251: -30,-62 + 8252: -31,-61 + 8253: -42,-56 + 8254: -41,-56 + 8255: -40,-56 + 8256: -39,-56 + 8470: -10,-41 + 8471: -10,-41 + 8472: -10,-40 + 8473: -10,-39 + 8474: -9,-39 + 8475: -9,-40 + 8476: -9,-41 + 8477: -10,-39 + 8478: -10,-39 + 8479: -5,-38 + 8480: -5,-38 + 8481: -5,-39 + 8482: -5,-40 + 8483: -4,-40 + 8484: -3,-39 + 8485: -4,-39 + 8486: -3,-38 + 8487: -2,-38 + 8488: -2,-39 + 8489: -3,-41 + 8490: -3,-42 + 8491: -3,-42 + 8492: -4,-41 + 8493: -5,-43 + 8494: -6,-43 + 8495: -7,-43 + 8496: 0,-45 + 8497: -1,-45 + 8498: -1,-44 + 8499: 0,-44 + 8500: 0,-46 + 8501: -1,-46 + 8502: 2,-42 + 8503: 1,-42 + 8504: 0,-42 + 8505: 0,-40 + 8506: 1,-40 + 9102: -34,-35 + 9187: 50,-22 + 9188: 49,-25 + 9189: 50,-25 + 9447: -26,-2 + 9448: -27,-2 + 9449: -26,0 + 9450: -25,4 + 9451: -26,5 + 9452: -26,6 + 9453: -26,7 + 9454: -27,7 + 9455: -27,5 + 9456: -27,4 + 9457: -27,2 + 9458: -27,2 + 9459: -30,3 + 9460: -31,2 + 9461: -30,2 + 10056: 15,-22 + 10057: 14,-22 + 10058: 14,-23 + 10059: 13,-23 + 10060: 13,-22 + 10155: -26,21 + 10171: -13,16 + 10261: -33,-34 + 10263: -29,-34 + 10693: -19,-38 + 11524: 34,-36 + 11666: -7,-14 + 11667: -6,-14 + 11668: -6,-15 + 11669: -7,-15 + 11670: -4,-14 + 11671: -3,-14 + 11713: -13,-12 + 11714: -12,-12 + 11715: -11,-12 + 11716: -11,-13 + 11717: -12,-13 + 11718: -13,-13 + 11719: -14,-20 + 11720: -39,-34 + 11721: -43,-35 + 11722: -42,-36 + 11826: 19,12 + 11827: 19,13 + 11829: 17,14 + 12646: -7,-50 + 12647: -4,-49 + 12648: -1,-50 + 12649: 2,-48 + 12650: 5,-50 + 12651: 11,-50 + 12652: 13,-53 + 12653: 13,-53 + 12654: 8,-54 + 12655: 9,-55 + 12656: 8,-53 + 12657: 10,-56 + 12658: 10,-58 + 12659: 11,-60 + 12660: 10,-62 + 12661: 11,-64 + 12662: 11,-67 + 12663: 9,-57 + 12910: -20,-39 + 12911: -19,-39 + 12930: 10,-31 + 12943: 15,-29 + 12948: 61,-80 + 12949: 61,-79 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFF7F' + id: DirtLight + decals: + 1355: -26,6 + 1595: -17,10 + 1596: -17,8 + 3976: 8,-55 + 3977: 7,-53 + 3978: 7,-54 + 3979: 8,-56 + 3980: 8,-57 + 3981: 7,-57 + 3983: 10,-52 + 3984: 11,-50 + 3985: 10,-50 + 3986: 11,-49 + 3987: 11,-49 + 3988: 10,-48 + 3989: 9,-48 + 3990: 9,-49 + 3991: 7,-50 + 3992: 6,-49 + 3993: 5,-50 + 3994: 0,-50 + 3995: -1,-48 + 3996: -3,-50 + 3997: -5,-49 + 3998: -7,-48 + 3999: -8,-50 + 4001: -5,-53 + 4003: -9,-53 + 4004: -8,-55 + 4005: -8,-56 + 4006: -9,-56 + 4007: -6,-56 + 4008: -7,-56 + 4009: -8,-59 + 4010: -9,-60 + 4023: -8,-37 + 4024: -9,-37 + 4025: -9,-37 + 4026: -13,-39 + 4027: -13,-41 + 4360: -30,-56 + 4361: -30,-58 + 4362: -31,-57 + 4363: -31,-60 + 4364: -30,-59 + 4365: -30,-64 + 4366: -31,-62 + 4367: -30,-55 + 4368: -31,-56 + 4369: -31,-55 + 4370: -30,-50 + 4371: -28,-46 + 4372: -27,-42 + 4375: -24,-32 + 4376: -24,-30 + 4378: -24,-26 + 4379: -24,-25 + 4380: -24,-23 + 4381: -23,-21 + 4382: -22,-20 + 4383: -19,-20 + 4384: -19,-20 + 4385: -16,-20 + 4387: -17,-16 + 4388: -18,-14 + 4389: -17,-12 + 4391: -17,-8 + 4393: -15,-4 + 4394: -16,-2 + 4396: -15,3 + 4397: -16,5 + 4398: -16,7 + 4399: -15,9 + 4400: -15,11 + 4403: -8,11 + 4404: -4,11 + 4405: -3,10 + 4406: -1,10 + 4407: 1,10 + 4408: 5,11 + 4409: 5,10 + 4410: 9,10 + 4411: 11,11 + 4412: 11,10 + 4413: 14,10 + 4414: 15,10 + 4415: 16,8 + 4417: 15,4 + 4418: 15,2 + 4419: 15,0 + 4420: 15,-2 + 4422: 17,-4 + 4425: 25,-4 + 4426: 26,-3 + 4427: 28,-5 + 4430: 31,-6 + 4431: 32,-9 + 4432: 31,-10 + 4434: 30,-15 + 4435: 31,-17 + 4436: 30,-20 + 4437: 32,-22 + 4438: 32,-24 + 4439: 35,-22 + 4440: 38,-23 + 4441: 40,-22 + 4442: 43,-22 + 4443: 44,-22 + 4446: 53,-24 + 4452: 45,-21 + 4454: 48,-17 + 4455: 51,-17 + 4464: 53,-20 + 4466: 47,-19 + 4468: 41,-22 + 4469: 39,-21 + 4471: 32,-22 + 4472: 30,-22 + 4473: 27,-22 + 4474: 25,-22 + 4476: 21,-21 + 4477: 19,-22 + 4478: 17,-22 + 4479: 14,-23 + 4480: 12,-23 + 4481: 10,-26 + 4482: 10,-24 + 4483: 8,-23 + 4484: 10,-25 + 4485: 10,-28 + 4486: 10,-29 + 4487: 9,-30 + 4488: 10,-33 + 4489: 10,-35 + 4490: 10,-37 + 4491: 10,-40 + 4492: 10,-42 + 4493: 10,-44 + 4494: 10,-47 + 4495: 12,-44 + 4496: 14,-45 + 4497: 17,-44 + 4498: 17,-43 + 4499: 16,-43 + 4620: 31,35 + 4621: 34,35 + 4622: 32,33 + 4623: 31,31 + 4624: 32,28 + 4625: 31,26 + 4626: 33,25 + 4627: 32,26 + 4628: 32,28 + 4629: 31,28 + 4630: 33,23 + 4631: 32,20 + 4632: 32,17 + 4633: 33,18 + 4634: 32,19 + 4635: 31,15 + 4636: 32,13 + 4637: 32,10 + 4638: 32,8 + 4639: 32,9 + 4641: 33,8 + 4642: 32,5 + 4643: 31,7 + 4644: 32,6 + 4645: 32,2 + 4646: 31,0 + 4647: 33,-2 + 4648: 33,-3 + 4649: 32,-5 + 4650: 31,-7 + 4651: 31,-9 + 4652: 33,-7 + 4653: 30,-8 + 4654: 30,-10 + 4655: 33,-11 + 4656: 32,-13 + 4659: 31,-17 + 4660: 32,-17 + 4661: 30,-20 + 4662: 33,-22 + 4665: 33,-21 + 4666: 31,-21 + 4667: 36,-21 + 4668: 35,-22 + 4669: 40,-23 + 4670: 41,-22 + 4672: 32,-21 + 4673: 29,-22 + 4674: 27,-22 + 4675: 26,-23 + 4676: 25,-23 + 4677: 23,-21 + 4678: 22,-23 + 4679: 20,-22 + 4680: 17,-23 + 4681: 15,-23 + 4682: 17,-23 + 4683: 14,-22 + 4684: 18,-23 + 4685: 24,-23 + 4686: 23,-23 + 4687: 24,-22 + 4690: 20,-21 + 4691: 19,-23 + 4692: 20,-19 + 4693: 20,-20 + 4694: 19,-20 + 4695: 17,-23 + 4696: 15,-22 + 4697: 12,-22 + 4698: 9,-22 + 4699: 7,-22 + 4700: 7,-25 + 4701: 8,-26 + 4702: 10,-26 + 4703: 10,-27 + 4704: 9,-26 + 4705: 9,-28 + 4710: 10,-26 + 4711: 10,-24 + 4712: 9,-23 + 4713: 10,-22 + 4725: 31,-31 + 4739: 31,-42 + 4740: 33,-46 + 4742: 33,-46 + 4750: 26,-29 + 4753: 20,-32 + 4754: 20,-31 + 4759: 21,-32 + 4760: 21,-32 + 4762: 30,-21 + 4764: 34,-22 + 4765: 30,-23 + 4766: 35,-19 + 4767: 37,-18 + 4768: 36,-15 + 4769: 37,-14 + 4770: 35,-14 + 4771: 34,-13 + 4772: 34,-12 + 4773: 35,-11 + 4774: 36,-11 + 4775: 36,-10 + 4776: 37,-11 + 4777: 38,-12 + 4778: 38,-13 + 4780: 35,-18 + 4781: 35,-19 + 4843: 32,24 + 4844: 31,25 + 4845: 30,24 + 4846: 29,24 + 4847: 29,27 + 4848: 29,26 + 4849: 31,30 + 4850: 33,31 + 4851: 31,32 + 4852: 33,36 + 4853: 32,40 + 4854: 31,40 + 4855: 33,41 + 4856: 31,38 + 4857: 33,38 + 4858: 31,37 + 4859: 27,-4 + 4860: 26,-5 + 4861: 24,-3 + 4862: 23,-5 + 4879: 14,-2 + 4880: 14,-1 + 4881: 15,-1 + 4882: 14,2 + 4883: 14,3 + 4884: 14,5 + 4886: 16,7 + 4888: 17,7 + 4908: 8,11 + 4911: 9,11 + 4912: 6,11 + 4913: 5,11 + 4914: 5,10 + 4915: 4,11 + 4917: 2,11 + 4918: 1,10 + 4919: 0,10 + 4965: -25,-10 + 4997: -30,-9 + 4998: -30,-7 + 4999: -31,-7 + 5000: -32,-7 + 5001: -32,-9 + 5002: -32,-11 + 5003: -32,-12 + 5004: -31,-12 + 5005: -30,-11 + 5006: -31,-14 + 5007: -30,-14 + 5008: -28,-11 + 5009: -28,-11 + 5010: -29,-11 + 5061: -17,6 + 5063: -15,4 + 5071: -15,-2 + 5075: -16,-5 + 5081: -16,-9 + 5082: -17,-10 + 5083: -18,-11 + 5088: -10,-13 + 5089: -10,-12 + 5090: -9,-12 + 5137: -9,-22 + 5160: -13,-7 + 5161: -12,-7 + 5162: -11,-7 + 5163: -10,-9 + 5164: -9,-8 + 5165: -8,-8 + 5166: -8,-7 + 5167: -9,-7 + 5168: -10,-7 + 5199: 2,-17 + 5200: 2,-19 + 5201: 2,-20 + 5202: 3,-20 + 5203: 7,-20 + 5204: 7,-19 + 5205: 5,-19 + 5206: 6,-18 + 5207: 7,-19 + 5208: 9,-19 + 5209: 11,-20 + 5210: 11,-18 + 5211: 12,-18 + 5212: 12,-19 + 5213: 12,-20 + 5231: 11,-28 + 5232: 9,-31 + 5233: 9,-32 + 5235: 14,-34 + 5237: 13,-34 + 5238: 10,-34 + 5239: 11,-34 + 5258: 10,-43 + 5259: 11,-43 + 5260: 11,-44 + 5261: 10,-44 + 5262: 12,-43 + 5263: 11,-42 + 5264: 10,-42 + 5265: 9,-43 + 5266: 9,-44 + 5267: 10,-45 + 5268: 11,-45 + 5269: 12,-44 + 5270: 12,-42 + 5271: 11,-41 + 5272: 10,-41 + 5273: 9,-41 + 5292: 11,-46 + 5293: 10,-50 + 5294: 9,-50 + 5295: 10,-52 + 5296: 11,-52 + 5297: 10,-53 + 5298: 10,-54 + 5299: 8,-54 + 5300: 10,-57 + 5301: 10,-58 + 5302: 11,-59 + 5303: 12,-63 + 5304: 11,-63 + 5305: 10,-63 + 5306: 11,-64 + 5307: 11,-66 + 5308: 10,-68 + 5309: 11,-70 + 5310: 10,-69 + 5311: 12,-67 + 5349: 0,-50 + 5350: 0,-51 + 5351: -1,-50 + 5352: -1,-48 + 5353: 0,-48 + 5354: -5,-50 + 5355: -4,-49 + 5356: -8,-49 + 5357: -7,-48 + 5358: -8,-48 + 5361: -7,-50 + 5362: -8,-53 + 5363: -9,-52 + 5364: -8,-52 + 5366: -5,-53 + 5367: -5,-52 + 5368: -6,-52 + 5369: -6,-55 + 5370: -5,-55 + 5371: -5,-54 + 5373: -6,-56 + 5374: -7,-56 + 5375: -8,-57 + 5376: -9,-57 + 5377: -9,-55 + 5378: -9,-59 + 5380: -9,-61 + 5381: -8,-61 + 5382: -8,-62 + 5383: -7,-62 + 5384: -8,-63 + 5385: -9,-62 + 5386: -9,-63 + 5387: -9,-64 + 5388: -10,-64 + 5389: -8,-64 + 5390: -8,-65 + 5391: -9,-65 + 5392: -10,-65 + 5393: -9,-66 + 5394: -8,-66 + 5395: -8,-67 + 5396: -9,-67 + 5397: -10,-67 + 5398: -9,-68 + 5399: -8,-68 + 5400: -7,-68 + 5401: -7,-69 + 5402: -8,-69 + 5403: -9,-69 + 5435: -21,-42 + 5436: -20,-42 + 5437: -23,-42 + 5438: -23,-41 + 5439: -24,-41 + 5440: -25,-41 + 5441: -25,-42 + 5444: -24,-42 + 5494: -19,-55 + 5495: -20,-54 + 5496: -17,-55 + 5497: -16,-55 + 5498: -15,-55 + 5499: -16,-56 + 5500: -18,-57 + 5501: -19,-57 + 5502: -20,-57 + 5659: -43,-42 + 5660: -41,-42 + 5661: -40,-42 + 5665: -51,-42 + 5666: -52,-42 + 5667: -52,-44 + 5668: -50,-46 + 5669: -52,-46 + 5670: -51,-47 + 5671: -50,-47 + 5717: -38,-42 + 5836: -51,-33 + 5838: -53,-34 + 5839: -51,-34 + 5840: -52,-35 + 5981: -29,-31 + 5983: -26,-32 + 5984: -25,-31 + 5986: -24,-32 + 5987: -24,-29 + 5988: -23,-27 + 5989: -24,-26 + 6038: -19,-25 + 6039: -18,-26 + 6040: -19,-26 + 6041: -20,-26 + 6042: -21,-26 + 6043: -17,-26 + 6044: -15,-26 + 6045: -14,-26 + 6046: -13,-25 + 6047: -15,-24 + 6048: -14,-24 + 6049: -14,-23 + 6050: -15,-23 + 6051: -17,-23 + 6052: -19,-23 + 6053: -19,-21 + 6054: -20,-21 + 6055: -20,-20 + 6057: -23,-20 + 6058: -24,-21 + 6059: -21,-21 + 6060: -24,-20 + 6061: -23,-23 + 6090: -26,-23 + 6091: -21,-16 + 6092: -21,-15 + 6100: -17,-16 + 6101: -17,-15 + 6102: -17,-14 + 6103: -18,-13 + 6105: -17,-11 + 6106: -17,-14 + 6107: -13,-15 + 6108: -13,-15 + 6109: -9,-13 + 6110: -9,-12 + 6112: -9,-22 + 6115: -7,-25 + 6116: -8,-25 + 6117: -9,-25 + 6118: -10,-26 + 6119: -8,-27 + 6120: -6,-27 + 6121: -5,-26 + 6122: -7,-26 + 6123: -8,-27 + 6124: -6,-27 + 6130: -5,-23 + 6183: -7,-35 + 6184: -8,-35 + 6185: -9,-35 + 6186: -9,-34 + 6187: -7,-35 + 6188: -7,-34 + 6189: -7,-33 + 6190: -7,-32 + 6191: -9,-32 + 6192: -10,-32 + 6193: -10,-33 + 6194: -10,-34 + 6195: -9,-35 + 6196: -7,-37 + 6197: -9,-37 + 6198: -10,-37 + 6199: -9,-36 + 6200: -7,-36 + 6207: -15,-36 + 6208: -15,-35 + 6210: -17,-36 + 6225: -21,-35 + 6226: -21,-34 + 6230: -17,-33 + 6231: -18,-33 + 6232: -21,-33 + 6233: -21,-34 + 6234: -21,-35 + 6274: -26,-36 + 6275: -25,-36 + 6276: -25,-35 + 6277: -24,-35 + 6278: -25,-34 + 6282: -25,-38 + 6283: -24,-40 + 6284: -24,-41 + 6285: -25,-41 + 6358: -5,-35 + 6359: -4,-35 + 6360: -3,-41 + 6361: -3,-42 + 6372: 0,-29 + 6373: 0,-30 + 6374: 1,-30 + 6375: 1,-29 + 6376: -2,-28 + 6377: -2,-27 + 6378: -3,-28 + 6379: -1,-27 + 6414: -31,-69 + 6415: -33,-69 + 6416: -32,-70 + 6417: -31,-70 + 6418: -31,-70 + 6419: -30,-69 + 6420: -31,-68 + 6421: -31,-66 + 6422: -30,-64 + 6423: -32,-62 + 6424: -31,-60 + 6425: -32,-58 + 6426: -30,-56 + 6427: -33,-55 + 6428: -33,-55 + 6429: -35,-55 + 6430: -36,-55 + 6431: -34,-55 + 6432: -35,-54 + 6433: -35,-55 + 6434: -33,-55 + 6435: -35,-47 + 6436: -35,-46 + 6437: -35,-44 + 6438: -32,-44 + 6439: -32,-44 + 6440: -34,-46 + 6441: -31,-45 + 6442: -32,-41 + 6443: -34,-41 + 6444: -34,-41 + 6445: -31,-42 + 6446: -28,-42 + 6447: -23,-31 + 6448: -24,-29 + 6449: -23,-26 + 6450: -24,-25 + 6451: -23,-22 + 6452: -25,-20 + 6453: -23,-20 + 6485: -16,-5 + 6488: -16,1 + 6556: -15,6 + 6557: -17,7 + 6559: -16,5 + 6562: -15,6 + 6563: -16,10 + 6564: -16,11 + 6565: -13,10 + 6566: -13,11 + 6570: -13,15 + 6571: -15,15 + 6574: -15,14 + 6575: -16,11 + 6576: -13,10 + 6577: -12,11 + 6586: -8,11 + 6587: -8,11 + 6588: -8,10 + 6603: -8,11 + 6604: -6,10 + 6607: -3,11 + 6609: -2,10 + 6610: 0,11 + 6611: -1,10 + 6612: -1,10 + 6613: 0,11 + 6614: 2,11 + 6615: 3,11 + 6617: 0,13 + 6742: 0,11 + 6743: -1,11 + 6744: -3,10 + 6748: -7,10 + 6749: -5,10 + 6750: -5,11 + 6753: -12,10 + 6754: -12,11 + 6755: -14,11 + 6756: -14,10 + 6757: -15,11 + 6761: -14,15 + 6766: -13,15 + 6770: 2,10 + 6771: 5,11 + 6772: 3,10 + 6773: 4,10 + 6776: 7,10 + 6777: 10,10 + 6778: 10,12 + 6875: 14,3 + 6876: 14,2 + 6877: 14,1 + 6878: 15,1 + 6879: 15,0 + 6880: 14,0 + 6881: 14,1 + 6882: 16,0 + 6883: 16,1 + 6884: 16,3 + 6885: 15,4 + 6886: 14,4 + 6887: 14,5 + 6888: 15,5 + 7326: 53,-19 + 7327: 50,-19 + 7328: 50,-19 + 7331: 49,-17 + 7332: 48,-17 + 7338: 47,-19 + 7339: 48,-19 + 7342: 45,-17 + 7343: 45,-17 + 7344: 45,-20 + 7345: 45,-21 + 7346: 44,-21 + 7347: 45,-22 + 7353: 50,-19 + 7355: 48,-19 + 7359: 50,-19 + 7361: 48,-19 + 7362: 48,-17 + 7363: 46,-14 + 7364: 46,-14 + 7365: 47,-14 + 7366: 47,-13 + 7367: 48,-13 + 7368: 48,-12 + 7369: 47,-12 + 7370: 48,-14 + 7371: 48,-14 + 7372: 47,-14 + 7373: 48,-13 + 7374: 48,-12 + 7375: 47,-12 + 7376: 47,-13 + 7377: 42,-12 + 7378: 42,-11 + 7379: 42,-10 + 7380: 42,-10 + 7381: 47,-10 + 7382: 47,-10 + 7383: 48,-9 + 7384: 47,-9 + 7385: 48,-8 + 7650: 19,-15 + 7652: 22,-15 + 7653: 23,-15 + 8199: 30,-23 + 8200: 29,-22 + 8201: 29,-22 + 8202: 29,-21 + 8203: 27,-21 + 8204: 27,-22 + 8205: 26,-22 + 8206: 33,-22 + 8210: 34,-22 + 8211: 35,-21 + 8212: 32,-21 + 8213: 29,-23 + 8214: 29,-23 + 9000: -26,-9 + 9001: -24,-8 + 9002: -25,-11 + 9003: -25,-12 + 9004: -24,-12 + 9006: -25,-10 + 9008: -26,-9 + 9016: -31,-7 + 9017: -30,-9 + 9018: -30,-11 + 9021: -17,-9 + 9023: -17,-11 + 9024: -18,-10 + 9026: -17,-5 + 9027: -15,-2 + 9028: -15,-1 + 9037: -67,-13 + 9038: -69,-15 + 9039: -70,-12 + 9040: -69,-11 + 9041: -55,-13 + 9042: -52,-13 + 9043: -54,-12 + 9044: -53,-13 + 9045: -64,-10 + 9046: -62,-14 + 9047: -21,-19 + 9048: -20,-25 + 9049: -19,-25 + 9050: -21,-24 + 9051: -20,-25 + 9052: -21,-19 + 9053: -24,-20 + 9109: -29,-35 + 9110: -30,-35 + 9117: -24,-36 + 9118: -16,-42 + 9119: -17,-42 + 9120: -18,-42 + 9462: -31,4 + 9463: -30,4 + 9464: -31,3 + 9511: -26,11 + 9527: -17,-1 + 9528: -17,-2 + 9532: -17,-5 + 9533: -17,-4 + 9534: -17,-1 + 9537: -16,1 + 9542: -17,-11 + 10066: 16,11 + 10067: 15,12 + 10068: 5,12 + 10069: 3,13 + 10159: -20,18 + 10160: -20,17 + 10161: -20,17 + 10162: -17,19 + 10163: -18,19 + 10164: -17,19 + 10264: -37,-34 + 10265: -37,-35 + 10268: -35,-32 + 10269: -33,-32 + 10272: -33,-32 + 10273: -37,-32 + 10274: -33,-34 + 10275: -30,-38 + 10276: -30,-37 + 10279: -34,-39 + 10280: -29,-35 + 10281: -29,-34 + 10282: -28,-34 + 10294: -30,-34 + 10295: -31,-32 + 10296: -30,-32 + 10297: -34,-38 + 10298: -34,-36 + 10697: -21,-38 + 10701: -15,-33 + 10702: -16,-33 + 10703: -15,-32 + 10788: -51,-33 + 10789: -51,-34 + 10791: -45,-31 + 10792: -45,-33 + 10793: -46,-34 + 10794: -45,-37 + 10795: -45,-40 + 10796: -45,-42 + 10797: -45,-43 + 10798: -44,-43 + 10799: -44,-42 + 11709: -10,-13 + 11710: -9,-14 + 11711: -13,-16 + 11712: -13,-15 + 11747: -44,-23 + 11748: -36,-23 + 11749: -37,-23 + 11750: -37,-22 + 11751: -38,-22 + 11752: -33,-28 + 11753: -32,-27 + 11754: -30,-27 + 11755: -29,-27 + 11756: -29,-28 + 11757: -28,-28 + 11758: -28,-27 + 11759: -30,-26 + 11760: -32,-26 + 11761: -28,-24 + 11762: -29,-24 + 11763: -30,-24 + 11764: -31,-23 + 11765: -31,-23 + 11769: -28,-22 + 11770: -28,-22 + 12223: 44,-59 + 12224: 45,-59 + 12225: 46,-59 + 12226: 47,-57 + 12227: 43,-58 + 12228: 43,-60 + 12229: 43,-61 + 12230: 45,-62 + 12232: 46,-62 + 12233: 47,-61 + 12237: 47,-55 + 12238: 44,-54 + 12239: 42,-54 + 12240: 43,-53 + 12523: 10,10 + 12524: 8,11 + 12525: 5,10 + 12526: 3,12 + 12527: -1,10 + 12528: 9,16 + 12529: 9,16 + 12530: 9,17 + 12531: 8,16 + 12532: 8,17 + 12533: 7,17 + 12534: -2,16 + 12535: -2,16 + 12536: -2,17 + 12537: -1,17 + 12538: -2,17 + 12539: -2,18 + 12540: -3,18 + 12569: -39,-32 + 12570: -36,-31 + 12571: -34,-32 + 12572: -32,-31 + 12573: -31,-32 + 12574: -37,-27 + 12575: -39,-27 + 12576: -36,-26 + 12577: -39,-25 + 12578: -36,-23 + 12579: -44,-23 + 12580: -46,-23 + 12581: -44,-25 + 12582: -45,-27 + 12583: -44,-31 + 12584: -45,-33 + 12585: -46,-36 + 12586: -46,-39 + 12587: -45,-40 + 12588: -45,-37 + 12589: -45,-33 + 12590: -45,-31 + 12591: -50,-31 + 12592: -52,-31 + 12593: -53,-32 + 12594: -52,-34 + 12595: -51,-34 + 12596: -51,-31 + 12597: -52,-30 + 12598: -51,-28 + 12599: -51,-27 + 12600: -49,-43 + 12601: -51,-46 + 12602: -48,-44 + 12603: -44,-44 + 12604: -43,-47 + 12605: -44,-48 + 12606: -43,-50 + 12607: -40,-49 + 12608: -44,-49 + 12609: -44,-49 + 12610: -42,-53 + 12611: -43,-51 + 12612: -39,-53 + 12613: -40,-54 + 12614: -36,-55 + 12615: -33,-55 + 12616: -34,-55 + 12617: -38,-58 + 12618: -39,-59 + 12619: -36,-59 + 12620: -33,-59 + 12621: -31,-59 + 12622: -30,-57 + 12623: -31,-60 + 12624: -31,-64 + 12625: -31,-67 + 12626: -31,-68 + 12627: -29,-56 + 12628: -29,-53 + 12629: -29,-50 + 12630: -24,-47 + 12631: -25,-45 + 12632: -20,-47 + 12633: -21,-47 + 12634: -20,-48 + 12635: -20,-43 + 12636: -15,-43 + 12637: -4,-42 + 12638: -5,-41 + 12639: -9,-46 + 12640: -8,-45 + 12641: -8,-44 + 12642: -9,-43 + 12643: -10,-44 + 12644: -10,-46 + 12645: -3,-42 + 12664: 10,-49 + 12665: 10,-54 + 12666: 9,-54 + 12667: 9,-57 + 12668: 7,-53 + 12669: 6,-49 + 12670: 3,-49 + 12671: 4,-49 + 12672: 3,-49 + 12673: 0,-49 + 12674: -2,-49 + 12784: 88,-31 + 12785: 88,-32 + 12786: 87,-30 + 12787: 88,-30 + 12788: 91,-31 + 12789: 91,-30 + 12790: 91,-29 + 12791: 90,-28 + 12792: 87,-28 + 12793: 86,-28 + 12794: 87,-28 + 12795: 87,-27 + 12796: 87,-25 + 12797: 85,-24 + 12798: 85,-24 + 12799: 85,-23 + 12800: 85,-22 + 12801: 83,-22 + 12802: 82,-23 + 12803: 81,-23 + 12804: 82,-22 + 12806: 84,-20 + 12807: 83,-19 + 12808: 82,-18 + 12809: 84,-17 + 12810: 82,-17 + 12811: 82,-16 + 12812: 83,-15 + 12813: 81,-16 + 12814: 83,-17 + 12815: 91,-18 + 12816: 89,-18 + 12817: 87,-18 + 12818: 88,-16 + 12819: 87,-15 + 12820: 87,-14 + 12821: 85,-14 + 12822: 84,-13 + 12823: 86,-13 + 12824: 87,-13 + 12825: 87,-15 + 12826: 89,-17 + 12827: 90,-18 + 12828: 92,-19 + 12829: 93,-19 + 12830: 94,-19 + 12831: 93,-18 + 12832: 91,-18 + 12833: 90,-19 + 12834: 90,-24 + 12835: 92,-24 + 12836: 93,-24 + 12837: 95,-24 + 12838: 95,-25 + 12839: 95,-27 + 12840: 94,-28 + 12841: 95,-29 + 12842: 93,-29 + 12843: 94,-29 + 12844: 95,-29 + 12845: 96,-27 + 12846: 96,-25 + 12847: 96,-23 + 12848: 96,-23 + 12849: 95,-25 + 12850: 94,-24 + 12851: 94,-22 + 12852: 93,-22 + 12853: 93,-22 + 12854: 91,-22 + 12855: 91,-22 + 12856: 90,-22 + 12857: 90,-22 + 12858: 90,-23 + 12916: -18,-38 + 12917: -16,-38 + 12918: -20,-34 + 12919: -20,-40 + 12920: -15,-39 + 12921: 14,-33 + 12922: 11,-33 + 12931: 10,-32 + 12932: 13,-29 + 12933: 12,-29 + 13433: 72,-43 + 13434: 72,-42 + 13435: 71,-42 + 13436: 74,-43 + 13437: 74,-44 + 13438: 75,-45 + 13439: 76,-45 + 13440: 77,-45 + 13441: 78,-46 + 13442: 76,-46 + 13443: 74,-47 + 13444: 76,-47 + 13445: 78,-46 + 13446: 78,-45 + 13447: 74,-46 + 13448: 73,-46 + 13449: 73,-47 + 13450: 73,-45 + 13451: 73,-45 + 13452: 70,-45 + 13453: 70,-45 + 13454: 70,-43 + 13455: 72,-42 + 13456: 77,-42 + 13457: 76,-41 + 13458: 77,-41 + 13459: 78,-43 + 13460: 84,-41 + 13461: 84,-40 + 13462: 83,-40 + 13463: 83,-41 + 13464: 91,-36 + 13465: 91,-36 + 13466: 91,-35 + 13467: 91,-34 + 13468: 89,-34 + 13469: 87,-34 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFF7F' + id: DirtLight + decals: + 13733: -23,-12 + 13737: -24,-8 + 13738: -24,-9 + 13739: -25,-9 + 13765: -22,-9 + 13766: -22,-8 + 13767: -21,-12 + 13768: -21,-12 + 13769: -22,-12 + 13781: -15,16 + 13782: -14,12 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFF7F' + id: DirtMedium + decals: + 13770: -21,-11 + - node: + cleanable: True + zIndex: 5 + color: '#FFFFFF7F' + id: DirtMedium + decals: + 1159: 21,-54 + 1160: 20,-54 + 1161: 19,-54 + 3289: 18,6 + 3290: 18,7 + 3291: 18,8 + 3292: 19,8 + 3945: 35,-56 + 3946: 31,-57 + 3948: 28,-57 + 3949: 29,-58 + 3950: 29,-57 + 4500: 11,-42 + 4501: 9,-42 + 4502: 9,-40 + 4503: 11,-37 + 4504: 9,-34 + 4505: 12,-34 + 4507: 16,-32 + 4508: 16,-30 + 4512: 9,-30 + 4513: 9,-28 + 4514: 10,-24 + 4515: 12,-22 + 4516: 16,-22 + 4517: 19,-22 + 4520: 26,-22 + 4521: 28,-21 + 4522: 29,-22 + 4523: 32,-22 + 4524: 36,-22 + 4525: 37,-21 + 4526: 40,-22 + 4527: 41,-21 + 4528: 44,-22 + 4537: 45,-22 + 4538: 45,-20 + 4542: 46,-17 + 4543: 45,-19 + 4547: 40,-21 + 4549: 31,-22 + 4550: 31,-20 + 4551: 32,-18 + 4552: 31,-16 + 4553: 32,-13 + 4554: 31,-11 + 4555: 31,-9 + 4556: 31,-7 + 4557: 32,-6 + 4558: 33,-4 + 4559: 30,-4 + 4560: 32,-3 + 4561: 31,0 + 4565: 33,9 + 4567: 32,13 + 4568: 32,15 + 4569: 31,17 + 4570: 33,20 + 4571: 33,22 + 4572: 31,24 + 4573: 33,27 + 4574: 33,29 + 4575: 32,31 + 4576: 32,34 + 4577: 32,36 + 4578: 32,39 + 4579: 32,41 + 4580: 33,37 + 4581: 32,34 + 4582: 32,31 + 4583: 30,27 + 4584: 29,26 + 4585: 31,24 + 4586: 32,23 + 4587: 33,21 + 4588: 32,18 + 4589: 32,15 + 4591: 32,10 + 4592: 32,8 + 4595: 32,0 + 4596: 32,4 + 4598: 34,5 + 4599: 32,7 + 4600: 31,5 + 4601: 33,6 + 4602: 33,9 + 4604: 33,11 + 4606: 32,13 + 4607: 32,16 + 4608: 33,17 + 4609: 33,16 + 4610: 31,19 + 4611: 33,24 + 4612: 31,23 + 4613: 32,25 + 4614: 31,27 + 4615: 31,29 + 4616: 32,30 + 4617: 33,33 + 4618: 33,35 + 4619: 32,35 + 4833: 30,-5 + 4834: 32,-4 + 4835: 30,-7 + 4836: 33,-8 + 4837: 30,-10 + 4838: 32,-11 + 4839: 33,7 + 4840: 33,19 + 4841: 31,18 + 4842: 31,16 + 4889: 16,7 + 4891: 14,6 + 4892: 14,7 + 4894: 13,10 + 4895: 13,11 + 4896: 11,11 + 4897: 11,10 + 4898: 12,10 + 4899: 12,11 + 4900: 10,11 + 4901: 8,10 + 4903: 6,11 + 4904: 6,10 + 4905: 7,10 + 4906: 8,11 + 5024: -26,6 + 5058: -16,5 + 5060: -16,4 + 5100: -8,-11 + 5101: -8,-12 + 5109: -9,-17 + 5110: -9,-18 + 5154: -9,-9 + 5155: -9,-8 + 5156: -14,-8 + 5214: 12,-18 + 5215: 12,-19 + 5216: 12,-20 + 5217: 11,-20 + 5218: 11,-18 + 5219: 8,-22 + 5220: 10,-23 + 5221: 11,-23 + 5222: 11,-22 + 5223: 11,-24 + 5224: 9,-24 + 5225: 8,-25 + 5226: 8,-26 + 5227: 7,-26 + 5228: 9,-25 + 5229: 10,-30 + 5230: 9,-29 + 5312: 11,-67 + 5313: 10,-67 + 5314: 11,-66 + 5315: 11,-65 + 5316: 12,-64 + 5317: 11,-63 + 5318: 9,-62 + 5319: 10,-63 + 5320: 10,-65 + 5321: 10,-66 + 5322: 10,-69 + 5323: 9,-69 + 5324: 9,-70 + 5325: 11,-70 + 5326: 11,-69 + 5327: 11,-61 + 5328: 10,-61 + 5329: 10,-59 + 5330: 11,-58 + 5331: 11,-57 + 5332: 10,-56 + 5333: 15,-54 + 5334: 7,-50 + 5336: 6,-50 + 5337: 5,-49 + 5338: 4,-48 + 5339: 3,-48 + 5340: 3,-50 + 5341: 1,-50 + 5342: -1,-49 + 5343: -1,-48 + 5406: -8,-67 + 5407: -9,-67 + 5408: -9,-64 + 5409: -10,-64 + 5410: -7,-69 + 5411: -9,-69 + 5412: -8,-62 + 5413: -9,-61 + 5414: -8,-59 + 5415: -9,-52 + 5416: -8,-46 + 5427: -15,-42 + 5474: -16,-54 + 5475: -16,-56 + 5476: -16,-57 + 5477: -17,-57 + 5478: -18,-57 + 5479: -20,-57 + 5480: -20,-56 + 5481: -20,-55 + 5484: -20,-55 + 5485: -19,-55 + 5486: -17,-55 + 5672: -51,-46 + 5673: -52,-46 + 5674: -53,-47 + 5675: -51,-47 + 5676: -52,-47 + 5677: -51,-48 + 5678: -52,-48 + 5679: -50,-47 + 5680: -50,-46 + 5681: -53,-46 + 5682: -53,-47 + 5683: -52,-44 + 5687: -51,-43 + 5688: -52,-44 + 5689: -51,-43 + 5690: -51,-42 + 5691: -52,-42 + 5692: -53,-44 + 5693: -53,-42 + 5694: -53,-41 + 5695: -50,-41 + 5860: -50,-34 + 5861: -52,-34 + 5862: -53,-34 + 5863: -52,-35 + 5864: -51,-35 + 5865: -51,-33 + 5872: -53,-28 + 5876: -52,-27 + 5883: -45,-31 + 5913: -39,-31 + 5914: -40,-31 + 5924: -33,-31 + 5925: -34,-31 + 5950: -27,-36 + 5990: -23,-28 + 5991: -24,-28 + 5994: -24,-27 + 5996: -23,-26 + 5997: -23,-25 + 6000: -23,-24 + 6001: -21,-25 + 6004: -19,-24 + 6005: -19,-25 + 6006: -18,-24 + 6007: -17,-24 + 6009: -16,-26 + 6010: -14,-26 + 6011: -13,-26 + 6012: -13,-25 + 6013: -13,-24 + 6014: -15,-24 + 6015: -16,-24 + 6017: -15,-23 + 6018: -14,-23 + 6019: -13,-23 + 6020: -13,-23 + 6021: -17,-23 + 6022: -17,-24 + 6023: -18,-23 + 6024: -19,-23 + 6025: -20,-23 + 6026: -21,-23 + 6030: -21,-25 + 6032: -18,-25 + 6033: -17,-24 + 6034: -18,-24 + 6035: -18,-23 + 6036: -19,-23 + 6076: -18,-20 + 6077: -18,-21 + 6078: -17,-19 + 6080: -18,-17 + 6081: -21,-16 + 6083: -21,-15 + 6137: -5,-23 + 6144: 2,-20 + 6145: 3,-20 + 6146: -5,-32 + 6147: -5,-31 + 6148: -4,-31 + 6149: -3,-31 + 6150: -3,-32 + 6151: -4,-32 + 6152: -4,-33 + 6153: -5,-33 + 6154: -3,-33 + 6286: -23,-41 + 6287: -25,-42 + 6288: -24,-42 + 6290: -28,-43 + 6291: -29,-42 + 6292: -29,-41 + 6293: -27,-41 + 6294: -29,-43 + 6296: -28,-44 + 6297: -29,-44 + 6298: -28,-46 + 6299: -20,-41 + 6300: -21,-41 + 6301: -22,-41 + 6302: -20,-42 + 6303: -19,-41 + 6304: -17,-41 + 6305: -16,-41 + 6306: -15,-41 + 6380: -3,-26 + 6381: -2,-26 + 6382: -3,-27 + 6383: -1,-26 + 6384: -3,-27 + 6385: -3,-28 + 6386: -2,-27 + 6387: 0,-27 + 6388: 2,-27 + 6389: 2,-27 + 6390: 2,-27 + 6391: 0,-27 + 6392: 1,-27 + 6393: 3,-34 + 6395: 3,-38 + 6396: 3,-40 + 6397: 3,-42 + 6398: 3,-44 + 6399: 3,-46 + 6400: 2,-48 + 6401: 1,-48 + 6402: -23,-54 + 6403: -30,-68 + 6404: -31,-69 + 6405: -31,-69 + 6406: -32,-70 + 6407: -33,-70 + 6408: -33,-68 + 6409: -33,-68 + 6410: -32,-69 + 6411: -33,-69 + 6412: -31,-68 + 6413: -30,-70 + 6519: -26,6 + 6531: -16,10 + 6532: -16,9 + 6533: -17,8 + 6534: -16,8 + 6535: -15,8 + 6536: -15,7 + 6537: -17,7 + 6542: -16,4 + 6543: -16,5 + 6545: -17,6 + 6546: -15,5 + 6547: -15,4 + 6780: 14,10 + 6781: 15,10 + 6783: 14,11 + 6784: 13,10 + 6785: 13,11 + 6811: 18,5 + 6812: 19,5 + 6813: 19,6 + 6814: 18,6 + 6815: 18,7 + 6816: 17,7 + 6817: 17,7 + 6818: 18,8 + 6819: 19,8 + 6820: 19,7 + 6821: 18,7 + 6822: 19,7 + 6823: 18,6 + 6824: 19,5 + 6825: 19,5 + 6826: 18,5 + 6827: 10,4 + 6828: 10,5 + 6829: 10,6 + 6830: 9,6 + 6831: 8,6 + 6832: 8,5 + 6833: 8,4 + 6834: 10,3 + 6835: 9,3 + 6836: 10,3 + 6837: 11,5 + 7654: 20,-15 + 7655: 19,-15 + 7656: 19,-14 + 7658: 21,-15 + 7659: 21,-15 + 7660: 17,-17 + 7661: 18,-17 + 7662: 17,-17 + 7663: 18,-17 + 9104: -33,-35 + 9105: -30,-35 + 9190: 51,-25 + 9191: 52,-23 + 9192: 52,-22 + 9194: 53,-21 + 9195: 52,-22 + 9197: 46,-23 + 9198: 45,-25 + 9199: 47,-25 + 9200: 47,-21 + 9201: 46,-21 + 9202: 46,-21 + 9203: 47,-18 + 9204: 48,-18 + 9205: 49,-18 + 9206: 49,-19 + 9207: 48,-19 + 9208: 48,-18 + 9465: -30,3 + 9466: -31,2 + 9467: -26,11 + 9468: -27,11 + 9469: -27,10 + 9470: -27,9 + 9471: -26,9 + 9472: -26,10 + 9473: -25,10 + 9474: -25,11 + 9475: -27,12 + 9485: -27,12 + 9486: -28,12 + 9488: -27,9 + 9489: -26,9 + 9490: -26,10 + 10061: 23,-7 + 10062: 20,-5 + 10063: 18,-5 + 10064: 16,-4 + 10065: 16,-3 + 10112: 11,18 + 10113: 16,24 + 10114: 15,24 + 10115: 4,24 + 10116: 4,19 + 10117: 4,21 + 10118: -2,17 + 10119: -3,18 + 10120: -5,18 + 10121: -7,17 + 10122: -8,17 + 10123: -9,17 + 10124: -9,18 + 10125: -9,19 + 10126: -8,21 + 10127: -7,21 + 10128: -9,21 + 10129: -9,22 + 10130: -8,23 + 10131: -8,24 + 10132: -11,24 + 10133: -12,24 + 10134: -13,22 + 10135: -14,22 + 10136: -14,21 + 10137: -14,20 + 10138: -16,20 + 10139: -17,20 + 10140: -17,21 + 10141: -17,22 + 10142: -19,22 + 10143: -21,22 + 10144: -23,22 + 10145: -23,21 + 10146: -23,20 + 10147: -21,20 + 10148: -21,20 + 10149: -23,20 + 10150: -25,20 + 10172: -14,16 + 10173: -15,16 + 10174: -14,15 + 10175: -15,14 + 10176: -15,13 + 10177: -15,12 + 10178: -14,12 + 10179: -13,12 + 10180: -14,11 + 10181: -15,10 + 10182: -11,11 + 10183: -10,11 + 10184: -12,10 + 10185: -7,10 + 10188: -3,12 + 10189: 4,13 + 10190: 4,14 + 10191: 5,14 + 10192: 5,15 + 10193: 10,14 + 10194: 11,14 + 10195: 11,15 + 10198: 4,18 + 10199: 2,17 + 10200: 1,17 + 10201: 1,18 + 10202: 2,18 + 10203: -1,25 + 10204: -1,25 + 10205: -2,24 + 10206: 14,3 + 10706: -14,-32 + 10707: -23,-38 + 10708: -23,-35 + 10709: -23,-33 + 10710: -24,-33 + 10711: -28,-34 + 10712: -25,-35 + 10713: -25,-33 + 10714: -25,-32 + 10715: -35,-30 + 10716: -35,-28 + 10718: -37,-27 + 10719: -38,-26 + 10720: -39,-26 + 10721: -39,-24 + 10722: -38,-23 + 10723: -40,-23 + 10724: -37,-23 + 10725: -37,-24 + 10726: -36,-24 + 10727: -44,-24 + 10728: -43,-23 + 10729: -45,-23 + 10730: -45,-24 + 10731: -45,-26 + 10732: -45,-28 + 10733: -44,-29 + 10734: -45,-30 + 10735: -45,-31 + 10736: -43,-31 + 10737: -42,-32 + 10738: -43,-32 + 10739: -42,-31 + 10740: -39,-31 + 10741: -39,-32 + 10742: -38,-32 + 10743: -38,-34 + 10744: -38,-35 + 10745: -46,-33 + 10746: -46,-34 + 10747: -45,-35 + 10748: -46,-36 + 10749: -46,-37 + 10750: -43,-37 + 10751: -42,-37 + 10752: -41,-37 + 10753: -43,-36 + 10754: -43,-35 + 10755: -45,-36 + 10756: -45,-37 + 10757: -38,-38 + 10758: -39,-38 + 10759: -38,-39 + 10760: -37,-40 + 10761: -38,-41 + 10762: -40,-41 + 10763: -41,-41 + 10764: -44,-41 + 10765: -45,-42 + 10766: -45,-43 + 10767: -44,-44 + 10768: -42,-44 + 10769: -40,-44 + 10770: -38,-44 + 10771: -38,-43 + 11482: 37,-33 + 11483: 37,-32 + 11484: 36,-33 + 11485: 34,-33 + 11486: 35,-36 + 11487: 37,-36 + 11488: 38,-36 + 11489: 37,-38 + 11490: 38,-38 + 11491: 40,-38 + 11492: 35,-37 + 11493: 33,-37 + 11494: 35,-39 + 11495: 34,-38 + 11496: 29,-38 + 11497: 28,-39 + 11498: 27,-40 + 11499: 27,-38 + 11500: 26,-38 + 11501: 26,-39 + 11502: 27,-39 + 11591: -30,0 + 11592: -30,0 + 11593: -30,2 + 11594: -30,4 + 11595: -31,4 + 11596: -26,6 + 11597: -26,7 + 11598: -25,9 + 11599: -26,15 + 11600: -28,15 + 11601: -28,16 + 11602: -27,16 + 11603: -24,16 + 11604: -23,16 + 11605: -23,15 + 11606: -23,14 + 11657: -5,-21 + 11658: -6,-21 + 11659: -8,-25 + 11660: -9,-25 + 11661: -8,-27 + 11662: -9,-26 + 11663: -9,-16 + 11664: -9,-15 + 11672: -2,-14 + 11673: -2,-13 + 11674: -2,-9 + 11675: -3,-9 + 11676: -4,-8 + 11677: -5,-10 + 11678: -4,-10 + 11679: -3,-10 + 11680: -3,-11 + 11681: -4,-11 + 11682: -1,-11 + 11683: 2,-11 + 11684: 2,-10 + 11685: 3,-8 + 11686: 5,-10 + 11687: 3,-11 + 11688: 2,-9 + 11689: 2,-4 + 11690: -1,-4 + 11691: -5,-4 + 11692: 2,-2 + 11693: 2,-3 + 11694: 0,-4 + 11695: -9,-4 + 11696: -10,-3 + 11697: -10,-2 + 11698: -9,-8 + 11699: -9,-9 + 11700: -10,-9 + 11701: -9,-7 + 11849: 18,14 + 11850: 18,14 + 11851: 19,13 + 11852: 19,12 + 11853: 29,-5 + 11854: 29,-4 + 11855: 29,-3 + 11887: -34,4 + 11888: -34,6 + 11889: -33,7 + 11890: -33,6 + 11891: -33,8 + 11892: -33,9 + 11893: -33,11 + 11894: -34,13 + 11895: -34,14 + 11896: -33,14 + 11897: -33,13 + 11898: -32,13 + 11899: -31,17 + 11902: -29,19 + 11903: -27,19 + 11904: -24,19 + 11905: -22,19 + 11906: -18,19 + 11907: -17,19 + 11908: -16,19 + 11909: -17,19 + 11910: -17,21 + 11911: -20,23 + 11912: -14,21 + 11913: -14,22 + 11914: -13,22 + 11915: -14,23 + 11916: -15,23 + 11917: -16,23 + 12231: 44,-58 + 12235: 46,-59 + 12236: 47,-58 + 12241: 39,-59 + 12242: 40,-55 + 12243: 38,-56 + 12244: 37,-56 + 12245: 37,-53 + 12246: 40,-59 + 12247: 38,-59 + 12248: 38,-60 + 12249: 38,-61 + 12250: 40,-62 + 12251: 40,-60 + 12252: 40,-59 + 12253: 39,-64 + 12254: 39,-66 + 12255: 39,-67 + 12256: 38,-65 + 12257: 44,-62 + 12258: 45,-62 + 12259: 46,-62 + 12260: 47,-61 + 12261: 45,-60 + 12262: 43,-62 + 12263: 43,-60 + 12264: 43,-59 + 12265: 46,-59 + 12266: 47,-59 + 12267: 46,-57 + 12268: 44,-58 + 12269: 48,-54 + 12270: 46,-55 + 12271: 45,-53 + 12273: 46,-52 + 12275: 49,-52 + 12276: 49,-50 + 12277: 48,-49 + 12278: 48,-48 + 12279: 51,-49 + 12280: 51,-49 + 12281: 52,-51 + 12282: 52,-52 + 12283: 53,-52 + 12284: 52,-56 + 12285: 51,-56 + 12286: 51,-57 + 12287: 50,-57 + 12288: 53,-57 + 12289: 51,-59 + 12290: 51,-61 + 12291: 51,-63 + 12292: 51,-64 + 12293: 50,-62 + 12294: 50,-61 + 12295: 50,-60 + 12296: 50,-59 + 12297: 56,-56 + 12298: 58,-56 + 12299: 58,-57 + 12300: 56,-54 + 12301: 55,-54 + 12302: 56,-56 + 12303: 57,-55 + 12304: 59,-55 + 12305: 61,-55 + 12306: 61,-54 + 12307: 61,-53 + 12308: 57,-60 + 12309: 57,-61 + 12464: 34,-7 + 12465: 33,2 + 12466: 33,4 + 12467: 32,6 + 12468: 32,8 + 12469: 33,10 + 12470: 31,12 + 12471: 33,14 + 12472: 32,16 + 12473: 32,17 + 12474: 32,19 + 12475: 32,21 + 12476: 31,23 + 12477: 34,23 + 12478: 34,24 + 12479: 34,25 + 12480: 32,25 + 12481: 32,27 + 12482: 32,29 + 12483: 33,30 + 12484: 32,30 + 12485: 32,32 + 12486: 31,34 + 12487: 33,36 + 12488: 31,38 + 12489: 33,40 + 12490: 32,42 + 12491: 32,32 + 12492: 33,29 + 12493: 32,27 + 12494: 32,23 + 12495: 33,20 + 12496: 32,16 + 12497: 31,13 + 12498: 32,10 + 12499: 32,7 + 12500: 31,4 + 12501: 32,1 + 12502: 31,-1 + 12503: 32,-4 + 12504: 32,-6 + 12505: 29,-4 + 12506: 26,-5 + 12507: 23,-4 + 12508: 21,-5 + 12509: 19,-4 + 12510: 17,-5 + 12511: 15,-4 + 12512: 14,-2 + 12513: 15,1 + 12514: 15,3 + 12515: 15,5 + 12516: 16,6 + 12517: 16,6 + 12518: 16,5 + 12519: 16,4 + 12520: 16,5 + 12521: 15,7 + 12522: 14,7 + 12912: -20,-37 + 12913: -16,-36 + 12914: -16,-34 + 12915: -20,-38 + 12950: 61,-79 + 12951: 62,-79 + 12952: 62,-80 + 12953: 61,-80 + - node: + color: '#FFFFFFFF' + id: FlowersBROne + decals: + 9895: -16.363155,12.408671 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: FlowersBROne + decals: + 1404: -42.756767,-42.582138 + - node: + color: '#FFFFFFFF' + id: FlowersBRThree + decals: + 9902: -11.24823,12.959431 + - node: + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 317: -2.739346,-40.11955 + 1462: 50.014236,-20.07635 + 1610: 12.91565,-6.2081604 + 1628: 16.126207,-6.696276 + 9903: -11.627566,12.506584 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 1405: -39.057014,-42.415356 + - node: + color: '#FFFFFFFF' + id: Flowersbr1 + decals: + 1463: 48.961628,-24.016584 + 1612: 14.062053,-6.479182 + 12157: -1.8669538,-39.98398 + - node: + color: '#FFFFFFFF' + id: Flowersbr2 + decals: + 318: -4.969619,-39.139698 + - node: + color: '#FFFFFFFF' + id: Flowersbr3 + decals: + 9850: -18.55713,30.31368 + 9851: -20.955622,30.900757 + 9898: -16.75473,14.587231 + - node: + color: '#FFFFFFFF' + id: Flowerspv1 + decals: + 314: -4.91751,-40.01531 + 319: -5.0217276,-39.744286 + 1460: 49.98297,-24.058279 + 9904: -10.868893,15.113511 + 9905: -11.015734,12.433149 + - node: + color: '#FFFFFFFF' + id: Flowerspv2 + decals: + 324: -3.7796192,-40.04319 + 9897: -16.962753,14.391405 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Flowerspv2 + decals: + 10040: 13.999963,-3.5679688 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 1459: 47.981976,-24.047855 + 1465: 48.940784,-20.034653 + 12156: -1.8773756,-39.973557 + - node: + color: '#FFFFFFFF' + id: Flowersy1 + decals: + 1613: 13.395055,-7.11504 + 1627: 15.489901,-6.096561 + 9900: -11.554147,13.914081 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Flowersy1 + decals: + 1403: -42.04808,-42.821888 + - node: + color: '#FFFFFFFF' + id: Flowersy2 + decals: + 312: -4.9800406,-39.202244 + 1464: 48.044506,-20.065924 + 9896: -16.852623,16.949375 + 9901: -10.954549,12.947191 + - node: + color: '#334E6DC8' + id: FullTileOverlayGreyscale + decals: + 10909: -10,-26 + 10910: -9,-26 + 11105: -25,-17 + 11106: -22,-17 + 11107: -21,-17 + 11108: -20,-17 + 11109: -20,-14 + 11110: -21,-14 + 11111: -22,-14 + 11322: -18,-54 + 11348: -19,-58 + 11349: -18,-58 + 11350: -17,-58 + - node: + color: '#52B4E996' + id: FullTileOverlayGreyscale + decals: + 10375: -31,-29 + 10415: -39,-24 + 10416: -40,-23 + 10417: -38,-23 + 10418: -39,-22 + 10419: -39,-23 + 10420: -33,-24 + 10421: -34,-24 + 10422: -35,-24 + 10426: -35,-25 + 10427: -35,-26 + 10428: -35,-27 + 10429: -35,-28 + 10571: -33,-30 + 10572: -32,-30 + 11344: -21,-55 + - node: + color: '#A4610696' + id: FullTileOverlayGreyscale + decals: + 11337: -19,-56 + 11338: -18,-56 + 11339: -17,-56 + - node: + color: '#D381C996' + id: FullTileOverlayGreyscale + decals: + 11342: -15,-54 + 11343: -15,-53 + - node: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + decals: + 11346: -21,-54 + 11347: -21,-57 + - node: + color: '#DE3A3A96' + id: FullTileOverlayGreyscale + decals: + 10841: -23,14 + 11228: -28,13 + 11229: -27,13 + 11230: -26,13 + 11231: -25,13 + 11233: -26,14 + 11345: -21,-56 + - node: + color: '#EFB34196' + id: FullTileOverlayGreyscale + decals: + 10911: -14,-22 + 10912: -14,-18 + 11340: -15,-57 + 11341: -15,-56 + - node: + cleanable: True + zIndex: 1 + color: '#52B4E996' + id: Gene + decals: + 12393: 57.999687,-51.991806 + - node: + cleanable: True + zIndex: 1 + color: '#D381C996' + id: Gib + decals: + 12392: 50.02343,-62.087116 + - node: + color: '#FFFFFFFF' + id: Grassa1 + decals: + 9842: -19.66915,30.43031 + 9857: -16.987225,17.01057 + 9858: -10.991261,15.13799 + 9871: -17.023937,15.66427 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Grassa2 + decals: + 10036: 14.044986,-5.245513 + - node: + color: '#FFFFFFFF' + id: Grassa4 + decals: + 9872: -11.786643,13.314364 + - node: + color: '#FFFFFFFF' + id: Grassa5 + decals: + 9854: -18.995443,30.955017 + 9873: -10.868893,12.188368 + - node: + color: '#FFFFFFFF' + id: Grassb2 + decals: + 9855: -20.350283,29.526943 + 9856: -17.0117,12.212846 + - node: + color: '#FFFFFFFF' + id: Grassb4 + decals: + 9833: -20.01782,31.702026 + - node: + color: '#FFFFFFFF' + id: Grassb5 + decals: + 9834: -20.966206,30.899384 + 9859: -11.700985,14.073188 + 9860: -16.216316,12.16389 + 9861: -11.79888,12.114933 + 9870: -17.036173,14.574991 + - node: + color: '#FFFFFFFF' + id: Grassc1 + decals: + 9875: -16.228554,14.097667 + - node: + color: '#FFFFFFFF' + id: Grassc3 + decals: + 9874: -10.954549,14.256775 + - node: + color: '#FFFFFFFF' + id: Grassd1 + decals: + 9838: -19.48772,29.638092 + 9852: -21.142344,30.07941 + - node: + color: '#FFFFFFFF' + id: Grassd2 + decals: + 9847: -21.053404,29.077984 + - node: + color: '#FFFFFFFF' + id: Grassd3 + decals: + 9839: -19.002151,31.003624 + 9848: -18.035362,29.998701 + 9853: -20.121004,31.069683 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Grassd3 + decals: + 10037: 14.659874,-4.8077087 + - node: + color: '#FFFFFFFF' + id: Grasse1 + decals: + 9841: -21.03441,30.951504 + 9862: -10.991261,12.885996 + 9863: -16.987225,15.027837 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Grasse1 + decals: + 10038: 13.951189,-3.671503 + - node: + color: '#FFFFFFFF' + id: Grasse2 + decals: + 9864: -16.228554,14.073188 + 9866: -11.9212475,17.059526 + - node: + cleanable: True + color: '#FFFFFFFF' + id: Grasse2 + decals: + 10039: 15.014215,-4.1926985 + - node: + color: '#FFFFFFFF' + id: Grasse3 + decals: + 9836: -20.019234,30.044624 + 9867: -16.228554,14.807534 + 9868: -11.835589,15.798901 + 9869: -17.08512,16.20279 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale + decals: + 10905: -10,-27 + 10906: -9,-27 + - node: + color: '#43990996' + id: HalfTileOverlayGreyscale + decals: + 10800: -48,-43 + 10801: -47,-43 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale + decals: + 10379: -39,-28 + 10397: -37,-21 + 10531: -52,-33 + 10532: -51,-33 + 10544: -44,-41 + - node: + color: '#8C347F96' + id: HalfTileOverlayGreyscale + decals: + 1578: 28,4 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale + decals: + 11253: 29,-25 + 11254: 28,-25 + 11276: 23,-31 + 11277: 24,-31 + 11428: 20,-28 + - node: + zIndex: 1 + color: '#D381C996' + id: HalfTileOverlayGreyscale + decals: + 9615: 32,-45 + 9616: 33,-45 + 9617: 34,-45 + 9621: 36,-41 + 9622: 37,-41 + 9625: 39,-41 + 9626: 38,-41 + 9751: 33,-39 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale + decals: + 10847: -27,17 + 10848: -26,17 + 10849: -25,17 + 10850: -24,17 + - node: + color: '#EFB34196' + id: HalfTileOverlayGreyscale + decals: + 10896: -10,-23 + 10897: -9,-23 + 10898: -8,-23 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale180 + decals: + 10899: -10,-23 + 10900: -9,-23 + 10901: -8,-23 + 10902: -10,-25 + 10903: -9,-25 + - node: + color: '#43990996' + id: HalfTileOverlayGreyscale180 + decals: + 3126: -52,-44 + 10802: -48,-44 + 10803: -47,-44 + 10804: -50,-44 + 10805: -51,-44 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale180 + decals: + 10376: -39,-26 + 10529: -51,-29 + 10530: -52,-29 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale180 + decals: + 11246: 28,-32 + 11247: 29,-32 + 11274: 23,-32 + 11275: 24,-32 + - node: + zIndex: 1 + color: '#D381C996' + id: HalfTileOverlayGreyscale180 + decals: + 9728: 20,-25 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale180 + decals: + 10842: -24,15 + 10843: -25,15 + 10844: -26,15 + 10845: -27,15 + - node: + color: '#FA750096' + id: HalfTileOverlayGreyscale180 + decals: + 10249: -30,-39 + 10250: -29,-39 + 10252: -34,-39 + - node: + color: '#334E6DC8' + id: HalfTileOverlayGreyscale270 + decals: + 10904: -8,-26 + - node: + color: '#43990996' + id: HalfTileOverlayGreyscale270 + decals: + 3128: -53,-43 + 3129: -53,-42 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale270 + decals: + 10377: -38,-27 + 10503: -46,-23 + - node: + color: '#8C347F96' + id: HalfTileOverlayGreyscale270 + decals: + 1577: 27,3 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale270 + decals: + 11238: 30,-28 + 11239: 30,-29 + 11248: 27,-31 + 11256: 27,-26 + 11257: 29,-27 + 11259: 29,-29 + 11310: 34,-31 + - node: + zIndex: 1 + color: '#D381C996' + id: HalfTileOverlayGreyscale270 + decals: + 9619: 35,-42 + 9725: 21,-27 + 9726: 21,-26 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale270 + decals: + 10846: -28,16 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale270 + decals: + 9328: -27,11 + 9335: -27,10 + 9586: -19,-10 + - node: + color: '#FA750096' + id: HalfTileOverlayGreyscale270 + decals: + 10251: -35,-35 + - node: + color: '#43990996' + id: HalfTileOverlayGreyscale90 + decals: + 3131: -50,-42 + - node: + color: '#52B4E996' + id: HalfTileOverlayGreyscale90 + decals: + 10378: -40,-27 + - node: + color: '#8C347F96' + id: HalfTileOverlayGreyscale90 + decals: + 1579: 29,3 + - node: + color: '#D381C996' + id: HalfTileOverlayGreyscale90 + decals: + 11240: 27,-28 + 11241: 27,-29 + 11249: 30,-31 + 11252: 30,-26 + 11258: 28,-28 + 11260: 28,-30 + - node: + zIndex: 1 + color: '#D381C996' + id: HalfTileOverlayGreyscale90 + decals: + 9723: 19,-26 + 9724: 19,-27 + - node: + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale90 + decals: + 10851: -23,16 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: HalfTileOverlayGreyscale90 + decals: + 9329: -26,10 + 9330: -26,11 + - node: + color: '#FFFFFFFF' + id: LoadingArea + decals: + 1410: -17,-45 + 9914: 6,13 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: LoadingArea + decals: + 1411: -13,-45 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: MiniTileWhiteInnerSw + decals: + 12373: -23,0 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineE + decals: + 10341: -29,-1 + - node: + color: '#DE3A3A96' + id: MiniTileWhiteLineW + decals: + 10342: -23,-1 + - node: + cleanable: True + color: '#4B709CFF' + id: Newton + decals: + 3169: 46.023712,8.512203 + - node: + cleanable: True + zIndex: 1 + color: '#D4D4D496' + id: Osiron + decals: + 12395: 19.018324,13.005281 + - node: + color: '#444646FF' + id: PavementCheckerAOverlay + decals: + 3494: 40,-14 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale + decals: + 10908: -8,-27 + - node: + color: '#43990996' + id: QuarterTileOverlayGreyscale + decals: + 3132: -52,-41 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale + decals: + 10389: -41,-22 + 10393: -40,-22 + 10394: -40,-21 + 10395: -39,-21 + 10396: -38,-21 + 10452: -39,-41 + 10453: -39,-40 + 10454: -39,-39 + 10455: -39,-38 + 10504: -46,-22 + 10505: -45,-22 + 10506: -45,-21 + 10510: -45,-30 + 10511: -45,-31 + 10512: -46,-31 + 10514: -48,-31 + 10536: -52,-28 + 10540: -41,-41 + 10541: -40,-41 + 10545: -45,-41 + 10546: -45,-42 + 10580: -39,-30 + 10581: -40,-30 + 10582: -41,-30 + 10583: -26,-30 + 10584: -25,-30 + 10585: -25,-29 + 10586: -25,-28 + 10587: -25,-27 + 10588: -25,-26 + 10589: -25,-25 + 10590: -25,-24 + 10591: -25,-23 + - node: + zIndex: 1 + color: '#52B4E996' + id: QuarterTileOverlayGreyscale + decals: + 11810: -47,-31 + 12396: -38,-30 + - node: + color: '#8C347F96' + id: QuarterTileOverlayGreyscale + decals: + 1516: 27,-3 + 1517: 28,-3 + 1519: 30,-3 + 1520: 31,-3 + 1521: 31,-2 + 1522: 31,-1 + 1523: 31,0 + 1524: 31,1 + 1525: 31,2 + 1526: 31,3 + 1527: 31,4 + 1528: 31,5 + 1541: 27,-2 + 1542: 28,-2 + 11856: 29,-3 + - node: + color: '#8D1C9996' + id: QuarterTileOverlayGreyscale + decals: + 10003: 11,25 + 10004: 12,25 + 10005: 13,25 + 10006: 14,25 + 10007: 15,25 + 10008: 16,25 + 10009: 17,25 + 10022: 14,17 + 10023: 14,18 + 10024: 14,19 + 10025: 14,20 + 10026: 14,21 + 10030: 11,22 + 10031: 11,23 + 10032: 11,24 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale + decals: + 10000: 7,12 + 10001: 8,12 + 10002: 9,12 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale + decals: + 11261: 29,-31 + 11264: 29,-26 + 11268: 22,-31 + 11281: 24,-25 + 11282: 25,-26 + 11286: 35,-35 + 11293: 33,-37 + 11301: 34,-30 + 11302: 32,-30 + 11303: 32,-31 + 11311: 34,-32 + - node: + zIndex: 1 + color: '#D381C996' + id: QuarterTileOverlayGreyscale + decals: + 9633: 26,-38 + 9634: 27,-38 + 9635: 28,-38 + 9636: 29,-38 + 9637: 30,-38 + 9638: 32,-38 + 9731: 21,-28 + 9749: 34,-39 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale + decals: + 10862: -18,-5 + 10864: -18,-7 + 10865: -18,-8 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale + decals: + 9332: -26,10 + 9337: -25,11 + 9589: -19,-9 + 9590: -19,-8 + 9591: -18,-4 + 9592: -17,-4 + 9593: -17,-3 + 12992: -24,-8 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale180 + decals: + 11371: -27,-49 + 11372: -29,-49 + 11373: -28,-49 + 11374: -29,-50 + 11375: -29,-51 + 11376: -29,-52 + 11377: -29,-53 + 11378: -27,-48 + 11379: -27,-47 + 11380: -27,-46 + 11381: -27,-45 + 11382: -27,-44 + 11383: -27,-43 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale180 + decals: + 10403: -33,-23 + 10451: -45,-32 + 10465: -45,-33 + 10466: -45,-34 + 10467: -45,-35 + 10468: -45,-36 + 10469: -45,-37 + 10470: -45,-38 + 10471: -45,-39 + 10480: -44,-32 + 10481: -43,-32 + 10486: -44,-28 + 10487: -44,-27 + 10493: -44,-26 + 10494: -44,-25 + 10495: -44,-24 + 10534: -51,-34 + 10552: -41,-44 + 10553: -40,-44 + 10554: -39,-44 + 10555: -38,-44 + - node: + color: '#8C347F96' + id: QuarterTileOverlayGreyscale180 + decals: + 1543: 27,-2 + 1544: 28,-2 + - node: + color: '#8D1C9996' + id: QuarterTileOverlayGreyscale180 + decals: + 10010: 17,25 + 10011: 17,24 + 10012: 17,23 + 10013: 17,22 + 10014: 17,21 + 10015: 16,21 + 10016: 15,21 + 10017: 15,20 + 10018: 15,19 + 10019: 15,18 + 10020: 15,17 + 10021: 14,17 + 10027: 13,22 + 10028: 12,22 + 10029: 11,22 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale180 + decals: + 10594: -23,-32 + 10595: -23,-33 + 10596: -23,-34 + 10597: -23,-35 + 10598: -23,-36 + 10599: -23,-37 + 10600: -23,-38 + 10601: -23,-39 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale180 + decals: + 11262: 28,-26 + 11263: 28,-31 + 11266: 25,-32 + 11279: 26,-26 + 11283: 25,-25 + 11287: 35,-33 + 11288: 35,-34 + 11289: 35,-35 + 11290: 35,-36 + 11291: 35,-38 + 11292: 35,-37 + - node: + zIndex: 1 + color: '#D381C996' + id: QuarterTileOverlayGreyscale180 + decals: + 9679: 35,-39 + 9703: 38,-33 + 9704: 37,-33 + 9705: 36,-33 + 9732: 19,-25 + 9757: 34,-41 + 9758: 33,-41 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale180 + decals: + 10304: 33,4 + 10305: 33,3 + 10306: 33,2 + 10307: 33,1 + 10308: 33,0 + 10309: 33,-1 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale180 + decals: + 9331: -27,11 + 12087: -28,10 + 12993: -25,-7 + 12994: -25,-6 + - node: + color: '#FA750096' + id: QuarterTileOverlayGreyscale180 + decals: + 10233: -28,-32 + 10235: -31,-32 + 10236: -32,-32 + 10237: -33,-32 + 10238: -34,-32 + 10239: -35,-32 + 10240: -36,-32 + 10241: -37,-32 + 10242: -37,-33 + 10243: -37,-34 + 10244: -37,-35 + 10245: -37,-36 + 10293: -29,-32 + - node: + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale270 + decals: + 10907: -8,-25 + 11391: -10,-43 + 11392: -10,-44 + 11393: -10,-45 + 11394: -10,-46 + 11395: -10,-47 + 11396: -10,-48 + 11397: -10,-49 + 11400: -11,-43 + 11402: -17,-43 + 11413: -12,-43 + 11414: -13,-43 + 11415: -14,-43 + 11416: -15,-43 + 11417: -16,-43 + 11418: -18,-43 + 11419: -19,-43 + 11420: -20,-43 + 11421: -21,-43 + 11422: -22,-43 + 11423: -23,-43 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale270 + decals: + 10390: -41,-24 + 10391: -40,-24 + 10392: -40,-25 + 10449: -39,-32 + 10456: -39,-36 + 10457: -39,-35 + 10458: -39,-34 + 10459: -39,-33 + 10472: -46,-32 + 10473: -46,-33 + 10474: -46,-34 + 10475: -46,-35 + 10476: -46,-36 + 10477: -46,-37 + 10478: -46,-38 + 10479: -46,-39 + 10482: -41,-32 + 10483: -40,-32 + 10497: -45,-28 + 10498: -45,-27 + 10499: -45,-26 + 10500: -45,-25 + 10501: -45,-24 + 10502: -46,-24 + 10515: -48,-32 + 10516: -47,-32 + 10533: -52,-34 + 10548: -45,-44 + 10549: -45,-43 + 10550: -44,-44 + 10551: -43,-44 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale270 + decals: + 1533: 28,-2 + 1534: 27,-2 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale270 + decals: + 9948: -3,17 + 9949: -2,17 + 9950: -2,16 + 9951: -1,16 + 9952: 0,16 + 9953: 1,16 + 9954: 2,16 + 9955: 3,16 + 9956: 4,16 + 9957: 5,16 + 9958: 6,16 + 9960: 10,16 + 9961: 10,15 + 9962: 11,15 + 9963: 12,15 + 9977: -3,18 + 9978: -3,19 + 9979: -3,20 + 9980: -3,21 + 9981: -3,22 + 9982: -3,23 + 9983: -3,24 + 9984: -3,25 + - node: + zIndex: 1 + color: '#A4610696' + id: QuarterTileOverlayGreyscale270 + decals: + 12377: 9,16 + 12378: 8,16 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale270 + decals: + 9815: 19,-23 + 9816: 23,-23 + 9817: 24,-23 + 9818: 26,-23 + 9819: 27,-23 + 9820: 28,-23 + 9821: 29,-23 + 9822: 30,-23 + 9823: 31,-23 + 9824: 32,-23 + 9825: 36,-23 + 9826: 37,-23 + 9827: 38,-23 + 9828: 39,-23 + 9829: 40,-23 + 9830: 41,-23 + 11265: 22,-32 + 11280: 24,-26 + 11304: 32,-32 + 11309: 33,-31 + 11314: 27,-40 + 11315: 29,-40 + - node: + zIndex: 1 + color: '#D381C996' + id: QuarterTileOverlayGreyscale270 + decals: + 9664: 30,-39 + 9665: 32,-39 + 9730: 21,-25 + 9748: 34,-38 + 9813: 17,-23 + 9814: 18,-23 + 12382: 33,-33 + 12383: 34,-33 + - node: + color: '#D69949FF' + id: QuarterTileOverlayGreyscale270 + decals: + 1041: 7,-63 + 1042: 7,-62 + 1043: 7,-69 + 1045: -5,-69 + 1046: -5,-68 + 1048: -5,-63 + 1049: -5,-62 + 1051: 7,-68 + - node: + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale270 + decals: + 10299: 31,9 + 10300: 31,10 + 10301: 31,11 + 10302: 31,12 + 10303: 31,13 + 10861: -17,0 + - node: + zIndex: 1 + color: '#DE3A3A96' + id: QuarterTileOverlayGreyscale270 + decals: + 9587: -19,-11 + 9588: -19,-12 + 9595: -17,1 + 9596: -17,2 + 9597: -17,3 + 9598: -17,4 + 9599: -17,5 + 9600: -17,6 + 12979: -27,-9 + 12980: -27,-8 + 12981: -27,-7 + 12985: -26,-9 + 12986: -26,-10 + 12987: -26,-11 + 12988: -26,-12 + 12989: -25,-12 + 12990: -24,-12 + 13001: -27,-6 + - node: + color: '#FA750096' + id: QuarterTileOverlayGreyscale270 + decals: + 2997: -26,-32 + 2998: -25,-32 + 2999: -25,-34 + 3000: -25,-35 + 3001: -25,-36 + 3002: -25,-37 + 3003: -25,-38 + 3004: -25,-39 + 10592: -25,-33 + - node: + color: '#43990996' + id: QuarterTileOverlayGreyscale90 + decals: + 3133: -51,-41 + - node: + zIndex: 1 + color: '#43990996' + id: QuarterTileOverlayGreyscale90 + decals: + 12372: -50,-43 + - node: + color: '#52B4E996' + id: QuarterTileOverlayGreyscale90 + decals: + 10398: -36,-21 + 10399: -35,-21 + 10400: -34,-21 + 10401: -33,-21 + 10460: -45,-40 + 10484: -43,-30 + 10485: -44,-30 + 10509: -43,-22 + 10535: -51,-28 + 10542: -43,-41 + 10563: -37,-38 + 10564: -37,-39 + 10565: -37,-40 + 10566: -37,-41 + 10567: -37,-42 + 10568: -37,-43 + 10575: -30,-30 + 10576: -29,-30 + 10577: -28,-30 + 10578: -35,-30 + - node: + color: '#9FED5896' + id: QuarterTileOverlayGreyscale90 + decals: + 1539: 28,-2 + 1540: 27,-2 + - node: + color: '#A4610696' + id: QuarterTileOverlayGreyscale90 + decals: + 9969: 12,15 + 9970: 12,16 + 9971: 12,17 + 9972: 12,18 + 9973: 12,19 + 9974: 12,20 + 9975: 11,20 + 9976: 10,20 + 9985: -3,25 + 9986: -2,26 + 9987: -1,26 + 9988: 0,26 + 9989: 7,26 + 9990: 8,26 + 9991: 9,26 + 9992: 9,25 + 9993: -5,12 + 9994: -4,12 + 9995: -3,12 + 9996: -2,12 + 9997: -1,12 + 9998: 0,12 + 9999: 1,12 + - node: + color: '#D381C996' + id: QuarterTileOverlayGreyscale90 + decals: + 11273: 25,-31 + 11278: 26,-25 + 11285: 34,-36 + 11295: 35,-32 + 11296: 35,-31 + 11297: 35,-30 + 11300: 33,-30 + - node: + zIndex: 1 + color: '#D381C996' + id: QuarterTileOverlayGreyscale90 + decals: + 9694: 36,-32 + 9695: 37,-32 + 9696: 38,-32 + 9729: 19,-28 + 9750: 33,-38 + - node: + color: '#D69949FF' + id: QuarterTileOverlayGreyscale90 + decals: + 1029: -5,-68 + 1030: -5,-69 + 1031: 7,-69 + 1032: 7,-68 + 1033: 7,-63 + 1034: 7,-62 + 1035: -5,-63 + 1036: -5,-62 + - node: + color: '#EFB34196' + id: QuarterTileOverlayGreyscale90 + decals: + 2376: -16,-8 + 2378: -16,-9 + 2379: -16,-10 + 2380: -16,-11 + 2381: -16,-12 + 2382: -16,-13 + 2383: -16,-14 + 2385: -16,-17 + 2386: -16,-19 + 2387: -16,-20 + 2388: -16,-21 + 2422: -15,-5 + 2423: -15,-4 + 2425: -15,-2 + 2427: -15,0 + 2428: -15,1 + 2429: -15,2 + 2430: -15,3 + 2431: -15,4 + 2432: -15,5 + 10866: -16,-7 + - node: + zIndex: 1 + color: '#EFB34196' + id: QuarterTileOverlayGreyscale90 + decals: + 9031: -15,-1 + 9032: -15,-3 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: SpaceStationSign1 + decals: + 4340: -2,-49 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: SpaceStationSign2 + decals: + 2150: -1,-49 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: SpaceStationSign3 + decals: + 2149: 0,-49 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: SpaceStationSign4 + decals: + 2145: 1,-49 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: SpaceStationSign5 + decals: + 2146: 2,-49 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: SpaceStationSign6 + decals: + 2147: 3,-49 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: SpaceStationSign7 + decals: + 2148: 4,-49 + - node: + zIndex: 1 + angle: -1.5707963267948966 rad + color: '#000000FF' + id: StandClearGreyscale + decals: + 11807: -28.026443,-31.005596 + - node: + zIndex: 1 + color: '#000000FF' + id: StandClearGreyscale + decals: + 11805: -36.514652,-29.992134 + - node: + zIndex: 1 + angle: 1.5707963267948966 rad + color: '#000000FF' + id: StandClearGreyscale + decals: + 11808: -25.999617,-30.968533 + - node: + zIndex: 1 + angle: 3.141592653589793 rad + color: '#000000FF' + id: StandClearGreyscale + decals: + 11809: -36.54651,-27.965483 + - node: + color: '#43990996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 3120: -53,-41 + 3121: -52,-40 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 10521: -53,-33 + 10524: -53,-28 + 10525: -52,-27 + 10573: -31,-30 + - node: + color: '#8C347F96' + id: ThreeQuarterTileOverlayGreyscale + decals: + 1572: 27,4 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 11237: 30,-27 + 11255: 27,-25 + - node: + zIndex: 1 + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale + decals: + 9620: 35,-41 + 9756: 34,-42 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale + decals: + 10838: -28,17 + - node: + color: '#FA750096' + id: ThreeQuarterTileOverlayGreyscale + decals: + 10224: -35,-38 + 10225: -35,-34 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 10517: -50,-34 + 10520: -50,-29 + 10526: -51,-35 + 10570: -37,-44 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 11244: 27,-30 + 11250: 30,-32 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 10840: -23,15 + - node: + color: '#FA750096' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 10218: -28,-39 + 10222: -33,-39 + 10227: -27,-35 + - node: + color: '#43990996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 3123: -53,-44 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 10522: -53,-34 + 10523: -53,-29 + 10527: -52,-35 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 11236: 30,-30 + 11245: 27,-32 + 11284: 34,-35 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 10837: -28,15 + - node: + color: '#FA750096' + id: ThreeQuarterTileOverlayGreyscale270 + decals: + 10219: -31,-39 + 10220: -35,-36 + 10221: -35,-39 + - node: + color: '#43990996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 3124: -50,-41 + 3125: -51,-40 + - node: + color: '#52B4E996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 10518: -50,-33 + 10519: -50,-28 + 10528: -51,-27 + 10574: -34,-30 + - node: + color: '#8C347F96' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 1573: 29,4 + - node: + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 11243: 27,-27 + 11251: 30,-25 + - node: + color: '#DE3A3A96' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 10839: -23,17 + - node: + color: '#FA750096' + id: ThreeQuarterTileOverlayGreyscale90 + decals: + 10223: -33,-38 + 10226: -27,-34 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnBox + decals: + 4261: -51,-13 + 4291: 22,-9 + 4292: 25,2 + 10998: -4,-21 + 11062: -2,-21 + - node: + color: '#FFFFFFFF' + id: WarnBoxGreyscale + decals: + 10355: -11,-45 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnCornerGreyscaleNE + decals: + 9805: 35,-25 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnCornerGreyscaleNW + decals: + 9798: 33,-25 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnCornerGreyscaleNW + decals: + 12380: 29,1 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnCornerGreyscaleSE + decals: + 9806: 35,-27 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnCornerGreyscaleSW + decals: + 9799: 33,-27 + - node: + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 3281: 10,5 + 10285: -70,-15 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnCornerNE + decals: + 2333: 5,-22 + - node: + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 3279: 9,5 + 10286: -66,-15 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnCornerNW + decals: + 2332: 3,-22 + - node: + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 3280: 10,4 + 10287: -70,-11 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnCornerSE + decals: + 2331: 5,-24 + - node: + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 3282: 9,4 + 10288: -66,-11 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnCornerSW + decals: + 2334: 3,-24 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleNE + decals: + 9920: 9,12 + 10984: -5,-7 + 11177: -1,-11 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleNW + decals: + 9919: 13,12 + 10983: -1,-7 + 11178: 1,-11 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnCornerSmallGreyscaleSE + decals: + 9774: 32,-23 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleSE + decals: + 10985: -5,-5 + 11164: 2,-12 + 11176: -1,-7 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnCornerSmallGreyscaleSW + decals: + 9775: 35,-23 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallGreyscaleSW + decals: + 10986: -1,-5 + 11175: 1,-7 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 9931: 1,26 + 10933: -13,-22 + 10934: -11,-22 + 10936: -13,-20 + 10959: -4,-19 + 10962: -3,-19 + 10963: -2,-19 + 11092: -6,-13 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnCornerSmallNE + decals: + 11000: -5,-21 + - node: + color: '#3EB38896' + id: WarnCornerSmallNW + decals: + 2375: -10,-1 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallNW + decals: + 9932: 7,26 + 10946: -9,-22 + 10949: -11,-22 + 10958: -3,-19 + 10960: -4,-19 + 10961: -2,-19 + 11027: -1,-21 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 10925: -13,-20 + 10926: -13,-18 + 10927: -11,-18 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnCornerSmallSE + decals: + 11041: -5,-18 + - node: + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 10928: -11,-18 + 10947: -9,-18 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 11042: -1,-18 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnEndGreyscaleE + decals: + 9122: 13,-54 + - node: + zIndex: 1 + color: '#52B4E996' + id: WarnEndGreyscaleW + decals: + 12397: -30,-23 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnEndGreyscaleW + decals: + 9121: 12,-54 + - node: + color: '#FFFFFFFF' + id: WarnEndN + decals: + 10953: -4,-18 + 10954: -3,-18 + 10955: -2,-18 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnFullGreyscale + decals: + 12384: 31,-47 + 12385: 31,-46 + - node: + color: '#FFFFFFFF' + id: WarnLineE + decals: + 10922: -13,-21 + 10923: -13,-19 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnLineE + decals: + 2337: 5,-23 + 4284: 40,-45 + 4285: 40,-46 + 4286: 40,-47 + 10994: -5,-19 + 10995: -5,-20 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnLineGreyscaleE + decals: + 9809: 35,-26 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleE + decals: + 3079: -40,-46 + 3080: -40,-47 + 3081: -40,-48 + 3082: -40,-49 + 11162: 2,-13 + 11167: -1,-9 + 11168: -1,-8 + 11169: -1,-10 + - node: + zIndex: 1 + color: '#52B4E996' + id: WarnLineGreyscaleN + decals: + 12398: -29,-23 + 12399: -28,-23 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnLineGreyscaleN + decals: + 9804: 34,-25 + - node: + color: '#FA750096' + id: WarnLineGreyscaleN + decals: + 10291: -34,-38 + 10292: -30,-34 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleN + decals: + 9915: 10,12 + 9916: 11,12 + 9917: 12,12 + 10977: -4,-7 + 10978: -2,-7 + 10982: -3,-7 + 11174: 0,-11 + 11424: 34,-34 + 11425: 35,-34 + - node: + zIndex: 1 + color: '#52B4E996' + id: WarnLineGreyscaleS + decals: + 12400: -29,-23 + 12401: -28,-23 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnLineGreyscaleS + decals: + 9772: 33,-23 + 9773: 34,-23 + 9808: 34,-27 + - node: + color: '#FA750096' + id: WarnLineGreyscaleS + decals: + 10289: -34,-36 + 10290: -30,-32 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleS + decals: + 3113: -42,-48 + 9921: 10,15 + 9922: 11,15 + 9923: 12,15 + 10979: -4,-5 + 10980: -3,-5 + 10981: -2,-5 + 11173: 0,-7 + 11427: 20,-28 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnLineGreyscaleS + decals: + 2200: 31,34 + 2201: 32,34 + 2202: 33,34 + - node: + zIndex: 1 + color: '#D381C996' + id: WarnLineGreyscaleW + decals: + 9801: 33,-26 + - node: + color: '#FFFFFFFF' + id: WarnLineGreyscaleW + decals: + 3083: -40,-49 + 3084: -40,-47 + 3085: -40,-46 + 9918: 13,13 + 11170: 1,-9 + 11171: 1,-10 + 11172: 1,-8 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnLineGreyscaleW + decals: + 12379: 29,0 + 12381: 29,-1 + - node: + color: '#FFFFFFFF' + id: WarnLineN + decals: + 10916: -10,-18 + 10924: -12,-18 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnLineN + decals: + 2336: 4,-24 + 4288: 24,-10 + 4289: 23,-10 + 4290: 22,-10 + 4328: 29,-58 + 4329: 31,-58 + 4330: 27,-58 + 4331: 28,-58 + - node: + zIndex: 1 + color: '#3EB38896' + id: WarnLineS + decals: + 2106: -10,0 + - node: + color: '#FFFFFFFF' + id: WarnLineS + decals: + 11024: -1,-19 + 11025: -1,-20 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnLineS + decals: + 2335: 3,-23 + 4262: -62,-16 + 13016: -9,-21 + 13017: -9,-19 + - node: + color: '#FFFFFFFF' + id: WarnLineW + decals: + 9926: 3,26 + 9927: 5,26 + 9928: 4,26 + 9929: 2,26 + 9930: 6,26 + 10917: -10,-22 + 10921: -12,-22 + 10988: -3,-13 + 10989: -2,-13 + 10991: -5,-13 + 11091: -4,-13 + 11093: -1,-13 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnLineW + decals: + 2338: 4,-22 + 4263: -64,-10 + 4264: -62,-10 + 4265: -61,-10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 1453: -9,-39 + 12099: 37,-13 + 12102: 38,-12 + 12103: 37,-11 + 12148: 20,-36 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 12355: -12,-47 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 1452: -10,-39 + 12098: 35,-13 + 12101: 34,-12 + 12104: 35,-11 + 12116: 17,-36 + 12131: 13,-37 + 12136: 16,-39 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 12361: -18,-47 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 1451: -9,-41 + 12134: 20,-41 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 12369: -12,-49 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 1450: -10,-41 + 12129: 13,-39 + 12135: 16,-41 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 12353: -18,-49 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinEndN + decals: + 12107: 36,-10 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNe + decals: + 12106: 37,-12 + 12109: 36,-11 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNw + decals: + 12105: 35,-12 + 12108: 36,-11 + 12127: 17,-38 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSe + decals: + 12111: 37,-12 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WoodTrimThinInnerSe + decals: + 12342: -8,-42 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSw + decals: + 12110: 35,-12 + 12128: 17,-38 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 1454: -9,-40 + 12144: 20,-40 + 12145: 20,-39 + 12146: 20,-38 + 12147: 20,-37 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 12343: -8,-43 + 12345: -8,-44 + 12346: -8,-45 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 12368: -12,-48 + - node: + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 1414: -7,-43 + 1417: -6,-43 + 1418: -5,-43 + - node: + angle: 3.141592653589793 rad + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 1413: -7,-43 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 1456: -4,-43 + 1457: -4,-43 + 1616: 18,-59 + 12100: 36,-13 + 12142: 18,-38 + 12149: 19,-36 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 12356: -13,-47 + 12357: -14,-47 + 12358: -15,-47 + 12359: -16,-47 + 12360: -17,-47 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 12112: 35,-12 + 12113: 36,-12 + 12114: 37,-12 + 12140: 17,-41 + 12141: 19,-41 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 12344: -7,-42 + 12347: -6,-42 + 12348: -5,-42 + 12349: -4,-42 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 12363: -17,-49 + 12364: -16,-49 + 12365: -15,-49 + 12366: -14,-49 + 12367: -13,-49 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 1440: -7,-44 + 1455: -10,-40 + 12118: 18,-36 + 12119: 18,-37 + 12122: 17,-37 + 12130: 13,-38 + 12137: 16,-40 + 12138: 17,-38 + - node: + zIndex: 2 + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 12362: -18,-48 + - node: + cleanable: True + angle: 0.5235987755982988 rad + color: '#FFFFFFFF' + id: body + decals: + 1581: 2.6982818,-19.07067 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFF7F' + id: burnt1 + decals: + 13546: 89,-28 + 13547: 88,-28 + 13548: 86,-28 + 13549: 85,-28 + 13550: 70,-64 + 13551: 69,-63 + 13552: 69,-63 + 13553: 69,-64 + 13556: 67,-62 + 13557: 66,-62 + 13558: 65,-61 + 13559: 66,-61 + 13560: 65,-61 + 13561: 68,-61 + 13562: 68,-61 + 13563: 70,-61 + 13564: 72,-61 + 13565: 74,-61 + 13566: 74,-61 + 13567: 73,-62 + 13568: 71,-62 + 13569: 71,-62 + 13570: 74,-62 + 13571: 73,-64 + 13572: 72,-64 + 13573: 72,-65 + 13574: 74,-65 + 13575: 73,-67 + 13576: 71,-67 + 13577: 70,-66 + 13578: 68,-66 + 13579: 66,-66 + 13580: 65,-66 + 13581: 64,-65 + 13582: 64,-66 + 13583: 65,-67 + 13584: 65,-68 + 13585: 67,-68 + 13586: 68,-68 + 13587: 72,-69 + 13588: 74,-69 + 13589: 74,-69 + 13590: 73,-68 + 13591: 69,-72 + 13592: 69,-72 + 13593: 70,-72 + 13594: 65,-73 + 13595: 64,-73 + 13596: 64,-74 + 13597: 63,-74 + 13598: 61,-74 + 13599: 62,-73 + 13600: 65,-72 + 13601: 64,-73 + 13602: 64,-75 + 13603: 64,-78 + 13604: 66,-78 + 13605: 66,-77 + 13606: 63,-76 + 13607: 62,-76 + 13608: 61,-79 + 13609: 61,-80 + 13610: 65,-81 + 13611: 65,-82 + 13612: 65,-82 + 13613: 63,-82 + 13614: 63,-82 + 13615: 67,-82 + 13616: 67,-82 + 13617: 68,-80 + 13618: 68,-82 + 13619: 70,-80 + 13620: 70,-81 + 13621: 71,-81 + 13622: 70,-80 + 13623: 70,-82 + 13624: 70,-82 + 13625: 70,-82 + 13626: 70,-81 + 13627: 70,-80 + 13628: 72,-79 + 13629: 71,-79 + 13630: 73,-79 + 13631: 73,-78 + 13632: 72,-78 + 13633: 74,-77 + 13634: 74,-77 + 13635: 74,-75 + 13636: 75,-75 + 13637: 76,-74 + 13638: 75,-74 + 13639: 76,-74 + 13640: 75,-73 + 13641: 74,-73 + 13642: 74,-73 + 13694: 73,-65 + 13695: 74,-64 + 13696: 69,-64 + 13697: 71,-64 + 13698: 70,-63 + 13699: 70,-62 + 13700: 69,-62 + 13701: 69,-61 + 13702: 70,-61 + 13703: 72,-61 + 13704: 71,-61 + - node: + cleanable: True + zIndex: 4 + color: '#FFFFFF7F' + id: burnt1 + decals: + 1635: 16,-12 + 1636: 15,-12 + 1637: 15,-13 + 1643: 11,-12 + 1645: 16,-11 + 1646: 17,-12 + 1651: 10,-14 + 1652: 11,-13 + 1653: 11,-14 + 1654: 40,-47 + 1655: 40,-46 + 1656: 40,-45 + 1657: 39,-45 + 1661: 39,-47 + 3189: 13,-14 + 3190: 14,-14 + 3192: 11,-14 + 3193: 11,-13 + 3194: 10,-12 + 3195: 11,-12 + 3197: 12,-11 + 3198: 12,-12 + 3200: 16,-14 + 3201: 17,-11 + 3202: 18,-12 + 3203: 17,-12 + 3205: 16,-16 + 3206: 22,-17 + 3207: 21,-20 + 3208: 24,-23 + 4830: 35,-11 + 4831: 36,-8 + 4941: -4,11 + 4948: 14,0 + 5275: 10,-43 + 5797: -45,-31 + 5807: -51,-34 + 5808: -52,-34 + 5809: -52,-35 + 5810: -50,-34 + 5813: -50,-28 + 6314: -15,-35 + 6315: -19,-36 + 6316: -21,-35 + 7094: 52,-43 + 7109: 50,-41 + 7110: 51,-39 + 7111: 50,-38 + 7112: 50,-37 + 7113: 51,-37 + 7114: 51,-36 + 7115: 50,-36 + 7116: 52,-36 + 7117: 55,-39 + 7118: 56,-39 + 7119: 56,-41 + 7120: 56,-40 + 7475: 48,11 + 7476: 47,11 + 7477: 47,12 + 7478: 46,12 + 7479: 45,12 + 7480: 44,11 + 7481: 43,11 + 7482: 43,12 + 7483: 42,11 + 7484: 42,9 + 7485: 42,8 + 7486: 43,9 + 7487: 43,8 + 7488: 44,9 + 7489: 44,8 + 7490: 48,10 + 7491: 48,11 + 7492: 47,10 + 7493: 40,9 + 7494: 40,8 + 7495: 41,6 + 7496: 41,5 + 7497: 40,5 + 7498: 37,8 + 7499: 38,8 + 7500: 35,9 + 7501: 27,6 + 7502: 28,6 + 7503: 29,6 + 10207: 14,-2 + 10208: 16,-1 + 10209: 14,4 + 10214: 12,-14 + 10215: 14,-12 + 10216: 16,-13 + 10217: 17,-11 + 10352: 13,-13 + 10353: 13,-12 + 10354: 14,-12 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFF7F' + id: burnt2 + decals: + 13082: 73,-58 + 13083: 73,-59 + 13084: 72,-59 + 13085: 71,-59 + 13086: 70,-59 + 13087: 70,-58 + 13088: 69,-59 + 13089: 68,-61 + 13090: 67,-61 + 13091: 66,-61 + 13092: 69,-62 + 13093: 69,-63 + 13226: 58,-52 + 13227: 57,-51 + 13228: 55,-53 + 13229: 55,-54 + 13230: 59,-56 + 13231: 55,-56 + 13232: 61,-54 + 13233: 58,-49 + 13234: 59,-48 + 13235: 58,-47 + 13236: 57,-47 + 13237: 57,-48 + 13238: 57,-49 + 13239: 59,-49 + 13240: 53,-49 + 13241: 51,-49 + 13242: 51,-50 + 13243: 52,-50 + 13244: 53,-50 + 13245: 48,-50 + 13246: 49,-49 + 13247: 49,-46 + 13248: 48,-45 + 13249: 48,-43 + 13250: 50,-42 + 13251: 50,-43 + 13252: 56,-43 + 13253: 54,-43 + 13254: 56,-43 + 13255: 56,-42 + 13256: 49,-52 + 13257: 45,-52 + 13258: 44,-52 + 13259: 43,-52 + 13260: 43,-53 + 13261: 44,-53 + 13262: 47,-54 + 13263: 46,-54 + 13264: 74,-46 + 13265: 75,-47 + 13266: 76,-46 + 13267: 76,-46 + 13268: 77,-45 + 13269: 76,-45 + 13270: 72,-43 + 13271: 72,-42 + 13272: 71,-42 + 13273: 71,-41 + 13274: 68,-41 + 13275: 67,-42 + 13276: 67,-44 + 13277: 68,-44 + 13278: 68,-46 + 13279: 67,-45 + 13280: 67,-44 + 13281: 65,-43 + 13282: 65,-42 + 13283: 65,-41 + 13284: 65,-39 + 13285: 65,-39 + 13286: 64,-39 + 13287: 64,-40 + 13289: 59,-40 + 13291: 59,-43 + 13292: 58,-43 + 13293: 58,-42 + 13294: 58,-41 + 13295: 58,-40 + 13296: 59,-39 + 13297: 60,-43 + 13298: 59,-43 + 13299: 60,-44 + 13300: 56,-42 + 13301: 64,-43 + 13302: 63,-43 + 13303: 65,-43 + 13304: 72,-42 + 13305: 72,-41 + 13306: 73,-42 + 13307: 77,-42 + 13308: 78,-41 + 13309: 77,-41 + 13310: 76,-41 + 13311: 77,-43 + 13312: 78,-43 + 13313: 79,-42 + 13314: 79,-42 + 13315: 79,-43 + 13316: 79,-46 + 13317: 79,-46 + 13318: 79,-46 + 13319: 78,-46 + 13320: 76,-46 + 13321: 78,-45 + 13322: 84,-41 + 13323: 84,-40 + 13324: 83,-40 + - node: + cleanable: True + zIndex: 4 + color: '#FFFFFF7F' + id: burnt2 + decals: + 1631: 14,-11 + 1648: 10,-12 + 1649: 10,-13 + 1650: 10,-14 + 1675: 42,-51 + 4826: 42,-10 + 4827: 43,-11 + 4828: 40,-12 + 4829: 36,-15 + 6317: -21,-33 + 6322: -21,-15 + 6323: -14,-15 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFF7F' + id: burnt3 + decals: + 13172: 61,-79 + 13173: 62,-79 + 13174: 62,-80 + 13175: 61,-80 + 13176: 62,-76 + 13177: 61,-76 + 13178: 49,-79 + 13179: 49,-78 + 13180: 49,-77 + 13181: 49,-76 + 13182: 49,-75 + 13183: 48,-77 + 13184: 48,-78 + 13185: 48,-79 + 13186: 45,-78 + 13187: 44,-78 + 13188: 44,-77 + 13189: 45,-77 + 13190: 45,-76 + 13191: 46,-76 + 13192: 45,-75 + 13193: 46,-74 + 13194: 45,-73 + 13195: 44,-73 + 13196: 45,-72 + 13197: 46,-72 + 13198: 46,-71 + 13199: 44,-71 + 13513: 89,-32 + 13514: 89,-31 + 13515: 90,-31 + 13516: 93,-32 + 13517: 94,-32 + 13518: 94,-33 + 13519: 82,-23 + 13520: 83,-23 + 13521: 85,-23 + 13522: 85,-22 + 13523: 85,-24 + 13524: 84,-24 + 13525: 86,-24 + 13526: 86,-24 + 13527: 77,-46 + 13528: 84,-41 + 13529: 91,-34 + 13530: 91,-33 + 13531: 93,-33 + 13532: 94,-34 + 13533: 95,-33 + 13534: 95,-32 + 13535: 94,-32 + 13536: 94,-30 + 13537: 94,-29 + 13538: 93,-29 + 13539: 93,-27 + 13540: 94,-27 + 13541: 96,-27 + 13542: 96,-28 + 13543: 96,-27 + 13544: 96,-26 + 13545: 96,-25 + - node: + cleanable: True + zIndex: 4 + color: '#FFFFFF7F' + id: burnt3 + decals: + 1639: 14,-11 + 1642: 12,-12 + 1647: 16,-12 + 1670: 44,-53 + 3177: 11,-13 + 3178: 11,-14 + 3179: 10,-14 + 3180: 10,-13 + 3181: 11,-12 + 3182: 10,-12 + 7102: 53,-42 + 7104: 50,-43 + 7105: 50,-42 + 7106: 51,-41 + 10210: 14,-3 + 10211: 16,-2 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFF7F' + id: burnt4 + decals: + 13039: 90,-31 + 13040: 91,-31 + 13041: 91,-32 + 13042: 92,-32 + 13043: 93,-33 + 13044: 91,-33 + 13045: 91,-34 + 13046: 90,-34 + 13047: 90,-35 + 13048: 91,-35 + 13049: 91,-36 + 13095: 67,-62 + 13096: 65,-63 + 13097: 65,-62 + 13098: 65,-61 + 13099: 70,-62 + 13100: 70,-61 + 13101: 72,-61 + 13102: 73,-61 + 13103: 72,-62 + 13104: 73,-64 + 13105: 74,-65 + 13106: 73,-65 + 13107: 73,-66 + 13108: 72,-66 + 13109: 70,-67 + 13110: 70,-66 + 13111: 69,-66 + 13112: 68,-65 + 13113: 68,-65 + 13114: 67,-65 + 13115: 67,-66 + 13116: 66,-66 + 13117: 65,-66 + 13118: 64,-66 + 13119: 65,-68 + 13120: 66,-68 + 13121: 67,-68 + 13122: 68,-68 + 13123: 67,-72 + 13124: 67,-74 + 13125: 65,-73 + 13126: 64,-73 + 13127: 64,-74 + 13128: 63,-74 + 13129: 62,-74 + 13130: 64,-75 + 13131: 64,-76 + 13132: 66,-78 + 13133: 65,-78 + 13134: 64,-78 + 13135: 65,-80 + 13136: 64,-80 + 13137: 64,-81 + 13138: 65,-81 + 13139: 65,-82 + 13140: 64,-82 + 13141: 67,-82 + 13142: 68,-82 + 13143: 67,-81 + 13144: 68,-81 + 13145: 68,-80 + 13146: 70,-80 + 13147: 70,-81 + 13148: 71,-81 + 13149: 71,-80 + 13150: 72,-80 + 13151: 71,-79 + 13152: 72,-79 + 13153: 72,-78 + 13154: 71,-78 + 13155: 73,-78 + 13156: 73,-77 + 13157: 71,-77 + 13158: 74,-77 + 13159: 74,-77 + 13160: 74,-75 + 13161: 74,-74 + 13162: 75,-74 + 13163: 75,-75 + 13164: 76,-74 + 13165: 76,-73 + 13166: 75,-73 + 13167: 74,-73 + 13168: 65,-83 + 13169: 64,-82 + 13170: 62,-78 + 13171: 61,-78 + 13200: 46,-71 + 13201: 45,-71 + 13202: 44,-71 + 13203: 44,-72 + 13204: 45,-72 + 13205: 46,-71 + 13206: 45,-72 + 13214: 47,-62 + 13215: 50,-61 + 13216: 52,-59 + 13217: 52,-58 + 13218: 46,-59 + 13219: 45,-57 + 13220: 45,-54 + 13221: 44,-54 + 13222: 58,-56 + 13223: 58,-57 + 13224: 51,-56 + 13225: 51,-55 + 13325: 76,-45 + 13326: 77,-45 + 13327: 75,-47 + 13328: 75,-46 + 13329: 74,-45 + 13330: 73,-45 + 13331: 73,-44 + 13332: 72,-44 + 13333: 72,-43 + 13334: 71,-42 + 13335: 71,-41 + 13336: 73,-41 + 13337: 74,-41 + 13338: 74,-42 + 13339: 76,-41 + 13340: 77,-41 + 13341: 78,-41 + 13342: 76,-42 + 13485: 85,-22 + 13486: 84,-22 + 13487: 84,-23 + 13488: 85,-23 + 13489: 85,-24 + 13490: 83,-23 + 13491: 90,-24 + 13492: 88,-24 + 13493: 87,-23 + 13494: 87,-19 + 13495: 88,-19 + 13496: 88,-18 + 13497: 87,-18 + 13498: 89,-18 + 13499: 90,-19 + 13500: 90,-20 + 13501: 91,-20 + 13502: 87,-17 + 13503: 87,-16 + 13504: 86,-15 + 13505: 83,-18 + 13506: 84,-18 + 13507: 83,-23 + 13508: 82,-23 + 13509: 87,-34 + 13510: 88,-34 + 13511: 87,-32 + 13512: 87,-31 + 13643: 61,-76 + 13644: 63,-76 + 13645: 64,-76 + 13646: 64,-78 + 13647: 67,-81 + 13648: 67,-82 + 13649: 67,-84 + 13650: 68,-82 + 13651: 65,-80 + 13652: 64,-80 + 13653: 64,-81 + 13654: 49,-79 + 13655: 49,-78 + 13656: 49,-77 + 13657: 49,-75 + 13658: 45,-78 + 13659: 45,-77 + 13660: 45,-74 + 13661: 45,-73 + 13662: 45,-72 + 13663: 44,-72 + 13664: 44,-73 + 13665: 46,-73 + 13666: 46,-72 + 13667: 47,-65 + 13668: 45,-65 + 13669: 44,-65 + 13670: 43,-65 + 13671: 43,-62 + 13672: 43,-61 + 13673: 46,-58 + 13674: 43,-58 + 13675: 45,-62 + 13676: 46,-62 + 13677: 47,-62 + 13678: 47,-63 + 13679: 46,-63 + 13680: 45,-63 + 13681: 43,-63 + 13682: 43,-63 + 13683: 50,-62 + 13684: 50,-61 + 13685: 50,-60 + 13686: 48,-54 + 13687: 47,-54 + 13688: 46,-54 + 13689: 44,-54 + 13690: 49,-51 + 13691: 58,-56 + 13692: 59,-57 + 13693: 73,-64 + - node: + cleanable: True + zIndex: 4 + color: '#FFFFFF7F' + id: burnt4 + decals: + 5011: -28,-11 + 5012: -30,-14 + 5013: -29,-11 + 7463: 47,7 + 7464: 46,7 + 7465: 45,7 + 7466: 47,8 + 7467: 46,10 + 7468: 46,11 + 7469: 45,10 + 7470: 45,11 + 7471: 44,11 + 7472: 45,12 + 7473: 49,9 + 7474: 50,9 + - node: + cleanable: True + color: '#52B4E9FF' + id: corgi + decals: + 3264: 22.996496,-51.40885 + - node: + cleanable: True + zIndex: 1 + color: '#FA750096' + id: end + decals: + 12391: 48.99495,-47.007427 + - node: + cleanable: True + zIndex: 1 + color: '#D4D4D496' + id: evac + decals: + 12394: 53.009716,-54.006245 + - node: + cleanable: True + zIndex: 5 + angle: -1.5707963267948966 rad + color: '#DE3A3A96' + id: footprint + decals: + 13792: 33.735916,2.0570765 + 13793: 34.548416,1.7547832 + - node: + cleanable: True + zIndex: 5 + angle: 0.5235987755982988 rad + color: '#DE3A3A96' + id: footprint + decals: + 13787: 32.794678,2.2477088 + 13788: 32.78426,2.7272086 + - node: + cleanable: True + zIndex: 5 + angle: 1.5707963267948966 rad + color: '#DE3A3A96' + id: footprint + decals: + 13791: 33.09008,1.8504195 + - node: + cleanable: True + zIndex: 5 + angle: 2.0943951023931953 rad + color: '#DE3A3A96' + id: footprint + decals: + 13789: 32.78426,1.3512532 + - node: + cleanable: True + zIndex: 5 + angle: 2.2689280275926285 rad + color: '#DE3A3A96' + id: footprint + decals: + 13790: 32.69051,0.87175333 + - node: + cleanable: True + color: '#96DAFFFF' + id: med + decals: + 3266: -35.00749,-50.022392 + - node: + cleanable: True + angle: 0.17453292519943295 rad + color: '#FF5C5CFF' + id: o + decals: + 3172: 10.953329,-12.507246 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FBB2FFFF' + id: pound + decals: + 3273: 30.961885,-53.0384 + - node: + cleanable: True + angle: 0.17453292519943295 rad + color: '#FF5C5CFF' + id: revolution + decals: + 3174: 11.099234,-13.226496 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#951710FF' + id: rune1 + decals: + 1157: 20.014956,-53.965996 + - node: + cleanable: True + color: '#FBB2FFFF' + id: shop + decals: + 3267: -40.0287,-52.975376 + - node: + cleanable: True + angle: 0.2617993877991494 rad + color: '#FBB2FFFF' + id: slash + decals: + 3269: -39.550877,-51.98042 + 3270: -40.436733,-52.03254 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#FBB2FFFF' + id: slash + decals: + 3272: -39.999016,-51.646854 + - node: + cleanable: True + angle: 1.8325957145940461 rad + color: '#FBB2FFFF' + id: slash + decals: + 3271: -39.978172,-52.418224 + - node: + cleanable: True + color: '#951710FF' + id: splatter + decals: + 1153: 20.002747,-53.965397 + - node: + cleanable: True + color: '#B02E26C7' + id: splatter + decals: + 1391: 53.607197,-41.451954 + - node: + color: '#FFFFFF4C' + id: syndlogo1 + decals: + 9318: -28,11 + - node: + color: '#FFFFFF4C' + id: syndlogo10 + decals: + 9315: -27,9 + - node: + color: '#FFFFFF4C' + id: syndlogo11 + decals: + 9316: -26,9 + - node: + color: '#FFFFFF4C' + id: syndlogo12 + decals: + 9317: -25,9 + - node: + color: '#FFFFFF4C' + id: syndlogo2 + decals: + 9325: -27,11 + - node: + color: '#FFFFFF4C' + id: syndlogo3 + decals: + 9322: -26,11 + - node: + color: '#FFFFFF4C' + id: syndlogo4 + decals: + 9323: -25,11 + - node: + color: '#FFFFFF4C' + id: syndlogo5 + decals: + 12088: -28,10 + - node: + color: '#FFFFFF4C' + id: syndlogo6 + decals: + 9334: -27,10 + - node: + color: '#FFFFFF4C' + id: syndlogo7 + decals: + 9320: -26,10 + - node: + color: '#FFFFFF4C' + id: syndlogo8 + decals: + 9321: -25,10 + - node: + color: '#FFFFFF4C' + id: syndlogo9 + decals: + 9326: -28,9 + - node: + cleanable: True + angle: 1.5707963267948966 rad + color: '#951710FF' + id: thinline + decals: + 1154: 21.046719,-54.43507 + 1156: 19.097834,-54.45592 + - node: + cleanable: True + angle: 4.71238898038469 rad + color: '#951710FF' + id: thinline + decals: + 1155: 20.108753,-54.466343 + - node: + cleanable: True + color: '#FBB2FFFF' + id: trade + decals: + 3268: -40.039124,-51.97468 + - node: + cleanable: True + angle: 0.17453292519943295 rad + color: '#FF5C5CFF' + id: v + decals: + 3171: 10.651096,-12.559365 + - node: + cleanable: True + angle: 0.17453292519943295 rad + color: '#FF5C5CFF' + id: x + decals: + 3173: 11.307672,-12.455127 + - type: GridAtmosphere + version: 2 + data: + tiles: + -4,-4: + 0: 65023 + -4,-5: + 0: 7645 + -5,-4: + 0: 52733 + -4,-3: + 0: 53727 + -5,-3: + 0: 61166 + -4,-2: + 0: 45533 + -5,-2: + 0: 56782 + -4,-1: + 0: 15291 + -5,-1: + 0: 65437 + -4,0: + 0: 13243 + 3: 2048 + -3,-4: + 0: 65501 + -3,-3: + 0: 64767 + -3,-2: + 0: 64767 + -3,-1: + 0: 53247 + -3,0: + 0: 15 + 3: 13056 + 2: 3072 + -3,-5: + 0: 36863 + -2,-4: + 0: 65535 + -2,-3: + 0: 56529 + -2,-2: + 0: 61661 + -2,-1: + 0: 65535 + -2,0: + 0: 15 + 2: 3840 + -2,-5: + 0: 36349 + -1,-4: + 0: 65535 + -1,-3: + 0: 65525 + -1,-2: + 0: 62975 + -1,-1: + 0: 65535 + -1,0: + 0: 15 + 2: 3840 + 0,-3: + 0: 65526 + 0,-2: + 0: 61695 + 0,-1: + 0: 65535 + -4,-8: + 0: 33663 + -4,-9: + 0: 30579 + -5,-8: + 0: 18416 + -4,-7: + 0: 65311 + -5,-7: + 0: 65295 + -4,-6: + 0: 56479 + -5,-6: + 0: 63743 + -5,-5: + 0: 56575 + -3,-8: + 0: 61919 + -3,-7: + 0: 56769 + -3,-6: + 0: 65481 + -3,-9: + 0: 56793 + -2,-8: + 0: 61495 + 1: 136 + -2,-7: + 0: 8177 + -2,-6: + 0: 64988 + -2,-9: + 0: 13299 + 1: 32768 + -1,-8: + 1: 51 + 0: 63500 + -1,-6: + 0: 65535 + -1,-5: + 0: 4095 + -1,-9: + 1: 12288 + 0: 35059 + -1,-7: + 0: 3822 + 0,-8: + 0: 48027 + 0,-7: + 0: 12287 + 0,-6: + 0: 11002 + -4,-12: + 0: 62719 + -4,-13: + 0: 62199 + -5,-12: + 0: 45279 + -4,-11: + 0: 65535 + -5,-11: + 0: 65531 + -4,-10: + 0: 39929 + -5,-10: + 0: 8191 + -5,-9: + 0: 65535 + -3,-12: + 0: 60637 + -3,-11: + 0: 65534 + -3,-10: + 0: 65535 + -3,-13: + 0: 55483 + -2,-12: + 0: 64799 + -2,-11: + 0: 65503 + -2,-10: + 0: 32767 + -2,-13: + 0: 65309 + -1,-12: + 0: 64271 + -1,-11: + 0: 63291 + -1,-10: + 0: 1911 + -1,-13: + 0: 65473 + 0,-12: + 0: 64911 + 0,-11: + 0: 65485 + 0,-10: + 0: 64399 + 0,-9: + 0: 48056 + -4,-16: + 2: 17663 + -5,-16: + 2: 191 + -4,-15: + 0: 45056 + 2: 68 + -5,-15: + 0: 65024 + -4,-14: + 0: 15355 + -5,-14: + 0: 65535 + -5,-13: + 0: 53759 + -4,-17: + 2: 60144 + -3,-16: + 2: 16 + 0: 52428 + -3,-15: + 0: 47308 + -3,-14: + 0: 35775 + -3,-17: + 0: 52428 + 2: 4352 + -2,-16: + 0: 16305 + -2,-15: + 0: 53555 + 2: 136 + -2,-14: + 0: 64989 + -2,-17: + 0: 4379 + 2: 34816 + -1,-16: + 0: 256 + -1,-14: + 0: 4096 + 0,-13: + 0: 65520 + -5,-17: + 2: 19104 + -3,-19: + 2: 708 + 0: 34816 + -3,-18: + 0: 52364 + -3,-20: + 2: 17484 + -3,-21: + 2: 32113 + -2,-20: + 2: 4369 + -2,-19: + 2: 50737 + -2,-18: + 0: 62209 + 2: 136 + -2,-21: + 2: 32124 + -1,-18: + 0: 4096 + -5,0: + 0: 43688 + -4,1: + 0: 29491 + 3: 128 + -5,1: + 0: 43690 + -4,2: + 0: 65527 + -5,2: + 0: 34952 + 2: 8739 + -4,3: + 0: 65535 + -5,3: + 0: 34952 + 2: 818 + -4,4: + 0: 21759 + -3,1: + 3: 513 + 2: 8464 + -3,2: + 0: 65280 + 2: 8 + -3,3: + 0: 13119 + 2: 32768 + -3,4: + 0: 47283 + -2,1: + 4: 273 + 5: 1092 + -2,2: + 0: 65280 + 2: 10 + -2,3: + 0: 13 + 2: 61696 + -1,1: + 3: 1365 + -1,2: + 0: 65280 + 2: 10 + -1,3: + 0: 15 + 2: 5120 + -2,4: + 2: 8 + 0: 16176 + -1,4: + 0: 61420 + 0,0: + 0: 15 + 2: 3328 + 3: 512 + 0,1: + 6: 273 + 3: 49356 + 0,2: + 0: 65280 + 2: 6 + 3: 8 + 0,3: + 0: 19663 + 2: 256 + -5,4: + 0: 62139 + -4,5: + 0: 32583 + -5,5: + 0: 8079 + -4,6: + 2: 50272 + -3,5: + 0: 8107 + -3,6: + 0: 119 + 2: 53248 + -3,7: + 2: 4401 + -3,8: + 2: 4401 + -2,5: + 0: 13104 + 2: 2184 + -2,6: + 0: 63 + 2: 6144 + -1,6: + 0: 3311 + 2: 4096 + -1,5: + 0: 61038 + -1,7: + 2: 2 + 0,4: + 0: 65535 + 0,5: + 0: 65423 + 0,6: + 0: 36863 + -8,-4: + 2: 9 + 0: 9728 + -8,-5: + 3: 61440 + 0: 6 + 2: 256 + -9,-4: + 2: 28660 + -8,-3: + 0: 63479 + -8,-2: + 0: 58111 + -9,-2: + 2: 42754 + 3: 112 + -8,-1: + 0: 64782 + -9,-1: + 0: 64256 + 2: 6 + -8,0: + 0: 26189 + -7,-4: + 2: 6928 + 0: 12 + -7,-3: + 0: 60636 + -7,-2: + 0: 65262 + -7,-1: + 0: 65358 + -7,0: + 0: 65359 + -7,-5: + 0: 49343 + 3: 4096 + -6,-4: + 0: 3279 + 2: 256 + -6,-3: + 0: 53727 + -6,-2: + 0: 65039 + -6,-1: + 0: 65422 + -6,-5: + 0: 53503 + -6,0: + 0: 60931 + -8,-8: + 0: 45055 + -9,-8: + 0: 8191 + -8,-7: + 0: 12282 + -9,-7: + 0: 15291 + -8,-6: + 0: 28654 + -9,-6: + 0: 65535 + -9,-5: + 2: 1488 + 3: 61440 + -8,-9: + 0: 20479 + -7,-8: + 0: 40959 + -7,-7: + 0: 35771 + -7,-6: + 0: 39839 + -7,-9: + 0: 36857 + -6,-8: + 0: 15283 + -6,-7: + 0: 47935 + -6,-6: + 0: 62399 + -6,-9: + 0: 48051 + -8,-12: + 0: 47580 + -8,-13: + 0: 64989 + -9,-12: + 0: 61152 + -8,-11: + 0: 64415 + -9,-11: + 0: 65038 + -8,-10: + 0: 61152 + -9,-10: + 0: 20196 + -9,-9: + 0: 52974 + -7,-12: + 0: 48063 + -7,-11: + 0: 65531 + -7,-10: + 0: 47576 + -7,-13: + 0: 45230 + -6,-12: + 0: 53759 + -6,-11: + 0: 65533 + -6,-10: + 0: 65523 + -6,-13: + 0: 64187 + -8,-16: + 0: 65391 + -8,-17: + 0: 65303 + -8,-15: + 0: 61439 + -9,-15: + 0: 3568 + -8,-14: + 0: 53230 + -9,-14: + 0: 4095 + -9,-13: + 0: 61039 + -7,-16: + 2: 2784 + -6,-16: + 2: 17662 + -6,-14: + 0: 48043 + -6,-17: + 2: 60136 + -6,-15: + 2: 196 + 0: 32768 + -8,-18: + 0: 30464 + -9,-18: + 0: 35840 + 2: 768 + -9,-17: + 0: 8 + -7,-17: + 2: 3744 + -9,0: + 0: 51386 + 2: 4096 + -8,1: + 0: 6 + 2: 26624 + -9,1: + 0: 52428 + 2: 4368 + -8,2: + 2: 2 + 0: 61056 + -9,2: + 0: 52428 + 2: 256 + -8,3: + 0: 30492 + -9,3: + 0: 36046 + 2: 4352 + -8,4: + 0: 63351 + -7,1: + 0: 61167 + -7,2: + 0: 65524 + -7,3: + 0: 62719 + -7,4: + 0: 28927 + -6,2: + 0: 61216 + 2: 8 + -6,3: + 0: 12806 + 2: 2048 + -6,1: + 0: 3822 + -6,4: + 0: 61887 + -8,5: + 0: 65327 + -8,6: + 0: 7 + 2: 1792 + -9,5: + 0: 62976 + 2: 6 + -9,6: + 2: 52288 + -8,7: + 2: 4224 + -8,8: + 2: 18163 + -9,7: + 2: 64716 + -7,5: + 0: 111 + 2: 24576 + -7,6: + 2: 4368 + -7,7: + 2: 4369 + -7,8: + 2: 55569 + -6,5: + 0: 3903 + -6,6: + 2: 16454 + -6,7: + 2: 2 + 0: 35968 + -6,8: + 2: 4978 + -5,6: + 0: 4369 + 2: 16452 + -5,7: + 0: 14128 + 2: 8 + -5,8: + 0: 1 + 2: 2248 + -9,8: + 2: 15 + -8,9: + 2: 8 + -7,9: + 2: 19038 + -7,10: + 2: 136 + -6,9: + 2: 61440 + -6,10: + 2: 116 + -5,9: + 2: 61440 + -5,10: + 2: 196 + -4,8: + 2: 29456 + -4,9: + 2: 23118 + -4,10: + 2: 50 + -12,-4: + 2: 3712 + 3: 57344 + -13,-4: + 0: 48896 + 3: 7 + 2: 8 + -12,-3: + 0: 1 + 2: 12974 + -13,-3: + 0: 11 + 3: 59136 + 2: 6144 + -12,-2: + 3: 241 + 2: 3842 + -13,-2: + 3: 140 + 2: 2114 + -11,-4: + 2: 3889 + 3: 61440 + -11,-3: + 2: 4415 + -11,-2: + 3: 240 + 2: 19201 + 0: 33792 + -11,-5: + 2: 8080 + -10,-4: + 2: 19925 + 3: 12834 + -10,-3: + 2: 19535 + -10,-2: + 3: 240 + 2: 7940 + -11,-1: + 2: 8 + -10,-1: + 0: 1057 + 2: 16978 + -10,-5: + 2: 7936 + 3: 57344 + -9,-3: + 2: 9059 + -12,-8: + 0: 35071 + -13,-8: + 0: 30711 + -12,-6: + 2: 256 + 3: 4096 + 0: 36044 + -12,-5: + 3: 371 + 2: 4736 + -13,-6: + 2: 61440 + -13,-5: + 2: 4680 + 3: 60544 + -12,-9: + 0: 52428 + -12,-7: + 0: 34952 + -11,-8: + 0: 7163 + -11,-7: + 0: 4369 + 2: 1028 + -11,-6: + 0: 7163 + -10,-8: + 0: 36863 + -10,-7: + 0: 65535 + -10,-6: + 0: 65535 + -10,-9: + 0: 61422 + -12,-11: + 0: 35007 + -13,-11: + 0: 30591 + -12,-10: + 0: 52424 + -12,-12: + 0: 2184 + -12,-13: + 0: 32768 + -11,-12: + 0: 20479 + -11,-11: + 0: 65535 + -11,-13: + 0: 61695 + -11,-10: + 0: 57572 + -11,-9: + 0: 3822 + -10,-12: + 0: 35771 + -10,-11: + 0: 65535 + -10,-13: + 0: 47615 + -10,-10: + 0: 61166 + -13,-15: + 2: 45875 + -12,-14: + 0: 3838 + -13,-14: + 0: 224 + 2: 49409 + 3: 16 + -11,-14: + 0: 52733 + -10,-14: + 0: 30711 + -10,-15: + 0: 20208 + -9,-16: + 2: 1092 + -10,-18: + 2: 35968 + -12,1: + 2: 65280 + -13,1: + 2: 65392 + -12,2: + 3: 3840 + 2: 61440 + -13,2: + 3: 43008 + 2: 21026 + -12,3: + 3: 3855 + 2: 61440 + -13,3: + 3: 43016 + 2: 21026 + -12,4: + 3: 3855 + 2: 61440 + -11,1: + 2: 65280 + -11,3: + 2: 36608 + -10,1: + 2: 65480 + -10,3: + 2: 7936 + -11,4: + 2: 15 + -10,4: + 2: 15 + -10,0: + 2: 34944 + -10,2: + 2: 2184 + -9,4: + 2: 16387 + -13,4: + 3: 43016 + 2: 21026 + -12,5: + 3: 8207 + 2: 53760 + -13,5: + 3: 8200 + 2: 53794 + -12,6: + 3: 21872 + 2: 8706 + -12,7: + 3: 85 + 2: 61986 + -12,8: + 2: 127 + -13,7: + 2: 61986 + 3: 85 + -11,5: + 2: 61952 + -11,7: + 2: 61440 + -11,8: + 2: 15 + -11,6: + 2: 2 + -10,5: + 2: 5760 + 0: 57344 + -10,7: + 2: 61440 + -10,8: + 2: 15 + -10,6: + 2: 6 + -13,8: + 2: 127 + -16,-4: + 0: 65327 + -16,-5: + 0: 61440 + 2: 145 + -16,-3: + 0: 65327 + -17,-4: + 0: 62578 + -16,-2: + 2: 240 + -16,-1: + 2: 35071 + -17,-1: + 2: 255 + -15,-1: + 2: 9215 + -16,0: + 2: 34952 + -15,-4: + 0: 24576 + 2: 12 + -15,-3: + 2: 60416 + -15,-2: + 2: 55720 + -15,-5: + 2: 59561 + -15,0: + 2: 8995 + -14,-4: + 0: 65280 + 2: 14 + -14,-3: + 0: 15 + 2: 43776 + -14,-2: + 2: 32682 + -14,-1: + 2: 23 + -14,-5: + 2: 43695 + -16,-6: + 2: 4080 + -17,-6: + 2: 36848 + -17,-5: + 2: 72 + -15,-6: + 2: 57336 + -14,-6: + 2: 63283 + -14,-7: + 2: 63008 + 0: 8 + -14,-8: + 0: 34952 + -14,-9: + 0: 34816 + -13,-7: + 0: 55 + -13,-9: + 0: 30512 + -16,-12: + 2: 49137 + -16,-13: + 2: 4369 + 3: 43690 + -17,-12: + 2: 49137 + -15,-12: + 2: 63485 + -15,-13: + 2: 4369 + 3: 8738 + -14,-12: + 2: 13059 + 0: 2176 + -14,-13: + 2: 24576 + -14,-11: + 2: 2 + 0: 34952 + -13,-12: + 0: 10099 + -13,-10: + 0: 3 + 2: 17408 + -14,-10: + 2: 34816 + -16,-16: + 2: 4607 + 3: 40960 + -16,-17: + 2: 45056 + -17,-16: + 2: 4607 + 3: 40960 + -16,-15: + 2: 273 + 3: 47786 + -17,-15: + 3: 47786 + 2: 273 + -16,-14: + 2: 481 + 3: 45072 + -17,-14: + 2: 481 + 3: 45072 + -17,-13: + 3: 43690 + 2: 4369 + -15,-16: + 2: 4607 + 3: 8192 + -15,-15: + 2: 273 + 3: 12834 + -15,-14: + 3: 12304 + 2: 481 + -15,-17: + 2: 12288 + -14,-16: + 2: 255 + -14,-14: + 2: 2425 + 3: 128 + -13,-16: + 2: 13175 + -13,-17: + 2: 28672 + -20,-4: + 2: 52428 + -20,-5: + 2: 52424 + -20,-3: + 2: 52428 + -20,-2: + 2: 2252 + -19,-4: + 2: 29184 + -19,-3: + 2: 31744 + -19,-2: + 2: 29596 + -19,-1: + 2: 206 + -18,-2: + 2: 39188 + -18,-1: + 2: 255 + -18,-4: + 0: 25792 + -18,-3: + 0: 196 + -17,-3: + 0: 628 + -17,-2: + 2: 34928 + -19,-5: + 2: 31891 + -19,-6: + 2: 32448 + -18,-6: + 2: 40944 + -18,-5: + 2: 1113 + -19,-12: + 2: 61164 + -19,-13: + 2: 52292 + -18,-12: + 2: 36848 + -19,-16: + 2: 52462 + -19,-17: + 2: 57344 + -19,-15: + 2: 52428 + -19,-14: + 2: 52428 + -18,-16: + 2: 63 + 3: 32768 + -18,-14: + 2: 722 + 3: 32800 + -18,-17: + 2: 32768 + -18,-15: + 3: 34952 + -18,-13: + 3: 34952 + -17,-17: + 2: 45056 + 0,-4: + 0: 57582 + 0,-5: + 0: 61166 + 1,-4: + 0: 28927 + 3: 32768 + 1,-3: + 0: 13104 + 2: 136 + 3: 2048 + 1,-2: + 0: 12339 + 3: 32904 + 1,-1: + 0: 13107 + 3: 136 + 2: 32768 + 1,0: + 0: 3 + 2: 264 + 3: 3712 + 1,-5: + 0: 20206 + 2,-4: + 0: 52383 + 3: 4096 + 2,-3: + 2: 273 + 3: 17920 + 0: 12 + 2,-2: + 3: 4241 + 2: 17476 + 0: 34816 + 2,-1: + 3: 81 + 2: 29700 + 2,0: + 2: 1 + 3: 50 + 0: 24576 + 3,-4: + 0: 63263 + 3,-3: + 0: 30591 + 3,-1: + 3: 4369 + 0: 52428 + 3,-2: + 0: 52960 + 3,0: + 3: 4353 + 0: 52428 + 4,-4: + 0: 15279 + 4,-3: + 0: 56831 + 4,-2: + 0: 62804 + 4,-1: + 0: 4607 + 2: 16384 + 1,-8: + 0: 61694 + 1,-7: + 0: 36622 + 1,-6: + 0: 35771 + 2,-8: + 0: 65278 + 2,-7: + 0: 65518 + 2,-6: + 0: 4095 + 2,-5: + 0: 4095 + 2,-9: + 0: 61182 + 3,-8: + 0: 65535 + 3,-6: + 0: 20476 + 3,-5: + 0: 2047 + 3,-9: + 0: 65308 + 3,-7: + 0: 61164 + 4,-8: + 0: 47547 + 4,-7: + 0: 56792 + 4,-6: + 0: 53240 + 4,-5: + 0: 29113 + 1,-12: + 0: 65039 + 1,-11: + 0: 3824 + 1,-10: + 0: 61694 + 1,-9: + 0: 3824 + 1,-13: + 0: 65308 + 2,-12: + 0: 65263 + 2,-11: + 0: 61182 + 2,-10: + 0: 65278 + 2,-13: + 0: 65487 + 3,-12: + 0: 62702 + 3,-11: + 0: 37887 + 3,-10: + 0: 61164 + 3,-13: + 0: 57582 + 4,-12: + 0: 62702 + 4,-11: + 0: 62207 + 4,-10: + 0: 65535 + 4,-9: + 0: 16175 + 0,-14: + 2: 29184 + 1,-14: + 0: 51336 + 1,-16: + 0: 3200 + 1,-15: + 0: 32768 + 2: 136 + 1,-17: + 2: 34816 + 0: 8 + 2,-16: + 0: 61420 + 2,-15: + 0: 65260 + 2,-14: + 0: 65535 + 2,-17: + 0: 52430 + 3,-16: + 0: 4369 + 3,-15: + 0: 60432 + 2: 12 + 3,-14: + 0: 61199 + 3,-17: + 0: 4369 + 4,-15: + 2: 1 + 0: 62924 + 4,-14: + 0: 43683 + 1,-18: + 0: 49152 + 2: 128 + 2,-18: + 0: 65164 + 2,-19: + 2: 708 + 0: 34816 + 2,-20: + 2: 17484 + 2,-21: + 2: 32113 + 3,-20: + 2: 4369 + 3,-19: + 2: 529 + 3,-18: + 0: 4353 + 2: 50368 + 3,-21: + 2: 32124 + 4,-18: + 2: 62960 + 1,1: + 3: 17 + 2: 1028 + 1,2: + 0: 65280 + 3: 4 + 2: 8 + 1,3: + 0: 14207 + 1,4: + 0: 65535 + 2,1: + 0: 2039 + 2,2: + 2: 9 + 0: 65280 + 2,3: + 0: 49359 + 2: 256 + 2,4: + 0: 65535 + 3,2: + 2: 1 + 0: 65484 + 3,3: + 0: 63679 + 3,1: + 0: 52460 + 3,4: + 0: 64985 + 4,0: + 0: 4369 + 2: 16384 + 4,1: + 0: 65489 + 4,2: + 0: 7965 + 4,3: + 0: 65503 + 0,7: + 0: 140 + 1,5: + 0: 65343 + 1,6: + 0: 12287 + 1,7: + 0: 38 + 2,5: + 0: 47887 + 2,6: + 0: 33787 + 2,7: + 0: 12 + 3,5: + 0: 65503 + 3,6: + 0: 62463 + 3,7: + 0: 15 + 2: 32768 + 4,5: + 0: 13104 + 2: 32776 + 4,6: + 0: 4147 + 3: 24576 + 4,7: + 0: 1 + 2: 47752 + 3: 17510 + 3,8: + 2: 136 + 4,8: + 3: 239 + 2: 16 + 5,-4: + 0: 49663 + 5,-2: + 2: 16 + 0: 61576 + 5,-1: + 0: 61695 + 5,-3: + 0: 61166 + 5,0: + 0: 30719 + 5,-5: + 0: 51643 + 6,-4: + 0: 4096 + 2: 36032 + 6,-3: + 0: 13107 + 2: 2048 + 6,-2: + 0: 61440 + 2: 64 + 6,-1: + 0: 45567 + 6,0: + 0: 48059 + 6,-5: + 0: 61152 + 7,-4: + 2: 4096 + 0: 52428 + 7,-2: + 0: 64716 + 7,-1: + 0: 47359 + 7,-5: + 0: 56828 + 7,-3: + 0: 52972 + 7,0: + 0: 49083 + 8,-4: + 0: 56797 + 8,-3: + 0: 7645 + 8,-2: + 0: 45431 + 8,-1: + 0: 15291 + 5,-8: + 0: 13311 + 2: 32768 + 5,-7: + 0: 32627 + 5,-6: + 0: 65523 + 5,-9: + 0: 7975 + 6,-8: + 0: 35067 + 2: 4096 + 6,-7: + 2: 1 + 0: 65416 + 6,-6: + 0: 65520 + 7,-8: + 0: 30719 + 7,-7: + 0: 32631 + 7,-6: + 0: 65523 + 7,-9: + 0: 12287 + 8,-8: + 0: 4095 + 8,-7: + 0: 65535 + 8,-6: + 0: 65520 + 8,-5: + 0: 56793 + 4,-13: + 0: 61154 + 5,-12: + 0: 59579 + 5,-11: + 0: 56559 + 5,-10: + 0: 30493 + 5,-13: + 0: 48056 + 6,-12: + 0: 56793 + 6,-11: + 0: 7645 + 6,-10: + 0: 7647 + 6,-9: + 0: 3549 + 6,-13: + 0: 62399 + 7,-12: + 0: 15280 + 7,-11: + 0: 35835 + 7,-10: + 0: 12275 + 7,-13: + 0: 4113 + 2: 50176 + 8,-12: + 0: 65520 + 8,-11: + 0: 65535 + 8,-10: + 0: 61430 + 8,-9: + 0: 60636 + 5,-15: + 0: 62054 + 5,-14: + 0: 48056 + 6,-15: + 0: 47539 + 6,-14: + 0: 15295 + 6,-16: + 2: 32768 + 7,-16: + 2: 14476 + 0: 32768 + 7,-15: + 0: 64432 + 7,-14: + 0: 53247 + 7,-17: + 2: 19596 + 8,-16: + 0: 4096 + 8,-14: + 0: 3838 + 8,-13: + 2: 36864 + 5,-18: + 2: 62974 + 5,-19: + 2: 51200 + 6,-19: + 2: 4990 + 6,-18: + 2: 62960 + 6,-20: + 2: 51200 + 7,-20: + 2: 65530 + 3: 4 + 7,-19: + 2: 17487 + 7,-18: + 2: 30068 + 7,-21: + 2: 64256 + 8,-20: + 2: 29456 + 8,-19: + 2: 2255 + 5,2: + 0: 62382 + 5,3: + 0: 15251 + 5,1: + 0: 10914 + 6,1: + 0: 8120 + 6,2: + 0: 64287 + 6,3: + 0: 313 + 6,4: + 3: 769 + 2: 25600 + 0: 2048 + 7,1: + 0: 35723 + 7,2: + 0: 49039 + 7,3: + 0: 34955 + 3: 8960 + 7,4: + 3: 2 + 0: 49032 + 8,0: + 0: 49083 + 8,1: + 0: 48051 + 8,2: + 0: 13307 + 3: 32768 + 8,3: + 0: 13107 + 3: 2184 + 4,4: + 2: 19520 + 3: 128 + 5,5: + 2: 64591 + 5,7: + 2: 12288 + 5,8: + 3: 1 + 2: 50 + 5,4: + 2: 16896 + 3: 1024 + 6,5: + 2: 3879 + 7,5: + 2: 16 + 0: 59528 + 7,6: + 0: 61166 + 7,7: + 0: 34958 + 2: 512 + 8,4: + 0: 13107 + 2: 2176 + 8,5: + 0: 29491 + 2: 128 + 8,6: + 0: 62327 + 8,7: + 0: 29683 + 7,8: + 0: 34952 + 7,10: + 2: 4096 + 0: 36040 + 7,9: + 2: 8192 + 0: 34952 + 7,11: + 2: 2 + 0: 136 + 8,8: + 0: 62327 + 8,9: + 0: 13299 + 2: 32768 + 8,10: + 0: 10099 + 9,-4: + 0: 30583 + 9,-3: + 0: 6007 + 9,-2: + 0: 62719 + 9,-1: + 0: 1919 + 9,-5: + 0: 32755 + 9,0: + 0: 65339 + 10,-4: + 0: 49425 + 2: 192 + 10,-3: + 0: 8191 + 10,-2: + 0: 58043 + 10,-1: + 0: 25582 + 10,0: + 0: 28262 + 11,-2: + 0: 48682 + 11,-1: + 0: 59 + 2: 12288 + 11,-4: + 0: 59946 + 11,-3: + 0: 43562 + 11,-5: + 0: 61175 + 12,-4: + 0: 4367 + 2: 52224 + 12,-3: + 0: 4353 + 2: 1028 + 12,-2: + 0: 4353 + 2: 52420 + 9,-8: + 0: 60943 + 9,-7: + 0: 65535 + 9,-6: + 0: 65520 + 9,-9: + 0: 28911 + 10,-8: + 0: 36239 + 10,-6: + 0: 65520 + 10,-9: + 0: 47291 + 10,-7: + 0: 14 + 2: 25600 + 10,-5: + 2: 33376 + 11,-8: + 0: 25328 + 11,-7: + 0: 65286 + 11,-6: + 0: 65527 + 11,-9: + 0: 58976 + 12,-8: + 0: 4415 + 2: 51200 + 12,-7: + 0: 65489 + 12,-6: + 0: 65527 + 12,-5: + 0: 65527 + 9,-12: + 0: 56784 + 9,-11: + 0: 65529 + 9,-10: + 0: 61408 + 9,-13: + 2: 4368 + 10,-12: + 0: 4368 + 10,-10: + 0: 48952 + 10,-13: + 2: 4368 + 0: 140 + 10,-11: + 2: 8736 + 11,-11: + 0: 21776 + 11,-10: + 0: 28455 + 11,-12: + 2: 5456 + 12,-12: + 0: 13107 + 2: 32768 + 12,-11: + 0: 56785 + 12,-10: + 0: 64989 + 12,-9: + 0: 47901 + 8,-15: + 2: 1634 + 9,-14: + 0: 61439 + 9,-15: + 2: 17 + 0: 60620 + 9,-16: + 0: 52364 + 9,-17: + 0: 51336 + 2: 32 + 10,-16: + 0: 56704 + 2: 2 + 10,-15: + 0: 57309 + 10,-14: + 0: 57297 + 10,-17: + 3: 34816 + 2: 576 + 11,-16: + 0: 65520 + 11,-15: + 0: 65530 + 11,-14: + 0: 65522 + 11,-13: + 0: 127 + 11,-17: + 3: 62208 + 2: 3104 + 12,-16: + 0: 56712 + 12,-15: + 0: 57309 + 12,-14: + 0: 64988 + 12,-13: + 0: 47935 + 9,-19: + 2: 62736 + 3: 2082 + 9,-20: + 3: 64 + 9,-18: + 2: 2126 + 10,-20: + 2: 1792 + 10,-18: + 2: 25862 + 11,-20: + 3: 13056 + 2: 50304 + 11,-19: + 3: 30583 + 2: 8 + 11,-18: + 3: 375 + 2: 17920 + 11,-21: + 2: 6481 + 3: 140 + 12,-20: + 3: 13104 + 12,-19: + 2: 5633 + 3: 16418 + 12,-18: + 2: 17425 + 3: 8192 + 9,1: + 0: 4081 + 9,2: + 0: 118 + 9,3: + 3: 8449 + 10,1: + 0: 4914 + 2: 2176 + 10,2: + 0: 52479 + 10,3: + 2: 1792 + 0: 12 + 11,0: + 0: 32624 + 11,1: + 2: 16 + 0: 57344 + 11,2: + 0: 65535 + 11,3: + 0: 15 + 2: 19456 + 11,4: + 2: 4084 + 12,0: + 2: 51393 + 0: 768 + 3: 1024 + 12,1: + 2: 49665 + 12,2: + 0: 30577 + 12,3: + 0: 7 + 2: 34816 + 9,4: + 2: 3856 + 9,5: + 2: 272 + 9,6: + 0: 4096 + 9,7: + 0: 16 + 10,4: + 2: 4080 + 12,4: + 2: 4092 + 8,11: + 0: 34 + 9,8: + 0: 4096 + 9,9: + 0: 16 + 2: 4096 + 9,10: + 2: 1 + 12,-1: + 2: 4 + 13,-4: + 0: 1 + 2: 64 + 13,-2: + 2: 4080 + 13,-5: + 0: 62451 + 14,-2: + 2: 20478 + 14,-5: + 0: 12336 + 14,-1: + 3: 43690 + 2: 17476 + 14,0: + 3: 1038 + 2: 19264 + 15,-2: + 2: 20478 + 15,-1: + 3: 43690 + 2: 17476 + 15,0: + 3: 1038 + 2: 19264 + 16,-2: + 2: 20478 + 13,-8: + 0: 3 + 2: 17476 + 13,-7: + 0: 62448 + 13,-6: + 0: 65523 + 13,-9: + 0: 4353 + 2: 16388 + 14,-7: + 0: 12336 + 14,-6: + 2: 8224 + 13,-12: + 2: 64512 + 13,-11: + 0: 65520 + 13,-10: + 0: 4607 + 2: 49152 + 13,-13: + 0: 13075 + 2: 2176 + 14,-12: + 2: 36864 + 0: 238 + 14,-11: + 0: 4368 + 3: 19656 + 2: 32768 + 14,-10: + 0: 17 + 3: 2188 + 2: 64 + 14,-13: + 0: 58606 + 15,-11: + 3: 401 + 2: 4710 + 15,-10: + 3: 48 + 2: 3784 + 15,-12: + 2: 8712 + 15,-13: + 2: 52832 + 16,-12: + 2: 8435 + 3: 35328 + 16,-11: + 3: 10937 + 2: 36864 + 0: 1024 + 16,-10: + 3: 383 + 2: 2176 + 12,-17: + 0: 34880 + 2: 162 + 13,-16: + 0: 4353 + 2: 17408 + 13,-15: + 0: 12561 + 2: 2116 + 13,-14: + 0: 48123 + 13,-17: + 0: 4096 + 3: 16 + 2: 230 + 14,-14: + 0: 65535 + 14,-16: + 2: 28 + 0: 8192 + 14,-17: + 2: 4096 + 3: 2 + 14,-15: + 0: 57890 + 15,-16: + 2: 32775 + 3: 128 + 15,-14: + 0: 10016 + 15,-15: + 2: 28360 + 15,-17: + 2: 34944 + 16,-16: + 3: 61104 + 2: 14 + 16,-15: + 3: 119 + 16,-13: + 2: 4096 + 12,-21: + 2: 20480 + 3: 8977 + 13,-18: + 3: 8448 + 2: 4096 + 14,-19: + 2: 14540 + 14,-18: + 2: 21789 + 14,-20: + 2: 60416 + 15,-20: + 3: 3686 + 15,-19: + 3: 52750 + 2: 8192 + 15,-18: + 3: 2 + 2: 32780 + 16,-20: + 3: 63235 + 2: 2088 + 16,-19: + 3: 48031 + 16,-18: + 3: 139 + 2: 31744 + 16,-17: + 3: 48942 + 2: 16384 + 13,0: + 2: 20288 + 13,2: + 2: 65280 + 14,2: + 2: 65348 + 3: 10 + 14,1: + 3: 43694 + 2: 17472 + 14,3: + 2: 14 + 15,2: + 2: 65348 + 3: 10 + 15,1: + 3: 43694 + 2: 17472 + 15,3: + 2: 14 + 16,0: + 2: 19264 + 3: 1038 + 16,2: + 2: 65348 + 3: 10 + 16,-1: + 3: 43690 + 2: 17476 + 17,-2: + 2: 20478 + 17,-1: + 3: 43690 + 2: 17476 + 17,0: + 3: 1038 + 2: 19264 + 17,-3: + 2: 32768 + 18,-3: + 2: 14316 + 18,-2: + 2: 59185 + 18,-1: + 2: 34956 + 18,-4: + 2: 32768 + 19,-4: + 2: 14316 + 19,-3: + 2: 1 + 19,-1: + 2: 4407 + 18,0: + 2: 44456 + 3: 512 + 19,0: + 2: 13105 + 19,-2: + 2: 60544 + 19,-5: + 2: 32896 + 20,-2: + 2: 311 + 20,-7: + 3: 24576 + 19,-7: + 2: 32768 + 20,-6: + 2: 16912 + 3: 36078 + 19,-6: + 2: 200 + 20,-5: + 2: 784 + 3: 60552 + 20,-4: + 3: 70 + 21,-6: + 3: 18367 + 2: 2048 + 21,-5: + 3: 55735 + 2: 8 + 21,-8: + 2: 546 + 3: 34952 + 21,-7: + 3: 34958 + 2: 512 + 21,-4: + 3: 31612 + 21,-9: + 3: 36352 + 2: 231 + 22,-8: + 3: 57339 + 2: 4 + 22,-7: + 3: 4271 + 2: 57600 + 22,-6: + 3: 60493 + 2: 16 + 22,-5: + 2: 1 + 3: 65534 + 22,-9: + 3: 40908 + 2: 16434 + 22,-4: + 3: 15031 + 2: 8 + 23,-8: + 3: 60943 + 23,-7: + 2: 13056 + 3: 52462 + 23,-6: + 3: 1615 + 23,-5: + 3: 887 + 2: 12288 + 23,-9: + 3: 60943 + 23,-4: + 3: 4 + 2: 336 + 24,-8: + 3: 4353 + 24,-7: + 3: 4369 + 24,-6: + 3: 273 + 16,1: + 3: 43694 + 2: 17472 + 16,3: + 2: 14 + 17,2: + 2: 65348 + 3: 10 + 17,1: + 3: 43694 + 2: 17472 + 17,3: + 2: 14 + 18,2: + 2: 65416 + 18,1: + 2: 34952 + 19,1: + 2: 4369 + 19,2: + 2: 13073 + 18,3: + 2: 8 + 19,3: + 2: 3 + 24,-9: + 3: 12545 + 4,-22: + 2: 61440 + 4,-21: + 2: 497 + 5,-21: + 2: 1 + 8,-21: + 2: 4352 + 17,-12: + 3: 53248 + 2: 11980 + 17,-11: + 3: 40129 + 2: 24588 + 17,-10: + 2: 199 + 17,-13: + 2: 17476 + 18,-12: + 3: 61426 + 2: 4096 + 18,-11: + 3: 30591 + 18,-10: + 2: 112 + 18,-13: + 2: 51336 + 19,-12: + 3: 65520 + 19,-11: + 3: 32766 + 2: 32768 + 19,-13: + 2: 4096 + 19,-10: + 3: 2 + 20,-12: + 3: 4352 + 2: 8940 + 20,-11: + 3: 32784 + 2: 14790 + 11,-23: + 3: 49152 + 11,-22: + 3: 34956 + 2: 1088 + 12,-23: + 3: 4096 + 12,-22: + 3: 273 + -4,-22: + 2: 28672 + -5,-22: + 2: 32768 + -4,-21: + 2: 3196 + -5,-21: + 2: 132 + -1,-21: + 2: 505 + -1,-22: + 2: 63488 + 0,-22: + 2: 36608 + 0,-21: + 2: 143 + -16,8: + 2: 204 + -16,7: + 2: 51336 + -15,8: + 2: 31 + -15,7: + 2: 61713 + -14,8: + 2: 127 + -14,7: + 2: 61986 + 3: 85 + -3,9: + 2: 18 + -16,2: + 2: 52360 + -16,3: + 2: 52364 + -16,4: + 2: 52364 + -16,1: + 2: 34952 + -15,1: + 2: 65315 + -15,2: + 2: 61713 + 3: 2048 + -15,3: + 2: 61713 + 3: 2056 + -15,4: + 2: 61713 + 3: 2056 + -14,1: + 2: 65280 + -14,2: + 3: 36608 + 2: 28672 + -14,3: + 3: 36623 + 2: 28672 + -14,4: + 3: 36623 + 2: 28672 + 1,-22: + 2: 28672 + 1,-21: + 2: 3196 + 24,-10: + 3: 4096 + 23,-10: + 2: 52851 + 3: 12288 + -16,5: + 2: 52364 + -16,6: + 2: 34956 + -15,5: + 2: 46353 + 3: 16392 + -15,6: + 2: 4373 + -14,5: + 3: 8207 + 2: 53760 + -14,6: + 3: 21872 + 2: 8706 + -13,6: + 3: 21872 + 2: 8706 + 20,-13: + 2: 12850 + 20,-10: + 2: 35879 + 3: 8 + 21,-12: + 2: 52851 + 21,-11: + 2: 264 + 3: 4096 + 21,-10: + 3: 1 + 2: 29124 + 22,-12: + 2: 4096 + 22,-11: + 2: 52851 + 22,-10: + 2: 52792 + 23,-11: + 2: 4096 + 15,-21: + 3: 2048 + 16,-21: + 3: 48058 + 17,-16: + 2: 1 + 3: 65534 + 17,-15: + 3: 34021 + 2: 25360 + 17,-17: + 3: 65505 + 17,-14: + 2: 17612 + 18,-16: + 3: 30583 + 18,-15: + 3: 41968 + 2: 20480 + 18,-14: + 2: 35226 + 18,-17: + 3: 30578 + 19,-16: + 2: 4352 + 19,-15: + 3: 16 + 0: 4096 + 2: 25088 + 19,-14: + 2: 2671 + 20,-14: + 2: 12816 + 17,-20: + 3: 49037 + 17,-18: + 2: 28464 + 3: 6 + 17,-21: + 3: 54545 + 17,-19: + 3: 8418 + 2: 52736 + 18,-20: + 3: 30513 + 18,-19: + 3: 56784 + 18,-18: + 2: 1999 + 3: 28672 + 19,-19: + 3: 4352 + 19,-18: + 2: 4097 + 19,-17: + 2: 256 + 16,-22: + 3: 32768 + 17,-22: + 3: 4096 + 20,-3: + 2: 60544 + 21,-3: + 2: 256 + 3: 14 + 22,-3: + 3: 1 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 235 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.15 + moles: + - 0 + - 0 + - 0 + - 6666.982 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: ActionToggleInternals + entities: + - uid: 3027 + components: + - type: Transform + parent: 3940 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 3940 + - uid: 3029 + components: + - type: Transform + parent: 2394 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 2394 + - uid: 5122 + components: + - type: Transform + parent: 5121 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 5121 + - uid: 11282 + components: + - type: Transform + parent: 11111 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 11111 + - uid: 11300 + components: + - type: Transform + parent: 11126 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 11126 +- proto: ActionToggleJetpack + entities: + - uid: 11276 + components: + - type: Transform + parent: 11111 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 11111 + - uid: 11298 + components: + - type: Transform + parent: 11126 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 11126 +- proto: ActionToggleLight + entities: + - uid: 494 + components: + - type: Transform + parent: 492 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 492 + - uid: 3807 + components: + - type: Transform + parent: 5765 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 5765 + - uid: 5978 + components: + - type: Transform + parent: 5977 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 5977 + - uid: 6747 + components: + - type: Transform + parent: 18616 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 18616 + - uid: 14387 + components: + - type: Transform + parent: 6167 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 6167 + - uid: 14544 + components: + - type: Transform + parent: 6188 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 6188 + - uid: 15270 + components: + - type: Transform + parent: 9272 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 9272 + - uid: 19551 + components: + - type: Transform + parent: 19550 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 19550 + - uid: 19899 + components: + - type: Transform + parent: 19898 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 19898 +- proto: AirAlarm + entities: + - uid: 29 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 11369 + - 4561 + - 13659 + - 13790 + - 13686 + - 13651 + - 13649 + - 13666 + - uid: 38 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 15273 + - 15274 + - 15275 + - 14183 + - 14193 + - 14184 + - 183 + - 15233 + - 15234 + - 15235 + - uid: 58 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-43.5 + parent: 2 + - type: DeviceList + devices: + - 15149 + - 15148 + - 1722 + - 15151 + - 15152 + - 15153 + - 15358 + - 15357 + - 1548 + - 1557 + - 1563 + - 15143 + - 17575 + - uid: 2080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-55.5 + parent: 2 + - type: DeviceList + devices: + - 8449 + - 8214 + - uid: 2395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-24.5 + parent: 2 + - type: DeviceList + devices: + - 15211 + - 13448 + - 13446 + - 15210 + - 15209 + - 15208 + - uid: 2564 + components: + - type: Transform + pos: -33.5,-28.5 + parent: 2 + - type: DeviceList + devices: + - 14781 + - 14782 + - 15381 + - 15380 + - 15340 + - 15341 + - 15344 + - 15343 + - uid: 3053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-38.5 + parent: 2 + - type: DeviceList + devices: + - 9507 + - 9514 + - 9521 + - 9508 + - 15142 + - uid: 3489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-24.5 + parent: 2 + - type: DeviceList + devices: + - 8787 + - 8468 + - uid: 4428 + components: + - type: Transform + pos: 30.5,-32.5 + parent: 2 + - type: DeviceList + devices: + - 8498 + - 7976 + - 7482 + - 9525 + - 8146 + - uid: 5138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 14159 + - 14158 + - uid: 5565 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 1188 + - 2752 + - uid: 7123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 13355 + - 13361 + - 4359 + - uid: 12728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 1882 + - 1909 + - 8505 + - 8500 + - 4143 + - 8069 + - 8070 + - 8075 + - 8056 + - uid: 13089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,15.5 + parent: 2 + - type: DeviceList + devices: + - 2849 + - 15018 + - uid: 13549 + components: + - type: Transform + pos: 47.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 13543 + - 2034 + - 1163 + - 17117 + - 1723 + - 197 + - 187 + - 15222 + - 15221 + - 15220 + - uid: 13600 + components: + - type: Transform + pos: 39.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 13599 + - 13610 + - 13617 + - 13601 + - 13609 + - 13611 + - 13619 + - 13618 + - uid: 13612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 13578 + - 13614 + - 13557 + - 13565 + - 15223 + - 15224 + - 15225 + - uid: 13638 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - type: DeviceList + devices: + - 13633 + - 13634 + - 13635 + - uid: 13639 + components: + - type: Transform + pos: 39.5,-19.5 + parent: 2 + - type: DeviceList + devices: + - 15212 + - 15213 + - 15214 + - 13514 + - 13518 + - 13516 + - 15217 + - 15218 + - 15219 + - 15225 + - 15224 + - 15223 + - 15220 + - 15221 + - 15222 + - 15228 + - 15229 + - uid: 13640 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 + - type: DeviceList + devices: + - 13525 + - 13526 + - 12378 + - 13703 + - 15209 + - 15208 + - 15206 + - 15207 + - 15183 + - 15182 + - 15181 + - 15214 + - 15213 + - 15212 + - 4185 + - uid: 13645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-45.5 + parent: 2 + - type: DeviceList + devices: + - 4262 + - 13646 + - 6614 + - 6613 + - 15431 + - 15429 + - 15430 + - 4410 + - uid: 13650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-37.5 + parent: 2 + - type: DeviceList + devices: + - 15200 + - 15199 + - 13411 + - 13410 + - 13412 + - 15201 + - 15192 + - 15193 + - 15194 + - 15203 + - 15204 + - 13 + - 15860 + - 3932 + - 15908 + - 15912 + - 15879 + - 2991 + - 6890 + - 2397 + - uid: 13652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-35.5 + parent: 2 + - uid: 13653 + components: + - type: Transform + pos: 22.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 6761 + - 6759 + - 15435 + - uid: 13654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 6766 + - 6765 + - 15181 + - 15182 + - 15183 + - 15435 + - uid: 13655 + components: + - type: Transform + pos: 37.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 13656 + - 17560 + - 17561 + - 15437 + - 15229 + - 15228 + - uid: 13657 + components: + - type: Transform + pos: 32.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 6796 + - 13641 + - 13651 + - 13649 + - 15429 + - 15430 + - 14266 + - 14305 + - 14308 + - 14329 + - uid: 13658 + components: + - type: Transform + pos: 38.5,-33.5 + parent: 2 + - type: DeviceList + devices: + - 11354 + - 4246 + - uid: 13662 + components: + - type: Transform + pos: 14.5,-41.5 + parent: 2 + - type: DeviceList + devices: + - 13407 + - 13409 + - 13408 + - 15199 + - 15200 + - 15201 + - 15192 + - 15193 + - 15194 + - 15203 + - 15204 + - 9450 + - 9438 + - uid: 13665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 13449 + - 13418 + - 2620 + - 15211 + - 15210 + - 15206 + - 15207 + - 15199 + - 15200 + - 15201 + - 6725 + - 13664 + - 6719 + - 1006 + - 2591 + - 1005 + - 10802 + - 1004 + - 1016 + - 1003 + - 1021 + - 1017 + - 3498 + - uid: 13683 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 13679 + - 13681 + - 13680 + - 13076 + - 2791 + - 13077 + - uid: 13793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 1800 + - 2413 + - 13794 + - 15397 + - 15398 + - 15395 + - 15396 + - uid: 13795 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 2074 + - 2146 + - 15394 + - 15393 + - uid: 13796 + components: + - type: Transform + pos: -9.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 1585 + - 1569 + - 13797 + - 15395 + - 15396 + - 15394 + - 15393 + - uid: 13798 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 13799 + - 17886 + - 17885 + - 15301 + - 15302 + - 15324 + - 15323 + - 19984 + - 19983 + - uid: 13800 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 131 + - 4794 + - uid: 13805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 13804 + - uid: 13806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 13803 + - uid: 13810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-43.5 + parent: 2 + - type: DeviceList + devices: + - 13811 + - uid: 13846 + components: + - type: Transform + pos: -16.5,-31.5 + parent: 2 + - type: DeviceList + devices: + - 1563 + - 1557 + - 1548 + - 15357 + - 15358 + - 15338 + - 15337 + - 13849 + - 13819 + - 13822 + - 13823 + - 13833 + - uid: 13902 + components: + - type: Transform + pos: -30.5,-52.5 + parent: 2 + - type: DeviceList + devices: + - 15144 + - 15146 + - 15147 + - 13900 + - 13901 + - 13850 + - 13820 + - 13851 + - 13852 + - 13853 + - 13854 + - 15145 + - uid: 13903 + components: + - type: Transform + pos: -30.5,-42.5 + parent: 2 + - uid: 13972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-41.5 + parent: 2 + - type: DeviceList + devices: + - 13971 + - 13970 + - 13973 + - 15149 + - 15148 + - 1722 + - uid: 14004 + components: + - type: Transform + pos: -22.5,-45.5 + parent: 2 + - type: DeviceList + devices: + - 14003 + - 5153 + - 13995 + - 14002 + - 13993 + - 15625 + - 15626 + - 15638 + - 15639 + - uid: 14019 + components: + - type: Transform + pos: -17.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 14018 + - 14016 + - 13992 + - 2693 + - 15626 + - 15625 + - uid: 14047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-46.5 + parent: 2 + - type: DeviceList + devices: + - 14048 + - 14020 + - 14021 + - 15143 + - 15639 + - 2693 + - uid: 14059 + components: + - type: Transform + pos: 28.5,5.5 + parent: 2 + - type: DeviceList + devices: + - 14057 + - 14058 + - uid: 14082 + components: + - type: Transform + pos: 37.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 14078 + - 14080 + - uid: 14085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 15232 + - 15231 + - 15230 + - 15240 + - 15241 + - 15242 + - 14136 + - 1263 + - 14095 + - 216 + - 11498 + - 3667 + - 12434 + - uid: 14163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-34.5 + parent: 2 + - type: DeviceList + devices: + - 8168 + - 14446 + - uid: 14167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,0.5 + parent: 2 + - type: DeviceList + devices: + - 4052 + - 14162 + - 4653 + - 4360 + - 14168 + - 1276 + - uid: 14169 + components: + - type: Transform + pos: 25.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 13215 + - 13781 + - uid: 14379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,8.5 + parent: 2 + - type: DeviceList + devices: + - 5467 + - 5390 + - 15180 + - 14385 + - 1258 + - 11990 + - 12054 + - 11988 + - 19001 + - 14382 + - 14368 + - 12071 + - uid: 14518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 14507 + - 7970 + - 14506 + - 14487 + - 14509 + - 15315 + - 15316 + - uid: 14523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 16247 + - 16243 + - 15310 + - 15315 + - 16263 + - 16262 + - 16246 + - 16242 + - 17563 + - 16261 + - uid: 14546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,7.5 + parent: 2 + - type: DeviceList + devices: + - 14621 + - 14620 + - 14545 + - 15311 + - 15308 + - uid: 14593 + components: + - type: Transform + pos: -27.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 14325 + - 14473 + - 12245 + - 12244 + - 15308 + - 15310 + - 15309 + - uid: 14595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,12.5 + parent: 2 + - type: DeviceList + devices: + - 15311 + - 14576 + - 14588 + - 14597 + - 14589 + - 14574 + - 5404 + - 13086 + - 14878 + - 4640 + - uid: 14623 + components: + - type: Transform + pos: -30.5,5.5 + parent: 2 + - type: DeviceList + devices: + - 14622 + - 14619 + - uid: 14733 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 14709 + - 14671 + - 15330 + - 15345 + - uid: 14765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 14748 + - 3066 + - 14749 + - 14764 + - 14750 + - 14747 + - 2966 + - 15343 + - 15348 + - 15349 + - uid: 14783 + components: + - type: Transform + pos: -29.5,-24.5 + parent: 2 + - type: DeviceList + devices: + - 7496 + - 7490 + - 15340 + - 15341 + - 15344 + - uid: 14851 + components: + - type: Transform + pos: -42.5,-28.5 + parent: 2 + - type: DeviceList + devices: + - 312 + - 12508 + - 6391 + - 2528 + - 2542 + - 14850 + - 8135 + - 8137 + - uid: 14939 + components: + - type: Transform + pos: -39.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 14835 + - 14935 + - 14871 + - 1327 + - 1328 + - 1329 + - uid: 14940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 14944 + - 14950 + - 2746 + - 14951 + - 14952 + - 15380 + - 15381 + - 15382 + - uid: 14953 + components: + - type: Transform + pos: -47.5,-41.5 + parent: 2 + - type: DeviceList + devices: + - 14933 + - 14937 + - 14934 + - 14938 + - 14955 + - 14956 + - uid: 14957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 14921 + - 14936 + - uid: 14980 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - type: DeviceList + devices: + - 14979 + - 14978 + - 15008 + - 15009 + - 15010 + - 15007 + - 15192 + - 15193 + - 15194 + - 15156 + - 15155 + - 15154 + - uid: 15037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-54.5 + parent: 2 + - type: DeviceList + devices: + - 15184 + - 15185 + - uid: 15050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-65.5 + parent: 2 + - type: DeviceList + devices: + - 15048 + - 15044 + - 15045 + - 15046 + - 15049 + - 15047 + - 15186 + - 15187 + - uid: 15074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-65.5 + parent: 2 + - type: DeviceList + devices: + - 15069 + - 15073 + - 15070 + - 15068 + - 15072 + - 15071 + - 15184 + - 15185 + - uid: 15139 + components: + - type: Transform + pos: -12.5,-35.5 + parent: 2 + - type: DeviceList + devices: + - 15075 + - 17574 + - 15170 + - 15169 + - 15168 + - 17129 + - 15166 + - 5473 + - 15118 + - 15112 + - 15116 + - 1695 + - 15165 + - 15164 + - 15150 + - 15154 + - 15155 + - 15156 + - 17575 + - uid: 15188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-56.5 + parent: 2 + - type: DeviceList + devices: + - 15186 + - 15187 + - 13370 + - 25 + - 13371 + - uid: 15260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,30.5 + parent: 2 + - type: DeviceList + devices: + - 15256 + - 15245 + - 15250 + - 15259 + - 15258 + - 15257 + - 15242 + - 15241 + - 15240 + - 15243 + - 15255 + - 15249 + - uid: 15331 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 15345 + - 15325 + - 15326 + - 15327 + - 15347 + - 14732 + - 15333 + - 15339 + - 14378 + - 14381 + - 14524 + - uid: 15332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-35.5 + parent: 2 + - type: DeviceList + devices: + - 15348 + - 15349 + - 14730 + - 14727 + - 13433 + - 15337 + - 15338 + - 15153 + - 15152 + - 15151 + - uid: 15421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 15217 + - 15218 + - 15219 + - 13724 + - 13725 + - 13723 + - 15263 + - 15264 + - 15265 + - uid: 15422 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 13213 + - 13788 + - 13212 + - 15233 + - 15234 + - 15235 + - 15264 + - 15263 + - 15237 + - 15238 + - 15265 + - 15232 + - 15231 + - 15230 + - 13004 + - 15269 + - 12388 + - uid: 15673 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 14710 + - 14712 + - 14711 + - 19004 + - 19003 + - 15574 + - 15330 + - 15325 + - 15326 + - 15327 + - uid: 16446 + components: + - type: Transform + pos: -53.5,-10.5 + parent: 2 + - type: DeviceList + devices: + - 16421 + - 16456 + - 16412 + - 16413 + - 16420 + - 16422 + - uid: 17348 + components: + - type: Transform + pos: 8.5,13.5 + parent: 2 + - type: DeviceList + devices: + - 18877 + - 15273 + - 15274 + - 15275 + - 17343 + - 17347 + - 17345 + - 5418 + - 5419 + - 5443 + - 12057 + - 12068 + - 5417 + - 17342 + - 17346 + - 17344 + - 5467 + - 5390 + - 18878 + - 18879 + - 18866 + - uid: 17351 + components: + - type: Transform + pos: 10.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 12056 + - 5421 + - 5420 + - 5418 + - 5419 + - 5443 + - 12057 + - 12068 + - 5417 + - 12247 + - 12062 + - 12294 + - 12058 + - 17358 + - 17355 + - 17422 + - 17357 + - 5395 + - 115 + - uid: 17352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,21.5 + parent: 2 + - type: DeviceList + devices: + - 12294 + - 12058 + - 12062 + - 12247 + - 12246 + - 17356 + - 17360 + - 17359 + - 17368 + - 115 + - uid: 17353 + components: + - type: Transform + pos: 14.5,26.5 + parent: 2 + - type: DeviceList + devices: + - 5421 + - 12056 + - 17424 + - 12246 + - 17393 + - 17423 + - 5348 + - 5420 + - uid: 17445 + components: + - type: Transform + pos: -6.5,20.5 + parent: 2 + - type: DeviceList + devices: + - 17444 + - 17443 + - uid: 17576 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 15137 + - 15136 + - 15135 + - 15150 + - 15165 + - 15164 + - 17582 + - uid: 17658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 14706 + - 14650 + - 14651 + - 19008 + - 19006 + - 15672 + - 15574 + - 19004 + - 19003 + - 15302 + - 15323 + - 15324 + - uid: 19009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 14382 + - 14368 + - 19001 + - 5444 + - 5445 + - 5429 + - 5413 + - 14443 + - 8993 + - 11333 + - 19008 + - 19006 + - 15672 +- proto: AirAlarmAssembly + entities: + - uid: 2321 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 2 +- proto: AirAlarmVox + entities: + - uid: 9269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-51.5 + parent: 2 + - type: DeviceList + devices: + - 9266 + - 9270 + - 9300 + - uid: 15205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 9455 + - 9454 +- proto: AirCanister + entities: + - uid: 790 + components: + - type: Transform + pos: -15.5,23.5 + parent: 2 + - uid: 1949 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 3175 + components: + - type: Transform + pos: 2.5,-14.5 + parent: 2 + - uid: 3180 + components: + - type: Transform + pos: 19.5,-8.5 + parent: 2 + - uid: 8663 + components: + - type: Transform + pos: 37.5,6.5 + parent: 2 + - uid: 10702 + components: + - type: Transform + pos: -41.5,-55.5 + parent: 2 + - uid: 14315 + components: + - type: Transform + pos: 25.5,-54.5 + parent: 2 + - uid: 17967 + components: + - type: Transform + pos: 34.5,-7.5 + parent: 2 + - uid: 19874 + components: + - type: Transform + pos: 48.5,-54.5 + parent: 2 +- proto: Airlock + entities: + - uid: 4662 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - uid: 4687 + components: + - type: Transform + pos: 8.5,-44.5 + parent: 2 + - uid: 5908 + components: + - type: Transform + pos: 8.5,-38.5 + parent: 2 +- proto: AirlockArmoryGlassLocked + entities: + - uid: 5379 + components: + - type: Transform + pos: -23.5,-4.5 + parent: 2 +- proto: AirlockAssemblyMedicalGlass + entities: + - uid: 2365 + components: + - type: Transform + pos: 79.5,-43.5 + parent: 2 +- proto: AirlockAssemblySecurityGlass + entities: + - uid: 7786 + components: + - type: Transform + pos: 73.5,-47.5 + parent: 2 + - uid: 8926 + components: + - type: Transform + pos: 67.5,-45.5 + parent: 2 + - uid: 17919 + components: + - type: Transform + pos: 66.5,-41.5 + parent: 2 +- proto: AirlockAtmosphericsGlass + entities: + - uid: 1582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 2 + - uid: 1590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-9.5 + parent: 2 + - uid: 1899 + components: + - type: Transform + pos: -9.5,-9.5 + parent: 2 + - uid: 1927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-5.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-5.5 + parent: 2 + - uid: 3054 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 2 +- proto: AirlockBarGlassLocked + entities: + - uid: 8369 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 2 +- proto: AirlockBarLocked + entities: + - uid: 3694 + components: + - type: Transform + pos: -1.5,-44.5 + parent: 2 +- proto: AirlockCaptainLocked + entities: + - uid: 9827 + components: + - type: Transform + pos: -22.5,-49.5 + parent: 2 + - uid: 13232 + components: + - type: Transform + pos: -22.5,-54.5 + parent: 2 + - uid: 13396 + components: + - type: Transform + pos: -25.5,-51.5 + parent: 2 +- proto: AirlockCargoGlassLocked + entities: + - uid: 365 + components: + - type: Transform + pos: 4.5,21.5 + parent: 2 + - uid: 992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,21.5 + parent: 2 + - uid: 4327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,21.5 + parent: 2 + - uid: 11569 + components: + - type: Transform + pos: 5.5,21.5 + parent: 2 + - uid: 13200 + components: + - type: Transform + pos: 3.5,21.5 + parent: 2 +- proto: AirlockCargoLocked + entities: + - uid: 3000 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 +- proto: AirlockChapelGlassLocked + entities: + - uid: 266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-5.5 + parent: 2 + - uid: 8384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-8.5 + parent: 2 + - uid: 20097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-8.5 + parent: 2 +- proto: AirlockChemistryGlassLocked + entities: + - uid: 4856 + components: + - type: Transform + pos: -29.5,-32.5 + parent: 2 + - uid: 4882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-36.5 + parent: 2 +- proto: AirlockChiefEngineerLocked + entities: + - uid: 322 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerLocked + entities: + - uid: 1385 + components: + - type: Transform + pos: -41.5,-39.5 + parent: 2 + - uid: 2032 + components: + - type: Transform + pos: -39.5,-33.5 + parent: 2 +- proto: AirlockCommandLocked + entities: + - uid: 18 + components: + - type: Transform + pos: -25.5,-47.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: -19.5,-49.5 + parent: 2 + - uid: 23 + components: + - type: Transform + pos: -13.5,-54.5 + parent: 2 + - uid: 45 + components: + - type: Transform + pos: -20.5,-49.5 + parent: 2 + - uid: 3168 + components: + - type: Transform + pos: -18.5,-14.5 + parent: 2 + - uid: 5535 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 2 + - uid: 6364 + components: + - type: Transform + pos: 24.5,-1.5 + parent: 2 + - uid: 6676 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 6960 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 2 + - uid: 6962 + components: + - type: Transform + pos: -64.5,-12.5 + parent: 2 + - uid: 6985 + components: + - type: Transform + pos: -62.5,-14.5 + parent: 2 + - uid: 8586 + components: + - type: Transform + pos: -62.5,-10.5 + parent: 2 + - uid: 9390 + components: + - type: Transform + pos: -24.5,-43.5 + parent: 2 + - uid: 12980 + components: + - type: Transform + pos: -23.5,-43.5 + parent: 2 +- proto: AirlockDetectiveLocked + entities: + - uid: 669 + components: + - type: Transform + pos: 34.5,2.5 + parent: 2 +- proto: AirlockEngineering + entities: + - uid: 4019 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 + - uid: 7421 + components: + - type: Transform + pos: 26.5,-51.5 + parent: 2 + - uid: 7825 + components: + - type: Transform + pos: 36.5,9.5 + parent: 2 + - uid: 8840 + components: + - type: Transform + pos: 43.5,2.5 + parent: 2 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 69 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-11.5 + parent: 2 + - uid: 476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-11.5 + parent: 2 + - uid: 1267 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 +- proto: AirlockEngineeringLocked + entities: + - uid: 100 + components: + - type: Transform + pos: -11.5,23.5 + parent: 2 + - uid: 285 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 2 + - uid: 328 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 429 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - uid: 629 + components: + - type: Transform + pos: -14.5,-11.5 + parent: 2 + - uid: 2083 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 2108 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 2 + - uid: 2369 + components: + - type: Transform + pos: -18.5,18.5 + parent: 2 + - uid: 3602 + components: + - type: Transform + pos: -12.5,-22.5 + parent: 2 + - uid: 6699 + components: + - type: Transform + pos: -30.5,21.5 + parent: 2 + - uid: 8501 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 + - uid: 9312 + components: + - type: Transform + pos: 24.5,12.5 + parent: 2 + - uid: 9625 + components: + - type: Transform + pos: -36.5,-54.5 + parent: 2 + - uid: 10397 + components: + - type: Transform + pos: -42.5,-54.5 + parent: 2 + - uid: 11394 + components: + - type: Transform + pos: 42.5,-31.5 + parent: 2 + - uid: 12046 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 2 + - uid: 12070 + components: + - type: Transform + pos: -27.5,-20.5 + parent: 2 + - uid: 17009 + components: + - type: Transform + pos: -31.5,-53.5 + parent: 2 + - uid: 17185 + components: + - type: Transform + pos: -25.5,-19.5 + parent: 2 +- proto: AirlockEVAGlassLocked + entities: + - uid: 2077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-52.5 + parent: 2 +- proto: AirlockExternalGlass + entities: + - uid: 30 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-68.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6931: + - DoorStatus: DoorBolt + - uid: 31 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-61.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6868: + - DoorStatus: DoorBolt + - uid: 61 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-61.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6671: + - DoorStatus: DoorBolt + - uid: 63 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-68.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6544: + - DoorStatus: DoorBolt + - uid: 17704 + components: + - type: Transform + pos: 60.5,-53.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 17705: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassAtmosphericsLocked + entities: + - uid: 1479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,1.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 1480: + - DoorStatus: DoorBolt + - uid: 1480 + components: + - type: Transform + pos: -10.5,0.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 1479: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassCargoLocked + entities: + - uid: 1067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,27.5 + parent: 2 + - uid: 2672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,27.5 + parent: 2 + - uid: 3146 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 15761: + - DoorStatus: InputA + - uid: 8467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,26.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 15761: + - DoorStatus: InputB + - uid: 8487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,28.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 16022: + - DoorStatus: InputA + - uid: 10666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,27.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 16022: + - DoorStatus: InputB +- proto: AirlockExternalGlassCommandLocked + entities: + - uid: 498 + components: + - type: Transform + pos: -49.5,-13.5 + parent: 2 + - uid: 617 + components: + - type: Transform + pos: -47.5,-11.5 + parent: 2 +- proto: AirlockExternalGlassEngineeringLocked + entities: + - uid: 5815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-12.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 5819: + - DoorStatus: DoorBolt + - uid: 5819 + components: + - type: Transform + pos: 3.5,-12.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 5815: + - DoorStatus: DoorBolt + - uid: 8794 + components: + - type: Transform + pos: 47.5,2.5 + parent: 2 + - uid: 8795 + components: + - type: Transform + pos: 49.5,2.5 + parent: 2 + - uid: 8924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,23.5 + parent: 2 + - uid: 10649 + components: + - type: Transform + pos: -47.5,-54.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 10650: + - DoorStatus: DoorBolt + - uid: 10650 + components: + - type: Transform + pos: -50.5,-54.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 10649: + - DoorStatus: DoorBolt + - uid: 17960 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 +- proto: AirlockExternalGlassLocked + entities: + - uid: 154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-70.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 456: + - DoorStatus: DoorBolt + - uid: 376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-73.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 7030: + - DoorStatus: DoorBolt + - uid: 456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-73.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 154: + - DoorStatus: DoorBolt + - uid: 714 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 4043 + components: + - type: Transform + pos: 51.5,-65.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 4295: + - DoorStatus: DoorBolt + - uid: 4295 + components: + - type: Transform + pos: 51.5,-62.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 4043: + - DoorStatus: DoorBolt + - uid: 5887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,35.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 5892: + - DoorStatus: DoorBolt + - uid: 5888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,29.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 5893: + - DoorStatus: DoorBolt + - uid: 5891 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,27.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 5890: + - DoorStatus: DoorBolt + - uid: 6148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,37.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 5894: + - DoorStatus: DoorBolt + - uid: 7030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-70.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 376: + - DoorStatus: DoorBolt + - uid: 7147 + components: + - type: Transform + pos: 31.5,43.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 7204: + - DoorStatus: DoorBolt + - uid: 7155 + components: + - type: Transform + pos: 33.5,43.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 7158: + - DoorStatus: DoorBolt + - uid: 7654 + components: + - type: Transform + pos: 27.5,18.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 7655: + - DoorStatus: DoorBolt + - uid: 7655 + components: + - type: Transform + pos: 30.5,18.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 7654: + - DoorStatus: DoorBolt + - uid: 8096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-66.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 8877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-18.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 9143 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-16.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 9144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-24.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 9145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-26.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 13367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,1.5 + parent: 2 + - uid: 19896 + components: + - type: Transform + pos: 50.5,-31.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 19897: + - DoorStatus: DoorBolt + - uid: 19897 + components: + - type: Transform + pos: 53.5,-31.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 19896: + - DoorStatus: DoorBolt +- proto: AirlockExternalGlassShuttleArrivals + entities: + - uid: 6544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-68.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - uid: 6671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-61.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - uid: 6868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-61.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - uid: 6931 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-68.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 6660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-16.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9204: + - DoorStatus: InputA + - DockStatus: InputB + - DockStatus: InputA + - uid: 9149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-24.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9205: + - DoorStatus: InputA + - DockStatus: InputB + - DockStatus: InputA + - uid: 9150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-26.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9206: + - DockStatus: InputB + - DockStatus: InputA + - DoorStatus: InputA + - uid: 9151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-18.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9203: + - DockStatus: InputB + - DockStatus: InputA + - DoorStatus: InputA +- proto: AirlockExternalGlassShuttleEscape + entities: + - uid: 15748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-58.5 + parent: 2 + - uid: 17705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-53.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 17853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,12.5 + parent: 2 +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 5890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 12389: + - DoorStatus: InputA + - DockStatus: InputA + - DockStatus: InputB + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 5892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,35.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 5893 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,29.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 5894 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,37.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 6228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-69.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7028: + - DoorStatus: InputA + - DockStatus: InputA + - DockStatus: InputB + - uid: 7158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,45.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 7204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,45.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 10185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-69.5 + parent: 2 +- proto: AirlockFreezerLocked + entities: + - uid: 2608 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 3232 + components: + - type: Transform + pos: -5.5,-31.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-62.5 + parent: 2 + - uid: 670 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - uid: 1018 + components: + - type: Transform + pos: -17.5,-1.5 + parent: 2 + - uid: 1489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-46.5 + parent: 2 + - uid: 2202 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 2 + - uid: 2308 + components: + - type: Transform + pos: 14.5,-23.5 + parent: 2 + - uid: 3024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-23.5 + parent: 2 + - uid: 3350 + components: + - type: Transform + pos: -16.5,-21.5 + parent: 2 + - uid: 3748 + components: + - type: Transform + pos: 17.5,-34.5 + parent: 2 + - uid: 3757 + components: + - type: Transform + pos: 17.5,-41.5 + parent: 2 + - uid: 4008 + components: + - type: Transform + pos: 14.5,-45.5 + parent: 2 + - uid: 4744 + components: + - type: Transform + pos: 41.5,-57.5 + parent: 2 + - uid: 4973 + components: + - type: Transform + pos: 39.5,-62.5 + parent: 2 + - uid: 5018 + components: + - type: Transform + pos: -6.5,10.5 + parent: 2 + - uid: 5030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-57.5 + parent: 2 + - uid: 5031 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-57.5 + parent: 2 + - uid: 5204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-50.5 + parent: 2 + - uid: 5205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-50.5 + parent: 2 + - uid: 5626 + components: + - type: Transform + pos: 45.5,-55.5 + parent: 2 + - uid: 5627 + components: + - type: Transform + pos: 49.5,-57.5 + parent: 2 + - type: Door + secondsUntilStateChange: -3552.9966 + state: Opening + - type: DeviceLinkSource + lastSignals: + DoorStatus: True + - uid: 5779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-19.5 + parent: 2 + - uid: 5780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-19.5 + parent: 2 + - uid: 5781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-19.5 + parent: 2 + - uid: 5823 + components: + - type: Transform + pos: 11.5,-50.5 + parent: 2 + - uid: 5949 + components: + - type: Transform + pos: 18.5,-45.5 + parent: 2 + - uid: 6540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-62.5 + parent: 2 + - uid: 7248 + components: + - type: Transform + pos: 52.5,-50.5 + parent: 2 + - uid: 7311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-59.5 + parent: 2 + - uid: 7544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-59.5 + parent: 2 + - uid: 8485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-46.5 + parent: 2 + - uid: 8889 + components: + - type: Transform + pos: 58.5,-49.5 + parent: 2 + - uid: 8897 + components: + - type: Transform + pos: 15.5,-27.5 + parent: 2 + - uid: 9152 + components: + - type: Transform + pos: 43.5,-22.5 + parent: 2 + - uid: 9360 + components: + - type: Transform + pos: 43.5,-20.5 + parent: 2 + - uid: 9361 + components: + - type: Transform + pos: 43.5,-21.5 + parent: 2 + - uid: 10697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-50.5 + parent: 2 + - uid: 10810 + components: + - type: Transform + pos: 14.5,-27.5 + parent: 2 + - uid: 11138 + components: + - type: Transform + pos: 10.5,-50.5 + parent: 2 + - uid: 11170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-50.5 + parent: 2 + - uid: 11172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-46.5 + parent: 2 + - uid: 11173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-46.5 + parent: 2 + - uid: 11174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-22.5 + parent: 2 + - uid: 11182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-19.5 + parent: 2 + - uid: 11183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-19.5 + parent: 2 + - uid: 11185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-19.5 + parent: 2 + - uid: 11194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-21.5 + parent: 2 + - uid: 11196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-46.5 + parent: 2 + - uid: 11209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-46.5 + parent: 2 + - uid: 11623 + components: + - type: Transform + pos: -16.5,4.5 + parent: 2 + - uid: 12334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-1.5 + parent: 2 + - uid: 12335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-1.5 + parent: 2 + - uid: 12336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-1.5 + parent: 2 + - uid: 12337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-4.5 + parent: 2 + - uid: 12338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-3.5 + parent: 2 + - uid: 12339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-2.5 + parent: 2 + - uid: 12345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-21.5 + parent: 2 + - uid: 12346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-21.5 + parent: 2 + - uid: 12347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-21.5 + parent: 2 + - uid: 14539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-38.5 + parent: 2 + - uid: 15351 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 2 + - uid: 15392 + components: + - type: Transform + pos: -15.5,4.5 + parent: 2 + - uid: 16220 + components: + - type: Transform + pos: 54.5,-54.5 + parent: 2 + - uid: 16994 + components: + - type: Transform + pos: 57.5,-57.5 + parent: 2 + - uid: 17579 + components: + - type: Transform + pos: -6.5,11.5 + parent: 2 + - uid: 18780 + components: + - type: Transform + pos: 73.5,-67.5 + parent: 2 +- proto: AirlockGlassShuttle + entities: + - uid: 3910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,29.5 + parent: 2 + - uid: 12340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,29.5 + parent: 2 +- proto: AirlockHeadOfPersonnelLocked + entities: + - uid: 662 + components: + - type: Transform + pos: -18.5,-47.5 + parent: 2 + - uid: 4015 + components: + - type: Transform + pos: -14.5,-49.5 + parent: 2 + - uid: 9716 + components: + - type: Transform + pos: -12.5,-50.5 + parent: 2 +- proto: AirlockHeadOfSecurityLocked + entities: + - uid: 7950 + components: + - type: Transform + pos: -23.5,10.5 + parent: 2 +- proto: AirlockHydroponics + entities: + - uid: 3301 + components: + - type: Transform + pos: -16.5,-30.5 + parent: 2 +- proto: AirlockHydroponicsGlass + entities: + - uid: 3319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-31.5 + parent: 2 +- proto: AirlockHydroponicsLocked + entities: + - uid: 3436 + components: + - type: Transform + pos: -21.5,-36.5 + parent: 2 + - uid: 3443 + components: + - type: Transform + pos: -13.5,-38.5 + parent: 2 +- proto: AirlockJanitorLocked + entities: + - uid: 9382 + components: + - type: Transform + pos: 30.5,2.5 + parent: 2 +- proto: AirlockKitchenGlassLocked + entities: + - uid: 3318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-31.5 + parent: 2 +- proto: AirlockKitchenLocked + entities: + - uid: 3485 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 7072 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 +- proto: AirlockMaint + entities: + - uid: 665 + components: + - type: Transform + pos: -32.5,1.5 + parent: 2 + - uid: 680 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 + - uid: 2398 + components: + - type: Transform + pos: -20.5,-27.5 + parent: 2 + - uid: 3286 + components: + - type: Transform + pos: -11.5,-35.5 + parent: 2 + - uid: 3288 + components: + - type: Transform + pos: -11.5,-29.5 + parent: 2 + - uid: 3337 + components: + - type: Transform + pos: -15.5,-26.5 + parent: 2 + - uid: 3490 + components: + - type: Transform + pos: -0.5,-40.5 + parent: 2 + - uid: 5965 + components: + - type: Transform + pos: 17.5,-51.5 + parent: 2 + - uid: 6302 + components: + - type: Transform + pos: 20.5,-43.5 + parent: 2 + - uid: 8660 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - uid: 9317 + components: + - type: Transform + pos: 12.5,-55.5 + parent: 2 + - uid: 9657 + components: + - type: Transform + pos: -29.5,-40.5 + parent: 2 + - uid: 13217 + components: + - type: Transform + pos: 18.5,-57.5 + parent: 2 + - uid: 13807 + components: + - type: Transform + pos: 21.5,-57.5 + parent: 2 + - uid: 13809 + components: + - type: Transform + pos: 24.5,-57.5 + parent: 2 + - uid: 16200 + components: + - type: Transform + pos: -19.5,24.5 + parent: 2 +- proto: AirlockMaintBarLocked + entities: + - uid: 3641 + components: + - type: Transform + pos: 1.5,-44.5 + parent: 2 +- proto: AirlockMaintCargoLocked + entities: + - uid: 1355 + components: + - type: Transform + pos: -5.5,24.5 + parent: 2 + - uid: 1361 + components: + - type: Transform + pos: 13.5,15.5 + parent: 2 + - uid: 5075 + components: + - type: Transform + pos: -3.5,24.5 + parent: 2 +- proto: AirlockMaintChapelLocked + entities: + - uid: 1514 + components: + - type: Transform + pos: 41.5,-5.5 + parent: 2 +- proto: AirlockMaintChemLocked + entities: + - uid: 3683 + components: + - type: Transform + pos: -33.5,-39.5 + parent: 2 +- proto: AirlockMaintChiefEngineerLocked + entities: + - uid: 2556 + components: + - type: Transform + pos: -7.5,-27.5 + parent: 2 +- proto: AirlockMaintCommandLocked + entities: + - uid: 194 + components: + - type: Transform + pos: -9.5,-55.5 + parent: 2 + - uid: 202 + components: + - type: Transform + pos: 21.5,4.5 + parent: 2 + - uid: 2283 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 +- proto: AirlockMaintCommonLocked + entities: + - uid: 2654 + components: + - type: Transform + pos: -10.5,21.5 + parent: 2 + - uid: 8617 + components: + - type: Transform + pos: -13.5,19.5 + parent: 2 + - uid: 11449 + components: + - type: Transform + pos: 18.5,10.5 + parent: 2 +- proto: AirlockMaintDetectiveLocked + entities: + - uid: 7281 + components: + - type: Transform + pos: 36.5,4.5 + parent: 2 +- proto: AirlockMaintEngiLocked + entities: + - uid: 133 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 2 + - uid: 6971 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 +- proto: AirlockMaintGlass + entities: + - uid: 8668 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,7.5 + parent: 2 + - uid: 15572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-12.5 + parent: 2 +- proto: AirlockMaintHydroLocked + entities: + - uid: 3284 + components: + - type: Transform + pos: -17.5,-28.5 + parent: 2 +- proto: AirlockMaintJanitorLocked + entities: + - uid: 9423 + components: + - type: Transform + pos: 27.5,5.5 + parent: 2 +- proto: AirlockMaintLawyerLocked + entities: + - uid: 6106 + components: + - type: Transform + pos: 26.5,11.5 + parent: 2 +- proto: AirlockMaintLocked + entities: + - uid: 210 + components: + - type: Transform + pos: 18.5,-33.5 + parent: 2 + - uid: 432 + components: + - type: Transform + pos: 44.5,-40.5 + parent: 2 + - uid: 536 + components: + - type: Transform + pos: 46.5,-40.5 + parent: 2 + - uid: 2261 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 2 + - uid: 3289 + components: + - type: Transform + pos: 45.5,-14.5 + parent: 2 + - uid: 3382 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 + - uid: 4111 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 4922 + components: + - type: Transform + pos: 49.5,-36.5 + parent: 2 + - uid: 4928 + components: + - type: Transform + pos: 4.5,-44.5 + parent: 2 + - uid: 5023 + components: + - type: Transform + pos: 7.5,-36.5 + parent: 2 + - uid: 5130 + components: + - type: Transform + pos: 47.5,-32.5 + parent: 2 + - uid: 5693 + components: + - type: Transform + pos: 26.5,-55.5 + parent: 2 + - uid: 5923 + components: + - type: Transform + pos: 4.5,-38.5 + parent: 2 + - uid: 6029 + components: + - type: Transform + pos: 4.5,-42.5 + parent: 2 + - uid: 8358 + components: + - type: Transform + pos: 32.5,-54.5 + parent: 2 + - uid: 9046 + components: + - type: Transform + pos: 45.5,-29.5 + parent: 2 + - uid: 9118 + components: + - type: Transform + pos: -30.5,-48.5 + parent: 2 + - uid: 10255 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 11722 + components: + - type: Transform + pos: -34.5,-58.5 + parent: 2 + - uid: 15750 + components: + - type: Transform + pos: -37.5,-56.5 + parent: 2 + - uid: 15857 + components: + - type: Transform + pos: 29.5,8.5 + parent: 2 + - uid: 15946 + components: + - type: Transform + pos: 48.5,-27.5 + parent: 2 +- proto: AirlockMaintMedLocked + entities: + - uid: 339 + components: + - type: Transform + pos: -35.5,-40.5 + parent: 2 + - uid: 8244 + components: + - type: Transform + pos: -36.5,-44.5 + parent: 2 + - uid: 9664 + components: + - type: Transform + pos: -31.5,-42.5 + parent: 2 +- proto: AirlockMaintQuartermasterLocked + entities: + - uid: 14314 + components: + - type: Transform + pos: -8.5,20.5 + parent: 2 +- proto: AirlockMaintRnDLocked + entities: + - uid: 3848 + components: + - type: Transform + pos: 20.5,-32.5 + parent: 2 + - uid: 4563 + components: + - type: Transform + pos: 42.5,-37.5 + parent: 2 + - uid: 6194 + components: + - type: Transform + pos: 27.5,-47.5 + parent: 2 + - uid: 11395 + components: + - type: Transform + pos: 25.5,-39.5 + parent: 2 +- proto: AirlockMaintSalvageLocked + entities: + - uid: 16176 + components: + - type: Transform + pos: 15.5,16.5 + parent: 2 +- proto: AirlockMaintSecLocked + entities: + - uid: 88 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 2 + - uid: 14808 + components: + - type: Transform + pos: -23.5,18.5 + parent: 2 +- proto: AirlockMaintServiceLocked + entities: + - uid: 3810 + components: + - type: Transform + pos: 21.5,-34.5 + parent: 2 + - uid: 15854 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 68 + components: + - type: Transform + pos: -41.5,-30.5 + parent: 2 + - uid: 72 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-27.5 + parent: 2 + - uid: 574 + components: + - type: Transform + pos: -35.5,-28.5 + parent: 2 + - uid: 4778 + components: + - type: Transform + pos: -41.5,-22.5 + parent: 2 + - uid: 5477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-36.5 + parent: 2 + - uid: 5516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-36.5 + parent: 2 + - uid: 7268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-30.5 + parent: 2 + - uid: 7983 + components: + - type: Transform + pos: -43.5,-28.5 + parent: 2 + - uid: 8023 + components: + - type: Transform + pos: -44.5,-28.5 + parent: 2 + - uid: 11202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-31.5 + parent: 2 + - uid: 11203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-29.5 + parent: 2 + - uid: 12344 + components: + - type: Transform + pos: -48.5,-30.5 + parent: 2 + - uid: 12703 + components: + - type: Transform + pos: -44.5,-39.5 + parent: 2 + - uid: 15141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-28.5 + parent: 2 + - uid: 15189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-36.5 + parent: 2 +- proto: AirlockMedicalLocked + entities: + - uid: 1037 + components: + - type: Transform + pos: -31.5,-21.5 + parent: 2 + - uid: 1175 + components: + - type: Transform + pos: -30.5,-24.5 + parent: 2 + - uid: 1508 + components: + - type: Transform + pos: -29.5,-43.5 + parent: 2 + - uid: 7192 + components: + - type: Transform + pos: -26.5,-23.5 + parent: 2 +- proto: AirlockMedicalMorgueLocked + entities: + - uid: 7154 + components: + - type: Transform + pos: -41.5,-44.5 + parent: 2 + - uid: 8239 + components: + - type: Transform + pos: -39.5,-49.5 + parent: 2 +- proto: AirlockQuartermasterLocked + entities: + - uid: 849 + components: + - type: Transform + pos: -5.5,18.5 + parent: 2 + - uid: 1097 + components: + - type: Transform + pos: -3.5,18.5 + parent: 2 +- proto: AirlockResearchDirectorLocked + entities: + - uid: 308 + components: + - type: Transform + pos: 29.5,-32.5 + parent: 2 + - uid: 7037 + components: + - type: Transform + pos: 29.5,-36.5 + parent: 2 +- proto: AirlockSalvageLocked + entities: + - uid: 57 + components: + - type: Transform + pos: 13.5,20.5 + parent: 2 + - uid: 5424 + components: + - type: Transform + pos: 13.5,19.5 + parent: 2 + - uid: 14287 + components: + - type: Transform + pos: 10.5,25.5 + parent: 2 +- proto: AirlockScienceGlassLocked + entities: + - uid: 98 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 2 + - uid: 142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-25.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: 34.5,-39.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: 33.5,-39.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: 39.5,-43.5 + parent: 2 + - uid: 3925 + components: + - type: Transform + pos: 36.5,-37.5 + parent: 2 + - uid: 3934 + components: + - type: Transform + pos: 36.5,-35.5 + parent: 2 + - uid: 4186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-23.5 + parent: 2 + - uid: 5285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-23.5 + parent: 2 + - uid: 6727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-30.5 + parent: 2 +- proto: AirlockScienceLocked + entities: + - uid: 83 + components: + - type: Transform + pos: 39.5,-31.5 + parent: 2 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 218 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 + - uid: 318 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 2 +- proto: AirlockSecurityLawyerGlassLocked + entities: + - uid: 170 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - uid: 630 + components: + - type: Transform + pos: -29.5,1.5 + parent: 2 + - uid: 7243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,10.5 + parent: 2 + - uid: 14812 + components: + - type: Transform + pos: -21.5,-1.5 + parent: 2 +- proto: AirlockSecurityLocked + entities: + - uid: 66 + components: + - type: Transform + pos: -25.5,-2.5 + parent: 2 + - uid: 199 + components: + - type: Transform + pos: -25.5,1.5 + parent: 2 + - uid: 200 + components: + - type: Transform + pos: -25.5,8.5 + parent: 2 + - uid: 1145 + components: + - type: Transform + pos: 63.5,-77.5 + parent: 2 + - uid: 14485 + components: + - type: Transform + pos: -25.5,14.5 + parent: 2 + - uid: 14811 + components: + - type: Transform + pos: -21.5,16.5 + parent: 2 +- proto: AirlockTheatreLocked + entities: + - uid: 643 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 4671 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 4677 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - uid: 4873 + components: + - type: Transform + pos: 4.5,-28.5 + parent: 2 + - uid: 5910 + components: + - type: Transform + pos: 4.5,-30.5 + parent: 2 + - uid: 6216 + components: + - type: Transform + pos: 4.5,-34.5 + parent: 2 +- proto: AirlockVirologyLocked + entities: + - uid: 8208 + components: + - type: Transform + pos: -45.5,-43.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 8215: + - DoorStatus: DoorBolt + - uid: 8215 + components: + - type: Transform + pos: -48.5,-43.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 8208: + - DoorStatus: DoorBolt + - uid: 12622 + components: + - type: Transform + pos: -50.5,-44.5 + parent: 2 +- proto: AirSensor + entities: + - uid: 25 + components: + - type: Transform + pos: 8.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15188 + - uid: 1005 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - uid: 1006 + components: + - type: Transform + pos: 5.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - uid: 1258 + components: + - type: Transform + pos: -15.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - uid: 1263 + components: + - type: Transform + pos: 32.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14085 + - uid: 1276 + components: + - type: Transform + pos: 21.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14167 + - uid: 1329 + components: + - type: Transform + pos: -42.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14939 + - uid: 1723 + components: + - type: Transform + pos: 52.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13549 + - uid: 1882 + components: + - type: Transform + pos: -50.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12728 + - uid: 2397 + components: + - type: Transform + pos: 5.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - uid: 2591 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - uid: 2791 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13683 + - uid: 2991 + components: + - type: Transform + pos: 5.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - uid: 4359 + components: + - type: Transform + pos: -23.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7123 + - uid: 6391 + components: + - type: Transform + pos: -44.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14851 + - uid: 6890 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - uid: 8075 + components: + - type: Transform + pos: -50.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12728 + - uid: 8500 + components: + - type: Transform + pos: -50.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12728 + - uid: 8993 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19009 + - uid: 9525 + components: + - type: Transform + pos: 27.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4428 + - uid: 11990 + components: + - type: Transform + pos: -13.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - uid: 12434 + components: + - type: Transform + pos: 32.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14085 + - uid: 13004 + components: + - type: Transform + pos: 30.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15422 + - uid: 13086 + components: + - type: Transform + pos: -20.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14595 + - uid: 13168 + components: + - type: Transform + pos: -19.5,-41.5 + parent: 2 + - uid: 13409 + components: + - type: Transform + pos: 15.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13662 + - uid: 13410 + components: + - type: Transform + pos: 10.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - uid: 13418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - uid: 13518 + components: + - type: Transform + pos: 38.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - uid: 13526 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - uid: 13618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13600 + - uid: 13619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13600 + - uid: 13633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13638 + - uid: 13646 + components: + - type: Transform + pos: 27.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13645 + - uid: 13656 + components: + - type: Transform + pos: 38.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13655 + - uid: 13659 + components: + - type: Transform + pos: 26.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29 + - uid: 13664 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - uid: 13666 + components: + - type: Transform + pos: 36.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29 + - uid: 13680 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13683 + - uid: 13703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - uid: 13725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15421 + - uid: 13788 + components: + - type: Transform + pos: 21.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15422 + - uid: 13794 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13793 + - uid: 13797 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13796 + - uid: 13799 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13798 + - uid: 13803 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13806 + - uid: 13804 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13805 + - uid: 13811 + components: + - type: Transform + pos: 38.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13810 + - uid: 13849 + components: + - type: Transform + pos: -17.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13846 + - uid: 13900 + components: + - type: Transform + pos: -33.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - uid: 13901 + components: + - type: Transform + pos: -28.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - uid: 13973 + components: + - type: Transform + pos: -27.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13972 + - uid: 13992 + components: + - type: Transform + pos: -17.5,-56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14019 + - uid: 14003 + components: + - type: Transform + pos: -23.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14004 + - uid: 14048 + components: + - type: Transform + pos: -11.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14047 + - uid: 14168 + components: + - type: Transform + pos: 24.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14167 + - uid: 14193 + components: + - type: Transform + pos: 15.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 38 + - uid: 14381 + components: + - type: Transform + pos: -23.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15331 + - uid: 14507 + components: + - type: Transform + pos: -30.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14518 + - uid: 14545 + components: + - type: Transform + pos: -27.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14546 + - uid: 14597 + components: + - type: Transform + pos: -28.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14595 + - uid: 14650 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17658 + - uid: 14712 + components: + - type: Transform + pos: -20.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15673 + - uid: 14727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15332 + - uid: 14764 + components: + - type: Transform + pos: -33.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14765 + - uid: 14835 + components: + - type: Transform + pos: -41.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14939 + - uid: 14850 + components: + - type: Transform + pos: -44.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14851 + - uid: 14952 + components: + - type: Transform + pos: -34.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14940 + - uid: 14955 + components: + - type: Transform + pos: -52.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14953 + - uid: 14956 + components: + - type: Transform + pos: -51.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14953 + - uid: 15009 + components: + - type: Transform + pos: -6.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14980 + - uid: 15010 + components: + - type: Transform + pos: 9.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14980 + - uid: 15048 + components: + - type: Transform + pos: 11.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15050 + - uid: 15049 + components: + - type: Transform + pos: 11.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15050 + - uid: 15072 + components: + - type: Transform + pos: -8.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15074 + - uid: 15073 + components: + - type: Transform + pos: -8.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15074 + - uid: 15100 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 15137 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17576 + - uid: 15138 + components: + - type: Transform + pos: -3.5,-38.5 + parent: 2 + - uid: 15142 + components: + - type: Transform + pos: 13.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3053 + - uid: 15255 + components: + - type: Transform + pos: 32.5,28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - uid: 15256 + components: + - type: Transform + pos: 32.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - uid: 16262 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14523 + - uid: 16263 + components: + - type: Transform + pos: -21.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14523 + - uid: 16412 + components: + - type: Transform + pos: -60.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16446 + - uid: 16413 + components: + - type: Transform + pos: -63.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16446 + - uid: 16420 + components: + - type: Transform + pos: -63.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16446 + - uid: 16422 + components: + - type: Transform + pos: -69.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16446 + - uid: 17346 + components: + - type: Transform + pos: -2.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - uid: 17347 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - uid: 17368 + components: + - type: Transform + pos: 4.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17352 + - uid: 17422 + components: + - type: Transform + pos: 4.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17351 + - uid: 17423 + components: + - type: Transform + pos: 14.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17353 + - uid: 17574 + components: + - type: Transform + pos: -5.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15139 + - uid: 17575 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 58 + - 15139 + - uid: 17582 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17576 +- proto: AirSensorVox + entities: + - uid: 9300 + components: + - type: Transform + pos: 13.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9269 +- proto: AirTankFilled + entities: + - uid: 5121 + components: + - type: Transform + pos: -31.51879,-61.20825 + parent: 2 + - type: GasTank + toggleActionEntity: 5122 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 5122 + - uid: 8097 + components: + - type: Transform + pos: -31.429365,-61.55491 + parent: 2 +- proto: AltarConvertMaint + entities: + - uid: 9055 + components: + - type: Transform + pos: 45.5,-27.5 + parent: 2 +- proto: AltarSpawner + entities: + - uid: 5785 + components: + - type: Transform + pos: 36.5,-11.5 + parent: 2 +- proto: AmeController + entities: + - uid: 11125 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 +- proto: AmeJar + entities: + - uid: 15377 + components: + - type: Transform + pos: -13.5094795,-21.368427 + parent: 2 +- proto: AnomalyScanner + entities: + - uid: 6743 + components: + - type: Transform + pos: 37.705536,-38.303455 + parent: 2 + - uid: 6804 + components: + - type: Transform + pos: 37.374794,-38.25678 + parent: 2 + - uid: 7309 + components: + - type: Transform + pos: 31.52295,-75.33209 + parent: 2 +- proto: AnomalyVesselCircuitboard + entities: + - uid: 3868 + components: + - type: Transform + pos: 41.501637,-36.43034 + parent: 2 +- proto: APCBasic + entities: + - uid: 351 + components: + - type: MetaData + name: Bridge East APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-53.5 + parent: 2 + - uid: 549 + components: + - type: MetaData + name: Security North APC + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,14.5 + parent: 2 + - uid: 775 + components: + - type: MetaData + name: QM's Office APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,19.5 + parent: 2 + - uid: 1342 + components: + - type: MetaData + name: Cargo South APC + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,15.5 + parent: 2 + - uid: 1343 + components: + - type: MetaData + name: North Cargo APC + - type: Transform + pos: -0.5,27.5 + parent: 2 + - uid: 1349 + components: + - type: MetaData + name: Salvage APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,21.5 + parent: 2 + - uid: 1685 + components: + - type: MetaData + name: TEG Room APC + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 1752 + components: + - type: MetaData + name: Medical North West Hall APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-25.5 + parent: 2 + - uid: 1802 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 2152 + components: + - type: MetaData + name: AME Room APC + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 2303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-19.5 + parent: 2 + - uid: 2366 + components: + - type: MetaData + name: HoS's Office APC + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,9.5 + parent: 2 + - uid: 2422 + components: + - type: MetaData + name: Atmos APC + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-5.5 + parent: 2 + - uid: 2497 + components: + - type: MetaData + name: Tools Room APC + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 2704 + components: + - type: MetaData + name: Security South APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-5.5 + parent: 2 + - uid: 2862 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 2907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-51.5 + parent: 2 + - uid: 3321 + components: + - type: MetaData + name: Morgue APC + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-49.5 + parent: 2 + - uid: 3375 + components: + - type: MetaData + name: Cameras APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-18.5 + parent: 2 + - uid: 4639 + components: + - type: Transform + pos: -42.5,-39.5 + parent: 2 + - uid: 4919 + components: + - type: MetaData + name: Medical Storage APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-22.5 + parent: 2 + - uid: 5105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,28.5 + parent: 2 + - uid: 5254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-57.5 + parent: 2 + - uid: 5352 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 + - uid: 6237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-36.5 + parent: 2 + - uid: 6449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-37.5 + parent: 2 + - uid: 6559 + components: + - type: MetaData + name: Telecoms APC + - type: Transform + pos: 23.5,2.5 + parent: 2 + - uid: 6589 + components: + - type: MetaData + name: Science Hall APC + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 6650 + components: + - type: MetaData + name: Gravity Generator APC + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-12.5 + parent: 2 + - uid: 6910 + components: + - type: MetaData + name: Warden's Office APC + - type: Transform + pos: -22.5,-2.5 + parent: 2 + - uid: 7213 + components: + - type: MetaData + name: Chapel Back APC + - type: Transform + pos: 40.5,-5.5 + parent: 2 + - uid: 7354 + components: + - type: MetaData + name: Detective APC + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-0.5 + parent: 2 + - uid: 7383 + components: + - type: Transform + pos: 44.5,-55.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,39.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,20.5 + parent: 2 + - uid: 8315 + components: + - type: MetaData + name: AI Chute Station-side APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-13.5 + parent: 2 + - uid: 8638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,7.5 + parent: 2 + - uid: 8782 + components: + - type: MetaData + name: North East Solars APC + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,0.5 + parent: 2 + - uid: 9734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-54.5 + parent: 2 + - uid: 9744 + components: + - type: MetaData + name: Disposals APC + - type: Transform + pos: 28.5,-52.5 + parent: 2 + - uid: 9817 + components: + - type: MetaData + name: HoP's Office APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-48.5 + parent: 2 + - uid: 9870 + components: + - type: MetaData + name: Captain's Quarters APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-51.5 + parent: 2 + - uid: 9916 + components: + - type: MetaData + name: Bridge Entrance APC + - type: Transform + pos: -20.5,-45.5 + parent: 2 + - uid: 10088 + components: + - type: MetaData + name: Janitorial APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,0.5 + parent: 2 + - uid: 10089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,9.5 + parent: 2 + - uid: 10102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,6.5 + parent: 2 + - uid: 10247 + components: + - type: MetaData + name: Station Anchor APC + - type: Transform + pos: 4.5,-20.5 + parent: 2 + - uid: 10322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-19.5 + parent: 2 + - uid: 10506 + components: + - type: Transform + pos: -44.5,-52.5 + parent: 2 + - uid: 10933 + components: + - type: MetaData + name: Game Room APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-47.5 + parent: 2 + - uid: 11051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-37.5 + parent: 2 + - uid: 11350 + components: + - type: MetaData + name: Artifact APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-44.5 + parent: 2 + - uid: 11351 + components: + - type: MetaData + name: Robotics APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-26.5 + parent: 2 + - uid: 11352 + components: + - type: MetaData + name: R&D APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-27.5 + parent: 2 + - uid: 11579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-38.5 + parent: 2 + - uid: 11675 + components: + - type: MetaData + name: Bar APC + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-42.5 + parent: 2 + - uid: 11678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-33.5 + parent: 2 + - uid: 11792 + components: + - type: MetaData + name: CE's Office APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-24.5 + parent: 2 + - uid: 11807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-14.5 + parent: 2 + - uid: 11892 + components: + - type: Transform + pos: 18.5,-41.5 + parent: 2 + - uid: 11992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,13.5 + parent: 2 + - uid: 12009 + components: + - type: MetaData + name: Outside Vault APC + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,0.5 + parent: 2 + - uid: 12126 + components: + - type: Transform + pos: -47.5,-29.5 + parent: 2 + - uid: 12258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,24.5 + parent: 2 + - uid: 12341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-37.5 + parent: 2 + - uid: 12425 + components: + - type: Transform + pos: 36.5,-39.5 + parent: 2 + - uid: 12439 + components: + - type: MetaData + name: Medical Medbay APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-25.5 + parent: 2 + - uid: 12558 + components: + - type: Transform + pos: -33.5,-42.5 + parent: 2 + - uid: 12559 + components: + - type: MetaData + name: Virology APC + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-44.5 + parent: 2 + - uid: 12675 + components: + - type: MetaData + name: Medical Entrance APC + - type: Transform + pos: -32.5,-28.5 + parent: 2 + - uid: 12723 + components: + - type: MetaData + name: Arrivals West APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-64.5 + parent: 2 + - uid: 12769 + components: + - type: MetaData + name: Arrivals East APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-64.5 + parent: 2 + - uid: 12859 + components: + - type: MetaData + name: Shuttle Building APC + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-56.5 + parent: 2 + - uid: 12937 + components: + - type: MetaData + name: Hall Outside Bridge APC + - type: Transform + pos: -26.5,-39.5 + parent: 2 + - uid: 13176 + components: + - type: MetaData + name: Vault APC + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 14587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,9.5 + parent: 2 + - uid: 14778 + components: + - type: MetaData + name: Hall Outside Cargo APC + - type: Transform + pos: -0.5,13.5 + parent: 2 + - uid: 15281 + components: + - type: Transform + pos: 30.5,-36.5 + parent: 2 + - uid: 15443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-34.5 + parent: 2 + - uid: 15514 + components: + - type: MetaData + name: Chapel Front APC + - type: Transform + pos: 38.5,-19.5 + parent: 2 + - uid: 15872 + components: + - type: MetaData + name: Science North Hall APC + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-28.5 + parent: 2 + - uid: 16488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-14.5 + parent: 2 + - uid: 16489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-11.5 + parent: 2 + - uid: 16490 + components: + - type: Transform + pos: -66.5,-11.5 + parent: 2 + - uid: 17056 + components: + - type: MetaData + name: RD's Office APC + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 17872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-14.5 + parent: 2 + - uid: 17971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,21.5 + parent: 2 + - uid: 18028 + components: + - type: MetaData + name: Hall Outside Security APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-0.5 + parent: 2 + - uid: 18631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-52.5 + parent: 2 + - uid: 18943 + components: + - type: Transform + pos: 47.5,-29.5 + parent: 2 + - uid: 19052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,4.5 + parent: 2 +- proto: APCElectronics + entities: + - uid: 2246 + components: + - type: Transform + pos: -4.6457157,-23.489979 + parent: 2 + - uid: 5149 + components: + - type: Transform + pos: 12.437603,-10.637604 + parent: 2 + - uid: 16601 + components: + - type: Transform + pos: -61.489456,-11.332669 + parent: 2 +- proto: APECircuitboard + entities: + - uid: 4404 + components: + - type: Transform + pos: 37.48668,-38.511932 + parent: 2 +- proto: AppraisalTool + entities: + - uid: 983 + components: + - type: Transform + pos: 1.1693805,20.703781 + parent: 2 +- proto: ArrivalsShuttleTimer + entities: + - uid: 5659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-57.5 + parent: 2 + - uid: 7979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-66.5 + parent: 2 + - uid: 8003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-66.5 + parent: 2 + - uid: 8004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-59.5 + parent: 2 + - uid: 8005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-50.5 + parent: 2 + - uid: 8007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-50.5 + parent: 2 +- proto: ArtistCircuitBoard + entities: + - uid: 16462 + components: + - type: Transform + pos: -63.543224,-15.3914385 + parent: 2 +- proto: Ashtray + entities: + - uid: 705 + components: + - type: Transform + pos: -14.697546,15.752759 + parent: 2 + - uid: 5611 + components: + - type: Transform + pos: 46.717678,-33.57555 + parent: 2 + - type: Storage + storedItems: + 5612: + position: 0,0 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 5612 + - uid: 8556 + components: + - type: Transform + pos: 48.542416,-5.5516963 + parent: 2 + - uid: 15664 + components: + - type: Transform + pos: -3.5428128,-42.34056 + parent: 2 + - uid: 18984 + components: + - type: Transform + pos: 7.738307,-51.330593 + parent: 2 + - uid: 18985 + components: + - type: Transform + pos: 27.53989,-28.666317 + parent: 2 +- proto: AsimovCircuitBoard + entities: + - uid: 16464 + components: + - type: Transform + pos: -63.477634,-16.392134 + parent: 2 +- proto: AsteroidRock + entities: + - uid: 371 + components: + - type: Transform + pos: 27.5,15.5 + parent: 2 + - uid: 506 + components: + - type: Transform + pos: 26.5,15.5 + parent: 2 + - uid: 556 + components: + - type: Transform + pos: 27.5,14.5 + parent: 2 + - uid: 580 + components: + - type: Transform + pos: 38.5,11.5 + parent: 2 + - uid: 593 + components: + - type: Transform + pos: 38.5,12.5 + parent: 2 + - uid: 597 + components: + - type: Transform + pos: 37.5,12.5 + parent: 2 + - uid: 651 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 701 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - uid: 702 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 + - uid: 724 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 762 + components: + - type: Transform + pos: 37.5,11.5 + parent: 2 + - uid: 773 + components: + - type: Transform + pos: 6.5,7.5 + parent: 2 + - uid: 783 + components: + - type: Transform + pos: 36.5,11.5 + parent: 2 + - uid: 791 + components: + - type: Transform + pos: 37.5,13.5 + parent: 2 + - uid: 830 + components: + - type: Transform + pos: 5.5,8.5 + parent: 2 + - uid: 835 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 846 + components: + - type: Transform + pos: 6.5,3.5 + parent: 2 + - uid: 866 + components: + - type: Transform + pos: 11.5,1.5 + parent: 2 + - uid: 867 + components: + - type: Transform + pos: 12.5,1.5 + parent: 2 + - uid: 877 + components: + - type: Transform + pos: -10.5,4.5 + parent: 2 + - uid: 880 + components: + - type: Transform + pos: -9.5,6.5 + parent: 2 + - uid: 1239 + components: + - type: Transform + pos: -9.5,4.5 + parent: 2 + - uid: 1256 + components: + - type: Transform + pos: -10.5,5.5 + parent: 2 + - uid: 1274 + components: + - type: Transform + pos: -9.5,5.5 + parent: 2 + - uid: 1277 + components: + - type: Transform + pos: -12.5,4.5 + parent: 2 + - uid: 1302 + components: + - type: Transform + pos: 11.5,-2.5 + parent: 2 + - uid: 1303 + components: + - type: Transform + pos: -11.5,7.5 + parent: 2 + - uid: 1304 + components: + - type: Transform + pos: -9.5,7.5 + parent: 2 + - uid: 1472 + components: + - type: Transform + pos: 4.5,8.5 + parent: 2 + - uid: 1476 + components: + - type: Transform + pos: 4.5,7.5 + parent: 2 + - uid: 1477 + components: + - type: Transform + pos: 5.5,7.5 + parent: 2 + - uid: 1478 + components: + - type: Transform + pos: -12.5,3.5 + parent: 2 + - uid: 1482 + components: + - type: Transform + pos: -9.5,3.5 + parent: 2 + - uid: 1561 + components: + - type: Transform + pos: 11.5,0.5 + parent: 2 + - uid: 3866 + components: + - type: Transform + pos: 21.5,17.5 + parent: 2 + - uid: 3869 + components: + - type: Transform + pos: 20.5,17.5 + parent: 2 + - uid: 4991 + components: + - type: Transform + pos: 28.5,16.5 + parent: 2 + - uid: 5814 + components: + - type: Transform + pos: 23.5,16.5 + parent: 2 + - uid: 5846 + components: + - type: Transform + pos: 26.5,17.5 + parent: 2 + - uid: 5847 + components: + - type: Transform + pos: 26.5,16.5 + parent: 2 + - uid: 5883 + components: + - type: Transform + pos: 27.5,16.5 + parent: 2 + - uid: 5898 + components: + - type: Transform + pos: 25.5,16.5 + parent: 2 + - uid: 7271 + components: + - type: Transform + pos: 35.5,16.5 + parent: 2 + - uid: 7272 + components: + - type: Transform + pos: 36.5,16.5 + parent: 2 + - uid: 7617 + components: + - type: Transform + pos: 25.5,17.5 + parent: 2 + - uid: 7632 + components: + - type: Transform + pos: 24.5,17.5 + parent: 2 + - uid: 7633 + components: + - type: Transform + pos: 35.5,15.5 + parent: 2 + - uid: 7634 + components: + - type: Transform + pos: 36.5,15.5 + parent: 2 + - uid: 7635 + components: + - type: Transform + pos: 37.5,14.5 + parent: 2 + - uid: 7636 + components: + - type: Transform + pos: 38.5,14.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + pos: 38.5,13.5 + parent: 2 + - uid: 7638 + components: + - type: Transform + pos: 39.5,13.5 + parent: 2 + - uid: 7639 + components: + - type: Transform + pos: 40.5,13.5 + parent: 2 + - uid: 7640 + components: + - type: Transform + pos: 40.5,12.5 + parent: 2 + - uid: 7641 + components: + - type: Transform + pos: 39.5,12.5 + parent: 2 + - uid: 7642 + components: + - type: Transform + pos: 39.5,11.5 + parent: 2 + - uid: 7643 + components: + - type: Transform + pos: 40.5,11.5 + parent: 2 + - uid: 7644 + components: + - type: Transform + pos: 36.5,13.5 + parent: 2 + - uid: 7645 + components: + - type: Transform + pos: 28.5,15.5 + parent: 2 + - uid: 7661 + components: + - type: Transform + pos: 29.5,21.5 + parent: 2 + - uid: 17562 + components: + - type: Transform + pos: 22.5,17.5 + parent: 2 + - uid: 17607 + components: + - type: Transform + pos: 23.5,18.5 + parent: 2 + - uid: 17608 + components: + - type: Transform + pos: 23.5,17.5 + parent: 2 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 7774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-31.5 + parent: 2 + - uid: 7775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-31.5 + parent: 2 +- proto: AtmosFixBlockerMarker + entities: + - uid: 149 + components: + - type: Transform + pos: -10.5,3.5 + parent: 2 + - uid: 192 + components: + - type: Transform + pos: -50.5,-16.5 + parent: 2 + - uid: 203 + components: + - type: Transform + pos: -48.5,-16.5 + parent: 2 + - uid: 550 + components: + - type: Transform + pos: 7.5,2.5 + parent: 2 + - uid: 586 + components: + - type: Transform + pos: 65.5,-2.5 + parent: 2 + - uid: 587 + components: + - type: Transform + pos: 66.5,0.5 + parent: 2 + - uid: 602 + components: + - type: Transform + pos: 70.5,0.5 + parent: 2 + - uid: 603 + components: + - type: Transform + pos: 63.5,0.5 + parent: 2 + - uid: 684 + components: + - type: Transform + pos: 69.5,0.5 + parent: 2 + - uid: 685 + components: + - type: Transform + pos: 69.5,-1.5 + parent: 2 + - uid: 720 + components: + - type: Transform + pos: 65.5,-3.5 + parent: 2 + - uid: 748 + components: + - type: Transform + pos: 71.5,-1.5 + parent: 2 + - uid: 768 + components: + - type: Transform + pos: 63.5,5.5 + parent: 2 + - uid: 779 + components: + - type: Transform + pos: 58.5,0.5 + parent: 2 + - uid: 781 + components: + - type: Transform + pos: 63.5,7.5 + parent: 2 + - uid: 840 + components: + - type: Transform + pos: 12.5,-2.5 + parent: 2 + - uid: 1171 + components: + - type: Transform + pos: 78.5,-41.5 + parent: 2 + - uid: 1173 + components: + - type: Transform + pos: 78.5,-40.5 + parent: 2 + - uid: 1185 + components: + - type: Transform + pos: 78.5,-42.5 + parent: 2 + - uid: 1365 + components: + - type: Transform + pos: 59.5,-41.5 + parent: 2 + - uid: 1520 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 2 + - uid: 1871 + components: + - type: Transform + pos: 44.5,-72.5 + parent: 2 + - uid: 2140 + components: + - type: Transform + pos: 68.5,-40.5 + parent: 2 + - uid: 2180 + components: + - type: Transform + pos: 58.5,-41.5 + parent: 2 + - uid: 2355 + components: + - type: Transform + pos: 58.5,-40.5 + parent: 2 + - uid: 2363 + components: + - type: Transform + pos: 60.5,-43.5 + parent: 2 + - uid: 2455 + components: + - type: Transform + pos: -51.5,-15.5 + parent: 2 + - uid: 2467 + components: + - type: Transform + pos: -49.5,-16.5 + parent: 2 + - uid: 2970 + components: + - type: Transform + pos: 12.5,2.5 + parent: 2 + - uid: 2974 + components: + - type: Transform + pos: 12.5,3.5 + parent: 2 + - uid: 2987 + components: + - type: Transform + pos: -50.5,-15.5 + parent: 2 + - uid: 3124 + components: + - type: Transform + pos: 58.5,-42.5 + parent: 2 + - uid: 3222 + components: + - type: Transform + pos: 57.5,6.5 + parent: 2 + - uid: 3224 + components: + - type: Transform + pos: 57.5,0.5 + parent: 2 + - uid: 3408 + components: + - type: Transform + pos: 70.5,-45.5 + parent: 2 + - uid: 3465 + components: + - type: Transform + pos: 57.5,-0.5 + parent: 2 + - uid: 3472 + components: + - type: Transform + pos: 22.5,18.5 + parent: 2 + - uid: 3537 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - uid: 3543 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 2 + - uid: 3613 + components: + - type: Transform + pos: 59.5,0.5 + parent: 2 + - uid: 3614 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 2 + - uid: 3631 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 2 + - uid: 3691 + components: + - type: Transform + pos: 59.5,-0.5 + parent: 2 + - uid: 3709 + components: + - type: Transform + pos: 59.5,-2.5 + parent: 2 + - uid: 3756 + components: + - type: Transform + pos: 57.5,-2.5 + parent: 2 + - uid: 5219 + components: + - type: Transform + pos: 10.5,-8.5 + parent: 2 + - uid: 5220 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - uid: 5271 + components: + - type: Transform + pos: 61.5,-2.5 + parent: 2 + - uid: 5272 + components: + - type: Transform + pos: 65.5,5.5 + parent: 2 + - uid: 5287 + components: + - type: Transform + pos: 63.5,4.5 + parent: 2 + - uid: 5288 + components: + - type: Transform + pos: 65.5,4.5 + parent: 2 + - uid: 5292 + components: + - type: Transform + pos: 65.5,6.5 + parent: 2 + - uid: 5297 + components: + - type: Transform + pos: 63.5,8.5 + parent: 2 + - uid: 5298 + components: + - type: Transform + pos: 63.5,6.5 + parent: 2 + - uid: 5308 + components: + - type: Transform + pos: 61.5,-1.5 + parent: 2 + - uid: 5309 + components: + - type: Transform + pos: 61.5,-0.5 + parent: 2 + - uid: 5310 + components: + - type: Transform + pos: 62.5,4.5 + parent: 2 + - uid: 5311 + components: + - type: Transform + pos: 61.5,8.5 + parent: 2 + - uid: 5312 + components: + - type: Transform + pos: 61.5,7.5 + parent: 2 + - uid: 5449 + components: + - type: Transform + pos: 67.5,-43.5 + parent: 2 + - uid: 7681 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 7682 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - uid: 7683 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 + - uid: 7684 + components: + - type: Transform + pos: -3.5,6.5 + parent: 2 + - uid: 7685 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 + - uid: 7686 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 7693 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 2 + - uid: 7694 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - uid: 7695 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - uid: 7696 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 2 + - uid: 7697 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 2 + - uid: 7698 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - uid: 7699 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 2 + - uid: 7700 + components: + - type: Transform + pos: 7.5,-6.5 + parent: 2 + - uid: 7701 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 2 + - uid: 7702 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 2 + - uid: 7703 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 2 + - uid: 7704 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + pos: 9.5,1.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + pos: 4.5,5.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 7712 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 7714 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 + - uid: 7715 + components: + - type: Transform + pos: 2.5,5.5 + parent: 2 + - uid: 7716 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 7718 + components: + - type: Transform + pos: 6.5,2.5 + parent: 2 + - uid: 7719 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 7735 + components: + - type: Transform + pos: -10.5,2.5 + parent: 2 + - uid: 7736 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 + - uid: 7737 + components: + - type: Transform + pos: -12.5,2.5 + parent: 2 + - uid: 7738 + components: + - type: Transform + pos: -11.5,3.5 + parent: 2 + - uid: 7739 + components: + - type: Transform + pos: -11.5,4.5 + parent: 2 + - uid: 7740 + components: + - type: Transform + pos: -10.5,6.5 + parent: 2 + - uid: 7747 + components: + - type: Transform + pos: 3.5,8.5 + parent: 2 + - uid: 7748 + components: + - type: Transform + pos: 3.5,7.5 + parent: 2 + - uid: 7750 + components: + - type: Transform + pos: 12.5,0.5 + parent: 2 + - uid: 7751 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 7752 + components: + - type: Transform + pos: 12.5,-1.5 + parent: 2 + - uid: 7757 + components: + - type: Transform + pos: 6.5,8.5 + parent: 2 + - uid: 7780 + components: + - type: Transform + pos: 24.5,18.5 + parent: 2 + - uid: 7781 + components: + - type: Transform + pos: 25.5,18.5 + parent: 2 + - uid: 7783 + components: + - type: Transform + pos: 24.5,16.5 + parent: 2 + - uid: 7787 + components: + - type: Transform + pos: 28.5,14.5 + parent: 2 + - uid: 7788 + components: + - type: Transform + pos: 29.5,14.5 + parent: 2 + - uid: 7789 + components: + - type: Transform + pos: 29.5,15.5 + parent: 2 + - uid: 7790 + components: + - type: Transform + pos: 29.5,16.5 + parent: 2 + - uid: 7791 + components: + - type: Transform + pos: 35.5,14.5 + parent: 2 + - uid: 7792 + components: + - type: Transform + pos: 36.5,14.5 + parent: 2 + - uid: 7793 + components: + - type: Transform + pos: 35.5,13.5 + parent: 2 + - uid: 7794 + components: + - type: Transform + pos: 35.5,12.5 + parent: 2 + - uid: 7795 + components: + - type: Transform + pos: 36.5,12.5 + parent: 2 + - uid: 7802 + components: + - type: Transform + pos: 35.5,11.5 + parent: 2 + - uid: 7803 + components: + - type: Transform + pos: 37.5,15.5 + parent: 2 + - uid: 9102 + components: + - type: Transform + pos: 50.5,1.5 + parent: 2 + - uid: 9104 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 9105 + components: + - type: Transform + pos: 50.5,3.5 + parent: 2 + - uid: 9835 + components: + - type: Transform + pos: 61.5,6.5 + parent: 2 + - uid: 9851 + components: + - type: Transform + pos: 61.5,5.5 + parent: 2 + - uid: 9853 + components: + - type: Transform + pos: 61.5,4.5 + parent: 2 + - uid: 10441 + components: + - type: Transform + pos: 69.5,4.5 + parent: 2 + - uid: 10720 + components: + - type: Transform + pos: 51.5,2.5 + parent: 2 + - uid: 10745 + components: + - type: Transform + pos: 70.5,2.5 + parent: 2 + - uid: 10782 + components: + - type: Transform + pos: 67.5,5.5 + parent: 2 + - uid: 10784 + components: + - type: Transform + pos: 62.5,2.5 + parent: 2 + - uid: 10790 + components: + - type: Transform + pos: 67.5,8.5 + parent: 2 + - uid: 10792 + components: + - type: Transform + pos: 71.5,6.5 + parent: 2 + - uid: 11197 + components: + - type: Transform + pos: 44.5,-70.5 + parent: 2 + - uid: 11643 + components: + - type: Transform + pos: 50.5,-73.5 + parent: 2 + - uid: 11872 + components: + - type: Transform + pos: 44.5,-74.5 + parent: 2 + - uid: 11958 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 12520 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 2 + - uid: 13169 + components: + - type: Transform + pos: 12.5,-3.5 + parent: 2 + - uid: 14228 + components: + - type: Transform + pos: 66.5,2.5 + parent: 2 + - uid: 14236 + components: + - type: Transform + pos: 69.5,5.5 + parent: 2 + - uid: 14237 + components: + - type: Transform + pos: 71.5,4.5 + parent: 2 + - uid: 14239 + components: + - type: Transform + pos: 71.5,5.5 + parent: 2 + - uid: 14240 + components: + - type: Transform + pos: 69.5,7.5 + parent: 2 + - uid: 14261 + components: + - type: Transform + pos: 84.5,-18.5 + parent: 2 + - uid: 14262 + components: + - type: Transform + pos: 69.5,8.5 + parent: 2 + - uid: 14397 + components: + - type: Transform + pos: 44.5,-73.5 + parent: 2 + - uid: 14469 + components: + - type: Transform + pos: 83.5,-19.5 + parent: 2 + - uid: 14478 + components: + - type: Transform + pos: 84.5,-19.5 + parent: 2 + - uid: 14482 + components: + - type: Transform + pos: 83.5,-18.5 + parent: 2 + - uid: 14483 + components: + - type: Transform + pos: 82.5,-17.5 + parent: 2 + - uid: 14511 + components: + - type: Transform + pos: 83.5,-17.5 + parent: 2 + - uid: 14513 + components: + - type: Transform + pos: 84.5,-17.5 + parent: 2 + - uid: 14581 + components: + - type: Transform + pos: 86.5,-12.5 + parent: 2 + - uid: 14598 + components: + - type: Transform + pos: 88.5,-12.5 + parent: 2 + - uid: 14788 + components: + - type: Transform + pos: 87.5,-11.5 + parent: 2 + - uid: 14846 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 2 + - uid: 15322 + components: + - type: Transform + pos: 73.5,2.5 + parent: 2 + - uid: 15474 + components: + - type: Transform + pos: 67.5,7.5 + parent: 2 + - uid: 15635 + components: + - type: Transform + pos: 60.5,-41.5 + parent: 2 + - uid: 15636 + components: + - type: Transform + pos: 64.5,-37.5 + parent: 2 + - uid: 15641 + components: + - type: Transform + pos: 71.5,7.5 + parent: 2 + - uid: 15725 + components: + - type: Transform + pos: 67.5,6.5 + parent: 2 + - uid: 15776 + components: + - type: Transform + pos: 58.5,2.5 + parent: 2 + - uid: 15931 + components: + - type: Transform + pos: 67.5,4.5 + parent: 2 + - uid: 16038 + components: + - type: Transform + pos: -12.5,5.5 + parent: 2 + - uid: 16047 + components: + - type: Transform + pos: 2.5,7.5 + parent: 2 + - uid: 16215 + components: + - type: Transform + pos: 44.5,-71.5 + parent: 2 + - uid: 16225 + components: + - type: Transform + pos: 67.5,-1.5 + parent: 2 + - uid: 16841 + components: + - type: Transform + pos: -46.5,-11.5 + parent: 2 + - uid: 16842 + components: + - type: Transform + pos: -46.5,-12.5 + parent: 2 + - uid: 16843 + components: + - type: Transform + pos: -45.5,-12.5 + parent: 2 + - uid: 16844 + components: + - type: Transform + pos: -44.5,-12.5 + parent: 2 + - uid: 16845 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 2 + - uid: 16846 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 16847 + components: + - type: Transform + pos: -41.5,-12.5 + parent: 2 + - uid: 16848 + components: + - type: Transform + pos: -40.5,-12.5 + parent: 2 + - uid: 16849 + components: + - type: Transform + pos: -39.5,-12.5 + parent: 2 + - uid: 16850 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 + - uid: 16851 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 + - uid: 16852 + components: + - type: Transform + pos: -38.5,-14.5 + parent: 2 + - uid: 16853 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 2 + - uid: 16854 + components: + - type: Transform + pos: -38.5,-16.5 + parent: 2 + - uid: 16855 + components: + - type: Transform + pos: -37.5,-16.5 + parent: 2 + - uid: 16856 + components: + - type: Transform + pos: -36.5,-16.5 + parent: 2 + - uid: 16857 + components: + - type: Transform + pos: -35.5,-16.5 + parent: 2 + - uid: 16858 + components: + - type: Transform + pos: -34.5,-16.5 + parent: 2 + - uid: 16859 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 16860 + components: + - type: Transform + pos: -32.5,-16.5 + parent: 2 + - uid: 16861 + components: + - type: Transform + pos: -31.5,-16.5 + parent: 2 + - uid: 16862 + components: + - type: Transform + pos: -30.5,-16.5 + parent: 2 + - uid: 16863 + components: + - type: Transform + pos: -29.5,-16.5 + parent: 2 + - uid: 16864 + components: + - type: Transform + pos: -27.5,-16.5 + parent: 2 + - uid: 16865 + components: + - type: Transform + pos: -28.5,-16.5 + parent: 2 + - uid: 16870 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - uid: 16871 + components: + - type: Transform + pos: -50.5,-9.5 + parent: 2 + - uid: 16872 + components: + - type: Transform + pos: -49.5,-8.5 + parent: 2 + - uid: 16873 + components: + - type: Transform + pos: -48.5,-7.5 + parent: 2 + - uid: 16874 + components: + - type: Transform + pos: -47.5,-6.5 + parent: 2 + - uid: 16875 + components: + - type: Transform + pos: -45.5,-6.5 + parent: 2 + - uid: 16876 + components: + - type: Transform + pos: -44.5,-6.5 + parent: 2 + - uid: 16877 + components: + - type: Transform + pos: -43.5,-6.5 + parent: 2 + - uid: 16878 + components: + - type: Transform + pos: -42.5,-6.5 + parent: 2 + - uid: 16879 + components: + - type: Transform + pos: -41.5,-6.5 + parent: 2 + - uid: 16880 + components: + - type: Transform + pos: -40.5,-6.5 + parent: 2 + - uid: 16881 + components: + - type: Transform + pos: -39.5,-6.5 + parent: 2 + - uid: 16882 + components: + - type: Transform + pos: -38.5,-6.5 + parent: 2 + - uid: 16883 + components: + - type: Transform + pos: -37.5,-6.5 + parent: 2 + - uid: 16884 + components: + - type: Transform + pos: -36.5,-6.5 + parent: 2 + - uid: 16885 + components: + - type: Transform + pos: -35.5,-6.5 + parent: 2 + - uid: 16886 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 + - uid: 16887 + components: + - type: Transform + pos: -33.5,-6.5 + parent: 2 + - uid: 16888 + components: + - type: Transform + pos: -68.5,-60.5 + parent: 2 + - uid: 16889 + components: + - type: Transform + pos: -68.5,-48.5 + parent: 2 + - uid: 16890 + components: + - type: Transform + pos: -68.5,-49.5 + parent: 2 + - uid: 16891 + components: + - type: Transform + pos: -68.5,-50.5 + parent: 2 + - uid: 16892 + components: + - type: Transform + pos: -68.5,-51.5 + parent: 2 + - uid: 16893 + components: + - type: Transform + pos: -68.5,-52.5 + parent: 2 + - uid: 16894 + components: + - type: Transform + pos: -66.5,-52.5 + parent: 2 + - uid: 16895 + components: + - type: Transform + pos: -66.5,-51.5 + parent: 2 + - uid: 16896 + components: + - type: Transform + pos: -66.5,-50.5 + parent: 2 + - uid: 16897 + components: + - type: Transform + pos: -66.5,-49.5 + parent: 2 + - uid: 16898 + components: + - type: Transform + pos: -66.5,-48.5 + parent: 2 + - uid: 16899 + components: + - type: Transform + pos: -64.5,-48.5 + parent: 2 + - uid: 16900 + components: + - type: Transform + pos: -64.5,-49.5 + parent: 2 + - uid: 16901 + components: + - type: Transform + pos: -64.5,-50.5 + parent: 2 + - uid: 16902 + components: + - type: Transform + pos: -64.5,-51.5 + parent: 2 + - uid: 16903 + components: + - type: Transform + pos: -64.5,-52.5 + parent: 2 + - uid: 16904 + components: + - type: Transform + pos: -62.5,-52.5 + parent: 2 + - uid: 16905 + components: + - type: Transform + pos: -62.5,-51.5 + parent: 2 + - uid: 16906 + components: + - type: Transform + pos: -62.5,-50.5 + parent: 2 + - uid: 16907 + components: + - type: Transform + pos: -62.5,-49.5 + parent: 2 + - uid: 16908 + components: + - type: Transform + pos: -62.5,-48.5 + parent: 2 + - uid: 16909 + components: + - type: Transform + pos: -60.5,-48.5 + parent: 2 + - uid: 16910 + components: + - type: Transform + pos: -60.5,-49.5 + parent: 2 + - uid: 16911 + components: + - type: Transform + pos: -60.5,-50.5 + parent: 2 + - uid: 16912 + components: + - type: Transform + pos: -60.5,-51.5 + parent: 2 + - uid: 16913 + components: + - type: Transform + pos: -60.5,-52.5 + parent: 2 + - uid: 16914 + components: + - type: Transform + pos: -58.5,-52.5 + parent: 2 + - uid: 16915 + components: + - type: Transform + pos: -58.5,-51.5 + parent: 2 + - uid: 16916 + components: + - type: Transform + pos: -58.5,-50.5 + parent: 2 + - uid: 16917 + components: + - type: Transform + pos: -58.5,-49.5 + parent: 2 + - uid: 16918 + components: + - type: Transform + pos: -58.5,-48.5 + parent: 2 + - uid: 16919 + components: + - type: Transform + pos: -58.5,-56.5 + parent: 2 + - uid: 16920 + components: + - type: Transform + pos: -58.5,-57.5 + parent: 2 + - uid: 16921 + components: + - type: Transform + pos: -58.5,-58.5 + parent: 2 + - uid: 16922 + components: + - type: Transform + pos: -58.5,-59.5 + parent: 2 + - uid: 16923 + components: + - type: Transform + pos: -58.5,-60.5 + parent: 2 + - uid: 16924 + components: + - type: Transform + pos: -60.5,-60.5 + parent: 2 + - uid: 16925 + components: + - type: Transform + pos: -60.5,-59.5 + parent: 2 + - uid: 16926 + components: + - type: Transform + pos: -60.5,-58.5 + parent: 2 + - uid: 16927 + components: + - type: Transform + pos: -60.5,-57.5 + parent: 2 + - uid: 16928 + components: + - type: Transform + pos: -60.5,-56.5 + parent: 2 + - uid: 16929 + components: + - type: Transform + pos: -62.5,-56.5 + parent: 2 + - uid: 16930 + components: + - type: Transform + pos: -62.5,-57.5 + parent: 2 + - uid: 16931 + components: + - type: Transform + pos: -62.5,-58.5 + parent: 2 + - uid: 16932 + components: + - type: Transform + pos: -62.5,-59.5 + parent: 2 + - uid: 16933 + components: + - type: Transform + pos: -62.5,-60.5 + parent: 2 + - uid: 16934 + components: + - type: Transform + pos: -64.5,-60.5 + parent: 2 + - uid: 16935 + components: + - type: Transform + pos: -64.5,-59.5 + parent: 2 + - uid: 16936 + components: + - type: Transform + pos: -64.5,-58.5 + parent: 2 + - uid: 16937 + components: + - type: Transform + pos: -64.5,-57.5 + parent: 2 + - uid: 16938 + components: + - type: Transform + pos: -64.5,-56.5 + parent: 2 + - uid: 16939 + components: + - type: Transform + pos: -66.5,-57.5 + parent: 2 + - uid: 16940 + components: + - type: Transform + pos: -66.5,-58.5 + parent: 2 + - uid: 16941 + components: + - type: Transform + pos: -66.5,-59.5 + parent: 2 + - uid: 16942 + components: + - type: Transform + pos: -66.5,-60.5 + parent: 2 + - uid: 16943 + components: + - type: Transform + pos: -66.5,-56.5 + parent: 2 + - uid: 16944 + components: + - type: Transform + pos: -68.5,-59.5 + parent: 2 + - uid: 16945 + components: + - type: Transform + pos: -68.5,-58.5 + parent: 2 + - uid: 16946 + components: + - type: Transform + pos: -68.5,-57.5 + parent: 2 + - uid: 16947 + components: + - type: Transform + pos: -68.5,-56.5 + parent: 2 + - uid: 16948 + components: + - type: Transform + pos: -67.5,-56.5 + parent: 2 + - uid: 16949 + components: + - type: Transform + pos: -63.5,-56.5 + parent: 2 + - uid: 16950 + components: + - type: Transform + pos: -59.5,-56.5 + parent: 2 + - uid: 16951 + components: + - type: Transform + pos: -59.5,-52.5 + parent: 2 + - uid: 16952 + components: + - type: Transform + pos: -63.5,-52.5 + parent: 2 + - uid: 16953 + components: + - type: Transform + pos: -67.5,-52.5 + parent: 2 + - uid: 16954 + components: + - type: Transform + pos: -67.5,-54.5 + parent: 2 + - uid: 16955 + components: + - type: Transform + pos: -63.5,-54.5 + parent: 2 + - uid: 16956 + components: + - type: Transform + pos: -59.5,-54.5 + parent: 2 + - uid: 16957 + components: + - type: Transform + pos: -70.5,-54.5 + parent: 2 + - uid: 16958 + components: + - type: Transform + pos: -52.5,-54.5 + parent: 2 + - uid: 16959 + components: + - type: Transform + pos: -51.5,-54.5 + parent: 2 + - uid: 17007 + components: + - type: Transform + pos: 68.5,-43.5 + parent: 2 + - uid: 17008 + components: + - type: Transform + pos: 67.5,-44.5 + parent: 2 + - uid: 17017 + components: + - type: Transform + pos: 59.5,-40.5 + parent: 2 + - uid: 17018 + components: + - type: Transform + pos: 58.5,-39.5 + parent: 2 + - uid: 17019 + components: + - type: Transform + pos: 59.5,-39.5 + parent: 2 + - uid: 17075 + components: + - type: Transform + pos: -49.5,-15.5 + parent: 2 + - uid: 17080 + components: + - type: Transform + pos: -49.5,-17.5 + parent: 2 + - uid: 17081 + components: + - type: Transform + pos: -48.5,-17.5 + parent: 2 + - uid: 17082 + components: + - type: Transform + pos: -47.5,-17.5 + parent: 2 + - uid: 17083 + components: + - type: Transform + pos: -48.5,-18.5 + parent: 2 + - uid: 17084 + components: + - type: Transform + pos: -47.5,-18.5 + parent: 2 + - uid: 17085 + components: + - type: Transform + pos: -46.5,-18.5 + parent: 2 + - uid: 17086 + components: + - type: Transform + pos: -47.5,-19.5 + parent: 2 + - uid: 17087 + components: + - type: Transform + pos: -46.5,-19.5 + parent: 2 + - uid: 17093 + components: + - type: Transform + pos: -47.5,-7.5 + parent: 2 + - uid: 17097 + components: + - type: Transform + pos: -48.5,-6.5 + parent: 2 + - uid: 17098 + components: + - type: Transform + pos: -49.5,-7.5 + parent: 2 + - uid: 17099 + components: + - type: Transform + pos: -48.5,-8.5 + parent: 2 + - uid: 17100 + components: + - type: Transform + pos: -49.5,-9.5 + parent: 2 + - uid: 17101 + components: + - type: Transform + pos: -50.5,-8.5 + parent: 2 + - uid: 17102 + components: + - type: Transform + pos: -51.5,-9.5 + parent: 2 + - uid: 17103 + components: + - type: Transform + pos: -45.5,-18.5 + parent: 2 + - uid: 17104 + components: + - type: Transform + pos: -47.5,-20.5 + parent: 2 + - uid: 17119 + components: + - type: Transform + pos: 59.5,-38.5 + parent: 2 + - uid: 17125 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 2 + - uid: 17126 + components: + - type: Transform + pos: 63.5,-0.5 + parent: 2 + - uid: 17127 + components: + - type: Transform + pos: 69.5,6.5 + parent: 2 + - uid: 17128 + components: + - type: Transform + pos: 65.5,0.5 + parent: 2 + - uid: 17132 + components: + - type: Transform + pos: 70.5,4.5 + parent: 2 + - uid: 17133 + components: + - type: Transform + pos: 63.5,-1.5 + parent: 2 + - uid: 17134 + components: + - type: Transform + pos: 67.5,-2.5 + parent: 2 + - uid: 17138 + components: + - type: Transform + pos: 67.5,0.5 + parent: 2 + - uid: 17140 + components: + - type: Transform + pos: 67.5,-3.5 + parent: 2 + - uid: 17142 + components: + - type: Transform + pos: 65.5,-1.5 + parent: 2 + - uid: 17158 + components: + - type: Transform + pos: 60.5,-38.5 + parent: 2 + - uid: 17169 + components: + - type: Transform + pos: 61.5,-38.5 + parent: 2 + - uid: 17171 + components: + - type: Transform + pos: 65.5,7.5 + parent: 2 + - uid: 17173 + components: + - type: Transform + pos: 65.5,8.5 + parent: 2 + - uid: 17189 + components: + - type: Transform + pos: 71.5,-3.5 + parent: 2 + - uid: 17192 + components: + - type: Transform + pos: 71.5,-2.5 + parent: 2 + - uid: 17274 + components: + - type: Transform + pos: 91.5,-20.5 + parent: 2 + - uid: 17280 + components: + - type: Transform + pos: 76.5,-44.5 + parent: 2 + - uid: 17294 + components: + - type: Transform + pos: 73.5,-46.5 + parent: 2 + - uid: 17303 + components: + - type: Transform + pos: 63.5,-2.5 + parent: 2 + - uid: 17304 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 2 + - uid: 17577 + components: + - type: Transform + pos: 59.5,7.5 + parent: 2 + - uid: 17609 + components: + - type: Transform + pos: 75.5,-44.5 + parent: 2 + - uid: 17610 + components: + - type: Transform + pos: 19.5,17.5 + parent: 2 + - uid: 17641 + components: + - type: Transform + pos: 57.5,8.5 + parent: 2 + - uid: 17717 + components: + - type: Transform + pos: 83.5,-20.5 + parent: 2 + - uid: 17739 + components: + - type: Transform + pos: 81.5,-24.5 + parent: 2 + - uid: 17742 + components: + - type: Transform + pos: 88.5,-14.5 + parent: 2 + - uid: 17753 + components: + - type: Transform + pos: 59.5,5.5 + parent: 2 + - uid: 17754 + components: + - type: Transform + pos: 58.5,4.5 + parent: 2 + - uid: 17757 + components: + - type: Transform + pos: 71.5,0.5 + parent: 2 + - uid: 17779 + components: + - type: Transform + pos: 61.5,0.5 + parent: 2 + - uid: 17788 + components: + - type: Transform + pos: 63.5,-3.5 + parent: 2 + - uid: 17789 + components: + - type: Transform + pos: 74.5,-45.5 + parent: 2 + - uid: 17790 + components: + - type: Transform + pos: 62.5,0.5 + parent: 2 + - uid: 17791 + components: + - type: Transform + pos: 74.5,-44.5 + parent: 2 + - uid: 17828 + components: + - type: Transform + pos: 82.5,-24.5 + parent: 2 + - uid: 17895 + components: + - type: Transform + pos: 72.5,-45.5 + parent: 2 + - uid: 17906 + components: + - type: Transform + pos: 72.5,-46.5 + parent: 2 + - uid: 17908 + components: + - type: Transform + pos: 44.5,-69.5 + parent: 2 + - uid: 17910 + components: + - type: Transform + pos: 78.5,-43.5 + parent: 2 + - uid: 17913 + components: + - type: Transform + pos: 75.5,-43.5 + parent: 2 + - uid: 17917 + components: + - type: Transform + pos: 59.5,-42.5 + parent: 2 + - uid: 17918 + components: + - type: Transform + pos: 63.5,-39.5 + parent: 2 + - uid: 17922 + components: + - type: Transform + pos: 65.5,-45.5 + parent: 2 + - uid: 17923 + components: + - type: Transform + pos: 70.5,-44.5 + parent: 2 + - uid: 17925 + components: + - type: Transform + pos: 66.5,-39.5 + parent: 2 + - uid: 17964 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 2 + - uid: 18144 + components: + - type: Transform + pos: 57.5,4.5 + parent: 2 + - uid: 18149 + components: + - type: Transform + pos: 59.5,4.5 + parent: 2 + - uid: 18151 + components: + - type: Transform + pos: 59.5,6.5 + parent: 2 + - uid: 18152 + components: + - type: Transform + pos: 57.5,7.5 + parent: 2 + - uid: 18153 + components: + - type: Transform + pos: 57.5,5.5 + parent: 2 + - uid: 18157 + components: + - type: Transform + pos: 69.5,-0.5 + parent: 2 + - uid: 18158 + components: + - type: Transform + pos: 71.5,-0.5 + parent: 2 + - uid: 18162 + components: + - type: Transform + pos: -45.5,28.5 + parent: 2 + - uid: 18167 + components: + - type: Transform + pos: -45.5,25.5 + parent: 2 + - uid: 18173 + components: + - type: Transform + pos: -47.5,28.5 + parent: 2 + - uid: 18178 + components: + - type: Transform + pos: -47.5,26.5 + parent: 2 + - uid: 18180 + components: + - type: Transform + pos: -46.5,23.5 + parent: 2 + - uid: 18181 + components: + - type: Transform + pos: -47.5,25.5 + parent: 2 + - uid: 18182 + components: + - type: Transform + pos: -47.5,27.5 + parent: 2 + - uid: 18183 + components: + - type: Transform + pos: -46.5,25.5 + parent: 2 + - uid: 18185 + components: + - type: Transform + pos: -47.5,29.5 + parent: 2 + - uid: 18186 + components: + - type: Transform + pos: -45.5,26.5 + parent: 2 + - uid: 18265 + components: + - type: Transform + pos: 71.5,8.5 + parent: 2 + - uid: 18337 + components: + - type: Transform + pos: 66.5,4.5 + parent: 2 + - uid: 18338 + components: + - type: Transform + pos: -48.5,20.5 + parent: 2 + - uid: 18342 + components: + - type: Transform + pos: 20.5,32.5 + parent: 2 + - uid: 18348 + components: + - type: Transform + pos: 59.5,8.5 + parent: 2 + - uid: 18401 + components: + - type: Transform + pos: 19.5,32.5 + parent: 2 + - uid: 18402 + components: + - type: Transform + pos: 19.5,33.5 + parent: 2 + - uid: 18403 + components: + - type: Transform + pos: 18.5,33.5 + parent: 2 + - uid: 18404 + components: + - type: Transform + pos: 17.5,33.5 + parent: 2 + - uid: 18405 + components: + - type: Transform + pos: 17.5,32.5 + parent: 2 + - uid: 18406 + components: + - type: Transform + pos: 16.5,32.5 + parent: 2 + - uid: 18407 + components: + - type: Transform + pos: 18.5,32.5 + parent: 2 + - uid: 18409 + components: + - type: Transform + pos: 18.5,30.5 + parent: 2 + - uid: 18410 + components: + - type: Transform + pos: 17.5,29.5 + parent: 2 + - uid: 18411 + components: + - type: Transform + pos: 17.5,28.5 + parent: 2 + - uid: 18412 + components: + - type: Transform + pos: 18.5,28.5 + parent: 2 + - uid: 18413 + components: + - type: Transform + pos: 18.5,27.5 + parent: 2 + - uid: 18414 + components: + - type: Transform + pos: 17.5,27.5 + parent: 2 + - uid: 18415 + components: + - type: Transform + pos: 18.5,29.5 + parent: 2 + - uid: 18416 + components: + - type: Transform + pos: 18.5,31.5 + parent: 2 + - uid: 18461 + components: + - type: Transform + pos: -45.5,29.5 + parent: 2 + - uid: 18499 + components: + - type: Transform + pos: 30.5,-79.5 + parent: 2 + - uid: 18538 + components: + - type: Transform + pos: 74.5,-43.5 + parent: 2 + - uid: 18585 + components: + - type: Transform + pos: -45.5,27.5 + parent: 2 + - uid: 18594 + components: + - type: Transform + pos: 67.5,-0.5 + parent: 2 + - uid: 18610 + components: + - type: Transform + pos: 65.5,-0.5 + parent: 2 + - uid: 18613 + components: + - type: Transform + pos: -50.5,23.5 + parent: 2 + - uid: 18624 + components: + - type: Transform + pos: -54.5,23.5 + parent: 2 + - uid: 18625 + components: + - type: Transform + pos: -57.5,23.5 + parent: 2 + - uid: 18626 + components: + - type: Transform + pos: -54.5,25.5 + parent: 2 + - uid: 18627 + components: + - type: Transform + pos: -55.5,25.5 + parent: 2 + - uid: 18628 + components: + - type: Transform + pos: -55.5,26.5 + parent: 2 + - uid: 18642 + components: + - type: Transform + pos: 65.5,-41.5 + parent: 2 + - uid: 18652 + components: + - type: Transform + pos: 79.5,-42.5 + parent: 2 + - uid: 18657 + components: + - type: Transform + pos: 76.5,-46.5 + parent: 2 + - uid: 18658 + components: + - type: Transform + pos: 79.5,-43.5 + parent: 2 + - uid: 18659 + components: + - type: Transform + pos: 77.5,-43.5 + parent: 2 + - uid: 18661 + components: + - type: Transform + pos: 76.5,-42.5 + parent: 2 + - uid: 18769 + components: + - type: Transform + pos: 73.5,-40.5 + parent: 2 + - uid: 18773 + components: + - type: Transform + pos: 86.5,-14.5 + parent: 2 + - uid: 18774 + components: + - type: Transform + pos: 87.5,-13.5 + parent: 2 + - uid: 18804 + components: + - type: Transform + pos: 72.5,-40.5 + parent: 2 + - uid: 18807 + components: + - type: Transform + pos: 70.5,-41.5 + parent: 2 + - uid: 18811 + components: + - type: Transform + pos: 71.5,-41.5 + parent: 2 + - uid: 18813 + components: + - type: Transform + pos: -55.5,27.5 + parent: 2 + - uid: 18821 + components: + - type: Transform + pos: 70.5,-42.5 + parent: 2 + - uid: 18822 + components: + - type: Transform + pos: 71.5,-42.5 + parent: 2 + - uid: 18823 + components: + - type: Transform + pos: 59.5,-37.5 + parent: 2 + - uid: 18824 + components: + - type: Transform + pos: 70.5,-59.5 + parent: 2 + - uid: 18942 + components: + - type: Transform + pos: -55.5,28.5 + parent: 2 + - uid: 18983 + components: + - type: Transform + pos: -55.5,29.5 + parent: 2 + - uid: 19041 + components: + - type: Transform + pos: 77.5,-39.5 + parent: 2 + - uid: 19042 + components: + - type: Transform + pos: 69.5,-66.5 + parent: 2 + - uid: 19055 + components: + - type: Transform + pos: 73.5,-44.5 + parent: 2 + - uid: 19070 + components: + - type: Transform + pos: -53.5,29.5 + parent: 2 + - uid: 19071 + components: + - type: Transform + pos: -53.5,28.5 + parent: 2 + - uid: 19072 + components: + - type: Transform + pos: -53.5,27.5 + parent: 2 + - uid: 19073 + components: + - type: Transform + pos: -53.5,26.5 + parent: 2 + - uid: 19074 + components: + - type: Transform + pos: -53.5,25.5 + parent: 2 + - uid: 19075 + components: + - type: Transform + pos: -51.5,25.5 + parent: 2 + - uid: 19076 + components: + - type: Transform + pos: -51.5,26.5 + parent: 2 + - uid: 19077 + components: + - type: Transform + pos: -51.5,27.5 + parent: 2 + - uid: 19078 + components: + - type: Transform + pos: -51.5,28.5 + parent: 2 + - uid: 19079 + components: + - type: Transform + pos: -51.5,29.5 + parent: 2 + - uid: 19080 + components: + - type: Transform + pos: -49.5,29.5 + parent: 2 + - uid: 19081 + components: + - type: Transform + pos: -49.5,28.5 + parent: 2 + - uid: 19082 + components: + - type: Transform + pos: -49.5,27.5 + parent: 2 + - uid: 19083 + components: + - type: Transform + pos: -49.5,26.5 + parent: 2 + - uid: 19084 + components: + - type: Transform + pos: -49.5,25.5 + parent: 2 + - uid: 19085 + components: + - type: Transform + pos: -50.5,25.5 + parent: 2 + - uid: 19086 + components: + - type: Transform + pos: -50.5,19.5 + parent: 2 + - uid: 19087 + components: + - type: Transform + pos: -52.5,20.5 + parent: 2 + - uid: 19088 + components: + - type: Transform + pos: -53.5,20.5 + parent: 2 + - uid: 19089 + components: + - type: Transform + pos: -54.5,20.5 + parent: 2 + - uid: 19091 + components: + - type: Transform + pos: -56.5,20.5 + parent: 2 + - uid: 19092 + components: + - type: Transform + pos: -55.5,20.5 + parent: 2 + - uid: 19093 + components: + - type: Transform + pos: -56.5,18.5 + parent: 2 + - uid: 19095 + components: + - type: Transform + pos: -55.5,18.5 + parent: 2 + - uid: 19096 + components: + - type: Transform + pos: -54.5,18.5 + parent: 2 + - uid: 19099 + components: + - type: Transform + pos: -53.5,18.5 + parent: 2 + - uid: 19100 + components: + - type: Transform + pos: -52.5,18.5 + parent: 2 + - uid: 19101 + components: + - type: Transform + pos: -52.5,19.5 + parent: 2 + - uid: 19103 + components: + - type: Transform + pos: -47.5,20.5 + parent: 2 + - uid: 19104 + components: + - type: Transform + pos: -46.5,20.5 + parent: 2 + - uid: 19105 + components: + - type: Transform + pos: -45.5,20.5 + parent: 2 + - uid: 19106 + components: + - type: Transform + pos: -44.5,20.5 + parent: 2 + - uid: 19107 + components: + - type: Transform + pos: -44.5,18.5 + parent: 2 + - uid: 19108 + components: + - type: Transform + pos: -45.5,18.5 + parent: 2 + - uid: 19109 + components: + - type: Transform + pos: -46.5,18.5 + parent: 2 + - uid: 19110 + components: + - type: Transform + pos: -47.5,18.5 + parent: 2 + - uid: 19111 + components: + - type: Transform + pos: -48.5,18.5 + parent: 2 + - uid: 19112 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 19113 + components: + - type: Transform + pos: -52.5,14.5 + parent: 2 + - uid: 19114 + components: + - type: Transform + pos: -44.5,16.5 + parent: 2 + - uid: 19115 + components: + - type: Transform + pos: -45.5,16.5 + parent: 2 + - uid: 19116 + components: + - type: Transform + pos: -46.5,16.5 + parent: 2 + - uid: 19117 + components: + - type: Transform + pos: -47.5,16.5 + parent: 2 + - uid: 19118 + components: + - type: Transform + pos: -48.5,16.5 + parent: 2 + - uid: 19119 + components: + - type: Transform + pos: -48.5,15.5 + parent: 2 + - uid: 19120 + components: + - type: Transform + pos: -48.5,14.5 + parent: 2 + - uid: 19121 + components: + - type: Transform + pos: -47.5,14.5 + parent: 2 + - uid: 19122 + components: + - type: Transform + pos: -46.5,14.5 + parent: 2 + - uid: 19123 + components: + - type: Transform + pos: -45.5,14.5 + parent: 2 + - uid: 19124 + components: + - type: Transform + pos: -44.5,14.5 + parent: 2 + - uid: 19125 + components: + - type: Transform + pos: -44.5,12.5 + parent: 2 + - uid: 19126 + components: + - type: Transform + pos: -45.5,12.5 + parent: 2 + - uid: 19127 + components: + - type: Transform + pos: -46.5,12.5 + parent: 2 + - uid: 19128 + components: + - type: Transform + pos: -47.5,12.5 + parent: 2 + - uid: 19129 + components: + - type: Transform + pos: -48.5,12.5 + parent: 2 + - uid: 19130 + components: + - type: Transform + pos: -48.5,11.5 + parent: 2 + - uid: 19131 + components: + - type: Transform + pos: -48.5,10.5 + parent: 2 + - uid: 19132 + components: + - type: Transform + pos: -47.5,10.5 + parent: 2 + - uid: 19133 + components: + - type: Transform + pos: -46.5,10.5 + parent: 2 + - uid: 19134 + components: + - type: Transform + pos: -45.5,10.5 + parent: 2 + - uid: 19135 + components: + - type: Transform + pos: -44.5,10.5 + parent: 2 + - uid: 19136 + components: + - type: Transform + pos: -50.5,11.5 + parent: 2 + - uid: 19137 + components: + - type: Transform + pos: -52.5,10.5 + parent: 2 + - uid: 19138 + components: + - type: Transform + pos: -53.5,10.5 + parent: 2 + - uid: 19139 + components: + - type: Transform + pos: -54.5,10.5 + parent: 2 + - uid: 19140 + components: + - type: Transform + pos: -55.5,10.5 + parent: 2 + - uid: 19141 + components: + - type: Transform + pos: -56.5,10.5 + parent: 2 + - uid: 19152 + components: + - type: Transform + pos: -56.5,12.5 + parent: 2 + - uid: 19165 + components: + - type: Transform + pos: -55.5,12.5 + parent: 2 + - uid: 19166 + components: + - type: Transform + pos: -54.5,12.5 + parent: 2 + - uid: 19167 + components: + - type: Transform + pos: -53.5,12.5 + parent: 2 + - uid: 19168 + components: + - type: Transform + pos: -52.5,12.5 + parent: 2 + - uid: 19169 + components: + - type: Transform + pos: -52.5,11.5 + parent: 2 + - uid: 19170 + components: + - type: Transform + pos: -53.5,14.5 + parent: 2 + - uid: 19171 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 + - uid: 19172 + components: + - type: Transform + pos: -55.5,14.5 + parent: 2 + - uid: 19173 + components: + - type: Transform + pos: -56.5,14.5 + parent: 2 + - uid: 19174 + components: + - type: Transform + pos: -56.5,16.5 + parent: 2 + - uid: 19175 + components: + - type: Transform + pos: -55.5,16.5 + parent: 2 + - uid: 19176 + components: + - type: Transform + pos: -53.5,16.5 + parent: 2 + - uid: 19177 + components: + - type: Transform + pos: -52.5,16.5 + parent: 2 + - uid: 19178 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 + - uid: 19179 + components: + - type: Transform + pos: -52.5,15.5 + parent: 2 + - uid: 19180 + components: + - type: Transform + pos: -50.5,15.5 + parent: 2 + - uid: 19289 + components: + - type: Transform + pos: 44.5,-75.5 + parent: 2 + - uid: 19292 + components: + - type: Transform + pos: 44.5,-76.5 + parent: 2 + - uid: 19293 + components: + - type: Transform + pos: 44.5,-77.5 + parent: 2 + - uid: 19294 + components: + - type: Transform + pos: 45.5,-71.5 + parent: 2 + - uid: 19295 + components: + - type: Transform + pos: 45.5,-72.5 + parent: 2 + - uid: 19296 + components: + - type: Transform + pos: 45.5,-73.5 + parent: 2 + - uid: 19297 + components: + - type: Transform + pos: 45.5,-74.5 + parent: 2 + - uid: 19298 + components: + - type: Transform + pos: 45.5,-75.5 + parent: 2 + - uid: 19299 + components: + - type: Transform + pos: 45.5,-70.5 + parent: 2 + - uid: 19300 + components: + - type: Transform + pos: 45.5,-76.5 + parent: 2 + - uid: 19301 + components: + - type: Transform + pos: 46.5,-70.5 + parent: 2 + - uid: 19302 + components: + - type: Transform + pos: 46.5,-71.5 + parent: 2 + - uid: 19303 + components: + - type: Transform + pos: 46.5,-72.5 + parent: 2 + - uid: 19304 + components: + - type: Transform + pos: 45.5,-77.5 + parent: 2 + - uid: 19305 + components: + - type: Transform + pos: 46.5,-73.5 + parent: 2 + - uid: 19306 + components: + - type: Transform + pos: 46.5,-74.5 + parent: 2 + - uid: 19307 + components: + - type: Transform + pos: 46.5,-75.5 + parent: 2 + - uid: 19308 + components: + - type: Transform + pos: 46.5,-76.5 + parent: 2 + - uid: 19309 + components: + - type: Transform + pos: 46.5,-77.5 + parent: 2 + - uid: 19310 + components: + - type: Transform + pos: 49.5,-68.5 + parent: 2 + - uid: 19311 + components: + - type: Transform + pos: 49.5,-74.5 + parent: 2 + - uid: 19312 + components: + - type: Transform + pos: 49.5,-75.5 + parent: 2 + - uid: 19313 + components: + - type: Transform + pos: 49.5,-76.5 + parent: 2 + - uid: 19314 + components: + - type: Transform + pos: 49.5,-77.5 + parent: 2 + - uid: 19315 + components: + - type: Transform + pos: 49.5,-78.5 + parent: 2 + - uid: 19316 + components: + - type: Transform + pos: 48.5,-77.5 + parent: 2 + - uid: 19317 + components: + - type: Transform + pos: 48.5,-76.5 + parent: 2 + - uid: 19318 + components: + - type: Transform + pos: 50.5,-72.5 + parent: 2 + - uid: 19319 + components: + - type: Transform + pos: 52.5,-69.5 + parent: 2 + - uid: 19320 + components: + - type: Transform + pos: 48.5,-78.5 + parent: 2 + - uid: 19321 + components: + - type: Transform + pos: 53.5,-68.5 + parent: 2 + - uid: 19322 + components: + - type: Transform + pos: 52.5,-66.5 + parent: 2 + - uid: 19323 + components: + - type: Transform + pos: 49.5,-80.5 + parent: 2 + - uid: 19324 + components: + - type: Transform + pos: 57.5,-67.5 + parent: 2 + - uid: 19325 + components: + - type: Transform + pos: 49.5,-81.5 + parent: 2 + - uid: 19326 + components: + - type: Transform + pos: 48.5,-81.5 + parent: 2 + - uid: 19327 + components: + - type: Transform + pos: 48.5,-82.5 + parent: 2 + - uid: 19328 + components: + - type: Transform + pos: 47.5,-82.5 + parent: 2 + - uid: 19329 + components: + - type: Transform + pos: 47.5,-83.5 + parent: 2 + - uid: 19330 + components: + - type: Transform + pos: 47.5,-84.5 + parent: 2 + - uid: 19331 + components: + - type: Transform + pos: 48.5,-83.5 + parent: 2 + - uid: 19332 + components: + - type: Transform + pos: 46.5,-83.5 + parent: 2 + - uid: 19333 + components: + - type: Transform + pos: 63.5,-62.5 + parent: 2 + - uid: 19334 + components: + - type: Transform + pos: 47.5,-85.5 + parent: 2 + - uid: 19335 + components: + - type: Transform + pos: 47.5,-86.5 + parent: 2 + - uid: 19336 + components: + - type: Transform + pos: 47.5,-87.5 + parent: 2 + - uid: 19337 + components: + - type: Transform + pos: 47.5,-88.5 + parent: 2 + - uid: 19338 + components: + - type: Transform + pos: 48.5,-88.5 + parent: 2 + - uid: 19339 + components: + - type: Transform + pos: 48.5,-87.5 + parent: 2 + - uid: 19340 + components: + - type: Transform + pos: 48.5,-86.5 + parent: 2 + - uid: 19341 + components: + - type: Transform + pos: 48.5,-85.5 + parent: 2 + - uid: 19342 + components: + - type: Transform + pos: 46.5,-87.5 + parent: 2 + - uid: 19343 + components: + - type: Transform + pos: 46.5,-88.5 + parent: 2 + - uid: 19344 + components: + - type: Transform + pos: 65.5,-83.5 + parent: 2 + - uid: 19345 + components: + - type: Transform + pos: 65.5,-82.5 + parent: 2 + - uid: 19346 + components: + - type: Transform + pos: 65.5,-81.5 + parent: 2 + - uid: 19347 + components: + - type: Transform + pos: 65.5,-79.5 + parent: 2 + - uid: 19349 + components: + - type: Transform + pos: 65.5,-80.5 + parent: 2 + - uid: 19350 + components: + - type: Transform + pos: 64.5,-79.5 + parent: 2 + - uid: 19351 + components: + - type: Transform + pos: 64.5,-80.5 + parent: 2 + - uid: 19352 + components: + - type: Transform + pos: 64.5,-81.5 + parent: 2 + - uid: 19353 + components: + - type: Transform + pos: 64.5,-82.5 + parent: 2 + - uid: 19354 + components: + - type: Transform + pos: 63.5,-81.5 + parent: 2 + - uid: 19355 + components: + - type: Transform + pos: 62.5,-79.5 + parent: 2 + - uid: 19356 + components: + - type: Transform + pos: 62.5,-78.5 + parent: 2 + - uid: 19357 + components: + - type: Transform + pos: 62.5,-77.5 + parent: 2 + - uid: 19358 + components: + - type: Transform + pos: 61.5,-79.5 + parent: 2 + - uid: 19359 + components: + - type: Transform + pos: 61.5,-78.5 + parent: 2 + - uid: 19360 + components: + - type: Transform + pos: 61.5,-77.5 + parent: 2 + - uid: 19362 + components: + - type: Transform + pos: 64.5,-77.5 + parent: 2 + - uid: 19363 + components: + - type: Transform + pos: 65.5,-77.5 + parent: 2 + - uid: 19364 + components: + - type: Transform + pos: 66.5,-77.5 + parent: 2 + - uid: 19366 + components: + - type: Transform + pos: 64.5,-75.5 + parent: 2 + - uid: 19367 + components: + - type: Transform + pos: 64.5,-76.5 + parent: 2 + - uid: 19368 + components: + - type: Transform + pos: 65.5,-75.5 + parent: 2 + - uid: 19369 + components: + - type: Transform + pos: 65.5,-76.5 + parent: 2 + - uid: 19370 + components: + - type: Transform + pos: 66.5,-75.5 + parent: 2 + - uid: 19371 + components: + - type: Transform + pos: 66.5,-76.5 + parent: 2 + - uid: 19372 + components: + - type: Transform + pos: 67.5,-75.5 + parent: 2 + - uid: 19373 + components: + - type: Transform + pos: 67.5,-76.5 + parent: 2 + - uid: 19374 + components: + - type: Transform + pos: 63.5,-75.5 + parent: 2 + - uid: 19375 + components: + - type: Transform + pos: 62.5,-75.5 + parent: 2 + - uid: 19376 + components: + - type: Transform + pos: 61.5,-75.5 + parent: 2 + - uid: 19377 + components: + - type: Transform + pos: 61.5,-71.5 + parent: 2 + - uid: 19378 + components: + - type: Transform + pos: 61.5,-73.5 + parent: 2 + - uid: 19379 + components: + - type: Transform + pos: 62.5,-73.5 + parent: 2 + - uid: 19380 + components: + - type: Transform + pos: 63.5,-73.5 + parent: 2 + - uid: 19381 + components: + - type: Transform + pos: 64.5,-73.5 + parent: 2 + - uid: 19382 + components: + - type: Transform + pos: 65.5,-73.5 + parent: 2 + - uid: 19383 + components: + - type: Transform + pos: 64.5,-74.5 + parent: 2 + - uid: 19384 + components: + - type: Transform + pos: 62.5,-72.5 + parent: 2 + - uid: 19385 + components: + - type: Transform + pos: 63.5,-72.5 + parent: 2 + - uid: 19386 + components: + - type: Transform + pos: 64.5,-72.5 + parent: 2 + - uid: 19387 + components: + - type: Transform + pos: 65.5,-72.5 + parent: 2 + - uid: 19388 + components: + - type: Transform + pos: 65.5,-71.5 + parent: 2 + - uid: 19389 + components: + - type: Transform + pos: 64.5,-71.5 + parent: 2 + - uid: 19390 + components: + - type: Transform + pos: 67.5,-70.5 + parent: 2 + - uid: 19391 + components: + - type: Transform + pos: 67.5,-71.5 + parent: 2 + - uid: 19392 + components: + - type: Transform + pos: 67.5,-72.5 + parent: 2 + - uid: 19393 + components: + - type: Transform + pos: 67.5,-73.5 + parent: 2 + - uid: 19394 + components: + - type: Transform + pos: 67.5,-74.5 + parent: 2 + - uid: 19396 + components: + - type: Transform + pos: 68.5,-77.5 + parent: 2 + - uid: 19397 + components: + - type: Transform + pos: 68.5,-76.5 + parent: 2 + - uid: 19398 + components: + - type: Transform + pos: 69.5,-77.5 + parent: 2 + - uid: 19399 + components: + - type: Transform + pos: 69.5,-76.5 + parent: 2 + - uid: 19400 + components: + - type: Transform + pos: 74.5,-40.5 + parent: 2 + - uid: 19401 + components: + - type: Transform + pos: 67.5,-80.5 + parent: 2 + - uid: 19402 + components: + - type: Transform + pos: 67.5,-81.5 + parent: 2 + - uid: 19403 + components: + - type: Transform + pos: 67.5,-82.5 + parent: 2 + - uid: 19404 + components: + - type: Transform + pos: 68.5,-79.5 + parent: 2 + - uid: 19405 + components: + - type: Transform + pos: 68.5,-80.5 + parent: 2 + - uid: 19406 + components: + - type: Transform + pos: 68.5,-81.5 + parent: 2 + - uid: 19407 + components: + - type: Transform + pos: 68.5,-82.5 + parent: 2 + - uid: 19408 + components: + - type: Transform + pos: 68.5,-83.5 + parent: 2 + - uid: 19409 + components: + - type: Transform + pos: 67.5,-83.5 + parent: 2 + - uid: 19410 + components: + - type: Transform + pos: 68.5,-84.5 + parent: 2 + - uid: 19411 + components: + - type: Transform + pos: 67.5,-84.5 + parent: 2 + - uid: 19412 + components: + - type: Transform + pos: 70.5,-81.5 + parent: 2 + - uid: 19413 + components: + - type: Transform + pos: 70.5,-79.5 + parent: 2 + - uid: 19414 + components: + - type: Transform + pos: 70.5,-80.5 + parent: 2 + - uid: 19415 + components: + - type: Transform + pos: 71.5,-80.5 + parent: 2 + - uid: 19416 + components: + - type: Transform + pos: 71.5,-79.5 + parent: 2 + - uid: 19417 + components: + - type: Transform + pos: 72.5,-79.5 + parent: 2 + - uid: 19418 + components: + - type: Transform + pos: 71.5,-78.5 + parent: 2 + - uid: 19419 + components: + - type: Transform + pos: 72.5,-78.5 + parent: 2 + - uid: 19420 + components: + - type: Transform + pos: 73.5,-78.5 + parent: 2 + - uid: 19421 + components: + - type: Transform + pos: 74.5,-77.5 + parent: 2 + - uid: 19422 + components: + - type: Transform + pos: 74.5,-76.5 + parent: 2 + - uid: 19423 + components: + - type: Transform + pos: 73.5,-76.5 + parent: 2 + - uid: 19424 + components: + - type: Transform + pos: 73.5,-77.5 + parent: 2 + - uid: 19425 + components: + - type: Transform + pos: 72.5,-76.5 + parent: 2 + - uid: 19426 + components: + - type: Transform + pos: 72.5,-77.5 + parent: 2 + - uid: 19427 + components: + - type: Transform + pos: 71.5,-76.5 + parent: 2 + - uid: 19428 + components: + - type: Transform + pos: 71.5,-77.5 + parent: 2 + - uid: 19429 + components: + - type: Transform + pos: 70.5,-77.5 + parent: 2 + - uid: 19430 + components: + - type: Transform + pos: 69.5,-75.5 + parent: 2 + - uid: 19431 + components: + - type: Transform + pos: 69.5,-74.5 + parent: 2 + - uid: 19432 + components: + - type: Transform + pos: 70.5,-74.5 + parent: 2 + - uid: 19433 + components: + - type: Transform + pos: 72.5,-74.5 + parent: 2 + - uid: 19434 + components: + - type: Transform + pos: 71.5,-74.5 + parent: 2 + - uid: 19435 + components: + - type: Transform + pos: 72.5,-73.5 + parent: 2 + - uid: 19436 + components: + - type: Transform + pos: 72.5,-72.5 + parent: 2 + - uid: 19437 + components: + - type: Transform + pos: 70.5,-71.5 + parent: 2 + - uid: 19438 + components: + - type: Transform + pos: 69.5,-71.5 + parent: 2 + - uid: 19439 + components: + - type: Transform + pos: 69.5,-72.5 + parent: 2 + - uid: 19440 + components: + - type: Transform + pos: 74.5,-72.5 + parent: 2 + - uid: 19441 + components: + - type: Transform + pos: 74.5,-73.5 + parent: 2 + - uid: 19442 + components: + - type: Transform + pos: 74.5,-74.5 + parent: 2 + - uid: 19443 + components: + - type: Transform + pos: 75.5,-72.5 + parent: 2 + - uid: 19444 + components: + - type: Transform + pos: 75.5,-73.5 + parent: 2 + - uid: 19445 + components: + - type: Transform + pos: 75.5,-74.5 + parent: 2 + - uid: 19446 + components: + - type: Transform + pos: 76.5,-73.5 + parent: 2 + - uid: 19447 + components: + - type: Transform + pos: 76.5,-72.5 + parent: 2 + - uid: 19448 + components: + - type: Transform + pos: 74.5,-68.5 + parent: 2 + - uid: 19449 + components: + - type: Transform + pos: 73.5,-68.5 + parent: 2 + - uid: 19450 + components: + - type: Transform + pos: 72.5,-68.5 + parent: 2 + - uid: 19451 + components: + - type: Transform + pos: 68.5,-67.5 + parent: 2 + - uid: 19452 + components: + - type: Transform + pos: 67.5,-67.5 + parent: 2 + - uid: 19453 + components: + - type: Transform + pos: 66.5,-67.5 + parent: 2 + - uid: 19454 + components: + - type: Transform + pos: 65.5,-67.5 + parent: 2 + - uid: 19455 + components: + - type: Transform + pos: 65.5,-66.5 + parent: 2 + - uid: 19456 + components: + - type: Transform + pos: 64.5,-64.5 + parent: 2 + - uid: 19457 + components: + - type: Transform + pos: 65.5,-64.5 + parent: 2 + - uid: 19458 + components: + - type: Transform + pos: 67.5,-65.5 + parent: 2 + - uid: 19459 + components: + - type: Transform + pos: 68.5,-65.5 + parent: 2 + - uid: 19460 + components: + - type: Transform + pos: 66.5,-65.5 + parent: 2 + - uid: 19461 + components: + - type: Transform + pos: 65.5,-65.5 + parent: 2 + - uid: 19462 + components: + - type: Transform + pos: 64.5,-65.5 + parent: 2 + - uid: 19463 + components: + - type: Transform + pos: 65.5,-62.5 + parent: 2 + - uid: 19464 + components: + - type: Transform + pos: 64.5,-62.5 + parent: 2 + - uid: 19465 + components: + - type: Transform + pos: 65.5,-60.5 + parent: 2 + - uid: 19466 + components: + - type: Transform + pos: 65.5,-61.5 + parent: 2 + - uid: 19467 + components: + - type: Transform + pos: 66.5,-60.5 + parent: 2 + - uid: 19468 + components: + - type: Transform + pos: 66.5,-61.5 + parent: 2 + - uid: 19469 + components: + - type: Transform + pos: 67.5,-60.5 + parent: 2 + - uid: 19470 + components: + - type: Transform + pos: 67.5,-61.5 + parent: 2 + - uid: 19471 + components: + - type: Transform + pos: 68.5,-60.5 + parent: 2 + - uid: 19472 + components: + - type: Transform + pos: 68.5,-61.5 + parent: 2 + - uid: 19473 + components: + - type: Transform + pos: 69.5,-60.5 + parent: 2 + - uid: 19474 + components: + - type: Transform + pos: 70.5,-60.5 + parent: 2 + - uid: 19475 + components: + - type: Transform + pos: 70.5,-61.5 + parent: 2 + - uid: 19476 + components: + - type: Transform + pos: 71.5,-60.5 + parent: 2 + - uid: 19477 + components: + - type: Transform + pos: 71.5,-61.5 + parent: 2 + - uid: 19478 + components: + - type: Transform + pos: 72.5,-60.5 + parent: 2 + - uid: 19479 + components: + - type: Transform + pos: 72.5,-61.5 + parent: 2 + - uid: 19480 + components: + - type: Transform + pos: 73.5,-60.5 + parent: 2 + - uid: 19481 + components: + - type: Transform + pos: 73.5,-61.5 + parent: 2 + - uid: 19482 + components: + - type: Transform + pos: 74.5,-60.5 + parent: 2 + - uid: 19483 + components: + - type: Transform + pos: 74.5,-61.5 + parent: 2 + - uid: 19484 + components: + - type: Transform + pos: 69.5,-61.5 + parent: 2 + - uid: 19485 + components: + - type: Transform + pos: 74.5,-62.5 + parent: 2 + - uid: 19486 + components: + - type: Transform + pos: 74.5,-63.5 + parent: 2 + - uid: 19487 + components: + - type: Transform + pos: 74.5,-64.5 + parent: 2 + - uid: 19488 + components: + - type: Transform + pos: 73.5,-62.5 + parent: 2 + - uid: 19489 + components: + - type: Transform + pos: 73.5,-64.5 + parent: 2 + - uid: 19490 + components: + - type: Transform + pos: 72.5,-62.5 + parent: 2 + - uid: 19491 + components: + - type: Transform + pos: 72.5,-63.5 + parent: 2 + - uid: 19492 + components: + - type: Transform + pos: 72.5,-64.5 + parent: 2 + - uid: 19493 + components: + - type: Transform + pos: 71.5,-62.5 + parent: 2 + - uid: 19494 + components: + - type: Transform + pos: 71.5,-63.5 + parent: 2 + - uid: 19495 + components: + - type: Transform + pos: 71.5,-64.5 + parent: 2 + - uid: 19496 + components: + - type: Transform + pos: 70.5,-62.5 + parent: 2 + - uid: 19497 + components: + - type: Transform + pos: 70.5,-63.5 + parent: 2 + - uid: 19498 + components: + - type: Transform + pos: 73.5,-63.5 + parent: 2 + - uid: 19499 + components: + - type: Transform + pos: 69.5,-62.5 + parent: 2 + - uid: 19500 + components: + - type: Transform + pos: 69.5,-63.5 + parent: 2 + - uid: 19501 + components: + - type: Transform + pos: 69.5,-64.5 + parent: 2 + - uid: 19502 + components: + - type: Transform + pos: 70.5,-64.5 + parent: 2 + - uid: 19503 + components: + - type: Transform + pos: 68.5,-63.5 + parent: 2 + - uid: 19504 + components: + - type: Transform + pos: 68.5,-64.5 + parent: 2 + - uid: 19505 + components: + - type: Transform + pos: 68.5,-62.5 + parent: 2 + - uid: 19506 + components: + - type: Transform + pos: 67.5,-63.5 + parent: 2 + - uid: 19507 + components: + - type: Transform + pos: 67.5,-62.5 + parent: 2 + - uid: 19508 + components: + - type: Transform + pos: 67.5,-64.5 + parent: 2 + - uid: 19509 + components: + - type: Transform + pos: 69.5,-65.5 + parent: 2 + - uid: 19510 + components: + - type: Transform + pos: 70.5,-65.5 + parent: 2 + - uid: 19511 + components: + - type: Transform + pos: 71.5,-65.5 + parent: 2 + - uid: 19512 + components: + - type: Transform + pos: 72.5,-65.5 + parent: 2 + - uid: 19513 + components: + - type: Transform + pos: 73.5,-65.5 + parent: 2 + - uid: 19514 + components: + - type: Transform + pos: 74.5,-65.5 + parent: 2 + - uid: 19515 + components: + - type: Transform + pos: 74.5,-66.5 + parent: 2 + - uid: 19516 + components: + - type: Transform + pos: 73.5,-66.5 + parent: 2 + - uid: 19517 + components: + - type: Transform + pos: 72.5,-66.5 + parent: 2 + - uid: 19518 + components: + - type: Transform + pos: 71.5,-66.5 + parent: 2 + - uid: 19519 + components: + - type: Transform + pos: 70.5,-66.5 + parent: 2 + - uid: 19520 + components: + - type: Transform + pos: 73.5,-67.5 + parent: 2 + - uid: 19521 + components: + - type: Transform + pos: 71.5,-56.5 + parent: 2 + - uid: 19522 + components: + - type: Transform + pos: 69.5,-58.5 + parent: 2 + - uid: 19523 + components: + - type: Transform + pos: 69.5,-57.5 + parent: 2 + - uid: 19524 + components: + - type: Transform + pos: 70.5,-58.5 + parent: 2 + - uid: 19525 + components: + - type: Transform + pos: 70.5,-57.5 + parent: 2 + - uid: 19526 + components: + - type: Transform + pos: 71.5,-58.5 + parent: 2 + - uid: 19527 + components: + - type: Transform + pos: 72.5,-58.5 + parent: 2 + - uid: 19528 + components: + - type: Transform + pos: 73.5,-58.5 + parent: 2 + - uid: 19529 + components: + - type: Transform + pos: 74.5,-58.5 + parent: 2 + - uid: 19530 + components: + - type: Transform + pos: 75.5,-58.5 + parent: 2 + - uid: 19531 + components: + - type: Transform + pos: 76.5,-58.5 + parent: 2 + - uid: 19532 + components: + - type: Transform + pos: 75.5,-56.5 + parent: 2 + - uid: 19533 + components: + - type: Transform + pos: 73.5,-56.5 + parent: 2 + - uid: 19534 + components: + - type: Transform + pos: 73.5,-57.5 + parent: 2 + - uid: 19535 + components: + - type: Transform + pos: 72.5,-57.5 + parent: 2 + - uid: 19536 + components: + - type: Transform + pos: 66.5,-58.5 + parent: 2 + - uid: 19537 + components: + - type: Transform + pos: 66.5,-59.5 + parent: 2 + - uid: 19538 + components: + - type: Transform + pos: 65.5,-58.5 + parent: 2 + - uid: 19539 + components: + - type: Transform + pos: 65.5,-59.5 + parent: 2 + - uid: 19540 + components: + - type: Transform + pos: 68.5,-59.5 + parent: 2 + - uid: 19541 + components: + - type: Transform + pos: 64.5,-59.5 + parent: 2 + - uid: 19542 + components: + - type: Transform + pos: 64.5,-58.5 + parent: 2 + - uid: 19543 + components: + - type: Transform + pos: 72.5,-43.5 + parent: 2 + - uid: 19548 + components: + - type: Transform + pos: 77.5,-44.5 + parent: 2 + - uid: 19560 + components: + - type: Transform + pos: 65.5,-39.5 + parent: 2 + - uid: 19561 + components: + - type: Transform + pos: 65.5,-38.5 + parent: 2 + - uid: 19562 + components: + - type: Transform + pos: 67.5,-41.5 + parent: 2 + - uid: 19563 + components: + - type: Transform + pos: 67.5,-39.5 + parent: 2 + - uid: 19564 + components: + - type: Transform + pos: 80.5,-42.5 + parent: 2 + - uid: 19565 + components: + - type: Transform + pos: 68.5,-44.5 + parent: 2 + - uid: 19566 + components: + - type: Transform + pos: 79.5,-40.5 + parent: 2 + - uid: 19567 + components: + - type: Transform + pos: 78.5,-46.5 + parent: 2 + - uid: 19568 + components: + - type: Transform + pos: 77.5,-45.5 + parent: 2 + - uid: 19569 + components: + - type: Transform + pos: 79.5,-44.5 + parent: 2 + - uid: 19571 + components: + - type: Transform + pos: 73.5,-47.5 + parent: 2 + - uid: 19572 + components: + - type: Transform + pos: 75.5,-45.5 + parent: 2 + - uid: 19573 + components: + - type: Transform + pos: 71.5,-44.5 + parent: 2 + - uid: 19597 + components: + - type: Transform + pos: 73.5,-43.5 + parent: 2 + - uid: 19598 + components: + - type: Transform + pos: 74.5,-46.5 + parent: 2 + - uid: 19599 + components: + - type: Transform + pos: 73.5,-45.5 + parent: 2 + - uid: 19603 + components: + - type: Transform + pos: 64.5,-43.5 + parent: 2 + - uid: 19604 + components: + - type: Transform + pos: 63.5,-42.5 + parent: 2 + - uid: 19609 + components: + - type: Transform + pos: 66.5,-38.5 + parent: 2 + - uid: 19610 + components: + - type: Transform + pos: 73.5,-41.5 + parent: 2 + - uid: 19611 + components: + - type: Transform + pos: 64.5,-42.5 + parent: 2 + - uid: 19612 + components: + - type: Transform + pos: 64.5,-38.5 + parent: 2 + - uid: 19613 + components: + - type: Transform + pos: 59.5,-43.5 + parent: 2 + - uid: 19614 + components: + - type: Transform + pos: 60.5,-42.5 + parent: 2 + - uid: 19615 + components: + - type: Transform + pos: 65.5,-40.5 + parent: 2 + - uid: 19616 + components: + - type: Transform + pos: 73.5,-42.5 + parent: 2 + - uid: 19619 + components: + - type: Transform + pos: 72.5,-41.5 + parent: 2 + - uid: 19620 + components: + - type: Transform + pos: 74.5,-42.5 + parent: 2 + - uid: 19621 + components: + - type: Transform + pos: 74.5,-41.5 + parent: 2 + - uid: 19623 + components: + - type: Transform + pos: 71.5,-45.5 + parent: 2 + - uid: 19635 + components: + - type: Transform + pos: 67.5,-42.5 + parent: 2 + - uid: 19641 + components: + - type: Transform + pos: 85.5,-33.5 + parent: 2 + - uid: 19642 + components: + - type: Transform + pos: 86.5,-33.5 + parent: 2 + - uid: 19643 + components: + - type: Transform + pos: 87.5,-33.5 + parent: 2 + - uid: 19644 + components: + - type: Transform + pos: 88.5,-33.5 + parent: 2 + - uid: 19645 + components: + - type: Transform + pos: 90.5,-33.5 + parent: 2 + - uid: 19646 + components: + - type: Transform + pos: 89.5,-33.5 + parent: 2 + - uid: 19647 + components: + - type: Transform + pos: 92.5,-35.5 + parent: 2 + - uid: 19648 + components: + - type: Transform + pos: 91.5,-35.5 + parent: 2 + - uid: 19649 + components: + - type: Transform + pos: 90.5,-35.5 + parent: 2 + - uid: 19650 + components: + - type: Transform + pos: 91.5,-34.5 + parent: 2 + - uid: 19651 + components: + - type: Transform + pos: 90.5,-34.5 + parent: 2 + - uid: 19652 + components: + - type: Transform + pos: 92.5,-36.5 + parent: 2 + - uid: 19653 + components: + - type: Transform + pos: 93.5,-36.5 + parent: 2 + - uid: 19654 + components: + - type: Transform + pos: 96.5,-36.5 + parent: 2 + - uid: 19655 + components: + - type: Transform + pos: 96.5,-35.5 + parent: 2 + - uid: 19656 + components: + - type: Transform + pos: 95.5,-35.5 + parent: 2 + - uid: 19657 + components: + - type: Transform + pos: 94.5,-35.5 + parent: 2 + - uid: 19658 + components: + - type: Transform + pos: 93.5,-35.5 + parent: 2 + - uid: 19659 + components: + - type: Transform + pos: 93.5,-31.5 + parent: 2 + - uid: 19660 + components: + - type: Transform + pos: 93.5,-32.5 + parent: 2 + - uid: 19661 + components: + - type: Transform + pos: 93.5,-33.5 + parent: 2 + - uid: 19662 + components: + - type: Transform + pos: 94.5,-31.5 + parent: 2 + - uid: 19663 + components: + - type: Transform + pos: 94.5,-32.5 + parent: 2 + - uid: 19664 + components: + - type: Transform + pos: 94.5,-33.5 + parent: 2 + - uid: 19665 + components: + - type: Transform + pos: 95.5,-31.5 + parent: 2 + - uid: 19666 + components: + - type: Transform + pos: 95.5,-32.5 + parent: 2 + - uid: 19667 + components: + - type: Transform + pos: 95.5,-33.5 + parent: 2 + - uid: 19668 + components: + - type: Transform + pos: 96.5,-31.5 + parent: 2 + - uid: 19669 + components: + - type: Transform + pos: 96.5,-32.5 + parent: 2 + - uid: 19670 + components: + - type: Transform + pos: 96.5,-33.5 + parent: 2 + - uid: 19671 + components: + - type: Transform + pos: 97.5,-32.5 + parent: 2 + - uid: 19672 + components: + - type: Transform + pos: 92.5,-31.5 + parent: 2 + - uid: 19673 + components: + - type: Transform + pos: 91.5,-31.5 + parent: 2 + - uid: 19674 + components: + - type: Transform + pos: 91.5,-32.5 + parent: 2 + - uid: 19675 + components: + - type: Transform + pos: 91.5,-33.5 + parent: 2 + - uid: 19676 + components: + - type: Transform + pos: 89.5,-31.5 + parent: 2 + - uid: 19677 + components: + - type: Transform + pos: 89.5,-29.5 + parent: 2 + - uid: 19678 + components: + - type: Transform + pos: 88.5,-31.5 + parent: 2 + - uid: 19679 + components: + - type: Transform + pos: 88.5,-30.5 + parent: 2 + - uid: 19680 + components: + - type: Transform + pos: 88.5,-29.5 + parent: 2 + - uid: 19681 + components: + - type: Transform + pos: 87.5,-31.5 + parent: 2 + - uid: 19682 + components: + - type: Transform + pos: 87.5,-30.5 + parent: 2 + - uid: 19683 + components: + - type: Transform + pos: 87.5,-29.5 + parent: 2 + - uid: 19684 + components: + - type: Transform + pos: 89.5,-30.5 + parent: 2 + - uid: 19685 + components: + - type: Transform + pos: 90.5,-30.5 + parent: 2 + - uid: 19686 + components: + - type: Transform + pos: 90.5,-29.5 + parent: 2 + - uid: 19687 + components: + - type: Transform + pos: 90.5,-28.5 + parent: 2 + - uid: 19688 + components: + - type: Transform + pos: 90.5,-27.5 + parent: 2 + - uid: 19689 + components: + - type: Transform + pos: 91.5,-30.5 + parent: 2 + - uid: 19690 + components: + - type: Transform + pos: 91.5,-29.5 + parent: 2 + - uid: 19691 + components: + - type: Transform + pos: 91.5,-28.5 + parent: 2 + - uid: 19692 + components: + - type: Transform + pos: 91.5,-27.5 + parent: 2 + - uid: 19693 + components: + - type: Transform + pos: 91.5,-26.5 + parent: 2 + - uid: 19694 + components: + - type: Transform + pos: 93.5,-26.5 + parent: 2 + - uid: 19695 + components: + - type: Transform + pos: 93.5,-27.5 + parent: 2 + - uid: 19696 + components: + - type: Transform + pos: 93.5,-28.5 + parent: 2 + - uid: 19697 + components: + - type: Transform + pos: 93.5,-29.5 + parent: 2 + - uid: 19698 + components: + - type: Transform + pos: 94.5,-26.5 + parent: 2 + - uid: 19699 + components: + - type: Transform + pos: 94.5,-27.5 + parent: 2 + - uid: 19700 + components: + - type: Transform + pos: 94.5,-28.5 + parent: 2 + - uid: 19701 + components: + - type: Transform + pos: 94.5,-29.5 + parent: 2 + - uid: 19702 + components: + - type: Transform + pos: 95.5,-26.5 + parent: 2 + - uid: 19703 + components: + - type: Transform + pos: 95.5,-27.5 + parent: 2 + - uid: 19704 + components: + - type: Transform + pos: 95.5,-28.5 + parent: 2 + - uid: 19705 + components: + - type: Transform + pos: 95.5,-29.5 + parent: 2 + - uid: 19706 + components: + - type: Transform + pos: 96.5,-28.5 + parent: 2 + - uid: 19707 + components: + - type: Transform + pos: 96.5,-29.5 + parent: 2 + - uid: 19708 + components: + - type: Transform + pos: 95.5,-25.5 + parent: 2 + - uid: 19709 + components: + - type: Transform + pos: 94.5,-25.5 + parent: 2 + - uid: 19710 + components: + - type: Transform + pos: 94.5,-24.5 + parent: 2 + - uid: 19711 + components: + - type: Transform + pos: 95.5,-23.5 + parent: 2 + - uid: 19712 + components: + - type: Transform + pos: 94.5,-23.5 + parent: 2 + - uid: 19713 + components: + - type: Transform + pos: 93.5,-23.5 + parent: 2 + - uid: 19714 + components: + - type: Transform + pos: 92.5,-23.5 + parent: 2 + - uid: 19715 + components: + - type: Transform + pos: 91.5,-23.5 + parent: 2 + - uid: 19716 + components: + - type: Transform + pos: 90.5,-23.5 + parent: 2 + - uid: 19717 + components: + - type: Transform + pos: 90.5,-22.5 + parent: 2 + - uid: 19718 + components: + - type: Transform + pos: 90.5,-21.5 + parent: 2 + - uid: 19719 + components: + - type: Transform + pos: 91.5,-21.5 + parent: 2 + - uid: 19720 + components: + - type: Transform + pos: 93.5,-21.5 + parent: 2 + - uid: 19721 + components: + - type: Transform + pos: 94.5,-21.5 + parent: 2 + - uid: 19722 + components: + - type: Transform + pos: 94.5,-22.5 + parent: 2 + - uid: 19723 + components: + - type: Transform + pos: 96.5,-21.5 + parent: 2 + - uid: 19724 + components: + - type: Transform + pos: 96.5,-22.5 + parent: 2 + - uid: 19725 + components: + - type: Transform + pos: 96.5,-23.5 + parent: 2 + - uid: 19726 + components: + - type: Transform + pos: 96.5,-24.5 + parent: 2 + - uid: 19727 + components: + - type: Transform + pos: 96.5,-25.5 + parent: 2 + - uid: 19728 + components: + - type: Transform + pos: 96.5,-26.5 + parent: 2 + - uid: 19729 + components: + - type: Transform + pos: 96.5,-27.5 + parent: 2 + - uid: 19730 + components: + - type: Transform + pos: 95.5,-24.5 + parent: 2 + - uid: 19731 + components: + - type: Transform + pos: 89.5,-26.5 + parent: 2 + - uid: 19732 + components: + - type: Transform + pos: 89.5,-27.5 + parent: 2 + - uid: 19733 + components: + - type: Transform + pos: 88.5,-27.5 + parent: 2 + - uid: 19734 + components: + - type: Transform + pos: 87.5,-27.5 + parent: 2 + - uid: 19735 + components: + - type: Transform + pos: 86.5,-27.5 + parent: 2 + - uid: 19736 + components: + - type: Transform + pos: 85.5,-27.5 + parent: 2 + - uid: 19737 + components: + - type: Transform + pos: 87.5,-26.5 + parent: 2 + - uid: 19738 + components: + - type: Transform + pos: 87.5,-25.5 + parent: 2 + - uid: 19739 + components: + - type: Transform + pos: 87.5,-24.5 + parent: 2 + - uid: 19740 + components: + - type: Transform + pos: 87.5,-23.5 + parent: 2 + - uid: 19741 + components: + - type: Transform + pos: 87.5,-22.5 + parent: 2 + - uid: 19742 + components: + - type: Transform + pos: 88.5,-23.5 + parent: 2 + - uid: 19743 + components: + - type: Transform + pos: 88.5,-24.5 + parent: 2 + - uid: 19744 + components: + - type: Transform + pos: 86.5,-23.5 + parent: 2 + - uid: 19745 + components: + - type: Transform + pos: 85.5,-23.5 + parent: 2 + - uid: 19746 + components: + - type: Transform + pos: 85.5,-22.5 + parent: 2 + - uid: 19747 + components: + - type: Transform + pos: 85.5,-21.5 + parent: 2 + - uid: 19748 + components: + - type: Transform + pos: 84.5,-23.5 + parent: 2 + - uid: 19749 + components: + - type: Transform + pos: 84.5,-22.5 + parent: 2 + - uid: 19750 + components: + - type: Transform + pos: 84.5,-21.5 + parent: 2 + - uid: 19751 + components: + - type: Transform + pos: 83.5,-23.5 + parent: 2 + - uid: 19752 + components: + - type: Transform + pos: 83.5,-22.5 + parent: 2 + - uid: 19753 + components: + - type: Transform + pos: 83.5,-21.5 + parent: 2 + - uid: 19754 + components: + - type: Transform + pos: 82.5,-23.5 + parent: 2 + - uid: 19755 + components: + - type: Transform + pos: 82.5,-21.5 + parent: 2 + - uid: 19756 + components: + - type: Transform + pos: 81.5,-23.5 + parent: 2 + - uid: 19757 + components: + - type: Transform + pos: 81.5,-22.5 + parent: 2 + - uid: 19758 + components: + - type: Transform + pos: 82.5,-22.5 + parent: 2 + - uid: 19763 + components: + - type: Transform + pos: 81.5,-16.5 + parent: 2 + - uid: 19764 + components: + - type: Transform + pos: 81.5,-15.5 + parent: 2 + - uid: 19768 + components: + - type: Transform + pos: 82.5,-15.5 + parent: 2 + - uid: 19769 + components: + - type: Transform + pos: 82.5,-16.5 + parent: 2 + - uid: 19770 + components: + - type: Transform + pos: 82.5,-14.5 + parent: 2 + - uid: 19771 + components: + - type: Transform + pos: 83.5,-16.5 + parent: 2 + - uid: 19775 + components: + - type: Transform + pos: 84.5,-16.5 + parent: 2 + - uid: 19779 + components: + - type: Transform + pos: 85.5,-18.5 + parent: 2 + - uid: 19780 + components: + - type: Transform + pos: 85.5,-19.5 + parent: 2 + - uid: 19781 + components: + - type: Transform + pos: 86.5,-19.5 + parent: 2 + - uid: 19782 + components: + - type: Transform + pos: 89.5,-19.5 + parent: 2 + - uid: 19783 + components: + - type: Transform + pos: 89.5,-18.5 + parent: 2 + - uid: 19784 + components: + - type: Transform + pos: 90.5,-19.5 + parent: 2 + - uid: 19785 + components: + - type: Transform + pos: 90.5,-18.5 + parent: 2 + - uid: 19786 + components: + - type: Transform + pos: 91.5,-19.5 + parent: 2 + - uid: 19787 + components: + - type: Transform + pos: 92.5,-19.5 + parent: 2 + - uid: 19788 + components: + - type: Transform + pos: 92.5,-18.5 + parent: 2 + - uid: 19789 + components: + - type: Transform + pos: 93.5,-19.5 + parent: 2 + - uid: 19790 + components: + - type: Transform + pos: 93.5,-18.5 + parent: 2 + - uid: 19791 + components: + - type: Transform + pos: 94.5,-19.5 + parent: 2 + - uid: 19792 + components: + - type: Transform + pos: 94.5,-18.5 + parent: 2 + - uid: 19793 + components: + - type: Transform + pos: 91.5,-18.5 + parent: 2 + - uid: 19794 + components: + - type: Transform + pos: 93.5,-17.5 + parent: 2 + - uid: 19795 + components: + - type: Transform + pos: 92.5,-17.5 + parent: 2 + - uid: 19796 + components: + - type: Transform + pos: 91.5,-17.5 + parent: 2 + - uid: 19797 + components: + - type: Transform + pos: 90.5,-17.5 + parent: 2 + - uid: 19798 + components: + - type: Transform + pos: 89.5,-17.5 + parent: 2 + - uid: 19799 + components: + - type: Transform + pos: 88.5,-18.5 + parent: 2 + - uid: 19800 + components: + - type: Transform + pos: 87.5,-18.5 + parent: 2 + - uid: 19801 + components: + - type: Transform + pos: 87.5,-17.5 + parent: 2 + - uid: 19802 + components: + - type: Transform + pos: 88.5,-17.5 + parent: 2 + - uid: 19803 + components: + - type: Transform + pos: 86.5,-16.5 + parent: 2 + - uid: 19804 + components: + - type: Transform + pos: 86.5,-15.5 + parent: 2 + - uid: 19805 + components: + - type: Transform + pos: 87.5,-16.5 + parent: 2 + - uid: 19806 + components: + - type: Transform + pos: 87.5,-15.5 + parent: 2 + - uid: 19807 + components: + - type: Transform + pos: 88.5,-16.5 + parent: 2 + - uid: 19808 + components: + - type: Transform + pos: 88.5,-15.5 + parent: 2 + - uid: 19809 + components: + - type: Transform + pos: 89.5,-15.5 + parent: 2 + - uid: 19810 + components: + - type: Transform + pos: 90.5,-16.5 + parent: 2 + - uid: 19811 + components: + - type: Transform + pos: 90.5,-15.5 + parent: 2 + - uid: 19812 + components: + - type: Transform + pos: 89.5,-16.5 + parent: 2 + - uid: 19813 + components: + - type: Transform + pos: 91.5,-16.5 + parent: 2 + - uid: 19814 + components: + - type: Transform + pos: 91.5,-14.5 + parent: 2 + - uid: 19815 + components: + - type: Transform + pos: 91.5,-13.5 + parent: 2 + - uid: 19816 + components: + - type: Transform + pos: 94.5,-15.5 + parent: 2 + - uid: 19817 + components: + - type: Transform + pos: 89.5,-14.5 + parent: 2 + - uid: 19818 + components: + - type: Transform + pos: 89.5,-13.5 + parent: 2 + - uid: 19819 + components: + - type: Transform + pos: 89.5,-12.5 + parent: 2 + - uid: 19820 + components: + - type: Transform + pos: 71.5,-40.5 + parent: 2 + - uid: 19821 + components: + - type: Transform + pos: 76.5,-41.5 + parent: 2 + - uid: 19822 + components: + - type: Transform + pos: 77.5,-41.5 + parent: 2 + - uid: 19824 + components: + - type: Transform + pos: 64.5,-39.5 + parent: 2 + - uid: 19825 + components: + - type: Transform + pos: 65.5,-42.5 + parent: 2 + - uid: 19826 + components: + - type: Transform + pos: 72.5,-42.5 + parent: 2 + - uid: 19828 + components: + - type: Transform + pos: 85.5,-14.5 + parent: 2 + - uid: 19829 + components: + - type: Transform + pos: 85.5,-13.5 + parent: 2 + - uid: 19830 + components: + - type: Transform + pos: 85.5,-12.5 + parent: 2 + - uid: 19831 + components: + - type: Transform + pos: 83.5,-40.5 + parent: 2 + - uid: 19832 + components: + - type: Transform + pos: 84.5,-14.5 + parent: 2 + - uid: 19833 + components: + - type: Transform + pos: 84.5,-13.5 + parent: 2 + - uid: 19834 + components: + - type: Transform + pos: 84.5,-12.5 + parent: 2 + - uid: 19835 + components: + - type: Transform + pos: 85.5,-11.5 + parent: 2 + - uid: 19836 + components: + - type: Transform + pos: 86.5,-11.5 + parent: 2 + - uid: 19837 + components: + - type: Transform + pos: 79.5,-41.5 + parent: 2 + - uid: 19838 + components: + - type: Transform + pos: 88.5,-11.5 + parent: 2 + - uid: 19840 + components: + - type: Transform + pos: 84.5,-39.5 + parent: 2 + - uid: 19841 + components: + - type: Transform + pos: 77.5,-42.5 + parent: 2 + - uid: 19842 + components: + - type: Transform + pos: 76.5,-45.5 + parent: 2 + - uid: 19843 + components: + - type: Transform + pos: 84.5,-40.5 + parent: 2 + - uid: 19846 + components: + - type: Transform + pos: 47.5,-64.5 + parent: 2 + - uid: 19847 + components: + - type: Transform + pos: 46.5,-64.5 + parent: 2 + - uid: 19848 + components: + - type: Transform + pos: 45.5,-64.5 + parent: 2 + - uid: 19849 + components: + - type: Transform + pos: 44.5,-64.5 + parent: 2 + - uid: 19850 + components: + - type: Transform + pos: 43.5,-64.5 + parent: 2 + - uid: 19851 + components: + - type: Transform + pos: 43.5,-65.5 + parent: 2 + - uid: 19852 + components: + - type: Transform + pos: 44.5,-65.5 + parent: 2 + - uid: 19853 + components: + - type: Transform + pos: 45.5,-65.5 + parent: 2 + - uid: 19854 + components: + - type: Transform + pos: 80.5,-45.5 + parent: 2 + - uid: 19856 + components: + - type: Transform + pos: 80.5,-44.5 + parent: 2 + - uid: 19857 + components: + - type: Transform + pos: 88.5,-32.5 + parent: 2 + - uid: 19858 + components: + - type: Transform + pos: 87.5,-32.5 + parent: 2 + - uid: 19859 + components: + - type: Transform + pos: 88.5,-28.5 + parent: 2 + - uid: 19860 + components: + - type: Transform + pos: 87.5,-28.5 + parent: 2 + - uid: 19863 + components: + - type: Transform + pos: 78.5,-45.5 + parent: 2 + - uid: 19864 + components: + - type: Transform + pos: 90.5,-20.5 + parent: 2 + - uid: 19865 + components: + - type: Transform + pos: 76.5,-40.5 + parent: 2 + - uid: 19912 + components: + - type: Transform + pos: 38.5,-78.5 + parent: 2 + - uid: 19913 + components: + - type: Transform + pos: 37.5,-75.5 + parent: 2 + - uid: 19914 + components: + - type: Transform + pos: 37.5,-74.5 + parent: 2 + - uid: 19915 + components: + - type: Transform + pos: 83.5,-39.5 + parent: 2 + - uid: 19924 + components: + - type: Transform + pos: 39.5,-73.5 + parent: 2 + - uid: 19944 + components: + - type: Transform + pos: 79.5,-46.5 + parent: 2 + - uid: 19949 + components: + - type: Transform + pos: 77.5,-40.5 + parent: 2 + - uid: 19951 + components: + - type: Transform + pos: 75.5,-46.5 + parent: 2 + - uid: 19960 + components: + - type: Transform + pos: 77.5,-46.5 + parent: 2 + - uid: 19967 + components: + - type: Transform + pos: 79.5,-45.5 + parent: 2 + - uid: 19968 + components: + - type: Transform + pos: 78.5,-44.5 + parent: 2 + - uid: 19979 + components: + - type: Transform + pos: 63.5,-77.5 + parent: 2 + - uid: 20083 + components: + - type: Transform + pos: 67.5,-45.5 + parent: 2 + - uid: 20124 + components: + - type: Transform + pos: 86.5,-21.5 + parent: 2 + - uid: 20127 + components: + - type: Transform + pos: 86.5,-20.5 + parent: 2 + - uid: 20128 + components: + - type: Transform + pos: 89.5,-20.5 + parent: 2 +- proto: AtmosFixFreezerMarker + entities: + - uid: 7764 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 7766 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 2 + - uid: 7767 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 7768 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 + - uid: 7769 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 2 + - uid: 7770 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 + - uid: 7771 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 + - uid: 7772 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 +- proto: AtmosFixNitrogenMarker + entities: + - uid: 7690 + components: + - type: Transform + pos: -7.5,4.5 + parent: 2 + - uid: 7691 + components: + - type: Transform + pos: -7.5,5.5 + parent: 2 + - uid: 7692 + components: + - type: Transform + pos: -7.5,6.5 + parent: 2 +- proto: AtmosFixOxygenMarker + entities: + - uid: 7687 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 7688 + components: + - type: Transform + pos: -5.5,5.5 + parent: 2 + - uid: 7689 + components: + - type: Transform + pos: -5.5,6.5 + parent: 2 +- proto: AtmosFixPlasmaMarker + entities: + - uid: 3684 + components: + - type: Transform + pos: 0.5,5.5 + parent: 2 + - uid: 3796 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 + - uid: 3804 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 +- proto: Autolathe + entities: + - uid: 2168 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 2 + - uid: 4245 + components: + - type: Transform + pos: 19.5,-28.5 + parent: 2 + - uid: 15772 + components: + - type: Transform + pos: 7.5,20.5 + parent: 2 +- proto: BackgammonBoard + entities: + - uid: 7577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.504643,-64.42394 + parent: 2 +- proto: BananaPhoneInstrument + entities: + - uid: 4137 + components: + - type: Transform + pos: 13.477564,-30.347912 + parent: 2 +- proto: BannerRevolution + entities: + - uid: 15906 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 +- proto: BannerSyndicate + entities: + - uid: 8365 + components: + - type: Transform + pos: 48.5,-9.5 + parent: 2 +- proto: Barricade + entities: + - uid: 3182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-9.5 + parent: 2 + - uid: 4504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-11.5 + parent: 2 + - uid: 7236 + components: + - type: Transform + pos: 42.5,-27.5 + parent: 2 + - uid: 9119 + components: + - type: Transform + pos: 42.5,9.5 + parent: 2 + - uid: 10056 + components: + - type: Transform + pos: -34.5,-50.5 + parent: 2 + - uid: 12704 + components: + - type: Transform + pos: 16.5,12.5 + parent: 2 + - uid: 13218 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 4666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-12.5 + parent: 2 + - uid: 10025 + components: + - type: Transform + pos: -32.5,-49.5 + parent: 2 + - uid: 15868 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 +- proto: BarricadeDirectional + entities: + - uid: 12651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,12.5 + parent: 2 +- proto: BarSignTheLightbulb + entities: + - uid: 1562 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 2 +- proto: BarSignTheOuterSpess + entities: + - uid: 888 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 +- proto: BarSignWiggleRoom + entities: + - uid: 7310 + components: + - type: Transform + pos: 46.5,13.5 + parent: 2 +- proto: BaseComputer + entities: + - uid: 3850 + components: + - type: Transform + pos: 20.5,-35.5 + parent: 2 +- proto: BaseGasCondenser + entities: + - uid: 5296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-37.5 + parent: 2 +- proto: BassGuitarInstrument + entities: + - uid: 3534 + components: + - type: Transform + pos: -1.4832911,-38.30041 + parent: 2 +- proto: Beaker + entities: + - uid: 695 + components: + - type: Transform + pos: -28.675055,-7.0013514 + parent: 2 + - uid: 2451 + components: + - type: Transform + pos: -8.110996,-30.369019 + parent: 2 + - uid: 12591 + components: + - type: Transform + pos: 44.06748,10.642064 + parent: 2 + - uid: 18509 + components: + - type: Transform + pos: 77.597916,-42.372047 + parent: 2 + - uid: 18977 + components: + - type: Transform + pos: -29.651485,18.051697 + parent: 2 + - uid: 19019 + components: + - type: Transform + pos: -34.68502,-41.23079 + parent: 2 +- proto: Bed + entities: + - uid: 153 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 2 + - uid: 225 + components: + - type: Transform + pos: -20.5,-8.5 + parent: 2 + - uid: 682 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 2 + - uid: 799 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 + - uid: 1673 + components: + - type: Transform + pos: 38.5,-1.5 + parent: 2 + - uid: 2559 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 2 + - uid: 2972 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 3153 + components: + - type: Transform + pos: -40.5,-38.5 + parent: 2 + - uid: 3580 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 + - uid: 3792 + components: + - type: Transform + pos: 7.5,-45.5 + parent: 2 + - uid: 3793 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 4384 + components: + - type: Transform + pos: 26.5,-34.5 + parent: 2 + - uid: 4938 + components: + - type: Transform + pos: -10.5,-50.5 + parent: 2 + - uid: 5941 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 6046 + components: + - type: Transform + pos: 7.5,-41.5 + parent: 2 + - uid: 6134 + components: + - type: Transform + pos: 39.5,0.5 + parent: 2 + - uid: 8185 + components: + - type: Transform + pos: -52.5,-45.5 + parent: 2 + - uid: 9560 + components: + - type: Transform + pos: -7.5,19.5 + parent: 2 + - uid: 9949 + components: + - type: Transform + pos: -26.5,-51.5 + parent: 2 + - uid: 13814 + components: + - type: Transform + pos: 21.5,-59.5 + parent: 2 + - uid: 13817 + components: + - type: Transform + pos: 18.5,-59.5 + parent: 2 + - uid: 13818 + components: + - type: Transform + pos: 24.5,-59.5 + parent: 2 + - uid: 15342 + components: + - type: Transform + pos: -22.5,12.5 + parent: 2 + - uid: 18843 + components: + - type: Transform + pos: 64.5,-82.5 + parent: 2 +- proto: BedsheetBlack + entities: + - uid: 358 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 + - uid: 13845 + components: + - type: Transform + pos: 24.5,-59.5 + parent: 2 +- proto: BedsheetBrown + entities: + - uid: 13856 + components: + - type: Transform + pos: 18.5,-59.5 + parent: 2 +- proto: BedsheetCaptain + entities: + - uid: 9950 + components: + - type: Transform + pos: -26.5,-51.5 + parent: 2 +- proto: BedsheetCE + entities: + - uid: 2577 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 2 +- proto: BedsheetClown + entities: + - uid: 4844 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 +- proto: BedsheetCMO + entities: + - uid: 2526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-38.5 + parent: 2 +- proto: BedsheetCult + entities: + - uid: 8281 + components: + - type: Transform + pos: 43.5,-7.5 + parent: 2 +- proto: BedsheetGreen + entities: + - uid: 385 + components: + - type: Transform + pos: -20.5,-8.5 + parent: 2 +- proto: BedsheetHOP + entities: + - uid: 6305 + components: + - type: Transform + pos: -10.5,-50.5 + parent: 2 +- proto: BedsheetHOS + entities: + - uid: 15335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,12.5 + parent: 2 +- proto: BedsheetMedical + entities: + - uid: 13012 + components: + - type: Transform + pos: -39.5,-23.5 + parent: 2 + - uid: 13013 + components: + - type: Transform + pos: -39.5,-21.5 + parent: 2 + - uid: 13014 + components: + - type: Transform + pos: -37.5,-23.5 + parent: 2 + - uid: 14081 + components: + - type: Transform + pos: 21.5,-59.5 + parent: 2 +- proto: BedsheetMime + entities: + - uid: 3575 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 +- proto: BedsheetPurple + entities: + - uid: 224 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 2 +- proto: BedsheetQM + entities: + - uid: 857 + components: + - type: Transform + pos: -7.5,19.5 + parent: 2 +- proto: BedsheetRD + entities: + - uid: 11349 + components: + - type: Transform + pos: 26.5,-34.5 + parent: 2 +- proto: BedsheetRed + entities: + - uid: 7521 + components: + - type: Transform + pos: -30.5,11.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 683 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 2 + - uid: 822 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 + - uid: 3533 + components: + - type: Transform + pos: 7.5,-45.5 + parent: 2 + - uid: 3795 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 4552 + components: + - type: Transform + pos: 38.5,-1.5 + parent: 2 + - uid: 4861 + components: + - type: Transform + pos: 7.5,-41.5 + parent: 2 + - uid: 6048 + components: + - type: Transform + pos: 39.5,0.5 + parent: 2 + - uid: 8150 + components: + - type: Transform + pos: -52.5,-45.5 + parent: 2 +- proto: BikeHorn + entities: + - uid: 3811 + components: + - type: Transform + pos: 2.7397208,-18.205833 + parent: 2 + - uid: 6177 + components: + - type: Transform + pos: 36.32241,-6.4210362 + parent: 2 + - uid: 17565 + components: + - type: Transform + pos: 6.331774,-27.392754 + parent: 2 +- proto: BikeHornInstrument + entities: + - uid: 17564 + components: + - type: Transform + pos: 7.617797,-31.55969 + parent: 2 +- proto: Biogenerator + entities: + - uid: 696 + components: + - type: Transform + pos: -31.5,-6.5 + parent: 2 + - uid: 3415 + components: + - type: Transform + pos: -16.5,-37.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 113 + components: + - type: Transform + pos: 36.5,-38.5 + parent: 2 + - uid: 306 + components: + - type: Transform + pos: 10.5,14.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: 11.5,14.5 + parent: 2 + - uid: 1653 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 2 + - uid: 1663 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 2 + - uid: 1959 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 2 + - uid: 3501 + components: + - type: Transform + pos: 12.5,14.5 + parent: 2 + - uid: 3508 + components: + - type: Transform + pos: 36.5,-34.5 + parent: 2 + - uid: 4754 + components: + - type: Transform + pos: -33.5,-68.5 + parent: 2 + - uid: 5799 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 2 + - uid: 5917 + components: + - type: Transform + pos: 58.5,-45.5 + parent: 2 + - uid: 6408 + components: + - type: Transform + pos: -29.5,-66.5 + parent: 2 + - uid: 6539 + components: + - type: Transform + pos: -33.5,-67.5 + parent: 2 + - uid: 7261 + components: + - type: Transform + pos: 52.5,-47.5 + parent: 2 + - uid: 7936 + components: + - type: Transform + pos: -30.5,-66.5 + parent: 2 + - uid: 7967 + components: + - type: Transform + pos: -31.5,-55.5 + parent: 2 + - uid: 7974 + components: + - type: Transform + pos: -31.5,-54.5 + parent: 2 + - uid: 8141 + components: + - type: Transform + pos: 6.5,29.5 + parent: 2 + - uid: 9057 + components: + - type: Transform + pos: 2.5,29.5 + parent: 2 + - uid: 9113 + components: + - type: Transform + pos: 32.5,-58.5 + parent: 2 + - uid: 18130 + components: + - type: Transform + pos: 30.5,-58.5 + parent: 2 + - uid: 18816 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 2 +- proto: BlastDoorWindows + entities: + - uid: 4531 + components: + - type: Transform + pos: 41.5,-45.5 + parent: 2 +- proto: BlockGameArcade + entities: + - uid: 2692 + components: + - type: Transform + pos: 51.5,-15.5 + parent: 2 +- proto: BlockGameArcadeComputerCircuitboard + entities: + - uid: 17647 + components: + - type: Transform + pos: 13.542375,-19.466818 + parent: 2 +- proto: BodyBagFolded + entities: + - uid: 1184 + components: + - type: Transform + pos: 41.50606,-7.215931 + parent: 2 + - uid: 4369 + components: + - type: Transform + pos: 37.41686,-27.151522 + parent: 2 +- proto: BookAtmosVentsMore + entities: + - uid: 3061 + components: + - type: Transform + pos: 29.518925,-46.391678 + parent: 2 +- proto: BookBartendersManual + entities: + - uid: 3722 + components: + - type: Transform + pos: 0.39677143,-45.382183 + parent: 2 +- proto: BookNarsieLegend + entities: + - uid: 8282 + components: + - type: Transform + pos: 43.478683,-6.5377917 + parent: 2 +- proto: BookRandomStory + entities: + - uid: 103 + components: + - type: Transform + pos: 18.53138,-35.528824 + parent: 2 + - uid: 3651 + components: + - type: Transform + pos: 15.582262,-40.360954 + parent: 2 + - uid: 3768 + components: + - type: Transform + pos: 13.654222,-36.337326 + parent: 2 + - uid: 8148 + components: + - type: Transform + pos: -50.48518,-47.42868 + parent: 2 +- proto: BooksBag + entities: + - uid: 6002 + components: + - type: Transform + pos: 20.434483,-38.20227 + parent: 2 +- proto: BookshelfFilled + entities: + - uid: 1853 + components: + - type: Transform + pos: 37.5,-1.5 + parent: 2 + - uid: 3728 + components: + - type: Transform + pos: 14.5,-39.5 + parent: 2 + - uid: 3730 + components: + - type: Transform + pos: 14.5,-35.5 + parent: 2 + - uid: 3755 + components: + - type: Transform + pos: 18.5,-40.5 + parent: 2 + - uid: 3758 + components: + - type: Transform + pos: 18.5,-39.5 + parent: 2 + - uid: 3776 + components: + - type: Transform + pos: 16.5,-35.5 + parent: 2 + - uid: 3777 + components: + - type: Transform + pos: 16.5,-39.5 + parent: 2 + - uid: 3778 + components: + - type: Transform + pos: 16.5,-38.5 + parent: 2 + - uid: 3780 + components: + - type: Transform + pos: 16.5,-36.5 + parent: 2 + - uid: 3786 + components: + - type: Transform + pos: 16.5,-40.5 + parent: 2 + - uid: 5763 + components: + - type: Transform + pos: 36.5,-1.5 + parent: 2 + - uid: 5976 + components: + - type: Transform + pos: 17.5,-46.5 + parent: 2 + - uid: 6231 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - uid: 8064 + components: + - type: Transform + pos: -50.5,-39.5 + parent: 2 + - uid: 13174 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 18853 + components: + - type: Transform + pos: 18.5,-38.5 + parent: 2 +- proto: BookSpaceLaw + entities: + - uid: 497 + components: + - type: Transform + pos: -27.05002,13.664731 + parent: 2 +- proto: BoozeDispenser + entities: + - uid: 3703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-45.5 + parent: 2 +- proto: BoozeDispenserMachineCircuitboard + entities: + - uid: 7384 + components: + - type: Transform + pos: 45.601032,10.574418 + parent: 2 +- proto: BorgCharger + entities: + - uid: 4202 + components: + - type: Transform + pos: 37.5,-24.5 + parent: 2 + - uid: 9147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-18.5 + parent: 2 + - uid: 9148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-18.5 + parent: 2 + - uid: 16585 + components: + - type: Transform + pos: -63.5,-11.5 + parent: 2 + - uid: 16586 + components: + - type: Transform + pos: -63.5,-13.5 + parent: 2 + - uid: 18547 + components: + - type: Transform + pos: 27.5,-24.5 + parent: 2 +- proto: BorgModuleCable + entities: + - uid: 4266 + components: + - type: Transform + pos: 36.50517,-24.474092 + parent: 2 +- proto: BorgModuleFireExtinguisher + entities: + - uid: 6603 + components: + - type: Transform + pos: -20.50441,-13.4179735 + parent: 2 +- proto: BoxBeaker + entities: + - uid: 3178 + components: + - type: Transform + pos: -2.4426155,-35.34611 + parent: 2 + - uid: 3328 + components: + - type: Transform + pos: -13.518328,-33.4524 + parent: 2 + - uid: 4827 + components: + - type: Transform + pos: -30.431562,-33.632877 + parent: 2 +- proto: BoxBodyBag + entities: + - uid: 448 + components: + - type: Transform + pos: -28.647797,12.72903 + parent: 2 + - uid: 8112 + components: + - type: Transform + pos: -43.583317,-45.382805 + parent: 2 +- proto: BoxCandle + entities: + - uid: 3782 + components: + - type: Transform + pos: 13.495878,-37.26601 + parent: 2 + - uid: 6697 + components: + - type: Transform + pos: 21.537186,-52.375385 + parent: 2 +- proto: BoxEnvelope + entities: + - uid: 11463 + components: + - type: Transform + pos: 17.329037,15.739432 + parent: 2 +- proto: BoxEvidenceMarkers + entities: + - uid: 462 + components: + - type: Transform + pos: -27.59315,13.6803 + parent: 2 +- proto: BoxFlare + entities: + - uid: 6202 + components: + - type: Transform + pos: -32.94399,-57.333797 + parent: 2 + - uid: 17330 + components: + - type: Transform + pos: 12.244581,23.370182 + parent: 2 +- proto: BoxFlashbang + entities: + - uid: 3955 + components: + - type: Transform + pos: -21.432104,6.5558224 + parent: 2 +- proto: BoxFolderBase + entities: + - uid: 3550 + components: + - type: Transform + pos: -6.4270163,-59.288963 + parent: 2 + - uid: 10154 + components: + - type: Transform + pos: -34.33748,-45.39844 + parent: 2 + - uid: 15840 + components: + - type: Transform + pos: -20.579294,-16.367939 + parent: 2 +- proto: BoxFolderBlack + entities: + - uid: 6937 + components: + - type: Transform + pos: 29.430147,11.68611 + parent: 2 +- proto: BoxFolderBlue + entities: + - uid: 984 + components: + - type: Transform + pos: -0.5900409,16.696323 + parent: 2 + - uid: 15660 + components: + - type: Transform + pos: -11.92763,-48.280685 + parent: 2 +- proto: BoxFolderClipboard + entities: + - uid: 627 + components: + - type: Transform + pos: -26.61381,6.6258235 + parent: 2 + - uid: 3355 + components: + - type: Transform + pos: 6.2848144,-19.181017 + parent: 2 + - uid: 3405 + components: + - type: Transform + pos: -21.12123,-16.367939 + parent: 2 + - uid: 4220 + components: + - type: Transform + pos: 26.561565,-38.33152 + parent: 2 + - uid: 4370 + components: + - type: Transform + pos: 37.969215,-27.349577 + parent: 2 + - uid: 4501 + components: + - type: Transform + pos: 35.35821,-41.39188 + parent: 2 + - uid: 7004 + components: + - type: Transform + pos: 23.40841,-9.414159 + parent: 2 + - uid: 7434 + components: + - type: Transform + pos: 32.493713,-75.42588 + parent: 2 + - uid: 8199 + components: + - type: Transform + pos: -51.344456,-42.40107 + parent: 2 + - uid: 8246 + components: + - type: Transform + pos: -44.517727,-46.202393 + parent: 2 + - uid: 9530 + components: + - type: Transform + pos: 29.347668,4.005797 + parent: 2 + - uid: 10153 + components: + - type: Transform + pos: -34.61887,-45.17954 + parent: 2 + - uid: 11326 + components: + - type: Transform + pos: -0.45460415,20.563332 + parent: 2 + - uid: 11471 + components: + - type: Transform + pos: -45.666264,-22.196106 + parent: 2 + - uid: 12351 + components: + - type: Transform + pos: -38.490253,-52.398266 + parent: 2 + - uid: 12705 + components: + - type: Transform + pos: -41.631638,-34.40459 + parent: 2 +- proto: BoxFolderRed + entities: + - uid: 861 + components: + - type: Transform + pos: -0.4829991,16.537148 + parent: 2 + - uid: 15661 + components: + - type: Transform + pos: -11.744785,-48.486874 + parent: 2 +- proto: BoxHandcuff + entities: + - uid: 92 + components: + - type: Transform + pos: -24.652786,13.510746 + parent: 2 + - uid: 7451 + components: + - type: Transform + pos: -21.640541,6.7434525 + parent: 2 +- proto: BoxHeadset + entities: + - uid: 6563 + components: + - type: Transform + pos: 25.569305,0.7293166 + parent: 2 +- proto: BoxInflatable + entities: + - uid: 3895 + components: + - type: Transform + pos: 43.5346,-56.293934 + parent: 2 +- proto: BoxingBell + entities: + - uid: 1813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-39.5 + parent: 2 +- proto: BoxLatexGloves + entities: + - uid: 8261 + components: + - type: Transform + pos: -52.343967,-43.392303 + parent: 2 +- proto: BoxLightbulb + entities: + - uid: 8656 + components: + - type: Transform + pos: 46.449215,10.650298 + parent: 2 +- proto: BoxLightMixed + entities: + - uid: 268 + components: + - type: Transform + pos: -11.392483,-24.07742 + parent: 2 + - uid: 3887 + components: + - type: Transform + pos: -2.455987,-25.326176 + parent: 2 + - uid: 4869 + components: + - type: Transform + pos: -6.4084682,-14.411318 + parent: 2 + - uid: 5918 + components: + - type: Transform + pos: 25.3381,-16.328852 + parent: 2 + - uid: 6214 + components: + - type: Transform + pos: 28.525217,-53.325924 + parent: 2 + - uid: 9405 + components: + - type: Transform + pos: 29.384245,-0.22353017 + parent: 2 +- proto: BoxLighttube + entities: + - uid: 18477 + components: + - type: Transform + pos: -28.617266,-22.280603 + parent: 2 +- proto: BoxMousetrap + entities: + - uid: 269 + components: + - type: Transform + pos: -11.590497,-24.442257 + parent: 2 +- proto: BoxMouthSwab + entities: + - uid: 1176 + components: + - type: Transform + pos: -31.51878,-11.2371025 + parent: 2 + - uid: 3435 + components: + - type: Transform + pos: -15.52203,-39.383137 + parent: 2 + - uid: 8202 + components: + - type: Transform + pos: -52.57325,-40.37556 + parent: 2 +- proto: BoxMRE + entities: + - uid: 711 + components: + - type: Transform + pos: -28.368809,-6.2619805 + parent: 2 +- proto: BoxPerformer + entities: + - uid: 16061 + components: + - type: Transform + pos: 8.491663,4.564948 + parent: 2 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: >- + It provides the following protection: + + - [color=orange]Explosion[/color] damage [color=white]to contents[/color] reduced by [color=lightblue]10%[/color]. + priority: 0 + component: Armor + - message: This decreases your running speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + title: null +- proto: BoxPillCanister + entities: + - uid: 4881 + components: + - type: Transform + pos: -30.64672,-36.300823 + parent: 2 + - uid: 14355 + components: + - type: Transform + pos: -28.38458,-22.374575 + parent: 2 +- proto: BoxSterileMask + entities: + - uid: 7813 + components: + - type: Transform + pos: -52.51393,-43.28739 + parent: 2 + - uid: 16072 + components: + - type: Transform + pos: -52.66481,-27.294983 + parent: 2 +- proto: BoxSyringe + entities: + - uid: 5004 + components: + - type: Transform + pos: -39.5297,-25.456043 + parent: 2 + - uid: 8196 + components: + - type: Transform + pos: -52.667046,-43.20467 + parent: 2 + - uid: 14713 + components: + - type: Transform + pos: -27.356966,-22.256256 + parent: 2 +- proto: BoxTrashbag + entities: + - uid: 9426 + components: + - type: Transform + pos: 29.613523,-0.37988842 + parent: 2 +- proto: BoxVial + entities: + - uid: 836 + components: + - type: Transform + pos: -34.3832,-34.664165 + parent: 2 +- proto: BrbSign + entities: + - uid: 902 + components: + - type: Transform + pos: -15.814975,-48.593403 + parent: 2 + - uid: 4177 + components: + - type: Transform + pos: 18.417604,-25.98257 + parent: 2 +- proto: BriefcaseBrownFilled + entities: + - uid: 3551 + components: + - type: Transform + pos: 29.38846,12.832739 + parent: 2 + - uid: 6138 + components: + - type: Transform + pos: 45.45511,-32.147636 + parent: 2 + - uid: 6948 + components: + - type: Transform + pos: 29.628162,12.634685 + parent: 2 + - uid: 10150 + components: + - type: Transform + pos: -34.26079,-45.966408 + parent: 2 + - uid: 13857 + components: + - type: Transform + pos: 19.678713,-59.4589 + parent: 2 +- proto: BrigTimer + entities: + - uid: 8001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-6.5 + parent: 2 + - uid: 8002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-9.5 + parent: 2 +- proto: BrokenBottle + entities: + - uid: 7399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.778355,10.560909 + parent: 2 + - uid: 9142 + components: + - type: Transform + pos: 48.008686,10.467797 + parent: 2 +- proto: Brutepack1 + entities: + - uid: 2253 + components: + - type: Transform + pos: 51.635765,-37.337482 + parent: 2 + - type: Stack + count: 6 +- proto: Bucket + entities: + - uid: 1216 + components: + - type: Transform + pos: -20.787779,29.59576 + parent: 2 + - uid: 3440 + components: + - type: Transform + pos: -17.678139,-32.665504 + parent: 2 + - uid: 3464 + components: + - type: Transform + pos: -13.459316,-32.28296 + parent: 2 + - type: Conveyed + - uid: 3726 + components: + - type: Transform + pos: -3.3681493,-43.254704 + parent: 2 + - uid: 9552 + components: + - type: Transform + pos: 23.514273,5.680741 + parent: 2 + - uid: 9553 + components: + - type: Transform + pos: 27.547523,0.6876904 + parent: 2 + - uid: 17548 + components: + - type: Transform + pos: 45.365086,-60.238712 + parent: 2 + - uid: 17583 + components: + - type: Transform + pos: -8.508354,12.687243 + parent: 2 + - uid: 18981 + components: + - type: Transform + pos: 35.743057,18.362583 + parent: 2 +- proto: ButtonFrameCaution + entities: + - uid: 22 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-35.5 + parent: 2 + - uid: 398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-43.5 + parent: 2 + - uid: 495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-33.5 + parent: 2 + - uid: 594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,12.5 + parent: 2 + - uid: 654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-35.5 + parent: 2 + - uid: 4290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-3.5 + parent: 2 + - uid: 5481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,18.5 + parent: 2 + - uid: 8090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-67.5 + parent: 2 + - uid: 8092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-70.5 + parent: 2 + - uid: 11422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-17.5 + parent: 2 + - uid: 11786 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-48.5 + parent: 2 + - uid: 15432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-43.5 + parent: 2 + - uid: 16044 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-35.5 + parent: 2 + - uid: 16053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-27.5 + parent: 2 + - uid: 17054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-27.5 + parent: 2 + - uid: 17281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-57.5 + parent: 2 + - uid: 17617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-36.5 + parent: 2 +- proto: ButtonFrameExit + entities: + - uid: 15652 + components: + - type: Transform + pos: -29.5,-28.5 + parent: 2 + - uid: 16114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-27.5 + parent: 2 +- proto: ButtonFrameGrey + entities: + - uid: 2042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-8.5 + parent: 2 + - uid: 3829 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 4283 + components: + - type: Transform + pos: 37.5,-33.5 + parent: 2 + - uid: 4328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-39.5 + parent: 2 + - uid: 7624 + components: + - type: Transform + pos: 35.5,-23.5 + parent: 2 + - uid: 9539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-0.5 + parent: 2 + - uid: 10659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-56.5 + parent: 2 + - uid: 15409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 2 + - uid: 15412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-5.5 + parent: 2 + - uid: 15648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-52.5 + parent: 2 + - uid: 17446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,15.5 + parent: 2 + - uid: 17476 + components: + - type: Transform + pos: 1.5,27.5 + parent: 2 + - uid: 17477 + components: + - type: Transform + pos: 7.5,27.5 + parent: 2 +- proto: ButtonFrameJanitor + entities: + - uid: 1247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-2.5 + parent: 2 + - uid: 1330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.498238,-27.753994 + parent: 2 + - uid: 16116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-44.5 + parent: 2 + - uid: 17551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,15.5 + parent: 2 + - uid: 17656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-13.5 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 3 + components: + - type: Transform + pos: -15.5,5.5 + parent: 2 + - uid: 17 + components: + - type: Transform + pos: -22.5,21.5 + parent: 2 + - uid: 52 + components: + - type: Transform + pos: -20.5,28.5 + parent: 2 + - uid: 64 + components: + - type: Transform + pos: -22.5,16.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: -18.5,32.5 + parent: 2 + - uid: 87 + components: + - type: Transform + pos: -16.5,29.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 123 + components: + - type: Transform + pos: -14.5,-49.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: -51.5,-43.5 + parent: 2 + - uid: 182 + components: + - type: Transform + pos: -0.5,27.5 + parent: 2 + - uid: 186 + components: + - type: Transform + pos: -43.5,-40.5 + parent: 2 + - uid: 188 + components: + - type: Transform + pos: 1.5,25.5 + parent: 2 + - uid: 189 + components: + - type: Transform + pos: -0.5,25.5 + parent: 2 + - uid: 190 + components: + - type: Transform + pos: 11.5,17.5 + parent: 2 + - uid: 244 + components: + - type: Transform + pos: 15.5,-5.5 + parent: 2 + - uid: 262 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 + - uid: 295 + components: + - type: Transform + pos: -4.5,-51.5 + parent: 2 + - uid: 304 + components: + - type: Transform + pos: -23.5,15.5 + parent: 2 + - uid: 310 + components: + - type: Transform + pos: -40.5,-37.5 + parent: 2 + - uid: 329 + components: + - type: Transform + pos: 3.5,17.5 + parent: 2 + - uid: 349 + components: + - type: Transform + pos: 5.5,17.5 + parent: 2 + - uid: 382 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 421 + components: + - type: Transform + pos: -2.5,11.5 + parent: 2 + - uid: 423 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 + - uid: 427 + components: + - type: Transform + pos: 4.5,17.5 + parent: 2 + - uid: 437 + components: + - type: Transform + pos: -20.5,-4.5 + parent: 2 + - uid: 438 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - uid: 439 + components: + - type: Transform + pos: -23.5,-3.5 + parent: 2 + - uid: 451 + components: + - type: Transform + pos: 2.5,11.5 + parent: 2 + - uid: 457 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 460 + components: + - type: Transform + pos: -0.5,11.5 + parent: 2 + - uid: 477 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 479 + components: + - type: Transform + pos: -4.5,-19.5 + parent: 2 + - uid: 480 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 484 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 486 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 2 + - uid: 489 + components: + - type: Transform + pos: -25.5,-8.5 + parent: 2 + - uid: 490 + components: + - type: Transform + pos: -25.5,-6.5 + parent: 2 + - uid: 491 + components: + - type: Transform + pos: -25.5,-7.5 + parent: 2 + - uid: 507 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 540 + components: + - type: Transform + pos: 4.5,19.5 + parent: 2 + - uid: 541 + components: + - type: Transform + pos: 4.5,18.5 + parent: 2 + - uid: 547 + components: + - type: Transform + pos: -25.5,12.5 + parent: 2 + - uid: 561 + components: + - type: Transform + pos: -0.5,17.5 + parent: 2 + - uid: 562 + components: + - type: Transform + pos: 0.5,17.5 + parent: 2 + - uid: 565 + components: + - type: Transform + pos: 1.5,17.5 + parent: 2 + - uid: 566 + components: + - type: Transform + pos: 2.5,17.5 + parent: 2 + - uid: 567 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - uid: 568 + components: + - type: Transform + pos: -1.5,18.5 + parent: 2 + - uid: 569 + components: + - type: Transform + pos: -1.5,17.5 + parent: 2 + - uid: 570 + components: + - type: Transform + pos: 8.5,17.5 + parent: 2 + - uid: 571 + components: + - type: Transform + pos: 9.5,17.5 + parent: 2 + - uid: 573 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 575 + components: + - type: Transform + pos: 10.5,17.5 + parent: 2 + - uid: 578 + components: + - type: Transform + pos: 6.5,17.5 + parent: 2 + - uid: 579 + components: + - type: Transform + pos: 7.5,17.5 + parent: 2 + - uid: 595 + components: + - type: Transform + pos: -19.5,26.5 + parent: 2 + - uid: 615 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 621 + components: + - type: Transform + pos: -9.5,-3.5 + parent: 2 + - uid: 633 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - uid: 634 + components: + - type: Transform + pos: -9.5,-4.5 + parent: 2 + - uid: 635 + components: + - type: Transform + pos: -8.5,-4.5 + parent: 2 + - uid: 636 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 645 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - uid: 650 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 + - uid: 653 + components: + - type: Transform + pos: -20.5,33.5 + parent: 2 + - uid: 659 + components: + - type: Transform + pos: -8.5,0.5 + parent: 2 + - uid: 663 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - uid: 667 + components: + - type: Transform + pos: -32.5,13.5 + parent: 2 + - uid: 710 + components: + - type: Transform + pos: -23.5,14.5 + parent: 2 + - uid: 715 + components: + - type: Transform + pos: -26.5,16.5 + parent: 2 + - uid: 744 + components: + - type: Transform + pos: 18.5,21.5 + parent: 2 + - uid: 746 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 + - uid: 757 + components: + - type: Transform + pos: 14.5,23.5 + parent: 2 + - uid: 759 + components: + - type: Transform + pos: 14.5,24.5 + parent: 2 + - uid: 760 + components: + - type: Transform + pos: 13.5,24.5 + parent: 2 + - uid: 761 + components: + - type: Transform + pos: 12.5,24.5 + parent: 2 + - uid: 772 + components: + - type: Transform + pos: 14.5,20.5 + parent: 2 + - uid: 774 + components: + - type: Transform + pos: 15.5,22.5 + parent: 2 + - uid: 776 + components: + - type: Transform + pos: 14.5,19.5 + parent: 2 + - uid: 777 + components: + - type: Transform + pos: 14.5,18.5 + parent: 2 + - uid: 796 + components: + - type: Transform + pos: -37.5,23.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: -34.5,-14.5 + parent: 2 + - uid: 827 + components: + - type: Transform + pos: 2.5,9.5 + parent: 2 + - uid: 865 + components: + - type: Transform + pos: -30.5,-61.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: 30.5,-28.5 + parent: 2 + - uid: 878 + components: + - type: Transform + pos: 31.5,-28.5 + parent: 2 + - uid: 881 + components: + - type: Transform + pos: -21.5,-41.5 + parent: 2 + - uid: 886 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 2 + - uid: 913 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 2 + - uid: 914 + components: + - type: Transform + pos: -26.5,-4.5 + parent: 2 + - uid: 915 + components: + - type: Transform + pos: 8.5,9.5 + parent: 2 + - uid: 924 + components: + - type: Transform + pos: -33.5,23.5 + parent: 2 + - uid: 925 + components: + - type: Transform + pos: -32.5,9.5 + parent: 2 + - uid: 926 + components: + - type: Transform + pos: -7.5,16.5 + parent: 2 + - uid: 927 + components: + - type: Transform + pos: 15.5,24.5 + parent: 2 + - uid: 929 + components: + - type: Transform + pos: 11.5,28.5 + parent: 2 + - uid: 930 + components: + - type: Transform + pos: 12.5,25.5 + parent: 2 + - uid: 931 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 + - uid: 932 + components: + - type: Transform + pos: 12.5,27.5 + parent: 2 + - uid: 933 + components: + - type: Transform + pos: 12.5,28.5 + parent: 2 + - uid: 934 + components: + - type: Transform + pos: 16.5,24.5 + parent: 2 + - uid: 935 + components: + - type: Transform + pos: 18.5,25.5 + parent: 2 + - uid: 936 + components: + - type: Transform + pos: 17.5,24.5 + parent: 2 + - uid: 937 + components: + - type: Transform + pos: 18.5,24.5 + parent: 2 + - uid: 938 + components: + - type: Transform + pos: 16.5,22.5 + parent: 2 + - uid: 941 + components: + - type: Transform + pos: 17.5,28.5 + parent: 2 + - uid: 942 + components: + - type: Transform + pos: 13.5,28.5 + parent: 2 + - uid: 943 + components: + - type: Transform + pos: 10.5,28.5 + parent: 2 + - uid: 944 + components: + - type: Transform + pos: 9.5,28.5 + parent: 2 + - uid: 945 + components: + - type: Transform + pos: 14.5,28.5 + parent: 2 + - uid: 946 + components: + - type: Transform + pos: -31.5,-13.5 + parent: 2 + - uid: 947 + components: + - type: Transform + pos: 18.5,28.5 + parent: 2 + - uid: 948 + components: + - type: Transform + pos: 18.5,29.5 + parent: 2 + - uid: 949 + components: + - type: Transform + pos: 18.5,30.5 + parent: 2 + - uid: 950 + components: + - type: Transform + pos: 15.5,28.5 + parent: 2 + - uid: 951 + components: + - type: Transform + pos: 16.5,28.5 + parent: 2 + - uid: 952 + components: + - type: Transform + pos: -9.5,19.5 + parent: 2 + - uid: 953 + components: + - type: Transform + pos: -8.5,19.5 + parent: 2 + - uid: 954 + components: + - type: Transform + pos: -7.5,18.5 + parent: 2 + - uid: 955 + components: + - type: Transform + pos: -6.5,18.5 + parent: 2 + - uid: 956 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 963 + components: + - type: Transform + pos: -5.5,18.5 + parent: 2 + - uid: 964 + components: + - type: Transform + pos: -4.5,19.5 + parent: 2 + - uid: 965 + components: + - type: Transform + pos: -4.5,17.5 + parent: 2 + - uid: 966 + components: + - type: Transform + pos: -4.5,18.5 + parent: 2 + - uid: 967 + components: + - type: Transform + pos: 17.5,22.5 + parent: 2 + - uid: 968 + components: + - type: Transform + pos: -6.5,16.5 + parent: 2 + - uid: 970 + components: + - type: Transform + pos: 8.5,-52.5 + parent: 2 + - uid: 1052 + components: + - type: Transform + pos: -7.5,19.5 + parent: 2 + - uid: 1061 + components: + - type: Transform + pos: -27.5,-19.5 + parent: 2 + - uid: 1069 + components: + - type: Transform + pos: -7.5,17.5 + parent: 2 + - uid: 1090 + components: + - type: Transform + pos: 37.5,-14.5 + parent: 2 + - uid: 1094 + components: + - type: Transform + pos: -31.5,16.5 + parent: 2 + - uid: 1172 + components: + - type: Transform + pos: -36.5,23.5 + parent: 2 + - uid: 1215 + components: + - type: Transform + pos: -31.5,15.5 + parent: 2 + - uid: 1250 + components: + - type: Transform + pos: -11.5,-54.5 + parent: 2 + - uid: 1251 + components: + - type: Transform + pos: -11.5,-55.5 + parent: 2 + - uid: 1257 + components: + - type: Transform + pos: 40.5,5.5 + parent: 2 + - uid: 1262 + components: + - type: Transform + pos: -12.5,-54.5 + parent: 2 + - uid: 1264 + components: + - type: Transform + pos: 43.5,2.5 + parent: 2 + - uid: 1271 + components: + - type: Transform + pos: 41.5,4.5 + parent: 2 + - uid: 1275 + components: + - type: Transform + pos: 41.5,2.5 + parent: 2 + - uid: 1279 + components: + - type: Transform + pos: 41.5,5.5 + parent: 2 + - uid: 1280 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 1282 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: -10.5,-55.5 + parent: 2 + - uid: 1292 + components: + - type: Transform + pos: 42.5,2.5 + parent: 2 + - uid: 1307 + components: + - type: Transform + pos: -22.5,-41.5 + parent: 2 + - uid: 1308 + components: + - type: Transform + pos: -9.5,-55.5 + parent: 2 + - uid: 1324 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 2 + - uid: 1325 + components: + - type: Transform + pos: 16.5,-16.5 + parent: 2 + - uid: 1326 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 + - uid: 1332 + components: + - type: Transform + pos: -19.5,25.5 + parent: 2 + - uid: 1336 + components: + - type: Transform + pos: -41.5,-36.5 + parent: 2 + - uid: 1337 + components: + - type: Transform + pos: -41.5,-35.5 + parent: 2 + - uid: 1350 + components: + - type: Transform + pos: 11.5,18.5 + parent: 2 + - uid: 1384 + components: + - type: Transform + pos: 2.5,25.5 + parent: 2 + - uid: 1386 + components: + - type: Transform + pos: 0.5,25.5 + parent: 2 + - uid: 1390 + components: + - type: Transform + pos: 3.5,27.5 + parent: 2 + - uid: 1401 + components: + - type: Transform + pos: 3.5,25.5 + parent: 2 + - uid: 1403 + components: + - type: Transform + pos: 5.5,25.5 + parent: 2 + - uid: 1405 + components: + - type: Transform + pos: 4.5,25.5 + parent: 2 + - uid: 1406 + components: + - type: Transform + pos: 6.5,25.5 + parent: 2 + - uid: 1407 + components: + - type: Transform + pos: 8.5,25.5 + parent: 2 + - uid: 1486 + components: + - type: Transform + pos: 4.5,24.5 + parent: 2 + - uid: 1487 + components: + - type: Transform + pos: 7.5,25.5 + parent: 2 + - uid: 1492 + components: + - type: Transform + pos: 11.5,19.5 + parent: 2 + - uid: 1493 + components: + - type: Transform + pos: -0.5,26.5 + parent: 2 + - uid: 1509 + components: + - type: Transform + pos: -37.5,-35.5 + parent: 2 + - uid: 1523 + components: + - type: Transform + pos: -32.5,6.5 + parent: 2 + - uid: 1526 + components: + - type: Transform + pos: 8.5,16.5 + parent: 2 + - uid: 1528 + components: + - type: Transform + pos: 8.5,15.5 + parent: 2 + - uid: 1535 + components: + - type: Transform + pos: -32.5,8.5 + parent: 2 + - uid: 1536 + components: + - type: Transform + pos: 57.5,-52.5 + parent: 2 + - uid: 1537 + components: + - type: Transform + pos: 3.5,-43.5 + parent: 2 + - uid: 1539 + components: + - type: Transform + pos: -32.5,7.5 + parent: 2 + - uid: 1540 + components: + - type: Transform + pos: -32.5,5.5 + parent: 2 + - uid: 1541 + components: + - type: Transform + pos: -21.5,31.5 + parent: 2 + - uid: 1551 + components: + - type: Transform + pos: -16.5,20.5 + parent: 2 + - uid: 1555 + components: + - type: Transform + pos: -44.5,-25.5 + parent: 2 + - uid: 1581 + components: + - type: Transform + pos: -6.5,-44.5 + parent: 2 + - uid: 1598 + components: + - type: Transform + pos: -7.5,-44.5 + parent: 2 + - uid: 1604 + components: + - type: Transform + pos: -8.5,-44.5 + parent: 2 + - uid: 1642 + components: + - type: Transform + pos: 4.5,9.5 + parent: 2 + - uid: 1646 + components: + - type: Transform + pos: -30.5,-13.5 + parent: 2 + - uid: 1657 + components: + - type: Transform + pos: -34.5,-13.5 + parent: 2 + - uid: 1658 + components: + - type: Transform + pos: -9.5,-44.5 + parent: 2 + - uid: 1659 + components: + - type: Transform + pos: -32.5,-14.5 + parent: 2 + - uid: 1661 + components: + - type: Transform + pos: -33.5,-14.5 + parent: 2 + - uid: 1678 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - uid: 1681 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 2 + - uid: 1682 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 1700 + components: + - type: Transform + pos: 4.5,-10.5 + parent: 2 + - uid: 1703 + components: + - type: Transform + pos: -34.5,-12.5 + parent: 2 + - uid: 1707 + components: + - type: Transform + pos: -52.5,-33.5 + parent: 2 + - uid: 1708 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 + - uid: 1711 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 1719 + components: + - type: Transform + pos: 20.5,-24.5 + parent: 2 + - uid: 1720 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 + - uid: 1728 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 1729 + components: + - type: Transform + pos: -51.5,-26.5 + parent: 2 + - uid: 1734 + components: + - type: Transform + pos: -34.5,-8.5 + parent: 2 + - uid: 1737 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 + - uid: 1738 + components: + - type: Transform + pos: -52.5,-27.5 + parent: 2 + - uid: 1739 + components: + - type: Transform + pos: -49.5,-27.5 + parent: 2 + - uid: 1761 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 1762 + components: + - type: Transform + pos: -49.5,-30.5 + parent: 2 + - uid: 1769 + components: + - type: Transform + pos: 23.5,13.5 + parent: 2 + - uid: 1770 + components: + - type: Transform + pos: 22.5,13.5 + parent: 2 + - uid: 1777 + components: + - type: Transform + pos: 24.5,13.5 + parent: 2 + - uid: 1782 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 + - uid: 1797 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 1805 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 1808 + components: + - type: Transform + pos: 24.5,12.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + pos: 3.5,-41.5 + parent: 2 + - uid: 1810 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 2 + - uid: 1811 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 1812 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 + - uid: 1814 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - uid: 1815 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - uid: 1816 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 1818 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - uid: 1820 + components: + - type: Transform + pos: -31.5,14.5 + parent: 2 + - uid: 1822 + components: + - type: Transform + pos: 17.5,3.5 + parent: 2 + - uid: 1835 + components: + - type: Transform + pos: -22.5,22.5 + parent: 2 + - uid: 1841 + components: + - type: Transform + pos: 2.5,-10.5 + parent: 2 + - uid: 1848 + components: + - type: Transform + pos: 3.5,-40.5 + parent: 2 + - uid: 1884 + components: + - type: Transform + pos: 62.5,-52.5 + parent: 2 + - uid: 1888 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 1891 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 2 + - uid: 1896 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 2048 + components: + - type: Transform + pos: 2.5,10.5 + parent: 2 + - uid: 2049 + components: + - type: Transform + pos: -23.5,-47.5 + parent: 2 + - uid: 2062 + components: + - type: Transform + pos: 9.5,-55.5 + parent: 2 + - uid: 2063 + components: + - type: Transform + pos: 11.5,-57.5 + parent: 2 + - uid: 2064 + components: + - type: Transform + pos: 11.5,-56.5 + parent: 2 + - uid: 2065 + components: + - type: Transform + pos: 11.5,-52.5 + parent: 2 + - uid: 2071 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 + - uid: 2078 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - uid: 2079 + components: + - type: Transform + pos: -5.5,-50.5 + parent: 2 + - uid: 2110 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 2120 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 2 + - uid: 2156 + components: + - type: Transform + pos: -12.5,-18.5 + parent: 2 + - uid: 2157 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 2159 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 2192 + components: + - type: Transform + pos: -22.5,31.5 + parent: 2 + - uid: 2198 + components: + - type: Transform + pos: 1.5,9.5 + parent: 2 + - uid: 2208 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 2 + - uid: 2209 + components: + - type: Transform + pos: -23.5,-4.5 + parent: 2 + - uid: 2211 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 2218 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 2 + - uid: 2230 + components: + - type: Transform + pos: -16.5,31.5 + parent: 2 + - uid: 2247 + components: + - type: Transform + pos: 57.5,-49.5 + parent: 2 + - uid: 2254 + components: + - type: Transform + pos: 59.5,-49.5 + parent: 2 + - uid: 2275 + components: + - type: Transform + pos: 51.5,-50.5 + parent: 2 + - uid: 2276 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 2279 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 2 + - uid: 2320 + components: + - type: Transform + pos: 31.5,36.5 + parent: 2 + - uid: 2322 + components: + - type: Transform + pos: 30.5,37.5 + parent: 2 + - uid: 2323 + components: + - type: Transform + pos: 30.5,36.5 + parent: 2 + - uid: 2326 + components: + - type: Transform + pos: 30.5,33.5 + parent: 2 + - uid: 2329 + components: + - type: Transform + pos: 30.5,38.5 + parent: 2 + - uid: 2332 + components: + - type: Transform + pos: 30.5,31.5 + parent: 2 + - uid: 2334 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 2 + - uid: 2338 + components: + - type: Transform + pos: -12.5,-19.5 + parent: 2 + - uid: 2339 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 2 + - uid: 2341 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 2 + - uid: 2345 + components: + - type: Transform + pos: 31.5,32.5 + parent: 2 + - uid: 2346 + components: + - type: Transform + pos: 30.5,32.5 + parent: 2 + - uid: 2360 + components: + - type: Transform + pos: 47.5,-29.5 + parent: 2 + - uid: 2372 + components: + - type: Transform + pos: -25.5,14.5 + parent: 2 + - uid: 2373 + components: + - type: Transform + pos: -25.5,13.5 + parent: 2 + - uid: 2379 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 + - uid: 2423 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 + - uid: 2427 + components: + - type: Transform + pos: -18.5,33.5 + parent: 2 + - uid: 2432 + components: + - type: Transform + pos: -20.5,32.5 + parent: 2 + - uid: 2439 + components: + - type: Transform + pos: -19.5,33.5 + parent: 2 + - uid: 2441 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 2442 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 2443 + components: + - type: Transform + pos: -12.5,0.5 + parent: 2 + - uid: 2444 + components: + - type: Transform + pos: -11.5,0.5 + parent: 2 + - uid: 2446 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 2 + - uid: 2447 + components: + - type: Transform + pos: -21.5,32.5 + parent: 2 + - uid: 2456 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 2460 + components: + - type: Transform + pos: -17.5,32.5 + parent: 2 + - uid: 2461 + components: + - type: Transform + pos: -9.5,0.5 + parent: 2 + - uid: 2464 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - uid: 2468 + components: + - type: Transform + pos: -8.5,1.5 + parent: 2 + - uid: 2469 + components: + - type: Transform + pos: -7.5,1.5 + parent: 2 + - uid: 2470 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 2471 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 2472 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 2473 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 2474 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 2475 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 2476 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 2477 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 2478 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 2479 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 2480 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 2481 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 2482 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 2483 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 2484 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 2 + - uid: 2485 + components: + - type: Transform + pos: 4.5,0.5 + parent: 2 + - uid: 2487 + components: + - type: Transform + pos: -10.5,0.5 + parent: 2 + - uid: 2493 + components: + - type: Transform + pos: -18.5,28.5 + parent: 2 + - uid: 2500 + components: + - type: Transform + pos: 10.5,-55.5 + parent: 2 + - uid: 2502 + components: + - type: Transform + pos: -19.5,28.5 + parent: 2 + - uid: 2505 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 2513 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - uid: 2543 + components: + - type: Transform + pos: -42.5,-25.5 + parent: 2 + - uid: 2548 + components: + - type: Transform + pos: -43.5,-25.5 + parent: 2 + - uid: 2568 + components: + - type: Transform + pos: -42.5,-39.5 + parent: 2 + - uid: 2612 + components: + - type: Transform + pos: -21.5,4.5 + parent: 2 + - uid: 2636 + components: + - type: Transform + pos: -32.5,11.5 + parent: 2 + - uid: 2670 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 + - uid: 2689 + components: + - type: Transform + pos: -29.5,-4.5 + parent: 2 + - uid: 2690 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 + - uid: 2691 + components: + - type: Transform + pos: -30.5,-9.5 + parent: 2 + - uid: 2695 + components: + - type: Transform + pos: -30.5,-4.5 + parent: 2 + - uid: 2696 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 + - uid: 2697 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 2 + - uid: 2698 + components: + - type: Transform + pos: -30.5,-10.5 + parent: 2 + - uid: 2699 + components: + - type: Transform + pos: -30.5,-8.5 + parent: 2 + - uid: 2700 + components: + - type: Transform + pos: -26.5,-5.5 + parent: 2 + - uid: 2701 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 2 + - uid: 2705 + components: + - type: Transform + pos: -19.5,-8.5 + parent: 2 + - uid: 2706 + components: + - type: Transform + pos: -20.5,-8.5 + parent: 2 + - uid: 2707 + components: + - type: Transform + pos: -21.5,-8.5 + parent: 2 + - uid: 2708 + components: + - type: Transform + pos: -22.5,-8.5 + parent: 2 + - uid: 2709 + components: + - type: Transform + pos: -23.5,-8.5 + parent: 2 + - uid: 2741 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - uid: 2758 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 2 + - uid: 2759 + components: + - type: Transform + pos: -30.5,-11.5 + parent: 2 + - uid: 2774 + components: + - type: Transform + pos: -25.5,-5.5 + parent: 2 + - uid: 2778 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 2779 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 2 + - uid: 2781 + components: + - type: Transform + pos: -34.5,9.5 + parent: 2 + - uid: 2782 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 + - uid: 2783 + components: + - type: Transform + pos: -22.5,-10.5 + parent: 2 + - uid: 2784 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 2 + - uid: 2785 + components: + - type: Transform + pos: -20.5,-10.5 + parent: 2 + - uid: 2786 + components: + - type: Transform + pos: -19.5,-10.5 + parent: 2 + - uid: 2787 + components: + - type: Transform + pos: -19.5,-11.5 + parent: 2 + - uid: 2788 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 2 + - uid: 2795 + components: + - type: Transform + pos: -20.5,-3.5 + parent: 2 + - uid: 2796 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 2797 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 2 + - uid: 2798 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 2 + - uid: 2799 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 2 + - uid: 2800 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 2 + - uid: 2801 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 2 + - uid: 2802 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 2 + - uid: 2803 + components: + - type: Transform + pos: -29.5,-0.5 + parent: 2 + - uid: 2804 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 2 + - uid: 2805 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 2 + - uid: 2806 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 2 + - uid: 2807 + components: + - type: Transform + pos: -29.5,0.5 + parent: 2 + - uid: 2808 + components: + - type: Transform + pos: -29.5,1.5 + parent: 2 + - uid: 2809 + components: + - type: Transform + pos: -29.5,2.5 + parent: 2 + - uid: 2810 + components: + - type: Transform + pos: -29.5,3.5 + parent: 2 + - uid: 2811 + components: + - type: Transform + pos: -22.5,-3.5 + parent: 2 + - uid: 2818 + components: + - type: Transform + pos: -26.5,6.5 + parent: 2 + - uid: 2823 + components: + - type: Transform + pos: 53.5,-50.5 + parent: 2 + - uid: 2826 + components: + - type: Transform + pos: -44.5,-38.5 + parent: 2 + - uid: 2829 + components: + - type: Transform + pos: -25.5,6.5 + parent: 2 + - uid: 2831 + components: + - type: Transform + pos: -8.5,11.5 + parent: 2 + - uid: 2832 + components: + - type: Transform + pos: -27.5,6.5 + parent: 2 + - uid: 2833 + components: + - type: Transform + pos: -25.5,7.5 + parent: 2 + - uid: 2834 + components: + - type: Transform + pos: -25.5,8.5 + parent: 2 + - uid: 2838 + components: + - type: Transform + pos: -10.5,10.5 + parent: 2 + - uid: 2841 + components: + - type: Transform + pos: -9.5,11.5 + parent: 2 + - uid: 2842 + components: + - type: Transform + pos: -25.5,9.5 + parent: 2 + - uid: 2843 + components: + - type: Transform + pos: -25.5,10.5 + parent: 2 + - uid: 2844 + components: + - type: Transform + pos: -10.5,11.5 + parent: 2 + - uid: 2848 + components: + - type: Transform + pos: -11.5,11.5 + parent: 2 + - uid: 2850 + components: + - type: Transform + pos: -26.5,10.5 + parent: 2 + - uid: 2851 + components: + - type: Transform + pos: -27.5,10.5 + parent: 2 + - uid: 2852 + components: + - type: Transform + pos: -28.5,10.5 + parent: 2 + - uid: 2853 + components: + - type: Transform + pos: -29.5,10.5 + parent: 2 + - uid: 2854 + components: + - type: Transform + pos: -25.5,11.5 + parent: 2 + - uid: 2855 + components: + - type: Transform + pos: -6.5,-13.5 + parent: 2 + - uid: 2857 + components: + - type: Transform + pos: -15.5,7.5 + parent: 2 + - uid: 2861 + components: + - type: Transform + pos: 14.5,11.5 + parent: 2 + - uid: 2864 + components: + - type: Transform + pos: 48.5,-32.5 + parent: 2 + - uid: 2866 + components: + - type: Transform + pos: 48.5,-33.5 + parent: 2 + - uid: 2867 + components: + - type: Transform + pos: -15.5,6.5 + parent: 2 + - uid: 2875 + components: + - type: Transform + pos: -27.5,-3.5 + parent: 2 + - uid: 2889 + components: + - type: Transform + pos: -19.5,27.5 + parent: 2 + - uid: 2892 + components: + - type: Transform + pos: -44.5,-40.5 + parent: 2 + - uid: 2894 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - uid: 2947 + components: + - type: Transform + pos: -8.5,9.5 + parent: 2 + - uid: 2978 + components: + - type: Transform + pos: 22.5,-42.5 + parent: 2 + - uid: 2993 + components: + - type: Transform + pos: -17.5,29.5 + parent: 2 + - uid: 2996 + components: + - type: Transform + pos: -34.5,0.5 + parent: 2 + - uid: 2997 + components: + - type: Transform + pos: 58.5,-49.5 + parent: 2 + - uid: 3003 + components: + - type: Transform + pos: -16.5,21.5 + parent: 2 + - uid: 3004 + components: + - type: Transform + pos: -20.5,22.5 + parent: 2 + - uid: 3036 + components: + - type: Transform + pos: -32.5,10.5 + parent: 2 + - uid: 3038 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 3057 + components: + - type: Transform + pos: 52.5,-50.5 + parent: 2 + - uid: 3062 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - uid: 3063 + components: + - type: Transform + pos: -7.5,22.5 + parent: 2 + - uid: 3077 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 3084 + components: + - type: Transform + pos: -6.5,-52.5 + parent: 2 + - uid: 3104 + components: + - type: Transform + pos: 31.5,-61.5 + parent: 2 + - uid: 3107 + components: + - type: Transform + pos: 31.5,-62.5 + parent: 2 + - uid: 3166 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 2 + - uid: 3198 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 3200 + components: + - type: Transform + pos: 31.5,-57.5 + parent: 2 + - uid: 3281 + components: + - type: Transform + pos: -34.5,1.5 + parent: 2 + - uid: 3296 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 3373 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 3463 + components: + - type: Transform + pos: -9.5,9.5 + parent: 2 + - uid: 3594 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 3626 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 2 + - uid: 3627 + components: + - type: Transform + pos: -6.5,-37.5 + parent: 2 + - uid: 3628 + components: + - type: Transform + pos: -7.5,-37.5 + parent: 2 + - uid: 3629 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 2 + - uid: 3630 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 3657 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - uid: 3664 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 3707 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 2 + - uid: 4068 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 2 + - uid: 4117 + components: + - type: Transform + pos: 8.5,10.5 + parent: 2 + - uid: 4142 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 4167 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 + - uid: 4216 + components: + - type: Transform + pos: -26.5,-22.5 + parent: 2 + - uid: 4234 + components: + - type: Transform + pos: -28.5,-34.5 + parent: 2 + - uid: 4260 + components: + - type: Transform + pos: -33.5,-38.5 + parent: 2 + - uid: 4261 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 2 + - uid: 4311 + components: + - type: Transform + pos: 14.5,-51.5 + parent: 2 + - uid: 4421 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 2 + - uid: 4463 + components: + - type: Transform + pos: -39.5,-35.5 + parent: 2 + - uid: 4477 + components: + - type: Transform + pos: -40.5,-33.5 + parent: 2 + - uid: 4509 + components: + - type: Transform + pos: 9.5,11.5 + parent: 2 + - uid: 4556 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 + - uid: 4590 + components: + - type: Transform + pos: 10.5,11.5 + parent: 2 + - uid: 4599 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 4600 + components: + - type: Transform + pos: -3.5,-6.5 + parent: 2 + - uid: 4601 + components: + - type: Transform + pos: -4.5,-6.5 + parent: 2 + - uid: 4602 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - uid: 4603 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 2 + - uid: 4604 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 2 + - uid: 4606 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 2 + - uid: 4607 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 4609 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 4610 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 4611 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 4628 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - uid: 4632 + components: + - type: Transform + pos: 6.5,11.5 + parent: 2 + - uid: 4652 + components: + - type: Transform + pos: -30.5,-63.5 + parent: 2 + - uid: 4659 + components: + - type: Transform + pos: 31.5,-65.5 + parent: 2 + - uid: 4674 + components: + - type: Transform + pos: -30.5,-22.5 + parent: 2 + - uid: 4676 + components: + - type: Transform + pos: -27.5,-21.5 + parent: 2 + - uid: 4710 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 4743 + components: + - type: Transform + pos: 8.5,-50.5 + parent: 2 + - uid: 4752 + components: + - type: Transform + pos: 7.5,-50.5 + parent: 2 + - uid: 4766 + components: + - type: Transform + pos: 6.5,-50.5 + parent: 2 + - uid: 4834 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 4887 + components: + - type: Transform + pos: -5.5,-13.5 + parent: 2 + - uid: 4924 + components: + - type: Transform + pos: -40.5,-34.5 + parent: 2 + - uid: 5020 + components: + - type: Transform + pos: -27.5,-20.5 + parent: 2 + - uid: 5028 + components: + - type: Transform + pos: -30.5,-21.5 + parent: 2 + - uid: 5044 + components: + - type: Transform + pos: -29.5,-21.5 + parent: 2 + - uid: 5045 + components: + - type: Transform + pos: -28.5,-21.5 + parent: 2 + - uid: 5202 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - uid: 5223 + components: + - type: Transform + pos: 57.5,-60.5 + parent: 2 + - uid: 5253 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 5255 + components: + - type: Transform + pos: 8.5,-55.5 + parent: 2 + - uid: 5256 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 2 + - uid: 5320 + components: + - type: Transform + pos: -34.5,23.5 + parent: 2 + - uid: 5359 + components: + - type: Transform + pos: -29.5,25.5 + parent: 2 + - uid: 5360 + components: + - type: Transform + pos: -31.5,25.5 + parent: 2 + - uid: 5361 + components: + - type: Transform + pos: -30.5,25.5 + parent: 2 + - uid: 5364 + components: + - type: Transform + pos: -17.5,28.5 + parent: 2 + - uid: 5370 + components: + - type: Transform + pos: -22.5,30.5 + parent: 2 + - uid: 5371 + components: + - type: Transform + pos: -21.5,29.5 + parent: 2 + - uid: 5372 + components: + - type: Transform + pos: -22.5,29.5 + parent: 2 + - uid: 5373 + components: + - type: Transform + pos: -21.5,28.5 + parent: 2 + - uid: 5374 + components: + - type: Transform + pos: -16.5,30.5 + parent: 2 + - uid: 5397 + components: + - type: Transform + pos: -25.5,20.5 + parent: 2 + - uid: 5398 + components: + - type: Transform + pos: 45.5,-4.5 + parent: 2 + - uid: 5410 + components: + - type: Transform + pos: 45.5,-7.5 + parent: 2 + - uid: 5416 + components: + - type: Transform + pos: -12.5,24.5 + parent: 2 + - uid: 5437 + components: + - type: Transform + pos: -15.5,22.5 + parent: 2 + - uid: 5451 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 5466 + components: + - type: Transform + pos: -31.5,6.5 + parent: 2 + - uid: 5468 + components: + - type: Transform + pos: -11.5,22.5 + parent: 2 + - uid: 5471 + components: + - type: Transform + pos: -13.5,22.5 + parent: 2 + - uid: 5472 + components: + - type: Transform + pos: -17.5,22.5 + parent: 2 + - uid: 5474 + components: + - type: Transform + pos: -12.5,22.5 + parent: 2 + - uid: 5475 + components: + - type: Transform + pos: -18.5,22.5 + parent: 2 + - uid: 5476 + components: + - type: Transform + pos: -16.5,22.5 + parent: 2 + - uid: 5483 + components: + - type: Transform + pos: 45.5,-5.5 + parent: 2 + - uid: 5484 + components: + - type: Transform + pos: -29.5,5.5 + parent: 2 + - uid: 5489 + components: + - type: Transform + pos: 18.5,31.5 + parent: 2 + - uid: 5490 + components: + - type: Transform + pos: 18.5,32.5 + parent: 2 + - uid: 5496 + components: + - type: Transform + pos: 57.5,-53.5 + parent: 2 + - uid: 5526 + components: + - type: Transform + pos: 57.5,-55.5 + parent: 2 + - uid: 5567 + components: + - type: Transform + pos: 57.5,-51.5 + parent: 2 + - uid: 5586 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 2 + - uid: 5628 + components: + - type: Transform + pos: 31.5,-59.5 + parent: 2 + - uid: 5645 + components: + - type: Transform + pos: 57.5,-50.5 + parent: 2 + - uid: 5650 + components: + - type: Transform + pos: -32.5,3.5 + parent: 2 + - uid: 5724 + components: + - type: Transform + pos: -34.5,-4.5 + parent: 2 + - uid: 5726 + components: + - type: Transform + pos: -34.5,-5.5 + parent: 2 + - uid: 5727 + components: + - type: Transform + pos: -34.5,-3.5 + parent: 2 + - uid: 5730 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 + - uid: 5738 + components: + - type: Transform + pos: -32.5,-13.5 + parent: 2 + - uid: 5768 + components: + - type: Transform + pos: -31.5,7.5 + parent: 2 + - uid: 5810 + components: + - type: Transform + pos: -31.5,8.5 + parent: 2 + - uid: 5922 + components: + - type: Transform + pos: -32.5,4.5 + parent: 2 + - uid: 6073 + components: + - type: Transform + pos: -35.5,23.5 + parent: 2 + - uid: 6097 + components: + - type: Transform + pos: 40.5,-10.5 + parent: 2 + - uid: 6100 + components: + - type: Transform + pos: 41.5,-10.5 + parent: 2 + - uid: 6126 + components: + - type: Transform + pos: -6.5,22.5 + parent: 2 + - uid: 6133 + components: + - type: Transform + pos: -31.5,19.5 + parent: 2 + - uid: 6165 + components: + - type: Transform + pos: -50.5,-30.5 + parent: 2 + - uid: 6172 + components: + - type: Transform + pos: -51.5,-30.5 + parent: 2 + - uid: 6270 + components: + - type: Transform + pos: 24.5,6.5 + parent: 2 + - uid: 6275 + components: + - type: Transform + pos: 24.5,7.5 + parent: 2 + - uid: 6287 + components: + - type: Transform + pos: 31.5,-67.5 + parent: 2 + - uid: 6565 + components: + - type: Transform + pos: 21.5,1.5 + parent: 2 + - uid: 6573 + components: + - type: Transform + pos: 20.5,1.5 + parent: 2 + - uid: 6574 + components: + - type: Transform + pos: 22.5,1.5 + parent: 2 + - uid: 6575 + components: + - type: Transform + pos: 23.5,1.5 + parent: 2 + - uid: 6576 + components: + - type: Transform + pos: 23.5,2.5 + parent: 2 + - uid: 6577 + components: + - type: Transform + pos: 24.5,1.5 + parent: 2 + - uid: 6579 + components: + - type: Transform + pos: 31.5,-66.5 + parent: 2 + - uid: 6580 + components: + - type: Transform + pos: 2.5,28.5 + parent: 2 + - uid: 6636 + components: + - type: Transform + pos: -51.5,-33.5 + parent: 2 + - uid: 6637 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 6638 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 6642 + components: + - type: Transform + pos: 31.5,-63.5 + parent: 2 + - uid: 6657 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 2 + - uid: 6662 + components: + - type: Transform + pos: 25.5,-11.5 + parent: 2 + - uid: 6664 + components: + - type: Transform + pos: 24.5,-11.5 + parent: 2 + - uid: 6667 + components: + - type: Transform + pos: 23.5,-11.5 + parent: 2 + - uid: 6668 + components: + - type: Transform + pos: 40.5,-9.5 + parent: 2 + - uid: 6672 + components: + - type: Transform + pos: 23.5,-10.5 + parent: 2 + - uid: 6673 + components: + - type: Transform + pos: 23.5,-9.5 + parent: 2 + - uid: 6674 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 2 + - uid: 6675 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 6677 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 2 + - uid: 6683 + components: + - type: Transform + pos: -51.5,-29.5 + parent: 2 + - uid: 6688 + components: + - type: Transform + pos: -31.5,13.5 + parent: 2 + - uid: 6707 + components: + - type: Transform + pos: -31.5,18.5 + parent: 2 + - uid: 6723 + components: + - type: Transform + pos: 35.5,-44.5 + parent: 2 + - uid: 6786 + components: + - type: Transform + pos: -6.5,24.5 + parent: 2 + - uid: 6801 + components: + - type: Transform + pos: -10.5,22.5 + parent: 2 + - uid: 6802 + components: + - type: Transform + pos: -6.5,23.5 + parent: 2 + - uid: 6914 + components: + - type: Transform + pos: -9.5,22.5 + parent: 2 + - uid: 6947 + components: + - type: Transform + pos: 42.5,-10.5 + parent: 2 + - uid: 6955 + components: + - type: Transform + pos: -30.5,24.5 + parent: 2 + - uid: 6956 + components: + - type: Transform + pos: -31.5,17.5 + parent: 2 + - uid: 7029 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 7040 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 2 + - uid: 7041 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 7043 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 + - uid: 7044 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - uid: 7055 + components: + - type: Transform + pos: 40.5,-7.5 + parent: 2 + - uid: 7088 + components: + - type: Transform + pos: -19.5,22.5 + parent: 2 + - uid: 7116 + components: + - type: Transform + pos: 40.5,-8.5 + parent: 2 + - uid: 7120 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 2 + - uid: 7121 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 7124 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 2 + - uid: 7160 + components: + - type: Transform + pos: 1.5,28.5 + parent: 2 + - uid: 7214 + components: + - type: Transform + pos: 40.5,-5.5 + parent: 2 + - uid: 7237 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 2 + - uid: 7249 + components: + - type: Transform + pos: 36.5,-17.5 + parent: 2 + - uid: 7250 + components: + - type: Transform + pos: 36.5,-18.5 + parent: 2 + - uid: 7251 + components: + - type: Transform + pos: 36.5,-16.5 + parent: 2 + - uid: 7252 + components: + - type: Transform + pos: 36.5,-15.5 + parent: 2 + - uid: 7253 + components: + - type: Transform + pos: 36.5,-14.5 + parent: 2 + - uid: 7254 + components: + - type: Transform + pos: 36.5,-13.5 + parent: 2 + - uid: 7255 + components: + - type: Transform + pos: 36.5,-12.5 + parent: 2 + - uid: 7256 + components: + - type: Transform + pos: 36.5,-11.5 + parent: 2 + - uid: 7257 + components: + - type: Transform + pos: 36.5,-10.5 + parent: 2 + - uid: 7258 + components: + - type: Transform + pos: 36.5,-9.5 + parent: 2 + - uid: 7284 + components: + - type: Transform + pos: 30.5,-64.5 + parent: 2 + - uid: 7290 + components: + - type: Transform + pos: 31.5,-60.5 + parent: 2 + - uid: 7468 + components: + - type: Transform + pos: 5.5,26.5 + parent: 2 + - uid: 7553 + components: + - type: Transform + pos: 42.5,-37.5 + parent: 2 + - uid: 7674 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 7743 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 + - uid: 7756 + components: + - type: Transform + pos: 31.5,-58.5 + parent: 2 + - uid: 7762 + components: + - type: Transform + pos: 43.5,-37.5 + parent: 2 + - uid: 7821 + components: + - type: Transform + pos: -21.5,3.5 + parent: 2 + - uid: 7822 + components: + - type: Transform + pos: -21.5,5.5 + parent: 2 + - uid: 7881 + components: + - type: Transform + pos: 34.5,39.5 + parent: 2 + - uid: 7882 + components: + - type: Transform + pos: 33.5,39.5 + parent: 2 + - uid: 7883 + components: + - type: Transform + pos: 32.5,39.5 + parent: 2 + - uid: 7884 + components: + - type: Transform + pos: 32.5,40.5 + parent: 2 + - uid: 7885 + components: + - type: Transform + pos: 32.5,41.5 + parent: 2 + - uid: 7886 + components: + - type: Transform + pos: 32.5,42.5 + parent: 2 + - uid: 7887 + components: + - type: Transform + pos: 32.5,43.5 + parent: 2 + - uid: 7888 + components: + - type: Transform + pos: 32.5,44.5 + parent: 2 + - uid: 7889 + components: + - type: Transform + pos: 32.5,45.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + pos: 33.5,44.5 + parent: 2 + - uid: 7891 + components: + - type: Transform + pos: 34.5,44.5 + parent: 2 + - uid: 7892 + components: + - type: Transform + pos: 31.5,44.5 + parent: 2 + - uid: 7893 + components: + - type: Transform + pos: 30.5,44.5 + parent: 2 + - uid: 7894 + components: + - type: Transform + pos: 31.5,41.5 + parent: 2 + - uid: 7895 + components: + - type: Transform + pos: 30.5,41.5 + parent: 2 + - uid: 7896 + components: + - type: Transform + pos: 29.5,41.5 + parent: 2 + - uid: 7897 + components: + - type: Transform + pos: 29.5,42.5 + parent: 2 + - uid: 7898 + components: + - type: Transform + pos: 33.5,41.5 + parent: 2 + - uid: 7899 + components: + - type: Transform + pos: 34.5,41.5 + parent: 2 + - uid: 7900 + components: + - type: Transform + pos: 35.5,41.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + pos: 35.5,42.5 + parent: 2 + - uid: 7902 + components: + - type: Transform + pos: 32.5,38.5 + parent: 2 + - uid: 7903 + components: + - type: Transform + pos: 32.5,37.5 + parent: 2 + - uid: 7904 + components: + - type: Transform + pos: 32.5,36.5 + parent: 2 + - uid: 7905 + components: + - type: Transform + pos: 33.5,36.5 + parent: 2 + - uid: 7906 + components: + - type: Transform + pos: 34.5,36.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + pos: 35.5,36.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + pos: 36.5,36.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + pos: 35.5,37.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + pos: 35.5,38.5 + parent: 2 + - uid: 7911 + components: + - type: Transform + pos: 32.5,35.5 + parent: 2 + - uid: 7912 + components: + - type: Transform + pos: 32.5,34.5 + parent: 2 + - uid: 7913 + components: + - type: Transform + pos: 32.5,33.5 + parent: 2 + - uid: 7914 + components: + - type: Transform + pos: 32.5,32.5 + parent: 2 + - uid: 7915 + components: + - type: Transform + pos: 32.5,27.5 + parent: 2 + - uid: 7916 + components: + - type: Transform + pos: 32.5,25.5 + parent: 2 + - uid: 7917 + components: + - type: Transform + pos: 32.5,28.5 + parent: 2 + - uid: 7918 + components: + - type: Transform + pos: 32.5,26.5 + parent: 2 + - uid: 7919 + components: + - type: Transform + pos: 33.5,28.5 + parent: 2 + - uid: 7920 + components: + - type: Transform + pos: 34.5,28.5 + parent: 2 + - uid: 7921 + components: + - type: Transform + pos: 35.5,28.5 + parent: 2 + - uid: 7922 + components: + - type: Transform + pos: 36.5,28.5 + parent: 2 + - uid: 7923 + components: + - type: Transform + pos: 32.5,24.5 + parent: 2 + - uid: 7924 + components: + - type: Transform + pos: 32.5,23.5 + parent: 2 + - uid: 7925 + components: + - type: Transform + pos: 32.5,22.5 + parent: 2 + - uid: 7926 + components: + - type: Transform + pos: 32.5,21.5 + parent: 2 + - uid: 7927 + components: + - type: Transform + pos: 32.5,20.5 + parent: 2 + - uid: 7928 + components: + - type: Transform + pos: 31.5,20.5 + parent: 2 + - uid: 7929 + components: + - type: Transform + pos: 30.5,20.5 + parent: 2 + - uid: 7930 + components: + - type: Transform + pos: 28.5,25.5 + parent: 2 + - uid: 7931 + components: + - type: Transform + pos: 28.5,23.5 + parent: 2 + - uid: 7932 + components: + - type: Transform + pos: 28.5,24.5 + parent: 2 + - uid: 7933 + components: + - type: Transform + pos: 29.5,24.5 + parent: 2 + - uid: 7934 + components: + - type: Transform + pos: 30.5,24.5 + parent: 2 + - uid: 7935 + components: + - type: Transform + pos: 31.5,24.5 + parent: 2 + - uid: 7980 + components: + - type: Transform + pos: 44.5,-37.5 + parent: 2 + - uid: 7985 + components: + - type: Transform + pos: 40.5,-6.5 + parent: 2 + - uid: 7989 + components: + - type: Transform + pos: -51.5,-31.5 + parent: 2 + - uid: 7998 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 + - uid: 8029 + components: + - type: Transform + pos: -51.5,-28.5 + parent: 2 + - uid: 8035 + components: + - type: Transform + pos: -51.5,-32.5 + parent: 2 + - uid: 8082 + components: + - type: Transform + pos: -51.5,-34.5 + parent: 2 + - uid: 8084 + components: + - type: Transform + pos: -39.5,-34.5 + parent: 2 + - uid: 8086 + components: + - type: Transform + pos: 8.5,11.5 + parent: 2 + - uid: 8087 + components: + - type: Transform + pos: 13.5,11.5 + parent: 2 + - uid: 8100 + components: + - type: Transform + pos: -40.5,-32.5 + parent: 2 + - uid: 8102 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 8108 + components: + - type: Transform + pos: 12.5,11.5 + parent: 2 + - uid: 8113 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 8114 + components: + - type: Transform + pos: 0.5,11.5 + parent: 2 + - uid: 8115 + components: + - type: Transform + pos: -51.5,-27.5 + parent: 2 + - uid: 8163 + components: + - type: Transform + pos: 7.5,11.5 + parent: 2 + - uid: 8191 + components: + - type: Transform + pos: -4.5,-50.5 + parent: 2 + - uid: 8207 + components: + - type: Transform + pos: 6.5,28.5 + parent: 2 + - uid: 8220 + components: + - type: Transform + pos: -3.5,-50.5 + parent: 2 + - uid: 8225 + components: + - type: Transform + pos: -30.5,-23.5 + parent: 2 + - uid: 8249 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 2 + - uid: 8250 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 2 + - uid: 8251 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 8263 + components: + - type: Transform + pos: -17.5,-1.5 + parent: 2 + - uid: 8275 + components: + - type: Transform + pos: 41.5,-37.5 + parent: 2 + - uid: 8312 + components: + - type: Transform + pos: -1.5,24.5 + parent: 2 + - uid: 8335 + components: + - type: Transform + pos: 14.5,21.5 + parent: 2 + - uid: 8359 + components: + - type: Transform + pos: -65.5,-16.5 + parent: 2 + - uid: 8375 + components: + - type: Transform + pos: 7.5,28.5 + parent: 2 + - uid: 8378 + components: + - type: Transform + pos: 5.5,27.5 + parent: 2 + - uid: 8382 + components: + - type: Transform + pos: 5.5,28.5 + parent: 2 + - uid: 8410 + components: + - type: Transform + pos: -4.5,-52.5 + parent: 2 + - uid: 8411 + components: + - type: Transform + pos: -51.5,-12.5 + parent: 2 + - uid: 8469 + components: + - type: Transform + pos: 8.5,-54.5 + parent: 2 + - uid: 8480 + components: + - type: Transform + pos: -48.5,-12.5 + parent: 2 + - uid: 8499 + components: + - type: Transform + pos: -19.5,4.5 + parent: 2 + - uid: 8502 + components: + - type: Transform + pos: -33.5,-3.5 + parent: 2 + - uid: 8540 + components: + - type: Transform + pos: -21.5,-15.5 + parent: 2 + - uid: 8548 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 8568 + components: + - type: Transform + pos: 31.5,28.5 + parent: 2 + - uid: 8569 + components: + - type: Transform + pos: 30.5,28.5 + parent: 2 + - uid: 8570 + components: + - type: Transform + pos: 29.5,28.5 + parent: 2 + - uid: 8571 + components: + - type: Transform + pos: 28.5,28.5 + parent: 2 + - uid: 8572 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 8573 + components: + - type: Transform + pos: 33.5,24.5 + parent: 2 + - uid: 8574 + components: + - type: Transform + pos: 34.5,24.5 + parent: 2 + - uid: 8575 + components: + - type: Transform + pos: 35.5,24.5 + parent: 2 + - uid: 8576 + components: + - type: Transform + pos: 35.5,25.5 + parent: 2 + - uid: 8577 + components: + - type: Transform + pos: 35.5,23.5 + parent: 2 + - uid: 8578 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 8579 + components: + - type: Transform + pos: 32.5,18.5 + parent: 2 + - uid: 8580 + components: + - type: Transform + pos: 31.5,18.5 + parent: 2 + - uid: 8581 + components: + - type: Transform + pos: 30.5,18.5 + parent: 2 + - uid: 8582 + components: + - type: Transform + pos: 29.5,18.5 + parent: 2 + - uid: 8583 + components: + - type: Transform + pos: 32.5,17.5 + parent: 2 + - uid: 8584 + components: + - type: Transform + pos: 32.5,16.5 + parent: 2 + - uid: 8585 + components: + - type: Transform + pos: 32.5,15.5 + parent: 2 + - uid: 8590 + components: + - type: Transform + pos: 30.5,15.5 + parent: 2 + - uid: 8591 + components: + - type: Transform + pos: 30.5,14.5 + parent: 2 + - uid: 8592 + components: + - type: Transform + pos: 30.5,16.5 + parent: 2 + - uid: 8593 + components: + - type: Transform + pos: 31.5,15.5 + parent: 2 + - uid: 8594 + components: + - type: Transform + pos: 29.5,13.5 + parent: 2 + - uid: 8595 + components: + - type: Transform + pos: 28.5,13.5 + parent: 2 + - uid: 8603 + components: + - type: Transform + pos: 33.5,12.5 + parent: 2 + - uid: 8604 + components: + - type: Transform + pos: 34.5,12.5 + parent: 2 + - uid: 8605 + components: + - type: Transform + pos: 34.5,13.5 + parent: 2 + - uid: 8606 + components: + - type: Transform + pos: 34.5,11.5 + parent: 2 + - uid: 8607 + components: + - type: Transform + pos: 36.5,-0.5 + parent: 2 + - uid: 8608 + components: + - type: Transform + pos: 36.5,0.5 + parent: 2 + - uid: 8609 + components: + - type: Transform + pos: 36.5,1.5 + parent: 2 + - uid: 8610 + components: + - type: Transform + pos: 36.5,2.5 + parent: 2 + - uid: 8611 + components: + - type: Transform + pos: 37.5,2.5 + parent: 2 + - uid: 8612 + components: + - type: Transform + pos: 38.5,2.5 + parent: 2 + - uid: 8613 + components: + - type: Transform + pos: 35.5,1.5 + parent: 2 + - uid: 8614 + components: + - type: Transform + pos: 34.5,1.5 + parent: 2 + - uid: 8626 + components: + - type: Transform + pos: 35.5,9.5 + parent: 2 + - uid: 8627 + components: + - type: Transform + pos: 36.5,9.5 + parent: 2 + - uid: 8628 + components: + - type: Transform + pos: 37.5,9.5 + parent: 2 + - uid: 8632 + components: + - type: Transform + pos: 33.5,9.5 + parent: 2 + - uid: 8633 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - uid: 8634 + components: + - type: Transform + pos: 44.5,7.5 + parent: 2 + - uid: 8635 + components: + - type: Transform + pos: 44.5,8.5 + parent: 2 + - uid: 8641 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 + - uid: 8677 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 + - uid: 8686 + components: + - type: Transform + pos: 33.5,32.5 + parent: 2 + - uid: 8687 + components: + - type: Transform + pos: 34.5,32.5 + parent: 2 + - uid: 8688 + components: + - type: Transform + pos: 35.5,32.5 + parent: 2 + - uid: 8689 + components: + - type: Transform + pos: 35.5,33.5 + parent: 2 + - uid: 8690 + components: + - type: Transform + pos: 35.5,31.5 + parent: 2 + - uid: 8765 + components: + - type: Transform + pos: 8.5,-53.5 + parent: 2 + - uid: 8827 + components: + - type: Transform + pos: -34.5,-0.5 + parent: 2 + - uid: 8885 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - uid: 8899 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 2 + - uid: 8900 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - uid: 8908 + components: + - type: Transform + pos: 30.5,-63.5 + parent: 2 + - uid: 8912 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 2 + - uid: 8965 + components: + - type: Transform + pos: -31.5,21.5 + parent: 2 + - uid: 8966 + components: + - type: Transform + pos: -31.5,20.5 + parent: 2 + - uid: 8994 + components: + - type: Transform + pos: -31.5,23.5 + parent: 2 + - uid: 8995 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 + - uid: 9000 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 9002 + components: + - type: Transform + pos: -1.5,23.5 + parent: 2 + - uid: 9004 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 + - uid: 9005 + components: + - type: Transform + pos: -30.5,20.5 + parent: 2 + - uid: 9008 + components: + - type: Transform + pos: 14.5,22.5 + parent: 2 + - uid: 9010 + components: + - type: Transform + pos: -29.5,20.5 + parent: 2 + - uid: 9012 + components: + - type: Transform + pos: 4.5,23.5 + parent: 2 + - uid: 9013 + components: + - type: Transform + pos: 3.5,26.5 + parent: 2 + - uid: 9016 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 9062 + components: + - type: Transform + pos: 39.5,-6.5 + parent: 2 + - uid: 9063 + components: + - type: Transform + pos: 38.5,-6.5 + parent: 2 + - uid: 9066 + components: + - type: Transform + pos: 38.5,-5.5 + parent: 2 + - uid: 9067 + components: + - type: Transform + pos: 38.5,-4.5 + parent: 2 + - uid: 9068 + components: + - type: Transform + pos: 38.5,-3.5 + parent: 2 + - uid: 9069 + components: + - type: Transform + pos: 37.5,-3.5 + parent: 2 + - uid: 9070 + components: + - type: Transform + pos: 36.5,-3.5 + parent: 2 + - uid: 9090 + components: + - type: Transform + pos: 44.5,0.5 + parent: 2 + - uid: 9091 + components: + - type: Transform + pos: 44.5,1.5 + parent: 2 + - uid: 9092 + components: + - type: Transform + pos: 44.5,2.5 + parent: 2 + - uid: 9093 + components: + - type: Transform + pos: 45.5,0.5 + parent: 2 + - uid: 9094 + components: + - type: Transform + pos: 46.5,0.5 + parent: 2 + - uid: 9095 + components: + - type: Transform + pos: 45.5,2.5 + parent: 2 + - uid: 9096 + components: + - type: Transform + pos: 45.5,3.5 + parent: 2 + - uid: 9097 + components: + - type: Transform + pos: 45.5,4.5 + parent: 2 + - uid: 9098 + components: + - type: Transform + pos: 46.5,4.5 + parent: 2 + - uid: 9099 + components: + - type: Transform + pos: 46.5,2.5 + parent: 2 + - uid: 9100 + components: + - type: Transform + pos: 47.5,2.5 + parent: 2 + - uid: 9101 + components: + - type: Transform + pos: 48.5,2.5 + parent: 2 + - uid: 9208 + components: + - type: Transform + pos: 36.5,-40.5 + parent: 2 + - uid: 9209 + components: + - type: Transform + pos: -28.5,-35.5 + parent: 2 + - uid: 9264 + components: + - type: Transform + pos: -35.5,-38.5 + parent: 2 + - uid: 9308 + components: + - type: Transform + pos: -20.5,-15.5 + parent: 2 + - uid: 9346 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 + - uid: 9350 + components: + - type: Transform + pos: -23.5,-15.5 + parent: 2 + - uid: 9546 + components: + - type: Transform + pos: -20.5,-13.5 + parent: 2 + - uid: 9574 + components: + - type: Transform + pos: -50.5,-12.5 + parent: 2 + - uid: 9601 + components: + - type: Transform + pos: 28.5,9.5 + parent: 2 + - uid: 9602 + components: + - type: Transform + pos: 28.5,10.5 + parent: 2 + - uid: 9637 + components: + - type: Transform + pos: -49.5,-12.5 + parent: 2 + - uid: 9655 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - uid: 9719 + components: + - type: Transform + pos: -69.5,-15.5 + parent: 2 + - uid: 9745 + components: + - type: Transform + pos: 28.5,-52.5 + parent: 2 + - uid: 9746 + components: + - type: Transform + pos: 28.5,-53.5 + parent: 2 + - uid: 9747 + components: + - type: Transform + pos: 28.5,-54.5 + parent: 2 + - uid: 9748 + components: + - type: Transform + pos: 28.5,-55.5 + parent: 2 + - uid: 9749 + components: + - type: Transform + pos: 28.5,-56.5 + parent: 2 + - uid: 9750 + components: + - type: Transform + pos: 29.5,-56.5 + parent: 2 + - uid: 9752 + components: + - type: Transform + pos: 30.5,-56.5 + parent: 2 + - uid: 9753 + components: + - type: Transform + pos: 31.5,-56.5 + parent: 2 + - uid: 9769 + components: + - type: Transform + pos: 28.5,-57.5 + parent: 2 + - uid: 9770 + components: + - type: Transform + pos: 28.5,-58.5 + parent: 2 + - uid: 9771 + components: + - type: Transform + pos: 28.5,-59.5 + parent: 2 + - uid: 9772 + components: + - type: Transform + pos: -13.5,-54.5 + parent: 2 + - uid: 9773 + components: + - type: Transform + pos: -14.5,-54.5 + parent: 2 + - uid: 9774 + components: + - type: Transform + pos: -15.5,-54.5 + parent: 2 + - uid: 9775 + components: + - type: Transform + pos: -15.5,-55.5 + parent: 2 + - uid: 9776 + components: + - type: Transform + pos: -15.5,-56.5 + parent: 2 + - uid: 9777 + components: + - type: Transform + pos: -15.5,-53.5 + parent: 2 + - uid: 9778 + components: + - type: Transform + pos: -15.5,-52.5 + parent: 2 + - uid: 9779 + components: + - type: Transform + pos: -21.5,-54.5 + parent: 2 + - uid: 9780 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 2 + - uid: 9781 + components: + - type: Transform + pos: -19.5,-54.5 + parent: 2 + - uid: 9782 + components: + - type: Transform + pos: -19.5,-55.5 + parent: 2 + - uid: 9783 + components: + - type: Transform + pos: -19.5,-56.5 + parent: 2 + - uid: 9784 + components: + - type: Transform + pos: -19.5,-53.5 + parent: 2 + - uid: 9785 + components: + - type: Transform + pos: -19.5,-52.5 + parent: 2 + - uid: 9786 + components: + - type: Transform + pos: 27.5,-59.5 + parent: 2 + - uid: 9805 + components: + - type: Transform + pos: -12.5,-50.5 + parent: 2 + - uid: 9808 + components: + - type: Transform + pos: -13.5,-48.5 + parent: 2 + - uid: 9809 + components: + - type: Transform + pos: -13.5,-47.5 + parent: 2 + - uid: 9812 + components: + - type: Transform + pos: -69.5,-9.5 + parent: 2 + - uid: 9819 + components: + - type: Transform + pos: -10.5,-48.5 + parent: 2 + - uid: 9820 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 + - uid: 9821 + components: + - type: Transform + pos: -12.5,-48.5 + parent: 2 + - uid: 9822 + components: + - type: Transform + pos: -13.5,-50.5 + parent: 2 + - uid: 9823 + components: + - type: Transform + pos: -11.5,-50.5 + parent: 2 + - uid: 9824 + components: + - type: Transform + pos: -14.5,-47.5 + parent: 2 + - uid: 9825 + components: + - type: Transform + pos: -15.5,-47.5 + parent: 2 + - uid: 9826 + components: + - type: Transform + pos: -16.5,-47.5 + parent: 2 + - uid: 9828 + components: + - type: Transform + pos: -16.5,-45.5 + parent: 2 + - uid: 9829 + components: + - type: Transform + pos: -15.5,-45.5 + parent: 2 + - uid: 9830 + components: + - type: Transform + pos: -14.5,-45.5 + parent: 2 + - uid: 9831 + components: + - type: Transform + pos: -13.5,-45.5 + parent: 2 + - uid: 9832 + components: + - type: Transform + pos: -12.5,-45.5 + parent: 2 + - uid: 9833 + components: + - type: Transform + pos: -13.5,-46.5 + parent: 2 + - uid: 9840 + components: + - type: Transform + pos: 30.5,-51.5 + parent: 2 + - uid: 9849 + components: + - type: Transform + pos: 31.5,-51.5 + parent: 2 + - uid: 9860 + components: + - type: Transform + pos: 30.5,-52.5 + parent: 2 + - uid: 9867 + components: + - type: Transform + pos: 30.5,-53.5 + parent: 2 + - uid: 9868 + components: + - type: Transform + pos: 29.5,-53.5 + parent: 2 + - uid: 9874 + components: + - type: Transform + pos: -65.5,-9.5 + parent: 2 + - uid: 9878 + components: + - type: Transform + pos: -21.5,-51.5 + parent: 2 + - uid: 9879 + components: + - type: Transform + pos: -22.5,-51.5 + parent: 2 + - uid: 9880 + components: + - type: Transform + pos: -23.5,-51.5 + parent: 2 + - uid: 9881 + components: + - type: Transform + pos: -22.5,-52.5 + parent: 2 + - uid: 9882 + components: + - type: Transform + pos: -22.5,-53.5 + parent: 2 + - uid: 9883 + components: + - type: Transform + pos: -23.5,-53.5 + parent: 2 + - uid: 9884 + components: + - type: Transform + pos: -24.5,-53.5 + parent: 2 + - uid: 9917 + components: + - type: Transform + pos: -20.5,-45.5 + parent: 2 + - uid: 9918 + components: + - type: Transform + pos: -20.5,-46.5 + parent: 2 + - uid: 9919 + components: + - type: Transform + pos: -20.5,-47.5 + parent: 2 + - uid: 9920 + components: + - type: Transform + pos: -21.5,-47.5 + parent: 2 + - uid: 9921 + components: + - type: Transform + pos: -22.5,-47.5 + parent: 2 + - uid: 9923 + components: + - type: Transform + pos: -24.5,-47.5 + parent: 2 + - uid: 9924 + components: + - type: Transform + pos: -24.5,-46.5 + parent: 2 + - uid: 9925 + components: + - type: Transform + pos: -24.5,-45.5 + parent: 2 + - uid: 9952 + components: + - type: Transform + pos: -24.5,-51.5 + parent: 2 + - uid: 9953 + components: + - type: Transform + pos: -25.5,-51.5 + parent: 2 + - uid: 10001 + components: + - type: Transform + pos: 54.5,-53.5 + parent: 2 + - uid: 10006 + components: + - type: Transform + pos: 46.5,-52.5 + parent: 2 + - uid: 10008 + components: + - type: Transform + pos: 44.5,-52.5 + parent: 2 + - uid: 10010 + components: + - type: Transform + pos: 50.5,-52.5 + parent: 2 + - uid: 10019 + components: + - type: Transform + pos: 61.5,-52.5 + parent: 2 + - uid: 10046 + components: + - type: Transform + pos: 47.5,-52.5 + parent: 2 + - uid: 10099 + components: + - type: Transform + pos: -34.5,-38.5 + parent: 2 + - uid: 10105 + components: + - type: Transform + pos: 30.5,0.5 + parent: 2 + - uid: 10106 + components: + - type: Transform + pos: 29.5,0.5 + parent: 2 + - uid: 10107 + components: + - type: Transform + pos: 28.5,0.5 + parent: 2 + - uid: 10108 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - uid: 10109 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 10121 + components: + - type: Transform + pos: 28.5,3.5 + parent: 2 + - uid: 10122 + components: + - type: Transform + pos: 30.5,6.5 + parent: 2 + - uid: 10123 + components: + - type: Transform + pos: 31.5,6.5 + parent: 2 + - uid: 10124 + components: + - type: Transform + pos: 32.5,6.5 + parent: 2 + - uid: 10125 + components: + - type: Transform + pos: 32.5,5.5 + parent: 2 + - uid: 10126 + components: + - type: Transform + pos: 32.5,4.5 + parent: 2 + - uid: 10127 + components: + - type: Transform + pos: 32.5,3.5 + parent: 2 + - uid: 10128 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 10133 + components: + - type: Transform + pos: 32.5,1.5 + parent: 2 + - uid: 10134 + components: + - type: Transform + pos: 32.5,0.5 + parent: 2 + - uid: 10135 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 2 + - uid: 10137 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - uid: 10138 + components: + - type: Transform + pos: 32.5,7.5 + parent: 2 + - uid: 10139 + components: + - type: Transform + pos: 32.5,8.5 + parent: 2 + - uid: 10140 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 + - uid: 10146 + components: + - type: Transform + pos: 32.5,10.5 + parent: 2 + - uid: 10147 + components: + - type: Transform + pos: 32.5,11.5 + parent: 2 + - uid: 10157 + components: + - type: Transform + pos: 32.5,12.5 + parent: 2 + - uid: 10158 + components: + - type: Transform + pos: 41.5,-5.5 + parent: 2 + - uid: 10159 + components: + - type: Transform + pos: 41.5,-4.5 + parent: 2 + - uid: 10160 + components: + - type: Transform + pos: 42.5,-4.5 + parent: 2 + - uid: 10161 + components: + - type: Transform + pos: 43.5,-4.5 + parent: 2 + - uid: 10162 + components: + - type: Transform + pos: 44.5,-4.5 + parent: 2 + - uid: 10206 + components: + - type: Transform + pos: 28.5,11.5 + parent: 2 + - uid: 10207 + components: + - type: Transform + pos: 28.5,12.5 + parent: 2 + - uid: 10208 + components: + - type: Transform + pos: 30.5,11.5 + parent: 2 + - uid: 10209 + components: + - type: Transform + pos: 29.5,11.5 + parent: 2 + - uid: 10210 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 10211 + components: + - type: Transform + pos: 23.5,-4.5 + parent: 2 + - uid: 10212 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 10213 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 2 + - uid: 10214 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 10215 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 10216 + components: + - type: Transform + pos: 24.5,-4.5 + parent: 2 + - uid: 10217 + components: + - type: Transform + pos: 25.5,-4.5 + parent: 2 + - uid: 10218 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 2 + - uid: 10219 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 2 + - uid: 10220 + components: + - type: Transform + pos: 27.5,-5.5 + parent: 2 + - uid: 10248 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 2 + - uid: 10249 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 2 + - uid: 10250 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 2 + - uid: 10325 + components: + - type: Transform + pos: 57.5,-17.5 + parent: 2 + - uid: 10326 + components: + - type: Transform + pos: 56.5,-17.5 + parent: 2 + - uid: 10327 + components: + - type: Transform + pos: 54.5,-17.5 + parent: 2 + - uid: 10328 + components: + - type: Transform + pos: 53.5,-17.5 + parent: 2 + - uid: 10329 + components: + - type: Transform + pos: 55.5,-17.5 + parent: 2 + - uid: 10330 + components: + - type: Transform + pos: 56.5,-15.5 + parent: 2 + - uid: 10331 + components: + - type: Transform + pos: 55.5,-15.5 + parent: 2 + - uid: 10332 + components: + - type: Transform + pos: 56.5,-16.5 + parent: 2 + - uid: 10333 + components: + - type: Transform + pos: 56.5,-20.5 + parent: 2 + - uid: 10334 + components: + - type: Transform + pos: 56.5,-21.5 + parent: 2 + - uid: 10335 + components: + - type: Transform + pos: 56.5,-22.5 + parent: 2 + - uid: 10336 + components: + - type: Transform + pos: 55.5,-21.5 + parent: 2 + - uid: 10337 + components: + - type: Transform + pos: 54.5,-21.5 + parent: 2 + - uid: 10338 + components: + - type: Transform + pos: 52.5,-21.5 + parent: 2 + - uid: 10339 + components: + - type: Transform + pos: 53.5,-21.5 + parent: 2 + - uid: 10340 + components: + - type: Transform + pos: 57.5,-25.5 + parent: 2 + - uid: 10341 + components: + - type: Transform + pos: 55.5,-25.5 + parent: 2 + - uid: 10342 + components: + - type: Transform + pos: 56.5,-25.5 + parent: 2 + - uid: 10343 + components: + - type: Transform + pos: 54.5,-25.5 + parent: 2 + - uid: 10344 + components: + - type: Transform + pos: 56.5,-26.5 + parent: 2 + - uid: 10345 + components: + - type: Transform + pos: 56.5,-27.5 + parent: 2 + - uid: 10346 + components: + - type: Transform + pos: 53.5,-25.5 + parent: 2 + - uid: 10347 + components: + - type: Transform + pos: 55.5,-27.5 + parent: 2 + - uid: 10348 + components: + - type: Transform + pos: 53.5,-27.5 + parent: 2 + - uid: 10349 + components: + - type: Transform + pos: 52.5,-27.5 + parent: 2 + - uid: 10350 + components: + - type: Transform + pos: 51.5,-27.5 + parent: 2 + - uid: 10351 + components: + - type: Transform + pos: 52.5,-26.5 + parent: 2 + - uid: 10352 + components: + - type: Transform + pos: 52.5,-25.5 + parent: 2 + - uid: 10353 + components: + - type: Transform + pos: 52.5,-24.5 + parent: 2 + - uid: 10354 + components: + - type: Transform + pos: 52.5,-23.5 + parent: 2 + - uid: 10355 + components: + - type: Transform + pos: 52.5,-22.5 + parent: 2 + - uid: 10356 + components: + - type: Transform + pos: 51.5,-21.5 + parent: 2 + - uid: 10357 + components: + - type: Transform + pos: 49.5,-21.5 + parent: 2 + - uid: 10358 + components: + - type: Transform + pos: 48.5,-21.5 + parent: 2 + - uid: 10359 + components: + - type: Transform + pos: 47.5,-21.5 + parent: 2 + - uid: 10360 + components: + - type: Transform + pos: 50.5,-21.5 + parent: 2 + - uid: 10361 + components: + - type: Transform + pos: 47.5,-20.5 + parent: 2 + - uid: 10362 + components: + - type: Transform + pos: 47.5,-19.5 + parent: 2 + - uid: 10363 + components: + - type: Transform + pos: 52.5,-20.5 + parent: 2 + - uid: 10364 + components: + - type: Transform + pos: 52.5,-19.5 + parent: 2 + - uid: 10365 + components: + - type: Transform + pos: 52.5,-18.5 + parent: 2 + - uid: 10366 + components: + - type: Transform + pos: 52.5,-17.5 + parent: 2 + - uid: 10367 + components: + - type: Transform + pos: 51.5,-17.5 + parent: 2 + - uid: 10368 + components: + - type: Transform + pos: 49.5,-17.5 + parent: 2 + - uid: 10369 + components: + - type: Transform + pos: 48.5,-17.5 + parent: 2 + - uid: 10370 + components: + - type: Transform + pos: 47.5,-17.5 + parent: 2 + - uid: 10371 + components: + - type: Transform + pos: 50.5,-17.5 + parent: 2 + - uid: 10372 + components: + - type: Transform + pos: 46.5,-17.5 + parent: 2 + - uid: 10373 + components: + - type: Transform + pos: 51.5,-25.5 + parent: 2 + - uid: 10374 + components: + - type: Transform + pos: 50.5,-25.5 + parent: 2 + - uid: 10375 + components: + - type: Transform + pos: 49.5,-25.5 + parent: 2 + - uid: 10376 + components: + - type: Transform + pos: 48.5,-25.5 + parent: 2 + - uid: 10377 + components: + - type: Transform + pos: 47.5,-25.5 + parent: 2 + - uid: 10378 + components: + - type: Transform + pos: 46.5,-25.5 + parent: 2 + - uid: 10379 + components: + - type: Transform + pos: 46.5,-21.5 + parent: 2 + - uid: 10380 + components: + - type: Transform + pos: 45.5,-21.5 + parent: 2 + - uid: 10381 + components: + - type: Transform + pos: 44.5,-21.5 + parent: 2 + - uid: 10443 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 10447 + components: + - type: Transform + pos: -70.5,-15.5 + parent: 2 + - uid: 10448 + components: + - type: Transform + pos: -70.5,-9.5 + parent: 2 + - uid: 10453 + components: + - type: Transform + pos: -19.5,-13.5 + parent: 2 + - uid: 10454 + components: + - type: Transform + pos: -18.5,-13.5 + parent: 2 + - uid: 10455 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 10473 + components: + - type: Transform + pos: 53.5,-52.5 + parent: 2 + - uid: 10488 + components: + - type: Transform + pos: -34.5,8.5 + parent: 2 + - uid: 10500 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 2 + - uid: 10530 + components: + - type: Transform + pos: 23.5,-16.5 + parent: 2 + - uid: 10537 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 2 + - uid: 10539 + components: + - type: Transform + pos: -32.5,-54.5 + parent: 2 + - uid: 10540 + components: + - type: Transform + pos: -33.5,-54.5 + parent: 2 + - uid: 10541 + components: + - type: Transform + pos: -34.5,-54.5 + parent: 2 + - uid: 10542 + components: + - type: Transform + pos: -31.5,-54.5 + parent: 2 + - uid: 10543 + components: + - type: Transform + pos: -30.5,-54.5 + parent: 2 + - uid: 10544 + components: + - type: Transform + pos: -29.5,-54.5 + parent: 2 + - uid: 10545 + components: + - type: Transform + pos: -29.5,-55.5 + parent: 2 + - uid: 10546 + components: + - type: Transform + pos: -29.5,-56.5 + parent: 2 + - uid: 10547 + components: + - type: Transform + pos: -29.5,-57.5 + parent: 2 + - uid: 10548 + components: + - type: Transform + pos: -29.5,-58.5 + parent: 2 + - uid: 10549 + components: + - type: Transform + pos: -29.5,-59.5 + parent: 2 + - uid: 10550 + components: + - type: Transform + pos: -29.5,-60.5 + parent: 2 + - uid: 10551 + components: + - type: Transform + pos: -29.5,-61.5 + parent: 2 + - uid: 10552 + components: + - type: Transform + pos: -29.5,-62.5 + parent: 2 + - uid: 10553 + components: + - type: Transform + pos: -29.5,-63.5 + parent: 2 + - uid: 10554 + components: + - type: Transform + pos: -29.5,-64.5 + parent: 2 + - uid: 10555 + components: + - type: Transform + pos: -29.5,-65.5 + parent: 2 + - uid: 10556 + components: + - type: Transform + pos: -29.5,-66.5 + parent: 2 + - uid: 10557 + components: + - type: Transform + pos: -29.5,-67.5 + parent: 2 + - uid: 10558 + components: + - type: Transform + pos: -29.5,-68.5 + parent: 2 + - uid: 10605 + components: + - type: Transform + pos: -30.5,-68.5 + parent: 2 + - uid: 10610 + components: + - type: Transform + pos: -31.5,-68.5 + parent: 2 + - uid: 10611 + components: + - type: Transform + pos: -32.5,-63.5 + parent: 2 + - uid: 10612 + components: + - type: Transform + pos: -32.5,-64.5 + parent: 2 + - uid: 10618 + components: + - type: Transform + pos: -27.5,-63.5 + parent: 2 + - uid: 10619 + components: + - type: Transform + pos: -27.5,-64.5 + parent: 2 + - uid: 10620 + components: + - type: Transform + pos: -27.5,-61.5 + parent: 2 + - uid: 10621 + components: + - type: Transform + pos: -27.5,-60.5 + parent: 2 + - uid: 10622 + components: + - type: Transform + pos: -32.5,-60.5 + parent: 2 + - uid: 10623 + components: + - type: Transform + pos: -32.5,-61.5 + parent: 2 + - uid: 10624 + components: + - type: Transform + pos: -31.5,-63.5 + parent: 2 + - uid: 10625 + components: + - type: Transform + pos: -31.5,-61.5 + parent: 2 + - uid: 10626 + components: + - type: Transform + pos: -28.5,-63.5 + parent: 2 + - uid: 10629 + components: + - type: Transform + pos: -28.5,-61.5 + parent: 2 + - uid: 10630 + components: + - type: Transform + pos: -30.5,-58.5 + parent: 2 + - uid: 10631 + components: + - type: Transform + pos: -31.5,-58.5 + parent: 2 + - uid: 10632 + components: + - type: Transform + pos: -29.5,-53.5 + parent: 2 + - uid: 10633 + components: + - type: Transform + pos: -29.5,-52.5 + parent: 2 + - uid: 10634 + components: + - type: Transform + pos: -29.5,-51.5 + parent: 2 + - uid: 10635 + components: + - type: Transform + pos: -29.5,-50.5 + parent: 2 + - uid: 10636 + components: + - type: Transform + pos: -44.5,-52.5 + parent: 2 + - uid: 10637 + components: + - type: Transform + pos: -44.5,-53.5 + parent: 2 + - uid: 10638 + components: + - type: Transform + pos: -44.5,-54.5 + parent: 2 + - uid: 10639 + components: + - type: Transform + pos: -45.5,-54.5 + parent: 2 + - uid: 10640 + components: + - type: Transform + pos: -46.5,-54.5 + parent: 2 + - uid: 10641 + components: + - type: Transform + pos: -47.5,-54.5 + parent: 2 + - uid: 10642 + components: + - type: Transform + pos: -48.5,-54.5 + parent: 2 + - uid: 10643 + components: + - type: Transform + pos: -49.5,-54.5 + parent: 2 + - uid: 10644 + components: + - type: Transform + pos: -43.5,-54.5 + parent: 2 + - uid: 10645 + components: + - type: Transform + pos: -42.5,-54.5 + parent: 2 + - uid: 10646 + components: + - type: Transform + pos: -41.5,-54.5 + parent: 2 + - uid: 10647 + components: + - type: Transform + pos: -40.5,-54.5 + parent: 2 + - uid: 10648 + components: + - type: Transform + pos: -39.5,-54.5 + parent: 2 + - uid: 10712 + components: + - type: Transform + pos: 59.5,-52.5 + parent: 2 + - uid: 10746 + components: + - type: Transform + pos: -48.5,-31.5 + parent: 2 + - uid: 10813 + components: + - type: Transform + pos: 57.5,-58.5 + parent: 2 + - uid: 10816 + components: + - type: Transform + pos: 49.5,-52.5 + parent: 2 + - uid: 10871 + components: + - type: Transform + pos: 60.5,-54.5 + parent: 2 + - uid: 10886 + components: + - type: Transform + pos: 57.5,-57.5 + parent: 2 + - uid: 10887 + components: + - type: Transform + pos: 57.5,-54.5 + parent: 2 + - uid: 10888 + components: + - type: Transform + pos: 57.5,-61.5 + parent: 2 + - uid: 10934 + components: + - type: Transform + pos: 16.5,-47.5 + parent: 2 + - uid: 10935 + components: + - type: Transform + pos: 15.5,-47.5 + parent: 2 + - uid: 10936 + components: + - type: Transform + pos: 14.5,-47.5 + parent: 2 + - uid: 10937 + components: + - type: Transform + pos: 17.5,-47.5 + parent: 2 + - uid: 10938 + components: + - type: Transform + pos: 18.5,-47.5 + parent: 2 + - uid: 10939 + components: + - type: Transform + pos: 19.5,-47.5 + parent: 2 + - uid: 10940 + components: + - type: Transform + pos: 19.5,-48.5 + parent: 2 + - uid: 10941 + components: + - type: Transform + pos: 19.5,-49.5 + parent: 2 + - uid: 10974 + components: + - type: Transform + pos: -44.5,-34.5 + parent: 2 + - uid: 11049 + components: + - type: Transform + pos: -34.5,5.5 + parent: 2 + - uid: 11108 + components: + - type: Transform + pos: 30.5,-65.5 + parent: 2 + - uid: 11110 + components: + - type: Transform + pos: -34.5,6.5 + parent: 2 + - uid: 11166 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 + - uid: 11208 + components: + - type: Transform + pos: 20.5,2.5 + parent: 2 + - uid: 11210 + components: + - type: Transform + pos: 19.5,2.5 + parent: 2 + - uid: 11211 + components: + - type: Transform + pos: 19.5,3.5 + parent: 2 + - uid: 11212 + components: + - type: Transform + pos: 20.5,0.5 + parent: 2 + - uid: 11213 + components: + - type: Transform + pos: 19.5,0.5 + parent: 2 + - uid: 11214 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 + - uid: 11242 + components: + - type: Transform + pos: -15.5,8.5 + parent: 2 + - uid: 11250 + components: + - type: Transform + pos: 57.5,-56.5 + parent: 2 + - uid: 11289 + components: + - type: Transform + pos: -13.5,-53.5 + parent: 2 + - uid: 11312 + components: + - type: Transform + pos: 52.5,-52.5 + parent: 2 + - uid: 11338 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 2 + - uid: 11340 + components: + - type: Transform + pos: -44.5,-35.5 + parent: 2 + - uid: 11341 + components: + - type: Transform + pos: -44.5,-36.5 + parent: 2 + - uid: 11432 + components: + - type: Transform + pos: -22.5,-2.5 + parent: 2 + - uid: 11474 + components: + - type: Transform + pos: 31.5,-44.5 + parent: 2 + - uid: 11475 + components: + - type: Transform + pos: 31.5,-43.5 + parent: 2 + - uid: 11476 + components: + - type: Transform + pos: 31.5,-42.5 + parent: 2 + - uid: 11477 + components: + - type: Transform + pos: 30.5,-42.5 + parent: 2 + - uid: 11478 + components: + - type: Transform + pos: 29.5,-42.5 + parent: 2 + - uid: 11479 + components: + - type: Transform + pos: 28.5,-42.5 + parent: 2 + - uid: 11480 + components: + - type: Transform + pos: 27.5,-42.5 + parent: 2 + - uid: 11481 + components: + - type: Transform + pos: 27.5,-43.5 + parent: 2 + - uid: 11482 + components: + - type: Transform + pos: 27.5,-44.5 + parent: 2 + - uid: 11483 + components: + - type: Transform + pos: -28.5,-36.5 + parent: 2 + - uid: 11484 + components: + - type: Transform + pos: 39.5,-43.5 + parent: 2 + - uid: 11485 + components: + - type: Transform + pos: 39.5,-42.5 + parent: 2 + - uid: 11486 + components: + - type: Transform + pos: 39.5,-41.5 + parent: 2 + - uid: 11487 + components: + - type: Transform + pos: 38.5,-41.5 + parent: 2 + - uid: 11488 + components: + - type: Transform + pos: 37.5,-41.5 + parent: 2 + - uid: 11489 + components: + - type: Transform + pos: 36.5,-41.5 + parent: 2 + - uid: 11490 + components: + - type: Transform + pos: -29.5,-32.5 + parent: 2 + - uid: 11494 + components: + - type: Transform + pos: 34.5,-44.5 + parent: 2 + - uid: 11495 + components: + - type: Transform + pos: 33.5,-44.5 + parent: 2 + - uid: 11496 + components: + - type: Transform + pos: 32.5,-44.5 + parent: 2 + - uid: 11497 + components: + - type: Transform + pos: -34.5,-32.5 + parent: 2 + - uid: 11508 + components: + - type: Transform + pos: 18.5,-27.5 + parent: 2 + - uid: 11509 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 11510 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 + - uid: 11511 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 2 + - uid: 11512 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 2 + - uid: 11514 + components: + - type: Transform + pos: 20.5,-28.5 + parent: 2 + - uid: 11515 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 2 + - uid: 11516 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 2 + - uid: 11519 + components: + - type: Transform + pos: 20.5,-31.5 + parent: 2 + - uid: 11520 + components: + - type: Transform + pos: 21.5,-31.5 + parent: 2 + - uid: 11521 + components: + - type: Transform + pos: 22.5,-31.5 + parent: 2 + - uid: 11522 + components: + - type: Transform + pos: 23.5,-31.5 + parent: 2 + - uid: 11527 + components: + - type: Transform + pos: 40.5,-26.5 + parent: 2 + - uid: 11528 + components: + - type: Transform + pos: 39.5,-26.5 + parent: 2 + - uid: 11529 + components: + - type: Transform + pos: 38.5,-26.5 + parent: 2 + - uid: 11530 + components: + - type: Transform + pos: 38.5,-25.5 + parent: 2 + - uid: 11531 + components: + - type: Transform + pos: 37.5,-25.5 + parent: 2 + - uid: 11532 + components: + - type: Transform + pos: 36.5,-25.5 + parent: 2 + - uid: 11533 + components: + - type: Transform + pos: 35.5,-25.5 + parent: 2 + - uid: 11534 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 2 + - uid: 11535 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 2 + - uid: 11537 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 2 + - uid: 11538 + components: + - type: Transform + pos: 38.5,-27.5 + parent: 2 + - uid: 11539 + components: + - type: Transform + pos: 38.5,-28.5 + parent: 2 + - uid: 11542 + components: + - type: Transform + pos: 60.5,-52.5 + parent: 2 + - uid: 11544 + components: + - type: Transform + pos: 13.5,21.5 + parent: 2 + - uid: 11576 + components: + - type: Transform + pos: -26.5,-37.5 + parent: 2 + - uid: 11593 + components: + - type: Transform + pos: 45.5,-17.5 + parent: 2 + - uid: 11594 + components: + - type: Transform + pos: 45.5,-16.5 + parent: 2 + - uid: 11595 + components: + - type: Transform + pos: 45.5,-15.5 + parent: 2 + - uid: 11596 + components: + - type: Transform + pos: 45.5,-14.5 + parent: 2 + - uid: 11597 + components: + - type: Transform + pos: 45.5,-13.5 + parent: 2 + - uid: 11599 + components: + - type: Transform + pos: 45.5,-12.5 + parent: 2 + - uid: 11600 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 11601 + components: + - type: Transform + pos: 45.5,-10.5 + parent: 2 + - uid: 11703 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 11704 + components: + - type: Transform + pos: -2.5,-42.5 + parent: 2 + - uid: 11705 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - uid: 11706 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 11707 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - uid: 11708 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 11709 + components: + - type: Transform + pos: -1.5,-44.5 + parent: 2 + - uid: 11710 + components: + - type: Transform + pos: -0.5,-44.5 + parent: 2 + - uid: 11711 + components: + - type: Transform + pos: -2.5,-41.5 + parent: 2 + - uid: 11712 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 11713 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 11714 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 11715 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 11718 + components: + - type: Transform + pos: -5.5,-37.5 + parent: 2 + - uid: 11719 + components: + - type: Transform + pos: -4.5,-37.5 + parent: 2 + - uid: 11720 + components: + - type: Transform + pos: -3.5,-37.5 + parent: 2 + - uid: 11721 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 11723 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 2 + - uid: 11725 + components: + - type: Transform + pos: -23.5,-34.5 + parent: 2 + - uid: 11728 + components: + - type: Transform + pos: -14.5,-36.5 + parent: 2 + - uid: 11729 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 + - uid: 11730 + components: + - type: Transform + pos: -15.5,-35.5 + parent: 2 + - uid: 11731 + components: + - type: Transform + pos: -15.5,-34.5 + parent: 2 + - uid: 11732 + components: + - type: Transform + pos: -15.5,-33.5 + parent: 2 + - uid: 11733 + components: + - type: Transform + pos: -16.5,-33.5 + parent: 2 + - uid: 11734 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 2 + - uid: 11735 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 2 + - uid: 11736 + components: + - type: Transform + pos: -19.5,-33.5 + parent: 2 + - uid: 11737 + components: + - type: Transform + pos: -19.5,-34.5 + parent: 2 + - uid: 11738 + components: + - type: Transform + pos: -19.5,-35.5 + parent: 2 + - uid: 11739 + components: + - type: Transform + pos: -19.5,-36.5 + parent: 2 + - uid: 11740 + components: + - type: Transform + pos: -19.5,-37.5 + parent: 2 + - uid: 11741 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - uid: 11742 + components: + - type: Transform + pos: -15.5,-32.5 + parent: 2 + - uid: 11743 + components: + - type: Transform + pos: -15.5,-31.5 + parent: 2 + - uid: 11744 + components: + - type: Transform + pos: -15.5,-30.5 + parent: 2 + - uid: 11745 + components: + - type: Transform + pos: -16.5,-30.5 + parent: 2 + - uid: 11746 + components: + - type: Transform + pos: -17.5,-30.5 + parent: 2 + - uid: 11747 + components: + - type: Transform + pos: -18.5,-30.5 + parent: 2 + - uid: 11748 + components: + - type: Transform + pos: -19.5,-30.5 + parent: 2 + - uid: 11749 + components: + - type: Transform + pos: -14.5,-31.5 + parent: 2 + - uid: 11750 + components: + - type: Transform + pos: -13.5,-31.5 + parent: 2 + - uid: 11751 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 + - uid: 11752 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 2 + - uid: 11753 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 2 + - uid: 11754 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 + - uid: 11755 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 2 + - uid: 11756 + components: + - type: Transform + pos: -7.5,-31.5 + parent: 2 + - uid: 11757 + components: + - type: Transform + pos: -6.5,-31.5 + parent: 2 + - uid: 11758 + components: + - type: Transform + pos: -5.5,-31.5 + parent: 2 + - uid: 11759 + components: + - type: Transform + pos: -4.5,-31.5 + parent: 2 + - uid: 11760 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 2 + - uid: 11761 + components: + - type: Transform + pos: -2.5,-31.5 + parent: 2 + - uid: 11762 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 11763 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 11764 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 11765 + components: + - type: Transform + pos: 0.5,-30.5 + parent: 2 + - uid: 11767 + components: + - type: Transform + pos: -6.5,-34.5 + parent: 2 + - uid: 11769 + components: + - type: Transform + pos: -7.5,-34.5 + parent: 2 + - uid: 11771 + components: + - type: Transform + pos: -8.5,-34.5 + parent: 2 + - uid: 11773 + components: + - type: Transform + pos: -5.5,-34.5 + parent: 2 + - uid: 11775 + components: + - type: Transform + pos: -4.5,-34.5 + parent: 2 + - uid: 11776 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 11780 + components: + - type: Transform + pos: -2.5,-34.5 + parent: 2 + - uid: 11781 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 11798 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 11799 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - uid: 11800 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 2 + - uid: 11801 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 + - uid: 11802 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - uid: 11812 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 2 + - uid: 11813 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 2 + - uid: 11814 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 2 + - uid: 11816 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - uid: 11817 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 2 + - uid: 11818 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 2 + - uid: 11819 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 2 + - uid: 11820 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 2 + - uid: 11821 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 2 + - uid: 11827 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - uid: 11831 + components: + - type: Transform + pos: -10.5,9.5 + parent: 2 + - uid: 11832 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 + - uid: 11834 + components: + - type: Transform + pos: -13.5,11.5 + parent: 2 + - uid: 11849 + components: + - type: Transform + pos: -10.5,-38.5 + parent: 2 + - uid: 11850 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 2 + - uid: 11851 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - uid: 11852 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 11853 + components: + - type: Transform + pos: -11.5,-41.5 + parent: 2 + - uid: 11854 + components: + - type: Transform + pos: -12.5,-41.5 + parent: 2 + - uid: 11855 + components: + - type: Transform + pos: -13.5,-41.5 + parent: 2 + - uid: 11856 + components: + - type: Transform + pos: -14.5,-41.5 + parent: 2 + - uid: 11857 + components: + - type: Transform + pos: -15.5,-41.5 + parent: 2 + - uid: 11861 + components: + - type: Transform + pos: -19.5,-41.5 + parent: 2 + - uid: 11862 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - uid: 11870 + components: + - type: Transform + pos: 57.5,-59.5 + parent: 2 + - uid: 11909 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 + - uid: 11910 + components: + - type: Transform + pos: -14.5,-23.5 + parent: 2 + - uid: 11911 + components: + - type: Transform + pos: -15.5,-23.5 + parent: 2 + - uid: 11912 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 2 + - uid: 11913 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 2 + - uid: 11914 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 2 + - uid: 11915 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 2 + - uid: 11917 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 2 + - uid: 11918 + components: + - type: Transform + pos: -7.5,-7.5 + parent: 2 + - uid: 11919 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 2 + - uid: 11920 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 2 + - uid: 11921 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 2 + - uid: 11922 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 + - uid: 11923 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 2 + - uid: 11924 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 2 + - uid: 11925 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - uid: 11926 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - uid: 11947 + components: + - type: Transform + pos: -12.5,-11.5 + parent: 2 + - uid: 11948 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 2 + - uid: 11994 + components: + - type: Transform + pos: 24.5,11.5 + parent: 2 + - uid: 11995 + components: + - type: Transform + pos: 24.5,10.5 + parent: 2 + - uid: 11996 + components: + - type: Transform + pos: 24.5,9.5 + parent: 2 + - uid: 11997 + components: + - type: Transform + pos: 24.5,8.5 + parent: 2 + - uid: 12003 + components: + - type: Transform + pos: 27.5,4.5 + parent: 2 + - uid: 12004 + components: + - type: Transform + pos: 28.5,4.5 + parent: 2 + - uid: 12005 + components: + - type: Transform + pos: 27.5,5.5 + parent: 2 + - uid: 12006 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - uid: 12007 + components: + - type: Transform + pos: 24.5,0.5 + parent: 2 + - uid: 12033 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 12034 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - uid: 12035 + components: + - type: Transform + pos: 15.5,0.5 + parent: 2 + - uid: 12036 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 2 + - uid: 12037 + components: + - type: Transform + pos: 15.5,-1.5 + parent: 2 + - uid: 12038 + components: + - type: Transform + pos: 15.5,-2.5 + parent: 2 + - uid: 12039 + components: + - type: Transform + pos: 15.5,-3.5 + parent: 2 + - uid: 12041 + components: + - type: Transform + pos: 15.5,1.5 + parent: 2 + - uid: 12042 + components: + - type: Transform + pos: 15.5,2.5 + parent: 2 + - uid: 12043 + components: + - type: Transform + pos: 15.5,3.5 + parent: 2 + - uid: 12044 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 + - uid: 12045 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 + - uid: 12050 + components: + - type: Transform + pos: 15.5,5.5 + parent: 2 + - uid: 12077 + components: + - type: Transform + pos: -11.5,23.5 + parent: 2 + - uid: 12082 + components: + - type: Transform + pos: -16.5,-22.5 + parent: 2 + - uid: 12083 + components: + - type: Transform + pos: -16.5,-21.5 + parent: 2 + - uid: 12084 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 2 + - uid: 12085 + components: + - type: Transform + pos: -16.5,-19.5 + parent: 2 + - uid: 12086 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 2 + - uid: 12087 + components: + - type: Transform + pos: -18.5,-19.5 + parent: 2 + - uid: 12088 + components: + - type: Transform + pos: -20.5,-19.5 + parent: 2 + - uid: 12089 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 2 + - uid: 12090 + components: + - type: Transform + pos: -22.5,-19.5 + parent: 2 + - uid: 12091 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 2 + - uid: 12092 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 2 + - uid: 12093 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 2 + - uid: 12094 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 2 + - uid: 12095 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 2 + - uid: 12096 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 2 + - uid: 12097 + components: + - type: Transform + pos: -23.5,-24.5 + parent: 2 + - uid: 12098 + components: + - type: Transform + pos: -23.5,-26.5 + parent: 2 + - uid: 12099 + components: + - type: Transform + pos: -23.5,-27.5 + parent: 2 + - uid: 12100 + components: + - type: Transform + pos: -23.5,-25.5 + parent: 2 + - uid: 12101 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 2 + - uid: 12102 + components: + - type: Transform + pos: -21.5,-23.5 + parent: 2 + - uid: 12103 + components: + - type: Transform + pos: -20.5,-23.5 + parent: 2 + - uid: 12104 + components: + - type: Transform + pos: -16.5,-18.5 + parent: 2 + - uid: 12105 + components: + - type: Transform + pos: -16.5,-17.5 + parent: 2 + - uid: 12114 + components: + - type: Transform + pos: -11.5,24.5 + parent: 2 + - uid: 12136 + components: + - type: Transform + pos: 16.5,3.5 + parent: 2 + - uid: 12289 + components: + - type: Transform + pos: 17.5,2.5 + parent: 2 + - uid: 12291 + components: + - type: Transform + pos: 17.5,0.5 + parent: 2 + - uid: 12292 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 2 + - uid: 12297 + components: + - type: Transform + pos: -14.5,22.5 + parent: 2 + - uid: 12303 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 12304 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 12305 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - uid: 12306 + components: + - type: Transform + pos: 13.5,2.5 + parent: 2 + - uid: 12308 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 12309 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 12310 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 12311 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 12343 + components: + - type: Transform + pos: -41.5,-34.5 + parent: 2 + - uid: 12402 + components: + - type: Transform + pos: -26.5,-26.5 + parent: 2 + - uid: 12403 + components: + - type: Transform + pos: -27.5,-26.5 + parent: 2 + - uid: 12404 + components: + - type: Transform + pos: -28.5,-26.5 + parent: 2 + - uid: 12405 + components: + - type: Transform + pos: -29.5,-26.5 + parent: 2 + - uid: 12406 + components: + - type: Transform + pos: -30.5,-26.5 + parent: 2 + - uid: 12408 + components: + - type: Transform + pos: -27.5,-27.5 + parent: 2 + - uid: 12409 + components: + - type: Transform + pos: -27.5,-28.5 + parent: 2 + - uid: 12410 + components: + - type: Transform + pos: -27.5,-29.5 + parent: 2 + - uid: 12411 + components: + - type: Transform + pos: -27.5,-30.5 + parent: 2 + - uid: 12428 + components: + - type: Transform + pos: -33.5,-34.5 + parent: 2 + - uid: 12429 + components: + - type: Transform + pos: -32.5,-34.5 + parent: 2 + - uid: 12430 + components: + - type: Transform + pos: -31.5,-34.5 + parent: 2 + - uid: 12435 + components: + - type: Transform + pos: -27.5,-37.5 + parent: 2 + - uid: 12437 + components: + - type: Transform + pos: -33.5,-35.5 + parent: 2 + - uid: 12438 + components: + - type: Transform + pos: -33.5,-36.5 + parent: 2 + - uid: 12443 + components: + - type: Transform + pos: -30.5,-32.5 + parent: 2 + - uid: 12444 + components: + - type: Transform + pos: -28.5,-33.5 + parent: 2 + - uid: 12445 + components: + - type: Transform + pos: -28.5,-32.5 + parent: 2 + - uid: 12463 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 12464 + components: + - type: Transform + pos: -34.5,-25.5 + parent: 2 + - uid: 12465 + components: + - type: Transform + pos: -35.5,-25.5 + parent: 2 + - uid: 12466 + components: + - type: Transform + pos: -36.5,-25.5 + parent: 2 + - uid: 12467 + components: + - type: Transform + pos: -38.5,-25.5 + parent: 2 + - uid: 12468 + components: + - type: Transform + pos: -37.5,-25.5 + parent: 2 + - uid: 12469 + components: + - type: Transform + pos: -38.5,-24.5 + parent: 2 + - uid: 12470 + components: + - type: Transform + pos: -38.5,-23.5 + parent: 2 + - uid: 12471 + components: + - type: Transform + pos: -38.5,-22.5 + parent: 2 + - uid: 12472 + components: + - type: Transform + pos: -38.5,-21.5 + parent: 2 + - uid: 12473 + components: + - type: Transform + pos: -37.5,-21.5 + parent: 2 + - uid: 12474 + components: + - type: Transform + pos: -36.5,-21.5 + parent: 2 + - uid: 12475 + components: + - type: Transform + pos: -35.5,-21.5 + parent: 2 + - uid: 12476 + components: + - type: Transform + pos: -34.5,-21.5 + parent: 2 + - uid: 12477 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 12478 + components: + - type: Transform + pos: -38.5,-20.5 + parent: 2 + - uid: 12479 + components: + - type: Transform + pos: -38.5,-19.5 + parent: 2 + - uid: 12480 + components: + - type: Transform + pos: -39.5,-19.5 + parent: 2 + - uid: 12481 + components: + - type: Transform + pos: -37.5,-19.5 + parent: 2 + - uid: 12482 + components: + - type: Transform + pos: -34.5,-20.5 + parent: 2 + - uid: 12483 + components: + - type: Transform + pos: -34.5,-19.5 + parent: 2 + - uid: 12484 + components: + - type: Transform + pos: -35.5,-19.5 + parent: 2 + - uid: 12485 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 12509 + components: + - type: Transform + pos: -44.5,-23.5 + parent: 2 + - uid: 12510 + components: + - type: Transform + pos: -44.5,-22.5 + parent: 2 + - uid: 12511 + components: + - type: Transform + pos: -44.5,-24.5 + parent: 2 + - uid: 12512 + components: + - type: Transform + pos: -44.5,-21.5 + parent: 2 + - uid: 12513 + components: + - type: Transform + pos: -44.5,-20.5 + parent: 2 + - uid: 12514 + components: + - type: Transform + pos: -44.5,-19.5 + parent: 2 + - uid: 12515 + components: + - type: Transform + pos: -43.5,-19.5 + parent: 2 + - uid: 12516 + components: + - type: Transform + pos: -45.5,-22.5 + parent: 2 + - uid: 12517 + components: + - type: Transform + pos: -46.5,-22.5 + parent: 2 + - uid: 12518 + components: + - type: Transform + pos: -46.5,-21.5 + parent: 2 + - uid: 12519 + components: + - type: Transform + pos: -46.5,-23.5 + parent: 2 + - uid: 12594 + components: + - type: Transform + pos: -41.5,-40.5 + parent: 2 + - uid: 12595 + components: + - type: Transform + pos: -42.5,-40.5 + parent: 2 + - uid: 12611 + components: + - type: Transform + pos: -37.5,-34.5 + parent: 2 + - uid: 12616 + components: + - type: Transform + pos: -47.5,-44.5 + parent: 2 + - uid: 12617 + components: + - type: Transform + pos: -47.5,-43.5 + parent: 2 + - uid: 12618 + components: + - type: Transform + pos: -48.5,-43.5 + parent: 2 + - uid: 12619 + components: + - type: Transform + pos: -49.5,-43.5 + parent: 2 + - uid: 12620 + components: + - type: Transform + pos: -51.5,-45.5 + parent: 2 + - uid: 12621 + components: + - type: Transform + pos: -50.5,-43.5 + parent: 2 + - uid: 12623 + components: + - type: Transform + pos: -50.5,-40.5 + parent: 2 + - uid: 12624 + components: + - type: Transform + pos: -51.5,-44.5 + parent: 2 + - uid: 12625 + components: + - type: Transform + pos: -51.5,-42.5 + parent: 2 + - uid: 12626 + components: + - type: Transform + pos: -50.5,-46.5 + parent: 2 + - uid: 12627 + components: + - type: Transform + pos: -50.5,-47.5 + parent: 2 + - uid: 12628 + components: + - type: Transform + pos: -50.5,-48.5 + parent: 2 + - uid: 12629 + components: + - type: Transform + pos: -51.5,-48.5 + parent: 2 + - uid: 12630 + components: + - type: Transform + pos: -49.5,-46.5 + parent: 2 + - uid: 12631 + components: + - type: Transform + pos: -48.5,-46.5 + parent: 2 + - uid: 12632 + components: + - type: Transform + pos: -48.5,-45.5 + parent: 2 + - uid: 12633 + components: + - type: Transform + pos: -51.5,-46.5 + parent: 2 + - uid: 12634 + components: + - type: Transform + pos: -52.5,-46.5 + parent: 2 + - uid: 12635 + components: + - type: Transform + pos: -53.5,-46.5 + parent: 2 + - uid: 12636 + components: + - type: Transform + pos: -53.5,-45.5 + parent: 2 + - uid: 12637 + components: + - type: Transform + pos: -50.5,-39.5 + parent: 2 + - uid: 12638 + components: + - type: Transform + pos: -50.5,-38.5 + parent: 2 + - uid: 12639 + components: + - type: Transform + pos: -51.5,-38.5 + parent: 2 + - uid: 12640 + components: + - type: Transform + pos: -51.5,-40.5 + parent: 2 + - uid: 12641 + components: + - type: Transform + pos: -52.5,-40.5 + parent: 2 + - uid: 12642 + components: + - type: Transform + pos: -53.5,-40.5 + parent: 2 + - uid: 12643 + components: + - type: Transform + pos: -53.5,-41.5 + parent: 2 + - uid: 12644 + components: + - type: Transform + pos: -51.5,-41.5 + parent: 2 + - uid: 12645 + components: + - type: Transform + pos: -47.5,-29.5 + parent: 2 + - uid: 12646 + components: + - type: Transform + pos: -47.5,-30.5 + parent: 2 + - uid: 12647 + components: + - type: Transform + pos: -48.5,-30.5 + parent: 2 + - uid: 12658 + components: + - type: Transform + pos: -51.5,-35.5 + parent: 2 + - uid: 12659 + components: + - type: Transform + pos: -50.5,-35.5 + parent: 2 + - uid: 12661 + components: + - type: Transform + pos: -53.5,-33.5 + parent: 2 + - uid: 12662 + components: + - type: Transform + pos: -53.5,-32.5 + parent: 2 + - uid: 12664 + components: + - type: Transform + pos: -53.5,-28.5 + parent: 2 + - uid: 12665 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - uid: 12667 + components: + - type: Transform + pos: -51.5,-25.5 + parent: 2 + - uid: 12668 + components: + - type: Transform + pos: -50.5,-25.5 + parent: 2 + - uid: 12671 + components: + - type: Transform + pos: -48.5,-27.5 + parent: 2 + - uid: 12672 + components: + - type: Transform + pos: -48.5,-28.5 + parent: 2 + - uid: 12678 + components: + - type: Transform + pos: -32.5,-28.5 + parent: 2 + - uid: 12679 + components: + - type: Transform + pos: -32.5,-29.5 + parent: 2 + - uid: 12680 + components: + - type: Transform + pos: -32.5,-30.5 + parent: 2 + - uid: 12681 + components: + - type: Transform + pos: -33.5,-30.5 + parent: 2 + - uid: 12682 + components: + - type: Transform + pos: -34.5,-30.5 + parent: 2 + - uid: 12683 + components: + - type: Transform + pos: -35.5,-30.5 + parent: 2 + - uid: 12684 + components: + - type: Transform + pos: -36.5,-30.5 + parent: 2 + - uid: 12685 + components: + - type: Transform + pos: -37.5,-30.5 + parent: 2 + - uid: 12686 + components: + - type: Transform + pos: -38.5,-30.5 + parent: 2 + - uid: 12687 + components: + - type: Transform + pos: -37.5,-29.5 + parent: 2 + - uid: 12688 + components: + - type: Transform + pos: -37.5,-28.5 + parent: 2 + - uid: 12689 + components: + - type: Transform + pos: -34.5,-29.5 + parent: 2 + - uid: 12690 + components: + - type: Transform + pos: -34.5,-28.5 + parent: 2 + - uid: 12691 + components: + - type: Transform + pos: -31.5,-30.5 + parent: 2 + - uid: 12692 + components: + - type: Transform + pos: -30.5,-30.5 + parent: 2 + - uid: 12694 + components: + - type: Transform + pos: -33.5,7.5 + parent: 2 + - uid: 12698 + components: + - type: Transform + pos: -50.5,-27.5 + parent: 2 + - uid: 12711 + components: + - type: Transform + pos: 6.5,-55.5 + parent: 2 + - uid: 12712 + components: + - type: Transform + pos: 6.5,-56.5 + parent: 2 + - uid: 12713 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 2 + - uid: 12718 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 + - uid: 12719 + components: + - type: Transform + pos: 12.5,-53.5 + parent: 2 + - uid: 12720 + components: + - type: Transform + pos: 13.5,-53.5 + parent: 2 + - uid: 12721 + components: + - type: Transform + pos: 14.5,-53.5 + parent: 2 + - uid: 12722 + components: + - type: Transform + pos: 14.5,-52.5 + parent: 2 + - uid: 12726 + components: + - type: Transform + pos: -8.5,-65.5 + parent: 2 + - uid: 12729 + components: + - type: Transform + pos: 11.5,-55.5 + parent: 2 + - uid: 12730 + components: + - type: Transform + pos: 11.5,-54.5 + parent: 2 + - uid: 12731 + components: + - type: Transform + pos: 11.5,-61.5 + parent: 2 + - uid: 12732 + components: + - type: Transform + pos: 11.5,-62.5 + parent: 2 + - uid: 12733 + components: + - type: Transform + pos: 11.5,-63.5 + parent: 2 + - uid: 12734 + components: + - type: Transform + pos: 11.5,-64.5 + parent: 2 + - uid: 12735 + components: + - type: Transform + pos: 11.5,-65.5 + parent: 2 + - uid: 12736 + components: + - type: Transform + pos: 11.5,-66.5 + parent: 2 + - uid: 12737 + components: + - type: Transform + pos: 11.5,-67.5 + parent: 2 + - uid: 12738 + components: + - type: Transform + pos: 11.5,-68.5 + parent: 2 + - uid: 12739 + components: + - type: Transform + pos: 11.5,-69.5 + parent: 2 + - uid: 12740 + components: + - type: Transform + pos: 11.5,-70.5 + parent: 2 + - uid: 12741 + components: + - type: Transform + pos: 11.5,-71.5 + parent: 2 + - uid: 12742 + components: + - type: Transform + pos: 10.5,-68.5 + parent: 2 + - uid: 12743 + components: + - type: Transform + pos: 9.5,-68.5 + parent: 2 + - uid: 12744 + components: + - type: Transform + pos: 8.5,-68.5 + parent: 2 + - uid: 12745 + components: + - type: Transform + pos: 10.5,-61.5 + parent: 2 + - uid: 12746 + components: + - type: Transform + pos: 9.5,-61.5 + parent: 2 + - uid: 12747 + components: + - type: Transform + pos: 8.5,-61.5 + parent: 2 + - uid: 12748 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - uid: 12749 + components: + - type: Transform + pos: 8.5,-67.5 + parent: 2 + - uid: 12750 + components: + - type: Transform + pos: 10.5,-64.5 + parent: 2 + - uid: 12751 + components: + - type: Transform + pos: 9.5,-64.5 + parent: 2 + - uid: 12752 + components: + - type: Transform + pos: 9.5,-65.5 + parent: 2 + - uid: 12753 + components: + - type: Transform + pos: 12.5,-61.5 + parent: 2 + - uid: 12754 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 + - uid: 12755 + components: + - type: Transform + pos: 13.5,-60.5 + parent: 2 + - uid: 12756 + components: + - type: Transform + pos: 13.5,-62.5 + parent: 2 + - uid: 12757 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 12758 + components: + - type: Transform + pos: 12.5,-68.5 + parent: 2 + - uid: 12759 + components: + - type: Transform + pos: 13.5,-68.5 + parent: 2 + - uid: 12760 + components: + - type: Transform + pos: 13.5,-67.5 + parent: 2 + - uid: 12761 + components: + - type: Transform + pos: 13.5,-66.5 + parent: 2 + - uid: 12762 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - uid: 12763 + components: + - type: Transform + pos: 12.5,-71.5 + parent: 2 + - uid: 12764 + components: + - type: Transform + pos: 13.5,-71.5 + parent: 2 + - uid: 12765 + components: + - type: Transform + pos: 10.5,-71.5 + parent: 2 + - uid: 12766 + components: + - type: Transform + pos: 9.5,-71.5 + parent: 2 + - uid: 12770 + components: + - type: Transform + pos: 12.5,-64.5 + parent: 2 + - uid: 12771 + components: + - type: Transform + pos: 13.5,-64.5 + parent: 2 + - uid: 12780 + components: + - type: Transform + pos: -37.5,-36.5 + parent: 2 + - uid: 12803 + components: + - type: Transform + pos: -10.5,-64.5 + parent: 2 + - uid: 12804 + components: + - type: Transform + pos: -9.5,-64.5 + parent: 2 + - uid: 12805 + components: + - type: Transform + pos: -8.5,-64.5 + parent: 2 + - uid: 12806 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 + - uid: 12807 + components: + - type: Transform + pos: -6.5,-64.5 + parent: 2 + - uid: 12808 + components: + - type: Transform + pos: -6.5,-65.5 + parent: 2 + - uid: 12809 + components: + - type: Transform + pos: -8.5,-59.5 + parent: 2 + - uid: 12810 + components: + - type: Transform + pos: -8.5,-60.5 + parent: 2 + - uid: 12811 + components: + - type: Transform + pos: -8.5,-61.5 + parent: 2 + - uid: 12812 + components: + - type: Transform + pos: -8.5,-62.5 + parent: 2 + - uid: 12813 + components: + - type: Transform + pos: -8.5,-63.5 + parent: 2 + - uid: 12814 + components: + - type: Transform + pos: -8.5,-66.5 + parent: 2 + - uid: 12815 + components: + - type: Transform + pos: -8.5,-67.5 + parent: 2 + - uid: 12816 + components: + - type: Transform + pos: -8.5,-68.5 + parent: 2 + - uid: 12817 + components: + - type: Transform + pos: -8.5,-69.5 + parent: 2 + - uid: 12818 + components: + - type: Transform + pos: -8.5,-70.5 + parent: 2 + - uid: 12819 + components: + - type: Transform + pos: -8.5,-71.5 + parent: 2 + - uid: 12820 + components: + - type: Transform + pos: -7.5,-71.5 + parent: 2 + - uid: 12821 + components: + - type: Transform + pos: -6.5,-71.5 + parent: 2 + - uid: 12822 + components: + - type: Transform + pos: -9.5,-71.5 + parent: 2 + - uid: 12823 + components: + - type: Transform + pos: -10.5,-71.5 + parent: 2 + - uid: 12824 + components: + - type: Transform + pos: -9.5,-68.5 + parent: 2 + - uid: 12825 + components: + - type: Transform + pos: -10.5,-68.5 + parent: 2 + - uid: 12826 + components: + - type: Transform + pos: -10.5,-69.5 + parent: 2 + - uid: 12827 + components: + - type: Transform + pos: -10.5,-67.5 + parent: 2 + - uid: 12828 + components: + - type: Transform + pos: -10.5,-66.5 + parent: 2 + - uid: 12829 + components: + - type: Transform + pos: -8.5,-68.5 + parent: 2 + - uid: 12830 + components: + - type: Transform + pos: -7.5,-68.5 + parent: 2 + - uid: 12831 + components: + - type: Transform + pos: -6.5,-68.5 + parent: 2 + - uid: 12832 + components: + - type: Transform + pos: -5.5,-68.5 + parent: 2 + - uid: 12833 + components: + - type: Transform + pos: -5.5,-67.5 + parent: 2 + - uid: 12835 + components: + - type: Transform + pos: -7.5,-61.5 + parent: 2 + - uid: 12836 + components: + - type: Transform + pos: -6.5,-61.5 + parent: 2 + - uid: 12837 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - uid: 12838 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 + - uid: 12839 + components: + - type: Transform + pos: -9.5,-61.5 + parent: 2 + - uid: 12840 + components: + - type: Transform + pos: -10.5,-61.5 + parent: 2 + - uid: 12841 + components: + - type: Transform + pos: -10.5,-60.5 + parent: 2 + - uid: 12842 + components: + - type: Transform + pos: -10.5,-62.5 + parent: 2 + - uid: 12843 + components: + - type: Transform + pos: -10.5,-63.5 + parent: 2 + - uid: 12848 + components: + - type: Transform + pos: -3.5,-54.5 + parent: 2 + - uid: 12849 + components: + - type: Transform + pos: -3.5,-55.5 + parent: 2 + - uid: 12850 + components: + - type: Transform + pos: -3.5,-56.5 + parent: 2 + - uid: 12851 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - uid: 12852 + components: + - type: Transform + pos: -7.5,-52.5 + parent: 2 + - uid: 12853 + components: + - type: Transform + pos: -7.5,-51.5 + parent: 2 + - uid: 12854 + components: + - type: Transform + pos: -19.5,-47.5 + parent: 2 + - uid: 12888 + components: + - type: Transform + pos: -31.5,-56.5 + parent: 2 + - uid: 12890 + components: + - type: Transform + pos: -30.5,-56.5 + parent: 2 + - uid: 12902 + components: + - type: Transform + pos: -41.5,-49.5 + parent: 2 + - uid: 12903 + components: + - type: Transform + pos: -41.5,-47.5 + parent: 2 + - uid: 12904 + components: + - type: Transform + pos: -41.5,-46.5 + parent: 2 + - uid: 12905 + components: + - type: Transform + pos: -41.5,-45.5 + parent: 2 + - uid: 12906 + components: + - type: Transform + pos: -41.5,-44.5 + parent: 2 + - uid: 12907 + components: + - type: Transform + pos: -41.5,-48.5 + parent: 2 + - uid: 12908 + components: + - type: Transform + pos: -41.5,-43.5 + parent: 2 + - uid: 12909 + components: + - type: Transform + pos: -40.5,-43.5 + parent: 2 + - uid: 12910 + components: + - type: Transform + pos: -39.5,-43.5 + parent: 2 + - uid: 12911 + components: + - type: Transform + pos: -38.5,-43.5 + parent: 2 + - uid: 12912 + components: + - type: Transform + pos: -40.5,-40.5 + parent: 2 + - uid: 12913 + components: + - type: Transform + pos: -39.5,-40.5 + parent: 2 + - uid: 12914 + components: + - type: Transform + pos: -38.5,-40.5 + parent: 2 + - uid: 12915 + components: + - type: Transform + pos: -37.5,-40.5 + parent: 2 + - uid: 12916 + components: + - type: Transform + pos: -37.5,-39.5 + parent: 2 + - uid: 12917 + components: + - type: Transform + pos: -37.5,-38.5 + parent: 2 + - uid: 12918 + components: + - type: Transform + pos: -37.5,-37.5 + parent: 2 + - uid: 12924 + components: + - type: Transform + pos: -33.5,-42.5 + parent: 2 + - uid: 12925 + components: + - type: Transform + pos: -33.5,-43.5 + parent: 2 + - uid: 12926 + components: + - type: Transform + pos: -33.5,-44.5 + parent: 2 + - uid: 12927 + components: + - type: Transform + pos: -33.5,-45.5 + parent: 2 + - uid: 12928 + components: + - type: Transform + pos: -32.5,-44.5 + parent: 2 + - uid: 12929 + components: + - type: Transform + pos: -31.5,-44.5 + parent: 2 + - uid: 12945 + components: + - type: Transform + pos: -26.5,-39.5 + parent: 2 + - uid: 12946 + components: + - type: Transform + pos: -26.5,-40.5 + parent: 2 + - uid: 12947 + components: + - type: Transform + pos: -26.5,-41.5 + parent: 2 + - uid: 12948 + components: + - type: Transform + pos: -27.5,-41.5 + parent: 2 + - uid: 12949 + components: + - type: Transform + pos: -27.5,-42.5 + parent: 2 + - uid: 12950 + components: + - type: Transform + pos: -27.5,-43.5 + parent: 2 + - uid: 12951 + components: + - type: Transform + pos: -27.5,-44.5 + parent: 2 + - uid: 12952 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - uid: 12953 + components: + - type: Transform + pos: -27.5,-46.5 + parent: 2 + - uid: 12954 + components: + - type: Transform + pos: -27.5,-47.5 + parent: 2 + - uid: 12955 + components: + - type: Transform + pos: -25.5,-41.5 + parent: 2 + - uid: 12956 + components: + - type: Transform + pos: -24.5,-41.5 + parent: 2 + - uid: 12957 + components: + - type: Transform + pos: -23.5,-41.5 + parent: 2 + - uid: 12958 + components: + - type: Transform + pos: -23.5,-40.5 + parent: 2 + - uid: 12959 + components: + - type: Transform + pos: -23.5,-39.5 + parent: 2 + - uid: 12960 + components: + - type: Transform + pos: -23.5,-38.5 + parent: 2 + - uid: 12961 + components: + - type: Transform + pos: -23.5,-37.5 + parent: 2 + - uid: 12962 + components: + - type: Transform + pos: -23.5,-36.5 + parent: 2 + - uid: 12963 + components: + - type: Transform + pos: -23.5,-35.5 + parent: 2 + - uid: 12965 + components: + - type: Transform + pos: -23.5,-32.5 + parent: 2 + - uid: 12966 + components: + - type: Transform + pos: -23.5,-33.5 + parent: 2 + - uid: 12969 + components: + - type: Transform + pos: -1.5,25.5 + parent: 2 + - uid: 12998 + components: + - type: Transform + pos: -30.5,-24.5 + parent: 2 + - uid: 12999 + components: + - type: Transform + pos: -30.5,-25.5 + parent: 2 + - uid: 13028 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 2 + - uid: 13154 + components: + - type: Transform + pos: -7.5,9.5 + parent: 2 + - uid: 13183 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 13184 + components: + - type: Transform + pos: 11.5,5.5 + parent: 2 + - uid: 13185 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 13186 + components: + - type: Transform + pos: 9.5,5.5 + parent: 2 + - uid: 13204 + components: + - type: Transform + pos: -27.5,-22.5 + parent: 2 + - uid: 13230 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - uid: 13231 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 13277 + components: + - type: Transform + pos: -7.5,-50.5 + parent: 2 + - uid: 13278 + components: + - type: Transform + pos: -7.5,-49.5 + parent: 2 + - uid: 13279 + components: + - type: Transform + pos: -7.5,-48.5 + parent: 2 + - uid: 13280 + components: + - type: Transform + pos: -6.5,-48.5 + parent: 2 + - uid: 13281 + components: + - type: Transform + pos: -5.5,-48.5 + parent: 2 + - uid: 13282 + components: + - type: Transform + pos: -4.5,-48.5 + parent: 2 + - uid: 13283 + components: + - type: Transform + pos: -3.5,-48.5 + parent: 2 + - uid: 13284 + components: + - type: Transform + pos: -2.5,-48.5 + parent: 2 + - uid: 13285 + components: + - type: Transform + pos: -1.5,-48.5 + parent: 2 + - uid: 13286 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 + - uid: 13287 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 13288 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 13289 + components: + - type: Transform + pos: 2.5,-48.5 + parent: 2 + - uid: 13290 + components: + - type: Transform + pos: 3.5,-48.5 + parent: 2 + - uid: 13291 + components: + - type: Transform + pos: 4.5,-48.5 + parent: 2 + - uid: 13292 + components: + - type: Transform + pos: 5.5,-48.5 + parent: 2 + - uid: 13293 + components: + - type: Transform + pos: 6.5,-48.5 + parent: 2 + - uid: 13295 + components: + - type: Transform + pos: 1.5,-49.5 + parent: 2 + - uid: 13296 + components: + - type: Transform + pos: 1.5,-50.5 + parent: 2 + - uid: 13297 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 13298 + components: + - type: Transform + pos: 2.5,-51.5 + parent: 2 + - uid: 13299 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - uid: 13300 + components: + - type: Transform + pos: 4.5,-51.5 + parent: 2 + - uid: 13301 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 13302 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 13303 + components: + - type: Transform + pos: -1.5,-51.5 + parent: 2 + - uid: 13307 + components: + - type: Transform + pos: 51.5,-52.5 + parent: 2 + - uid: 13313 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - uid: 13314 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 2 + - uid: 13315 + components: + - type: Transform + pos: 31.5,-6.5 + parent: 2 + - uid: 13316 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 2 + - uid: 13317 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 2 + - uid: 13318 + components: + - type: Transform + pos: 31.5,-10.5 + parent: 2 + - uid: 13319 + components: + - type: Transform + pos: 31.5,-11.5 + parent: 2 + - uid: 13320 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 2 + - uid: 13321 + components: + - type: Transform + pos: 31.5,-13.5 + parent: 2 + - uid: 13322 + components: + - type: Transform + pos: 31.5,-14.5 + parent: 2 + - uid: 13323 + components: + - type: Transform + pos: 31.5,-15.5 + parent: 2 + - uid: 13324 + components: + - type: Transform + pos: 31.5,-8.5 + parent: 2 + - uid: 13325 + components: + - type: Transform + pos: 31.5,-16.5 + parent: 2 + - uid: 13326 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 2 + - uid: 13327 + components: + - type: Transform + pos: 31.5,-18.5 + parent: 2 + - uid: 13328 + components: + - type: Transform + pos: 30.5,-18.5 + parent: 2 + - uid: 13329 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 2 + - uid: 13330 + components: + - type: Transform + pos: 28.5,-18.5 + parent: 2 + - uid: 13331 + components: + - type: Transform + pos: 27.5,-18.5 + parent: 2 + - uid: 13332 + components: + - type: Transform + pos: 26.5,-18.5 + parent: 2 + - uid: 13333 + components: + - type: Transform + pos: 31.5,-4.5 + parent: 2 + - uid: 13334 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - uid: 13335 + components: + - type: Transform + pos: 30.5,-3.5 + parent: 2 + - uid: 13336 + components: + - type: Transform + pos: 29.5,-3.5 + parent: 2 + - uid: 13337 + components: + - type: Transform + pos: 28.5,-3.5 + parent: 2 + - uid: 13338 + components: + - type: Transform + pos: 27.5,-3.5 + parent: 2 + - uid: 13524 + components: + - type: Transform + pos: 3.5,9.5 + parent: 2 + - uid: 13700 + components: + - type: Transform + pos: -65.5,-8.5 + parent: 2 + - uid: 13701 + components: + - type: Transform + pos: -65.5,-15.5 + parent: 2 + - uid: 13702 + components: + - type: Transform + pos: -65.5,-17.5 + parent: 2 + - uid: 13707 + components: + - type: Transform + pos: 45.5,8.5 + parent: 2 + - uid: 13708 + components: + - type: Transform + pos: 46.5,-5.5 + parent: 2 + - uid: 13709 + components: + - type: Transform + pos: 47.5,-5.5 + parent: 2 + - uid: 13710 + components: + - type: Transform + pos: 48.5,-5.5 + parent: 2 + - uid: 13711 + components: + - type: Transform + pos: 49.5,-5.5 + parent: 2 + - uid: 13717 + components: + - type: Transform + pos: 49.5,-4.5 + parent: 2 + - uid: 13785 + components: + - type: Transform + pos: -65.5,-7.5 + parent: 2 + - uid: 13914 + components: + - type: Transform + pos: 15.5,7.5 + parent: 2 + - uid: 14161 + components: + - type: Transform + pos: 45.5,-6.5 + parent: 2 + - uid: 14210 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - uid: 14248 + components: + - type: Transform + pos: -21.5,22.5 + parent: 2 + - uid: 14258 + components: + - type: Transform + pos: 15.5,8.5 + parent: 2 + - uid: 14419 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 2 + - uid: 14420 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 14421 + components: + - type: Transform + pos: -7.5,-55.5 + parent: 2 + - uid: 14423 + components: + - type: Transform + pos: -5.5,-52.5 + parent: 2 + - uid: 14424 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 14427 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 14431 + components: + - type: Transform + pos: -14.5,14.5 + parent: 2 + - uid: 14432 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 14433 + components: + - type: Transform + pos: -12.5,14.5 + parent: 2 + - uid: 14438 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 14439 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - uid: 14440 + components: + - type: Transform + pos: -44.5,-37.5 + parent: 2 + - uid: 14442 + components: + - type: Transform + pos: -12.5,11.5 + parent: 2 + - uid: 14456 + components: + - type: Transform + pos: -21.5,16.5 + parent: 2 + - uid: 14470 + components: + - type: Transform + pos: -29.5,4.5 + parent: 2 + - uid: 14472 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 14519 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 14520 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 14521 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 14522 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 + - uid: 14529 + components: + - type: Transform + pos: -3.5,11.5 + parent: 2 + - uid: 14533 + components: + - type: Transform + pos: -44.5,-39.5 + parent: 2 + - uid: 14537 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 2 + - uid: 14538 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 2 + - uid: 14569 + components: + - type: Transform + pos: -7.5,-53.5 + parent: 2 + - uid: 14571 + components: + - type: Transform + pos: -20.5,17.5 + parent: 2 + - uid: 14614 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 + - uid: 14615 + components: + - type: Transform + pos: -28.5,2.5 + parent: 2 + - uid: 14784 + components: + - type: Transform + pos: 16.5,11.5 + parent: 2 + - uid: 14786 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 + - uid: 14787 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 14795 + components: + - type: Transform + pos: -7.5,-54.5 + parent: 2 + - uid: 14799 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 2 + - uid: 14804 + components: + - type: Transform + pos: -25.5,15.5 + parent: 2 + - uid: 14831 + components: + - type: Transform + pos: -0.5,13.5 + parent: 2 + - uid: 14834 + components: + - type: Transform + pos: -23.5,16.5 + parent: 2 + - uid: 14837 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 + - uid: 14848 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 2 + - uid: 14856 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 2 + - uid: 14954 + components: + - type: Transform + pos: 46.5,-39.5 + parent: 2 + - uid: 15013 + components: + - type: Transform + pos: -25.5,16.5 + parent: 2 + - uid: 15032 + components: + - type: Transform + pos: -21.5,9.5 + parent: 2 + - uid: 15178 + components: + - type: Transform + pos: 44.5,-39.5 + parent: 2 + - uid: 15266 + components: + - type: Transform + pos: 48.5,-29.5 + parent: 2 + - uid: 15267 + components: + - type: Transform + pos: 48.5,-30.5 + parent: 2 + - uid: 15268 + components: + - type: Transform + pos: 48.5,-31.5 + parent: 2 + - uid: 15303 + components: + - type: Transform + pos: -41.5,-37.5 + parent: 2 + - uid: 15336 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 + - uid: 15350 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 2 + - uid: 15374 + components: + - type: Transform + pos: 38.5,-14.5 + parent: 2 + - uid: 15487 + components: + - type: Transform + pos: 30.5,-36.5 + parent: 2 + - uid: 15488 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 15489 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 2 + - uid: 15490 + components: + - type: Transform + pos: 16.5,-22.5 + parent: 2 + - uid: 15491 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 2 + - uid: 15492 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 + - uid: 15493 + components: + - type: Transform + pos: 13.5,-22.5 + parent: 2 + - uid: 15494 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 2 + - uid: 15495 + components: + - type: Transform + pos: 11.5,-22.5 + parent: 2 + - uid: 15496 + components: + - type: Transform + pos: 10.5,-22.5 + parent: 2 + - uid: 15497 + components: + - type: Transform + pos: 10.5,-23.5 + parent: 2 + - uid: 15498 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 + - uid: 15499 + components: + - type: Transform + pos: 10.5,-25.5 + parent: 2 + - uid: 15500 + components: + - type: Transform + pos: 10.5,-26.5 + parent: 2 + - uid: 15501 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 2 + - uid: 15502 + components: + - type: Transform + pos: 10.5,-28.5 + parent: 2 + - uid: 15503 + components: + - type: Transform + pos: 15.5,-23.5 + parent: 2 + - uid: 15504 + components: + - type: Transform + pos: 15.5,-24.5 + parent: 2 + - uid: 15505 + components: + - type: Transform + pos: 15.5,-25.5 + parent: 2 + - uid: 15506 + components: + - type: Transform + pos: 15.5,-26.5 + parent: 2 + - uid: 15507 + components: + - type: Transform + pos: 17.5,-21.5 + parent: 2 + - uid: 15508 + components: + - type: Transform + pos: 18.5,-21.5 + parent: 2 + - uid: 15509 + components: + - type: Transform + pos: 19.5,-21.5 + parent: 2 + - uid: 15510 + components: + - type: Transform + pos: 20.5,-21.5 + parent: 2 + - uid: 15511 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - uid: 15512 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 2 + - uid: 15513 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 2 + - uid: 15517 + components: + - type: Transform + pos: 38.5,-19.5 + parent: 2 + - uid: 15518 + components: + - type: Transform + pos: 38.5,-20.5 + parent: 2 + - uid: 15519 + components: + - type: Transform + pos: 38.5,-21.5 + parent: 2 + - uid: 15520 + components: + - type: Transform + pos: 39.5,-21.5 + parent: 2 + - uid: 15521 + components: + - type: Transform + pos: 40.5,-21.5 + parent: 2 + - uid: 15522 + components: + - type: Transform + pos: 41.5,-21.5 + parent: 2 + - uid: 15523 + components: + - type: Transform + pos: 37.5,-21.5 + parent: 2 + - uid: 15524 + components: + - type: Transform + pos: 36.5,-21.5 + parent: 2 + - uid: 15525 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 2 + - uid: 15526 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 2 + - uid: 15527 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 2 + - uid: 15528 + components: + - type: Transform + pos: 31.5,-21.5 + parent: 2 + - uid: 15529 + components: + - type: Transform + pos: 30.5,-21.5 + parent: 2 + - uid: 15530 + components: + - type: Transform + pos: 29.5,-21.5 + parent: 2 + - uid: 15531 + components: + - type: Transform + pos: 28.5,-21.5 + parent: 2 + - uid: 15532 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 2 + - uid: 15533 + components: + - type: Transform + pos: 27.5,-21.5 + parent: 2 + - uid: 15534 + components: + - type: Transform + pos: 13.5,-34.5 + parent: 2 + - uid: 15535 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 2 + - uid: 15536 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 2 + - uid: 15537 + components: + - type: Transform + pos: 14.5,-32.5 + parent: 2 + - uid: 15538 + components: + - type: Transform + pos: 15.5,-32.5 + parent: 2 + - uid: 15539 + components: + - type: Transform + pos: 16.5,-32.5 + parent: 2 + - uid: 15540 + components: + - type: Transform + pos: 16.5,-31.5 + parent: 2 + - uid: 15541 + components: + - type: Transform + pos: 16.5,-30.5 + parent: 2 + - uid: 15542 + components: + - type: Transform + pos: 16.5,-29.5 + parent: 2 + - uid: 15543 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 2 + - uid: 15544 + components: + - type: Transform + pos: 11.5,-32.5 + parent: 2 + - uid: 15545 + components: + - type: Transform + pos: 10.5,-32.5 + parent: 2 + - uid: 15546 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 2 + - uid: 15547 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 + - uid: 15548 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 + - uid: 15549 + components: + - type: Transform + pos: 10.5,-36.5 + parent: 2 + - uid: 15550 + components: + - type: Transform + pos: 10.5,-37.5 + parent: 2 + - uid: 15551 + components: + - type: Transform + pos: 10.5,-38.5 + parent: 2 + - uid: 15552 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 2 + - uid: 15553 + components: + - type: Transform + pos: 10.5,-40.5 + parent: 2 + - uid: 15554 + components: + - type: Transform + pos: 10.5,-41.5 + parent: 2 + - uid: 15555 + components: + - type: Transform + pos: 10.5,-42.5 + parent: 2 + - uid: 15556 + components: + - type: Transform + pos: 10.5,-43.5 + parent: 2 + - uid: 15557 + components: + - type: Transform + pos: 10.5,-44.5 + parent: 2 + - uid: 15558 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 + - uid: 15559 + components: + - type: Transform + pos: 18.5,-41.5 + parent: 2 + - uid: 15560 + components: + - type: Transform + pos: 18.5,-42.5 + parent: 2 + - uid: 15561 + components: + - type: Transform + pos: 18.5,-43.5 + parent: 2 + - uid: 15562 + components: + - type: Transform + pos: 17.5,-43.5 + parent: 2 + - uid: 15563 + components: + - type: Transform + pos: 16.5,-43.5 + parent: 2 + - uid: 15564 + components: + - type: Transform + pos: 15.5,-43.5 + parent: 2 + - uid: 15565 + components: + - type: Transform + pos: 14.5,-43.5 + parent: 2 + - uid: 15569 + components: + - type: Transform + pos: 14.5,-47.5 + parent: 2 + - uid: 15573 + components: + - type: Transform + pos: 18.5,-47.5 + parent: 2 + - uid: 15575 + components: + - type: Transform + pos: 19.5,-48.5 + parent: 2 + - uid: 15576 + components: + - type: Transform + pos: 20.5,-48.5 + parent: 2 + - uid: 15577 + components: + - type: Transform + pos: 18.5,-40.5 + parent: 2 + - uid: 15578 + components: + - type: Transform + pos: 18.5,-39.5 + parent: 2 + - uid: 15579 + components: + - type: Transform + pos: 18.5,-38.5 + parent: 2 + - uid: 15580 + components: + - type: Transform + pos: 18.5,-37.5 + parent: 2 + - uid: 15581 + components: + - type: Transform + pos: 18.5,-36.5 + parent: 2 + - uid: 15582 + components: + - type: Transform + pos: 19.5,-36.5 + parent: 2 + - uid: 15583 + components: + - type: Transform + pos: 20.5,-36.5 + parent: 2 + - uid: 15584 + components: + - type: Transform + pos: 21.5,-36.5 + parent: 2 + - uid: 15585 + components: + - type: Transform + pos: 17.5,-38.5 + parent: 2 + - uid: 15586 + components: + - type: Transform + pos: 16.5,-38.5 + parent: 2 + - uid: 15587 + components: + - type: Transform + pos: 15.5,-38.5 + parent: 2 + - uid: 15588 + components: + - type: Transform + pos: 14.5,-38.5 + parent: 2 + - uid: 15589 + components: + - type: Transform + pos: 14.5,-37.5 + parent: 2 + - uid: 15590 + components: + - type: Transform + pos: 14.5,-36.5 + parent: 2 + - uid: 15591 + components: + - type: Transform + pos: 10.5,-29.5 + parent: 2 + - uid: 15592 + components: + - type: Transform + pos: 10.5,-30.5 + parent: 2 + - uid: 15593 + components: + - type: Transform + pos: 9.5,-30.5 + parent: 2 + - uid: 15594 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 15595 + components: + - type: Transform + pos: 7.5,-30.5 + parent: 2 + - uid: 15596 + components: + - type: Transform + pos: 7.5,-28.5 + parent: 2 + - uid: 15597 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 15598 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 + - uid: 15599 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - uid: 15600 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - uid: 15601 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 15602 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 2 + - uid: 15603 + components: + - type: Transform + pos: 8.5,-38.5 + parent: 2 + - uid: 15604 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 15605 + components: + - type: Transform + pos: 9.5,-42.5 + parent: 2 + - uid: 15606 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - uid: 15607 + components: + - type: Transform + pos: 7.5,-42.5 + parent: 2 + - uid: 15608 + components: + - type: Transform + pos: 9.5,-44.5 + parent: 2 + - uid: 15609 + components: + - type: Transform + pos: 8.5,-44.5 + parent: 2 + - uid: 15610 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 + - uid: 15611 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 + - uid: 15612 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 15613 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 2 + - uid: 15614 + components: + - type: Transform + pos: 6.5,-42.5 + parent: 2 + - uid: 15615 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 2 + - uid: 15623 + components: + - type: Transform + pos: 30.5,-37.5 + parent: 2 + - uid: 15627 + components: + - type: Transform + pos: 28.5,-37.5 + parent: 2 + - uid: 15637 + components: + - type: Transform + pos: 28.5,-38.5 + parent: 2 + - uid: 15642 + components: + - type: Transform + pos: 28.5,-39.5 + parent: 2 + - uid: 15643 + components: + - type: Transform + pos: 31.5,-37.5 + parent: 2 + - uid: 15662 + components: + - type: Transform + pos: 32.5,-37.5 + parent: 2 + - uid: 15671 + components: + - type: Transform + pos: 33.5,-37.5 + parent: 2 + - uid: 15689 + components: + - type: Transform + pos: 34.5,-37.5 + parent: 2 + - uid: 15690 + components: + - type: Transform + pos: 35.5,-37.5 + parent: 2 + - uid: 15694 + components: + - type: Transform + pos: 45.5,-37.5 + parent: 2 + - uid: 15695 + components: + - type: Transform + pos: 45.5,-38.5 + parent: 2 + - uid: 15696 + components: + - type: Transform + pos: 45.5,-39.5 + parent: 2 + - uid: 15762 + components: + - type: Transform + pos: 36.5,-37.5 + parent: 2 + - uid: 15763 + components: + - type: Transform + pos: 37.5,-37.5 + parent: 2 + - uid: 15777 + components: + - type: Transform + pos: 38.5,-37.5 + parent: 2 + - uid: 15779 + components: + - type: Transform + pos: 39.5,-37.5 + parent: 2 + - uid: 15790 + components: + - type: Transform + pos: 38.5,-35.5 + parent: 2 + - uid: 15825 + components: + - type: Transform + pos: 38.5,-36.5 + parent: 2 + - uid: 15829 + components: + - type: Transform + pos: 40.5,-37.5 + parent: 2 + - uid: 15853 + components: + - type: Transform + pos: -14.5,-50.5 + parent: 2 + - uid: 15894 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 15939 + components: + - type: Transform + pos: -19.5,17.5 + parent: 2 + - uid: 15992 + components: + - type: Transform + pos: -14.5,-48.5 + parent: 2 + - uid: 16031 + components: + - type: Transform + pos: -15.5,11.5 + parent: 2 + - uid: 16032 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 16064 + components: + - type: Transform + pos: -13.5,15.5 + parent: 2 + - uid: 16065 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 16067 + components: + - type: Transform + pos: -13.5,12.5 + parent: 2 + - uid: 16069 + components: + - type: Transform + pos: -13.5,16.5 + parent: 2 + - uid: 16073 + components: + - type: Transform + pos: -15.5,9.5 + parent: 2 + - uid: 16074 + components: + - type: Transform + pos: -13.5,14.5 + parent: 2 + - uid: 16075 + components: + - type: Transform + pos: -13.5,13.5 + parent: 2 + - uid: 16078 + components: + - type: Transform + pos: 12.5,-55.5 + parent: 2 + - uid: 16079 + components: + - type: Transform + pos: 13.5,-55.5 + parent: 2 + - uid: 16080 + components: + - type: Transform + pos: 14.5,-55.5 + parent: 2 + - uid: 16081 + components: + - type: Transform + pos: 15.5,-55.5 + parent: 2 + - uid: 16082 + components: + - type: Transform + pos: 16.5,-55.5 + parent: 2 + - uid: 16083 + components: + - type: Transform + pos: 17.5,-55.5 + parent: 2 + - uid: 16084 + components: + - type: Transform + pos: 17.5,-56.5 + parent: 2 + - uid: 16085 + components: + - type: Transform + pos: 18.5,-56.5 + parent: 2 + - uid: 16086 + components: + - type: Transform + pos: 19.5,-56.5 + parent: 2 + - uid: 16087 + components: + - type: Transform + pos: -14.5,11.5 + parent: 2 + - uid: 16088 + components: + - type: Transform + pos: 27.5,-55.5 + parent: 2 + - uid: 16089 + components: + - type: Transform + pos: 26.5,-55.5 + parent: 2 + - uid: 16090 + components: + - type: Transform + pos: 25.5,-55.5 + parent: 2 + - uid: 16091 + components: + - type: Transform + pos: 24.5,-55.5 + parent: 2 + - uid: 16092 + components: + - type: Transform + pos: 24.5,-56.5 + parent: 2 + - uid: 16093 + components: + - type: Transform + pos: 23.5,-56.5 + parent: 2 + - uid: 16094 + components: + - type: Transform + pos: 22.5,-56.5 + parent: 2 + - uid: 16104 + components: + - type: Transform + pos: 29.5,-28.5 + parent: 2 + - uid: 16108 + components: + - type: Transform + pos: 29.5,-29.5 + parent: 2 + - uid: 16109 + components: + - type: Transform + pos: 29.5,-30.5 + parent: 2 + - uid: 16110 + components: + - type: Transform + pos: 29.5,-31.5 + parent: 2 + - uid: 16112 + components: + - type: Transform + pos: -32.5,12.5 + parent: 2 + - uid: 16193 + components: + - type: Transform + pos: 30.5,-31.5 + parent: 2 + - uid: 16205 + components: + - type: Transform + pos: 61.5,-54.5 + parent: 2 + - uid: 16207 + components: + - type: Transform + pos: 62.5,-54.5 + parent: 2 + - uid: 16539 + components: + - type: Transform + pos: -66.5,-11.5 + parent: 2 + - uid: 16540 + components: + - type: Transform + pos: -66.5,-12.5 + parent: 2 + - uid: 16541 + components: + - type: Transform + pos: -65.5,-12.5 + parent: 2 + - uid: 16542 + components: + - type: Transform + pos: -65.5,-11.5 + parent: 2 + - uid: 16543 + components: + - type: Transform + pos: -65.5,-10.5 + parent: 2 + - uid: 16544 + components: + - type: Transform + pos: -66.5,-10.5 + parent: 2 + - uid: 16545 + components: + - type: Transform + pos: -67.5,-10.5 + parent: 2 + - uid: 16546 + components: + - type: Transform + pos: -68.5,-10.5 + parent: 2 + - uid: 16547 + components: + - type: Transform + pos: -69.5,-10.5 + parent: 2 + - uid: 16548 + components: + - type: Transform + pos: -69.5,-11.5 + parent: 2 + - uid: 16549 + components: + - type: Transform + pos: -69.5,-12.5 + parent: 2 + - uid: 16550 + components: + - type: Transform + pos: -69.5,-13.5 + parent: 2 + - uid: 16551 + components: + - type: Transform + pos: -69.5,-14.5 + parent: 2 + - uid: 16552 + components: + - type: Transform + pos: -68.5,-14.5 + parent: 2 + - uid: 16553 + components: + - type: Transform + pos: -67.5,-14.5 + parent: 2 + - uid: 16554 + components: + - type: Transform + pos: -66.5,-14.5 + parent: 2 + - uid: 16555 + components: + - type: Transform + pos: -65.5,-14.5 + parent: 2 + - uid: 16556 + components: + - type: Transform + pos: -65.5,-13.5 + parent: 2 + - uid: 16557 + components: + - type: Transform + pos: -63.5,-14.5 + parent: 2 + - uid: 16558 + components: + - type: Transform + pos: -63.5,-15.5 + parent: 2 + - uid: 16559 + components: + - type: Transform + pos: -62.5,-15.5 + parent: 2 + - uid: 16560 + components: + - type: Transform + pos: -61.5,-15.5 + parent: 2 + - uid: 16561 + components: + - type: Transform + pos: -63.5,-13.5 + parent: 2 + - uid: 16562 + components: + - type: Transform + pos: -63.5,-12.5 + parent: 2 + - uid: 16563 + components: + - type: Transform + pos: -62.5,-12.5 + parent: 2 + - uid: 16564 + components: + - type: Transform + pos: -61.5,-12.5 + parent: 2 + - uid: 16565 + components: + - type: Transform + pos: -62.5,-11.5 + parent: 2 + - uid: 16566 + components: + - type: Transform + pos: -62.5,-10.5 + parent: 2 + - uid: 16567 + components: + - type: Transform + pos: -62.5,-9.5 + parent: 2 + - uid: 16568 + components: + - type: Transform + pos: -61.5,-9.5 + parent: 2 + - uid: 16569 + components: + - type: Transform + pos: -60.5,-12.5 + parent: 2 + - uid: 16570 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 2 + - uid: 16572 + components: + - type: Transform + pos: -56.5,-11.5 + parent: 2 + - uid: 16573 + components: + - type: Transform + pos: -56.5,-12.5 + parent: 2 + - uid: 16574 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - uid: 16575 + components: + - type: Transform + pos: -54.5,-12.5 + parent: 2 + - uid: 16576 + components: + - type: Transform + pos: -53.5,-12.5 + parent: 2 + - uid: 16577 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 + - uid: 16578 + components: + - type: Transform + pos: -55.5,-11.5 + parent: 2 + - uid: 16644 + components: + - type: Transform + pos: 31.5,-31.5 + parent: 2 + - uid: 16647 + components: + - type: Transform + pos: 21.5,-43.5 + parent: 2 + - uid: 16648 + components: + - type: Transform + pos: 19.5,-43.5 + parent: 2 + - uid: 16652 + components: + - type: Transform + pos: 20.5,-43.5 + parent: 2 + - uid: 16654 + components: + - type: Transform + pos: 22.5,-43.5 + parent: 2 + - uid: 16655 + components: + - type: Transform + pos: 22.5,-41.5 + parent: 2 + - uid: 16656 + components: + - type: Transform + pos: 32.5,-31.5 + parent: 2 + - uid: 16657 + components: + - type: Transform + pos: -19.5,-57.5 + parent: 2 + - uid: 16671 + components: + - type: Transform + pos: 33.5,-31.5 + parent: 2 + - uid: 16716 + components: + - type: Transform + pos: 34.5,-31.5 + parent: 2 + - uid: 16765 + components: + - type: Transform + pos: 35.5,-31.5 + parent: 2 + - uid: 16774 + components: + - type: Transform + pos: 36.5,-31.5 + parent: 2 + - uid: 16779 + components: + - type: Transform + pos: 37.5,-31.5 + parent: 2 + - uid: 16781 + components: + - type: Transform + pos: -12.5,-63.5 + parent: 2 + - uid: 16782 + components: + - type: Transform + pos: -12.5,-64.5 + parent: 2 + - uid: 16791 + components: + - type: Transform + pos: 29.5,-27.5 + parent: 2 + - uid: 16793 + components: + - type: Transform + pos: 29.5,-26.5 + parent: 2 + - uid: 16794 + components: + - type: Transform + pos: 29.5,-25.5 + parent: 2 + - uid: 16800 + components: + - type: Transform + pos: -12.5,-65.5 + parent: 2 + - uid: 16802 + components: + - type: Transform + pos: -19.5,-58.5 + parent: 2 + - uid: 16803 + components: + - type: Transform + pos: -20.5,-58.5 + parent: 2 + - uid: 16804 + components: + - type: Transform + pos: -21.5,-58.5 + parent: 2 + - uid: 16805 + components: + - type: Transform + pos: -21.5,-59.5 + parent: 2 + - uid: 16806 + components: + - type: Transform + pos: -21.5,-60.5 + parent: 2 + - uid: 16807 + components: + - type: Transform + pos: -21.5,-61.5 + parent: 2 + - uid: 16808 + components: + - type: Transform + pos: -21.5,-62.5 + parent: 2 + - uid: 16809 + components: + - type: Transform + pos: -22.5,-63.5 + parent: 2 + - uid: 16810 + components: + - type: Transform + pos: -21.5,-63.5 + parent: 2 + - uid: 16811 + components: + - type: Transform + pos: -20.5,-63.5 + parent: 2 + - uid: 16812 + components: + - type: Transform + pos: -19.5,-63.5 + parent: 2 + - uid: 16813 + components: + - type: Transform + pos: -18.5,-63.5 + parent: 2 + - uid: 16814 + components: + - type: Transform + pos: -17.5,-63.5 + parent: 2 + - uid: 16815 + components: + - type: Transform + pos: -16.5,-63.5 + parent: 2 + - uid: 16816 + components: + - type: Transform + pos: -14.5,-63.5 + parent: 2 + - uid: 16817 + components: + - type: Transform + pos: -13.5,-63.5 + parent: 2 + - uid: 16819 + components: + - type: Transform + pos: -15.5,-63.5 + parent: 2 + - uid: 16821 + components: + - type: Transform + pos: -11.5,-65.5 + parent: 2 + - uid: 16822 + components: + - type: Transform + pos: -22.5,-62.5 + parent: 2 + - uid: 16823 + components: + - type: Transform + pos: -23.5,-62.5 + parent: 2 + - uid: 16824 + components: + - type: Transform + pos: -24.5,-62.5 + parent: 2 + - uid: 16825 + components: + - type: Transform + pos: -25.5,-62.5 + parent: 2 + - uid: 16826 + components: + - type: Transform + pos: -26.5,-62.5 + parent: 2 + - uid: 16831 + components: + - type: Transform + pos: 28.5,-25.5 + parent: 2 + - uid: 16985 + components: + - type: Transform + pos: 27.5,-25.5 + parent: 2 + - uid: 17021 + components: + - type: Transform + pos: 26.5,-25.5 + parent: 2 + - uid: 17025 + components: + - type: Transform + pos: 25.5,-25.5 + parent: 2 + - uid: 17149 + components: + - type: Transform + pos: -38.5,-54.5 + parent: 2 + - uid: 17151 + components: + - type: Transform + pos: -37.5,-54.5 + parent: 2 + - uid: 17152 + components: + - type: Transform + pos: -37.5,-55.5 + parent: 2 + - uid: 17153 + components: + - type: Transform + pos: -37.5,-56.5 + parent: 2 + - uid: 17154 + components: + - type: Transform + pos: -37.5,-57.5 + parent: 2 + - uid: 17206 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 17207 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 17208 + components: + - type: Transform + pos: -6.5,4.5 + parent: 2 + - uid: 17209 + components: + - type: Transform + pos: -6.5,5.5 + parent: 2 + - uid: 17210 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 17211 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 17212 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 17213 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 17214 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 17215 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 17216 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 17218 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 17219 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 17220 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 17221 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 17222 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 17223 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 17224 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 17225 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 17226 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 17227 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 17228 + components: + - type: Transform + pos: 4.5,6.5 + parent: 2 + - uid: 17229 + components: + - type: Transform + pos: 3.5,6.5 + parent: 2 + - uid: 17230 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 17231 + components: + - type: Transform + pos: 0.5,7.5 + parent: 2 + - uid: 17232 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 17233 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 17234 + components: + - type: Transform + pos: -5.5,7.5 + parent: 2 + - uid: 17235 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - uid: 17236 + components: + - type: Transform + pos: -6.5,7.5 + parent: 2 + - uid: 17237 + components: + - type: Transform + pos: -4.5,7.5 + parent: 2 + - uid: 17238 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 17239 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 17240 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - uid: 17241 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 17243 + components: + - type: Transform + pos: -2.5,6.5 + parent: 2 + - uid: 17244 + components: + - type: Transform + pos: -6.5,6.5 + parent: 2 + - uid: 17320 + components: + - type: Transform + pos: -5.5,24.5 + parent: 2 + - uid: 17497 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 17498 + components: + - type: Transform + pos: 28.5,-32.5 + parent: 2 + - uid: 17499 + components: + - type: Transform + pos: 28.5,-33.5 + parent: 2 + - uid: 17500 + components: + - type: Transform + pos: 28.5,-34.5 + parent: 2 + - uid: 17501 + components: + - type: Transform + pos: 28.5,-35.5 + parent: 2 + - uid: 17502 + components: + - type: Transform + pos: 28.5,-36.5 + parent: 2 + - uid: 17503 + components: + - type: Transform + pos: 29.5,-34.5 + parent: 2 + - uid: 17504 + components: + - type: Transform + pos: 30.5,-34.5 + parent: 2 + - uid: 17505 + components: + - type: Transform + pos: 31.5,-34.5 + parent: 2 + - uid: 17506 + components: + - type: Transform + pos: 31.5,-35.5 + parent: 2 + - uid: 17507 + components: + - type: Transform + pos: 32.5,-35.5 + parent: 2 + - uid: 17508 + components: + - type: Transform + pos: 33.5,-35.5 + parent: 2 + - uid: 17509 + components: + - type: Transform + pos: 33.5,-34.5 + parent: 2 + - uid: 17514 + components: + - type: Transform + pos: 33.5,-33.5 + parent: 2 + - uid: 17515 + components: + - type: Transform + pos: 32.5,-33.5 + parent: 2 + - uid: 17518 + components: + - type: Transform + pos: 31.5,-33.5 + parent: 2 + - uid: 17567 + components: + - type: Transform + pos: 30.5,-77.5 + parent: 2 + - uid: 17599 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 + - uid: 17600 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 2 + - uid: 17601 + components: + - type: Transform + pos: -11.5,-37.5 + parent: 2 + - uid: 17602 + components: + - type: Transform + pos: -10.5,-37.5 + parent: 2 + - uid: 17603 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 + - uid: 17604 + components: + - type: Transform + pos: -8.5,-37.5 + parent: 2 + - uid: 17605 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 + - uid: 17606 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 + - uid: 17613 + components: + - type: Transform + pos: 30.5,-78.5 + parent: 2 + - uid: 17614 + components: + - type: Transform + pos: 29.5,-78.5 + parent: 2 + - uid: 17634 + components: + - type: Transform + pos: 29.5,-79.5 + parent: 2 + - uid: 17637 + components: + - type: Transform + pos: 29.5,-80.5 + parent: 2 + - uid: 17639 + components: + - type: Transform + pos: 30.5,-80.5 + parent: 2 + - uid: 17645 + components: + - type: Transform + pos: 31.5,-80.5 + parent: 2 + - uid: 17646 + components: + - type: Transform + pos: 31.5,-79.5 + parent: 2 + - uid: 17654 + components: + - type: Transform + pos: 31.5,-78.5 + parent: 2 + - uid: 17660 + components: + - type: Transform + pos: 30.5,-76.5 + parent: 2 + - uid: 17662 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 17663 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 17664 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 17665 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 17666 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 17667 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - uid: 17668 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 17669 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - uid: 17670 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 2 + - uid: 17671 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - uid: 17672 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 17673 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 17674 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 + - uid: 17675 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 17676 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 2 + - uid: 17677 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 17678 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 2 + - uid: 17679 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 + - uid: 17680 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 17681 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 + - uid: 17682 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 17687 + components: + - type: Transform + pos: 30.5,-75.5 + parent: 2 + - uid: 17688 + components: + - type: Transform + pos: 30.5,-74.5 + parent: 2 + - uid: 17689 + components: + - type: Transform + pos: 30.5,-73.5 + parent: 2 + - uid: 17690 + components: + - type: Transform + pos: 30.5,-72.5 + parent: 2 + - uid: 17691 + components: + - type: Transform + pos: 30.5,-71.5 + parent: 2 + - uid: 17692 + components: + - type: Transform + pos: 30.5,-70.5 + parent: 2 + - uid: 17693 + components: + - type: Transform + pos: 30.5,-69.5 + parent: 2 + - uid: 17694 + components: + - type: Transform + pos: 30.5,-68.5 + parent: 2 + - uid: 17695 + components: + - type: Transform + pos: 30.5,-67.5 + parent: 2 + - uid: 17835 + components: + - type: Transform + pos: 52.5,-51.5 + parent: 2 + - uid: 17873 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 2 + - uid: 17974 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - uid: 17977 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 17995 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - uid: 18029 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 2 + - uid: 18030 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 2 + - uid: 18031 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - uid: 18032 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - uid: 18033 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 2 + - uid: 18034 + components: + - type: Transform + pos: -15.5,-4.5 + parent: 2 + - uid: 18035 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 2 + - uid: 18036 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - uid: 18037 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 2 + - uid: 18038 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - uid: 18039 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 2 + - uid: 18040 + components: + - type: Transform + pos: -16.5,-8.5 + parent: 2 + - uid: 18041 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - uid: 18042 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 18043 + components: + - type: Transform + pos: -16.5,-11.5 + parent: 2 + - uid: 18044 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 18045 + components: + - type: Transform + pos: -16.5,-13.5 + parent: 2 + - uid: 18046 + components: + - type: Transform + pos: -16.5,-14.5 + parent: 2 + - uid: 18064 + components: + - type: Transform + pos: 23.5,11.5 + parent: 2 + - uid: 18067 + components: + - type: Transform + pos: 22.5,11.5 + parent: 2 + - uid: 18068 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - uid: 18069 + components: + - type: Transform + pos: 20.5,11.5 + parent: 2 + - uid: 18070 + components: + - type: Transform + pos: 20.5,12.5 + parent: 2 + - uid: 18071 + components: + - type: Transform + pos: 20.5,13.5 + parent: 2 + - uid: 18072 + components: + - type: Transform + pos: 20.5,10.5 + parent: 2 + - uid: 18081 + components: + - type: Transform + pos: 44.5,11.5 + parent: 2 + - uid: 18082 + components: + - type: Transform + pos: 45.5,11.5 + parent: 2 + - uid: 18083 + components: + - type: Transform + pos: 46.5,11.5 + parent: 2 + - uid: 18084 + components: + - type: Transform + pos: 47.5,11.5 + parent: 2 + - uid: 18085 + components: + - type: Transform + pos: 44.5,10.5 + parent: 2 + - uid: 18086 + components: + - type: Transform + pos: 46.5,8.5 + parent: 2 + - uid: 18087 + components: + - type: Transform + pos: 47.5,8.5 + parent: 2 + - uid: 18088 + components: + - type: Transform + pos: 48.5,11.5 + parent: 2 + - uid: 18089 + components: + - type: Transform + pos: 48.5,8.5 + parent: 2 + - uid: 18193 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - uid: 18454 + components: + - type: Transform + pos: 58.5,-52.5 + parent: 2 + - uid: 18554 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 18555 + components: + - type: Transform + pos: -2.5,9.5 + parent: 2 + - uid: 18556 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 18557 + components: + - type: Transform + pos: -3.5,9.5 + parent: 2 + - uid: 18562 + components: + - type: Transform + pos: -3.5,10.5 + parent: 2 + - uid: 18565 + components: + - type: Transform + pos: -5.5,9.5 + parent: 2 + - uid: 18614 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 + - uid: 18646 + components: + - type: Transform + pos: 44.5,-55.5 + parent: 2 + - uid: 18648 + components: + - type: Transform + pos: 54.5,-52.5 + parent: 2 + - uid: 18651 + components: + - type: Transform + pos: 55.5,-52.5 + parent: 2 + - uid: 18653 + components: + - type: Transform + pos: 56.5,-52.5 + parent: 2 + - uid: 18664 + components: + - type: Transform + pos: 44.5,-56.5 + parent: 2 + - uid: 18665 + components: + - type: Transform + pos: 44.5,-57.5 + parent: 2 + - uid: 18667 + components: + - type: Transform + pos: 39.5,-68.5 + parent: 2 + - uid: 18671 + components: + - type: Transform + pos: 45.5,-58.5 + parent: 2 + - uid: 18672 + components: + - type: Transform + pos: 43.5,-57.5 + parent: 2 + - uid: 18673 + components: + - type: Transform + pos: 46.5,-63.5 + parent: 2 + - uid: 18674 + components: + - type: Transform + pos: 45.5,-63.5 + parent: 2 + - uid: 18675 + components: + - type: Transform + pos: 44.5,-63.5 + parent: 2 + - uid: 18676 + components: + - type: Transform + pos: 45.5,-62.5 + parent: 2 + - uid: 18677 + components: + - type: Transform + pos: 45.5,-61.5 + parent: 2 + - uid: 18678 + components: + - type: Transform + pos: 45.5,-60.5 + parent: 2 + - uid: 18679 + components: + - type: Transform + pos: 45.5,-59.5 + parent: 2 + - uid: 18680 + components: + - type: Transform + pos: 42.5,-57.5 + parent: 2 + - uid: 18681 + components: + - type: Transform + pos: 45.5,-57.5 + parent: 2 + - uid: 18682 + components: + - type: Transform + pos: 46.5,-57.5 + parent: 2 + - uid: 18683 + components: + - type: Transform + pos: 48.5,-57.5 + parent: 2 + - uid: 18684 + components: + - type: Transform + pos: 47.5,-57.5 + parent: 2 + - uid: 18685 + components: + - type: Transform + pos: 39.5,-66.5 + parent: 2 + - uid: 18686 + components: + - type: Transform + pos: 39.5,-67.5 + parent: 2 + - uid: 18687 + components: + - type: Transform + pos: 40.5,-66.5 + parent: 2 + - uid: 18688 + components: + - type: Transform + pos: 38.5,-66.5 + parent: 2 + - uid: 18689 + components: + - type: Transform + pos: 39.5,-65.5 + parent: 2 + - uid: 18690 + components: + - type: Transform + pos: 39.5,-64.5 + parent: 2 + - uid: 18691 + components: + - type: Transform + pos: 39.5,-63.5 + parent: 2 + - uid: 18692 + components: + - type: Transform + pos: 39.5,-62.5 + parent: 2 + - uid: 18693 + components: + - type: Transform + pos: 39.5,-61.5 + parent: 2 + - uid: 18694 + components: + - type: Transform + pos: 39.5,-60.5 + parent: 2 + - uid: 18695 + components: + - type: Transform + pos: 39.5,-59.5 + parent: 2 + - uid: 18696 + components: + - type: Transform + pos: 39.5,-58.5 + parent: 2 + - uid: 18697 + components: + - type: Transform + pos: 39.5,-57.5 + parent: 2 + - uid: 18698 + components: + - type: Transform + pos: 40.5,-57.5 + parent: 2 + - uid: 18699 + components: + - type: Transform + pos: 41.5,-57.5 + parent: 2 + - uid: 18700 + components: + - type: Transform + pos: 49.5,-57.5 + parent: 2 + - uid: 18701 + components: + - type: Transform + pos: 50.5,-57.5 + parent: 2 + - uid: 18702 + components: + - type: Transform + pos: 51.5,-57.5 + parent: 2 + - uid: 18703 + components: + - type: Transform + pos: 51.5,-58.5 + parent: 2 + - uid: 18704 + components: + - type: Transform + pos: 51.5,-59.5 + parent: 2 + - uid: 18705 + components: + - type: Transform + pos: 51.5,-61.5 + parent: 2 + - uid: 18706 + components: + - type: Transform + pos: 51.5,-62.5 + parent: 2 + - uid: 18707 + components: + - type: Transform + pos: 51.5,-63.5 + parent: 2 + - uid: 18708 + components: + - type: Transform + pos: 51.5,-60.5 + parent: 2 + - uid: 18709 + components: + - type: Transform + pos: 49.5,-36.5 + parent: 2 + - uid: 18710 + components: + - type: Transform + pos: 50.5,-36.5 + parent: 2 + - uid: 18711 + components: + - type: Transform + pos: 51.5,-36.5 + parent: 2 + - uid: 18713 + components: + - type: Transform + pos: 51.5,-37.5 + parent: 2 + - uid: 18714 + components: + - type: Transform + pos: 51.5,-38.5 + parent: 2 + - uid: 18715 + components: + - type: Transform + pos: 51.5,-39.5 + parent: 2 + - uid: 18716 + components: + - type: Transform + pos: 52.5,-39.5 + parent: 2 + - uid: 18717 + components: + - type: Transform + pos: 53.5,-39.5 + parent: 2 + - uid: 18718 + components: + - type: Transform + pos: 54.5,-39.5 + parent: 2 + - uid: 18719 + components: + - type: Transform + pos: 55.5,-39.5 + parent: 2 + - uid: 18720 + components: + - type: Transform + pos: 55.5,-40.5 + parent: 2 + - uid: 18721 + components: + - type: Transform + pos: 51.5,-40.5 + parent: 2 + - uid: 18722 + components: + - type: Transform + pos: 56.5,-39.5 + parent: 2 + - uid: 18723 + components: + - type: Transform + pos: 57.5,-39.5 + parent: 2 + - uid: 18758 + components: + - type: Transform + pos: 60.5,-53.5 + parent: 2 + - uid: 18799 + components: + - type: Transform + pos: -28.5,-37.5 + parent: 2 + - uid: 18872 + components: + - type: Transform + pos: -43.5,-26.5 + parent: 2 + - uid: 18873 + components: + - type: Transform + pos: -43.5,-27.5 + parent: 2 + - uid: 18874 + components: + - type: Transform + pos: -42.5,-27.5 + parent: 2 + - uid: 18875 + components: + - type: Transform + pos: -39.5,-25.5 + parent: 2 + - uid: 18876 + components: + - type: Transform + pos: -40.5,-25.5 + parent: 2 + - uid: 18924 + components: + - type: Transform + pos: 4.5,-36.5 + parent: 2 + - uid: 18925 + components: + - type: Transform + pos: 5.5,-36.5 + parent: 2 + - uid: 18926 + components: + - type: Transform + pos: 3.5,-35.5 + parent: 2 + - uid: 18927 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 2 + - uid: 18928 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 2 + - uid: 18929 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 2 + - uid: 18930 + components: + - type: Transform + pos: 3.5,-31.5 + parent: 2 + - uid: 18931 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 18956 + components: + - type: Transform + pos: 48.5,-34.5 + parent: 2 + - uid: 18957 + components: + - type: Transform + pos: 48.5,-35.5 + parent: 2 + - uid: 18958 + components: + - type: Transform + pos: 48.5,-36.5 + parent: 2 + - uid: 18990 + components: + - type: Transform + pos: 13.5,-11.5 + parent: 2 + - uid: 18991 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 2 + - uid: 18992 + components: + - type: Transform + pos: 14.5,-12.5 + parent: 2 + - uid: 18993 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 + - uid: 18994 + components: + - type: Transform + pos: 16.5,-11.5 + parent: 2 + - uid: 18995 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 2 + - uid: 19012 + components: + - type: Transform + pos: 40.5,-40.5 + parent: 2 + - uid: 19013 + components: + - type: Transform + pos: 40.5,-41.5 + parent: 2 + - uid: 19014 + components: + - type: Transform + pos: 40.5,-42.5 + parent: 2 + - uid: 19015 + components: + - type: Transform + pos: 36.5,-39.5 + parent: 2 + - uid: 19017 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 2 + - uid: 19018 + components: + - type: Transform + pos: -33.5,-33.5 + parent: 2 + - uid: 19090 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 19102 + components: + - type: Transform + pos: 49.5,2.5 + parent: 2 + - uid: 19287 + components: + - type: Transform + pos: 45.5,-52.5 + parent: 2 + - uid: 19880 + components: + - type: Transform + pos: 48.5,-52.5 + parent: 2 + - uid: 20104 + components: + - type: Transform + pos: -70.5,-12.5 + parent: 2 + - uid: 20105 + components: + - type: Transform + pos: -71.5,-12.5 + parent: 2 + - uid: 20106 + components: + - type: Transform + pos: -72.5,-12.5 + parent: 2 + - uid: 20107 + components: + - type: Transform + pos: -68.5,-17.5 + parent: 2 + - uid: 20108 + components: + - type: Transform + pos: -68.5,-16.5 + parent: 2 + - uid: 20109 + components: + - type: Transform + pos: -68.5,-15.5 + parent: 2 + - uid: 20110 + components: + - type: Transform + pos: -68.5,-9.5 + parent: 2 + - uid: 20111 + components: + - type: Transform + pos: -68.5,-8.5 + parent: 2 + - uid: 20112 + components: + - type: Transform + pos: -68.5,-7.5 + parent: 2 + - uid: 20113 + components: + - type: Transform + pos: -71.5,-9.5 + parent: 2 + - uid: 20114 + components: + - type: Transform + pos: -71.5,-15.5 + parent: 2 +- proto: CableApcStack + entities: + - uid: 1898 + components: + - type: Transform + pos: -13.486356,-10.375069 + parent: 2 + - uid: 3392 + components: + - type: Transform + pos: -16.35442,-25.386759 + parent: 2 + - uid: 4347 + components: + - type: Transform + pos: 38.445034,-24.375977 + parent: 2 + - uid: 8452 + components: + - type: Transform + pos: -55.347515,-13.502788 + parent: 2 + - uid: 10655 + components: + - type: Transform + pos: -31.298944,-59.721985 + parent: 2 + - uid: 12674 + components: + - type: Transform + pos: -6.4329424,-15.015114 + parent: 2 + - uid: 13026 + components: + - type: Transform + pos: -4.0583553,-23.375748 + parent: 2 + - uid: 14674 + components: + - type: Transform + pos: 11.527697,-19.487476 + parent: 2 + - uid: 18969 + components: + - type: Transform + pos: -33.357204,4.6052375 + parent: 2 +- proto: CableApcStack10 + entities: + - uid: 8880 + components: + - type: Transform + pos: 48.56237,-11.409377 + parent: 2 + - uid: 20122 + components: + - type: Transform + pos: 15.51598,13.566172 + parent: 2 +- proto: CablecuffsBroken + entities: + - uid: 2226 + components: + - type: Transform + pos: 52.73436,-36.2627 + parent: 2 +- proto: CableHV + entities: + - uid: 5 + components: + - type: Transform + pos: -11.5,25.5 + parent: 2 + - uid: 32 + components: + - type: Transform + pos: -34.5,23.5 + parent: 2 + - uid: 40 + components: + - type: Transform + pos: -11.5,23.5 + parent: 2 + - uid: 43 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 82 + components: + - type: Transform + pos: -13.5,22.5 + parent: 2 + - uid: 108 + components: + - type: Transform + pos: -21.5,-27.5 + parent: 2 + - uid: 255 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 + - uid: 257 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 276 + components: + - type: Transform + pos: -11.5,-53.5 + parent: 2 + - uid: 277 + components: + - type: Transform + pos: -12.5,-53.5 + parent: 2 + - uid: 281 + components: + - type: Transform + pos: -10.5,-55.5 + parent: 2 + - uid: 300 + components: + - type: Transform + pos: -22.5,-27.5 + parent: 2 + - uid: 301 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - uid: 347 + components: + - type: Transform + pos: -10.5,-53.5 + parent: 2 + - uid: 455 + components: + - type: Transform + pos: 41.5,-32.5 + parent: 2 + - uid: 481 + components: + - type: Transform + pos: -51.5,-54.5 + parent: 2 + - uid: 485 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 2 + - uid: 487 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 2 + - uid: 525 + components: + - type: Transform + pos: -9.5,-55.5 + parent: 2 + - uid: 527 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 + - uid: 591 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 + - uid: 660 + components: + - type: Transform + pos: -13.5,21.5 + parent: 2 + - uid: 767 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 800 + components: + - type: Transform + pos: -56.5,20.5 + parent: 2 + - uid: 803 + components: + - type: Transform + pos: -56.5,14.5 + parent: 2 + - uid: 804 + components: + - type: Transform + pos: -30.5,21.5 + parent: 2 + - uid: 805 + components: + - type: Transform + pos: -54.5,20.5 + parent: 2 + - uid: 811 + components: + - type: Transform + pos: -45.5,10.5 + parent: 2 + - uid: 829 + components: + - type: Transform + pos: -44.5,10.5 + parent: 2 + - uid: 833 + components: + - type: Transform + pos: -47.5,10.5 + parent: 2 + - uid: 834 + components: + - type: Transform + pos: -44.5,12.5 + parent: 2 + - uid: 837 + components: + - type: Transform + pos: -52.5,12.5 + parent: 2 + - uid: 843 + components: + - type: Transform + pos: -45.5,28.5 + parent: 2 + - uid: 844 + components: + - type: Transform + pos: 20.5,-3.5 + parent: 2 + - uid: 901 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 2 + - uid: 904 + components: + - type: Transform + pos: -48.5,11.5 + parent: 2 + - uid: 905 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 910 + components: + - type: Transform + pos: -55.5,20.5 + parent: 2 + - uid: 912 + components: + - type: Transform + pos: -52.5,10.5 + parent: 2 + - uid: 919 + components: + - type: Transform + pos: -53.5,10.5 + parent: 2 + - uid: 923 + components: + - type: Transform + pos: -55.5,14.5 + parent: 2 + - uid: 940 + components: + - type: Transform + pos: -52.5,14.5 + parent: 2 + - uid: 1031 + components: + - type: Transform + pos: 18.5,-9.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: -55.5,29.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + pos: -55.5,25.5 + parent: 2 + - uid: 1074 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - uid: 1075 + components: + - type: Transform + pos: -29.5,20.5 + parent: 2 + - uid: 1087 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 + - uid: 1096 + components: + - type: Transform + pos: -30.5,22.5 + parent: 2 + - uid: 1165 + components: + - type: Transform + pos: -55.5,26.5 + parent: 2 + - uid: 1166 + components: + - type: Transform + pos: -55.5,28.5 + parent: 2 + - uid: 1180 + components: + - type: Transform + pos: -25.5,-19.5 + parent: 2 + - uid: 1193 + components: + - type: Transform + pos: -48.5,15.5 + parent: 2 + - uid: 1194 + components: + - type: Transform + pos: -51.5,25.5 + parent: 2 + - uid: 1195 + components: + - type: Transform + pos: -51.5,26.5 + parent: 2 + - uid: 1205 + components: + - type: Transform + pos: -45.5,14.5 + parent: 2 + - uid: 1206 + components: + - type: Transform + pos: -46.5,14.5 + parent: 2 + - uid: 1209 + components: + - type: Transform + pos: -48.5,14.5 + parent: 2 + - uid: 1210 + components: + - type: Transform + pos: -47.5,14.5 + parent: 2 + - uid: 1211 + components: + - type: Transform + pos: -49.5,28.5 + parent: 2 + - uid: 1212 + components: + - type: Transform + pos: -47.5,27.5 + parent: 2 + - uid: 1213 + components: + - type: Transform + pos: -49.5,26.5 + parent: 2 + - uid: 1214 + components: + - type: Transform + pos: -47.5,25.5 + parent: 2 + - uid: 1217 + components: + - type: Transform + pos: -51.5,28.5 + parent: 2 + - uid: 1218 + components: + - type: Transform + pos: -44.5,14.5 + parent: 2 + - uid: 1219 + components: + - type: Transform + pos: -51.5,27.5 + parent: 2 + - uid: 1220 + components: + - type: Transform + pos: -49.5,29.5 + parent: 2 + - uid: 1229 + components: + - type: Transform + pos: -51.5,29.5 + parent: 2 + - uid: 1230 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 2 + - uid: 1232 + components: + - type: Transform + pos: -18.5,20.5 + parent: 2 + - uid: 1233 + components: + - type: Transform + pos: -13.5,14.5 + parent: 2 + - uid: 1235 + components: + - type: Transform + pos: -13.5,11.5 + parent: 2 + - uid: 1241 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 1243 + components: + - type: Transform + pos: -13.5,13.5 + parent: 2 + - uid: 1244 + components: + - type: Transform + pos: -20.5,20.5 + parent: 2 + - uid: 1268 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 1270 + components: + - type: Transform + pos: -19.5,20.5 + parent: 2 + - uid: 1273 + components: + - type: Transform + pos: 2.5,-25.5 + parent: 2 + - uid: 1313 + components: + - type: Transform + pos: -22.5,20.5 + parent: 2 + - uid: 1314 + components: + - type: Transform + pos: -14.5,11.5 + parent: 2 + - uid: 1315 + components: + - type: Transform + pos: -12.5,11.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + pos: -11.5,11.5 + parent: 2 + - uid: 1317 + components: + - type: Transform + pos: -10.5,11.5 + parent: 2 + - uid: 1353 + components: + - type: Transform + pos: -21.5,20.5 + parent: 2 + - uid: 1408 + components: + - type: Transform + pos: -13.5,12.5 + parent: 2 + - uid: 1409 + components: + - type: Transform + pos: -15.5,11.5 + parent: 2 + - uid: 1436 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 1507 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 2 + - uid: 1511 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 1531 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 2 + - uid: 1633 + components: + - type: Transform + pos: 25.5,-39.5 + parent: 2 + - uid: 1677 + components: + - type: Transform + pos: -58.5,-50.5 + parent: 2 + - uid: 1680 + components: + - type: Transform + pos: -58.5,-52.5 + parent: 2 + - uid: 1686 + components: + - type: Transform + pos: 2.5,-27.5 + parent: 2 + - uid: 1688 + components: + - type: Transform + pos: -68.5,-48.5 + parent: 2 + - uid: 1689 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 1694 + components: + - type: Transform + pos: -47.5,12.5 + parent: 2 + - uid: 1704 + components: + - type: Transform + pos: -60.5,-51.5 + parent: 2 + - uid: 1721 + components: + - type: Transform + pos: -48.5,12.5 + parent: 2 + - uid: 1748 + components: + - type: Transform + pos: -60.5,-52.5 + parent: 2 + - uid: 1750 + components: + - type: Transform + pos: -62.5,-48.5 + parent: 2 + - uid: 1756 + components: + - type: Transform + pos: -64.5,-51.5 + parent: 2 + - uid: 1783 + components: + - type: Transform + pos: -60.5,-50.5 + parent: 2 + - uid: 1785 + components: + - type: Transform + pos: -45.5,12.5 + parent: 2 + - uid: 1796 + components: + - type: Transform + pos: -60.5,-49.5 + parent: 2 + - uid: 1821 + components: + - type: Transform + pos: -60.5,-48.5 + parent: 2 + - uid: 1823 + components: + - type: Transform + pos: -58.5,-51.5 + parent: 2 + - uid: 1824 + components: + - type: Transform + pos: -58.5,-48.5 + parent: 2 + - uid: 1825 + components: + - type: Transform + pos: -58.5,-49.5 + parent: 2 + - uid: 1826 + components: + - type: Transform + pos: -64.5,-52.5 + parent: 2 + - uid: 1827 + components: + - type: Transform + pos: -66.5,-49.5 + parent: 2 + - uid: 1845 + components: + - type: Transform + pos: -66.5,-58.5 + parent: 2 + - uid: 1847 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 1858 + components: + - type: Transform + pos: -66.5,-50.5 + parent: 2 + - uid: 1859 + components: + - type: Transform + pos: -66.5,-51.5 + parent: 2 + - uid: 1860 + components: + - type: Transform + pos: -10.5,-54.5 + parent: 2 + - uid: 1861 + components: + - type: Transform + pos: -66.5,-52.5 + parent: 2 + - uid: 1862 + components: + - type: Transform + pos: -68.5,-57.5 + parent: 2 + - uid: 1865 + components: + - type: Transform + pos: -68.5,-56.5 + parent: 2 + - uid: 1867 + components: + - type: Transform + pos: -68.5,-58.5 + parent: 2 + - uid: 1868 + components: + - type: Transform + pos: -66.5,-48.5 + parent: 2 + - uid: 1873 + components: + - type: Transform + pos: -68.5,-49.5 + parent: 2 + - uid: 1875 + components: + - type: Transform + pos: -68.5,-50.5 + parent: 2 + - uid: 1877 + components: + - type: Transform + pos: -68.5,-51.5 + parent: 2 + - uid: 1881 + components: + - type: Transform + pos: -46.5,12.5 + parent: 2 + - uid: 1905 + components: + - type: Transform + pos: -45.5,27.5 + parent: 2 + - uid: 1907 + components: + - type: Transform + pos: -62.5,-56.5 + parent: 2 + - uid: 1925 + components: + - type: Transform + pos: -62.5,-57.5 + parent: 2 + - uid: 2033 + components: + - type: Transform + pos: -62.5,-58.5 + parent: 2 + - uid: 2046 + components: + - type: Transform + pos: -64.5,-56.5 + parent: 2 + - uid: 2093 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 2 + - uid: 2102 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 + - uid: 2107 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 2 + - uid: 2111 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 2 + - uid: 2122 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 2123 + components: + - type: Transform + pos: -64.5,-57.5 + parent: 2 + - uid: 2125 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 2 + - uid: 2127 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 2 + - uid: 2128 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 2 + - uid: 2133 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 2 + - uid: 2142 + components: + - type: Transform + pos: -64.5,-58.5 + parent: 2 + - uid: 2149 + components: + - type: Transform + pos: -60.5,-56.5 + parent: 2 + - uid: 2164 + components: + - type: Transform + pos: -68.5,-52.5 + parent: 2 + - uid: 2165 + components: + - type: Transform + pos: -2.5,-19.5 + parent: 2 + - uid: 2166 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 2 + - uid: 2167 + components: + - type: Transform + pos: -66.5,-56.5 + parent: 2 + - uid: 2173 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 2 + - uid: 2174 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - uid: 2175 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 2176 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 2177 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 2 + - uid: 2184 + components: + - type: Transform + pos: -8.5,-26.5 + parent: 2 + - uid: 2185 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - uid: 2199 + components: + - type: Transform + pos: -66.5,-57.5 + parent: 2 + - uid: 2215 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 2 + - uid: 2217 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 + - uid: 2219 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 2223 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 2 + - uid: 2224 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 2225 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - uid: 2228 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 2 + - uid: 2242 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - uid: 2244 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - uid: 2245 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 + - uid: 2264 + components: + - type: Transform + pos: -55.5,23.5 + parent: 2 + - uid: 2272 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 2299 + components: + - type: Transform + pos: -5.5,-18.5 + parent: 2 + - uid: 2343 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 2 + - uid: 2449 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 + - uid: 2459 + components: + - type: Transform + pos: -53.5,16.5 + parent: 2 + - uid: 2491 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 + - uid: 2498 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 2508 + components: + - type: Transform + pos: 38.5,-31.5 + parent: 2 + - uid: 2510 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 2 + - uid: 2551 + components: + - type: Transform + pos: -18.5,19.5 + parent: 2 + - uid: 2555 + components: + - type: Transform + pos: 39.5,-31.5 + parent: 2 + - uid: 2570 + components: + - type: Transform + pos: -9.5,-26.5 + parent: 2 + - uid: 2593 + components: + - type: Transform + pos: -13.5,20.5 + parent: 2 + - uid: 2601 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - uid: 2621 + components: + - type: Transform + pos: -13.5,17.5 + parent: 2 + - uid: 2622 + components: + - type: Transform + pos: -14.5,20.5 + parent: 2 + - uid: 2626 + components: + - type: Transform + pos: -13.5,19.5 + parent: 2 + - uid: 2627 + components: + - type: Transform + pos: -15.5,4.5 + parent: 2 + - uid: 2628 + components: + - type: Transform + pos: -15.5,5.5 + parent: 2 + - uid: 2629 + components: + - type: Transform + pos: -15.5,6.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + pos: -15.5,7.5 + parent: 2 + - uid: 2631 + components: + - type: Transform + pos: -15.5,8.5 + parent: 2 + - uid: 2632 + components: + - type: Transform + pos: -15.5,9.5 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 2634 + components: + - type: Transform + pos: -56.5,23.5 + parent: 2 + - uid: 2635 + components: + - type: Transform + pos: -25.5,20.5 + parent: 2 + - uid: 2643 + components: + - type: Transform + pos: -15.5,-2.5 + parent: 2 + - uid: 2644 + components: + - type: Transform + pos: -15.5,-3.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: -15.5,-4.5 + parent: 2 + - uid: 2646 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - uid: 2647 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 2 + - uid: 2648 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - uid: 2652 + components: + - type: Transform + pos: 40.5,-31.5 + parent: 2 + - uid: 2666 + components: + - type: Transform + pos: 27.5,-39.5 + parent: 2 + - uid: 2668 + components: + - type: Transform + pos: -45.5,25.5 + parent: 2 + - uid: 2677 + components: + - type: Transform + pos: 37.5,-31.5 + parent: 2 + - uid: 2731 + components: + - type: Transform + pos: -52.5,16.5 + parent: 2 + - uid: 2732 + components: + - type: Transform + pos: -53.5,14.5 + parent: 2 + - uid: 2733 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 + - uid: 2734 + components: + - type: Transform + pos: -56.5,16.5 + parent: 2 + - uid: 2735 + components: + - type: Transform + pos: -55.5,16.5 + parent: 2 + - uid: 2749 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 2 + - uid: 2751 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 2 + - uid: 2769 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 2 + - uid: 2771 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 2775 + components: + - type: Transform + pos: -4.5,-17.5 + parent: 2 + - uid: 2813 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 2 + - uid: 2814 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - uid: 2815 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 2886 + components: + - type: Transform + pos: -57.5,23.5 + parent: 2 + - uid: 2887 + components: + - type: Transform + pos: -53.5,20.5 + parent: 2 + - uid: 2888 + components: + - type: Transform + pos: -45.5,29.5 + parent: 2 + - uid: 2890 + components: + - type: Transform + pos: -54.5,25.5 + parent: 2 + - uid: 2964 + components: + - type: Transform + pos: -50.5,25.5 + parent: 2 + - uid: 2965 + components: + - type: Transform + pos: -46.5,25.5 + parent: 2 + - uid: 2982 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 2 + - uid: 3006 + components: + - type: Transform + pos: -56.5,18.5 + parent: 2 + - uid: 3015 + components: + - type: Transform + pos: -13.5,18.5 + parent: 2 + - uid: 3018 + components: + - type: Transform + pos: -16.5,20.5 + parent: 2 + - uid: 3019 + components: + - type: Transform + pos: 7.5,11.5 + parent: 2 + - uid: 3031 + components: + - type: Transform + pos: -9.5,11.5 + parent: 2 + - uid: 3032 + components: + - type: Transform + pos: -13.5,16.5 + parent: 2 + - uid: 3045 + components: + - type: Transform + pos: -15.5,20.5 + parent: 2 + - uid: 3109 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - uid: 3112 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - uid: 3125 + components: + - type: Transform + pos: 34.5,-37.5 + parent: 2 + - uid: 3174 + components: + - type: Transform + pos: -24.5,-19.5 + parent: 2 + - uid: 3203 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 3320 + components: + - type: Transform + pos: -8.5,-42.5 + parent: 2 + - uid: 3326 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 + - uid: 3407 + components: + - type: Transform + pos: -13.5,15.5 + parent: 2 + - uid: 3462 + components: + - type: Transform + pos: -26.5,-41.5 + parent: 2 + - uid: 3476 + components: + - type: Transform + pos: 28.5,-37.5 + parent: 2 + - uid: 3477 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 2 + - uid: 3514 + components: + - type: Transform + pos: 32.5,-37.5 + parent: 2 + - uid: 3528 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 + - uid: 3560 + components: + - type: Transform + pos: 30.5,-37.5 + parent: 2 + - uid: 3565 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 2 + - uid: 3569 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 + - uid: 3572 + components: + - type: Transform + pos: 21.5,7.5 + parent: 2 + - uid: 3590 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 2 + - uid: 3622 + components: + - type: Transform + pos: 27.5,-37.5 + parent: 2 + - uid: 3660 + components: + - type: Transform + pos: -22.5,-19.5 + parent: 2 + - uid: 3681 + components: + - type: Transform + pos: 27.5,-38.5 + parent: 2 + - uid: 3890 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 2 + - uid: 3893 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - uid: 3894 + components: + - type: Transform + pos: 21.5,8.5 + parent: 2 + - uid: 3907 + components: + - type: Transform + pos: -17.5,-27.5 + parent: 2 + - uid: 3917 + components: + - type: Transform + pos: -16.5,-27.5 + parent: 2 + - uid: 3933 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 3966 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 2 + - uid: 3967 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 2 + - uid: 3968 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 2 + - uid: 3969 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 2 + - uid: 3970 + components: + - type: Transform + pos: -12.5,-28.5 + parent: 2 + - uid: 3971 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 2 + - uid: 3972 + components: + - type: Transform + pos: -10.5,-28.5 + parent: 2 + - uid: 3973 + components: + - type: Transform + pos: -9.5,-28.5 + parent: 2 + - uid: 3974 + components: + - type: Transform + pos: -8.5,-28.5 + parent: 2 + - uid: 3975 + components: + - type: Transform + pos: -7.5,-28.5 + parent: 2 + - uid: 3976 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 + - uid: 3977 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 2 + - uid: 3978 + components: + - type: Transform + pos: -4.5,-28.5 + parent: 2 + - uid: 3979 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 3980 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 3981 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - uid: 3982 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 3988 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 2 + - uid: 3989 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 2 + - uid: 3990 + components: + - type: Transform + pos: 3.5,-31.5 + parent: 2 + - uid: 3991 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 3992 + components: + - type: Transform + pos: 3.5,-29.5 + parent: 2 + - uid: 3993 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 4009 + components: + - type: Transform + pos: -7.5,-27.5 + parent: 2 + - uid: 4010 + components: + - type: Transform + pos: -7.5,-26.5 + parent: 2 + - uid: 4011 + components: + - type: Transform + pos: -18.5,-27.5 + parent: 2 + - uid: 4012 + components: + - type: Transform + pos: -19.5,-27.5 + parent: 2 + - uid: 4013 + components: + - type: Transform + pos: -20.5,-27.5 + parent: 2 + - uid: 4026 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 2 + - uid: 4027 + components: + - type: Transform + pos: 3.5,-35.5 + parent: 2 + - uid: 4028 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 4029 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 4030 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 + - uid: 4031 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 2 + - uid: 4032 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 2 + - uid: 4033 + components: + - type: Transform + pos: 3.5,-40.5 + parent: 2 + - uid: 4034 + components: + - type: Transform + pos: 3.5,-41.5 + parent: 2 + - uid: 4035 + components: + - type: Transform + pos: 3.5,-42.5 + parent: 2 + - uid: 4036 + components: + - type: Transform + pos: 3.5,-43.5 + parent: 2 + - uid: 4037 + components: + - type: Transform + pos: 3.5,-44.5 + parent: 2 + - uid: 4038 + components: + - type: Transform + pos: 3.5,-45.5 + parent: 2 + - uid: 4042 + components: + - type: Transform + pos: 2.5,-48.5 + parent: 2 + - uid: 4305 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 2 + - uid: 4308 + components: + - type: Transform + pos: 29.5,-37.5 + parent: 2 + - uid: 4309 + components: + - type: Transform + pos: 31.5,-37.5 + parent: 2 + - uid: 4310 + components: + - type: Transform + pos: 33.5,-37.5 + parent: 2 + - uid: 4394 + components: + - type: Transform + pos: 46.5,2.5 + parent: 2 + - uid: 4413 + components: + - type: Transform + pos: 24.5,-40.5 + parent: 2 + - uid: 4415 + components: + - type: Transform + pos: 24.5,-42.5 + parent: 2 + - uid: 4416 + components: + - type: Transform + pos: 24.5,-41.5 + parent: 2 + - uid: 4417 + components: + - type: Transform + pos: 5.5,-25.5 + parent: 2 + - uid: 4473 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 2 + - uid: 4503 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - uid: 4755 + components: + - type: Transform + pos: -8.5,-54.5 + parent: 2 + - uid: 4792 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 2 + - uid: 4841 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - uid: 5019 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 5039 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 5040 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 + - uid: 5086 + components: + - type: Transform + pos: -8.5,-49.5 + parent: 2 + - uid: 5120 + components: + - type: Transform + pos: -8.5,-50.5 + parent: 2 + - uid: 5358 + components: + - type: Transform + pos: 65.5,7.5 + parent: 2 + - uid: 5450 + components: + - type: Transform + pos: -36.5,23.5 + parent: 2 + - uid: 5455 + components: + - type: Transform + pos: -37.5,23.5 + parent: 2 + - uid: 5461 + components: + - type: Transform + pos: -54.5,18.5 + parent: 2 + - uid: 5462 + components: + - type: Transform + pos: -55.5,18.5 + parent: 2 + - uid: 5463 + components: + - type: Transform + pos: -53.5,18.5 + parent: 2 + - uid: 5530 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - uid: 5575 + components: + - type: Transform + pos: -58.5,-59.5 + parent: 2 + - uid: 5576 + components: + - type: Transform + pos: -64.5,-60.5 + parent: 2 + - uid: 5577 + components: + - type: Transform + pos: -64.5,-59.5 + parent: 2 + - uid: 5580 + components: + - type: Transform + pos: -66.5,-60.5 + parent: 2 + - uid: 5581 + components: + - type: Transform + pos: -66.5,-59.5 + parent: 2 + - uid: 5582 + components: + - type: Transform + pos: -68.5,-59.5 + parent: 2 + - uid: 5583 + components: + - type: Transform + pos: -68.5,-60.5 + parent: 2 + - uid: 5598 + components: + - type: Transform + pos: -49.5,25.5 + parent: 2 + - uid: 5613 + components: + - type: Transform + pos: -47.5,26.5 + parent: 2 + - uid: 5654 + components: + - type: Transform + pos: -35.5,23.5 + parent: 2 + - uid: 5725 + components: + - type: Transform + pos: -58.5,-60.5 + parent: 2 + - uid: 5921 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 2 + - uid: 6026 + components: + - type: Transform + pos: -62.5,-60.5 + parent: 2 + - uid: 6032 + components: + - type: Transform + pos: -62.5,-59.5 + parent: 2 + - uid: 6084 + components: + - type: Transform + pos: 21.5,10.5 + parent: 2 + - uid: 6098 + components: + - type: Transform + pos: -60.5,-60.5 + parent: 2 + - uid: 6101 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 2 + - uid: 6113 + components: + - type: Transform + pos: -60.5,-59.5 + parent: 2 + - uid: 6123 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 2 + - uid: 6124 + components: + - type: Transform + pos: 18.5,-8.5 + parent: 2 + - uid: 6137 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 6164 + components: + - type: Transform + pos: 25.5,-18.5 + parent: 2 + - uid: 6229 + components: + - type: Transform + pos: -8.5,-53.5 + parent: 2 + - uid: 6303 + components: + - type: Transform + pos: 23.5,-15.5 + parent: 2 + - uid: 6304 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 2 + - uid: 6309 + components: + - type: Transform + pos: 23.5,-16.5 + parent: 2 + - uid: 6343 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - uid: 6398 + components: + - type: Transform + pos: 23.5,-18.5 + parent: 2 + - uid: 6414 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - uid: 6548 + components: + - type: Transform + pos: 25.5,2.5 + parent: 2 + - uid: 6551 + components: + - type: Transform + pos: 25.5,1.5 + parent: 2 + - uid: 6552 + components: + - type: Transform + pos: 25.5,0.5 + parent: 2 + - uid: 6553 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 2 + - uid: 6557 + components: + - type: Transform + pos: 25.5,3.5 + parent: 2 + - uid: 6558 + components: + - type: Transform + pos: 24.5,3.5 + parent: 2 + - uid: 6584 + components: + - type: Transform + pos: 24.5,-3.5 + parent: 2 + - uid: 6585 + components: + - type: Transform + pos: 23.5,-3.5 + parent: 2 + - uid: 6586 + components: + - type: Transform + pos: 23.5,-4.5 + parent: 2 + - uid: 6587 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 6596 + components: + - type: Transform + pos: 17.5,-14.5 + parent: 2 + - uid: 6601 + components: + - type: Transform + pos: 18.5,-11.5 + parent: 2 + - uid: 6602 + components: + - type: Transform + pos: 17.5,-13.5 + parent: 2 + - uid: 6628 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 2 + - uid: 6629 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 6630 + components: + - type: Transform + pos: 23.5,-8.5 + parent: 2 + - uid: 6643 + components: + - type: Transform + pos: 22.5,-8.5 + parent: 2 + - uid: 6646 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 6647 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 + - uid: 6648 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 6649 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 + - uid: 6666 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 2 + - uid: 6751 + components: + - type: Transform + pos: -55.5,27.5 + parent: 2 + - uid: 6777 + components: + - type: Transform + pos: 24.5,-39.5 + parent: 2 + - uid: 6836 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 6893 + components: + - type: Transform + pos: 22.5,-43.5 + parent: 2 + - uid: 6894 + components: + - type: Transform + pos: 21.5,-43.5 + parent: 2 + - uid: 6895 + components: + - type: Transform + pos: 20.5,-43.5 + parent: 2 + - uid: 6896 + components: + - type: Transform + pos: 19.5,-43.5 + parent: 2 + - uid: 6897 + components: + - type: Transform + pos: 18.5,-43.5 + parent: 2 + - uid: 6898 + components: + - type: Transform + pos: 17.5,-43.5 + parent: 2 + - uid: 6899 + components: + - type: Transform + pos: 16.5,-43.5 + parent: 2 + - uid: 6900 + components: + - type: Transform + pos: 15.5,-43.5 + parent: 2 + - uid: 6901 + components: + - type: Transform + pos: 14.5,-43.5 + parent: 2 + - uid: 6902 + components: + - type: Transform + pos: 12.5,-43.5 + parent: 2 + - uid: 6903 + components: + - type: Transform + pos: 11.5,-43.5 + parent: 2 + - uid: 6904 + components: + - type: Transform + pos: 13.5,-43.5 + parent: 2 + - uid: 6959 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - uid: 7013 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 7017 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 7036 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 7045 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 2 + - uid: 7047 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 7061 + components: + - type: Transform + pos: -38.5,23.5 + parent: 2 + - uid: 7096 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 7108 + components: + - type: Transform + pos: -45.5,16.5 + parent: 2 + - uid: 7114 + components: + - type: Transform + pos: -44.5,16.5 + parent: 2 + - uid: 7193 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 7206 + components: + - type: Transform + pos: -24.5,20.5 + parent: 2 + - uid: 7530 + components: + - type: Transform + pos: -23.5,20.5 + parent: 2 + - uid: 7561 + components: + - type: Transform + pos: -18.5,18.5 + parent: 2 + - uid: 7595 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 7732 + components: + - type: Transform + pos: -47.5,16.5 + parent: 2 + - uid: 7745 + components: + - type: Transform + pos: -48.5,18.5 + parent: 2 + - uid: 7746 + components: + - type: Transform + pos: -48.5,16.5 + parent: 2 + - uid: 7763 + components: + - type: Transform + pos: -4.5,11.5 + parent: 2 + - uid: 7782 + components: + - type: Transform + pos: -8.5,11.5 + parent: 2 + - uid: 7804 + components: + - type: Transform + pos: -2.5,11.5 + parent: 2 + - uid: 7984 + components: + - type: Transform + pos: -46.5,16.5 + parent: 2 + - uid: 8034 + components: + - type: Transform + pos: -15.5,2.5 + parent: 2 + - uid: 8048 + components: + - type: Transform + pos: -47.5,28.5 + parent: 2 + - uid: 8121 + components: + - type: Transform + pos: -6.5,11.5 + parent: 2 + - uid: 8134 + components: + - type: Transform + pos: -7.5,11.5 + parent: 2 + - uid: 8213 + components: + - type: Transform + pos: 9.5,11.5 + parent: 2 + - uid: 8221 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 2 + - uid: 8311 + components: + - type: Transform + pos: -44.5,18.5 + parent: 2 + - uid: 8330 + components: + - type: Transform + pos: -53.5,25.5 + parent: 2 + - uid: 8334 + components: + - type: Transform + pos: -52.5,11.5 + parent: 2 + - uid: 8352 + components: + - type: Transform + pos: -49.5,27.5 + parent: 2 + - uid: 8366 + components: + - type: Transform + pos: -17.5,20.5 + parent: 2 + - uid: 8397 + components: + - type: Transform + pos: -45.5,18.5 + parent: 2 + - uid: 8423 + components: + - type: Transform + pos: -46.5,18.5 + parent: 2 + - uid: 8424 + components: + - type: Transform + pos: -47.5,18.5 + parent: 2 + - uid: 8433 + components: + - type: Transform + pos: 67.5,8.5 + parent: 2 + - uid: 8434 + components: + - type: Transform + pos: 65.5,4.5 + parent: 2 + - uid: 8447 + components: + - type: Transform + pos: 59.5,8.5 + parent: 2 + - uid: 8458 + components: + - type: Transform + pos: 67.5,4.5 + parent: 2 + - uid: 8459 + components: + - type: Transform + pos: 67.5,7.5 + parent: 2 + - uid: 8460 + components: + - type: Transform + pos: 65.5,8.5 + parent: 2 + - uid: 8474 + components: + - type: Transform + pos: -19.5,17.5 + parent: 2 + - uid: 8504 + components: + - type: Transform + pos: 67.5,5.5 + parent: 2 + - uid: 8509 + components: + - type: Transform + pos: 63.5,4.5 + parent: 2 + - uid: 8781 + components: + - type: Transform + pos: 46.5,3.5 + parent: 2 + - uid: 8798 + components: + - type: Transform + pos: 67.5,6.5 + parent: 2 + - uid: 8799 + components: + - type: Transform + pos: 61.5,6.5 + parent: 2 + - uid: 8800 + components: + - type: Transform + pos: 65.5,5.5 + parent: 2 + - uid: 8801 + components: + - type: Transform + pos: 63.5,5.5 + parent: 2 + - uid: 8805 + components: + - type: Transform + pos: 61.5,8.5 + parent: 2 + - uid: 8806 + components: + - type: Transform + pos: 63.5,6.5 + parent: 2 + - uid: 8807 + components: + - type: Transform + pos: 63.5,7.5 + parent: 2 + - uid: 8808 + components: + - type: Transform + pos: 59.5,5.5 + parent: 2 + - uid: 8809 + components: + - type: Transform + pos: 61.5,4.5 + parent: 2 + - uid: 8810 + components: + - type: Transform + pos: 59.5,4.5 + parent: 2 + - uid: 8811 + components: + - type: Transform + pos: 57.5,8.5 + parent: 2 + - uid: 8812 + components: + - type: Transform + pos: 57.5,5.5 + parent: 2 + - uid: 8813 + components: + - type: Transform + pos: 58.5,4.5 + parent: 2 + - uid: 8814 + components: + - type: Transform + pos: 62.5,4.5 + parent: 2 + - uid: 8815 + components: + - type: Transform + pos: 66.5,4.5 + parent: 2 + - uid: 8816 + components: + - type: Transform + pos: 70.5,4.5 + parent: 2 + - uid: 8817 + components: + - type: Transform + pos: 70.5,0.5 + parent: 2 + - uid: 8818 + components: + - type: Transform + pos: 57.5,7.5 + parent: 2 + - uid: 8819 + components: + - type: Transform + pos: 57.5,6.5 + parent: 2 + - uid: 8820 + components: + - type: Transform + pos: 66.5,0.5 + parent: 2 + - uid: 8821 + components: + - type: Transform + pos: 62.5,0.5 + parent: 2 + - uid: 8822 + components: + - type: Transform + pos: 58.5,0.5 + parent: 2 + - uid: 8823 + components: + - type: Transform + pos: 52.5,2.5 + parent: 2 + - uid: 8824 + components: + - type: Transform + pos: 61.5,5.5 + parent: 2 + - uid: 8825 + components: + - type: Transform + pos: 73.5,2.5 + parent: 2 + - uid: 8826 + components: + - type: Transform + pos: 72.5,2.5 + parent: 2 + - uid: 8830 + components: + - type: Transform + pos: 71.5,2.5 + parent: 2 + - uid: 8841 + components: + - type: Transform + pos: 45.5,3.5 + parent: 2 + - uid: 8842 + components: + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 8843 + components: + - type: Transform + pos: 44.5,2.5 + parent: 2 + - uid: 8844 + components: + - type: Transform + pos: 43.5,2.5 + parent: 2 + - uid: 8845 + components: + - type: Transform + pos: 42.5,2.5 + parent: 2 + - uid: 8846 + components: + - type: Transform + pos: 41.5,2.5 + parent: 2 + - uid: 8847 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 8848 + components: + - type: Transform + pos: 41.5,4.5 + parent: 2 + - uid: 8849 + components: + - type: Transform + pos: 41.5,5.5 + parent: 2 + - uid: 8850 + components: + - type: Transform + pos: 40.5,5.5 + parent: 2 + - uid: 8851 + components: + - type: Transform + pos: 39.5,5.5 + parent: 2 + - uid: 8852 + components: + - type: Transform + pos: 38.5,5.5 + parent: 2 + - uid: 8853 + components: + - type: Transform + pos: 37.5,5.5 + parent: 2 + - uid: 8854 + components: + - type: Transform + pos: 36.5,5.5 + parent: 2 + - uid: 8855 + components: + - type: Transform + pos: 35.5,5.5 + parent: 2 + - uid: 8856 + components: + - type: Transform + pos: 35.5,6.5 + parent: 2 + - uid: 8857 + components: + - type: Transform + pos: 35.5,7.5 + parent: 2 + - uid: 8858 + components: + - type: Transform + pos: 35.5,8.5 + parent: 2 + - uid: 8859 + components: + - type: Transform + pos: 35.5,9.5 + parent: 2 + - uid: 8860 + components: + - type: Transform + pos: 36.5,9.5 + parent: 2 + - uid: 8861 + components: + - type: Transform + pos: 37.5,9.5 + parent: 2 + - uid: 8862 + components: + - type: Transform + pos: 38.5,9.5 + parent: 2 + - uid: 8863 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - uid: 8864 + components: + - type: Transform + pos: 33.5,9.5 + parent: 2 + - uid: 8875 + components: + - type: Transform + pos: -26.5,-19.5 + parent: 2 + - uid: 8883 + components: + - type: Transform + pos: -15.5,3.5 + parent: 2 + - uid: 8892 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - uid: 8893 + components: + - type: Transform + pos: 32.5,-3.5 + parent: 2 + - uid: 8914 + components: + - type: Transform + pos: 47.5,2.5 + parent: 2 + - uid: 8915 + components: + - type: Transform + pos: 48.5,2.5 + parent: 2 + - uid: 8916 + components: + - type: Transform + pos: 49.5,2.5 + parent: 2 + - uid: 8917 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 8918 + components: + - type: Transform + pos: 51.5,2.5 + parent: 2 + - uid: 8920 + components: + - type: Transform + pos: 59.5,6.5 + parent: 2 + - uid: 8921 + components: + - type: Transform + pos: 59.5,7.5 + parent: 2 + - uid: 8930 + components: + - type: Transform + pos: -47.5,29.5 + parent: 2 + - uid: 8933 + components: + - type: Transform + pos: 65.5,6.5 + parent: 2 + - uid: 8939 + components: + - type: Transform + pos: 63.5,8.5 + parent: 2 + - uid: 8940 + components: + - type: Transform + pos: 61.5,7.5 + parent: 2 + - uid: 8948 + components: + - type: Transform + pos: -54.5,12.5 + parent: 2 + - uid: 8950 + components: + - type: Transform + pos: -20.5,17.5 + parent: 2 + - uid: 8951 + components: + - type: Transform + pos: -31.5,24.5 + parent: 2 + - uid: 8957 + components: + - type: Transform + pos: -31.5,23.5 + parent: 2 + - uid: 8958 + components: + - type: Transform + pos: -32.5,23.5 + parent: 2 + - uid: 8967 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 8974 + components: + - type: Transform + pos: 71.5,-1.5 + parent: 2 + - uid: 8975 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 8976 + components: + - type: Transform + pos: 71.5,-2.5 + parent: 2 + - uid: 8977 + components: + - type: Transform + pos: 71.5,-3.5 + parent: 2 + - uid: 8978 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 2 + - uid: 8979 + components: + - type: Transform + pos: 69.5,-1.5 + parent: 2 + - uid: 8985 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 2 + - uid: 8986 + components: + - type: Transform + pos: 71.5,4.5 + parent: 2 + - uid: 8987 + components: + - type: Transform + pos: 71.5,5.5 + parent: 2 + - uid: 8988 + components: + - type: Transform + pos: 71.5,6.5 + parent: 2 + - uid: 8989 + components: + - type: Transform + pos: 71.5,7.5 + parent: 2 + - uid: 8991 + components: + - type: Transform + pos: 71.5,8.5 + parent: 2 + - uid: 8996 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 + - uid: 9007 + components: + - type: Transform + pos: -5.5,11.5 + parent: 2 + - uid: 9009 + components: + - type: Transform + pos: 8.5,11.5 + parent: 2 + - uid: 9020 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 2 + - uid: 9021 + components: + - type: Transform + pos: 69.5,0.5 + parent: 2 + - uid: 9022 + components: + - type: Transform + pos: 71.5,0.5 + parent: 2 + - uid: 9023 + components: + - type: Transform + pos: 71.5,-0.5 + parent: 2 + - uid: 9024 + components: + - type: Transform + pos: 61.5,-1.5 + parent: 2 + - uid: 9025 + components: + - type: Transform + pos: 61.5,-0.5 + parent: 2 + - uid: 9026 + components: + - type: Transform + pos: 61.5,0.5 + parent: 2 + - uid: 9027 + components: + - type: Transform + pos: 63.5,0.5 + parent: 2 + - uid: 9028 + components: + - type: Transform + pos: 63.5,-0.5 + parent: 2 + - uid: 9029 + components: + - type: Transform + pos: 63.5,-1.5 + parent: 2 + - uid: 9030 + components: + - type: Transform + pos: 63.5,-2.5 + parent: 2 + - uid: 9032 + components: + - type: Transform + pos: 63.5,-3.5 + parent: 2 + - uid: 9065 + components: + - type: Transform + pos: 65.5,-3.5 + parent: 2 + - uid: 9071 + components: + - type: Transform + pos: 65.5,-2.5 + parent: 2 + - uid: 9072 + components: + - type: Transform + pos: 65.5,-1.5 + parent: 2 + - uid: 9107 + components: + - type: Transform + pos: 65.5,-0.5 + parent: 2 + - uid: 9161 + components: + - type: Transform + pos: 23.5,-43.5 + parent: 2 + - uid: 9162 + components: + - type: Transform + pos: 24.5,-43.5 + parent: 2 + - uid: 9163 + components: + - type: Transform + pos: 24.5,-44.5 + parent: 2 + - uid: 9164 + components: + - type: Transform + pos: 24.5,-45.5 + parent: 2 + - uid: 9165 + components: + - type: Transform + pos: 24.5,-46.5 + parent: 2 + - uid: 9166 + components: + - type: Transform + pos: 24.5,-47.5 + parent: 2 + - uid: 9167 + components: + - type: Transform + pos: 24.5,-48.5 + parent: 2 + - uid: 9168 + components: + - type: Transform + pos: 24.5,-49.5 + parent: 2 + - uid: 9169 + components: + - type: Transform + pos: 24.5,-50.5 + parent: 2 + - uid: 9170 + components: + - type: Transform + pos: 24.5,-51.5 + parent: 2 + - uid: 9171 + components: + - type: Transform + pos: 25.5,-51.5 + parent: 2 + - uid: 9172 + components: + - type: Transform + pos: 26.5,-51.5 + parent: 2 + - uid: 9173 + components: + - type: Transform + pos: 27.5,-51.5 + parent: 2 + - uid: 9174 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 2 + - uid: 9175 + components: + - type: Transform + pos: 28.5,-50.5 + parent: 2 + - uid: 9189 + components: + - type: Transform + pos: 9.5,-48.5 + parent: 2 + - uid: 9190 + components: + - type: Transform + pos: 10.5,-47.5 + parent: 2 + - uid: 9191 + components: + - type: Transform + pos: 10.5,-48.5 + parent: 2 + - uid: 9192 + components: + - type: Transform + pos: 10.5,-46.5 + parent: 2 + - uid: 9193 + components: + - type: Transform + pos: 10.5,-45.5 + parent: 2 + - uid: 9195 + components: + - type: Transform + pos: 10.5,-44.5 + parent: 2 + - uid: 9196 + components: + - type: Transform + pos: 7.5,-48.5 + parent: 2 + - uid: 9197 + components: + - type: Transform + pos: 6.5,-48.5 + parent: 2 + - uid: 9198 + components: + - type: Transform + pos: 8.5,-48.5 + parent: 2 + - uid: 9199 + components: + - type: Transform + pos: 5.5,-48.5 + parent: 2 + - uid: 9200 + components: + - type: Transform + pos: 4.5,-48.5 + parent: 2 + - uid: 9201 + components: + - type: Transform + pos: 3.5,-48.5 + parent: 2 + - uid: 9216 + components: + - type: Transform + pos: -24.5,-41.5 + parent: 2 + - uid: 9217 + components: + - type: Transform + pos: -23.5,-41.5 + parent: 2 + - uid: 9218 + components: + - type: Transform + pos: -22.5,-41.5 + parent: 2 + - uid: 9219 + components: + - type: Transform + pos: -21.5,-41.5 + parent: 2 + - uid: 9220 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - uid: 9221 + components: + - type: Transform + pos: -19.5,-41.5 + parent: 2 + - uid: 9222 + components: + - type: Transform + pos: -18.5,-41.5 + parent: 2 + - uid: 9223 + components: + - type: Transform + pos: -17.5,-41.5 + parent: 2 + - uid: 9224 + components: + - type: Transform + pos: -16.5,-41.5 + parent: 2 + - uid: 9225 + components: + - type: Transform + pos: -14.5,-41.5 + parent: 2 + - uid: 9226 + components: + - type: Transform + pos: -13.5,-41.5 + parent: 2 + - uid: 9227 + components: + - type: Transform + pos: -12.5,-41.5 + parent: 2 + - uid: 9228 + components: + - type: Transform + pos: -11.5,-41.5 + parent: 2 + - uid: 9229 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 9230 + components: + - type: Transform + pos: -9.5,-41.5 + parent: 2 + - uid: 9231 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 + - uid: 9232 + components: + - type: Transform + pos: -15.5,-41.5 + parent: 2 + - uid: 9234 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 9235 + components: + - type: Transform + pos: -8.5,-44.5 + parent: 2 + - uid: 9236 + components: + - type: Transform + pos: -8.5,-45.5 + parent: 2 + - uid: 9237 + components: + - type: Transform + pos: -8.5,-46.5 + parent: 2 + - uid: 9238 + components: + - type: Transform + pos: -8.5,-47.5 + parent: 2 + - uid: 9239 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 9240 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 9241 + components: + - type: Transform + pos: -0.5,-48.5 + parent: 2 + - uid: 9242 + components: + - type: Transform + pos: -1.5,-48.5 + parent: 2 + - uid: 9243 + components: + - type: Transform + pos: -2.5,-48.5 + parent: 2 + - uid: 9244 + components: + - type: Transform + pos: -4.5,-48.5 + parent: 2 + - uid: 9245 + components: + - type: Transform + pos: -5.5,-48.5 + parent: 2 + - uid: 9246 + components: + - type: Transform + pos: -6.5,-48.5 + parent: 2 + - uid: 9247 + components: + - type: Transform + pos: -7.5,-48.5 + parent: 2 + - uid: 9248 + components: + - type: Transform + pos: -3.5,-48.5 + parent: 2 + - uid: 9249 + components: + - type: Transform + pos: -8.5,-48.5 + parent: 2 + - uid: 9354 + components: + - type: Transform + pos: -50.5,-11.5 + parent: 2 + - uid: 9577 + components: + - type: Transform + pos: -27.5,-19.5 + parent: 2 + - uid: 9622 + components: + - type: Transform + pos: 7.5,-25.5 + parent: 2 + - uid: 9735 + components: + - type: Transform + pos: -14.5,-56.5 + parent: 2 + - uid: 9736 + components: + - type: Transform + pos: -15.5,-56.5 + parent: 2 + - uid: 9737 + components: + - type: Transform + pos: -15.5,-55.5 + parent: 2 + - uid: 9738 + components: + - type: Transform + pos: -15.5,-54.5 + parent: 2 + - uid: 9740 + components: + - type: Transform + pos: -14.5,-54.5 + parent: 2 + - uid: 9741 + components: + - type: Transform + pos: -13.5,-54.5 + parent: 2 + - uid: 9742 + components: + - type: Transform + pos: -12.5,-54.5 + parent: 2 + - uid: 9762 + components: + - type: Transform + pos: -15.5,-57.5 + parent: 2 + - uid: 9763 + components: + - type: Transform + pos: -15.5,-58.5 + parent: 2 + - uid: 9764 + components: + - type: Transform + pos: -16.5,-58.5 + parent: 2 + - uid: 9765 + components: + - type: Transform + pos: -17.5,-58.5 + parent: 2 + - uid: 9766 + components: + - type: Transform + pos: -18.5,-58.5 + parent: 2 + - uid: 9767 + components: + - type: Transform + pos: -19.5,-58.5 + parent: 2 + - uid: 9768 + components: + - type: Transform + pos: -19.5,-57.5 + parent: 2 + - uid: 10090 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 + - uid: 10091 + components: + - type: Transform + pos: 32.5,8.5 + parent: 2 + - uid: 10092 + components: + - type: Transform + pos: 32.5,7.5 + parent: 2 + - uid: 10093 + components: + - type: Transform + pos: 32.5,6.5 + parent: 2 + - uid: 10094 + components: + - type: Transform + pos: 32.5,5.5 + parent: 2 + - uid: 10095 + components: + - type: Transform + pos: 32.5,4.5 + parent: 2 + - uid: 10096 + components: + - type: Transform + pos: 32.5,3.5 + parent: 2 + - uid: 10097 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 10098 + components: + - type: Transform + pos: 32.5,1.5 + parent: 2 + - uid: 10100 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 2 + - uid: 10101 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - uid: 10110 + components: + - type: Transform + pos: -25.5,-41.5 + parent: 2 + - uid: 10112 + components: + - type: Transform + pos: -27.5,-41.5 + parent: 2 + - uid: 10113 + components: + - type: Transform + pos: -27.5,-42.5 + parent: 2 + - uid: 10114 + components: + - type: Transform + pos: -27.5,-43.5 + parent: 2 + - uid: 10115 + components: + - type: Transform + pos: -27.5,-44.5 + parent: 2 + - uid: 10116 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - uid: 10117 + components: + - type: Transform + pos: -27.5,-46.5 + parent: 2 + - uid: 10118 + components: + - type: Transform + pos: -27.5,-47.5 + parent: 2 + - uid: 10136 + components: + - type: Transform + pos: -28.5,-48.5 + parent: 2 + - uid: 10163 + components: + - type: Transform + pos: 25.5,-3.5 + parent: 2 + - uid: 10164 + components: + - type: Transform + pos: 27.5,-3.5 + parent: 2 + - uid: 10165 + components: + - type: Transform + pos: 28.5,-3.5 + parent: 2 + - uid: 10166 + components: + - type: Transform + pos: 29.5,-3.5 + parent: 2 + - uid: 10167 + components: + - type: Transform + pos: 30.5,-3.5 + parent: 2 + - uid: 10168 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - uid: 10169 + components: + - type: Transform + pos: 26.5,-3.5 + parent: 2 + - uid: 10176 + components: + - type: Transform + pos: 15.5,10.5 + parent: 2 + - uid: 10177 + components: + - type: Transform + pos: 16.5,10.5 + parent: 2 + - uid: 10181 + components: + - type: Transform + pos: 20.5,10.5 + parent: 2 + - uid: 10186 + components: + - type: Transform + pos: 27.5,-18.5 + parent: 2 + - uid: 10187 + components: + - type: Transform + pos: 21.5,5.5 + parent: 2 + - uid: 10188 + components: + - type: Transform + pos: 21.5,4.5 + parent: 2 + - uid: 10189 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 + - uid: 10190 + components: + - type: Transform + pos: 21.5,2.5 + parent: 2 + - uid: 10192 + components: + - type: Transform + pos: 21.5,1.5 + parent: 2 + - uid: 10194 + components: + - type: Transform + pos: 22.5,1.5 + parent: 2 + - uid: 10195 + components: + - type: Transform + pos: 24.5,1.5 + parent: 2 + - uid: 10196 + components: + - type: Transform + pos: 23.5,1.5 + parent: 2 + - uid: 10204 + components: + - type: Transform + pos: 28.5,-18.5 + parent: 2 + - uid: 10205 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 2 + - uid: 10222 + components: + - type: Transform + pos: 30.5,-18.5 + parent: 2 + - uid: 10223 + components: + - type: Transform + pos: 26.5,-18.5 + parent: 2 + - uid: 10224 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 10225 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 10226 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 2 + - uid: 10227 + components: + - type: Transform + pos: 19.5,-3.5 + parent: 2 + - uid: 10228 + components: + - type: Transform + pos: 18.5,-6.5 + parent: 2 + - uid: 10253 + components: + - type: Transform + pos: -23.5,-22.5 + parent: 2 + - uid: 10256 + components: + - type: Transform + pos: 21.5,-3.5 + parent: 2 + - uid: 10258 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 10259 + components: + - type: Transform + pos: 3.5,-47.5 + parent: 2 + - uid: 10260 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 + - uid: 10264 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 10265 + components: + - type: Transform + pos: 7.5,-24.5 + parent: 2 + - uid: 10266 + components: + - type: Transform + pos: 3.5,-25.5 + parent: 2 + - uid: 10267 + components: + - type: Transform + pos: 23.5,-20.5 + parent: 2 + - uid: 10268 + components: + - type: Transform + pos: 30.5,-21.5 + parent: 2 + - uid: 10269 + components: + - type: Transform + pos: 29.5,-21.5 + parent: 2 + - uid: 10270 + components: + - type: Transform + pos: 28.5,-21.5 + parent: 2 + - uid: 10271 + components: + - type: Transform + pos: 27.5,-21.5 + parent: 2 + - uid: 10272 + components: + - type: Transform + pos: 26.5,-21.5 + parent: 2 + - uid: 10273 + components: + - type: Transform + pos: 24.5,-21.5 + parent: 2 + - uid: 10274 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 2 + - uid: 10275 + components: + - type: Transform + pos: 22.5,-21.5 + parent: 2 + - uid: 10276 + components: + - type: Transform + pos: 21.5,-21.5 + parent: 2 + - uid: 10277 + components: + - type: Transform + pos: 20.5,-21.5 + parent: 2 + - uid: 10278 + components: + - type: Transform + pos: 19.5,-21.5 + parent: 2 + - uid: 10279 + components: + - type: Transform + pos: 18.5,-21.5 + parent: 2 + - uid: 10280 + components: + - type: Transform + pos: 17.5,-21.5 + parent: 2 + - uid: 10281 + components: + - type: Transform + pos: 16.5,-21.5 + parent: 2 + - uid: 10282 + components: + - type: Transform + pos: 15.5,-21.5 + parent: 2 + - uid: 10283 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 10284 + components: + - type: Transform + pos: 25.5,-21.5 + parent: 2 + - uid: 10285 + components: + - type: Transform + pos: 12.5,-21.5 + parent: 2 + - uid: 10286 + components: + - type: Transform + pos: 11.5,-21.5 + parent: 2 + - uid: 10287 + components: + - type: Transform + pos: 13.5,-21.5 + parent: 2 + - uid: 10288 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 2 + - uid: 10289 + components: + - type: Transform + pos: 8.5,-21.5 + parent: 2 + - uid: 10290 + components: + - type: Transform + pos: 10.5,-21.5 + parent: 2 + - uid: 10291 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 + - uid: 10308 + components: + - type: Transform + pos: 31.5,-21.5 + parent: 2 + - uid: 10309 + components: + - type: Transform + pos: 31.5,-20.5 + parent: 2 + - uid: 10310 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 2 + - uid: 10311 + components: + - type: Transform + pos: 31.5,-18.5 + parent: 2 + - uid: 10386 + components: + - type: Transform + pos: -45.5,-55.5 + parent: 2 + - uid: 10392 + components: + - type: Transform + pos: -44.5,-55.5 + parent: 2 + - uid: 10401 + components: + - type: Transform + pos: -46.5,-55.5 + parent: 2 + - uid: 10402 + components: + - type: Transform + pos: -46.5,-54.5 + parent: 2 + - uid: 10403 + components: + - type: Transform + pos: -47.5,-54.5 + parent: 2 + - uid: 10404 + components: + - type: Transform + pos: -48.5,-54.5 + parent: 2 + - uid: 10405 + components: + - type: Transform + pos: -49.5,-54.5 + parent: 2 + - uid: 10406 + components: + - type: Transform + pos: -50.5,-54.5 + parent: 2 + - uid: 10407 + components: + - type: Transform + pos: -43.5,-54.5 + parent: 2 + - uid: 10408 + components: + - type: Transform + pos: -43.5,-55.5 + parent: 2 + - uid: 10409 + components: + - type: Transform + pos: -43.5,-53.5 + parent: 2 + - uid: 10410 + components: + - type: Transform + pos: -42.5,-54.5 + parent: 2 + - uid: 10411 + components: + - type: Transform + pos: -41.5,-54.5 + parent: 2 + - uid: 10412 + components: + - type: Transform + pos: -31.5,-48.5 + parent: 2 + - uid: 10413 + components: + - type: Transform + pos: -31.5,-49.5 + parent: 2 + - uid: 10414 + components: + - type: Transform + pos: -31.5,-50.5 + parent: 2 + - uid: 10415 + components: + - type: Transform + pos: -31.5,-51.5 + parent: 2 + - uid: 10416 + components: + - type: Transform + pos: -32.5,-51.5 + parent: 2 + - uid: 10417 + components: + - type: Transform + pos: -33.5,-51.5 + parent: 2 + - uid: 10418 + components: + - type: Transform + pos: -34.5,-51.5 + parent: 2 + - uid: 10419 + components: + - type: Transform + pos: -35.5,-51.5 + parent: 2 + - uid: 10420 + components: + - type: Transform + pos: -36.5,-51.5 + parent: 2 + - uid: 10421 + components: + - type: Transform + pos: -37.5,-51.5 + parent: 2 + - uid: 10422 + components: + - type: Transform + pos: -37.5,-52.5 + parent: 2 + - uid: 10423 + components: + - type: Transform + pos: -37.5,-53.5 + parent: 2 + - uid: 10424 + components: + - type: Transform + pos: -37.5,-54.5 + parent: 2 + - uid: 10425 + components: + - type: Transform + pos: -38.5,-54.5 + parent: 2 + - uid: 10426 + components: + - type: Transform + pos: -39.5,-54.5 + parent: 2 + - uid: 10427 + components: + - type: Transform + pos: -40.5,-54.5 + parent: 2 + - uid: 10428 + components: + - type: Transform + pos: -30.5,-48.5 + parent: 2 + - uid: 10429 + components: + - type: Transform + pos: -29.5,-48.5 + parent: 2 + - uid: 10431 + components: + - type: Transform + pos: -27.5,-48.5 + parent: 2 + - uid: 10434 + components: + - type: Transform + pos: -52.5,-54.5 + parent: 2 + - uid: 10437 + components: + - type: Transform + pos: -23.5,-27.5 + parent: 2 + - uid: 10472 + components: + - type: Transform + pos: -64.5,-50.5 + parent: 2 + - uid: 10502 + components: + - type: Transform + pos: -70.5,-54.5 + parent: 2 + - uid: 10503 + components: + - type: Transform + pos: -69.5,-54.5 + parent: 2 + - uid: 10504 + components: + - type: Transform + pos: -68.5,-54.5 + parent: 2 + - uid: 11107 + components: + - type: Transform + pos: 10.5,-43.5 + parent: 2 + - uid: 11216 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - uid: 11217 + components: + - type: Transform + pos: 22.5,11.5 + parent: 2 + - uid: 11218 + components: + - type: Transform + pos: 23.5,11.5 + parent: 2 + - uid: 11219 + components: + - type: Transform + pos: 24.5,11.5 + parent: 2 + - uid: 11220 + components: + - type: Transform + pos: 24.5,12.5 + parent: 2 + - uid: 11221 + components: + - type: Transform + pos: 24.5,13.5 + parent: 2 + - uid: 11222 + components: + - type: Transform + pos: 23.5,13.5 + parent: 2 + - uid: 11223 + components: + - type: Transform + pos: 23.5,14.5 + parent: 2 + - uid: 11325 + components: + - type: Transform + pos: -11.5,24.5 + parent: 2 + - uid: 11415 + components: + - type: Transform + pos: 26.5,-39.5 + parent: 2 + - uid: 11417 + components: + - type: Transform + pos: 36.5,-31.5 + parent: 2 + - uid: 11418 + components: + - type: Transform + pos: 41.5,-31.5 + parent: 2 + - uid: 11833 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 12064 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 2 + - uid: 12137 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 12138 + components: + - type: Transform + pos: -16.5,-13.5 + parent: 2 + - uid: 12205 + components: + - type: Transform + pos: -9.5,-22.5 + parent: 2 + - uid: 12313 + components: + - type: Transform + pos: -0.5,11.5 + parent: 2 + - uid: 12314 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - uid: 12326 + components: + - type: Transform + pos: 0.5,11.5 + parent: 2 + - uid: 12327 + components: + - type: Transform + pos: 12.5,11.5 + parent: 2 + - uid: 12332 + components: + - type: Transform + pos: 2.5,11.5 + parent: 2 + - uid: 12333 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 12440 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 12448 + components: + - type: Transform + pos: 32.5,0.5 + parent: 2 + - uid: 12669 + components: + - type: Transform + pos: -23.5,-24.5 + parent: 2 + - uid: 12715 + components: + - type: Transform + pos: -23.5,-26.5 + parent: 2 + - uid: 12893 + components: + - type: Transform + pos: -16.5,-11.5 + parent: 2 + - uid: 12894 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 12895 + components: + - type: Transform + pos: -16.5,-9.5 + parent: 2 + - uid: 12896 + components: + - type: Transform + pos: -16.5,-8.5 + parent: 2 + - uid: 12897 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 2 + - uid: 12997 + components: + - type: Transform + pos: 6.5,11.5 + parent: 2 + - uid: 13009 + components: + - type: Transform + pos: 10.5,11.5 + parent: 2 + - uid: 13160 + components: + - type: Transform + pos: 17.5,10.5 + parent: 2 + - uid: 13170 + components: + - type: Transform + pos: -27.5,-18.5 + parent: 2 + - uid: 13173 + components: + - type: Transform + pos: -3.5,11.5 + parent: 2 + - uid: 13345 + components: + - type: Transform + pos: -16.5,-17.5 + parent: 2 + - uid: 13350 + components: + - type: Transform + pos: 18.5,10.5 + parent: 2 + - uid: 13621 + components: + - type: Transform + pos: 19.5,10.5 + parent: 2 + - uid: 14249 + components: + - type: Transform + pos: 13.5,11.5 + parent: 2 + - uid: 14250 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - uid: 14251 + components: + - type: Transform + pos: 14.5,11.5 + parent: 2 + - uid: 14252 + components: + - type: Transform + pos: 11.5,11.5 + parent: 2 + - uid: 14254 + components: + - type: Transform + pos: -12.5,22.5 + parent: 2 + - uid: 14264 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 2 + - uid: 14285 + components: + - type: Transform + pos: -11.5,22.5 + parent: 2 + - uid: 14398 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 2 + - uid: 14435 + components: + - type: Transform + pos: -23.5,-23.5 + parent: 2 + - uid: 14534 + components: + - type: Transform + pos: -23.5,-25.5 + parent: 2 + - uid: 15379 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 2 + - uid: 15387 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 2 + - uid: 15477 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 2 + - uid: 15705 + components: + - type: Transform + pos: -62.5,-49.5 + parent: 2 + - uid: 15713 + components: + - type: Transform + pos: -64.5,-48.5 + parent: 2 + - uid: 15714 + components: + - type: Transform + pos: -62.5,-51.5 + parent: 2 + - uid: 15767 + components: + - type: Transform + pos: -62.5,-52.5 + parent: 2 + - uid: 15785 + components: + - type: Transform + pos: -64.5,-49.5 + parent: 2 + - uid: 15786 + components: + - type: Transform + pos: -62.5,-50.5 + parent: 2 + - uid: 15789 + components: + - type: Transform + pos: -58.5,-56.5 + parent: 2 + - uid: 15795 + components: + - type: Transform + pos: -67.5,-52.5 + parent: 2 + - uid: 15796 + components: + - type: Transform + pos: -63.5,-56.5 + parent: 2 + - uid: 15797 + components: + - type: Transform + pos: -67.5,-56.5 + parent: 2 + - uid: 15798 + components: + - type: Transform + pos: -59.5,-52.5 + parent: 2 + - uid: 15801 + components: + - type: Transform + pos: -58.5,-58.5 + parent: 2 + - uid: 15802 + components: + - type: Transform + pos: -63.5,-52.5 + parent: 2 + - uid: 15806 + components: + - type: Transform + pos: -60.5,-57.5 + parent: 2 + - uid: 15807 + components: + - type: Transform + pos: -60.5,-58.5 + parent: 2 + - uid: 15808 + components: + - type: Transform + pos: -58.5,-57.5 + parent: 2 + - uid: 15809 + components: + - type: Transform + pos: -59.5,-56.5 + parent: 2 + - uid: 15813 + components: + - type: Transform + pos: -16.5,-19.5 + parent: 2 + - uid: 15814 + components: + - type: Transform + pos: -16.5,-18.5 + parent: 2 + - uid: 15816 + components: + - type: Transform + pos: -19.5,-19.5 + parent: 2 + - uid: 15817 + components: + - type: Transform + pos: -20.5,-19.5 + parent: 2 + - uid: 15818 + components: + - type: Transform + pos: -18.5,-19.5 + parent: 2 + - uid: 15820 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 2 + - uid: 15821 + components: + - type: Transform + pos: -16.5,-15.5 + parent: 2 + - uid: 15822 + components: + - type: Transform + pos: -16.5,-16.5 + parent: 2 + - uid: 15826 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 2 + - uid: 15827 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 2 + - uid: 15831 + components: + - type: Transform + pos: 16.5,-16.5 + parent: 2 + - uid: 15833 + components: + - type: Transform + pos: 18.5,-10.5 + parent: 2 + - uid: 15850 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 15862 + components: + - type: Transform + pos: 20.5,-15.5 + parent: 2 + - uid: 15869 + components: + - type: Transform + pos: 18.5,-15.5 + parent: 2 + - uid: 15876 + components: + - type: Transform + pos: 19.5,-15.5 + parent: 2 + - uid: 15943 + components: + - type: Transform + pos: -63.5,-8.5 + parent: 2 + - uid: 16011 + components: + - type: Transform + pos: 17.5,-15.5 + parent: 2 + - uid: 16137 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 2 + - uid: 16233 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 16269 + components: + - type: Transform + pos: -62.5,-8.5 + parent: 2 + - uid: 16270 + components: + - type: Transform + pos: -62.5,-10.5 + parent: 2 + - uid: 16272 + components: + - type: Transform + pos: -61.5,-8.5 + parent: 2 + - uid: 16274 + components: + - type: Transform + pos: -62.5,-10.5 + parent: 2 + - uid: 16277 + components: + - type: Transform + pos: -62.5,-9.5 + parent: 2 + - uid: 16278 + components: + - type: Transform + pos: -62.5,-11.5 + parent: 2 + - uid: 16279 + components: + - type: Transform + pos: -62.5,-12.5 + parent: 2 + - uid: 16280 + components: + - type: Transform + pos: -61.5,-12.5 + parent: 2 + - uid: 16281 + components: + - type: Transform + pos: -60.5,-12.5 + parent: 2 + - uid: 16282 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 2 + - uid: 16283 + components: + - type: Transform + pos: -58.5,-12.5 + parent: 2 + - uid: 16284 + components: + - type: Transform + pos: -57.5,-12.5 + parent: 2 + - uid: 16285 + components: + - type: Transform + pos: -56.5,-12.5 + parent: 2 + - uid: 16286 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - uid: 16287 + components: + - type: Transform + pos: -54.5,-12.5 + parent: 2 + - uid: 16288 + components: + - type: Transform + pos: -53.5,-12.5 + parent: 2 + - uid: 16289 + components: + - type: Transform + pos: -51.5,-12.5 + parent: 2 + - uid: 16290 + components: + - type: Transform + pos: -50.5,-12.5 + parent: 2 + - uid: 16291 + components: + - type: Transform + pos: -49.5,-12.5 + parent: 2 + - uid: 16292 + components: + - type: Transform + pos: -48.5,-12.5 + parent: 2 + - uid: 16293 + components: + - type: Transform + pos: -47.5,-12.5 + parent: 2 + - uid: 16294 + components: + - type: Transform + pos: -46.5,-12.5 + parent: 2 + - uid: 16295 + components: + - type: Transform + pos: -45.5,-12.5 + parent: 2 + - uid: 16296 + components: + - type: Transform + pos: -44.5,-12.5 + parent: 2 + - uid: 16297 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 + - uid: 16298 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 2 + - uid: 16299 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 16300 + components: + - type: Transform + pos: -40.5,-12.5 + parent: 2 + - uid: 16301 + components: + - type: Transform + pos: -39.5,-12.5 + parent: 2 + - uid: 16302 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 + - uid: 16303 + components: + - type: Transform + pos: -41.5,-12.5 + parent: 2 + - uid: 16304 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 + - uid: 16305 + components: + - type: Transform + pos: -38.5,-14.5 + parent: 2 + - uid: 16306 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 2 + - uid: 16307 + components: + - type: Transform + pos: -38.5,-16.5 + parent: 2 + - uid: 16308 + components: + - type: Transform + pos: -37.5,-16.5 + parent: 2 + - uid: 16309 + components: + - type: Transform + pos: -36.5,-16.5 + parent: 2 + - uid: 16310 + components: + - type: Transform + pos: -35.5,-16.5 + parent: 2 + - uid: 16311 + components: + - type: Transform + pos: -34.5,-16.5 + parent: 2 + - uid: 16312 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 16313 + components: + - type: Transform + pos: -31.5,-16.5 + parent: 2 + - uid: 16314 + components: + - type: Transform + pos: -30.5,-16.5 + parent: 2 + - uid: 16315 + components: + - type: Transform + pos: -29.5,-16.5 + parent: 2 + - uid: 16316 + components: + - type: Transform + pos: -28.5,-16.5 + parent: 2 + - uid: 16317 + components: + - type: Transform + pos: -27.5,-16.5 + parent: 2 + - uid: 16318 + components: + - type: Transform + pos: -26.5,-16.5 + parent: 2 + - uid: 16319 + components: + - type: Transform + pos: -25.5,-16.5 + parent: 2 + - uid: 16320 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 + - uid: 16322 + components: + - type: Transform + pos: -32.5,-16.5 + parent: 2 + - uid: 16323 + components: + - type: Transform + pos: -23.5,-15.5 + parent: 2 + - uid: 16324 + components: + - type: Transform + pos: -22.5,-15.5 + parent: 2 + - uid: 16325 + components: + - type: Transform + pos: -21.5,-15.5 + parent: 2 + - uid: 16326 + components: + - type: Transform + pos: -20.5,-15.5 + parent: 2 + - uid: 16327 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 + - uid: 16328 + components: + - type: Transform + pos: -19.5,-14.5 + parent: 2 + - uid: 16329 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 2 + - uid: 16330 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 16331 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 2 + - uid: 16332 + components: + - type: Transform + pos: -23.5,-14.5 + parent: 2 + - uid: 16637 + components: + - type: Transform + pos: -18.5,-14.5 + parent: 2 + - uid: 16638 + components: + - type: Transform + pos: -17.5,-14.5 + parent: 2 + - uid: 16639 + components: + - type: Transform + pos: -16.5,-14.5 + parent: 2 + - uid: 17287 + components: + - type: Transform + pos: 25.5,-2.5 + parent: 2 + - uid: 17297 + components: + - type: Transform + pos: 59.5,-2.5 + parent: 2 + - uid: 17301 + components: + - type: Transform + pos: 59.5,0.5 + parent: 2 + - uid: 17747 + components: + - type: Transform + pos: 34.5,-36.5 + parent: 2 + - uid: 17748 + components: + - type: Transform + pos: 34.5,-35.5 + parent: 2 + - uid: 17749 + components: + - type: Transform + pos: 34.5,-34.5 + parent: 2 + - uid: 17759 + components: + - type: Transform + pos: 57.5,4.5 + parent: 2 + - uid: 17764 + components: + - type: Transform + pos: -45.5,26.5 + parent: 2 + - uid: 17767 + components: + - type: Transform + pos: -52.5,19.5 + parent: 2 + - uid: 17768 + components: + - type: Transform + pos: -55.5,10.5 + parent: 2 + - uid: 17769 + components: + - type: Transform + pos: -48.5,19.5 + parent: 2 + - uid: 17770 + components: + - type: Transform + pos: -56.5,10.5 + parent: 2 + - uid: 17805 + components: + - type: Transform + pos: 65.5,0.5 + parent: 2 + - uid: 17830 + components: + - type: Transform + pos: 69.5,6.5 + parent: 2 + - uid: 17832 + components: + - type: Transform + pos: 69.5,8.5 + parent: 2 + - uid: 17836 + components: + - type: Transform + pos: 34.5,-33.5 + parent: 2 + - uid: 17838 + components: + - type: Transform + pos: 34.5,-32.5 + parent: 2 + - uid: 17839 + components: + - type: Transform + pos: 69.5,4.5 + parent: 2 + - uid: 17841 + components: + - type: Transform + pos: 69.5,7.5 + parent: 2 + - uid: 17871 + components: + - type: Transform + pos: 34.5,-31.5 + parent: 2 + - uid: 17884 + components: + - type: Transform + pos: 35.5,-31.5 + parent: 2 + - uid: 17902 + components: + - type: Transform + pos: -30.5,20.5 + parent: 2 + - uid: 17920 + components: + - type: Transform + pos: -48.5,10.5 + parent: 2 + - uid: 17931 + components: + - type: Transform + pos: -53.5,12.5 + parent: 2 + - uid: 17932 + components: + - type: Transform + pos: -54.5,10.5 + parent: 2 + - uid: 17933 + components: + - type: Transform + pos: -46.5,10.5 + parent: 2 + - uid: 17937 + components: + - type: Transform + pos: 67.5,0.5 + parent: 2 + - uid: 17938 + components: + - type: Transform + pos: 67.5,-0.5 + parent: 2 + - uid: 17944 + components: + - type: Transform + pos: 67.5,-1.5 + parent: 2 + - uid: 17945 + components: + - type: Transform + pos: 67.5,-2.5 + parent: 2 + - uid: 17947 + components: + - type: Transform + pos: 67.5,-3.5 + parent: 2 + - uid: 17978 + components: + - type: Transform + pos: -28.5,23.5 + parent: 2 + - uid: 17981 + components: + - type: Transform + pos: -28.5,22.5 + parent: 2 + - uid: 18128 + components: + - type: Transform + pos: 69.5,-0.5 + parent: 2 + - uid: 18129 + components: + - type: Transform + pos: 69.5,5.5 + parent: 2 + - uid: 18154 + components: + - type: Transform + pos: 59.5,-0.5 + parent: 2 + - uid: 18155 + components: + - type: Transform + pos: 57.5,-0.5 + parent: 2 + - uid: 18159 + components: + - type: Transform + pos: -33.5,23.5 + parent: 2 + - uid: 18213 + components: + - type: Transform + pos: -45.5,20.5 + parent: 2 + - uid: 18214 + components: + - type: Transform + pos: -47.5,20.5 + parent: 2 + - uid: 18215 + components: + - type: Transform + pos: -53.5,28.5 + parent: 2 + - uid: 18216 + components: + - type: Transform + pos: -53.5,29.5 + parent: 2 + - uid: 18217 + components: + - type: Transform + pos: -44.5,20.5 + parent: 2 + - uid: 18218 + components: + - type: Transform + pos: -48.5,20.5 + parent: 2 + - uid: 18219 + components: + - type: Transform + pos: -52.5,20.5 + parent: 2 + - uid: 18225 + components: + - type: Transform + pos: -52.5,15.5 + parent: 2 + - uid: 18226 + components: + - type: Transform + pos: -46.5,20.5 + parent: 2 + - uid: 18237 + components: + - type: Transform + pos: -53.5,27.5 + parent: 2 + - uid: 18240 + components: + - type: Transform + pos: -52.5,18.5 + parent: 2 + - uid: 18242 + components: + - type: Transform + pos: -53.5,26.5 + parent: 2 + - uid: 18350 + components: + - type: Transform + pos: -30.5,24.5 + parent: 2 + - uid: 18352 + components: + - type: Transform + pos: -29.5,22.5 + parent: 2 + - uid: 18362 + components: + - type: Transform + pos: -56.5,12.5 + parent: 2 + - uid: 18365 + components: + - type: Transform + pos: -29.5,24.5 + parent: 2 + - uid: 18377 + components: + - type: Transform + pos: -55.5,12.5 + parent: 2 + - uid: 18381 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 18597 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 2 + - uid: 18598 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 2 + - uid: 18599 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 2 + - uid: 18602 + components: + - type: Transform + pos: 57.5,0.5 + parent: 2 + - uid: 18607 + components: + - type: Transform + pos: 61.5,-2.5 + parent: 2 + - uid: 18608 + components: + - type: Transform + pos: 57.5,-2.5 + parent: 2 + - uid: 18904 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - uid: 18905 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - uid: 18935 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 2 + - uid: 18936 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 + - uid: 18937 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - uid: 18938 + components: + - type: Transform + pos: -3.5,-11.5 + parent: 2 + - uid: 18939 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - uid: 18940 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 18941 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 20004 + components: + - type: Transform + pos: 25.5,-1.5 + parent: 2 +- proto: CableHVStack + entities: + - uid: 3012 + components: + - type: Transform + pos: -6.6450443,-14.737694 + parent: 2 + - uid: 3391 + components: + - type: Transform + pos: -16.573278,-25.136585 + parent: 2 + - uid: 10653 + components: + - type: Transform + pos: -31.632442,-59.28418 + parent: 2 + - uid: 10756 + components: + - type: Transform + pos: -55.592247,-13.290644 + parent: 2 + - uid: 17986 + components: + - type: Transform + pos: 12.482157,-19.503796 + parent: 2 + - uid: 18184 + components: + - type: Transform + pos: -29.499138,22.607857 + parent: 2 +- proto: CableMV + entities: + - uid: 8 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 2 + - uid: 10 + components: + - type: Transform + pos: -5.5,-22.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: -22.5,22.5 + parent: 2 + - uid: 54 + components: + - type: Transform + pos: 41.5,-1.5 + parent: 2 + - uid: 77 + components: + - type: Transform + pos: -19.5,28.5 + parent: 2 + - uid: 78 + components: + - type: Transform + pos: -19.5,27.5 + parent: 2 + - uid: 95 + components: + - type: Transform + pos: -20.5,-51.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: -25.5,11.5 + parent: 2 + - uid: 174 + components: + - type: Transform + pos: -13.5,-53.5 + parent: 2 + - uid: 191 + components: + - type: Transform + pos: -13.5,19.5 + parent: 2 + - uid: 193 + components: + - type: Transform + pos: -1.5,25.5 + parent: 2 + - uid: 198 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 204 + components: + - type: Transform + pos: -0.5,25.5 + parent: 2 + - uid: 217 + components: + - type: Transform + pos: -30.5,-54.5 + parent: 2 + - uid: 236 + components: + - type: Transform + pos: -31.5,-13.5 + parent: 2 + - uid: 239 + components: + - type: Transform + pos: 2.5,25.5 + parent: 2 + - uid: 242 + components: + - type: Transform + pos: 3.5,25.5 + parent: 2 + - uid: 261 + components: + - type: Transform + pos: 4.5,20.5 + parent: 2 + - uid: 264 + components: + - type: Transform + pos: 5.5,25.5 + parent: 2 + - uid: 274 + components: + - type: Transform + pos: -3.5,24.5 + parent: 2 + - uid: 278 + components: + - type: Transform + pos: -5.5,24.5 + parent: 2 + - uid: 282 + components: + - type: Transform + pos: -4.5,24.5 + parent: 2 + - uid: 289 + components: + - type: Transform + pos: -44.5,-38.5 + parent: 2 + - uid: 316 + components: + - type: Transform + pos: -11.5,24.5 + parent: 2 + - uid: 321 + components: + - type: Transform + pos: -11.5,23.5 + parent: 2 + - uid: 335 + components: + - type: Transform + pos: -25.5,12.5 + parent: 2 + - uid: 343 + components: + - type: Transform + pos: 31.5,-9.5 + parent: 2 + - uid: 348 + components: + - type: Transform + pos: -12.5,-53.5 + parent: 2 + - uid: 355 + components: + - type: Transform + pos: 6.5,25.5 + parent: 2 + - uid: 359 + components: + - type: Transform + pos: 7.5,25.5 + parent: 2 + - uid: 363 + components: + - type: Transform + pos: 31.5,-11.5 + parent: 2 + - uid: 403 + components: + - type: Transform + pos: 31.5,-10.5 + parent: 2 + - uid: 419 + components: + - type: Transform + pos: -44.5,-36.5 + parent: 2 + - uid: 428 + components: + - type: Transform + pos: -24.5,11.5 + parent: 2 + - uid: 458 + components: + - type: Transform + pos: -0.5,11.5 + parent: 2 + - uid: 488 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 + - uid: 508 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - uid: 514 + components: + - type: Transform + pos: -7.5,22.5 + parent: 2 + - uid: 516 + components: + - type: Transform + pos: -6.5,22.5 + parent: 2 + - uid: 517 + components: + - type: Transform + pos: -11.5,22.5 + parent: 2 + - uid: 518 + components: + - type: Transform + pos: -10.5,22.5 + parent: 2 + - uid: 519 + components: + - type: Transform + pos: -9.5,22.5 + parent: 2 + - uid: 523 + components: + - type: Transform + pos: 8.5,16.5 + parent: 2 + - uid: 524 + components: + - type: Transform + pos: 8.5,15.5 + parent: 2 + - uid: 529 + components: + - type: Transform + pos: -0.5,26.5 + parent: 2 + - uid: 533 + components: + - type: Transform + pos: 7.5,17.5 + parent: 2 + - uid: 535 + components: + - type: Transform + pos: 8.5,17.5 + parent: 2 + - uid: 537 + components: + - type: Transform + pos: 6.5,17.5 + parent: 2 + - uid: 543 + components: + - type: Transform + pos: -0.5,27.5 + parent: 2 + - uid: 551 + components: + - type: Transform + pos: -27.5,14.5 + parent: 2 + - uid: 552 + components: + - type: Transform + pos: -26.5,14.5 + parent: 2 + - uid: 563 + components: + - type: Transform + pos: 31.5,-8.5 + parent: 2 + - uid: 584 + components: + - type: Transform + pos: 10.5,25.5 + parent: 2 + - uid: 599 + components: + - type: Transform + pos: -22.5,20.5 + parent: 2 + - uid: 649 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 2 + - uid: 661 + components: + - type: Transform + pos: -25.5,14.5 + parent: 2 + - uid: 723 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 2 + - uid: 769 + components: + - type: Transform + pos: -8.5,21.5 + parent: 2 + - uid: 770 + components: + - type: Transform + pos: -8.5,19.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: -9.5,19.5 + parent: 2 + - uid: 778 + components: + - type: Transform + pos: -8.5,20.5 + parent: 2 + - uid: 860 + components: + - type: Transform + pos: -29.5,-55.5 + parent: 2 + - uid: 911 + components: + - type: Transform + pos: -31.5,21.5 + parent: 2 + - uid: 959 + components: + - type: Transform + pos: -26.5,-4.5 + parent: 2 + - uid: 960 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 961 + components: + - type: Transform + pos: -30.5,-8.5 + parent: 2 + - uid: 962 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 + - uid: 973 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 2 + - uid: 974 + components: + - type: Transform + pos: -27.5,-4.5 + parent: 2 + - uid: 975 + components: + - type: Transform + pos: -30.5,-11.5 + parent: 2 + - uid: 991 + components: + - type: Transform + pos: -30.5,-12.5 + parent: 2 + - uid: 1078 + components: + - type: Transform + pos: -13.5,15.5 + parent: 2 + - uid: 1093 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 2 + - uid: 1278 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - uid: 1281 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 2 + - uid: 1287 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 1288 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 + - uid: 1289 + components: + - type: Transform + pos: -36.5,-41.5 + parent: 2 + - uid: 1291 + components: + - type: Transform + pos: -12.5,-21.5 + parent: 2 + - uid: 1309 + components: + - type: Transform + pos: 4.5,11.5 + parent: 2 + - uid: 1310 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - uid: 1311 + components: + - type: Transform + pos: 4.5,12.5 + parent: 2 + - uid: 1334 + components: + - type: Transform + pos: -41.5,-37.5 + parent: 2 + - uid: 1335 + components: + - type: Transform + pos: -41.5,-35.5 + parent: 2 + - uid: 1338 + components: + - type: Transform + pos: 8.5,25.5 + parent: 2 + - uid: 1339 + components: + - type: Transform + pos: 9.5,25.5 + parent: 2 + - uid: 1340 + components: + - type: Transform + pos: 4.5,19.5 + parent: 2 + - uid: 1341 + components: + - type: Transform + pos: 4.5,25.5 + parent: 2 + - uid: 1344 + components: + - type: Transform + pos: 13.5,22.5 + parent: 2 + - uid: 1345 + components: + - type: Transform + pos: 13.5,21.5 + parent: 2 + - uid: 1346 + components: + - type: Transform + pos: 5.5,17.5 + parent: 2 + - uid: 1347 + components: + - type: Transform + pos: 11.5,25.5 + parent: 2 + - uid: 1348 + components: + - type: Transform + pos: -41.5,-34.5 + parent: 2 + - uid: 1351 + components: + - type: Transform + pos: 1.5,25.5 + parent: 2 + - uid: 1352 + components: + - type: Transform + pos: 4.5,18.5 + parent: 2 + - uid: 1379 + components: + - type: Transform + pos: 13.5,24.5 + parent: 2 + - uid: 1380 + components: + - type: Transform + pos: 13.5,23.5 + parent: 2 + - uid: 1382 + components: + - type: Transform + pos: -42.5,-39.5 + parent: 2 + - uid: 1391 + components: + - type: Transform + pos: 12.5,25.5 + parent: 2 + - uid: 1399 + components: + - type: Transform + pos: 13.5,25.5 + parent: 2 + - uid: 1400 + components: + - type: Transform + pos: 4.5,17.5 + parent: 2 + - uid: 1434 + components: + - type: Transform + pos: 0.5,25.5 + parent: 2 + - uid: 1450 + components: + - type: Transform + pos: -29.5,-56.5 + parent: 2 + - uid: 1483 + components: + - type: Transform + pos: -31.5,-54.5 + parent: 2 + - uid: 1502 + components: + - type: Transform + pos: 4.5,23.5 + parent: 2 + - uid: 1504 + components: + - type: Transform + pos: 4.5,22.5 + parent: 2 + - uid: 1521 + components: + - type: Transform + pos: 4.5,21.5 + parent: 2 + - uid: 1522 + components: + - type: Transform + pos: 4.5,24.5 + parent: 2 + - uid: 1549 + components: + - type: Transform + pos: -43.5,-25.5 + parent: 2 + - uid: 1554 + components: + - type: Transform + pos: -42.5,-25.5 + parent: 2 + - uid: 1690 + components: + - type: Transform + pos: -41.5,-44.5 + parent: 2 + - uid: 1693 + components: + - type: Transform + pos: -41.5,-46.5 + parent: 2 + - uid: 1774 + components: + - type: Transform + pos: 31.5,-6.5 + parent: 2 + - uid: 1801 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 1803 + components: + - type: Transform + pos: -3.5,-4.5 + parent: 2 + - uid: 1851 + components: + - type: Transform + pos: -4.5,-4.5 + parent: 2 + - uid: 1855 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 2050 + components: + - type: Transform + pos: 41.5,0.5 + parent: 2 + - uid: 2051 + components: + - type: Transform + pos: 41.5,1.5 + parent: 2 + - uid: 2052 + components: + - type: Transform + pos: 41.5,2.5 + parent: 2 + - uid: 2105 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 2106 + components: + - type: Transform + pos: 41.5,4.5 + parent: 2 + - uid: 2116 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 2129 + components: + - type: Transform + pos: 41.5,5.5 + parent: 2 + - uid: 2144 + components: + - type: Transform + pos: 41.5,-0.5 + parent: 2 + - uid: 2151 + components: + - type: Transform + pos: -9.5,-17.5 + parent: 2 + - uid: 2160 + components: + - type: Transform + pos: -7.5,-22.5 + parent: 2 + - uid: 2181 + components: + - type: Transform + pos: -23.5,-4.5 + parent: 2 + - uid: 2200 + components: + - type: Transform + pos: 36.5,-21.5 + parent: 2 + - uid: 2201 + components: + - type: Transform + pos: 37.5,-21.5 + parent: 2 + - uid: 2231 + components: + - type: Transform + pos: -25.5,20.5 + parent: 2 + - uid: 2271 + components: + - type: Transform + pos: -19.5,22.5 + parent: 2 + - uid: 2274 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 + - uid: 2330 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - uid: 2331 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 2 + - uid: 2361 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 2 + - uid: 2362 + components: + - type: Transform + pos: -24.5,4.5 + parent: 2 + - uid: 2364 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 + - uid: 2374 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 2 + - uid: 2375 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 2 + - uid: 2399 + components: + - type: Transform + pos: 5.5,-15.5 + parent: 2 + - uid: 2401 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 2 + - uid: 2416 + components: + - type: Transform + pos: -8.5,-10.5 + parent: 2 + - uid: 2417 + components: + - type: Transform + pos: -8.5,-9.5 + parent: 2 + - uid: 2418 + components: + - type: Transform + pos: -8.5,-8.5 + parent: 2 + - uid: 2419 + components: + - type: Transform + pos: -8.5,-7.5 + parent: 2 + - uid: 2420 + components: + - type: Transform + pos: -8.5,-6.5 + parent: 2 + - uid: 2421 + components: + - type: Transform + pos: -8.5,-5.5 + parent: 2 + - uid: 2424 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 + - uid: 2430 + components: + - type: Transform + pos: -23.5,20.5 + parent: 2 + - uid: 2458 + components: + - type: Transform + pos: 38.5,-14.5 + parent: 2 + - uid: 2462 + components: + - type: Transform + pos: 37.5,-14.5 + parent: 2 + - uid: 2463 + components: + - type: Transform + pos: -19.5,25.5 + parent: 2 + - uid: 2465 + components: + - type: Transform + pos: -19.5,26.5 + parent: 2 + - uid: 2466 + components: + - type: Transform + pos: -18.5,28.5 + parent: 2 + - uid: 2486 + components: + - type: Transform + pos: -19.5,24.5 + parent: 2 + - uid: 2496 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - uid: 2501 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 2503 + components: + - type: Transform + pos: 10.5,-57.5 + parent: 2 + - uid: 2504 + components: + - type: Transform + pos: 9.5,-57.5 + parent: 2 + - uid: 2512 + components: + - type: Transform + pos: -41.5,-33.5 + parent: 2 + - uid: 2514 + components: + - type: Transform + pos: -41.5,-36.5 + parent: 2 + - uid: 2516 + components: + - type: Transform + pos: -40.5,-37.5 + parent: 2 + - uid: 2549 + components: + - type: Transform + pos: -2.5,-4.5 + parent: 2 + - uid: 2639 + components: + - type: Transform + pos: -23.5,4.5 + parent: 2 + - uid: 2641 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 2673 + components: + - type: Transform + pos: 1.5,-15.5 + parent: 2 + - uid: 2702 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 2 + - uid: 2703 + components: + - type: Transform + pos: -26.5,-5.5 + parent: 2 + - uid: 2711 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 2 + - uid: 2712 + components: + - type: Transform + pos: -25.5,-4.5 + parent: 2 + - uid: 2713 + components: + - type: Transform + pos: -25.5,-2.5 + parent: 2 + - uid: 2714 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 2 + - uid: 2715 + components: + - type: Transform + pos: -25.5,-1.5 + parent: 2 + - uid: 2716 + components: + - type: Transform + pos: -25.5,0.5 + parent: 2 + - uid: 2717 + components: + - type: Transform + pos: -25.5,1.5 + parent: 2 + - uid: 2718 + components: + - type: Transform + pos: -25.5,3.5 + parent: 2 + - uid: 2719 + components: + - type: Transform + pos: -25.5,4.5 + parent: 2 + - uid: 2720 + components: + - type: Transform + pos: -25.5,2.5 + parent: 2 + - uid: 2721 + components: + - type: Transform + pos: -25.5,5.5 + parent: 2 + - uid: 2722 + components: + - type: Transform + pos: -25.5,6.5 + parent: 2 + - uid: 2723 + components: + - type: Transform + pos: -25.5,7.5 + parent: 2 + - uid: 2724 + components: + - type: Transform + pos: -25.5,8.5 + parent: 2 + - uid: 2725 + components: + - type: Transform + pos: -25.5,9.5 + parent: 2 + - uid: 2726 + components: + - type: Transform + pos: -25.5,10.5 + parent: 2 + - uid: 2727 + components: + - type: Transform + pos: -25.5,13.5 + parent: 2 + - uid: 2760 + components: + - type: Transform + pos: 4.5,-15.5 + parent: 2 + - uid: 2761 + components: + - type: Transform + pos: 2.5,-15.5 + parent: 2 + - uid: 2767 + components: + - type: Transform + pos: -24.5,-4.5 + parent: 2 + - uid: 2828 + components: + - type: Transform + pos: -11.5,11.5 + parent: 2 + - uid: 2835 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 2 + - uid: 2836 + components: + - type: Transform + pos: -26.5,-2.5 + parent: 2 + - uid: 2837 + components: + - type: Transform + pos: -10.5,11.5 + parent: 2 + - uid: 2865 + components: + - type: Transform + pos: -27.5,9.5 + parent: 2 + - uid: 2872 + components: + - type: Transform + pos: -26.5,8.5 + parent: 2 + - uid: 2873 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 2882 + components: + - type: Transform + pos: -19.5,23.5 + parent: 2 + - uid: 2910 + components: + - type: Transform + pos: -2.5,-6.5 + parent: 2 + - uid: 2948 + components: + - type: Transform + pos: -10.5,10.5 + parent: 2 + - uid: 2950 + components: + - type: Transform + pos: -23.5,16.5 + parent: 2 + - uid: 2976 + components: + - type: Transform + pos: -24.5,20.5 + parent: 2 + - uid: 3025 + components: + - type: Transform + pos: -22.5,16.5 + parent: 2 + - uid: 3028 + components: + - type: Transform + pos: -25.5,16.5 + parent: 2 + - uid: 3034 + components: + - type: Transform + pos: -22.5,21.5 + parent: 2 + - uid: 3129 + components: + - type: Transform + pos: -20.5,20.5 + parent: 2 + - uid: 3357 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 + - uid: 3571 + components: + - type: Transform + pos: -13.5,18.5 + parent: 2 + - uid: 3588 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 + - uid: 3598 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - uid: 3607 + components: + - type: Transform + pos: 27.5,4.5 + parent: 2 + - uid: 3643 + components: + - type: Transform + pos: 27.5,5.5 + parent: 2 + - uid: 3656 + components: + - type: Transform + pos: 26.5,6.5 + parent: 2 + - uid: 3670 + components: + - type: Transform + pos: 28.5,3.5 + parent: 2 + - uid: 3671 + components: + - type: Transform + pos: 28.5,4.5 + parent: 2 + - uid: 3674 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 3960 + components: + - type: Transform + pos: -13.5,20.5 + parent: 2 + - uid: 3994 + components: + - type: Transform + pos: -30.5,-13.5 + parent: 2 + - uid: 4016 + components: + - type: Transform + pos: -14.5,-48.5 + parent: 2 + - uid: 4062 + components: + - type: Transform + pos: -15.5,20.5 + parent: 2 + - uid: 4116 + components: + - type: Transform + pos: -16.5,20.5 + parent: 2 + - uid: 4168 + components: + - type: Transform + pos: -22.5,-4.5 + parent: 2 + - uid: 4176 + components: + - type: Transform + pos: 41.5,-3.5 + parent: 2 + - uid: 4187 + components: + - type: Transform + pos: 31.5,-16.5 + parent: 2 + - uid: 4296 + components: + - type: Transform + pos: 31.5,-15.5 + parent: 2 + - uid: 4339 + components: + - type: Transform + pos: 31.5,-17.5 + parent: 2 + - uid: 4398 + components: + - type: Transform + pos: 38.5,-31.5 + parent: 2 + - uid: 4584 + components: + - type: Transform + pos: 41.5,-31.5 + parent: 2 + - uid: 4589 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 4595 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - uid: 4596 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 4612 + components: + - type: Transform + pos: 4.5,16.5 + parent: 2 + - uid: 4614 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 4615 + components: + - type: Transform + pos: 0.5,11.5 + parent: 2 + - uid: 4625 + components: + - type: Transform + pos: -13.5,17.5 + parent: 2 + - uid: 4631 + components: + - type: Transform + pos: -13.5,16.5 + parent: 2 + - uid: 4634 + components: + - type: Transform + pos: -13.5,14.5 + parent: 2 + - uid: 4636 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 + - uid: 4657 + components: + - type: Transform + pos: 31.5,-14.5 + parent: 2 + - uid: 4669 + components: + - type: Transform + pos: 31.5,-13.5 + parent: 2 + - uid: 4679 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 2 + - uid: 4806 + components: + - type: Transform + pos: -26.5,-22.5 + parent: 2 + - uid: 4823 + components: + - type: Transform + pos: -29.5,-21.5 + parent: 2 + - uid: 4840 + components: + - type: Transform + pos: 34.5,-40.5 + parent: 2 + - uid: 4865 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 + - uid: 4877 + components: + - type: Transform + pos: -29.5,-4.5 + parent: 2 + - uid: 4878 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - uid: 4900 + components: + - type: Transform + pos: -44.5,-31.5 + parent: 2 + - uid: 4917 + components: + - type: Transform + pos: -31.5,-8.5 + parent: 2 + - uid: 4966 + components: + - type: Transform + pos: -28.5,-21.5 + parent: 2 + - uid: 5005 + components: + - type: Transform + pos: -2.5,-23.5 + parent: 2 + - uid: 5016 + components: + - type: Transform + pos: -27.5,-22.5 + parent: 2 + - uid: 5400 + components: + - type: Transform + pos: -21.5,22.5 + parent: 2 + - uid: 5402 + components: + - type: Transform + pos: -20.5,22.5 + parent: 2 + - uid: 5517 + components: + - type: Transform + pos: -14.5,20.5 + parent: 2 + - uid: 5524 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 2 + - uid: 5555 + components: + - type: Transform + pos: -29.5,-36.5 + parent: 2 + - uid: 5840 + components: + - type: Transform + pos: -6.5,23.5 + parent: 2 + - uid: 5873 + components: + - type: Transform + pos: -6.5,24.5 + parent: 2 + - uid: 5884 + components: + - type: Transform + pos: -2.5,24.5 + parent: 2 + - uid: 5914 + components: + - type: Transform + pos: -2.5,25.5 + parent: 2 + - uid: 6072 + components: + - type: Transform + pos: 2.5,11.5 + parent: 2 + - uid: 6183 + components: + - type: Transform + pos: 41.5,-32.5 + parent: 2 + - uid: 6235 + components: + - type: Transform + pos: 39.5,-31.5 + parent: 2 + - uid: 6242 + components: + - type: Transform + pos: 40.5,-31.5 + parent: 2 + - uid: 6252 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 2 + - uid: 6282 + components: + - type: Transform + pos: 1.5,-36.5 + parent: 2 + - uid: 6289 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 2 + - uid: 6290 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - uid: 6503 + components: + - type: Transform + pos: 38.5,9.5 + parent: 2 + - uid: 6504 + components: + - type: Transform + pos: 37.5,9.5 + parent: 2 + - uid: 6560 + components: + - type: Transform + pos: 24.5,3.5 + parent: 2 + - uid: 6561 + components: + - type: Transform + pos: 24.5,2.5 + parent: 2 + - uid: 6562 + components: + - type: Transform + pos: 23.5,2.5 + parent: 2 + - uid: 6588 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 6634 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - uid: 6651 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 + - uid: 6652 + components: + - type: Transform + pos: 22.5,-11.5 + parent: 2 + - uid: 6653 + components: + - type: Transform + pos: 23.5,-11.5 + parent: 2 + - uid: 6654 + components: + - type: Transform + pos: 24.5,-11.5 + parent: 2 + - uid: 6655 + components: + - type: Transform + pos: 25.5,-11.5 + parent: 2 + - uid: 6656 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 2 + - uid: 6702 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - uid: 6752 + components: + - type: Transform + pos: -22.5,-3.5 + parent: 2 + - uid: 6857 + components: + - type: Transform + pos: 35.5,-40.5 + parent: 2 + - uid: 7031 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 2 + - uid: 7032 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - uid: 7084 + components: + - type: Transform + pos: -14.5,-49.5 + parent: 2 + - uid: 7091 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 7095 + components: + - type: Transform + pos: 40.5,-5.5 + parent: 2 + - uid: 7105 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 7110 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 2 + - uid: 7122 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 7240 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 2 + - uid: 7259 + components: + - type: Transform + pos: 26.5,-51.5 + parent: 2 + - uid: 7260 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 2 + - uid: 7321 + components: + - type: Transform + pos: -35.5,-54.5 + parent: 2 + - uid: 7355 + components: + - type: Transform + pos: 33.5,2.5 + parent: 2 + - uid: 7356 + components: + - type: Transform + pos: 34.5,2.5 + parent: 2 + - uid: 7357 + components: + - type: Transform + pos: 35.5,2.5 + parent: 2 + - uid: 7391 + components: + - type: Transform + pos: 36.5,2.5 + parent: 2 + - uid: 7394 + components: + - type: Transform + pos: 36.5,1.5 + parent: 2 + - uid: 7395 + components: + - type: Transform + pos: 36.5,0.5 + parent: 2 + - uid: 7396 + components: + - type: Transform + pos: 36.5,-0.5 + parent: 2 + - uid: 7415 + components: + - type: Transform + pos: 27.5,-51.5 + parent: 2 + - uid: 7826 + components: + - type: Transform + pos: 36.5,9.5 + parent: 2 + - uid: 7829 + components: + - type: Transform + pos: 35.5,9.5 + parent: 2 + - uid: 7830 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - uid: 7831 + components: + - type: Transform + pos: 33.5,9.5 + parent: 2 + - uid: 7849 + components: + - type: Transform + pos: 32.5,15.5 + parent: 2 + - uid: 7850 + components: + - type: Transform + pos: 32.5,17.5 + parent: 2 + - uid: 7851 + components: + - type: Transform + pos: 32.5,18.5 + parent: 2 + - uid: 7852 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 7853 + components: + - type: Transform + pos: 32.5,20.5 + parent: 2 + - uid: 7854 + components: + - type: Transform + pos: 32.5,21.5 + parent: 2 + - uid: 7855 + components: + - type: Transform + pos: 32.5,16.5 + parent: 2 + - uid: 7857 + components: + - type: Transform + pos: 32.5,22.5 + parent: 2 + - uid: 7858 + components: + - type: Transform + pos: 32.5,23.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + pos: 32.5,24.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + pos: 32.5,25.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + pos: 32.5,26.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + pos: 32.5,27.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + pos: 32.5,28.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + pos: 32.5,29.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + pos: 32.5,30.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + pos: 32.5,31.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + pos: 32.5,32.5 + parent: 2 + - uid: 7868 + components: + - type: Transform + pos: 32.5,33.5 + parent: 2 + - uid: 7869 + components: + - type: Transform + pos: 32.5,34.5 + parent: 2 + - uid: 7870 + components: + - type: Transform + pos: 32.5,35.5 + parent: 2 + - uid: 7871 + components: + - type: Transform + pos: 32.5,36.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + pos: 32.5,37.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + pos: 32.5,38.5 + parent: 2 + - uid: 7874 + components: + - type: Transform + pos: 32.5,39.5 + parent: 2 + - uid: 7875 + components: + - type: Transform + pos: 33.5,39.5 + parent: 2 + - uid: 7876 + components: + - type: Transform + pos: 34.5,39.5 + parent: 2 + - uid: 7879 + components: + - type: Transform + pos: 31.5,20.5 + parent: 2 + - uid: 7880 + components: + - type: Transform + pos: 30.5,20.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + pos: -21.5,4.5 + parent: 2 + - uid: 8066 + components: + - type: Transform + pos: -17.5,20.5 + parent: 2 + - uid: 8098 + components: + - type: Transform + pos: 4.5,13.5 + parent: 2 + - uid: 8099 + components: + - type: Transform + pos: 4.5,14.5 + parent: 2 + - uid: 8219 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 + - uid: 8252 + components: + - type: Transform + pos: -30.5,-21.5 + parent: 2 + - uid: 8274 + components: + - type: Transform + pos: 40.5,-6.5 + parent: 2 + - uid: 8316 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - uid: 8340 + components: + - type: Transform + pos: 8.5,-15.5 + parent: 2 + - uid: 8457 + components: + - type: Transform + pos: -11.5,25.5 + parent: 2 + - uid: 8512 + components: + - type: Transform + pos: 11.5,-15.5 + parent: 2 + - uid: 8547 + components: + - type: Transform + pos: 3.5,11.5 + parent: 2 + - uid: 8639 + components: + - type: Transform + pos: 41.5,9.5 + parent: 2 + - uid: 8640 + components: + - type: Transform + pos: 42.5,9.5 + parent: 2 + - uid: 8642 + components: + - type: Transform + pos: 16.5,-17.5 + parent: 2 + - uid: 8643 + components: + - type: Transform + pos: 44.5,8.5 + parent: 2 + - uid: 8644 + components: + - type: Transform + pos: 44.5,7.5 + parent: 2 + - uid: 8645 + components: + - type: Transform + pos: 40.5,9.5 + parent: 2 + - uid: 8646 + components: + - type: Transform + pos: 40.5,8.5 + parent: 2 + - uid: 8647 + components: + - type: Transform + pos: 40.5,7.5 + parent: 2 + - uid: 8648 + components: + - type: Transform + pos: 40.5,6.5 + parent: 2 + - uid: 8649 + components: + - type: Transform + pos: 39.5,5.5 + parent: 2 + - uid: 8650 + components: + - type: Transform + pos: 40.5,5.5 + parent: 2 + - uid: 8651 + components: + - type: Transform + pos: 36.5,5.5 + parent: 2 + - uid: 8653 + components: + - type: Transform + pos: 35.5,6.5 + parent: 2 + - uid: 8654 + components: + - type: Transform + pos: 35.5,7.5 + parent: 2 + - uid: 8655 + components: + - type: Transform + pos: 35.5,8.5 + parent: 2 + - uid: 8664 + components: + - type: Transform + pos: 35.5,5.5 + parent: 2 + - uid: 8665 + components: + - type: Transform + pos: 37.5,5.5 + parent: 2 + - uid: 8666 + components: + - type: Transform + pos: 38.5,5.5 + parent: 2 + - uid: 8761 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 2 + - uid: 8764 + components: + - type: Transform + pos: -4.5,-22.5 + parent: 2 + - uid: 8898 + components: + - type: Transform + pos: 24.5,-50.5 + parent: 2 + - uid: 8960 + components: + - type: Transform + pos: 44.5,1.5 + parent: 2 + - uid: 8963 + components: + - type: Transform + pos: 44.5,2.5 + parent: 2 + - uid: 9015 + components: + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 9033 + components: + - type: Transform + pos: 44.5,0.5 + parent: 2 + - uid: 9037 + components: + - type: Transform + pos: 36.5,-14.5 + parent: 2 + - uid: 9038 + components: + - type: Transform + pos: 36.5,-13.5 + parent: 2 + - uid: 9039 + components: + - type: Transform + pos: 36.5,-12.5 + parent: 2 + - uid: 9040 + components: + - type: Transform + pos: 36.5,-10.5 + parent: 2 + - uid: 9041 + components: + - type: Transform + pos: 36.5,-9.5 + parent: 2 + - uid: 9042 + components: + - type: Transform + pos: 36.5,-8.5 + parent: 2 + - uid: 9044 + components: + - type: Transform + pos: 36.5,-11.5 + parent: 2 + - uid: 9051 + components: + - type: Transform + pos: 39.5,-6.5 + parent: 2 + - uid: 9052 + components: + - type: Transform + pos: 38.5,-6.5 + parent: 2 + - uid: 9053 + components: + - type: Transform + pos: 37.5,-6.5 + parent: 2 + - uid: 9054 + components: + - type: Transform + pos: 36.5,-6.5 + parent: 2 + - uid: 9194 + components: + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 9294 + components: + - type: Transform + pos: -18.5,-14.5 + parent: 2 + - uid: 9297 + components: + - type: Transform + pos: -16.5,-13.5 + parent: 2 + - uid: 9535 + components: + - type: Transform + pos: -29.5,22.5 + parent: 2 + - uid: 9558 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 + - uid: 9559 + components: + - type: Transform + pos: -28.5,22.5 + parent: 2 + - uid: 9576 + components: + - type: Transform + pos: 28.5,-50.5 + parent: 2 + - uid: 9621 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 2 + - uid: 9658 + components: + - type: Transform + pos: 29.5,-55.5 + parent: 2 + - uid: 9659 + components: + - type: Transform + pos: 25.5,-51.5 + parent: 2 + - uid: 9681 + components: + - type: Transform + pos: 24.5,-51.5 + parent: 2 + - uid: 9688 + components: + - type: Transform + pos: 24.5,-52.5 + parent: 2 + - uid: 9689 + components: + - type: Transform + pos: 24.5,-53.5 + parent: 2 + - uid: 9690 + components: + - type: Transform + pos: 24.5,-54.5 + parent: 2 + - uid: 9692 + components: + - type: Transform + pos: 24.5,-55.5 + parent: 2 + - uid: 9702 + components: + - type: Transform + pos: 25.5,-55.5 + parent: 2 + - uid: 9703 + components: + - type: Transform + pos: 26.5,-55.5 + parent: 2 + - uid: 9717 + components: + - type: Transform + pos: 27.5,-55.5 + parent: 2 + - uid: 9732 + components: + - type: Transform + pos: 28.5,-55.5 + parent: 2 + - uid: 9733 + components: + - type: Transform + pos: 28.5,-54.5 + parent: 2 + - uid: 9739 + components: + - type: Transform + pos: 28.5,-53.5 + parent: 2 + - uid: 9743 + components: + - type: Transform + pos: 28.5,-52.5 + parent: 2 + - uid: 9751 + components: + - type: Transform + pos: -13.5,-54.5 + parent: 2 + - uid: 9754 + components: + - type: Transform + pos: -14.5,-54.5 + parent: 2 + - uid: 9755 + components: + - type: Transform + pos: -15.5,-54.5 + parent: 2 + - uid: 9756 + components: + - type: Transform + pos: -16.5,-54.5 + parent: 2 + - uid: 9757 + components: + - type: Transform + pos: -17.5,-54.5 + parent: 2 + - uid: 9758 + components: + - type: Transform + pos: -18.5,-54.5 + parent: 2 + - uid: 9759 + components: + - type: Transform + pos: -19.5,-54.5 + parent: 2 + - uid: 9760 + components: + - type: Transform + pos: -20.5,-54.5 + parent: 2 + - uid: 9761 + components: + - type: Transform + pos: -21.5,-54.5 + parent: 2 + - uid: 9801 + components: + - type: Transform + pos: -17.5,-53.5 + parent: 2 + - uid: 9802 + components: + - type: Transform + pos: -17.5,-52.5 + parent: 2 + - uid: 9803 + components: + - type: Transform + pos: -17.5,-51.5 + parent: 2 + - uid: 9804 + components: + - type: Transform + pos: -16.5,-50.5 + parent: 2 + - uid: 9806 + components: + - type: Transform + pos: -17.5,-50.5 + parent: 2 + - uid: 9810 + components: + - type: Transform + pos: -15.5,-50.5 + parent: 2 + - uid: 9811 + components: + - type: Transform + pos: -14.5,-50.5 + parent: 2 + - uid: 9814 + components: + - type: Transform + pos: -13.5,-48.5 + parent: 2 + - uid: 9815 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 + - uid: 9816 + components: + - type: Transform + pos: -12.5,-48.5 + parent: 2 + - uid: 9818 + components: + - type: Transform + pos: -10.5,-48.5 + parent: 2 + - uid: 9869 + components: + - type: Transform + pos: 34.5,-54.5 + parent: 2 + - uid: 9871 + components: + - type: Transform + pos: -18.5,-50.5 + parent: 2 + - uid: 9872 + components: + - type: Transform + pos: -19.5,-50.5 + parent: 2 + - uid: 9873 + components: + - type: Transform + pos: -20.5,-50.5 + parent: 2 + - uid: 9876 + components: + - type: Transform + pos: 30.5,-55.5 + parent: 2 + - uid: 9877 + components: + - type: Transform + pos: -21.5,-51.5 + parent: 2 + - uid: 9911 + components: + - type: Transform + pos: -20.5,-49.5 + parent: 2 + - uid: 9912 + components: + - type: Transform + pos: -20.5,-48.5 + parent: 2 + - uid: 9913 + components: + - type: Transform + pos: -20.5,-47.5 + parent: 2 + - uid: 9914 + components: + - type: Transform + pos: -20.5,-46.5 + parent: 2 + - uid: 9915 + components: + - type: Transform + pos: -20.5,-45.5 + parent: 2 + - uid: 9926 + components: + - type: Transform + pos: 30.5,-54.5 + parent: 2 + - uid: 9927 + components: + - type: Transform + pos: 31.5,-54.5 + parent: 2 + - uid: 9930 + components: + - type: Transform + pos: 32.5,-54.5 + parent: 2 + - uid: 9931 + components: + - type: Transform + pos: 33.5,-54.5 + parent: 2 + - uid: 9932 + components: + - type: Transform + pos: 35.5,-54.5 + parent: 2 + - uid: 9935 + components: + - type: Transform + pos: 36.5,-54.5 + parent: 2 + - uid: 9998 + components: + - type: Transform + pos: 43.5,-53.5 + parent: 2 + - uid: 10062 + components: + - type: Transform + pos: 32.5,14.5 + parent: 2 + - uid: 10063 + components: + - type: Transform + pos: 32.5,13.5 + parent: 2 + - uid: 10064 + components: + - type: Transform + pos: 32.5,12.5 + parent: 2 + - uid: 10065 + components: + - type: Transform + pos: 32.5,11.5 + parent: 2 + - uid: 10066 + components: + - type: Transform + pos: 32.5,10.5 + parent: 2 + - uid: 10067 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 + - uid: 10068 + components: + - type: Transform + pos: 32.5,8.5 + parent: 2 + - uid: 10069 + components: + - type: Transform + pos: 32.5,7.5 + parent: 2 + - uid: 10070 + components: + - type: Transform + pos: 32.5,6.5 + parent: 2 + - uid: 10071 + components: + - type: Transform + pos: 32.5,5.5 + parent: 2 + - uid: 10072 + components: + - type: Transform + pos: 32.5,4.5 + parent: 2 + - uid: 10073 + components: + - type: Transform + pos: 32.5,3.5 + parent: 2 + - uid: 10074 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 10078 + components: + - type: Transform + pos: 28.5,10.5 + parent: 2 + - uid: 10079 + components: + - type: Transform + pos: 28.5,9.5 + parent: 2 + - uid: 10083 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 10084 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - uid: 10085 + components: + - type: Transform + pos: 28.5,0.5 + parent: 2 + - uid: 10086 + components: + - type: Transform + pos: 29.5,0.5 + parent: 2 + - uid: 10087 + components: + - type: Transform + pos: 30.5,0.5 + parent: 2 + - uid: 10103 + components: + - type: Transform + pos: 31.5,6.5 + parent: 2 + - uid: 10104 + components: + - type: Transform + pos: 30.5,6.5 + parent: 2 + - uid: 10143 + components: + - type: Transform + pos: -21.5,16.5 + parent: 2 + - uid: 10242 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 2 + - uid: 10243 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 2 + - uid: 10244 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 2 + - uid: 10245 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 2 + - uid: 10246 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 2 + - uid: 10293 + components: + - type: Transform + pos: 25.5,-18.5 + parent: 2 + - uid: 10294 + components: + - type: Transform + pos: 26.5,-18.5 + parent: 2 + - uid: 10295 + components: + - type: Transform + pos: 27.5,-18.5 + parent: 2 + - uid: 10296 + components: + - type: Transform + pos: 28.5,-18.5 + parent: 2 + - uid: 10297 + components: + - type: Transform + pos: 30.5,-18.5 + parent: 2 + - uid: 10298 + components: + - type: Transform + pos: 31.5,-18.5 + parent: 2 + - uid: 10299 + components: + - type: Transform + pos: 29.5,-18.5 + parent: 2 + - uid: 10300 + components: + - type: Transform + pos: 31.5,-19.5 + parent: 2 + - uid: 10301 + components: + - type: Transform + pos: 31.5,-20.5 + parent: 2 + - uid: 10302 + components: + - type: Transform + pos: 31.5,-21.5 + parent: 2 + - uid: 10303 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 2 + - uid: 10304 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 2 + - uid: 10305 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 2 + - uid: 10306 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 2 + - uid: 10312 + components: + - type: Transform + pos: 38.5,-21.5 + parent: 2 + - uid: 10313 + components: + - type: Transform + pos: 39.5,-21.5 + parent: 2 + - uid: 10314 + components: + - type: Transform + pos: 40.5,-21.5 + parent: 2 + - uid: 10315 + components: + - type: Transform + pos: 41.5,-21.5 + parent: 2 + - uid: 10316 + components: + - type: Transform + pos: 42.5,-21.5 + parent: 2 + - uid: 10317 + components: + - type: Transform + pos: 43.5,-21.5 + parent: 2 + - uid: 10318 + components: + - type: Transform + pos: 44.5,-21.5 + parent: 2 + - uid: 10319 + components: + - type: Transform + pos: 45.5,-21.5 + parent: 2 + - uid: 10320 + components: + - type: Transform + pos: 46.5,-21.5 + parent: 2 + - uid: 10321 + components: + - type: Transform + pos: 47.5,-21.5 + parent: 2 + - uid: 10323 + components: + - type: Transform + pos: 47.5,-20.5 + parent: 2 + - uid: 10324 + components: + - type: Transform + pos: 47.5,-19.5 + parent: 2 + - uid: 10466 + components: + - type: Transform + pos: 12.5,-12.5 + parent: 2 + - uid: 10497 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 2 + - uid: 10507 + components: + - type: Transform + pos: -43.5,-53.5 + parent: 2 + - uid: 10508 + components: + - type: Transform + pos: -44.5,-53.5 + parent: 2 + - uid: 10509 + components: + - type: Transform + pos: -44.5,-52.5 + parent: 2 + - uid: 10510 + components: + - type: Transform + pos: -43.5,-54.5 + parent: 2 + - uid: 10511 + components: + - type: Transform + pos: -42.5,-54.5 + parent: 2 + - uid: 10512 + components: + - type: Transform + pos: -41.5,-54.5 + parent: 2 + - uid: 10513 + components: + - type: Transform + pos: -40.5,-54.5 + parent: 2 + - uid: 10514 + components: + - type: Transform + pos: -38.5,-54.5 + parent: 2 + - uid: 10515 + components: + - type: Transform + pos: -39.5,-54.5 + parent: 2 + - uid: 10516 + components: + - type: Transform + pos: -37.5,-54.5 + parent: 2 + - uid: 10517 + components: + - type: Transform + pos: -37.5,-53.5 + parent: 2 + - uid: 10518 + components: + - type: Transform + pos: -37.5,-52.5 + parent: 2 + - uid: 10519 + components: + - type: Transform + pos: -37.5,-51.5 + parent: 2 + - uid: 10520 + components: + - type: Transform + pos: -36.5,-51.5 + parent: 2 + - uid: 10521 + components: + - type: Transform + pos: -36.5,-50.5 + parent: 2 + - uid: 10522 + components: + - type: Transform + pos: -36.5,-49.5 + parent: 2 + - uid: 10523 + components: + - type: Transform + pos: -36.5,-48.5 + parent: 2 + - uid: 10524 + components: + - type: Transform + pos: -36.5,-47.5 + parent: 2 + - uid: 10525 + components: + - type: Transform + pos: -36.5,-46.5 + parent: 2 + - uid: 10526 + components: + - type: Transform + pos: -36.5,-45.5 + parent: 2 + - uid: 10527 + components: + - type: Transform + pos: -36.5,-44.5 + parent: 2 + - uid: 10528 + components: + - type: Transform + pos: -36.5,-43.5 + parent: 2 + - uid: 10529 + components: + - type: Transform + pos: -36.5,-54.5 + parent: 2 + - uid: 10531 + components: + - type: Transform + pos: -34.5,-54.5 + parent: 2 + - uid: 10532 + components: + - type: Transform + pos: -33.5,-54.5 + parent: 2 + - uid: 10533 + components: + - type: Transform + pos: -32.5,-54.5 + parent: 2 + - uid: 10736 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 2 + - uid: 10738 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 10739 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 10740 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 10741 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 + - uid: 10742 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 10747 + components: + - type: Transform + pos: 7.5,-15.5 + parent: 2 + - uid: 10803 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 10807 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 2 + - uid: 10809 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 2 + - uid: 10907 + components: + - type: Transform + pos: 24.5,-49.5 + parent: 2 + - uid: 10908 + components: + - type: Transform + pos: 24.5,-48.5 + parent: 2 + - uid: 10909 + components: + - type: Transform + pos: 24.5,-47.5 + parent: 2 + - uid: 10910 + components: + - type: Transform + pos: 24.5,-46.5 + parent: 2 + - uid: 10911 + components: + - type: Transform + pos: 24.5,-45.5 + parent: 2 + - uid: 10912 + components: + - type: Transform + pos: 24.5,-44.5 + parent: 2 + - uid: 10913 + components: + - type: Transform + pos: 24.5,-43.5 + parent: 2 + - uid: 10914 + components: + - type: Transform + pos: 23.5,-43.5 + parent: 2 + - uid: 10915 + components: + - type: Transform + pos: 22.5,-43.5 + parent: 2 + - uid: 10916 + components: + - type: Transform + pos: 21.5,-43.5 + parent: 2 + - uid: 10917 + components: + - type: Transform + pos: 20.5,-43.5 + parent: 2 + - uid: 10918 + components: + - type: Transform + pos: 19.5,-43.5 + parent: 2 + - uid: 10919 + components: + - type: Transform + pos: 18.5,-43.5 + parent: 2 + - uid: 10920 + components: + - type: Transform + pos: 17.5,-43.5 + parent: 2 + - uid: 10921 + components: + - type: Transform + pos: 16.5,-43.5 + parent: 2 + - uid: 10922 + components: + - type: Transform + pos: 15.5,-43.5 + parent: 2 + - uid: 10923 + components: + - type: Transform + pos: 14.5,-43.5 + parent: 2 + - uid: 10924 + components: + - type: Transform + pos: 13.5,-43.5 + parent: 2 + - uid: 10925 + components: + - type: Transform + pos: 12.5,-43.5 + parent: 2 + - uid: 10927 + components: + - type: Transform + pos: 18.5,-44.5 + parent: 2 + - uid: 10928 + components: + - type: Transform + pos: 18.5,-45.5 + parent: 2 + - uid: 10929 + components: + - type: Transform + pos: 18.5,-46.5 + parent: 2 + - uid: 10930 + components: + - type: Transform + pos: 18.5,-47.5 + parent: 2 + - uid: 10931 + components: + - type: Transform + pos: 17.5,-47.5 + parent: 2 + - uid: 10932 + components: + - type: Transform + pos: 16.5,-47.5 + parent: 2 + - uid: 10942 + components: + - type: Transform + pos: 16.5,-15.5 + parent: 2 + - uid: 10955 + components: + - type: Transform + pos: 16.5,-16.5 + parent: 2 + - uid: 10956 + components: + - type: Transform + pos: 12.5,-55.5 + parent: 2 + - uid: 10957 + components: + - type: Transform + pos: 24.5,-56.5 + parent: 2 + - uid: 10958 + components: + - type: Transform + pos: 23.5,-56.5 + parent: 2 + - uid: 10959 + components: + - type: Transform + pos: 21.5,-56.5 + parent: 2 + - uid: 10960 + components: + - type: Transform + pos: 20.5,-56.5 + parent: 2 + - uid: 10961 + components: + - type: Transform + pos: 19.5,-56.5 + parent: 2 + - uid: 10962 + components: + - type: Transform + pos: 18.5,-56.5 + parent: 2 + - uid: 10963 + components: + - type: Transform + pos: 17.5,-56.5 + parent: 2 + - uid: 10964 + components: + - type: Transform + pos: 22.5,-56.5 + parent: 2 + - uid: 10965 + components: + - type: Transform + pos: 17.5,-55.5 + parent: 2 + - uid: 10966 + components: + - type: Transform + pos: 16.5,-55.5 + parent: 2 + - uid: 10967 + components: + - type: Transform + pos: 15.5,-55.5 + parent: 2 + - uid: 10968 + components: + - type: Transform + pos: 14.5,-55.5 + parent: 2 + - uid: 10969 + components: + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 10970 + components: + - type: Transform + pos: 13.5,-55.5 + parent: 2 + - uid: 10992 + components: + - type: Transform + pos: -13.5,-12.5 + parent: 2 + - uid: 10994 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 2 + - uid: 10998 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - uid: 10999 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 11015 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 11019 + components: + - type: Transform + pos: -16.5,-14.5 + parent: 2 + - uid: 11020 + components: + - type: Transform + pos: -18.5,-13.5 + parent: 2 + - uid: 11024 + components: + - type: Transform + pos: -17.5,-14.5 + parent: 2 + - uid: 11164 + components: + - type: Transform + pos: -18.5,11.5 + parent: 2 + - uid: 11165 + components: + - type: Transform + pos: -20.5,11.5 + parent: 2 + - uid: 11224 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 + - uid: 11225 + components: + - type: Transform + pos: 24.5,6.5 + parent: 2 + - uid: 11226 + components: + - type: Transform + pos: 24.5,7.5 + parent: 2 + - uid: 11227 + components: + - type: Transform + pos: 24.5,8.5 + parent: 2 + - uid: 11228 + components: + - type: Transform + pos: 24.5,9.5 + parent: 2 + - uid: 11229 + components: + - type: Transform + pos: 24.5,10.5 + parent: 2 + - uid: 11230 + components: + - type: Transform + pos: 24.5,11.5 + parent: 2 + - uid: 11231 + components: + - type: Transform + pos: 24.5,12.5 + parent: 2 + - uid: 11232 + components: + - type: Transform + pos: 24.5,13.5 + parent: 2 + - uid: 11233 + components: + - type: Transform + pos: 23.5,13.5 + parent: 2 + - uid: 11234 + components: + - type: Transform + pos: 23.5,14.5 + parent: 2 + - uid: 11235 + components: + - type: Transform + pos: 25.5,11.5 + parent: 2 + - uid: 11236 + components: + - type: Transform + pos: 26.5,11.5 + parent: 2 + - uid: 11237 + components: + - type: Transform + pos: 27.5,11.5 + parent: 2 + - uid: 11238 + components: + - type: Transform + pos: 28.5,11.5 + parent: 2 + - uid: 11301 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 + - uid: 11332 + components: + - type: Transform + pos: -44.5,-35.5 + parent: 2 + - uid: 11357 + components: + - type: Transform + pos: 33.5,-37.5 + parent: 2 + - uid: 11358 + components: + - type: Transform + pos: 33.5,-38.5 + parent: 2 + - uid: 11359 + components: + - type: Transform + pos: 33.5,-39.5 + parent: 2 + - uid: 11360 + components: + - type: Transform + pos: 33.5,-40.5 + parent: 2 + - uid: 11361 + components: + - type: Transform + pos: 33.5,-41.5 + parent: 2 + - uid: 11362 + components: + - type: Transform + pos: 33.5,-42.5 + parent: 2 + - uid: 11363 + components: + - type: Transform + pos: 33.5,-43.5 + parent: 2 + - uid: 11364 + components: + - type: Transform + pos: 33.5,-44.5 + parent: 2 + - uid: 11365 + components: + - type: Transform + pos: 32.5,-44.5 + parent: 2 + - uid: 11366 + components: + - type: Transform + pos: 31.5,-44.5 + parent: 2 + - uid: 11371 + components: + - type: Transform + pos: 18.5,-27.5 + parent: 2 + - uid: 11372 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 11373 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 + - uid: 11374 + components: + - type: Transform + pos: 20.5,-28.5 + parent: 2 + - uid: 11375 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 2 + - uid: 11376 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 2 + - uid: 11377 + components: + - type: Transform + pos: 21.5,-30.5 + parent: 2 + - uid: 11378 + components: + - type: Transform + pos: 22.5,-30.5 + parent: 2 + - uid: 11379 + components: + - type: Transform + pos: 23.5,-30.5 + parent: 2 + - uid: 11380 + components: + - type: Transform + pos: 24.5,-30.5 + parent: 2 + - uid: 11381 + components: + - type: Transform + pos: 25.5,-30.5 + parent: 2 + - uid: 11382 + components: + - type: Transform + pos: 26.5,-30.5 + parent: 2 + - uid: 11383 + components: + - type: Transform + pos: 27.5,-30.5 + parent: 2 + - uid: 11403 + components: + - type: Transform + pos: 30.5,-25.5 + parent: 2 + - uid: 11404 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 2 + - uid: 11405 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 2 + - uid: 11406 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 2 + - uid: 11407 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 2 + - uid: 11408 + components: + - type: Transform + pos: 35.5,-25.5 + parent: 2 + - uid: 11409 + components: + - type: Transform + pos: 36.5,-25.5 + parent: 2 + - uid: 11410 + components: + - type: Transform + pos: 37.5,-25.5 + parent: 2 + - uid: 11411 + components: + - type: Transform + pos: 38.5,-25.5 + parent: 2 + - uid: 11412 + components: + - type: Transform + pos: 38.5,-26.5 + parent: 2 + - uid: 11413 + components: + - type: Transform + pos: 39.5,-26.5 + parent: 2 + - uid: 11414 + components: + - type: Transform + pos: 40.5,-26.5 + parent: 2 + - uid: 11427 + components: + - type: Transform + pos: -22.5,-2.5 + parent: 2 + - uid: 11491 + components: + - type: Transform + pos: -28.5,-37.5 + parent: 2 + - uid: 11492 + components: + - type: Transform + pos: -26.5,-37.5 + parent: 2 + - uid: 11493 + components: + - type: Transform + pos: -35.5,-38.5 + parent: 2 + - uid: 11659 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 + - uid: 11660 + components: + - type: Transform + pos: 3.5,-36.5 + parent: 2 + - uid: 11661 + components: + - type: Transform + pos: 3.5,-37.5 + parent: 2 + - uid: 11662 + components: + - type: Transform + pos: 3.5,-38.5 + parent: 2 + - uid: 11663 + components: + - type: Transform + pos: 3.5,-39.5 + parent: 2 + - uid: 11664 + components: + - type: Transform + pos: 3.5,-40.5 + parent: 2 + - uid: 11665 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 2 + - uid: 11666 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 11667 + components: + - type: Transform + pos: -0.5,-40.5 + parent: 2 + - uid: 11668 + components: + - type: Transform + pos: -1.5,-40.5 + parent: 2 + - uid: 11669 + components: + - type: Transform + pos: -2.5,-40.5 + parent: 2 + - uid: 11670 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - uid: 11671 + components: + - type: Transform + pos: -4.5,-40.5 + parent: 2 + - uid: 11673 + components: + - type: Transform + pos: -5.5,-40.5 + parent: 2 + - uid: 11679 + components: + - type: Transform + pos: -1.5,-41.5 + parent: 2 + - uid: 11680 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 11681 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 + - uid: 11682 + components: + - type: Transform + pos: -9.5,-33.5 + parent: 2 + - uid: 11683 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 2 + - uid: 11684 + components: + - type: Transform + pos: -8.5,-34.5 + parent: 2 + - uid: 11685 + components: + - type: Transform + pos: -8.5,-35.5 + parent: 2 + - uid: 11686 + components: + - type: Transform + pos: -8.5,-36.5 + parent: 2 + - uid: 11687 + components: + - type: Transform + pos: -8.5,-37.5 + parent: 2 + - uid: 11688 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 2 + - uid: 11689 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 + - uid: 11690 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - uid: 11691 + components: + - type: Transform + pos: -7.5,-40.5 + parent: 2 + - uid: 11692 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 2 + - uid: 11693 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 + - uid: 11694 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - uid: 11695 + components: + - type: Transform + pos: -15.5,-38.5 + parent: 2 + - uid: 11696 + components: + - type: Transform + pos: -14.5,-38.5 + parent: 2 + - uid: 11697 + components: + - type: Transform + pos: -13.5,-38.5 + parent: 2 + - uid: 11698 + components: + - type: Transform + pos: -12.5,-38.5 + parent: 2 + - uid: 11699 + components: + - type: Transform + pos: -11.5,-38.5 + parent: 2 + - uid: 11700 + components: + - type: Transform + pos: -10.5,-38.5 + parent: 2 + - uid: 11701 + components: + - type: Transform + pos: -9.5,-38.5 + parent: 2 + - uid: 11702 + components: + - type: Transform + pos: -14.5,-36.5 + parent: 2 + - uid: 11793 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 + - uid: 11794 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 2 + - uid: 11796 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 2 + - uid: 11797 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 11808 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 2 + - uid: 11809 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 2 + - uid: 11810 + components: + - type: Transform + pos: -10.5,-12.5 + parent: 2 + - uid: 11811 + components: + - type: Transform + pos: -9.5,-12.5 + parent: 2 + - uid: 11823 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 2 + - uid: 11896 + components: + - type: Transform + pos: 11.5,-55.5 + parent: 2 + - uid: 11928 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 2 + - uid: 11993 + components: + - type: Transform + pos: 22.5,13.5 + parent: 2 + - uid: 11998 + components: + - type: Transform + pos: 28.5,4.5 + parent: 2 + - uid: 11999 + components: + - type: Transform + pos: 27.5,4.5 + parent: 2 + - uid: 12000 + components: + - type: Transform + pos: 27.5,5.5 + parent: 2 + - uid: 12001 + components: + - type: Transform + pos: 27.5,6.5 + parent: 2 + - uid: 12002 + components: + - type: Transform + pos: 23.5,11.5 + parent: 2 + - uid: 12011 + components: + - type: Transform + pos: 22.5,11.5 + parent: 2 + - uid: 12012 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - uid: 12013 + components: + - type: Transform + pos: 21.5,10.5 + parent: 2 + - uid: 12014 + components: + - type: Transform + pos: 20.5,10.5 + parent: 2 + - uid: 12015 + components: + - type: Transform + pos: 19.5,10.5 + parent: 2 + - uid: 12017 + components: + - type: Transform + pos: 16.5,10.5 + parent: 2 + - uid: 12018 + components: + - type: Transform + pos: 15.5,10.5 + parent: 2 + - uid: 12019 + components: + - type: Transform + pos: 18.5,10.5 + parent: 2 + - uid: 12020 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 12021 + components: + - type: Transform + pos: 15.5,8.5 + parent: 2 + - uid: 12022 + components: + - type: Transform + pos: 15.5,7.5 + parent: 2 + - uid: 12023 + components: + - type: Transform + pos: 15.5,6.5 + parent: 2 + - uid: 12024 + components: + - type: Transform + pos: 15.5,5.5 + parent: 2 + - uid: 12025 + components: + - type: Transform + pos: 15.5,4.5 + parent: 2 + - uid: 12026 + components: + - type: Transform + pos: 15.5,3.5 + parent: 2 + - uid: 12027 + components: + - type: Transform + pos: 15.5,2.5 + parent: 2 + - uid: 12028 + components: + - type: Transform + pos: 15.5,1.5 + parent: 2 + - uid: 12029 + components: + - type: Transform + pos: 15.5,0.5 + parent: 2 + - uid: 12030 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 12031 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - uid: 12081 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 12130 + components: + - type: Transform + pos: -29.5,-54.5 + parent: 2 + - uid: 12260 + components: + - type: Transform + pos: 36.5,-40.5 + parent: 2 + - uid: 12355 + components: + - type: Transform + pos: -18.5,20.5 + parent: 2 + - uid: 12381 + components: + - type: Transform + pos: -30.5,-22.5 + parent: 2 + - uid: 12382 + components: + - type: Transform + pos: -30.5,-23.5 + parent: 2 + - uid: 12383 + components: + - type: Transform + pos: -30.5,-24.5 + parent: 2 + - uid: 12384 + components: + - type: Transform + pos: -30.5,-25.5 + parent: 2 + - uid: 12392 + components: + - type: Transform + pos: -30.5,-26.5 + parent: 2 + - uid: 12393 + components: + - type: Transform + pos: -29.5,-26.5 + parent: 2 + - uid: 12394 + components: + - type: Transform + pos: -28.5,-26.5 + parent: 2 + - uid: 12395 + components: + - type: Transform + pos: -27.5,-26.5 + parent: 2 + - uid: 12396 + components: + - type: Transform + pos: -26.5,-26.5 + parent: 2 + - uid: 12398 + components: + - type: Transform + pos: -25.5,-26.5 + parent: 2 + - uid: 12399 + components: + - type: Transform + pos: -25.5,-27.5 + parent: 2 + - uid: 12412 + components: + - type: Transform + pos: -30.5,-27.5 + parent: 2 + - uid: 12413 + components: + - type: Transform + pos: -30.5,-28.5 + parent: 2 + - uid: 12414 + components: + - type: Transform + pos: -30.5,-29.5 + parent: 2 + - uid: 12415 + components: + - type: Transform + pos: -30.5,-30.5 + parent: 2 + - uid: 12416 + components: + - type: Transform + pos: -31.5,-30.5 + parent: 2 + - uid: 12417 + components: + - type: Transform + pos: -32.5,-30.5 + parent: 2 + - uid: 12418 + components: + - type: Transform + pos: -29.5,-31.5 + parent: 2 + - uid: 12419 + components: + - type: Transform + pos: -29.5,-30.5 + parent: 2 + - uid: 12420 + components: + - type: Transform + pos: -29.5,-32.5 + parent: 2 + - uid: 12421 + components: + - type: Transform + pos: -29.5,-33.5 + parent: 2 + - uid: 12422 + components: + - type: Transform + pos: -29.5,-34.5 + parent: 2 + - uid: 12423 + components: + - type: Transform + pos: -29.5,-35.5 + parent: 2 + - uid: 12426 + components: + - type: Transform + pos: -29.5,-37.5 + parent: 2 + - uid: 12432 + components: + - type: Transform + pos: 36.5,-39.5 + parent: 2 + - uid: 12452 + components: + - type: Transform + pos: -31.5,-21.5 + parent: 2 + - uid: 12453 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 2 + - uid: 12454 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 12455 + components: + - type: Transform + pos: -34.5,-21.5 + parent: 2 + - uid: 12456 + components: + - type: Transform + pos: -35.5,-21.5 + parent: 2 + - uid: 12457 + components: + - type: Transform + pos: -35.5,-22.5 + parent: 2 + - uid: 12458 + components: + - type: Transform + pos: -35.5,-23.5 + parent: 2 + - uid: 12459 + components: + - type: Transform + pos: -35.5,-24.5 + parent: 2 + - uid: 12460 + components: + - type: Transform + pos: -35.5,-25.5 + parent: 2 + - uid: 12461 + components: + - type: Transform + pos: -34.5,-25.5 + parent: 2 + - uid: 12462 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 12487 + components: + - type: Transform + pos: -36.5,-21.5 + parent: 2 + - uid: 12488 + components: + - type: Transform + pos: -37.5,-21.5 + parent: 2 + - uid: 12489 + components: + - type: Transform + pos: -38.5,-21.5 + parent: 2 + - uid: 12490 + components: + - type: Transform + pos: -39.5,-21.5 + parent: 2 + - uid: 12491 + components: + - type: Transform + pos: -40.5,-21.5 + parent: 2 + - uid: 12492 + components: + - type: Transform + pos: -41.5,-21.5 + parent: 2 + - uid: 12493 + components: + - type: Transform + pos: -42.5,-21.5 + parent: 2 + - uid: 12494 + components: + - type: Transform + pos: -43.5,-21.5 + parent: 2 + - uid: 12495 + components: + - type: Transform + pos: -44.5,-21.5 + parent: 2 + - uid: 12496 + components: + - type: Transform + pos: -41.5,-22.5 + parent: 2 + - uid: 12497 + components: + - type: Transform + pos: -41.5,-23.5 + parent: 2 + - uid: 12498 + components: + - type: Transform + pos: -44.5,-22.5 + parent: 2 + - uid: 12499 + components: + - type: Transform + pos: -44.5,-23.5 + parent: 2 + - uid: 12522 + components: + - type: Transform + pos: -37.5,-43.5 + parent: 2 + - uid: 12523 + components: + - type: Transform + pos: -38.5,-43.5 + parent: 2 + - uid: 12524 + components: + - type: Transform + pos: -39.5,-43.5 + parent: 2 + - uid: 12525 + components: + - type: Transform + pos: -40.5,-43.5 + parent: 2 + - uid: 12526 + components: + - type: Transform + pos: -41.5,-43.5 + parent: 2 + - uid: 12527 + components: + - type: Transform + pos: -42.5,-43.5 + parent: 2 + - uid: 12528 + components: + - type: Transform + pos: -43.5,-43.5 + parent: 2 + - uid: 12529 + components: + - type: Transform + pos: -44.5,-43.5 + parent: 2 + - uid: 12530 + components: + - type: Transform + pos: -36.5,-42.5 + parent: 2 + - uid: 12531 + components: + - type: Transform + pos: -18.5,10.5 + parent: 2 + - uid: 12532 + components: + - type: Transform + pos: -36.5,-40.5 + parent: 2 + - uid: 12533 + components: + - type: Transform + pos: -35.5,-40.5 + parent: 2 + - uid: 12534 + components: + - type: Transform + pos: -34.5,-40.5 + parent: 2 + - uid: 12535 + components: + - type: Transform + pos: -33.5,-40.5 + parent: 2 + - uid: 12536 + components: + - type: Transform + pos: -32.5,-40.5 + parent: 2 + - uid: 12537 + components: + - type: Transform + pos: -31.5,-40.5 + parent: 2 + - uid: 12538 + components: + - type: Transform + pos: -31.5,-41.5 + parent: 2 + - uid: 12539 + components: + - type: Transform + pos: -31.5,-42.5 + parent: 2 + - uid: 12540 + components: + - type: Transform + pos: -31.5,-43.5 + parent: 2 + - uid: 12541 + components: + - type: Transform + pos: -19.5,14.5 + parent: 2 + - uid: 12542 + components: + - type: Transform + pos: -36.5,-39.5 + parent: 2 + - uid: 12543 + components: + - type: Transform + pos: -36.5,-38.5 + parent: 2 + - uid: 12544 + components: + - type: Transform + pos: -36.5,-37.5 + parent: 2 + - uid: 12545 + components: + - type: Transform + pos: -36.5,-36.5 + parent: 2 + - uid: 12546 + components: + - type: Transform + pos: -36.5,-35.5 + parent: 2 + - uid: 12547 + components: + - type: Transform + pos: -36.5,-34.5 + parent: 2 + - uid: 12548 + components: + - type: Transform + pos: -36.5,-33.5 + parent: 2 + - uid: 12549 + components: + - type: Transform + pos: -37.5,-33.5 + parent: 2 + - uid: 12550 + components: + - type: Transform + pos: -38.5,-33.5 + parent: 2 + - uid: 12552 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 12557 + components: + - type: Transform + pos: -22.5,11.5 + parent: 2 + - uid: 12562 + components: + - type: Transform + pos: -41.5,-45.5 + parent: 2 + - uid: 12563 + components: + - type: Transform + pos: -41.5,-47.5 + parent: 2 + - uid: 12565 + components: + - type: Transform + pos: -41.5,-48.5 + parent: 2 + - uid: 12566 + components: + - type: Transform + pos: -41.5,-49.5 + parent: 2 + - uid: 12567 + components: + - type: Transform + pos: -45.5,-43.5 + parent: 2 + - uid: 12568 + components: + - type: Transform + pos: -46.5,-43.5 + parent: 2 + - uid: 12569 + components: + - type: Transform + pos: -47.5,-43.5 + parent: 2 + - uid: 12570 + components: + - type: Transform + pos: -47.5,-44.5 + parent: 2 + - uid: 12571 + components: + - type: Transform + pos: -44.5,-42.5 + parent: 2 + - uid: 12572 + components: + - type: Transform + pos: -44.5,-41.5 + parent: 2 + - uid: 12575 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 + - uid: 12577 + components: + - type: Transform + pos: -13.5,12.5 + parent: 2 + - uid: 12578 + components: + - type: Transform + pos: -13.5,13.5 + parent: 2 + - uid: 12583 + components: + - type: Transform + pos: -44.5,-30.5 + parent: 2 + - uid: 12584 + components: + - type: Transform + pos: -45.5,-30.5 + parent: 2 + - uid: 12585 + components: + - type: Transform + pos: -46.5,-30.5 + parent: 2 + - uid: 12586 + components: + - type: Transform + pos: -47.5,-30.5 + parent: 2 + - uid: 12587 + components: + - type: Transform + pos: -47.5,-29.5 + parent: 2 + - uid: 12589 + components: + - type: Transform + pos: -43.5,-40.5 + parent: 2 + - uid: 12590 + components: + - type: Transform + pos: -42.5,-40.5 + parent: 2 + - uid: 12606 + components: + - type: Transform + pos: -39.5,-33.5 + parent: 2 + - uid: 12676 + components: + - type: Transform + pos: -32.5,-29.5 + parent: 2 + - uid: 12677 + components: + - type: Transform + pos: -32.5,-28.5 + parent: 2 + - uid: 12725 + components: + - type: Transform + pos: 11.5,-56.5 + parent: 2 + - uid: 12727 + components: + - type: Transform + pos: 11.5,-58.5 + parent: 2 + - uid: 12768 + components: + - type: Transform + pos: 11.5,-59.5 + parent: 2 + - uid: 12772 + components: + - type: Transform + pos: 11.5,-60.5 + parent: 2 + - uid: 12773 + components: + - type: Transform + pos: 11.5,-61.5 + parent: 2 + - uid: 12774 + components: + - type: Transform + pos: 11.5,-62.5 + parent: 2 + - uid: 12775 + components: + - type: Transform + pos: 11.5,-63.5 + parent: 2 + - uid: 12776 + components: + - type: Transform + pos: 11.5,-64.5 + parent: 2 + - uid: 12777 + components: + - type: Transform + pos: 11.5,-57.5 + parent: 2 + - uid: 12778 + components: + - type: Transform + pos: 12.5,-64.5 + parent: 2 + - uid: 12779 + components: + - type: Transform + pos: 13.5,-64.5 + parent: 2 + - uid: 12782 + components: + - type: Transform + pos: -11.5,-54.5 + parent: 2 + - uid: 12783 + components: + - type: Transform + pos: -12.5,-54.5 + parent: 2 + - uid: 12784 + components: + - type: Transform + pos: -11.5,-55.5 + parent: 2 + - uid: 12785 + components: + - type: Transform + pos: -10.5,-55.5 + parent: 2 + - uid: 12786 + components: + - type: Transform + pos: -9.5,-55.5 + parent: 2 + - uid: 12787 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 + - uid: 12792 + components: + - type: Transform + pos: -8.5,-56.5 + parent: 2 + - uid: 12793 + components: + - type: Transform + pos: -8.5,-57.5 + parent: 2 + - uid: 12794 + components: + - type: Transform + pos: -8.5,-58.5 + parent: 2 + - uid: 12795 + components: + - type: Transform + pos: -8.5,-59.5 + parent: 2 + - uid: 12796 + components: + - type: Transform + pos: -8.5,-60.5 + parent: 2 + - uid: 12797 + components: + - type: Transform + pos: -8.5,-61.5 + parent: 2 + - uid: 12798 + components: + - type: Transform + pos: -8.5,-62.5 + parent: 2 + - uid: 12799 + components: + - type: Transform + pos: -8.5,-63.5 + parent: 2 + - uid: 12800 + components: + - type: Transform + pos: -8.5,-64.5 + parent: 2 + - uid: 12801 + components: + - type: Transform + pos: -9.5,-64.5 + parent: 2 + - uid: 12802 + components: + - type: Transform + pos: -10.5,-64.5 + parent: 2 + - uid: 12877 + components: + - type: Transform + pos: -35.5,-51.5 + parent: 2 + - uid: 12878 + components: + - type: Transform + pos: -34.5,-51.5 + parent: 2 + - uid: 12879 + components: + - type: Transform + pos: -33.5,-51.5 + parent: 2 + - uid: 12880 + components: + - type: Transform + pos: -32.5,-51.5 + parent: 2 + - uid: 12881 + components: + - type: Transform + pos: -31.5,-51.5 + parent: 2 + - uid: 12882 + components: + - type: Transform + pos: -31.5,-50.5 + parent: 2 + - uid: 12883 + components: + - type: Transform + pos: -31.5,-49.5 + parent: 2 + - uid: 12884 + components: + - type: Transform + pos: -31.5,-48.5 + parent: 2 + - uid: 12886 + components: + - type: Transform + pos: -30.5,-56.5 + parent: 2 + - uid: 12887 + components: + - type: Transform + pos: -31.5,-56.5 + parent: 2 + - uid: 12919 + components: + - type: Transform + pos: -31.5,-44.5 + parent: 2 + - uid: 12920 + components: + - type: Transform + pos: -32.5,-44.5 + parent: 2 + - uid: 12921 + components: + - type: Transform + pos: -33.5,-44.5 + parent: 2 + - uid: 12922 + components: + - type: Transform + pos: -33.5,-43.5 + parent: 2 + - uid: 12923 + components: + - type: Transform + pos: -33.5,-42.5 + parent: 2 + - uid: 12930 + components: + - type: Transform + pos: -30.5,-48.5 + parent: 2 + - uid: 12931 + components: + - type: Transform + pos: -29.5,-48.5 + parent: 2 + - uid: 12932 + components: + - type: Transform + pos: -28.5,-48.5 + parent: 2 + - uid: 12933 + components: + - type: Transform + pos: -27.5,-48.5 + parent: 2 + - uid: 12934 + components: + - type: Transform + pos: -27.5,-47.5 + parent: 2 + - uid: 12935 + components: + - type: Transform + pos: -27.5,-46.5 + parent: 2 + - uid: 12936 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - uid: 12938 + components: + - type: Transform + pos: -27.5,-44.5 + parent: 2 + - uid: 12939 + components: + - type: Transform + pos: -27.5,-43.5 + parent: 2 + - uid: 12940 + components: + - type: Transform + pos: -27.5,-42.5 + parent: 2 + - uid: 12941 + components: + - type: Transform + pos: -27.5,-41.5 + parent: 2 + - uid: 12942 + components: + - type: Transform + pos: -26.5,-41.5 + parent: 2 + - uid: 12943 + components: + - type: Transform + pos: -26.5,-40.5 + parent: 2 + - uid: 12944 + components: + - type: Transform + pos: -26.5,-39.5 + parent: 2 + - uid: 12976 + components: + - type: Transform + pos: -18.5,8.5 + parent: 2 + - uid: 12981 + components: + - type: Transform + pos: -18.5,12.5 + parent: 2 + - uid: 12983 + components: + - type: Transform + pos: -18.5,9.5 + parent: 2 + - uid: 12987 + components: + - type: Transform + pos: -19.5,8.5 + parent: 2 + - uid: 13048 + components: + - type: Transform + pos: -19.5,4.5 + parent: 2 + - uid: 13092 + components: + - type: Transform + pos: -20.5,17.5 + parent: 2 + - uid: 13102 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 13159 + components: + - type: Transform + pos: 17.5,10.5 + parent: 2 + - uid: 13177 + components: + - type: Transform + pos: 14.5,5.5 + parent: 2 + - uid: 13178 + components: + - type: Transform + pos: 13.5,5.5 + parent: 2 + - uid: 13179 + components: + - type: Transform + pos: 12.5,5.5 + parent: 2 + - uid: 13180 + components: + - type: Transform + pos: 11.5,5.5 + parent: 2 + - uid: 13181 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 13198 + components: + - type: Transform + pos: -27.5,-18.5 + parent: 2 + - uid: 13594 + components: + - type: Transform + pos: 36.5,-7.5 + parent: 2 + - uid: 13637 + components: + - type: Transform + pos: 41.5,-2.5 + parent: 2 + - uid: 13705 + components: + - type: Transform + pos: 41.5,-4.5 + parent: 2 + - uid: 13964 + components: + - type: Transform + pos: 41.5,-5.5 + parent: 2 + - uid: 14069 + components: + - type: Transform + pos: -27.5,-37.5 + parent: 2 + - uid: 14413 + components: + - type: Transform + pos: -18.5,14.5 + parent: 2 + - uid: 14414 + components: + - type: Transform + pos: -18.5,13.5 + parent: 2 + - uid: 14426 + components: + - type: Transform + pos: -19.5,11.5 + parent: 2 + - uid: 14452 + components: + - type: Transform + pos: -24.5,1.5 + parent: 2 + - uid: 14453 + components: + - type: Transform + pos: -26.5,1.5 + parent: 2 + - uid: 14466 + components: + - type: Transform + pos: -25.5,15.5 + parent: 2 + - uid: 14575 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 14580 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - uid: 14584 + components: + - type: Transform + pos: -13.5,11.5 + parent: 2 + - uid: 14585 + components: + - type: Transform + pos: -12.5,11.5 + parent: 2 + - uid: 14611 + components: + - type: Transform + pos: -8.5,-54.5 + parent: 2 + - uid: 14797 + components: + - type: Transform + pos: -21.5,20.5 + parent: 2 + - uid: 14824 + components: + - type: Transform + pos: -19.5,10.5 + parent: 2 + - uid: 14830 + components: + - type: Transform + pos: -0.5,13.5 + parent: 2 + - uid: 14833 + components: + - type: Transform + pos: -23.5,14.5 + parent: 2 + - uid: 14860 + components: + - type: Transform + pos: -20.5,8.5 + parent: 2 + - uid: 14885 + components: + - type: Transform + pos: -44.5,-40.5 + parent: 2 + - uid: 15030 + components: + - type: Transform + pos: -23.5,11.5 + parent: 2 + - uid: 15031 + components: + - type: Transform + pos: -21.5,9.5 + parent: 2 + - uid: 15196 + components: + - type: Transform + pos: -44.5,-39.5 + parent: 2 + - uid: 15285 + components: + - type: Transform + pos: 32.5,-37.5 + parent: 2 + - uid: 15287 + components: + - type: Transform + pos: -44.5,-33.5 + parent: 2 + - uid: 15290 + components: + - type: Transform + pos: 31.5,-37.5 + parent: 2 + - uid: 15291 + components: + - type: Transform + pos: 30.5,-37.5 + parent: 2 + - uid: 15293 + components: + - type: Transform + pos: -44.5,-24.5 + parent: 2 + - uid: 15295 + components: + - type: Transform + pos: -44.5,-25.5 + parent: 2 + - uid: 15306 + components: + - type: Transform + pos: -44.5,-32.5 + parent: 2 + - uid: 15314 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 + - uid: 15319 + components: + - type: Transform + pos: 30.5,-36.5 + parent: 2 + - uid: 15346 + components: + - type: Transform + pos: -10.5,9.5 + parent: 2 + - uid: 15362 + components: + - type: Transform + pos: -40.5,-33.5 + parent: 2 + - uid: 15363 + components: + - type: Transform + pos: -19.5,20.5 + parent: 2 + - uid: 15364 + components: + - type: Transform + pos: -44.5,-34.5 + parent: 2 + - uid: 15365 + components: + - type: Transform + pos: -44.5,-37.5 + parent: 2 + - uid: 15368 + components: + - type: Transform + pos: 37.5,-31.5 + parent: 2 + - uid: 15390 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 15400 + components: + - type: Transform + pos: -9.5,-21.5 + parent: 2 + - uid: 15401 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 15402 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 15404 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 15407 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - uid: 15417 + components: + - type: Transform + pos: 36.5,-31.5 + parent: 2 + - uid: 15418 + components: + - type: Transform + pos: 35.5,-31.5 + parent: 2 + - uid: 15419 + components: + - type: Transform + pos: 34.5,-31.5 + parent: 2 + - uid: 15420 + components: + - type: Transform + pos: 34.5,-32.5 + parent: 2 + - uid: 15426 + components: + - type: Transform + pos: 34.5,-33.5 + parent: 2 + - uid: 15428 + components: + - type: Transform + pos: 34.5,-35.5 + parent: 2 + - uid: 15434 + components: + - type: Transform + pos: 34.5,-36.5 + parent: 2 + - uid: 15436 + components: + - type: Transform + pos: 34.5,-37.5 + parent: 2 + - uid: 15438 + components: + - type: Transform + pos: 34.5,-34.5 + parent: 2 + - uid: 15441 + components: + - type: Transform + pos: 18.5,-42.5 + parent: 2 + - uid: 15442 + components: + - type: Transform + pos: 18.5,-41.5 + parent: 2 + - uid: 15444 + components: + - type: Transform + pos: 11.5,-43.5 + parent: 2 + - uid: 15445 + components: + - type: Transform + pos: 10.5,-43.5 + parent: 2 + - uid: 15446 + components: + - type: Transform + pos: 10.5,-42.5 + parent: 2 + - uid: 15447 + components: + - type: Transform + pos: 10.5,-41.5 + parent: 2 + - uid: 15448 + components: + - type: Transform + pos: 10.5,-40.5 + parent: 2 + - uid: 15449 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 2 + - uid: 15450 + components: + - type: Transform + pos: 10.5,-38.5 + parent: 2 + - uid: 15451 + components: + - type: Transform + pos: 10.5,-37.5 + parent: 2 + - uid: 15452 + components: + - type: Transform + pos: 10.5,-36.5 + parent: 2 + - uid: 15453 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 + - uid: 15454 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 + - uid: 15455 + components: + - type: Transform + pos: 10.5,-33.5 + parent: 2 + - uid: 15456 + components: + - type: Transform + pos: 11.5,-33.5 + parent: 2 + - uid: 15457 + components: + - type: Transform + pos: 12.5,-33.5 + parent: 2 + - uid: 15458 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 2 + - uid: 15459 + components: + - type: Transform + pos: 13.5,-34.5 + parent: 2 + - uid: 15460 + components: + - type: Transform + pos: -30.5,-7.5 + parent: 2 + - uid: 15461 + components: + - type: Transform + pos: -30.5,-4.5 + parent: 2 + - uid: 15515 + components: + - type: Transform + pos: 38.5,-20.5 + parent: 2 + - uid: 15516 + components: + - type: Transform + pos: 38.5,-19.5 + parent: 2 + - uid: 15880 + components: + - type: Transform + pos: -8.5,-53.5 + parent: 2 + - uid: 15887 + components: + - type: Transform + pos: 33.5,-31.5 + parent: 2 + - uid: 15888 + components: + - type: Transform + pos: 31.5,-31.5 + parent: 2 + - uid: 15889 + components: + - type: Transform + pos: 30.5,-31.5 + parent: 2 + - uid: 15890 + components: + - type: Transform + pos: 29.5,-31.5 + parent: 2 + - uid: 15940 + components: + - type: Transform + pos: -31.5,-11.5 + parent: 2 + - uid: 15965 + components: + - type: Transform + pos: 32.5,-31.5 + parent: 2 + - uid: 15968 + components: + - type: Transform + pos: 29.5,-30.5 + parent: 2 + - uid: 15969 + components: + - type: Transform + pos: 29.5,-29.5 + parent: 2 + - uid: 16016 + components: + - type: Transform + pos: 29.5,-28.5 + parent: 2 + - uid: 16018 + components: + - type: Transform + pos: 30.5,-28.5 + parent: 2 + - uid: 16019 + components: + - type: Transform + pos: 31.5,-28.5 + parent: 2 + - uid: 16068 + components: + - type: Transform + pos: 29.5,-25.5 + parent: 2 + - uid: 16100 + components: + - type: Transform + pos: 29.5,-26.5 + parent: 2 + - uid: 16103 + components: + - type: Transform + pos: 29.5,-27.5 + parent: 2 + - uid: 16122 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - uid: 16271 + components: + - type: Transform + pos: -27.5,-20.5 + parent: 2 + - uid: 16491 + components: + - type: Transform + pos: -63.5,-8.5 + parent: 2 + - uid: 16492 + components: + - type: Transform + pos: -63.5,-9.5 + parent: 2 + - uid: 16493 + components: + - type: Transform + pos: -62.5,-9.5 + parent: 2 + - uid: 16494 + components: + - type: Transform + pos: -62.5,-10.5 + parent: 2 + - uid: 16495 + components: + - type: Transform + pos: -62.5,-11.5 + parent: 2 + - uid: 16496 + components: + - type: Transform + pos: -62.5,-12.5 + parent: 2 + - uid: 16497 + components: + - type: Transform + pos: -62.5,-13.5 + parent: 2 + - uid: 16498 + components: + - type: Transform + pos: -62.5,-14.5 + parent: 2 + - uid: 16499 + components: + - type: Transform + pos: -62.5,-15.5 + parent: 2 + - uid: 16500 + components: + - type: Transform + pos: -63.5,-15.5 + parent: 2 + - uid: 16501 + components: + - type: Transform + pos: -63.5,-16.5 + parent: 2 + - uid: 16502 + components: + - type: Transform + pos: -63.5,-17.5 + parent: 2 + - uid: 16503 + components: + - type: Transform + pos: -61.5,-15.5 + parent: 2 + - uid: 16504 + components: + - type: Transform + pos: -60.5,-15.5 + parent: 2 + - uid: 16505 + components: + - type: Transform + pos: -60.5,-16.5 + parent: 2 + - uid: 16506 + components: + - type: Transform + pos: -60.5,-17.5 + parent: 2 + - uid: 16507 + components: + - type: Transform + pos: -63.5,-7.5 + parent: 2 + - uid: 16508 + components: + - type: Transform + pos: -61.5,-9.5 + parent: 2 + - uid: 16509 + components: + - type: Transform + pos: -60.5,-9.5 + parent: 2 + - uid: 16510 + components: + - type: Transform + pos: -60.5,-8.5 + parent: 2 + - uid: 16511 + components: + - type: Transform + pos: -60.5,-7.5 + parent: 2 + - uid: 16512 + components: + - type: Transform + pos: -61.5,-12.5 + parent: 2 + - uid: 16513 + components: + - type: Transform + pos: -60.5,-12.5 + parent: 2 + - uid: 16514 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 2 + - uid: 16515 + components: + - type: Transform + pos: -58.5,-12.5 + parent: 2 + - uid: 16516 + components: + - type: Transform + pos: -57.5,-12.5 + parent: 2 + - uid: 16517 + components: + - type: Transform + pos: -56.5,-12.5 + parent: 2 + - uid: 16518 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - uid: 16519 + components: + - type: Transform + pos: -54.5,-12.5 + parent: 2 + - uid: 16520 + components: + - type: Transform + pos: -53.5,-12.5 + parent: 2 + - uid: 16521 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 + - uid: 16522 + components: + - type: Transform + pos: -52.5,-11.5 + parent: 2 + - uid: 16523 + components: + - type: Transform + pos: -52.5,-10.5 + parent: 2 + - uid: 16524 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - uid: 16525 + components: + - type: Transform + pos: -52.5,-14.5 + parent: 2 + - uid: 16526 + components: + - type: Transform + pos: -55.5,-13.5 + parent: 2 + - uid: 16527 + components: + - type: Transform + pos: -55.5,-14.5 + parent: 2 + - uid: 16528 + components: + - type: Transform + pos: -55.5,-11.5 + parent: 2 + - uid: 16529 + components: + - type: Transform + pos: -55.5,-10.5 + parent: 2 + - uid: 16532 + components: + - type: Transform + pos: -63.5,-14.5 + parent: 2 + - uid: 16533 + components: + - type: Transform + pos: -63.5,-12.5 + parent: 2 + - uid: 16534 + components: + - type: Transform + pos: -64.5,-12.5 + parent: 2 + - uid: 16535 + components: + - type: Transform + pos: -65.5,-12.5 + parent: 2 + - uid: 16536 + components: + - type: Transform + pos: -66.5,-12.5 + parent: 2 + - uid: 16537 + components: + - type: Transform + pos: -66.5,-11.5 + parent: 2 + - uid: 16538 + components: + - type: Transform + pos: -56.5,-11.5 + parent: 2 + - uid: 16828 + components: + - type: Transform + pos: -27.5,-21.5 + parent: 2 + - uid: 17026 + components: + - type: Transform + pos: 28.5,-30.5 + parent: 2 + - uid: 17058 + components: + - type: Transform + pos: -27.5,-19.5 + parent: 2 + - uid: 17145 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 2 + - uid: 17350 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 17598 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 + - uid: 17987 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 17988 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - uid: 17989 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 2 + - uid: 17990 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 2 + - uid: 17991 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 17992 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 17993 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 17994 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 18012 + components: + - type: Transform + pos: -14.5,11.5 + parent: 2 + - uid: 18013 + components: + - type: Transform + pos: -15.5,11.5 + parent: 2 + - uid: 18014 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 18015 + components: + - type: Transform + pos: -15.5,9.5 + parent: 2 + - uid: 18016 + components: + - type: Transform + pos: -15.5,8.5 + parent: 2 + - uid: 18017 + components: + - type: Transform + pos: -15.5,7.5 + parent: 2 + - uid: 18018 + components: + - type: Transform + pos: -15.5,6.5 + parent: 2 + - uid: 18019 + components: + - type: Transform + pos: -15.5,5.5 + parent: 2 + - uid: 18020 + components: + - type: Transform + pos: -15.5,4.5 + parent: 2 + - uid: 18021 + components: + - type: Transform + pos: -15.5,3.5 + parent: 2 + - uid: 18022 + components: + - type: Transform + pos: -15.5,2.5 + parent: 2 + - uid: 18023 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - uid: 18024 + components: + - type: Transform + pos: -15.5,0.5 + parent: 2 + - uid: 18025 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - uid: 18026 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 2 + - uid: 18027 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 2 + - uid: 18372 + components: + - type: Transform + pos: -30.5,21.5 + parent: 2 + - uid: 18374 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - uid: 18379 + components: + - type: Transform + pos: -28.5,20.5 + parent: 2 + - uid: 18380 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 18385 + components: + - type: Transform + pos: -29.5,20.5 + parent: 2 + - uid: 18420 + components: + - type: Transform + pos: -30.5,20.5 + parent: 2 + - uid: 18421 + components: + - type: Transform + pos: -30.5,22.5 + parent: 2 + - uid: 18456 + components: + - type: Transform + pos: 51.5,-52.5 + parent: 2 + - uid: 18457 + components: + - type: Transform + pos: 45.5,-52.5 + parent: 2 + - uid: 18510 + components: + - type: Transform + pos: 37.5,-54.5 + parent: 2 + - uid: 18524 + components: + - type: Transform + pos: 46.5,-52.5 + parent: 2 + - uid: 18525 + components: + - type: Transform + pos: 48.5,-52.5 + parent: 2 + - uid: 18526 + components: + - type: Transform + pos: 47.5,-52.5 + parent: 2 + - uid: 18527 + components: + - type: Transform + pos: 49.5,-52.5 + parent: 2 + - uid: 18528 + components: + - type: Transform + pos: 50.5,-52.5 + parent: 2 + - uid: 18529 + components: + - type: Transform + pos: 52.5,-52.5 + parent: 2 + - uid: 18530 + components: + - type: Transform + pos: 53.5,-52.5 + parent: 2 + - uid: 18532 + components: + - type: Transform + pos: 54.5,-52.5 + parent: 2 + - uid: 18535 + components: + - type: Transform + pos: 44.5,-54.5 + parent: 2 + - uid: 18630 + components: + - type: Transform + pos: 39.5,-53.5 + parent: 2 + - uid: 18636 + components: + - type: Transform + pos: 38.5,-53.5 + parent: 2 + - uid: 18643 + components: + - type: Transform + pos: 41.5,-53.5 + parent: 2 + - uid: 18644 + components: + - type: Transform + pos: 40.5,-53.5 + parent: 2 + - uid: 18654 + components: + - type: Transform + pos: 37.5,-53.5 + parent: 2 + - uid: 18655 + components: + - type: Transform + pos: 44.5,-53.5 + parent: 2 + - uid: 18656 + components: + - type: Transform + pos: 44.5,-55.5 + parent: 2 + - uid: 18662 + components: + - type: Transform + pos: 44.5,-52.5 + parent: 2 + - uid: 18663 + components: + - type: Transform + pos: 42.5,-53.5 + parent: 2 + - uid: 18893 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 18894 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 18895 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 18896 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - uid: 18897 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 18898 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 2 + - uid: 18899 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 2 + - uid: 18944 + components: + - type: Transform + pos: 45.5,-22.5 + parent: 2 + - uid: 18945 + components: + - type: Transform + pos: 45.5,-23.5 + parent: 2 + - uid: 18946 + components: + - type: Transform + pos: 45.5,-24.5 + parent: 2 + - uid: 18947 + components: + - type: Transform + pos: 45.5,-25.5 + parent: 2 + - uid: 18948 + components: + - type: Transform + pos: 46.5,-25.5 + parent: 2 + - uid: 18949 + components: + - type: Transform + pos: 47.5,-25.5 + parent: 2 + - uid: 18950 + components: + - type: Transform + pos: 48.5,-25.5 + parent: 2 + - uid: 18951 + components: + - type: Transform + pos: 48.5,-26.5 + parent: 2 + - uid: 18952 + components: + - type: Transform + pos: 48.5,-27.5 + parent: 2 + - uid: 18953 + components: + - type: Transform + pos: 48.5,-28.5 + parent: 2 + - uid: 18954 + components: + - type: Transform + pos: 48.5,-29.5 + parent: 2 + - uid: 18955 + components: + - type: Transform + pos: 47.5,-29.5 + parent: 2 + - uid: 18996 + components: + - type: Transform + pos: -12.5,24.5 + parent: 2 + - uid: 19053 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 19582 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 19992 + components: + - type: Transform + pos: -18.5,5.5 + parent: 2 + - uid: 19993 + components: + - type: Transform + pos: -18.5,4.5 + parent: 2 + - uid: 19994 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - uid: 19995 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 + - uid: 19996 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 +- proto: CableMVStack + entities: + - uid: 3393 + components: + - type: Transform + pos: -16.489902,-25.261671 + parent: 2 + - uid: 10456 + components: + - type: Transform + pos: -6.538993,-14.892722 + parent: 2 + - uid: 10791 + components: + - type: Transform + pos: -55.47804,-13.404876 + parent: 2 + - uid: 14657 + components: + - type: Transform + pos: 12.50663,-17.374193 + parent: 2 + - uid: 16740 + components: + - type: Transform + pos: -31.508106,-59.50669 + parent: 2 +- proto: CableTerminal + entities: + - uid: 346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-54.5 + parent: 2 + - uid: 2770 + components: + - type: Transform + pos: -3.5,-17.5 + parent: 2 + - uid: 2816 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - uid: 4393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,2.5 + parent: 2 + - uid: 4793 + components: + - type: Transform + pos: -2.5,-17.5 + parent: 2 + - uid: 6550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,2.5 + parent: 2 + - uid: 6644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-8.5 + parent: 2 + - uid: 8954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,24.5 + parent: 2 + - uid: 10391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-55.5 + parent: 2 + - uid: 15475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-9.5 + parent: 2 +- proto: Candle + entities: + - uid: 3662 + components: + - type: Transform + pos: 13.258192,-36.48326 + parent: 2 + - uid: 3774 + components: + - type: Transform + pos: 15.22792,-40.340107 + parent: 2 + - uid: 3784 + components: + - type: Transform + pos: 13.258192,-38.192783 + parent: 2 + - uid: 5793 + components: + - type: Transform + pos: 37.58059,-11.253904 + parent: 2 + - uid: 5794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.383995,-11.297027 + parent: 2 + - uid: 9058 + components: + - type: Transform + pos: 46.28144,-27.332985 + parent: 2 + - uid: 9059 + components: + - type: Transform + pos: 46.656628,-27.260017 + parent: 2 + - uid: 9060 + components: + - type: Transform + pos: 46.52114,-27.47892 + parent: 2 +- proto: CannabisSeeds + entities: + - uid: 226 + components: + - type: Transform + pos: -27.587189,-10.476232 + parent: 2 + - uid: 19901 + components: + - type: Transform + pos: 39.470306,-67.50273 + parent: 2 +- proto: CapacitorStockPart + entities: + - uid: 4762 + components: + - type: Transform + pos: -31.503222,-60.171318 + parent: 2 + - uid: 4772 + components: + - type: Transform + pos: -31.628284,-60.004536 + parent: 2 + - uid: 9603 + components: + - type: Transform + pos: 22.32732,-30.24205 + parent: 2 + - uid: 9604 + components: + - type: Transform + pos: 22.549095,-30.46535 + parent: 2 +- proto: CarbonDioxideCanister + entities: + - uid: 1457 + components: + - type: Transform + pos: -3.5,6.5 + parent: 2 + - uid: 1940 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 2 + - uid: 4581 + components: + - type: Transform + pos: 29.5,-41.5 + parent: 2 +- proto: Carpet + entities: + - uid: 7109 + components: + - type: Transform + pos: 47.5,-8.5 + parent: 2 + - uid: 8343 + components: + - type: Transform + pos: 48.5,-8.5 + parent: 2 + - uid: 16208 + components: + - type: Transform + pos: 70.5,-64.5 + parent: 2 + - uid: 18507 + components: + - type: Transform + pos: 70.5,-63.5 + parent: 2 + - uid: 18777 + components: + - type: Transform + pos: 70.5,-62.5 + parent: 2 + - uid: 18778 + components: + - type: Transform + pos: 71.5,-61.5 + parent: 2 + - uid: 18795 + components: + - type: Transform + pos: 66.5,-75.5 + parent: 2 + - uid: 18796 + components: + - type: Transform + pos: 66.5,-76.5 + parent: 2 + - uid: 18797 + components: + - type: Transform + pos: 65.5,-76.5 + parent: 2 +- proto: CarpetBlack + entities: + - uid: 8406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-33.5 + parent: 2 + - uid: 9986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-38.5 + parent: 2 + - uid: 10141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-33.5 + parent: 2 + - uid: 10184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-33.5 + parent: 2 + - uid: 10495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-38.5 + parent: 2 + - uid: 13687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-37.5 + parent: 2 + - uid: 13688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-37.5 + parent: 2 + - uid: 13689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-34.5 + parent: 2 + - uid: 13690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-34.5 + parent: 2 + - uid: 13692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-34.5 + parent: 2 + - uid: 14813 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,11.5 + parent: 2 + - uid: 14819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,12.5 + parent: 2 + - uid: 14820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,11.5 + parent: 2 + - uid: 14879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,12.5 + parent: 2 + - uid: 15304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,10.5 + parent: 2 + - uid: 15329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,10.5 + parent: 2 +- proto: CarpetBlue + entities: + - uid: 157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,19.5 + parent: 2 + - uid: 158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,18.5 + parent: 2 + - uid: 6182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,19.5 + parent: 2 + - uid: 6378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,18.5 + parent: 2 + - uid: 9957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-51.5 + parent: 2 + - uid: 9961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-51.5 + parent: 2 + - uid: 9962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-51.5 + parent: 2 + - uid: 9963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-50.5 + parent: 2 + - uid: 9964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-50.5 + parent: 2 + - uid: 9965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-51.5 + parent: 2 + - uid: 9966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-51.5 + parent: 2 + - uid: 9967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-50.5 + parent: 2 + - uid: 9968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-50.5 + parent: 2 + - uid: 9969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-50.5 + parent: 2 +- proto: CarpetChapel + entities: + - uid: 2686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-9.5 + parent: 2 + - uid: 5932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-15.5 + parent: 2 + - uid: 5933 + components: + - type: Transform + pos: 37.5,-16.5 + parent: 2 + - uid: 5934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-16.5 + parent: 2 + - uid: 5935 + components: + - type: Transform + pos: 34.5,-16.5 + parent: 2 + - uid: 5936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-16.5 + parent: 2 + - uid: 5938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-15.5 + parent: 2 + - uid: 6064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-14.5 + parent: 2 + - uid: 6065 + components: + - type: Transform + pos: 35.5,-14.5 + parent: 2 + - uid: 6068 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 6086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-15.5 + parent: 2 + - uid: 6087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-15.5 + parent: 2 + - uid: 6088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-14.5 + parent: 2 + - uid: 6089 + components: + - type: Transform + pos: 38.5,-14.5 + parent: 2 + - uid: 6090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-13.5 + parent: 2 + - uid: 6091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-13.5 + parent: 2 + - uid: 6092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-13.5 + parent: 2 + - uid: 6093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-13.5 + parent: 2 + - uid: 7100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-9.5 + parent: 2 + - uid: 8871 + components: + - type: Transform + pos: 38.5,-10.5 + parent: 2 + - uid: 8872 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-9.5 + parent: 2 + - uid: 8874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-10.5 + parent: 2 +- proto: CarpetCyan + entities: + - uid: 221 + components: + - type: Transform + pos: 46.5,-34.5 + parent: 2 + - uid: 5042 + components: + - type: Transform + pos: 45.5,-34.5 + parent: 2 + - uid: 5139 + components: + - type: Transform + pos: 46.5,-33.5 + parent: 2 + - uid: 5152 + components: + - type: Transform + pos: 45.5,-33.5 + parent: 2 + - uid: 6980 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 + - uid: 6981 + components: + - type: Transform + pos: 36.5,-3.5 + parent: 2 + - uid: 7081 + components: + - type: Transform + pos: 36.5,-2.5 + parent: 2 + - uid: 7083 + components: + - type: Transform + pos: 37.5,-2.5 + parent: 2 + - uid: 8339 + components: + - type: Transform + pos: 37.5,-3.5 + parent: 2 + - uid: 8345 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - uid: 12451 + components: + - type: Transform + pos: 29.5,28.5 + parent: 2 + - uid: 14063 + components: + - type: Transform + pos: 30.5,28.5 + parent: 2 + - uid: 14148 + components: + - type: Transform + pos: 29.5,27.5 + parent: 2 + - uid: 19020 + components: + - type: Transform + pos: 30.5,27.5 + parent: 2 + - uid: 19021 + components: + - type: Transform + pos: 29.5,24.5 + parent: 2 + - uid: 19022 + components: + - type: Transform + pos: 29.5,23.5 + parent: 2 + - uid: 19023 + components: + - type: Transform + pos: 30.5,24.5 + parent: 2 + - uid: 19024 + components: + - type: Transform + pos: 30.5,23.5 + parent: 2 +- proto: CarpetGreen + entities: + - uid: 3509 + components: + - type: Transform + pos: 21.5,-35.5 + parent: 2 + - uid: 3897 + components: + - type: Transform + pos: 22.5,-35.5 + parent: 2 + - uid: 3923 + components: + - type: Transform + pos: 22.5,-37.5 + parent: 2 + - uid: 3943 + components: + - type: Transform + pos: 21.5,-36.5 + parent: 2 + - uid: 3950 + components: + - type: Transform + pos: 21.5,-37.5 + parent: 2 + - uid: 3953 + components: + - type: Transform + pos: 22.5,-36.5 + parent: 2 + - uid: 4751 + components: + - type: Transform + pos: -33.5,-46.5 + parent: 2 + - uid: 4782 + components: + - type: Transform + pos: -32.5,-46.5 + parent: 2 + - uid: 4958 + components: + - type: Transform + pos: -32.5,-45.5 + parent: 2 + - uid: 4984 + components: + - type: Transform + pos: -33.5,-45.5 + parent: 2 + - uid: 6941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-45.5 + parent: 2 + - uid: 7504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-30.5 + parent: 2 + - uid: 7509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-29.5 + parent: 2 + - uid: 9468 + components: + - type: Transform + pos: 17.5,-47.5 + parent: 2 + - uid: 9469 + components: + - type: Transform + pos: 17.5,-48.5 + parent: 2 + - uid: 9470 + components: + - type: Transform + pos: 17.5,-49.5 + parent: 2 + - uid: 9471 + components: + - type: Transform + pos: 17.5,-50.5 + parent: 2 + - uid: 9472 + components: + - type: Transform + pos: 18.5,-48.5 + parent: 2 + - uid: 9473 + components: + - type: Transform + pos: 18.5,-49.5 + parent: 2 + - uid: 9474 + components: + - type: Transform + pos: 18.5,-50.5 + parent: 2 + - uid: 9475 + components: + - type: Transform + pos: 19.5,-47.5 + parent: 2 + - uid: 9476 + components: + - type: Transform + pos: 19.5,-48.5 + parent: 2 + - uid: 9477 + components: + - type: Transform + pos: 19.5,-49.5 + parent: 2 + - uid: 9478 + components: + - type: Transform + pos: 19.5,-50.5 + parent: 2 + - uid: 9479 + components: + - type: Transform + pos: 20.5,-47.5 + parent: 2 + - uid: 9480 + components: + - type: Transform + pos: 20.5,-48.5 + parent: 2 + - uid: 9481 + components: + - type: Transform + pos: 20.5,-49.5 + parent: 2 + - uid: 9482 + components: + - type: Transform + pos: 20.5,-50.5 + parent: 2 + - uid: 9483 + components: + - type: Transform + pos: 21.5,-47.5 + parent: 2 + - uid: 9484 + components: + - type: Transform + pos: 21.5,-48.5 + parent: 2 + - uid: 9485 + components: + - type: Transform + pos: 21.5,-49.5 + parent: 2 + - uid: 9486 + components: + - type: Transform + pos: 21.5,-50.5 + parent: 2 + - uid: 9487 + components: + - type: Transform + pos: 18.5,-47.5 + parent: 2 + - uid: 9989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-29.5 + parent: 2 + - uid: 10057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-43.5 + parent: 2 + - uid: 10442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-30.5 + parent: 2 + - uid: 12119 + components: + - type: Transform + pos: -33.5,-43.5 + parent: 2 + - uid: 12707 + components: + - type: Transform + pos: -32.5,-44.5 + parent: 2 + - uid: 12708 + components: + - type: Transform + pos: -32.5,-43.5 + parent: 2 + - uid: 12709 + components: + - type: Transform + pos: -33.5,-44.5 + parent: 2 + - uid: 13691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-45.5 + parent: 2 + - uid: 13695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-43.5 + parent: 2 + - uid: 13698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-29.5 + parent: 2 + - uid: 13699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-30.5 + parent: 2 +- proto: CarpetOrange + entities: + - uid: 109 + components: + - type: Transform + pos: 37.5,1.5 + parent: 2 + - uid: 807 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 + - uid: 1295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,11.5 + parent: 2 + - uid: 1296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,12.5 + parent: 2 + - uid: 3901 + components: + - type: Transform + pos: 29.5,12.5 + parent: 2 + - uid: 4315 + components: + - type: Transform + pos: 28.5,12.5 + parent: 2 + - uid: 6169 + components: + - type: Transform + pos: 28.5,11.5 + parent: 2 + - uid: 6244 + components: + - type: Transform + pos: 29.5,11.5 + parent: 2 + - uid: 15859 + components: + - type: Transform + pos: 36.5,1.5 + parent: 2 + - uid: 15929 + components: + - type: Transform + pos: 37.5,2.5 + parent: 2 + - uid: 15930 + components: + - type: Transform + pos: 36.5,2.5 + parent: 2 + - uid: 17110 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 + - uid: 17112 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - uid: 17114 + components: + - type: Transform + pos: -5.5,-26.5 + parent: 2 + - uid: 17115 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 2 + - uid: 17116 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 2 + - uid: 17118 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 2 +- proto: CarpetPurple + entities: + - uid: 1048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-34.5 + parent: 2 + - uid: 1323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-35.5 + parent: 2 + - uid: 1404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-34.5 + parent: 2 + - uid: 1565 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - uid: 1637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-33.5 + parent: 2 + - uid: 4736 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-56.5 + parent: 2 + - uid: 11119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-54.5 + parent: 2 + - uid: 11120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-54.5 + parent: 2 + - uid: 12790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-55.5 + parent: 2 + - uid: 15701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-55.5 + parent: 2 + - uid: 15855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-56.5 + parent: 2 + - uid: 18852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-35.5 + parent: 2 +- proto: CarpetSBlue + entities: + - uid: 3661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-36.5 + parent: 2 + - uid: 3731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-35.5 + parent: 2 + - uid: 3742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-38.5 + parent: 2 + - uid: 3746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-39.5 + parent: 2 + - uid: 3764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-36.5 + parent: 2 + - uid: 3767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-38.5 + parent: 2 + - uid: 3769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-35.5 + parent: 2 + - uid: 3770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-39.5 + parent: 2 + - uid: 3771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-37.5 + parent: 2 + - uid: 3772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-37.5 + parent: 2 + - uid: 7235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-48.5 + parent: 2 + - uid: 7329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-48.5 + parent: 2 + - uid: 7650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-46.5 + parent: 2 + - uid: 7677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-47.5 + parent: 2 + - uid: 9988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-34.5 + parent: 2 + - uid: 10261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-46.5 + parent: 2 + - uid: 10487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-48.5 + parent: 2 + - uid: 13682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-47.5 + parent: 2 + - uid: 13684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-47.5 + parent: 2 + - uid: 13685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-46.5 + parent: 2 + - uid: 13696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-35.5 + parent: 2 + - uid: 13697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-35.5 + parent: 2 + - uid: 17581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-34.5 + parent: 2 + - uid: 18844 + components: + - type: Transform + pos: 72.5,-79.5 + parent: 2 + - uid: 18845 + components: + - type: Transform + pos: 71.5,-79.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 53 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,22.5 + parent: 2 + - uid: 55 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,22.5 + parent: 2 + - uid: 56 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: 51.5,-31.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: -32.5,3.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: -32.5,4.5 + parent: 2 + - uid: 180 + components: + - type: Transform + pos: -32.5,-40.5 + parent: 2 + - uid: 234 + components: + - type: Transform + pos: 44.5,-30.5 + parent: 2 + - uid: 364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,0.5 + parent: 2 + - uid: 397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,15.5 + parent: 2 + - uid: 399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-0.5 + parent: 2 + - uid: 400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-0.5 + parent: 2 + - uid: 401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-0.5 + parent: 2 + - uid: 404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-0.5 + parent: 2 + - uid: 405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,2.5 + parent: 2 + - uid: 406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,3.5 + parent: 2 + - uid: 407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,4.5 + parent: 2 + - uid: 409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,16.5 + parent: 2 + - uid: 412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,0.5 + parent: 2 + - uid: 464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-22.5 + parent: 2 + - uid: 475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-22.5 + parent: 2 + - uid: 526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-41.5 + parent: 2 + - uid: 582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-43.5 + parent: 2 + - uid: 598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-41.5 + parent: 2 + - uid: 612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-43.5 + parent: 2 + - uid: 613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-41.5 + parent: 2 + - uid: 614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-42.5 + parent: 2 + - uid: 619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-40.5 + parent: 2 + - uid: 638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-39.5 + parent: 2 + - uid: 639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-38.5 + parent: 2 + - uid: 641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-37.5 + parent: 2 + - uid: 655 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,22.5 + parent: 2 + - uid: 691 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 2 + - uid: 721 + components: + - type: Transform + pos: 48.5,-41.5 + parent: 2 + - uid: 728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,19.5 + parent: 2 + - uid: 734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,20.5 + parent: 2 + - uid: 735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,18.5 + parent: 2 + - uid: 736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,20.5 + parent: 2 + - uid: 802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,23.5 + parent: 2 + - uid: 806 + components: + - type: Transform + pos: -11.5,24.5 + parent: 2 + - uid: 808 + components: + - type: Transform + pos: -10.5,24.5 + parent: 2 + - uid: 810 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,23.5 + parent: 2 + - uid: 823 + components: + - type: Transform + pos: -9.5,24.5 + parent: 2 + - uid: 838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,23.5 + parent: 2 + - uid: 864 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 + - uid: 872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,23.5 + parent: 2 + - uid: 873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,24.5 + parent: 2 + - uid: 874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,23.5 + parent: 2 + - uid: 875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,15.5 + parent: 2 + - uid: 883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,22.5 + parent: 2 + - uid: 884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,24.5 + parent: 2 + - uid: 885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-44.5 + parent: 2 + - uid: 887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,23.5 + parent: 2 + - uid: 896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,22.5 + parent: 2 + - uid: 897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,23.5 + parent: 2 + - uid: 900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,22.5 + parent: 2 + - uid: 903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,24.5 + parent: 2 + - uid: 969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,24.5 + parent: 2 + - uid: 1008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-0.5 + parent: 2 + - uid: 1019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-46.5 + parent: 2 + - uid: 1030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,23.5 + parent: 2 + - uid: 1050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,25.5 + parent: 2 + - uid: 1055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,22.5 + parent: 2 + - uid: 1056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,22.5 + parent: 2 + - uid: 1057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,22.5 + parent: 2 + - uid: 1059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,23.5 + parent: 2 + - uid: 1062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,22.5 + parent: 2 + - uid: 1073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,22.5 + parent: 2 + - uid: 1118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-15.5 + parent: 2 + - uid: 1123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-15.5 + parent: 2 + - uid: 1167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,24.5 + parent: 2 + - uid: 1174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,13.5 + parent: 2 + - uid: 1190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,17.5 + parent: 2 + - uid: 1191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,12.5 + parent: 2 + - uid: 1192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,10.5 + parent: 2 + - uid: 1196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,23.5 + parent: 2 + - uid: 1197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,23.5 + parent: 2 + - uid: 1198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,22.5 + parent: 2 + - uid: 1199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,24.5 + parent: 2 + - uid: 1200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,11.5 + parent: 2 + - uid: 1201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,23.5 + parent: 2 + - uid: 1202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,23.5 + parent: 2 + - uid: 1203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,23.5 + parent: 2 + - uid: 1204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,16.5 + parent: 2 + - uid: 1207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,14.5 + parent: 2 + - uid: 1208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,15.5 + parent: 2 + - uid: 1236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,20.5 + parent: 2 + - uid: 1237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,19.5 + parent: 2 + - uid: 1242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,18.5 + parent: 2 + - uid: 1246 + components: + - type: Transform + pos: 8.5,18.5 + parent: 2 + - uid: 1248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,19.5 + parent: 2 + - uid: 1269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,20.5 + parent: 2 + - uid: 1366 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,22.5 + parent: 2 + - uid: 1367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,23.5 + parent: 2 + - uid: 1368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,24.5 + parent: 2 + - uid: 1369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,22.5 + parent: 2 + - uid: 1370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,20.5 + parent: 2 + - uid: 1371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,18.5 + parent: 2 + - uid: 1372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,22.5 + parent: 2 + - uid: 1373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,19.5 + parent: 2 + - uid: 1374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,23.5 + parent: 2 + - uid: 1383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,18.5 + parent: 2 + - uid: 1387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,24.5 + parent: 2 + - uid: 1389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,19.5 + parent: 2 + - uid: 1398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,23.5 + parent: 2 + - uid: 1402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,22.5 + parent: 2 + - uid: 1410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,17.5 + parent: 2 + - uid: 1444 + components: + - type: Transform + pos: 2.5,-27.5 + parent: 2 + - uid: 1527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-15.5 + parent: 2 + - uid: 1553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,22.5 + parent: 2 + - uid: 1558 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 1567 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 1584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,21.5 + parent: 2 + - uid: 1691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-50.5 + parent: 2 + - uid: 1698 + components: + - type: Transform + pos: 0.5,-27.5 + parent: 2 + - uid: 1733 + components: + - type: Transform + pos: 43.5,-30.5 + parent: 2 + - uid: 1741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,20.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-43.5 + parent: 2 + - uid: 1828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,22.5 + parent: 2 + - uid: 1878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-42.5 + parent: 2 + - uid: 1939 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 2 + - uid: 1941 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 2 + - uid: 1942 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 2 + - uid: 1943 + components: + - type: Transform + pos: -12.5,-4.5 + parent: 2 + - uid: 1944 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 2 + - uid: 1945 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 + - uid: 1947 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 2060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-43.5 + parent: 2 + - uid: 2087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-36.5 + parent: 2 + - uid: 2091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-36.5 + parent: 2 + - uid: 2141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-19.5 + parent: 2 + - uid: 2190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-31.5 + parent: 2 + - uid: 2222 + components: + - type: Transform + pos: 38.5,-34.5 + parent: 2 + - uid: 2269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-19.5 + parent: 2 + - uid: 2286 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 2 + - uid: 2290 + components: + - type: Transform + pos: 23.5,-17.5 + parent: 2 + - uid: 2406 + components: + - type: Transform + pos: 4.5,-23.5 + parent: 2 + - uid: 2407 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - uid: 2433 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - uid: 2495 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 2 + - uid: 2506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-42.5 + parent: 2 + - uid: 2539 + components: + - type: Transform + pos: 26.5,-44.5 + parent: 2 + - uid: 2540 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - uid: 2589 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 2 + - uid: 2655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,23.5 + parent: 2 + - uid: 2657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,22.5 + parent: 2 + - uid: 2660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,22.5 + parent: 2 + - uid: 2662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,23.5 + parent: 2 + - uid: 2664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,23.5 + parent: 2 + - uid: 2665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,23.5 + parent: 2 + - uid: 2669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,23.5 + parent: 2 + - uid: 2683 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,0.5 + parent: 2 + - uid: 2740 + components: + - type: Transform + pos: -32.5,11.5 + parent: 2 + - uid: 2768 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 2 + - uid: 2789 + components: + - type: Transform + pos: 7.5,-18.5 + parent: 2 + - uid: 2792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-18.5 + parent: 2 + - uid: 2859 + components: + - type: Transform + pos: -19.5,16.5 + parent: 2 + - uid: 2883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,23.5 + parent: 2 + - uid: 2884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,23.5 + parent: 2 + - uid: 2885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,23.5 + parent: 2 + - uid: 2908 + components: + - type: Transform + pos: 4.5,-21.5 + parent: 2 + - uid: 2911 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 2913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-8.5 + parent: 2 + - uid: 2914 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 2 + - uid: 2916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-12.5 + parent: 2 + - uid: 2918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-14.5 + parent: 2 + - uid: 2921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-16.5 + parent: 2 + - uid: 2922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-15.5 + parent: 2 + - uid: 2927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-15.5 + parent: 2 + - uid: 2928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-15.5 + parent: 2 + - uid: 2929 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-15.5 + parent: 2 + - uid: 2931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-15.5 + parent: 2 + - uid: 2932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-15.5 + parent: 2 + - uid: 2933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-15.5 + parent: 2 + - uid: 2934 + components: + - type: Transform + pos: 3.5,-35.5 + parent: 2 + - uid: 2935 + components: + - type: Transform + pos: 3.5,-34.5 + parent: 2 + - uid: 2937 + components: + - type: Transform + pos: 3.5,-33.5 + parent: 2 + - uid: 2939 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 2941 + components: + - type: Transform + pos: 3.5,-31.5 + parent: 2 + - uid: 2942 + components: + - type: Transform + pos: 3.5,-30.5 + parent: 2 + - uid: 2945 + components: + - type: Transform + pos: 3.5,-29.5 + parent: 2 + - uid: 2946 + components: + - type: Transform + pos: 3.5,-28.5 + parent: 2 + - uid: 2951 + components: + - type: Transform + pos: 4.5,-25.5 + parent: 2 + - uid: 2962 + components: + - type: Transform + pos: 17.5,-53.5 + parent: 2 + - uid: 2994 + components: + - type: Transform + pos: 3.5,-22.5 + parent: 2 + - uid: 2998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,23.5 + parent: 2 + - uid: 2999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-53.5 + parent: 2 + - uid: 3001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,22.5 + parent: 2 + - uid: 3020 + components: + - type: Transform + pos: 43.5,-4.5 + parent: 2 + - uid: 3022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,24.5 + parent: 2 + - uid: 3074 + components: + - type: Transform + pos: -18.5,16.5 + parent: 2 + - uid: 3082 + components: + - type: Transform + pos: 17.5,-54.5 + parent: 2 + - uid: 3086 + components: + - type: Transform + pos: 37.5,-34.5 + parent: 2 + - uid: 3149 + components: + - type: Transform + pos: 3.5,-23.5 + parent: 2 + - uid: 3169 + components: + - type: Transform + pos: 44.5,-4.5 + parent: 2 + - uid: 3194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-9.5 + parent: 2 + - uid: 3254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,24.5 + parent: 2 + - uid: 3269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-34.5 + parent: 2 + - uid: 3313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-13.5 + parent: 2 + - uid: 3317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-15.5 + parent: 2 + - uid: 3386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-18.5 + parent: 2 + - uid: 3554 + components: + - type: Transform + pos: 42.5,-4.5 + parent: 2 + - uid: 3558 + components: + - type: Transform + pos: 21.5,7.5 + parent: 2 + - uid: 3668 + components: + - type: Transform + pos: 37.5,-38.5 + parent: 2 + - uid: 3669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-52.5 + parent: 2 + - uid: 3678 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - uid: 3680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-53.5 + parent: 2 + - uid: 3693 + components: + - type: Transform + pos: 24.5,-41.5 + parent: 2 + - uid: 3849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-10.5 + parent: 2 + - uid: 3902 + components: + - type: Transform + pos: -12.5,-28.5 + parent: 2 + - uid: 3904 + components: + - type: Transform + pos: -10.5,-28.5 + parent: 2 + - uid: 3905 + components: + - type: Transform + pos: -9.5,-28.5 + parent: 2 + - uid: 3906 + components: + - type: Transform + pos: -8.5,-28.5 + parent: 2 + - uid: 3908 + components: + - type: Transform + pos: -6.5,-28.5 + parent: 2 + - uid: 3909 + components: + - type: Transform + pos: -5.5,-28.5 + parent: 2 + - uid: 3911 + components: + - type: Transform + pos: -3.5,-28.5 + parent: 2 + - uid: 3912 + components: + - type: Transform + pos: -2.5,-28.5 + parent: 2 + - uid: 3913 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - uid: 3914 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 2 + - uid: 3915 + components: + - type: Transform + pos: -13.5,-27.5 + parent: 2 + - uid: 3916 + components: + - type: Transform + pos: -14.5,-27.5 + parent: 2 + - uid: 3918 + components: + - type: Transform + pos: -16.5,-27.5 + parent: 2 + - uid: 3919 + components: + - type: Transform + pos: -17.5,-27.5 + parent: 2 + - uid: 3920 + components: + - type: Transform + pos: -18.5,-27.5 + parent: 2 + - uid: 3921 + components: + - type: Transform + pos: -19.5,-27.5 + parent: 2 + - uid: 3935 + components: + - type: Transform + pos: 24.5,-42.5 + parent: 2 + - uid: 3945 + components: + - type: Transform + pos: -31.5,-40.5 + parent: 2 + - uid: 3983 + components: + - type: Transform + pos: -37.5,-55.5 + parent: 2 + - uid: 4050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-54.5 + parent: 2 + - uid: 4073 + components: + - type: Transform + pos: -34.5,-40.5 + parent: 2 + - uid: 4138 + components: + - type: Transform + pos: 2.5,-40.5 + parent: 2 + - uid: 4139 + components: + - type: Transform + pos: 1.5,-40.5 + parent: 2 + - uid: 4140 + components: + - type: Transform + pos: 0.5,-40.5 + parent: 2 + - uid: 4164 + components: + - type: Transform + pos: 23.5,-43.5 + parent: 2 + - uid: 4215 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - uid: 4218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-36.5 + parent: 2 + - uid: 4251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-38.5 + parent: 2 + - uid: 4254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-36.5 + parent: 2 + - uid: 4275 + components: + - type: Transform + pos: 21.5,-43.5 + parent: 2 + - uid: 4395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-40.5 + parent: 2 + - uid: 4399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-36.5 + parent: 2 + - uid: 4400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-35.5 + parent: 2 + - uid: 4401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-34.5 + parent: 2 + - uid: 4405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-33.5 + parent: 2 + - uid: 4406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-33.5 + parent: 2 + - uid: 4407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-33.5 + parent: 2 + - uid: 4412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-42.5 + parent: 2 + - uid: 4418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-33.5 + parent: 2 + - uid: 4419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-33.5 + parent: 2 + - uid: 4420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-33.5 + parent: 2 + - uid: 4483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-41.5 + parent: 2 + - uid: 4484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-42.5 + parent: 2 + - uid: 4485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-43.5 + parent: 2 + - uid: 4486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-41.5 + parent: 2 + - uid: 4487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-42.5 + parent: 2 + - uid: 4489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-41.5 + parent: 2 + - uid: 4490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-42.5 + parent: 2 + - uid: 4492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-41.5 + parent: 2 + - uid: 4493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-42.5 + parent: 2 + - uid: 4505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-36.5 + parent: 2 + - uid: 4578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-36.5 + parent: 2 + - uid: 4645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-36.5 + parent: 2 + - uid: 4663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,19.5 + parent: 2 + - uid: 4714 + components: + - type: Transform + pos: -33.5,-40.5 + parent: 2 + - uid: 4745 + components: + - type: Transform + pos: -32.5,5.5 + parent: 2 + - uid: 4851 + components: + - type: Transform + pos: 41.5,-3.5 + parent: 2 + - uid: 4891 + components: + - type: Transform + pos: 31.5,-55.5 + parent: 2 + - uid: 5043 + components: + - type: Transform + pos: -26.5,-19.5 + parent: 2 + - uid: 5094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,18.5 + parent: 2 + - uid: 5156 + components: + - type: Transform + pos: 46.5,-30.5 + parent: 2 + - uid: 5158 + components: + - type: Transform + pos: 47.5,-30.5 + parent: 2 + - uid: 5160 + components: + - type: Transform + pos: 44.5,-37.5 + parent: 2 + - uid: 5161 + components: + - type: Transform + pos: 30.5,-55.5 + parent: 2 + - uid: 5197 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 5224 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 5231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-0.5 + parent: 2 + - uid: 5303 + components: + - type: Transform + pos: 34.5,-43.5 + parent: 2 + - uid: 5323 + components: + - type: Transform + pos: 5.5,28.5 + parent: 2 + - uid: 5325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,1.5 + parent: 2 + - uid: 5380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,21.5 + parent: 2 + - uid: 5452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,15.5 + parent: 2 + - uid: 5454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,15.5 + parent: 2 + - uid: 5502 + components: + - type: Transform + pos: -30.5,-40.5 + parent: 2 + - uid: 5503 + components: + - type: Transform + pos: -31.5,-41.5 + parent: 2 + - uid: 5533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-55.5 + parent: 2 + - uid: 5584 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 + - uid: 5602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,22.5 + parent: 2 + - uid: 5637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,24.5 + parent: 2 + - uid: 5638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,11.5 + parent: 2 + - uid: 5678 + components: + - type: Transform + pos: 23.5,11.5 + parent: 2 + - uid: 5712 + components: + - type: Transform + pos: 45.5,-30.5 + parent: 2 + - uid: 5713 + components: + - type: Transform + pos: 43.5,-34.5 + parent: 2 + - uid: 5717 + components: + - type: Transform + pos: 43.5,-33.5 + parent: 2 + - uid: 5734 + components: + - type: Transform + pos: 27.5,-55.5 + parent: 2 + - uid: 5735 + components: + - type: Transform + pos: 28.5,-55.5 + parent: 2 + - uid: 5878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,11.5 + parent: 2 + - uid: 6040 + components: + - type: Transform + pos: 27.5,-44.5 + parent: 2 + - uid: 6058 + components: + - type: Transform + pos: 29.5,-55.5 + parent: 2 + - uid: 6062 + components: + - type: Transform + pos: 25.5,11.5 + parent: 2 + - uid: 6085 + components: + - type: Transform + pos: 21.5,11.5 + parent: 2 + - uid: 6105 + components: + - type: Transform + pos: 22.5,11.5 + parent: 2 + - uid: 6151 + components: + - type: Transform + pos: 24.5,7.5 + parent: 2 + - uid: 6189 + components: + - type: Transform + pos: 35.5,-42.5 + parent: 2 + - uid: 6205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,15.5 + parent: 2 + - uid: 6395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,1.5 + parent: 2 + - uid: 6403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,1.5 + parent: 2 + - uid: 6419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,1.5 + parent: 2 + - uid: 6425 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 + - uid: 6434 + components: + - type: Transform + pos: 21.5,0.5 + parent: 2 + - uid: 6436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,0.5 + parent: 2 + - uid: 6440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-0.5 + parent: 2 + - uid: 6499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,20.5 + parent: 2 + - uid: 6566 + components: + - type: Transform + pos: 21.5,2.5 + parent: 2 + - uid: 6572 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 2 + - uid: 6738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-42.5 + parent: 2 + - uid: 6742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,25.5 + parent: 2 + - uid: 6755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,19.5 + parent: 2 + - uid: 6756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,20.5 + parent: 2 + - uid: 6774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-41.5 + parent: 2 + - uid: 6775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-41.5 + parent: 2 + - uid: 6776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-37.5 + parent: 2 + - uid: 6784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-42.5 + parent: 2 + - uid: 6807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-42.5 + parent: 2 + - uid: 6809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-38.5 + parent: 2 + - uid: 6819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-42.5 + parent: 2 + - uid: 6820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-36.5 + parent: 2 + - uid: 6892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,19.5 + parent: 2 + - uid: 6995 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 7006 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 7007 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 7008 + components: + - type: Transform + pos: 25.5,-8.5 + parent: 2 + - uid: 7009 + components: + - type: Transform + pos: 25.5,-9.5 + parent: 2 + - uid: 7010 + components: + - type: Transform + pos: 25.5,-10.5 + parent: 2 + - uid: 7011 + components: + - type: Transform + pos: 25.5,-11.5 + parent: 2 + - uid: 7127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,19.5 + parent: 2 + - uid: 7150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-22.5 + parent: 2 + - uid: 7151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-22.5 + parent: 2 + - uid: 7166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-19.5 + parent: 2 + - uid: 7190 + components: + - type: Transform + pos: -2.5,-20.5 + parent: 2 + - uid: 7409 + components: + - type: Transform + pos: 12.5,-71.5 + parent: 2 + - uid: 7445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-42.5 + parent: 2 + - uid: 7475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-40.5 + parent: 2 + - uid: 7573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,23.5 + parent: 2 + - uid: 7581 + components: + - type: Transform + pos: -9.5,-71.5 + parent: 2 + - uid: 7586 + components: + - type: Transform + pos: 10.5,-71.5 + parent: 2 + - uid: 7588 + components: + - type: Transform + pos: -7.5,-71.5 + parent: 2 + - uid: 7648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-54.5 + parent: 2 + - uid: 7656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,24.5 + parent: 2 + - uid: 7721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-55.5 + parent: 2 + - uid: 7776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-30.5 + parent: 2 + - uid: 7777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-31.5 + parent: 2 + - uid: 7778 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-33.5 + parent: 2 + - uid: 7779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-52.5 + parent: 2 + - uid: 7956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-54.5 + parent: 2 + - uid: 8030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-54.5 + parent: 2 + - uid: 8053 + components: + - type: Transform + pos: -29.5,23.5 + parent: 2 + - uid: 8284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-54.5 + parent: 2 + - uid: 8286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-56.5 + parent: 2 + - uid: 8287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-54.5 + parent: 2 + - uid: 8289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-54.5 + parent: 2 + - uid: 8294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-56.5 + parent: 2 + - uid: 8295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-54.5 + parent: 2 + - uid: 8296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-53.5 + parent: 2 + - uid: 8297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-54.5 + parent: 2 + - uid: 8298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-54.5 + parent: 2 + - uid: 8304 + components: + - type: Transform + pos: 34.5,-54.5 + parent: 2 + - uid: 8308 + components: + - type: Transform + pos: 30.5,-54.5 + parent: 2 + - uid: 8309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,25.5 + parent: 2 + - uid: 8313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,11.5 + parent: 2 + - uid: 8314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-54.5 + parent: 2 + - uid: 8322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,20.5 + parent: 2 + - uid: 8328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,11.5 + parent: 2 + - uid: 8349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,15.5 + parent: 2 + - uid: 8362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-54.5 + parent: 2 + - uid: 8364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-54.5 + parent: 2 + - uid: 8367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,18.5 + parent: 2 + - uid: 8383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,19.5 + parent: 2 + - uid: 8425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,2.5 + parent: 2 + - uid: 8426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,2.5 + parent: 2 + - uid: 8428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-54.5 + parent: 2 + - uid: 8429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,3.5 + parent: 2 + - uid: 8430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,1.5 + parent: 2 + - uid: 8431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,2.5 + parent: 2 + - uid: 8435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,0.5 + parent: 2 + - uid: 8437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,0.5 + parent: 2 + - uid: 8439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,19.5 + parent: 2 + - uid: 8440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,1.5 + parent: 2 + - uid: 8441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,2.5 + parent: 2 + - uid: 8443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,2.5 + parent: 2 + - uid: 8484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-43.5 + parent: 2 + - uid: 8493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-53.5 + parent: 2 + - uid: 8553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-56.5 + parent: 2 + - uid: 8560 + components: + - type: Transform + pos: 45.5,-5.5 + parent: 2 + - uid: 8561 + components: + - type: Transform + pos: 45.5,-6.5 + parent: 2 + - uid: 8562 + components: + - type: Transform + pos: 45.5,-7.5 + parent: 2 + - uid: 8563 + components: + - type: Transform + pos: 45.5,-9.5 + parent: 2 + - uid: 8564 + components: + - type: Transform + pos: 45.5,-10.5 + parent: 2 + - uid: 8565 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 8566 + components: + - type: Transform + pos: 45.5,-12.5 + parent: 2 + - uid: 8567 + components: + - type: Transform + pos: 45.5,-13.5 + parent: 2 + - uid: 8587 + components: + - type: Transform + pos: 45.5,-8.5 + parent: 2 + - uid: 8637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-52.5 + parent: 2 + - uid: 8652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,6.5 + parent: 2 + - uid: 8661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,8.5 + parent: 2 + - uid: 8662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,7.5 + parent: 2 + - uid: 8670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,5.5 + parent: 2 + - uid: 8671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,5.5 + parent: 2 + - uid: 8672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,5.5 + parent: 2 + - uid: 8673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,5.5 + parent: 2 + - uid: 8680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,18.5 + parent: 2 + - uid: 8681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,18.5 + parent: 2 + - uid: 8766 + components: + - type: Transform + pos: 44.5,2.5 + parent: 2 + - uid: 8769 + components: + - type: Transform + pos: 48.5,2.5 + parent: 2 + - uid: 8773 + components: + - type: Transform + pos: 45.5,2.5 + parent: 2 + - uid: 8784 + components: + - type: Transform + pos: 42.5,2.5 + parent: 2 + - uid: 8785 + components: + - type: Transform + pos: 41.5,2.5 + parent: 2 + - uid: 8786 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 8788 + components: + - type: Transform + pos: 41.5,1.5 + parent: 2 + - uid: 8789 + components: + - type: Transform + pos: 41.5,0.5 + parent: 2 + - uid: 8790 + components: + - type: Transform + pos: 41.5,-0.5 + parent: 2 + - uid: 8791 + components: + - type: Transform + pos: 41.5,-1.5 + parent: 2 + - uid: 8792 + components: + - type: Transform + pos: 41.5,-2.5 + parent: 2 + - uid: 8831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,2.5 + parent: 2 + - uid: 8832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,2.5 + parent: 2 + - uid: 8833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,2.5 + parent: 2 + - uid: 8834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,2.5 + parent: 2 + - uid: 8835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,2.5 + parent: 2 + - uid: 8919 + components: + - type: Transform + pos: 50.5,2.5 + parent: 2 + - uid: 8922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,3.5 + parent: 2 + - uid: 8923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,4.5 + parent: 2 + - uid: 8927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,2.5 + parent: 2 + - uid: 8928 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,20.5 + parent: 2 + - uid: 8931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,2.5 + parent: 2 + - uid: 8932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,2.5 + parent: 2 + - uid: 8934 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,3.5 + parent: 2 + - uid: 8935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,4.5 + parent: 2 + - uid: 8936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,2.5 + parent: 2 + - uid: 8937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,2.5 + parent: 2 + - uid: 8938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,2.5 + parent: 2 + - uid: 8941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,1.5 + parent: 2 + - uid: 8942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,0.5 + parent: 2 + - uid: 8943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,0.5 + parent: 2 + - uid: 8944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,1.5 + parent: 2 + - uid: 8945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,3.5 + parent: 2 + - uid: 8946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,4.5 + parent: 2 + - uid: 8947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,4.5 + parent: 2 + - uid: 8956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,20.5 + parent: 2 + - uid: 8959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,20.5 + parent: 2 + - uid: 8968 + components: + - type: Transform + pos: 45.5,3.5 + parent: 2 + - uid: 9034 + components: + - type: Transform + pos: 48.5,-33.5 + parent: 2 + - uid: 9035 + components: + - type: Transform + pos: 48.5,-35.5 + parent: 2 + - uid: 9036 + components: + - type: Transform + pos: 48.5,-34.5 + parent: 2 + - uid: 9077 + components: + - type: Transform + pos: -11.5,-55.5 + parent: 2 + - uid: 9078 + components: + - type: Transform + pos: -11.5,-54.5 + parent: 2 + - uid: 9080 + components: + - type: Transform + pos: -12.5,-55.5 + parent: 2 + - uid: 9081 + components: + - type: Transform + pos: -10.5,-55.5 + parent: 2 + - uid: 9082 + components: + - type: Transform + pos: -11.5,-53.5 + parent: 2 + - uid: 9083 + components: + - type: Transform + pos: -12.5,-54.5 + parent: 2 + - uid: 9106 + components: + - type: Transform + pos: 51.5,2.5 + parent: 2 + - uid: 9153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-18.5 + parent: 2 + - uid: 9154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-18.5 + parent: 2 + - uid: 9155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-16.5 + parent: 2 + - uid: 9156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-16.5 + parent: 2 + - uid: 9157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-24.5 + parent: 2 + - uid: 9158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-24.5 + parent: 2 + - uid: 9159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-26.5 + parent: 2 + - uid: 9160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-26.5 + parent: 2 + - uid: 9176 + components: + - type: Transform + pos: 22.5,-43.5 + parent: 2 + - uid: 9177 + components: + - type: Transform + pos: 24.5,-44.5 + parent: 2 + - uid: 9178 + components: + - type: Transform + pos: 24.5,-45.5 + parent: 2 + - uid: 9179 + components: + - type: Transform + pos: 24.5,-46.5 + parent: 2 + - uid: 9181 + components: + - type: Transform + pos: 24.5,-48.5 + parent: 2 + - uid: 9182 + components: + - type: Transform + pos: 24.5,-50.5 + parent: 2 + - uid: 9183 + components: + - type: Transform + pos: 24.5,-49.5 + parent: 2 + - uid: 9184 + components: + - type: Transform + pos: 25.5,-51.5 + parent: 2 + - uid: 9185 + components: + - type: Transform + pos: 27.5,-51.5 + parent: 2 + - uid: 9186 + components: + - type: Transform + pos: 28.5,-51.5 + parent: 2 + - uid: 9207 + components: + - type: Transform + pos: 20.5,10.5 + parent: 2 + - uid: 9233 + components: + - type: Transform + pos: 48.5,-36.5 + parent: 2 + - uid: 9292 + components: + - type: Transform + pos: 48.5,-28.5 + parent: 2 + - uid: 9599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,6.5 + parent: 2 + - uid: 9609 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,8.5 + parent: 2 + - uid: 9610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,8.5 + parent: 2 + - uid: 9612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,8.5 + parent: 2 + - uid: 9613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,8.5 + parent: 2 + - uid: 9614 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,8.5 + parent: 2 + - uid: 9615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,8.5 + parent: 2 + - uid: 9616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,10.5 + parent: 2 + - uid: 9646 + components: + - type: Transform + pos: 21.5,9.5 + parent: 2 + - uid: 9680 + components: + - type: Transform + pos: 48.5,-32.5 + parent: 2 + - uid: 9938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-38.5 + parent: 2 + - uid: 9976 + components: + - type: Transform + pos: 31.5,-54.5 + parent: 2 + - uid: 9977 + components: + - type: Transform + pos: 35.5,-54.5 + parent: 2 + - uid: 9978 + components: + - type: Transform + pos: 33.5,-54.5 + parent: 2 + - uid: 9979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-43.5 + parent: 2 + - uid: 9980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-39.5 + parent: 2 + - uid: 9985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-48.5 + parent: 2 + - uid: 9990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-51.5 + parent: 2 + - uid: 10111 + components: + - type: Transform + pos: 48.5,-31.5 + parent: 2 + - uid: 10174 + components: + - type: Transform + pos: -29.5,22.5 + parent: 2 + - uid: 10178 + components: + - type: Transform + pos: 48.5,-29.5 + parent: 2 + - uid: 10203 + components: + - type: Transform + pos: 24.5,6.5 + parent: 2 + - uid: 10229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 2 + - uid: 10230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-20.5 + parent: 2 + - uid: 10231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-19.5 + parent: 2 + - uid: 10232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-18.5 + parent: 2 + - uid: 10233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-17.5 + parent: 2 + - uid: 10234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-16.5 + parent: 2 + - uid: 10236 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-15.5 + parent: 2 + - uid: 10237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-15.5 + parent: 2 + - uid: 10238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-15.5 + parent: 2 + - uid: 10239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-15.5 + parent: 2 + - uid: 10435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-54.5 + parent: 2 + - uid: 10436 + components: + - type: Transform + pos: -31.5,22.5 + parent: 2 + - uid: 10458 + components: + - type: Transform + pos: -44.5,-54.5 + parent: 2 + - uid: 10490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-52.5 + parent: 2 + - uid: 10491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-54.5 + parent: 2 + - uid: 10492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-54.5 + parent: 2 + - uid: 10665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-54.5 + parent: 2 + - uid: 10667 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-53.5 + parent: 2 + - uid: 10668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-53.5 + parent: 2 + - uid: 10669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-53.5 + parent: 2 + - uid: 10670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-54.5 + parent: 2 + - uid: 10671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-54.5 + parent: 2 + - uid: 10672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-54.5 + parent: 2 + - uid: 10673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-54.5 + parent: 2 + - uid: 10674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-53.5 + parent: 2 + - uid: 10675 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-52.5 + parent: 2 + - uid: 10676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-51.5 + parent: 2 + - uid: 10677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-50.5 + parent: 2 + - uid: 10678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-49.5 + parent: 2 + - uid: 10679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-51.5 + parent: 2 + - uid: 10680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-51.5 + parent: 2 + - uid: 10681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-51.5 + parent: 2 + - uid: 10682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-51.5 + parent: 2 + - uid: 10683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-48.5 + parent: 2 + - uid: 10684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-47.5 + parent: 2 + - uid: 10685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-46.5 + parent: 2 + - uid: 10686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-50.5 + parent: 2 + - uid: 10687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-49.5 + parent: 2 + - uid: 10714 + components: + - type: Transform + pos: -30.5,22.5 + parent: 2 + - uid: 10783 + components: + - type: Transform + pos: -33.5,23.5 + parent: 2 + - uid: 10785 + components: + - type: Transform + pos: -34.5,23.5 + parent: 2 + - uid: 10800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-15.5 + parent: 2 + - uid: 10884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-50.5 + parent: 2 + - uid: 10943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-55.5 + parent: 2 + - uid: 10944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-55.5 + parent: 2 + - uid: 10945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-55.5 + parent: 2 + - uid: 10948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-56.5 + parent: 2 + - uid: 10949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-56.5 + parent: 2 + - uid: 10951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-56.5 + parent: 2 + - uid: 10952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-56.5 + parent: 2 + - uid: 10953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-56.5 + parent: 2 + - uid: 10954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-56.5 + parent: 2 + - uid: 11159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-55.5 + parent: 2 + - uid: 11160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-55.5 + parent: 2 + - uid: 11239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,9.5 + parent: 2 + - uid: 11240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,10.5 + parent: 2 + - uid: 11280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-11.5 + parent: 2 + - uid: 11303 + components: + - type: Transform + pos: 23.5,-16.5 + parent: 2 + - uid: 11304 + components: + - type: Transform + pos: 22.5,-15.5 + parent: 2 + - uid: 11305 + components: + - type: Transform + pos: 21.5,-15.5 + parent: 2 + - uid: 11311 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 + - uid: 11313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-12.5 + parent: 2 + - uid: 11315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-11.5 + parent: 2 + - uid: 11318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-13.5 + parent: 2 + - uid: 11563 + components: + - type: Transform + pos: 52.5,-31.5 + parent: 2 + - uid: 11627 + components: + - type: Transform + pos: -18.5,17.5 + parent: 2 + - uid: 11635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-13.5 + parent: 2 + - uid: 11970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,8.5 + parent: 2 + - uid: 11972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,8.5 + parent: 2 + - uid: 11977 + components: + - type: Transform + pos: 23.5,13.5 + parent: 2 + - uid: 11978 + components: + - type: Transform + pos: 24.5,13.5 + parent: 2 + - uid: 11980 + components: + - type: Transform + pos: 25.5,13.5 + parent: 2 + - uid: 12302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,22.5 + parent: 2 + - uid: 12431 + components: + - type: Transform + pos: 34.5,-42.5 + parent: 2 + - uid: 12560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-50.5 + parent: 2 + - uid: 12561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-50.5 + parent: 2 + - uid: 12614 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 12845 + components: + - type: Transform + pos: -32.5,10.5 + parent: 2 + - uid: 13138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,-54.5 + parent: 2 + - uid: 13156 + components: + - type: Transform + pos: -11.5,-28.5 + parent: 2 + - uid: 13162 + components: + - type: Transform + pos: -15.5,-27.5 + parent: 2 + - uid: 13163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-55.5 + parent: 2 + - uid: 13165 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-22.5 + parent: 2 + - uid: 13190 + components: + - type: Transform + pos: -37.5,-57.5 + parent: 2 + - uid: 13229 + components: + - type: Transform + pos: 52.5,-32.5 + parent: 2 + - uid: 14218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,20.5 + parent: 2 + - uid: 14219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,20.5 + parent: 2 + - uid: 14221 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,20.5 + parent: 2 + - uid: 14273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,20.5 + parent: 2 + - uid: 14323 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,20.5 + parent: 2 + - uid: 14324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,19.5 + parent: 2 + - uid: 14337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,19.5 + parent: 2 + - uid: 14339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,19.5 + parent: 2 + - uid: 14340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,20.5 + parent: 2 + - uid: 14359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,18.5 + parent: 2 + - uid: 14369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,19.5 + parent: 2 + - uid: 14373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,18.5 + parent: 2 + - uid: 14639 + components: + - type: Transform + pos: 27.5,-43.5 + parent: 2 + - uid: 14832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-18.5 + parent: 2 + - uid: 14843 + components: + - type: Transform + pos: -32.5,6.5 + parent: 2 + - uid: 15298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,20.5 + parent: 2 + - uid: 15676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,20.5 + parent: 2 + - uid: 15678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,20.5 + parent: 2 + - uid: 15739 + components: + - type: Transform + pos: -38.5,-58.5 + parent: 2 + - uid: 15743 + components: + - type: Transform + pos: -37.5,-58.5 + parent: 2 + - uid: 15856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,20.5 + parent: 2 + - uid: 16107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,22.5 + parent: 2 + - uid: 16198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,20.5 + parent: 2 + - uid: 16591 + components: + - type: Transform + pos: -62.5,-9.5 + parent: 2 + - uid: 16592 + components: + - type: Transform + pos: -62.5,-11.5 + parent: 2 + - uid: 16593 + components: + - type: Transform + pos: -63.5,-12.5 + parent: 2 + - uid: 16594 + components: + - type: Transform + pos: -62.5,-12.5 + parent: 2 + - uid: 16595 + components: + - type: Transform + pos: -61.5,-12.5 + parent: 2 + - uid: 16596 + components: + - type: Transform + pos: -60.5,-12.5 + parent: 2 + - uid: 16597 + components: + - type: Transform + pos: -62.5,-13.5 + parent: 2 + - uid: 16598 + components: + - type: Transform + pos: -62.5,-15.5 + parent: 2 + - uid: 16599 + components: + - type: Transform + pos: -58.5,-12.5 + parent: 2 + - uid: 16600 + components: + - type: Transform + pos: -57.5,-12.5 + parent: 2 + - uid: 16605 + components: + - type: Transform + pos: -55.5,-12.5 + parent: 2 + - uid: 16607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-13.5 + parent: 2 + - uid: 16610 + components: + - type: Transform + pos: -46.5,-12.5 + parent: 2 + - uid: 16611 + components: + - type: Transform + pos: -45.5,-12.5 + parent: 2 + - uid: 16612 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 2 + - uid: 16613 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 16614 + components: + - type: Transform + pos: -41.5,-12.5 + parent: 2 + - uid: 16615 + components: + - type: Transform + pos: -40.5,-12.5 + parent: 2 + - uid: 16616 + components: + - type: Transform + pos: -39.5,-12.5 + parent: 2 + - uid: 16617 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 + - uid: 16618 + components: + - type: Transform + pos: -44.5,-12.5 + parent: 2 + - uid: 16619 + components: + - type: Transform + pos: -38.5,-13.5 + parent: 2 + - uid: 16620 + components: + - type: Transform + pos: -38.5,-14.5 + parent: 2 + - uid: 16621 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 2 + - uid: 16622 + components: + - type: Transform + pos: -38.5,-16.5 + parent: 2 + - uid: 16623 + components: + - type: Transform + pos: -37.5,-16.5 + parent: 2 + - uid: 16624 + components: + - type: Transform + pos: -36.5,-16.5 + parent: 2 + - uid: 16625 + components: + - type: Transform + pos: -35.5,-16.5 + parent: 2 + - uid: 16626 + components: + - type: Transform + pos: -34.5,-16.5 + parent: 2 + - uid: 16627 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 16628 + components: + - type: Transform + pos: -32.5,-16.5 + parent: 2 + - uid: 16629 + components: + - type: Transform + pos: -31.5,-16.5 + parent: 2 + - uid: 16630 + components: + - type: Transform + pos: -30.5,-16.5 + parent: 2 + - uid: 16631 + components: + - type: Transform + pos: -29.5,-16.5 + parent: 2 + - uid: 16632 + components: + - type: Transform + pos: -28.5,-16.5 + parent: 2 + - uid: 16633 + components: + - type: Transform + pos: -27.5,-16.5 + parent: 2 + - uid: 17035 + components: + - type: Transform + pos: -8.5,2.5 + parent: 2 + - uid: 17036 + components: + - type: Transform + pos: -7.5,2.5 + parent: 2 + - uid: 17037 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 17038 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - uid: 17039 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - uid: 17040 + components: + - type: Transform + pos: -3.5,2.5 + parent: 2 + - uid: 17041 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 17042 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 17043 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - uid: 17044 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 17045 + components: + - type: Transform + pos: 2.5,2.5 + parent: 2 + - uid: 17046 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 17047 + components: + - type: Transform + pos: 4.5,2.5 + parent: 2 + - uid: 17048 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 17088 + components: + - type: Transform + pos: -46.5,-10.5 + parent: 2 + - uid: 17089 + components: + - type: Transform + pos: -46.5,-9.5 + parent: 2 + - uid: 17090 + components: + - type: Transform + pos: -46.5,-8.5 + parent: 2 + - uid: 17091 + components: + - type: Transform + pos: -46.5,-7.5 + parent: 2 + - uid: 17092 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - uid: 17094 + components: + - type: Transform + pos: -46.5,-5.5 + parent: 2 + - uid: 17095 + components: + - type: Transform + pos: -47.5,-5.5 + parent: 2 + - uid: 17096 + components: + - type: Transform + pos: -45.5,-5.5 + parent: 2 + - uid: 17661 + components: + - type: Transform + pos: -27.5,-19.5 + parent: 2 + - uid: 17737 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 17744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-35.5 + parent: 2 + - uid: 17745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-36.5 + parent: 2 + - uid: 17746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-32.5 + parent: 2 + - uid: 17766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,22.5 + parent: 2 + - uid: 17774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,2.5 + parent: 2 + - uid: 17775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,2.5 + parent: 2 + - uid: 17776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,2.5 + parent: 2 + - uid: 17858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,12.5 + parent: 2 + - uid: 17859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,12.5 + parent: 2 + - uid: 17860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,7.5 + parent: 2 + - uid: 17861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,8.5 + parent: 2 + - uid: 17862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,9.5 + parent: 2 + - uid: 17975 + components: + - type: Transform + pos: -31.5,14.5 + parent: 2 + - uid: 18347 + components: + - type: Transform + pos: -35.5,23.5 + parent: 2 + - uid: 18505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-44.5 + parent: 2 + - uid: 18634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-49.5 + parent: 2 + - uid: 18645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-45.5 + parent: 2 + - uid: 18670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-0.5 + parent: 2 + - uid: 18727 + components: + - type: Transform + pos: 36.5,-54.5 + parent: 2 + - uid: 18728 + components: + - type: Transform + pos: 38.5,-53.5 + parent: 2 + - uid: 18729 + components: + - type: Transform + pos: 39.5,-53.5 + parent: 2 + - uid: 18730 + components: + - type: Transform + pos: 40.5,-53.5 + parent: 2 + - uid: 18731 + components: + - type: Transform + pos: 42.5,-53.5 + parent: 2 + - uid: 18732 + components: + - type: Transform + pos: 43.5,-53.5 + parent: 2 + - uid: 18733 + components: + - type: Transform + pos: 45.5,-52.5 + parent: 2 + - uid: 18734 + components: + - type: Transform + pos: 47.5,-52.5 + parent: 2 + - uid: 18735 + components: + - type: Transform + pos: 46.5,-52.5 + parent: 2 + - uid: 18736 + components: + - type: Transform + pos: 49.5,-52.5 + parent: 2 + - uid: 18737 + components: + - type: Transform + pos: 51.5,-57.5 + parent: 2 + - uid: 18738 + components: + - type: Transform + pos: 51.5,-58.5 + parent: 2 + - uid: 18739 + components: + - type: Transform + pos: 51.5,-59.5 + parent: 2 + - uid: 18740 + components: + - type: Transform + pos: 51.5,-60.5 + parent: 2 + - uid: 18741 + components: + - type: Transform + pos: 51.5,-61.5 + parent: 2 + - uid: 18742 + components: + - type: Transform + pos: 39.5,-61.5 + parent: 2 + - uid: 18743 + components: + - type: Transform + pos: 39.5,-60.5 + parent: 2 + - uid: 18744 + components: + - type: Transform + pos: 39.5,-64.5 + parent: 2 + - uid: 18745 + components: + - type: Transform + pos: 39.5,-65.5 + parent: 2 + - uid: 18746 + components: + - type: Transform + pos: 39.5,-66.5 + parent: 2 + - uid: 18747 + components: + - type: Transform + pos: 51.5,-63.5 + parent: 2 + - uid: 18748 + components: + - type: Transform + pos: 51.5,-64.5 + parent: 2 + - uid: 18749 + components: + - type: Transform + pos: 31.5,-65.5 + parent: 2 + - uid: 18750 + components: + - type: Transform + pos: 31.5,-66.5 + parent: 2 + - uid: 18751 + components: + - type: Transform + pos: 31.5,-67.5 + parent: 2 + - uid: 18752 + components: + - type: Transform + pos: 51.5,-52.5 + parent: 2 + - uid: 18753 + components: + - type: Transform + pos: 50.5,-52.5 + parent: 2 + - uid: 18754 + components: + - type: Transform + pos: 59.5,-53.5 + parent: 2 + - uid: 18755 + components: + - type: Transform + pos: 58.5,-53.5 + parent: 2 + - uid: 18756 + components: + - type: Transform + pos: 55.5,-54.5 + parent: 2 + - uid: 18757 + components: + - type: Transform + pos: 56.5,-54.5 + parent: 2 + - uid: 18861 + components: + - type: Transform + pos: 15.5,15.5 + parent: 2 + - uid: 19016 + components: + - type: Transform + pos: 35.5,-43.5 + parent: 2 + - uid: 19867 + components: + - type: Transform + pos: 52.5,-53.5 + parent: 2 + - uid: 19868 + components: + - type: Transform + pos: 52.5,-54.5 + parent: 2 + - uid: 19869 + components: + - type: Transform + pos: 53.5,-54.5 + parent: 2 + - uid: 19895 + components: + - type: Transform + pos: 51.5,-32.5 + parent: 2 + - uid: 20082 + components: + - type: Transform + pos: 32.5,-76.5 + parent: 2 + - uid: 20084 + components: + - type: Transform + pos: 31.5,-76.5 + parent: 2 + - uid: 20085 + components: + - type: Transform + pos: 31.5,-75.5 + parent: 2 + - uid: 20086 + components: + - type: Transform + pos: 30.5,-76.5 + parent: 2 + - uid: 20087 + components: + - type: Transform + pos: 30.5,-75.5 + parent: 2 + - uid: 20088 + components: + - type: Transform + pos: 29.5,-76.5 + parent: 2 + - uid: 20089 + components: + - type: Transform + pos: 29.5,-75.5 + parent: 2 + - uid: 20090 + components: + - type: Transform + pos: 32.5,-75.5 + parent: 2 + - uid: 20091 + components: + - type: Transform + pos: 30.5,-74.5 + parent: 2 + - uid: 20094 + components: + - type: Transform + pos: 30.5,-70.5 + parent: 2 + - uid: 20095 + components: + - type: Transform + pos: 30.5,-69.5 + parent: 2 + - uid: 20096 + components: + - type: Transform + pos: 30.5,-68.5 + parent: 2 +- proto: CelloInstrument + entities: + - uid: 5831 + components: + - type: Transform + pos: 5.497679,-33.305023 + parent: 2 +- proto: Chair + entities: + - uid: 7 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,14.5 + parent: 2 + - uid: 283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-29.5 + parent: 2 + - uid: 313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,2.5 + parent: 2 + - uid: 353 + components: + - type: Transform + pos: -30.5,4.5 + parent: 2 + - uid: 461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-15.5 + parent: 2 + - uid: 493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,2.5 + parent: 2 + - uid: 500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,0.5 + parent: 2 + - uid: 509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,5.5 + parent: 2 + - uid: 585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-40.5 + parent: 2 + - uid: 1182 + components: + - type: Transform + pos: -26.5,7.5 + parent: 2 + - uid: 1299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,12.5 + parent: 2 + - uid: 1300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,11.5 + parent: 2 + - uid: 1743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-39.5 + parent: 2 + - uid: 1757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-65.5 + parent: 2 + - uid: 1772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-34.5 + parent: 2 + - uid: 1773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-33.5 + parent: 2 + - uid: 1776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-30.5 + parent: 2 + - uid: 1916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-29.5 + parent: 2 + - uid: 1920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-28.5 + parent: 2 + - uid: 2134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-15.5 + parent: 2 + - uid: 2267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-14.5 + parent: 2 + - uid: 2509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-14.5 + parent: 2 + - uid: 2535 + components: + - type: Transform + pos: -9.5,-24.5 + parent: 2 + - uid: 3121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-57.5 + parent: 2 + - uid: 3316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-31.5 + parent: 2 + - uid: 3403 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 + - uid: 3411 + components: + - type: Transform + pos: 1.5,12.5 + parent: 2 + - uid: 3944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-23.5 + parent: 2 + - uid: 4423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-38.5 + parent: 2 + - uid: 5036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-29.5 + parent: 2 + - uid: 5069 + components: + - type: Transform + pos: -50.5,-31.5 + parent: 2 + - uid: 5135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-29.5 + parent: 2 + - uid: 5154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-1.5 + parent: 2 + - uid: 5184 + components: + - type: Transform + pos: -52.5,-31.5 + parent: 2 + - uid: 5336 + components: + - type: Transform + pos: -14.5,16.5 + parent: 2 + - uid: 5393 + components: + - type: Transform + pos: 16.5,0.5 + parent: 2 + - uid: 5695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,7.5 + parent: 2 + - uid: 5698 + components: + - type: Transform + pos: 0.5,12.5 + parent: 2 + - uid: 5743 + components: + - type: Transform + pos: -16.5,9.5 + parent: 2 + - uid: 5809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-38.5 + parent: 2 + - uid: 5820 + components: + - type: Transform + pos: 53.5,-38.5 + parent: 2 + - uid: 5827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-39.5 + parent: 2 + - uid: 5904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-15.5 + parent: 2 + - uid: 5920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-13.5 + parent: 2 + - uid: 5973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-48.5 + parent: 2 + - uid: 5981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-50.5 + parent: 2 + - uid: 5982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-50.5 + parent: 2 + - uid: 5983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-50.5 + parent: 2 + - uid: 5984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-49.5 + parent: 2 + - uid: 5985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-49.5 + parent: 2 + - uid: 6204 + components: + - type: Transform + pos: -38.5,-29.5 + parent: 2 + - uid: 6293 + components: + - type: Transform + pos: 54.5,-38.5 + parent: 2 + - uid: 6595 + components: + - type: Transform + pos: -18.5,-18.5 + parent: 2 + - uid: 7027 + components: + - type: Transform + pos: -39.5,-29.5 + parent: 2 + - uid: 7265 + components: + - type: Transform + pos: -12.5,15.5 + parent: 2 + - uid: 7938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-50.5 + parent: 2 + - uid: 7939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-51.5 + parent: 2 + - uid: 8197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,13.5 + parent: 2 + - uid: 8396 + components: + - type: Transform + pos: -51.5,-31.5 + parent: 2 + - uid: 8520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-4.5 + parent: 2 + - uid: 8596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-2.5 + parent: 2 + - uid: 8597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-2.5 + parent: 2 + - uid: 8622 + components: + - type: Transform + pos: 48.5,-20.5 + parent: 2 + - uid: 8692 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,41.5 + parent: 2 + - uid: 8837 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,1.5 + parent: 2 + - uid: 9210 + components: + - type: Transform + pos: 47.5,-20.5 + parent: 2 + - uid: 9211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-18.5 + parent: 2 + - uid: 9212 + components: + - type: Transform + pos: 51.5,-20.5 + parent: 2 + - uid: 9214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-22.5 + parent: 2 + - uid: 9302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-22.5 + parent: 2 + - uid: 9304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-22.5 + parent: 2 + - uid: 9305 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-22.5 + parent: 2 + - uid: 9319 + components: + - type: Transform + pos: 49.5,-20.5 + parent: 2 + - uid: 9321 + components: + - type: Transform + pos: 50.5,-20.5 + parent: 2 + - uid: 9322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-22.5 + parent: 2 + - uid: 9327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-18.5 + parent: 2 + - uid: 9328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-18.5 + parent: 2 + - uid: 9329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-18.5 + parent: 2 + - uid: 9330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-18.5 + parent: 2 + - uid: 9348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-24.5 + parent: 2 + - uid: 9349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-24.5 + parent: 2 + - uid: 10691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-49.5 + parent: 2 + - uid: 11180 + components: + - type: Transform + pos: -38.5,-51.5 + parent: 2 + - uid: 11249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-53.5 + parent: 2 + - uid: 11472 + components: + - type: Transform + pos: -16.5,-40.5 + parent: 2 + - uid: 11499 + components: + - type: Transform + pos: -17.5,-40.5 + parent: 2 + - uid: 11590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-64.5 + parent: 2 + - uid: 13791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-57.5 + parent: 2 + - uid: 15463 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 2 + - uid: 15464 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - uid: 15873 + components: + - type: Transform + pos: -20.5,-40.5 + parent: 2 + - uid: 15874 + components: + - type: Transform + pos: -19.5,-40.5 + parent: 2 + - uid: 17643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,21.5 + parent: 2 + - uid: 17644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,21.5 + parent: 2 + - uid: 17697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-59.5 + parent: 2 + - uid: 17698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-60.5 + parent: 2 + - uid: 17865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,6.5 + parent: 2 + - uid: 17866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,7.5 + parent: 2 + - uid: 17869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,8.5 + parent: 2 + - uid: 17996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-34.5 + parent: 2 + - uid: 17997 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-35.5 + parent: 2 + - uid: 18867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,10.5 + parent: 2 + - uid: 18868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,10.5 + parent: 2 + - uid: 18869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,10.5 + parent: 2 +- proto: ChairFolding + entities: + - uid: 981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,22.5 + parent: 2 + - uid: 3356 + components: + - type: Transform + pos: -41.30261,-50.400845 + parent: 2 + - uid: 4299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.606078,-18.412556 + parent: 2 + - uid: 4320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.553472,-17.38059 + parent: 2 + - uid: 5356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,22.5 + parent: 2 + - uid: 11869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.56035,-63.3134 + parent: 2 + - uid: 12391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.62121,-76.3481 + parent: 2 + - uid: 14245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,24.5 + parent: 2 + - uid: 15292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,23.5 + parent: 2 + - uid: 16206 + components: + - type: Transform + pos: 68.44139,-61.385746 + parent: 2 + - uid: 18833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 96.49125,-32.383053 + parent: 2 + - uid: 18974 + components: + - type: Transform + pos: -30.325518,18.586231 + parent: 2 + - uid: 18975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.70738,17.747297 + parent: 2 +- proto: ChairFoldingSpawnFolded + entities: + - uid: 18834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.481026,-25.317404 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.554409,-34.438152 + parent: 2 + - uid: 223 + components: + - type: Transform + pos: -25.4303,-9.255303 + parent: 2 + - uid: 271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.551674,-8.388277 + parent: 2 + - uid: 284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.534855,-26.322289 + parent: 2 + - uid: 342 + components: + - type: Transform + pos: 46.413918,-32.460354 + parent: 2 + - uid: 463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.467375,12.56866 + parent: 2 + - uid: 700 + components: + - type: Transform + pos: -29.47237,-7.2224746 + parent: 2 + - uid: 858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.53031445,19.5489 + parent: 2 + - uid: 985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.638504,23.593374 + parent: 2 + - uid: 2229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.517146,-14.363466 + parent: 2 + - uid: 2536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.486219,-26.40157 + parent: 2 + - uid: 2730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.482578,12.543639 + parent: 2 + - uid: 2827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.51401,-34.28615 + parent: 2 + - uid: 2878 + components: + - type: Transform + pos: 16.481586,14.607573 + parent: 2 + - uid: 2940 + components: + - type: Transform + pos: -43.546364,-47.36857 + parent: 2 + - uid: 3438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.471191,-38.39636 + parent: 2 + - uid: 3823 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.461061,-36.42368 + parent: 2 + - uid: 3824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.74245,-39.206863 + parent: 2 + - uid: 3856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.497955,-37.360138 + parent: 2 + - uid: 4190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.495235,-24.55801 + parent: 2 + - uid: 4357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.51684,-27.290215 + parent: 2 + - uid: 4498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.41877,-40.356174 + parent: 2 + - uid: 4582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.68654,-45.333687 + parent: 2 + - uid: 4796 + components: + - type: Transform + pos: -27.552761,-27.28677 + parent: 2 + - uid: 5084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.25339,-26.060616 + parent: 2 + - uid: 5085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.097557,-21.07799 + parent: 2 + - uid: 5740 + components: + - type: Transform + pos: 36.457546,-2.4914064 + parent: 2 + - uid: 6063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.624294,-4.3468614 + parent: 2 + - uid: 6163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.543137,2.6380181 + parent: 2 + - uid: 6907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.512018,11.710658 + parent: 2 + - uid: 7532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.527239,-44.349594 + parent: 2 + - uid: 7557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.45379,-44.412136 + parent: 2 + - uid: 7570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-46.5 + parent: 2 + - uid: 7675 + components: + - type: Transform + pos: 4.5026083,16.648575 + parent: 2 + - uid: 7959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.489376,-41.355408 + parent: 2 + - uid: 9358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.466059,-3.4152722 + parent: 2 + - uid: 9793 + components: + - type: Transform + pos: -18.350943,-56.397285 + parent: 2 + - uid: 9794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.307766,-56.313892 + parent: 2 + - uid: 9795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.59114,-56.293045 + parent: 2 + - uid: 9796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.497345,-53.457745 + parent: 2 + - uid: 9797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.224391,-52.759342 + parent: 2 + - uid: 10193 + components: + - type: Transform + pos: -33.562527,-44.434895 + parent: 2 + - uid: 11286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.441496,-41.21525 + parent: 2 + - uid: 11293 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.43157,-40.31879 + parent: 2 + - uid: 11295 + components: + - type: Transform + pos: 22.604893,-39.31542 + parent: 2 + - uid: 11550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.438198,-11.359901 + parent: 2 + - uid: 13340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.486774,-18.330626 + parent: 2 + - uid: 14535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5106664,-21.31229 + parent: 2 + - uid: 14536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.4385903,-21.32861 + parent: 2 + - uid: 14654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.454468,-35.39486 + parent: 2 + - uid: 18093 + components: + - type: Transform + pos: -40.668236,-33.44134 + parent: 2 +- proto: ChairPilotSeat + entities: + - uid: 4866 + components: + - type: Transform + pos: 47.5,-87.5 + parent: 2 +- proto: ChairRitual + entities: + - uid: 6689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.405823,-54.259743 + parent: 2 + - type: Pullable + prevFixedRotation: True + - uid: 6690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.614756,-54.27017 + parent: 2 + - uid: 6691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.509544,-54.311863 + parent: 2 +- proto: ChairWood + entities: + - uid: 5046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-40.5 + parent: 2 + - uid: 5047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-40.5 + parent: 2 + - uid: 5048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-39.5 + parent: 2 + - uid: 5133 + components: + - type: Transform + pos: -7.5,-38.5 + parent: 2 + - uid: 5141 + components: + - type: Transform + pos: -6.5,-38.5 + parent: 2 + - uid: 5142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-40.5 + parent: 2 + - uid: 13107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-40.5 + parent: 2 + - uid: 15658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-39.5 + parent: 2 +- proto: CheckerBoard + entities: + - uid: 3712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5153,-32.39743 + parent: 2 +- proto: ChemDispenser + entities: + - uid: 5291 + components: + - type: Transform + pos: -31.5,-34.5 + parent: 2 + - uid: 5302 + components: + - type: Transform + pos: -26.5,-34.5 + parent: 2 +- proto: ChemistryEmptyBottle03 + entities: + - uid: 7111 + components: + - type: Transform + pos: 41.36574,-10.112856 + parent: 2 +- proto: ChemistryHotplate + entities: + - uid: 5172 + components: + - type: Transform + pos: -30.5,-34.5 + parent: 2 +- proto: ChemMaster + entities: + - uid: 3615 + components: + - type: Transform + pos: -27.5,-34.5 + parent: 2 + - uid: 5289 + components: + - type: Transform + pos: -31.5,-33.5 + parent: 2 +- proto: ChessBoard + entities: + - uid: 3711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.503945,-30.39604 + parent: 2 + - uid: 17648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.50422,8.6069765 + parent: 2 +- proto: ChurchBell + entities: + - uid: 7099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-9.5 + parent: 2 +- proto: ChurchOrganInstrument + entities: + - uid: 5786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-9.5 + parent: 2 +- proto: CigaretteSpent + entities: + - uid: 707 + components: + - type: Transform + pos: -12.708114,16.927711 + parent: 2 + - uid: 8528 + components: + - type: Transform + pos: 47.263664,-5.226495 + parent: 2 + - uid: 8529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.02446,-5.309886 + parent: 2 + - uid: 8530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.628925,-5.393277 + parent: 2 + - uid: 8531 + components: + - type: Transform + pos: 48.264164,-5.705994 + parent: 2 + - uid: 8532 + components: + - type: Transform + pos: 47.552822,-5.7639065 + parent: 2 + - uid: 8533 + components: + - type: Transform + pos: 47.82379,-4.210745 + parent: 2 + - uid: 8534 + components: + - type: Transform + pos: 47.375652,-4.106506 + parent: 2 + - uid: 8535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.75034,-5.461613 + parent: 2 + - uid: 8536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.177635,-5.816026 + parent: 2 + - uid: 8537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.313618,-5.5345807 + parent: 2 + - uid: 8539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.824287,-4.5651574 + parent: 2 + - uid: 8868 + components: + - type: Transform + pos: 48.750854,-5.6496964 + parent: 2 + - uid: 18988 + components: + - type: Transform + pos: 27.633686,-28.791403 + parent: 2 + - uid: 18989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.779593,-28.603773 + parent: 2 +- proto: CigarGold + entities: + - uid: 5608 + components: + - type: Transform + pos: 46.37376,-33.116898 + parent: 2 +- proto: CigarGoldCase + entities: + - uid: 9674 + components: + - type: Transform + pos: -23.491455,-53.37335 + parent: 2 +- proto: CigarSpent + entities: + - uid: 706 + components: + - type: Transform + pos: -14.617033,15.569173 + parent: 2 + - uid: 5612 + components: + - type: Transform + parent: 5611 + - type: Physics + canCollide: False + - uid: 5714 + components: + - type: Transform + pos: 52.710236,-39.433784 + parent: 2 +- proto: CigCartonBlack + entities: + - uid: 8519 + components: + - type: Transform + pos: 47.50337,-3.3606157 + parent: 2 +- proto: CigPackBlack + entities: + - uid: 8522 + components: + - type: Transform + pos: 48.399647,-4.3404627 + parent: 2 +- proto: CigPackBlue + entities: + - uid: 18986 + components: + - type: Transform + pos: 27.589014,-28.112291 + parent: 2 +- proto: CigPackRed + entities: + - uid: 717 + components: + - type: Transform + pos: -14.330446,15.654845 + parent: 2 +- proto: CircuitImprinter + entities: + - uid: 4192 + components: + - type: Transform + pos: 19.5,-29.5 + parent: 2 +- proto: CleanerDispenser + entities: + - uid: 9528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,3.5 + parent: 2 +- proto: ClosetBombFilled + entities: + - uid: 14051 + components: + - type: Transform + pos: -24.5,12.5 + parent: 2 +- proto: ClosetChefFilled + entities: + - uid: 2729 + components: + - type: Transform + pos: -3.5,-30.5 + parent: 2 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 46 + components: + - type: Transform + pos: -16.5,19.5 + parent: 2 + - uid: 2863 + components: + - type: Transform + pos: -28.5,-64.5 + parent: 2 + - uid: 3159 + components: + - type: Transform + pos: -42.5,-31.5 + parent: 2 + - uid: 3165 + components: + - type: Transform + pos: 36.5,-32.5 + parent: 2 + - uid: 3497 + components: + - type: Transform + pos: 23.5,-14.5 + parent: 2 + - uid: 3526 + components: + - type: Transform + pos: -4.5,-47.5 + parent: 2 + - uid: 3527 + components: + - type: Transform + pos: -15.5,-18.5 + parent: 2 + - uid: 3578 + components: + - type: Transform + pos: 37.5,-32.5 + parent: 2 + - uid: 3585 + components: + - type: Transform + pos: 30.5,-52.5 + parent: 2 + - uid: 4332 + components: + - type: Transform + pos: -3.5,12.5 + parent: 2 + - uid: 5101 + components: + - type: Transform + pos: -13.5,9.5 + parent: 2 + - uid: 6066 + components: + - type: Transform + pos: 12.5,-68.5 + parent: 2 + - uid: 6226 + components: + - type: Transform + pos: -9.5,-68.5 + parent: 2 + - uid: 6827 + components: + - type: Transform + pos: 50.5,-26.5 + parent: 2 + - uid: 7325 + components: + - type: Transform + pos: 31.5,37.5 + parent: 2 + - uid: 7559 + components: + - type: Transform + pos: -9.5,-69.5 + parent: 2 + - uid: 7579 + components: + - type: Transform + pos: 12.5,-69.5 + parent: 2 + - uid: 7597 + components: + - type: Transform + pos: -4.5,12.5 + parent: 2 + - uid: 7600 + components: + - type: Transform + pos: -15.5,-19.5 + parent: 2 + - uid: 7669 + components: + - type: Transform + pos: 28.5,19.5 + parent: 2 + - uid: 8272 + components: + - type: Transform + pos: -28.5,-63.5 + parent: 2 + - uid: 9337 + components: + - type: Transform + pos: 51.5,-26.5 + parent: 2 + - uid: 10026 + components: + - type: Transform + pos: 44.5,-18.5 + parent: 2 + - uid: 11314 + components: + - type: Transform + pos: 22.5,-14.5 + parent: 2 + - uid: 11564 + components: + - type: Transform + pos: 38.5,-52.5 + parent: 2 + - uid: 15691 + components: + - type: Transform + pos: 31.5,38.5 + parent: 2 + - uid: 15711 + components: + - type: Transform + pos: -35.5,-57.5 + parent: 2 + - uid: 17867 + components: + - type: Transform + pos: -33.5,11.5 + parent: 2 + - uid: 18847 + components: + - type: Transform + pos: 52.5,-63.5 + parent: 2 + - uid: 19762 + components: + - type: Transform + pos: 59.5,-50.5 + parent: 2 + - uid: 19890 + components: + - type: Transform + pos: 61.5,-52.5 + parent: 2 + - uid: 20132 + components: + - type: Transform + pos: 6.5,-47.5 + parent: 2 + - uid: 20134 + components: + - type: Transform + pos: -40.5,-31.5 + parent: 2 + - uid: 20139 + components: + - type: Transform + pos: 31.5,4.5 + parent: 2 + - uid: 20140 + components: + - type: Transform + pos: 31.5,5.5 + parent: 2 +- proto: ClosetEmergencyN2 + entities: + - uid: 323 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 2 +- proto: ClosetEmergencyN2FilledRandom + entities: + - uid: 369 + components: + - type: Transform + pos: 31.5,39.5 + parent: 2 + - uid: 1092 + components: + - type: Transform + pos: -17.5,19.5 + parent: 2 + - uid: 3352 + components: + - type: Transform + pos: -3.5,-47.5 + parent: 2 + - uid: 3378 + components: + - type: Transform + pos: 14.5,-8.5 + parent: 2 + - uid: 5100 + components: + - type: Transform + pos: -12.5,9.5 + parent: 2 + - uid: 5902 + components: + - type: Transform + pos: -28.5,-65.5 + parent: 2 + - uid: 8929 + components: + - type: Transform + pos: -26.5,21.5 + parent: 2 + - uid: 9982 + components: + - type: Transform + pos: 59.5,-51.5 + parent: 2 + - uid: 10027 + components: + - type: Transform + pos: 44.5,-19.5 + parent: 2 + - uid: 11562 + components: + - type: Transform + pos: 39.5,-52.5 + parent: 2 + - uid: 11717 + components: + - type: Transform + pos: -36.5,-57.5 + parent: 2 + - uid: 16008 + components: + - type: Transform + pos: 15.5,-52.5 + parent: 2 + - uid: 17868 + components: + - type: Transform + pos: -33.5,10.5 + parent: 2 + - uid: 18848 + components: + - type: Transform + pos: 52.5,-64.5 + parent: 2 + - uid: 19891 + components: + - type: Transform + pos: 61.5,-54.5 + parent: 2 +- proto: ClosetFireFilled + entities: + - uid: 4580 + components: + - type: Transform + pos: 37.5,-42.5 + parent: 2 + - uid: 4997 + components: + - type: Transform + pos: -15.5,-20.5 + parent: 2 + - uid: 5383 + components: + - type: Transform + pos: -15.5,19.5 + parent: 2 + - uid: 5672 + components: + - type: Transform + pos: 7.5,-47.5 + parent: 2 + - uid: 7598 + components: + - type: Transform + pos: 12.5,-67.5 + parent: 2 + - uid: 7601 + components: + - type: Transform + pos: -9.5,-67.5 + parent: 2 + - uid: 8615 + components: + - type: Transform + pos: 42.5,-2.5 + parent: 2 + - uid: 14084 + components: + - type: Transform + pos: -33.5,-41.5 + parent: 2 + - uid: 14798 + components: + - type: Transform + pos: 52.5,-15.5 + parent: 2 + - uid: 17472 + components: + - type: Transform + pos: -5.5,12.5 + parent: 2 + - uid: 18531 + components: + - type: Transform + pos: 38.5,-32.5 + parent: 2 + - uid: 18880 + components: + - type: Transform + pos: 43.5,-50.5 + parent: 2 + - uid: 18998 + components: + - type: Transform + pos: 31.5,36.5 + parent: 2 + - uid: 20135 + components: + - type: Transform + pos: -39.5,-31.5 + parent: 2 + - uid: 20141 + components: + - type: Transform + pos: 31.5,6.5 + parent: 2 +- proto: ClosetJanitorFilled + entities: + - uid: 9414 + components: + - type: Transform + pos: 27.5,1.5 + parent: 2 +- proto: ClosetL3JanitorFilled + entities: + - uid: 9597 + components: + - type: Transform + pos: 29.5,6.5 + parent: 2 +- proto: ClosetL3ScienceFilled + entities: + - uid: 16224 + components: + - type: Transform + pos: 26.5,-42.5 + parent: 2 +- proto: ClosetL3SecurityFilled + entities: + - uid: 17618 + components: + - type: Transform + pos: -27.5,9.5 + parent: 2 +- proto: ClosetL3VirologyFilled + entities: + - uid: 8032 + components: + - type: Transform + pos: -47.5,-42.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 8110 + components: + - type: Transform + pos: -46.5,-42.5 + parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: ClosetMaintenance + entities: + - uid: 3103 + components: + - type: Transform + pos: -29.5,15.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 2248 + components: + - type: Transform + pos: -25.5,21.5 + parent: 2 + - uid: 2301 + components: + - type: Transform + pos: 51.5,-35.5 + parent: 2 + - uid: 5433 + components: + - type: Transform + pos: 21.5,12.5 + parent: 2 + - uid: 5671 + components: + - type: Transform + pos: 31.5,-52.5 + parent: 2 + - uid: 9652 + components: + - type: Transform + pos: 42.5,3.5 + parent: 2 + - uid: 10707 + components: + - type: Transform + pos: -43.5,-50.5 + parent: 2 + - uid: 11167 + components: + - type: Transform + pos: -29.5,14.5 + parent: 2 + - uid: 14345 + components: + - type: Transform + pos: 25.5,-56.5 + parent: 2 + - uid: 14461 + components: + - type: Transform + pos: 16.5,-8.5 + parent: 2 + - uid: 18865 + components: + - type: Transform + pos: 55.5,-55.5 + parent: 2 + - uid: 18908 + components: + - type: Transform + pos: 38.5,-61.5 + parent: 2 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 42 + components: + - type: Transform + pos: 26.5,-41.5 + parent: 2 +- proto: ClosetSteelBase + entities: + - uid: 2309 + components: + - type: Transform + pos: 50.5,-35.5 + parent: 2 + - uid: 8158 + components: + - type: Transform + pos: -49.5,-46.5 + parent: 2 + - uid: 11559 + components: + - type: Transform + pos: 40.5,-52.5 + parent: 2 +- proto: ClosetToolFilled + entities: + - uid: 1125 + components: + - type: Transform + pos: 17.5,-18.5 + parent: 2 + - uid: 15851 + components: + - type: Transform + pos: 38.5,8.5 + parent: 2 + - uid: 17538 + components: + - type: Transform + pos: 16.5,1.5 + parent: 2 +- proto: ClothingBackpackDuffel + entities: + - uid: 1038 + components: + - type: Transform + pos: 52.586926,-35.256138 + parent: 2 +- proto: ClothingBackpackDuffelCargo + entities: + - uid: 979 + components: + - type: Transform + pos: 0.116775274,20.693357 + parent: 2 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 3048 + components: + - type: Transform + pos: -44.411377,-46.253212 + parent: 2 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: >- + It provides the following protection: + + - [color=orange]Explosion[/color] damage [color=white]to contents[/color] reduced by [color=lightblue]10%[/color]. + priority: 0 + component: Armor + - message: This decreases your running speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + title: null + - uid: 5746 + components: + - type: Transform + pos: -49.51163,-33.29816 + parent: 2 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: >- + It provides the following protection: + + - [color=orange]Explosion[/color] damage [color=white]to contents[/color] reduced by [color=lightblue]10%[/color]. + priority: 0 + component: Armor + - message: This decreases your running speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + title: null +- proto: ClothingBackpackDuffelSyndicatePyjamaBundle + entities: + - uid: 7203 + components: + - type: Transform + pos: 47.61371,-9.3577 + parent: 2 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: >- + It provides the following protection: + + - [color=orange]Explosion[/color] damage [color=white]to contents[/color] reduced by [color=lightblue]90%[/color]. + priority: 0 + component: Armor + - message: This decreases your running speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + title: null +- proto: ClothingBeltChefFilled + entities: + - uid: 3884 + components: + - type: Transform + pos: -2.4525337,-35.40037 + parent: 2 +- proto: ClothingBeltJanitorFilled + entities: + - uid: 9362 + components: + - type: Transform + pos: 29.389355,3.5471458 + parent: 2 +- proto: ClothingBeltMedicalEMTFilled + entities: + - uid: 4802 + components: + - type: Transform + pos: -32.60601,-27.341293 + parent: 2 +- proto: ClothingBeltPlantFilled + entities: + - uid: 3461 + components: + - type: Transform + pos: -18.676945,-29.53736 + parent: 2 +- proto: ClothingBeltSecurityFilled + entities: + - uid: 2368 + components: + - type: Transform + pos: -23.478878,15.595256 + parent: 2 +- proto: ClothingBeltUtility + entities: + - uid: 1290 + components: + - type: Transform + pos: -18.438002,-22.34795 + parent: 2 + - uid: 16990 + components: + - type: Transform + pos: 27.302391,-29.306028 + parent: 2 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 2235 + components: + - type: Transform + pos: -10.019177,-13.302434 + parent: 2 + - uid: 5029 + components: + - type: Transform + pos: -26.470915,-18.3621 + parent: 2 +- proto: ClothingBeltUtilityFilled + entities: + - uid: 4776 + components: + - type: Transform + pos: -34.898106,-53.323624 + parent: 2 +- proto: ClothingEyesGlassesGarGiga + entities: + - uid: 1753 + components: + - type: Transform + pos: 9.0438595,6.568463 + parent: 2 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 2171 + components: + - type: Transform + pos: -10.688105,-13.265251 + parent: 2 +- proto: ClothingHandsGlovesBoxingBlue + entities: + - uid: 5700 + components: + - type: Transform + pos: 45.643505,-32.712418 + parent: 2 +- proto: ClothingHandsGlovesBoxingGreen + entities: + - uid: 3354 + components: + - type: Transform + pos: 53.148388,-40.7539 + parent: 2 +- proto: ClothingHandsGlovesBoxingRed + entities: + - uid: 2285 + components: + - type: Transform + pos: 51.41836,-41.410606 + parent: 2 +- proto: ClothingHandsGlovesBoxingYellow + entities: + - uid: 3329 + components: + - type: Transform + pos: 55.644142,-41.512356 + parent: 2 +- proto: ClothingHandsGlovesColorYellowBudget + entities: + - uid: 267 + components: + - type: Transform + pos: -11.433596,-23.608858 + parent: 2 + - uid: 3995 + components: + - type: Transform + pos: -11.5795,-23.31699 + parent: 2 + - uid: 18092 + components: + - type: Transform + pos: 28.514162,-39.414745 + parent: 2 + - uid: 18166 + components: + - type: Transform + pos: -40.472687,-34.309685 + parent: 2 +- proto: ClothingHandsGlovesLatex + entities: + - uid: 5185 + components: + - type: Transform + pos: -52.498062,-27.89957 + parent: 2 + - uid: 6051 + components: + - type: Transform + pos: 41.41785,-10.425573 + parent: 2 + - uid: 14731 + components: + - type: Transform + pos: 22.49661,-58.714924 + parent: 2 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 8204 + components: + - type: Transform + pos: -52.470013,-41.035538 + parent: 2 +- proto: ClothingHeadBandBotany + entities: + - uid: 672 + components: + - type: Transform + pos: -28.268602,-7.147286 + parent: 2 + - uid: 3798 + components: + - type: Transform + pos: 6.5259585,-45.321552 + parent: 2 +- proto: ClothingHeadBandRed + entities: + - uid: 12352 + components: + - type: Transform + pos: -40.480824,-51.918766 + parent: 2 +- proto: ClothingHeadHatAnimalCat + entities: + - uid: 6055 + components: + - type: Transform + pos: -13.479529,7.5740447 + parent: 2 +- proto: ClothingHeadHatAnimalCatBlack + entities: + - uid: 8601 + components: + - type: Transform + pos: 44.30121,-2.3817148 + parent: 2 +- proto: ClothingHeadHatBeret + entities: + - uid: 3009 + components: + - type: Transform + pos: -17.67299,30.71278 + parent: 2 +- proto: ClothingHeadHatBeretQM + entities: + - uid: 1014 + components: + - type: Transform + pos: -7.49898,17.690357 + parent: 2 +- proto: ClothingHeadHatBeretRND + entities: + - uid: 5049 + components: + - type: Transform + pos: 28.369284,-48.32308 + parent: 2 +- proto: ClothingHeadHatBrownFlatcap + entities: + - uid: 10989 + components: + - type: Transform + pos: 19.452253,-58.458893 + parent: 2 +- proto: ClothingHeadHatBunny + entities: + - uid: 12331 + components: + - type: Transform + pos: 34.48958,41.4503 + parent: 2 +- proto: ClothingHeadHatCargosoft + entities: + - uid: 8997 + components: + - type: Transform + pos: 0.18218291,23.608202 + parent: 2 +- proto: ClothingHeadHatChef + entities: + - uid: 3264 + components: + - type: Transform + pos: 1.263932,-33.25513 + parent: 2 +- proto: ClothingHeadHatCone + entities: + - uid: 340 + components: + - type: Transform + pos: 29.572224,-77.60282 + parent: 2 + - uid: 6791 + components: + - type: Transform + pos: 31.329733,-77.7259 + parent: 2 + - uid: 6850 + components: + - type: Transform + pos: 2.2315192,-19.537426 + parent: 2 + - uid: 7436 + components: + - type: Transform + pos: 2.4515443,-16.412426 + parent: 2 + - uid: 7438 + components: + - type: Transform + pos: 32.340652,-78.34091 + parent: 2 + - uid: 7441 + components: + - type: Transform + pos: 2.1702943,-17.349926 + parent: 2 + - uid: 7447 + components: + - type: Transform + pos: 3.4202943,-16.224926 + parent: 2 + - uid: 11195 + components: + - type: Transform + pos: 2.2015443,-18.396801 + parent: 2 + - uid: 17539 + components: + - type: Transform + pos: 17.14647,7.379371 + parent: 2 +- proto: ClothingHeadHatCowboyBrown + entities: + - uid: 8804 + components: + - type: Transform + pos: -38.56931,-55.278778 + parent: 2 +- proto: ClothingHeadHatFez + entities: + - uid: 16992 + components: + - type: Transform + pos: 46.541893,-36.255573 + parent: 2 +- proto: ClothingHeadHatFlowerWreath + entities: + - uid: 18623 + components: + - type: Transform + pos: -15.4590845,13.626832 + parent: 2 +- proto: ClothingHeadHatMimesoft + entities: + - uid: 14256 + components: + - type: Transform + pos: 7.316777,-31.202648 + parent: 2 +- proto: ClothingHeadHatOutlawHat + entities: + - uid: 6340 + components: + - type: Transform + pos: 22.727654,-40.11251 + parent: 2 +- proto: ClothingHeadHatPaper + entities: + - uid: 17875 + components: + - type: Transform + pos: 6.8421288,-51.23095 + parent: 2 +- proto: ClothingHeadHatParamedicsoft + entities: + - uid: 4803 + components: + - type: Transform + pos: -28.478964,-28.414955 + parent: 2 +- proto: ClothingHeadHatPartyWaterCup + entities: + - uid: 1076 + components: + - type: Transform + pos: -0.26819527,12.552498 + parent: 2 +- proto: ClothingHeadHatPirate + entities: + - uid: 13827 + components: + - type: Transform + pos: 25.671356,-58.306297 + parent: 2 +- proto: ClothingHeadHatRichard + entities: + - uid: 5281 + components: + - type: Transform + pos: 56.495144,-40.47507 + parent: 2 +- proto: ClothingHeadHatSantahat + entities: + - uid: 809 + components: + - type: Transform + pos: -9.481663,24.584553 + parent: 2 +- proto: ClothingHeadHatSyndie + entities: + - uid: 8321 + components: + - type: Transform + pos: 47.35316,-9.274309 + parent: 2 +- proto: ClothingHeadHatWarden + entities: + - uid: 14570 + components: + - type: Transform + pos: -20.684917,-5.67726 + parent: 2 +- proto: ClothingHeadHatWeldingMaskFlame + entities: + - uid: 18967 + components: + - type: Transform + pos: -33.440796,14.643167 + parent: 2 +- proto: ClothingHeadHatWeldingMaskPainted + entities: + - uid: 8588 + components: + - type: Transform + pos: 47.500233,-4.4413204 + parent: 2 +- proto: ClothingHeadHatXmasCrown + entities: + - uid: 19889 + components: + - type: Transform + pos: 38.306744,-59.476147 + parent: 2 +- proto: ClothingHeadHelmetAncient + entities: + - uid: 11652 + components: + - type: Transform + pos: 71.56463,-77.43635 + parent: 2 +- proto: ClothingMaskBee + entities: + - uid: 5635 + components: + - type: Transform + pos: 19.479597,5.590736 + parent: 2 +- proto: ClothingMaskBreath + entities: + - uid: 1763 + components: + - type: Transform + pos: -52.6127,-32.884636 + parent: 2 + - uid: 4372 + components: + - type: Transform + pos: 38.57368,-27.453815 + parent: 2 + - uid: 4760 + components: + - type: Transform + pos: -26.615105,-25.489788 + parent: 2 +- proto: ClothingMaskFox + entities: + - uid: 1054 + components: + - type: Transform + pos: -23.509296,22.561455 + parent: 2 +- proto: ClothingMaskGas + entities: + - uid: 9073 + components: + - type: Transform + pos: 45.507942,-27.364006 + parent: 2 +- proto: ClothingMaskWeldingGas + entities: + - uid: 6300 + components: + - type: Transform + pos: 41.490192,-27.507837 + parent: 2 +- proto: ClothingNeckBling + entities: + - uid: 13191 + components: + - type: Transform + pos: 9.609975,6.595586 + parent: 2 +- proto: ClothingNeckCloakAce + entities: + - uid: 8506 + components: + - type: Transform + pos: 47.501015,-87.459625 + parent: 2 +- proto: ClothingNeckCloakAdmin + entities: + - uid: 19975 + components: + - type: Transform + pos: 61.5,-78.5 + parent: 2 +- proto: ClothingNeckCloakAro + entities: + - uid: 16222 + components: + - type: Transform + pos: 21.531446,-49.442505 + parent: 2 +- proto: ClothingNeckCloakEnby + entities: + - uid: 16221 + components: + - type: Transform + pos: 24.430853,-59.5613 + parent: 2 +- proto: ClothingNeckCloakGay + entities: + - uid: 2876 + components: + - type: Transform + pos: 17.536743,-16.434425 + parent: 2 +- proto: ClothingNeckCloakLesbian + entities: + - uid: 2118 + components: + - type: Transform + pos: 29.529152,28.479647 + parent: 2 +- proto: ClothingNeckCloakMoth + entities: + - uid: 19903 + components: + - type: Transform + pos: 44.536793,-50.46367 + parent: 2 +- proto: ClothingNeckCloakPan + entities: + - uid: 19277 + components: + - type: Transform + pos: 50.483807,-55.407658 + parent: 2 +- proto: ClothingNeckCloakTrans + entities: + - uid: 7432 + components: + - type: Transform + pos: 41.510986,-27.452278 + parent: 2 +- proto: ClothingNeckMantle + entities: + - uid: 3505 + components: + - type: Transform + pos: -17.641726,30.389639 + parent: 2 +- proto: ClothingNeckScarfStripedZebra + entities: + - uid: 9275 + components: + - type: Transform + pos: 19.523642,-13.4389515 + parent: 2 +- proto: ClothingOuterCoatLabOpened + entities: + - uid: 13981 + components: + - type: Transform + pos: 22.667826,-58.4226 + parent: 2 +- proto: ClothingOuterCoatLabViro + entities: + - uid: 4560 + components: + - type: Transform + pos: -11.663654,-27.332932 + parent: 2 +- proto: ClothingOuterCoatPirate + entities: + - uid: 13843 + components: + - type: Transform + pos: 25.374481,-58.415672 + parent: 2 +- proto: ClothingOuterHardsuitAncientEVA + entities: + - uid: 11557 + components: + - type: Transform + pos: 72.44567,-77.43635 + parent: 2 +- proto: ClothingOuterHardsuitSecurity + entities: + - uid: 19589 + components: + - type: Transform + pos: -20.669172,5.685884 + parent: 2 + - uid: 19998 + components: + - type: Transform + pos: -20.408627,5.5503736 + parent: 2 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: This decreases your speed by [color=yellow]25%[/color]. + priority: 0 + component: ClothingSpeedModifier + - message: >- + It provides the following protection: + + - [color=yellow]Blunt[/color] damage reduced by [color=lightblue]40%[/color]. + + - [color=yellow]Slash[/color] damage reduced by [color=lightblue]40%[/color]. + + - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]40%[/color]. + + - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]30%[/color]. + + - [color=orange]Explosion[/color] damage reduced by [color=lightblue]60%[/color]. + priority: 0 + component: Armor + title: null +- proto: ClothingOuterPonchoClassic + entities: + - uid: 15742 + components: + - type: Transform + pos: -38.4234,-55.393444 + parent: 2 +- proto: ClothingOuterSuitEmergency + entities: + - uid: 7671 + components: + - type: Transform + pos: 29.480768,19.627275 + parent: 2 +- proto: ClothingOuterWinterBar + entities: + - uid: 7386 + components: + - type: Transform + pos: 42.465187,11.620134 + parent: 2 +- proto: ClothingOuterWinterChem + entities: + - uid: 14147 + components: + - type: Transform + pos: -34.40282,-41.34545 + parent: 2 +- proto: ClothingOuterWinterColorBlue + entities: + - uid: 5082 + components: + - type: Transform + pos: -36.32764,-20.24317 + parent: 2 +- proto: ClothingOuterWinterPara + entities: + - uid: 4805 + components: + - type: Transform + pos: -27.59449,-28.370361 + parent: 2 +- proto: ClothingOuterWinterSci + entities: + - uid: 16014 + components: + - type: Transform + pos: 28.62983,-48.427315 + parent: 2 +- proto: ClothingOuterWinterViro + entities: + - uid: 4654 + components: + - type: Transform + pos: -11.385667,-27.380693 + parent: 2 +- proto: ClothingShoesBootsMag + entities: + - uid: 11168 + components: + - type: Transform + pos: -3.745983,-51.43929 + parent: 2 + - uid: 11169 + components: + - type: Transform + pos: -3.4124844,-51.220387 + parent: 2 +- proto: ClothingShoeSlippersDuck + entities: + - uid: 11860 + components: + - type: Transform + pos: -10.521948,19.518375 + parent: 2 +- proto: ClothingUnderSocksCoder + entities: + - uid: 7005 + components: + - type: Transform + pos: 25.468887,-11.482896 + parent: 2 +- proto: ClothingUniformColorRainbow + entities: + - uid: 19887 + components: + - type: Transform + pos: 38.429108,-59.892277 + parent: 2 +- proto: ClothingUniformJumpskirtDetective + entities: + - uid: 3809 + components: + - type: Transform + pos: 6.641757,-39.371193 + parent: 2 +- proto: ClothingUniformJumpskirtLawyerBlue + entities: + - uid: 9258 + components: + - type: Transform + pos: 6.623013,-41.324974 + parent: 2 +- proto: ClothingUniformJumpskirtYellowTurtleneckDress + entities: + - uid: 13909 + components: + - type: Transform + pos: 19.530016,-58.5476 + parent: 2 +- proto: ClothingUniformJumpsuitDetective + entities: + - uid: 3808 + components: + - type: Transform + pos: 6.339525,-39.246105 + parent: 2 +- proto: ClothingUniformJumpsuitLawyerBlue + entities: + - uid: 9251 + components: + - type: Transform + pos: 6.3312016,-41.26243 + parent: 2 +- proto: ClothingUniformJumpsuitReporter + entities: + - uid: 3942 + components: + - type: Transform + pos: 22.515583,-35.497555 + parent: 2 +- proto: Cobweb1 + entities: + - uid: 15571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-0.5 + parent: 2 + - uid: 17545 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 17546 + components: + - type: Transform + pos: 45.5,-27.5 + parent: 2 + - uid: 17549 + components: + - type: Transform + pos: 33.5,-53.5 + parent: 2 +- proto: Cobweb2 + entities: + - uid: 11858 + components: + - type: Transform + pos: 19.5,8.5 + parent: 2 + - uid: 17550 + components: + - type: Transform + pos: 28.5,-48.5 + parent: 2 +- proto: ComfyChair + entities: + - uid: 725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-20.5 + parent: 2 + - uid: 726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-22.5 + parent: 2 + - uid: 1702 + components: + - type: Transform + pos: 10.5,-63.5 + parent: 2 + - uid: 1731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-65.5 + parent: 2 + - uid: 2305 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - uid: 3470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-38.5 + parent: 2 + - uid: 3555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-32.5 + parent: 2 + - uid: 3567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-31.5 + parent: 2 + - uid: 3591 + components: + - type: Transform + pos: 11.5,-29.5 + parent: 2 + - uid: 3592 + components: + - type: Transform + pos: 15.5,-29.5 + parent: 2 + - uid: 3610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-32.5 + parent: 2 + - uid: 3612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-31.5 + parent: 2 + - uid: 3621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-13.5 + parent: 2 + - uid: 3723 + components: + - type: Transform + pos: 0.5,-43.5 + parent: 2 + - uid: 3736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-36.5 + parent: 2 + - uid: 3743 + components: + - type: Transform + pos: 15.5,-39.5 + parent: 2 + - uid: 3773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-38.5 + parent: 2 + - uid: 4057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-50.5 + parent: 2 + - uid: 4152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-50.5 + parent: 2 + - uid: 4154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-50.5 + parent: 2 + - uid: 4508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-50.5 + parent: 2 + - uid: 5718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-34.5 + parent: 2 + - uid: 5862 + components: + - type: Transform + pos: 30.5,25.5 + parent: 2 + - uid: 5868 + components: + - type: Transform + pos: 30.5,28.5 + parent: 2 + - uid: 5895 + components: + - type: Transform + pos: 29.5,25.5 + parent: 2 + - uid: 7129 + components: + - type: Transform + pos: 29.5,28.5 + parent: 2 + - uid: 7131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,26.5 + parent: 2 + - uid: 7133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,26.5 + parent: 2 + - uid: 7387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,7.5 + parent: 2 + - uid: 7599 + components: + - type: Transform + pos: -9.5,-60.5 + parent: 2 + - uid: 7602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-62.5 + parent: 2 + - uid: 8041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-46.5 + parent: 2 + - uid: 8691 + components: + - type: Transform + pos: 30.5,42.5 + parent: 2 + - uid: 10145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-46.5 + parent: 2 + - uid: 10980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-24.5 + parent: 2 + - uid: 10982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-24.5 + parent: 2 + - uid: 10983 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - uid: 10984 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 2 + - uid: 10996 + components: + - type: Transform + pos: 11.5,-24.5 + parent: 2 + - uid: 10997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-26.5 + parent: 2 + - uid: 11916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-56.5 + parent: 2 + - uid: 12789 + components: + - type: Transform + pos: 8.5,-54.5 + parent: 2 + - uid: 12791 + components: + - type: Transform + pos: 7.5,-54.5 + parent: 2 + - uid: 13261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-56.5 + parent: 2 + - uid: 15920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-13.5 + parent: 2 + - uid: 16634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-13.5 + parent: 2 +- proto: CommandmentCircuitBoard + entities: + - uid: 16471 + components: + - type: Transform + pos: -60.976395,-16.360863 + parent: 2 +- proto: CommsComputerCircuitboard + entities: + - uid: 13265 + components: + - type: Transform + pos: 10.553459,-17.34669 + parent: 2 +- proto: ComputerAlert + entities: + - uid: 1850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 2 + - uid: 6359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-55.5 + parent: 2 + - uid: 14699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-11.5 + parent: 2 +- proto: ComputerAnalysisConsole + entities: + - uid: 4548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-45.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4541: + - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver +- proto: computerBodyScanner + entities: + - uid: 265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-34.5 + parent: 2 + - uid: 453 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,10.5 + parent: 2 + - uid: 2847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-26.5 + parent: 2 + - uid: 2860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-47.5 + parent: 2 +- proto: ComputerBroken + entities: + - uid: 2188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,14.5 + parent: 2 + - uid: 7079 + components: + - type: Transform + pos: 48.5,-85.5 + parent: 2 + - uid: 8389 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-88.5 + parent: 2 + - uid: 10690 + components: + - type: Transform + pos: -33.5,-48.5 + parent: 2 + - uid: 16455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,-12.5 + parent: 2 +- proto: ComputerCargoBounty + entities: + - uid: 4250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,19.5 + parent: 2 + - uid: 9724 + components: + - type: Transform + pos: -18.5,-55.5 + parent: 2 +- proto: ComputerCargoOrders + entities: + - uid: 850 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,23.5 + parent: 2 + - uid: 2027 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,14.5 + parent: 2 + - uid: 9725 + components: + - type: Transform + pos: -17.5,-55.5 + parent: 2 + - uid: 14297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,16.5 + parent: 2 +- proto: ComputerCargoShuttle + entities: + - uid: 862 + components: + - type: Transform + pos: 4.5,26.5 + parent: 2 +- proto: ComputerComms + entities: + - uid: 39 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-57.5 + parent: 2 +- proto: ComputerCrewMonitoring + entities: + - uid: 4771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-27.5 + parent: 2 + - uid: 6213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-54.5 + parent: 2 + - uid: 7304 + components: + - type: Transform + pos: 38.5,3.5 + parent: 2 + - uid: 7501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-46.5 + parent: 2 + - uid: 8179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-35.5 + parent: 2 +- proto: ComputerCriminalRecords + entities: + - uid: 625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,2.5 + parent: 2 + - uid: 2383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-5.5 + parent: 2 + - uid: 7278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,2.5 + parent: 2 + - uid: 9729 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-55.5 + parent: 2 +- proto: ComputerFrame + entities: + - uid: 7187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-88.5 + parent: 2 + - uid: 11859 + components: + - type: Transform + pos: 47.5,-11.5 + parent: 2 + - uid: 18761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-46.5 + parent: 2 +- proto: ComputerId + entities: + - uid: 7571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-46.5 + parent: 2 + - uid: 9720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-57.5 + parent: 2 +- proto: ComputerMassMedia + entities: + - uid: 3855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-37.5 + parent: 2 +- proto: ComputerMedicalRecords + entities: + - uid: 8465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-36.5 + parent: 2 + - uid: 10149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-43.5 + parent: 2 +- proto: ComputerPowerMonitoring + entities: + - uid: 2227 + components: + - type: Transform + pos: -13.5,-13.5 + parent: 2 + - uid: 2565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-26.5 + parent: 2 + - uid: 5520 + components: + - type: Transform + pos: -3.5,-20.5 + parent: 2 + - uid: 6494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,1.5 + parent: 2 + - uid: 8518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-11.5 + parent: 2 + - uid: 8955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,23.5 + parent: 2 + - uid: 9721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-56.5 + parent: 2 + - uid: 10292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-18.5 + parent: 2 +- proto: ComputerRadar + entities: + - uid: 5425 + components: + - type: Transform + pos: 18.5,31.5 + parent: 2 + - uid: 9726 + components: + - type: Transform + pos: -16.5,-55.5 + parent: 2 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 4271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-24.5 + parent: 2 + - uid: 4411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-34.5 + parent: 2 + - uid: 4497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-40.5 + parent: 2 + - uid: 9731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-52.5 + parent: 2 +- proto: ComputerRoboticsControl + entities: + - uid: 4356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-27.5 + parent: 2 + - uid: 6477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-53.5 + parent: 2 +- proto: ComputerSalvageExpedition + entities: + - uid: 4838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,23.5 + parent: 2 +- proto: ComputerSolarControl + entities: + - uid: 1922 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-15.5 + parent: 2 + - uid: 4380 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 2 + - uid: 8836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,1.5 + parent: 2 + - uid: 8953 + components: + - type: Transform + pos: -29.5,24.5 + parent: 2 + - uid: 10430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-53.5 + parent: 2 +- proto: ComputerStationRecords + entities: + - uid: 4797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-26.5 + parent: 2 + - uid: 9730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-56.5 + parent: 2 + - uid: 15616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-4.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 9722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-53.5 + parent: 2 + - uid: 13090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-3.5 + parent: 2 +- proto: ComputerTechnologyDiskTerminal + entities: + - uid: 8337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-39.5 + parent: 2 +- proto: ComputerTelevision + entities: + - uid: 1043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-44.5 + parent: 2 + - uid: 7303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,3.5 + parent: 2 + - uid: 7593 + components: + - type: Transform + pos: -11.5,-46.5 + parent: 2 + - uid: 8136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-46.5 + parent: 2 + - uid: 17190 + components: + - type: Transform + pos: 27.5,-27.5 + parent: 2 +- proto: ComputerTelevisionCircuitboard + entities: + - uid: 18914 + components: + - type: Transform + pos: 46.514275,-72.41335 + parent: 2 +- proto: ConveyorBelt + entities: + - uid: 1065 + components: + - type: Transform + pos: 2.5,29.5 + parent: 2 + - uid: 1066 + components: + - type: Transform + pos: 6.5,27.5 + parent: 2 + - uid: 1903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-32.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 4 + - uid: 1933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-32.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 4 + - uid: 2671 + components: + - type: Transform + pos: 6.5,26.5 + parent: 2 + - uid: 2960 + components: + - type: Transform + pos: 6.5,29.5 + parent: 2 + - uid: 3487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-32.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 4 + - uid: 3871 + components: + - type: Transform + pos: 6.5,28.5 + parent: 2 + - uid: 5314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-58.5 + parent: 2 + - uid: 5321 + components: + - type: Transform + pos: 2.5,26.5 + parent: 2 + - uid: 5354 + components: + - type: Transform + pos: 2.5,27.5 + parent: 2 + - uid: 5362 + components: + - type: Transform + pos: 2.5,28.5 + parent: 2 + - uid: 6837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-32.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 4 + - uid: 8507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,21.5 + parent: 2 + - uid: 9114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-58.5 + parent: 2 + - uid: 9115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-58.5 + parent: 2 + - uid: 9352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-58.5 + parent: 2 + - uid: 14292 + components: + - type: Transform + pos: 6.5,16.5 + parent: 2 + - uid: 14293 + components: + - type: Transform + pos: 6.5,14.5 + parent: 2 + - uid: 14332 + components: + - type: Transform + pos: 6.5,15.5 + parent: 2 + - uid: 18127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-58.5 + parent: 2 + - uid: 18131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-58.5 + parent: 2 +- proto: CorporateCircuitBoard + entities: + - uid: 16463 + components: + - type: Transform + pos: -61.414112,-16.256622 + parent: 2 +- proto: CrateArtifactContainer + entities: + - uid: 4533 + components: + - type: Transform + pos: 38.5,-40.5 + parent: 2 + - uid: 4534 + components: + - type: Transform + pos: 39.5,-40.5 + parent: 2 +- proto: CrateCandles + entities: + - uid: 583 + components: + - type: Transform + pos: 39.5,-7.5 + parent: 2 +- proto: CrateCoffin + entities: + - uid: 5813 + components: + - type: Transform + pos: 43.5,-10.5 + parent: 2 + - uid: 6942 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 2 +- proto: CrateContrabandStorageSecure + entities: + - uid: 19590 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 +- proto: CrateEmptySpawner + entities: + - uid: 14 + components: + - type: Transform + pos: 77.5,-40.5 + parent: 2 + - uid: 994 + components: + - type: Transform + pos: -0.5,18.5 + parent: 2 + - uid: 4618 + components: + - type: Transform + pos: 28.5,-37.5 + parent: 2 + - uid: 7658 + components: + - type: Transform + pos: 12.5,-64.5 + parent: 2 + - uid: 7659 + components: + - type: Transform + pos: 12.5,-65.5 + parent: 2 + - uid: 17457 + components: + - type: Transform + pos: -2.5,23.5 + parent: 2 + - uid: 17458 + components: + - type: Transform + pos: 9.5,20.5 + parent: 2 + - uid: 17536 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - uid: 17537 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - uid: 18063 + components: + - type: Transform + pos: 5.5,24.5 + parent: 2 + - uid: 18065 + components: + - type: Transform + pos: 3.5,18.5 + parent: 2 + - uid: 18066 + components: + - type: Transform + pos: 5.5,18.5 + parent: 2 + - uid: 18760 + components: + - type: Transform + pos: 67.5,-42.5 + parent: 2 + - uid: 18805 + components: + - type: Transform + pos: 84.5,-16.5 + parent: 2 + - uid: 18840 + components: + - type: Transform + pos: 89.5,-29.5 + parent: 2 + - uid: 18842 + components: + - type: Transform + pos: 72.5,-63.5 + parent: 2 +- proto: CrateEngineeringAMEJar + entities: + - uid: 19547 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 +- proto: CrateEngineeringAMEShielding + entities: + - uid: 17719 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 +- proto: CrateEngineeringCableBulk + entities: + - uid: 7426 + components: + - type: Transform + pos: 28.5,-51.5 + parent: 2 +- proto: CrateEngineeringShuttle + entities: + - uid: 3597 + components: + - type: Transform + pos: -32.5,-55.5 + parent: 2 +- proto: CrateEngineeringSolar + entities: + - uid: 471 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 + - uid: 1701 + components: + - type: Transform + pos: 26.5,-16.5 + parent: 2 + - uid: 3556 + components: + - type: Transform + pos: -45.5,-55.5 + parent: 2 + - uid: 5322 + components: + - type: Transform + pos: -31.5,22.5 + parent: 2 +- proto: CrateFilledSpawner + entities: + - uid: 5411 + components: + - type: Transform + pos: 21.5,14.5 + parent: 2 + - uid: 6111 + components: + - type: Transform + pos: 5.5,20.5 + parent: 2 + - uid: 8878 + components: + - type: Transform + pos: 48.5,-13.5 + parent: 2 + - uid: 11267 + components: + - type: Transform + pos: -19.5,-16.5 + parent: 2 + - uid: 17448 + components: + - type: Transform + pos: 3.5,22.5 + parent: 2 + - uid: 17449 + components: + - type: Transform + pos: 3.5,23.5 + parent: 2 + - uid: 17450 + components: + - type: Transform + pos: 5.5,23.5 + parent: 2 + - uid: 17451 + components: + - type: Transform + pos: 5.5,22.5 + parent: 2 + - uid: 17453 + components: + - type: Transform + pos: 5.5,19.5 + parent: 2 + - uid: 17454 + components: + - type: Transform + pos: 3.5,19.5 + parent: 2 + - uid: 17455 + components: + - type: Transform + pos: 3.5,20.5 + parent: 2 + - uid: 18806 + components: + - type: Transform + pos: 83.5,-16.5 + parent: 2 +- proto: CrateFreezer + entities: + - uid: 3241 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - type: Fixtures + fixtures: + fix1: + shape: !type:PolygonShape + radius: 0.01 + vertices: + - -0.4,-0.4 + - 0.4,-0.4 + - 0.4,0.29 + - -0.4,0.29 + mask: + - Impassable + - HighImpassable + - LowImpassable + layer: + - BulletImpassable + - Opaque + density: 50 + hard: True + restitution: 0 + friction: 0.4 + - type: EntityStorage + open: True + removedMasks: 20 + - type: PlaceableSurface + isPlaceable: True + - uid: 5015 + components: + - type: Transform + pos: -26.5,-21.5 + parent: 2 +- proto: CrateMaterialPlasma + entities: + - uid: 6438 + components: + - type: Transform + pos: -60.5,-9.5 + parent: 2 + - uid: 9490 + components: + - type: Transform + pos: 39.5,-36.5 + parent: 2 +- proto: CrateMedicalScrubs + entities: + - uid: 12724 + components: + - type: Transform + pos: -45.5,-38.5 + parent: 2 +- proto: CrateMedicalSurgery + entities: + - uid: 4374 + components: + - type: Transform + pos: 37.5,-28.5 + parent: 2 + - uid: 5518 + components: + - type: Transform + pos: -46.5,-31.5 + parent: 2 +- proto: CrateNPCHamlet + entities: + - uid: 9723 + components: + - type: Transform + pos: -17.5,-57.5 + parent: 2 +- proto: CrateSecurityTrackingMindshieldImplants + entities: + - uid: 4184 + components: + - type: Transform + pos: -22.5,2.5 + parent: 2 +- proto: CrateServiceBoozeDispenser + entities: + - uid: 7411 + components: + - type: Transform + pos: 45.5,7.5 + parent: 2 +- proto: CrateServiceBureaucracy + entities: + - uid: 3167 + components: + - type: Transform + pos: -22.5,-46.5 + parent: 2 + - uid: 17597 + components: + - type: Transform + pos: 0.5,18.5 + parent: 2 +- proto: CrateServiceCustomSmokable + entities: + - uid: 19900 + components: + - type: Transform + pos: 47.5,-56.5 + parent: 2 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 9408 + components: + - type: Transform + pos: 29.5,0.5 + parent: 2 +- proto: CrateSurgery + entities: + - uid: 1779 + components: + - type: Transform + pos: -49.5,-27.5 + parent: 2 + - uid: 5643 + components: + - type: Transform + pos: -49.5,-33.5 + parent: 2 +- proto: CrateTrashCartFilled + entities: + - uid: 3860 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - uid: 9427 + components: + - type: Transform + pos: 25.5,5.5 + parent: 2 +- proto: CrateTrashCartJani + entities: + - uid: 1041 + components: + - type: Transform + pos: 24.5,5.5 + parent: 2 +- proto: CrayonBox + entities: + - uid: 3589 + components: + - type: Transform + pos: 7.546462,-31.401642 + parent: 2 +- proto: CrayonMime + entities: + - uid: 5407 + components: + - type: Transform + pos: -11.287609,19.532997 + parent: 2 +- proto: CrayonRed + entities: + - uid: 19011 + components: + - type: Transform + pos: 19.457184,-53.361088 + parent: 2 +- proto: Crematorium + entities: + - uid: 7059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-9.5 + parent: 2 +- proto: CrewMonitoringServer + entities: + - uid: 1255 + components: + - type: Transform + pos: 20.5,1.5 + parent: 2 +- proto: Crowbar + entities: + - uid: 18079 + components: + - type: Transform + pos: 36.50174,6.5696793 + parent: 2 +- proto: CrowbarYellow + entities: + - uid: 13864 + components: + - type: Transform + pos: 19.764744,-58.731625 + parent: 2 +- proto: CryogenicSleepUnit + entities: + - uid: 694 + components: + - type: Transform + pos: -29.5,-11.5 + parent: 2 +- proto: CryogenicSleepUnitSpawner + entities: + - uid: 1260 + components: + - type: Transform + pos: 15.5,-46.5 + parent: 2 + - uid: 11726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-48.5 + parent: 2 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 1261 + components: + - type: Transform + pos: 15.5,-48.5 + parent: 2 + - uid: 11727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-47.5 + parent: 2 + - uid: 18712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-46.5 + parent: 2 +- proto: CryoPod + entities: + - uid: 4976 + components: + - type: Transform + pos: -35.5,-20.5 + parent: 2 + - uid: 4977 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 +- proto: CryoxadoneBeakerSmall + entities: + - uid: 4956 + components: + - type: Transform + pos: -32.588287,-20.351446 + parent: 2 + - uid: 4959 + components: + - type: Transform + pos: -32.359005,-20.205511 + parent: 2 +- proto: CultAltarSpawner + entities: + - uid: 6698 + components: + - type: Transform + pos: 20.5,-52.5 + parent: 2 +- proto: CurtainsBlackOpen + entities: + - uid: 2453 + components: + - type: Transform + pos: 38.5,-5.5 + parent: 2 + - uid: 3197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-41.5 + parent: 2 + - uid: 7295 + components: + - type: Transform + pos: 38.5,-1.5 + parent: 2 + - uid: 15677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-14.5 + parent: 2 + - uid: 15700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-8.5 + parent: 2 + - uid: 17568 + components: + - type: Transform + pos: 6.5,-33.5 + parent: 2 +- proto: CurtainsBlueOpen + entities: + - uid: 2578 + components: + - type: Transform + pos: -4.5,-26.5 + parent: 2 + - uid: 15618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-38.5 + parent: 2 +- proto: CurtainsCyanOpen + entities: + - uid: 3193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-39.5 + parent: 2 +- proto: CurtainsGreenOpen + entities: + - uid: 4765 + components: + - type: Transform + pos: -30.5,-46.5 + parent: 2 + - uid: 4914 + components: + - type: Transform + pos: -29.5,-44.5 + parent: 2 +- proto: CurtainsOrangeOpen + entities: + - uid: 6421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,19.5 + parent: 2 +- proto: CurtainSpawner + entities: + - uid: 17570 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 +- proto: CurtainsPurpleOpen + entities: + - uid: 11353 + components: + - type: Transform + pos: 26.5,-34.5 + parent: 2 +- proto: CurtainsRedOpen + entities: + - uid: 1705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,1.5 + parent: 2 + - uid: 11588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,3.5 + parent: 2 + - uid: 13469 + components: + - type: Transform + pos: 29.5,13.5 + parent: 2 + - uid: 14818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,12.5 + parent: 2 + - uid: 17651 + components: + - type: Transform + pos: 28.5,13.5 + parent: 2 + - uid: 17653 + components: + - type: Transform + pos: 30.5,11.5 + parent: 2 +- proto: d20Dice + entities: + - uid: 16991 + components: + - type: Transform + pos: 20.413567,-48.967503 + parent: 2 +- proto: d6Dice + entities: + - uid: 6543 + components: + - type: Transform + pos: 0.6303221,24.546352 + parent: 2 + - uid: 7323 + components: + - type: Transform + pos: 0.70327437,23.795832 + parent: 2 + - uid: 9003 + components: + - type: Transform + pos: -0.526502,23.57693 + parent: 2 + - uid: 11291 + components: + - type: Transform + pos: 22.316435,-40.18328 + parent: 2 + - uid: 11292 + components: + - type: Transform + pos: 22.608246,-40.42303 + parent: 2 + - uid: 17279 + components: + - type: Transform + pos: 8.486209,-23.492792 + parent: 2 + - uid: 17793 + components: + - type: Transform + pos: 7.569087,-23.232195 + parent: 2 +- proto: DawInstrumentMachineCircuitboard + entities: + - uid: 4880 + components: + - type: Transform + pos: 7.4465623,-33.43011 + parent: 2 +- proto: DefaultStationBeacon + entities: + - uid: 15751 + components: + - type: Transform + pos: 32.5,36.5 + parent: 2 + - type: NavMapBeacon + text: Docking Arm +- proto: DefaultStationBeaconAI + entities: + - uid: 5136 + components: + - type: Transform + pos: -61.5,-15.5 + parent: 2 + - type: NavMapBeacon + text: AI Upload + - type: WarpPoint + location: AI Upload + - uid: 19164 + components: + - type: Transform + pos: -61.5,-9.5 + parent: 2 + - type: NavMapBeacon + text: AI Power + - type: WarpPoint + location: AI Power +- proto: DefaultStationBeaconAICore + entities: + - uid: 5150 + components: + - type: Transform + pos: -66.5,-12.5 + parent: 2 +- proto: DefaultStationBeaconAISatellite + entities: + - uid: 4927 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 +- proto: DefaultStationBeaconAME + entities: + - uid: 4329 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 2 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 11028 + components: + - type: Transform + pos: 40.5,-36.5 + parent: 2 +- proto: DefaultStationBeaconArmory + entities: + - uid: 558 + components: + - type: Transform + pos: -21.5,4.5 + parent: 2 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 11766 + components: + - type: Transform + pos: 1.5,-49.5 + parent: 2 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 15778 + components: + - type: Transform + pos: 34.5,-43.5 + parent: 2 +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 15717 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 +- proto: DefaultStationBeaconBar + entities: + - uid: 15718 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 +- proto: DefaultStationBeaconBotany + entities: + - uid: 15719 + components: + - type: Transform + pos: -17.5,-35.5 + parent: 2 +- proto: DefaultStationBeaconBridge + entities: + - uid: 15720 + components: + - type: Transform + pos: -17.5,-54.5 + parent: 2 +- proto: DefaultStationBeaconBrig + entities: + - uid: 19162 + components: + - type: Transform + pos: -23.5,-9.5 + parent: 2 +- proto: DefaultStationBeaconCaptainsQuarters + entities: + - uid: 15722 + components: + - type: Transform + pos: -24.5,-51.5 + parent: 2 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 17684 + components: + - type: Transform + pos: 4.5,24.5 + parent: 2 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 3903 + components: + - type: Transform + pos: 4.5,18.5 + parent: 2 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 15724 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 2 +- proto: DefaultStationBeaconChapel + entities: + - uid: 5796 + components: + - type: Transform + pos: 36.5,-14.5 + parent: 2 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 15727 + components: + - type: Transform + pos: -31.5,-35.5 + parent: 2 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 19163 + components: + - type: Transform + pos: -41.5,-36.5 + parent: 2 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 15728 + components: + - type: Transform + pos: 14.5,-47.5 + parent: 2 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 7305 + components: + - type: Transform + pos: 37.5,2.5 + parent: 2 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 12181 + components: + - type: Transform + pos: 29.5,-56.5 + parent: 2 +- proto: DefaultStationBeaconDorms + entities: + - uid: 15729 + components: + - type: Transform + pos: 6.5,-42.5 + parent: 2 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 13157 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 2 +- proto: DefaultStationBeaconEscapePod + entities: + - uid: 15738 + components: + - type: Transform + pos: -38.5,-58.5 + parent: 2 +- proto: DefaultStationBeaconEvac + entities: + - uid: 8793 + components: + - type: Transform + pos: 50.5,-21.5 + parent: 2 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 19097 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 15752 + components: + - type: Transform + pos: 23.5,-9.5 + parent: 2 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 15753 + components: + - type: Transform + pos: -14.5,-47.5 + parent: 2 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 2880 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 15755 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 15756 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 15757 + components: + - type: Transform + pos: 28.5,11.5 + parent: 2 +- proto: DefaultStationBeaconLibrary + entities: + - uid: 15766 + components: + - type: Transform + pos: 14.5,-37.5 + parent: 2 + - uid: 15780 + components: + - type: Transform + pos: 22.5,-36.5 + parent: 2 + - type: NavMapBeacon + text: Reporter + - type: WarpPoint + location: Reporter +- proto: DefaultStationBeaconMedbay + entities: + - uid: 7722 + components: + - type: MetaData + name: station beacon + - type: Transform + pos: -32.5,-45.5 + parent: 2 + - type: NavMapBeacon + text: Psycologist + - uid: 15758 + components: + - type: Transform + pos: -37.5,-24.5 + parent: 2 +- proto: DefaultStationBeaconMedical + entities: + - uid: 18476 + components: + - type: Transform + pos: -51.5,-43.5 + parent: 2 + - type: NavMapBeacon + text: Virology + - type: WarpPoint + location: Virology +- proto: DefaultStationBeaconMorgue + entities: + - uid: 15759 + components: + - type: Transform + pos: -41.5,-47.5 + parent: 2 +- proto: DefaultStationBeaconPermaBrig + entities: + - uid: 15760 + components: + - type: Transform + pos: -30.5,-8.5 + parent: 2 +- proto: DefaultStationBeaconPowerBank + entities: + - uid: 11424 + components: + - type: Transform + pos: -2.5,-21.5 + parent: 2 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 3230 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 +- proto: DefaultStationBeaconRND + entities: + - uid: 15764 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 15765 + components: + - type: Transform + pos: 36.5,-26.5 + parent: 2 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 1545 + components: + - type: Transform + pos: 14.5,23.5 + parent: 2 +- proto: DefaultStationBeaconScience + entities: + - uid: 12219 + components: + - type: Transform + pos: 32.5,-30.5 + parent: 2 +- proto: DefaultStationBeaconSecurity + entities: + - uid: 2354 + components: + - type: Transform + pos: -29.5,11.5 + parent: 2 + - type: NavMapBeacon + text: Brig Med + - type: WarpPoint + location: Brig Med + - uid: 19161 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 2 +- proto: DefaultStationBeaconServerRoom + entities: + - uid: 18571 + components: + - type: Transform + pos: 31.5,-35.5 + parent: 2 +- proto: DefaultStationBeaconSolars + entities: + - uid: 5574 + components: + - type: Transform + pos: -30.5,23.5 + parent: 2 + - uid: 15747 + components: + - type: Transform + pos: -45.5,-54.5 + parent: 2 + - uid: 15769 + components: + - type: Transform + pos: 45.5,2.5 + parent: 2 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 16070 + components: + - type: Transform + pos: -51.5,-30.5 + parent: 2 +- proto: DefaultStationBeaconTechVault + entities: + - uid: 10240 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 +- proto: DefaultStationBeaconTEG + entities: + - uid: 1249 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 15771 + components: + - type: Transform + pos: 21.5,1.5 + parent: 2 +- proto: DefaultStationBeaconToolRoom + entities: + - uid: 15773 + components: + - type: Transform + pos: -16.5,-24.5 + parent: 2 +- proto: DefaultStationBeaconVault + entities: + - uid: 15774 + components: + - type: Transform + pos: 9.5,4.5 + parent: 2 +- proto: DefaultStationBeaconVox + entities: + - uid: 7069 + components: + - type: Transform + pos: 14.5,-51.5 + parent: 2 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 19160 + components: + - type: Transform + pos: -20.5,-4.5 + parent: 2 +- proto: DefibrillatorCabinet + entities: + - uid: 4951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-26.5 + parent: 2 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 447 + components: + - type: Transform + pos: -30.5,12.5 + parent: 2 + - uid: 9365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-19.5 + parent: 2 + - uid: 9875 + components: + - type: Transform + pos: -15.5,-49.5 + parent: 2 + - uid: 14298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-23.5 + parent: 2 + - uid: 17615 + components: + - type: Transform + pos: 11.5,21.5 + parent: 2 +- proto: DeployableBarrier + entities: + - uid: 664 + components: + - type: Transform + pos: -29.5,-1.5 + parent: 2 + - uid: 666 + components: + - type: Transform + pos: -28.5,-1.5 + parent: 2 +- proto: DeskBell + entities: + - uid: 1746 + components: + - type: Transform + pos: 4.357331,15.490134 + parent: 2 + - uid: 2381 + components: + - type: Transform + pos: -19.44472,-2.4078405 + parent: 2 + - uid: 3445 + components: + - type: Transform + pos: -21.404652,-38.42122 + parent: 2 +- proto: DiceBag + entities: + - uid: 11294 + components: + - type: Transform + pos: 19.172066,-48.195263 + parent: 2 +- proto: DimLightBulb + entities: + - uid: 3511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.46949,-0.30218017 + parent: 2 + - uid: 5405 + components: + - type: Transform + pos: -23.289038,22.108608 + parent: 2 + - uid: 5438 + components: + - type: Transform + pos: -23.729557,22.108608 + parent: 2 +- proto: DiseaseDiagnoser + entities: + - uid: 8222 + components: + - type: Transform + pos: -49.5,-40.5 + parent: 2 +- proto: DiseaseSwab + entities: + - uid: 7191 + components: + - type: Transform + pos: -52.67026,-41.73423 + parent: 2 + - uid: 7957 + components: + - type: Transform + pos: -52.628574,-41.94271 + parent: 2 + - uid: 17702 + components: + - type: Transform + pos: 48.393944,-59.417625 + parent: 2 + - uid: 17703 + components: + - type: Transform + pos: 48.60238,-59.469746 + parent: 2 +- proto: DisposalBend + entities: + - uid: 1804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-32.5 + parent: 2 + - uid: 2957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-22.5 + parent: 2 + - uid: 3195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-26.5 + parent: 2 + - uid: 3688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-16.5 + parent: 2 + - uid: 3899 + components: + - type: Transform + pos: 10.5,16.5 + parent: 2 + - uid: 4053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-16.5 + parent: 2 + - uid: 4259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,15.5 + parent: 2 + - uid: 4456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-30.5 + parent: 2 + - uid: 4846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-25.5 + parent: 2 + - uid: 4876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-22.5 + parent: 2 + - uid: 5235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,2.5 + parent: 2 + - uid: 5236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-3.5 + parent: 2 + - uid: 5679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,17.5 + parent: 2 + - uid: 6196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-36.5 + parent: 2 + - uid: 6298 + components: + - type: Transform + pos: 35.5,-18.5 + parent: 2 + - uid: 6567 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-23.5 + parent: 2 + - uid: 6824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-46.5 + parent: 2 + - uid: 6855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-29.5 + parent: 2 + - uid: 7174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,23.5 + parent: 2 + - uid: 7232 + components: + - type: Transform + pos: 45.5,-37.5 + parent: 2 + - uid: 7672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-34.5 + parent: 2 + - uid: 9133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,5.5 + parent: 2 + - uid: 9134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,8.5 + parent: 2 + - uid: 9135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,5.5 + parent: 2 + - uid: 9136 + components: + - type: Transform + pos: 35.5,9.5 + parent: 2 + - uid: 9892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-55.5 + parent: 2 + - uid: 9893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-47.5 + parent: 2 + - uid: 10946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-21.5 + parent: 2 + - uid: 11009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-55.5 + parent: 2 + - uid: 11067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-41.5 + parent: 2 + - uid: 11096 + components: + - type: Transform + pos: 24.5,-43.5 + parent: 2 + - uid: 11139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-19.5 + parent: 2 + - uid: 11144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-42.5 + parent: 2 + - uid: 11145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-42.5 + parent: 2 + - uid: 11146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-33.5 + parent: 2 + - uid: 11147 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 2 + - uid: 11154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-58.5 + parent: 2 + - uid: 11454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-47.5 + parent: 2 + - uid: 12154 + components: + - type: Transform + pos: -8.5,-41.5 + parent: 2 + - uid: 12156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-34.5 + parent: 2 + - uid: 12173 + components: + - type: Transform + pos: -12.5,-38.5 + parent: 2 + - uid: 12174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-38.5 + parent: 2 + - uid: 12176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-48.5 + parent: 2 + - uid: 12196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-66.5 + parent: 2 + - uid: 12218 + components: + - type: Transform + pos: -22.5,-33.5 + parent: 2 + - uid: 12220 + components: + - type: Transform + pos: -27.5,-29.5 + parent: 2 + - uid: 12230 + components: + - type: Transform + pos: -35.5,-22.5 + parent: 2 + - uid: 12287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,2.5 + parent: 2 + - uid: 12325 + components: + - type: Transform + pos: 36.5,-25.5 + parent: 2 + - uid: 12898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-3.5 + parent: 2 + - uid: 12964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-34.5 + parent: 2 + - uid: 13025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-43.5 + parent: 2 + - uid: 13041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-47.5 + parent: 2 + - uid: 13042 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-47.5 + parent: 2 + - uid: 13055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-43.5 + parent: 2 + - uid: 13070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,10.5 + parent: 2 + - uid: 13124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-48.5 + parent: 2 + - uid: 13125 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-48.5 + parent: 2 + - uid: 13136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-57.5 + parent: 2 + - uid: 13260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-3.5 + parent: 2 + - uid: 14724 + components: + - type: Transform + pos: 46.5,-39.5 + parent: 2 + - uid: 14725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-39.5 + parent: 2 + - uid: 16370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-16.5 + parent: 2 + - uid: 16371 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 + - uid: 17462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,11.5 + parent: 2 + - uid: 17511 + components: + - type: Transform + pos: 12.5,22.5 + parent: 2 + - uid: 17512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,20.5 + parent: 2 + - uid: 17513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,20.5 + parent: 2 + - uid: 17523 + components: + - type: Transform + pos: 15.5,11.5 + parent: 2 + - uid: 18103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-37.5 + parent: 2 + - uid: 18105 + components: + - type: Transform + pos: 34.5,-30.5 + parent: 2 + - uid: 18106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-30.5 + parent: 2 + - uid: 18550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-21.5 + parent: 2 + - uid: 18559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-36.5 + parent: 2 + - uid: 18573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-36.5 + parent: 2 + - uid: 18579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-24.5 + parent: 2 + - uid: 18622 + components: + - type: Transform + pos: 19.5,-37.5 + parent: 2 + - uid: 18649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-3.5 + parent: 2 + - uid: 18650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-3.5 + parent: 2 + - uid: 18856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-37.5 + parent: 2 +- proto: DisposalJunction + entities: + - uid: 1238 + components: + - type: Transform + pos: 32.5,14.5 + parent: 2 + - uid: 1687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-48.5 + parent: 2 + - uid: 3213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-28.5 + parent: 2 + - uid: 4892 + components: + - type: Transform + pos: 29.5,-55.5 + parent: 2 + - uid: 4949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-6.5 + parent: 2 + - uid: 4957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-25.5 + parent: 2 + - uid: 5447 + components: + - type: Transform + pos: 11.5,17.5 + parent: 2 + - uid: 9336 + components: + - type: Transform + pos: -23.5,-38.5 + parent: 2 + - uid: 10698 + components: + - type: Transform + pos: 32.5,2.5 + parent: 2 + - uid: 11150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,11.5 + parent: 2 + - uid: 12229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-30.5 + parent: 2 + - uid: 12899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,6.5 + parent: 2 + - uid: 13036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-43.5 + parent: 2 + - uid: 15731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-21.5 + parent: 2 + - uid: 18570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-52.5 + parent: 2 + - uid: 18586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-21.5 + parent: 2 +- proto: DisposalJunctionFlipped + entities: + - uid: 3248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-48.5 + parent: 2 + - uid: 8323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-43.5 + parent: 2 + - uid: 9890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-47.5 + parent: 2 + - uid: 9891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-47.5 + parent: 2 + - uid: 10307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-21.5 + parent: 2 + - uid: 11109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-43.5 + parent: 2 + - uid: 11149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-41.5 + parent: 2 + - uid: 12160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-41.5 + parent: 2 + - uid: 12195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-58.5 + parent: 2 + - uid: 12217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-30.5 + parent: 2 + - uid: 12232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-30.5 + parent: 2 + - uid: 12252 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 + - uid: 12436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-3.5 + parent: 2 + - uid: 14605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-21.5 + parent: 2 + - uid: 18098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-32.5 + parent: 2 +- proto: DisposalMachineFrame + entities: + - uid: 18765 + components: + - type: Transform + pos: 79.5,-46.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-55.5 + parent: 2 + - uid: 482 + components: + - type: Transform + pos: 10.5,-54.5 + parent: 2 + - uid: 1028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-12.5 + parent: 2 + - uid: 1354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-25.5 + parent: 2 + - uid: 1629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-0.5 + parent: 2 + - uid: 1732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,9.5 + parent: 2 + - uid: 1928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-46.5 + parent: 2 + - uid: 1932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-18.5 + parent: 2 + - uid: 2429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-16.5 + parent: 2 + - uid: 2445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-16.5 + parent: 2 + - uid: 2694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-48.5 + parent: 2 + - uid: 2893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-25.5 + parent: 2 + - uid: 2903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-25.5 + parent: 2 + - uid: 2905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-48.5 + parent: 2 + - uid: 2955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-12.5 + parent: 2 + - uid: 2959 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 2 + - uid: 3002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-6.5 + parent: 2 + - uid: 3052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-48.5 + parent: 2 + - uid: 3071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-48.5 + parent: 2 + - uid: 3162 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-48.5 + parent: 2 + - uid: 3164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-48.5 + parent: 2 + - uid: 3233 + components: + - type: Transform + pos: 10.5,-55.5 + parent: 2 + - uid: 3234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-32.5 + parent: 2 + - uid: 3380 + components: + - type: Transform + pos: 10.5,-38.5 + parent: 2 + - uid: 3381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-46.5 + parent: 2 + - uid: 3454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-21.5 + parent: 2 + - uid: 3484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-41.5 + parent: 2 + - uid: 3520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,12.5 + parent: 2 + - uid: 3521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,11.5 + parent: 2 + - uid: 3566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-17.5 + parent: 2 + - uid: 3576 + components: + - type: Transform + pos: 29.5,-57.5 + parent: 2 + - uid: 3581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-34.5 + parent: 2 + - uid: 3636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-30.5 + parent: 2 + - uid: 3685 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-29.5 + parent: 2 + - uid: 3686 + components: + - type: Transform + pos: -35.5,-28.5 + parent: 2 + - uid: 3689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-29.5 + parent: 2 + - uid: 3735 + components: + - type: Transform + pos: -11.5,-13.5 + parent: 2 + - uid: 3861 + components: + - type: Transform + pos: -16.5,-15.5 + parent: 2 + - uid: 3892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-22.5 + parent: 2 + - uid: 3927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-12.5 + parent: 2 + - uid: 3928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-12.5 + parent: 2 + - uid: 4119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-43.5 + parent: 2 + - uid: 4147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-38.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-12.5 + parent: 2 + - uid: 4235 + components: + - type: Transform + pos: 10.5,-27.5 + parent: 2 + - uid: 4253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-16.5 + parent: 2 + - uid: 4264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-34.5 + parent: 2 + - uid: 4318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-26.5 + parent: 2 + - uid: 4382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-4.5 + parent: 2 + - uid: 4385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-21.5 + parent: 2 + - uid: 4387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-28.5 + parent: 2 + - uid: 4388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-26.5 + parent: 2 + - uid: 4390 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-29.5 + parent: 2 + - uid: 4391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-27.5 + parent: 2 + - uid: 4426 + components: + - type: Transform + pos: -7.5,-54.5 + parent: 2 + - uid: 4442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-27.5 + parent: 2 + - uid: 4448 + components: + - type: Transform + pos: -23.5,-39.5 + parent: 2 + - uid: 4449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-47.5 + parent: 2 + - uid: 4452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-28.5 + parent: 2 + - uid: 4476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,17.5 + parent: 2 + - uid: 4494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-6.5 + parent: 2 + - uid: 4511 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-22.5 + parent: 2 + - uid: 4623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-23.5 + parent: 2 + - uid: 4629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-25.5 + parent: 2 + - uid: 4702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-21.5 + parent: 2 + - uid: 4704 + components: + - type: Transform + pos: 19.5,-38.5 + parent: 2 + - uid: 4708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-48.5 + parent: 2 + - uid: 4857 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-22.5 + parent: 2 + - uid: 4910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-41.5 + parent: 2 + - uid: 4969 + components: + - type: Transform + pos: -23.5,-40.5 + parent: 2 + - uid: 5164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-46.5 + parent: 2 + - uid: 5168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-21.5 + parent: 2 + - uid: 5171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,17.5 + parent: 2 + - uid: 5189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,17.5 + parent: 2 + - uid: 5210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-21.5 + parent: 2 + - uid: 5213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-34.5 + parent: 2 + - uid: 5225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,17.5 + parent: 2 + - uid: 5226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,17.5 + parent: 2 + - uid: 5229 + components: + - type: Transform + pos: -25.5,-2.5 + parent: 2 + - uid: 5230 + components: + - type: Transform + pos: -25.5,-1.5 + parent: 2 + - uid: 5237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,1.5 + parent: 2 + - uid: 5238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,0.5 + parent: 2 + - uid: 5239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-35.5 + parent: 2 + - uid: 5240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-36.5 + parent: 2 + - uid: 5248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-6.5 + parent: 2 + - uid: 5249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-5.5 + parent: 2 + - uid: 5250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,17.5 + parent: 2 + - uid: 5251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-2.5 + parent: 2 + - uid: 5257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,4.5 + parent: 2 + - uid: 5258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,5.5 + parent: 2 + - uid: 5259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,6.5 + parent: 2 + - uid: 5260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,7.5 + parent: 2 + - uid: 5261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,8.5 + parent: 2 + - uid: 5262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,9.5 + parent: 2 + - uid: 5265 + components: + - type: Transform + pos: -15.5,10.5 + parent: 2 + - uid: 5282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-45.5 + parent: 2 + - uid: 5286 + components: + - type: Transform + pos: -8.5,-43.5 + parent: 2 + - uid: 5301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,17.5 + parent: 2 + - uid: 5306 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,17.5 + parent: 2 + - uid: 5392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,17.5 + parent: 2 + - uid: 5434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,17.5 + parent: 2 + - uid: 5441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,17.5 + parent: 2 + - uid: 5506 + components: + - type: Transform + pos: 10.5,-37.5 + parent: 2 + - uid: 5507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-12.5 + parent: 2 + - uid: 5509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-25.5 + parent: 2 + - uid: 5539 + components: + - type: Transform + pos: -8.5,-42.5 + parent: 2 + - uid: 5564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-41.5 + parent: 2 + - uid: 5596 + components: + - type: Transform + pos: -9.5,-40.5 + parent: 2 + - uid: 5621 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 2 + - uid: 5670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-55.5 + parent: 2 + - uid: 5689 + components: + - type: Transform + pos: -9.5,-38.5 + parent: 2 + - uid: 6109 + components: + - type: Transform + pos: -9.5,-37.5 + parent: 2 + - uid: 6209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-55.5 + parent: 2 + - uid: 6210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-55.5 + parent: 2 + - uid: 6215 + components: + - type: Transform + pos: 29.5,-56.5 + parent: 2 + - uid: 6279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-41.5 + parent: 2 + - uid: 6291 + components: + - type: Transform + pos: 35.5,-19.5 + parent: 2 + - uid: 6417 + components: + - type: Transform + pos: 10.5,-40.5 + parent: 2 + - uid: 6444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-16.5 + parent: 2 + - uid: 6554 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 2 + - uid: 6568 + components: + - type: Transform + pos: -35.5,-26.5 + parent: 2 + - uid: 6569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-25.5 + parent: 2 + - uid: 6748 + components: + - type: Transform + pos: 20.5,13.5 + parent: 2 + - uid: 6798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-25.5 + parent: 2 + - uid: 6799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-25.5 + parent: 2 + - uid: 6800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-25.5 + parent: 2 + - uid: 6810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-45.5 + parent: 2 + - uid: 6811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-44.5 + parent: 2 + - uid: 6812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-43.5 + parent: 2 + - uid: 6813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-42.5 + parent: 2 + - uid: 6814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-41.5 + parent: 2 + - uid: 6815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-40.5 + parent: 2 + - uid: 6816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-39.5 + parent: 2 + - uid: 6817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-38.5 + parent: 2 + - uid: 6828 + components: + - type: Transform + pos: 29.5,-23.5 + parent: 2 + - uid: 6830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-28.5 + parent: 2 + - uid: 6831 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-28.5 + parent: 2 + - uid: 6832 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-28.5 + parent: 2 + - uid: 6833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-28.5 + parent: 2 + - uid: 6834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-28.5 + parent: 2 + - uid: 6835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-22.5 + parent: 2 + - uid: 6840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-37.5 + parent: 2 + - uid: 6843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-22.5 + parent: 2 + - uid: 6844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-38.5 + parent: 2 + - uid: 6845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-39.5 + parent: 2 + - uid: 6846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-40.5 + parent: 2 + - uid: 6847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-41.5 + parent: 2 + - uid: 6848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-39.5 + parent: 2 + - uid: 6849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-42.5 + parent: 2 + - uid: 6851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-43.5 + parent: 2 + - uid: 6852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-43.5 + parent: 2 + - uid: 6853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-43.5 + parent: 2 + - uid: 6854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-43.5 + parent: 2 + - uid: 6856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-28.5 + parent: 2 + - uid: 6858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-29.5 + parent: 2 + - uid: 6859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-29.5 + parent: 2 + - uid: 6860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-26.5 + parent: 2 + - uid: 6861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-35.5 + parent: 2 + - uid: 6862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-34.5 + parent: 2 + - uid: 6863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-33.5 + parent: 2 + - uid: 6864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-32.5 + parent: 2 + - uid: 6865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-31.5 + parent: 2 + - uid: 6866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-30.5 + parent: 2 + - uid: 6869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-44.5 + parent: 2 + - uid: 6870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-43.5 + parent: 2 + - uid: 6921 + components: + - type: Transform + pos: 10.5,-53.5 + parent: 2 + - uid: 7050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-37.5 + parent: 2 + - uid: 7175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,23.5 + parent: 2 + - uid: 7176 + components: + - type: Transform + pos: 32.5,22.5 + parent: 2 + - uid: 7177 + components: + - type: Transform + pos: 32.5,21.5 + parent: 2 + - uid: 7178 + components: + - type: Transform + pos: 32.5,20.5 + parent: 2 + - uid: 7179 + components: + - type: Transform + pos: 32.5,19.5 + parent: 2 + - uid: 7180 + components: + - type: Transform + pos: 32.5,18.5 + parent: 2 + - uid: 7181 + components: + - type: Transform + pos: 32.5,17.5 + parent: 2 + - uid: 7182 + components: + - type: Transform + pos: 32.5,16.5 + parent: 2 + - uid: 7183 + components: + - type: Transform + pos: 32.5,15.5 + parent: 2 + - uid: 7231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-37.5 + parent: 2 + - uid: 7465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-21.5 + parent: 2 + - uid: 7728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-37.5 + parent: 2 + - uid: 8320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-28.5 + parent: 2 + - uid: 8983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-30.5 + parent: 2 + - uid: 9121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,8.5 + parent: 2 + - uid: 9122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,7.5 + parent: 2 + - uid: 9123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,6.5 + parent: 2 + - uid: 9124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,5.5 + parent: 2 + - uid: 9125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,5.5 + parent: 2 + - uid: 9126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,5.5 + parent: 2 + - uid: 9127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,5.5 + parent: 2 + - uid: 9128 + components: + - type: Transform + pos: 35.5,6.5 + parent: 2 + - uid: 9129 + components: + - type: Transform + pos: 35.5,7.5 + parent: 2 + - uid: 9130 + components: + - type: Transform + pos: 35.5,8.5 + parent: 2 + - uid: 9131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,9.5 + parent: 2 + - uid: 9339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-29.5 + parent: 2 + - uid: 9900 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-47.5 + parent: 2 + - uid: 9901 + components: + - type: Transform + pos: -22.5,-48.5 + parent: 2 + - uid: 9902 + components: + - type: Transform + pos: -22.5,-49.5 + parent: 2 + - uid: 9903 + components: + - type: Transform + pos: -22.5,-50.5 + parent: 2 + - uid: 9904 + components: + - type: Transform + pos: -22.5,-51.5 + parent: 2 + - uid: 9905 + components: + - type: Transform + pos: -22.5,-52.5 + parent: 2 + - uid: 9906 + components: + - type: Transform + pos: -22.5,-53.5 + parent: 2 + - uid: 9907 + components: + - type: Transform + pos: -22.5,-54.5 + parent: 2 + - uid: 9908 + components: + - type: Transform + pos: -20.5,-50.5 + parent: 2 + - uid: 9909 + components: + - type: Transform + pos: -20.5,-49.5 + parent: 2 + - uid: 9910 + components: + - type: Transform + pos: -20.5,-48.5 + parent: 2 + - uid: 9937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-37.5 + parent: 2 + - uid: 9940 + components: + - type: Transform + pos: 29.5,-54.5 + parent: 2 + - uid: 9941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-37.5 + parent: 2 + - uid: 9942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-37.5 + parent: 2 + - uid: 9947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-37.5 + parent: 2 + - uid: 9972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-37.5 + parent: 2 + - uid: 9981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-37.5 + parent: 2 + - uid: 10179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-21.5 + parent: 2 + - uid: 10180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-21.5 + parent: 2 + - uid: 10692 + components: + - type: Transform + pos: 20.5,12.5 + parent: 2 + - uid: 10988 + components: + - type: Transform + pos: 20.5,11.5 + parent: 2 + - uid: 11007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-50.5 + parent: 2 + - uid: 11008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-49.5 + parent: 2 + - uid: 11012 + components: + - type: Transform + pos: 48.5,-27.5 + parent: 2 + - uid: 11027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-21.5 + parent: 2 + - uid: 11029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-21.5 + parent: 2 + - uid: 11030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-21.5 + parent: 2 + - uid: 11031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-21.5 + parent: 2 + - uid: 11032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-21.5 + parent: 2 + - uid: 11034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-21.5 + parent: 2 + - uid: 11035 + components: + - type: Transform + pos: -35.5,-25.5 + parent: 2 + - uid: 11037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-22.5 + parent: 2 + - uid: 11048 + components: + - type: Transform + pos: -35.5,-24.5 + parent: 2 + - uid: 11056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-21.5 + parent: 2 + - uid: 11057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-21.5 + parent: 2 + - uid: 11058 + components: + - type: Transform + pos: 29.5,-22.5 + parent: 2 + - uid: 11071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-41.5 + parent: 2 + - uid: 11078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-43.5 + parent: 2 + - uid: 11079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-43.5 + parent: 2 + - uid: 11080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-43.5 + parent: 2 + - uid: 11081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-43.5 + parent: 2 + - uid: 11082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-43.5 + parent: 2 + - uid: 11083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-43.5 + parent: 2 + - uid: 11084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-44.5 + parent: 2 + - uid: 11085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-45.5 + parent: 2 + - uid: 11086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-46.5 + parent: 2 + - uid: 11087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-47.5 + parent: 2 + - uid: 11088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-48.5 + parent: 2 + - uid: 11089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-49.5 + parent: 2 + - uid: 11090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-50.5 + parent: 2 + - uid: 11091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-51.5 + parent: 2 + - uid: 11092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-52.5 + parent: 2 + - uid: 11093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-53.5 + parent: 2 + - uid: 11094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-54.5 + parent: 2 + - uid: 11095 + components: + - type: Transform + pos: 10.5,-36.5 + parent: 2 + - uid: 11098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-30.5 + parent: 2 + - uid: 11099 + components: + - type: Transform + pos: -35.5,-23.5 + parent: 2 + - uid: 11100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-22.5 + parent: 2 + - uid: 11101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-30.5 + parent: 2 + - uid: 11102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-29.5 + parent: 2 + - uid: 11103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-29.5 + parent: 2 + - uid: 11104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-29.5 + parent: 2 + - uid: 11105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-29.5 + parent: 2 + - uid: 11106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-27.5 + parent: 2 + - uid: 11133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-52.5 + parent: 2 + - uid: 11134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-45.5 + parent: 2 + - uid: 11135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-46.5 + parent: 2 + - uid: 11136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-47.5 + parent: 2 + - uid: 11137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-22.5 + parent: 2 + - uid: 11140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-52.5 + parent: 2 + - uid: 11141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-19.5 + parent: 2 + - uid: 11148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-41.5 + parent: 2 + - uid: 11155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-57.5 + parent: 2 + - uid: 11156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-56.5 + parent: 2 + - uid: 11157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-21.5 + parent: 2 + - uid: 11158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-21.5 + parent: 2 + - uid: 11433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-21.5 + parent: 2 + - uid: 11434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-34.5 + parent: 2 + - uid: 11438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-37.5 + parent: 2 + - uid: 11467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-0.5 + parent: 2 + - uid: 11571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-37.5 + parent: 2 + - uid: 11602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-19.5 + parent: 2 + - uid: 11603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-20.5 + parent: 2 + - uid: 11606 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-16.5 + parent: 2 + - uid: 11607 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-46.5 + parent: 2 + - uid: 11608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-43.5 + parent: 2 + - uid: 11952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-31.5 + parent: 2 + - uid: 12016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-41.5 + parent: 2 + - uid: 12059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-18.5 + parent: 2 + - uid: 12060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-27.5 + parent: 2 + - uid: 12061 + components: + - type: Transform + pos: -7.5,-50.5 + parent: 2 + - uid: 12080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-25.5 + parent: 2 + - uid: 12139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-48.5 + parent: 2 + - uid: 12140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-48.5 + parent: 2 + - uid: 12141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-48.5 + parent: 2 + - uid: 12142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-48.5 + parent: 2 + - uid: 12143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-48.5 + parent: 2 + - uid: 12144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-48.5 + parent: 2 + - uid: 12145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-48.5 + parent: 2 + - uid: 12146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-48.5 + parent: 2 + - uid: 12147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-48.5 + parent: 2 + - uid: 12149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-48.5 + parent: 2 + - uid: 12150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-47.5 + parent: 2 + - uid: 12151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-46.5 + parent: 2 + - uid: 12152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-45.5 + parent: 2 + - uid: 12153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-44.5 + parent: 2 + - uid: 12155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-34.5 + parent: 2 + - uid: 12157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-41.5 + parent: 2 + - uid: 12158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-41.5 + parent: 2 + - uid: 12161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-41.5 + parent: 2 + - uid: 12162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-41.5 + parent: 2 + - uid: 12163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-41.5 + parent: 2 + - uid: 12164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-41.5 + parent: 2 + - uid: 12165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-41.5 + parent: 2 + - uid: 12166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-41.5 + parent: 2 + - uid: 12167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-41.5 + parent: 2 + - uid: 12168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-30.5 + parent: 2 + - uid: 12169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-30.5 + parent: 2 + - uid: 12170 + components: + - type: Transform + pos: -12.5,-40.5 + parent: 2 + - uid: 12171 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 2 + - uid: 12172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-38.5 + parent: 2 + - uid: 12175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-29.5 + parent: 2 + - uid: 12177 + components: + - type: Transform + pos: -7.5,-49.5 + parent: 2 + - uid: 12178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-20.5 + parent: 2 + - uid: 12179 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 2 + - uid: 12183 + components: + - type: Transform + pos: -7.5,-52.5 + parent: 2 + - uid: 12184 + components: + - type: Transform + pos: -7.5,-53.5 + parent: 2 + - uid: 12185 + components: + - type: Transform + pos: -7.5,-55.5 + parent: 2 + - uid: 12186 + components: + - type: Transform + pos: -7.5,-56.5 + parent: 2 + - uid: 12187 + components: + - type: Transform + pos: -7.5,-57.5 + parent: 2 + - uid: 12188 + components: + - type: Transform + pos: -7.5,-65.5 + parent: 2 + - uid: 12189 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 + - uid: 12190 + components: + - type: Transform + pos: -7.5,-63.5 + parent: 2 + - uid: 12191 + components: + - type: Transform + pos: -7.5,-62.5 + parent: 2 + - uid: 12192 + components: + - type: Transform + pos: -7.5,-61.5 + parent: 2 + - uid: 12193 + components: + - type: Transform + pos: -7.5,-59.5 + parent: 2 + - uid: 12194 + components: + - type: Transform + pos: -7.5,-60.5 + parent: 2 + - uid: 12200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-66.5 + parent: 2 + - uid: 12201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-58.5 + parent: 2 + - uid: 12208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-17.5 + parent: 2 + - uid: 12209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-14.5 + parent: 2 + - uid: 12210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-13.5 + parent: 2 + - uid: 12212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-11.5 + parent: 2 + - uid: 12213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-10.5 + parent: 2 + - uid: 12214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-9.5 + parent: 2 + - uid: 12215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-7.5 + parent: 2 + - uid: 12216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-8.5 + parent: 2 + - uid: 12222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-30.5 + parent: 2 + - uid: 12223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-30.5 + parent: 2 + - uid: 12224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-30.5 + parent: 2 + - uid: 12225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-30.5 + parent: 2 + - uid: 12226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-30.5 + parent: 2 + - uid: 12227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-30.5 + parent: 2 + - uid: 12228 + components: + - type: Transform + pos: -36.5,-31.5 + parent: 2 + - uid: 12234 + components: + - type: Transform + pos: -35.5,-27.5 + parent: 2 + - uid: 12236 + components: + - type: Transform + pos: -43.5,-21.5 + parent: 2 + - uid: 12237 + components: + - type: Transform + pos: -43.5,-24.5 + parent: 2 + - uid: 12241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-24.5 + parent: 2 + - uid: 12248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,13.5 + parent: 2 + - uid: 12249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,12.5 + parent: 2 + - uid: 12250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,11.5 + parent: 2 + - uid: 12251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,10.5 + parent: 2 + - uid: 12253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,8.5 + parent: 2 + - uid: 12254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,7.5 + parent: 2 + - uid: 12255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,6.5 + parent: 2 + - uid: 12256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,5.5 + parent: 2 + - uid: 12257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,4.5 + parent: 2 + - uid: 12259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,1.5 + parent: 2 + - uid: 12261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-0.5 + parent: 2 + - uid: 12262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-1.5 + parent: 2 + - uid: 12263 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 2 + - uid: 12264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,3.5 + parent: 2 + - uid: 12265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-7.5 + parent: 2 + - uid: 12266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-8.5 + parent: 2 + - uid: 12267 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-9.5 + parent: 2 + - uid: 12268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-10.5 + parent: 2 + - uid: 12269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-11.5 + parent: 2 + - uid: 12270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-12.5 + parent: 2 + - uid: 12271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-13.5 + parent: 2 + - uid: 12272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-14.5 + parent: 2 + - uid: 12273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-15.5 + parent: 2 + - uid: 12274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-16.5 + parent: 2 + - uid: 12275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-17.5 + parent: 2 + - uid: 12276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-18.5 + parent: 2 + - uid: 12277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-19.5 + parent: 2 + - uid: 12278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-20.5 + parent: 2 + - uid: 12279 + components: + - type: Transform + pos: 35.5,-20.5 + parent: 2 + - uid: 12281 + components: + - type: Transform + pos: -30.5,-29.5 + parent: 2 + - uid: 12284 + components: + - type: Transform + pos: 31.5,-5.5 + parent: 2 + - uid: 12285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,2.5 + parent: 2 + - uid: 12286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,2.5 + parent: 2 + - uid: 12433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-4.5 + parent: 2 + - uid: 12449 + components: + - type: Transform + pos: 32.5,0.5 + parent: 2 + - uid: 12579 + components: + - type: Transform + pos: 20.5,14.5 + parent: 2 + - uid: 12788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,17.5 + parent: 2 + - uid: 13002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,10.5 + parent: 2 + - uid: 13006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,10.5 + parent: 2 + - uid: 13019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-43.5 + parent: 2 + - uid: 13033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-43.5 + parent: 2 + - uid: 13034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-43.5 + parent: 2 + - uid: 13035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-43.5 + parent: 2 + - uid: 13038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-44.5 + parent: 2 + - uid: 13039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-45.5 + parent: 2 + - uid: 13040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-46.5 + parent: 2 + - uid: 13049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-43.5 + parent: 2 + - uid: 13050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-43.5 + parent: 2 + - uid: 13051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-43.5 + parent: 2 + - uid: 13052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-43.5 + parent: 2 + - uid: 13053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-43.5 + parent: 2 + - uid: 13054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-43.5 + parent: 2 + - uid: 13056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-42.5 + parent: 2 + - uid: 13057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-41.5 + parent: 2 + - uid: 13058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-40.5 + parent: 2 + - uid: 13059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-39.5 + parent: 2 + - uid: 13060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-37.5 + parent: 2 + - uid: 13061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-36.5 + parent: 2 + - uid: 13062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-35.5 + parent: 2 + - uid: 13063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-34.5 + parent: 2 + - uid: 13064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-33.5 + parent: 2 + - uid: 13065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-32.5 + parent: 2 + - uid: 13066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,10.5 + parent: 2 + - uid: 13067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-38.5 + parent: 2 + - uid: 13068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,10.5 + parent: 2 + - uid: 13079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-30.5 + parent: 2 + - uid: 13080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-30.5 + parent: 2 + - uid: 13095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,11.5 + parent: 2 + - uid: 13096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,11.5 + parent: 2 + - uid: 13097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,11.5 + parent: 2 + - uid: 13098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,11.5 + parent: 2 + - uid: 13099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,11.5 + parent: 2 + - uid: 13104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,11.5 + parent: 2 + - uid: 13105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,11.5 + parent: 2 + - uid: 13106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,11.5 + parent: 2 + - uid: 13108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,11.5 + parent: 2 + - uid: 13109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,11.5 + parent: 2 + - uid: 13110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,11.5 + parent: 2 + - uid: 13111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,11.5 + parent: 2 + - uid: 13112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,11.5 + parent: 2 + - uid: 13113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,11.5 + parent: 2 + - uid: 13114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,11.5 + parent: 2 + - uid: 13115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,11.5 + parent: 2 + - uid: 13116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-56.5 + parent: 2 + - uid: 13117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-55.5 + parent: 2 + - uid: 13118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-54.5 + parent: 2 + - uid: 13119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-53.5 + parent: 2 + - uid: 13120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-52.5 + parent: 2 + - uid: 13121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-51.5 + parent: 2 + - uid: 13122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-50.5 + parent: 2 + - uid: 13123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-49.5 + parent: 2 + - uid: 13126 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,11.5 + parent: 2 + - uid: 13127 + components: + - type: Transform + pos: -27.5,-47.5 + parent: 2 + - uid: 13128 + components: + - type: Transform + pos: -27.5,-46.5 + parent: 2 + - uid: 13129 + components: + - type: Transform + pos: -27.5,-45.5 + parent: 2 + - uid: 13130 + components: + - type: Transform + pos: -27.5,-44.5 + parent: 2 + - uid: 13131 + components: + - type: Transform + pos: -27.5,-43.5 + parent: 2 + - uid: 13132 + components: + - type: Transform + pos: -27.5,-42.5 + parent: 2 + - uid: 13133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,11.5 + parent: 2 + - uid: 13134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,11.5 + parent: 2 + - uid: 13135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-48.5 + parent: 2 + - uid: 13142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,11.5 + parent: 2 + - uid: 13146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,11.5 + parent: 2 + - uid: 13147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,11.5 + parent: 2 + - uid: 13148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,11.5 + parent: 2 + - uid: 13158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,11.5 + parent: 2 + - uid: 13175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-26.5 + parent: 2 + - uid: 13235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,5.5 + parent: 2 + - uid: 13236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,4.5 + parent: 2 + - uid: 13237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,3.5 + parent: 2 + - uid: 13238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,2.5 + parent: 2 + - uid: 13239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,1.5 + parent: 2 + - uid: 13240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,0.5 + parent: 2 + - uid: 13241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-0.5 + parent: 2 + - uid: 13242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-2.5 + parent: 2 + - uid: 13243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-1.5 + parent: 2 + - uid: 13244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-3.5 + parent: 2 + - uid: 13245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-3.5 + parent: 2 + - uid: 13246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-3.5 + parent: 2 + - uid: 13247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-3.5 + parent: 2 + - uid: 13248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-3.5 + parent: 2 + - uid: 13249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-3.5 + parent: 2 + - uid: 13250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-3.5 + parent: 2 + - uid: 13251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-3.5 + parent: 2 + - uid: 13252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-3.5 + parent: 2 + - uid: 13253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-3.5 + parent: 2 + - uid: 13254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-3.5 + parent: 2 + - uid: 13255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-3.5 + parent: 2 + - uid: 13256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-3.5 + parent: 2 + - uid: 13257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-3.5 + parent: 2 + - uid: 13258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-3.5 + parent: 2 + - uid: 14717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-40.5 + parent: 2 + - uid: 14718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-40.5 + parent: 2 + - uid: 14719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-38.5 + parent: 2 + - uid: 14722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-21.5 + parent: 2 + - uid: 15162 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 2 + - uid: 16335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-16.5 + parent: 2 + - uid: 16336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-16.5 + parent: 2 + - uid: 16337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-16.5 + parent: 2 + - uid: 16338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-16.5 + parent: 2 + - uid: 16339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-16.5 + parent: 2 + - uid: 16340 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-16.5 + parent: 2 + - uid: 16341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-16.5 + parent: 2 + - uid: 16342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-16.5 + parent: 2 + - uid: 16343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-16.5 + parent: 2 + - uid: 16344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-16.5 + parent: 2 + - uid: 16345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-16.5 + parent: 2 + - uid: 16346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-16.5 + parent: 2 + - uid: 16347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-16.5 + parent: 2 + - uid: 16348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-15.5 + parent: 2 + - uid: 16349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-14.5 + parent: 2 + - uid: 16350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-13.5 + parent: 2 + - uid: 16351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-12.5 + parent: 2 + - uid: 16352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-12.5 + parent: 2 + - uid: 16353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-12.5 + parent: 2 + - uid: 16354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-12.5 + parent: 2 + - uid: 16355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-12.5 + parent: 2 + - uid: 16356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-12.5 + parent: 2 + - uid: 16357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-12.5 + parent: 2 + - uid: 16358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-12.5 + parent: 2 + - uid: 16359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-12.5 + parent: 2 + - uid: 16360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-12.5 + parent: 2 + - uid: 16361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-12.5 + parent: 2 + - uid: 17464 + components: + - type: Transform + pos: -14.5,16.5 + parent: 2 + - uid: 17465 + components: + - type: Transform + pos: -14.5,15.5 + parent: 2 + - uid: 17466 + components: + - type: Transform + pos: -14.5,14.5 + parent: 2 + - uid: 17467 + components: + - type: Transform + pos: -14.5,13.5 + parent: 2 + - uid: 17468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-21.5 + parent: 2 + - uid: 17469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-21.5 + parent: 2 + - uid: 17510 + components: + - type: Transform + pos: 12.5,21.5 + parent: 2 + - uid: 17516 + components: + - type: Transform + pos: 11.5,18.5 + parent: 2 + - uid: 17517 + components: + - type: Transform + pos: 11.5,19.5 + parent: 2 + - uid: 17519 + components: + - type: Transform + pos: 11.5,14.5 + parent: 2 + - uid: 17520 + components: + - type: Transform + pos: 11.5,13.5 + parent: 2 + - uid: 17521 + components: + - type: Transform + pos: 11.5,12.5 + parent: 2 + - uid: 17524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-21.5 + parent: 2 + - uid: 17525 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 17526 + components: + - type: Transform + pos: 15.5,8.5 + parent: 2 + - uid: 17527 + components: + - type: Transform + pos: 15.5,7.5 + parent: 2 + - uid: 17528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,11.5 + parent: 2 + - uid: 17529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,11.5 + parent: 2 + - uid: 17530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,11.5 + parent: 2 + - uid: 17531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-21.5 + parent: 2 + - uid: 17612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-21.5 + parent: 2 + - uid: 18006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-0.5 + parent: 2 + - uid: 18007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-1.5 + parent: 2 + - uid: 18008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,0.5 + parent: 2 + - uid: 18009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,1.5 + parent: 2 + - uid: 18010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,2.5 + parent: 2 + - uid: 18011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,3.5 + parent: 2 + - uid: 18057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-0.5 + parent: 2 + - uid: 18058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-0.5 + parent: 2 + - uid: 18059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-0.5 + parent: 2 + - uid: 18060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-0.5 + parent: 2 + - uid: 18062 + components: + - type: Transform + pos: 10.5,-26.5 + parent: 2 + - uid: 18099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-33.5 + parent: 2 + - uid: 18100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-34.5 + parent: 2 + - uid: 18101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-35.5 + parent: 2 + - uid: 18102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-36.5 + parent: 2 + - uid: 18107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-30.5 + parent: 2 + - uid: 18108 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-30.5 + parent: 2 + - uid: 18109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-30.5 + parent: 2 + - uid: 18110 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-30.5 + parent: 2 + - uid: 18111 + components: + - type: Transform + pos: 34.5,-31.5 + parent: 2 + - uid: 18250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 2 + - uid: 18542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-21.5 + parent: 2 + - uid: 18546 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 + - uid: 18548 + components: + - type: Transform + pos: 10.5,-23.5 + parent: 2 + - uid: 18549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-22.5 + parent: 2 + - uid: 18553 + components: + - type: Transform + pos: 10.5,-25.5 + parent: 2 + - uid: 18558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-28.5 + parent: 2 + - uid: 18560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-35.5 + parent: 2 + - uid: 18563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-26.5 + parent: 2 + - uid: 18564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-23.5 + parent: 2 + - uid: 18567 + components: + - type: Transform + pos: 12.5,-42.5 + parent: 2 + - uid: 18569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-22.5 + parent: 2 + - uid: 18574 + components: + - type: Transform + pos: -27.5,-35.5 + parent: 2 + - uid: 18576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-21.5 + parent: 2 + - uid: 18577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-21.5 + parent: 2 + - uid: 18578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-25.5 + parent: 2 + - uid: 18587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-21.5 + parent: 2 + - uid: 18588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-44.5 + parent: 2 + - uid: 18589 + components: + - type: Transform + pos: 20.5,-22.5 + parent: 2 + - uid: 18617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-19.5 + parent: 2 + - uid: 18618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-19.5 + parent: 2 + - uid: 18619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-19.5 + parent: 2 + - uid: 18620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-19.5 + parent: 2 + - uid: 18621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-19.5 + parent: 2 + - uid: 18916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-34.5 + parent: 2 + - uid: 18917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-34.5 + parent: 2 + - uid: 18918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-34.5 + parent: 2 + - uid: 18919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-34.5 + parent: 2 + - uid: 18920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-34.5 + parent: 2 + - uid: 18921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-34.5 + parent: 2 + - uid: 18922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-34.5 + parent: 2 + - uid: 18923 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 20136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-38.5 + parent: 2 +- proto: DisposalRouter + entities: + - uid: 384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-41.5 + parent: 2 + - type: DisposalRouter + tags: + - Bridge + - uid: 5211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-46.5 + parent: 2 + - type: DisposalRouter + tags: + - Bridge + - uid: 7201 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - type: DisposalRouter + tags: + - Security + - uid: 11151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,10.5 + parent: 2 + - type: DisposalRouter + tags: + - Mailing Room + - uid: 11153 + components: + - type: Transform + pos: 11.5,15.5 + parent: 2 + - type: DisposalRouter + tags: + - Cargo + - uid: 11437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-21.5 + parent: 2 + - type: DisposalRouter + tags: + - Science + - uid: 12180 + components: + - type: Transform + pos: -23.5,-30.5 + parent: 2 + - type: DisposalRouter + tags: + - Medical + - uid: 12221 + components: + - type: Transform + pos: -23.5,-34.5 + parent: 2 + - type: DisposalRouter + tags: + - Chemistry + - uid: 13071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,11.5 + parent: 2 + - type: DisposalRouter + tags: + - Cargo + - uid: 18552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-43.5 + parent: 2 + - type: DisposalRouter + tags: + - Trash +- proto: DisposalRouterFlipped + entities: + - uid: 2684 + components: + - type: Transform + pos: -23.5,-33.5 + parent: 2 + - type: DisposalRouter + tags: + - Botany + - uid: 4627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-0.5 + parent: 2 + - type: DisposalRouter + tags: + - Security + - uid: 4709 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - type: DisposalRouter + tags: + - Engineering + - uid: 11055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-41.5 + parent: 2 + - type: DisposalRouter + tags: + - Kitchen + - uid: 11097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-30.5 + parent: 2 + - type: DisposalRouter + tags: + - Medical + - uid: 11152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-12.5 + parent: 2 + - type: DisposalRouter + tags: + - Engineering + - uid: 18561 + components: + - type: Transform + pos: -8.5,-34.5 + parent: 2 + - type: DisposalRouter + tags: + - Kitchen + - uid: 18575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-24.5 + parent: 2 + - type: DisposalRouter + tags: + - Science +- proto: DisposalTagger + entities: + - uid: 4732 + components: + - type: Transform + pos: 29.5,-24.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 6873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-0.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 7211 + components: + - type: Transform + pos: 11.5,16.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 8326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-42.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 10947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-21.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 11005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-51.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 11053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-51.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 12283 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 18572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-30.5 + parent: 2 + - type: DisposalTagger + tag: Trash +- proto: DisposalTrunk + entities: + - uid: 737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-18.5 + parent: 2 + - uid: 1240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,14.5 + parent: 2 + - uid: 1381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-23.5 + parent: 2 + - uid: 2255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-41.5 + parent: 2 + - uid: 3050 + components: + - type: Transform + pos: -14.5,-37.5 + parent: 2 + - uid: 3611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-58.5 + parent: 2 + - uid: 3659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-46.5 + parent: 2 + - uid: 3690 + components: + - type: Transform + pos: 20.5,15.5 + parent: 2 + - uid: 4635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-24.5 + parent: 2 + - uid: 5151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,16.5 + parent: 2 + - uid: 5167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-22.5 + parent: 2 + - uid: 5232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-3.5 + parent: 2 + - uid: 5234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,2.5 + parent: 2 + - uid: 5681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-12.5 + parent: 2 + - uid: 5728 + components: + - type: Transform + pos: 29.5,-53.5 + parent: 2 + - uid: 6173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-40.5 + parent: 2 + - uid: 6277 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 2 + - uid: 6782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-46.5 + parent: 2 + - uid: 6792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-26.5 + parent: 2 + - uid: 6829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-28.5 + parent: 2 + - uid: 7173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,23.5 + parent: 2 + - uid: 7263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-6.5 + parent: 2 + - uid: 7836 + components: + - type: Transform + pos: 50.5,-15.5 + parent: 2 + - uid: 8496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-42.5 + parent: 2 + - uid: 8982 + components: + - type: Transform + pos: 12.5,-40.5 + parent: 2 + - uid: 9120 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,8.5 + parent: 2 + - uid: 9885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-55.5 + parent: 2 + - uid: 9886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-51.5 + parent: 2 + - uid: 9888 + components: + - type: Transform + pos: -17.5,-46.5 + parent: 2 + - uid: 11132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-52.5 + parent: 2 + - uid: 11171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-58.5 + parent: 2 + - uid: 11446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-36.5 + parent: 2 + - uid: 11469 + components: + - type: Transform + pos: -43.5,-20.5 + parent: 2 + - uid: 12198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-66.5 + parent: 2 + - uid: 12204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-58.5 + parent: 2 + - uid: 12288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,1.5 + parent: 2 + - uid: 13022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-48.5 + parent: 2 + - uid: 13023 + components: + - type: Transform + pos: -49.5,-42.5 + parent: 2 + - uid: 13137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-57.5 + parent: 2 + - uid: 13153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-34.5 + parent: 2 + - uid: 13155 + components: + - type: Transform + pos: -37.5,-29.5 + parent: 2 + - uid: 13234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,6.5 + parent: 2 + - uid: 15160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-38.5 + parent: 2 + - uid: 16334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-16.5 + parent: 2 + - uid: 16531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-12.5 + parent: 2 + - uid: 16653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-27.5 + parent: 2 + - uid: 17463 + components: + - type: Transform + pos: -14.5,17.5 + parent: 2 + - uid: 17522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,22.5 + parent: 2 + - uid: 17580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-32.5 + parent: 2 + - uid: 18097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-32.5 + parent: 2 + - uid: 18543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-15.5 + parent: 2 + - uid: 18566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-24.5 + parent: 2 + - uid: 18568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-25.5 + parent: 2 + - uid: 18635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-34.5 + parent: 2 + - uid: 18669 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 + - uid: 18854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,16.5 + parent: 2 +- proto: DisposalUnit + entities: + - uid: 85 + components: + - type: Transform + pos: -26.5,-3.5 + parent: 2 + - uid: 201 + components: + - type: Transform + pos: -24.5,2.5 + parent: 2 + - uid: 815 + components: + - type: Transform + pos: 34.5,-18.5 + parent: 2 + - uid: 831 + components: + - type: Transform + pos: -14.5,17.5 + parent: 2 + - uid: 1283 + components: + - type: Transform + pos: 31.5,14.5 + parent: 2 + - uid: 1394 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - uid: 3088 + components: + - type: Transform + pos: 42.5,8.5 + parent: 2 + - uid: 3396 + components: + - type: Transform + pos: -15.5,-22.5 + parent: 2 + - uid: 3441 + components: + - type: Transform + pos: -14.5,-37.5 + parent: 2 + - uid: 3446 + components: + - type: Transform + pos: -9.5,-34.5 + parent: 2 + - uid: 3482 + components: + - type: Transform + pos: -5.5,-36.5 + parent: 2 + - uid: 3617 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 2 + - uid: 3713 + components: + - type: Transform + pos: 17.5,-28.5 + parent: 2 + - uid: 3924 + components: + - type: Transform + pos: 12.5,-40.5 + parent: 2 + - uid: 4242 + components: + - type: Transform + pos: 22.5,-24.5 + parent: 2 + - uid: 4731 + components: + - type: Transform + pos: 29.5,-53.5 + parent: 2 + - uid: 4733 + components: + - type: Transform + pos: -42.5,-23.5 + parent: 2 + - uid: 5531 + components: + - type: Transform + pos: -50.5,-12.5 + parent: 2 + - uid: 5834 + components: + - type: Transform + pos: 31.5,-46.5 + parent: 2 + - uid: 5974 + components: + - type: Transform + pos: 19.5,-40.5 + parent: 2 + - uid: 6157 + components: + - type: Transform + pos: 34.5,-6.5 + parent: 2 + - uid: 6222 + components: + - type: Transform + pos: -42.5,-48.5 + parent: 2 + - uid: 6278 + components: + - type: Transform + pos: 18.5,-20.5 + parent: 2 + - uid: 6474 + components: + - type: Transform + pos: -17.5,-46.5 + parent: 2 + - uid: 6943 + components: + - type: Transform + pos: -28.5,-57.5 + parent: 2 + - uid: 7159 + components: + - type: Transform + pos: 34.5,23.5 + parent: 2 + - uid: 7578 + components: + - type: Transform + pos: -10.5,-44.5 + parent: 2 + - uid: 7604 + components: + - type: Transform + pos: -9.5,-66.5 + parent: 2 + - uid: 8107 + components: + - type: Transform + pos: -49.5,-42.5 + parent: 2 + - uid: 8344 + components: + - type: Transform + pos: 50.5,-15.5 + parent: 2 + - uid: 9187 + components: + - type: Transform + pos: -9.5,-58.5 + parent: 2 + - uid: 9527 + components: + - type: Transform + pos: 29.5,1.5 + parent: 2 + - uid: 9852 + components: + - type: Transform + pos: -20.5,-51.5 + parent: 2 + - uid: 11131 + components: + - type: Transform + pos: 13.5,-52.5 + parent: 2 + - uid: 11142 + components: + - type: Transform + pos: 9.5,-58.5 + parent: 2 + - uid: 11189 + components: + - type: Transform + pos: 11.5,22.5 + parent: 2 + - uid: 12613 + components: + - type: Transform + pos: 44.5,-24.5 + parent: 2 + - uid: 13069 + components: + - type: Transform + pos: -27.5,-25.5 + parent: 2 + - uid: 13233 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - uid: 14246 + components: + - type: Transform + pos: 36.5,-27.5 + parent: 2 + - uid: 15157 + components: + - type: Transform + pos: -25.5,-38.5 + parent: 2 + - uid: 16321 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 2 + - uid: 17611 + components: + - type: Transform + pos: -37.5,-29.5 + parent: 2 + - uid: 18096 + components: + - type: Transform + pos: 33.5,-32.5 + parent: 2 +- proto: DisposalYJunction + entities: + - uid: 5228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-0.5 + parent: 2 + - uid: 9939 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-37.5 + parent: 2 + - uid: 12242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-19.5 + parent: 2 + - uid: 14723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-39.5 + parent: 2 + - uid: 18590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-21.5 + parent: 2 +- proto: DogBed + entities: + - uid: 4638 + components: + - type: Transform + pos: -42.5,-33.5 + parent: 2 + - uid: 7547 + components: + - type: Transform + pos: -15.5,-46.5 + parent: 2 + - uid: 7733 + components: + - type: Transform + pos: -34.5,-38.5 + parent: 2 + - uid: 9647 + components: + - type: Transform + pos: -6.5,17.5 + parent: 2 + - uid: 9857 + components: + - type: Transform + pos: -23.5,-52.5 + parent: 2 + - uid: 10728 + components: + - type: Transform + pos: -42.5,-35.5 + parent: 2 + - uid: 12649 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 2 +- proto: DoorElectronics + entities: + - uid: 10846 + components: + - type: Transform + pos: 65.54841,-77.60572 + parent: 2 +- proto: DresserCaptainFilled + entities: + - uid: 9948 + components: + - type: Transform + pos: -26.5,-50.5 + parent: 2 +- proto: DresserChiefEngineerFilled + entities: + - uid: 2576 + components: + - type: Transform + pos: -4.5,-25.5 + parent: 2 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 15312 + components: + - type: Transform + pos: -42.5,-38.5 + parent: 2 +- proto: DresserFilled + entities: + - uid: 3806 + components: + - type: Transform + pos: 5.5,-39.5 + parent: 2 + - uid: 6044 + components: + - type: Transform + pos: 5.5,-41.5 + parent: 2 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 4707 + components: + - type: Transform + pos: -10.5,-51.5 + parent: 2 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 814 + components: + - type: Transform + pos: -21.5,12.5 + parent: 2 +- proto: DresserQuarterMasterFilled + entities: + - uid: 14268 + components: + - type: Transform + pos: -6.5,19.5 + parent: 2 +- proto: DresserResearchDirectorFilled + entities: + - uid: 4172 + components: + - type: Transform + pos: 26.5,-33.5 + parent: 2 +- proto: DrinkBeerBottleFull + entities: + - uid: 4302 + components: + - type: Transform + pos: -13.470593,-17.08872 + parent: 2 + - uid: 4319 + components: + - type: Transform + pos: -13.260548,-17.318047 + parent: 2 + - uid: 4321 + components: + - type: Transform + pos: -13.710296,-17.338894 + parent: 2 +- proto: DrinkBloodGlass + entities: + - uid: 6694 + components: + - type: Transform + pos: 19.484085,-52.344112 + parent: 2 +- proto: DrinkCanPack + entities: + - uid: 13018 + components: + - type: Transform + pos: -24.276548,-48.390488 + parent: 2 +- proto: DrinkCreamCarton + entities: + - uid: 3245 + components: + - type: Transform + pos: -2.4337258,-32.333588 + parent: 2 +- proto: DrinkDoctorsDelightGlass + entities: + - uid: 8346 + components: + - type: Transform + pos: -40.717422,-34.3464 + parent: 2 +- proto: DrinkFlask + entities: + - uid: 9960 + components: + - type: Transform + pos: -23.602283,-53.293594 + parent: 2 +- proto: DrinkGlass + entities: + - uid: 3700 + components: + - type: Transform + pos: -4.397609,-45.428547 + parent: 2 + - uid: 3704 + components: + - type: Transform + pos: -4.6477337,-45.22007 + parent: 2 + - uid: 17135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.3320751,-41.260803 + parent: 2 + - uid: 17137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.6169379,-41.441483 + parent: 2 +- proto: DrinkGoldenCup + entities: + - uid: 13172 + components: + - type: Transform + pos: 8.481442,4.6880107 + parent: 2 +- proto: DrinkHotCoco + entities: + - uid: 3404 + components: + - type: Transform + pos: -21.652742,-16.472178 + parent: 2 + - uid: 5083 + components: + - type: Transform + pos: -36.62132,-20.36556 + parent: 2 + - uid: 7000 + components: + - type: Transform + pos: 23.939922,-9.299497 + parent: 2 +- proto: DrinkIcedGreenTeaGlass + entities: + - uid: 2030 + components: + - type: Transform + pos: 15.729584,-57.12312 + parent: 2 +- proto: DrinkMilkCarton + entities: + - uid: 3244 + components: + - type: Transform + pos: -2.6525853,-32.28147 + parent: 2 +- proto: DrinkMopwataBottleRandom + entities: + - uid: 18891 + components: + - type: Transform + pos: 35.367874,17.591213 + parent: 2 + - uid: 18980 + components: + - type: Transform + pos: 35.743057,17.789268 + parent: 2 +- proto: DrinkMug + entities: + - uid: 8869 + components: + - type: Transform + pos: 44.624287,-2.3087473 + parent: 2 +- proto: DrinkMugBlue + entities: + - uid: 3930 + components: + - type: Transform + pos: -15.916694,-48.270462 + parent: 2 +- proto: DrinkMugRainbow + entities: + - uid: 11561 + components: + - type: Transform + pos: 38.63713,-59.378235 + parent: 2 +- proto: DrinkMugRed + entities: + - uid: 13344 + components: + - type: Transform + pos: -27.239447,0.50863326 + parent: 2 +- proto: DrinkShaker + entities: + - uid: 3699 + components: + - type: Transform + pos: -4.178751,-45.28261 + parent: 2 + - uid: 7371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.393734,11.449828 + parent: 2 + - uid: 18819 + components: + - type: Transform + pos: 72.445305,-64.57543 + parent: 2 +- proto: DrinkShotGlass + entities: + - uid: 6 + components: + - type: Transform + pos: 0.40104163,24.025158 + parent: 2 + - uid: 1766 + components: + - type: Transform + pos: 52.977722,-39.23201 + parent: 2 + - uid: 1806 + components: + - type: Transform + pos: 53.98864,-39.388367 + parent: 2 + - uid: 3041 + components: + - type: Transform + pos: -0.088784575,23.71244 + parent: 2 +- proto: DrinkSoyMilkCarton + entities: + - uid: 3246 + components: + - type: Transform + pos: -2.246133,-32.28147 + parent: 2 +- proto: DrinkSpaceGlue + entities: + - uid: 3898 + components: + - type: Transform + pos: 20.686771,-38.929775 + parent: 2 +- proto: DrinkTeacup + entities: + - uid: 290 + components: + - type: Transform + pos: 6.7192326,-51.458447 + parent: 2 +- proto: DrinkVodkaBottleFull + entities: + - uid: 2377 + components: + - type: Transform + pos: -20.329561,10.8367405 + parent: 2 +- proto: DrinkWaterBottleFull + entities: + - uid: 9532 + components: + - type: Transform + pos: -28.781082,-6.2464833 + parent: 2 +- proto: DrinkWaterCup + entities: + - uid: 1051 + components: + - type: Transform + pos: -0.5374012,12.51578 + parent: 2 + - uid: 1064 + components: + - type: Transform + pos: -0.67200494,12.711606 + parent: 2 +- proto: DrinkWaterJug + entities: + - uid: 320 + components: + - type: Transform + pos: 5.6644287,-44.29744 + parent: 2 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 7297 + components: + - type: Transform + pos: 35.380833,1.7207147 + parent: 2 + - uid: 7805 + components: + - type: Transform + pos: 0.18218291,24.00431 + parent: 2 +- proto: DrinkWhiskeyGlass + entities: + - uid: 7298 + components: + - type: Transform + pos: 35.69605,1.7648865 + parent: 2 +- proto: DungeonMasterCircuitBoard + entities: + - uid: 16465 + components: + - type: Transform + pos: -63.581856,-16.131536 + parent: 2 +- proto: ElectricGuitarInstrument + entities: + - uid: 3227 + components: + - type: Transform + pos: 10.388435,3.6684923 + parent: 2 +- proto: EmergencyLight + entities: + - uid: 2952 + components: + - type: Transform + pos: -39.5,-40.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 6744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-36.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 6789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-33.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 14568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-53.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 15570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,0.5 + parent: 2 + - uid: 16689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-3.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16691 + components: + - type: Transform + pos: 40.5,-20.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16692 + components: + - type: Transform + pos: 51.5,-24.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-18.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16694 + components: + - type: Transform + pos: 26.5,-20.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-22.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-18.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16697 + components: + - type: Transform + pos: 56.5,-24.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-27.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-31.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16700 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-22.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-27.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-40.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-48.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-48.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-59.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-65.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-65.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-57.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-51.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16710 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-53.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16711 + components: + - type: Transform + pos: 1.5,-47.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-4.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-1.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,6.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,10.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16722 + components: + - type: Transform + pos: -27.5,0.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16725 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,5.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16726 + components: + - type: Transform + pos: -23.5,-7.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16727 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-4.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-4.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-13.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16734 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-39.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16736 + components: + - type: Transform + pos: -32.5,-67.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16737 + components: + - type: Transform + pos: -11.5,-53.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-48.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-53.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-56.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-43.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16743 + components: + - type: Transform + pos: -47.5,-42.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16746 + components: + - type: Transform + pos: -36.5,-20.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-27.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16748 + components: + - type: Transform + pos: -29.5,-29.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-35.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16751 + components: + - type: Transform + pos: -16.5,-32.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16752 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-25.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-20.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16754 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-16.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16755 + components: + - type: Transform + pos: -51.5,-11.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16757 + components: + - type: Transform + pos: -67.5,-14.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-10.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-13.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,18.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,35.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,22.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16769 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,12.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16770 + components: + - type: Transform + pos: 24.5,-8.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-0.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-18.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-43.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-25.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16776 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-14.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 16778 + components: + - type: Transform + pos: 30.5,-37.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 17150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-58.5 + parent: 2 + - type: Battery + startingCharge: 30000 + - uid: 18371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-10.5 + parent: 2 + - uid: 18964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,12.5 + parent: 2 + - uid: 19286 + components: + - type: Transform + pos: 61.5,-52.5 + parent: 2 +- proto: EmergencyMedipen + entities: + - uid: 4814 + components: + - type: Transform + pos: -29.574272,-25.38519 + parent: 2 + - uid: 4815 + components: + - type: Transform + pos: -29.574272,-25.187136 + parent: 2 + - uid: 4816 + components: + - type: Transform + pos: -29.574272,-25.593668 + parent: 2 +- proto: EmergencyNitrogenTankFilled + entities: + - uid: 3940 + components: + - type: Transform + pos: -35.623657,-0.3498057 + parent: 2 + - type: GasTank + toggleActionEntity: 3027 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 3027 +- proto: EmergencyOxygenTankFilled + entities: + - uid: 2394 + components: + - type: Transform + pos: -35.35269,-0.4644692 + parent: 2 + - type: GasTank + toggleActionEntity: 3029 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 3029 +- proto: EmergencyRollerBed + entities: + - uid: 1510 + components: + - type: Transform + pos: -31.5,-29.5 + parent: 2 + - uid: 1880 + components: + - type: Transform + pos: 52.441402,-37.397106 + parent: 2 + - uid: 7269 + components: + - type: Transform + pos: -32.5,-29.5 + parent: 2 + - uid: 18764 + components: + - type: Transform + pos: 75.49805,-44.26112 + parent: 2 +- proto: Envelope + entities: + - uid: 18858 + components: + - type: Transform + pos: 16.005564,13.58702 + parent: 2 +- proto: EvidenceMarkerOne + entities: + - uid: 1842 + components: + - type: Transform + pos: 53.401356,-41.193207 + parent: 2 +- proto: EvidenceMarkerThree + entities: + - uid: 2203 + components: + - type: Transform + pos: 50.5562,-39.54623 + parent: 2 +- proto: EvidenceMarkerTwo + entities: + - uid: 2170 + components: + - type: Transform + pos: 52.380016,-39.285633 + parent: 2 +- proto: ExosuitFabricator + entities: + - uid: 8462 + components: + - type: Transform + pos: 34.5,-27.5 + parent: 2 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 5833 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 2 + - uid: 9363 + components: + - type: Transform + pos: 51.5,-23.5 + parent: 2 + - uid: 12342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-39.5 + parent: 2 + - uid: 17619 + components: + - type: Transform + pos: -23.5,-2.5 + parent: 2 + - uid: 17620 + components: + - type: Transform + pos: -11.5,9.5 + parent: 2 + - uid: 17621 + components: + - type: Transform + pos: 0.5,13.5 + parent: 2 + - uid: 17622 + components: + - type: Transform + pos: 13.5,7.5 + parent: 2 + - uid: 17623 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 17624 + components: + - type: Transform + pos: 34.5,-2.5 + parent: 2 + - uid: 17625 + components: + - type: Transform + pos: 34.5,16.5 + parent: 2 + - uid: 17626 + components: + - type: Transform + pos: 30.5,39.5 + parent: 2 + - uid: 17627 + components: + - type: Transform + pos: 38.5,-23.5 + parent: 2 + - uid: 17628 + components: + - type: Transform + pos: 17.5,-23.5 + parent: 2 + - uid: 17629 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 17630 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 17631 + components: + - type: Transform + pos: -6.5,-63.5 + parent: 2 + - uid: 17632 + components: + - type: Transform + pos: -21.5,-50.5 + parent: 2 + - uid: 17633 + components: + - type: Transform + pos: -32.5,-59.5 + parent: 2 + - uid: 17635 + components: + - type: Transform + pos: -31.5,-22.5 + parent: 2 + - uid: 17636 + components: + - type: Transform + pos: -21.5,-17.5 + parent: 2 +- proto: EZNutrientChemistryBottle + entities: + - uid: 17701 + components: + - type: Transform + pos: 48.696175,-60.376625 + parent: 2 +- proto: FancyTableSpawner + entities: + - uid: 12374 + components: + - type: Transform + pos: -17.5,-53.5 + parent: 2 +- proto: FaxMachineBase + entities: + - uid: 626 + components: + - type: Transform + pos: -27.5,4.5 + parent: 2 + - type: FaxMachine + name: Security + - uid: 2661 + components: + - type: Transform + pos: 2.5,20.5 + parent: 2 + - type: FaxMachine + name: Cargo + - uid: 3574 + components: + - type: Transform + pos: 18.5,-25.5 + parent: 2 + - type: FaxMachine + name: Science + - uid: 3951 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 2 + - type: FaxMachine + name: Library + - uid: 6057 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - type: FaxMachine + name: Chapel + - uid: 6354 + components: + - type: Transform + pos: -12.5,-48.5 + parent: 2 + - type: FaxMachine + name: HoP + - uid: 6936 + components: + - type: Transform + pos: 27.5,12.5 + parent: 2 + - type: FaxMachine + name: Lawyer + - uid: 9402 + components: + - type: Transform + pos: 28.5,4.5 + parent: 2 + - type: FaxMachine + name: Janitorial + - uid: 10152 + components: + - type: Transform + pos: -34.5,-44.5 + parent: 2 + - type: FaxMachine + name: Psychologist + - uid: 11473 + components: + - type: Transform + pos: -45.5,-21.5 + parent: 2 + - type: FaxMachine + name: Medical + - uid: 11651 + components: + - type: Transform + pos: -17.5,-50.5 + parent: 2 + - type: FaxMachine + name: Bridge +- proto: FigureSpawner + entities: + - uid: 3832 + components: + - type: Transform + pos: 13.5,-38.5 + parent: 2 + - uid: 3833 + components: + - type: Transform + pos: 20.5,-38.5 + parent: 2 + - uid: 11317 + components: + - type: Transform + pos: -40.5,-51.5 + parent: 2 +- proto: filingCabinetDrawer + entities: + - uid: 15839 + components: + - type: Transform + pos: 13.5,-8.5 + parent: 2 +- proto: filingCabinetDrawerRandom + entities: + - uid: 3740 + components: + - type: Transform + pos: 19.502523,-35.329025 + parent: 2 + - uid: 4211 + components: + - type: Transform + pos: 27.5,-37.5 + parent: 2 + - uid: 4499 + components: + - type: Transform + pos: 37.5,-40.5 + parent: 2 + - uid: 6883 + components: + - type: Transform + pos: 1.5,16.5 + parent: 2 + - uid: 7287 + components: + - type: Transform + pos: 37.5,3.5 + parent: 2 + - uid: 9839 + components: + - type: Transform + pos: -19.5,-52.5 + parent: 2 + - uid: 9841 + components: + - type: Transform + pos: -15.5,-51.5 + parent: 2 + - uid: 10151 + components: + - type: Transform + pos: -32.826313,-43.344933 + parent: 2 + - uid: 17685 + components: + - type: Transform + pos: -40.5,-53.5 + parent: 2 +- proto: filingCabinetRandom + entities: + - uid: 6355 + components: + - type: Transform + pos: -16.72891,-46.37863 + parent: 2 + - uid: 6362 + components: + - type: Transform + pos: -16.21824,-46.39948 + parent: 2 +- proto: filingCabinetTallRandom + entities: + - uid: 3715 + components: + - type: Transform + pos: 18.223299,13.545596 + parent: 2 + - uid: 4539 + components: + - type: Transform + pos: 28.303581,12.59669 + parent: 2 + - uid: 6753 + components: + - type: Transform + pos: 18.74439,13.545596 + parent: 2 + - uid: 6990 + components: + - type: Transform + pos: 28.772564,12.586266 + parent: 2 + - uid: 8232 + components: + - type: Transform + pos: -42.252365,-45.359486 + parent: 2 + - uid: 8268 + components: + - type: Transform + pos: -42.80472,-45.390755 + parent: 2 +- proto: FireAlarm + entities: + - uid: 110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,17.5 + parent: 2 + - type: DeviceList + devices: + - 15242 + - 15241 + - 15240 + - 216 + - 15230 + - 15231 + - 15232 + - uid: 1586 + components: + - type: Transform + pos: -43.5,-39.5 + parent: 2 + - uid: 1667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-26.5 + parent: 2 + - type: DeviceList + devices: + - 15211 + - 15210 + - 15209 + - 15208 + - uid: 3816 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 15393 + - 15394 + - uid: 6790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 15626 + - 15625 + - 15638 + - 15639 + - uid: 9987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,26.5 + parent: 2 + - type: DeviceList + devices: + - 15242 + - 15241 + - 15240 + - 15259 + - 15258 + - 15257 + - uid: 13342 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 15435 + - 15181 + - 15182 + - 15183 + - uid: 13663 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 2 + - type: DeviceList + devices: + - 15209 + - 15208 + - 15206 + - 15207 + - 15214 + - 15213 + - 15212 + - 15181 + - 15182 + - 15183 + - 4185 + - uid: 14371 + components: + - type: Transform + pos: 31.5,-36.5 + parent: 2 + - type: DeviceList + devices: + - 15430 + - 15429 + - 14305 + - 14266 + - 14329 + - 14308 + - 13649 + - 13651 + - uid: 15163 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 15154 + - 15155 + - 15156 + - 15153 + - 15152 + - 15151 + - 1722 + - 15148 + - 15149 + - 15170 + - 15169 + - 15168 + - 17129 + - 15166 + - 15150 + - 15164 + - 15165 + - uid: 15197 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - type: DeviceList + devices: + - 15192 + - 15193 + - 15194 + - 15156 + - 15155 + - 15154 + - uid: 15202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-40.5 + parent: 2 + - type: DeviceList + devices: + - 15199 + - 15200 + - 15201 + - 15192 + - 15193 + - 15194 + - 15203 + - 15204 + - uid: 15226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 15199 + - 15200 + - 15201 + - 15211 + - 15210 + - 15206 + - 15207 + - 3498 + - uid: 15227 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 + - type: DeviceList + devices: + - 15214 + - 15213 + - 15212 + - 15217 + - 15218 + - 15219 + - 15225 + - 15224 + - 15223 + - 15220 + - 15221 + - 15222 + - 15228 + - 15229 + - uid: 15236 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 2 + - type: DeviceList + devices: + - 15233 + - 15234 + - 15235 + - 15238 + - 15237 + - 15263 + - 15264 + - 15265 + - 15230 + - 15231 + - 15232 + - uid: 15261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,22.5 + parent: 2 + - type: DeviceList + devices: + - 15242 + - 15241 + - 15240 + - 15259 + - 15258 + - 15257 + - uid: 15272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-11.5 + parent: 2 + - type: DeviceList + devices: + - 15217 + - 15218 + - 15219 + - 15263 + - 15264 + - 15265 + - uid: 15279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,5.5 + parent: 2 + - type: DeviceList + devices: + - 15273 + - 15274 + - 15275 + - 15235 + - 15234 + - 15233 + - 183 + - uid: 15299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 5390 + - 5467 + - 12071 + - 14382 + - 14368 + - 19001 + - uid: 15384 + components: + - type: Transform + pos: -38.5,-28.5 + parent: 2 + - type: DeviceList + devices: + - 15343 + - 14732 + - 15333 + - 15339 + - 15340 + - 15341 + - 15344 + - 15380 + - 15381 + - uid: 15385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-24.5 + parent: 2 + - type: DeviceList + devices: + - 15380 + - 15381 + - 15382 + - uid: 15386 + components: + - type: Transform + pos: -31.5,-32.5 + parent: 2 + - type: DeviceList + devices: + - 15343 + - 15348 + - 15349 + - uid: 15388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 15339 + - 15333 + - 14732 + - 15347 + - 15345 + - 15325 + - 15326 + - 15327 + - 4022 + - uid: 15389 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 15345 + - 15330 + - uid: 15391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 19003 + - 15302 + - 15323 + - 15324 + - 19004 + - 15574 + - 15672 + - 19006 + - 19008 + - uid: 15403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-10.5 + parent: 2 + - type: DeviceList + devices: + - 15301 + - 15302 + - 15324 + - 15323 + - uid: 15415 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - type: DeviceList + devices: + - 15395 + - 15396 + - 15398 + - 15397 + - uid: 15424 + components: + - type: Transform + pos: 23.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 15435 + - uid: 15425 + components: + - type: Transform + pos: 36.5,-30.5 + parent: 2 + - type: DeviceList + devices: + - 13649 + - 13651 + - uid: 15427 + components: + - type: Transform + pos: 32.5,-39.5 + parent: 2 + - type: DeviceList + devices: + - 15431 + - 15429 + - 15430 + - uid: 15439 + components: + - type: Transform + pos: 32.5,-23.5 + parent: 2 + - type: DeviceList + devices: + - 15437 + - 15229 + - 15228 + - uid: 15440 + components: + - type: Transform + pos: 44.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 15220 + - 15221 + - 15222 + - 197 + - 187 + - uid: 15619 + components: + - type: Transform + pos: 12.5,-59.5 + parent: 2 + - uid: 15620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-54.5 + parent: 2 + - uid: 15621 + components: + - type: Transform + pos: -9.5,-57.5 + parent: 2 + - type: DeviceList + devices: + - 15184 + - 15185 + - uid: 15622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-52.5 + parent: 2 + - type: DeviceList + devices: + - 15184 + - 15185 + - uid: 15640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-55.5 + parent: 2 + - type: DeviceList + devices: + - 15626 + - 15625 + - uid: 17349 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 + - type: DeviceList + devices: + - 5390 + - 5467 + - 5417 + - 12068 + - 12057 + - 5418 + - 5419 + - 5443 + - 15273 + - 15274 + - 15275 + - 18877 + - 18878 + - 18879 + - 18866 + - uid: 19007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,0.5 + parent: 2 + - type: DeviceList + devices: + - 14382 + - 14368 + - 19001 + - 5444 + - 5445 + - 5429 + - 5413 + - 19008 + - 19006 + - 15672 + - uid: 19010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-20.5 + parent: 2 + - type: DeviceList + devices: + - 15325 + - 15326 + - 15327 + - 19003 + - 19004 + - 15574 + - 15330 +- proto: FireAxeCabinetFilled + entities: + - uid: 2521 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 9848 + components: + - type: Transform + pos: -16.5,-49.5 + parent: 2 +- proto: FireExtinguisher + entities: + - uid: 868 + components: + - type: Transform + pos: 11.64466,24.083237 + parent: 2 + - uid: 4820 + components: + - type: Transform + pos: 11.279896,24.114508 + parent: 2 +- proto: FirelockEdge + entities: + - uid: 1548 + components: + - type: Transform + pos: -17.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13846 + - 58 + - uid: 1557 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13846 + - 58 + - uid: 1563 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13846 + - 58 + - uid: 5418 + components: + - type: Transform + pos: 10.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - 17349 + - 17351 + - uid: 5419 + components: + - type: Transform + pos: 11.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - 17349 + - 17351 + - uid: 5443 + components: + - type: Transform + pos: 12.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - 17349 + - 17351 + - uid: 12211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,27.5 + parent: 2 + - uid: 13649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29 + - 13657 + - 14371 + - 15425 + - uid: 13651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29 + - 13657 + - 14371 + - 15425 + - uid: 14266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13657 + - 14371 + - uid: 14305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13657 + - 14371 + - uid: 15257 + components: + - type: Transform + pos: 31.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - 15261 + - 9987 + - uid: 15258 + components: + - type: Transform + pos: 32.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - 15261 + - 9987 + - uid: 15259 + components: + - type: Transform + pos: 33.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - 15261 + - 9987 + - uid: 15357 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13846 + - 58 + - uid: 15358 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13846 + - 58 + - uid: 15435 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13653 + - 15424 + - 13654 + - 13342 + - uid: 17424 + components: + - type: Transform + pos: 15.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17353 +- proto: FirelockGlass + entities: + - uid: 115 + components: + - type: Transform + pos: 3.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17351 + - 17352 + - uid: 183 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - 38 + - uid: 187 + components: + - type: Transform + pos: 48.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15440 + - 13549 + - uid: 197 + components: + - type: Transform + pos: 45.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15440 + - 13549 + - uid: 216 + components: + - type: Transform + pos: 30.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14085 + - 110 + - uid: 431 + components: + - type: Transform + pos: 41.5,-57.5 + parent: 2 + - uid: 1033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-36.5 + parent: 2 + - uid: 1284 + components: + - type: Transform + pos: 58.5,-49.5 + parent: 2 + - uid: 1722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13972 + - 58 + - 15163 + - uid: 2693 + components: + - type: Transform + pos: -14.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14047 + - 14019 + - uid: 3498 + components: + - type: Transform + pos: 6.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - 15226 + - uid: 4022 + components: + - type: Transform + pos: -25.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15388 + - uid: 4185 + components: + - type: Transform + pos: 23.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - 13663 + - uid: 5390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - 15299 + - 17348 + - 17349 + - uid: 5395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17351 + - uid: 5404 + components: + - type: Transform + pos: -25.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14595 + - uid: 5413 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19007 + - 19009 + - uid: 5417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - 17349 + - 17351 + - uid: 5420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17353 + - 17351 + - uid: 5421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17353 + - 17351 + - uid: 5429 + components: + - type: Transform + pos: -21.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19007 + - 19009 + - uid: 5444 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19007 + - 19009 + - uid: 5445 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19007 + - 19009 + - uid: 5467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - 15299 + - 17348 + - 17349 + - uid: 7288 + components: + - type: Transform + pos: 52.5,-50.5 + parent: 2 + - uid: 7414 + components: + - type: Transform + pos: 39.5,-62.5 + parent: 2 + - uid: 9943 + components: + - type: Transform + pos: 45.5,-55.5 + parent: 2 + - uid: 9973 + components: + - type: Transform + pos: 49.5,-57.5 + parent: 2 + - uid: 9975 + components: + - type: Transform + pos: 54.5,-54.5 + parent: 2 + - uid: 12056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17353 + - 17351 + - uid: 12057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - 17349 + - 17351 + - uid: 12058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17351 + - 17352 + - uid: 12062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17351 + - 17352 + - uid: 12068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - 17349 + - 17351 + - uid: 12071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - 15299 + - uid: 12244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14593 + - uid: 12245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14593 + - uid: 12246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17353 + - 17352 + - uid: 12247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17351 + - 17352 + - uid: 12294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17351 + - 17352 + - uid: 12296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,24.5 + parent: 2 + - uid: 13082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-32.5 + parent: 2 + - uid: 14308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13657 + - 14371 + - uid: 14329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13657 + - 14371 + - uid: 14368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - 15299 + - 19007 + - 19009 + - uid: 14382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - 15299 + - 19007 + - 19009 + - uid: 14732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15331 + - 15384 + - 15388 + - uid: 15143 + components: + - type: Transform + pos: -13.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14047 + - 58 + - uid: 15144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - uid: 15145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - uid: 15146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - uid: 15147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - uid: 15148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13972 + - 58 + - 15163 + - uid: 15149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13972 + - 58 + - 15163 + - uid: 15150 + components: + - type: Transform + pos: -8.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 15139 + - 17576 + - uid: 15151 + components: + - type: Transform + pos: -24.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15332 + - 58 + - 15163 + - uid: 15152 + components: + - type: Transform + pos: -23.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15332 + - 58 + - 15163 + - uid: 15153 + components: + - type: Transform + pos: -22.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15332 + - 58 + - 15163 + - uid: 15154 + components: + - type: Transform + pos: -9.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 14980 + - 15197 + - 15139 + - uid: 15155 + components: + - type: Transform + pos: -8.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 14980 + - 15197 + - 15139 + - uid: 15156 + components: + - type: Transform + pos: -7.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 14980 + - 15197 + - 15139 + - uid: 15164 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 15139 + - 17576 + - uid: 15165 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 15139 + - 17576 + - uid: 15166 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 15139 + - uid: 15168 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 15139 + - uid: 15169 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 15139 + - uid: 15170 + components: + - type: Transform + pos: -3.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 15139 + - uid: 15171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-54.5 + parent: 2 + - uid: 15172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-55.5 + parent: 2 + - uid: 15175 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-47.5 + parent: 2 + - uid: 15176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-47.5 + parent: 2 + - uid: 15181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - 13654 + - 13663 + - 13342 + - uid: 15182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - 13654 + - 13663 + - 13342 + - uid: 15183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - 13654 + - 13663 + - 13342 + - uid: 15184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15037 + - 15074 + - 15621 + - 15622 + - uid: 15185 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15037 + - 15074 + - 15621 + - 15622 + - uid: 15186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15050 + - 15188 + - uid: 15187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15050 + - 15188 + - uid: 15192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14980 + - 15197 + - 13662 + - 13650 + - 15202 + - uid: 15193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14980 + - 15197 + - 13662 + - 13650 + - 15202 + - uid: 15194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14980 + - 15197 + - 13662 + - 13650 + - 15202 + - uid: 15198 + components: + - type: Transform + pos: 20.5,-56.5 + parent: 2 + - uid: 15199 + components: + - type: Transform + pos: 11.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13662 + - 13650 + - 15202 + - 15226 + - 13665 + - uid: 15200 + components: + - type: Transform + pos: 10.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13662 + - 13650 + - 15202 + - 15226 + - 13665 + - uid: 15201 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13662 + - 13650 + - 15202 + - 15226 + - 13665 + - uid: 15203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15202 + - 13662 + - 13650 + - uid: 15204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15202 + - 13662 + - 13650 + - uid: 15206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - 13640 + - 15226 + - 13663 + - uid: 15207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - 13640 + - 15226 + - 13663 + - uid: 15208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2395 + - 13640 + - 13663 + - 1667 + - uid: 15209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2395 + - 13640 + - 13663 + - 1667 + - uid: 15210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - 2395 + - 15226 + - 1667 + - uid: 15211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - 2395 + - 15226 + - 1667 + - uid: 15212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - 13663 + - 13639 + - 15227 + - uid: 15213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - 13663 + - 13639 + - 15227 + - uid: 15214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - 13663 + - 13639 + - 15227 + - uid: 15217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - 15227 + - 15421 + - 15272 + - uid: 15218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - 15227 + - 15421 + - 15272 + - uid: 15219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - 15227 + - 15421 + - 15272 + - uid: 15220 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - 15227 + - 15440 + - 13549 + - uid: 15221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - 15227 + - 15440 + - 13549 + - uid: 15222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - 15227 + - 15440 + - 13549 + - uid: 15223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - 15227 + - 13612 + - uid: 15224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - 15227 + - 13612 + - uid: 15225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - 15227 + - 13612 + - uid: 15228 + components: + - type: Transform + pos: 34.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15227 + - 13639 + - 15439 + - 13655 + - uid: 15229 + components: + - type: Transform + pos: 33.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15227 + - 13639 + - 15439 + - 13655 + - uid: 15230 + components: + - type: Transform + pos: 33.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15236 + - 14085 + - 110 + - 15422 + - uid: 15231 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15236 + - 14085 + - 110 + - 15422 + - uid: 15232 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15236 + - 14085 + - 110 + - 15422 + - uid: 15233 + components: + - type: Transform + pos: 19.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15422 + - 15236 + - 15279 + - 38 + - uid: 15234 + components: + - type: Transform + pos: 19.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15422 + - 15236 + - 15279 + - 38 + - uid: 15235 + components: + - type: Transform + pos: 19.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15422 + - 15236 + - 15279 + - 38 + - uid: 15237 + components: + - type: Transform + pos: 28.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15236 + - 15422 + - uid: 15238 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15236 + - 15422 + - uid: 15239 + components: + - type: Transform + pos: 41.5,4.5 + parent: 2 + - uid: 15240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - 15261 + - 14085 + - 9987 + - 110 + - uid: 15241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - 15261 + - 14085 + - 9987 + - 110 + - uid: 15242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - 15261 + - 14085 + - 9987 + - 110 + - uid: 15263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15272 + - 15236 + - 15421 + - 15422 + - uid: 15264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15272 + - 15236 + - 15421 + - 15422 + - uid: 15265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15272 + - 15236 + - 15421 + - 15422 + - uid: 15273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - 17348 + - 17349 + - 38 + - uid: 15274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - 17348 + - 17349 + - 38 + - uid: 15275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15279 + - 17348 + - 17349 + - 38 + - uid: 15301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15403 + - 13798 + - uid: 15302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15391 + - 15403 + - 13798 + - 17658 + - uid: 15308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14546 + - 14593 + - uid: 15309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14593 + - uid: 15310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14523 + - 14593 + - uid: 15311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14595 + - 14546 + - uid: 15315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14523 + - 14518 + - uid: 15316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14518 + - uid: 15323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15391 + - 15403 + - 13798 + - 17658 + - uid: 15324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15391 + - 15403 + - 13798 + - 17658 + - uid: 15325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15673 + - 15331 + - 15388 + - 19010 + - uid: 15326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15673 + - 15331 + - 15388 + - 19010 + - uid: 15327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15673 + - 15331 + - 15388 + - 19010 + - uid: 15330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15673 + - 14733 + - 15389 + - 19010 + - uid: 15333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15331 + - 15384 + - 15388 + - uid: 15337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15332 + - 13846 + - uid: 15338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15332 + - 13846 + - uid: 15339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15331 + - 15384 + - 15388 + - uid: 15340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2564 + - 15384 + - 14783 + - uid: 15341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2564 + - 15384 + - 14783 + - uid: 15343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2564 + - 15384 + - 15386 + - 14765 + - uid: 15344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2564 + - 15384 + - 14783 + - uid: 15345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14733 + - 15331 + - 15388 + - 15389 + - uid: 15347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15331 + - 15388 + - uid: 15348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15332 + - 15386 + - 14765 + - uid: 15349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15332 + - 15386 + - 14765 + - uid: 15354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-28.5 + parent: 2 + - uid: 15355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-32.5 + parent: 2 + - uid: 15356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-23.5 + parent: 2 + - uid: 15380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2564 + - 15384 + - 14940 + - 15385 + - uid: 15381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2564 + - 15384 + - 14940 + - 15385 + - uid: 15382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14940 + - 15385 + - uid: 15393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13795 + - 13796 + - 3816 + - uid: 15394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13795 + - 13796 + - 3816 + - uid: 15395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13793 + - 13796 + - 15415 + - uid: 15396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13793 + - 13796 + - 15415 + - uid: 15397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13793 + - 15415 + - uid: 15398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13793 + - 15415 + - uid: 15429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15427 + - 13645 + - 13657 + - 14371 + - uid: 15430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15427 + - 13645 + - 13657 + - 14371 + - uid: 15431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15427 + - 13645 + - uid: 15437 + components: + - type: Transform + pos: 31.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15439 + - 13655 + - uid: 15574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15391 + - 17658 + - 15673 + - 19010 + - uid: 15625 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14004 + - 15640 + - 14019 + - 6790 + - uid: 15626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14004 + - 15640 + - 14019 + - 6790 + - uid: 15638 + components: + - type: Transform + pos: -22.5,-49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14004 + - 6790 + - uid: 15639 + components: + - type: Transform + pos: -18.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14004 + - 14047 + - 6790 + - uid: 15672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19007 + - 19009 + - 15391 + - 17658 + - uid: 16223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,20.5 + parent: 2 + - uid: 17129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15163 + - 15139 + - uid: 18455 + components: + - type: Transform + pos: 48.5,-47.5 + parent: 2 + - uid: 18502 + components: + - type: Transform + pos: 57.5,-57.5 + parent: 2 + - uid: 18539 + components: + - type: Transform + pos: 41.5,-53.5 + parent: 2 + - uid: 18640 + components: + - type: Transform + pos: 49.5,-47.5 + parent: 2 + - uid: 18866 + components: + - type: Transform + pos: 17.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17349 + - 17348 + - uid: 18877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17349 + - 17348 + - uid: 18878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17349 + - 17348 + - uid: 18879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17349 + - 17348 + - uid: 19001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - 15299 + - 19007 + - 19009 + - uid: 19003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15391 + - 17658 + - 15673 + - 19010 + - uid: 19004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15391 + - 17658 + - 15673 + - 19010 + - uid: 19006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19007 + - 19009 + - 15391 + - 17658 + - uid: 19008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19007 + - 19009 + - 15391 + - 17658 +- proto: FlashlightLantern + entities: + - uid: 4904 + components: + - type: Transform + pos: 42.44693,-29.3774 + parent: 2 + - uid: 6167 + components: + - type: Transform + pos: -32.516693,-57.438038 + parent: 2 + - type: HandheldLight + toggleActionEntity: 14387 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 14387 + - type: ActionsContainer + - uid: 6188 + components: + - type: Transform + pos: -32.77724,-57.239983 + parent: 2 + - type: HandheldLight + toggleActionEntity: 14544 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 14544 + - type: ActionsContainer + - uid: 11010 + components: + - type: Transform + pos: 28.34704,-39.254337 + parent: 2 + - uid: 16756 + components: + - type: Transform + pos: -62.583176,-16.437218 + parent: 2 + - uid: 16760 + components: + - type: Transform + pos: -52.622368,-13.288898 + parent: 2 + - uid: 16761 + components: + - type: Transform + pos: -52.476463,-13.445257 + parent: 2 + - uid: 16762 + components: + - type: Transform + pos: -11.5208435,-24.824339 + parent: 2 + - uid: 16763 + components: + - type: Transform + pos: -11.458312,-25.064089 + parent: 2 + - uid: 19550 + components: + - type: Transform + pos: 27.562937,-29.514505 + parent: 2 + - type: HandheldLight + toggleActionEntity: 19551 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 19551 + - type: ActionsContainer + - uid: 19898 + components: + - type: Transform + pos: 45.4472,-50.26539 + parent: 2 + - type: HandheldLight + toggleActionEntity: 19899 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 19899 + - type: ActionsContainer +- proto: FlashlightSeclite + entities: + - uid: 492 + components: + - type: Transform + pos: -26.740911,15.543136 + parent: 2 + - type: HandheldLight + toggleActionEntity: 494 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 494 + - type: ActionsContainer + - uid: 11617 + components: + - type: Transform + pos: -32.501488,-1.413855 + parent: 2 +- proto: FloorDrain + entities: + - uid: 296 + components: + - type: Transform + pos: -51.5,-33.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 297 + components: + - type: Transform + pos: -51.5,-27.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-8.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 712 + components: + - type: Transform + pos: -43.5,-47.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 2688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-31.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 3142 + components: + - type: Transform + pos: -47.5,-31.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 3705 + components: + - type: Transform + pos: -2.5,-43.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 4108 + components: + - type: Transform + pos: -30.5,-35.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 4366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-28.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 4655 + components: + - type: Transform + pos: -17.5,-34.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-45.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 9416 + components: + - type: Transform + pos: 28.5,0.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 9834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-55.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: FloorTileItemBar + entities: + - uid: 7398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.640545,8.5968685 + parent: 2 + - type: Stack + count: 30 +- proto: FloorTileItemDarkPavementVertical + entities: + - uid: 11940 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.51076,5.6010513 + parent: 2 + - type: Stack + count: 30 +- proto: FloorTileItemLino + entities: + - uid: 7397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.45295,8.648988 + parent: 2 + - type: Stack + count: 30 +- proto: FloorWaterEntity + entities: + - uid: 6987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-6.5 + parent: 2 + - uid: 8231 + components: + - type: Transform + pos: -39.5,-42.5 + parent: 2 + - uid: 8266 + components: + - type: Transform + pos: -40.5,-42.5 + parent: 2 +- proto: FloraRockSolid01 + entities: + - uid: 17948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.492828,-6.4149537 + parent: 2 + - uid: 19552 + components: + - type: Transform + pos: -10.482171,6.58344 + parent: 2 + - uid: 19555 + components: + - type: Transform + pos: 28.488077,14.527548 + parent: 2 +- proto: FloraRockSolid02 + entities: + - uid: 19549 + components: + - type: Transform + pos: 12.574104,-1.440425 + parent: 2 + - uid: 19971 + components: + - type: Transform + pos: -10.482171,3.5846229 + parent: 2 + - uid: 19972 + components: + - type: Transform + pos: 22.556618,18.605299 + parent: 2 + - uid: 19973 + components: + - type: Transform + pos: 36.523605,12.614467 + parent: 2 +- proto: FloraRockSolid03 + entities: + - uid: 19553 + components: + - type: Transform + pos: 35.53353,14.595009 + parent: 2 + - uid: 19556 + components: + - type: Transform + pos: 3.4913387,7.572454 + parent: 2 + - uid: 19558 + components: + - type: Transform + pos: 9.461854,1.5700341 + parent: 2 +- proto: FloraTree02 + entities: + - uid: 15670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.038013,13.655383 + parent: 2 +- proto: FloraTree03 + entities: + - uid: 8763 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.819464,16.228588 + parent: 2 +- proto: FloraTree04 + entities: + - uid: 1550 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.792082,16.220356 + parent: 2 +- proto: FloraTree05 + entities: + - uid: 4620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.873345,-6.103357 + parent: 2 +- proto: FloraTreeLarge06 + entities: + - uid: 5376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.54805,30.391779 + parent: 2 +- proto: FloraTreeStump + entities: + - uid: 3262 + components: + - type: Transform + pos: -42.059097,-42.255505 + parent: 2 + - uid: 3439 + components: + - type: Transform + pos: -40.14148,-41.577953 + parent: 2 + - uid: 8044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.154366,15.115424 + parent: 2 + - uid: 11256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.62285,14.114729 + parent: 2 +- proto: FoamCutlass + entities: + - uid: 3601 + components: + - type: Transform + pos: 7.473509,-31.443338 + parent: 2 +- proto: FolderSpawner + entities: + - uid: 628 + components: + - type: Transform + pos: -27.556034,3.6884398 + parent: 2 + - uid: 1181 + components: + - type: Transform + pos: -27.58403,0.63008094 + parent: 2 + - uid: 3710 + components: + - type: Transform + pos: 29.66985,11.488055 + parent: 2 + - uid: 3952 + components: + - type: Transform + pos: 18.524017,-36.404434 + parent: 2 + - uid: 4502 + components: + - type: Transform + pos: 35.670486,-41.46836 + parent: 2 + - uid: 5222 + components: + - type: Transform + pos: -18.613434,-22.431986 + parent: 2 + - uid: 6591 + components: + - type: Transform + pos: 26.394815,-37.93541 + parent: 2 + - uid: 7514 + components: + - type: Transform + pos: -21.61111,-44.37044 + parent: 2 + - uid: 9709 + components: + - type: Transform + pos: -15.489538,-48.309826 + parent: 2 + - uid: 9710 + components: + - type: Transform + pos: -15.2811,-48.58085 + parent: 2 + - uid: 16030 + components: + - type: Transform + pos: -33.490604,-32.45252 + parent: 2 +- proto: FoodBakedCookieOatmeal + entities: + - uid: 12714 + components: + - type: Transform + pos: 15.401459,-57.43562 + parent: 2 +- proto: FoodBanana + entities: + - uid: 44 + components: + - type: Transform + pos: -11.728128,20.206146 + parent: 2 + - uid: 1126 + components: + - type: Transform + pos: 6.452728,-27.469671 + parent: 2 + - uid: 2618 + components: + - type: Transform + pos: 6.7341714,-27.445194 + parent: 2 + - uid: 4338 + components: + - type: Transform + pos: 6.636278,-27.530867 + parent: 2 + - uid: 5386 + components: + - type: Transform + pos: -11.361029,20.14495 + parent: 2 +- proto: FoodBowlBig + entities: + - uid: 3250 + components: + - type: Transform + pos: 1.388993,-33.390644 + parent: 2 + - uid: 8402 + components: + - type: Transform + pos: 39.47634,-17.316113 + parent: 2 +- proto: FoodBowlBigTrash + entities: + - uid: 3205 + components: + - type: Transform + pos: 1.4228268,-29.25675 + parent: 2 +- proto: FoodBoxDonkpocketPizza + entities: + - uid: 7420 + components: + - type: Transform + pos: 11.683109,-13.410268 + parent: 2 +- proto: FoodBoxDonut + entities: + - uid: 9642 + components: + - type: Transform + pos: -25.53101,-11.267359 + parent: 2 +- proto: FoodBoxPizzaFilled + entities: + - uid: 12863 + components: + - type: Transform + pos: -24.3443,-48.2645 + parent: 2 +- proto: FoodCartHot + entities: + - uid: 16000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-34.5 + parent: 2 +- proto: FoodCondimentBottleBBQ + entities: + - uid: 3278 + components: + - type: Transform + pos: -6.7313476,-30.29929 + parent: 2 + - uid: 12868 + components: + - type: Transform + pos: -23.446165,-48.288555 + parent: 2 + - uid: 12889 + components: + - type: Transform + pos: -40.66454,-50.845734 + parent: 2 +- proto: FoodCondimentBottleEnzyme + entities: + - uid: 3280 + components: + - type: Transform + pos: -6.3457403,-30.215899 + parent: 2 +- proto: FoodCondimentBottleHotsauce + entities: + - uid: 3277 + components: + - type: Transform + pos: -6.5333333,-30.278442 + parent: 2 + - uid: 12872 + components: + - type: Transform + pos: -23.70671,-48.236435 + parent: 2 +- proto: FoodCondimentBottleKetchup + entities: + - uid: 3276 + components: + - type: Transform + pos: -6.898097,-30.226322 + parent: 2 +- proto: FoodContainerEgg + entities: + - uid: 3260 + components: + - type: Transform + pos: -4.502074,-32.16814 + parent: 2 +- proto: FoodDonutCaramel + entities: + - uid: 5594 + components: + - type: Transform + pos: 31.391466,-35.205338 + parent: 2 +- proto: FoodFrozenSnowconeTrash + entities: + - uid: 1060 + components: + - type: Transform + pos: -0.26819527,12.736085 + parent: 2 +- proto: FoodLime + entities: + - uid: 4330 + components: + - type: Transform + pos: -13.635734,-17.245079 + parent: 2 +- proto: FoodMeat + entities: + - uid: 3383 + components: + - type: Transform + pos: -2.3587275,-32.516136 + parent: 2 + - uid: 3676 + components: + - type: Transform + pos: -2.6524074,-32.45494 + parent: 2 +- proto: FoodMeatHuman + entities: + - uid: 6703 + components: + - type: Transform + pos: 20.478777,-53.488373 + parent: 2 +- proto: FoodOnion + entities: + - uid: 1024 + components: + - type: Transform + pos: -2.5319834,-32.413868 + parent: 2 +- proto: FoodPieBananaCream + entities: + - uid: 5033 + components: + - type: Transform + pos: 6.677691,-27.220387 + parent: 2 + - uid: 5406 + components: + - type: Transform + pos: -11.495632,20.622276 + parent: 2 +- proto: FoodPlateSmallPlastic + entities: + - uid: 12869 + components: + - type: Transform + pos: -23.386118,-48.16896 + parent: 2 + - uid: 15360 + components: + - type: Transform + pos: 15.448334,-57.357494 + parent: 2 +- proto: FoodPlateSmallTrash + entities: + - uid: 4344 + components: + - type: Transform + pos: 11.441256,-12.588194 + parent: 2 +- proto: FoodPlateTin + entities: + - uid: 3253 + components: + - type: Transform + pos: 1.7537582,-33.348946 + parent: 2 +- proto: FoodPoppy + entities: + - uid: 600 + components: + - type: Transform + pos: -10.466447,17.588402 + parent: 2 + - uid: 5316 + components: + - type: Transform + pos: -8.369396,12.742838 + parent: 2 + - uid: 7431 + components: + - type: Transform + pos: -42.406033,-41.509243 + parent: 2 +- proto: FoodShakerPepper + entities: + - uid: 12891 + components: + - type: Transform + pos: -10.285194,-36.815365 + parent: 2 +- proto: FoodShakerSalt + entities: + - uid: 17578 + components: + - type: Transform + pos: -10.743755,-36.804943 + parent: 2 +- proto: FoodTinBeansTrash + entities: + - uid: 20051 + components: + - type: Transform + pos: 72.542496,-40.466583 + parent: 2 + - uid: 20054 + components: + - type: Transform + pos: 87.53548,-29.466497 + parent: 2 +- proto: FoodTinMRETrash + entities: + - uid: 13164 + components: + - type: Transform + pos: -0.2445485,-29.114664 + parent: 2 + - uid: 20052 + components: + - type: Transform + pos: 76.46632,-46.470753 + parent: 2 +- proto: FoodTinPeachesMaint + entities: + - uid: 3941 + components: + - type: Transform + pos: 1.491024,-28.265974 + parent: 2 +- proto: FoodTinPeachesTrash + entities: + - uid: 13161 + components: + - type: Transform + pos: -0.69730604,-29.139143 + parent: 2 + - uid: 20055 + components: + - type: Transform + pos: 86.51489,-16.43149 + parent: 2 +- proto: GasAnalyzer + entities: + - uid: 2089 + components: + - type: Transform + pos: -13.562385,-8.409812 + parent: 2 + - uid: 14857 + components: + - type: Transform + pos: -6.3268914,-15.33333 + parent: 2 +- proto: GasCanisterBrokenBase + entities: + - uid: 4352 + components: + - type: Transform + pos: 12.5,-9.5 + parent: 2 +- proto: GasFilter + entities: + - uid: 4998 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasFilterFlipped + entities: + - uid: 1575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 + - uid: 1588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,0.5 + parent: 2 + - uid: 1597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,0.5 + parent: 2 + - uid: 1599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,0.5 + parent: 2 + - uid: 1600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,0.5 + parent: 2 + - uid: 4512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-45.5 + parent: 2 + - uid: 9260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-53.5 + parent: 2 + - type: GasFilter + filteredGas: Nitrogen + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasMinerCarbonDioxide + entities: + - uid: 1456 + components: + - type: Transform + pos: -3.5,5.5 + parent: 2 +- proto: GasMinerNitrogenStation + entities: + - uid: 1452 + components: + - type: Transform + pos: -7.5,5.5 + parent: 2 +- proto: GasMinerOxygenStation + entities: + - uid: 1453 + components: + - type: Transform + pos: -5.5,5.5 + parent: 2 +- proto: GasMinerWaterVapor + entities: + - uid: 1459 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 +- proto: GasMixer + entities: + - uid: 6033 + components: + - type: Transform + pos: 29.5,-44.5 + parent: 2 + - uid: 6713 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 2 +- proto: GasMixerFlipped + entities: + - uid: 1601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-2.5 + parent: 2 + - uid: 16423 + components: + - type: Transform + pos: -53.5,-12.5 + parent: 2 +- proto: GasOutletInjector + entities: + - uid: 2010 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 2012 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 2013 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 2014 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 2015 + components: + - type: Transform + pos: -7.5,4.5 + parent: 2 + - uid: 2016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-2.5 + parent: 2 + - uid: 4429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-44.5 + parent: 2 + - uid: 7680 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 +- proto: GasPassiveVent + entities: + - uid: 1648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,0.5 + parent: 2 + - uid: 2004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,6.5 + parent: 2 + - uid: 2005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,6.5 + parent: 2 + - uid: 2006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,6.5 + parent: 2 + - uid: 2007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,6.5 + parent: 2 + - uid: 2008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,6.5 + parent: 2 + - uid: 2009 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 2053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-3.5 + parent: 2 + - uid: 2562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-31.5 + parent: 2 + - uid: 4431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-46.5 + parent: 2 + - uid: 16419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16425 + components: + - type: Transform + pos: -53.5,-11.5 + parent: 2 + - uid: 16426 + components: + - type: Transform + pos: -55.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-15.5 + parent: 2 +- proto: GasPipeBend + entities: + - uid: 977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 996 + components: + - type: Transform + pos: 13.5,-9.5 + parent: 2 + - uid: 1506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1543 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-2.5 + parent: 2 + - uid: 1619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 1857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-46.5 + parent: 2 + - uid: 2018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,6.5 + parent: 2 + - uid: 2019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,6.5 + parent: 2 + - uid: 2020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,6.5 + parent: 2 + - uid: 2021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,6.5 + parent: 2 + - uid: 2022 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,6.5 + parent: 2 + - uid: 2117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 2428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3118 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3150 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4169 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4197 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 4433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4488 + components: + - type: Transform + pos: 25.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 5388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5389 + components: + - type: Transform + pos: 16.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5633 + components: + - type: Transform + pos: 16.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-44.5 + parent: 2 + - uid: 6410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6705 + components: + - type: Transform + pos: 17.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6721 + components: + - type: Transform + pos: 34.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6724 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7552 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 8248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9320 + components: + - type: Transform + pos: 15.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9393 + components: + - type: Transform + pos: 10.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9466 + components: + - type: Transform + pos: 18.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9467 + components: + - type: Transform + pos: 19.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 2 + - uid: 13072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13075 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13501 + components: + - type: Transform + pos: 35.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13598 + components: + - type: Transform + pos: 41.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13830 + components: + - type: Transform + pos: -15.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13956 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13976 + components: + - type: Transform + pos: -19.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14010 + components: + - type: Transform + pos: -16.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14012 + components: + - type: Transform + pos: -18.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14763 + components: + - type: Transform + pos: -28.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15097 + components: + - type: Transform + pos: -3.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15110 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15134 + components: + - type: Transform + pos: -6.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15253 + components: + - type: Transform + pos: 33.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15846 + components: + - type: Transform + pos: 14.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16379 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-12.5 + parent: 2 + - uid: 16579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16580 + components: + - type: Transform + pos: -38.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17420 + components: + - type: Transform + pos: 13.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17432 + components: + - type: Transform + pos: -1.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17878 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17883 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 19985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeFourway + entities: + - uid: 408 + components: + - type: Transform + pos: -30.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 1266 + components: + - type: Transform + pos: -41.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2649 + components: + - type: Transform + pos: 14.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4241 + components: + - type: Transform + pos: 11.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4331 + components: + - type: Transform + pos: 29.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4470 + components: + - type: Transform + pos: 9.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4682 + components: + - type: Transform + pos: -24.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4980 + components: + - type: Transform + pos: -34.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4981 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 6191 + components: + - type: Transform + pos: 11.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7455 + components: + - type: Transform + pos: -30.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7827 + components: + - type: Transform + pos: -24.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8073 + components: + - type: Transform + pos: -50.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8288 + components: + - type: Transform + pos: -17.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9141 + components: + - type: Transform + pos: -51.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10981 + components: + - type: Transform + pos: 37.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13373 + components: + - type: Transform + pos: 11.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13648 + components: + - type: Transform + pos: 33.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13766 + components: + - type: Transform + pos: 24.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13836 + components: + - type: Transform + pos: -22.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13923 + components: + - type: Transform + pos: -28.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13939 + components: + - type: Transform + pos: -24.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13940 + components: + - type: Transform + pos: -22.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14451 + components: + - type: Transform + pos: -26.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14468 + components: + - type: Transform + pos: -24.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14557 + components: + - type: Transform + pos: -24.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14558 + components: + - type: Transform + pos: -26.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15091 + components: + - type: Transform + pos: -7.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16433 + components: + - type: Transform + pos: -62.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 17336 + components: + - type: Transform + pos: 5.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasPipeStraight + entities: + - uid: 27 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 67 + components: + - type: Transform + pos: -44.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 74 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 889 + components: + - type: Transform + pos: 29.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-10.5 + parent: 2 + - uid: 1130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-10.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 2 + - uid: 1559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1566 + components: + - type: Transform + pos: -9.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1578 + components: + - type: Transform + pos: -9.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1596 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,0.5 + parent: 2 + - uid: 1603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1606 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 2 + - uid: 1608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,0.5 + parent: 2 + - uid: 1609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 + - uid: 1611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,0.5 + parent: 2 + - uid: 1613 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 1616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-2.5 + parent: 2 + - uid: 1617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,0.5 + parent: 2 + - uid: 1618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,0.5 + parent: 2 + - uid: 1634 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 1654 + components: + - type: Transform + pos: -44.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1672 + components: + - type: Transform + pos: -44.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-2.5 + parent: 2 + - uid: 1786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,1.5 + parent: 2 + - uid: 1787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,1.5 + parent: 2 + - uid: 1788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,1.5 + parent: 2 + - uid: 1789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,1.5 + parent: 2 + - uid: 1790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,1.5 + parent: 2 + - uid: 1791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,1.5 + parent: 2 + - uid: 1792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,1.5 + parent: 2 + - uid: 1793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,1.5 + parent: 2 + - uid: 1794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,1.5 + parent: 2 + - uid: 1795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,1.5 + parent: 2 + - uid: 1798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1838 + components: + - type: Transform + pos: -51.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1843 + components: + - type: Transform + pos: -51.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1863 + components: + - type: Transform + pos: -51.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1874 + components: + - type: Transform + pos: -51.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1910 + components: + - type: Transform + pos: -50.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1913 + components: + - type: Transform + pos: -45.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,2.5 + parent: 2 + - uid: 1969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,3.5 + parent: 2 + - uid: 1971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,3.5 + parent: 2 + - uid: 1972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 2 + - uid: 1973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,3.5 + parent: 2 + - uid: 1974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,2.5 + parent: 2 + - uid: 1975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,3.5 + parent: 2 + - uid: 1976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,1.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,1.5 + parent: 2 + - uid: 1978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,2.5 + parent: 2 + - uid: 1979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,3.5 + parent: 2 + - uid: 1980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,2.5 + parent: 2 + - uid: 1981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,3.5 + parent: 2 + - uid: 1982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,2.5 + parent: 2 + - uid: 1983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,3.5 + parent: 2 + - uid: 1984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,2.5 + parent: 2 + - uid: 1985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,3.5 + parent: 2 + - uid: 1986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,4.5 + parent: 2 + - uid: 1987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,5.5 + parent: 2 + - uid: 1988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,5.5 + parent: 2 + - uid: 1989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,4.5 + parent: 2 + - uid: 1990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,3.5 + parent: 2 + - uid: 1991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,2.5 + parent: 2 + - uid: 1992 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,2.5 + parent: 2 + - uid: 1993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,3.5 + parent: 2 + - uid: 1994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 2 + - uid: 1995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,5.5 + parent: 2 + - uid: 1996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,5.5 + parent: 2 + - uid: 1997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,4.5 + parent: 2 + - uid: 1998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,3.5 + parent: 2 + - uid: 1999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,2.5 + parent: 2 + - uid: 2000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,2.5 + parent: 2 + - uid: 2001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,3.5 + parent: 2 + - uid: 2002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 2 + - uid: 2003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,5.5 + parent: 2 + - uid: 2029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2097 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2098 + components: + - type: Transform + pos: -7.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2101 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 2115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2130 + components: + - type: Transform + pos: -7.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2135 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2147 + components: + - type: Transform + pos: -9.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2265 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2386 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2387 + components: + - type: Transform + pos: -7.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2390 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-11.5 + parent: 2 + - uid: 2402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-12.5 + parent: 2 + - uid: 2415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 2440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-12.5 + parent: 2 + - uid: 2490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2525 + components: + - type: Transform + pos: -44.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2537 + components: + - type: Transform + pos: -44.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2545 + components: + - type: Transform + pos: -44.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2567 + components: + - type: Transform + pos: -44.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2985 + components: + - type: Transform + pos: 28.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3035 + components: + - type: Transform + pos: 28.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3049 + components: + - type: Transform + pos: 28.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3060 + components: + - type: Transform + pos: 28.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 3173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-31.5 + parent: 2 + - uid: 3377 + components: + - type: Transform + pos: -7.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3394 + components: + - type: Transform + pos: -50.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3503 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3583 + components: + - type: Transform + pos: -50.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3957 + components: + - type: Transform + pos: -35.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4056 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4059 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4158 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4183 + components: + - type: Transform + pos: 10.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4240 + components: + - type: Transform + pos: 34.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4376 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-9.5 + parent: 2 + - uid: 4437 + components: + - type: Transform + pos: 28.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4519 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-46.5 + parent: 2 + - uid: 4522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-44.5 + parent: 2 + - uid: 4538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,0.5 + parent: 2 + - uid: 4559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4591 + components: + - type: Transform + pos: 34.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4626 + components: + - type: Transform + pos: -50.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4986 + components: + - type: Transform + pos: -35.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4988 + components: + - type: Transform + pos: -34.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4990 + components: + - type: Transform + pos: -36.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4993 + components: + - type: Transform + pos: -36.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4995 + components: + - type: Transform + pos: -36.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4996 + components: + - type: Transform + pos: -36.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 5027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 5038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5208 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5391 + components: + - type: Transform + pos: 16.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5401 + components: + - type: Transform + pos: 16.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5469 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5563 + components: + - type: Transform + pos: 21.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 5881 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 6030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6187 + components: + - type: Transform + pos: 33.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6198 + components: + - type: Transform + pos: 33.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6234 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6461 + components: + - type: Transform + pos: 28.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6592 + components: + - type: Transform + pos: 34.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6593 + components: + - type: Transform + pos: 34.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6594 + components: + - type: Transform + pos: 33.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6598 + components: + - type: Transform + pos: 33.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6600 + components: + - type: Transform + pos: 34.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 6714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 6716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 6718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6737 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6749 + components: + - type: Transform + pos: 34.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6760 + components: + - type: Transform + pos: 19.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6763 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6764 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6767 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6769 + components: + - type: Transform + pos: 29.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6806 + components: + - type: Transform + pos: 35.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6891 + components: + - type: Transform + pos: -24.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7057 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7454 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7458 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7463 + components: + - type: Transform + pos: -35.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7464 + components: + - type: Transform + pos: -36.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7467 + components: + - type: Transform + pos: -30.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7476 + components: + - type: Transform + pos: -30.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7494 + components: + - type: Transform + pos: -30.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7495 + components: + - type: Transform + pos: -30.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8057 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8123 + components: + - type: Transform + pos: -44.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8124 + components: + - type: Transform + pos: -44.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8130 + components: + - type: Transform + pos: -43.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8132 + components: + - type: Transform + pos: -43.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8181 + components: + - type: Transform + pos: -45.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8187 + components: + - type: Transform + pos: -8.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8210 + components: + - type: Transform + pos: -8.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8264 + components: + - type: Transform + pos: 34.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8269 + components: + - type: Transform + pos: -17.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8494 + components: + - type: Transform + pos: 34.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8589 + components: + - type: Transform + pos: -43.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8865 + components: + - type: Transform + pos: 35.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9291 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9332 + components: + - type: Transform + pos: -43.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9430 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9434 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9439 + components: + - type: Transform + pos: 14.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9440 + components: + - type: Transform + pos: 14.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9441 + components: + - type: Transform + pos: 15.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9442 + components: + - type: Transform + pos: 15.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9443 + components: + - type: Transform + pos: 15.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9464 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9505 + components: + - type: Transform + pos: 17.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9506 + components: + - type: Transform + pos: 17.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9510 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9511 + components: + - type: Transform + pos: 15.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9512 + components: + - type: Transform + pos: 15.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9994 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10657 + components: + - type: Transform + pos: -44.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11206 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11215 + components: + - type: Transform + pos: -6.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11344 + components: + - type: Transform + pos: 28.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11367 + components: + - type: Transform + pos: 29.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11398 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11592 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12280 + components: + - type: Transform + pos: -15.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12447 + components: + - type: Transform + pos: 33.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12450 + components: + - type: Transform + pos: 31.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12553 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12700 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13045 + components: + - type: Transform + pos: -45.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13203 + components: + - type: Transform + pos: 24.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13211 + components: + - type: Transform + pos: 25.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13264 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13272 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13347 + components: + - type: Transform + pos: 9.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13348 + components: + - type: Transform + pos: 9.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13353 + components: + - type: Transform + pos: 9.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13354 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13356 + components: + - type: Transform + pos: 9.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13358 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13359 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13374 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13375 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13377 + components: + - type: Transform + pos: 11.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13378 + components: + - type: Transform + pos: 11.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13379 + components: + - type: Transform + pos: 11.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13380 + components: + - type: Transform + pos: 11.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13381 + components: + - type: Transform + pos: 11.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13382 + components: + - type: Transform + pos: 11.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13383 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13384 + components: + - type: Transform + pos: 10.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13385 + components: + - type: Transform + pos: 10.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13386 + components: + - type: Transform + pos: 10.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13387 + components: + - type: Transform + pos: 10.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13392 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13398 + components: + - type: Transform + pos: 11.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13399 + components: + - type: Transform + pos: 11.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13400 + components: + - type: Transform + pos: 11.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13401 + components: + - type: Transform + pos: 10.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13403 + components: + - type: Transform + pos: 10.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13404 + components: + - type: Transform + pos: 10.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13405 + components: + - type: Transform + pos: 10.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13406 + components: + - type: Transform + pos: 10.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13413 + components: + - type: Transform + pos: 9.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13415 + components: + - type: Transform + pos: 9.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13416 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13417 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13420 + components: + - type: Transform + pos: 9.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13421 + components: + - type: Transform + pos: 9.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13431 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13442 + components: + - type: Transform + pos: 11.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13443 + components: + - type: Transform + pos: 11.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13444 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13467 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13473 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13476 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13477 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13478 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13479 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13513 + components: + - type: Transform + pos: 19.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13590 + components: + - type: Transform + pos: 41.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13615 + components: + - type: Transform + pos: -45.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13622 + components: + - type: Transform + pos: 30.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13623 + components: + - type: Transform + pos: 30.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13624 + components: + - type: Transform + pos: 30.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13647 + components: + - type: Transform + pos: -44.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13671 + components: + - type: Transform + pos: 7.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13672 + components: + - type: Transform + pos: 7.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13673 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13675 + components: + - type: Transform + pos: 7.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13721 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13728 + components: + - type: Transform + pos: 32.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13729 + components: + - type: Transform + pos: 32.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13731 + components: + - type: Transform + pos: 30.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13740 + components: + - type: Transform + pos: 24.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13741 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13748 + components: + - type: Transform + pos: 31.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13749 + components: + - type: Transform + pos: 33.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13750 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13751 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13752 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13756 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13757 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13758 + components: + - type: Transform + pos: 23.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13759 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13760 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13761 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13762 + components: + - type: Transform + pos: 23.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13792 + components: + - type: Transform + pos: -17.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13829 + components: + - type: Transform + pos: -19.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13831 + components: + - type: Transform + pos: -15.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13880 + components: + - type: Transform + pos: -29.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13881 + components: + - type: Transform + pos: -29.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13882 + components: + - type: Transform + pos: -30.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13883 + components: + - type: Transform + pos: -30.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13899 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13915 + components: + - type: Transform + pos: -29.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13916 + components: + - type: Transform + pos: -29.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13917 + components: + - type: Transform + pos: -28.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13918 + components: + - type: Transform + pos: -28.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13919 + components: + - type: Transform + pos: -28.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13920 + components: + - type: Transform + pos: -28.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13921 + components: + - type: Transform + pos: -28.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13929 + components: + - type: Transform + pos: -28.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13930 + components: + - type: Transform + pos: -28.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13934 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13941 + components: + - type: Transform + pos: -23.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13943 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13944 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13946 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13959 + components: + - type: Transform + pos: -24.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13960 + components: + - type: Transform + pos: -24.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13962 + components: + - type: Transform + pos: -24.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13963 + components: + - type: Transform + pos: -24.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13965 + components: + - type: Transform + pos: -22.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13966 + components: + - type: Transform + pos: -22.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13967 + components: + - type: Transform + pos: -22.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13968 + components: + - type: Transform + pos: -22.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13978 + components: + - type: Transform + pos: -24.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13979 + components: + - type: Transform + pos: -24.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14007 + components: + - type: Transform + pos: -16.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14024 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14026 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14031 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14032 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14044 + components: + - type: Transform + pos: -13.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14045 + components: + - type: Transform + pos: -13.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14064 + components: + - type: Transform + pos: 31.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14065 + components: + - type: Transform + pos: 31.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14067 + components: + - type: Transform + pos: 33.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14068 + components: + - type: Transform + pos: 33.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14070 + components: + - type: Transform + pos: 31.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14091 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14172 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14185 + components: + - type: Transform + pos: 14.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14186 + components: + - type: Transform + pos: 14.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14187 + components: + - type: Transform + pos: 14.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14188 + components: + - type: Transform + pos: 16.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14189 + components: + - type: Transform + pos: 16.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14190 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14194 + components: + - type: Transform + pos: 14.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14195 + components: + - type: Transform + pos: 14.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14196 + components: + - type: Transform + pos: 14.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14197 + components: + - type: Transform + pos: 14.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14198 + components: + - type: Transform + pos: 14.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14199 + components: + - type: Transform + pos: 14.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14200 + components: + - type: Transform + pos: 14.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14201 + components: + - type: Transform + pos: 16.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14202 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14203 + components: + - type: Transform + pos: 16.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14204 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14205 + components: + - type: Transform + pos: 16.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14206 + components: + - type: Transform + pos: 16.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14207 + components: + - type: Transform + pos: 16.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14284 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14361 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14362 + components: + - type: Transform + pos: -16.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14363 + components: + - type: Transform + pos: -16.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14364 + components: + - type: Transform + pos: -16.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14367 + components: + - type: Transform + pos: -14.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14380 + components: + - type: Transform + pos: -16.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14383 + components: + - type: Transform + pos: -14.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14384 + components: + - type: Transform + pos: -14.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14415 + components: + - type: Transform + pos: -8.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14486 + components: + - type: Transform + pos: -30.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14491 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14497 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14498 + components: + - type: Transform + pos: -30.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14499 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14500 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14501 + components: + - type: Transform + pos: -29.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14502 + components: + - type: Transform + pos: -29.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14503 + components: + - type: Transform + pos: -29.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14504 + components: + - type: Transform + pos: -29.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14527 + components: + - type: Transform + pos: -24.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14528 + components: + - type: Transform + pos: -24.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14530 + components: + - type: Transform + pos: -26.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14548 + components: + - type: Transform + pos: -26.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14549 + components: + - type: Transform + pos: -26.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14550 + components: + - type: Transform + pos: -26.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14552 + components: + - type: Transform + pos: -24.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14553 + components: + - type: Transform + pos: -24.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14555 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14556 + components: + - type: Transform + pos: -24.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14559 + components: + - type: Transform + pos: -24.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14591 + components: + - type: Transform + pos: -17.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14592 + components: + - type: Transform + pos: -17.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14606 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14607 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14609 + components: + - type: Transform + pos: -17.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14610 + components: + - type: Transform + pos: -17.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14627 + components: + - type: Transform + pos: -17.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14630 + components: + - type: Transform + pos: -17.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14631 + components: + - type: Transform + pos: -17.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14632 + components: + - type: Transform + pos: -15.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14633 + components: + - type: Transform + pos: -15.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14634 + components: + - type: Transform + pos: -15.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14636 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14637 + components: + - type: Transform + pos: -15.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14638 + components: + - type: Transform + pos: -15.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14640 + components: + - type: Transform + pos: -15.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14643 + components: + - type: Transform + pos: -17.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14644 + components: + - type: Transform + pos: -17.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14658 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14676 + components: + - type: Transform + pos: -24.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14677 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14678 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14679 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14680 + components: + - type: Transform + pos: -24.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14683 + components: + - type: Transform + pos: -24.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14684 + components: + - type: Transform + pos: -24.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14686 + components: + - type: Transform + pos: -24.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14688 + components: + - type: Transform + pos: -24.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14689 + components: + - type: Transform + pos: -24.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14690 + components: + - type: Transform + pos: -24.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14691 + components: + - type: Transform + pos: -22.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14693 + components: + - type: Transform + pos: -22.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14694 + components: + - type: Transform + pos: -22.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14695 + components: + - type: Transform + pos: -22.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14696 + components: + - type: Transform + pos: -22.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14698 + components: + - type: Transform + pos: -22.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14700 + components: + - type: Transform + pos: -22.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14703 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14705 + components: + - type: Transform + pos: -17.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14741 + components: + - type: Transform + pos: -30.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14742 + components: + - type: Transform + pos: -30.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14743 + components: + - type: Transform + pos: -29.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14744 + components: + - type: Transform + pos: -29.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14829 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14862 + components: + - type: Transform + pos: -36.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14863 + components: + - type: Transform + pos: -36.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14866 + components: + - type: Transform + pos: -36.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14867 + components: + - type: Transform + pos: -36.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14868 + components: + - type: Transform + pos: -36.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14869 + components: + - type: Transform + pos: -36.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14870 + components: + - type: Transform + pos: -36.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14910 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14925 + components: + - type: Transform + pos: -51.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14926 + components: + - type: Transform + pos: -50.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14927 + components: + - type: Transform + pos: -50.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14928 + components: + - type: Transform + pos: -51.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14929 + components: + - type: Transform + pos: -50.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14930 + components: + - type: Transform + pos: -51.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14931 + components: + - type: Transform + pos: -50.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14932 + components: + - type: Transform + pos: -51.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14941 + components: + - type: Transform + pos: -35.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14947 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14976 + components: + - type: Transform + pos: -7.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14989 + components: + - type: Transform + pos: -7.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14996 + components: + - type: Transform + pos: -7.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14997 + components: + - type: Transform + pos: -7.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14998 + components: + - type: Transform + pos: -8.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14999 + components: + - type: Transform + pos: -8.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15001 + components: + - type: Transform + pos: -9.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15002 + components: + - type: Transform + pos: -9.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15003 + components: + - type: Transform + pos: -7.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15004 + components: + - type: Transform + pos: -7.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15038 + components: + - type: Transform + pos: -7.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15039 + components: + - type: Transform + pos: -8.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15040 + components: + - type: Transform + pos: -8.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15041 + components: + - type: Transform + pos: -7.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15042 + components: + - type: Transform + pos: 11.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15043 + components: + - type: Transform + pos: 11.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-66.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-65.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-64.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15076 + components: + - type: Transform + pos: -10.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15077 + components: + - type: Transform + pos: -9.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15078 + components: + - type: Transform + pos: -9.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15086 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15101 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15105 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15107 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15108 + components: + - type: Transform + pos: -4.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15109 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15114 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15140 + components: + - type: Transform + pos: 10.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,39.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15251 + components: + - type: Transform + pos: 33.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15252 + components: + - type: Transform + pos: 33.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15282 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15484 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15566 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 + - uid: 15567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16237 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16241 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16251 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16257 + components: + - type: Transform + pos: -25.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16258 + components: + - type: Transform + pos: -25.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16375 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16388 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16394 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16400 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16405 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16439 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 16458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-14.5 + parent: 2 + - uid: 16486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-11.5 + parent: 2 + - uid: 16642 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17332 + components: + - type: Transform + pos: 5.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17333 + components: + - type: Transform + pos: 5.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17334 + components: + - type: Transform + pos: 5.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17335 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17337 + components: + - type: Transform + pos: 5.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17338 + components: + - type: Transform + pos: 2.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17339 + components: + - type: Transform + pos: 2.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17340 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17341 + components: + - type: Transform + pos: 2.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17369 + components: + - type: Transform + pos: 4.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17370 + components: + - type: Transform + pos: 4.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17371 + components: + - type: Transform + pos: 4.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17372 + components: + - type: Transform + pos: 4.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17373 + components: + - type: Transform + pos: 4.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17375 + components: + - type: Transform + pos: 4.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17377 + components: + - type: Transform + pos: -1.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17400 + components: + - type: Transform + pos: 12.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17401 + components: + - type: Transform + pos: 12.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17414 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17421 + components: + - type: Transform + pos: 13.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17436 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17439 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18551 + components: + - type: Transform + pos: 9.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 18851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 18892 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 2 + - uid: 19982 + components: + - type: Transform + pos: -12.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 19986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 20138 + components: + - type: Transform + pos: -22.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPipeTJunction + entities: + - uid: 36 + components: + - type: Transform + pos: 30.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-11.5 + parent: 2 + - uid: 1265 + components: + - type: Transform + pos: -41.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-0.5 + parent: 2 + - uid: 1610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 2 + - uid: 1715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1830 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1919 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1926 + components: + - type: Transform + pos: -45.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-12.5 + parent: 2 + - uid: 2337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2371 + components: + - type: Transform + pos: -19.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2747 + components: + - type: Transform + pos: -36.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2919 + components: + - type: Transform + pos: 16.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3068 + components: + - type: Transform + pos: -29.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4226 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4247 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4304 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4313 + components: + - type: Transform + pos: 34.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4314 + components: + - type: Transform + pos: 33.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4566 + components: + - type: Transform + pos: -22.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 5182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5758 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 5760 + components: + - type: Transform + pos: 28.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6704 + components: + - type: Transform + pos: 15.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6797 + components: + - type: Transform + pos: 29.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6826 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6874 + components: + - type: Transform + pos: -13.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7020 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7449 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7995 + components: + - type: Transform + pos: -38.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8031 + components: + - type: Transform + pos: -44.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8658 + components: + - type: Transform + pos: 34.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9299 + components: + - type: Transform + pos: 13.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9436 + components: + - type: Transform + pos: 15.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 10699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11929 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12699 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13457 + components: + - type: Transform + pos: 19.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13459 + components: + - type: Transform + pos: 21.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13496 + components: + - type: Transform + pos: 29.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13509 + components: + - type: Transform + pos: 21.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13588 + components: + - type: Transform + pos: 40.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13596 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13602 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13613 + components: + - type: Transform + pos: 35.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13677 + components: + - type: Transform + pos: 11.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13678 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13727 + components: + - type: Transform + pos: 32.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13735 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13743 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13773 + components: + - type: Transform + pos: 23.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13787 + components: + - type: Transform + pos: 20.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13828 + components: + - type: Transform + pos: -19.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13859 + components: + - type: Transform + pos: -29.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13865 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13982 + components: + - type: Transform + pos: -22.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14041 + components: + - type: Transform + pos: -18.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14042 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14043 + components: + - type: Transform + pos: -15.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14140 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14150 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14191 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14192 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14341 + components: + - type: Transform + pos: 10.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14374 + components: + - type: Transform + pos: -3.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14429 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14494 + components: + - type: Transform + pos: -29.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14554 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14628 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14666 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14682 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14697 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14752 + components: + - type: Transform + pos: -32.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14766 + components: + - type: Transform + pos: -36.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14780 + components: + - type: Transform + pos: -31.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14922 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14923 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14958 + components: + - type: Transform + pos: 10.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14992 + components: + - type: Transform + pos: -4.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15005 + components: + - type: Transform + pos: -8.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16378 + components: + - type: Transform + pos: -20.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16431 + components: + - type: Transform + pos: -60.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 17362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17366 + components: + - type: Transform + pos: 2.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17410 + components: + - type: Transform + pos: 4.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17880 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasPort + entities: + - uid: 1849 + components: + - type: Transform + pos: 29.5,-43.5 + parent: 2 + - uid: 1852 + components: + - type: Transform + pos: 28.5,-43.5 + parent: 2 + - uid: 1856 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-45.5 + parent: 2 + - uid: 1866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-45.5 + parent: 2 + - uid: 2023 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2024 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-37.5 + parent: 2 + - uid: 4495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-41.5 + parent: 2 + - uid: 4496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-41.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-44.5 + parent: 2 + - uid: 4516 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-46.5 + parent: 2 + - uid: 4597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-46.5 + parent: 2 + - uid: 4608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-45.5 + parent: 2 + - uid: 5025 + components: + - type: Transform + pos: -30.5,-19.5 + parent: 2 + - uid: 5252 + components: + - type: Transform + pos: -29.5,-19.5 + parent: 2 + - uid: 6041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-7.5 + parent: 2 + - uid: 6197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-45.5 + parent: 2 + - uid: 10058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,8.5 + parent: 2 + - uid: 11429 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 2 + - uid: 11431 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 2 + - uid: 16447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-13.5 + parent: 2 + - uid: 16448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-13.5 + parent: 2 +- proto: GasPressurePump + entities: + - uid: 544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-2.5 + parent: 2 + - uid: 1607 + components: + - type: MetaData + name: distro pump + - type: Transform + pos: -8.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1614 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 1620 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 1621 + components: + - type: Transform + pos: -2.5,0.5 + parent: 2 + - uid: 1622 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 1623 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 1624 + components: + - type: Transform + pos: -8.5,0.5 + parent: 2 + - uid: 1625 + components: + - type: MetaData + name: waste pump + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 2 + - uid: 4517 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-44.5 + parent: 2 + - uid: 4518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-46.5 + parent: 2 + - uid: 4558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 4572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4999 + components: + - type: MetaData + name: From Distro + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5244 + components: + - type: Transform + pos: -29.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 5756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 6715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 7727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-37.5 + parent: 2 + - uid: 11384 + components: + - type: MetaData + name: TEG Supply + - type: Transform + pos: 2.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11904 + components: + - type: Transform + pos: -30.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 15216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,0.5 + parent: 2 + - uid: 16783 + components: + - type: MetaData + name: Purge to waste + - type: Transform + pos: -30.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasThermoMachineFreezer + entities: + - uid: 1626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-4.5 + parent: 2 + - uid: 1724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-4.5 + parent: 2 + - uid: 2240 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-6.5 + parent: 2 + - uid: 4536 + components: + - type: Transform + pos: 32.5,-40.5 + parent: 2 + - uid: 4978 + components: + - type: Transform + pos: -34.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 9639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,8.5 + parent: 2 + - uid: 16001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-32.5 + parent: 2 +- proto: GasThermoMachineHeater + entities: + - uid: 2409 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-4.5 + parent: 2 + - uid: 4535 + components: + - type: Transform + pos: 31.5,-40.5 + parent: 2 + - uid: 4586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-7.5 + parent: 2 +- proto: GasValve + entities: + - uid: 1710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 2 + - type: GasValve + open: False + - uid: 16376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentPump + entities: + - uid: 13 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5565 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1328 + components: + - type: Transform + pos: -41.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14939 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13796 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15139 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 1909 + components: + - type: Transform + pos: -51.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12728 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2034 + components: + - type: Transform + pos: 52.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13549 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13795 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2413 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13793 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2528 + components: + - type: Transform + pos: -43.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14851 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 2746 + components: + - type: Transform + pos: -39.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14940 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 3932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13645 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14595 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14167 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 4794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13800 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5153 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14004 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 5473 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15139 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13645 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13653 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13654 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 6796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13657 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7490 + components: + - type: Transform + pos: -27.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14783 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 7970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14518 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12728 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12728 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14851 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4428 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14163 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2080 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3489 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 8498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4428 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13662 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15205 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3053 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 9508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3053 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13658 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14085 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11988 + components: + - type: Transform + pos: -14.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 12508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14851 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13683 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15422 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7123 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15188 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13662 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13433 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15332 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2395 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13516 + components: + - type: Transform + pos: 39.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13525 + components: + - type: Transform + pos: 23.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13549 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13612 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13612 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13600 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13611 + components: + - type: Transform + pos: 36.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13600 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13600 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13638 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13683 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13686 + components: + - type: Transform + pos: 34.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15421 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14169 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13822 + components: + - type: Transform + pos: -19.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13846 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13823 + components: + - type: Transform + pos: -15.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13846 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13850 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13853 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13972 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 13993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14004 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14019 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14047 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14057 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14059 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14082 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14085 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5138 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14167 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14184 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 38 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14593 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19009 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14518 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15331 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14595 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14595 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14546 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14623 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17658 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14733 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14711 + components: + - type: Transform + pos: -21.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15673 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-37.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14765 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14765 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14765 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14782 + components: + - type: Transform + pos: -33.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2564 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14939 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14957 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14933 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14953 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14934 + components: + - type: Transform + pos: -50.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14953 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 14944 + components: + - type: Transform + pos: -37.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14940 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14980 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14980 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15018 + components: + - type: Transform + pos: -26.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13089 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15050 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15050 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15074 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15074 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15139 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17576 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15422 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 15912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14523 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14523 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16261 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14523 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 16421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16446 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17352 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17357 + components: + - type: Transform + pos: 10.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17351 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17358 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17351 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17352 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17393 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17353 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17445 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13655 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 17886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13798 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 19984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13798 + - type: AtmosPipeColor + color: '#0335FCFF' +- proto: GasVentPumpVox + entities: + - uid: 1134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-12.5 + parent: 2 + - uid: 1135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-9.5 + parent: 2 + - uid: 9266 + components: + - type: Transform + pos: 14.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9269 +- proto: GasVentScrubber + entities: + - uid: 131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13800 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14851 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13549 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14939 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 1569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13796 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1800 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13793 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13795 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2542 + components: + - type: Transform + pos: -44.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14851 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5565 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2849 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13089 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 2966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14765 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3066 + components: + - type: Transform + pos: -33.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14765 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 3667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14085 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14167 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4143 + components: + - type: Transform + pos: -52.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12728 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13658 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13645 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 4360 + components: + - type: Transform + pos: 24.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14167 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 5348 + components: + - type: Transform + pos: 15.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17353 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13645 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6725 + components: + - type: Transform + pos: 16.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13653 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 6765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13654 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4428 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7496 + components: + - type: Transform + pos: -30.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14783 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 7976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-35.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4428 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12728 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14851 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2080 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8505 + components: + - type: Transform + pos: -50.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12728 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 8787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3489 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13662 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15205 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3053 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3053 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 10802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13665 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19009 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 11369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12054 + components: + - type: Transform + pos: -12.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13640 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12388 + components: + - type: Transform + pos: 29.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15422 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 12592 + components: + - type: Transform + pos: -21.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13077 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13683 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13213 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15422 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14169 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 7123 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15188 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13408 + components: + - type: Transform + pos: 14.5,-43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13662 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2395 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13514 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13639 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13612 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13600 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13600 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13609 + components: + - type: Transform + pos: 37.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13600 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13612 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13634 + components: + - type: Transform + pos: 28.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13638 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13641 + components: + - type: Transform + pos: 33.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13657 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13679 + components: + - type: Transform + pos: 8.5,-18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13683 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15421 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13790 + components: + - type: Transform + pos: 33.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 29 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13846 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13846 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13854 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13902 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13972 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 13995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14004 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14002 + components: + - type: Transform + pos: -20.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14004 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14019 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14047 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14030 + components: + - type: Transform + pos: -20.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14059 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14082 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14136 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14085 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5138 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 38 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15331 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14163 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14473 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14593 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14518 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14518 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14588 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14595 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14595 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14623 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14546 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17658 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14709 + components: + - type: Transform + pos: -13.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14733 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15673 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15332 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14765 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2564 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14595 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14939 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14957 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14937 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-46.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14953 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14938 + components: + - type: Transform + pos: -51.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14953 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14940 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14940 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14978 + components: + - type: Transform + pos: 7.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14980 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 14979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14980 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15050 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15046 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15050 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15074 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15074 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-45.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15139 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15112 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15139 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15139 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17576 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14379 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15260 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 15908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13650 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16242 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14523 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14523 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 16456 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 16446 + - uid: 17117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13549 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17342 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17343 + components: + - type: Transform + pos: 12.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17348 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17351 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17359 + components: + - type: Transform + pos: 5.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17352 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17445 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13655 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14523 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 17885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13798 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 19983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 13798 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: GasVentScrubberVox + entities: + - uid: 1108 + components: + - type: Transform + pos: 14.5,-9.5 + parent: 2 + - uid: 1132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-11.5 + parent: 2 + - uid: 9270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9269 + - type: AtmosPipeColor + color: '#FF1212FF' +- proto: Gauze + entities: + - uid: 11243 + components: + - type: Transform + pos: 22.36895,-59.193115 + parent: 2 + - uid: 18976 + components: + - type: Transform + pos: -29.533365,18.306175 + parent: 2 +- proto: Gauze1 + entities: + - uid: 2070 + components: + - type: Transform + pos: 50.513363,-40.420025 + parent: 2 + - type: Stack + count: 4 +- proto: Girder + entities: + - uid: 6732 + components: + - type: Transform + pos: 72.5,-46.5 + parent: 2 + - uid: 6906 + components: + - type: Transform + pos: 65.5,-45.5 + parent: 2 + - uid: 8329 + components: + - type: Transform + pos: 72.5,-45.5 + parent: 2 + - uid: 8432 + components: + - type: Transform + pos: 78.5,-43.5 + parent: 2 + - uid: 17328 + components: + - type: Transform + pos: 17.5,6.5 + parent: 2 + - uid: 18163 + components: + - type: Transform + pos: 86.5,-20.5 + parent: 2 + - uid: 18164 + components: + - type: Transform + pos: 86.5,-21.5 + parent: 2 + - uid: 18249 + components: + - type: Transform + pos: 89.5,-20.5 + parent: 2 + - uid: 19587 + components: + - type: Transform + pos: 66.5,-38.5 + parent: 2 + - uid: 19636 + components: + - type: Transform + pos: 66.5,-39.5 + parent: 2 + - uid: 19845 + components: + - type: Transform + pos: 70.5,-59.5 + parent: 2 + - uid: 19855 + components: + - type: Transform + pos: 69.5,-66.5 + parent: 2 + - uid: 19935 + components: + - type: Transform + pos: 90.5,-20.5 + parent: 2 +- proto: GlassBoxLaserFilled + entities: + - uid: 9838 + components: + - type: Transform + pos: -23.5,-50.5 + parent: 2 +- proto: GrassBattlemap + entities: + - uid: 6007 + components: + - type: Transform + pos: 19.1625,-48.853436 + parent: 2 +- proto: GravityGenerator + entities: + - uid: 6248 + components: + - type: Transform + pos: 23.5,-11.5 + parent: 2 +- proto: Grille + entities: + - uid: 24 + components: + - type: Transform + pos: 30.5,31.5 + parent: 2 + - uid: 50 + components: + - type: Transform + pos: 47.5,-73.5 + parent: 2 + - uid: 118 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: 30.5,32.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: 30.5,36.5 + parent: 2 + - uid: 159 + components: + - type: Transform + pos: -47.5,-18.5 + parent: 2 + - uid: 160 + components: + - type: Transform + pos: -48.5,-17.5 + parent: 2 + - uid: 161 + components: + - type: Transform + pos: -49.5,-16.5 + parent: 2 + - uid: 164 + components: + - type: Transform + pos: 30.5,37.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: 1.5,14.5 + parent: 2 + - uid: 220 + components: + - type: Transform + pos: -50.5,-9.5 + parent: 2 + - uid: 228 + components: + - type: Transform + pos: -19.5,-8.5 + parent: 2 + - uid: 229 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 + - uid: 250 + components: + - type: Transform + pos: -19.5,-11.5 + parent: 2 + - uid: 251 + components: + - type: Transform + pos: -19.5,-10.5 + parent: 2 + - uid: 252 + components: + - type: Transform + pos: -22.5,-8.5 + parent: 2 + - uid: 253 + components: + - type: Transform + pos: -22.5,-10.5 + parent: 2 + - uid: 288 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 2 + - uid: 292 + components: + - type: Transform + pos: -26.5,-2.5 + parent: 2 + - uid: 302 + components: + - type: Transform + pos: -18.5,3.5 + parent: 2 + - uid: 309 + components: + - type: Transform + pos: -27.5,6.5 + parent: 2 + - uid: 311 + components: + - type: Transform + pos: -39.5,-34.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: -27.5,-3.5 + parent: 2 + - uid: 336 + components: + - type: Transform + pos: 60.5,-75.5 + parent: 2 + - uid: 360 + components: + - type: Transform + pos: -26.5,8.5 + parent: 2 + - uid: 361 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 472 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 2 + - uid: 601 + components: + - type: Transform + pos: -5.5,9.5 + parent: 2 + - uid: 693 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - uid: 729 + components: + - type: Transform + pos: -3.5,9.5 + parent: 2 + - uid: 730 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 747 + components: + - type: Transform + pos: -57.5,-62.5 + parent: 2 + - uid: 749 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 754 + components: + - type: Transform + pos: -59.5,11.5 + parent: 2 + - uid: 755 + components: + - type: Transform + pos: -21.5,40.5 + parent: 2 + - uid: 756 + components: + - type: Transform + pos: -17.5,40.5 + parent: 2 + - uid: 766 + components: + - type: Transform + pos: -54.5,-44.5 + parent: 2 + - uid: 782 + components: + - type: Transform + pos: -57.5,6.5 + parent: 2 + - uid: 784 + components: + - type: Transform + pos: -59.5,7.5 + parent: 2 + - uid: 785 + components: + - type: Transform + pos: -59.5,6.5 + parent: 2 + - uid: 792 + components: + - type: Transform + pos: -26.5,38.5 + parent: 2 + - uid: 794 + components: + - type: Transform + pos: -53.5,-20.5 + parent: 2 + - uid: 797 + components: + - type: Transform + pos: -20.5,39.5 + parent: 2 + - uid: 801 + components: + - type: Transform + pos: -18.5,39.5 + parent: 2 + - uid: 816 + components: + - type: Transform + pos: -2.5,9.5 + parent: 2 + - uid: 817 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 841 + components: + - type: Transform + pos: -18.5,10.5 + parent: 2 + - uid: 870 + components: + - type: Transform + pos: -18.5,9.5 + parent: 2 + - uid: 871 + components: + - type: Transform + pos: 10.5,23.5 + parent: 2 + - uid: 899 + components: + - type: Transform + pos: 9.5,28.5 + parent: 2 + - uid: 906 + components: + - type: Transform + pos: -18.5,11.5 + parent: 2 + - uid: 909 + components: + - type: Transform + pos: -18.5,12.5 + parent: 2 + - uid: 988 + components: + - type: Transform + pos: -4.5,19.5 + parent: 2 + - uid: 989 + components: + - type: Transform + pos: -3.5,20.5 + parent: 2 + - uid: 990 + components: + - type: Transform + pos: -3.5,22.5 + parent: 2 + - uid: 1034 + components: + - type: Transform + pos: 7.5,14.5 + parent: 2 + - uid: 1047 + components: + - type: Transform + pos: 7.5,28.5 + parent: 2 + - uid: 1068 + components: + - type: Transform + pos: 41.5,-44.5 + parent: 2 + - uid: 1079 + components: + - type: Transform + pos: -34.5,5.5 + parent: 2 + - uid: 1081 + components: + - type: Transform + pos: -34.5,6.5 + parent: 2 + - uid: 1116 + components: + - type: Transform + pos: -55.5,-20.5 + parent: 2 + - uid: 1119 + components: + - type: Transform + pos: -51.5,5.5 + parent: 2 + - uid: 1120 + components: + - type: Transform + pos: -46.5,31.5 + parent: 2 + - uid: 1121 + components: + - type: Transform + pos: -50.5,31.5 + parent: 2 + - uid: 1144 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 + - uid: 1149 + components: + - type: Transform + pos: 51.5,-50.5 + parent: 2 + - uid: 1154 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 1156 + components: + - type: Transform + pos: -31.5,7.5 + parent: 2 + - uid: 1157 + components: + - type: Transform + pos: -31.5,8.5 + parent: 2 + - uid: 1159 + components: + - type: Transform + pos: -29.5,5.5 + parent: 2 + - uid: 1169 + components: + - type: Transform + pos: -52.5,32.5 + parent: 2 + - uid: 1170 + components: + - type: Transform + pos: -48.5,32.5 + parent: 2 + - uid: 1225 + components: + - type: Transform + pos: 77.5,-3.5 + parent: 2 + - uid: 1227 + components: + - type: Transform + pos: 59.5,-37.5 + parent: 2 + - uid: 1231 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 + - uid: 1357 + components: + - type: Transform + pos: -4.5,25.5 + parent: 2 + - uid: 1358 + components: + - type: Transform + pos: 1.5,28.5 + parent: 2 + - uid: 1364 + components: + - type: Transform + pos: -59.5,23.5 + parent: 2 + - uid: 1388 + components: + - type: Transform + pos: -59.5,19.5 + parent: 2 + - uid: 1524 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - uid: 1552 + components: + - type: Transform + pos: -59.5,15.5 + parent: 2 + - uid: 1580 + components: + - type: Transform + pos: -23.5,-14.5 + parent: 2 + - uid: 1628 + components: + - type: Transform + pos: -55.5,-4.5 + parent: 2 + - uid: 1630 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 2 + - uid: 1631 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 1632 + components: + - type: Transform + pos: -53.5,-4.5 + parent: 2 + - uid: 1641 + components: + - type: Transform + pos: -25.5,37.5 + parent: 2 + - uid: 1712 + components: + - type: Transform + pos: 30.5,38.5 + parent: 2 + - uid: 1727 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 1751 + components: + - type: Transform + pos: 4.5,9.5 + parent: 2 + - uid: 1759 + components: + - type: Transform + pos: 3.5,9.5 + parent: 2 + - uid: 1767 + components: + - type: Transform + pos: 1.5,9.5 + parent: 2 + - uid: 1768 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - uid: 1771 + components: + - type: Transform + pos: -0.5,-39.5 + parent: 2 + - uid: 1895 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 2 + - uid: 2109 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 2112 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 2126 + components: + - type: Transform + pos: 60.5,-37.5 + parent: 2 + - uid: 2132 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 2 + - uid: 2154 + components: + - type: Transform + pos: 77.5,-43.5 + parent: 2 + - uid: 2210 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 2214 + components: + - type: Transform + pos: 38.5,-66.5 + parent: 2 + - uid: 2268 + components: + - type: Transform + pos: 64.5,-37.5 + parent: 2 + - uid: 2318 + components: + - type: Transform + pos: 30.5,33.5 + parent: 2 + - uid: 2328 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 2336 + components: + - type: Transform + pos: 53.5,-36.5 + parent: 2 + - uid: 2392 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 2 + - uid: 2411 + components: + - type: Transform + pos: 41.5,-60.5 + parent: 2 + - uid: 2507 + components: + - type: Transform + pos: -50.5,-15.5 + parent: 2 + - uid: 2517 + components: + - type: Transform + pos: -46.5,-19.5 + parent: 2 + - uid: 2587 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 2659 + components: + - type: Transform + pos: 49.5,-60.5 + parent: 2 + - uid: 2674 + components: + - type: Transform + pos: -4.5,17.5 + parent: 2 + - uid: 2772 + components: + - type: Transform + pos: -48.5,-27.5 + parent: 2 + - uid: 2900 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 2 + - uid: 2904 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 2986 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 3026 + components: + - type: Transform + pos: 37.5,-51.5 + parent: 2 + - uid: 3043 + components: + - type: Transform + pos: 38.5,-51.5 + parent: 2 + - uid: 3046 + components: + - type: Transform + pos: -21.5,39.5 + parent: 2 + - uid: 3055 + components: + - type: Transform + pos: 39.5,-51.5 + parent: 2 + - uid: 3064 + components: + - type: Transform + pos: 47.5,-55.5 + parent: 2 + - uid: 3065 + components: + - type: Transform + pos: -54.5,-21.5 + parent: 2 + - uid: 3069 + components: + - type: Transform + pos: -54.5,-3.5 + parent: 2 + - uid: 3075 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - uid: 3080 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 + - uid: 3123 + components: + - type: Transform + pos: -51.5,-25.5 + parent: 2 + - uid: 3151 + components: + - type: Transform + pos: -31.5,-62.5 + parent: 2 + - uid: 3155 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 3161 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 3185 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 3217 + components: + - type: Transform + pos: -54.5,-4.5 + parent: 2 + - uid: 3221 + components: + - type: Transform + pos: -54.5,-20.5 + parent: 2 + - uid: 3270 + components: + - type: Transform + pos: -18.5,13.5 + parent: 2 + - uid: 3406 + components: + - type: Transform + pos: -5.5,21.5 + parent: 2 + - uid: 3600 + components: + - type: Transform + pos: 32.5,-28.5 + parent: 2 + - uid: 3619 + components: + - type: Transform + pos: 34.5,-52.5 + parent: 2 + - uid: 3620 + components: + - type: Transform + pos: 35.5,-52.5 + parent: 2 + - uid: 3652 + components: + - type: Transform + pos: 49.5,-59.5 + parent: 2 + - uid: 3672 + components: + - type: Transform + pos: -30.5,-32.5 + parent: 2 + - uid: 3677 + components: + - type: Transform + pos: 30.5,-41.5 + parent: 2 + - uid: 3679 + components: + - type: Transform + pos: 30.5,-43.5 + parent: 2 + - uid: 3687 + components: + - type: Transform + pos: -34.5,-36.5 + parent: 2 + - uid: 3766 + components: + - type: Transform + pos: 31.5,-51.5 + parent: 2 + - uid: 3789 + components: + - type: Transform + pos: 30.5,-51.5 + parent: 2 + - uid: 3896 + components: + - type: Transform + pos: 40.5,-66.5 + parent: 2 + - uid: 3900 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 + - uid: 3996 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 2 + - uid: 4039 + components: + - type: Transform + pos: 51.5,-68.5 + parent: 2 + - uid: 4040 + components: + - type: Transform + pos: 39.5,-68.5 + parent: 2 + - uid: 4045 + components: + - type: Transform + pos: 31.5,-39.5 + parent: 2 + - uid: 4054 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 2 + - uid: 4058 + components: + - type: Transform + pos: 59.5,12.5 + parent: 2 + - uid: 4061 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 4065 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 4070 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 4071 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 4072 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 4074 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 4075 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 4076 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 4077 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 4078 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 4079 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 4080 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 4081 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 4082 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 4083 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 4084 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 4085 + components: + - type: Transform + pos: -7.5,1.5 + parent: 2 + - uid: 4086 + components: + - type: Transform + pos: -8.5,1.5 + parent: 2 + - uid: 4087 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 4088 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 4089 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 4090 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 4091 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 4092 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 4093 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 4094 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 4095 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 4096 + components: + - type: Transform + pos: 4.5,6.5 + parent: 2 + - uid: 4097 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 4098 + components: + - type: Transform + pos: 3.5,6.5 + parent: 2 + - uid: 4099 + components: + - type: Transform + pos: 0.5,7.5 + parent: 2 + - uid: 4100 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 4101 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 4102 + components: + - type: Transform + pos: -5.5,7.5 + parent: 2 + - uid: 4103 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - uid: 4106 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 4107 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 4113 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 2 + - uid: 4114 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 2 + - uid: 4115 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 2 + - uid: 4121 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 2 + - uid: 4122 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 2 + - uid: 4123 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - uid: 4124 + components: + - type: Transform + pos: -7.5,9.5 + parent: 2 + - uid: 4125 + components: + - type: Transform + pos: -8.5,9.5 + parent: 2 + - uid: 4126 + components: + - type: Transform + pos: -9.5,9.5 + parent: 2 + - uid: 4127 + components: + - type: Transform + pos: 13.5,-39.5 + parent: 2 + - uid: 4128 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 2 + - uid: 4129 + components: + - type: Transform + pos: 12.5,-38.5 + parent: 2 + - uid: 4130 + components: + - type: Transform + pos: 12.5,-37.5 + parent: 2 + - uid: 4131 + components: + - type: Transform + pos: 12.5,-36.5 + parent: 2 + - uid: 4132 + components: + - type: Transform + pos: 12.5,-35.5 + parent: 2 + - uid: 4133 + components: + - type: Transform + pos: 13.5,-35.5 + parent: 2 + - uid: 4134 + components: + - type: Transform + pos: 15.5,-34.5 + parent: 2 + - uid: 4135 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - uid: 4136 + components: + - type: Transform + pos: 15.5,-41.5 + parent: 2 + - uid: 4148 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 2 + - uid: 4150 + components: + - type: Transform + pos: 8.5,-33.5 + parent: 2 + - uid: 4270 + components: + - type: Transform + pos: 18.5,21.5 + parent: 2 + - uid: 4284 + components: + - type: Transform + pos: 36.5,-36.5 + parent: 2 + - uid: 4342 + components: + - type: Transform + pos: 33.5,-33.5 + parent: 2 + - uid: 4353 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 2 + - uid: 4361 + components: + - type: Transform + pos: 18.5,24.5 + parent: 2 + - uid: 4381 + components: + - type: Transform + pos: 25.5,-26.5 + parent: 2 + - uid: 4464 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 + - uid: 4491 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 4568 + components: + - type: Transform + pos: 31.5,-59.5 + parent: 2 + - uid: 4575 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 2 + - uid: 4583 + components: + - type: Transform + pos: 37.5,-46.5 + parent: 2 + - uid: 4592 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 4619 + components: + - type: Transform + pos: 8.5,9.5 + parent: 2 + - uid: 4641 + components: + - type: Transform + pos: 8.5,-45.5 + parent: 2 + - uid: 4649 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 4678 + components: + - type: Transform + pos: 45.5,-63.5 + parent: 2 + - uid: 4681 + components: + - type: Transform + pos: 53.5,-50.5 + parent: 2 + - uid: 4725 + components: + - type: Transform + pos: 43.5,-71.5 + parent: 2 + - uid: 4726 + components: + - type: Transform + pos: 47.5,-72.5 + parent: 2 + - uid: 4739 + components: + - type: Transform + pos: -32.5,-63.5 + parent: 2 + - uid: 4742 + components: + - type: Transform + pos: 41.5,-46.5 + parent: 2 + - uid: 4749 + components: + - type: Transform + pos: -32.5,-64.5 + parent: 2 + - uid: 4786 + components: + - type: Transform + pos: -34.5,-13.5 + parent: 2 + - uid: 4821 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 4822 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - uid: 4825 + components: + - type: Transform + pos: -32.5,-36.5 + parent: 2 + - uid: 4832 + components: + - type: Transform + pos: -49.5,-8.5 + parent: 2 + - uid: 4852 + components: + - type: Transform + pos: -44.5,-19.5 + parent: 2 + - uid: 4901 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 4920 + components: + - type: Transform + pos: -58.5,7.5 + parent: 2 + - uid: 5006 + components: + - type: Transform + pos: -30.5,-46.5 + parent: 2 + - uid: 5034 + components: + - type: Transform + pos: -29.5,-44.5 + parent: 2 + - uid: 5035 + components: + - type: Transform + pos: -32.5,-61.5 + parent: 2 + - uid: 5050 + components: + - type: Transform + pos: -34.5,-12.5 + parent: 2 + - uid: 5051 + components: + - type: Transform + pos: -34.5,-10.5 + parent: 2 + - uid: 5052 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 5053 + components: + - type: Transform + pos: -34.5,-9.5 + parent: 2 + - uid: 5054 + components: + - type: Transform + pos: -34.5,-8.5 + parent: 2 + - uid: 5055 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 + - uid: 5056 + components: + - type: Transform + pos: -34.5,-6.5 + parent: 2 + - uid: 5057 + components: + - type: Transform + pos: -34.5,-5.5 + parent: 2 + - uid: 5058 + components: + - type: Transform + pos: -34.5,-4.5 + parent: 2 + - uid: 5059 + components: + - type: Transform + pos: -34.5,-3.5 + parent: 2 + - uid: 5060 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 2 + - uid: 5061 + components: + - type: Transform + pos: -34.5,-14.5 + parent: 2 + - uid: 5062 + components: + - type: Transform + pos: -33.5,-14.5 + parent: 2 + - uid: 5063 + components: + - type: Transform + pos: -32.5,-14.5 + parent: 2 + - uid: 5077 + components: + - type: Transform + pos: -32.5,-18.5 + parent: 2 + - uid: 5078 + components: + - type: Transform + pos: -41.5,-17.5 + parent: 2 + - uid: 5079 + components: + - type: Transform + pos: -42.5,-17.5 + parent: 2 + - uid: 5096 + components: + - type: Transform + pos: -5.5,22.5 + parent: 2 + - uid: 5098 + components: + - type: Transform + pos: -4.5,16.5 + parent: 2 + - uid: 5113 + components: + - type: Transform + pos: 25.5,-1.5 + parent: 2 + - uid: 5114 + components: + - type: Transform + pos: -17.5,-36.5 + parent: 2 + - uid: 5115 + components: + - type: Transform + pos: -21.5,-34.5 + parent: 2 + - uid: 5116 + components: + - type: Transform + pos: -21.5,-33.5 + parent: 2 + - uid: 5117 + components: + - type: Transform + pos: -21.5,-32.5 + parent: 2 + - uid: 5118 + components: + - type: Transform + pos: -34.5,-28.5 + parent: 2 + - uid: 5119 + components: + - type: Transform + pos: -37.5,-28.5 + parent: 2 + - uid: 5123 + components: + - type: Transform + pos: -39.5,-19.5 + parent: 2 + - uid: 5124 + components: + - type: Transform + pos: -38.5,-19.5 + parent: 2 + - uid: 5125 + components: + - type: Transform + pos: -37.5,-19.5 + parent: 2 + - uid: 5126 + components: + - type: Transform + pos: -35.5,-19.5 + parent: 2 + - uid: 5127 + components: + - type: Transform + pos: -34.5,-19.5 + parent: 2 + - uid: 5128 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 5169 + components: + - type: Transform + pos: -37.5,-1.5 + parent: 2 + - uid: 5170 + components: + - type: Transform + pos: -21.5,-24.5 + parent: 2 + - uid: 5178 + components: + - type: Transform + pos: 35.5,-47.5 + parent: 2 + - uid: 5179 + components: + - type: Transform + pos: 34.5,-47.5 + parent: 2 + - uid: 5180 + components: + - type: Transform + pos: -31.5,-13.5 + parent: 2 + - uid: 5216 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - uid: 5264 + components: + - type: Transform + pos: -60.5,-7.5 + parent: 2 + - uid: 5275 + components: + - type: Transform + pos: -59.5,-44.5 + parent: 2 + - uid: 5283 + components: + - type: Transform + pos: -37.5,-6.5 + parent: 2 + - uid: 5284 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 5313 + components: + - type: Transform + pos: -63.5,-44.5 + parent: 2 + - uid: 5333 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 + - uid: 5369 + components: + - type: Transform + pos: -31.5,6.5 + parent: 2 + - uid: 5399 + components: + - type: Transform + pos: -27.5,28.5 + parent: 2 + - uid: 5426 + components: + - type: Transform + pos: 18.5,25.5 + parent: 2 + - uid: 5430 + components: + - type: Transform + pos: -11.5,30.5 + parent: 2 + - uid: 5431 + components: + - type: Transform + pos: -11.5,28.5 + parent: 2 + - uid: 5440 + components: + - type: Transform + pos: 10.5,24.5 + parent: 2 + - uid: 5442 + components: + - type: Transform + pos: -27.5,26.5 + parent: 2 + - uid: 5453 + components: + - type: Transform + pos: -21.5,41.5 + parent: 2 + - uid: 5459 + components: + - type: Transform + pos: -34.5,-32.5 + parent: 2 + - uid: 5464 + components: + - type: Transform + pos: 63.5,-43.5 + parent: 2 + - uid: 5497 + components: + - type: Transform + pos: 48.5,-84.5 + parent: 2 + - uid: 5498 + components: + - type: Transform + pos: 49.5,-87.5 + parent: 2 + - uid: 5504 + components: + - type: Transform + pos: 40.5,-41.5 + parent: 2 + - uid: 5505 + components: + - type: Transform + pos: 40.5,-40.5 + parent: 2 + - uid: 5549 + components: + - type: Transform + pos: -32.5,-4.5 + parent: 2 + - uid: 5568 + components: + - type: Transform + pos: 45.5,-88.5 + parent: 2 + - uid: 5588 + components: + - type: Transform + pos: 28.5,-59.5 + parent: 2 + - uid: 5589 + components: + - type: Transform + pos: 26.5,-54.5 + parent: 2 + - uid: 5604 + components: + - type: Transform + pos: 26.5,-56.5 + parent: 2 + - uid: 5605 + components: + - type: Transform + pos: 45.5,-87.5 + parent: 2 + - uid: 5615 + components: + - type: Transform + pos: 49.5,-86.5 + parent: 2 + - uid: 5617 + components: + - type: Transform + pos: -73.5,-52.5 + parent: 2 + - uid: 5620 + components: + - type: Transform + pos: -73.5,-56.5 + parent: 2 + - uid: 5630 + components: + - type: Transform + pos: 48.5,-79.5 + parent: 2 + - uid: 5632 + components: + - type: Transform + pos: 34.5,1.5 + parent: 2 + - uid: 5634 + components: + - type: Transform + pos: 47.5,-89.5 + parent: 2 + - uid: 5639 + components: + - type: Transform + pos: -67.5,-63.5 + parent: 2 + - uid: 5640 + components: + - type: Transform + pos: -70.5,-63.5 + parent: 2 + - uid: 5641 + components: + - type: Transform + pos: -73.5,-63.5 + parent: 2 + - uid: 5646 + components: + - type: Transform + pos: 32.5,-55.5 + parent: 2 + - uid: 5649 + components: + - type: Transform + pos: 64.5,-43.5 + parent: 2 + - uid: 5656 + components: + - type: Transform + pos: 32.5,-53.5 + parent: 2 + - uid: 5663 + components: + - type: Transform + pos: -43.5,-19.5 + parent: 2 + - uid: 5673 + components: + - type: Transform + pos: 45.5,-86.5 + parent: 2 + - uid: 5687 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 2 + - uid: 5688 + components: + - type: Transform + pos: 27.5,-5.5 + parent: 2 + - uid: 5705 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 5707 + components: + - type: Transform + pos: 75.5,-61.5 + parent: 2 + - uid: 5723 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 + - uid: 5729 + components: + - type: Transform + pos: -33.5,-5.5 + parent: 2 + - uid: 5772 + components: + - type: Transform + pos: 33.5,-28.5 + parent: 2 + - uid: 5828 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 2 + - uid: 5929 + components: + - type: Transform + pos: -60.5,-17.5 + parent: 2 + - uid: 5964 + components: + - type: Transform + pos: -72.5,-63.5 + parent: 2 + - uid: 6045 + components: + - type: Transform + pos: -72.5,-62.5 + parent: 2 + - uid: 6050 + components: + - type: Transform + pos: -27.5,29.5 + parent: 2 + - uid: 6071 + components: + - type: Transform + pos: -27.5,30.5 + parent: 2 + - uid: 6127 + components: + - type: Transform + pos: -63.5,-7.5 + parent: 2 + - uid: 6129 + components: + - type: Transform + pos: -63.5,-17.5 + parent: 2 + - uid: 6171 + components: + - type: Transform + pos: 41.5,-19.5 + parent: 2 + - uid: 6180 + components: + - type: Transform + pos: 42.5,-13.5 + parent: 2 + - uid: 6192 + components: + - type: Transform + pos: 37.5,-44.5 + parent: 2 + - uid: 6199 + components: + - type: Transform + pos: 37.5,-45.5 + parent: 2 + - uid: 6219 + components: + - type: Transform + pos: 40.5,-42.5 + parent: 2 + - uid: 6641 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 2 + - uid: 6669 + components: + - type: Transform + pos: 30.5,11.5 + parent: 2 + - uid: 6730 + components: + - type: Transform + pos: 28.5,-32.5 + parent: 2 + - uid: 6731 + components: + - type: Transform + pos: 33.5,-34.5 + parent: 2 + - uid: 6838 + components: + - type: Transform + pos: 12.5,-51.5 + parent: 2 + - uid: 6885 + components: + - type: Transform + pos: -32.5,-48.5 + parent: 2 + - uid: 6911 + components: + - type: Transform + pos: 43.5,-13.5 + parent: 2 + - uid: 6919 + components: + - type: Transform + pos: 38.5,-30.5 + parent: 2 + - uid: 6920 + components: + - type: Transform + pos: 34.5,-28.5 + parent: 2 + - uid: 6928 + components: + - type: Transform + pos: 35.5,-28.5 + parent: 2 + - uid: 6932 + components: + - type: Transform + pos: 37.5,-30.5 + parent: 2 + - uid: 6935 + components: + - type: Transform + pos: 60.5,-79.5 + parent: 2 + - uid: 6977 + components: + - type: Transform + pos: -28.5,2.5 + parent: 2 + - uid: 7016 + components: + - type: Transform + pos: 78.5,-47.5 + parent: 2 + - uid: 7023 + components: + - type: Transform + pos: -4.5,-50.5 + parent: 2 + - uid: 7024 + components: + - type: Transform + pos: -5.5,-50.5 + parent: 2 + - uid: 7025 + components: + - type: Transform + pos: -3.5,-50.5 + parent: 2 + - uid: 7038 + components: + - type: Transform + pos: -32.5,-49.5 + parent: 2 + - uid: 7051 + components: + - type: Transform + pos: 38.5,-70.5 + parent: 2 + - uid: 7074 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 2 + - uid: 7078 + components: + - type: Transform + pos: -13.5,-63.5 + parent: 2 + - uid: 7094 + components: + - type: Transform + pos: -14.5,41.5 + parent: 2 + - uid: 7205 + components: + - type: Transform + pos: -32.5,-60.5 + parent: 2 + - uid: 7215 + components: + - type: Transform + pos: 45.5,-1.5 + parent: 2 + - uid: 7336 + components: + - type: Transform + pos: 50.5,-66.5 + parent: 2 + - uid: 7351 + components: + - type: Transform + pos: -53.5,-28.5 + parent: 2 + - uid: 7385 + components: + - type: Transform + pos: 43.5,-70.5 + parent: 2 + - uid: 7418 + components: + - type: Transform + pos: -51.5,-60.5 + parent: 2 + - uid: 7443 + components: + - type: Transform + pos: -25.5,-27.5 + parent: 2 + - uid: 7444 + components: + - type: Transform + pos: -25.5,-26.5 + parent: 2 + - uid: 7513 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - uid: 7615 + components: + - type: Transform + pos: 32.5,-33.5 + parent: 2 + - uid: 7620 + components: + - type: Transform + pos: -41.5,-21.5 + parent: 2 + - uid: 7668 + components: + - type: Transform + pos: -51.5,-35.5 + parent: 2 + - uid: 7679 + components: + - type: Transform + pos: -50.5,-58.5 + parent: 2 + - uid: 7705 + components: + - type: Transform + pos: -12.5,-64.5 + parent: 2 + - uid: 7720 + components: + - type: Transform + pos: 33.5,-35.5 + parent: 2 + - uid: 7754 + components: + - type: Transform + pos: -53.5,-32.5 + parent: 2 + - uid: 7755 + components: + - type: Transform + pos: -50.5,-25.5 + parent: 2 + - uid: 7784 + components: + - type: Transform + pos: 77.5,-47.5 + parent: 2 + - uid: 7798 + components: + - type: Transform + pos: 81.5,-52.5 + parent: 2 + - uid: 7800 + components: + - type: Transform + pos: 76.5,-43.5 + parent: 2 + - uid: 7801 + components: + - type: Transform + pos: 75.5,-42.5 + parent: 2 + - uid: 7824 + components: + - type: Transform + pos: 46.5,-63.5 + parent: 2 + - uid: 7834 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - uid: 7845 + components: + - type: Transform + pos: -48.5,-28.5 + parent: 2 + - uid: 7848 + components: + - type: Transform + pos: -27.5,-64.5 + parent: 2 + - uid: 7937 + components: + - type: Transform + pos: -28.5,-62.5 + parent: 2 + - uid: 7940 + components: + - type: Transform + pos: -27.5,-61.5 + parent: 2 + - uid: 7941 + components: + - type: Transform + pos: -27.5,-60.5 + parent: 2 + - uid: 7945 + components: + - type: Transform + pos: -27.5,-63.5 + parent: 2 + - uid: 7963 + components: + - type: Transform + pos: -18.5,8.5 + parent: 2 + - uid: 7969 + components: + - type: Transform + pos: 43.5,-72.5 + parent: 2 + - uid: 7972 + components: + - type: Transform + pos: 44.5,-63.5 + parent: 2 + - uid: 7988 + components: + - type: Transform + pos: 41.5,-59.5 + parent: 2 + - uid: 7990 + components: + - type: Transform + pos: -46.5,-23.5 + parent: 2 + - uid: 8049 + components: + - type: Transform + pos: -46.5,-22.5 + parent: 2 + - uid: 8051 + components: + - type: Transform + pos: -41.5,-23.5 + parent: 2 + - uid: 8058 + components: + - type: Transform + pos: -50.5,-35.5 + parent: 2 + - uid: 8076 + components: + - type: Transform + pos: -51.5,-44.5 + parent: 2 + - uid: 8133 + components: + - type: Transform + pos: -53.5,-45.5 + parent: 2 + - uid: 8153 + components: + - type: Transform + pos: -46.5,-21.5 + parent: 2 + - uid: 8184 + components: + - type: Transform + pos: -51.5,-38.5 + parent: 2 + - uid: 8189 + components: + - type: Transform + pos: -53.5,-40.5 + parent: 2 + - uid: 8190 + components: + - type: Transform + pos: -48.5,-46.5 + parent: 2 + - uid: 8192 + components: + - type: Transform + pos: -53.5,-41.5 + parent: 2 + - uid: 8194 + components: + - type: Transform + pos: -53.5,-46.5 + parent: 2 + - uid: 8195 + components: + - type: Transform + pos: -48.5,-45.5 + parent: 2 + - uid: 8198 + components: + - type: Transform + pos: -51.5,-48.5 + parent: 2 + - uid: 8200 + components: + - type: Transform + pos: -50.5,-38.5 + parent: 2 + - uid: 8212 + components: + - type: Transform + pos: -50.5,-48.5 + parent: 2 + - uid: 8230 + components: + - type: Transform + pos: 75.5,-41.5 + parent: 2 + - uid: 8241 + components: + - type: Transform + pos: -53.5,-33.5 + parent: 2 + - uid: 8245 + components: + - type: Transform + pos: -43.5,-17.5 + parent: 2 + - uid: 8306 + components: + - type: Transform + pos: -27.5,35.5 + parent: 2 + - uid: 8327 + components: + - type: Transform + pos: 74.5,-47.5 + parent: 2 + - uid: 8350 + components: + - type: Transform + pos: -42.5,-6.5 + parent: 2 + - uid: 8351 + components: + - type: Transform + pos: -40.5,-6.5 + parent: 2 + - uid: 8354 + components: + - type: Transform + pos: 44.5,-1.5 + parent: 2 + - uid: 8372 + components: + - type: Transform + pos: 42.5,-19.5 + parent: 2 + - uid: 8407 + components: + - type: Transform + pos: -4.5,15.5 + parent: 2 + - uid: 8436 + components: + - type: Transform + pos: -43.5,-6.5 + parent: 2 + - uid: 8438 + components: + - type: Transform + pos: 65.5,11.5 + parent: 2 + - uid: 8455 + components: + - type: Transform + pos: -43.5,-9.5 + parent: 2 + - uid: 8456 + components: + - type: Transform + pos: -43.5,-8.5 + parent: 2 + - uid: 8524 + components: + - type: Transform + pos: -50.5,-60.5 + parent: 2 + - uid: 8549 + components: + - type: Transform + pos: 49.5,-5.5 + parent: 2 + - uid: 8551 + components: + - type: Transform + pos: 49.5,-4.5 + parent: 2 + - uid: 8558 + components: + - type: Transform + pos: -19.5,-57.5 + parent: 2 + - uid: 8697 + components: + - type: Transform + pos: 45.5,6.5 + parent: 2 + - uid: 8698 + components: + - type: Transform + pos: 46.5,6.5 + parent: 2 + - uid: 8699 + components: + - type: Transform + pos: 47.5,6.5 + parent: 2 + - uid: 8700 + components: + - type: Transform + pos: 51.5,10.5 + parent: 2 + - uid: 8701 + components: + - type: Transform + pos: 51.5,11.5 + parent: 2 + - uid: 8702 + components: + - type: Transform + pos: 51.5,12.5 + parent: 2 + - uid: 8703 + components: + - type: Transform + pos: 50.5,13.5 + parent: 2 + - uid: 8704 + components: + - type: Transform + pos: 49.5,13.5 + parent: 2 + - uid: 8705 + components: + - type: Transform + pos: 48.5,13.5 + parent: 2 + - uid: 8706 + components: + - type: Transform + pos: 44.5,13.5 + parent: 2 + - uid: 8707 + components: + - type: Transform + pos: 43.5,13.5 + parent: 2 + - uid: 8708 + components: + - type: Transform + pos: 42.5,13.5 + parent: 2 + - uid: 8709 + components: + - type: Transform + pos: 34.5,11.5 + parent: 2 + - uid: 8710 + components: + - type: Transform + pos: 34.5,12.5 + parent: 2 + - uid: 8711 + components: + - type: Transform + pos: 34.5,13.5 + parent: 2 + - uid: 8712 + components: + - type: Transform + pos: 30.5,14.5 + parent: 2 + - uid: 8713 + components: + - type: Transform + pos: 30.5,15.5 + parent: 2 + - uid: 8714 + components: + - type: Transform + pos: 30.5,16.5 + parent: 2 + - uid: 8715 + components: + - type: Transform + pos: 29.5,13.5 + parent: 2 + - uid: 8716 + components: + - type: Transform + pos: 28.5,13.5 + parent: 2 + - uid: 8719 + components: + - type: Transform + pos: 35.5,23.5 + parent: 2 + - uid: 8720 + components: + - type: Transform + pos: 35.5,24.5 + parent: 2 + - uid: 8721 + components: + - type: Transform + pos: 35.5,25.5 + parent: 2 + - uid: 8722 + components: + - type: Transform + pos: 28.5,23.5 + parent: 2 + - uid: 8723 + components: + - type: Transform + pos: 28.5,24.5 + parent: 2 + - uid: 8724 + components: + - type: Transform + pos: 28.5,25.5 + parent: 2 + - uid: 8725 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 8726 + components: + - type: Transform + pos: 28.5,28.5 + parent: 2 + - uid: 8727 + components: + - type: Transform + pos: 34.5,28.5 + parent: 2 + - uid: 8728 + components: + - type: Transform + pos: 35.5,28.5 + parent: 2 + - uid: 8729 + components: + - type: Transform + pos: 36.5,28.5 + parent: 2 + - uid: 8730 + components: + - type: Transform + pos: 35.5,31.5 + parent: 2 + - uid: 8731 + components: + - type: Transform + pos: 35.5,32.5 + parent: 2 + - uid: 8732 + components: + - type: Transform + pos: 35.5,33.5 + parent: 2 + - uid: 8733 + components: + - type: Transform + pos: 36.5,36.5 + parent: 2 + - uid: 8734 + components: + - type: Transform + pos: 35.5,36.5 + parent: 2 + - uid: 8735 + components: + - type: Transform + pos: 34.5,36.5 + parent: 2 + - uid: 8736 + components: + - type: Transform + pos: 35.5,38.5 + parent: 2 + - uid: 8737 + components: + - type: Transform + pos: 35.5,41.5 + parent: 2 + - uid: 8738 + components: + - type: Transform + pos: 35.5,42.5 + parent: 2 + - uid: 8739 + components: + - type: Transform + pos: 32.5,43.5 + parent: 2 + - uid: 8740 + components: + - type: Transform + pos: 32.5,44.5 + parent: 2 + - uid: 8741 + components: + - type: Transform + pos: 32.5,45.5 + parent: 2 + - uid: 8742 + components: + - type: Transform + pos: 34.5,44.5 + parent: 2 + - uid: 8743 + components: + - type: Transform + pos: 30.5,44.5 + parent: 2 + - uid: 8744 + components: + - type: Transform + pos: 29.5,42.5 + parent: 2 + - uid: 8745 + components: + - type: Transform + pos: 29.5,41.5 + parent: 2 + - uid: 8901 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 2 + - uid: 8903 + components: + - type: Transform + pos: 16.5,-27.5 + parent: 2 + - uid: 8925 + components: + - type: Transform + pos: 68.5,-45.5 + parent: 2 + - uid: 9006 + components: + - type: Transform + pos: -19.5,8.5 + parent: 2 + - uid: 9086 + components: + - type: Transform + pos: 46.5,0.5 + parent: 2 + - uid: 9087 + components: + - type: Transform + pos: 45.5,0.5 + parent: 2 + - uid: 9088 + components: + - type: Transform + pos: 46.5,4.5 + parent: 2 + - uid: 9089 + components: + - type: Transform + pos: 45.5,4.5 + parent: 2 + - uid: 9282 + components: + - type: Transform + pos: 18.5,-60.5 + parent: 2 + - uid: 9419 + components: + - type: Transform + pos: 19.5,-60.5 + parent: 2 + - uid: 9428 + components: + - type: Transform + pos: 46.5,-89.5 + parent: 2 + - uid: 9451 + components: + - type: Transform + pos: 19.5,-45.5 + parent: 2 + - uid: 9452 + components: + - type: Transform + pos: 15.5,-45.5 + parent: 2 + - uid: 9453 + components: + - type: Transform + pos: 13.5,-45.5 + parent: 2 + - uid: 9554 + components: + - type: Transform + pos: 49.5,-88.5 + parent: 2 + - uid: 9561 + components: + - type: Transform + pos: -16.5,29.5 + parent: 2 + - uid: 9565 + components: + - type: Transform + pos: -52.5,6.5 + parent: 2 + - uid: 9593 + components: + - type: Transform + pos: 46.5,-84.5 + parent: 2 + - uid: 9595 + components: + - type: Transform + pos: -17.5,29.5 + parent: 2 + - uid: 9596 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - uid: 9608 + components: + - type: Transform + pos: 26.5,-31.5 + parent: 2 + - uid: 9611 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 2 + - uid: 9623 + components: + - type: Transform + pos: 45.5,-78.5 + parent: 2 + - uid: 9626 + components: + - type: Transform + pos: 59.5,-49.5 + parent: 2 + - uid: 9636 + components: + - type: Transform + pos: 57.5,-49.5 + parent: 2 + - uid: 9638 + components: + - type: Transform + pos: 48.5,-89.5 + parent: 2 + - uid: 9640 + components: + - type: Transform + pos: 2.5,9.5 + parent: 2 + - uid: 9643 + components: + - type: Transform + pos: -50.5,6.5 + parent: 2 + - uid: 9644 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - uid: 9813 + components: + - type: Transform + pos: 80.5,-48.5 + parent: 2 + - uid: 9861 + components: + - type: Transform + pos: -55.5,-44.5 + parent: 2 + - uid: 9887 + components: + - type: Transform + pos: -54.5,-62.5 + parent: 2 + - uid: 9889 + components: + - type: Transform + pos: -49.5,32.5 + parent: 2 + - uid: 9936 + components: + - type: Transform + pos: 80.5,-42.5 + parent: 2 + - uid: 9983 + components: + - type: Transform + pos: 80.5,-50.5 + parent: 2 + - uid: 10005 + components: + - type: Transform + pos: 57.5,-39.5 + parent: 2 + - uid: 10014 + components: + - type: Transform + pos: -16.5,-65.5 + parent: 2 + - uid: 10015 + components: + - type: Transform + pos: -14.5,-65.5 + parent: 2 + - uid: 10016 + components: + - type: Transform + pos: -20.5,-65.5 + parent: 2 + - uid: 10017 + components: + - type: Transform + pos: -18.5,-65.5 + parent: 2 + - uid: 10018 + components: + - type: Transform + pos: -18.5,-66.5 + parent: 2 + - uid: 10020 + components: + - type: Transform + pos: 81.5,-51.5 + parent: 2 + - uid: 10028 + components: + - type: Transform + pos: 42.5,-23.5 + parent: 2 + - uid: 10029 + components: + - type: Transform + pos: 41.5,-23.5 + parent: 2 + - uid: 10030 + components: + - type: Transform + pos: 54.5,-25.5 + parent: 2 + - uid: 10031 + components: + - type: Transform + pos: 55.5,-25.5 + parent: 2 + - uid: 10032 + components: + - type: Transform + pos: 56.5,-25.5 + parent: 2 + - uid: 10033 + components: + - type: Transform + pos: 57.5,-25.5 + parent: 2 + - uid: 10034 + components: + - type: Transform + pos: 56.5,-27.5 + parent: 2 + - uid: 10035 + components: + - type: Transform + pos: 55.5,-27.5 + parent: 2 + - uid: 10036 + components: + - type: Transform + pos: 56.5,-22.5 + parent: 2 + - uid: 10037 + components: + - type: Transform + pos: 56.5,-21.5 + parent: 2 + - uid: 10038 + components: + - type: Transform + pos: 56.5,-20.5 + parent: 2 + - uid: 10039 + components: + - type: Transform + pos: 57.5,-17.5 + parent: 2 + - uid: 10040 + components: + - type: Transform + pos: 56.5,-17.5 + parent: 2 + - uid: 10041 + components: + - type: Transform + pos: 55.5,-17.5 + parent: 2 + - uid: 10042 + components: + - type: Transform + pos: 54.5,-17.5 + parent: 2 + - uid: 10043 + components: + - type: Transform + pos: 56.5,-15.5 + parent: 2 + - uid: 10044 + components: + - type: Transform + pos: 55.5,-15.5 + parent: 2 + - uid: 10047 + components: + - type: Transform + pos: 53.5,-27.5 + parent: 2 + - uid: 10048 + components: + - type: Transform + pos: 52.5,-27.5 + parent: 2 + - uid: 10049 + components: + - type: Transform + pos: 51.5,-27.5 + parent: 2 + - uid: 10060 + components: + - type: Transform + pos: 13.5,2.5 + parent: 2 + - uid: 10061 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 10075 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 10076 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 10119 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 + - uid: 10182 + components: + - type: Transform + pos: -34.5,8.5 + parent: 2 + - uid: 10221 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 2 + - uid: 10382 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 10395 + components: + - type: Transform + pos: -24.5,-49.5 + parent: 2 + - uid: 10444 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - uid: 10449 + components: + - type: Transform + pos: 81.5,-48.5 + parent: 2 + - uid: 10468 + components: + - type: Transform + pos: -71.5,-62.5 + parent: 2 + - uid: 10471 + components: + - type: Transform + pos: -73.5,-54.5 + parent: 2 + - uid: 10474 + components: + - type: Transform + pos: 55.5,11.5 + parent: 2 + - uid: 10499 + components: + - type: Transform + pos: 64.5,-59.5 + parent: 2 + - uid: 10559 + components: + - type: Transform + pos: -19.5,-58.5 + parent: 2 + - uid: 10560 + components: + - type: Transform + pos: -18.5,-58.5 + parent: 2 + - uid: 10561 + components: + - type: Transform + pos: -17.5,-58.5 + parent: 2 + - uid: 10562 + components: + - type: Transform + pos: -16.5,-58.5 + parent: 2 + - uid: 10563 + components: + - type: Transform + pos: -15.5,-58.5 + parent: 2 + - uid: 10564 + components: + - type: Transform + pos: -15.5,-57.5 + parent: 2 + - uid: 10565 + components: + - type: Transform + pos: -10.5,-61.5 + parent: 2 + - uid: 10566 + components: + - type: Transform + pos: -24.5,-53.5 + parent: 2 + - uid: 10567 + components: + - type: Transform + pos: -10.5,-60.5 + parent: 2 + - uid: 10568 + components: + - type: Transform + pos: -10.5,-62.5 + parent: 2 + - uid: 10569 + components: + - type: Transform + pos: -10.5,-63.5 + parent: 2 + - uid: 10570 + components: + - type: Transform + pos: -6.5,-64.5 + parent: 2 + - uid: 10571 + components: + - type: Transform + pos: -6.5,-65.5 + parent: 2 + - uid: 10572 + components: + - type: Transform + pos: -5.5,-67.5 + parent: 2 + - uid: 10573 + components: + - type: Transform + pos: -6.5,-71.5 + parent: 2 + - uid: 10574 + components: + - type: Transform + pos: -10.5,-71.5 + parent: 2 + - uid: 10575 + components: + - type: Transform + pos: -10.5,-69.5 + parent: 2 + - uid: 10576 + components: + - type: Transform + pos: -10.5,-68.5 + parent: 2 + - uid: 10577 + components: + - type: Transform + pos: -10.5,-67.5 + parent: 2 + - uid: 10578 + components: + - type: Transform + pos: -10.5,-66.5 + parent: 2 + - uid: 10579 + components: + - type: Transform + pos: 8.5,-67.5 + parent: 2 + - uid: 10580 + components: + - type: Transform + pos: 9.5,-71.5 + parent: 2 + - uid: 10581 + components: + - type: Transform + pos: 13.5,-71.5 + parent: 2 + - uid: 10582 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - uid: 10583 + components: + - type: Transform + pos: 13.5,-68.5 + parent: 2 + - uid: 10584 + components: + - type: Transform + pos: 13.5,-67.5 + parent: 2 + - uid: 10585 + components: + - type: Transform + pos: 13.5,-66.5 + parent: 2 + - uid: 10586 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 10587 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 + - uid: 10588 + components: + - type: Transform + pos: 13.5,-60.5 + parent: 2 + - uid: 10589 + components: + - type: Transform + pos: 13.5,-62.5 + parent: 2 + - uid: 10590 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - uid: 10591 + components: + - type: Transform + pos: 9.5,-64.5 + parent: 2 + - uid: 10592 + components: + - type: Transform + pos: 9.5,-65.5 + parent: 2 + - uid: 10593 + components: + - type: Transform + pos: 6.5,-56.5 + parent: 2 + - uid: 10594 + components: + - type: Transform + pos: 6.5,-55.5 + parent: 2 + - uid: 10595 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 2 + - uid: 10596 + components: + - type: Transform + pos: 8.5,-50.5 + parent: 2 + - uid: 10597 + components: + - type: Transform + pos: 7.5,-50.5 + parent: 2 + - uid: 10598 + components: + - type: Transform + pos: 6.5,-50.5 + parent: 2 + - uid: 10599 + components: + - type: Transform + pos: 4.5,-51.5 + parent: 2 + - uid: 10600 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - uid: 10601 + components: + - type: Transform + pos: 2.5,-51.5 + parent: 2 + - uid: 10602 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 10603 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 10604 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 10606 + components: + - type: Transform + pos: -1.5,-51.5 + parent: 2 + - uid: 10607 + components: + - type: Transform + pos: -3.5,-54.5 + parent: 2 + - uid: 10608 + components: + - type: Transform + pos: -3.5,-55.5 + parent: 2 + - uid: 10609 + components: + - type: Transform + pos: -3.5,-56.5 + parent: 2 + - uid: 10613 + components: + - type: Transform + pos: -12.5,-45.5 + parent: 2 + - uid: 10614 + components: + - type: Transform + pos: -14.5,-45.5 + parent: 2 + - uid: 10615 + components: + - type: Transform + pos: -15.5,-45.5 + parent: 2 + - uid: 10616 + components: + - type: Transform + pos: -16.5,-45.5 + parent: 2 + - uid: 10660 + components: + - type: Transform + pos: -49.5,-55.5 + parent: 2 + - uid: 10661 + components: + - type: Transform + pos: -49.5,-53.5 + parent: 2 + - uid: 10662 + components: + - type: Transform + pos: -46.5,-56.5 + parent: 2 + - uid: 10663 + components: + - type: Transform + pos: -45.5,-56.5 + parent: 2 + - uid: 10664 + components: + - type: Transform + pos: -44.5,-56.5 + parent: 2 + - uid: 10716 + components: + - type: Transform + pos: -61.5,-45.5 + parent: 2 + - uid: 10717 + components: + - type: Transform + pos: -45.5,32.5 + parent: 2 + - uid: 10721 + components: + - type: Transform + pos: -43.5,32.5 + parent: 2 + - uid: 10724 + components: + - type: Transform + pos: 71.5,12.5 + parent: 2 + - uid: 10729 + components: + - type: Transform + pos: -41.5,-31.5 + parent: 2 + - uid: 10733 + components: + - type: Transform + pos: 69.5,12.5 + parent: 2 + - uid: 10748 + components: + - type: Transform + pos: -73.5,-60.5 + parent: 2 + - uid: 10751 + components: + - type: Transform + pos: -50.5,-56.5 + parent: 2 + - uid: 10753 + components: + - type: Transform + pos: -72.5,-45.5 + parent: 2 + - uid: 10754 + components: + - type: Transform + pos: -71.5,-45.5 + parent: 2 + - uid: 10755 + components: + - type: Transform + pos: -58.5,-45.5 + parent: 2 + - uid: 10757 + components: + - type: Transform + pos: -68.5,-45.5 + parent: 2 + - uid: 10758 + components: + - type: Transform + pos: -67.5,-45.5 + parent: 2 + - uid: 10759 + components: + - type: Transform + pos: -66.5,-45.5 + parent: 2 + - uid: 10761 + components: + - type: Transform + pos: -63.5,-45.5 + parent: 2 + - uid: 10762 + components: + - type: Transform + pos: -62.5,-45.5 + parent: 2 + - uid: 10764 + components: + - type: Transform + pos: -64.5,-45.5 + parent: 2 + - uid: 10765 + components: + - type: Transform + pos: -72.5,-64.5 + parent: 2 + - uid: 10766 + components: + - type: Transform + pos: -57.5,-44.5 + parent: 2 + - uid: 10767 + components: + - type: Transform + pos: -56.5,-44.5 + parent: 2 + - uid: 10768 + components: + - type: Transform + pos: -57.5,-45.5 + parent: 2 + - uid: 10769 + components: + - type: Transform + pos: -57.5,-46.5 + parent: 2 + - uid: 10770 + components: + - type: Transform + pos: -57.5,-47.5 + parent: 2 + - uid: 10771 + components: + - type: Transform + pos: -56.5,-47.5 + parent: 2 + - uid: 10772 + components: + - type: Transform + pos: -73.5,-50.5 + parent: 2 + - uid: 10773 + components: + - type: Transform + pos: -73.5,-48.5 + parent: 2 + - uid: 10774 + components: + - type: Transform + pos: -67.5,-44.5 + parent: 2 + - uid: 10776 + components: + - type: Transform + pos: -66.5,-44.5 + parent: 2 + - uid: 10779 + components: + - type: Transform + pos: -49.5,6.5 + parent: 2 + - uid: 10786 + components: + - type: Transform + pos: 59.5,-7.5 + parent: 2 + - uid: 10804 + components: + - type: Transform + pos: -73.5,-47.5 + parent: 2 + - uid: 10805 + components: + - type: Transform + pos: -72.5,-46.5 + parent: 2 + - uid: 10806 + components: + - type: Transform + pos: 64.5,-60.5 + parent: 2 + - uid: 10811 + components: + - type: Transform + pos: 76.5,-56.5 + parent: 2 + - uid: 10815 + components: + - type: Transform + pos: 59.5,-43.5 + parent: 2 + - uid: 10818 + components: + - type: Transform + pos: -20.5,-66.5 + parent: 2 + - uid: 10832 + components: + - type: Transform + pos: 67.5,-84.5 + parent: 2 + - uid: 10833 + components: + - type: Transform + pos: 62.5,-82.5 + parent: 2 + - uid: 10834 + components: + - type: Transform + pos: 69.5,-59.5 + parent: 2 + - uid: 10835 + components: + - type: Transform + pos: 63.5,-82.5 + parent: 2 + - uid: 10838 + components: + - type: Transform + pos: 64.5,-70.5 + parent: 2 + - uid: 10845 + components: + - type: Transform + pos: 72.5,-74.5 + parent: 2 + - uid: 10849 + components: + - type: Transform + pos: 62.5,-81.5 + parent: 2 + - uid: 10861 + components: + - type: Transform + pos: 75.5,-77.5 + parent: 2 + - uid: 10868 + components: + - type: Transform + pos: 71.5,-74.5 + parent: 2 + - uid: 10876 + components: + - type: Transform + pos: 72.5,-73.5 + parent: 2 + - uid: 10883 + components: + - type: Transform + pos: 85.5,-40.5 + parent: 2 + - uid: 10892 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - uid: 10897 + components: + - type: Transform + pos: 16.5,-23.5 + parent: 2 + - uid: 10898 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 2 + - uid: 10899 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 + - uid: 10975 + components: + - type: Transform + pos: 81.5,-39.5 + parent: 2 + - uid: 11011 + components: + - type: Transform + pos: 80.5,-39.5 + parent: 2 + - uid: 11043 + components: + - type: Transform + pos: -34.5,9.5 + parent: 2 + - uid: 11072 + components: + - type: Transform + pos: 83.5,-37.5 + parent: 2 + - uid: 11113 + components: + - type: Transform + pos: 84.5,-36.5 + parent: 2 + - uid: 11121 + components: + - type: Transform + pos: -48.5,-31.5 + parent: 2 + - uid: 11177 + components: + - type: Transform + pos: 19.5,0.5 + parent: 2 + - uid: 11179 + components: + - type: Transform + pos: 19.5,3.5 + parent: 2 + - uid: 11181 + components: + - type: Transform + pos: 17.5,0.5 + parent: 2 + - uid: 11184 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 2 + - uid: 11186 + components: + - type: Transform + pos: 17.5,2.5 + parent: 2 + - uid: 11190 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 + - uid: 11192 + components: + - type: Transform + pos: 17.5,3.5 + parent: 2 + - uid: 11200 + components: + - type: Transform + pos: 91.5,-37.5 + parent: 2 + - uid: 11204 + components: + - type: Transform + pos: 19.5,2.5 + parent: 2 + - uid: 11259 + components: + - type: Transform + pos: -40.5,-32.5 + parent: 2 + - uid: 11268 + components: + - type: Transform + pos: -51.5,-61.5 + parent: 2 + - uid: 11272 + components: + - type: Transform + pos: 71.5,-45.5 + parent: 2 + - uid: 11299 + components: + - type: Transform + pos: 70.5,-45.5 + parent: 2 + - uid: 11320 + components: + - type: Transform + pos: 88.5,-38.5 + parent: 2 + - uid: 11345 + components: + - type: Transform + pos: 26.5,-27.5 + parent: 2 + - uid: 11355 + components: + - type: Transform + pos: 28.5,-36.5 + parent: 2 + - uid: 11390 + components: + - type: Transform + pos: 25.5,-29.5 + parent: 2 + - uid: 11392 + components: + - type: Transform + pos: 26.5,-28.5 + parent: 2 + - uid: 11393 + components: + - type: Transform + pos: 32.5,-35.5 + parent: 2 + - uid: 11420 + components: + - type: Transform + pos: -20.5,8.5 + parent: 2 + - uid: 11504 + components: + - type: Transform + pos: -73.5,-53.5 + parent: 2 + - uid: 11507 + components: + - type: Transform + pos: -73.5,-46.5 + parent: 2 + - uid: 11525 + components: + - type: Transform + pos: 72.5,-67.5 + parent: 2 + - uid: 11543 + components: + - type: Transform + pos: 84.5,-41.5 + parent: 2 + - uid: 11552 + components: + - type: Transform + pos: 89.5,-38.5 + parent: 2 + - uid: 11553 + components: + - type: Transform + pos: -15.5,-66.5 + parent: 2 + - uid: 11587 + components: + - type: Transform + pos: 34.5,3.5 + parent: 2 + - uid: 11589 + components: + - type: Transform + pos: 89.5,-37.5 + parent: 2 + - uid: 11639 + components: + - type: Transform + pos: -18.5,-63.5 + parent: 2 + - uid: 11672 + components: + - type: Transform + pos: 27.5,-59.5 + parent: 2 + - uid: 11772 + components: + - type: Transform + pos: -23.5,-62.5 + parent: 2 + - uid: 11822 + components: + - type: Transform + pos: 81.5,-45.5 + parent: 2 + - uid: 11839 + components: + - type: Transform + pos: 77.5,-71.5 + parent: 2 + - uid: 11840 + components: + - type: Transform + pos: 65.5,-84.5 + parent: 2 + - uid: 11847 + components: + - type: Transform + pos: 90.5,-41.5 + parent: 2 + - uid: 11864 + components: + - type: Transform + pos: 71.5,-57.5 + parent: 2 + - uid: 11874 + components: + - type: Transform + pos: 81.5,-44.5 + parent: 2 + - uid: 11891 + components: + - type: Transform + pos: -27.5,-32.5 + parent: 2 + - uid: 11895 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - uid: 11899 + components: + - type: Transform + pos: 76.5,5.5 + parent: 2 + - uid: 11900 + components: + - type: Transform + pos: 37.5,-8.5 + parent: 2 + - uid: 12047 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - uid: 12048 + components: + - type: Transform + pos: 82.5,-43.5 + parent: 2 + - uid: 12300 + components: + - type: Transform + pos: 52.5,11.5 + parent: 2 + - uid: 12329 + components: + - type: Transform + pos: 75.5,11.5 + parent: 2 + - uid: 12357 + components: + - type: Transform + pos: 75.5,-1.5 + parent: 2 + - uid: 12506 + components: + - type: Transform + pos: 54.5,-5.5 + parent: 2 + - uid: 12599 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - uid: 12657 + components: + - type: Transform + pos: -19.5,10.5 + parent: 2 + - uid: 12696 + components: + - type: Transform + pos: -28.5,-32.5 + parent: 2 + - uid: 12702 + components: + - type: Transform + pos: 83.5,-42.5 + parent: 2 + - uid: 12710 + components: + - type: Transform + pos: -41.5,-29.5 + parent: 2 + - uid: 12834 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 + - uid: 12988 + components: + - type: Transform + pos: 49.5,-53.5 + parent: 2 + - uid: 13020 + components: + - type: Transform + pos: -27.5,-58.5 + parent: 2 + - uid: 13021 + components: + - type: Transform + pos: -27.5,-57.5 + parent: 2 + - uid: 13032 + components: + - type: Transform + pos: 58.5,-7.5 + parent: 2 + - uid: 13037 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 + - uid: 13085 + components: + - type: Transform + pos: 75.5,-3.5 + parent: 2 + - uid: 13087 + components: + - type: Transform + pos: -19.5,11.5 + parent: 2 + - uid: 13088 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 + - uid: 13149 + components: + - type: Transform + pos: 82.5,-8.5 + parent: 2 + - uid: 13166 + components: + - type: Transform + pos: 83.5,-9.5 + parent: 2 + - uid: 13187 + components: + - type: Transform + pos: -16.5,30.5 + parent: 2 + - uid: 13208 + components: + - type: Transform + pos: 76.5,0.5 + parent: 2 + - uid: 13214 + components: + - type: Transform + pos: 76.5,2.5 + parent: 2 + - uid: 13309 + components: + - type: Transform + pos: -22.5,-66.5 + parent: 2 + - uid: 13310 + components: + - type: Transform + pos: 76.5,-0.5 + parent: 2 + - uid: 13311 + components: + - type: Transform + pos: 76.5,4.5 + parent: 2 + - uid: 13312 + components: + - type: Transform + pos: 76.5,7.5 + parent: 2 + - uid: 13364 + components: + - type: Transform + pos: -23.5,-13.5 + parent: 2 + - uid: 13366 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - uid: 13414 + components: + - type: Transform + pos: -27.5,-14.5 + parent: 2 + - uid: 13422 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 13576 + components: + - type: Transform + pos: 36.5,-5.5 + parent: 2 + - uid: 13577 + components: + - type: Transform + pos: 37.5,-5.5 + parent: 2 + - uid: 13580 + components: + - type: Transform + pos: 41.5,-8.5 + parent: 2 + - uid: 13620 + components: + - type: Transform + pos: 29.5,-16.5 + parent: 2 + - uid: 13644 + components: + - type: Transform + pos: 23.5,-24.5 + parent: 2 + - uid: 13676 + components: + - type: Transform + pos: 76.5,10.5 + parent: 2 + - uid: 13704 + components: + - type: Transform + pos: -22.5,-64.5 + parent: 2 + - uid: 13753 + components: + - type: Transform + pos: -72.5,-6.5 + parent: 2 + - uid: 13754 + components: + - type: Transform + pos: -72.5,-7.5 + parent: 2 + - uid: 13775 + components: + - type: Transform + pos: 21.5,-60.5 + parent: 2 + - uid: 13776 + components: + - type: Transform + pos: 22.5,-60.5 + parent: 2 + - uid: 13777 + components: + - type: Transform + pos: 24.5,-60.5 + parent: 2 + - uid: 13778 + components: + - type: Transform + pos: 25.5,-60.5 + parent: 2 + - uid: 13991 + components: + - type: Transform + pos: -23.5,-49.5 + parent: 2 + - uid: 14208 + components: + - type: Transform + pos: 67.5,11.5 + parent: 2 + - uid: 14214 + components: + - type: Transform + pos: 76.5,11.5 + parent: 2 + - uid: 14223 + components: + - type: Transform + pos: -21.5,31.5 + parent: 2 + - uid: 14224 + components: + - type: Transform + pos: -18.5,33.5 + parent: 2 + - uid: 14230 + components: + - type: Transform + pos: -20.5,33.5 + parent: 2 + - uid: 14231 + components: + - type: Transform + pos: -22.5,31.5 + parent: 2 + - uid: 14232 + components: + - type: Transform + pos: 78.5,-14.5 + parent: 2 + - uid: 14233 + components: + - type: Transform + pos: -47.5,32.5 + parent: 2 + - uid: 14235 + components: + - type: Transform + pos: -37.5,32.5 + parent: 2 + - uid: 14244 + components: + - type: Transform + pos: -28.5,33.5 + parent: 2 + - uid: 14253 + components: + - type: Transform + pos: -51.5,33.5 + parent: 2 + - uid: 14260 + components: + - type: Transform + pos: -41.5,32.5 + parent: 2 + - uid: 14265 + components: + - type: Transform + pos: -47.5,6.5 + parent: 2 + - uid: 14274 + components: + - type: Transform + pos: -49.5,-62.5 + parent: 2 + - uid: 14279 + components: + - type: Transform + pos: -74.5,-63.5 + parent: 2 + - uid: 14281 + components: + - type: Transform + pos: -73.5,-64.5 + parent: 2 + - uid: 14282 + components: + - type: Transform + pos: -73.5,-59.5 + parent: 2 + - uid: 14283 + components: + - type: Transform + pos: -73.5,-58.5 + parent: 2 + - uid: 14299 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - uid: 14300 + components: + - type: Transform + pos: -18.5,32.5 + parent: 2 + - uid: 14303 + components: + - type: Transform + pos: -16.5,31.5 + parent: 2 + - uid: 14304 + components: + - type: Transform + pos: -19.5,33.5 + parent: 2 + - uid: 14306 + components: + - type: Transform + pos: -20.5,32.5 + parent: 2 + - uid: 14309 + components: + - type: Transform + pos: -60.5,20.5 + parent: 2 + - uid: 14310 + components: + - type: Transform + pos: -60.5,9.5 + parent: 2 + - uid: 14311 + components: + - type: Transform + pos: -11.5,37.5 + parent: 2 + - uid: 14312 + components: + - type: Transform + pos: -10.5,29.5 + parent: 2 + - uid: 14316 + components: + - type: Transform + pos: -60.5,28.5 + parent: 2 + - uid: 14317 + components: + - type: Transform + pos: -10.5,36.5 + parent: 2 + - uid: 14320 + components: + - type: Transform + pos: -10.5,33.5 + parent: 2 + - uid: 14322 + components: + - type: Transform + pos: -60.5,30.5 + parent: 2 + - uid: 14328 + components: + - type: Transform + pos: -60.5,25.5 + parent: 2 + - uid: 14331 + components: + - type: Transform + pos: -4.5,23.5 + parent: 2 + - uid: 14342 + components: + - type: Transform + pos: -22.5,-65.5 + parent: 2 + - uid: 14358 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 14360 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 14375 + components: + - type: Transform + pos: -13.5,37.5 + parent: 2 + - uid: 14376 + components: + - type: Transform + pos: -60.5,22.5 + parent: 2 + - uid: 14377 + components: + - type: Transform + pos: -7.5,16.5 + parent: 2 + - uid: 14395 + components: + - type: Transform + pos: -26.5,14.5 + parent: 2 + - uid: 14396 + components: + - type: Transform + pos: -14.5,-66.5 + parent: 2 + - uid: 14402 + components: + - type: Transform + pos: -3.5,15.5 + parent: 2 + - uid: 14403 + components: + - type: Transform + pos: -23.5,11.5 + parent: 2 + - uid: 14408 + components: + - type: Transform + pos: -23.5,-3.5 + parent: 2 + - uid: 14430 + components: + - type: Transform + pos: -60.5,21.5 + parent: 2 + - uid: 14437 + components: + - type: Transform + pos: 79.5,-15.5 + parent: 2 + - uid: 14454 + components: + - type: Transform + pos: -26.5,1.5 + parent: 2 + - uid: 14455 + components: + - type: Transform + pos: -24.5,1.5 + parent: 2 + - uid: 14476 + components: + - type: Transform + pos: 64.5,-58.5 + parent: 2 + - uid: 14720 + components: + - type: Transform + pos: -21.5,-66.5 + parent: 2 + - uid: 14822 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 + - uid: 14823 + components: + - type: Transform + pos: -19.5,14.5 + parent: 2 + - uid: 14847 + components: + - type: Transform + pos: -6.5,-54.5 + parent: 2 + - uid: 14858 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 14888 + components: + - type: Transform + pos: -48.5,-42.5 + parent: 2 + - uid: 14889 + components: + - type: Transform + pos: -45.5,-42.5 + parent: 2 + - uid: 14890 + components: + - type: Transform + pos: -42.5,-44.5 + parent: 2 + - uid: 14891 + components: + - type: Transform + pos: -43.5,-44.5 + parent: 2 + - uid: 14912 + components: + - type: Transform + pos: -6.5,16.5 + parent: 2 + - uid: 15025 + components: + - type: Transform + pos: -60.5,23.5 + parent: 2 + - uid: 15026 + components: + - type: Transform + pos: -61.5,24.5 + parent: 2 + - uid: 15034 + components: + - type: Transform + pos: -69.5,-45.5 + parent: 2 + - uid: 15173 + components: + - type: Transform + pos: 50.5,-5.5 + parent: 2 + - uid: 15177 + components: + - type: Transform + pos: 75.5,-62.5 + parent: 2 + - uid: 15262 + components: + - type: Transform + pos: 68.5,11.5 + parent: 2 + - uid: 15284 + components: + - type: Transform + pos: 70.5,11.5 + parent: 2 + - uid: 15297 + components: + - type: Transform + pos: -22.5,30.5 + parent: 2 + - uid: 15313 + components: + - type: Transform + pos: 57.5,11.5 + parent: 2 + - uid: 15317 + components: + - type: Transform + pos: -51.5,32.5 + parent: 2 + - uid: 15318 + components: + - type: Transform + pos: 51.5,17.5 + parent: 2 + - uid: 15334 + components: + - type: Transform + pos: -27.5,14.5 + parent: 2 + - uid: 15359 + components: + - type: Transform + pos: 81.5,-7.5 + parent: 2 + - uid: 15367 + components: + - type: Transform + pos: -39.5,-35.5 + parent: 2 + - uid: 15408 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - uid: 15469 + components: + - type: Transform + pos: -45.5,33.5 + parent: 2 + - uid: 15470 + components: + - type: Transform + pos: -38.5,-6.5 + parent: 2 + - uid: 15471 + components: + - type: Transform + pos: -48.5,-7.5 + parent: 2 + - uid: 15472 + components: + - type: Transform + pos: -47.5,-6.5 + parent: 2 + - uid: 15628 + components: + - type: Transform + pos: 74.5,-4.5 + parent: 2 + - uid: 15633 + components: + - type: Transform + pos: 79.5,-5.5 + parent: 2 + - uid: 15634 + components: + - type: Transform + pos: 73.5,-5.5 + parent: 2 + - uid: 15710 + components: + - type: Transform + pos: -49.5,33.5 + parent: 2 + - uid: 15716 + components: + - type: Transform + pos: -18.5,14.5 + parent: 2 + - uid: 15723 + components: + - type: Transform + pos: 75.5,-63.5 + parent: 2 + - uid: 15733 + components: + - type: Transform + pos: 77.5,-70.5 + parent: 2 + - uid: 15768 + components: + - type: Transform + pos: -58.5,-44.5 + parent: 2 + - uid: 15787 + components: + - type: Transform + pos: -63.5,-63.5 + parent: 2 + - uid: 15791 + components: + - type: Transform + pos: -72.5,-61.5 + parent: 2 + - uid: 15792 + components: + - type: Transform + pos: -53.5,-63.5 + parent: 2 + - uid: 15793 + components: + - type: Transform + pos: -62.5,-63.5 + parent: 2 + - uid: 15794 + components: + - type: Transform + pos: -58.5,-63.5 + parent: 2 + - uid: 15799 + components: + - type: Transform + pos: -60.5,-63.5 + parent: 2 + - uid: 15800 + components: + - type: Transform + pos: -59.5,-63.5 + parent: 2 + - uid: 15804 + components: + - type: Transform + pos: -65.5,-63.5 + parent: 2 + - uid: 15810 + components: + - type: Transform + pos: -56.5,-63.5 + parent: 2 + - uid: 15811 + components: + - type: Transform + pos: -55.5,-63.5 + parent: 2 + - uid: 15861 + components: + - type: Transform + pos: -40.5,32.5 + parent: 2 + - uid: 15864 + components: + - type: Transform + pos: -39.5,-3.5 + parent: 2 + - uid: 15878 + components: + - type: Transform + pos: -44.5,-6.5 + parent: 2 + - uid: 15892 + components: + - type: Transform + pos: -41.5,-5.5 + parent: 2 + - uid: 15893 + components: + - type: Transform + pos: -38.5,-2.5 + parent: 2 + - uid: 15897 + components: + - type: Transform + pos: -36.5,-6.5 + parent: 2 + - uid: 15927 + components: + - type: Transform + pos: -45.5,-6.5 + parent: 2 + - uid: 15934 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - uid: 15935 + components: + - type: Transform + pos: -40.5,-4.5 + parent: 2 + - uid: 16039 + components: + - type: Transform + pos: -36.5,32.5 + parent: 2 + - uid: 16040 + components: + - type: Transform + pos: -35.5,32.5 + parent: 2 + - uid: 16048 + components: + - type: Transform + pos: 66.5,12.5 + parent: 2 + - uid: 16049 + components: + - type: Transform + pos: 76.5,1.5 + parent: 2 + - uid: 16105 + components: + - type: Transform + pos: 76.5,9.5 + parent: 2 + - uid: 16125 + components: + - type: Transform + pos: -46.5,33.5 + parent: 2 + - uid: 16132 + components: + - type: Transform + pos: 72.5,11.5 + parent: 2 + - uid: 16151 + components: + - type: Transform + pos: 73.5,-59.5 + parent: 2 + - uid: 16152 + components: + - type: Transform + pos: 77.5,-72.5 + parent: 2 + - uid: 16196 + components: + - type: Transform + pos: -22.5,29.5 + parent: 2 + - uid: 16199 + components: + - type: Transform + pos: -21.5,29.5 + parent: 2 + - uid: 16216 + components: + - type: Transform + pos: 72.5,-59.5 + parent: 2 + - uid: 16227 + components: + - type: Transform + pos: 57.5,-7.5 + parent: 2 + - uid: 16228 + components: + - type: Transform + pos: 54.5,-53.5 + parent: 2 + - uid: 16229 + components: + - type: Transform + pos: 75.5,6.5 + parent: 2 + - uid: 16333 + components: + - type: Transform + pos: -26.5,-16.5 + parent: 2 + - uid: 16366 + components: + - type: Transform + pos: -52.5,-14.5 + parent: 2 + - uid: 16367 + components: + - type: Transform + pos: -55.5,-14.5 + parent: 2 + - uid: 16368 + components: + - type: Transform + pos: -55.5,-10.5 + parent: 2 + - uid: 16369 + components: + - type: Transform + pos: -52.5,-10.5 + parent: 2 + - uid: 16608 + components: + - type: Transform + pos: -49.5,-12.5 + parent: 2 + - uid: 16609 + components: + - type: Transform + pos: -47.5,-12.5 + parent: 2 + - uid: 16640 + components: + - type: Transform + pos: 71.5,11.5 + parent: 2 + - uid: 16690 + components: + - type: Transform + pos: 73.5,11.5 + parent: 2 + - uid: 16717 + components: + - type: Transform + pos: -20.5,-63.5 + parent: 2 + - uid: 16718 + components: + - type: Transform + pos: -21.5,-63.5 + parent: 2 + - uid: 16719 + components: + - type: Transform + pos: -22.5,-63.5 + parent: 2 + - uid: 16721 + components: + - type: Transform + pos: 57.5,-61.5 + parent: 2 + - uid: 16780 + components: + - type: Transform + pos: -12.5,-65.5 + parent: 2 + - uid: 16784 + components: + - type: Transform + pos: -14.5,-63.5 + parent: 2 + - uid: 16785 + components: + - type: Transform + pos: -19.5,-63.5 + parent: 2 + - uid: 16787 + components: + - type: Transform + pos: -17.5,-63.5 + parent: 2 + - uid: 16788 + components: + - type: Transform + pos: -16.5,-63.5 + parent: 2 + - uid: 16789 + components: + - type: Transform + pos: -15.5,-63.5 + parent: 2 + - uid: 16795 + components: + - type: Transform + pos: -22.5,-62.5 + parent: 2 + - uid: 16796 + components: + - type: Transform + pos: -24.5,-62.5 + parent: 2 + - uid: 16797 + components: + - type: Transform + pos: -25.5,-62.5 + parent: 2 + - uid: 16798 + components: + - type: Transform + pos: -26.5,-62.5 + parent: 2 + - uid: 16801 + components: + - type: Transform + pos: -11.5,-65.5 + parent: 2 + - uid: 16820 + components: + - type: Transform + pos: -12.5,-63.5 + parent: 2 + - uid: 16829 + components: + - type: Transform + pos: -25.5,-65.5 + parent: 2 + - uid: 16830 + components: + - type: Transform + pos: -26.5,-65.5 + parent: 2 + - uid: 16832 + components: + - type: Transform + pos: -16.5,-62.5 + parent: 2 + - uid: 16833 + components: + - type: Transform + pos: -18.5,-62.5 + parent: 2 + - uid: 16836 + components: + - type: Transform + pos: -20.5,-62.5 + parent: 2 + - uid: 16837 + components: + - type: Transform + pos: -14.5,-62.5 + parent: 2 + - uid: 16838 + components: + - type: Transform + pos: -12.5,-62.5 + parent: 2 + - uid: 16960 + components: + - type: Transform + pos: -24.5,-66.5 + parent: 2 + - uid: 16984 + components: + - type: Transform + pos: 63.5,11.5 + parent: 2 + - uid: 17006 + components: + - type: Transform + pos: 60.5,11.5 + parent: 2 + - uid: 17028 + components: + - type: Transform + pos: 62.5,11.5 + parent: 2 + - uid: 17029 + components: + - type: Transform + pos: 64.5,10.5 + parent: 2 + - uid: 17030 + components: + - type: Transform + pos: 73.5,10.5 + parent: 2 + - uid: 17031 + components: + - type: Transform + pos: 64.5,11.5 + parent: 2 + - uid: 17032 + components: + - type: Transform + pos: 58.5,11.5 + parent: 2 + - uid: 17033 + components: + - type: Transform + pos: 59.5,11.5 + parent: 2 + - uid: 17063 + components: + - type: Transform + pos: 76.5,-2.5 + parent: 2 + - uid: 17105 + components: + - type: Transform + pos: -47.5,-20.5 + parent: 2 + - uid: 17106 + components: + - type: Transform + pos: -45.5,-18.5 + parent: 2 + - uid: 17107 + components: + - type: Transform + pos: -46.5,-18.5 + parent: 2 + - uid: 17108 + components: + - type: Transform + pos: -47.5,-19.5 + parent: 2 + - uid: 17111 + components: + - type: Transform + pos: 66.5,11.5 + parent: 2 + - uid: 17141 + components: + - type: Transform + pos: -52.5,-62.5 + parent: 2 + - uid: 17188 + components: + - type: Transform + pos: -59.5,-62.5 + parent: 2 + - uid: 17193 + components: + - type: Transform + pos: -51.5,-62.5 + parent: 2 + - uid: 17194 + components: + - type: Transform + pos: -56.5,-62.5 + parent: 2 + - uid: 17196 + components: + - type: Transform + pos: 87.5,-12.5 + parent: 2 + - uid: 17197 + components: + - type: Transform + pos: -60.5,17.5 + parent: 2 + - uid: 17198 + components: + - type: Transform + pos: -41.5,6.5 + parent: 2 + - uid: 17199 + components: + - type: Transform + pos: -25.5,39.5 + parent: 2 + - uid: 17242 + components: + - type: Transform + pos: -60.5,11.5 + parent: 2 + - uid: 17273 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 + - uid: 17276 + components: + - type: Transform + pos: -60.5,7.5 + parent: 2 + - uid: 17277 + components: + - type: Transform + pos: 86.5,-13.5 + parent: 2 + - uid: 17282 + components: + - type: Transform + pos: -45.5,6.5 + parent: 2 + - uid: 17283 + components: + - type: Transform + pos: -39.5,6.5 + parent: 2 + - uid: 17285 + components: + - type: Transform + pos: -18.5,4.5 + parent: 2 + - uid: 17286 + components: + - type: Transform + pos: -44.5,6.5 + parent: 2 + - uid: 17288 + components: + - type: Transform + pos: 92.5,-40.5 + parent: 2 + - uid: 17289 + components: + - type: Transform + pos: 91.5,-41.5 + parent: 2 + - uid: 17290 + components: + - type: Transform + pos: -18.5,2.5 + parent: 2 + - uid: 17291 + components: + - type: Transform + pos: 50.5,16.5 + parent: 2 + - uid: 17292 + components: + - type: Transform + pos: 51.5,16.5 + parent: 2 + - uid: 17293 + components: + - type: Transform + pos: 51.5,15.5 + parent: 2 + - uid: 17295 + components: + - type: Transform + pos: -36.5,6.5 + parent: 2 + - uid: 17296 + components: + - type: Transform + pos: -37.5,6.5 + parent: 2 + - uid: 17309 + components: + - type: Transform + pos: 57.5,12.5 + parent: 2 + - uid: 17683 + components: + - type: Transform + pos: -56.5,-46.5 + parent: 2 + - uid: 17710 + components: + - type: Transform + pos: 60.5,-52.5 + parent: 2 + - uid: 17711 + components: + - type: Transform + pos: 60.5,-54.5 + parent: 2 + - uid: 17712 + components: + - type: Transform + pos: 62.5,-54.5 + parent: 2 + - uid: 17713 + components: + - type: Transform + pos: 62.5,-52.5 + parent: 2 + - uid: 17725 + components: + - type: Transform + pos: -49.5,-52.5 + parent: 2 + - uid: 17729 + components: + - type: Transform + pos: 81.5,-24.5 + parent: 2 + - uid: 17751 + components: + - type: Transform + pos: -49.5,-63.5 + parent: 2 + - uid: 17752 + components: + - type: Transform + pos: -50.5,-63.5 + parent: 2 + - uid: 17758 + components: + - type: Transform + pos: 53.5,11.5 + parent: 2 + - uid: 17762 + components: + - type: Transform + pos: -60.5,18.5 + parent: 2 + - uid: 17765 + components: + - type: Transform + pos: -27.5,25.5 + parent: 2 + - uid: 17771 + components: + - type: Transform + pos: -23.5,41.5 + parent: 2 + - uid: 17772 + components: + - type: Transform + pos: -27.5,33.5 + parent: 2 + - uid: 17777 + components: + - type: Transform + pos: 61.5,-7.5 + parent: 2 + - uid: 17778 + components: + - type: Transform + pos: -27.5,32.5 + parent: 2 + - uid: 17781 + components: + - type: Transform + pos: -57.5,32.5 + parent: 2 + - uid: 17782 + components: + - type: Transform + pos: -9.5,27.5 + parent: 2 + - uid: 17784 + components: + - type: Transform + pos: -64.5,-44.5 + parent: 2 + - uid: 17785 + components: + - type: Transform + pos: -13.5,26.5 + parent: 2 + - uid: 17786 + components: + - type: Transform + pos: -13.5,25.5 + parent: 2 + - uid: 17787 + components: + - type: Transform + pos: -14.5,25.5 + parent: 2 + - uid: 17792 + components: + - type: Transform + pos: -61.5,20.5 + parent: 2 + - uid: 17794 + components: + - type: Transform + pos: 46.5,17.5 + parent: 2 + - uid: 17796 + components: + - type: Transform + pos: -54.5,6.5 + parent: 2 + - uid: 17797 + components: + - type: Transform + pos: -53.5,6.5 + parent: 2 + - uid: 17799 + components: + - type: Transform + pos: -56.5,6.5 + parent: 2 + - uid: 17802 + components: + - type: Transform + pos: -27.5,37.5 + parent: 2 + - uid: 17807 + components: + - type: Transform + pos: 45.5,17.5 + parent: 2 + - uid: 17808 + components: + - type: Transform + pos: 44.5,17.5 + parent: 2 + - uid: 17809 + components: + - type: Transform + pos: 43.5,17.5 + parent: 2 + - uid: 17810 + components: + - type: Transform + pos: 42.5,17.5 + parent: 2 + - uid: 17811 + components: + - type: Transform + pos: 41.5,17.5 + parent: 2 + - uid: 17812 + components: + - type: Transform + pos: 41.5,18.5 + parent: 2 + - uid: 17813 + components: + - type: Transform + pos: 44.5,18.5 + parent: 2 + - uid: 17814 + components: + - type: Transform + pos: 48.5,18.5 + parent: 2 + - uid: 17815 + components: + - type: Transform + pos: 48.5,17.5 + parent: 2 + - uid: 17816 + components: + - type: Transform + pos: 47.5,17.5 + parent: 2 + - uid: 17817 + components: + - type: Transform + pos: 49.5,18.5 + parent: 2 + - uid: 17818 + components: + - type: Transform + pos: 38.5,18.5 + parent: 2 + - uid: 17819 + components: + - type: Transform + pos: 36.5,18.5 + parent: 2 + - uid: 17843 + components: + - type: Transform + pos: -74.5,-46.5 + parent: 2 + - uid: 17846 + components: + - type: Transform + pos: -73.5,-45.5 + parent: 2 + - uid: 17887 + components: + - type: Transform + pos: -72.5,-44.5 + parent: 2 + - uid: 17889 + components: + - type: Transform + pos: -60.5,15.5 + parent: 2 + - uid: 17890 + components: + - type: Transform + pos: -14.5,40.5 + parent: 2 + - uid: 17891 + components: + - type: Transform + pos: -61.5,14.5 + parent: 2 + - uid: 17892 + components: + - type: Transform + pos: -76.5,-15.5 + parent: 2 + - uid: 17893 + components: + - type: Transform + pos: -60.5,16.5 + parent: 2 + - uid: 17894 + components: + - type: Transform + pos: -13.5,39.5 + parent: 2 + - uid: 17896 + components: + - type: Transform + pos: -76.5,-9.5 + parent: 2 + - uid: 17897 + components: + - type: Transform + pos: -61.5,19.5 + parent: 2 + - uid: 17898 + components: + - type: Transform + pos: -55.5,-3.5 + parent: 2 + - uid: 17899 + components: + - type: Transform + pos: -74.5,-45.5 + parent: 2 + - uid: 17900 + components: + - type: Transform + pos: -62.5,-3.5 + parent: 2 + - uid: 17901 + components: + - type: Transform + pos: -14.5,38.5 + parent: 2 + - uid: 17903 + components: + - type: Transform + pos: -76.5,-13.5 + parent: 2 + - uid: 17904 + components: + - type: Transform + pos: -57.5,-3.5 + parent: 2 + - uid: 17905 + components: + - type: Transform + pos: -49.5,5.5 + parent: 2 + - uid: 17912 + components: + - type: Transform + pos: 91.5,-40.5 + parent: 2 + - uid: 17914 + components: + - type: Transform + pos: -60.5,2.5 + parent: 2 + - uid: 17915 + components: + - type: Transform + pos: -60.5,4.5 + parent: 2 + - uid: 17926 + components: + - type: Transform + pos: -16.5,39.5 + parent: 2 + - uid: 17927 + components: + - type: Transform + pos: 85.5,-46.5 + parent: 2 + - uid: 17928 + components: + - type: Transform + pos: 86.5,-45.5 + parent: 2 + - uid: 17929 + components: + - type: Transform + pos: -60.5,1.5 + parent: 2 + - uid: 17934 + components: + - type: Transform + pos: -62.5,-21.5 + parent: 2 + - uid: 17935 + components: + - type: Transform + pos: -64.5,-21.5 + parent: 2 + - uid: 17936 + components: + - type: Transform + pos: -63.5,-21.5 + parent: 2 + - uid: 17939 + components: + - type: Transform + pos: -61.5,-21.5 + parent: 2 + - uid: 17940 + components: + - type: Transform + pos: -73.5,-21.5 + parent: 2 + - uid: 17941 + components: + - type: Transform + pos: -65.5,-21.5 + parent: 2 + - uid: 17950 + components: + - type: Transform + pos: -50.5,7.5 + parent: 2 + - uid: 17952 + components: + - type: Transform + pos: -66.5,-21.5 + parent: 2 + - uid: 17953 + components: + - type: Transform + pos: -54.5,-24.5 + parent: 2 + - uid: 17954 + components: + - type: Transform + pos: -60.5,-0.5 + parent: 2 + - uid: 17955 + components: + - type: Transform + pos: -56.5,-22.5 + parent: 2 + - uid: 17957 + components: + - type: Transform + pos: -55.5,-22.5 + parent: 2 + - uid: 17958 + components: + - type: Transform + pos: -60.5,5.5 + parent: 2 + - uid: 17959 + components: + - type: Transform + pos: -58.5,4.5 + parent: 2 + - uid: 17961 + components: + - type: Transform + pos: -75.5,-6.5 + parent: 2 + - uid: 17962 + components: + - type: Transform + pos: -71.5,-22.5 + parent: 2 + - uid: 17963 + components: + - type: Transform + pos: -59.5,4.5 + parent: 2 + - uid: 17965 + components: + - type: Transform + pos: -59.5,-22.5 + parent: 2 + - uid: 17966 + components: + - type: Transform + pos: -75.5,-18.5 + parent: 2 + - uid: 17968 + components: + - type: Transform + pos: 75.5,5.5 + parent: 2 + - uid: 18104 + components: + - type: Transform + pos: -75.5,-20.5 + parent: 2 + - uid: 18117 + components: + - type: Transform + pos: -73.5,-4.5 + parent: 2 + - uid: 18118 + components: + - type: Transform + pos: -68.5,-4.5 + parent: 2 + - uid: 18119 + components: + - type: Transform + pos: 86.5,-31.5 + parent: 2 + - uid: 18120 + components: + - type: Transform + pos: 86.5,-29.5 + parent: 2 + - uid: 18121 + components: + - type: Transform + pos: 86.5,-30.5 + parent: 2 + - uid: 18123 + components: + - type: Transform + pos: 84.5,-24.5 + parent: 2 + - uid: 18124 + components: + - type: Transform + pos: 82.5,-24.5 + parent: 2 + - uid: 18125 + components: + - type: Transform + pos: -71.5,-4.5 + parent: 2 + - uid: 18126 + components: + - type: Transform + pos: 80.5,-15.5 + parent: 2 + - uid: 18134 + components: + - type: Transform + pos: 61.5,12.5 + parent: 2 + - uid: 18136 + components: + - type: Transform + pos: -59.5,-3.5 + parent: 2 + - uid: 18137 + components: + - type: Transform + pos: 83.5,-14.5 + parent: 2 + - uid: 18138 + components: + - type: Transform + pos: 62.5,12.5 + parent: 2 + - uid: 18146 + components: + - type: Transform + pos: -61.5,10.5 + parent: 2 + - uid: 18147 + components: + - type: Transform + pos: -11.5,27.5 + parent: 2 + - uid: 18148 + components: + - type: Transform + pos: -36.5,7.5 + parent: 2 + - uid: 18150 + components: + - type: Transform + pos: -50.5,-62.5 + parent: 2 + - uid: 18175 + components: + - type: Transform + pos: -64.5,-20.5 + parent: 2 + - uid: 18188 + components: + - type: Transform + pos: -64.5,-62.5 + parent: 2 + - uid: 18189 + components: + - type: Transform + pos: -60.5,-3.5 + parent: 2 + - uid: 18202 + components: + - type: Transform + pos: -59.5,31.5 + parent: 2 + - uid: 18203 + components: + - type: Transform + pos: -31.5,25.5 + parent: 2 + - uid: 18204 + components: + - type: Transform + pos: -11.5,32.5 + parent: 2 + - uid: 18205 + components: + - type: Transform + pos: -30.5,25.5 + parent: 2 + - uid: 18206 + components: + - type: Transform + pos: -58.5,32.5 + parent: 2 + - uid: 18207 + components: + - type: Transform + pos: -29.5,25.5 + parent: 2 + - uid: 18209 + components: + - type: Transform + pos: -39.5,32.5 + parent: 2 + - uid: 18221 + components: + - type: Transform + pos: -54.5,31.5 + parent: 2 + - uid: 18224 + components: + - type: Transform + pos: -59.5,32.5 + parent: 2 + - uid: 18232 + components: + - type: Transform + pos: -61.5,-3.5 + parent: 2 + - uid: 18238 + components: + - type: Transform + pos: -54.5,33.5 + parent: 2 + - uid: 18241 + components: + - type: Transform + pos: -55.5,33.5 + parent: 2 + - uid: 18246 + components: + - type: Transform + pos: -60.5,32.5 + parent: 2 + - uid: 18253 + components: + - type: Transform + pos: -53.5,33.5 + parent: 2 + - uid: 18255 + components: + - type: Transform + pos: -76.5,-11.5 + parent: 2 + - uid: 18256 + components: + - type: Transform + pos: -63.5,-3.5 + parent: 2 + - uid: 18257 + components: + - type: Transform + pos: -55.5,32.5 + parent: 2 + - uid: 18259 + components: + - type: Transform + pos: -76.5,-14.5 + parent: 2 + - uid: 18263 + components: + - type: Transform + pos: -53.5,32.5 + parent: 2 + - uid: 18264 + components: + - type: Transform + pos: -11.5,34.5 + parent: 2 + - uid: 18268 + components: + - type: Transform + pos: -60.5,31.5 + parent: 2 + - uid: 18271 + components: + - type: Transform + pos: -59.5,33.5 + parent: 2 + - uid: 18272 + components: + - type: Transform + pos: 76.5,-3.5 + parent: 2 + - uid: 18273 + components: + - type: Transform + pos: -76.5,-10.5 + parent: 2 + - uid: 18274 + components: + - type: Transform + pos: 76.5,-1.5 + parent: 2 + - uid: 18275 + components: + - type: Transform + pos: -51.5,-64.5 + parent: 2 + - uid: 18276 + components: + - type: Transform + pos: 57.5,-6.5 + parent: 2 + - uid: 18277 + components: + - type: Transform + pos: -76.5,-16.5 + parent: 2 + - uid: 18280 + components: + - type: Transform + pos: -76.5,-6.5 + parent: 2 + - uid: 18281 + components: + - type: Transform + pos: 59.5,-6.5 + parent: 2 + - uid: 18282 + components: + - type: Transform + pos: 61.5,-6.5 + parent: 2 + - uid: 18283 + components: + - type: Transform + pos: 58.5,-6.5 + parent: 2 + - uid: 18285 + components: + - type: Transform + pos: 56.5,-6.5 + parent: 2 + - uid: 18287 + components: + - type: Transform + pos: 52.5,-6.5 + parent: 2 + - uid: 18288 + components: + - type: Transform + pos: 54.5,-6.5 + parent: 2 + - uid: 18289 + components: + - type: Transform + pos: 51.5,-6.5 + parent: 2 + - uid: 18290 + components: + - type: Transform + pos: 50.5,-6.5 + parent: 2 + - uid: 18291 + components: + - type: Transform + pos: 66.5,10.5 + parent: 2 + - uid: 18293 + components: + - type: Transform + pos: -76.5,-12.5 + parent: 2 + - uid: 18294 + components: + - type: Transform + pos: -59.5,-21.5 + parent: 2 + - uid: 18295 + components: + - type: Transform + pos: -60.5,-21.5 + parent: 2 + - uid: 18296 + components: + - type: Transform + pos: 70.5,10.5 + parent: 2 + - uid: 18297 + components: + - type: Transform + pos: 70.5,-5.5 + parent: 2 + - uid: 18298 + components: + - type: Transform + pos: 62.5,10.5 + parent: 2 + - uid: 18299 + components: + - type: Transform + pos: 62.5,-5.5 + parent: 2 + - uid: 18300 + components: + - type: Transform + pos: -67.5,-21.5 + parent: 2 + - uid: 18301 + components: + - type: Transform + pos: -76.5,-7.5 + parent: 2 + - uid: 18302 + components: + - type: Transform + pos: 66.5,-5.5 + parent: 2 + - uid: 18304 + components: + - type: Transform + pos: 58.5,10.5 + parent: 2 + - uid: 18305 + components: + - type: Transform + pos: 77.5,10.5 + parent: 2 + - uid: 18306 + components: + - type: Transform + pos: -68.5,-21.5 + parent: 2 + - uid: 18308 + components: + - type: Transform + pos: 76.5,12.5 + parent: 2 + - uid: 18309 + components: + - type: Transform + pos: 70.5,-7.5 + parent: 2 + - uid: 18310 + components: + - type: Transform + pos: 77.5,2.5 + parent: 2 + - uid: 18311 + components: + - type: Transform + pos: -50.5,-64.5 + parent: 2 + - uid: 18312 + components: + - type: Transform + pos: 65.5,-5.5 + parent: 2 + - uid: 18313 + components: + - type: Transform + pos: 77.5,12.5 + parent: 2 + - uid: 18314 + components: + - type: Transform + pos: 75.5,12.5 + parent: 2 + - uid: 18315 + components: + - type: Transform + pos: 77.5,3.5 + parent: 2 + - uid: 18317 + components: + - type: Transform + pos: 69.5,-7.5 + parent: 2 + - uid: 18318 + components: + - type: Transform + pos: 67.5,-7.5 + parent: 2 + - uid: 18322 + components: + - type: Transform + pos: 63.5,-7.5 + parent: 2 + - uid: 18323 + components: + - type: Transform + pos: -76.5,-8.5 + parent: 2 + - uid: 18324 + components: + - type: Transform + pos: 69.5,-6.5 + parent: 2 + - uid: 18325 + components: + - type: Transform + pos: 70.5,-6.5 + parent: 2 + - uid: 18326 + components: + - type: Transform + pos: 68.5,-6.5 + parent: 2 + - uid: 18327 + components: + - type: Transform + pos: 71.5,-6.5 + parent: 2 + - uid: 18328 + components: + - type: Transform + pos: 65.5,-6.5 + parent: 2 + - uid: 18329 + components: + - type: Transform + pos: 67.5,-6.5 + parent: 2 + - uid: 18330 + components: + - type: Transform + pos: 64.5,-6.5 + parent: 2 + - uid: 18332 + components: + - type: Transform + pos: 63.5,-6.5 + parent: 2 + - uid: 18333 + components: + - type: Transform + pos: 62.5,-6.5 + parent: 2 + - uid: 18334 + components: + - type: Transform + pos: 75.5,2.5 + parent: 2 + - uid: 18335 + components: + - type: Transform + pos: 75.5,10.5 + parent: 2 + - uid: 18336 + components: + - type: Transform + pos: 58.5,-5.5 + parent: 2 + - uid: 18339 + components: + - type: Transform + pos: 65.5,10.5 + parent: 2 + - uid: 18344 + components: + - type: Transform + pos: -36.5,9.5 + parent: 2 + - uid: 18345 + components: + - type: Transform + pos: -61.5,12.5 + parent: 2 + - uid: 18346 + components: + - type: Transform + pos: -38.5,6.5 + parent: 2 + - uid: 18349 + components: + - type: Transform + pos: -75.5,-5.5 + parent: 2 + - uid: 18367 + components: + - type: Transform + pos: -69.5,-3.5 + parent: 2 + - uid: 18368 + components: + - type: Transform + pos: -60.5,27.5 + parent: 2 + - uid: 18375 + components: + - type: Transform + pos: -60.5,13.5 + parent: 2 + - uid: 18376 + components: + - type: Transform + pos: -60.5,8.5 + parent: 2 + - uid: 18386 + components: + - type: Transform + pos: -36.5,5.5 + parent: 2 + - uid: 18400 + components: + - type: Transform + pos: -59.5,-2.5 + parent: 2 + - uid: 18408 + components: + - type: Transform + pos: 90.5,-15.5 + parent: 2 + - uid: 18422 + components: + - type: Transform + pos: 84.5,-15.5 + parent: 2 + - uid: 18428 + components: + - type: Transform + pos: -68.5,-2.5 + parent: 2 + - uid: 18429 + components: + - type: Transform + pos: 90.5,-13.5 + parent: 2 + - uid: 18430 + components: + - type: Transform + pos: -64.5,-2.5 + parent: 2 + - uid: 18432 + components: + - type: Transform + pos: -77.5,-8.5 + parent: 2 + - uid: 18436 + components: + - type: Transform + pos: -56.5,-3.5 + parent: 2 + - uid: 18438 + components: + - type: Transform + pos: -75.5,-8.5 + parent: 2 + - uid: 18449 + components: + - type: Transform + pos: 92.5,-29.5 + parent: 2 + - uid: 18450 + components: + - type: Transform + pos: 92.5,-28.5 + parent: 2 + - uid: 18451 + components: + - type: Transform + pos: 92.5,-27.5 + parent: 2 + - uid: 18452 + components: + - type: Transform + pos: 92.5,-32.5 + parent: 2 + - uid: 18453 + components: + - type: Transform + pos: 92.5,-33.5 + parent: 2 + - uid: 18463 + components: + - type: Transform + pos: 90.5,-14.5 + parent: 2 + - uid: 18468 + components: + - type: Transform + pos: -75.5,-16.5 + parent: 2 + - uid: 18469 + components: + - type: Transform + pos: -59.5,-4.5 + parent: 2 + - uid: 18471 + components: + - type: Transform + pos: 92.5,-17.5 + parent: 2 + - uid: 18472 + components: + - type: Transform + pos: 94.5,-17.5 + parent: 2 + - uid: 18495 + components: + - type: Transform + pos: 95.5,-30.5 + parent: 2 + - uid: 18496 + components: + - type: Transform + pos: 94.5,-30.5 + parent: 2 + - uid: 18497 + components: + - type: Transform + pos: 97.5,-28.5 + parent: 2 + - uid: 18498 + components: + - type: Transform + pos: 97.5,-26.5 + parent: 2 + - uid: 18500 + components: + - type: Transform + pos: 97.5,-24.5 + parent: 2 + - uid: 18501 + components: + - type: Transform + pos: 95.5,-19.5 + parent: 2 + - uid: 18503 + components: + - type: Transform + pos: 97.5,-36.5 + parent: 2 + - uid: 18506 + components: + - type: Transform + pos: -69.5,-21.5 + parent: 2 + - uid: 18511 + components: + - type: Transform + pos: -68.5,-22.5 + parent: 2 + - uid: 18517 + components: + - type: Transform + pos: 84.5,-46.5 + parent: 2 + - uid: 18533 + components: + - type: Transform + pos: 92.5,-39.5 + parent: 2 + - uid: 18534 + components: + - type: Transform + pos: 88.5,-43.5 + parent: 2 + - uid: 18536 + components: + - type: Transform + pos: 94.5,-37.5 + parent: 2 + - uid: 18537 + components: + - type: Transform + pos: 83.5,-47.5 + parent: 2 + - uid: 18600 + components: + - type: Transform + pos: -58.5,-62.5 + parent: 2 + - uid: 18604 + components: + - type: Transform + pos: -36.5,4.5 + parent: 2 + - uid: 18606 + components: + - type: Transform + pos: -24.5,40.5 + parent: 2 + - uid: 18609 + components: + - type: Transform + pos: -63.5,-62.5 + parent: 2 + - uid: 18615 + components: + - type: Transform + pos: 67.5,12.5 + parent: 2 + - uid: 18629 + components: + - type: Transform + pos: 72.5,-6.5 + parent: 2 + - uid: 18632 + components: + - type: Transform + pos: 80.5,-6.5 + parent: 2 + - uid: 18641 + components: + - type: Transform + pos: 78.5,-4.5 + parent: 2 + - uid: 18770 + components: + - type: Transform + pos: 84.5,-13.5 + parent: 2 + - uid: 18771 + components: + - type: Transform + pos: 88.5,-11.5 + parent: 2 + - uid: 18772 + components: + - type: Transform + pos: 86.5,-11.5 + parent: 2 + - uid: 18775 + components: + - type: Transform + pos: 84.5,-12.5 + parent: 2 + - uid: 18781 + components: + - type: Transform + pos: 87.5,-11.5 + parent: 2 + - uid: 18782 + components: + - type: Transform + pos: 95.5,-36.5 + parent: 2 + - uid: 18783 + components: + - type: Transform + pos: 95.5,-37.5 + parent: 2 + - uid: 18784 + components: + - type: Transform + pos: 94.5,-36.5 + parent: 2 + - uid: 18785 + components: + - type: Transform + pos: 78.5,-55.5 + parent: 2 + - uid: 18786 + components: + - type: Transform + pos: 77.5,-56.5 + parent: 2 + - uid: 18787 + components: + - type: Transform + pos: 76.5,-55.5 + parent: 2 + - uid: 18788 + components: + - type: Transform + pos: 77.5,-55.5 + parent: 2 + - uid: 18789 + components: + - type: Transform + pos: 94.5,-38.5 + parent: 2 + - uid: 18790 + components: + - type: Transform + pos: 80.5,-52.5 + parent: 2 + - uid: 18791 + components: + - type: Transform + pos: 80.5,-54.5 + parent: 2 + - uid: 18793 + components: + - type: Transform + pos: 78.5,-54.5 + parent: 2 + - uid: 18801 + components: + - type: Transform + pos: 69.5,-72.5 + parent: 2 + - uid: 18825 + components: + - type: Transform + pos: -58.5,0.5 + parent: 2 + - uid: 18826 + components: + - type: Transform + pos: -77.5,-16.5 + parent: 2 + - uid: 18827 + components: + - type: Transform + pos: -60.5,0.5 + parent: 2 + - uid: 18828 + components: + - type: Transform + pos: -67.5,-3.5 + parent: 2 + - uid: 18830 + components: + - type: Transform + pos: -57.5,-21.5 + parent: 2 + - uid: 18831 + components: + - type: Transform + pos: -58.5,-21.5 + parent: 2 + - uid: 18841 + components: + - type: Transform + pos: -59.5,0.5 + parent: 2 + - uid: 18849 + components: + - type: Transform + pos: 54.5,-45.5 + parent: 2 + - uid: 18870 + components: + - type: Transform + pos: -40.5,-25.5 + parent: 2 + - uid: 18871 + components: + - type: Transform + pos: -42.5,-27.5 + parent: 2 + - uid: 19031 + components: + - type: Transform + pos: -76.5,-17.5 + parent: 2 + - uid: 19033 + components: + - type: Transform + pos: -66.5,-3.5 + parent: 2 + - uid: 19034 + components: + - type: Transform + pos: -65.5,-3.5 + parent: 2 + - uid: 19035 + components: + - type: Transform + pos: -64.5,-3.5 + parent: 2 + - uid: 19036 + components: + - type: Transform + pos: -75.5,-4.5 + parent: 2 + - uid: 19037 + components: + - type: Transform + pos: -59.5,2.5 + parent: 2 + - uid: 19038 + components: + - type: Transform + pos: 93.5,-38.5 + parent: 2 + - uid: 19039 + components: + - type: Transform + pos: 87.5,-44.5 + parent: 2 + - uid: 19040 + components: + - type: Transform + pos: 86.5,-15.5 + parent: 2 + - uid: 19043 + components: + - type: Transform + pos: -75.5,-12.5 + parent: 2 + - uid: 19044 + components: + - type: Transform + pos: -76.5,-18.5 + parent: 2 + - uid: 19045 + components: + - type: Transform + pos: -55.5,-21.5 + parent: 2 + - uid: 19046 + components: + - type: Transform + pos: -56.5,-21.5 + parent: 2 + - uid: 19047 + components: + - type: Transform + pos: -60.5,-1.5 + parent: 2 + - uid: 19048 + components: + - type: Transform + pos: 86.5,-34.5 + parent: 2 + - uid: 19049 + components: + - type: Transform + pos: 86.5,-35.5 + parent: 2 + - uid: 19050 + components: + - type: Transform + pos: 85.5,-36.5 + parent: 2 + - uid: 19051 + components: + - type: Transform + pos: 89.5,-42.5 + parent: 2 + - uid: 19056 + components: + - type: Transform + pos: 86.5,-38.5 + parent: 2 + - uid: 19057 + components: + - type: Transform + pos: 62.5,-49.5 + parent: 2 + - uid: 19058 + components: + - type: Transform + pos: 59.5,-74.5 + parent: 2 + - uid: 19059 + components: + - type: Transform + pos: 61.5,-50.5 + parent: 2 + - uid: 19060 + components: + - type: Transform + pos: 55.5,-57.5 + parent: 2 + - uid: 19061 + components: + - type: Transform + pos: 54.5,-60.5 + parent: 2 + - uid: 19062 + components: + - type: Transform + pos: 56.5,-64.5 + parent: 2 + - uid: 19063 + components: + - type: Transform + pos: 58.5,-63.5 + parent: 2 + - uid: 19064 + components: + - type: Transform + pos: 58.5,-69.5 + parent: 2 + - uid: 19065 + components: + - type: Transform + pos: 56.5,-72.5 + parent: 2 + - uid: 19066 + components: + - type: Transform + pos: 59.5,-75.5 + parent: 2 + - uid: 19067 + components: + - type: Transform + pos: 58.5,-75.5 + parent: 2 + - uid: 19068 + components: + - type: Transform + pos: 58.5,-76.5 + parent: 2 + - uid: 19184 + components: + - type: Transform + pos: -16.5,-84.5 + parent: 2 + - uid: 19188 + components: + - type: Transform + pos: -15.5,-84.5 + parent: 2 + - uid: 19189 + components: + - type: Transform + pos: -14.5,-84.5 + parent: 2 + - uid: 19190 + components: + - type: Transform + pos: -14.5,-82.5 + parent: 2 + - uid: 19191 + components: + - type: Transform + pos: -15.5,-82.5 + parent: 2 + - uid: 19192 + components: + - type: Transform + pos: -16.5,-82.5 + parent: 2 + - uid: 19193 + components: + - type: Transform + pos: -13.5,-82.5 + parent: 2 + - uid: 19194 + components: + - type: Transform + pos: -13.5,-83.5 + parent: 2 + - uid: 19195 + components: + - type: Transform + pos: -12.5,-83.5 + parent: 2 + - uid: 19196 + components: + - type: Transform + pos: -11.5,-83.5 + parent: 2 + - uid: 19197 + components: + - type: Transform + pos: -11.5,-82.5 + parent: 2 + - uid: 19198 + components: + - type: Transform + pos: -11.5,-81.5 + parent: 2 + - uid: 19199 + components: + - type: Transform + pos: -11.5,-80.5 + parent: 2 + - uid: 19200 + components: + - type: Transform + pos: -9.5,-80.5 + parent: 2 + - uid: 19201 + components: + - type: Transform + pos: -9.5,-82.5 + parent: 2 + - uid: 19202 + components: + - type: Transform + pos: -10.5,-82.5 + parent: 2 + - uid: 19203 + components: + - type: Transform + pos: -9.5,-81.5 + parent: 2 + - uid: 19204 + components: + - type: Transform + pos: 3.5,-82.5 + parent: 2 + - uid: 19205 + components: + - type: Transform + pos: -8.5,-81.5 + parent: 2 + - uid: 19206 + components: + - type: Transform + pos: -7.5,-81.5 + parent: 2 + - uid: 19207 + components: + - type: Transform + pos: -7.5,-80.5 + parent: 2 + - uid: 19208 + components: + - type: Transform + pos: -5.5,-80.5 + parent: 2 + - uid: 19209 + components: + - type: Transform + pos: -5.5,-81.5 + parent: 2 + - uid: 19210 + components: + - type: Transform + pos: -5.5,-82.5 + parent: 2 + - uid: 19211 + components: + - type: Transform + pos: -5.5,-83.5 + parent: 2 + - uid: 19212 + components: + - type: Transform + pos: -4.5,-81.5 + parent: 2 + - uid: 19213 + components: + - type: Transform + pos: -3.5,-81.5 + parent: 2 + - uid: 19214 + components: + - type: Transform + pos: -6.5,-82.5 + parent: 2 + - uid: 19215 + components: + - type: Transform + pos: -3.5,-82.5 + parent: 2 + - uid: 19216 + components: + - type: Transform + pos: -2.5,-82.5 + parent: 2 + - uid: 19217 + components: + - type: Transform + pos: -1.5,-82.5 + parent: 2 + - uid: 19218 + components: + - type: Transform + pos: -0.5,-82.5 + parent: 2 + - uid: 19219 + components: + - type: Transform + pos: -0.5,-84.5 + parent: 2 + - uid: 19220 + components: + - type: Transform + pos: -1.5,-84.5 + parent: 2 + - uid: 19221 + components: + - type: Transform + pos: -2.5,-84.5 + parent: 2 + - uid: 19222 + components: + - type: Transform + pos: -3.5,-84.5 + parent: 2 + - uid: 19223 + components: + - type: Transform + pos: -0.5,-83.5 + parent: 2 + - uid: 19224 + components: + - type: Transform + pos: 0.5,-83.5 + parent: 2 + - uid: 19225 + components: + - type: Transform + pos: 1.5,-83.5 + parent: 2 + - uid: 19226 + components: + - type: Transform + pos: 3.5,-83.5 + parent: 2 + - uid: 19227 + components: + - type: Transform + pos: 2.5,-83.5 + parent: 2 + - uid: 19228 + components: + - type: Transform + pos: 3.5,-85.5 + parent: 2 + - uid: 19229 + components: + - type: Transform + pos: 2.5,-85.5 + parent: 2 + - uid: 19230 + components: + - type: Transform + pos: 1.5,-85.5 + parent: 2 + - uid: 19231 + components: + - type: Transform + pos: 0.5,-85.5 + parent: 2 + - uid: 19232 + components: + - type: Transform + pos: -0.5,-85.5 + parent: 2 + - uid: 19233 + components: + - type: Transform + pos: 4.5,-82.5 + parent: 2 + - uid: 19234 + components: + - type: Transform + pos: 5.5,-82.5 + parent: 2 + - uid: 19235 + components: + - type: Transform + pos: 6.5,-82.5 + parent: 2 + - uid: 19236 + components: + - type: Transform + pos: 6.5,-84.5 + parent: 2 + - uid: 19237 + components: + - type: Transform + pos: 4.5,-84.5 + parent: 2 + - uid: 19238 + components: + - type: Transform + pos: 5.5,-84.5 + parent: 2 + - uid: 19239 + components: + - type: Transform + pos: 6.5,-83.5 + parent: 2 + - uid: 19240 + components: + - type: Transform + pos: 8.5,-80.5 + parent: 2 + - uid: 19241 + components: + - type: Transform + pos: 8.5,-81.5 + parent: 2 + - uid: 19242 + components: + - type: Transform + pos: 8.5,-82.5 + parent: 2 + - uid: 19243 + components: + - type: Transform + pos: 8.5,-83.5 + parent: 2 + - uid: 19244 + components: + - type: Transform + pos: 10.5,-82.5 + parent: 2 + - uid: 19245 + components: + - type: Transform + pos: 10.5,-81.5 + parent: 2 + - uid: 19246 + components: + - type: Transform + pos: 9.5,-80.5 + parent: 2 + - uid: 19247 + components: + - type: Transform + pos: 9.5,-82.5 + parent: 2 + - uid: 19248 + components: + - type: Transform + pos: 11.5,-81.5 + parent: 2 + - uid: 19249 + components: + - type: Transform + pos: 12.5,-81.5 + parent: 2 + - uid: 19250 + components: + - type: Transform + pos: 12.5,-82.5 + parent: 2 + - uid: 19251 + components: + - type: Transform + pos: 13.5,-82.5 + parent: 2 + - uid: 19252 + components: + - type: Transform + pos: 14.5,-82.5 + parent: 2 + - uid: 19253 + components: + - type: Transform + pos: 14.5,-83.5 + parent: 2 + - uid: 19254 + components: + - type: Transform + pos: 15.5,-83.5 + parent: 2 + - uid: 19255 + components: + - type: Transform + pos: 16.5,-83.5 + parent: 2 + - uid: 19256 + components: + - type: Transform + pos: 16.5,-82.5 + parent: 2 + - uid: 19257 + components: + - type: Transform + pos: 17.5,-82.5 + parent: 2 + - uid: 19258 + components: + - type: Transform + pos: 18.5,-82.5 + parent: 2 + - uid: 19259 + components: + - type: Transform + pos: 19.5,-82.5 + parent: 2 + - uid: 19260 + components: + - type: Transform + pos: 16.5,-81.5 + parent: 2 + - uid: 19261 + components: + - type: Transform + pos: 15.5,-81.5 + parent: 2 + - uid: 19262 + components: + - type: Transform + pos: 13.5,-80.5 + parent: 2 + - uid: 19263 + components: + - type: Transform + pos: 13.5,-80.5 + parent: 2 + - uid: 19264 + components: + - type: Transform + pos: 11.5,-79.5 + parent: 2 + - uid: 19265 + components: + - type: Transform + pos: 10.5,-79.5 + parent: 2 + - uid: 19266 + components: + - type: Transform + pos: 16.5,-84.5 + parent: 2 + - uid: 19267 + components: + - type: Transform + pos: 17.5,-84.5 + parent: 2 + - uid: 19268 + components: + - type: Transform + pos: 18.5,-84.5 + parent: 2 + - uid: 19269 + components: + - type: Transform + pos: -9.5,-79.5 + parent: 2 + - uid: 19270 + components: + - type: Transform + pos: -7.5,-79.5 + parent: 2 + - uid: 19271 + components: + - type: Transform + pos: 10.5,-78.5 + parent: 2 + - uid: 19544 + components: + - type: Transform + pos: 81.5,-50.5 + parent: 2 + - uid: 19545 + components: + - type: Transform + pos: 77.5,-13.5 + parent: 2 + - uid: 19583 + components: + - type: Transform + pos: -73.5,-3.5 + parent: 2 + - uid: 19584 + components: + - type: Transform + pos: -77.5,-12.5 + parent: 2 + - uid: 19585 + components: + - type: Transform + pos: -74.5,-4.5 + parent: 2 + - uid: 19586 + components: + - type: Transform + pos: -58.5,2.5 + parent: 2 + - uid: 19591 + components: + - type: Transform + pos: 76.5,-12.5 + parent: 2 + - uid: 19592 + components: + - type: Transform + pos: 82.5,-47.5 + parent: 2 + - uid: 19602 + components: + - type: Transform + pos: -18.5,7.5 + parent: 2 + - uid: 19606 + components: + - type: Transform + pos: -18.5,5.5 + parent: 2 + - uid: 19607 + components: + - type: Transform + pos: -18.5,1.5 + parent: 2 + - uid: 19625 + components: + - type: Transform + pos: -18.5,6.5 + parent: 2 + - uid: 19627 + components: + - type: Transform + pos: -53.5,-25.5 + parent: 2 + - uid: 19629 + components: + - type: Transform + pos: -71.5,-2.5 + parent: 2 + - uid: 19630 + components: + - type: Transform + pos: -58.5,-3.5 + parent: 2 + - uid: 19631 + components: + - type: Transform + pos: -71.5,-3.5 + parent: 2 + - uid: 19632 + components: + - type: Transform + pos: -72.5,-3.5 + parent: 2 + - uid: 19633 + components: + - type: Transform + pos: -74.5,-20.5 + parent: 2 + - uid: 19634 + components: + - type: Transform + pos: -71.5,-21.5 + parent: 2 + - uid: 19637 + components: + - type: Transform + pos: -64.5,-4.5 + parent: 2 + - uid: 19638 + components: + - type: Transform + pos: -70.5,-21.5 + parent: 2 + - uid: 19639 + components: + - type: Transform + pos: -71.5,-20.5 + parent: 2 + - uid: 19640 + components: + - type: Transform + pos: -59.5,-20.5 + parent: 2 + - uid: 19759 + components: + - type: Transform + pos: -52.5,-20.5 + parent: 2 + - uid: 19760 + components: + - type: Transform + pos: -72.5,-21.5 + parent: 2 + - uid: 19761 + components: + - type: Transform + pos: -73.5,-20.5 + parent: 2 + - uid: 19765 + components: + - type: Transform + pos: -68.5,-20.5 + parent: 2 + - uid: 19766 + components: + - type: Transform + pos: -64.5,-22.5 + parent: 2 + - uid: 19767 + components: + - type: Transform + pos: -68.5,-3.5 + parent: 2 + - uid: 19772 + components: + - type: Transform + pos: -60.5,-2.5 + parent: 2 + - uid: 19773 + components: + - type: Transform + pos: -55.5,-23.5 + parent: 2 + - uid: 19774 + components: + - type: Transform + pos: -70.5,-3.5 + parent: 2 + - uid: 19776 + components: + - type: Transform + pos: -60.5,3.5 + parent: 2 + - uid: 19777 + components: + - type: Transform + pos: -75.5,-19.5 + parent: 2 + - uid: 19861 + components: + - type: Transform + pos: 72.5,-8.5 + parent: 2 + - uid: 19862 + components: + - type: Transform + pos: 74.5,-10.5 + parent: 2 + - uid: 19925 + components: + - type: Transform + pos: 40.5,-69.5 + parent: 2 + - uid: 19926 + components: + - type: Transform + pos: 39.5,-73.5 + parent: 2 + - uid: 19927 + components: + - type: Transform + pos: 37.5,-75.5 + parent: 2 + - uid: 19928 + components: + - type: Transform + pos: 30.5,-63.5 + parent: 2 + - uid: 19929 + components: + - type: Transform + pos: 28.5,-69.5 + parent: 2 + - uid: 19930 + components: + - type: Transform + pos: 26.5,-69.5 + parent: 2 + - uid: 19931 + components: + - type: Transform + pos: 24.5,-69.5 + parent: 2 + - uid: 19932 + components: + - type: Transform + pos: 22.5,-69.5 + parent: 2 + - uid: 19933 + components: + - type: Transform + pos: 18.5,-69.5 + parent: 2 + - uid: 19934 + components: + - type: Transform + pos: 73.5,-9.5 + parent: 2 + - uid: 19936 + components: + - type: Transform + pos: 16.5,-70.5 + parent: 2 + - uid: 19937 + components: + - type: Transform + pos: 17.5,-70.5 + parent: 2 + - uid: 19938 + components: + - type: Transform + pos: 18.5,-70.5 + parent: 2 + - uid: 19940 + components: + - type: Transform + pos: 20.5,-70.5 + parent: 2 + - uid: 19941 + components: + - type: Transform + pos: 21.5,-70.5 + parent: 2 + - uid: 19942 + components: + - type: Transform + pos: 22.5,-70.5 + parent: 2 + - uid: 19943 + components: + - type: Transform + pos: 23.5,-70.5 + parent: 2 + - uid: 19945 + components: + - type: Transform + pos: 25.5,-70.5 + parent: 2 + - uid: 19947 + components: + - type: Transform + pos: 27.5,-70.5 + parent: 2 + - uid: 19948 + components: + - type: Transform + pos: 28.5,-70.5 + parent: 2 + - uid: 19950 + components: + - type: Transform + pos: 29.5,-68.5 + parent: 2 + - uid: 19952 + components: + - type: Transform + pos: 27.5,-68.5 + parent: 2 + - uid: 19953 + components: + - type: Transform + pos: 26.5,-68.5 + parent: 2 + - uid: 19955 + components: + - type: Transform + pos: 24.5,-68.5 + parent: 2 + - uid: 19956 + components: + - type: Transform + pos: 23.5,-68.5 + parent: 2 + - uid: 19957 + components: + - type: Transform + pos: 21.5,-68.5 + parent: 2 + - uid: 19958 + components: + - type: Transform + pos: 20.5,-68.5 + parent: 2 + - uid: 19959 + components: + - type: Transform + pos: 19.5,-68.5 + parent: 2 + - uid: 19961 + components: + - type: Transform + pos: 17.5,-68.5 + parent: 2 + - uid: 19962 + components: + - type: Transform + pos: 16.5,-68.5 + parent: 2 + - uid: 19963 + components: + - type: Transform + pos: 15.5,-68.5 + parent: 2 + - uid: 19964 + components: + - type: Transform + pos: 14.5,-69.5 + parent: 2 + - uid: 19965 + components: + - type: Transform + pos: 14.5,-70.5 + parent: 2 + - uid: 19966 + components: + - type: Transform + pos: 14.5,-68.5 + parent: 2 + - uid: 19970 + components: + - type: Transform + pos: 93.5,-39.5 + parent: 2 + - uid: 20005 + components: + - type: Transform + pos: 89.5,-41.5 + parent: 2 + - uid: 20006 + components: + - type: Transform + pos: 88.5,-42.5 + parent: 2 + - uid: 20007 + components: + - type: Transform + pos: 89.5,-43.5 + parent: 2 + - uid: 20008 + components: + - type: Transform + pos: 86.5,-44.5 + parent: 2 + - uid: 20009 + components: + - type: Transform + pos: 85.5,-45.5 + parent: 2 + - uid: 20010 + components: + - type: Transform + pos: 83.5,-46.5 + parent: 2 + - uid: 20068 + components: + - type: Transform + pos: 64.5,-47.5 + parent: 2 + - uid: 20069 + components: + - type: Transform + pos: 65.5,-46.5 + parent: 2 + - uid: 20070 + components: + - type: Transform + pos: 66.5,-46.5 + parent: 2 + - uid: 20071 + components: + - type: Transform + pos: 70.5,-49.5 + parent: 2 + - uid: 20072 + components: + - type: Transform + pos: 70.5,-50.5 + parent: 2 + - uid: 20073 + components: + - type: Transform + pos: 70.5,-51.5 + parent: 2 + - uid: 20074 + components: + - type: Transform + pos: 75.5,-53.5 + parent: 2 + - uid: 20075 + components: + - type: Transform + pos: 75.5,-49.5 + parent: 2 + - uid: 20076 + components: + - type: Transform + pos: 71.5,-54.5 + parent: 2 + - uid: 20077 + components: + - type: Transform + pos: 70.5,-54.5 + parent: 2 + - uid: 20092 + components: + - type: Transform + pos: 88.5,-13.5 + parent: 2 + - uid: 20093 + components: + - type: Transform + pos: 87.5,-14.5 + parent: 2 + - uid: 20116 + components: + - type: Transform + pos: -72.5,-9.5 + parent: 2 + - uid: 20117 + components: + - type: Transform + pos: -73.5,-12.5 + parent: 2 + - uid: 20118 + components: + - type: Transform + pos: -72.5,-17.5 + parent: 2 + - uid: 20119 + components: + - type: Transform + pos: -69.5,-17.5 + parent: 2 + - uid: 20120 + components: + - type: Transform + pos: -65.5,-18.5 + parent: 2 +- proto: GrilleBroken + entities: + - uid: 656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -71.5,-46.5 + parent: 2 + - uid: 1221 + components: + - type: Transform + pos: -13.5,27.5 + parent: 2 + - uid: 2054 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-5.5 + parent: 2 + - uid: 3606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-47.5 + parent: 2 + - uid: 4713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-3.5 + parent: 2 + - uid: 5457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,29.5 + parent: 2 + - uid: 5482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,1.5 + parent: 2 + - uid: 5720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-13.5 + parent: 2 + - uid: 5762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -69.5,-63.5 + parent: 2 + - uid: 6060 + components: + - type: Transform + pos: 18.5,5.5 + parent: 2 + - uid: 6143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,36.5 + parent: 2 + - uid: 6750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,29.5 + parent: 2 + - uid: 7753 + components: + - type: Transform + pos: -8.5,27.5 + parent: 2 + - uid: 8301 + components: + - type: Transform + pos: -60.5,24.5 + parent: 2 + - uid: 8361 + components: + - type: Transform + pos: -16.5,41.5 + parent: 2 + - uid: 8398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,33.5 + parent: 2 + - uid: 9632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-62.5 + parent: 2 + - uid: 10475 + components: + - type: Transform + pos: -55.5,-62.5 + parent: 2 + - uid: 10485 + components: + - type: Transform + pos: -67.5,-62.5 + parent: 2 + - uid: 10781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-6.5 + parent: 2 + - uid: 10798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-57.5 + parent: 2 + - uid: 11440 + components: + - type: Transform + pos: 19.5,12.5 + parent: 2 + - uid: 11618 + components: + - type: Transform + pos: -21.5,-62.5 + parent: 2 + - uid: 11768 + components: + - type: Transform + pos: -24.5,-65.5 + parent: 2 + - uid: 11835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-64.5 + parent: 2 + - uid: 12330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-6.5 + parent: 2 + - uid: 12397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,7.5 + parent: 2 + - uid: 13308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-64.5 + parent: 2 + - uid: 14269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,-62.5 + parent: 2 + - uid: 14277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-57.5 + parent: 2 + - uid: 14280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,-44.5 + parent: 2 + - uid: 14416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-66.5 + parent: 2 + - uid: 15709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-4.5 + parent: 2 + - uid: 15925 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-63.5 + parent: 2 + - uid: 16226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,11.5 + parent: 2 + - uid: 17130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,10.5 + parent: 2 + - uid: 17183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,39.5 + parent: 2 + - uid: 17278 + components: + - type: Transform + pos: -28.5,29.5 + parent: 2 + - uid: 17302 + components: + - type: Transform + pos: 51.5,14.5 + parent: 2 + - uid: 17763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,31.5 + parent: 2 + - uid: 17780 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-46.5 + parent: 2 + - uid: 17783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -62.5,-44.5 + parent: 2 + - uid: 17823 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,16.5 + parent: 2 + - uid: 17824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,18.5 + parent: 2 + - uid: 17826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,18.5 + parent: 2 + - uid: 17827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,18.5 + parent: 2 + - uid: 17907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-66.5 + parent: 2 + - uid: 17909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,-56.5 + parent: 2 + - uid: 17911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-74.5 + parent: 2 + - uid: 18227 + components: + - type: Transform + pos: -56.5,32.5 + parent: 2 + - uid: 18228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,6.5 + parent: 2 + - uid: 18229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,32.5 + parent: 2 + - uid: 18230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,32.5 + parent: 2 + - uid: 18231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,32.5 + parent: 2 + - uid: 18233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,6.5 + parent: 2 + - uid: 18235 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,32.5 + parent: 2 + - uid: 18236 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,6.5 + parent: 2 + - uid: 18251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,12.5 + parent: 2 + - uid: 18252 + components: + - type: Transform + pos: -61.5,11.5 + parent: 2 + - uid: 18254 + components: + - type: Transform + pos: -43.5,7.5 + parent: 2 + - uid: 18260 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,32.5 + parent: 2 + - uid: 18261 + components: + - type: Transform + pos: -61.5,33.5 + parent: 2 + - uid: 18266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,-51.5 + parent: 2 + - uid: 18278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,-5.5 + parent: 2 + - uid: 18279 + components: + - type: Transform + pos: 67.5,-5.5 + parent: 2 + - uid: 18284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,11.5 + parent: 2 + - uid: 18286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,11.5 + parent: 2 + - uid: 18307 + components: + - type: Transform + pos: 56.5,11.5 + parent: 2 + - uid: 18316 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,4.5 + parent: 2 + - uid: 18319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.5,-7.5 + parent: 2 + - uid: 18320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 71.5,-7.5 + parent: 2 + - uid: 18331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,8.5 + parent: 2 + - uid: 18369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,36.5 + parent: 2 + - uid: 18370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,39.5 + parent: 2 + - uid: 18541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,-36.5 + parent: 2 + - uid: 18792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-4.5 + parent: 2 + - uid: 19150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-48.5 + parent: 2 + - uid: 19272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-84.5 + parent: 2 + - uid: 19273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-83.5 + parent: 2 + - uid: 19274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-81.5 + parent: 2 + - uid: 19276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-84.5 + parent: 2 + - uid: 19608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,-60.5 + parent: 2 + - uid: 19622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 80.5,-5.5 + parent: 2 + - uid: 19628 + components: + - type: Transform + pos: 65.5,-72.5 + parent: 2 + - uid: 19827 + components: + - type: Transform + pos: 76.5,-11.5 + parent: 2 + - uid: 19839 + components: + - type: Transform + pos: 75.5,-11.5 + parent: 2 + - uid: 20053 + components: + - type: Transform + pos: 71.5,-44.5 + parent: 2 + - uid: 20056 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-40.5 + parent: 2 + - uid: 20057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.5,-42.5 + parent: 2 + - uid: 20058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,-33.5 + parent: 2 + - uid: 20059 + components: + - type: Transform + pos: 92.5,-31.5 + parent: 2 + - uid: 20060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,-23.5 + parent: 2 + - uid: 20061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 84.5,-17.5 + parent: 2 + - uid: 20062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 91.5,-17.5 + parent: 2 + - uid: 20063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 96.5,-28.5 + parent: 2 + - uid: 20064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-43.5 + parent: 2 + - uid: 20065 + components: + - type: Transform + pos: 82.5,-46.5 + parent: 2 + - uid: 20066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-48.5 + parent: 2 + - uid: 20067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-39.5 + parent: 2 + - uid: 20078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-53.5 + parent: 2 + - uid: 20079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,-48.5 + parent: 2 + - uid: 20080 + components: + - type: Transform + pos: 75.5,-52.5 + parent: 2 + - uid: 20081 + components: + - type: Transform + pos: 77.5,-54.5 + parent: 2 +- proto: GrilleSpawner + entities: + - uid: 751 + components: + - type: Transform + pos: -60.5,14.5 + parent: 2 + - uid: 753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.5,6.5 + parent: 2 + - uid: 3599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-45.5 + parent: 2 + - uid: 3870 + components: + - type: Transform + pos: 75.5,3.5 + parent: 2 + - uid: 4748 + components: + - type: Transform + pos: -11.5,31.5 + parent: 2 + - uid: 5721 + components: + - type: Transform + pos: -61.5,-63.5 + parent: 2 + - uid: 5945 + components: + - type: Transform + pos: -64.5,-63.5 + parent: 2 + - uid: 10743 + components: + - type: Transform + pos: -73.5,-49.5 + parent: 2 + - uid: 10750 + components: + - type: Transform + pos: -59.5,-45.5 + parent: 2 + - uid: 10760 + components: + - type: Transform + pos: -65.5,-45.5 + parent: 2 + - uid: 10763 + components: + - type: Transform + pos: -60.5,-45.5 + parent: 2 + - uid: 15788 + components: + - type: Transform + pos: -50.5,-59.5 + parent: 2 + - uid: 15805 + components: + - type: Transform + pos: -52.5,-63.5 + parent: 2 + - uid: 15926 + components: + - type: Transform + pos: -71.5,-63.5 + parent: 2 + - uid: 17157 + components: + - type: Transform + pos: -60.5,19.5 + parent: 2 + - uid: 17191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,6.5 + parent: 2 + - uid: 17195 + components: + - type: Transform + pos: 51.5,18.5 + parent: 2 + - uid: 17305 + components: + - type: Transform + pos: 53.5,-6.5 + parent: 2 + - uid: 17306 + components: + - type: Transform + pos: 66.5,-6.5 + parent: 2 + - uid: 17311 + components: + - type: Transform + pos: 71.5,-5.5 + parent: 2 + - uid: 17312 + components: + - type: Transform + pos: 77.5,11.5 + parent: 2 + - uid: 17313 + components: + - type: Transform + pos: 65.5,12.5 + parent: 2 + - uid: 17750 + components: + - type: Transform + pos: -60.5,26.5 + parent: 2 + - uid: 17755 + components: + - type: Transform + pos: -58.5,31.5 + parent: 2 + - uid: 17756 + components: + - type: Transform + pos: -60.5,33.5 + parent: 2 + - uid: 17820 + components: + - type: Transform + pos: 42.5,18.5 + parent: 2 + - uid: 17821 + components: + - type: Transform + pos: 46.5,18.5 + parent: 2 + - uid: 17822 + components: + - type: Transform + pos: 39.5,18.5 + parent: 2 + - uid: 18133 + components: + - type: Transform + pos: 61.5,-5.5 + parent: 2 + - uid: 18135 + components: + - type: Transform + pos: -11.5,35.5 + parent: 2 + - uid: 18139 + components: + - type: Transform + pos: 68.5,10.5 + parent: 2 + - uid: 18140 + components: + - type: Transform + pos: 59.5,-5.5 + parent: 2 + - uid: 18143 + components: + - type: Transform + pos: -44.5,32.5 + parent: 2 + - uid: 18145 + components: + - type: Transform + pos: -38.5,32.5 + parent: 2 + - uid: 18292 + components: + - type: Transform + pos: -27.5,27.5 + parent: 2 + - uid: 18321 + components: + - type: Transform + pos: -27.5,34.5 + parent: 2 + - uid: 18340 + components: + - type: Transform + pos: -17.5,39.5 + parent: 2 + - uid: 18508 + components: + - type: Transform + pos: -22.5,39.5 + parent: 2 + - uid: 18513 + components: + - type: Transform + pos: 57.5,-5.5 + parent: 2 + - uid: 18515 + components: + - type: Transform + pos: 72.5,10.5 + parent: 2 + - uid: 18593 + components: + - type: Transform + pos: 54.5,11.5 + parent: 2 + - uid: 18601 + components: + - type: Transform + pos: -54.5,32.5 + parent: 2 +- proto: GunSafeDisabler + entities: + - uid: 2207 + components: + - type: Transform + pos: -21.5,2.5 + parent: 2 +- proto: GunSafeLaserCarbine + entities: + - uid: 19954 + components: + - type: Transform + pos: -20.5,4.5 + parent: 2 +- proto: GunSafeRifleLecter + entities: + - uid: 19580 + components: + - type: Transform + pos: -20.5,3.5 + parent: 2 +- proto: GunSafeShotgunKammerer + entities: + - uid: 3956 + components: + - type: Transform + pos: -20.5,2.5 + parent: 2 +- proto: GyroscopeMachineCircuitboard + entities: + - uid: 4720 + components: + - type: Transform + pos: -35.346245,-53.448708 + parent: 2 +- proto: GyroscopeUnanchored + entities: + - uid: 15754 + components: + - type: Transform + pos: -31.5,-63.5 + parent: 2 +- proto: Handcuffs + entities: + - uid: 9845 + components: + - type: Transform + pos: -18.136644,-50.38884 + parent: 2 + - uid: 14807 + components: + - type: Transform + pos: -20.61095,10.565719 + parent: 2 +- proto: HandheldHealthAnalyzer + entities: + - uid: 452 + components: + - type: Transform + pos: -28.477646,12.341827 + parent: 2 + - uid: 4368 + components: + - type: Transform + pos: 37.437702,-29.41351 + parent: 2 + - uid: 7112 + components: + - type: Transform + pos: 41.43434,-9.850339 + parent: 2 +- proto: HandheldHealthAnalyzerUnpowered + entities: + - uid: 8216 + components: + - type: Transform + pos: -44.195152,-45.390965 + parent: 2 + - uid: 11825 + components: + - type: Transform + pos: -52.515003,-32.555782 + parent: 2 +- proto: HandLabeler + entities: + - uid: 6115 + components: + - type: Transform + pos: -30.619154,-33.32016 + parent: 2 + - uid: 6243 + components: + - type: Transform + pos: 35.64464,-3.2836232 + parent: 2 + - uid: 9707 + components: + - type: Transform + pos: -16.511583,-48.43057 + parent: 2 + - uid: 14001 + components: + - type: Transform + pos: -17.361286,-39.499382 + parent: 2 + - uid: 14017 + components: + - type: Transform + pos: 22.51385,-59.475163 + parent: 2 + - uid: 18074 + components: + - type: Transform + pos: 0.64828897,20.536999 + parent: 2 + - uid: 18075 + components: + - type: Transform + pos: 33.53439,-46.374508 + parent: 2 + - uid: 18860 + components: + - type: Transform + pos: 17.714645,15.530955 + parent: 2 +- proto: HeatExchanger + entities: + - uid: 2550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#03FCD3FF' +- proto: HighSecArmoryLocked + entities: + - uid: 11942 + components: + - type: Transform + pos: -23.5,3.5 + parent: 2 + - uid: 19624 + components: + - type: Transform + pos: -23.5,5.5 + parent: 2 +- proto: HighSecCommandLocked + entities: + - uid: 325 + components: + - type: Transform + pos: 12.5,5.5 + parent: 2 + - uid: 5536 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 6253 + components: + - type: Transform + pos: -56.5,-12.5 + parent: 2 + - uid: 6992 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 2 +- proto: HolofanProjector + entities: + - uid: 13003 + components: + - type: Transform + pos: -5.451778,-10.512986 + parent: 2 + - uid: 13182 + components: + - type: Transform + pos: 38.33308,-42.386055 + parent: 2 + - uid: 16646 + components: + - type: Transform + pos: -13.111154,-8.26818 + parent: 2 +- proto: HoloprojectorSecurity + entities: + - uid: 14409 + components: + - type: Transform + pos: -27.084833,15.678647 + parent: 2 +- proto: HospitalCurtains + entities: + - uid: 19884 + components: + - type: Transform + pos: -28.5,-10.5 + parent: 2 +- proto: HospitalCurtainsOpen + entities: + - uid: 196 + components: + - type: Transform + pos: -47.5,-31.5 + parent: 2 + - uid: 430 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 2 + - uid: 7812 + components: + - type: Transform + pos: -50.5,-44.5 + parent: 2 + - uid: 8139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-45.5 + parent: 2 + - uid: 8159 + components: + - type: Transform + pos: -51.5,-44.5 + parent: 2 + - uid: 8161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-45.5 + parent: 2 + - uid: 17569 + components: + - type: Transform + pos: 6.5,-31.5 + parent: 2 + - uid: 18835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.5,-22.5 + parent: 2 +- proto: hydroponicsSoil + entities: + - uid: 4848 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 2 +- proto: HydroponicsToolClippers + entities: + - uid: 675 + components: + - type: Transform + pos: -28.49567,-7.431971 + parent: 2 + - uid: 3432 + components: + - type: Transform + pos: -17.829746,-39.424503 + parent: 2 + - uid: 3799 + components: + - type: Transform + pos: 6.515537,-45.467487 + parent: 2 + - uid: 17266 + components: + - type: Transform + pos: 48.508583,-60.011787 + parent: 2 +- proto: HydroponicsToolHatchet + entities: + - uid: 3434 + components: + - type: Transform + pos: -18.617315,-39.39356 + parent: 2 + - uid: 17264 + components: + - type: Transform + pos: 48.36268,-61.37067 + parent: 2 +- proto: HydroponicsToolMiniHoe + entities: + - uid: 699 + components: + - type: Transform + pos: -28.639061,-6.6900325 + parent: 2 + - uid: 3433 + components: + - type: Transform + pos: -19.461483,-39.341442 + parent: 2 + - uid: 17265 + components: + - type: Transform + pos: 42.540768,-61.447887 + parent: 2 +- proto: HydroponicsToolScythe + entities: + - uid: 3431 + components: + - type: Transform + pos: -18.513096,-39.435257 + parent: 2 + - uid: 17307 + components: + - type: Transform + pos: 48.49816,-61.474907 + parent: 2 +- proto: HydroponicsToolSpade + entities: + - uid: 698 + components: + - type: Transform + pos: -31.478792,-9.632354 + parent: 2 + - uid: 3430 + components: + - type: Transform + pos: -19.357265,-39.39356 + parent: 2 + - uid: 3801 + components: + - type: Transform + pos: 6.5780673,-45.36325 + parent: 2 + - uid: 17308 + components: + - type: Transform + pos: 42.55119,-61.45831 + parent: 2 +- proto: hydroponicsTray + entities: + - uid: 676 + components: + - type: Transform + pos: -31.5,-8.5 + parent: 2 + - uid: 677 + components: + - type: Transform + pos: -31.5,-9.5 + parent: 2 + - uid: 678 + components: + - type: Transform + pos: -31.5,-10.5 + parent: 2 + - uid: 679 + components: + - type: Transform + pos: -31.5,-11.5 + parent: 2 + - uid: 3292 + components: + - type: Transform + pos: -20.5,-33.5 + parent: 2 + - uid: 3330 + components: + - type: Transform + pos: -18.5,-32.5 + parent: 2 + - uid: 3331 + components: + - type: Transform + pos: -20.5,-32.5 + parent: 2 + - uid: 3332 + components: + - type: Transform + pos: -14.5,-34.5 + parent: 2 + - uid: 3333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-30.5 + parent: 2 + - uid: 3343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-35.5 + parent: 2 + - uid: 3344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-34.5 + parent: 2 + - uid: 3345 + components: + - type: Transform + anchored: False + rot: 3.141592653589793 rad + pos: -18.5,-35.5 + parent: 2 + - type: Physics + bodyType: Dynamic + - uid: 3346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-34.5 + parent: 2 + - uid: 3347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-35.5 + parent: 2 + - uid: 3413 + components: + - type: Transform + pos: -16.5,-32.5 + parent: 2 + - uid: 3429 + components: + - type: Transform + pos: -17.5,-37.5 + parent: 2 + - uid: 11450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-32.5 + parent: 2 + - uid: 11560 + components: + - type: Transform + pos: 45.5,-62.5 + parent: 2 + - uid: 11877 + components: + - type: Transform + pos: 43.5,-62.5 + parent: 2 + - uid: 11878 + components: + - type: Transform + pos: 44.5,-62.5 + parent: 2 + - uid: 17161 + components: + - type: Transform + pos: 46.5,-62.5 + parent: 2 + - uid: 17164 + components: + - type: Transform + pos: 47.5,-62.5 + parent: 2 +- proto: IDComputerCircuitboard + entities: + - uid: 15936 + components: + - type: Transform + pos: 10.528986,-19.36206 + parent: 2 +- proto: IngotGold + entities: + - uid: 97 + components: + - type: Transform + pos: 8.432307,6.658129 + parent: 2 +- proto: IngotGold1 + entities: + - uid: 13847 + components: + - type: Transform + pos: 25.452606,-59.353172 + parent: 2 + - uid: 14728 + components: + - type: Transform + pos: 25.621744,-59.523014 + parent: 2 +- proto: IngotSilver + entities: + - uid: 315 + components: + - type: Transform + pos: 9.565312,3.687316 + parent: 2 +- proto: IntercomAll + entities: + - uid: 16472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -67.5,-13.5 + parent: 2 + - uid: 16473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,-12.5 + parent: 2 + - uid: 16474 + components: + - type: Transform + pos: -67.5,-11.5 + parent: 2 +- proto: IntercomElectronics + entities: + - uid: 16476 + components: + - type: Transform + pos: -62.443382,-16.328379 + parent: 2 +- proto: IntercomEngineering + entities: + - uid: 16265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-16.5 + parent: 2 + - uid: 16266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,1.5 + parent: 2 + - uid: 16267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-11.5 + parent: 2 +- proto: IntercomMedical + entities: + - uid: 13205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-32.5 + parent: 2 +- proto: IntercomScience + entities: + - uid: 17571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-23.5 + parent: 2 +- proto: IntercomSecurity + entities: + - uid: 502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-2.5 + parent: 2 +- proto: IntercomService + entities: + - uid: 17556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,1.5 + parent: 2 +- proto: IntercomSupply + entities: + - uid: 13201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,13.5 + parent: 2 + - uid: 17555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,26.5 + parent: 2 +- proto: JanitorialTrolley + entities: + - uid: 9418 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-0.5 + parent: 2 +- proto: JanitorServiceLight + entities: + - uid: 16099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-2.5 + parent: 2 + - uid: 16102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-13.5 + parent: 2 + - uid: 16113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-28.5 + parent: 2 + - uid: 16118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-42.5 + parent: 2 + - uid: 17552 + components: + - type: Transform + pos: 7.5,12.5 + parent: 2 +- proto: JetpackMiniFilled + entities: + - uid: 11111 + components: + - type: Transform + pos: -3.7147171,-52.21066 + parent: 2 + - type: GasTank + toggleActionEntity: 11282 + - type: Jetpack + toggleActionEntity: 11276 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 11276 + - 11282 + - uid: 11126 + components: + - type: Transform + pos: -3.495859,-52.32532 + parent: 2 + - type: GasTank + toggleActionEntity: 11300 + - type: Jetpack + toggleActionEntity: 11298 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 11298 + - 11300 +- proto: Jug + entities: + - uid: 4363 + components: + - type: Transform + pos: -29.40592,-22.374575 + parent: 2 + - uid: 4965 + components: + - type: Transform + pos: -29.645622,-22.197369 + parent: 2 +- proto: KalimbaInstrument + entities: + - uid: 1333 + components: + - type: Transform + pos: -21.320633,30.598116 + parent: 2 +- proto: KitchenElectricGrill + entities: + - uid: 3466 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 2 +- proto: KitchenMicrowave + entities: + - uid: 3184 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 2 + - uid: 3252 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 + - uid: 18794 + components: + - type: Transform + pos: 44.5,-75.5 + parent: 2 +- proto: KitchenReagentGrinder + entities: + - uid: 2586 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 2 + - uid: 3325 + components: + - type: Transform + pos: -13.5,-34.5 + parent: 2 + - uid: 4756 + components: + - type: Transform + pos: -29.5,-36.5 + parent: 2 +- proto: KitchenSpike + entities: + - uid: 3236 + components: + - type: Transform + pos: -2.5,-30.5 + parent: 2 +- proto: Lamp + entities: + - uid: 9272 + components: + - type: Transform + pos: 15.50905,-50.247673 + parent: 2 + - type: HandheldLight + toggleActionEntity: 15270 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 15270 + - type: Physics + canCollide: True + - type: ActionsContainer + - uid: 15782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.647448,-58.91686 + parent: 2 +- proto: LampBanana + entities: + - uid: 5214 + components: + - type: Transform + pos: 6.254541,-27.101292 + parent: 2 +- proto: LampGold + entities: + - uid: 212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.826084,-32.9023 + parent: 2 + - uid: 9684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.523584,-45.52353 + parent: 2 + - uid: 18616 + components: + - type: Transform + pos: -0.55744004,-50.242683 + parent: 2 + - type: HandheldLight + toggleActionEntity: 6747 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 6747 + - type: Physics + canCollide: True + - type: ActionsContainer +- proto: LampInterrogator + entities: + - uid: 373 + components: + - type: Transform + pos: -30.54271,3.8887415 + parent: 2 +- proto: Lantern + entities: + - uid: 1259 + components: + - type: Transform + pos: -29.386654,16.754374 + parent: 2 + - uid: 5765 + components: + - type: Transform + pos: 36.56211,-3.2625933 + parent: 2 + - type: HandheldLight + toggleActionEntity: 3807 + - type: ContainerContainer + containers: + actions: !type:Container + showEnts: False + occludes: True + ents: + - 3807 + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - type: ActionsContainer + - uid: 5977 + components: + - type: Transform + pos: 20.602448,-37.864635 + parent: 2 + - type: HandheldLight + toggleActionEntity: 5978 + - type: ContainerContainer + containers: + actions: !type:Container + showEnts: False + occludes: True + ents: + - 5978 + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - type: ActionsContainer +- proto: LauncherCreamPie + entities: + - uid: 14215 + components: + - type: Transform + pos: -11.532342,19.777779 + parent: 2 +- proto: LGBTQHandyFlag + entities: + - uid: 19888 + components: + - type: Transform + pos: 38.551476,-60.430798 + parent: 2 +- proto: Lighter + entities: + - uid: 5674 + components: + - type: Transform + pos: 52.797794,-38.31231 + parent: 2 + - uid: 6181 + components: + - type: Transform + pos: 36.20289,-3.421843 + parent: 2 +- proto: LockableButtonArmory + entities: + - uid: 4067 + components: + - type: MetaData + name: Shutters + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-3.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 13642: + - Pressed: Toggle + 11943: + - Pressed: Toggle + 12990: + - Pressed: Toggle + 2744: + - Pressed: Toggle + 3570: + - Pressed: DoorBolt + 15932: + - Pressed: DoorBolt + 16028: + - Pressed: DoorBolt + 14572: + - Pressed: DoorBolt + 14805: + - Pressed: Toggle + 2359: + - Pressed: Toggle +- proto: LockableButtonAtmospherics + entities: + - uid: 15410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1653: + - Pressed: Toggle + 1663: + - Pressed: Toggle + 18816: + - Pressed: Toggle + - uid: 15414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-5.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1653: + - Pressed: Toggle + 1663: + - Pressed: Toggle +- proto: LockableButtonBar + entities: + - uid: 17131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-43.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11462: + - Pressed: Toggle + 11461: + - Pressed: Toggle + 11459: + - Pressed: Toggle + 11460: + - Pressed: Toggle + 16020: + - Pressed: Toggle +- proto: LockableButtonCaptain + entities: + - uid: 15649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-52.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15645: + - Pressed: Toggle + 15646: + - Pressed: Toggle + 15647: + - Pressed: Toggle +- proto: LockableButtonCargo + entities: + - uid: 17447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,15.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3501: + - Pressed: Toggle + 306: + - Pressed: Toggle + 368: + - Pressed: Toggle + - uid: 17478 + components: + - type: Transform + pos: 1.5,27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9057: + - Pressed: Toggle + - uid: 17479 + components: + - type: Transform + pos: 7.5,27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8141: + - Pressed: Toggle +- proto: LockableButtonChemistry + entities: + - uid: 11331 + components: + - type: MetaData + name: Shutters + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-35.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6220: + - Pressed: DoorBolt + 10464: + - Pressed: Toggle + 16041: + - Pressed: Toggle + 16042: + - Pressed: Toggle + 1312: + - Pressed: DoorBolt + 1322: + - Pressed: Toggle + 12874: + - Pressed: DoorBolt +- proto: LockableButtonChiefEngineer + entities: + - uid: 17055 + components: + - type: MetaData + name: Shutters + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 17052: + - Pressed: Toggle + 17053: + - Pressed: Toggle +- proto: LockableButtonChiefMedicalOfficer + entities: + - uid: 1615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-35.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 13043: + - Pressed: Toggle + 7497: + - Pressed: Toggle + 1917: + - Pressed: Toggle +- proto: LockableButtonCommand + entities: + - uid: 15629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-57.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 15630: + - Pressed: Toggle + 15631: + - Pressed: Toggle + 15632: + - Pressed: Toggle + 19577: + - Pressed: Toggle + 19574: + - Pressed: Toggle + 19576: + - Pressed: Toggle + 19575: + - Pressed: Toggle +- proto: LockableButtonEngineering + entities: + - uid: 1485 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1959: + - Pressed: Toggle + 5799: + - Pressed: Toggle + - uid: 10658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-56.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7967: + - Pressed: Toggle + 7974: + - Pressed: Toggle + - uid: 11423 + components: + - type: MetaData + name: Shutters + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-17.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11421: + - Pressed: Toggle + 11419: + - Pressed: Toggle + 4048: + - Pressed: Toggle + - uid: 15413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-8.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1959: + - Pressed: Toggle + 5799: + - Pressed: Toggle +- proto: LockableButtonExternal + entities: + - uid: 8093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-70.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4754: + - Pressed: Toggle + 6539: + - Pressed: Toggle + - uid: 8095 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-67.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6408: + - Pressed: Toggle + 7936: + - Pressed: Toggle +- proto: LockableButtonHeadOfPersonnel + entities: + - uid: 3577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-48.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7609: + - Pressed: DoorBolt + 7610: + - Pressed: DoorBolt + 15654: + - Pressed: Toggle + 15655: + - Pressed: Toggle + 15656: + - Pressed: Toggle + 15657: + - Pressed: Toggle +- proto: LockableButtonHeadOfSecurity + entities: + - uid: 14821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,12.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7960: + - Pressed: Toggle + 10457: + - Pressed: Toggle + 7466: + - Pressed: Toggle +- proto: LockableButtonHydroponics + entities: + - uid: 16045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-35.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3457: + - Pressed: DoorBolt + 3456: + - Pressed: DoorBolt + 16035: + - Pressed: Toggle + 16036: + - Pressed: Toggle + 16037: + - Pressed: Toggle +- proto: LockableButtonJanitor + entities: + - uid: 4890 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-57.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 18130: + - Pressed: Toggle + - uid: 5722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-57.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9113: + - Pressed: Toggle + - uid: 9538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-0.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9369: + - Pressed: Toggle + 9370: + - Pressed: Toggle +- proto: LockableButtonKitchen + entities: + - uid: 16023 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-33.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 16025: + - Pressed: Toggle + 16026: + - Pressed: Toggle + 16027: + - Pressed: Toggle +- proto: LockableButtonMedical + entities: + - uid: 15653 + components: + - type: Transform + pos: -29.5,-28.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 7268: + - Pressed: Open + 11202: + - Pressed: Open + 11203: + - Pressed: Open + - uid: 16052 + components: + - type: MetaData + name: Lockdown + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 16050: + - Pressed: Toggle + 16051: + - Pressed: Toggle + - uid: 16115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-27.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 574: + - Pressed: Open + 15141: + - Pressed: Open +- proto: LockableButtonQuartermaster + entities: + - uid: 12052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,18.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5439: + - Pressed: Toggle + 12072: + - Pressed: Toggle + 12076: + - Pressed: Toggle +- proto: LockableButtonResearch + entities: + - uid: 6273 + components: + - type: Transform + pos: 35.5,-23.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4279: + - Pressed: Toggle + 6787: + - Pressed: Toggle + - uid: 15433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-43.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4531: + - Pressed: Toggle +- proto: LockableButtonResearchDirector + entities: + - uid: 17743 + components: + - type: MetaData + name: Shutters + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-36.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 19579: + - Pressed: Toggle + 15624: + - Pressed: Toggle + 17741: + - Pressed: Toggle + 19578: + - Pressed: Toggle + 17943: + - Pressed: Toggle + 17930: + - Pressed: Toggle + 17616: + - Pressed: Toggle +- proto: LockableButtonTheatre + entities: + - uid: 5329 + components: + - type: MetaData + name: Lights + - type: Transform + pos: -1.5,-36.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 11837: + - Pressed: Toggle + 11838: + - Pressed: Toggle + 12127: + - Pressed: Toggle + 15663: + - Pressed: Toggle + 15665: + - Pressed: Toggle + 12379: + - Pressed: Toggle + 17722: + - Pressed: Toggle +- proto: LockerAtmosphericsFilledHardsuit + entities: + - uid: 1929 + components: + - type: Transform + pos: -10.5,-6.5 + parent: 2 + - uid: 1930 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 2163 + components: + - type: Transform + pos: -10.5,-8.5 + parent: 2 +- proto: LockerBoozeFilled + entities: + - uid: 3724 + components: + - type: Transform + pos: -0.5,-45.5 + parent: 2 +- proto: LockerBotanistFilled + entities: + - uid: 4165 + components: + - type: Transform + pos: -19.5,-29.5 + parent: 2 +- proto: LockerCaptainFilledHardsuit + entities: + - uid: 9846 + components: + - type: Transform + pos: -24.5,-50.5 + parent: 2 +- proto: LockerChemistryFilled + entities: + - uid: 11436 + components: + - type: Transform + pos: -28.5,-38.5 + parent: 2 +- proto: LockerChiefEngineerFilled + entities: + - uid: 2561 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 +- proto: LockerChiefMedicalOfficerFilledHardsuit + entities: + - uid: 14629 + components: + - type: Transform + pos: -42.5,-36.5 + parent: 2 +- proto: LockerClown + entities: + - uid: 5952 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 +- proto: LockerDetectiveFilled + entities: + - uid: 7289 + components: + - type: Transform + pos: 37.5,1.5 + parent: 2 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 812 + components: + - type: Transform + pos: -10.5,25.5 + parent: 2 + - uid: 7590 + components: + - type: Transform + pos: -6.5,-69.5 + parent: 2 + - uid: 8802 + components: + - type: Transform + pos: 44.5,1.5 + parent: 2 +- proto: LockerEngineerFilled + entities: + - uid: 137 + components: + - type: Transform + pos: -2.5,-14.5 + parent: 2 + - uid: 1286 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 8463 + components: + - type: Transform + pos: -2.5,-15.5 + parent: 2 +- proto: LockerEvidence + entities: + - uid: 392 + components: + - type: Transform + pos: -29.5,-3.5 + parent: 2 + - uid: 393 + components: + - type: Transform + pos: -30.5,-3.5 + parent: 2 + - uid: 465 + components: + - type: Transform + pos: -27.5,12.5 + parent: 2 + - uid: 466 + components: + - type: Transform + pos: -27.5,11.5 + parent: 2 + - uid: 718 + components: + - type: Transform + pos: -23.5,-10.5 + parent: 2 + - uid: 719 + components: + - type: Transform + pos: -23.5,-8.5 + parent: 2 +- proto: LockerFreezer + entities: + - uid: 7085 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 +- proto: LockerFreezerVaultFilled + entities: + - uid: 13140 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 +- proto: LockerHeadOfPersonnelFilled + entities: + - uid: 9711 + components: + - type: Transform + pos: -11.5,-51.5 + parent: 2 +- proto: LockerHeadOfSecurityFilled + entities: + - uid: 14816 + components: + - type: Transform + pos: -20.5,11.5 + parent: 2 +- proto: LockerMedicalFilled + entities: + - uid: 4817 + components: + - type: Transform + pos: -32.5,-23.5 + parent: 2 + - uid: 4842 + components: + - type: Transform + pos: -45.5,-34.5 + parent: 2 + - uid: 4950 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - uid: 18053 + components: + - type: Transform + pos: -45.5,-33.5 + parent: 2 +- proto: LockerMedicineFilled + entities: + - uid: 4701 + components: + - type: Transform + pos: -39.5,-27.5 + parent: 2 + - uid: 4753 + components: + - type: Transform + pos: -34.5,-23.5 + parent: 2 + - uid: 8054 + components: + - type: Transform + pos: -39.5,-24.5 + parent: 2 + - uid: 13462 + components: + - type: Transform + pos: -45.5,-32.5 + parent: 2 +- proto: LockerMime + entities: + - uid: 3557 + components: + - type: Transform + pos: 5.5,-31.5 + parent: 2 +- proto: LockerParamedicFilled + entities: + - uid: 4801 + components: + - type: Transform + pos: -32.5,-25.5 + parent: 2 + - uid: 4907 + components: + - type: Transform + pos: -31.5,-25.5 + parent: 2 +- proto: LockerQuarterMasterFilled + entities: + - uid: 5385 + components: + - type: Transform + pos: -8.5,17.5 + parent: 2 +- proto: LockerResearchDirectorFilled + entities: + - uid: 1656 + components: + - type: Transform + pos: 28.5,-33.5 + parent: 2 +- proto: LockerSalvageSpecialistFilledHardsuit + entities: + - uid: 4767 + components: + - type: Transform + pos: 15.5,25.5 + parent: 2 + - uid: 4855 + components: + - type: Transform + pos: 16.5,25.5 + parent: 2 + - uid: 5408 + components: + - type: Transform + pos: 14.5,25.5 + parent: 2 +- proto: LockerScienceFilled + entities: + - uid: 1572 + components: + - type: Transform + pos: 35.5,-29.5 + parent: 2 + - uid: 1573 + components: + - type: Transform + pos: 33.5,-29.5 + parent: 2 + - uid: 4175 + components: + - type: Transform + pos: 34.5,-29.5 + parent: 2 + - uid: 8292 + components: + - type: Transform + pos: 41.5,-38.5 + parent: 2 +- proto: LockerSecurityFilled + entities: + - uid: 2251 + components: + - type: Transform + pos: -25.5,17.5 + parent: 2 + - uid: 13150 + components: + - type: Transform + pos: -27.5,17.5 + parent: 2 + - uid: 14849 + components: + - type: Transform + pos: -26.5,17.5 + parent: 2 +- proto: LockerWardenFilled + entities: + - uid: 14645 + components: + - type: Transform + pos: -22.5,-3.5 + parent: 2 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 7589 + components: + - type: Transform + pos: 9.5,-69.5 + parent: 2 +- proto: LogicGateOr + entities: + - uid: 15761 + components: + - type: Transform + pos: 15.5,28.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 8487: + - Output: DoorBolt + 10666: + - Output: DoorBolt + - uid: 16022 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,27.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 3146: + - Output: DoorBolt + 8467: + - Output: DoorBolt +- proto: LogicGateXor + entities: + - uid: 233 + components: + - type: Transform + pos: 35.5,29.5 + parent: 2 + - uid: 246 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,44.5 + parent: 2 + - uid: 618 + components: + - type: Transform + pos: 35.5,35.5 + parent: 2 + - uid: 620 + components: + - type: Transform + pos: 35.5,37.5 + parent: 2 + - uid: 624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,44.5 + parent: 2 + - uid: 7028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-67.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 8096: + - Output: DoorBolt + - uid: 9203 + components: + - type: Transform + pos: 55.5,-18.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 8877: + - Output: DoorBolt + - uid: 9204 + components: + - type: Transform + pos: 55.5,-16.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 9143: + - Output: DoorBolt + - uid: 9205 + components: + - type: Transform + pos: 55.5,-24.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 9144: + - Output: DoorBolt + - uid: 9206 + components: + - type: Transform + pos: 55.5,-26.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 9145: + - Output: DoorBolt + - uid: 12389 + components: + - type: Transform + pos: 35.5,27.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 5891: + - Output: DoorBolt +- proto: LootSpawnerCableCoil + entities: + - uid: 10021 + components: + - type: Transform + pos: 33.5,-53.5 + parent: 2 + - uid: 11255 + components: + - type: Transform + pos: -40.5,-50.5 + parent: 2 +- proto: LootSpawnerIndustrial + entities: + - uid: 9651 + components: + - type: Transform + pos: 42.5,0.5 + parent: 2 + - uid: 11974 + components: + - type: Transform + pos: 24.5,14.5 + parent: 2 + - uid: 16195 + components: + - type: Transform + pos: 19.5,7.5 + parent: 2 +- proto: LootSpawnerIndustrialFluff + entities: + - uid: 8256 + components: + - type: Transform + pos: 11.5,-25.5 + parent: 2 + - uid: 11316 + components: + - type: Transform + pos: -43.5,-51.5 + parent: 2 + - uid: 11975 + components: + - type: Transform + pos: 24.5,14.5 + parent: 2 + - uid: 13575 + components: + - type: Transform + pos: -23.5,-18.5 + parent: 2 + - uid: 18963 + components: + - type: Transform + pos: -33.5,3.5 + parent: 2 + - uid: 19877 + components: + - type: Transform + pos: 52.5,-61.5 + parent: 2 +- proto: LootSpawnerMaterials + entities: + - uid: 4155 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 2 + - uid: 9653 + components: + - type: Transform + pos: -25.5,-16.5 + parent: 2 + - uid: 12610 + components: + - type: Transform + pos: -28.5,-59.5 + parent: 2 +- proto: LootSpawnerMedicalClassy + entities: + - uid: 5003 + components: + - type: Transform + pos: -37.5,-27.5 + parent: 2 + - uid: 18768 + components: + - type: Transform + pos: 53.5,-51.5 + parent: 2 + - uid: 20130 + components: + - type: Transform + pos: 73.5,-40.5 + parent: 2 +- proto: LootSpawnerMedicalMinor + entities: + - uid: 454 + components: + - type: Transform + pos: -28.5,9.5 + parent: 2 + - uid: 4845 + components: + - type: Transform + pos: -40.5,-21.5 + parent: 2 + - uid: 8602 + components: + - type: Transform + pos: -40.5,-23.5 + parent: 2 + - uid: 10501 + components: + - type: Transform + pos: 74.5,-40.5 + parent: 2 + - uid: 10853 + components: + - type: Transform + pos: 74.5,-41.5 + parent: 2 + - uid: 12376 + components: + - type: Transform + pos: -42.5,-50.5 + parent: 2 + - uid: 18170 + components: + - type: Transform + pos: 71.5,-64.5 + parent: 2 +- proto: LootSpawnerSecurityBasic + entities: + - uid: 18172 + components: + - type: Transform + pos: 72.5,-76.5 + parent: 2 + - uid: 18465 + components: + - type: Transform + pos: 63.5,-81.5 + parent: 2 +- proto: MachineAnomalyGenerator + entities: + - uid: 4278 + components: + - type: Transform + pos: 40.5,-35.5 + parent: 2 +- proto: MachineAnomalyVessel + entities: + - uid: 6745 + components: + - type: Transform + pos: 38.5,-38.5 + parent: 2 + - uid: 7019 + components: + - type: Transform + pos: 40.5,-38.5 + parent: 2 +- proto: MachineAPE + entities: + - uid: 4280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-34.5 + parent: 2 + - uid: 6728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-34.5 + parent: 2 + - uid: 7498 + components: + - type: Transform + pos: 30.5,-76.5 + parent: 2 +- proto: MachineArtifactAnalyzer + entities: + - uid: 4541 + components: + - type: Transform + pos: 39.5,-45.5 + parent: 2 +- proto: MachineCentrifuge + entities: + - uid: 11806 + components: + - type: Transform + pos: -34.5,-34.5 + parent: 2 +- proto: MachineElectrolysisUnit + entities: + - uid: 12697 + components: + - type: Transform + pos: -34.5,-35.5 + parent: 2 +- proto: MachineFrame + entities: + - uid: 2260 + components: + - type: Transform + pos: 39.5,-38.5 + parent: 2 + - uid: 4244 + components: + - type: Transform + pos: 21.5,-29.5 + parent: 2 + - uid: 6168 + components: + - type: Transform + pos: 42.5,-56.5 + parent: 2 + - uid: 7367 + components: + - type: Transform + pos: 43.5,11.5 + parent: 2 +- proto: MachineFrameDestroyed + entities: + - uid: 652 + components: + - type: Transform + pos: 44.5,-44.5 + parent: 2 + - uid: 4354 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 2 + - uid: 11547 + components: + - type: Transform + pos: 48.5,-56.5 + parent: 2 + - uid: 12598 + components: + - type: Transform + pos: 21.5,15.5 + parent: 2 + - uid: 13192 + components: + - type: Transform + pos: 16.5,2.5 + parent: 2 + - uid: 17269 + components: + - type: Transform + pos: 90.5,-17.5 + parent: 2 + - uid: 17270 + components: + - type: Transform + pos: 69.5,-71.5 + parent: 2 + - uid: 17271 + components: + - type: Transform + pos: 44.5,-77.5 + parent: 2 + - uid: 17272 + components: + - type: Transform + pos: 74.5,-66.5 + parent: 2 + - uid: 17916 + components: + - type: Transform + pos: 75.5,-46.5 + parent: 2 + - uid: 18504 + components: + - type: Transform + pos: 78.5,-44.5 + parent: 2 + - uid: 19395 + components: + - type: Transform + pos: 76.5,-40.5 + parent: 2 + - uid: 19911 + components: + - type: Transform + pos: 38.5,-78.5 + parent: 2 +- proto: MagazinePistolSubMachineGunTopMounted + entities: + - uid: 14802 + components: + - type: Transform + pos: -20.798544,10.503175 + parent: 2 +- proto: MailingUnit + entities: + - uid: 4438 + components: + - type: Transform + pos: 22.5,-26.5 + parent: 2 + - type: MailingUnit + tag: Science + - type: Configuration + config: + tag: Science + - uid: 5616 + components: + - type: Transform + pos: -19.5,-46.5 + parent: 2 + - type: MailingUnit + tag: Bridge + - type: Configuration + config: + tag: Bridge + - uid: 11448 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - type: MailingUnit + tag: Engineering + target: Engineering + - type: Configuration + config: + tag: Engineering + - uid: 11500 + components: + - type: Transform + pos: -43.5,-20.5 + parent: 2 + - type: MailingUnit + tag: Medical + - type: Configuration + config: + tag: Medical + - uid: 12581 + components: + - type: Transform + pos: 20.5,15.5 + parent: 2 + - type: MailingUnit + tag: Mail Room + - type: Configuration + config: + tag: Mail Room + - uid: 12608 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 + - type: MailingUnit + tag: Security + target: Security + - type: Configuration + config: + tag: Security + - uid: 17870 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - type: MailingUnit + tag: Kitchen + - uid: 18638 + components: + - type: Transform + pos: -26.5,-36.5 + parent: 2 + - type: MailingUnit + tag: Chemistry + target: Chemistry + - type: Configuration + config: + tag: Chemistry + - uid: 18639 + components: + - type: Transform + pos: -20.5,-34.5 + parent: 2 + - type: MailingUnit + tag: Botany + target: Botany + - type: Configuration + config: + tag: Botany + - uid: 18881 + components: + - type: Transform + pos: 9.5,16.5 + parent: 2 + - type: MailingUnit + tag: Cargo + target: Cargo + - type: Configuration + config: + tag: Cargo +- proto: MaintenanceFluffSpawner + entities: + - uid: 5719 + components: + - type: Transform + pos: 46.5,-34.5 + parent: 2 + - uid: 5822 + components: + - type: Transform + pos: 56.5,-39.5 + parent: 2 + - uid: 6717 + components: + - type: Transform + pos: 18.5,12.5 + parent: 2 + - uid: 7202 + components: + - type: Transform + pos: 29.5,23.5 + parent: 2 + - uid: 7296 + components: + - type: Transform + pos: 7.5,-22.5 + parent: 2 + - uid: 7612 + components: + - type: Transform + pos: -9.5,-61.5 + parent: 2 + - uid: 8217 + components: + - type: Transform + pos: -51.5,-47.5 + parent: 2 + - uid: 8636 + components: + - type: Transform + pos: 7.5,-55.5 + parent: 2 + - uid: 8695 + components: + - type: Transform + pos: 30.5,41.5 + parent: 2 + - uid: 9359 + components: + - type: Transform + pos: 48.5,-24.5 + parent: 2 + - uid: 9650 + components: + - type: Transform + pos: 42.5,-0.5 + parent: 2 + - uid: 9855 + components: + - type: Transform + pos: -23.5,-53.5 + parent: 2 + - uid: 10693 + components: + - type: Transform + pos: -33.5,-49.5 + parent: 2 + - uid: 12328 + components: + - type: Transform + pos: -13.5,8.5 + parent: 2 + - uid: 12350 + components: + - type: Transform + pos: -42.5,-51.5 + parent: 2 + - uid: 13813 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 18116 + components: + - type: Transform + pos: 91.5,-21.5 + parent: 2 + - uid: 18177 + components: + - type: Transform + pos: 88.5,-30.5 + parent: 2 + - uid: 18200 + components: + - type: Transform + pos: 71.5,-62.5 + parent: 2 + - uid: 18666 + components: + - type: Transform + pos: 11.5,-31.5 + parent: 2 + - uid: 18800 + components: + - type: Transform + pos: 38.5,-63.5 + parent: 2 + - uid: 20131 + components: + - type: Transform + pos: 73.5,-44.5 + parent: 2 +- proto: MaintenancePlantSpawner + entities: + - uid: 6054 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 2 + - uid: 7401 + components: + - type: Transform + pos: 48.5,12.5 + parent: 2 + - uid: 15486 + components: + - type: Transform + pos: -19.5,19.5 + parent: 2 +- proto: MaintenanceToolSpawner + entities: + - uid: 3390 + components: + - type: Transform + pos: -16.5,-24.5 + parent: 2 + - uid: 6377 + components: + - type: Transform + pos: 36.5,6.5 + parent: 2 + - uid: 6582 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 2 + - uid: 6783 + components: + - type: Transform + pos: 20.5,15.5 + parent: 2 + - uid: 9347 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - uid: 14348 + components: + - type: Transform + pos: 13.5,-56.5 + parent: 2 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 2241 + components: + - type: Transform + pos: 53.5,-41.5 + parent: 2 + - uid: 2764 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 2 + - uid: 18171 + components: + - type: Transform + pos: 93.5,-21.5 + parent: 2 + - uid: 19094 + components: + - type: Transform + pos: 59.5,-77.5 + parent: 2 +- proto: Matchbox + entities: + - uid: 18987 + components: + - type: Transform + pos: 27.331453,-28.38487 + parent: 2 +- proto: MatchstickSpent + entities: + - uid: 18660 + components: + - type: Transform + pos: 27.31061,-28.853947 + parent: 2 +- proto: MaterialCloth + entities: + - uid: 4458 + components: + - type: Transform + pos: 18.459291,-26.389103 + parent: 2 + - uid: 6361 + components: + - type: Transform + pos: -11.630145,-48.309666 + parent: 2 + - uid: 10709 + components: + - type: Transform + pos: -40.572792,-52.39697 + parent: 2 +- proto: MaterialCloth1 + entities: + - uid: 18836 + components: + - type: Transform + pos: 94.42325,-23.334671 + parent: 2 + - uid: 18837 + components: + - type: Transform + pos: 95.45113,-24.093494 + parent: 2 + - uid: 18838 + components: + - type: Transform + pos: 94.58233,-27.361334 + parent: 2 +- proto: MaterialDurathread + entities: + - uid: 7551 + components: + - type: Transform + pos: -11.59888,-47.871864 + parent: 2 +- proto: MaterialWoodPlank + entities: + - uid: 11828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.48484,11.445508 + parent: 2 +- proto: MaterialWoodPlank1 + entities: + - uid: 18960 + components: + - type: Transform + pos: 45.792656,-75.1439 + parent: 2 + - uid: 18961 + components: + - type: Transform + pos: 45.596523,-73.301216 + parent: 2 + - uid: 19028 + components: + - type: Transform + pos: 46.648876,-71.24505 + parent: 2 + - uid: 19029 + components: + - type: Transform + pos: 45.364025,-70.52294 + parent: 2 + - uid: 19030 + components: + - type: Transform + pos: 47.468735,-75.687836 + parent: 2 +- proto: MaterialWoodPlank10 + entities: + - uid: 4650 + components: + - type: Transform + pos: 11.530903,-11.53406 + parent: 2 + - uid: 10824 + components: + - type: Transform + pos: 72.51845,-78.48023 + parent: 2 +- proto: MatterBinStockPart + entities: + - uid: 9606 + components: + - type: Transform + pos: 23.528748,-30.371534 + parent: 2 +- proto: MechEquipmentGrabberSmall + entities: + - uid: 5686 + components: + - type: Transform + pos: 12.501561,16.665688 + parent: 2 +- proto: MedicalBed + entities: + - uid: 441 + components: + - type: Transform + pos: -30.5,11.5 + parent: 2 + - uid: 4955 + components: + - type: Transform + pos: -39.5,-21.5 + parent: 2 + - uid: 7977 + components: + - type: Transform + pos: -39.5,-23.5 + parent: 2 + - uid: 7992 + components: + - type: Transform + pos: -37.5,-23.5 + parent: 2 +- proto: MedicalTechFab + entities: + - uid: 11829 + components: + - type: Transform + pos: -44.5,-20.5 + parent: 2 +- proto: MedkitAdvancedFilled + entities: + - uid: 4812 + components: + - type: Transform + pos: -28.939676,-25.44473 + parent: 2 +- proto: MedkitBruteFilled + entities: + - uid: 449 + components: + - type: Transform + pos: -28.597748,11.966526 + parent: 2 + - uid: 4813 + components: + - type: Transform + pos: -28.688416,-25.301798 + parent: 2 + - uid: 4953 + components: + - type: Transform + pos: -34.599285,-25.395685 + parent: 2 +- proto: MedkitBurnFilled + entities: + - uid: 4787 + components: + - type: Transform + pos: -34.58557,-25.79635 + parent: 2 +- proto: MedkitCombatFilled + entities: + - uid: 4020 + components: + - type: Transform + pos: -41.173077,-34.23781 + parent: 2 +- proto: MedkitFilled + entities: + - uid: 446 + components: + - type: Transform + pos: -28.466112,11.67361 + parent: 2 + - uid: 1683 + components: + - type: Transform + pos: 15.536427,-47.35837 + parent: 2 + - uid: 5009 + components: + - type: Transform + pos: -34.35629,-26.421785 + parent: 2 + - uid: 8525 + components: + - type: Transform + pos: 20.53991,-13.383279 + parent: 2 + - uid: 9844 + components: + - type: Transform + pos: -18.531181,-50.325314 + parent: 2 +- proto: MedkitO2 + entities: + - uid: 1962 + components: + - type: Transform + pos: -12.464999,-8.361995 + parent: 2 + - uid: 4699 + components: + - type: Transform + pos: -28.38732,-25.434307 + parent: 2 +- proto: MedkitOxygenFilled + entities: + - uid: 5008 + components: + - type: Transform + pos: -34.554306,-26.202883 + parent: 2 + - uid: 5155 + components: + - type: Transform + pos: -31.570898,-60.697475 + parent: 2 + - uid: 11615 + components: + - type: Transform + pos: -6.4743137,-60.38087 + parent: 2 +- proto: MedkitRadiationFilled + entities: + - uid: 4785 + components: + - type: Transform + pos: -34.377132,-25.598297 + parent: 2 +- proto: MedkitToxinFilled + entities: + - uid: 12994 + components: + - type: Transform + pos: -34.35926,-25.975962 + parent: 2 +- proto: MicroManipulatorStockPart + entities: + - uid: 4773 + components: + - type: Transform + pos: -28.36625,-60.265133 + parent: 2 + - uid: 5668 + components: + - type: Transform + pos: -28.658062,-60.3381 + parent: 2 + - uid: 9605 + components: + - type: Transform + pos: 22.955547,-30.288143 + parent: 2 +- proto: MicrophoneInstrument + entities: + - uid: 3858 + components: + - type: Transform + pos: 22.519297,-35.49426 + parent: 2 + - uid: 6061 + components: + - type: Transform + pos: 38.546062,-7.3978963 + parent: 2 +- proto: MiniGravityGeneratorCircuitboard + entities: + - uid: 8006 + components: + - type: Transform + pos: -35.515686,-53.284847 + parent: 2 +- proto: MinimoogInstrument + entities: + - uid: 14716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,12.5 + parent: 2 +- proto: Mirror + entities: + - uid: 15179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-39.5 + parent: 2 +- proto: MonkeyCubeWrapped + entities: + - uid: 6952 + components: + - type: Transform + pos: -50.94765,-47.44612 + parent: 2 +- proto: MoonBattlemap + entities: + - uid: 6009 + components: + - type: Transform + pos: 21.340664,-50.344055 + parent: 2 +- proto: MopBucket + entities: + - uid: 3888 + components: + - type: Transform + pos: -2.5,-26.5 + parent: 2 +- proto: MopBucketFull + entities: + - uid: 9407 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 2 +- proto: MopItem + entities: + - uid: 2437 + components: + - type: Transform + pos: 23.483007,5.5348063 + parent: 2 + - uid: 3889 + components: + - type: Transform + pos: -2.5393615,-26.524923 + parent: 2 + - uid: 9529 + components: + - type: Transform + pos: 28.482061,-0.5141529 + parent: 2 + - uid: 18982 + components: + - type: Transform + pos: 35.46167,18.529366 + parent: 2 +- proto: Morgue + entities: + - uid: 442 + components: + - type: Transform + pos: -29.5,12.5 + parent: 2 + - uid: 3312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-47.5 + parent: 2 + - uid: 4377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-29.5 + parent: 2 + - uid: 4888 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-46.5 + parent: 2 + - uid: 4894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-48.5 + parent: 2 + - uid: 4895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-45.5 + parent: 2 + - uid: 4896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-48.5 + parent: 2 + - uid: 4898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-46.5 + parent: 2 + - uid: 7961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-45.5 + parent: 2 + - uid: 8265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-48.5 + parent: 2 +- proto: MothroachCube + entities: + - uid: 3154 + components: + - type: Transform + pos: 10.628341,3.8540983 + parent: 2 + - uid: 4455 + components: + - type: Transform + pos: 41.490414,-27.439697 + parent: 2 +- proto: MouseTimedSpawner + entities: + - uid: 2566 + components: + - type: Transform + pos: 46.5,10.5 + parent: 2 + - uid: 7092 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 11284 + components: + - type: Transform + pos: 24.5,5.5 + parent: 2 + - uid: 13195 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 2 +- proto: Multitool + entities: + - uid: 130 + components: + - type: Transform + pos: -6.710307,-15.357808 + parent: 2 + - uid: 3370 + components: + - type: Transform + pos: -14.68253,-24.415592 + parent: 2 + - uid: 4616 + components: + - type: Transform + pos: 26.30102,-37.382942 + parent: 2 + - uid: 13074 + components: + - type: Transform + pos: 13.493722,-19.422201 + parent: 2 + - uid: 16645 + components: + - type: Transform + pos: 38.63871,-42.337013 + parent: 2 +- proto: MysteryFigureBoxTrash + entities: + - uid: 559 + components: + - type: Transform + pos: -42.69603,-50.214554 + parent: 2 + - uid: 11319 + components: + - type: Transform + pos: -42.352108,-50.537697 + parent: 2 +- proto: NitrogenCanister + entities: + - uid: 275 + components: + - type: Transform + pos: 12.5,-8.5 + parent: 2 + - uid: 1455 + components: + - type: Transform + pos: -7.5,6.5 + parent: 2 + - uid: 1935 + components: + - type: Transform + pos: -12.5,-2.5 + parent: 2 + - uid: 1936 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 2 + - uid: 3108 + components: + - type: Transform + pos: 3.5,-14.5 + parent: 2 + - uid: 4265 + components: + - type: Transform + pos: -13.5,23.5 + parent: 2 + - uid: 4469 + components: + - type: Transform + pos: 27.5,-41.5 + parent: 2 + - uid: 4571 + components: + - type: Transform + pos: 14.5,17.5 + parent: 2 + - uid: 5022 + components: + - type: Transform + pos: -29.5,-19.5 + parent: 2 + - uid: 7576 + components: + - type: Transform + pos: 12.5,-71.5 + parent: 2 + - uid: 7583 + components: + - type: Transform + pos: -9.5,-71.5 + parent: 2 + - uid: 8675 + components: + - type: Transform + pos: 39.5,6.5 + parent: 2 + - uid: 10703 + components: + - type: Transform + pos: -39.5,-55.5 + parent: 2 + - uid: 14307 + components: + - type: Transform + pos: 25.5,-53.5 + parent: 2 + - uid: 16418 + components: + - type: Transform + pos: -53.5,-13.5 + parent: 2 + - uid: 18591 + components: + - type: Transform + pos: 49.5,-33.5 + parent: 2 + - uid: 19875 + components: + - type: Transform + pos: 47.5,-54.5 + parent: 2 +- proto: NitrogenTankFilled + entities: + - uid: 5347 + components: + - type: Transform + pos: -33.312702,22.556707 + parent: 2 +- proto: NitrousOxideCanister + entities: + - uid: 1948 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 +- proto: NitrousOxideTankFilled + entities: + - uid: 4371 + components: + - type: Transform + pos: 38.479885,-27.422543 + parent: 2 + - uid: 5245 + components: + - type: Transform + pos: -52.508484,-33.27032 + parent: 2 + - uid: 16363 + components: + - type: Transform + pos: -26.490044,-25.493969 + parent: 2 +- proto: NoticeBoard + entities: + - uid: 4933 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 + - uid: 4942 + components: + - type: Transform + pos: -9.5,-35.5 + parent: 2 + - uid: 15841 + components: + - type: Transform + pos: -20.5,-17.5 + parent: 2 +- proto: NTDefaultCircuitBoard + entities: + - uid: 16466 + components: + - type: Transform + pos: -61.330738,-16.517221 + parent: 2 +- proto: NuclearBombKeg + entities: + - uid: 18850 + components: + - type: Transform + pos: 58.5,-47.5 + parent: 2 +- proto: NuclearBombUnanchored + entities: + - uid: 13189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,5.5 + parent: 2 +- proto: NukeDiskFake + entities: + - uid: 6989 + components: + - type: Transform + pos: 47.54206,-8.527592 + parent: 2 +- proto: NutimovCircuitBoard + entities: + - uid: 16467 + components: + - type: Transform + pos: -63.45679,-15.860515 + parent: 2 +- proto: OperatingTable + entities: + - uid: 1892 + components: + - type: Transform + pos: -51.5,-33.5 + parent: 2 + - uid: 2846 + components: + - type: Transform + pos: -51.5,-27.5 + parent: 2 + - uid: 4365 + components: + - type: Transform + pos: 38.5,-29.5 + parent: 2 + - uid: 13259 + components: + - type: Transform + pos: -43.5,-48.5 + parent: 2 +- proto: OreBag + entities: + - uid: 175 + components: + - type: Transform + pos: 11.532255,23.533916 + parent: 2 +- proto: OreBox + entities: + - uid: 17331 + components: + - type: Transform + pos: 14.5,21.5 + parent: 2 +- proto: OreProcessor + entities: + - uid: 1360 + components: + - type: Transform + pos: 12.5,21.5 + parent: 2 +- proto: OxygenCanister + entities: + - uid: 787 + components: + - type: Transform + pos: -14.5,23.5 + parent: 2 + - uid: 1454 + components: + - type: Transform + pos: -5.5,6.5 + parent: 2 + - uid: 1749 + components: + - type: Transform + pos: 49.5,-32.5 + parent: 2 + - uid: 1937 + components: + - type: Transform + pos: -12.5,-3.5 + parent: 2 + - uid: 1938 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 + - uid: 2327 + components: + - type: Transform + pos: -5.5,-8.5 + parent: 2 + - uid: 2877 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 4303 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 2 + - uid: 4468 + components: + - type: Transform + pos: 28.5,-41.5 + parent: 2 + - uid: 4658 + components: + - type: Transform + pos: 14.5,18.5 + parent: 2 + - uid: 4668 + components: + - type: Transform + pos: -30.5,-19.5 + parent: 2 + - uid: 6276 + components: + - type: Transform + pos: 18.5,8.5 + parent: 2 + - uid: 7580 + components: + - type: Transform + pos: -7.5,-71.5 + parent: 2 + - uid: 7596 + components: + - type: Transform + pos: 10.5,-71.5 + parent: 2 + - uid: 8674 + components: + - type: Transform + pos: 38.5,6.5 + parent: 2 + - uid: 10701 + components: + - type: Transform + pos: -40.5,-55.5 + parent: 2 + - uid: 14270 + components: + - type: Transform + pos: 25.5,-52.5 + parent: 2 + - uid: 16424 + components: + - type: Transform + pos: -54.5,-13.5 + parent: 2 + - uid: 19876 + components: + - type: Transform + pos: 46.5,-54.5 + parent: 2 +- proto: OxygenTankFilled + entities: + - uid: 5326 + components: + - type: Transform + pos: -33.531563,22.608828 + parent: 2 +- proto: PackPaperRollingFilters + entities: + - uid: 15659 + components: + - type: Transform + pos: -30.320715,-13.450117 + parent: 2 +- proto: PaladinCircuitBoard + entities: + - uid: 16468 + components: + - type: Transform + pos: -60.569942,-16.475525 + parent: 2 +- proto: PanFluteInstrument + entities: + - uid: 3044 + components: + - type: Transform + pos: -1.4995854,-37.49171 + parent: 2 +- proto: Paper + entities: + - uid: 1063 + components: + - type: Transform + pos: -12.605077,14.639001 + parent: 2 + - uid: 1912 + components: + - type: Transform + pos: 17.19027,14.315702 + parent: 2 + - uid: 2777 + components: + - type: Transform + pos: 16.51598,13.534901 + parent: 2 + - uid: 2871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.868683,14.68054 + parent: 2 + - uid: 4510 + components: + - type: Transform + pos: 10.756002,-13.212388 + parent: 2 + - uid: 7073 + components: + - type: MetaData + name: Terrorism Permit PRF07 + - type: Transform + pos: 48.541252,-7.3250394 + parent: 2 + - type: Paper + content: >2- + + [color=#ff0000]█▀ █▀▀ ▀█ + █  ▀▀█  █ + ▀▀ ▀▀▀ ▀▀ + [color=#ff0000][head=2] PARENT FORM: PRF07 [/head] + -- This document is tied to Child Forms:-- [/color] + [head=3]NotATrasen[/ head] + [color=#1b67a5]█▄ █ ▀█▀ [head=3]Author: Command Secretary[/head] █ ▀█     █     + + (* = A Required Field) + + + [color=#ff0000][head=3]PARENT FORM SUBJECT:Permit to Assail HoP Office [/color][/head] + *Name: + *Species: + Current Job: Syndicate + *Request: Permission to enact unspecified acts of violence on the HoP Office. + [bold]*Reasoning: Unfair treatment, sandbagging of duties, and mass wasting of paper.[/bold] + ----------------------------------------------------------------------------- + + [head=3]Filled out by Head of Personnel only: [/head] + + (Tamper will result in denial and criminal charges) + + + This is a serious form. The person listed on this form is permitted by the authorities stamped below to enact terrorism on the HoP office. + + + + [bold]*Stamps Required: [/bold] + + (A = An alternative, if the primary is unavailable, not assured.) + + + Approved \[ ] \[ ] Head of Personnel + + Captain \[A] \[A] Head of Security + + Quartermaster \[ ] \[ ] Chief Engineer + + Research Director \[ ] \[ ] Chief Medical Officer + + Warden \[A] \[ ] Detective + + Clown \[A] \[A] Mime + + Lawyer \[A] \[A] Psychologist + + Trader \[ ] \[X] Syndicate + + Greytider \[A] \[ ]Chaplain + + (A Greytider stamp will function as a Captain's stamp) + + + + STAMP BELOW STAMP BELOW STAMP BELOW STAMP BELOW + + =================================================== + - type: Contraband + allowedDepartments: + - Security + severity: Syndicate + - uid: 12348 + components: + - type: Transform + pos: -40.606613,-51.410885 + parent: 2 + - uid: 12349 + components: + - type: Transform + pos: -40.419018,-50.94181 + parent: 2 + - uid: 15483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.9965925,-12.161332 + parent: 2 + - uid: 15830 + components: + - type: Transform + pos: 11.042132,-11.941029 + parent: 2 + - uid: 17874 + components: + - type: Transform + pos: 6.352662,-51.439014 + parent: 2 +- proto: PaperBin10 + entities: + - uid: 3040 + components: + - type: Transform + pos: 37.5,-3.5 + parent: 2 + - uid: 4525 + components: + - type: Transform + pos: 35.5,-41.5 + parent: 2 + - uid: 8260 + components: + - type: Transform + pos: -52.5,-42.5 + parent: 2 + - uid: 8445 + components: + - type: Transform + pos: -24.5,-18.5 + parent: 2 +- proto: PaperBin20 + entities: + - uid: 1228 + components: + - type: Transform + pos: 0.5,16.5 + parent: 2 + - uid: 5954 + components: + - type: Transform + pos: 20.5,-37.5 + parent: 2 + - uid: 5995 + components: + - type: Transform + pos: 20.5,-46.5 + parent: 2 + - uid: 7591 + components: + - type: Transform + pos: -11.5,-47.5 + parent: 2 +- proto: PaperBin5 + entities: + - uid: 2511 + components: + - type: Transform + pos: 19.5,15.5 + parent: 2 + - uid: 18637 + components: + - type: Transform + pos: -45.5,-22.5 + parent: 2 +- proto: PaperCNCSheet + entities: + - uid: 5996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.443949,-48.55871 + parent: 2 + - uid: 5997 + components: + - type: Transform + pos: 19.527819,-49.413467 + parent: 2 + - uid: 5998 + components: + - type: Transform + pos: 20.49705,-49.44474 + parent: 2 + - uid: 5999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.464792,-49.44474 + parent: 2 + - uid: 6000 + components: + - type: Transform + pos: 19.329803,-46.359264 + parent: 2 + - uid: 6001 + components: + - type: Transform + pos: 19.47571,-46.5052 + parent: 2 +- proto: PaperOffice + entities: + - uid: 7554 + components: + - type: Transform + pos: -18.48456,-44.297474 + parent: 2 + - uid: 7555 + components: + - type: Transform + pos: -18.265701,-44.49553 + parent: 2 +- proto: ParchisBoard + entities: + - uid: 10986 + components: + - type: Transform + pos: 7.9764767,-23.423122 + parent: 2 +- proto: PartRodMetal + entities: + - uid: 1954 + components: + - type: Transform + pos: -13.49223,-6.4066033 + parent: 2 + - uid: 2547 + components: + - type: Transform + pos: -6.4553146,-12.403858 + parent: 2 + - uid: 4775 + components: + - type: Transform + pos: -31.512741,-59.428432 + parent: 2 + - uid: 10652 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.464424,-55.467007 + parent: 2 + - uid: 19939 + components: + - type: Transform + pos: 10.583437,28.540825 + parent: 2 + - uid: 20133 + components: + - type: Transform + pos: 10.356991,28.588877 + parent: 2 +- proto: PartRodMetal1 + entities: + - uid: 795 + components: + - type: Transform + pos: 72.72414,-41.933956 + parent: 2 + - uid: 3949 + components: + - type: Transform + pos: 74.13109,-42.63757 + parent: 2 + - uid: 4897 + components: + - type: Transform + pos: 74.50627,-45.326935 + parent: 2 + - uid: 18766 + components: + - type: Transform + pos: 72.56781,-43.388092 + parent: 2 +- proto: PartRodMetal10 + entities: + - uid: 6997 + components: + - type: Transform + pos: 13.453983,-10.742063 + parent: 2 +- proto: PeaSeeds + entities: + - uid: 6178 + components: + - type: Transform + pos: 38.44358,-7.3412313 + parent: 2 +- proto: Pen + entities: + - uid: 1077 + components: + - type: Transform + pos: -12.335869,14.626761 + parent: 2 + - uid: 4112 + components: + - type: Transform + pos: -6.6149387,-59.69337 + parent: 2 + - uid: 6003 + components: + - type: Transform + pos: 20.666264,-49.195614 + parent: 2 + - uid: 6004 + components: + - type: Transform + pos: 19.207207,-49.518753 + parent: 2 + - uid: 6005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.373459,-49.153915 + parent: 2 + - uid: 6006 + components: + - type: Transform + pos: 18.613163,-36.060383 + parent: 2 + - uid: 6271 + components: + - type: Transform + pos: 36.916107,-3.439982 + parent: 2 + - uid: 7515 + components: + - type: Transform + pos: -21.319298,-44.49553 + parent: 2 + - uid: 7519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.651308,-44.464256 + parent: 2 + - uid: 8203 + components: + - type: Transform + pos: -51.8782,-42.349243 + parent: 2 + - uid: 8247 + components: + - type: Transform + pos: -44.374622,-45.684704 + parent: 2 + - uid: 8510 + components: + - type: Transform + pos: 48.20175,-7.408041 + parent: 2 + - uid: 10191 + components: + - type: Transform + pos: -34.36954,-45.00922 + parent: 2 + - uid: 11930 + components: + - type: Transform + pos: 32.108105,-75.43631 + parent: 2 + - uid: 13083 + components: + - type: Transform + pos: -33.33428,-32.462944 + parent: 2 + - uid: 13493 + components: + - type: Transform + pos: -24.065586,-18.367483 + parent: 2 + - uid: 15867 + components: + - type: Transform + pos: 12.290273,-12.883439 + parent: 2 + - uid: 18864 + components: + - type: Transform + pos: 17.558317,12.469315 + parent: 2 +- proto: PersonalAI + entities: + - uid: 3727 + components: + - type: Transform + pos: 15.482977,-30.443178 + parent: 2 + - uid: 5423 + components: + - type: Transform + pos: -23.472431,21.622309 + parent: 2 + - uid: 15781 + components: + - type: Transform + pos: 19.282682,-59.365086 + parent: 2 + - uid: 16191 + components: + - type: Transform + pos: -10.464066,-37.359142 + parent: 2 + - uid: 16192 + components: + - type: Transform + pos: -23.127619,-18.398756 + parent: 2 +- proto: PhoneInstrument + entities: + - uid: 13539 + components: + - type: Transform + pos: -17.355742,-53.175934 + parent: 2 +- proto: PianoInstrument + entities: + - uid: 3522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-38.5 + parent: 2 +- proto: Pickaxe + entities: + - uid: 5409 + components: + - type: Transform + pos: 18.529888,28.510042 + parent: 2 +- proto: PillCanisterBicaridine + entities: + - uid: 3156 + components: + - type: Transform + pos: -25.541407,-33.609737 + parent: 2 +- proto: PillCanisterDexalin + entities: + - uid: 2489 + components: + - type: Transform + pos: -12.902718,-8.497505 + parent: 2 +- proto: PillCanisterRandom + entities: + - uid: 4824 + components: + - type: Transform + pos: -28.032207,-28.350983 + parent: 2 + - uid: 4940 + components: + - type: Transform + pos: -29.676888,-22.437117 + parent: 2 + - uid: 7811 + components: + - type: Transform + pos: -52.253387,-41.817623 + parent: 2 + - uid: 14060 + components: + - type: Transform + pos: 22.25982,-58.332798 + parent: 2 +- proto: PillCanisterTricordrazine + entities: + - uid: 4858 + components: + - type: Transform + pos: -25.687313,-33.32829 + parent: 2 +- proto: PirateFlag + entities: + - uid: 13844 + components: + - type: Transform + pos: 25.5,-57.5 + parent: 2 +- proto: PlantBag + entities: + - uid: 3459 + components: + - type: Transform + pos: -16.355309,-39.441204 + parent: 2 + - uid: 3460 + components: + - type: Transform + pos: -18.291336,-29.255913 + parent: 2 +- proto: PlantBGoneSpray + entities: + - uid: 671 + components: + - type: Transform + pos: -28.404087,-6.792873 + parent: 2 + - uid: 3458 + components: + - type: Transform + pos: -16.970198,-39.420357 + parent: 2 + - uid: 17696 + components: + - type: Transform + pos: 45.729847,-60.59313 + parent: 2 +- proto: PlaqueAtmos + entities: + - uid: 10732 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 +- proto: PlasmaCanister + entities: + - uid: 1461 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 + - uid: 1946 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 2 + - uid: 1967 + components: + - type: Transform + pos: -5.5,-9.5 + parent: 2 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 3596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-32.5 + parent: 2 + - uid: 6839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-32.5 + parent: 2 + - uid: 7219 + components: + - type: Transform + pos: 2.5,27.5 + parent: 2 + - uid: 9061 + components: + - type: Transform + pos: 6.5,27.5 + parent: 2 + - uid: 14291 + components: + - type: Transform + pos: 6.5,15.5 + parent: 2 +- proto: PlayerStationAi + entities: + - uid: 16136 + components: + - type: Transform + pos: -67.5,-12.5 + parent: 2 +- proto: PlushieDiona + entities: + - uid: 8981 + components: + - type: Transform + pos: 5.570408,-44.542873 + parent: 2 +- proto: PlushieLizard + entities: + - uid: 19554 + components: + - type: Transform + pos: 61.5,-77.5 + parent: 2 + - uid: 19557 + components: + - type: Transform + pos: 62.5,-77.5 + parent: 2 + - uid: 19974 + components: + - type: Transform + pos: 62.5,-78.5 + parent: 2 + - uid: 19976 + components: + - type: Transform + pos: 61.5,-79.5 + parent: 2 + - uid: 19977 + components: + - type: Transform + pos: 62.5,-79.5 + parent: 2 +- proto: PlushieMoth + entities: + - uid: 17566 + components: + - type: Transform + pos: 30.5,-79.5 + parent: 2 +- proto: PlushieSharkBlue + entities: + - uid: 7986 + components: + - type: Transform + pos: -32.542946,-46.481663 + parent: 2 +- proto: PlushieSharkPink + entities: + - uid: 7987 + components: + - type: Transform + pos: 14.531263,-50.503902 + parent: 2 +- proto: PlushieSpaceLizard + entities: + - uid: 7563 + components: + - type: Transform + pos: -31.529049,-68.521324 + parent: 2 +- proto: PlushieVox + entities: + - uid: 3183 + components: + - type: Transform + pos: 10.459725,-11.45332 + parent: 2 +- proto: PonderingOrb + entities: + - uid: 14800 + components: + - type: Transform + pos: 87.5,-13.5 + parent: 2 +- proto: PortableFlasher + entities: + - uid: 17715 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 +- proto: PortableGeneratorJrPacman + entities: + - uid: 2926 + components: + - type: Transform + pos: 19.5,6.5 + parent: 2 + - uid: 3176 + components: + - type: Transform + pos: 18.5,-16.5 + parent: 2 + - uid: 4157 + components: + - type: Transform + pos: 0.5,-41.5 + parent: 2 + - uid: 5702 + components: + - type: Transform + pos: 45.5,-36.5 + parent: 2 + - uid: 8696 + components: + - type: Transform + pos: 40.5,-1.5 + parent: 2 + - uid: 11468 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 + - uid: 18582 + components: + - type: Transform + pos: -32.5,-41.5 + parent: 2 + - uid: 18810 + components: + - type: Transform + pos: 81.5,-15.5 + parent: 2 + - uid: 19282 + components: + - type: Transform + pos: 53.5,-52.5 + parent: 2 +- proto: PortableGeneratorPacman + entities: + - uid: 5501 + components: + - type: Transform + pos: -61.5,-8.5 + parent: 2 + - uid: 11336 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 2 +- proto: PortableGeneratorSuperPacman + entities: + - uid: 11898 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 +- proto: PortableScrubber + entities: + - uid: 2025 + components: + - type: Transform + pos: -11.5,-10.5 + parent: 2 + - uid: 2026 + components: + - type: Transform + pos: -10.5,-10.5 + parent: 2 + - uid: 3115 + components: + - type: Transform + pos: 31.5,-45.5 + parent: 2 + - uid: 18115 + components: + - type: Transform + pos: 29.5,-10.5 + parent: 2 + - uid: 18373 + components: + - type: Transform + pos: 29.5,-9.5 + parent: 2 +- proto: PosterBroken + entities: + - uid: 6604 + components: + - type: Transform + pos: 15.5,-9.5 + parent: 2 +- proto: PosterContrabandGreyTide + entities: + - uid: 9075 + components: + - type: Transform + pos: 46.5,-29.5 + parent: 2 +- proto: PosterContrabandHackingGuide + entities: + - uid: 2554 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 2 +- proto: PosterContrabandMoth + entities: + - uid: 4205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-6.5 + parent: 2 +- proto: PosterContrabandRevolt + entities: + - uid: 2763 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 2 +- proto: PosterContrabandTools + entities: + - uid: 2667 + components: + - type: Transform + pos: -18.5,-26.5 + parent: 2 +- proto: PosterContrabandVoteWeh + entities: + - uid: 14234 + components: + - type: Transform + pos: 19.5,-57.5 + parent: 2 +- proto: PosterContrabandWehWatches + entities: + - uid: 19978 + components: + - type: Transform + pos: 61.5,-76.5 + parent: 2 +- proto: PosterLegitCleanliness + entities: + - uid: 14271 + components: + - type: Transform + pos: 22.5,-57.5 + parent: 2 +- proto: PosterLegitCohibaRobustoAd + entities: + - uid: 8557 + components: + - type: Transform + pos: 47.5,-2.5 + parent: 2 +- proto: PosterLegitHighClassMartini + entities: + - uid: 2765 + components: + - type: Transform + pos: 4.5,-41.5 + parent: 2 +- proto: PosterLegitMime + entities: + - uid: 10446 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 +- proto: PosterLegitSafetyMothSSD + entities: + - uid: 9537 + components: + - type: Transform + pos: -40.5,-28.5 + parent: 2 +- proto: PottedPlantRandom + entities: + - uid: 1032 + components: + - type: Transform + pos: 13.5,13.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: -26.5,0.5 + parent: 2 + - uid: 1187 + components: + - type: Transform + pos: -24.5,9.5 + parent: 2 + - uid: 1224 + components: + - type: Transform + pos: -2.5,25.5 + parent: 2 + - uid: 1908 + components: + - type: Transform + pos: -52.5,-30.5 + parent: 2 + - uid: 2658 + components: + - type: Transform + pos: 9.5,26.5 + parent: 2 + - uid: 3412 + components: + - type: Transform + pos: -21.5,-40.5 + parent: 2 + - uid: 3494 + components: + - type: Transform + pos: 5.5,-45.5 + parent: 2 + - uid: 3788 + components: + - type: Transform + pos: 12.5,-34.5 + parent: 2 + - uid: 4223 + components: + - type: Transform + pos: 4.5,-50.5 + parent: 2 + - uid: 5300 + components: + - type: Transform + pos: -40.5,-29.5 + parent: 2 + - uid: 5676 + components: + - type: Transform + pos: 11.5,-23.5 + parent: 2 + - uid: 5829 + components: + - type: Transform + pos: -20.5,-22.5 + parent: 2 + - uid: 6067 + components: + - type: Transform + pos: 35.5,-4.5 + parent: 2 + - uid: 6757 + components: + - type: Transform + pos: 24.5,-24.5 + parent: 2 + - uid: 7136 + components: + - type: Transform + pos: 30.5,23.5 + parent: 2 + - uid: 7161 + components: + - type: Transform + pos: 34.5,31.5 + parent: 2 + - uid: 7162 + components: + - type: Transform + pos: 34.5,33.5 + parent: 2 + - uid: 7402 + components: + - type: Transform + pos: 49.5,10.5 + parent: 2 + - uid: 7582 + components: + - type: Transform + pos: -10.5,-43.5 + parent: 2 + - uid: 7585 + components: + - type: Transform + pos: 9.5,-67.5 + parent: 2 + - uid: 7607 + components: + - type: Transform + pos: -18.5,-43.5 + parent: 2 + - uid: 7942 + components: + - type: Transform + pos: -6.5,-62.5 + parent: 2 + - uid: 8379 + components: + - type: Transform + pos: 39.5,-18.5 + parent: 2 + - uid: 8980 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 2 + - uid: 9353 + components: + - type: Transform + pos: 54.5,-20.5 + parent: 2 + - uid: 9355 + components: + - type: Transform + pos: 46.5,-19.5 + parent: 2 + - uid: 9356 + components: + - type: Transform + pos: 46.5,-23.5 + parent: 2 + - uid: 9357 + components: + - type: Transform + pos: 54.5,-22.5 + parent: 2 + - uid: 9798 + components: + - type: Transform + pos: -20.5,-52.5 + parent: 2 + - uid: 9799 + components: + - type: Transform + pos: -14.5,-51.5 + parent: 2 + - uid: 10155 + components: + - type: Transform + pos: -30.5,-44.5 + parent: 2 + - uid: 10617 + components: + - type: Transform + pos: -21.5,-48.5 + parent: 2 + - uid: 11439 + components: + - type: Transform + pos: 30.5,-33.5 + parent: 2 + - uid: 11457 + components: + - type: Transform + pos: -13.5,-40.5 + parent: 2 + - uid: 11466 + components: + - type: Transform + pos: 35.5,-38.5 + parent: 2 + - uid: 11470 + components: + - type: Transform + pos: 27.5,-31.5 + parent: 2 + - uid: 16589 + components: + - type: Transform + pos: -60.5,-13.5 + parent: 2 + - uid: 16986 + components: + - type: Transform + pos: 12.5,-41.5 + parent: 2 + - uid: 16989 + components: + - type: Transform + pos: 33.5,-20.5 + parent: 2 + - uid: 17573 + components: + - type: Transform + pos: -22.5,-35.5 + parent: 2 + - uid: 18913 + components: + - type: Transform + pos: 44.5,-72.5 + parent: 2 + - uid: 19980 + components: + - type: Transform + pos: -24.5,-3.5 + parent: 2 +- proto: PottedPlantRandomPlastic + entities: + - uid: 743 + components: + - type: Transform + pos: -2.5,17.5 + parent: 2 + - uid: 1226 + components: + - type: Transform + pos: 7.5,22.5 + parent: 2 + - uid: 5070 + components: + - type: Transform + pos: 30.5,-11.5 + parent: 2 + - uid: 7587 + components: + - type: Transform + pos: -6.5,-67.5 + parent: 2 + - uid: 7592 + components: + - type: Transform + pos: 9.5,-62.5 + parent: 2 + - uid: 8693 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - uid: 16987 + components: + - type: Transform + pos: 19.5,-42.5 + parent: 2 + - uid: 16988 + components: + - type: Transform + pos: -9.5,-48.5 + parent: 2 +- proto: PottedPlantRD + entities: + - uid: 4397 + components: + - type: Transform + pos: 28.5,-35.5 + parent: 2 +- proto: PowerCellHigh + entities: + - uid: 4219 + components: + - type: Transform + pos: 36.50517,-24.258665 + parent: 2 +- proto: PowerCellMedium + entities: + - uid: 17268 + components: + - type: Transform + pos: -11.349768,-25.364458 + parent: 2 + - uid: 19902 + components: + - type: Transform + pos: 45.875484,-50.436737 + parent: 2 +- proto: PowerCellRecharger + entities: + - uid: 1542 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 + - uid: 2582 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 2619 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 2 + - uid: 2895 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-15.5 + parent: 2 + - uid: 2896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,0.5 + parent: 2 + - uid: 3360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-25.5 + parent: 2 + - uid: 4948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-25.5 + parent: 2 + - uid: 5818 + components: + - type: Transform + pos: 25.5,-17.5 + parent: 2 + - uid: 6166 + components: + - type: Transform + pos: -33.5,-57.5 + parent: 2 + - uid: 6308 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 2 + - uid: 8405 + components: + - type: Transform + pos: 11.5,24.5 + parent: 2 + - uid: 9406 + components: + - type: Transform + pos: 29.5,4.5 + parent: 2 + - uid: 9607 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - uid: 12856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-46.5 + parent: 2 + - uid: 13100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-27.5 + parent: 2 + - uid: 13103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-29.5 + parent: 2 + - uid: 19878 + components: + - type: Transform + pos: 46.5,-50.5 + parent: 2 +- proto: PowerDrill + entities: + - uid: 4425 + components: + - type: Transform + pos: 27.532543,-33.389877 + parent: 2 +- proto: PoweredDimSmallLight + entities: + - uid: 3008 + components: + - type: Transform + pos: -17.5,20.5 + parent: 2 + - uid: 6121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,24.5 + parent: 2 + - uid: 6132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,23.5 + parent: 2 + - uid: 6358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-19.5 + parent: 2 + - uid: 6665 + components: + - type: Transform + pos: 0.5,-36.5 + parent: 2 + - uid: 6754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-33.5 + parent: 2 + - uid: 6998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-72.5 + parent: 2 + - uid: 7102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-53.5 + parent: 2 + - uid: 7134 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-49.5 + parent: 2 + - uid: 7676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-13.5 + parent: 2 + - uid: 7997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,13.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,1.5 + parent: 2 + - uid: 8285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-9.5 + parent: 2 + - uid: 8657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-10.5 + parent: 2 + - uid: 8679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,11.5 + parent: 2 + - uid: 9139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,8.5 + parent: 2 + - uid: 9594 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,5.5 + parent: 2 + - uid: 9993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-55.5 + parent: 2 + - uid: 11123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-42.5 + parent: 2 + - uid: 11275 + components: + - type: Transform + pos: 38.5,6.5 + parent: 2 + - uid: 11288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-55.5 + parent: 2 + - uid: 11513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-45.5 + parent: 2 + - uid: 11570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-26.5 + parent: 2 + - uid: 11619 + components: + - type: Transform + pos: -45.5,-53.5 + parent: 2 + - uid: 11633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-54.5 + parent: 2 + - uid: 11644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-52.5 + parent: 2 + - uid: 11724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-6.5 + parent: 2 + - uid: 11782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-50.5 + parent: 2 + - uid: 12108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,5.5 + parent: 2 + - uid: 12127 + components: + - type: MetaData + name: Stage Light + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-39.5 + parent: 2 + - type: PoweredLight + on: False + - uid: 12282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-42.5 + parent: 2 + - uid: 12370 + components: + - type: Transform + pos: 12.5,28.5 + parent: 2 + - uid: 12386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-4.5 + parent: 2 + - uid: 12387 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 12407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,13.5 + parent: 2 + - uid: 13000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-45.5 + parent: 2 + - uid: 13005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,0.5 + parent: 2 + - uid: 13016 + components: + - type: Transform + pos: 28.5,19.5 + parent: 2 + - uid: 14407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-41.5 + parent: 2 + - uid: 14412 + components: + - type: Transform + pos: 31.5,-33.5 + parent: 2 + - uid: 14774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-35.5 + parent: 2 + - uid: 14854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-41.5 + parent: 2 + - uid: 15271 + components: + - type: Transform + pos: 41.5,-31.5 + parent: 2 + - uid: 15692 + components: + - type: Transform + pos: 38.5,3.5 + parent: 2 + - uid: 15693 + components: + - type: Transform + pos: -31.5,0.5 + parent: 2 + - uid: 17120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-18.5 + parent: 2 + - uid: 17121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-26.5 + parent: 2 + - uid: 17122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-18.5 + parent: 2 + - uid: 17123 + components: + - type: Transform + pos: 9.5,-15.5 + parent: 2 + - uid: 17124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-15.5 + parent: 2 + - uid: 17139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-15.5 + parent: 2 + - uid: 17147 + components: + - type: Transform + pos: -32.5,-40.5 + parent: 2 + - uid: 17148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-57.5 + parent: 2 + - uid: 17155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-68.5 + parent: 2 + - uid: 17156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-69.5 + parent: 2 + - uid: 17159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-17.5 + parent: 2 + - uid: 17160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-27.5 + parent: 2 + - uid: 17162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-42.5 + parent: 2 + - uid: 17163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-42.5 + parent: 2 + - uid: 17170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-53.5 + parent: 2 + - uid: 17172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-58.5 + parent: 2 + - uid: 17175 + components: + - type: Transform + pos: 23.5,-33.5 + parent: 2 + - uid: 17176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-55.5 + parent: 2 + - uid: 17177 + components: + - type: Transform + pos: 7.5,-67.5 + parent: 2 + - uid: 17178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-62.5 + parent: 2 + - uid: 17179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-62.5 + parent: 2 + - uid: 17180 + components: + - type: Transform + pos: -4.5,-67.5 + parent: 2 + - uid: 17181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-72.5 + parent: 2 + - uid: 17182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-41.5 + parent: 2 + - uid: 17184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-36.5 + parent: 2 + - uid: 17186 + components: + - type: Transform + pos: -12.5,-27.5 + parent: 2 + - uid: 17543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-5.5 + parent: 2 + - uid: 17655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,0.5 + parent: 2 + - uid: 18077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,12.5 + parent: 2 + - uid: 18078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,11.5 + parent: 2 + - uid: 18095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,8.5 + parent: 2 + - uid: 18174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,22.5 + parent: 2 + - uid: 18384 + components: + - type: Transform + pos: -32.5,15.5 + parent: 2 + - uid: 18962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,26.5 + parent: 2 + - uid: 18965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,4.5 + parent: 2 + - uid: 19275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-59.5 + parent: 2 + - uid: 19288 + components: + - type: Transform + pos: 56.5,-52.5 + parent: 2 + - uid: 19290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-63.5 + parent: 2 + - uid: 19291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-64.5 + parent: 2 + - uid: 20123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-37.5 + parent: 2 +- proto: PoweredLEDSmallLight + entities: + - uid: 12977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-47.5 + parent: 2 + - uid: 13188 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,6.5 + parent: 2 +- proto: Poweredlight + entities: + - uid: 173 + components: + - type: Transform + pos: -21.5,6.5 + parent: 2 + - uid: 589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-59.5 + parent: 2 + - uid: 1026 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-47.5 + parent: 2 + - uid: 2061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-56.5 + parent: 2 + - uid: 2840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-26.5 + parent: 2 + - uid: 3361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-19.5 + parent: 2 + - uid: 3389 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 + - uid: 3665 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-11.5 + parent: 2 + - uid: 3708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-11.5 + parent: 2 + - uid: 3842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-17.5 + parent: 2 + - uid: 3875 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 4257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-22.5 + parent: 2 + - uid: 4570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-36.5 + parent: 2 + - uid: 4843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-35.5 + parent: 2 + - uid: 5277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-52.5 + parent: 2 + - uid: 5579 + components: + - type: Transform + pos: -47.5,-30.5 + parent: 2 + - uid: 6272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-53.5 + parent: 2 + - uid: 6367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-34.5 + parent: 2 + - uid: 6424 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-44.5 + parent: 2 + - uid: 6452 + components: + - type: Transform + pos: -20.5,-36.5 + parent: 2 + - uid: 6661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-31.5 + parent: 2 + - uid: 7052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-57.5 + parent: 2 + - uid: 7832 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 2 + - uid: 7844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,2.5 + parent: 2 + - uid: 7944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-66.5 + parent: 2 + - uid: 8009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-63.5 + parent: 2 + - uid: 8011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-66.5 + parent: 2 + - uid: 8012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-63.5 + parent: 2 + - uid: 8014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-69.5 + parent: 2 + - uid: 8015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-69.5 + parent: 2 + - uid: 8017 + components: + - type: Transform + pos: 12.5,-60.5 + parent: 2 + - uid: 8478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,3.5 + parent: 2 + - uid: 8488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-6.5 + parent: 2 + - uid: 8489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-10.5 + parent: 2 + - uid: 8491 + components: + - type: Transform + pos: -29.5,-3.5 + parent: 2 + - uid: 8497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-1.5 + parent: 2 + - uid: 8508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,12.5 + parent: 2 + - uid: 10749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-13.5 + parent: 2 + - uid: 11074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-35.5 + parent: 2 + - uid: 11443 + components: + - type: Transform + pos: 26.5,-24.5 + parent: 2 + - uid: 11444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-1.5 + parent: 2 + - uid: 11540 + components: + - type: Transform + pos: 36.5,-24.5 + parent: 2 + - uid: 11541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-29.5 + parent: 2 + - uid: 11546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-25.5 + parent: 2 + - uid: 11548 + components: + - type: Transform + pos: 22.5,-20.5 + parent: 2 + - uid: 11549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-25.5 + parent: 2 + - uid: 11551 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 2 + - uid: 11558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-26.5 + parent: 2 + - uid: 11565 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-44.5 + parent: 2 + - uid: 11566 + components: + - type: Transform + pos: 38.5,-40.5 + parent: 2 + - uid: 11567 + components: + - type: Transform + pos: 32.5,-40.5 + parent: 2 + - uid: 11573 + components: + - type: Transform + pos: 23.5,-30.5 + parent: 2 + - uid: 11574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-22.5 + parent: 2 + - uid: 11575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-22.5 + parent: 2 + - uid: 11580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-17.5 + parent: 2 + - uid: 11581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-17.5 + parent: 2 + - uid: 11609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-56.5 + parent: 2 + - uid: 11610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-52.5 + parent: 2 + - uid: 11611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-49.5 + parent: 2 + - uid: 11612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-49.5 + parent: 2 + - uid: 11613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-48.5 + parent: 2 + - uid: 11614 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-48.5 + parent: 2 + - uid: 11616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-48.5 + parent: 2 + - uid: 11620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-37.5 + parent: 2 + - uid: 11621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-39.5 + parent: 2 + - uid: 11622 + components: + - type: Transform + pos: 18.5,-35.5 + parent: 2 + - uid: 11624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-30.5 + parent: 2 + - uid: 11626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-32.5 + parent: 2 + - uid: 11628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-25.5 + parent: 2 + - uid: 11629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-37.5 + parent: 2 + - uid: 11630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-43.5 + parent: 2 + - uid: 11646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-55.5 + parent: 2 + - uid: 11647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-55.5 + parent: 2 + - uid: 11648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-52.5 + parent: 2 + - uid: 11650 + components: + - type: Transform + pos: -17.5,-50.5 + parent: 2 + - uid: 11658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-30.5 + parent: 2 + - uid: 11716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,6.5 + parent: 2 + - uid: 11770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-23.5 + parent: 2 + - uid: 11774 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-23.5 + parent: 2 + - uid: 11777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-25.5 + parent: 2 + - uid: 11778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-19.5 + parent: 2 + - uid: 11784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-23.5 + parent: 2 + - uid: 11785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-19.5 + parent: 2 + - uid: 11844 + components: + - type: Transform + pos: 49.5,-15.5 + parent: 2 + - uid: 11846 + components: + - type: Transform + pos: -14.5,-37.5 + parent: 2 + - uid: 11933 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 2 + - uid: 11944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-15.5 + parent: 2 + - uid: 11945 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 11946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-11.5 + parent: 2 + - uid: 11950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-4.5 + parent: 2 + - uid: 11951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-1.5 + parent: 2 + - uid: 11954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-4.5 + parent: 2 + - uid: 11963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,17.5 + parent: 2 + - uid: 11964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,10.5 + parent: 2 + - uid: 11965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,4.5 + parent: 2 + - uid: 11967 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 2 + - uid: 11968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-4.5 + parent: 2 + - uid: 12078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-25.5 + parent: 2 + - uid: 12079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-24.5 + parent: 2 + - uid: 12107 + components: + - type: Transform + pos: -21.5,-18.5 + parent: 2 + - uid: 12109 + components: + - type: Transform + pos: -28.5,-25.5 + parent: 2 + - uid: 12110 + components: + - type: Transform + pos: -31.5,-25.5 + parent: 2 + - uid: 12385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,1.5 + parent: 2 + - uid: 12574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-52.5 + parent: 2 + - uid: 12873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-34.5 + parent: 2 + - uid: 12875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-38.5 + parent: 2 + - uid: 12876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-31.5 + parent: 2 + - uid: 12885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-65.5 + parent: 2 + - type: PointLight + energy: 0.5 + - uid: 12967 + components: + - type: Transform + pos: -27.5,-40.5 + parent: 2 + - uid: 12968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-48.5 + parent: 2 + - uid: 12970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-58.5 + parent: 2 + - uid: 12971 + components: + - type: Transform + pos: -33.5,-53.5 + parent: 2 + - uid: 12972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-52.5 + parent: 2 + - uid: 12973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-59.5 + parent: 2 + - type: PointLight + energy: 0.5 + - uid: 12978 + components: + - type: Transform + pos: -39.5,-45.5 + parent: 2 + - uid: 12984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-43.5 + parent: 2 + - uid: 12985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-43.5 + parent: 2 + - uid: 12986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-43.5 + parent: 2 + - uid: 12996 + components: + - type: Transform + pos: -45.5,-21.5 + parent: 2 + - uid: 13007 + components: + - type: Transform + pos: -26.5,-33.5 + parent: 2 + - uid: 13008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-29.5 + parent: 2 + - uid: 13339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-7.5 + parent: 2 + - uid: 13341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-14.5 + parent: 2 + - uid: 14372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-38.5 + parent: 2 + - uid: 14401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-28.5 + parent: 2 + - uid: 14404 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - uid: 14405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-19.5 + parent: 2 + - uid: 14434 + components: + - type: Transform + pos: 38.5,-34.5 + parent: 2 + - uid: 14612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-38.5 + parent: 2 + - uid: 14775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-30.5 + parent: 2 + - uid: 15411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-8.5 + parent: 2 + - uid: 15416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-8.5 + parent: 2 + - uid: 15666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-45.5 + parent: 2 + - uid: 15667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-48.5 + parent: 2 + - uid: 15674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-12.5 + parent: 2 + - uid: 15683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-23.5 + parent: 2 + - uid: 15684 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,-22.5 + parent: 2 + - uid: 16478 + components: + - type: Transform + pos: -61.5,-11.5 + parent: 2 + - uid: 16479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-13.5 + parent: 2 + - uid: 16481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-14.5 + parent: 2 + - uid: 16482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,-10.5 + parent: 2 + - uid: 16483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,-10.5 + parent: 2 + - uid: 16484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,-14.5 + parent: 2 + - uid: 16487 + components: + - type: Transform + pos: -54.5,-11.5 + parent: 2 + - uid: 17323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,14.5 + parent: 2 + - uid: 17324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,14.5 + parent: 2 + - uid: 17486 + components: + - type: Transform + pos: 15.5,25.5 + parent: 2 + - uid: 17488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,19.5 + parent: 2 + - uid: 17489 + components: + - type: Transform + pos: 0.5,20.5 + parent: 2 + - uid: 17490 + components: + - type: Transform + pos: 8.5,20.5 + parent: 2 + - uid: 17491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,13.5 + parent: 2 + - uid: 17492 + components: + - type: Transform + pos: -2.5,12.5 + parent: 2 + - uid: 17494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,22.5 + parent: 2 + - uid: 17495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,22.5 + parent: 2 + - uid: 17593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,16.5 + parent: 2 + - uid: 17594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,16.5 + parent: 2 + - uid: 17595 + components: + - type: Transform + pos: 8.5,26.5 + parent: 2 + - uid: 17596 + components: + - type: Transform + pos: 0.5,26.5 + parent: 2 + - uid: 18883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-21.5 + parent: 2 + - uid: 18884 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 18885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-19.5 + parent: 2 + - uid: 18886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-19.5 + parent: 2 + - uid: 18887 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-23.5 + parent: 2 + - uid: 18888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-15.5 + parent: 2 + - uid: 18890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-15.5 + parent: 2 + - uid: 18900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,15.5 + parent: 2 + - uid: 18901 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,16.5 + parent: 2 + - uid: 18903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,6.5 + parent: 2 + - uid: 19002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-16.5 + parent: 2 + - uid: 19005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-4.5 + parent: 2 +- proto: PoweredlightLED + entities: + - uid: 1906 + components: + - type: Transform + pos: -52.5,-27.5 + parent: 2 + - uid: 8036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-33.5 + parent: 2 + - uid: 8479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,10.5 + parent: 2 + - uid: 11555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-28.5 + parent: 2 + - uid: 12900 + components: + - type: Transform + pos: -39.5,-29.5 + parent: 2 + - uid: 12975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-41.5 + parent: 2 + - uid: 12982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-42.5 + parent: 2 + - uid: 12991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-33.5 + parent: 2 + - uid: 12992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-20.5 + parent: 2 + - uid: 12993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-20.5 + parent: 2 + - uid: 15706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-26.5 + parent: 2 + - uid: 15707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-26.5 + parent: 2 +- proto: PoweredLightPostSmall + entities: + - uid: 17113 + components: + - type: Transform + pos: 29.5,-80.5 + parent: 2 + - uid: 17267 + components: + - type: Transform + pos: 31.5,-80.5 + parent: 2 + - uid: 17319 + components: + - type: Transform + pos: 31.5,-78.5 + parent: 2 + - uid: 17329 + components: + - type: Transform + pos: 28.5,-77.5 + parent: 2 + - uid: 17473 + components: + - type: Transform + pos: 29.5,-78.5 + parent: 2 + - uid: 17474 + components: + - type: Transform + pos: 32.5,-77.5 + parent: 2 + - uid: 17475 + components: + - type: Transform + pos: 32.5,-81.5 + parent: 2 + - uid: 17534 + components: + - type: Transform + pos: 28.5,-81.5 + parent: 2 +- proto: PoweredlightSodium + entities: + - uid: 5587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,22.5 + parent: 2 + - uid: 9079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,1.5 + parent: 2 + - uid: 9807 + components: + - type: Transform + pos: -64.5,-19.5 + parent: 2 + - uid: 10722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-55.5 + parent: 2 + - uid: 12974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-62.5 + parent: 2 + - uid: 13660 + components: + - type: Transform + pos: -71.5,-18.5 + parent: 2 + - uid: 15863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,-8.5 + parent: 2 + - uid: 15938 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.5,-16.5 + parent: 2 + - uid: 15948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-6.5 + parent: 2 + - uid: 17487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,27.5 + parent: 2 + - uid: 20115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-5.5 + parent: 2 +- proto: PoweredSmallLight + entities: + - uid: 1106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,4.5 + parent: 2 + - uid: 1321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-58.5 + parent: 2 + - uid: 2944 + components: + - type: Transform + pos: -3.5,-34.5 + parent: 2 + - uid: 3287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-9.5 + parent: 2 + - type: PointLight + color: '#FFA54FFF' + - uid: 3717 + components: + - type: Transform + pos: 6.5,-44.5 + parent: 2 + - uid: 3931 + components: + - type: Transform + pos: -21.5,-40.5 + parent: 2 + - type: PointLight + softness: 1.5 + energy: 0.5 + - uid: 3954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-42.5 + parent: 2 + - uid: 3984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-9.5 + parent: 2 + - type: PointLight + color: '#FFA54FFF' + - uid: 4643 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-33.5 + parent: 2 + - uid: 4644 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 2 + - uid: 4688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-33.5 + parent: 2 + - uid: 4722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-45.5 + parent: 2 + - type: PointLight + color: '#FFA54FFF' + - uid: 4769 + components: + - type: Transform + pos: -32.5,-43.5 + parent: 2 + - type: PointLight + color: '#FFA54FFF' + - uid: 4819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,29.5 + parent: 2 + - uid: 4975 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 + - uid: 5134 + components: + - type: Transform + pos: 14.5,-50.5 + parent: 2 + - type: PointLight + energy: 0.3 + - uid: 5330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,28.5 + parent: 2 + - uid: 5345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,28.5 + parent: 2 + - uid: 5801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-44.5 + parent: 2 + - uid: 6877 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,2.5 + parent: 2 + - type: PointLight + energy: 0.5 + - uid: 7981 + components: + - type: Transform + pos: 43.5,-2.5 + parent: 2 + - uid: 7999 + components: + - type: Transform + pos: -21.5,-10.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-8.5 + parent: 2 + - uid: 8299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-32.5 + parent: 2 + - uid: 8490 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-7.5 + parent: 2 + - uid: 8526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-9.5 + parent: 2 + - uid: 9533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,0.5 + parent: 2 + - uid: 9534 + components: + - type: Transform + pos: 28.5,4.5 + parent: 2 + - uid: 9954 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-52.5 + parent: 2 + - uid: 9955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-50.5 + parent: 2 + - uid: 9956 + components: + - type: Transform + pos: -10.5,-50.5 + parent: 2 + - uid: 10383 + components: + - type: Transform + pos: -23.5,-55.5 + parent: 2 + - uid: 11442 + components: + - type: Transform + pos: 27.5,-33.5 + parent: 2 + - uid: 11445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-35.5 + parent: 2 + - uid: 11545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-7.5 + parent: 2 + - uid: 11568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-46.5 + parent: 2 + - uid: 11572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-18.5 + parent: 2 + - uid: 11583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-10.5 + parent: 2 + - uid: 11584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-11.5 + parent: 2 + - uid: 11585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-3.5 + parent: 2 + - uid: 11586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-3.5 + parent: 2 + - uid: 11631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-43.5 + parent: 2 + - uid: 11640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-44.5 + parent: 2 + - uid: 11641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-47.5 + parent: 2 + - type: PointLight + color: '#FFA54FFF' + - uid: 11642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-48.5 + parent: 2 + - type: PointLight + color: '#FFA54FFF' + - uid: 11657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-32.5 + parent: 2 + - uid: 11788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,23.5 + parent: 2 + - uid: 11790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-26.5 + parent: 2 + - uid: 11791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-25.5 + parent: 2 + - uid: 11837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-38.5 + parent: 2 + - type: PointLight + energy: 0.5 + - uid: 11838 + components: + - type: Transform + pos: -3.5,-37.5 + parent: 2 + - type: PointLight + energy: 0.5 + - uid: 11863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-28.5 + parent: 2 + - uid: 11934 + components: + - type: Transform + pos: -8.5,2.5 + parent: 2 + - uid: 11935 + components: + - type: Transform + pos: 4.5,-12.5 + parent: 2 + - uid: 11937 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 2 + - uid: 11955 + components: + - type: Transform + pos: -4.5,2.5 + parent: 2 + - uid: 11956 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - uid: 11959 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 12008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-45.5 + parent: 2 + - uid: 12371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-52.5 + parent: 2 + - uid: 12379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-42.5 + parent: 2 + - uid: 12390 + components: + - type: Transform + pos: 30.5,28.5 + parent: 2 + - uid: 12767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-38.5 + parent: 2 + - uid: 12870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-37.5 + parent: 2 + - uid: 12979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-46.5 + parent: 2 + - uid: 13001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-44.5 + parent: 2 + - uid: 13029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-44.5 + parent: 2 + - uid: 14406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-22.5 + parent: 2 + - uid: 14844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-4.5 + parent: 2 + - uid: 15663 + components: + - type: MetaData + name: Stage Light + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-38.5 + parent: 2 + - type: PointLight + softness: 1.5 + energy: 0.2 + color: '#D5908BFF' + - type: PoweredLight + on: False + - uid: 15665 + components: + - type: MetaData + name: Stage Light + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-39.5 + parent: 2 + - type: PointLight + softness: 1.5 + energy: 0.2 + color: '#D5908BFF' + - type: PoweredLight + on: False + - uid: 15680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,12.5 + parent: 2 + - uid: 15682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-14.5 + parent: 2 + - uid: 15685 + components: + - type: Transform + pos: 55.5,-24.5 + parent: 2 + - uid: 15686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-18.5 + parent: 2 + - uid: 15687 + components: + - type: Transform + pos: 55.5,-20.5 + parent: 2 + - uid: 15688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-22.5 + parent: 2 + - uid: 15697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-39.5 + parent: 2 + - uid: 15702 + components: + - type: Transform + pos: -41.5,-33.5 + parent: 2 + - uid: 15703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,3.5 + parent: 2 + - type: PointLight + energy: 0.5 + - uid: 15745 + components: + - type: Transform + pos: 30.5,42.5 + parent: 2 + - uid: 15746 + components: + - type: Transform + pos: 35.5,29.5 + parent: 2 + - uid: 16480 + components: + - type: Transform + pos: -61.5,-15.5 + parent: 2 + - uid: 16485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-9.5 + parent: 2 + - uid: 16571 + components: + - type: Transform + pos: -58.5,-12.5 + parent: 2 + - uid: 16649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-40.5 + parent: 2 + - uid: 16651 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 2 + - uid: 17010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,35.5 + parent: 2 + - uid: 17146 + components: + - type: Transform + pos: -20.5,-13.5 + parent: 2 + - uid: 17174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,-40.5 + parent: 2 + - uid: 17200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,5.5 + parent: 2 + - uid: 17201 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,5.5 + parent: 2 + - uid: 17202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,5.5 + parent: 2 + - uid: 17203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,5.5 + parent: 2 + - uid: 17204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,5.5 + parent: 2 + - uid: 17205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,5.5 + parent: 2 + - uid: 17471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-33.5 + parent: 2 + - uid: 17496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,17.5 + parent: 2 + - uid: 17649 + components: + - type: Transform + pos: 34.5,33.5 + parent: 2 + - uid: 17722 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 2 + - uid: 17723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-30.5 + parent: 2 + - uid: 18902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,12.5 + parent: 2 + - uid: 18906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,11.5 + parent: 2 + - uid: 18997 + components: + - type: Transform + pos: 34.5,42.5 + parent: 2 + - uid: 19284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-61.5 + parent: 2 + - uid: 19285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-61.5 + parent: 2 +- proto: PoweredSmallLightEmpty + entities: + - uid: 11447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,8.5 + parent: 2 + - uid: 11452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,8.5 + parent: 2 + - uid: 16066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-58.5 + parent: 2 + - uid: 16076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-58.5 + parent: 2 + - uid: 16077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-58.5 + parent: 2 +- proto: PrefilledSyringe + entities: + - uid: 6049 + components: + - type: Transform + pos: 41.507294,-9.45423 + parent: 2 + - uid: 6327 + components: + - type: Transform + pos: -52.445953,-28.358221 + parent: 2 +- proto: Protolathe + entities: + - uid: 980 + components: + - type: Transform + pos: 8.5,20.5 + parent: 2 + - uid: 4232 + components: + - type: Transform + pos: 21.5,-28.5 + parent: 2 + - uid: 18633 + components: + - type: Transform + pos: -11.5,-13.5 + parent: 2 +- proto: ProtolatheMachineCircuitboard + entities: + - uid: 15937 + components: + - type: Transform + pos: 12.518505,-17.379326 + parent: 2 +- proto: PsychBed + entities: + - uid: 3939 + components: + - type: Transform + pos: -32.5,-46.5 + parent: 2 +- proto: PuddleWatermelon + entities: + - uid: 5173 + components: + - type: Transform + pos: 3.5,-19.5 + parent: 2 + - uid: 5183 + components: + - type: Transform + pos: 3.5,-18.5 + parent: 2 + - uid: 5247 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 5278 + components: + - type: Transform + pos: 2.5,-17.5 + parent: 2 + - uid: 10696 + components: + - type: Transform + pos: 2.5,-18.5 + parent: 2 + - uid: 11205 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 2 + - uid: 14649 + components: + - type: Transform + pos: 44.5,-39.5 + parent: 2 +- proto: Rack + entities: + - uid: 73 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 2 + - uid: 124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-29.5 + parent: 2 + - uid: 213 + components: + - type: Transform + pos: 46.5,-36.5 + parent: 2 + - uid: 299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-0.5 + parent: 2 + - uid: 469 + components: + - type: Transform + pos: -24.5,13.5 + parent: 2 + - uid: 824 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 2 + - uid: 1049 + components: + - type: Transform + pos: 12.5,17.5 + parent: 2 + - uid: 1223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,5.5 + parent: 2 + - uid: 1655 + components: + - type: Transform + pos: 12.5,-17.5 + parent: 2 + - uid: 1799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 2 + - uid: 1837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-41.5 + parent: 2 + - uid: 1951 + components: + - type: Transform + pos: -13.5,-6.5 + parent: 2 + - uid: 1961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-10.5 + parent: 2 + - uid: 2056 + components: + - type: Transform + pos: -5.5,-10.5 + parent: 2 + - uid: 2066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-46.5 + parent: 2 + - uid: 2084 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - uid: 2085 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - uid: 2249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-19.5 + parent: 2 + - uid: 2281 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 2 + - uid: 2300 + components: + - type: Transform + pos: 23.5,5.5 + parent: 2 + - uid: 2312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-35.5 + parent: 2 + - uid: 2681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-41.5 + parent: 2 + - uid: 2790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-17.5 + parent: 2 + - uid: 2912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-16.5 + parent: 2 + - uid: 3242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-32.5 + parent: 2 + - uid: 3455 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 2 + - uid: 3492 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-37.5 + parent: 2 + - uid: 3495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-35.5 + parent: 2 + - uid: 3706 + components: + - type: Transform + pos: -3.5,-43.5 + parent: 2 + - uid: 3785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-37.5 + parent: 2 + - uid: 3790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-53.5 + parent: 2 + - uid: 3794 + components: + - type: Transform + pos: 6.5,-45.5 + parent: 2 + - uid: 3805 + components: + - type: Transform + pos: 6.5,-39.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + pos: 22.5,-35.5 + parent: 2 + - uid: 3886 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 2 + - uid: 3937 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 4149 + components: + - type: Transform + pos: -26.5,-18.5 + parent: 2 + - uid: 4156 + components: + - type: Transform + pos: 1.5,-14.5 + parent: 2 + - uid: 4188 + components: + - type: Transform + pos: 38.5,-24.5 + parent: 2 + - uid: 4201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-9.5 + parent: 2 + - uid: 4540 + components: + - type: Transform + pos: -11.5,-27.5 + parent: 2 + - uid: 4555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-42.5 + parent: 2 + - uid: 4557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,12.5 + parent: 2 + - uid: 4579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-32.5 + parent: 2 + - uid: 4673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-22.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-22.5 + parent: 2 + - uid: 4971 + components: + - type: Transform + pos: -32.5,-20.5 + parent: 2 + - uid: 5017 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-25.5 + parent: 2 + - uid: 5081 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 2 + - uid: 5340 + components: + - type: Transform + pos: -33.5,22.5 + parent: 2 + - uid: 5499 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 5651 + components: + - type: Transform + pos: 43.5,-56.5 + parent: 2 + - uid: 5685 + components: + - type: Transform + pos: 12.5,16.5 + parent: 2 + - uid: 5701 + components: + - type: Transform + pos: 41.5,-7.5 + parent: 2 + - uid: 5715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-53.5 + parent: 2 + - uid: 5783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-41.5 + parent: 2 + - uid: 6012 + components: + - type: Transform + pos: 21.5,-50.5 + parent: 2 + - uid: 6174 + components: + - type: Transform + pos: 36.5,-6.5 + parent: 2 + - uid: 6200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-46.5 + parent: 2 + - uid: 6203 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 2 + - uid: 6208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,7.5 + parent: 2 + - uid: 6211 + components: + - type: Transform + pos: 38.5,-7.5 + parent: 2 + - uid: 6375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-0.5 + parent: 2 + - uid: 6639 + components: + - type: Transform + pos: -25.5,-16.5 + parent: 2 + - uid: 6700 + components: + - type: Transform + pos: 21.5,-52.5 + parent: 2 + - uid: 6720 + components: + - type: Transform + pos: 28.5,-39.5 + parent: 2 + - uid: 6746 + components: + - type: Transform + pos: 41.5,-36.5 + parent: 2 + - uid: 6879 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 2 + - uid: 6884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,8.5 + parent: 2 + - uid: 6886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,7.5 + parent: 2 + - uid: 7306 + components: + - type: Transform + pos: 48.5,8.5 + parent: 2 + - uid: 7352 + components: + - type: Transform + pos: 43.5,8.5 + parent: 2 + - uid: 7370 + components: + - type: Transform + pos: 42.5,11.5 + parent: 2 + - uid: 7424 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 2 + - uid: 7670 + components: + - type: Transform + pos: 29.5,19.5 + parent: 2 + - uid: 8193 + components: + - type: Transform + pos: -52.5,-43.5 + parent: 2 + - uid: 8331 + components: + - type: Transform + pos: 42.5,-29.5 + parent: 2 + - uid: 8380 + components: + - type: Transform + pos: -38.5,-55.5 + parent: 2 + - uid: 8514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-3.5 + parent: 2 + - uid: 8515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-4.5 + parent: 2 + - uid: 8669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,6.5 + parent: 2 + - uid: 8803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,0.5 + parent: 2 + - uid: 8873 + components: + - type: Transform + pos: 48.5,-11.5 + parent: 2 + - uid: 8906 + components: + - type: Transform + pos: 34.5,-53.5 + parent: 2 + - uid: 9417 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 2 + - uid: 10022 + components: + - type: Transform + pos: 33.5,-53.5 + parent: 2 + - uid: 10432 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-55.5 + parent: 2 + - uid: 10710 + components: + - type: Transform + pos: -43.5,-51.5 + parent: 2 + - uid: 11254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-51.5 + parent: 2 + - uid: 11505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-25.5 + parent: 2 + - uid: 11556 + components: + - type: Transform + pos: -32.5,-1.5 + parent: 2 + - uid: 11973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,14.5 + parent: 2 + - uid: 12372 + components: + - type: Transform + pos: 19.5,-58.5 + parent: 2 + - uid: 12507 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,15.5 + parent: 2 + - uid: 12597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-52.5 + parent: 2 + - uid: 12605 + components: + - type: Transform + pos: -28.5,-59.5 + parent: 2 + - uid: 12901 + components: + - type: Transform + pos: -19.5,17.5 + parent: 2 + - uid: 12995 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 2 + - uid: 13031 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 2 + - uid: 13207 + components: + - type: Transform + pos: 8.5,4.5 + parent: 2 + - uid: 13275 + components: + - type: Transform + pos: 2.5,-45.5 + parent: 2 + - uid: 13816 + components: + - type: Transform + pos: 22.5,-58.5 + parent: 2 + - uid: 13821 + components: + - type: Transform + pos: 25.5,-58.5 + parent: 2 + - uid: 14083 + components: + - type: Transform + pos: -34.5,-41.5 + parent: 2 + - uid: 14222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-27.5 + parent: 2 + - uid: 14344 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 2 + - uid: 14347 + components: + - type: Transform + pos: 13.5,-56.5 + parent: 2 + - uid: 14436 + components: + - type: Transform + pos: -13.5,-21.5 + parent: 2 + - uid: 14880 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 2 + - uid: 15130 + components: + - type: Transform + pos: -27.5,-22.5 + parent: 2 + - uid: 15215 + components: + - type: Transform + pos: -4.5,-30.5 + parent: 2 + - uid: 15835 + components: + - type: Transform + pos: 19.5,-13.5 + parent: 2 + - uid: 15852 + components: + - type: Transform + pos: 20.5,-13.5 + parent: 2 + - uid: 15910 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - uid: 15917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-8.5 + parent: 2 + - uid: 16007 + components: + - type: Transform + pos: 6.5,-41.5 + parent: 2 + - uid: 16012 + components: + - type: Transform + pos: 28.5,-48.5 + parent: 2 + - uid: 16450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-13.5 + parent: 2 + - uid: 16475 + components: + - type: Transform + pos: -62.5,-16.5 + parent: 2 + - uid: 16759 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - uid: 17310 + components: + - type: Transform + pos: 42.5,-61.5 + parent: 2 + - uid: 17547 + components: + - type: Transform + pos: 48.5,-61.5 + parent: 2 + - uid: 17863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,3.5 + parent: 2 + - uid: 17864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,4.5 + parent: 2 + - uid: 18076 + components: + - type: Transform + pos: 33.5,-46.5 + parent: 2 + - uid: 18091 + components: + - type: Transform + pos: 25.5,-24.5 + parent: 2 + - uid: 18113 + components: + - type: Transform + pos: -8.5,12.5 + parent: 2 + - uid: 18540 + components: + - type: Transform + pos: -29.5,22.5 + parent: 2 + - uid: 18812 + components: + - type: Transform + pos: 90.5,-16.5 + parent: 2 + - uid: 18846 + components: + - type: Transform + pos: 38.5,-63.5 + parent: 2 + - uid: 18859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,15.5 + parent: 2 + - uid: 18862 + components: + - type: Transform + pos: -31.5,-57.5 + parent: 2 + - uid: 18970 + components: + - type: Transform + pos: -33.5,14.5 + parent: 2 + - uid: 19278 + components: + - type: Transform + pos: 50.5,-55.5 + parent: 2 + - uid: 19279 + components: + - type: Transform + pos: 50.5,-54.5 + parent: 2 + - uid: 19280 + components: + - type: Transform + pos: 52.5,-61.5 + parent: 2 + - uid: 19281 + components: + - type: Transform + pos: 52.5,-60.5 + parent: 2 + - uid: 19570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,5.5 + parent: 2 + - uid: 19904 + components: + - type: Transform + pos: 44.5,-50.5 + parent: 2 + - uid: 19969 + components: + - type: Transform + pos: 10.5,28.5 + parent: 2 +- proto: RadioHandheld + entities: + - uid: 3964 + components: + - type: Transform + pos: -22.659456,-18.314274 + parent: 2 + - uid: 4926 + components: + - type: Transform + pos: -28.642363,-60.916378 + parent: 2 + - uid: 4946 + components: + - type: Transform + pos: -28.308863,-60.801716 + parent: 2 + - uid: 13294 + components: + - type: Transform + pos: -22.357222,-18.376818 + parent: 2 +- proto: RadioHandheldSecurity + entities: + - uid: 2640 + components: + - type: Transform + pos: -27.435629,15.58273 + parent: 2 + - uid: 14806 + components: + - type: Transform + pos: -27.685753,15.697392 + parent: 2 +- proto: RagItem + entities: + - uid: 3725 + components: + - type: Transform + pos: -3.618274,-43.34852 + parent: 2 +- proto: Railing + entities: + - uid: 35 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,30.5 + parent: 2 + - uid: 111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,13.5 + parent: 2 + - uid: 1396 + components: + - type: Transform + pos: -10.5,12.5 + parent: 2 + - uid: 2291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-42.5 + parent: 2 + - uid: 2292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-40.5 + parent: 2 + - uid: 2404 + components: + - type: Transform + pos: 53.5,-39.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + pos: 54.5,-39.5 + parent: 2 + - uid: 2580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-40.5 + parent: 2 + - uid: 2585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-41.5 + parent: 2 + - uid: 3266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-42.5 + parent: 2 + - uid: 3293 + components: + - type: Transform + pos: 52.5,-39.5 + parent: 2 + - uid: 3303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-41.5 + parent: 2 + - uid: 3538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-39.5 + parent: 2 + - uid: 3539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-39.5 + parent: 2 + - uid: 3549 + components: + - type: Transform + pos: 14.5,-4.5 + parent: 2 + - uid: 3593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,17.5 + parent: 2 + - uid: 3632 + components: + - type: Transform + pos: -2.5,-39.5 + parent: 2 + - uid: 3633 + components: + - type: Transform + pos: -3.5,-39.5 + parent: 2 + - uid: 5074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,15.5 + parent: 2 + - uid: 5093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,16.5 + parent: 2 + - uid: 5789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-12.5 + parent: 2 + - uid: 5790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-12.5 + parent: 2 + - uid: 5800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-12.5 + parent: 2 + - uid: 6686 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 2 + - uid: 7056 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 2 + - uid: 7377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,12.5 + parent: 2 + - uid: 7379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,10.5 + parent: 2 + - uid: 7437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-48.5 + parent: 2 + - uid: 8103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-46.5 + parent: 2 + - uid: 8104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-45.5 + parent: 2 + - uid: 8762 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,13.5 + parent: 2 + - uid: 8828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,14.5 + parent: 2 + - uid: 9788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-52.5 + parent: 2 + - uid: 9791 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-52.5 + parent: 2 + - uid: 13193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,30.5 + parent: 2 + - uid: 14225 + components: + - type: Transform + pos: -16.5,12.5 + parent: 2 + - uid: 14259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,32.5 + parent: 2 + - uid: 14326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,16.5 + parent: 2 + - uid: 14327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,15.5 + parent: 2 + - uid: 14330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,17.5 + parent: 2 + - uid: 15698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,14.5 + parent: 2 + - uid: 18054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-39.5 + parent: 2 + - uid: 18112 + components: + - type: Transform + pos: -1.5,-39.5 + parent: 2 +- proto: RailingCorner + entities: + - uid: 1546 + components: + - type: Transform + pos: -15.5,12.5 + parent: 2 + - uid: 3011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,12.5 + parent: 2 + - uid: 3541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-39.5 + parent: 2 + - uid: 7376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,11.5 + parent: 2 + - uid: 9787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-52.5 + parent: 2 + - uid: 9789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-51.5 + parent: 2 + - uid: 9790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-51.5 + parent: 2 + - uid: 17982 + components: + - type: Transform + pos: -9.5,12.5 + parent: 2 +- proto: RailingCornerSmall + entities: + - uid: 3290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,-39.5 + parent: 2 + - uid: 3291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-39.5 + parent: 2 + - uid: 3542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-39.5 + parent: 2 + - uid: 7089 + components: + - type: Transform + pos: -20.5,31.5 + parent: 2 + - uid: 7378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,11.5 + parent: 2 + - uid: 9585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,31.5 + parent: 2 + - uid: 13196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,29.5 + parent: 2 + - uid: 14267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,29.5 + parent: 2 + - uid: 15875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-4.5 + parent: 2 +- proto: RailingRound + entities: + - uid: 3540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-38.5 + parent: 2 +- proto: RandomArcade + entities: + - uid: 7613 + components: + - type: Transform + pos: 12.5,-60.5 + parent: 2 +- proto: RandomArtifactSpawner + entities: + - uid: 4547 + components: + - type: Transform + pos: 40.5,-44.5 + parent: 2 + - uid: 7646 + components: + - type: Transform + pos: 24.5,16.5 + parent: 2 +- proto: RandomArtifactSpawner20 + entities: + - uid: 5755 + components: + - type: Transform + pos: 38.5,-46.5 + parent: 2 + - uid: 17456 + components: + - type: Transform + pos: 3.5,24.5 + parent: 2 + - uid: 19881 + components: + - type: Transform + pos: 52.5,-48.5 + parent: 2 +- proto: RandomBoard + entities: + - uid: 2592 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 2 + - uid: 3395 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - uid: 7429 + components: + - type: Transform + pos: 27.5,-50.5 + parent: 2 + - uid: 10251 + components: + - type: Transform + pos: 11.5,-19.5 + parent: 2 + - uid: 11124 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - uid: 12781 + components: + - type: Transform + pos: 11.5,-17.5 + parent: 2 + - uid: 12846 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - uid: 12847 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - uid: 12892 + components: + - type: Transform + pos: -43.5,-51.5 + parent: 2 +- proto: RandomDrinkBottle + entities: + - uid: 1844 + components: + - type: Transform + pos: 54.5,-39.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 8866 + components: + - type: Transform + pos: 49.5,11.5 + parent: 2 + - uid: 18820 + components: + - type: Transform + pos: 74.5,-64.5 + parent: 2 + - uid: 19032 + components: + - type: Transform + pos: 46.5,-74.5 + parent: 2 +- proto: RandomDrinkGlass + entities: + - uid: 3863 + components: + - type: Transform + pos: -5.5,-42.5 + parent: 2 + - uid: 3864 + components: + - type: Transform + pos: -4.5,-42.5 + parent: 2 + - uid: 3865 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 +- proto: RandomDrinkSoda + entities: + - uid: 6020 + components: + - type: Transform + pos: 18.5,-48.5 + parent: 2 + - uid: 6021 + components: + - type: Transform + pos: 20.5,-48.5 + parent: 2 + - uid: 6022 + components: + - type: Transform + pos: 19.5,-49.5 + parent: 2 + - uid: 10990 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 2 + - uid: 10991 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 2 +- proto: RandomFoodBakedSingle + entities: + - uid: 15120 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 2 +- proto: RandomFoodMeal + entities: + - uid: 3872 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 2 +- proto: RandomIngredient + entities: + - uid: 3295 + components: + - type: Transform + pos: -3.501844,-32.513046 + parent: 2 + - uid: 3637 + components: + - type: Transform + pos: -7.506213,-32.40464 + parent: 2 +- proto: RandomInstruments + entities: + - uid: 357 + components: + - type: Transform + pos: 7.5,-33.5 + parent: 2 + - uid: 11830 + components: + - type: Transform + pos: 42.5,1.5 + parent: 2 + - uid: 13276 + components: + - type: Transform + pos: 2.5,-45.5 + parent: 2 + - uid: 18979 + components: + - type: Transform + pos: -30.5,17.5 + parent: 2 +- proto: RandomPainting + entities: + - uid: 3181 + components: + - type: Transform + pos: 14.5,-49.5 + parent: 2 + - uid: 3268 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 3314 + components: + - type: Transform + pos: 16.5,-50.5 + parent: 2 + - uid: 3922 + components: + - type: Transform + pos: 19.5,-34.5 + parent: 2 + - uid: 4667 + components: + - type: Transform + pos: 16.5,-41.5 + parent: 2 + - uid: 6633 + components: + - type: Transform + pos: 9.5,7.5 + parent: 2 +- proto: RandomPosterAny + entities: + - uid: 5680 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 2 + - uid: 6015 + components: + - type: Transform + pos: 16.5,-48.5 + parent: 2 + - uid: 6016 + components: + - type: Transform + pos: 22.5,-47.5 + parent: 2 + - uid: 6018 + components: + - type: Transform + pos: 16.5,-46.5 + parent: 2 + - uid: 6473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-45.5 + parent: 2 + - uid: 7975 + components: + - type: Transform + pos: 34.5,-56.5 + parent: 2 + - uid: 8527 + components: + - type: Transform + pos: 17.5,-8.5 + parent: 2 + - uid: 8538 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 2 + - uid: 9568 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 10737 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 + - uid: 12866 + components: + - type: Transform + pos: -25.5,-50.5 + parent: 2 + - uid: 15849 + components: + - type: Transform + pos: 29.5,-52.5 + parent: 2 + - uid: 16138 + components: + - type: Transform + pos: -18.5,-31.5 + parent: 2 + - uid: 16139 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 16140 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 16141 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 + - uid: 16142 + components: + - type: Transform + pos: 16.5,-52.5 + parent: 2 + - uid: 16143 + components: + - type: Transform + pos: 21.5,-55.5 + parent: 2 + - uid: 16144 + components: + - type: Transform + pos: 25.5,-44.5 + parent: 2 + - uid: 16145 + components: + - type: Transform + pos: 32.5,-47.5 + parent: 2 + - uid: 16146 + components: + - type: Transform + pos: 47.5,-39.5 + parent: 2 + - uid: 16148 + components: + - type: Transform + pos: 55.5,-37.5 + parent: 2 + - uid: 16149 + components: + - type: Transform + pos: 49.5,-39.5 + parent: 2 + - uid: 16150 + components: + - type: Transform + pos: 49.5,-41.5 + parent: 2 + - uid: 16153 + components: + - type: Transform + pos: 53.5,-37.5 + parent: 2 + - uid: 16155 + components: + - type: Transform + pos: 44.5,-33.5 + parent: 2 + - uid: 16156 + components: + - type: Transform + pos: 46.5,-10.5 + parent: 2 + - uid: 16157 + components: + - type: Transform + pos: 46.5,-2.5 + parent: 2 + - uid: 16159 + components: + - type: Transform + pos: 43.5,0.5 + parent: 2 + - uid: 16161 + components: + - type: Transform + pos: 50.5,8.5 + parent: 2 + - uid: 16162 + components: + - type: Transform + pos: 40.5,10.5 + parent: 2 + - uid: 16163 + components: + - type: Transform + pos: 26.5,7.5 + parent: 2 + - uid: 16164 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - uid: 16166 + components: + - type: Transform + pos: 23.5,3.5 + parent: 2 + - uid: 17020 + components: + - type: Transform + pos: 40.5,-25.5 + parent: 2 + - uid: 17022 + components: + - type: Transform + pos: 23.5,-32.5 + parent: 2 + - uid: 17023 + components: + - type: Transform + pos: 18.5,-30.5 + parent: 2 + - uid: 17587 + components: + - type: Transform + pos: 0.5,21.5 + parent: 2 + - uid: 17588 + components: + - type: Transform + pos: -2.5,26.5 + parent: 2 + - uid: 17589 + components: + - type: Transform + pos: 8.5,27.5 + parent: 2 + - uid: 17590 + components: + - type: Transform + pos: 15.5,26.5 + parent: 2 + - uid: 17591 + components: + - type: Transform + pos: 16.5,18.5 + parent: 2 + - uid: 17592 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 + - uid: 17640 + components: + - type: Transform + pos: -20.5,21.5 + parent: 2 + - uid: 17642 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 19870 + components: + - type: Transform + pos: 55.5,-51.5 + parent: 2 + - uid: 19871 + components: + - type: Transform + pos: 49.5,-61.5 + parent: 2 + - uid: 19872 + components: + - type: Transform + pos: 38.5,-62.5 + parent: 2 + - uid: 19873 + components: + - type: Transform + pos: 41.5,-54.5 + parent: 2 +- proto: RandomPosterContraband + entities: + - uid: 379 + components: + - type: Transform + pos: -28.5,-9.5 + parent: 2 + - uid: 1660 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 2992 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - uid: 4868 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 + - uid: 6017 + components: + - type: Transform + pos: 19.5,-51.5 + parent: 2 + - uid: 16147 + components: + - type: Transform + pos: 54.5,-37.5 + parent: 2 + - uid: 16158 + components: + - type: Transform + pos: 46.5,-7.5 + parent: 2 +- proto: RandomPosterLegit + entities: + - uid: 5677 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 + - uid: 6019 + components: + - type: Transform + pos: 22.5,-49.5 + parent: 2 + - uid: 8517 + components: + - type: Transform + pos: 24.5,-17.5 + parent: 2 + - uid: 8523 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - uid: 11961 + components: + - type: Transform + pos: 46.5,-15.5 + parent: 2 + - uid: 12862 + components: + - type: Transform + pos: -21.5,-45.5 + parent: 2 + - uid: 12865 + components: + - type: Transform + pos: -18.5,-49.5 + parent: 2 + - uid: 12867 + components: + - type: Transform + pos: -25.5,-44.5 + parent: 2 + - uid: 16119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-36.5 + parent: 2 + - uid: 16120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-46.5 + parent: 2 + - uid: 16121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-46.5 + parent: 2 + - uid: 16123 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - uid: 16124 + components: + - type: Transform + pos: 28.5,-19.5 + parent: 2 + - uid: 16126 + components: + - type: Transform + pos: 34.5,5.5 + parent: 2 + - uid: 16127 + components: + - type: Transform + pos: 34.5,21.5 + parent: 2 + - uid: 16128 + components: + - type: Transform + pos: 30.5,35.5 + parent: 2 + - uid: 16129 + components: + - type: Transform + pos: 34.5,43.5 + parent: 2 + - uid: 16130 + components: + - type: Transform + pos: 45.5,-26.5 + parent: 2 + - uid: 16131 + components: + - type: Transform + pos: 50.5,-14.5 + parent: 2 + - uid: 16133 + components: + - type: Transform + pos: -0.5,9.5 + parent: 2 + - uid: 16134 + components: + - type: Transform + pos: -17.5,12.5 + parent: 2 + - uid: 16135 + components: + - type: Transform + pos: -13.5,5.5 + parent: 2 + - uid: 16154 + components: + - type: Transform + pos: 45.5,-31.5 + parent: 2 + - uid: 16160 + components: + - type: Transform + pos: 40.5,2.5 + parent: 2 + - uid: 16165 + components: + - type: Transform + pos: 22.5,12.5 + parent: 2 + - uid: 16974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-4.5 + parent: 2 + - uid: 17024 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 2 + - uid: 17584 + components: + - type: Transform + pos: -6.5,12.5 + parent: 2 + - uid: 17585 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 + - uid: 17586 + components: + - type: Transform + pos: 7.5,21.5 + parent: 2 +- proto: RandomSnacks + entities: + - uid: 18966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,8.5 + parent: 2 +- proto: RandomSoap + entities: + - uid: 9865 + components: + - type: Transform + pos: -22.5,-55.5 + parent: 2 + - uid: 14422 + components: + - type: Transform + pos: 46.5,-41.5 + parent: 2 + - uid: 17051 + components: + - type: Transform + pos: -49.5,-45.5 + parent: 2 +- proto: RandomSpawner + entities: + - uid: 105 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 2 + - uid: 208 + components: + - type: Transform + pos: 17.5,-28.5 + parent: 2 + - uid: 219 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 2 + - uid: 4350 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 2 + - uid: 5273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-0.5 + parent: 2 + - uid: 5315 + components: + - type: Transform + pos: 31.5,-58.5 + parent: 2 + - uid: 5578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-10.5 + parent: 2 + - uid: 5694 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 2 + - uid: 6052 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 2 + - uid: 7049 + components: + - type: Transform + pos: 21.5,-35.5 + parent: 2 + - uid: 7053 + components: + - type: Transform + pos: 15.5,-38.5 + parent: 2 + - uid: 7054 + components: + - type: Transform + pos: 17.5,-36.5 + parent: 2 + - uid: 8291 + components: + - type: Transform + pos: -29.5,-7.5 + parent: 2 + - uid: 8325 + components: + - type: Transform + pos: 7.5,-38.5 + parent: 2 + - uid: 8338 + components: + - type: Transform + pos: 25.5,-8.5 + parent: 2 + - uid: 8341 + components: + - type: Transform + pos: -8.5,-31.5 + parent: 2 + - uid: 8391 + components: + - type: Transform + pos: 29.5,-54.5 + parent: 2 + - uid: 8420 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 8442 + components: + - type: Transform + pos: 17.5,-50.5 + parent: 2 + - uid: 9116 + components: + - type: Transform + pos: 29.5,-58.5 + parent: 2 + - uid: 9117 + components: + - type: Transform + pos: 28.5,-58.5 + parent: 2 + - uid: 10052 + components: + - type: Transform + pos: 43.5,9.5 + parent: 2 + - uid: 10461 + components: + - type: Transform + pos: 21.5,-47.5 + parent: 2 + - uid: 10972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-9.5 + parent: 2 + - uid: 11052 + components: + - type: Transform + pos: -32.5,-34.5 + parent: 2 + - uid: 11068 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,-46.5 + parent: 2 + - uid: 11127 + components: + - type: Transform + pos: 15.5,-51.5 + parent: 2 + - uid: 11191 + components: + - type: Transform + pos: 30.5,-56.5 + parent: 2 + - uid: 11310 + components: + - type: Transform + pos: -34.5,-49.5 + parent: 2 + - uid: 11986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,6.5 + parent: 2 + - uid: 12989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-42.5 + parent: 2 + - uid: 13024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-42.5 + parent: 2 + - uid: 13167 + components: + - type: Transform + pos: -11.5,-38.5 + parent: 2 + - uid: 14399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-43.5 + parent: 2 + - uid: 15485 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 2 + - uid: 15803 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 + - uid: 15870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-45.5 + parent: 2 + - uid: 15871 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-47.5 + parent: 2 + - uid: 15885 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-51.5 + parent: 2 + - uid: 15907 + components: + - type: Transform + pos: -23.5,-36.5 + parent: 2 + - uid: 15919 + components: + - type: Transform + pos: -21.5,-11.5 + parent: 2 + - uid: 15987 + components: + - type: Transform + pos: 46.5,7.5 + parent: 2 + - uid: 16658 + components: + - type: Transform + pos: 32.5,-60.5 + parent: 2 + - uid: 16659 + components: + - type: Transform + pos: 33.5,-59.5 + parent: 2 + - uid: 16660 + components: + - type: Transform + pos: 34.5,-58.5 + parent: 2 + - uid: 16661 + components: + - type: Transform + pos: 33.5,-57.5 + parent: 2 + - uid: 17261 + components: + - type: Transform + pos: 28.5,-76.5 + parent: 2 + - uid: 18512 + components: + - type: Transform + pos: 91.5,-34.5 + parent: 2 + - uid: 18932 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - uid: 18933 + components: + - type: Transform + pos: 0.5,-28.5 + parent: 2 + - uid: 18934 + components: + - type: Transform + pos: -2.5,-27.5 + parent: 2 + - uid: 20011 + components: + - type: Transform + pos: 71.5,-42.5 + parent: 2 + - uid: 20012 + components: + - type: Transform + pos: 75.5,-45.5 + parent: 2 + - uid: 20013 + components: + - type: Transform + pos: 68.5,-43.5 + parent: 2 + - uid: 20014 + components: + - type: Transform + pos: 59.5,-41.5 + parent: 2 + - uid: 20015 + components: + - type: Transform + pos: 77.5,-41.5 + parent: 2 + - uid: 20016 + components: + - type: Transform + pos: 64.5,-39.5 + parent: 2 + - uid: 20017 + components: + - type: Transform + pos: 84.5,-39.5 + parent: 2 + - uid: 20018 + components: + - type: Transform + pos: 87.5,-31.5 + parent: 2 + - uid: 20019 + components: + - type: Transform + pos: 94.5,-32.5 + parent: 2 + - uid: 20020 + components: + - type: Transform + pos: 94.5,-28.5 + parent: 2 + - uid: 20021 + components: + - type: Transform + pos: 89.5,-27.5 + parent: 2 + - uid: 20022 + components: + - type: Transform + pos: 29.5,-75.5 + parent: 2 + - uid: 20023 + components: + - type: Transform + pos: 95.5,-24.5 + parent: 2 + - uid: 20024 + components: + - type: Transform + pos: 84.5,-22.5 + parent: 2 + - uid: 20025 + components: + - type: Transform + pos: 82.5,-22.5 + parent: 2 + - uid: 20026 + components: + - type: Transform + pos: 84.5,-18.5 + parent: 2 + - uid: 20027 + components: + - type: Transform + pos: 82.5,-16.5 + parent: 2 + - uid: 20028 + components: + - type: Transform + pos: 89.5,-16.5 + parent: 2 + - uid: 20029 + components: + - type: Transform + pos: 92.5,-18.5 + parent: 2 + - uid: 20030 + components: + - type: Transform + pos: 85.5,-12.5 + parent: 2 + - uid: 20031 + components: + - type: Transform + pos: 73.5,-58.5 + parent: 2 + - uid: 20032 + components: + - type: Transform + pos: 70.5,-58.5 + parent: 2 + - uid: 20033 + components: + - type: Transform + pos: 70.5,-61.5 + parent: 2 + - uid: 20034 + components: + - type: Transform + pos: 73.5,-64.5 + parent: 2 + - uid: 20035 + components: + - type: Transform + pos: 66.5,-60.5 + parent: 2 + - uid: 20036 + components: + - type: Transform + pos: 67.5,-72.5 + parent: 2 + - uid: 20037 + components: + - type: Transform + pos: 63.5,-73.5 + parent: 2 + - uid: 20038 + components: + - type: Transform + pos: 65.5,-76.5 + parent: 2 + - uid: 20039 + components: + - type: Transform + pos: 73.5,-77.5 + parent: 2 + - uid: 20040 + components: + - type: Transform + pos: 75.5,-73.5 + parent: 2 + - uid: 20041 + components: + - type: Transform + pos: 69.5,-76.5 + parent: 2 + - uid: 20042 + components: + - type: Transform + pos: 67.5,-81.5 + parent: 2 + - uid: 20043 + components: + - type: Transform + pos: 64.5,-81.5 + parent: 2 + - uid: 20044 + components: + - type: Transform + pos: 49.5,-77.5 + parent: 2 + - uid: 20045 + components: + - type: Transform + pos: 45.5,-75.5 + parent: 2 + - uid: 20046 + components: + - type: Transform + pos: 45.5,-72.5 + parent: 2 + - uid: 20047 + components: + - type: Transform + pos: 47.5,-83.5 + parent: 2 + - uid: 20048 + components: + - type: Transform + pos: 47.5,-86.5 + parent: 2 + - uid: 20049 + components: + - type: Transform + pos: 23.5,-72.5 + parent: 2 + - uid: 20050 + components: + - type: Transform + pos: 65.5,-65.5 + parent: 2 +- proto: RandomVending + entities: + - uid: 890 + components: + - type: Transform + pos: 13.5,-50.5 + parent: 2 + - uid: 3388 + components: + - type: Transform + pos: -17.5,-25.5 + parent: 2 + - uid: 6295 + components: + - type: Transform + pos: 19.5,-20.5 + parent: 2 + - uid: 11143 + components: + - type: Transform + pos: 12.5,-58.5 + parent: 2 +- proto: RandomVendingDrinks + entities: + - uid: 1742 + components: + - type: Transform + pos: 13.5,-41.5 + parent: 2 + - uid: 6110 + components: + - type: Transform + pos: -16.5,11.5 + parent: 2 + - uid: 9333 + components: + - type: Transform + pos: 49.5,-15.5 + parent: 2 +- proto: RandomVendingSnacks + entities: + - uid: 687 + components: + - type: Transform + pos: -16.5,10.5 + parent: 2 + - uid: 1293 + components: + - type: Transform + pos: 34.5,24.5 + parent: 2 + - uid: 12607 + components: + - type: Transform + pos: 44.5,-25.5 + parent: 2 +- proto: RCD + entities: + - uid: 2579 + components: + - type: Transform + pos: -9.061894,-25.325577 + parent: 2 +- proto: RCDAmmo + entities: + - uid: 2897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.520736,-25.325577 + parent: 2 + - uid: 2898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.239346,-25.513208 + parent: 2 +- proto: ReagentContainerCornmeal + entities: + - uid: 3258 + components: + - type: Transform + pos: -4.4029903,-30.299797 + parent: 2 +- proto: ReagentContainerFlour + entities: + - uid: 3256 + components: + - type: Transform + pos: -4.4759436,-30.393612 + parent: 2 +- proto: ReagentContainerSugar + entities: + - uid: 3257 + components: + - type: Transform + pos: -4.6426926,-30.331068 + parent: 2 +- proto: Recycler + entities: + - uid: 5365 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,21.5 + parent: 2 + - uid: 18132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-58.5 + parent: 2 +- proto: ReinforcedGirder + entities: + - uid: 2158 + components: + - type: Transform + pos: 75.5,-43.5 + parent: 2 +- proto: ReinforcedPlasmaWindow + entities: + - uid: 114 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 2 + - uid: 116 + components: + - type: Transform + pos: 8.5,-8.5 + parent: 2 + - uid: 1411 + components: + - type: Transform + pos: -7.5,7.5 + parent: 2 + - uid: 1412 + components: + - type: Transform + pos: 2.5,6.5 + parent: 2 + - uid: 1415 + components: + - type: Transform + pos: -5.5,7.5 + parent: 2 + - uid: 1416 + components: + - type: Transform + pos: 0.5,7.5 + parent: 2 + - uid: 1417 + components: + - type: Transform + pos: -3.5,7.5 + parent: 2 + - uid: 1418 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - uid: 1447 + components: + - type: Transform + pos: 3.5,6.5 + parent: 2 + - uid: 1448 + components: + - type: Transform + pos: 4.5,6.5 + parent: 2 + - uid: 1463 + components: + - type: Transform + pos: 0.5,3.5 + parent: 2 + - uid: 1464 + components: + - type: Transform + pos: -1.5,3.5 + parent: 2 + - uid: 1465 + components: + - type: Transform + pos: -3.5,3.5 + parent: 2 + - uid: 1466 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 1467 + components: + - type: Transform + pos: 2.5,3.5 + parent: 2 + - uid: 1468 + components: + - type: Transform + pos: -7.5,3.5 + parent: 2 + - uid: 1470 + components: + - type: Transform + pos: 3.5,3.5 + parent: 2 + - uid: 1471 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 1650 + components: + - type: Transform + pos: 6.5,-3.5 + parent: 2 + - uid: 1652 + components: + - type: Transform + pos: 6.5,-2.5 + parent: 2 + - uid: 1669 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 2 + - uid: 1893 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 2 + - uid: 4475 + components: + - type: Transform + pos: 41.5,-44.5 + parent: 2 + - uid: 4527 + components: + - type: Transform + pos: 37.5,-46.5 + parent: 2 + - uid: 4528 + components: + - type: Transform + pos: 37.5,-45.5 + parent: 2 + - uid: 4529 + components: + - type: Transform + pos: 37.5,-44.5 + parent: 2 + - uid: 4530 + components: + - type: Transform + pos: 41.5,-46.5 + parent: 2 + - uid: 14625 + components: + - type: Transform + pos: 87.5,-14.5 + parent: 2 + - uid: 14714 + components: + - type: Transform + pos: 88.5,-13.5 + parent: 2 + - uid: 14861 + components: + - type: Transform + pos: 86.5,-13.5 + parent: 2 + - uid: 14876 + components: + - type: Transform + pos: 87.5,-12.5 + parent: 2 +- proto: ReinforcedWindow + entities: + - uid: 16 + components: + - type: Transform + pos: -48.5,-31.5 + parent: 2 + - uid: 28 + components: + - type: Transform + pos: -29.5,5.5 + parent: 2 + - uid: 62 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 80 + components: + - type: Transform + pos: -4.5,9.5 + parent: 2 + - uid: 91 + components: + - type: Transform + pos: -3.5,9.5 + parent: 2 + - uid: 135 + components: + - type: Transform + pos: -5.5,9.5 + parent: 2 + - uid: 136 + components: + - type: Transform + pos: 30.5,31.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: -22.5,-10.5 + parent: 2 + - uid: 211 + components: + - type: Transform + pos: -22.5,-8.5 + parent: 2 + - uid: 215 + components: + - type: Transform + pos: -19.5,-10.5 + parent: 2 + - uid: 258 + components: + - type: Transform + pos: -19.5,-7.5 + parent: 2 + - uid: 260 + components: + - type: Transform + pos: -4.5,-50.5 + parent: 2 + - uid: 263 + components: + - type: Transform + pos: -3.5,-50.5 + parent: 2 + - uid: 279 + components: + - type: Transform + pos: 12.5,-6.5 + parent: 2 + - uid: 291 + components: + - type: Transform + pos: -19.5,-11.5 + parent: 2 + - uid: 293 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 317 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 2 + - uid: 332 + components: + - type: Transform + pos: -27.5,-3.5 + parent: 2 + - uid: 334 + components: + - type: Transform + pos: -26.5,-2.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: -27.5,6.5 + parent: 2 + - uid: 367 + components: + - type: Transform + pos: -26.5,8.5 + parent: 2 + - uid: 386 + components: + - type: Transform + pos: -19.5,-8.5 + parent: 2 + - uid: 522 + components: + - type: Transform + pos: 33.5,-33.5 + parent: 2 + - uid: 604 + components: + - type: Transform + pos: 10.5,24.5 + parent: 2 + - uid: 616 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 640 + components: + - type: Transform + pos: 51.5,-50.5 + parent: 2 + - uid: 642 + components: + - type: Transform + pos: -9.5,9.5 + parent: 2 + - uid: 647 + components: + - type: Transform + pos: 53.5,-50.5 + parent: 2 + - uid: 703 + components: + - type: Transform + pos: -4.5,17.5 + parent: 2 + - uid: 704 + components: + - type: Transform + pos: -4.5,19.5 + parent: 2 + - uid: 742 + components: + - type: Transform + pos: -8.5,9.5 + parent: 2 + - uid: 745 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - uid: 750 + components: + - type: Transform + pos: -7.5,9.5 + parent: 2 + - uid: 763 + components: + - type: Transform + pos: -2.5,9.5 + parent: 2 + - uid: 855 + components: + - type: Transform + pos: 1.5,9.5 + parent: 2 + - uid: 898 + components: + - type: Transform + pos: 1.5,14.5 + parent: 2 + - uid: 907 + components: + - type: Transform + pos: -31.5,-62.5 + parent: 2 + - uid: 972 + components: + - type: Transform + pos: -3.5,22.5 + parent: 2 + - uid: 976 + components: + - type: Transform + pos: -3.5,20.5 + parent: 2 + - uid: 982 + components: + - type: Transform + pos: 18.5,21.5 + parent: 2 + - uid: 1036 + components: + - type: Transform + pos: -31.5,6.5 + parent: 2 + - uid: 1039 + components: + - type: Transform + pos: 1.5,28.5 + parent: 2 + - uid: 1046 + components: + - type: Transform + pos: 7.5,28.5 + parent: 2 + - uid: 1098 + components: + - type: Transform + pos: -5.5,22.5 + parent: 2 + - uid: 1099 + components: + - type: Transform + pos: -4.5,25.5 + parent: 2 + - uid: 1100 + components: + - type: Transform + pos: -4.5,23.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 1141 + components: + - type: Transform + pos: -26.5,-16.5 + parent: 2 + - uid: 1142 + components: + - type: Transform + pos: 60.5,-37.5 + parent: 2 + - uid: 1152 + components: + - type: Transform + pos: 18.5,22.5 + parent: 2 + - uid: 1160 + components: + - type: Transform + pos: 8.5,9.5 + parent: 2 + - uid: 1161 + components: + - type: Transform + pos: -31.5,7.5 + parent: 2 + - uid: 1164 + components: + - type: Transform + pos: 18.5,25.5 + parent: 2 + - uid: 1189 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 1222 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - uid: 1234 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 1375 + components: + - type: Transform + pos: 1.5,28.5 + parent: 2 + - uid: 1378 + components: + - type: Transform + pos: 10.5,23.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 1474 + components: + - type: Transform + pos: -5.5,1.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + pos: -7.5,1.5 + parent: 2 + - uid: 1495 + components: + - type: Transform + pos: 0.5,1.5 + parent: 2 + - uid: 1496 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 + - uid: 1498 + components: + - type: Transform + pos: -2.5,1.5 + parent: 2 + - uid: 1499 + components: + - type: Transform + pos: -8.5,1.5 + parent: 2 + - uid: 1500 + components: + - type: Transform + pos: 42.5,-23.5 + parent: 2 + - uid: 1501 + components: + - type: Transform + pos: 4.5,9.5 + parent: 2 + - uid: 1505 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 1513 + components: + - type: Transform + pos: 3.5,9.5 + parent: 2 + - uid: 1519 + components: + - type: Transform + pos: 41.5,-23.5 + parent: 2 + - uid: 1532 + components: + - type: Transform + pos: -6.5,-64.5 + parent: 2 + - uid: 1547 + components: + - type: Transform + pos: -16.5,29.5 + parent: 2 + - uid: 1571 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 1577 + components: + - type: Transform + pos: 4.5,1.5 + parent: 2 + - uid: 1579 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 1587 + components: + - type: Transform + pos: 3.5,1.5 + parent: 2 + - uid: 1594 + components: + - type: Transform + pos: -3.5,1.5 + parent: 2 + - uid: 1595 + components: + - type: Transform + pos: -4.5,1.5 + parent: 2 + - uid: 1636 + components: + - type: Transform + pos: -11.5,-9.5 + parent: 2 + - uid: 1638 + components: + - type: Transform + pos: 39.5,-68.5 + parent: 2 + - uid: 1649 + components: + - type: Transform + pos: 34.5,-47.5 + parent: 2 + - uid: 1676 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 1725 + components: + - type: Transform + pos: 30.5,37.5 + parent: 2 + - uid: 1747 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - uid: 1832 + components: + - type: Transform + pos: -21.5,-34.5 + parent: 2 + - uid: 1854 + components: + - type: Transform + pos: -21.5,-32.5 + parent: 2 + - uid: 1886 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 1890 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 2 + - uid: 1900 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 + - uid: 1902 + components: + - type: Transform + pos: -10.5,-9.5 + parent: 2 + - uid: 1958 + components: + - type: Transform + pos: -21.5,-33.5 + parent: 2 + - uid: 2081 + components: + - type: Transform + pos: -6.5,-53.5 + parent: 2 + - uid: 2178 + components: + - type: Transform + pos: -6.5,-22.5 + parent: 2 + - uid: 2282 + components: + - type: Transform + pos: -23.5,-14.5 + parent: 2 + - uid: 2294 + components: + - type: Transform + pos: 30.5,32.5 + parent: 2 + - uid: 2304 + components: + - type: Transform + pos: 30.5,36.5 + parent: 2 + - uid: 2306 + components: + - type: Transform + pos: 30.5,33.5 + parent: 2 + - uid: 2310 + components: + - type: Transform + pos: 30.5,38.5 + parent: 2 + - uid: 2333 + components: + - type: Transform + pos: -53.5,-32.5 + parent: 2 + - uid: 2410 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 2 + - uid: 2552 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 2 + - uid: 2583 + components: + - type: Transform + pos: -6.5,-54.5 + parent: 2 + - uid: 2600 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - uid: 2656 + components: + - type: Transform + pos: -22.5,29.5 + parent: 2 + - uid: 2663 + components: + - type: Transform + pos: -22.5,30.5 + parent: 2 + - uid: 2736 + components: + - type: Transform + pos: -34.5,9.5 + parent: 2 + - uid: 2737 + components: + - type: Transform + pos: -34.5,6.5 + parent: 2 + - uid: 2738 + components: + - type: Transform + pos: -34.5,5.5 + parent: 2 + - uid: 2739 + components: + - type: Transform + pos: -34.5,7.5 + parent: 2 + - uid: 2773 + components: + - type: Transform + pos: -51.5,-35.5 + parent: 2 + - uid: 2869 + components: + - type: Transform + pos: 39.5,-51.5 + parent: 2 + - uid: 2870 + components: + - type: Transform + pos: 37.5,-51.5 + parent: 2 + - uid: 2891 + components: + - type: Transform + pos: -22.5,31.5 + parent: 2 + - uid: 2956 + components: + - type: Transform + pos: 38.5,-51.5 + parent: 2 + - uid: 2967 + components: + - type: Transform + pos: -39.5,-35.5 + parent: 2 + - uid: 3051 + components: + - type: Transform + pos: 40.5,-40.5 + parent: 2 + - uid: 3056 + components: + - type: Transform + pos: 40.5,-42.5 + parent: 2 + - uid: 3059 + components: + - type: Transform + pos: 40.5,-41.5 + parent: 2 + - uid: 3097 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 + - uid: 3102 + components: + - type: Transform + pos: 72.5,-67.5 + parent: 2 + - uid: 3147 + components: + - type: Transform + pos: -21.5,31.5 + parent: 2 + - uid: 3187 + components: + - type: Transform + pos: -32.5,-64.5 + parent: 2 + - uid: 3188 + components: + - type: Transform + pos: -48.5,-27.5 + parent: 2 + - uid: 3202 + components: + - type: Transform + pos: -16.5,30.5 + parent: 2 + - uid: 3216 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - uid: 3387 + components: + - type: Transform + pos: 65.5,-84.5 + parent: 2 + - uid: 3402 + components: + - type: Transform + pos: -32.5,-10.5 + parent: 2 + - uid: 3506 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 + - uid: 3518 + components: + - type: Transform + pos: -43.5,-19.5 + parent: 2 + - uid: 3559 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 + - uid: 3562 + components: + - type: Transform + pos: 60.5,-75.5 + parent: 2 + - uid: 3605 + components: + - type: Transform + pos: 41.5,-19.5 + parent: 2 + - uid: 3642 + components: + - type: Transform + pos: 40.5,-66.5 + parent: 2 + - uid: 3847 + components: + - type: Transform + pos: -21.5,29.5 + parent: 2 + - uid: 3959 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 4047 + components: + - type: Transform + pos: 75.5,-63.5 + parent: 2 + - uid: 4120 + components: + - type: Transform + pos: -6.5,16.5 + parent: 2 + - uid: 4171 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 4206 + components: + - type: Transform + pos: 31.5,-39.5 + parent: 2 + - uid: 4237 + components: + - type: Transform + pos: 23.5,-24.5 + parent: 2 + - uid: 4263 + components: + - type: Transform + pos: 33.5,-35.5 + parent: 2 + - uid: 4287 + components: + - type: Transform + pos: 36.5,-36.5 + parent: 2 + - uid: 4334 + components: + - type: Transform + pos: 33.5,-34.5 + parent: 2 + - uid: 4343 + components: + - type: Transform + pos: 26.5,-31.5 + parent: 2 + - uid: 4424 + components: + - type: Transform + pos: 28.5,-32.5 + parent: 2 + - uid: 4430 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 4453 + components: + - type: Transform + pos: 48.5,-89.5 + parent: 2 + - uid: 4454 + components: + - type: Transform + pos: 75.5,-62.5 + parent: 2 + - uid: 4479 + components: + - type: Transform + pos: 30.5,-43.5 + parent: 2 + - uid: 4480 + components: + - type: Transform + pos: 30.5,-41.5 + parent: 2 + - uid: 4513 + components: + - type: Transform + pos: 75.5,-61.5 + parent: 2 + - uid: 4670 + components: + - type: Transform + pos: -37.5,-19.5 + parent: 2 + - uid: 4680 + components: + - type: Transform + pos: 47.5,-55.5 + parent: 2 + - uid: 4719 + components: + - type: Transform + pos: -27.5,-64.5 + parent: 2 + - uid: 4724 + components: + - type: Transform + pos: 51.5,-68.5 + parent: 2 + - uid: 4728 + components: + - type: Transform + pos: 48.5,-84.5 + parent: 2 + - uid: 4730 + components: + - type: Transform + pos: 49.5,-86.5 + parent: 2 + - uid: 4764 + components: + - type: Transform + pos: -34.5,-28.5 + parent: 2 + - uid: 4781 + components: + - type: Transform + pos: -41.5,-21.5 + parent: 2 + - uid: 4788 + components: + - type: Transform + pos: -41.5,-23.5 + parent: 2 + - uid: 4798 + components: + - type: Transform + pos: -25.5,-27.5 + parent: 2 + - uid: 4799 + components: + - type: Transform + pos: -25.5,-26.5 + parent: 2 + - uid: 4829 + components: + - type: Transform + pos: 60.5,-79.5 + parent: 2 + - uid: 4839 + components: + - type: Transform + pos: -60.5,-17.5 + parent: 2 + - uid: 4853 + components: + - type: Transform + pos: -30.5,-32.5 + parent: 2 + - uid: 4860 + components: + - type: Transform + pos: -46.5,-22.5 + parent: 2 + - uid: 4906 + components: + - type: Transform + pos: -37.5,-28.5 + parent: 2 + - uid: 4912 + components: + - type: Transform + pos: 6.5,0.5 + parent: 2 + - uid: 4918 + components: + - type: Transform + pos: 29.5,13.5 + parent: 2 + - uid: 4929 + components: + - type: Transform + pos: -17.5,29.5 + parent: 2 + - uid: 4930 + components: + - type: Transform + pos: -16.5,31.5 + parent: 2 + - uid: 4964 + components: + - type: Transform + pos: -39.5,-19.5 + parent: 2 + - uid: 4987 + components: + - type: Transform + pos: 35.5,31.5 + parent: 2 + - uid: 5011 + components: + - type: Transform + pos: -38.5,-19.5 + parent: 2 + - uid: 5012 + components: + - type: Transform + pos: -35.5,-19.5 + parent: 2 + - uid: 5013 + components: + - type: Transform + pos: -34.5,-19.5 + parent: 2 + - uid: 5014 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 5037 + components: + - type: Transform + pos: 49.5,-88.5 + parent: 2 + - uid: 5066 + components: + - type: Transform + pos: -20.5,33.5 + parent: 2 + - uid: 5071 + components: + - type: Transform + pos: -19.5,33.5 + parent: 2 + - uid: 5072 + components: + - type: Transform + pos: -18.5,32.5 + parent: 2 + - uid: 5073 + components: + - type: Transform + pos: -18.5,33.5 + parent: 2 + - uid: 5087 + components: + - type: Transform + pos: -20.5,32.5 + parent: 2 + - uid: 5103 + components: + - type: Transform + pos: -7.5,16.5 + parent: 2 + - uid: 5132 + components: + - type: Transform + pos: 47.5,-72.5 + parent: 2 + - uid: 5137 + components: + - type: Transform + pos: 47.5,-89.5 + parent: 2 + - uid: 5145 + components: + - type: Transform + pos: 45.5,-87.5 + parent: 2 + - uid: 5194 + components: + - type: Transform + pos: -63.5,-7.5 + parent: 2 + - uid: 5280 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 5355 + components: + - type: Transform + pos: -30.5,25.5 + parent: 2 + - uid: 5368 + components: + - type: Transform + pos: -31.5,8.5 + parent: 2 + - uid: 5415 + components: + - type: Transform + pos: 9.5,28.5 + parent: 2 + - uid: 5432 + components: + - type: Transform + pos: 7.5,14.5 + parent: 2 + - uid: 5458 + components: + - type: Transform + pos: 76.5,-43.5 + parent: 2 + - uid: 5478 + components: + - type: Transform + pos: -31.5,25.5 + parent: 2 + - uid: 5525 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 2 + - uid: 5527 + components: + - type: Transform + pos: 20.5,-5.5 + parent: 2 + - uid: 5528 + components: + - type: Transform + pos: 26.5,-5.5 + parent: 2 + - uid: 5537 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 + - uid: 5543 + components: + - type: Transform + pos: 27.5,-5.5 + parent: 2 + - uid: 5554 + components: + - type: Transform + pos: 53.5,-36.5 + parent: 2 + - uid: 5557 + components: + - type: Transform + pos: -52.5,-10.5 + parent: 2 + - uid: 5559 + components: + - type: Transform + pos: -55.5,-10.5 + parent: 2 + - uid: 5566 + components: + - type: Transform + pos: 47.5,-73.5 + parent: 2 + - uid: 5571 + components: + - type: Transform + pos: 28.5,-36.5 + parent: 2 + - uid: 5599 + components: + - type: Transform + pos: 69.5,-59.5 + parent: 2 + - uid: 5642 + components: + - type: Transform + pos: 75.5,-41.5 + parent: 2 + - uid: 5647 + components: + - type: Transform + pos: 46.5,-63.5 + parent: 2 + - uid: 5655 + components: + - type: Transform + pos: 26.5,-54.5 + parent: 2 + - uid: 5658 + components: + - type: Transform + pos: 26.5,-56.5 + parent: 2 + - uid: 5660 + components: + - type: Transform + pos: -5.5,-50.5 + parent: 2 + - uid: 5665 + components: + - type: Transform + pos: -44.5,-19.5 + parent: 2 + - uid: 5667 + components: + - type: Transform + pos: -46.5,-21.5 + parent: 2 + - uid: 5684 + components: + - type: Transform + pos: 32.5,-53.5 + parent: 2 + - uid: 5692 + components: + - type: Transform + pos: 32.5,-55.5 + parent: 2 + - uid: 5699 + components: + - type: Transform + pos: 75.5,-42.5 + parent: 2 + - uid: 5706 + components: + - type: Transform + pos: 45.5,-63.5 + parent: 2 + - uid: 5739 + components: + - type: Transform + pos: -28.5,-32.5 + parent: 2 + - uid: 5744 + components: + - type: Transform + pos: -31.5,-13.5 + parent: 2 + - uid: 5791 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - uid: 5817 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 5826 + components: + - type: Transform + pos: 28.5,28.5 + parent: 2 + - uid: 5837 + components: + - type: Transform + pos: 35.5,-47.5 + parent: 2 + - uid: 5842 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 2 + - uid: 5850 + components: + - type: Transform + pos: 35.5,36.5 + parent: 2 + - uid: 5851 + components: + - type: Transform + pos: 35.5,32.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + pos: 35.5,33.5 + parent: 2 + - uid: 5856 + components: + - type: Transform + pos: 35.5,41.5 + parent: 2 + - uid: 5858 + components: + - type: Transform + pos: 28.5,25.5 + parent: 2 + - uid: 5880 + components: + - type: Transform + pos: 34.5,36.5 + parent: 2 + - uid: 5889 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 2 + - uid: 5899 + components: + - type: Transform + pos: 34.5,28.5 + parent: 2 + - uid: 6083 + components: + - type: Transform + pos: 44.5,-63.5 + parent: 2 + - uid: 6119 + components: + - type: Transform + pos: 32.5,43.5 + parent: 2 + - uid: 6141 + components: + - type: Transform + pos: 36.5,36.5 + parent: 2 + - uid: 6142 + components: + - type: Transform + pos: 36.5,28.5 + parent: 2 + - uid: 6144 + components: + - type: Transform + pos: 35.5,38.5 + parent: 2 + - uid: 6146 + components: + - type: Transform + pos: 35.5,28.5 + parent: 2 + - uid: 6250 + components: + - type: Transform + pos: -32.5,-8.5 + parent: 2 + - uid: 6265 + components: + - type: Transform + pos: 41.5,-60.5 + parent: 2 + - uid: 6316 + components: + - type: Transform + pos: -6.5,-65.5 + parent: 2 + - uid: 6319 + components: + - type: Transform + pos: -3.5,-55.5 + parent: 2 + - uid: 6324 + components: + - type: Transform + pos: 8.5,-67.5 + parent: 2 + - uid: 6328 + components: + - type: Transform + pos: 13.5,-71.5 + parent: 2 + - uid: 6330 + components: + - type: Transform + pos: 9.5,-71.5 + parent: 2 + - uid: 6332 + components: + - type: Transform + pos: -6.5,-71.5 + parent: 2 + - uid: 6344 + components: + - type: Transform + pos: -5.5,-67.5 + parent: 2 + - uid: 6352 + components: + - type: Transform + pos: -5.5,-62.5 + parent: 2 + - uid: 6381 + components: + - type: Transform + pos: 46.5,0.5 + parent: 2 + - uid: 6382 + components: + - type: Transform + pos: 45.5,0.5 + parent: 2 + - uid: 6383 + components: + - type: Transform + pos: 6.5,-50.5 + parent: 2 + - uid: 6385 + components: + - type: Transform + pos: 7.5,-50.5 + parent: 2 + - uid: 6390 + components: + - type: Transform + pos: 8.5,-50.5 + parent: 2 + - uid: 6394 + components: + - type: Transform + pos: -3.5,-54.5 + parent: 2 + - uid: 6399 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - uid: 6418 + components: + - type: Transform + pos: -3.5,-56.5 + parent: 2 + - uid: 6420 + components: + - type: Transform + pos: -19.5,-57.5 + parent: 2 + - uid: 6430 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 2 + - uid: 6431 + components: + - type: Transform + pos: 1.5,-51.5 + parent: 2 + - uid: 6433 + components: + - type: Transform + pos: 2.5,-51.5 + parent: 2 + - uid: 6439 + components: + - type: Transform + pos: 6.5,-55.5 + parent: 2 + - uid: 6443 + components: + - type: Transform + pos: 3.5,-51.5 + parent: 2 + - uid: 6448 + components: + - type: Transform + pos: 6.5,-56.5 + parent: 2 + - uid: 6453 + components: + - type: Transform + pos: -0.5,-51.5 + parent: 2 + - uid: 6455 + components: + - type: Transform + pos: 0.5,-51.5 + parent: 2 + - uid: 6456 + components: + - type: Transform + pos: -1.5,-51.5 + parent: 2 + - uid: 6459 + components: + - type: Transform + pos: -10.5,-71.5 + parent: 2 + - uid: 6460 + components: + - type: Transform + pos: 4.5,-51.5 + parent: 2 + - uid: 6481 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 2 + - uid: 6485 + components: + - type: Transform + pos: -18.5,-58.5 + parent: 2 + - uid: 6486 + components: + - type: Transform + pos: -15.5,-58.5 + parent: 2 + - uid: 6487 + components: + - type: Transform + pos: -17.5,-58.5 + parent: 2 + - uid: 6489 + components: + - type: Transform + pos: -19.5,-58.5 + parent: 2 + - uid: 6490 + components: + - type: Transform + pos: -16.5,-58.5 + parent: 2 + - uid: 6491 + components: + - type: Transform + pos: -15.5,-57.5 + parent: 2 + - uid: 6508 + components: + - type: Transform + pos: 13.5,-69.5 + parent: 2 + - uid: 6510 + components: + - type: Transform + pos: 9.5,-64.5 + parent: 2 + - uid: 6511 + components: + - type: Transform + pos: 9.5,-65.5 + parent: 2 + - uid: 6515 + components: + - type: Transform + pos: -10.5,-66.5 + parent: 2 + - uid: 6516 + components: + - type: Transform + pos: -10.5,-67.5 + parent: 2 + - uid: 6517 + components: + - type: Transform + pos: -10.5,-68.5 + parent: 2 + - uid: 6518 + components: + - type: Transform + pos: -10.5,-69.5 + parent: 2 + - uid: 6519 + components: + - type: Transform + pos: -10.5,-63.5 + parent: 2 + - uid: 6520 + components: + - type: Transform + pos: -10.5,-62.5 + parent: 2 + - uid: 6521 + components: + - type: Transform + pos: -10.5,-61.5 + parent: 2 + - uid: 6522 + components: + - type: Transform + pos: -10.5,-60.5 + parent: 2 + - uid: 6523 + components: + - type: Transform + pos: 13.5,-67.5 + parent: 2 + - uid: 6525 + components: + - type: Transform + pos: 13.5,-68.5 + parent: 2 + - uid: 6528 + components: + - type: Transform + pos: 13.5,-63.5 + parent: 2 + - uid: 6529 + components: + - type: Transform + pos: 13.5,-62.5 + parent: 2 + - uid: 6530 + components: + - type: Transform + pos: 13.5,-61.5 + parent: 2 + - uid: 6531 + components: + - type: Transform + pos: 13.5,-60.5 + parent: 2 + - uid: 6621 + components: + - type: Transform + pos: 34.5,-52.5 + parent: 2 + - uid: 6622 + components: + - type: Transform + pos: 35.5,-52.5 + parent: 2 + - uid: 6625 + components: + - type: Transform + pos: 30.5,-51.5 + parent: 2 + - uid: 6626 + components: + - type: Transform + pos: 31.5,-51.5 + parent: 2 + - uid: 6635 + components: + - type: Transform + pos: 41.5,-59.5 + parent: 2 + - uid: 6658 + components: + - type: Transform + pos: 42.5,-19.5 + parent: 2 + - uid: 6735 + components: + - type: Transform + pos: 32.5,-35.5 + parent: 2 + - uid: 6736 + components: + - type: Transform + pos: 32.5,-33.5 + parent: 2 + - uid: 6825 + components: + - type: Transform + pos: 24.5,-29.5 + parent: 2 + - uid: 6871 + components: + - type: Transform + pos: -24.5,1.5 + parent: 2 + - uid: 6880 + components: + - type: Transform + pos: -45.5,-56.5 + parent: 2 + - uid: 6881 + components: + - type: Transform + pos: -7.5,-23.5 + parent: 2 + - uid: 6926 + components: + - type: Transform + pos: 46.5,-84.5 + parent: 2 + - uid: 6945 + components: + - type: Transform + pos: 45.5,-78.5 + parent: 2 + - uid: 6967 + components: + - type: Transform + pos: 45.5,-1.5 + parent: 2 + - uid: 6976 + components: + - type: Transform + pos: 63.5,-43.5 + parent: 2 + - uid: 6983 + components: + - type: Transform + pos: -26.5,1.5 + parent: 2 + - uid: 7039 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 2 + - uid: 7062 + components: + - type: Transform + pos: 49.5,-59.5 + parent: 2 + - uid: 7067 + components: + - type: Transform + pos: 20.5,-16.5 + parent: 2 + - uid: 7080 + components: + - type: Transform + pos: -46.5,-56.5 + parent: 2 + - uid: 7125 + components: + - type: Transform + pos: 35.5,25.5 + parent: 2 + - uid: 7130 + components: + - type: Transform + pos: 28.5,27.5 + parent: 2 + - uid: 7132 + components: + - type: Transform + pos: 28.5,24.5 + parent: 2 + - uid: 7137 + components: + - type: Transform + pos: 28.5,23.5 + parent: 2 + - uid: 7138 + components: + - type: Transform + pos: 35.5,24.5 + parent: 2 + - uid: 7139 + components: + - type: Transform + pos: 35.5,23.5 + parent: 2 + - uid: 7140 + components: + - type: Transform + pos: 35.5,42.5 + parent: 2 + - uid: 7143 + components: + - type: Transform + pos: 34.5,44.5 + parent: 2 + - uid: 7145 + components: + - type: Transform + pos: 30.5,44.5 + parent: 2 + - uid: 7148 + components: + - type: Transform + pos: 29.5,42.5 + parent: 2 + - uid: 7149 + components: + - type: Transform + pos: 29.5,41.5 + parent: 2 + - uid: 7153 + components: + - type: Transform + pos: 32.5,44.5 + parent: 2 + - uid: 7156 + components: + - type: Transform + pos: 32.5,45.5 + parent: 2 + - uid: 7157 + components: + - type: Transform + pos: -27.5,-63.5 + parent: 2 + - uid: 7171 + components: + - type: Transform + pos: -27.5,-60.5 + parent: 2 + - uid: 7172 + components: + - type: Transform + pos: -40.5,-32.5 + parent: 2 + - uid: 7186 + components: + - type: Transform + pos: -27.5,-61.5 + parent: 2 + - uid: 7188 + components: + - type: Transform + pos: -51.5,-25.5 + parent: 2 + - uid: 7197 + components: + - type: Transform + pos: -32.5,-60.5 + parent: 2 + - uid: 7212 + components: + - type: Transform + pos: 30.5,11.5 + parent: 2 + - uid: 7267 + components: + - type: Transform + pos: -44.5,-56.5 + parent: 2 + - uid: 7275 + components: + - type: Transform + pos: 34.5,1.5 + parent: 2 + - uid: 7292 + components: + - type: Transform + pos: 51.5,10.5 + parent: 2 + - uid: 7328 + components: + - type: Transform + pos: 44.5,13.5 + parent: 2 + - uid: 7330 + components: + - type: Transform + pos: 42.5,13.5 + parent: 2 + - uid: 7332 + components: + - type: Transform + pos: 43.5,13.5 + parent: 2 + - uid: 7339 + components: + - type: Transform + pos: 28.5,13.5 + parent: 2 + - uid: 7350 + components: + - type: Transform + pos: -50.5,-25.5 + parent: 2 + - uid: 7353 + components: + - type: Transform + pos: 49.5,-87.5 + parent: 2 + - uid: 7360 + components: + - type: Transform + pos: 48.5,13.5 + parent: 2 + - uid: 7361 + components: + - type: Transform + pos: 49.5,13.5 + parent: 2 + - uid: 7362 + components: + - type: Transform + pos: 50.5,13.5 + parent: 2 + - uid: 7364 + components: + - type: Transform + pos: 51.5,12.5 + parent: 2 + - uid: 7365 + components: + - type: Transform + pos: 51.5,11.5 + parent: 2 + - uid: 7400 + components: + - type: Transform + pos: 38.5,-66.5 + parent: 2 + - uid: 7405 + components: + - type: Transform + pos: 47.5,6.5 + parent: 2 + - uid: 7406 + components: + - type: Transform + pos: 46.5,6.5 + parent: 2 + - uid: 7407 + components: + - type: Transform + pos: 45.5,6.5 + parent: 2 + - uid: 7480 + components: + - type: Transform + pos: 74.5,-47.5 + parent: 2 + - uid: 7506 + components: + - type: Transform + pos: -15.5,-45.5 + parent: 2 + - uid: 7511 + components: + - type: Transform + pos: 13.5,-66.5 + parent: 2 + - uid: 7539 + components: + - type: Transform + pos: -14.5,-45.5 + parent: 2 + - uid: 7541 + components: + - type: Transform + pos: -12.5,-45.5 + parent: 2 + - uid: 7548 + components: + - type: Transform + pos: -16.5,-45.5 + parent: 2 + - uid: 7625 + components: + - type: Transform + pos: 30.5,14.5 + parent: 2 + - uid: 7626 + components: + - type: Transform + pos: 30.5,15.5 + parent: 2 + - uid: 7627 + components: + - type: Transform + pos: 30.5,16.5 + parent: 2 + - uid: 7628 + components: + - type: Transform + pos: 34.5,13.5 + parent: 2 + - uid: 7629 + components: + - type: Transform + pos: 34.5,12.5 + parent: 2 + - uid: 7630 + components: + - type: Transform + pos: 34.5,11.5 + parent: 2 + - uid: 7678 + components: + - type: Transform + pos: -26.5,14.5 + parent: 2 + - uid: 7729 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - uid: 7730 + components: + - type: Transform + pos: -14.5,-8.5 + parent: 2 + - uid: 7765 + components: + - type: Transform + pos: -53.5,-28.5 + parent: 2 + - uid: 7817 + components: + - type: Transform + pos: -48.5,-28.5 + parent: 2 + - uid: 7818 + components: + - type: Transform + pos: -53.5,-33.5 + parent: 2 + - uid: 7833 + components: + - type: Transform + pos: -50.5,-48.5 + parent: 2 + - uid: 7837 + components: + - type: Transform + pos: -53.5,-46.5 + parent: 2 + - uid: 7946 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - uid: 7951 + components: + - type: Transform + pos: -23.5,11.5 + parent: 2 + - uid: 7952 + components: + - type: Transform + pos: -48.5,-45.5 + parent: 2 + - uid: 7954 + components: + - type: Transform + pos: -50.5,-35.5 + parent: 2 + - uid: 7973 + components: + - type: Transform + pos: -32.5,-63.5 + parent: 2 + - uid: 8040 + components: + - type: Transform + pos: -32.5,-61.5 + parent: 2 + - uid: 8060 + components: + - type: Transform + pos: -48.5,-46.5 + parent: 2 + - uid: 8068 + components: + - type: Transform + pos: -27.5,-58.5 + parent: 2 + - uid: 8074 + components: + - type: Transform + pos: -27.5,-57.5 + parent: 2 + - uid: 8091 + components: + - type: Transform + pos: -28.5,-62.5 + parent: 2 + - uid: 8117 + components: + - type: Transform + pos: -53.5,-40.5 + parent: 2 + - uid: 8125 + components: + - type: Transform + pos: -51.5,-38.5 + parent: 2 + - uid: 8126 + components: + - type: Transform + pos: -50.5,-38.5 + parent: 2 + - uid: 8129 + components: + - type: Transform + pos: -53.5,-41.5 + parent: 2 + - uid: 8165 + components: + - type: Transform + pos: -51.5,-48.5 + parent: 2 + - uid: 8170 + components: + - type: Transform + pos: -53.5,-45.5 + parent: 2 + - uid: 8178 + components: + - type: Transform + pos: -41.5,-29.5 + parent: 2 + - uid: 8183 + components: + - type: Transform + pos: -51.5,-44.5 + parent: 2 + - uid: 8228 + components: + - type: Transform + pos: -46.5,-23.5 + parent: 2 + - uid: 8242 + components: + - type: Transform + pos: -30.5,-46.5 + parent: 2 + - uid: 8243 + components: + - type: Transform + pos: -29.5,-44.5 + parent: 2 + - uid: 8279 + components: + - type: Transform + pos: 42.5,-13.5 + parent: 2 + - uid: 8283 + components: + - type: Transform + pos: 43.5,-13.5 + parent: 2 + - uid: 8363 + components: + - type: Transform + pos: 44.5,-1.5 + parent: 2 + - uid: 8370 + components: + - type: Transform + pos: 38.5,-30.5 + parent: 2 + - uid: 8371 + components: + - type: Transform + pos: 37.5,-30.5 + parent: 2 + - uid: 8373 + components: + - type: Transform + pos: 34.5,-28.5 + parent: 2 + - uid: 8374 + components: + - type: Transform + pos: 35.5,-28.5 + parent: 2 + - uid: 8377 + components: + - type: Transform + pos: 33.5,-28.5 + parent: 2 + - uid: 8387 + components: + - type: Transform + pos: 32.5,-28.5 + parent: 2 + - uid: 8545 + components: + - type: Transform + pos: 49.5,-4.5 + parent: 2 + - uid: 8546 + components: + - type: Transform + pos: 49.5,-5.5 + parent: 2 + - uid: 8618 + components: + - type: Transform + pos: 57.5,-25.5 + parent: 2 + - uid: 8619 + components: + - type: Transform + pos: 56.5,-22.5 + parent: 2 + - uid: 8620 + components: + - type: Transform + pos: 56.5,-21.5 + parent: 2 + - uid: 8621 + components: + - type: Transform + pos: 56.5,-20.5 + parent: 2 + - uid: 8630 + components: + - type: Transform + pos: 54.5,-25.5 + parent: 2 + - uid: 8631 + components: + - type: Transform + pos: 55.5,-25.5 + parent: 2 + - uid: 8682 + components: + - type: Transform + pos: 56.5,-25.5 + parent: 2 + - uid: 8683 + components: + - type: Transform + pos: 53.5,-27.5 + parent: 2 + - uid: 8684 + components: + - type: Transform + pos: 56.5,-15.5 + parent: 2 + - uid: 8751 + components: + - type: Transform + pos: 57.5,-17.5 + parent: 2 + - uid: 8752 + components: + - type: Transform + pos: 54.5,-17.5 + parent: 2 + - uid: 8753 + components: + - type: Transform + pos: 56.5,-17.5 + parent: 2 + - uid: 8754 + components: + - type: Transform + pos: 55.5,-17.5 + parent: 2 + - uid: 8756 + components: + - type: Transform + pos: 56.5,-27.5 + parent: 2 + - uid: 8757 + components: + - type: Transform + pos: 55.5,-15.5 + parent: 2 + - uid: 8758 + components: + - type: Transform + pos: 55.5,-27.5 + parent: 2 + - uid: 8775 + components: + - type: Transform + pos: 46.5,4.5 + parent: 2 + - uid: 8776 + components: + - type: Transform + pos: 45.5,4.5 + parent: 2 + - uid: 8890 + components: + - type: Transform + pos: 52.5,-27.5 + parent: 2 + - uid: 8891 + components: + - type: Transform + pos: 51.5,-27.5 + parent: 2 + - uid: 8895 + components: + - type: Transform + pos: 31.5,-59.5 + parent: 2 + - uid: 8905 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 9019 + components: + - type: Transform + pos: -29.5,25.5 + parent: 2 + - uid: 9084 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - uid: 9085 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 9108 + components: + - type: Transform + pos: 68.5,-45.5 + parent: 2 + - uid: 9254 + components: + - type: Transform + pos: 2.5,9.5 + parent: 2 + - uid: 9267 + components: + - type: Transform + pos: 13.5,2.5 + parent: 2 + - uid: 9273 + components: + - type: Transform + pos: 43.5,-72.5 + parent: 2 + - uid: 9274 + components: + - type: Transform + pos: 43.5,-71.5 + parent: 2 + - uid: 9283 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 9285 + components: + - type: Transform + pos: 19.5,3.5 + parent: 2 + - uid: 9286 + components: + - type: Transform + pos: 19.5,2.5 + parent: 2 + - uid: 9290 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 + - uid: 9296 + components: + - type: Transform + pos: 43.5,-70.5 + parent: 2 + - uid: 9310 + components: + - type: Transform + pos: -49.5,-53.5 + parent: 2 + - uid: 9383 + components: + - type: Transform + pos: 49.5,-60.5 + parent: 2 + - uid: 9540 + components: + - type: Transform + pos: 48.5,-79.5 + parent: 2 + - uid: 9541 + components: + - type: Transform + pos: 46.5,-89.5 + parent: 2 + - uid: 9563 + components: + - type: Transform + pos: -19.5,10.5 + parent: 2 + - uid: 9583 + components: + - type: Transform + pos: 45.5,-88.5 + parent: 2 + - uid: 9584 + components: + - type: Transform + pos: 45.5,-86.5 + parent: 2 + - uid: 9630 + components: + - type: Transform + pos: 17.5,3.5 + parent: 2 + - uid: 9631 + components: + - type: Transform + pos: 19.5,0.5 + parent: 2 + - uid: 9676 + components: + - type: Transform + pos: 59.5,-49.5 + parent: 2 + - uid: 9695 + components: + - type: Transform + pos: -24.5,-53.5 + parent: 2 + - uid: 9800 + components: + - type: Transform + pos: 57.5,-49.5 + parent: 2 + - uid: 9999 + components: + - type: Transform + pos: 62.5,-82.5 + parent: 2 + - uid: 10082 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 + - uid: 10183 + components: + - type: Transform + pos: 12.5,-51.5 + parent: 2 + - uid: 10394 + components: + - type: Transform + pos: -49.5,-55.5 + parent: 2 + - uid: 10398 + components: + - type: Transform + pos: -24.5,-49.5 + parent: 2 + - uid: 10793 + components: + - type: Transform + pos: 64.5,-60.5 + parent: 2 + - uid: 10812 + components: + - type: Transform + pos: 73.5,-59.5 + parent: 2 + - uid: 10814 + components: + - type: Transform + pos: 71.5,-57.5 + parent: 2 + - uid: 10817 + components: + - type: Transform + pos: 77.5,-47.5 + parent: 2 + - uid: 10828 + components: + - type: Transform + pos: 64.5,-70.5 + parent: 2 + - uid: 10836 + components: + - type: Transform + pos: 63.5,-82.5 + parent: 2 + - uid: 10844 + components: + - type: Transform + pos: 62.5,-81.5 + parent: 2 + - uid: 10852 + components: + - type: Transform + pos: 85.5,-40.5 + parent: 2 + - uid: 10857 + components: + - type: Transform + pos: 75.5,-77.5 + parent: 2 + - uid: 10872 + components: + - type: Transform + pos: 72.5,-39.5 + parent: 2 + - uid: 11077 + components: + - type: Transform + pos: 34.5,3.5 + parent: 2 + - uid: 11115 + components: + - type: Transform + pos: 17.5,0.5 + parent: 2 + - uid: 11116 + components: + - type: Transform + pos: 17.5,2.5 + parent: 2 + - uid: 11117 + components: + - type: Transform + pos: 13.5,3.5 + parent: 2 + - uid: 11128 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 2 + - uid: 11161 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 2 + - uid: 11327 + components: + - type: Transform + pos: -5.5,21.5 + parent: 2 + - uid: 11335 + components: + - type: Transform + pos: 26.5,-27.5 + parent: 2 + - uid: 11391 + components: + - type: Transform + pos: 24.5,-26.5 + parent: 2 + - uid: 11397 + components: + - type: Transform + pos: 25.5,-26.5 + parent: 2 + - uid: 11400 + components: + - type: Transform + pos: 25.5,-29.5 + parent: 2 + - uid: 11428 + components: + - type: Transform + pos: 26.5,-28.5 + parent: 2 + - uid: 11451 + components: + - type: Transform + pos: -42.5,-27.5 + parent: 2 + - uid: 11517 + components: + - type: Transform + pos: -40.5,-25.5 + parent: 2 + - uid: 11676 + components: + - type: Transform + pos: 27.5,-59.5 + parent: 2 + - uid: 11677 + components: + - type: Transform + pos: 28.5,-59.5 + parent: 2 + - uid: 11804 + components: + - type: Transform + pos: -24.5,14.5 + parent: 2 + - uid: 11885 + components: + - type: Transform + pos: 72.5,-59.5 + parent: 2 + - uid: 11907 + components: + - type: Transform + pos: -34.5,8.5 + parent: 2 + - uid: 12135 + components: + - type: Transform + pos: -48.5,-42.5 + parent: 2 + - uid: 12573 + components: + - type: Transform + pos: -45.5,-42.5 + parent: 2 + - uid: 12609 + components: + - type: Transform + pos: 57.5,-39.5 + parent: 2 + - uid: 12615 + components: + - type: Transform + pos: -23.5,-3.5 + parent: 2 + - uid: 13011 + components: + - type: Transform + pos: 49.5,-53.5 + parent: 2 + - uid: 13091 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - uid: 13767 + components: + - type: Transform + pos: 19.5,-60.5 + parent: 2 + - uid: 13768 + components: + - type: Transform + pos: 21.5,-60.5 + parent: 2 + - uid: 13769 + components: + - type: Transform + pos: 22.5,-60.5 + parent: 2 + - uid: 13770 + components: + - type: Transform + pos: 24.5,-60.5 + parent: 2 + - uid: 13771 + components: + - type: Transform + pos: 25.5,-60.5 + parent: 2 + - uid: 13772 + components: + - type: Transform + pos: 18.5,-60.5 + parent: 2 + - uid: 13990 + components: + - type: Transform + pos: -23.5,-49.5 + parent: 2 + - uid: 14301 + components: + - type: Transform + pos: 7.5,28.5 + parent: 2 + - uid: 14338 + components: + - type: Transform + pos: 18.5,24.5 + parent: 2 + - uid: 14573 + components: + - type: Transform + pos: -27.5,-32.5 + parent: 2 + - uid: 14809 + components: + - type: Transform + pos: -27.5,14.5 + parent: 2 + - uid: 14825 + components: + - type: Transform + pos: -19.5,11.5 + parent: 2 + - uid: 15307 + components: + - type: Transform + pos: -41.5,-31.5 + parent: 2 + - uid: 15366 + components: + - type: Transform + pos: -39.5,-34.5 + parent: 2 + - uid: 15372 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 15373 + components: + - type: Transform + pos: -21.5,-9.5 + parent: 2 + - uid: 15675 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - uid: 15679 + components: + - type: Transform + pos: -20.5,-9.5 + parent: 2 + - uid: 15699 + components: + - type: Transform + pos: -34.5,-32.5 + parent: 2 + - uid: 15828 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 2 + - uid: 15838 + components: + - type: Transform + pos: -32.5,-9.5 + parent: 2 + - uid: 15901 + components: + - type: Transform + pos: -60.5,-7.5 + parent: 2 + - uid: 15918 + components: + - type: Transform + pos: -63.5,-17.5 + parent: 2 + - uid: 15922 + components: + - type: Transform + pos: -55.5,-14.5 + parent: 2 + - uid: 15923 + components: + - type: Transform + pos: -52.5,-14.5 + parent: 2 + - uid: 16202 + components: + - type: Transform + pos: 77.5,-72.5 + parent: 2 + - uid: 16203 + components: + - type: Transform + pos: 77.5,-71.5 + parent: 2 + - uid: 16204 + components: + - type: Transform + pos: 77.5,-70.5 + parent: 2 + - uid: 16218 + components: + - type: Transform + pos: 54.5,-53.5 + parent: 2 + - uid: 16362 + components: + - type: Transform + pos: -47.5,-12.5 + parent: 2 + - uid: 16604 + components: + - type: Transform + pos: -49.5,-12.5 + parent: 2 + - uid: 16679 + components: + - type: Transform + pos: 57.5,-61.5 + parent: 2 + - uid: 16834 + components: + - type: Transform + pos: 73.5,-39.5 + parent: 2 + - uid: 17706 + components: + - type: Transform + pos: 60.5,-54.5 + parent: 2 + - uid: 17707 + components: + - type: Transform + pos: 60.5,-52.5 + parent: 2 + - uid: 17708 + components: + - type: Transform + pos: 62.5,-54.5 + parent: 2 + - uid: 17709 + components: + - type: Transform + pos: 62.5,-52.5 + parent: 2 + - uid: 17740 + components: + - type: Transform + pos: 80.5,-15.5 + parent: 2 + - uid: 17825 + components: + - type: Transform + pos: 84.5,-24.5 + parent: 2 + - uid: 17829 + components: + - type: Transform + pos: 86.5,-29.5 + parent: 2 + - uid: 17831 + components: + - type: Transform + pos: 86.5,-30.5 + parent: 2 + - uid: 17833 + components: + - type: Transform + pos: 86.5,-31.5 + parent: 2 + - uid: 17840 + components: + - type: Transform + pos: 83.5,-14.5 + parent: 2 + - uid: 17946 + components: + - type: Transform + pos: 90.5,-13.5 + parent: 2 + - uid: 18160 + components: + - type: Transform + pos: 90.5,-14.5 + parent: 2 + - uid: 18179 + components: + - type: Transform + pos: 94.5,-17.5 + parent: 2 + - uid: 18239 + components: + - type: Transform + pos: 95.5,-19.5 + parent: 2 + - uid: 18418 + components: + - type: Transform + pos: 84.5,-15.5 + parent: 2 + - uid: 18444 + components: + - type: Transform + pos: 92.5,-33.5 + parent: 2 + - uid: 18445 + components: + - type: Transform + pos: 92.5,-32.5 + parent: 2 + - uid: 18446 + components: + - type: Transform + pos: 92.5,-29.5 + parent: 2 + - uid: 18447 + components: + - type: Transform + pos: 92.5,-28.5 + parent: 2 + - uid: 18448 + components: + - type: Transform + pos: 92.5,-27.5 + parent: 2 + - uid: 18490 + components: + - type: Transform + pos: 94.5,-30.5 + parent: 2 + - uid: 18491 + components: + - type: Transform + pos: 95.5,-30.5 + parent: 2 + - uid: 18492 + components: + - type: Transform + pos: 97.5,-28.5 + parent: 2 + - uid: 18493 + components: + - type: Transform + pos: 97.5,-26.5 + parent: 2 + - uid: 18494 + components: + - type: Transform + pos: 97.5,-24.5 + parent: 2 + - uid: 18647 + components: + - type: Transform + pos: 97.5,-36.5 + parent: 2 + - uid: 19361 + components: + - type: Transform + pos: 78.5,-47.5 + parent: 2 +- proto: RemoteSignaller + entities: + - uid: 4210 + components: + - type: Transform + pos: 26.668198,-37.4926 + parent: 2 + - uid: 5742 + components: + - type: MetaData + name: Cargo Bay Doors Remote + - type: Transform + pos: 12.388885,17.745981 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 306: + - Pressed: Toggle + 368: + - Pressed: Toggle + 3501: + - Pressed: Toggle + - uid: 9536 + components: + - type: MetaData + name: Janitor Shutters Remote + - type: Transform + pos: 29.016838,4.6675644 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9369: + - Pressed: Toggle + 9370: + - Pressed: Toggle + - uid: 17983 + components: + - type: MetaData + name: Cargo Bay Doors Remote + - type: Transform + pos: 12.641776,17.550156 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 306: + - Pressed: Toggle + 3501: + - Pressed: Toggle + 368: + - Pressed: Toggle +- proto: ResearchAndDevelopmentServer + entities: + - uid: 4170 + components: + - type: Transform + pos: 31.5,-33.5 + parent: 2 +- proto: ResearchDisk + entities: + - uid: 122 + components: + - type: Transform + pos: 30.487581,-35.375355 + parent: 2 + - uid: 9847 + components: + - type: Transform + pos: -18.337261,-50.37869 + parent: 2 +- proto: RevolverCapGun + entities: + - uid: 13848 + components: + - type: Transform + pos: 25.686981,-58.556297 + parent: 2 +- proto: RobocopCircuitBoard + entities: + - uid: 16469 + components: + - type: Transform + pos: -60.705425,-16.225351 + parent: 2 +- proto: RollingPin + entities: + - uid: 3297 + components: + - type: Transform + pos: -7.5270567,-32.467186 + parent: 2 +- proto: RubberStampApproved + entities: + - uid: 7536 + components: + - type: Transform + pos: -0.079188585,16.781929 + parent: 2 +- proto: RubberStampDenied + entities: + - uid: 859 + components: + - type: Transform + pos: 0.092123985,16.573864 + parent: 2 +- proto: SalvageMagnet + entities: + - uid: 1035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,32.5 + parent: 2 +- proto: SandBattlemap + entities: + - uid: 6010 + components: + - type: Transform + pos: 21.580368,-50.54211 + parent: 2 +- proto: ScrapFaxMachine + entities: + - uid: 6999 + components: + - type: Transform + pos: 47.57202,-7.418854 + parent: 2 + - uid: 11441 + components: + - type: Transform + pos: 18.628483,15.566571 + parent: 2 +- proto: ScrapMedkit + entities: + - uid: 2197 + components: + - type: Transform + pos: 50.46125,-38.7522 + parent: 2 +- proto: Screen + entities: + - uid: 5001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-19.5 + parent: 2 + - uid: 5007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-46.5 + parent: 2 + - uid: 12115 + components: + - type: Transform + pos: -5.5,-46.5 + parent: 2 + - uid: 12117 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 2 + - uid: 12120 + components: + - type: Transform + pos: 54.5,-23.5 + parent: 2 + - uid: 12121 + components: + - type: Transform + pos: 43.5,-23.5 + parent: 2 + - uid: 12122 + components: + - type: Transform + pos: 30.5,29.5 + parent: 2 + - uid: 13206 + components: + - type: Transform + pos: -23.5,1.5 + parent: 2 + - uid: 15423 + components: + - type: Transform + pos: 27.5,-19.5 + parent: 2 + - uid: 16668 + components: + - type: Transform + pos: -31.5,-28.5 + parent: 2 + - uid: 16678 + components: + - type: Transform + pos: 29.5,-1.5 + parent: 2 + - uid: 16680 + components: + - type: Transform + pos: -13.5,3.5 + parent: 2 + - uid: 16681 + components: + - type: Transform + pos: -23.5,-17.5 + parent: 2 + - uid: 16683 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 + - uid: 16684 + components: + - type: Transform + pos: -30.5,-49.5 + parent: 2 + - uid: 16685 + components: + - type: Transform + pos: -21.5,-56.5 + parent: 2 + - uid: 16686 + components: + - type: Transform + pos: -13.5,-56.5 + parent: 2 + - uid: 16687 + components: + - type: Transform + pos: 34.5,15.5 + parent: 2 + - uid: 16688 + components: + - type: Transform + pos: 34.5,40.5 + parent: 2 +- proto: SecurityTechFab + entities: + - uid: 19546 + components: + - type: Transform + pos: -22.5,6.5 + parent: 2 +- proto: SecurityWhistle + entities: + - uid: 505 + components: + - type: Transform + pos: -26.553318,15.678647 + parent: 2 +- proto: SeedExtractor + entities: + - uid: 247 + components: + - type: Transform + pos: -29.5,-6.5 + parent: 2 + - uid: 3306 + components: + - type: Transform + pos: -18.5,-37.5 + parent: 2 + - uid: 17167 + components: + - type: Transform + pos: 46.5,-60.5 + parent: 2 +- proto: ShardGlass + entities: + - uid: 793 + components: + - type: Transform + pos: 74.42811,-44.107338 + parent: 2 + - uid: 2068 + components: + - type: Transform + pos: 51.680607,-39.48218 + parent: 2 + - uid: 2288 + components: + - type: Transform + pos: 46.458076,-86.53867 + parent: 2 + - uid: 2313 + components: + - type: Transform + pos: 46.676933,-85.600525 + parent: 2 + - uid: 2335 + components: + - type: Transform + pos: 60.55196,-38.45997 + parent: 2 + - uid: 3625 + components: + - type: Transform + pos: 72.48965,-42.496845 + parent: 2 + - uid: 3948 + components: + - type: Transform + pos: 73.42761,-43.54445 + parent: 2 + - uid: 4025 + components: + - type: Transform + pos: 13.981267,-12.895584 + parent: 2 + - uid: 4985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.361195,8.747754 + parent: 2 + - uid: 5593 + components: + - type: Transform + pos: 61.517246,-42.477592 + parent: 2 + - uid: 7375 + components: + - type: Transform + pos: 43.512356,10.642146 + parent: 2 + - uid: 7380 + components: + - type: Transform + pos: 49.49901,9.514517 + parent: 2 + - uid: 7797 + components: + - type: Transform + pos: 64.549995,-40.491837 + parent: 2 + - uid: 10689 + components: + - type: Transform + pos: -33.48411,-50.31736 + parent: 2 + - uid: 10841 + components: + - type: Transform + pos: 68.49428,-83.448265 + parent: 2 + - uid: 10869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.56429,-82.79552 + parent: 2 + - uid: 13015 + components: + - type: Transform + pos: 3.5630455,-19.383734 + parent: 2 + - uid: 15466 + components: + - type: Transform + pos: 14.370008,-10.190743 + parent: 2 + - uid: 15911 + components: + - type: Transform + pos: 11.269943,-13.322539 + parent: 2 + - uid: 17540 + components: + - type: Transform + pos: 16.667065,-0.29552567 + parent: 2 + - uid: 17852 + components: + - type: Transform + pos: 91.39489,-17.309563 + parent: 2 + - uid: 17921 + components: + - type: Transform + pos: 78.379555,-41.57462 + parent: 2 + - uid: 18165 + components: + - type: Transform + pos: 89.54715,-18.570189 + parent: 2 + - uid: 18192 + components: + - type: Transform + pos: 91.5662,-14.384418 + parent: 2 + - uid: 18194 + components: + - type: Transform + pos: 93.52407,-17.566584 + parent: 2 + - uid: 18464 + components: + - type: Transform + pos: 91.51726,-15.608327 + parent: 2 + - uid: 18767 + components: + - type: Transform + pos: 74.521904,-42.653206 + parent: 2 + - uid: 18814 + components: + - type: Transform + pos: 66.42336,-64.58768 + parent: 2 + - uid: 18815 + components: + - type: Transform + pos: 68.33228,-65.57904 + parent: 2 + - uid: 18817 + components: + - type: Transform + pos: 73.26516,-65.44441 + parent: 2 + - uid: 18818 + components: + - type: Transform + pos: 72.18833,-66.38682 + parent: 2 + - uid: 18915 + components: + - type: Transform + pos: 46.281776,-73.46591 + parent: 2 + - uid: 18959 + components: + - type: Transform + pos: 44.80114,-71.483185 + parent: 2 + - uid: 18978 + components: + - type: Transform + pos: -30.391436,16.654894 + parent: 2 + - uid: 19823 + components: + - type: Transform + pos: 82.53264,-42.46055 + parent: 2 +- proto: SheetGlass + entities: + - uid: 2250 + components: + - type: Transform + pos: 28.253607,-16.335518 + parent: 2 + - uid: 4002 + components: + - type: Transform + pos: -3.6984515,-15.050833 + parent: 2 + - uid: 4003 + components: + - type: Transform + pos: -3.747398,-14.455197 + parent: 2 + - uid: 4268 + components: + - type: Transform + pos: 19.505657,-31.416939 + parent: 2 + - uid: 4646 + components: + - type: Transform + pos: 8.793852,18.587227 + parent: 2 + - uid: 4774 + components: + - type: Transform + pos: -33.92257,-53.43389 + parent: 2 + - uid: 10433 + components: + - type: Transform + pos: -46.492474,-55.416134 + parent: 2 +- proto: SheetGlass1 + entities: + - uid: 20098 + components: + - type: Transform + pos: 59.489506,-40.541508 + parent: 2 + - uid: 20129 + components: + - type: Transform + pos: 63.470222,-39.49492 + parent: 2 +- proto: SheetGlass10 + entities: + - uid: 501 + components: + - type: Transform + pos: 19.591537,7.632542 + parent: 2 +- proto: SheetPlasma + entities: + - uid: 11897 + components: + - type: Transform + pos: -5.478168,-21.432041 + parent: 2 +- proto: SheetPlasteel + entities: + - uid: 1758 + components: + - type: Transform + pos: 28.389091,-16.377214 + parent: 2 + - uid: 2546 + components: + - type: Transform + pos: -6.5663524,-12.494936 + parent: 2 + - uid: 4759 + components: + - type: Transform + pos: -28.457413,-61.391724 + parent: 2 + - uid: 10172 + components: + - type: Transform + pos: 9.476572,22.589748 + parent: 2 + - uid: 16602 + components: + - type: Transform + pos: -60.509804,-11.395213 + parent: 2 +- proto: SheetPlastic + entities: + - uid: 76 + components: + - type: Transform + pos: 8.238255,18.595078 + parent: 2 + - uid: 3145 + components: + - type: Transform + pos: -20.827639,6.618366 + parent: 2 + - uid: 4238 + components: + - type: Transform + pos: 19.5265,-30.937439 + parent: 2 +- proto: SheetPlastic10 + entities: + - uid: 3997 + components: + - type: Transform + pos: -14.505801,-14.519033 + parent: 2 +- proto: SheetSteel + entities: + - uid: 852 + components: + - type: Transform + pos: 9.442394,18.623943 + parent: 2 + - uid: 1885 + components: + - type: Transform + pos: -0.5086639,-4.382394 + parent: 2 + - uid: 1952 + components: + - type: Transform + pos: -13.572921,-6.4220476 + parent: 2 + - uid: 1953 + components: + - type: Transform + pos: -13.416594,-6.4324713 + parent: 2 + - uid: 2256 + components: + - type: Transform + pos: 28.576683,-16.36679 + parent: 2 + - uid: 2408 + components: + - type: Transform + pos: -0.48844743,-4.350263 + parent: 2 + - uid: 4000 + components: + - type: Transform + pos: -3.2824054,-14.985558 + parent: 2 + - uid: 4001 + components: + - type: Transform + pos: -3.3313518,-14.430718 + parent: 2 + - uid: 4272 + components: + - type: Transform + pos: 19.547344,-30.51006 + parent: 2 + - uid: 4594 + components: + - type: Transform + pos: 1.5190241,-11.392845 + parent: 2 + - uid: 4738 + components: + - type: Transform + pos: -33.35979,-53.45474 + parent: 2 + - uid: 14425 + components: + - type: Transform + pos: -20.33781,6.670485 + parent: 2 + - uid: 16603 + components: + - type: Transform + pos: -60.99963,-11.384789 + parent: 2 + - uid: 18090 + components: + - type: Transform + pos: 49.743286,12.455435 + parent: 2 +- proto: SheetSteel1 + entities: + - uid: 1139 + components: + - type: Transform + pos: 14.644554,-10.731582 + parent: 2 + - uid: 2342 + components: + - type: Transform + pos: 13.934829,-12.065643 + parent: 2 +- proto: SheetSteel10 + entities: + - uid: 8876 + components: + - type: Transform + pos: 48.523438,-11.410342 + parent: 2 + - uid: 18802 + components: + - type: Transform + pos: 68.531136,-77.49754 + parent: 2 +- proto: SheetUranium + entities: + - uid: 13030 + components: + - type: Transform + pos: -5.4944835,-19.392193 + parent: 2 +- proto: ShipBattlemap + entities: + - uid: 6011 + components: + - type: Transform + pos: 21.601212,-50.271088 + parent: 2 +- proto: ShotGunCabinetFilled + entities: + - uid: 17638 + components: + - type: Transform + pos: -27.5,5.5 + parent: 2 +- proto: ShuttersNormal + entities: + - uid: 4279 + components: + - type: Transform + pos: 33.5,-23.5 + parent: 2 + - uid: 6787 + components: + - type: Transform + pos: 34.5,-23.5 + parent: 2 + - uid: 9369 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 2 + - uid: 9370 + components: + - type: Transform + pos: 28.5,-1.5 + parent: 2 +- proto: ShuttersNormalOpen + entities: + - uid: 1322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-32.5 + parent: 2 + - uid: 1917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-34.5 + parent: 2 + - uid: 2359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-3.5 + parent: 2 + - uid: 2744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-11.5 + parent: 2 + - uid: 4048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-20.5 + parent: 2 + - uid: 5439 + components: + - type: Transform + pos: -8.5,16.5 + parent: 2 + - uid: 7466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,10.5 + parent: 2 + - uid: 7497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-32.5 + parent: 2 + - uid: 7960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,11.5 + parent: 2 + - uid: 10457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,11.5 + parent: 2 + - uid: 10464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-32.5 + parent: 2 + - uid: 11419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-19.5 + parent: 2 + - uid: 11421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-18.5 + parent: 2 + - uid: 11459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-43.5 + parent: 2 + - uid: 11460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-44.5 + parent: 2 + - uid: 11461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-42.5 + parent: 2 + - uid: 11462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-42.5 + parent: 2 + - uid: 11943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-8.5 + parent: 2 + - uid: 12072 + components: + - type: Transform + pos: -7.5,16.5 + parent: 2 + - uid: 12076 + components: + - type: Transform + pos: -6.5,16.5 + parent: 2 + - uid: 12990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-10.5 + parent: 2 + - uid: 13043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-35.5 + parent: 2 + - uid: 13642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-7.5 + parent: 2 + - uid: 14805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-5.5 + parent: 2 + - uid: 15624 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-35.5 + parent: 2 + - uid: 15645 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-53.5 + parent: 2 + - uid: 15646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-49.5 + parent: 2 + - uid: 15647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-49.5 + parent: 2 + - uid: 15654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-45.5 + parent: 2 + - uid: 15655 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-45.5 + parent: 2 + - uid: 15656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-45.5 + parent: 2 + - uid: 15657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-45.5 + parent: 2 + - uid: 16020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-42.5 + parent: 2 + - uid: 16025 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 2 + - uid: 16026 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 2 + - uid: 16027 + components: + - type: Transform + pos: -8.5,-35.5 + parent: 2 + - uid: 16035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-34.5 + parent: 2 + - uid: 16036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-33.5 + parent: 2 + - uid: 16037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-32.5 + parent: 2 + - uid: 16041 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,-32.5 + parent: 2 + - uid: 16042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-32.5 + parent: 2 + - uid: 16050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-27.5 + parent: 2 + - uid: 16051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-26.5 + parent: 2 + - uid: 17052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-23.5 + parent: 2 + - uid: 17053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-23.5 + parent: 2 + - uid: 17616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-33.5 + parent: 2 + - uid: 17741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-34.5 + parent: 2 + - uid: 17930 + components: + - type: Transform + pos: 28.5,-36.5 + parent: 2 + - uid: 17943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,-32.5 + parent: 2 + - uid: 19574 + components: + - type: Transform + pos: -19.5,-57.5 + parent: 2 + - uid: 19575 + components: + - type: Transform + pos: -19.5,-58.5 + parent: 2 + - uid: 19576 + components: + - type: Transform + pos: -15.5,-58.5 + parent: 2 + - uid: 19577 + components: + - type: Transform + pos: -15.5,-57.5 + parent: 2 + - uid: 19578 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-33.5 + parent: 2 + - uid: 19579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-35.5 + parent: 2 +- proto: ShuttersWindowOpen + entities: + - uid: 15630 + components: + - type: Transform + pos: -17.5,-58.5 + parent: 2 + - uid: 15631 + components: + - type: Transform + pos: -18.5,-58.5 + parent: 2 + - uid: 15632 + components: + - type: Transform + pos: -16.5,-58.5 + parent: 2 +- proto: ShuttleConsoleCircuitboard + entities: + - uid: 4721 + components: + - type: Transform + pos: -34.410973,-53.378662 + parent: 2 +- proto: SignAi + entities: + - uid: 3315 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 + - uid: 7090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,-11.5 + parent: 2 + - uid: 16414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-13.5 + parent: 2 +- proto: SignAiUpload + entities: + - uid: 16477 + components: + - type: Transform + pos: -61.5,-14.5 + parent: 2 +- proto: SignalButton + entities: + - uid: 1029 + components: + - type: MetaData + name: Light Switch + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-14.5 + parent: 2 + - uid: 1297 + components: + - type: MetaData + name: Janitor Light + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-2.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 16099: + - Pressed: Toggle + - uid: 1331 + components: + - type: MetaData + name: Janitorial Light + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.497658,-27.75303 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 16113: + - Pressed: Toggle + - uid: 3255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-41.5 + parent: 2 + - uid: 4282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-39.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 113: + - Pressed: Toggle + - uid: 4325 + components: + - type: Transform + pos: 37.5,-33.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 3508: + - Pressed: Toggle + - uid: 15842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-41.5 + parent: 2 + - uid: 16054 + components: + - type: Transform + pos: 7.5,-37.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5908: + - Pressed: DoorBolt + 5923: + - Pressed: DoorBolt + - uid: 16055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-43.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4662: + - Pressed: DoorBolt + 6029: + - Pressed: DoorBolt + - uid: 16056 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4687: + - Pressed: DoorBolt + 4928: + - Pressed: DoorBolt + - uid: 16057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-35.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4677: + - Pressed: DoorBolt + 6216: + - Pressed: DoorBolt + - uid: 16058 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 643: + - Pressed: DoorBolt + 5910: + - Pressed: DoorBolt + - uid: 16059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-29.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 4671: + - Pressed: DoorBolt + 4873: + - Pressed: DoorBolt + - uid: 16117 + components: + - type: MetaData + name: Janitor Light + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-44.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 16118: + - Pressed: Toggle + - uid: 17553 + components: + - type: MetaData + name: Janitorial Button + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,15.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 17552: + - Pressed: Toggle + - uid: 17657 + components: + - type: MetaData + name: Janitor Light + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-13.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 16102: + - Pressed: Toggle +- proto: SignAnomaly + entities: + - uid: 4573 + components: + - type: Transform + pos: 35.5,-39.5 + parent: 2 +- proto: SignAnomaly2 + entities: + - uid: 5759 + components: + - type: Transform + pos: 36.5,-33.5 + parent: 2 +- proto: SignArmory + entities: + - uid: 19999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,4.5 + parent: 2 +- proto: SignAtmos + entities: + - uid: 1831 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 2 +- proto: SignBar + entities: + - uid: 16015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-45.5 + parent: 2 +- proto: SignCans + entities: + - uid: 4450 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 2 +- proto: SignCansScience + entities: + - uid: 4466 + components: + - type: Transform + pos: 30.5,-40.5 + parent: 2 +- proto: SignCargo + entities: + - uid: 17554 + components: + - type: Transform + pos: 7.5,13.5 + parent: 2 +- proto: SignCargoDock + entities: + - uid: 5328 + components: + - type: Transform + pos: 4.5,29.5 + parent: 2 +- proto: SignChapel + entities: + - uid: 6131 + components: + - type: Transform + pos: 34.5,-19.5 + parent: 2 +- proto: SignChem + entities: + - uid: 17572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-32.5 + parent: 2 +- proto: SignCryo + entities: + - uid: 17079 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-45.5 + parent: 2 +- proto: SignCryogenicsMed + entities: + - uid: 5010 + components: + - type: Transform + pos: -36.5,-19.5 + parent: 2 +- proto: SignDirectionalBar + entities: + - uid: 16976 + components: + - type: Transform + pos: -21.500635,-30.930183 + parent: 2 + - uid: 17015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-19.5 + parent: 2 +- proto: SignDirectionalBridge + entities: + - uid: 15465 + components: + - type: Transform + pos: -21.5,-30.5 + parent: 2 + - uid: 16963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.4946065,-46.298473 + parent: 2 + - uid: 16981 + components: + - type: Transform + pos: -13.5028,-2.2967658 + parent: 2 + - uid: 17069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.497295,-19.297873 + parent: 2 +- proto: SignDirectionalDorms + entities: + - uid: 16021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-46.5 + parent: 2 + - uid: 16968 + components: + - type: Transform + pos: 29.501575,-5.2910233 + parent: 2 + - uid: 16978 + components: + - type: Transform + pos: -21.497547,-31.359373 + parent: 2 + - uid: 17068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.497295,-19.714828 + parent: 2 +- proto: SignDirectionalEng + entities: + - uid: 4277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.500673,-29.646055 + parent: 2 + - uid: 16964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5000954,-46.381866 + parent: 2 + - uid: 16969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.497402,-5.287935 + parent: 2 + - uid: 16970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.502121,-20.71029 + parent: 2 + - uid: 16982 + components: + - type: Transform + pos: -13.5028,-2.0836544 + parent: 2 +- proto: SignDirectionalEvac + entities: + - uid: 15651 + components: + - type: Transform + pos: 29.5,-5.5 + parent: 2 + - uid: 16024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.499233,-46.28323 + parent: 2 + - uid: 16046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-20.5 + parent: 2 + - uid: 16866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.4983397,-46.721607 + parent: 2 + - uid: 16972 + components: + - type: Transform + pos: -21.497791,-30.715273 + parent: 2 + - uid: 16980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.499712,-1.2991593 + parent: 2 + - uid: 17012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-19.5 + parent: 2 +- proto: SignDirectionalFood + entities: + - uid: 16977 + components: + - type: Transform + pos: -21.500635,-31.149471 + parent: 2 + - uid: 16983 + components: + - type: Transform + pos: -13.499712,-2.7137218 + parent: 2 +- proto: SignDirectionalJanitor + entities: + - uid: 16965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.497597,-5.932226 + parent: 2 +- proto: SignDirectionalMed + entities: + - uid: 4854 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 + - uid: 13550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5000954,-46.598064 + parent: 2 + - uid: 16971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.499033,-20.28407 + parent: 2 + - uid: 17013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.497282,-19.713396 + parent: 2 +- proto: SignDirectionalSci + entities: + - uid: 13538 + components: + - type: Transform + pos: 29.501575,-5.717245 + parent: 2 + - uid: 16867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5012078,-46.7185 + parent: 2 +- proto: SignDirectionalSec + entities: + - uid: 16868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-46.5 + parent: 2 + - uid: 16967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.50108,-5.717245 + parent: 2 + - uid: 16979 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.50685,-30.073809 + parent: 2 + - uid: 17014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.497282,-19.284084 + parent: 2 +- proto: SignDirectionalSolar + entities: + - uid: 9103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,8.5 + parent: 2 +- proto: SignDirectionalSupply + entities: + - uid: 16966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-5.5 + parent: 2 + - uid: 16973 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-1.5 + parent: 2 + - uid: 16975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.503761,-29.859167 + parent: 2 +- proto: SignElectricalMed + entities: + - uid: 4292 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-21.5 + parent: 2 + - uid: 4293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-17.5 + parent: 2 + - uid: 4307 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-21.5 + parent: 2 + - uid: 4324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-11.5 + parent: 2 + - uid: 11388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,-32.5 + parent: 2 + - uid: 17059 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-15.5 + parent: 2 + - uid: 17060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-6.5 + parent: 2 + - uid: 17061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-12.5 + parent: 2 + - uid: 17064 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,12.5 + parent: 2 + - uid: 17065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,8.5 + parent: 2 + - uid: 17066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,3.5 + parent: 2 + - uid: 17067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-15.5 + parent: 2 + - uid: 17738 + components: + - type: Transform + pos: 90.5,-12.5 + parent: 2 + - uid: 20000 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,17.5 + parent: 2 + - uid: 20001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,18.5 + parent: 2 + - uid: 20002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,21.5 + parent: 2 + - uid: 20003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,24.5 + parent: 2 +- proto: SignEngine + entities: + - uid: 3936 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 16590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,-10.5 + parent: 2 +- proto: SignEngineering + entities: + - uid: 47 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 +- proto: SignEscapePods + entities: + - uid: 11251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-55.5 + parent: 2 + - uid: 15749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-56.5 + parent: 2 + - uid: 17856 + components: + - type: Transform + pos: -34.5,11.5 + parent: 2 +- proto: SignEVA + entities: + - uid: 15669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-51.5 + parent: 2 +- proto: SignFlammableMed + entities: + - uid: 5841 + components: + - type: Transform + pos: 30.5,-44.5 + parent: 2 +- proto: SignGravity + entities: + - uid: 6583 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 2 +- proto: SignInterrogation + entities: + - uid: 354 + components: + - type: Transform + pos: -28.5,1.5 + parent: 2 +- proto: SignJanitor + entities: + - uid: 9375 + components: + - type: Transform + pos: 30.5,3.5 + parent: 2 +- proto: SignKiddiePlaque + entities: + - uid: 10735 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 +- proto: SignKitchen + entities: + - uid: 5276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-35.5 + parent: 2 + - uid: 7063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-30.5 + parent: 2 +- proto: SignLawyer + entities: + - uid: 17070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,12.5 + parent: 2 +- proto: SignLibrary + entities: + - uid: 3830 + components: + - type: Transform + pos: 13.5,-40.5 + parent: 2 +- proto: SignMagneticsMed + entities: + - uid: 10727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-10.5 + parent: 2 + - uid: 17071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-5.5 + parent: 2 + - uid: 17072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-10.5 + parent: 2 + - uid: 17493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,29.5 + parent: 2 +- proto: SignMail + entities: + - uid: 2679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,13.5 + parent: 2 +- proto: SignMaterials + entities: + - uid: 2270 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 2 +- proto: SignMedical + entities: + - uid: 13202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-28.5 + parent: 2 +- proto: SignNews + entities: + - uid: 16662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-34.5 + parent: 2 +- proto: SignNosmoking + entities: + - uid: 17016 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-32.5 + parent: 2 + - uid: 17074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-28.5 + parent: 2 + - uid: 17076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-0.5 + parent: 2 +- proto: SignPlaque + entities: + - uid: 10734 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 +- proto: SignPrison + entities: + - uid: 176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-2.5 + parent: 2 +- proto: SignPsychology + entities: + - uid: 9660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-45.5 + parent: 2 +- proto: SignRadiationMed + entities: + - uid: 17077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-43.5 + parent: 2 +- proto: SignRedOne + entities: + - uid: 4992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.547068,-6.8042192 + parent: 2 + - uid: 16962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-39.5 + parent: 2 +- proto: SignRedThree + entities: + - uid: 16869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-45.5 + parent: 2 +- proto: SignRedTwo + entities: + - uid: 13343 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.534918,-9.81543 + parent: 2 + - uid: 16961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-41.5 + parent: 2 +- proto: SignRobo + entities: + - uid: 4569 + components: + - type: Transform + pos: 31.5,-26.5 + parent: 2 +- proto: SignScience + entities: + - uid: 4323 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 2 + - uid: 16013 + components: + - type: Transform + pos: 31.5,-23.5 + parent: 2 +- proto: SignServer + entities: + - uid: 5592 + components: + - type: Transform + pos: 31.5,-32.5 + parent: 2 +- proto: SignShipDock + entities: + - uid: 7242 + components: + - type: Transform + pos: 43.5,-19.5 + parent: 2 +- proto: SignSmoking + entities: + - uid: 17073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-36.5 + parent: 2 +- proto: SignSpace + entities: + - uid: 716 + components: + - type: Transform + pos: -30.5,-1.5 + parent: 2 + - uid: 17078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,19.5 + parent: 2 + - uid: 19866 + components: + - type: Transform + pos: 52.5,-62.5 + parent: 2 +- proto: SignSurgery + entities: + - uid: 3189 + components: + - type: Transform + pos: -45.5,-29.5 + parent: 2 +- proto: SignTelecomms + entities: + - uid: 7761 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 +- proto: SignToolStorage + entities: + - uid: 4712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-21.5 + parent: 2 +- proto: SignVault + entities: + - uid: 326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,6.5 + parent: 2 +- proto: SignVirology + entities: + - uid: 8186 + components: + - type: Transform + pos: -45.5,-41.5 + parent: 2 +- proto: SignVox + entities: + - uid: 6201 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 9250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-50.5 + parent: 2 +- proto: Sink + entities: + - uid: 673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-8.5 + parent: 2 + - uid: 786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,29.5 + parent: 2 + - uid: 7962 + components: + - type: Transform + pos: -49.5,-45.5 + parent: 2 + - uid: 8120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-43.5 + parent: 2 + - uid: 9836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-55.5 + parent: 2 + - uid: 14526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,-39.5 + parent: 2 +- proto: SinkWide + entities: + - uid: 3259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-32.5 + parent: 2 + - uid: 3414 + components: + - type: Transform + pos: -17.5,-32.5 + parent: 2 + - uid: 3702 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-43.5 + parent: 2 + - uid: 5428 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,22.5 + parent: 2 + - uid: 7369 + components: + - type: Transform + pos: 45.5,12.5 + parent: 2 + - uid: 9415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,0.5 + parent: 2 + - uid: 10730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-33.5 + parent: 2 + - uid: 11122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-31.5 + parent: 2 +- proto: SmartFridge + entities: + - uid: 4741 + components: + - type: Transform + pos: -32.5,-32.5 + parent: 2 +- proto: SMESBasic + entities: + - uid: 2314 + components: + - type: MetaData + name: Bridge SMES + - type: Transform + pos: -10.5,-53.5 + parent: 2 + - uid: 2499 + components: + - type: Transform + pos: -3.5,-18.5 + parent: 2 + - uid: 2776 + components: + - type: Transform + pos: -2.5,-18.5 + parent: 2 + - uid: 6542 + components: + - type: MetaData + name: Telecoms SMES + - type: Transform + pos: 25.5,3.5 + parent: 2 + - uid: 6564 + components: + - type: MetaData + name: Gravity Generator SMES + - type: Transform + pos: 21.5,-8.5 + parent: 2 + - uid: 8444 + components: + - type: Transform + pos: -30.5,24.5 + parent: 2 + - uid: 8838 + components: + - type: MetaData + name: North East Solars SMES + - type: Transform + pos: 46.5,3.5 + parent: 2 + - uid: 10400 + components: + - type: MetaData + name: South West Solars SMES + - type: Transform + pos: -43.5,-55.5 + parent: 2 + - uid: 15942 + components: + - type: MetaData + name: AI Satellite SMES + - type: Transform + pos: -62.5,-8.5 + parent: 2 + - uid: 16111 + components: + - type: Transform + pos: -1.5,-18.5 + parent: 2 +- proto: SMESMachineCircuitboard + entities: + - uid: 2088 + components: + - type: Transform + pos: -5.588642,-23.301281 + parent: 2 + - uid: 18882 + components: + - type: Transform + pos: 11.562226,-17.361189 + parent: 2 +- proto: SnowBattlemap + entities: + - uid: 6008 + components: + - type: Transform + pos: 20.100466,-48.530296 + parent: 2 +- proto: SodaDispenser + entities: + - uid: 3701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-45.5 + parent: 2 + - uid: 7366 + components: + - type: Transform + pos: 44.5,12.5 + parent: 2 +- proto: SolarPanel + entities: + - uid: 34 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,10.5 + parent: 2 + - uid: 49 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,10.5 + parent: 2 + - uid: 780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,5.5 + parent: 2 + - uid: 3010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-50.5 + parent: 2 + - uid: 5067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,6.5 + parent: 2 + - uid: 5089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,7.5 + parent: 2 + - uid: 5090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,8.5 + parent: 2 + - uid: 5092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,8.5 + parent: 2 + - uid: 5104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,7.5 + parent: 2 + - uid: 5106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,6.5 + parent: 2 + - uid: 5107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,5.5 + parent: 2 + - uid: 5108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,4.5 + parent: 2 + - uid: 5109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,6.5 + parent: 2 + - uid: 5110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,4.5 + parent: 2 + - uid: 5111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,6.5 + parent: 2 + - uid: 5112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,7.5 + parent: 2 + - uid: 5147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,8.5 + parent: 2 + - uid: 5166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,8.5 + parent: 2 + - uid: 5191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,5.5 + parent: 2 + - uid: 5263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,7.5 + parent: 2 + - uid: 5266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,6.5 + parent: 2 + - uid: 5267 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,5.5 + parent: 2 + - uid: 5268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,8.5 + parent: 2 + - uid: 5269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,8.5 + parent: 2 + - uid: 5270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,5.5 + parent: 2 + - uid: 5350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,12.5 + parent: 2 + - uid: 7093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-50.5 + parent: 2 + - uid: 7225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-57.5 + parent: 2 + - uid: 8234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-58.5 + parent: 2 + - uid: 8324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-58.5 + parent: 2 + - uid: 8332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-57.5 + parent: 2 + - uid: 8348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-52.5 + parent: 2 + - uid: 8412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-57.5 + parent: 2 + - uid: 8419 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-49.5 + parent: 2 + - uid: 8448 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-52.5 + parent: 2 + - uid: 8450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-60.5 + parent: 2 + - uid: 8451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-58.5 + parent: 2 + - uid: 8453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-57.5 + parent: 2 + - uid: 8454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-60.5 + parent: 2 + - uid: 8472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-59.5 + parent: 2 + - uid: 8481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-59.5 + parent: 2 + - uid: 8482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-56.5 + parent: 2 + - uid: 8483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-57.5 + parent: 2 + - uid: 8511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-59.5 + parent: 2 + - uid: 8516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-56.5 + parent: 2 + - uid: 8552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-59.5 + parent: 2 + - uid: 8616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-60.5 + parent: 2 + - uid: 8676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-58.5 + parent: 2 + - uid: 8970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,10.5 + parent: 2 + - uid: 8971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,6.5 + parent: 2 + - uid: 8972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,5.5 + parent: 2 + - uid: 8973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,6.5 + parent: 2 + - uid: 8992 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,5.5 + parent: 2 + - uid: 9110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-3.5 + parent: 2 + - uid: 9111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-1.5 + parent: 2 + - uid: 9578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-56.5 + parent: 2 + - uid: 9618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,4.5 + parent: 2 + - uid: 9641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,4.5 + parent: 2 + - uid: 9648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-56.5 + parent: 2 + - uid: 9649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-56.5 + parent: 2 + - uid: 9669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,4.5 + parent: 2 + - uid: 10467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-52.5 + parent: 2 + - uid: 10469 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,14.5 + parent: 2 + - uid: 10470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,10.5 + parent: 2 + - uid: 10476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-60.5 + parent: 2 + - uid: 10480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-60.5 + parent: 2 + - uid: 10481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-51.5 + parent: 2 + - uid: 10482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-48.5 + parent: 2 + - uid: 10483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-49.5 + parent: 2 + - uid: 10493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-49.5 + parent: 2 + - uid: 10494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-2.5 + parent: 2 + - uid: 10496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-56.5 + parent: 2 + - uid: 10787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,27.5 + parent: 2 + - uid: 10788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,29.5 + parent: 2 + - uid: 10789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,28.5 + parent: 2 + - uid: 10794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,27.5 + parent: 2 + - uid: 10795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,26.5 + parent: 2 + - uid: 10796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,25.5 + parent: 2 + - uid: 10797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,29.5 + parent: 2 + - uid: 10808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,25.5 + parent: 2 + - uid: 10906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,20.5 + parent: 2 + - uid: 10973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,28.5 + parent: 2 + - uid: 11002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,26.5 + parent: 2 + - uid: 11003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,20.5 + parent: 2 + - uid: 11046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,18.5 + parent: 2 + - uid: 11207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,20.5 + parent: 2 + - uid: 11258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,20.5 + parent: 2 + - uid: 11260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-59.5 + parent: 2 + - uid: 11261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-60.5 + parent: 2 + - uid: 11264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-58.5 + parent: 2 + - uid: 11266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-57.5 + parent: 2 + - uid: 11269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-49.5 + parent: 2 + - uid: 11270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-48.5 + parent: 2 + - uid: 11283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,12.5 + parent: 2 + - uid: 11285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,12.5 + parent: 2 + - uid: 11308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,10.5 + parent: 2 + - uid: 11328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,12.5 + parent: 2 + - uid: 11329 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,10.5 + parent: 2 + - uid: 11330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,12.5 + parent: 2 + - uid: 11401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,10.5 + parent: 2 + - uid: 11402 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,12.5 + parent: 2 + - uid: 11501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,26.5 + parent: 2 + - uid: 11506 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,20.5 + parent: 2 + - uid: 11905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-0.5 + parent: 2 + - uid: 11906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-3.5 + parent: 2 + - uid: 12049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-0.5 + parent: 2 + - uid: 12065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-1.5 + parent: 2 + - uid: 12066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-1.5 + parent: 2 + - uid: 12159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-0.5 + parent: 2 + - uid: 12233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-58.5 + parent: 2 + - uid: 12235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-59.5 + parent: 2 + - uid: 12239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-51.5 + parent: 2 + - uid: 12240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-52.5 + parent: 2 + - uid: 12243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-50.5 + parent: 2 + - uid: 12298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-2.5 + parent: 2 + - uid: 12299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-3.5 + parent: 2 + - uid: 12301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-2.5 + parent: 2 + - uid: 12312 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-2.5 + parent: 2 + - uid: 12366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-49.5 + parent: 2 + - uid: 12367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-48.5 + parent: 2 + - uid: 12375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-48.5 + parent: 2 + - uid: 12864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-51.5 + parent: 2 + - uid: 13017 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-50.5 + parent: 2 + - uid: 13139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-48.5 + parent: 2 + - uid: 13152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-49.5 + parent: 2 + - uid: 13171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,-48.5 + parent: 2 + - uid: 14217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-1.5 + parent: 2 + - uid: 14226 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,0.5 + parent: 2 + - uid: 14227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-0.5 + parent: 2 + - uid: 14881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-51.5 + parent: 2 + - uid: 15033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-1.5 + parent: 2 + - uid: 16106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-3.5 + parent: 2 + - uid: 16177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-3.5 + parent: 2 + - uid: 17298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-2.5 + parent: 2 + - uid: 17300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,7.5 + parent: 2 + - uid: 17314 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,0.5 + parent: 2 + - uid: 17315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-2.5 + parent: 2 + - uid: 17316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-3.5 + parent: 2 + - uid: 17317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-1.5 + parent: 2 + - uid: 17318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,0.5 + parent: 2 + - uid: 17760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,5.5 + parent: 2 + - uid: 17761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,6.5 + parent: 2 + - uid: 17773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,8.5 + parent: 2 + - uid: 17800 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,7.5 + parent: 2 + - uid: 17801 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,4.5 + parent: 2 + - uid: 17803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,7.5 + parent: 2 + - uid: 17804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,28.5 + parent: 2 + - uid: 17806 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,4.5 + parent: 2 + - uid: 17942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,8.5 + parent: 2 + - uid: 17951 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,0.5 + parent: 2 + - uid: 17956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,12.5 + parent: 2 + - uid: 17976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,0.5 + parent: 2 + - uid: 17979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,14.5 + parent: 2 + - uid: 18114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,10.5 + parent: 2 + - uid: 18122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,29.5 + parent: 2 + - uid: 18141 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,14.5 + parent: 2 + - uid: 18142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,14.5 + parent: 2 + - uid: 18156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-0.5 + parent: 2 + - uid: 18187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,16.5 + parent: 2 + - uid: 18343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,20.5 + parent: 2 + - uid: 18351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-0.5 + parent: 2 + - uid: 18353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,16.5 + parent: 2 + - uid: 18354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,20.5 + parent: 2 + - uid: 18355 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,18.5 + parent: 2 + - uid: 18356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,20.5 + parent: 2 + - uid: 18357 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,29.5 + parent: 2 + - uid: 18358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,18.5 + parent: 2 + - uid: 18359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,20.5 + parent: 2 + - uid: 18360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,27.5 + parent: 2 + - uid: 18361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,25.5 + parent: 2 + - uid: 18363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,26.5 + parent: 2 + - uid: 18364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,16.5 + parent: 2 + - uid: 18366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,16.5 + parent: 2 + - uid: 18378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,28.5 + parent: 2 + - uid: 18382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,16.5 + parent: 2 + - uid: 18383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,18.5 + parent: 2 + - uid: 18387 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,18.5 + parent: 2 + - uid: 18388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,12.5 + parent: 2 + - uid: 18389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,18.5 + parent: 2 + - uid: 18390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,18.5 + parent: 2 + - uid: 18391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,18.5 + parent: 2 + - uid: 18392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,18.5 + parent: 2 + - uid: 18393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,27.5 + parent: 2 + - uid: 18394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,12.5 + parent: 2 + - uid: 18395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,10.5 + parent: 2 + - uid: 18396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,10.5 + parent: 2 + - uid: 18397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,14.5 + parent: 2 + - uid: 18398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,12.5 + parent: 2 + - uid: 18399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,25.5 + parent: 2 + - uid: 18417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,18.5 + parent: 2 + - uid: 18419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,20.5 + parent: 2 + - uid: 18596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,0.5 + parent: 2 + - uid: 18603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,7.5 + parent: 2 + - uid: 18611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,4.5 + parent: 2 +- proto: SolarTracker + entities: + - uid: 10505 + components: + - type: Transform + pos: -70.5,-54.5 + parent: 2 + - uid: 11502 + components: + - type: Transform + pos: -57.5,23.5 + parent: 2 + - uid: 17299 + components: + - type: Transform + pos: 73.5,2.5 + parent: 2 +- proto: SpaceCash + entities: + - uid: 1745 + components: + - type: Transform + pos: 54.144966,-39.211163 + parent: 2 + - uid: 1755 + components: + - type: Transform + pos: 54.21792,-39.461334 + parent: 2 +- proto: SpaceCash10 + entities: + - uid: 59 + components: + - type: Transform + pos: 0.44272864,24.67144 + parent: 2 + - uid: 75 + components: + - type: Transform + pos: -0.20342517,23.545658 + parent: 2 + - uid: 1544 + components: + - type: Transform + pos: 0.50525975,23.691593 + parent: 2 + - uid: 2728 + components: + - type: Transform + pos: 51.58796,-38.67062 + parent: 2 + - uid: 2742 + components: + - type: Transform + pos: 54.34298,-39.325825 + parent: 2 + - uid: 2909 + components: + - type: Transform + pos: 52.32676,-40.19101 + parent: 2 + - uid: 3836 + components: + - type: Transform + pos: -0.5473455,23.754135 + parent: 2 + - uid: 11290 + components: + - type: Transform + pos: 22.358122,-40.464725 + parent: 2 + - uid: 14149 + components: + - type: Transform + pos: 0.6511656,24.358723 + parent: 2 +- proto: SpaceCash100 + entities: + - uid: 6155 + components: + - type: Transform + pos: 46.476448,-33.315113 + parent: 2 +- proto: SpaceCash1000 + entities: + - uid: 15819 + components: + - type: Transform + pos: 10.122962,3.7327852 + parent: 2 +- proto: SpacemenFigureSpawner + entities: + - uid: 3825 + components: + - type: Transform + pos: 20.5,-38.5 + parent: 2 + - uid: 3826 + components: + - type: Transform + pos: 20.5,-39.5 + parent: 2 + - uid: 5986 + components: + - type: Transform + pos: 19.5,-48.5 + parent: 2 + - uid: 5987 + components: + - type: Transform + pos: 18.5,-49.5 + parent: 2 + - uid: 6013 + components: + - type: Transform + pos: 21.5,-50.5 + parent: 2 +- proto: SpaceVillainArcadeComputerCircuitboard + entities: + - uid: 8879 + components: + - type: Transform + pos: 47.48892,-12.3788 + parent: 2 + - uid: 18857 + components: + - type: Transform + pos: 15.553789,-19.44597 + parent: 2 +- proto: SpawnMechRipley + entities: + - uid: 1058 + components: + - type: Transform + pos: 11.5,17.5 + parent: 2 +- proto: SpawnMobBandito + entities: + - uid: 1568 + components: + - type: Transform + pos: 27.5,-34.5 + parent: 2 +- proto: SpawnMobBee + entities: + - uid: 17321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,15.5 + parent: 2 + - uid: 17322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,15.5 + parent: 2 + - uid: 17325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,13.5 + parent: 2 +- proto: SpawnMobBoxingKangaroo + entities: + - uid: 5619 + components: + - type: Transform + pos: 51.5,-36.5 + parent: 2 +- proto: SpawnMobButterfly + entities: + - uid: 788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,30.5 + parent: 2 + - uid: 3007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,30.5 + parent: 2 + - uid: 4044 + components: + - type: Transform + pos: 14.5,-5.5 + parent: 2 + - uid: 5696 + components: + - type: Transform + pos: 6.5,-45.5 + parent: 2 + - uid: 6939 + components: + - type: Transform + pos: 7.5,-44.5 + parent: 2 + - uid: 7433 + components: + - type: Transform + pos: -41.5,-42.5 + parent: 2 + - uid: 7486 + components: + - type: Transform + pos: -40.5,-41.5 + parent: 2 + - uid: 7725 + components: + - type: Transform + pos: -38.5,-41.5 + parent: 2 + - uid: 14275 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 + - uid: 17326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,17.5 + parent: 2 + - uid: 17327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,17.5 + parent: 2 +- proto: SpawnMobCatException + entities: + - uid: 16098 + components: + - type: Transform + pos: -42.5,-33.5 + parent: 2 +- proto: SpawnMobCatRuntime + entities: + - uid: 12706 + components: + - type: Transform + pos: -42.5,-35.5 + parent: 2 +- proto: SpawnMobCorgi + entities: + - uid: 7549 + components: + - type: Transform + pos: -15.5,-46.5 + parent: 2 +- proto: SpawnMobCrabAtmos + entities: + - uid: 2113 + components: + - type: Transform + pos: -2.5,-2.5 + parent: 2 +- proto: SpawnMobFoxRenault + entities: + - uid: 9854 + components: + - type: Transform + pos: -23.5,-52.5 + parent: 2 +- proto: SpawnMobFrog + entities: + - uid: 3261 + components: + - type: Transform + pos: -41.5,-41.5 + parent: 2 + - uid: 3418 + components: + - type: Transform + pos: -39.5,-41.5 + parent: 2 + - uid: 15681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-5.5 + parent: 2 +- proto: SpawnMobLizard + entities: + - uid: 12860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-24.5 + parent: 2 +- proto: SpawnMobMcGriff + entities: + - uid: 16033 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 2 +- proto: SpawnMobMedibot + entities: + - uid: 4836 + components: + - type: Transform + pos: -38.5,-22.5 + parent: 2 +- proto: SpawnMobMonkeyPunpun + entities: + - uid: 5591 + components: + - type: Transform + pos: -5.5,-44.5 + parent: 2 +- proto: SpawnMobMouse + entities: + - uid: 6267 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 13197 + components: + - type: Transform + pos: 30.5,-55.5 + parent: 2 +- proto: SpawnMobParrot + entities: + - uid: 16167 + components: + - type: Transform + pos: -7.5,-25.5 + parent: 2 +- proto: SpawnMobPossumMorty + entities: + - uid: 4204 + components: + - type: Transform + pos: -39.5,-47.5 + parent: 2 +- proto: SpawnMobRaccoonMorticia + entities: + - uid: 17535 + components: + - type: Transform + pos: -6.5,17.5 + parent: 2 +- proto: SpawnMobShiva + entities: + - uid: 3267 + components: + - type: Transform + pos: -25.5,3.5 + parent: 2 +- proto: SpawnMobSlothPaperwork + entities: + - uid: 5948 + components: + - type: Transform + pos: 14.5,-37.5 + parent: 2 +- proto: SpawnMobSmile + entities: + - uid: 6794 + components: + - type: Transform + pos: 34.5,-34.5 + parent: 2 +- proto: SpawnMobWalter + entities: + - uid: 10926 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 2 +- proto: SpawnPointAtmos + entities: + - uid: 1931 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 + - uid: 2162 + components: + - type: Transform + pos: -12.5,-7.5 + parent: 2 + - uid: 17255 + components: + - type: Transform + pos: -10.5,-7.5 + parent: 2 +- proto: SpawnPointBartender + entities: + - uid: 3720 + components: + - type: Transform + pos: -4.5,-44.5 + parent: 2 + - uid: 3721 + components: + - type: Transform + pos: -3.5,-44.5 + parent: 2 +- proto: SpawnPointBorg + entities: + - uid: 4217 + components: + - type: Transform + pos: 33.5,-25.5 + parent: 2 + - uid: 4221 + components: + - type: Transform + pos: 33.5,-26.5 + parent: 2 + - uid: 15858 + components: + - type: Transform + pos: -65.5,-12.5 + parent: 2 +- proto: SpawnPointBotanist + entities: + - uid: 3450 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 2 + - uid: 3467 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 2 + - uid: 3468 + components: + - type: Transform + pos: -16.5,-33.5 + parent: 2 +- proto: SpawnPointCaptain + entities: + - uid: 17686 + components: + - type: Transform + pos: -23.5,-51.5 + parent: 2 +- proto: SpawnPointCargoTechnician + entities: + - uid: 916 + components: + - type: Transform + pos: 1.5,24.5 + parent: 2 + - uid: 917 + components: + - type: Transform + pos: -0.5,24.5 + parent: 2 + - uid: 920 + components: + - type: Transform + pos: 0.5,22.5 + parent: 2 + - uid: 921 + components: + - type: Transform + pos: 1.5,23.5 + parent: 2 + - uid: 922 + components: + - type: Transform + pos: -0.5,22.5 + parent: 2 +- proto: SpawnPointChaplain + entities: + - uid: 7101 + components: + - type: Transform + pos: 38.5,-3.5 + parent: 2 + - uid: 8870 + components: + - type: Transform + pos: 37.5,-2.5 + parent: 2 + - uid: 17251 + components: + - type: Transform + pos: 36.5,-10.5 + parent: 2 +- proto: SpawnPointChef + entities: + - uid: 3882 + components: + - type: Transform + pos: -8.5,-33.5 + parent: 2 + - uid: 3883 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 +- proto: SpawnPointChemist + entities: + - uid: 17252 + components: + - type: Transform + pos: -29.5,-34.5 + parent: 2 + - uid: 17253 + components: + - type: Transform + pos: -29.5,-35.5 + parent: 2 + - uid: 17254 + components: + - type: Transform + pos: -33.5,-34.5 + parent: 2 +- proto: SpawnPointChiefEngineer + entities: + - uid: 17256 + components: + - type: Transform + pos: -6.5,-26.5 + parent: 2 +- proto: SpawnPointChiefMedicalOfficer + entities: + - uid: 11334 + components: + - type: Transform + pos: -41.5,-38.5 + parent: 2 +- proto: SpawnPointClown + entities: + - uid: 3616 + components: + - type: Transform + pos: 6.5,-28.5 + parent: 2 +- proto: SpawnPointDetective + entities: + - uid: 6162 + components: + - type: Transform + pos: 36.5,2.5 + parent: 2 +- proto: SpawnPointHeadOfPersonnel + entities: + - uid: 7608 + components: + - type: Transform + pos: -13.5,-47.5 + parent: 2 + - uid: 17257 + components: + - type: Transform + pos: -11.5,-50.5 + parent: 2 +- proto: SpawnPointHeadOfSecurity + entities: + - uid: 14817 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 +- proto: SpawnPointJanitor + entities: + - uid: 17248 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 17249 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - uid: 17250 + components: + - type: Transform + pos: 28.5,3.5 + parent: 2 +- proto: SpawnPointLatejoin + entities: + - uid: 17217 + components: + - type: Transform + pos: -8.5,-64.5 + parent: 2 + - uid: 17258 + components: + - type: Transform + pos: 11.5,-65.5 + parent: 2 + - uid: 17259 + components: + - type: Transform + pos: 11.5,-64.5 + parent: 2 + - uid: 17260 + components: + - type: Transform + pos: -8.5,-65.5 + parent: 2 +- proto: SpawnPointLawyer + entities: + - uid: 17246 + components: + - type: Transform + pos: 28.5,11.5 + parent: 2 + - uid: 17247 + components: + - type: Transform + pos: 27.5,11.5 + parent: 2 +- proto: SpawnPointLibrarian + entities: + - uid: 3827 + components: + - type: Transform + pos: 15.5,-37.5 + parent: 2 + - uid: 3828 + components: + - type: Transform + pos: 19.5,-36.5 + parent: 2 +- proto: SpawnPointMedicalDoctor + entities: + - uid: 11464 + components: + - type: Transform + pos: -44.5,-37.5 + parent: 2 + - uid: 11465 + components: + - type: Transform + pos: -44.5,-36.5 + parent: 2 + - uid: 18000 + components: + - type: Transform + pos: -39.5,-22.5 + parent: 2 + - uid: 18001 + components: + - type: Transform + pos: -37.5,-22.5 + parent: 2 + - uid: 18052 + components: + - type: Transform + pos: -44.5,-32.5 + parent: 2 +- proto: SpawnPointMedicalIntern + entities: + - uid: 3682 + components: + - type: Transform + pos: -44.5,-34.5 + parent: 2 + - uid: 5024 + components: + - type: Transform + pos: -44.5,-33.5 + parent: 2 + - uid: 18002 + components: + - type: Transform + pos: -38.5,-23.5 + parent: 2 + - uid: 18003 + components: + - type: Transform + pos: -38.5,-21.5 + parent: 2 +- proto: SpawnPointMime + entities: + - uid: 6014 + components: + - type: Transform + pos: 6.5,-30.5 + parent: 2 +- proto: SpawnPointMusician + entities: + - uid: 3523 + components: + - type: Transform + pos: -2.5,-37.5 + parent: 2 + - uid: 3646 + components: + - type: Transform + pos: 6.5,-34.5 + parent: 2 + - uid: 6176 + components: + - type: Transform + pos: 35.5,-9.5 + parent: 2 +- proto: SpawnPointParamedic + entities: + - uid: 10486 + components: + - type: Transform + pos: -30.5,-26.5 + parent: 2 + - uid: 10725 + components: + - type: Transform + pos: -31.5,-26.5 + parent: 2 + - uid: 10731 + components: + - type: Transform + pos: -29.5,-26.5 + parent: 2 +- proto: SpawnPointPassenger + entities: + - uid: 11013 + components: + - type: Transform + pos: 14.5,-25.5 + parent: 2 + - uid: 11014 + components: + - type: Transform + pos: 15.5,-25.5 + parent: 2 + - uid: 11025 + components: + - type: Transform + pos: 8.5,-22.5 + parent: 2 + - uid: 11026 + components: + - type: Transform + pos: 8.5,-24.5 + parent: 2 + - uid: 16168 + components: + - type: Transform + pos: 23.5,-40.5 + parent: 2 + - uid: 16169 + components: + - type: Transform + pos: 22.5,-41.5 + parent: 2 + - uid: 16170 + components: + - type: Transform + pos: 0.5,-48.5 + parent: 2 + - uid: 16171 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 + - uid: 16172 + components: + - type: Transform + pos: 2.5,-48.5 + parent: 2 + - uid: 16173 + components: + - type: Transform + pos: -19.5,-23.5 + parent: 2 + - uid: 16174 + components: + - type: Transform + pos: -18.5,-23.5 + parent: 2 + - uid: 16175 + components: + - type: Transform + pos: -17.5,-23.5 + parent: 2 + - uid: 16178 + components: + - type: Transform + pos: 18.5,7.5 + parent: 2 + - uid: 16181 + components: + - type: Transform + pos: 37.5,-16.5 + parent: 2 + - uid: 16182 + components: + - type: Transform + pos: 35.5,-16.5 + parent: 2 + - uid: 16183 + components: + - type: Transform + pos: 49.5,-20.5 + parent: 2 + - uid: 16184 + components: + - type: Transform + pos: 48.5,-20.5 + parent: 2 + - uid: 16185 + components: + - type: Transform + pos: 49.5,-22.5 + parent: 2 + - uid: 16186 + components: + - type: Transform + pos: 50.5,-22.5 + parent: 2 + - uid: 16187 + components: + - type: Transform + pos: 17.5,-48.5 + parent: 2 + - uid: 16188 + components: + - type: Transform + pos: 17.5,-49.5 + parent: 2 + - uid: 16189 + components: + - type: Transform + pos: 19.5,-50.5 + parent: 2 + - uid: 16190 + components: + - type: Transform + pos: 20.5,-50.5 + parent: 2 + - uid: 17650 + components: + - type: Transform + pos: 30.5,27.5 + parent: 2 + - uid: 17652 + components: + - type: Transform + pos: 30.5,24.5 + parent: 2 +- proto: SpawnPointPsychologist + entities: + - uid: 17262 + components: + - type: Transform + pos: -33.5,-44.5 + parent: 2 + - uid: 17263 + components: + - type: Transform + pos: -32.5,-45.5 + parent: 2 +- proto: SpawnPointQuartermaster + entities: + - uid: 5427 + components: + - type: Transform + pos: -7.5,18.5 + parent: 2 +- proto: SpawnPointReporter + entities: + - uid: 3877 + components: + - type: Transform + pos: 20.5,-36.5 + parent: 2 + - uid: 3878 + components: + - type: Transform + pos: 21.5,-36.5 + parent: 2 +- proto: SpawnPointResearchAssistant + entities: + - uid: 4233 + components: + - type: Transform + pos: 20.5,-29.5 + parent: 2 + - uid: 5538 + components: + - type: Transform + pos: 20.5,-25.5 + parent: 2 + - uid: 5558 + components: + - type: Transform + pos: 20.5,-26.5 + parent: 2 + - uid: 6779 + components: + - type: Transform + pos: 35.5,-25.5 + parent: 2 + - uid: 20125 + components: + - type: Transform + pos: 37.5,-36.5 + parent: 2 +- proto: SpawnPointResearchDirector + entities: + - uid: 5570 + components: + - type: Transform + pos: 28.5,-34.5 + parent: 2 +- proto: SpawnPointSalvageSpecialist + entities: + - uid: 17459 + components: + - type: Transform + pos: 13.5,23.5 + parent: 2 + - uid: 17460 + components: + - type: Transform + pos: 14.5,23.5 + parent: 2 + - uid: 17461 + components: + - type: Transform + pos: 15.5,23.5 + parent: 2 +- proto: SpawnPointScientist + entities: + - uid: 3030 + components: + - type: Transform + pos: 34.5,-25.5 + parent: 2 + - uid: 5551 + components: + - type: Transform + pos: 20.5,-30.5 + parent: 2 + - uid: 6778 + components: + - type: Transform + pos: 36.5,-40.5 + parent: 2 + - uid: 20126 + components: + - type: Transform + pos: 38.5,-36.5 + parent: 2 +- proto: SpawnPointSecurityCadet + entities: + - uid: 416 + components: + - type: Transform + pos: -27.5,16.5 + parent: 2 + - uid: 417 + components: + - type: Transform + pos: -26.5,16.5 + parent: 2 +- proto: SpawnPointSecurityOfficer + entities: + - uid: 12650 + components: + - type: Transform + pos: -23.5,16.5 + parent: 2 + - uid: 15016 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 + - uid: 15022 + components: + - type: Transform + pos: -25.5,16.5 + parent: 2 +- proto: SpawnPointServiceWorker + entities: + - uid: 3879 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 + - uid: 3880 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - uid: 3881 + components: + - type: Transform + pos: -8.5,-38.5 + parent: 2 +- proto: SpawnPointStationEngineer + entities: + - uid: 5541 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 2 + - uid: 5550 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 2 + - uid: 7035 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 2 +- proto: SpawnPointTechnicalAssistant + entities: + - uid: 5870 + components: + - type: Transform + pos: -4.5,-15.5 + parent: 2 + - uid: 6940 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 8464 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 2 +- proto: SpawnPointWarden + entities: + - uid: 18061 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 2 +- proto: SpawnVendingMachineRestockFoodDrink + entities: + - uid: 13199 + components: + - type: Transform + pos: 16.5,3.5 + parent: 2 +- proto: SprayBottle + entities: + - uid: 3499 + components: + - type: Transform + pos: -17.121061,-39.264324 + parent: 2 + - uid: 3500 + components: + - type: Transform + pos: -16.797985,-39.285175 + parent: 2 +- proto: SprayBottleSpaceCleaner + entities: + - uid: 3279 + components: + - type: Transform + pos: 1.7120702,-33.15089 + parent: 2 + - uid: 3763 + components: + - type: Transform + pos: 0.7823801,-45.45515 + parent: 2 + - uid: 5911 + components: + - type: Transform + pos: 25.3381,-16.850048 + parent: 2 + - uid: 5919 + components: + - type: Transform + pos: 25.588818,-16.982737 + parent: 2 + - uid: 7119 + components: + - type: Transform + pos: 41.36574,-9.362335 + parent: 2 + - uid: 9411 + components: + - type: Transform + pos: 29.681166,3.766048 + parent: 2 + - uid: 9412 + components: + - type: Transform + pos: 29.719204,4.0160723 + parent: 2 + - uid: 9413 + components: + - type: Transform + pos: 29.545681,4.245547 + parent: 2 +- proto: SprayBottleWater + entities: + - uid: 17541 + components: + - type: Transform + pos: 14.197013,-2.5043328 + parent: 2 +- proto: SprayPainter + entities: + - uid: 3987 + components: + - type: Transform + pos: 20.488756,-39.273766 + parent: 2 + - uid: 4717 + components: + - type: Transform + pos: -5.5797024,-10.352867 + parent: 2 +- proto: StairDark + entities: + - uid: 178 + components: + - type: Transform + pos: 10.5,13.5 + parent: 2 + - uid: 697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-6.5 + parent: 2 + - uid: 709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-6.5 + parent: 2 + - uid: 2124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-31.5 + parent: 2 + - uid: 2980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-30.5 + parent: 2 + - uid: 3085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-37.5 + parent: 2 + - uid: 4064 + components: + - type: Transform + pos: 12.5,13.5 + parent: 2 + - uid: 4258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-38.5 + parent: 2 + - uid: 4482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-42.5 + parent: 2 + - uid: 7487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-47.5 + parent: 2 + - uid: 9014 + components: + - type: Transform + pos: 11.5,13.5 + parent: 2 + - uid: 9706 + components: + - type: Transform + pos: -18.5,-53.5 + parent: 2 + - uid: 9712 + components: + - type: Transform + pos: -16.5,-53.5 + parent: 2 + - uid: 11971 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 + - uid: 12315 + components: + - type: Transform + pos: 14.5,9.5 + parent: 2 + - uid: 12316 + components: + - type: Transform + pos: 15.5,9.5 + parent: 2 + - uid: 12317 + components: + - type: Transform + pos: 16.5,9.5 + parent: 2 + - uid: 12318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-2.5 + parent: 2 + - uid: 12319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-3.5 + parent: 2 + - uid: 12320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-4.5 + parent: 2 + - uid: 13266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-49.5 + parent: 2 + - uid: 13267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-48.5 + parent: 2 + - uid: 13268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-47.5 + parent: 2 + - uid: 13269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-49.5 + parent: 2 + - uid: 13270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-48.5 + parent: 2 + - uid: 13271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-47.5 + parent: 2 + - uid: 13274 + components: + - type: Transform + pos: 3.5,-45.5 + parent: 2 + - uid: 14366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-6.5 + parent: 2 + - uid: 18999 + components: + - type: Transform + pos: -15.5,1.5 + parent: 2 + - uid: 19000 + components: + - type: Transform + pos: -14.5,1.5 + parent: 2 + - uid: 19025 + components: + - type: Transform + pos: 32.5,0.5 + parent: 2 + - uid: 19026 + components: + - type: Transform + pos: 31.5,0.5 + parent: 2 + - uid: 19027 + components: + - type: Transform + pos: 33.5,0.5 + parent: 2 +- proto: StairStageDark + entities: + - uid: 3751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-37.5 + parent: 2 + - uid: 4972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-42.5 + parent: 2 + - uid: 5243 + components: + - type: Transform + pos: -49.5,-31.5 + parent: 2 + - uid: 5546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-42.5 + parent: 2 + - uid: 16071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-29.5 + parent: 2 +- proto: StairStageWood + entities: + - uid: 3515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-37.5 + parent: 2 + - uid: 5787 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 5788 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 2 + - uid: 7374 + components: + - type: Transform + pos: 50.5,10.5 + parent: 2 +- proto: StairWood + entities: + - uid: 7372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,9.5 + parent: 2 + - uid: 7373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,8.5 + parent: 2 +- proto: StasisBed + entities: + - uid: 4943 + components: + - type: Transform + pos: -38.5,-26.5 + parent: 2 +- proto: StationAiUploadComputer + entities: + - uid: 16411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-15.5 + parent: 2 +- proto: StationAnchor + entities: + - uid: 9570 + components: + - type: Transform + pos: 4.5,-22.5 + parent: 2 +- proto: StationEfficiencyCircuitBoard + entities: + - uid: 16470 + components: + - type: Transform + pos: -63.581856,-15.599916 + parent: 2 +- proto: StationMap + entities: + - uid: 5148 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 2 + - uid: 6500 + components: + - type: Transform + pos: 29.5,-19.5 + parent: 2 + - uid: 11455 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 2 + - uid: 16663 + components: + - type: Transform + pos: 12.5,-47.5 + parent: 2 + - uid: 16664 + components: + - type: Transform + pos: -6.5,-46.5 + parent: 2 + - uid: 16665 + components: + - type: Transform + pos: -21.5,-39.5 + parent: 2 + - uid: 16666 + components: + - type: Transform + pos: -27.5,-54.5 + parent: 2 + - uid: 16667 + components: + - type: Transform + pos: -21.5,-28.5 + parent: 2 + - uid: 16669 + components: + - type: Transform + pos: -13.5,1.5 + parent: 2 + - uid: 16672 + components: + - type: Transform + pos: 13.5,9.5 + parent: 2 + - uid: 16673 + components: + - type: Transform + pos: 33.5,-8.5 + parent: 2 + - uid: 16674 + components: + - type: Transform + pos: 30.5,13.5 + parent: 2 + - uid: 16675 + components: + - type: Transform + pos: 34.5,22.5 + parent: 2 + - uid: 16676 + components: + - type: Transform + pos: 44.5,-16.5 + parent: 2 + - uid: 16677 + components: + - type: Transform + pos: 46.5,-26.5 + parent: 2 + - uid: 16682 + components: + - type: Transform + pos: -18.5,-17.5 + parent: 2 +- proto: StationMapAssembly + entities: + - uid: 18763 + components: + - type: Transform + pos: 71.5,-39.5 + parent: 2 +- proto: SteelBench + entities: + - uid: 2259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-41.5 + parent: 2 + - uid: 2434 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-42.5 + parent: 2 + - uid: 8381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-2.5 + parent: 2 + - uid: 8888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-3.5 + parent: 2 + - uid: 13616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-12.5 + parent: 2 + - uid: 14772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-13.5 + parent: 2 +- proto: Stool + entities: + - uid: 3803 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.560827,-22.275627 + parent: 2 + - uid: 4859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.509712,-22.317322 + parent: 2 + - uid: 6039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.355778,-9.333347 + parent: 2 + - uid: 6310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.652184,1.584077 + parent: 2 + - uid: 7614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.439132,-61.18458 + parent: 2 + - uid: 8678 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.487167,8.7023735 + parent: 2 + - uid: 8882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.478497,-12.295409 + parent: 2 + - uid: 10651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.609833,-53.361378 + parent: 2 +- proto: StoolBar + entities: + - uid: 71 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-52.5 + parent: 2 + - uid: 132 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-27.5 + parent: 2 + - uid: 1040 + components: + - type: Transform + pos: -3.5,-41.5 + parent: 2 + - uid: 1253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-43.5 + parent: 2 + - uid: 3473 + components: + - type: Transform + pos: -4.5,-41.5 + parent: 2 + - uid: 3609 + components: + - type: Transform + pos: -5.5,-41.5 + parent: 2 + - uid: 4422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-28.5 + parent: 2 + - uid: 6696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-29.5 + parent: 2 + - uid: 7381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,11.5 + parent: 2 + - uid: 7382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,10.5 + parent: 2 + - uid: 7410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,9.5 + parent: 2 + - uid: 11114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-52.5 + parent: 2 + - uid: 11257 + components: + - type: Transform + pos: -0.5,24.5 + parent: 2 + - uid: 11867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-63.5 + parent: 2 + - uid: 11876 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-62.5 + parent: 2 + - uid: 14874 + components: + - type: Transform + pos: 72.5,-61.5 + parent: 2 + - uid: 15019 + components: + - type: Transform + pos: 73.5,-61.5 + parent: 2 + - uid: 15668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-52.5 + parent: 2 + - uid: 16213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 70.5,-64.5 + parent: 2 + - uid: 16214 + components: + - type: Transform + pos: 71.5,-61.5 + parent: 2 + - uid: 18080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,9.5 + parent: 2 +- proto: StorageCanister + entities: + - uid: 1469 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 2121 + components: + - type: Transform + pos: 26.5,-44.5 + parent: 2 + - uid: 4471 + components: + - type: Transform + pos: 26.5,-43.5 + parent: 2 + - uid: 4911 + components: + - type: Transform + pos: -7.5,-4.5 + parent: 2 + - uid: 19990 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 19991 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 2 +- proto: StrangePill + entities: + - uid: 18971 + components: + - type: Transform + pos: -29.616833,18.72174 + parent: 2 + - uid: 18972 + components: + - type: Transform + pos: -29.325022,18.523687 + parent: 2 +- proto: SubstationBasic + entities: + - uid: 798 + components: + - type: MetaData + name: Cargo Substation + - type: Transform + pos: -11.5,25.5 + parent: 2 + - uid: 1525 + components: + - type: MetaData + name: Tech Vault Substation + - type: Transform + pos: 16.5,-19.5 + parent: 2 + - uid: 1639 + components: + - type: MetaData + name: North Maints Substation + - type: Transform + pos: 23.5,14.5 + parent: 2 + - uid: 1692 + components: + - type: MetaData + name: Science Substation + - type: Transform + pos: 41.5,-32.5 + parent: 2 + - uid: 2347 + components: + - type: MetaData + name: Bridge Substation + - type: Transform + pos: -12.5,-53.5 + parent: 2 + - uid: 3493 + components: + - type: MetaData + name: Service Substation + - type: Transform + pos: 1.5,-37.5 + parent: 2 + - uid: 5403 + components: + - type: MetaData + name: Security Substation + - type: Transform + pos: -20.5,17.5 + parent: 2 + - uid: 5514 + components: + - type: MetaData + name: AI Satellite Substation + - type: Transform + pos: -63.5,-8.5 + parent: 2 + - uid: 6274 + components: + - type: MetaData + name: Materials Room Substation + - type: Transform + pos: 25.5,-18.5 + parent: 2 + - uid: 6498 + components: + - type: MetaData + name: Telecoms Substation + - type: Transform + pos: 24.5,3.5 + parent: 2 + - uid: 6501 + components: + - type: MetaData + name: North East Substation + - type: Transform + pos: 38.5,9.5 + parent: 2 + - uid: 6645 + components: + - type: MetaData + name: Gravity Generator Substation + - type: Transform + pos: 21.5,-11.5 + parent: 2 + - uid: 7425 + components: + - type: MetaData + name: South Maints Substation + - type: Transform + pos: 28.5,-50.5 + parent: 2 + - uid: 8008 + components: + - type: MetaData + name: Medical North Substation + - type: Transform + pos: -27.5,-18.5 + parent: 2 + - uid: 8780 + components: + - type: MetaData + name: North East Solars Substation + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 8952 + components: + - type: Transform + pos: -28.5,22.5 + parent: 2 + - uid: 10396 + components: + - type: MetaData + name: South West Solars Substation + - type: Transform + pos: -43.5,-53.5 + parent: 2 +- proto: SubstationBasicEmpty + entities: + - uid: 15399 + components: + - type: MetaData + name: Power Bank Substation + - type: Transform + pos: -2.5,-23.5 + parent: 2 + - type: Battery + startingCharge: 2500000 +- proto: SubstationMachineCircuitboard + entities: + - uid: 2874 + components: + - type: Transform + pos: -19.443825,17.6138 + parent: 2 + - uid: 11337 + components: + - type: Transform + pos: -5.2493916,-23.498138 + parent: 2 + - uid: 16606 + components: + - type: Transform + pos: -61.353973,-11.489028 + parent: 2 +- proto: SuitStorageCE + entities: + - uid: 2575 + components: + - type: Transform + pos: -5.5,-25.5 + parent: 2 +- proto: SuitStorageEngi + entities: + - uid: 2754 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 2755 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 5341 + components: + - type: Transform + pos: -34.5,22.5 + parent: 2 + - uid: 15035 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 +- proto: SuitStorageEVAAlternate + entities: + - uid: 4633 + components: + - type: Transform + pos: -4.5,-54.5 + parent: 2 + - uid: 8206 + components: + - type: Transform + pos: -4.5,-55.5 + parent: 2 + - uid: 10484 + components: + - type: Transform + pos: -54.5,-11.5 + parent: 2 + - uid: 11901 + components: + - type: Transform + pos: -4.5,-56.5 + parent: 2 + - uid: 12521 + components: + - type: Transform + pos: -4.5,-53.5 + parent: 2 +- proto: SuitStorageEVAEmergency + entities: + - uid: 433 + components: + - type: Transform + pos: -35.5,-1.5 + parent: 2 + - uid: 434 + components: + - type: Transform + pos: -34.5,-1.5 + parent: 2 + - uid: 5511 + components: + - type: Transform + pos: -11.5,-56.5 + parent: 2 + - uid: 7022 + components: + - type: Transform + pos: -10.5,-56.5 + parent: 2 + - uid: 10009 + components: + - type: Transform + pos: 52.5,-33.5 + parent: 2 + - uid: 18726 + components: + - type: Transform + pos: 51.5,-33.5 + parent: 2 +- proto: SuitStorageEVAPrisoner + entities: + - uid: 165 + components: + - type: Transform + pos: -26.5,-8.5 + parent: 2 + - uid: 708 + components: + - type: Transform + pos: -26.5,-7.5 + parent: 2 +- proto: SuitStorageHOS + entities: + - uid: 12593 + components: + - type: Transform + pos: -22.5,9.5 + parent: 2 +- proto: SuitStorageRD + entities: + - uid: 8019 + components: + - type: Transform + pos: 26.5,-35.5 + parent: 2 +- proto: SuitStorageWarden + entities: + - uid: 16029 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 2 +- proto: SurveillanceCameraCommand + entities: + - uid: 2990 + components: + - type: MetaData + desc: Swap the words making up the name of this camera to get the name of one of the designers of this station + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-56.5 + parent: 2 + - type: SurveillanceCamera + id: Bridge - South + - uid: 3106 + components: + - type: Transform + pos: -21.5,-48.5 + parent: 2 + - type: SurveillanceCamera + id: Bridge - Entrance + - uid: 5064 + components: + - type: Transform + pos: -54.5,-9.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Outside North East + - uid: 8020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-50.5 + parent: 2 + - type: SurveillanceCamera + id: Bridge - North + - uid: 8258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-51.5 + parent: 2 + - type: SurveillanceCamera + id: Captain's Office + - uid: 8303 + components: + - type: Transform + pos: -15.5,-48.5 + parent: 2 + - type: SurveillanceCamera + id: HoP's Office + - uid: 8317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-15.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Outside South East + - uid: 9409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-17.5 + parent: 2 + - type: SurveillanceCamera + id: Camera Room + - uid: 10451 + components: + - type: Transform + pos: -53.5,-13.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Foyer + - uid: 10452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-16.5 + parent: 2 + - type: SurveillanceCamera + id: AI Chute Station-side + - uid: 10460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-10.5 + parent: 2 + - type: SurveillanceCamera + id: Gravity Generator + - uid: 11000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-14.5 + parent: 2 + - type: SurveillanceCamera + id: AI Chute Entrance + - uid: 11004 + components: + - type: Transform + pos: -62.5,-16.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Upload + - uid: 11787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,0.5 + parent: 2 + - type: SurveillanceCamera + id: Telecoms + - uid: 14164 + components: + - type: Transform + pos: -60.5,-13.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Lobby + - uid: 14165 + components: + - type: Transform + pos: -65.5,-14.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Core South East + - uid: 14166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-13.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Outside East + - uid: 14354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,5.5 + parent: 2 + - type: SurveillanceCamera + id: Vault + - uid: 17245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,-8.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Power + - uid: 17949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-51.5 + parent: 2 + - type: SurveillanceCamera + id: EVA + - uid: 17969 + components: + - type: Transform + pos: -57.5,-12.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Secure Hall + - uid: 20100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -74.5,-13.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Outside West + - uid: 20101 + components: + - type: Transform + pos: -68.5,-5.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Outside North + - uid: 20102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,-19.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Outside South + - uid: 20103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,-10.5 + parent: 2 + - type: SurveillanceCamera + id: AI Satellite - Core North West +- proto: SurveillanceCameraEngineering + entities: + - uid: 402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-1.5 + parent: 2 + - type: SurveillanceCamera + id: Atmos West + - uid: 1298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-53.5 + parent: 2 + - type: SurveillanceCamera + id: Solars - South West + - uid: 5456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,24.5 + parent: 2 + - type: SurveillanceCamera + id: Solars - North West + - uid: 10462 + components: + - type: Transform + pos: 5.5,-23.5 + parent: 2 + - type: SurveillanceCamera + id: Station Anchor + - uid: 11044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-6.5 + parent: 2 + - type: SurveillanceCamera + id: TEG East + - uid: 11069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-16.5 + parent: 2 + - type: SurveillanceCamera + id: Materials Room + - uid: 11425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 2 + - type: SurveillanceCamera + id: AME Room + - uid: 11426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-19.5 + parent: 2 + - type: SurveillanceCamera + id: SMES Power Bank + - uid: 11435 + components: + - type: Transform + pos: -3.5,-15.5 + parent: 2 + - type: SurveillanceCamera + id: Lockers + - uid: 12354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-55.5 + parent: 2 + - type: SurveillanceCamera + id: Shuttle Construction + - uid: 14675 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - type: SurveillanceCamera + id: Atmos East + - uid: 18047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 2 + - type: SurveillanceCamera + id: TEG West + - uid: 18049 + components: + - type: MetaData + name: camera + - type: Transform + pos: -13.5,-15.5 + parent: 2 + - type: SurveillanceCamera + id: Front Desk +- proto: SurveillanceCameraGeneral + entities: + - uid: 7726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-53.5 + parent: 2 + - type: SurveillanceCamera + id: Disposals + - uid: 7978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,26.5 + parent: 2 + - type: SurveillanceCamera + id: Docking Arm - Seating + - uid: 8300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-28.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Banana Phone + - uid: 8307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-59.5 + parent: 2 + - type: SurveillanceCamera + id: Shuttle Construction - Materials + - uid: 8427 + components: + - type: Transform + pos: 12.5,-44.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Cryo + - uid: 8550 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Grav and Comms + - uid: 8554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-15.5 + parent: 2 + - type: SurveillanceCamera + id: Evac - North + - uid: 10450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,43.5 + parent: 2 + - type: SurveillanceCamera + id: Docking Arm - Outside NW + - uid: 10477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-54.5 + parent: 2 + - type: SurveillanceCamera + id: Arrivals East - Seating + - uid: 10479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-68.5 + parent: 2 + - type: SurveillanceCamera + id: Shuttle Construction - Airlock + - uid: 10489 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-45.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Psych + - uid: 10656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-9.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Engineering + - uid: 10719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-30.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Medical + - uid: 11045 + components: + - type: Transform + pos: -16.5,-25.5 + parent: 2 + - type: SurveillanceCamera + id: Tool Room + - uid: 11050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,40.5 + parent: 2 + - type: SurveillanceCamera + id: Docking Arm - Outside NE + - uid: 11060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,22.5 + parent: 2 + - type: SurveillanceCamera + id: Docking Arm - Outside SE + - uid: 11063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-3.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - NE Intersection + - uid: 11064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,39.5 + parent: 2 + - type: SurveillanceCamera + id: Docking Arm - North + - uid: 11070 + components: + - type: Transform + pos: 38.5,-22.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Evac + - uid: 11273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-20.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Science + - uid: 11274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-47.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - East Arrivals + - uid: 11277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-39.5 + parent: 2 + - type: SurveillanceCamera + id: Canteen - West + - uid: 11278 + components: + - type: Transform + pos: -17.5,-42.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside HoP + - uid: 11306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-47.5 + parent: 2 + - type: SurveillanceCamera + id: Game Room + - uid: 14238 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,14.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - To Docking Arm + - uid: 17970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-49.5 + parent: 2 + - type: SurveillanceCamera + id: Arrivals West - Outside EVA + - uid: 18005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,1.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Security + - uid: 18048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-20.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Tools Room + - uid: 18056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-37.5 + parent: 2 + - type: SurveillanceCamera + id: Canteen - Stage + - uid: 18168 + components: + - type: Transform + pos: 47.5,-25.5 + parent: 2 + - type: SurveillanceCamera + id: Evac - South + - uid: 18169 + components: + - type: Transform + pos: -11.5,10.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - NW Garden +- proto: SurveillanceCameraMedical + entities: + - uid: 8422 + components: + - type: Transform + pos: -34.5,-31.5 + parent: 2 + - type: SurveillanceCamera + id: Entrance Hall + - uid: 9548 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-35.5 + parent: 2 + - type: SurveillanceCamera + id: South Hall + - uid: 10235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-40.5 + parent: 2 + - type: SurveillanceCamera + id: Virology + - uid: 10440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-45.5 + parent: 2 + - type: SurveillanceCamera + id: Morgue + - uid: 10723 + components: + - type: Transform + pos: -31.5,-35.5 + parent: 2 + - type: SurveillanceCamera + id: Chemistry + - uid: 18050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-24.5 + parent: 2 + - type: SurveillanceCamera + id: Break Area + - uid: 18051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-35.5 + parent: 2 + - type: SurveillanceCamera + id: Lockers + - uid: 18055 + components: + - type: Transform + pos: -39.5,-43.5 + parent: 2 + - type: SurveillanceCamera + id: Frog Pond + - uid: 20121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-29.5 + parent: 2 + - type: SurveillanceCamera + id: Surgery + - uid: 20137 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - type: SurveillanceCamera + id: Cryo Pods +- proto: SurveillanceCameraRouterCommand + entities: + - uid: 6247 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - uid: 16582 + components: + - type: Transform + pos: -66.5,-9.5 + parent: 2 +- proto: SurveillanceCameraRouterEngineering + entities: + - uid: 5217 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 2 +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 3372 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 +- proto: SurveillanceCameraRouterMedical + entities: + - uid: 3379 + components: + - type: Transform + pos: 7.5,-17.5 + parent: 2 +- proto: SurveillanceCameraRouterScience + entities: + - uid: 1515 + components: + - type: Transform + pos: 8.5,-19.5 + parent: 2 +- proto: SurveillanceCameraRouterSecurity + entities: + - uid: 1460 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 +- proto: SurveillanceCameraRouterService + entities: + - uid: 3374 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 +- proto: SurveillanceCameraRouterSupply + entities: + - uid: 3170 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 +- proto: SurveillanceCameraScience + entities: + - uid: 8310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-28.5 + parent: 2 + - type: SurveillanceCamera + id: R&D + - uid: 8513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-45.5 + parent: 2 + - type: SurveillanceCamera + id: Artifacts - Cans + - uid: 12293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-25.5 + parent: 2 + - type: SurveillanceCamera + id: Robotics + - uid: 17973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-26.5 + parent: 2 + - type: SurveillanceCamera + id: Foyer + - uid: 17980 + components: + - type: Transform + pos: 41.5,-38.5 + parent: 2 + - type: SurveillanceCamera + id: Anomalies + - uid: 17999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-37.5 + parent: 2 + - type: SurveillanceCamera + id: South Hall + - uid: 18004 + components: + - type: Transform + pos: 32.5,-31.5 + parent: 2 + - type: SurveillanceCamera + id: North Hall +- proto: SurveillanceCameraSecurity + entities: + - uid: 2189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-12.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Outside South + - uid: 2963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,3.5 + parent: 2 + - type: SurveillanceCamera + id: Detective's Office + - uid: 2968 + components: + - type: Transform + pos: 29.5,10.5 + parent: 2 + - type: SurveillanceCamera + id: Lawyer's Office + - uid: 8293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-6.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Outside North + - uid: 11824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-9.5 + parent: 2 + - type: SurveillanceCamera + id: Perma + - uid: 12576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,-0.5 + parent: 2 + - type: SurveillanceCamera + id: Entrance + - uid: 12654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-9.5 + parent: 2 + - type: SurveillanceCamera + id: Brig + - uid: 14590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-4.5 + parent: 2 + - type: SurveillanceCamera + id: Warden + - uid: 14594 + components: + - type: Transform + pos: -27.5,-1.5 + parent: 2 + - type: SurveillanceCamera + id: Hallway + - uid: 15721 + components: + - type: Transform + pos: -27.5,9.5 + parent: 2 + - type: SurveillanceCamera + id: Outside Locker Room + - uid: 19581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,4.5 + parent: 2 + - type: SurveillanceCamera + id: Outside Armory + - uid: 19997 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,4.5 + parent: 2 + - type: SurveillanceCamera + id: Armory + - uid: 20099 + components: + - type: Transform + pos: -23.5,15.5 + parent: 2 + - type: SurveillanceCamera + id: Locker Room +- proto: SurveillanceCameraService + entities: + - uid: 7673 + components: + - type: MetaData + name: Janitorial + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,3.5 + parent: 2 + - type: SurveillanceCamera + id: Janitorial + - uid: 10478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-35.5 + parent: 2 + - type: SurveillanceCamera + id: Library - Office + - uid: 11279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-33.5 + parent: 2 + - type: SurveillanceCamera + id: Hydroponics - Back + - uid: 11281 + components: + - type: Transform + pos: -20.5,-38.5 + parent: 2 + - type: SurveillanceCamera + id: Hydroponics - Front + - uid: 11302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-33.5 + parent: 2 + - type: SurveillanceCamera + id: Kitchen - Front + - uid: 11307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-32.5 + parent: 2 + - type: SurveillanceCamera + id: Kitchen - Back + - uid: 11309 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - type: SurveillanceCamera + id: Bar - Front +- proto: SurveillanceCameraSupply + entities: + - uid: 17482 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,13.5 + parent: 2 + - type: SurveillanceCamera + id: Outside Front Desk + - uid: 17483 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,19.5 + parent: 2 + - type: SurveillanceCamera + id: Outside QM's Office + - uid: 17484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,26.5 + parent: 2 + - type: SurveillanceCamera + id: Loading Bay + - uid: 17485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,23.5 + parent: 2 + - type: SurveillanceCamera + id: Salvage +- proto: SurveillanceCameraWirelessRouterEntertainment + entities: + - uid: 1254 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 +- proto: SurveillanceWirelessCameraAnchoredEntertainment + entities: + - uid: 1301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-37.5 + parent: 2 + - type: SurveillanceCamera + id: Channel 443 +- proto: SurveillanceWirelessCameraMovableCircuitboard + entities: + - uid: 3471 + components: + - type: Transform + pos: 22.55727,-35.455856 + parent: 2 +- proto: SurveillanceWirelessCameraMovableEntertainment + entities: + - uid: 3857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-36.5 + parent: 2 + - type: SurveillanceCamera + id: Channel 80 +- proto: SyndieFlag + entities: + - uid: 4203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-7.5 + parent: 2 +- proto: Syringe + entities: + - uid: 18973 + components: + - type: Transform + pos: -29.474314,17.697285 + parent: 2 +- proto: Table + entities: + - uid: 230 + components: + - type: Transform + pos: 28.5,-16.5 + parent: 2 + - uid: 270 + components: + - type: Transform + pos: 27.5,-16.5 + parent: 2 + - uid: 356 + components: + - type: Transform + pos: -11.5,-23.5 + parent: 2 + - uid: 380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,3.5 + parent: 2 + - uid: 389 + components: + - type: Transform + pos: -27.5,0.5 + parent: 2 + - uid: 467 + components: + - type: Transform + pos: -27.5,13.5 + parent: 2 + - uid: 468 + components: + - type: Transform + pos: -26.5,13.5 + parent: 2 + - uid: 474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 2 + - uid: 510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,6.5 + parent: 2 + - uid: 511 + components: + - type: Transform + pos: -27.5,3.5 + parent: 2 + - uid: 512 + components: + - type: Transform + pos: -27.5,4.5 + parent: 2 + - uid: 631 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 2 + - uid: 632 + components: + - type: Transform + pos: -28.5,-7.5 + parent: 2 + - uid: 668 + components: + - type: Transform + pos: -25.5,-10.5 + parent: 2 + - uid: 722 + components: + - type: Transform + pos: -11.5,20.5 + parent: 2 + - uid: 727 + components: + - type: Transform + pos: -11.5,19.5 + parent: 2 + - uid: 1091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,22.5 + parent: 2 + - uid: 1183 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 2 + - uid: 1503 + components: + - type: Transform + pos: -22.5,-18.5 + parent: 2 + - uid: 1670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,15.5 + parent: 2 + - uid: 1674 + components: + - type: Transform + pos: 30.5,-35.5 + parent: 2 + - uid: 1829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-16.5 + parent: 2 + - uid: 1834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-17.5 + parent: 2 + - uid: 1921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-11.5 + parent: 2 + - uid: 1955 + components: + - type: Transform + pos: -7.5,-8.5 + parent: 2 + - uid: 1956 + components: + - type: Transform + pos: -13.5,-8.5 + parent: 2 + - uid: 1957 + components: + - type: Transform + pos: -12.5,-8.5 + parent: 2 + - uid: 2172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-13.5 + parent: 2 + - uid: 2191 + components: + - type: Transform + pos: -20.5,6.5 + parent: 2 + - uid: 2233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-13.5 + parent: 2 + - uid: 2358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,15.5 + parent: 2 + - uid: 2581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,0.5 + parent: 2 + - uid: 2762 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 2 + - uid: 2924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-24.5 + parent: 2 + - uid: 3037 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 2 + - uid: 3111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-23.5 + parent: 2 + - uid: 3158 + components: + - type: Transform + pos: -45.5,-21.5 + parent: 2 + - uid: 3191 + components: + - type: Transform + pos: -13.5,-33.5 + parent: 2 + - uid: 3196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-61.5 + parent: 2 + - uid: 3225 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 2 + - uid: 3226 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 + - uid: 3263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-33.5 + parent: 2 + - uid: 3275 + components: + - type: Transform + pos: -6.5,-30.5 + parent: 2 + - uid: 3307 + components: + - type: Transform + pos: -13.5,-34.5 + parent: 2 + - uid: 3348 + components: + - type: Transform + pos: -16.5,-25.5 + parent: 2 + - uid: 3349 + components: + - type: Transform + pos: -16.5,-24.5 + parent: 2 + - uid: 3358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-24.5 + parent: 2 + - uid: 3359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-25.5 + parent: 2 + - uid: 3366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-24.5 + parent: 2 + - uid: 3424 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - uid: 3425 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 + - uid: 3426 + components: + - type: Transform + pos: -17.5,-39.5 + parent: 2 + - uid: 3427 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 + - uid: 3428 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - uid: 3563 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-60.5 + parent: 2 + - uid: 3564 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 3595 + components: + - type: Transform + pos: -30.5,-33.5 + parent: 2 + - uid: 3623 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 + - uid: 3624 + components: + - type: Transform + pos: -7.5,-33.5 + parent: 2 + - uid: 3635 + components: + - type: Transform + pos: -40.5,-21.5 + parent: 2 + - uid: 3844 + components: + - type: Transform + pos: 15.5,-47.5 + parent: 2 + - uid: 4110 + components: + - type: Transform + pos: -29.5,-36.5 + parent: 2 + - uid: 4161 + components: + - type: Transform + pos: -24.5,-18.5 + parent: 2 + - uid: 4162 + components: + - type: Transform + pos: -23.5,-18.5 + parent: 2 + - uid: 4166 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-51.5 + parent: 2 + - uid: 4209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-38.5 + parent: 2 + - uid: 4248 + components: + - type: Transform + pos: 18.5,-25.5 + parent: 2 + - uid: 4252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-37.5 + parent: 2 + - uid: 4274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-26.5 + parent: 2 + - uid: 4291 + components: + - type: Transform + pos: 19.5,-30.5 + parent: 2 + - uid: 4317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-27.5 + parent: 2 + - uid: 4322 + components: + - type: Transform + pos: -45.5,-22.5 + parent: 2 + - uid: 4326 + components: + - type: Transform + pos: 19.5,-31.5 + parent: 2 + - uid: 4349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-27.5 + parent: 2 + - uid: 4367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-29.5 + parent: 2 + - uid: 4451 + components: + - type: Transform + pos: 27.5,12.5 + parent: 2 + - uid: 4460 + components: + - type: Transform + pos: 22.5,-30.5 + parent: 2 + - uid: 4461 + components: + - type: Transform + pos: 11.5,23.5 + parent: 2 + - uid: 4500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-41.5 + parent: 2 + - uid: 4562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-28.5 + parent: 2 + - uid: 4588 + components: + - type: Transform + pos: 11.5,24.5 + parent: 2 + - uid: 4686 + components: + - type: Transform + pos: -30.5,-36.5 + parent: 2 + - uid: 4698 + components: + - type: Transform + pos: -32.5,-27.5 + parent: 2 + - uid: 4761 + components: + - type: Transform + pos: -31.5,-59.5 + parent: 2 + - uid: 4763 + components: + - type: Transform + pos: -31.5,-61.5 + parent: 2 + - uid: 4810 + components: + - type: Transform + pos: -28.5,-25.5 + parent: 2 + - uid: 4811 + components: + - type: Transform + pos: -29.5,-25.5 + parent: 2 + - uid: 4947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-25.5 + parent: 2 + - uid: 4962 + components: + - type: Transform + pos: -36.5,-20.5 + parent: 2 + - uid: 5002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-27.5 + parent: 2 + - uid: 5196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-29.5 + parent: 2 + - uid: 5207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-22.5 + parent: 2 + - uid: 5293 + components: + - type: Transform + pos: -33.5,-57.5 + parent: 2 + - uid: 5446 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 5610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,21.5 + parent: 2 + - uid: 5925 + components: + - type: Transform + pos: -40.5,-52.5 + parent: 2 + - uid: 5943 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 6312 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 2 + - uid: 6578 + components: + - type: Transform + pos: 25.5,0.5 + parent: 2 + - uid: 6722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-38.5 + parent: 2 + - uid: 6762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-30.5 + parent: 2 + - uid: 6818 + components: + - type: Transform + pos: -13.5,-17.5 + parent: 2 + - uid: 7002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-9.5 + parent: 2 + - uid: 7003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-9.5 + parent: 2 + - uid: 7012 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 2 + - uid: 7018 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-14.5 + parent: 2 + - uid: 7195 + components: + - type: Transform + pos: -33.5,-53.5 + parent: 2 + - uid: 7196 + components: + - type: Transform + pos: -44.5,-45.5 + parent: 2 + - uid: 7198 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-60.5 + parent: 2 + - uid: 7460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,15.5 + parent: 2 + - uid: 7484 + components: + - type: Transform + pos: -35.5,-53.5 + parent: 2 + - uid: 7485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-60.5 + parent: 2 + - uid: 7619 + components: + - type: Transform + pos: -40.5,-23.5 + parent: 2 + - uid: 7657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-64.5 + parent: 2 + - uid: 7991 + components: + - type: Transform + pos: -37.5,-24.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: -34.5,-53.5 + parent: 2 + - uid: 8088 + components: + - type: Transform + pos: -51.5,-47.5 + parent: 2 + - uid: 8156 + components: + - type: Transform + pos: -50.5,-47.5 + parent: 2 + - uid: 8160 + components: + - type: Transform + pos: -52.5,-46.5 + parent: 2 + - uid: 8205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-51.5 + parent: 2 + - uid: 8229 + components: + - type: Transform + pos: -44.5,-46.5 + parent: 2 + - uid: 8267 + components: + - type: Transform + pos: -43.5,-45.5 + parent: 2 + - uid: 8599 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-2.5 + parent: 2 + - uid: 8659 + components: + - type: Transform + pos: 20.5,-17.5 + parent: 2 + - uid: 9257 + components: + - type: Transform + pos: -30.5,-34.5 + parent: 2 + - uid: 10439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,15.5 + parent: 2 + - uid: 11178 + components: + - type: Transform + pos: -40.5,-50.5 + parent: 2 + - uid: 11193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-52.5 + parent: 2 + - uid: 11201 + components: + - type: Transform + pos: -40.5,-51.5 + parent: 2 + - uid: 11244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,15.5 + parent: 2 + - uid: 11416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-27.5 + parent: 2 + - uid: 11604 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-58.5 + parent: 2 + - uid: 11605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-59.5 + parent: 2 + - uid: 11843 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 2 + - uid: 11845 + components: + - type: Transform + pos: -10.5,-37.5 + parent: 2 + - uid: 12427 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-34.5 + parent: 2 + - uid: 12551 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - uid: 12855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-46.5 + parent: 2 + - uid: 12857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-48.5 + parent: 2 + - uid: 12858 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-48.5 + parent: 2 + - uid: 13084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-35.5 + parent: 2 + - uid: 13101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-29.5 + parent: 2 + - uid: 13194 + components: + - type: Transform + pos: -21.5,6.5 + parent: 2 + - uid: 13363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-16.5 + parent: 2 + - uid: 13395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-16.5 + parent: 2 + - uid: 13551 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-24.5 + parent: 2 + - uid: 13789 + components: + - type: Transform + pos: 15.5,-57.5 + parent: 2 + - uid: 15376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-23.5 + parent: 2 + - uid: 15405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-23.5 + parent: 2 + - uid: 15996 + components: + - type: Transform + pos: -29.5,18.5 + parent: 2 + - uid: 16409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-15.5 + parent: 2 + - uid: 16416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -63.5,-16.5 + parent: 2 + - uid: 16459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -60.5,-16.5 + parent: 2 + - uid: 16460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-16.5 + parent: 2 + - uid: 16587 + components: + - type: Transform + pos: -60.5,-11.5 + parent: 2 + - uid: 16588 + components: + - type: Transform + pos: -61.5,-11.5 + parent: 2 + - uid: 16635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-13.5 + parent: 2 + - uid: 17003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-75.5 + parent: 2 + - uid: 17544 + components: + - type: Transform + pos: -29.5,17.5 + parent: 2 + - uid: 17699 + components: + - type: Transform + pos: 48.5,-59.5 + parent: 2 + - uid: 17700 + components: + - type: Transform + pos: 48.5,-60.5 + parent: 2 + - uid: 18545 + components: + - type: Transform + pos: -32.5,-57.5 + parent: 2 + - uid: 18910 + components: + - type: Transform + pos: 44.5,-73.5 + parent: 2 + - uid: 18911 + components: + - type: Transform + pos: 44.5,-74.5 + parent: 2 + - uid: 18912 + components: + - type: Transform + pos: 44.5,-75.5 + parent: 2 + - uid: 19882 + components: + - type: Transform + pos: 38.5,-60.5 + parent: 2 + - uid: 19883 + components: + - type: Transform + pos: 38.5,-59.5 + parent: 2 + - uid: 19885 + components: + - type: Transform + pos: 45.5,-50.5 + parent: 2 + - uid: 19886 + components: + - type: Transform + pos: 46.5,-50.5 + parent: 2 + - uid: 19946 + components: + - type: Transform + pos: 32.5,-75.5 + parent: 2 +- proto: TableCarpet + entities: + - uid: 26 + components: + - type: Transform + pos: -0.5,23.5 + parent: 2 + - uid: 1744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-39.5 + parent: 2 + - uid: 1839 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-39.5 + parent: 2 + - uid: 1840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-39.5 + parent: 2 + - uid: 6780 + components: + - type: Transform + pos: 0.5,23.5 + parent: 2 + - uid: 10873 + components: + - type: Transform + pos: 68.5,-62.5 + parent: 2 + - uid: 10874 + components: + - type: Transform + pos: 67.5,-62.5 + parent: 2 + - uid: 11297 + components: + - type: Transform + pos: 22.5,-40.5 + parent: 2 + - uid: 14295 + components: + - type: Transform + pos: 0.5,24.5 + parent: 2 +- proto: TableCounterMetal + entities: + - uid: 48 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - uid: 420 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 2 + - uid: 2169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-14.5 + parent: 2 + - uid: 2262 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-15.5 + parent: 2 + - uid: 3272 + components: + - type: Transform + pos: -6.5,-35.5 + parent: 2 + - uid: 3273 + components: + - type: Transform + pos: -8.5,-35.5 + parent: 2 + - uid: 3274 + components: + - type: Transform + pos: -7.5,-35.5 + parent: 2 + - uid: 3327 + components: + - type: Transform + pos: -21.5,-37.5 + parent: 2 + - uid: 3437 + components: + - type: Transform + pos: -21.5,-38.5 + parent: 2 + - uid: 4193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-23.5 + parent: 2 + - uid: 4227 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - uid: 4312 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 2 + - uid: 4685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-28.5 + parent: 2 + - uid: 4697 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-28.5 + parent: 2 + - uid: 6116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-33.5 + parent: 2 + - uid: 6120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-34.5 + parent: 2 + - uid: 11322 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 2 + - uid: 11453 + components: + - type: Transform + pos: 15.5,13.5 + parent: 2 + - uid: 12596 + components: + - type: Transform + pos: 17.5,12.5 + parent: 2 + - uid: 14288 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 + - uid: 15775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-32.5 + parent: 2 + - uid: 18073 + components: + - type: Transform + pos: 16.5,13.5 + parent: 2 +- proto: TableCounterWood + entities: + - uid: 3545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-42.5 + parent: 2 + - uid: 3546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-42.5 + parent: 2 + - uid: 3547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-42.5 + parent: 2 + - uid: 3753 + components: + - type: Transform + pos: 18.5,-36.5 + parent: 2 + - uid: 3754 + components: + - type: Transform + pos: 18.5,-35.5 + parent: 2 + - uid: 6147 + components: + - type: Transform + pos: 46.5,10.5 + parent: 2 + - uid: 6156 + components: + - type: Transform + pos: 43.5,10.5 + parent: 2 + - uid: 7115 + components: + - type: Transform + pos: -6.5,-43.5 + parent: 2 + - uid: 7270 + components: + - type: Transform + pos: 42.5,10.5 + parent: 2 + - uid: 7307 + components: + - type: Transform + pos: 45.5,10.5 + parent: 2 + - uid: 7340 + components: + - type: Transform + pos: 44.5,10.5 + parent: 2 + - uid: 7341 + components: + - type: Transform + pos: 46.5,11.5 + parent: 2 + - uid: 11865 + components: + - type: Transform + pos: 71.5,-63.5 + parent: 2 + - uid: 11866 + components: + - type: Transform + pos: 71.5,-65.5 + parent: 2 + - uid: 14721 + components: + - type: Transform + pos: 73.5,-62.5 + parent: 2 + - uid: 14767 + components: + - type: Transform + pos: 71.5,-62.5 + parent: 2 + - uid: 14785 + components: + - type: Transform + pos: 72.5,-62.5 + parent: 2 + - uid: 14864 + components: + - type: Transform + pos: 71.5,-64.5 + parent: 2 + - uid: 15845 + components: + - type: Transform + pos: 74.5,-62.5 + parent: 2 + - uid: 16839 + components: + - type: Transform + pos: -6.5,-44.5 + parent: 2 +- proto: TableFancyBlack + entities: + - uid: 3513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-38.5 + parent: 2 + - uid: 3517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-37.5 + parent: 2 + - uid: 5926 + components: + - type: Transform + pos: 5.5,-33.5 + parent: 2 +- proto: TableFancyBlue + entities: + - uid: 3737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-38.5 + parent: 2 + - uid: 3741 + components: + - type: Transform + pos: 15.5,-40.5 + parent: 2 + - uid: 3783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-36.5 + parent: 2 + - uid: 6094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-11.5 + parent: 2 + - uid: 6096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-11.5 + parent: 2 + - uid: 6483 + components: + - type: Transform + pos: -23.5,-53.5 + parent: 2 + - uid: 8390 + components: + - type: Transform + pos: 39.5,-17.5 + parent: 2 +- proto: TableFancyCyan + entities: + - uid: 2975 + components: + - type: Transform + pos: 42.5,-12.5 + parent: 2 + - uid: 2977 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 2 +- proto: TableFancyOrange + entities: + - uid: 9564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,17.5 + parent: 2 +- proto: TableFancyPurple + entities: + - uid: 13815 + components: + - type: Transform + pos: 25.5,-59.5 + parent: 2 +- proto: TableFancyRed + entities: + - uid: 5944 + components: + - type: Transform + pos: 47.5,-7.5 + parent: 2 + - uid: 6130 + components: + - type: Transform + pos: 48.5,-7.5 + parent: 2 + - uid: 6693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-52.5 + parent: 2 +- proto: TableFancyWhite + entities: + - uid: 3644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-30.5 + parent: 2 +- proto: TableFrame + entities: + - uid: 4024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-12.5 + parent: 2 + - uid: 4060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-10.5 + parent: 2 + - uid: 4345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-11.5 + parent: 2 + - uid: 7344 + components: + - type: Transform + pos: 43.5,12.5 + parent: 2 + - uid: 7388 + components: + - type: Transform + pos: 46.5,7.5 + parent: 2 + - uid: 8555 + components: + - type: Transform + pos: 18.5,5.5 + parent: 2 + - uid: 8881 + components: + - type: Transform + pos: 19.5,5.5 + parent: 2 + - uid: 12401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-0.5 + parent: 2 + - uid: 18808 + components: + - type: Transform + pos: 77.5,-42.5 + parent: 2 + - uid: 18809 + components: + - type: Transform + pos: 78.5,-42.5 + parent: 2 + - uid: 19593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 87.5,-32.5 + parent: 2 + - uid: 19594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 88.5,-32.5 + parent: 2 + - uid: 19595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 95.5,-29.5 + parent: 2 + - uid: 19596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 96.5,-29.5 + parent: 2 +- proto: TableGlass + entities: + - uid: 5294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-26.5 + parent: 2 + - uid: 5295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-25.5 + parent: 2 + - uid: 7816 + components: + - type: Transform + pos: -51.5,-42.5 + parent: 2 + - uid: 7966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-20.5 + parent: 2 + - uid: 8033 + components: + - type: Transform + pos: -52.5,-42.5 + parent: 2 + - uid: 8109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-20.5 + parent: 2 + - uid: 8157 + components: + - type: Transform + pos: -52.5,-40.5 + parent: 2 + - uid: 8218 + components: + - type: Transform + pos: -52.5,-41.5 + parent: 2 + - uid: 14015 + components: + - type: Transform + pos: 22.5,-59.5 + parent: 2 +- proto: TablePlasmaGlass + entities: + - uid: 6734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-33.5 + parent: 2 +- proto: TableReinforced + entities: + - uid: 443 + components: + - type: Transform + pos: -28.5,12.5 + parent: 2 + - uid: 444 + components: + - type: Transform + pos: -28.5,11.5 + parent: 2 + - uid: 450 + components: + - type: Transform + pos: -28.5,9.5 + parent: 2 + - uid: 548 + components: + - type: Transform + pos: 10.5,3.5 + parent: 2 + - uid: 564 + components: + - type: Transform + pos: 9.5,3.5 + parent: 2 + - uid: 851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,22.5 + parent: 2 + - uid: 853 + components: + - type: Transform + pos: 0.5,20.5 + parent: 2 + - uid: 863 + components: + - type: Transform + pos: 2.5,20.5 + parent: 2 + - uid: 1362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,16.5 + parent: 2 + - uid: 1363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,16.5 + parent: 2 + - uid: 1414 + components: + - type: Transform + pos: 8.5,6.5 + parent: 2 + - uid: 1428 + components: + - type: Transform + pos: 9.5,6.5 + parent: 2 + - uid: 2845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-32.5 + parent: 2 + - uid: 3843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,20.5 + parent: 2 + - uid: 5332 + components: + - type: Transform + pos: 8.5,18.5 + parent: 2 + - uid: 5363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,18.5 + parent: 2 + - uid: 7540 + components: + - type: Transform + pos: -13.5,-45.5 + parent: 2 + - uid: 7742 + components: + - type: Transform + pos: 1.5,20.5 + parent: 2 + - uid: 9056 + components: + - type: Transform + pos: 46.5,-27.5 + parent: 2 + - uid: 10688 + components: + - type: Transform + pos: -33.5,-50.5 + parent: 2 + - uid: 11902 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-33.5 + parent: 2 + - uid: 14290 + components: + - type: Transform + pos: 7.5,18.5 + parent: 2 + - uid: 14294 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,22.5 + parent: 2 + - uid: 14410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-27.5 + parent: 2 + - uid: 14411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-28.5 + parent: 2 + - uid: 18466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.5,-28.5 + parent: 2 + - uid: 18467 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.5,-28.5 + parent: 2 +- proto: TableReinforcedGlass + entities: + - uid: 10045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-40.5 + parent: 2 + - uid: 10197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,-40.5 + parent: 2 + - uid: 10726 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,-41.5 + parent: 2 +- proto: TableWood + entities: + - uid: 1011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-51.5 + parent: 2 + - uid: 1015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-51.5 + parent: 2 + - uid: 2044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-51.5 + parent: 2 + - uid: 2045 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-55.5 + parent: 2 + - uid: 2058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-55.5 + parent: 2 + - uid: 2523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-34.5 + parent: 2 + - uid: 2529 + components: + - type: Transform + pos: -8.5,-25.5 + parent: 2 + - uid: 2563 + components: + - type: Transform + pos: -9.5,-25.5 + parent: 2 + - uid: 3047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,15.5 + parent: 2 + - uid: 3584 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 2 + - uid: 3604 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - uid: 3608 + components: + - type: Transform + pos: -12.5,14.5 + parent: 2 + - uid: 3650 + components: + - type: Transform + pos: 11.5,-30.5 + parent: 2 + - uid: 3655 + components: + - type: Transform + pos: 15.5,-30.5 + parent: 2 + - uid: 3697 + components: + - type: Transform + pos: -3.5,-45.5 + parent: 2 + - uid: 3698 + components: + - type: Transform + pos: -2.5,-45.5 + parent: 2 + - uid: 3738 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 2 + - uid: 3821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-39.5 + parent: 2 + - uid: 3822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-38.5 + parent: 2 + - uid: 3846 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 4153 + components: + - type: Transform + pos: 2.5,-50.5 + parent: 2 + - uid: 4222 + components: + - type: Transform + pos: -0.5,-50.5 + parent: 2 + - uid: 4637 + components: + - type: Transform + pos: -41.5,-34.5 + parent: 2 + - uid: 4934 + components: + - type: Transform + pos: -12.5,-48.5 + parent: 2 + - uid: 5131 + components: + - type: Transform + pos: 46.5,-33.5 + parent: 2 + - uid: 5590 + components: + - type: Transform + pos: -31.5,-46.5 + parent: 2 + - uid: 5704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,8.5 + parent: 2 + - uid: 5761 + components: + - type: Transform + pos: 37.5,-3.5 + parent: 2 + - uid: 5959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-49.5 + parent: 2 + - uid: 5960 + components: + - type: Transform + pos: 18.5,-48.5 + parent: 2 + - uid: 5961 + components: + - type: Transform + pos: 19.5,-48.5 + parent: 2 + - uid: 5962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-49.5 + parent: 2 + - uid: 5971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-49.5 + parent: 2 + - uid: 5972 + components: + - type: Transform + pos: 20.5,-48.5 + parent: 2 + - uid: 5979 + components: + - type: Transform + pos: 20.5,-37.5 + parent: 2 + - uid: 5991 + components: + - type: Transform + pos: 20.5,-46.5 + parent: 2 + - uid: 5992 + components: + - type: Transform + pos: 19.5,-46.5 + parent: 2 + - uid: 6070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,3.5 + parent: 2 + - uid: 6153 + components: + - type: Transform + pos: 40.5,-14.5 + parent: 2 + - uid: 6170 + components: + - type: Transform + pos: 36.5,-3.5 + parent: 2 + - uid: 6218 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 + - uid: 6230 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - uid: 6363 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 + - uid: 7135 + components: + - type: Transform + pos: 29.5,23.5 + parent: 2 + - uid: 7239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,11.5 + parent: 2 + - uid: 7291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,1.5 + parent: 2 + - uid: 7322 + components: + - type: Transform + pos: 44.5,12.5 + parent: 2 + - uid: 7525 + components: + - type: Transform + pos: -21.5,-44.5 + parent: 2 + - uid: 7535 + components: + - type: Transform + pos: -18.5,-44.5 + parent: 2 + - uid: 7550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-46.5 + parent: 2 + - uid: 7560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-47.5 + parent: 2 + - uid: 7603 + components: + - type: Transform + pos: -9.5,-61.5 + parent: 2 + - uid: 7943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-50.5 + parent: 2 + - uid: 8355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-9.5 + parent: 2 + - uid: 8356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-10.5 + parent: 2 + - uid: 8694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,41.5 + parent: 2 + - uid: 9389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,4.5 + parent: 2 + - uid: 9401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,4.5 + parent: 2 + - uid: 9404 + components: + - type: Transform + pos: 29.5,3.5 + parent: 2 + - uid: 9685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-44.5 + parent: 2 + - uid: 9704 + components: + - type: Transform + pos: -16.5,-48.5 + parent: 2 + - uid: 9705 + components: + - type: Transform + pos: -15.5,-48.5 + parent: 2 + - uid: 9842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-50.5 + parent: 2 + - uid: 9843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-50.5 + parent: 2 + - uid: 10144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-45.5 + parent: 2 + - uid: 10148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-45.5 + parent: 2 + - uid: 10977 + components: + - type: Transform + pos: 7.5,-23.5 + parent: 2 + - uid: 10979 + components: + - type: Transform + pos: 8.5,-23.5 + parent: 2 + - uid: 10995 + components: + - type: Transform + pos: 11.5,-25.5 + parent: 2 + - uid: 13094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-40.5 + parent: 2 + - uid: 13855 + components: + - type: Transform + pos: 19.5,-59.5 + parent: 2 + - uid: 14814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,10.5 + parent: 2 + - uid: 14815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,10.5 + parent: 2 + - uid: 15099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-39.5 + parent: 2 + - uid: 15119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-39.5 + parent: 2 + - uid: 15300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-39.5 + parent: 2 + - uid: 18776 + components: + - type: Transform + pos: 74.5,-64.5 + parent: 2 + - uid: 18779 + components: + - type: Transform + pos: 74.5,-65.5 + parent: 2 + - uid: 18829 + components: + - type: Transform + pos: 96.5,-31.5 + parent: 2 + - uid: 18832 + components: + - type: Transform + pos: 96.5,-35.5 + parent: 2 +- proto: TargetClown + entities: + - uid: 18803 + components: + - type: Transform + pos: 82.5,-14.5 + parent: 2 +- proto: TegCenter + entities: + - uid: 6710 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 +- proto: TegCirculator + entities: + - uid: 6708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-9.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' + - uid: 6709 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-7.5 + parent: 2 + - type: PointLight + color: '#FF3300FF' +- proto: TelecomServerCircuitboard + entities: + - uid: 6581 + components: + - type: Transform + pos: 25.540142,-0.05832243 + parent: 2 +- proto: TelecomServerFilledCargo + entities: + - uid: 6466 + components: + - type: Transform + pos: 22.5,3.5 + parent: 2 +- proto: TelecomServerFilledCommand + entities: + - uid: 6465 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 + - uid: 16581 + components: + - type: Transform + pos: -66.5,-15.5 + parent: 2 +- proto: TelecomServerFilledCommon + entities: + - uid: 6467 + components: + - type: Transform + pos: 22.5,0.5 + parent: 2 +- proto: TelecomServerFilledEngineering + entities: + - uid: 6313 + components: + - type: Transform + pos: 20.5,2.5 + parent: 2 +- proto: TelecomServerFilledMedical + entities: + - uid: 6472 + components: + - type: Transform + pos: 20.5,3.5 + parent: 2 +- proto: TelecomServerFilledScience + entities: + - uid: 4341 + components: + - type: Transform + pos: 31.5,-35.5 + parent: 2 + - uid: 6475 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 +- proto: TelecomServerFilledSecurity + entities: + - uid: 6484 + components: + - type: Transform + pos: 20.5,0.5 + parent: 2 +- proto: TelecomServerFilledService + entities: + - uid: 6493 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 +- proto: ThrusterMachineCircuitboard + entities: + - uid: 8094 + components: + - type: Transform + pos: -34.812855,-53.52421 + parent: 2 +- proto: ThrusterUnanchored + entities: + - uid: 4617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-28.5 + parent: 2 + - uid: 7194 + components: + - type: Transform + pos: -33.5,-55.5 + parent: 2 + - uid: 8081 + components: + - type: Transform + pos: -34.5,-55.5 + parent: 2 + - uid: 8127 + components: + - type: Transform + pos: -35.5,-55.5 + parent: 2 + - uid: 19098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-71.5 + parent: 2 +- proto: TintedWindow + entities: + - uid: 1177 + components: + - type: Transform + pos: -18.5,-15.5 + parent: 2 + - uid: 3132 + components: + - type: Transform + pos: 37.5,-8.5 + parent: 2 + - uid: 3762 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - uid: 3779 + components: + - type: Transform + pos: 15.5,-34.5 + parent: 2 + - uid: 4014 + components: + - type: Transform + pos: 8.5,-45.5 + parent: 2 + - uid: 4146 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 2 + - uid: 4151 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 2 + - uid: 4870 + components: + - type: Transform + pos: 8.5,-33.5 + parent: 2 + - uid: 4872 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 5905 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 2 + - uid: 7068 + components: + - type: Transform + pos: -28.5,2.5 + parent: 2 + - uid: 7835 + components: + - type: Transform + pos: -29.5,-5.5 + parent: 2 + - uid: 11979 + components: + - type: Transform + pos: 36.5,-5.5 + parent: 2 + - uid: 11981 + components: + - type: Transform + pos: 37.5,-5.5 + parent: 2 + - uid: 12073 + components: + - type: Transform + pos: 29.5,-16.5 + parent: 2 + - uid: 12129 + components: + - type: Transform + pos: -42.5,-44.5 + parent: 2 + - uid: 12182 + components: + - type: Transform + pos: -43.5,-44.5 + parent: 2 + - uid: 13667 + components: + - type: Transform + pos: 8.5,-20.5 + parent: 2 + - uid: 13763 + components: + - type: Transform + pos: 25.5,-1.5 + parent: 2 + - uid: 14542 + components: + - type: Transform + pos: -28.5,4.5 + parent: 2 +- proto: ToiletDirtyWater + entities: + - uid: 330 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-10.5 + parent: 2 + - uid: 2278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-41.5 + parent: 2 + - uid: 7440 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-42.5 + parent: 2 +- proto: ToiletEmpty + entities: + - uid: 18798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,-81.5 + parent: 2 +- proto: ToiletGoldenDirtyWater + entities: + - uid: 9698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-55.5 + parent: 2 +- proto: ToolboxArtisticFilled + entities: + - uid: 6175 + components: + - type: Transform + pos: 36.611614,-6.2526426 + parent: 2 +- proto: ToolboxElectricalFilled + entities: + - uid: 2090 + components: + - type: Transform + pos: 48.499065,8.688345 + parent: 2 + - uid: 2236 + components: + - type: Transform + pos: -9.498085,-13.469216 + parent: 2 + - uid: 2252 + components: + - type: Transform + pos: 27.451126,-16.26255 + parent: 2 + - uid: 3367 + components: + - type: Transform + pos: -13.8070965,-24.415592 + parent: 2 + - uid: 3891 + components: + - type: Transform + pos: -6.4899387,-58.354485 + parent: 2 + - uid: 4021 + components: + - type: Transform + pos: 0.4601429,-37.34924 + parent: 2 + - uid: 4905 + components: + - type: Transform + pos: -31.393875,-57.456467 + parent: 2 + - uid: 7001 + components: + - type: Transform + pos: 24.461014,-9.445431 + parent: 2 + - uid: 7393 + components: + - type: Transform + pos: 6.5029826,-14.36323 + parent: 2 + - uid: 9488 + components: + - type: Transform + pos: 40.49712,-32.355556 + parent: 2 + - uid: 10252 + components: + - type: Transform + pos: 13.54951,-17.30169 + parent: 2 + - uid: 11176 + components: + - type: Transform + pos: -4.5797296,-51.20996 + parent: 2 + - uid: 11789 + components: + - type: Transform + pos: 25.41051,0.32120275 + parent: 2 + - uid: 14400 + components: + - type: Transform + pos: -25.591978,-15.190038 + parent: 2 + - uid: 17533 + components: + - type: Transform + pos: 8.657806,22.619923 + parent: 2 +- proto: ToolboxEmergencyFilled + entities: + - uid: 2954 + components: + - type: Transform + pos: 5.488068,-14.345005 + parent: 2 + - uid: 3368 + components: + - type: Transform + pos: -13.5152855,-24.269657 + parent: 2 + - uid: 3873 + components: + - type: Transform + pos: -6.3961887,-58.71386 + parent: 2 + - uid: 5177 + components: + - type: Transform + pos: 27.534405,-53.358227 + parent: 2 + - uid: 13143 + components: + - type: Transform + pos: -24.423504,13.677528 + parent: 2 +- proto: ToolboxGoldFilled + entities: + - uid: 732 + components: + - type: Transform + pos: 8.515682,5.553195 + parent: 2 +- proto: ToolboxMechanicalFilled + entities: + - uid: 1117 + components: + - type: Transform + pos: 27.628296,-16.512726 + parent: 2 + - uid: 2237 + components: + - type: Transform + pos: -9.414711,-13.219043 + parent: 2 + - uid: 3369 + components: + - type: Transform + pos: -14.161439,-24.24881 + parent: 2 + - uid: 4921 + components: + - type: Transform + pos: -31.560625,-57.27926 + parent: 2 + - uid: 6740 + components: + - type: Transform + pos: 25.522491,-24.342314 + parent: 2 + - uid: 9074 + components: + - type: Transform + pos: 45.476677,-28.1458 + parent: 2 + - uid: 10971 + components: + - type: Transform + pos: -25.414806,-15.429788 + parent: 2 + - uid: 11175 + components: + - type: Transform + pos: -4.3608713,-51.460136 + parent: 2 + - uid: 16275 + components: + - type: Transform + pos: -60.524765,-8.3371105 + parent: 2 + - uid: 16650 + components: + - type: Transform + pos: 35.497726,-27.344141 + parent: 2 + - uid: 17532 + components: + - type: Transform + pos: 1.7440889,20.61271 + parent: 2 + - uid: 19879 + components: + - type: Transform + pos: 50.48773,-54.36774 + parent: 2 +- proto: Tourniquet + entities: + - uid: 9076 + components: + - type: Transform + pos: -28.580025,9.723599 + parent: 2 +- proto: TowelColorNT + entities: + - uid: 9951 + components: + - type: Transform + pos: -23.34993,-55.442043 + parent: 2 +- proto: ToyAi + entities: + - uid: 17109 + components: + - type: Transform + pos: -48.46802,-6.421814 + parent: 2 +- proto: ToyAmongPequeno + entities: + - uid: 12861 + components: + - type: Transform + pos: -20.499987,-10.595506 + parent: 2 +- proto: ToyFigurineCaptain + entities: + - uid: 9970 + components: + - type: Transform + pos: -26.551645,-50.948215 + parent: 2 +- proto: ToyFigurineChemist + entities: + - uid: 731 + components: + - type: Transform + pos: -30.1006,-36.283936 + parent: 2 +- proto: ToyFigurineChiefMedicalOfficer + entities: + - uid: 17049 + components: + - type: Transform + pos: -41.13139,-34.362892 + parent: 2 +- proto: ToyFigurineEngineer + entities: + - uid: 2243 + components: + - type: Transform + pos: -10.458824,-13.338219 + parent: 2 +- proto: ToyFigurineHeadOfSecurity + entities: + - uid: 12652 + components: + - type: Transform + pos: -20.808966,10.972251 + parent: 2 +- proto: ToyFigurineLibrarian + entities: + - uid: 3831 + components: + - type: Transform + pos: 20.36242,-38.93584 + parent: 2 +- proto: ToyFigurineMouse + entities: + - uid: 5990 + components: + - type: Transform + pos: 19.24643,-48.965763 + parent: 2 +- proto: ToyFigurineParamedic + entities: + - uid: 4804 + components: + - type: Transform + pos: -32.345467,-27.41426 + parent: 2 +- proto: ToyFigurineRatKing + entities: + - uid: 5993 + components: + - type: Transform + pos: 20.028067,-46.26084 + parent: 2 +- proto: ToyFigurineRatServant + entities: + - uid: 5994 + components: + - type: Transform + pos: 19.652327,-46.184917 + parent: 2 +- proto: ToyFigurineSecurity + entities: + - uid: 12693 + components: + - type: Transform + pos: -24.507093,15.73199 + parent: 2 +- proto: ToyFigurineThief + entities: + - uid: 5988 + components: + - type: Transform + pos: 20.024664,-48.965485 + parent: 2 +- proto: ToyFigurineWizardFake + entities: + - uid: 5989 + components: + - type: Transform + pos: 18.704494,-48.621777 + parent: 2 +- proto: ToyMouse + entities: + - uid: 13548 + components: + - type: Transform + pos: -42.55918,-33.612373 + parent: 2 +- proto: ToyRubberDuck + entities: + - uid: 9864 + components: + - type: Transform + pos: -22.533384,-55.323 + parent: 2 + - uid: 12871 + components: + - type: Transform + pos: -16.40359,-35.52857 + parent: 2 + - uid: 17050 + components: + - type: Transform + pos: -49.464893,-45.456413 + parent: 2 +- proto: ToySpawner + entities: + - uid: 5597 + components: + - type: Transform + pos: -31.5,-46.5 + parent: 2 + - uid: 7623 + components: + - type: Transform + pos: 36.5,-4.5 + parent: 2 + - uid: 8887 + components: + - type: Transform + pos: 48.5,-12.5 + parent: 2 + - uid: 9686 + components: + - type: Transform + pos: -31.5,-45.5 + parent: 2 + - uid: 9958 + components: + - type: Transform + pos: -23.5,-52.5 + parent: 2 + - uid: 9959 + components: + - type: Transform + pos: -15.5,-46.5 + parent: 2 + - uid: 13010 + components: + - type: Transform + pos: -31.5,-10.5 + parent: 2 + - uid: 13475 + components: + - type: Transform + pos: 29.5,25.5 + parent: 2 + - uid: 18839 + components: + - type: Transform + pos: 95.5,-28.5 + parent: 2 +- proto: trayScanner + entities: + - uid: 4066 + components: + - type: Transform + pos: 28.463432,-46.37279 + parent: 2 + - uid: 7427 + components: + - type: Transform + pos: 27.39705,-50.377018 + parent: 2 + - uid: 16799 + components: + - type: Transform + pos: -27.613392,-22.354431 + parent: 2 +- proto: TreasureCoinGold + entities: + - uid: 15783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.332964,-59.177456 + parent: 2 + - uid: 15784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.71857,-59.18788 + parent: 2 +- proto: TreasureCoinSilver + entities: + - uid: 14586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.603931,-59.354664 + parent: 2 +- proto: TwoWayLever + entities: + - uid: 891 + components: + - type: Transform + pos: 17.5,22.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5365: + - Left: Forward + - Right: Reverse + - Middle: Off + 8507: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 6135 + components: + - type: Transform + pos: -14.5,-32.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 1903: + - Left: Forward + - Right: Reverse + 1933: + - Left: Forward + - Right: Reverse + 3487: + - Left: Forward + - Right: Reverse + 6837: + - Left: Forward + - Right: Reverse + - uid: 6236 + components: + - type: Transform + pos: 29.5,-57.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9352: + - Left: Forward + - Right: Reverse + - Middle: Off + 18127: + - Left: Forward + - Right: Reverse + - Middle: Off + 18132: + - Left: Forward + - Right: Reverse + - Middle: Off + 9115: + - Left: Forward + - Right: Reverse + - Middle: Off + 18131: + - Left: Forward + - Right: Reverse + - Middle: Off + 5314: + - Left: Forward + - Right: Reverse + - Middle: Off + 9114: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 14673 + components: + - type: Transform + pos: 7.5,16.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 14292: + - Left: Forward + - Right: Reverse + - Middle: Off + 14332: + - Left: Forward + - Right: Reverse + - Middle: Off + 14293: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 17984 + components: + - type: Transform + pos: 7.5,26.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2671: + - Left: Forward + - Right: Reverse + - Middle: Off + 1066: + - Left: Forward + - Right: Reverse + - Middle: Off + 3871: + - Left: Forward + - Right: Reverse + - Middle: Off + 2960: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 17985 + components: + - type: Transform + pos: 1.5,26.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 5321: + - Left: Forward + - Right: Reverse + - Middle: Off + 5354: + - Left: Forward + - Right: Reverse + - Middle: Off + 5362: + - Left: Forward + - Right: Reverse + - Middle: Off + 1065: + - Left: Forward + - Right: Reverse + - Middle: Off +- proto: UnfinishedMachineFrame + entities: + - uid: 14624 + components: + - type: Transform + pos: 89.5,-12.5 + parent: 2 + - uid: 14859 + components: + - type: Transform + pos: 85.5,-11.5 + parent: 2 + - uid: 18759 + components: + - type: Transform + pos: 76.5,-42.5 + parent: 2 +- proto: UniformPrinter + entities: + - uid: 9700 + components: + - type: Transform + pos: -17.5,-48.5 + parent: 2 +- proto: UniformShortsRed + entities: + - uid: 2293 + components: + - type: Transform + pos: 52.36283,-35.34389 + parent: 2 +- proto: UniformShortsRedWithTop + entities: + - uid: 2298 + components: + - type: Transform + pos: 52.654644,-35.375164 + parent: 2 +- proto: Urn + entities: + - uid: 2457 + components: + - type: Transform + pos: 43.386295,-12.163276 + parent: 2 + - uid: 7117 + components: + - type: Transform + pos: 42.61625,-12.128998 + parent: 2 +- proto: Vaccinator + entities: + - uid: 8025 + components: + - type: Transform + pos: -49.5,-41.5 + parent: 2 +- proto: VariantCubeBox + entities: + - uid: 3243 + components: + - type: Transform + pos: -4.4842043,-32.333588 + parent: 2 +- proto: VendingBarDrobe + entities: + - uid: 3718 + components: + - type: Transform + pos: -0.5,-43.5 + parent: 2 +- proto: VendingMachineAtmosDrobe + entities: + - uid: 1934 + components: + - type: Transform + pos: -12.5,-6.5 + parent: 2 +- proto: VendingMachineBooze + entities: + - uid: 3696 + components: + - type: Transform + pos: -5.5,-45.5 + parent: 2 + - uid: 7368 + components: + - type: Transform + pos: 42.5,12.5 + parent: 2 +- proto: VendingMachineCargoDrobe + entities: + - uid: 741 + components: + - type: Transform + pos: -1.5,26.5 + parent: 2 +- proto: VendingMachineCart + entities: + - uid: 1022 + components: + - type: Transform + pos: -13.5,-48.5 + parent: 2 +- proto: VendingMachineChapel + entities: + - uid: 1647 + components: + - type: Transform + pos: 39.5,-4.5 + parent: 2 +- proto: VendingMachineChefDrobe + entities: + - uid: 3512 + components: + - type: Transform + pos: -3.5,-35.5 + parent: 2 +- proto: VendingMachineChefvend + entities: + - uid: 3179 + components: + - type: Transform + pos: -9.5,-30.5 + parent: 2 +- proto: VendingMachineChemDrobe + entities: + - uid: 18583 + components: + - type: Transform + pos: -27.5,-38.5 + parent: 2 +- proto: VendingMachineChemicals + entities: + - uid: 4826 + components: + - type: Transform + pos: -30.5,-38.5 + parent: 2 +- proto: VendingMachineCigs + entities: + - uid: 4386 + components: + - type: Transform + pos: 17.5,-30.5 + parent: 2 + - uid: 7660 + components: + - type: Transform + pos: 9.5,-60.5 + parent: 2 + - uid: 8043 + components: + - type: Transform + pos: -12.5,17.5 + parent: 2 + - uid: 9331 + components: + - type: Transform + pos: 47.5,-15.5 + parent: 2 + - uid: 11458 + components: + - type: Transform + pos: -15.5,-40.5 + parent: 2 + - uid: 14729 + components: + - type: Transform + pos: -20.5,-25.5 + parent: 2 +- proto: VendingMachineClothing + entities: + - uid: 10901 + components: + - type: Transform + pos: 13.5,-25.5 + parent: 2 +- proto: VendingMachineCoffee + entities: + - uid: 5857 + components: + - type: Transform + pos: 34.5,25.5 + parent: 2 +- proto: VendingMachineCondiments + entities: + - uid: 6370 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 2 +- proto: VendingMachineCuraDrobe + entities: + - uid: 3820 + components: + - type: Transform + pos: 20.5,-40.5 + parent: 2 +- proto: VendingMachineDetDrobe + entities: + - uid: 7274 + components: + - type: Transform + pos: 35.5,0.5 + parent: 2 +- proto: VendingMachineDinnerware + entities: + - uid: 4213 + components: + - type: Transform + pos: -0.5,-33.5 + parent: 2 +- proto: VendingMachineDonut + entities: + - uid: 11036 + components: + - type: Transform + pos: -24.5,7.5 + parent: 2 +- proto: VendingMachineEngiDrobe + entities: + - uid: 470 + components: + - type: Transform + pos: -9.5,-15.5 + parent: 2 +- proto: VendingMachineEngivend + entities: + - uid: 473 + components: + - type: Transform + pos: -9.5,-14.5 + parent: 2 +- proto: VendingMachineGames + entities: + - uid: 5980 + components: + - type: Transform + pos: 21.5,-46.5 + parent: 2 +- proto: VendingMachineGeneDrobe + entities: + - uid: 11016 + components: + - type: Transform + pos: -45.5,-37.5 + parent: 2 +- proto: VendingMachineHappyHonk + entities: + - uid: 3885 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 +- proto: VendingMachineHydrobe + entities: + - uid: 3452 + components: + - type: Transform + pos: -20.5,-30.5 + parent: 2 +- proto: VendingMachineJaniDrobe + entities: + - uid: 9410 + components: + - type: Transform + pos: 27.5,2.5 + parent: 2 +- proto: VendingMachineLawDrobe + entities: + - uid: 6991 + components: + - type: Transform + pos: 27.5,10.5 + parent: 2 +- proto: VendingMachineMedical + entities: + - uid: 4952 + components: + - type: Transform + pos: -34.5,-24.5 + parent: 2 + - uid: 12844 + components: + - type: Transform + pos: -42.5,-21.5 + parent: 2 +- proto: VendingMachineMediDrobe + entities: + - uid: 12716 + components: + - type: Transform + pos: -45.5,-36.5 + parent: 2 +- proto: VendingMachineNutri + entities: + - uid: 3365 + components: + - type: Transform + pos: -15.5,-29.5 + parent: 2 +- proto: VendingMachineRobotics + entities: + - uid: 4200 + components: + - type: Transform + pos: 39.5,-24.5 + parent: 2 +- proto: VendingMachineSalvage + entities: + - uid: 10465 + components: + - type: Transform + pos: 17.5,25.5 + parent: 2 +- proto: VendingMachineSciDrobe + entities: + - uid: 102 + components: + - type: Transform + pos: 27.5,-26.5 + parent: 2 +- proto: VendingMachineSec + entities: + - uid: 14840 + components: + - type: Transform + pos: -24.5,17.5 + parent: 2 +- proto: VendingMachineSecDrobe + entities: + - uid: 2378 + components: + - type: Transform + pos: -22.5,14.5 + parent: 2 +- proto: VendingMachineSeeds + entities: + - uid: 2981 + components: + - type: Transform + pos: -14.5,-29.5 + parent: 2 +- proto: VendingMachineSeedsUnlocked + entities: + - uid: 227 + components: + - type: Transform + pos: -31.5,-7.5 + parent: 2 + - uid: 17187 + components: + - type: Transform + pos: 44.5,-60.5 + parent: 2 +- proto: VendingMachineSovietSoda + entities: + - uid: 9679 + components: + - type: Transform + pos: 23.5,9.5 + parent: 2 +- proto: VendingMachineSustenance + entities: + - uid: 2824 + components: + - type: Transform + pos: -29.5,-9.5 + parent: 2 + - uid: 8037 + components: + - type: Transform + pos: -51.5,-39.5 + parent: 2 +- proto: VendingMachineTankDispenserEngineering + entities: + - uid: 9572 + components: + - type: Transform + pos: -7.5,-6.5 + parent: 2 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 1960 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 + - uid: 2055 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 2302 + components: + - type: Transform + pos: -31.5,-1.5 + parent: 2 + - uid: 7021 + components: + - type: Transform + pos: -12.5,-56.5 + parent: 2 + - uid: 8598 + components: + - type: Transform + pos: -5.5,-51.5 + parent: 2 + - uid: 11066 + components: + - type: Transform + pos: 11.5,27.5 + parent: 2 +- proto: VendingMachineTheater + entities: + - uid: 10900 + components: + - type: Transform + pos: 13.5,-24.5 + parent: 2 +- proto: VendingMachineVendomat + entities: + - uid: 2412 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 2 + - uid: 3384 + components: + - type: Transform + pos: -19.5,-25.5 + parent: 2 +- proto: VendingMachineViroDrobe + entities: + - uid: 10744 + components: + - type: Transform + pos: -45.5,-35.5 + parent: 2 +- proto: VendingMachineWinter + entities: + - uid: 10902 + components: + - type: Transform + pos: 13.5,-26.5 + parent: 2 + - uid: 12612 + components: + - type: Transform + pos: 48.5,-15.5 + parent: 2 +- proto: VendingMachineYouTool + entities: + - uid: 3385 + components: + - type: Transform + pos: -18.5,-25.5 + parent: 2 + - uid: 10024 + components: + - type: Transform + pos: -7.5,-10.5 + parent: 2 +- proto: WallmountSubstationElectronics + entities: + - uid: 11836 + components: + - type: Transform + pos: -4.9067645,-23.261517 + parent: 2 +- proto: WallmountTelevision + entities: + - uid: 1305 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 1306 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 2 +- proto: WallReinforced + entities: + - uid: 9 + components: + - type: Transform + pos: -65.5,-15.5 + parent: 2 + - uid: 12 + components: + - type: Transform + pos: -21.5,-2.5 + parent: 2 + - uid: 15 + components: + - type: Transform + pos: -20.5,15.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: -14.5,24.5 + parent: 2 + - uid: 21 + components: + - type: Transform + pos: -53.5,-29.5 + parent: 2 + - uid: 37 + components: + - type: Transform + pos: -5.5,17.5 + parent: 2 + - uid: 51 + components: + - type: Transform + pos: 45.5,-85.5 + parent: 2 + - uid: 60 + components: + - type: Transform + pos: -18.5,24.5 + parent: 2 + - uid: 65 + components: + - type: Transform + pos: -25.5,-48.5 + parent: 2 + - uid: 70 + components: + - type: Transform + pos: 13.5,4.5 + parent: 2 + - uid: 81 + components: + - type: Transform + pos: 16.5,26.5 + parent: 2 + - uid: 89 + components: + - type: Transform + pos: 28.5,-11.5 + parent: 2 + - uid: 90 + components: + - type: Transform + pos: -12.5,25.5 + parent: 2 + - uid: 93 + components: + - type: Transform + pos: -11.5,26.5 + parent: 2 + - uid: 94 + components: + - type: Transform + pos: 1.5,27.5 + parent: 2 + - uid: 99 + components: + - type: Transform + pos: 10.5,26.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: -15.5,24.5 + parent: 2 + - uid: 104 + components: + - type: Transform + pos: -13.5,24.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: -12.5,24.5 + parent: 2 + - uid: 117 + components: + - type: Transform + pos: 50.5,-45.5 + parent: 2 + - uid: 121 + components: + - type: Transform + pos: -49.5,-25.5 + parent: 2 + - uid: 125 + components: + - type: Transform + pos: 8.5,13.5 + parent: 2 + - uid: 126 + components: + - type: Transform + pos: 0.5,15.5 + parent: 2 + - uid: 127 + components: + - type: Transform + pos: -6.5,20.5 + parent: 2 + - uid: 134 + components: + - type: Transform + pos: 19.5,16.5 + parent: 2 + - uid: 138 + components: + - type: Transform + pos: 18.5,16.5 + parent: 2 + - uid: 139 + components: + - type: Transform + pos: 20.5,16.5 + parent: 2 + - uid: 140 + components: + - type: Transform + pos: -3.5,23.5 + parent: 2 + - uid: 141 + components: + - type: Transform + pos: -10.5,9.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: 1.5,15.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: 47.5,-63.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: 9.5,15.5 + parent: 2 + - uid: 162 + components: + - type: Transform + pos: 21.5,16.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: -21.5,0.5 + parent: 2 + - uid: 169 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - uid: 177 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 2 + - uid: 179 + components: + - type: Transform + pos: 10.5,27.5 + parent: 2 + - uid: 206 + components: + - type: Transform + pos: 14.5,-7.5 + parent: 2 + - uid: 207 + components: + - type: Transform + pos: -22.5,1.5 + parent: 2 + - uid: 209 + components: + - type: Transform + pos: -26.5,-11.5 + parent: 2 + - uid: 214 + components: + - type: Transform + pos: -23.5,1.5 + parent: 2 + - uid: 222 + components: + - type: Transform + pos: 50.5,-46.5 + parent: 2 + - uid: 232 + components: + - type: Transform + pos: 49.5,-72.5 + parent: 2 + - uid: 235 + components: + - type: Transform + pos: 43.5,-49.5 + parent: 2 + - uid: 237 + components: + - type: Transform + pos: -27.5,7.5 + parent: 2 + - uid: 238 + components: + - type: Transform + pos: 50.5,-44.5 + parent: 2 + - uid: 240 + components: + - type: Transform + pos: 55.5,-56.5 + parent: 2 + - uid: 243 + components: + - type: Transform + pos: 49.5,-71.5 + parent: 2 + - uid: 248 + components: + - type: Transform + pos: -69.5,-8.5 + parent: 2 + - uid: 256 + components: + - type: Transform + pos: 28.5,-15.5 + parent: 2 + - uid: 259 + components: + - type: Transform + pos: -30.5,5.5 + parent: 2 + - uid: 280 + components: + - type: Transform + pos: 12.5,-4.5 + parent: 2 + - uid: 287 + components: + - type: Transform + pos: -31.5,2.5 + parent: 2 + - uid: 294 + components: + - type: Transform + pos: -21.5,14.5 + parent: 2 + - uid: 298 + components: + - type: Transform + pos: -24.5,18.5 + parent: 2 + - uid: 324 + components: + - type: Transform + pos: -26.5,22.5 + parent: 2 + - uid: 327 + components: + - type: Transform + pos: 56.5,-46.5 + parent: 2 + - uid: 352 + components: + - type: Transform + pos: -31.5,5.5 + parent: 2 + - uid: 370 + components: + - type: Transform + pos: 42.5,-63.5 + parent: 2 + - uid: 381 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 394 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 395 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 + - uid: 396 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - uid: 410 + components: + - type: Transform + pos: 45.5,-49.5 + parent: 2 + - uid: 411 + components: + - type: Transform + pos: -28.5,17.5 + parent: 2 + - uid: 413 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 + - uid: 414 + components: + - type: Transform + pos: -26.5,18.5 + parent: 2 + - uid: 415 + components: + - type: Transform + pos: -27.5,18.5 + parent: 2 + - uid: 418 + components: + - type: Transform + pos: 48.5,-63.5 + parent: 2 + - uid: 422 + components: + - type: Transform + pos: -21.5,15.5 + parent: 2 + - uid: 424 + components: + - type: Transform + pos: 8.5,7.5 + parent: 2 + - uid: 425 + components: + - type: Transform + pos: 13.5,6.5 + parent: 2 + - uid: 426 + components: + - type: Transform + pos: -22.5,18.5 + parent: 2 + - uid: 435 + components: + - type: Transform + pos: 59.5,-45.5 + parent: 2 + - uid: 436 + components: + - type: Transform + pos: -17.5,7.5 + parent: 2 + - uid: 440 + components: + - type: Transform + pos: -20.5,13.5 + parent: 2 + - uid: 478 + components: + - type: Transform + pos: 56.5,-47.5 + parent: 2 + - uid: 496 + components: + - type: Transform + pos: -20.5,18.5 + parent: 2 + - uid: 515 + components: + - type: Transform + pos: 9.5,2.5 + parent: 2 + - uid: 520 + components: + - type: Transform + pos: -29.5,13.5 + parent: 2 + - uid: 521 + components: + - type: Transform + pos: -9.5,-54.5 + parent: 2 + - uid: 528 + components: + - type: Transform + pos: 7.5,4.5 + parent: 2 + - uid: 530 + components: + - type: Transform + pos: 60.5,-46.5 + parent: 2 + - uid: 531 + components: + - type: Transform + pos: 10.5,7.5 + parent: 2 + - uid: 532 + components: + - type: Transform + pos: 44.5,-49.5 + parent: 2 + - uid: 534 + components: + - type: Transform + pos: 25.5,-38.5 + parent: 2 + - uid: 538 + components: + - type: Transform + pos: 9.5,7.5 + parent: 2 + - uid: 539 + components: + - type: Transform + pos: 13.5,9.5 + parent: 2 + - uid: 545 + components: + - type: Transform + pos: 42.5,-50.5 + parent: 2 + - uid: 553 + components: + - type: Transform + pos: 38.5,-62.5 + parent: 2 + - uid: 554 + components: + - type: Transform + pos: 41.5,-62.5 + parent: 2 + - uid: 557 + components: + - type: Transform + pos: 50.5,-74.5 + parent: 2 + - uid: 572 + components: + - type: Transform + pos: 44.5,-47.5 + parent: 2 + - uid: 577 + components: + - type: Transform + pos: 7.5,6.5 + parent: 2 + - uid: 581 + components: + - type: Transform + pos: 47.5,-44.5 + parent: 2 + - uid: 588 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 596 + components: + - type: Transform + pos: 41.5,-50.5 + parent: 2 + - uid: 605 + components: + - type: Transform + pos: -13.5,5.5 + parent: 2 + - uid: 606 + components: + - type: Transform + pos: -13.5,4.5 + parent: 2 + - uid: 607 + components: + - type: Transform + pos: -33.5,2.5 + parent: 2 + - uid: 608 + components: + - type: Transform + pos: -13.5,2.5 + parent: 2 + - uid: 609 + components: + - type: Transform + pos: -13.5,3.5 + parent: 2 + - uid: 623 + components: + - type: Transform + pos: 37.5,-64.5 + parent: 2 + - uid: 646 + components: + - type: Transform + pos: 11.5,6.5 + parent: 2 + - uid: 657 + components: + - type: Transform + pos: 47.5,-49.5 + parent: 2 + - uid: 686 + components: + - type: Transform + pos: -28.5,7.5 + parent: 2 + - uid: 688 + components: + - type: Transform + pos: 11.5,4.5 + parent: 2 + - uid: 689 + components: + - type: Transform + pos: 12.5,6.5 + parent: 2 + - uid: 690 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 2 + - uid: 692 + components: + - type: Transform + pos: -32.5,-2.5 + parent: 2 + - uid: 733 + components: + - type: Transform + pos: -0.5,9.5 + parent: 2 + - uid: 738 + components: + - type: Transform + pos: 7.5,27.5 + parent: 2 + - uid: 739 + components: + - type: Transform + pos: 8.5,27.5 + parent: 2 + - uid: 740 + components: + - type: Transform + pos: 0.5,27.5 + parent: 2 + - uid: 752 + components: + - type: Transform + pos: 11.5,9.5 + parent: 2 + - uid: 758 + components: + - type: Transform + pos: 49.5,-14.5 + parent: 2 + - uid: 764 + components: + - type: Transform + pos: -28.5,27.5 + parent: 2 + - uid: 765 + components: + - type: Transform + pos: -21.5,7.5 + parent: 2 + - uid: 789 + components: + - type: Transform + pos: 44.5,-43.5 + parent: 2 + - uid: 820 + components: + - type: Transform + pos: -12.5,26.5 + parent: 2 + - uid: 825 + components: + - type: Transform + pos: 56.5,-43.5 + parent: 2 + - uid: 832 + components: + - type: Transform + pos: -21.5,28.5 + parent: 2 + - uid: 839 + components: + - type: Transform + pos: -20.5,27.5 + parent: 2 + - uid: 842 + components: + - type: Transform + pos: -20.5,28.5 + parent: 2 + - uid: 845 + components: + - type: Transform + pos: -3.5,26.5 + parent: 2 + - uid: 847 + components: + - type: Transform + pos: -5.5,20.5 + parent: 2 + - uid: 848 + components: + - type: Transform + pos: 11.5,26.5 + parent: 2 + - uid: 854 + components: + - type: Transform + pos: 17.5,20.5 + parent: 2 + - uid: 869 + components: + - type: Transform + pos: 9.5,14.5 + parent: 2 + - uid: 879 + components: + - type: Transform + pos: -0.5,15.5 + parent: 2 + - uid: 882 + components: + - type: Transform + pos: 8.5,15.5 + parent: 2 + - uid: 892 + components: + - type: Transform + pos: 7.5,29.5 + parent: 2 + - uid: 894 + components: + - type: Transform + pos: -72.5,-11.5 + parent: 2 + - uid: 895 + components: + - type: Transform + pos: 1.5,29.5 + parent: 2 + - uid: 918 + components: + - type: Transform + pos: -18.5,23.5 + parent: 2 + - uid: 939 + components: + - type: Transform + pos: -3.5,21.5 + parent: 2 + - uid: 971 + components: + - type: Transform + pos: -2.5,26.5 + parent: 2 + - uid: 986 + components: + - type: Transform + pos: 18.5,20.5 + parent: 2 + - uid: 987 + components: + - type: Transform + pos: 9.5,29.5 + parent: 2 + - uid: 993 + components: + - type: Transform + pos: -1.5,13.5 + parent: 2 + - uid: 995 + components: + - type: Transform + pos: -0.5,13.5 + parent: 2 + - uid: 998 + components: + - type: Transform + pos: -71.5,-13.5 + parent: 2 + - uid: 999 + components: + - type: Transform + pos: -70.5,-15.5 + parent: 2 + - uid: 1000 + components: + - type: Transform + pos: -72.5,-12.5 + parent: 2 + - uid: 1001 + components: + - type: Transform + pos: -70.5,-16.5 + parent: 2 + - uid: 1007 + components: + - type: Transform + pos: 0.5,13.5 + parent: 2 + - uid: 1010 + components: + - type: Transform + pos: 7.5,15.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + pos: -3.5,17.5 + parent: 2 + - uid: 1013 + components: + - type: Transform + pos: 7.5,13.5 + parent: 2 + - uid: 1020 + components: + - type: Transform + pos: -71.5,-16.5 + parent: 2 + - uid: 1025 + components: + - type: Transform + pos: -58.5,-10.5 + parent: 2 + - uid: 1042 + components: + - type: Transform + pos: -2.5,27.5 + parent: 2 + - uid: 1044 + components: + - type: Transform + pos: -1.5,27.5 + parent: 2 + - uid: 1045 + components: + - type: Transform + pos: -0.5,27.5 + parent: 2 + - uid: 1080 + components: + - type: Transform + pos: -35.5,2.5 + parent: 2 + - uid: 1084 + components: + - type: Transform + pos: -71.5,-10.5 + parent: 2 + - uid: 1085 + components: + - type: Transform + pos: -70.5,-13.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + pos: -32.5,18.5 + parent: 2 + - uid: 1095 + components: + - type: Transform + pos: -5.5,19.5 + parent: 2 + - uid: 1102 + components: + - type: Transform + pos: -72.5,-16.5 + parent: 2 + - uid: 1105 + components: + - type: Transform + pos: -68.5,-9.5 + parent: 2 + - uid: 1107 + components: + - type: Transform + pos: -73.5,-11.5 + parent: 2 + - uid: 1109 + components: + - type: Transform + pos: -71.5,-9.5 + parent: 2 + - uid: 1110 + components: + - type: Transform + pos: 16.5,17.5 + parent: 2 + - uid: 1111 + components: + - type: Transform + pos: 16.5,18.5 + parent: 2 + - uid: 1112 + components: + - type: Transform + pos: 16.5,19.5 + parent: 2 + - uid: 1113 + components: + - type: Transform + pos: 16.5,20.5 + parent: 2 + - uid: 1114 + components: + - type: Transform + pos: -71.5,-8.5 + parent: 2 + - uid: 1115 + components: + - type: Transform + pos: -5.5,13.5 + parent: 2 + - uid: 1122 + components: + - type: Transform + pos: -31.5,10.5 + parent: 2 + - uid: 1128 + components: + - type: Transform + pos: -70.5,-8.5 + parent: 2 + - uid: 1133 + components: + - type: Transform + pos: 54.5,-43.5 + parent: 2 + - uid: 1137 + components: + - type: Transform + pos: -31.5,11.5 + parent: 2 + - uid: 1140 + components: + - type: Transform + pos: -18.5,-16.5 + parent: 2 + - uid: 1143 + components: + - type: Transform + pos: -26.5,-15.5 + parent: 2 + - uid: 1146 + components: + - type: Transform + pos: 47.5,-47.5 + parent: 2 + - uid: 1147 + components: + - type: Transform + pos: 47.5,-46.5 + parent: 2 + - uid: 1148 + components: + - type: Transform + pos: 46.5,-49.5 + parent: 2 + - uid: 1150 + components: + - type: Transform + pos: 52.5,-43.5 + parent: 2 + - uid: 1151 + components: + - type: Transform + pos: -29.5,-17.5 + parent: 2 + - uid: 1153 + components: + - type: Transform + pos: 18.5,23.5 + parent: 2 + - uid: 1162 + components: + - type: Transform + pos: 53.5,-43.5 + parent: 2 + - uid: 1168 + components: + - type: Transform + pos: -19.5,40.5 + parent: 2 + - uid: 1178 + components: + - type: Transform + pos: 42.5,-43.5 + parent: 2 + - uid: 1179 + components: + - type: Transform + pos: 43.5,-43.5 + parent: 2 + - uid: 1245 + components: + - type: Transform + pos: 4.5,27.5 + parent: 2 + - uid: 1252 + components: + - type: Transform + pos: -18.5,-5.5 + parent: 2 + - uid: 1294 + components: + - type: Transform + pos: 9.5,13.5 + parent: 2 + - uid: 1356 + components: + - type: Transform + pos: -3.5,25.5 + parent: 2 + - uid: 1359 + components: + - type: Transform + pos: 10.5,29.5 + parent: 2 + - uid: 1376 + components: + - type: Transform + pos: 9.5,27.5 + parent: 2 + - uid: 1377 + components: + - type: Transform + pos: 11.5,29.5 + parent: 2 + - uid: 1419 + components: + - type: Transform + pos: -8.5,5.5 + parent: 2 + - uid: 1420 + components: + - type: Transform + pos: -6.5,7.5 + parent: 2 + - uid: 1421 + components: + - type: Transform + pos: -6.5,6.5 + parent: 2 + - uid: 1422 + components: + - type: Transform + pos: -6.5,5.5 + parent: 2 + - uid: 1423 + components: + - type: Transform + pos: -4.5,7.5 + parent: 2 + - uid: 1424 + components: + - type: Transform + pos: -4.5,6.5 + parent: 2 + - uid: 1425 + components: + - type: Transform + pos: -4.5,5.5 + parent: 2 + - uid: 1426 + components: + - type: Transform + pos: -2.5,7.5 + parent: 2 + - uid: 1427 + components: + - type: Transform + pos: -2.5,6.5 + parent: 2 + - uid: 1429 + components: + - type: Transform + pos: 17.5,1.5 + parent: 2 + - uid: 1430 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 1431 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 1432 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 1433 + components: + - type: Transform + pos: 1.5,7.5 + parent: 2 + - uid: 1435 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 1437 + components: + - type: Transform + pos: 1.5,3.5 + parent: 2 + - uid: 1438 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 + - uid: 1439 + components: + - type: Transform + pos: -2.5,3.5 + parent: 2 + - uid: 1440 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 1441 + components: + - type: Transform + pos: -4.5,4.5 + parent: 2 + - uid: 1443 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 1446 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 + - uid: 1449 + components: + - type: Transform + pos: 5.5,6.5 + parent: 2 + - uid: 1451 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 1462 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 1484 + components: + - type: Transform + pos: -13.5,0.5 + parent: 2 + - uid: 1488 + components: + - type: Transform + pos: -11.5,8.5 + parent: 2 + - uid: 1490 + components: + - type: Transform + pos: -12.5,8.5 + parent: 2 + - uid: 1491 + components: + - type: Transform + pos: -11.5,9.5 + parent: 2 + - uid: 1494 + components: + - type: Transform + pos: -13.5,6.5 + parent: 2 + - uid: 1497 + components: + - type: Transform + pos: -43.5,-33.5 + parent: 2 + - uid: 1512 + components: + - type: Transform + pos: 45.5,-91.5 + parent: 2 + - uid: 1516 + components: + - type: Transform + pos: 24.5,15.5 + parent: 2 + - uid: 1517 + components: + - type: Transform + pos: 29.5,-14.5 + parent: 2 + - uid: 1529 + components: + - type: Transform + pos: 22.5,14.5 + parent: 2 + - uid: 1530 + components: + - type: Transform + pos: 42.5,-26.5 + parent: 2 + - uid: 1533 + components: + - type: Transform + pos: 7.5,-60.5 + parent: 2 + - uid: 1534 + components: + - type: Transform + pos: -4.5,13.5 + parent: 2 + - uid: 1538 + components: + - type: Transform + pos: -26.5,-17.5 + parent: 2 + - uid: 1560 + components: + - type: Transform + pos: -11.5,1.5 + parent: 2 + - uid: 1564 + components: + - type: Transform + pos: -10.5,1.5 + parent: 2 + - uid: 1583 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 2 + - uid: 1589 + components: + - type: Transform + pos: -18.5,-3.5 + parent: 2 + - uid: 1627 + components: + - type: Transform + pos: -26.5,-14.5 + parent: 2 + - uid: 1635 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 2 + - uid: 1640 + components: + - type: Transform + pos: 23.5,15.5 + parent: 2 + - uid: 1644 + components: + - type: Transform + pos: 6.5,1.5 + parent: 2 + - uid: 1645 + components: + - type: Transform + pos: 47.5,-43.5 + parent: 2 + - uid: 1662 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 1664 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 2 + - uid: 1666 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 2 + - uid: 1671 + components: + - type: Transform + pos: 6.5,-5.5 + parent: 2 + - uid: 1679 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 1684 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 2 + - uid: 1696 + components: + - type: Transform + pos: 29.5,-6.5 + parent: 2 + - uid: 1697 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 1718 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 2 + - uid: 1730 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 2 + - uid: 1735 + components: + - type: Transform + pos: 44.5,-15.5 + parent: 2 + - uid: 1736 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - uid: 1754 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 2 + - uid: 1764 + components: + - type: Transform + pos: 25.5,15.5 + parent: 2 + - uid: 1765 + components: + - type: Transform + pos: -24.5,22.5 + parent: 2 + - uid: 1780 + components: + - type: Transform + pos: 6.5,-1.5 + parent: 2 + - uid: 1781 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 2 + - uid: 1807 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 2 + - uid: 1817 + components: + - type: Transform + pos: -6.5,-9.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + pos: -6.5,-8.5 + parent: 2 + - uid: 1833 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 2 + - uid: 1846 + components: + - type: Transform + pos: -36.5,-56.5 + parent: 2 + - uid: 1864 + components: + - type: Transform + pos: 28.5,-47.5 + parent: 2 + - uid: 1870 + components: + - type: Transform + pos: 26.5,-47.5 + parent: 2 + - uid: 1872 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 2 + - uid: 1876 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 2 + - uid: 1879 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - uid: 1883 + components: + - type: Transform + pos: 6.5,-60.5 + parent: 2 + - uid: 1887 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - uid: 1889 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - uid: 1894 + components: + - type: Transform + pos: 40.5,-68.5 + parent: 2 + - uid: 1897 + components: + - type: Transform + pos: 13.5,0.5 + parent: 2 + - uid: 1911 + components: + - type: Transform + pos: -40.5,-39.5 + parent: 2 + - uid: 1918 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 + - uid: 2011 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - uid: 2041 + components: + - type: Transform + pos: 7.5,5.5 + parent: 2 + - uid: 2059 + components: + - type: Transform + pos: -17.5,1.5 + parent: 2 + - uid: 2067 + components: + - type: Transform + pos: -3.5,19.5 + parent: 2 + - uid: 2069 + components: + - type: Transform + pos: 37.5,-65.5 + parent: 2 + - uid: 2076 + components: + - type: Transform + pos: 53.5,-57.5 + parent: 2 + - uid: 2086 + components: + - type: Transform + pos: -45.5,-39.5 + parent: 2 + - uid: 2153 + components: + - type: Transform + pos: 40.5,-67.5 + parent: 2 + - uid: 2193 + components: + - type: Transform + pos: -5.5,-24.5 + parent: 2 + - uid: 2194 + components: + - type: Transform + pos: -4.5,-24.5 + parent: 2 + - uid: 2195 + components: + - type: Transform + pos: -2.5,-24.5 + parent: 2 + - uid: 2196 + components: + - type: Transform + pos: -21.5,9.5 + parent: 2 + - uid: 2204 + components: + - type: Transform + pos: 38.5,-68.5 + parent: 2 + - uid: 2213 + components: + - type: Transform + pos: 54.5,-57.5 + parent: 2 + - uid: 2220 + components: + - type: Transform + pos: 38.5,-69.5 + parent: 2 + - uid: 2221 + components: + - type: Transform + pos: -21.5,8.5 + parent: 2 + - uid: 2232 + components: + - type: Transform + pos: -20.5,24.5 + parent: 2 + - uid: 2238 + components: + - type: Transform + pos: -67.5,-8.5 + parent: 2 + - uid: 2258 + components: + - type: Transform + pos: 36.5,-52.5 + parent: 2 + - uid: 2263 + components: + - type: Transform + pos: 50.5,-71.5 + parent: 2 + - uid: 2266 + components: + - type: Transform + pos: 41.5,-51.5 + parent: 2 + - uid: 2277 + components: + - type: Transform + pos: 50.5,-63.5 + parent: 2 + - uid: 2280 + components: + - type: Transform + pos: -65.5,-8.5 + parent: 2 + - uid: 2287 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 2 + - uid: 2289 + components: + - type: Transform + pos: -71.5,-15.5 + parent: 2 + - uid: 2295 + components: + - type: Transform + pos: -71.5,-14.5 + parent: 2 + - uid: 2296 + components: + - type: Transform + pos: -72.5,-14.5 + parent: 2 + - uid: 2297 + components: + - type: Transform + pos: -59.5,-17.5 + parent: 2 + - uid: 2315 + components: + - type: Transform + pos: -10.5,-25.5 + parent: 2 + - uid: 2316 + components: + - type: Transform + pos: 37.5,-63.5 + parent: 2 + - uid: 2351 + components: + - type: Transform + pos: -32.5,-5.5 + parent: 2 + - uid: 2352 + components: + - type: Transform + pos: -32.5,-6.5 + parent: 2 + - uid: 2353 + components: + - type: Transform + pos: -31.5,-3.5 + parent: 2 + - uid: 2356 + components: + - type: Transform + pos: 66.5,-43.5 + parent: 2 + - uid: 2367 + components: + - type: Transform + pos: -21.5,17.5 + parent: 2 + - uid: 2380 + components: + - type: Transform + pos: -19.5,18.5 + parent: 2 + - uid: 2388 + components: + - type: Transform + pos: -31.5,-2.5 + parent: 2 + - uid: 2389 + components: + - type: Transform + pos: -31.5,1.5 + parent: 2 + - uid: 2435 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 2436 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 2448 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 2 + - uid: 2452 + components: + - type: Transform + pos: -20.5,26.5 + parent: 2 + - uid: 2454 + components: + - type: Transform + pos: -20.5,25.5 + parent: 2 + - uid: 2515 + components: + - type: Transform + pos: -6.5,-24.5 + parent: 2 + - uid: 2527 + components: + - type: Transform + pos: -43.5,-34.5 + parent: 2 + - uid: 2541 + components: + - type: Transform + pos: -19.5,-12.5 + parent: 2 + - uid: 2553 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 2557 + components: + - type: Transform + pos: -6.5,-27.5 + parent: 2 + - uid: 2558 + components: + - type: Transform + pos: -8.5,-27.5 + parent: 2 + - uid: 2572 + components: + - type: Transform + pos: -3.5,-26.5 + parent: 2 + - uid: 2573 + components: + - type: Transform + pos: -4.5,-27.5 + parent: 2 + - uid: 2574 + components: + - type: Transform + pos: -3.5,-27.5 + parent: 2 + - uid: 2588 + components: + - type: Transform + pos: -46.5,-39.5 + parent: 2 + - uid: 2590 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 2 + - uid: 2595 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 2603 + components: + - type: Transform + pos: -28.5,1.5 + parent: 2 + - uid: 2604 + components: + - type: Transform + pos: -27.5,1.5 + parent: 2 + - uid: 2609 + components: + - type: Transform + pos: -4.5,-29.5 + parent: 2 + - uid: 2610 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - uid: 2614 + components: + - type: Transform + pos: -30.5,9.5 + parent: 2 + - uid: 2615 + components: + - type: Transform + pos: -30.5,12.5 + parent: 2 + - uid: 2616 + components: + - type: Transform + pos: -30.5,13.5 + parent: 2 + - uid: 2624 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 2 + - uid: 2625 + components: + - type: Transform + pos: -30.5,-1.5 + parent: 2 + - uid: 2650 + components: + - type: Transform + pos: -28.5,-2.5 + parent: 2 + - uid: 2651 + components: + - type: Transform + pos: -27.5,-2.5 + parent: 2 + - uid: 2653 + components: + - type: Transform + pos: -28.5,5.5 + parent: 2 + - uid: 2675 + components: + - type: Transform + pos: -30.5,0.5 + parent: 2 + - uid: 2676 + components: + - type: Transform + pos: -21.5,-12.5 + parent: 2 + - uid: 2682 + components: + - type: Transform + pos: -34.5,13.5 + parent: 2 + - uid: 2685 + components: + - type: Transform + pos: -22.5,-12.5 + parent: 2 + - uid: 2748 + components: + - type: Transform + pos: -6.5,-23.5 + parent: 2 + - uid: 2756 + components: + - type: Transform + pos: 65.5,-43.5 + parent: 2 + - uid: 2766 + components: + - type: Transform + pos: -40.5,-24.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + pos: -34.5,3.5 + parent: 2 + - uid: 2794 + components: + - type: Transform + pos: 42.5,-32.5 + parent: 2 + - uid: 2812 + components: + - type: Transform + pos: 36.5,-51.5 + parent: 2 + - uid: 2817 + components: + - type: Transform + pos: 39.5,-33.5 + parent: 2 + - uid: 2819 + components: + - type: Transform + pos: -27.5,5.5 + parent: 2 + - uid: 2820 + components: + - type: Transform + pos: -34.5,4.5 + parent: 2 + - uid: 2822 + components: + - type: Transform + pos: 52.5,-65.5 + parent: 2 + - uid: 2825 + components: + - type: Transform + pos: 40.5,-51.5 + parent: 2 + - uid: 2830 + components: + - type: Transform + pos: -17.5,9.5 + parent: 2 + - uid: 2879 + components: + - type: Transform + pos: 54.5,-49.5 + parent: 2 + - uid: 2881 + components: + - type: Transform + pos: 42.5,-65.5 + parent: 2 + - uid: 2915 + components: + - type: Transform + pos: -10.5,-24.5 + parent: 2 + - uid: 2920 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - uid: 2923 + components: + - type: Transform + pos: -10.5,-26.5 + parent: 2 + - uid: 2925 + components: + - type: Transform + pos: 23.5,-26.5 + parent: 2 + - uid: 2936 + components: + - type: Transform + pos: -5.5,-29.5 + parent: 2 + - uid: 2943 + components: + - type: Transform + pos: 11.5,-20.5 + parent: 2 + - uid: 2949 + components: + - type: Transform + pos: -39.5,-36.5 + parent: 2 + - uid: 2953 + components: + - type: Transform + pos: -65.5,-9.5 + parent: 2 + - uid: 2958 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 2 + - uid: 2961 + components: + - type: Transform + pos: 17.5,-5.5 + parent: 2 + - uid: 2989 + components: + - type: Transform + pos: -22.5,-14.5 + parent: 2 + - uid: 3005 + components: + - type: Transform + pos: 54.5,-50.5 + parent: 2 + - uid: 3013 + components: + - type: Transform + pos: -36.5,22.5 + parent: 2 + - uid: 3014 + components: + - type: Transform + pos: 29.5,-7.5 + parent: 2 + - uid: 3016 + components: + - type: Transform + pos: 49.5,-13.5 + parent: 2 + - uid: 3017 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 + - uid: 3021 + components: + - type: Transform + pos: -35.5,-2.5 + parent: 2 + - uid: 3058 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 2 + - uid: 3070 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 2 + - uid: 3072 + components: + - type: Transform + pos: 22.5,-29.5 + parent: 2 + - uid: 3073 + components: + - type: Transform + pos: 23.5,-29.5 + parent: 2 + - uid: 3091 + components: + - type: Transform + pos: -11.5,-45.5 + parent: 2 + - uid: 3092 + components: + - type: Transform + pos: -10.5,-45.5 + parent: 2 + - uid: 3093 + components: + - type: Transform + pos: -10.5,-46.5 + parent: 2 + - uid: 3094 + components: + - type: Transform + pos: -10.5,-47.5 + parent: 2 + - uid: 3095 + components: + - type: Transform + pos: -21.5,-56.5 + parent: 2 + - uid: 3100 + components: + - type: Transform + pos: -27.5,-52.5 + parent: 2 + - uid: 3101 + components: + - type: Transform + pos: -27.5,-51.5 + parent: 2 + - uid: 3114 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 + - uid: 3116 + components: + - type: Transform + pos: -17.5,-2.5 + parent: 2 + - uid: 3120 + components: + - type: Transform + pos: -18.5,-2.5 + parent: 2 + - uid: 3122 + components: + - type: Transform + pos: -19.5,-9.5 + parent: 2 + - uid: 3126 + components: + - type: Transform + pos: -22.5,13.5 + parent: 2 + - uid: 3128 + components: + - type: Transform + pos: 32.5,-49.5 + parent: 2 + - uid: 3130 + components: + - type: Transform + pos: -46.5,-29.5 + parent: 2 + - uid: 3131 + components: + - type: Transform + pos: -10.5,-49.5 + parent: 2 + - uid: 3133 + components: + - type: Transform + pos: -19.5,-45.5 + parent: 2 + - uid: 3134 + components: + - type: Transform + pos: -21.5,-45.5 + parent: 2 + - uid: 3135 + components: + - type: Transform + pos: -20.5,-45.5 + parent: 2 + - uid: 3136 + components: + - type: Transform + pos: -22.5,-45.5 + parent: 2 + - uid: 3137 + components: + - type: Transform + pos: -22.5,-44.5 + parent: 2 + - uid: 3138 + components: + - type: Transform + pos: -17.5,-45.5 + parent: 2 + - uid: 3139 + components: + - type: Transform + pos: -22.5,-43.5 + parent: 2 + - uid: 3140 + components: + - type: Transform + pos: -18.5,-45.5 + parent: 2 + - uid: 3141 + components: + - type: Transform + pos: -10.5,-48.5 + parent: 2 + - uid: 3143 + components: + - type: Transform + pos: -45.5,-29.5 + parent: 2 + - uid: 3144 + components: + - type: Transform + pos: -31.5,-18.5 + parent: 2 + - uid: 3171 + components: + - type: Transform + pos: -22.5,-13.5 + parent: 2 + - uid: 3186 + components: + - type: Transform + pos: -32.5,-59.5 + parent: 2 + - uid: 3190 + components: + - type: Transform + pos: -5.5,23.5 + parent: 2 + - uid: 3199 + components: + - type: Transform + pos: -52.5,-35.5 + parent: 2 + - uid: 3204 + components: + - type: Transform + pos: -27.5,-17.5 + parent: 2 + - uid: 3206 + components: + - type: Transform + pos: -18.5,-13.5 + parent: 2 + - uid: 3209 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - uid: 3210 + components: + - type: Transform + pos: -5.5,-30.5 + parent: 2 + - uid: 3211 + components: + - type: Transform + pos: -4.5,-33.5 + parent: 2 + - uid: 3212 + components: + - type: Transform + pos: -2.5,-29.5 + parent: 2 + - uid: 3214 + components: + - type: Transform + pos: -22.5,-16.5 + parent: 2 + - uid: 3215 + components: + - type: Transform + pos: -21.5,32.5 + parent: 2 + - uid: 3218 + components: + - type: Transform + pos: -3.5,-29.5 + parent: 2 + - uid: 3223 + components: + - type: Transform + pos: -5.5,-33.5 + parent: 2 + - uid: 3228 + components: + - type: Transform + pos: -2.5,-33.5 + parent: 2 + - uid: 3229 + components: + - type: Transform + pos: -3.5,-33.5 + parent: 2 + - uid: 3231 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 3237 + components: + - type: Transform + pos: -29.5,-18.5 + parent: 2 + - uid: 3239 + components: + - type: Transform + pos: -28.5,-17.5 + parent: 2 + - uid: 3240 + components: + - type: Transform + pos: -30.5,-18.5 + parent: 2 + - uid: 3251 + components: + - type: Transform + pos: -64.5,-16.5 + parent: 2 + - uid: 3322 + components: + - type: Transform + pos: 61.5,-80.5 + parent: 2 + - uid: 3451 + components: + - type: Transform + pos: -27.5,-65.5 + parent: 2 + - uid: 3488 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 2 + - uid: 3507 + components: + - type: Transform + pos: 47.5,-45.5 + parent: 2 + - uid: 3524 + components: + - type: Transform + pos: 55.5,-43.5 + parent: 2 + - uid: 3535 + components: + - type: Transform + pos: -0.5,-38.5 + parent: 2 + - uid: 3536 + components: + - type: Transform + pos: -0.5,-37.5 + parent: 2 + - uid: 3548 + components: + - type: Transform + pos: 40.5,-63.5 + parent: 2 + - uid: 3552 + components: + - type: Transform + pos: 40.5,-62.5 + parent: 2 + - uid: 3568 + components: + - type: Transform + pos: 13.5,7.5 + parent: 2 + - uid: 3579 + components: + - type: Transform + pos: 38.5,-67.5 + parent: 2 + - uid: 3582 + components: + - type: Transform + pos: 35.5,-56.5 + parent: 2 + - uid: 3603 + components: + - type: Transform + pos: -13.5,-22.5 + parent: 2 + - uid: 3675 + components: + - type: Transform + pos: 59.5,-78.5 + parent: 2 + - uid: 3692 + components: + - type: Transform + pos: 58.5,-78.5 + parent: 2 + - uid: 3797 + components: + - type: Transform + pos: -71.5,-12.5 + parent: 2 + - uid: 3800 + components: + - type: Transform + pos: 54.5,-47.5 + parent: 2 + - uid: 3946 + components: + - type: Transform + pos: 57.5,-45.5 + parent: 2 + - uid: 3958 + components: + - type: Transform + pos: -23.5,7.5 + parent: 2 + - uid: 3962 + components: + - type: Transform + pos: 1.5,-35.5 + parent: 2 + - uid: 3963 + components: + - type: Transform + pos: 0.5,-35.5 + parent: 2 + - uid: 3965 + components: + - type: Transform + pos: 53.5,-64.5 + parent: 2 + - uid: 4017 + components: + - type: Transform + pos: 2.5,-38.5 + parent: 2 + - uid: 4018 + components: + - type: Transform + pos: 2.5,-37.5 + parent: 2 + - uid: 4049 + components: + - type: Transform + pos: -63.5,-14.5 + parent: 2 + - uid: 4051 + components: + - type: Transform + pos: 52.5,-62.5 + parent: 2 + - uid: 4069 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 2 + - uid: 4145 + components: + - type: Transform + pos: 75.5,-64.5 + parent: 2 + - uid: 4189 + components: + - type: Transform + pos: -25.5,22.5 + parent: 2 + - uid: 4195 + components: + - type: Transform + pos: 3.5,-20.5 + parent: 2 + - uid: 4207 + components: + - type: Transform + pos: 25.5,-32.5 + parent: 2 + - uid: 4212 + components: + - type: Transform + pos: 32.5,-32.5 + parent: 2 + - uid: 4256 + components: + - type: Transform + pos: 26.5,-26.5 + parent: 2 + - uid: 4267 + components: + - type: Transform + pos: 40.5,-33.5 + parent: 2 + - uid: 4269 + components: + - type: Transform + pos: 42.5,-35.5 + parent: 2 + - uid: 4281 + components: + - type: Transform + pos: 42.5,-36.5 + parent: 2 + - uid: 4300 + components: + - type: Transform + pos: 25.5,-35.5 + parent: 2 + - uid: 4301 + components: + - type: Transform + pos: 25.5,-34.5 + parent: 2 + - uid: 4316 + components: + - type: Transform + pos: 51.5,-69.5 + parent: 2 + - uid: 4346 + components: + - type: Transform + pos: 50.5,-65.5 + parent: 2 + - uid: 4362 + components: + - type: Transform + pos: 75.5,-67.5 + parent: 2 + - uid: 4364 + components: + - type: Transform + pos: 50.5,-43.5 + parent: 2 + - uid: 4414 + components: + - type: Transform + pos: 49.5,-83.5 + parent: 2 + - uid: 4434 + components: + - type: Transform + pos: 42.5,-33.5 + parent: 2 + - uid: 4478 + components: + - type: Transform + pos: 57.5,-43.5 + parent: 2 + - uid: 4507 + components: + - type: Transform + pos: 4.5,-13.5 + parent: 2 + - uid: 4520 + components: + - type: Transform + pos: 38.5,-43.5 + parent: 2 + - uid: 4523 + components: + - type: Transform + pos: 37.5,-43.5 + parent: 2 + - uid: 4524 + components: + - type: Transform + pos: 40.5,-43.5 + parent: 2 + - uid: 4526 + components: + - type: Transform + pos: 37.5,-47.5 + parent: 2 + - uid: 4532 + components: + - type: Transform + pos: 30.5,-60.5 + parent: 2 + - uid: 4537 + components: + - type: Transform + pos: 40.5,-39.5 + parent: 2 + - uid: 4542 + components: + - type: Transform + pos: 41.5,-43.5 + parent: 2 + - uid: 4543 + components: + - type: Transform + pos: 41.5,-47.5 + parent: 2 + - uid: 4544 + components: + - type: Transform + pos: 39.5,-47.5 + parent: 2 + - uid: 4545 + components: + - type: Transform + pos: 38.5,-47.5 + parent: 2 + - uid: 4549 + components: + - type: Transform + pos: 2.5,-13.5 + parent: 2 + - uid: 4550 + components: + - type: Transform + pos: 1.5,-13.5 + parent: 2 + - uid: 4551 + components: + - type: Transform + pos: 36.5,-47.5 + parent: 2 + - uid: 4553 + components: + - type: Transform + pos: 40.5,-47.5 + parent: 2 + - uid: 4564 + components: + - type: Transform + pos: 41.5,-39.5 + parent: 2 + - uid: 4565 + components: + - type: Transform + pos: 42.5,-39.5 + parent: 2 + - uid: 4574 + components: + - type: Transform + pos: 30.5,-47.5 + parent: 2 + - uid: 4593 + components: + - type: Transform + pos: -6.5,-5.5 + parent: 2 + - uid: 4613 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 4621 + components: + - type: Transform + pos: -11.5,-22.5 + parent: 2 + - uid: 4622 + components: + - type: Transform + pos: 30.5,-61.5 + parent: 2 + - uid: 4630 + components: + - type: Transform + pos: 29.5,-59.5 + parent: 2 + - uid: 4647 + components: + - type: Transform + pos: 0.5,-24.5 + parent: 2 + - uid: 4648 + components: + - type: Transform + pos: 2.5,-24.5 + parent: 2 + - uid: 4651 + components: + - type: Transform + pos: 37.5,-58.5 + parent: 2 + - uid: 4675 + components: + - type: Transform + pos: -28.5,-18.5 + parent: 2 + - uid: 4695 + components: + - type: Transform + pos: 47.5,-48.5 + parent: 2 + - uid: 4711 + components: + - type: Transform + pos: 50.5,-64.5 + parent: 2 + - uid: 4716 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 2 + - uid: 4723 + components: + - type: Transform + pos: 53.5,-61.5 + parent: 2 + - uid: 4734 + components: + - type: Transform + pos: 49.5,-91.5 + parent: 2 + - uid: 4777 + components: + - type: Transform + pos: -42.5,-24.5 + parent: 2 + - uid: 4789 + components: + - type: Transform + pos: -20.5,9.5 + parent: 2 + - uid: 4790 + components: + - type: Transform + pos: -45.5,-19.5 + parent: 2 + - uid: 4791 + components: + - type: Transform + pos: -19.5,15.5 + parent: 2 + - uid: 4828 + components: + - type: Transform + pos: 74.5,-67.5 + parent: 2 + - uid: 4831 + components: + - type: Transform + pos: -42.5,-56.5 + parent: 2 + - uid: 4833 + components: + - type: Transform + pos: 60.5,-80.5 + parent: 2 + - uid: 4835 + components: + - type: Transform + pos: -45.5,-28.5 + parent: 2 + - uid: 4837 + components: + - type: Transform + pos: 4.5,-18.5 + parent: 2 + - uid: 4847 + components: + - type: Transform + pos: 4.5,-19.5 + parent: 2 + - uid: 4849 + components: + - type: Transform + pos: 4.5,-20.5 + parent: 2 + - uid: 4863 + components: + - type: Transform + pos: -42.5,-26.5 + parent: 2 + - uid: 4875 + components: + - type: Transform + pos: -45.5,-20.5 + parent: 2 + - uid: 4879 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 2 + - uid: 4883 + components: + - type: Transform + pos: -47.5,-32.5 + parent: 2 + - uid: 4885 + components: + - type: Transform + pos: -39.5,-39.5 + parent: 2 + - uid: 4886 + components: + - type: Transform + pos: -47.5,-29.5 + parent: 2 + - uid: 4889 + components: + - type: Transform + pos: 0.5,-23.5 + parent: 2 + - uid: 4893 + components: + - type: Transform + pos: 6.5,-22.5 + parent: 2 + - uid: 4899 + components: + - type: Transform + pos: 6.5,-23.5 + parent: 2 + - uid: 4902 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 2 + - uid: 4903 + components: + - type: Transform + pos: -29.5,-70.5 + parent: 2 + - uid: 4909 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 2 + - uid: 4913 + components: + - type: Transform + pos: 35.5,10.5 + parent: 2 + - uid: 4915 + components: + - type: Transform + pos: 29.5,17.5 + parent: 2 + - uid: 4931 + components: + - type: Transform + pos: -18.5,28.5 + parent: 2 + - uid: 4936 + components: + - type: Transform + pos: -10.5,-52.5 + parent: 2 + - uid: 4937 + components: + - type: Transform + pos: -7.5,26.5 + parent: 2 + - uid: 4939 + components: + - type: Transform + pos: -5.5,26.5 + parent: 2 + - uid: 4960 + components: + - type: Transform + pos: -40.5,-20.5 + parent: 2 + - uid: 4963 + components: + - type: Transform + pos: -36.5,-19.5 + parent: 2 + - uid: 4974 + components: + - type: Transform + pos: -17.5,6.5 + parent: 2 + - uid: 4989 + components: + - type: Transform + pos: 30.5,19.5 + parent: 2 + - uid: 5021 + components: + - type: Transform + pos: -8.5,26.5 + parent: 2 + - uid: 5032 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 5041 + components: + - type: Transform + pos: 27.5,13.5 + parent: 2 + - uid: 5065 + components: + - type: Transform + pos: -9.5,26.5 + parent: 2 + - uid: 5076 + components: + - type: Transform + pos: -72.5,-13.5 + parent: 2 + - uid: 5080 + components: + - type: Transform + pos: 30.5,20.5 + parent: 2 + - uid: 5088 + components: + - type: Transform + pos: -17.5,32.5 + parent: 2 + - uid: 5091 + components: + - type: Transform + pos: -17.5,28.5 + parent: 2 + - uid: 5095 + components: + - type: Transform + pos: -5.5,25.5 + parent: 2 + - uid: 5097 + components: + - type: Transform + pos: -9.5,17.5 + parent: 2 + - uid: 5099 + components: + - type: Transform + pos: -9.5,18.5 + parent: 2 + - uid: 5102 + components: + - type: Transform + pos: -9.5,16.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + pos: 56.5,-45.5 + parent: 2 + - uid: 5143 + components: + - type: Transform + pos: 49.5,-89.5 + parent: 2 + - uid: 5144 + components: + - type: Transform + pos: 49.5,-85.5 + parent: 2 + - uid: 5157 + components: + - type: Transform + pos: 75.5,-59.5 + parent: 2 + - uid: 5159 + components: + - type: Transform + pos: 76.5,-59.5 + parent: 2 + - uid: 5163 + components: + - type: Transform + pos: -32.5,-70.5 + parent: 2 + - uid: 5174 + components: + - type: Transform + pos: -64.5,-10.5 + parent: 2 + - uid: 5176 + components: + - type: Transform + pos: -33.5,-66.5 + parent: 2 + - uid: 5186 + components: + - type: Transform + pos: -64.5,-9.5 + parent: 2 + - uid: 5188 + components: + - type: Transform + pos: 6.5,-24.5 + parent: 2 + - uid: 5190 + components: + - type: Transform + pos: -59.5,-14.5 + parent: 2 + - uid: 5193 + components: + - type: Transform + pos: -57.5,-13.5 + parent: 2 + - uid: 5195 + components: + - type: Transform + pos: -64.5,-7.5 + parent: 2 + - uid: 5200 + components: + - type: Transform + pos: 39.5,7.5 + parent: 2 + - uid: 5201 + components: + - type: Transform + pos: 39.5,8.5 + parent: 2 + - uid: 5206 + components: + - type: Transform + pos: 36.5,8.5 + parent: 2 + - uid: 5212 + components: + - type: Transform + pos: -28.5,-19.5 + parent: 2 + - uid: 5215 + components: + - type: Transform + pos: -30.5,-70.5 + parent: 2 + - uid: 5246 + components: + - type: Transform + pos: -67.5,-7.5 + parent: 2 + - uid: 5279 + components: + - type: Transform + pos: -21.5,1.5 + parent: 2 + - uid: 5290 + components: + - type: Transform + pos: -23.5,6.5 + parent: 2 + - uid: 5305 + components: + - type: Transform + pos: 48.5,-62.5 + parent: 2 + - uid: 5307 + components: + - type: Transform + pos: 43.5,-77.5 + parent: 2 + - uid: 5317 + components: + - type: Transform + pos: -31.5,21.5 + parent: 2 + - uid: 5319 + components: + - type: Transform + pos: -32.5,20.5 + parent: 2 + - uid: 5324 + components: + - type: Transform + pos: 4.5,29.5 + parent: 2 + - uid: 5327 + components: + - type: Transform + pos: 4.5,28.5 + parent: 2 + - uid: 5331 + components: + - type: Transform + pos: -34.5,24.5 + parent: 2 + - uid: 5334 + components: + - type: Transform + pos: -18.5,27.5 + parent: 2 + - uid: 5335 + components: + - type: Transform + pos: -9.5,19.5 + parent: 2 + - uid: 5337 + components: + - type: Transform + pos: -28.5,21.5 + parent: 2 + - uid: 5338 + components: + - type: Transform + pos: -32.5,21.5 + parent: 2 + - uid: 5339 + components: + - type: Transform + pos: -29.5,21.5 + parent: 2 + - uid: 5342 + components: + - type: Transform + pos: -27.5,21.5 + parent: 2 + - uid: 5343 + components: + - type: Transform + pos: -35.5,21.5 + parent: 2 + - uid: 5344 + components: + - type: Transform + pos: -32.5,22.5 + parent: 2 + - uid: 5346 + components: + - type: Transform + pos: -35.5,24.5 + parent: 2 + - uid: 5349 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 5353 + components: + - type: Transform + pos: -33.5,24.5 + parent: 2 + - uid: 5357 + components: + - type: Transform + pos: -6.5,26.5 + parent: 2 + - uid: 5366 + components: + - type: Transform + pos: 18.5,26.5 + parent: 2 + - uid: 5367 + components: + - type: Transform + pos: 47.5,-70.5 + parent: 2 + - uid: 5381 + components: + - type: Transform + pos: 75.5,-38.5 + parent: 2 + - uid: 5382 + components: + - type: Transform + pos: -18.5,-4.5 + parent: 2 + - uid: 5384 + components: + - type: Transform + pos: -7.5,20.5 + parent: 2 + - uid: 5412 + components: + - type: Transform + pos: -9.5,20.5 + parent: 2 + - uid: 5435 + components: + - type: Transform + pos: -36.5,0.5 + parent: 2 + - uid: 5436 + components: + - type: Transform + pos: -36.5,-0.5 + parent: 2 + - uid: 5448 + components: + - type: Transform + pos: -34.5,2.5 + parent: 2 + - uid: 5460 + components: + - type: Transform + pos: -10.5,31.5 + parent: 2 + - uid: 5470 + components: + - type: Transform + pos: -36.5,-1.5 + parent: 2 + - uid: 5479 + components: + - type: Transform + pos: -33.5,21.5 + parent: 2 + - uid: 5485 + components: + - type: Transform + pos: -7.5,13.5 + parent: 2 + - uid: 5486 + components: + - type: Transform + pos: -8.5,13.5 + parent: 2 + - uid: 5487 + components: + - type: Transform + pos: -6.5,13.5 + parent: 2 + - uid: 5488 + components: + - type: Transform + pos: -34.5,21.5 + parent: 2 + - uid: 5491 + components: + - type: Transform + pos: -53.5,-10.5 + parent: 2 + - uid: 5492 + components: + - type: Transform + pos: -51.5,-10.5 + parent: 2 + - uid: 5493 + components: + - type: Transform + pos: 43.5,-75.5 + parent: 2 + - uid: 5494 + components: + - type: Transform + pos: 50.5,-76.5 + parent: 2 + - uid: 5495 + components: + - type: Transform + pos: 55.5,-51.5 + parent: 2 + - uid: 5500 + components: + - type: Transform + pos: 60.5,-49.5 + parent: 2 + - uid: 5510 + components: + - type: Transform + pos: -56.5,-13.5 + parent: 2 + - uid: 5512 + components: + - type: Transform + pos: -17.5,5.5 + parent: 2 + - uid: 5513 + components: + - type: Transform + pos: -9.5,14.5 + parent: 2 + - uid: 5515 + components: + - type: Transform + pos: -54.5,-10.5 + parent: 2 + - uid: 5521 + components: + - type: Transform + pos: -60.5,-14.5 + parent: 2 + - uid: 5529 + components: + - type: Transform + pos: -59.5,-11.5 + parent: 2 + - uid: 5532 + components: + - type: Transform + pos: 26.5,-36.5 + parent: 2 + - uid: 5534 + components: + - type: Transform + pos: -17.5,8.5 + parent: 2 + - uid: 5540 + components: + - type: Transform + pos: -56.5,-10.5 + parent: 2 + - uid: 5544 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 5545 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 5547 + components: + - type: Transform + pos: -49.5,-11.5 + parent: 2 + - uid: 5548 + components: + - type: Transform + pos: 42.5,-64.5 + parent: 2 + - uid: 5552 + components: + - type: Transform + pos: 27.5,-36.5 + parent: 2 + - uid: 5556 + components: + - type: Transform + pos: -47.5,-13.5 + parent: 2 + - uid: 5560 + components: + - type: Transform + pos: 30.5,-32.5 + parent: 2 + - uid: 5569 + components: + - type: Transform + pos: 42.5,-62.5 + parent: 2 + - uid: 5573 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 2 + - uid: 5603 + components: + - type: Transform + pos: 74.5,-57.5 + parent: 2 + - uid: 5614 + components: + - type: Transform + pos: 53.5,-37.5 + parent: 2 + - uid: 5623 + components: + - type: Transform + pos: 57.5,-37.5 + parent: 2 + - uid: 5624 + components: + - type: Transform + pos: 48.5,-64.5 + parent: 2 + - uid: 5625 + components: + - type: Transform + pos: 76.5,-57.5 + parent: 2 + - uid: 5629 + components: + - type: Transform + pos: 45.5,-83.5 + parent: 2 + - uid: 5636 + components: + - type: Transform + pos: 60.5,-50.5 + parent: 2 + - uid: 5644 + components: + - type: Transform + pos: 76.5,-39.5 + parent: 2 + - uid: 5652 + components: + - type: Transform + pos: 32.5,-56.5 + parent: 2 + - uid: 5661 + components: + - type: Transform + pos: -28.5,-69.5 + parent: 2 + - uid: 5662 + components: + - type: Transform + pos: -28.5,-68.5 + parent: 2 + - uid: 5664 + components: + - type: Transform + pos: -41.5,-24.5 + parent: 2 + - uid: 5666 + components: + - type: Transform + pos: -46.5,-24.5 + parent: 2 + - uid: 5669 + components: + - type: Transform + pos: -17.5,13.5 + parent: 2 + - uid: 5683 + components: + - type: Transform + pos: 30.5,-57.5 + parent: 2 + - uid: 5697 + components: + - type: Transform + pos: 44.5,-78.5 + parent: 2 + - uid: 5703 + components: + - type: Transform + pos: 66.5,-45.5 + parent: 2 + - uid: 5709 + components: + - type: Transform + pos: 64.5,-66.5 + parent: 2 + - uid: 5710 + components: + - type: Transform + pos: 49.5,-79.5 + parent: 2 + - uid: 5711 + components: + - type: Transform + pos: 47.5,-71.5 + parent: 2 + - uid: 5716 + components: + - type: Transform + pos: 63.5,-61.5 + parent: 2 + - uid: 5731 + components: + - type: Transform + pos: 63.5,-63.5 + parent: 2 + - uid: 5732 + components: + - type: Transform + pos: 43.5,-19.5 + parent: 2 + - uid: 5745 + components: + - type: Transform + pos: -28.5,-14.5 + parent: 2 + - uid: 5747 + components: + - type: Transform + pos: -32.5,-12.5 + parent: 2 + - uid: 5749 + components: + - type: Transform + pos: -28.5,-11.5 + parent: 2 + - uid: 5751 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 5752 + components: + - type: Transform + pos: -31.5,-14.5 + parent: 2 + - uid: 5770 + components: + - type: Transform + pos: 43.5,-17.5 + parent: 2 + - uid: 5771 + components: + - type: Transform + pos: 44.5,-14.5 + parent: 2 + - uid: 5808 + components: + - type: Transform + pos: -31.5,-5.5 + parent: 2 + - uid: 5811 + components: + - type: Transform + pos: 22.5,13.5 + parent: 2 + - uid: 5816 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - uid: 5825 + components: + - type: Transform + pos: 50.5,-34.5 + parent: 2 + - uid: 5832 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 2 + - uid: 5836 + components: + - type: Transform + pos: 31.5,-47.5 + parent: 2 + - uid: 5838 + components: + - type: Transform + pos: 33.5,-47.5 + parent: 2 + - uid: 5839 + components: + - type: Transform + pos: 32.5,-47.5 + parent: 2 + - uid: 5843 + components: + - type: Transform + pos: 58.5,-70.5 + parent: 2 + - uid: 5845 + components: + - type: Transform + pos: 28.5,29.5 + parent: 2 + - uid: 5849 + components: + - type: Transform + pos: 35.5,34.5 + parent: 2 + - uid: 5852 + components: + - type: Transform + pos: 34.5,26.5 + parent: 2 + - uid: 5854 + components: + - type: Transform + pos: 30.5,22.5 + parent: 2 + - uid: 5860 + components: + - type: Transform + pos: 28.5,22.5 + parent: 2 + - uid: 5861 + components: + - type: Transform + pos: -28.5,18.5 + parent: 2 + - uid: 5863 + components: + - type: Transform + pos: 30.5,30.5 + parent: 2 + - uid: 5865 + components: + - type: Transform + pos: 30.5,34.5 + parent: 2 + - uid: 5867 + components: + - type: Transform + pos: 27.5,17.5 + parent: 2 + - uid: 5869 + components: + - type: Transform + pos: 34.5,34.5 + parent: 2 + - uid: 5871 + components: + - type: Transform + pos: 34.5,19.5 + parent: 2 + - uid: 5872 + components: + - type: Transform + pos: -21.5,18.5 + parent: 2 + - uid: 5874 + components: + - type: Transform + pos: 34.5,30.5 + parent: 2 + - uid: 5875 + components: + - type: Transform + pos: 36.5,38.5 + parent: 2 + - uid: 5876 + components: + - type: Transform + pos: 34.5,21.5 + parent: 2 + - uid: 5877 + components: + - type: Transform + pos: 34.5,20.5 + parent: 2 + - uid: 5879 + components: + - type: Transform + pos: 36.5,34.5 + parent: 2 + - uid: 5882 + components: + - type: Transform + pos: 36.5,26.5 + parent: 2 + - uid: 5886 + components: + - type: Transform + pos: 36.5,10.5 + parent: 2 + - uid: 5896 + components: + - type: Transform + pos: 35.5,26.5 + parent: 2 + - uid: 5897 + components: + - type: Transform + pos: 34.5,16.5 + parent: 2 + - uid: 5900 + components: + - type: Transform + pos: 53.5,-34.5 + parent: 2 + - uid: 5901 + components: + - type: Transform + pos: 41.5,-16.5 + parent: 2 + - uid: 5907 + components: + - type: Transform + pos: -68.5,-8.5 + parent: 2 + - uid: 5909 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 2 + - uid: 5913 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 + - uid: 5927 + components: + - type: Transform + pos: -70.5,-9.5 + parent: 2 + - uid: 5930 + components: + - type: Transform + pos: -62.5,-7.5 + parent: 2 + - uid: 5931 + components: + - type: Transform + pos: 56.5,-50.5 + parent: 2 + - uid: 5939 + components: + - type: Transform + pos: 41.5,-13.5 + parent: 2 + - uid: 5942 + components: + - type: Transform + pos: 56.5,-51.5 + parent: 2 + - uid: 6035 + components: + - type: Transform + pos: 56.5,-49.5 + parent: 2 + - uid: 6043 + components: + - type: Transform + pos: 44.5,-79.5 + parent: 2 + - uid: 6056 + components: + - type: Transform + pos: -32.5,16.5 + parent: 2 + - uid: 6059 + components: + - type: Transform + pos: 57.5,-71.5 + parent: 2 + - uid: 6082 + components: + - type: Transform + pos: 41.5,-12.5 + parent: 2 + - uid: 6095 + components: + - type: Transform + pos: 41.5,-15.5 + parent: 2 + - uid: 6102 + components: + - type: Transform + pos: 30.5,40.5 + parent: 2 + - uid: 6107 + components: + - type: Transform + pos: -32.5,17.5 + parent: 2 + - uid: 6122 + components: + - type: Transform + pos: -58.5,-11.5 + parent: 2 + - uid: 6125 + components: + - type: Transform + pos: -61.5,-17.5 + parent: 2 + - uid: 6128 + components: + - type: Transform + pos: 49.5,-7.5 + parent: 2 + - uid: 6136 + components: + - type: Transform + pos: 46.5,13.5 + parent: 2 + - uid: 6140 + components: + - type: Transform + pos: 30.5,35.5 + parent: 2 + - uid: 6149 + components: + - type: Transform + pos: 47.5,13.5 + parent: 2 + - uid: 6150 + components: + - type: Transform + pos: 34.5,39.5 + parent: 2 + - uid: 6154 + components: + - type: Transform + pos: 30.5,39.5 + parent: 2 + - uid: 6190 + components: + - type: Transform + pos: 29.5,-47.5 + parent: 2 + - uid: 6207 + components: + - type: Transform + pos: -35.5,22.5 + parent: 2 + - uid: 6217 + components: + - type: Transform + pos: 40.5,-16.5 + parent: 2 + - uid: 6227 + components: + - type: Transform + pos: -28.5,-67.5 + parent: 2 + - uid: 6233 + components: + - type: Transform + pos: 32.5,-63.5 + parent: 2 + - uid: 6239 + components: + - type: Transform + pos: 60.5,-70.5 + parent: 2 + - uid: 6240 + components: + - type: Transform + pos: -64.5,-18.5 + parent: 2 + - uid: 6245 + components: + - type: Transform + pos: 60.5,-71.5 + parent: 2 + - uid: 6246 + components: + - type: Transform + pos: 32.5,-61.5 + parent: 2 + - uid: 6249 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - uid: 6251 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - uid: 6255 + components: + - type: Transform + pos: 20.5,-8.5 + parent: 2 + - uid: 6256 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 6258 + components: + - type: Transform + pos: 20.5,-11.5 + parent: 2 + - uid: 6259 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 2 + - uid: 6262 + components: + - type: Transform + pos: 23.5,-13.5 + parent: 2 + - uid: 6263 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 2 + - uid: 6266 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 + - uid: 6268 + components: + - type: Transform + pos: 26.5,-11.5 + parent: 2 + - uid: 6269 + components: + - type: Transform + pos: 26.5,-10.5 + parent: 2 + - uid: 6280 + components: + - type: Transform + pos: 26.5,-8.5 + parent: 2 + - uid: 6281 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 2 + - uid: 6283 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 2 + - uid: 6284 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 + - uid: 6286 + components: + - type: Transform + pos: 60.5,-74.5 + parent: 2 + - uid: 6288 + components: + - type: Transform + pos: 30.5,-66.5 + parent: 2 + - uid: 6306 + components: + - type: Transform + pos: -67.5,-13.5 + parent: 2 + - uid: 6314 + components: + - type: Transform + pos: -7.5,-72.5 + parent: 2 + - uid: 6315 + components: + - type: Transform + pos: -7.5,-73.5 + parent: 2 + - uid: 6317 + components: + - type: Transform + pos: 23.5,3.5 + parent: 2 + - uid: 6318 + components: + - type: Transform + pos: -6.5,-66.5 + parent: 2 + - uid: 6320 + components: + - type: Transform + pos: 26.5,4.5 + parent: 2 + - uid: 6321 + components: + - type: Transform + pos: -3.5,-57.5 + parent: 2 + - uid: 6322 + components: + - type: Transform + pos: -5.5,-66.5 + parent: 2 + - uid: 6323 + components: + - type: Transform + pos: 8.5,-60.5 + parent: 2 + - uid: 6325 + components: + - type: Transform + pos: -4.5,-66.5 + parent: 2 + - uid: 6326 + components: + - type: Transform + pos: -3.5,-66.5 + parent: 2 + - uid: 6329 + components: + - type: Transform + pos: 6.5,-63.5 + parent: 2 + - uid: 6331 + components: + - type: Transform + pos: 6.5,-69.5 + parent: 2 + - uid: 6333 + components: + - type: Transform + pos: 9.5,-70.5 + parent: 2 + - uid: 6334 + components: + - type: Transform + pos: -10.5,-64.5 + parent: 2 + - uid: 6335 + components: + - type: Transform + pos: 8.5,-66.5 + parent: 2 + - uid: 6336 + components: + - type: Transform + pos: 5.5,-51.5 + parent: 2 + - uid: 6337 + components: + - type: Transform + pos: 5.5,-52.5 + parent: 2 + - uid: 6342 + components: + - type: Transform + pos: -3.5,-60.5 + parent: 2 + - uid: 6345 + components: + - type: Transform + pos: -3.5,-63.5 + parent: 2 + - uid: 6346 + components: + - type: Transform + pos: -5.5,-69.5 + parent: 2 + - uid: 6348 + components: + - type: Transform + pos: 5.5,-53.5 + parent: 2 + - uid: 6349 + components: + - type: Transform + pos: -9.5,-70.5 + parent: 2 + - uid: 6350 + components: + - type: Transform + pos: -10.5,-72.5 + parent: 2 + - uid: 6351 + components: + - type: Transform + pos: 24.5,4.5 + parent: 2 + - uid: 6353 + components: + - type: Transform + pos: 6.5,-66.5 + parent: 2 + - uid: 6360 + components: + - type: Transform + pos: -13.5,-57.5 + parent: 2 + - uid: 6365 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 + - uid: 6366 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 + - uid: 6368 + components: + - type: Transform + pos: 20.5,-1.5 + parent: 2 + - uid: 6371 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 2 + - uid: 6372 + components: + - type: Transform + pos: 26.5,0.5 + parent: 2 + - uid: 6373 + components: + - type: Transform + pos: 26.5,1.5 + parent: 2 + - uid: 6376 + components: + - type: Transform + pos: -9.5,13.5 + parent: 2 + - uid: 6379 + components: + - type: Transform + pos: 44.5,0.5 + parent: 2 + - uid: 6380 + components: + - type: Transform + pos: 43.5,0.5 + parent: 2 + - uid: 6384 + components: + - type: Transform + pos: 7.5,-66.5 + parent: 2 + - uid: 6386 + components: + - type: Transform + pos: 8.5,-69.5 + parent: 2 + - uid: 6387 + components: + - type: Transform + pos: 7.5,-63.5 + parent: 2 + - uid: 6388 + components: + - type: Transform + pos: 12.5,-73.5 + parent: 2 + - uid: 6389 + components: + - type: Transform + pos: 26.5,3.5 + parent: 2 + - uid: 6392 + components: + - type: Transform + pos: -4.5,-57.5 + parent: 2 + - uid: 6393 + components: + - type: Transform + pos: 25.5,4.5 + parent: 2 + - uid: 6396 + components: + - type: Transform + pos: 13.5,-72.5 + parent: 2 + - uid: 6397 + components: + - type: Transform + pos: 10.5,-73.5 + parent: 2 + - uid: 6400 + components: + - type: Transform + pos: -4.5,-63.5 + parent: 2 + - uid: 6401 + components: + - type: Transform + pos: -4.5,-69.5 + parent: 2 + - uid: 6402 + components: + - type: Transform + pos: 10.5,-72.5 + parent: 2 + - uid: 6404 + components: + - type: Transform + pos: -9.5,-72.5 + parent: 2 + - uid: 6405 + components: + - type: Transform + pos: -5.5,-70.5 + parent: 2 + - uid: 6406 + components: + - type: Transform + pos: -10.5,-65.5 + parent: 2 + - uid: 6407 + components: + - type: Transform + pos: 8.5,-63.5 + parent: 2 + - uid: 6409 + components: + - type: Transform + pos: -5.5,-63.5 + parent: 2 + - uid: 6411 + components: + - type: Transform + pos: 7.5,-69.5 + parent: 2 + - uid: 6412 + components: + - type: Transform + pos: -3.5,-69.5 + parent: 2 + - uid: 6413 + components: + - type: Transform + pos: 12.5,-72.5 + parent: 2 + - uid: 6415 + components: + - type: Transform + pos: -2.5,-51.5 + parent: 2 + - uid: 6416 + components: + - type: Transform + pos: 13.5,-70.5 + parent: 2 + - uid: 6422 + components: + - type: Transform + pos: -2.5,-52.5 + parent: 2 + - uid: 6423 + components: + - type: Transform + pos: -2.5,-53.5 + parent: 2 + - uid: 6426 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - uid: 6427 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - uid: 6428 + components: + - type: Transform + pos: -5.5,-60.5 + parent: 2 + - uid: 6429 + components: + - type: Transform + pos: 13.5,-57.5 + parent: 2 + - uid: 6432 + components: + - type: Transform + pos: 14.5,-58.5 + parent: 2 + - uid: 6435 + components: + - type: Transform + pos: -9.5,-73.5 + parent: 2 + - uid: 6437 + components: + - type: Transform + pos: 8.5,-58.5 + parent: 2 + - uid: 6441 + components: + - type: Transform + pos: -4.5,-60.5 + parent: 2 + - uid: 6442 + components: + - type: Transform + pos: 7.5,-57.5 + parent: 2 + - uid: 6445 + components: + - type: Transform + pos: -3.5,-53.5 + parent: 2 + - uid: 6447 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - uid: 6450 + components: + - type: Transform + pos: -10.5,-70.5 + parent: 2 + - uid: 6451 + components: + - type: Transform + pos: -6.5,-70.5 + parent: 2 + - uid: 6454 + components: + - type: Transform + pos: -6.5,-72.5 + parent: 2 + - uid: 6457 + components: + - type: Transform + pos: 6.5,-53.5 + parent: 2 + - uid: 6462 + components: + - type: Transform + pos: 22.5,4.5 + parent: 2 + - uid: 6463 + components: + - type: Transform + pos: 20.5,4.5 + parent: 2 + - uid: 6464 + components: + - type: Transform + pos: 36.5,-56.5 + parent: 2 + - uid: 6471 + components: + - type: Transform + pos: 23.5,4.5 + parent: 2 + - uid: 6478 + components: + - type: Transform + pos: -25.5,-44.5 + parent: 2 + - uid: 6479 + components: + - type: Transform + pos: -25.5,-45.5 + parent: 2 + - uid: 6482 + components: + - type: Transform + pos: -25.5,-43.5 + parent: 2 + - uid: 6488 + components: + - type: Transform + pos: -14.5,-57.5 + parent: 2 + - uid: 6496 + components: + - type: Transform + pos: -9.5,-49.5 + parent: 2 + - uid: 6502 + components: + - type: Transform + pos: 39.5,9.5 + parent: 2 + - uid: 6505 + components: + - type: Transform + pos: 37.5,7.5 + parent: 2 + - uid: 6506 + components: + - type: Transform + pos: 11.5,3.5 + parent: 2 + - uid: 6509 + components: + - type: Transform + pos: 9.5,-66.5 + parent: 2 + - uid: 6512 + components: + - type: Transform + pos: 9.5,-63.5 + parent: 2 + - uid: 6513 + components: + - type: Transform + pos: 8.5,-70.5 + parent: 2 + - uid: 6514 + components: + - type: Transform + pos: 9.5,-72.5 + parent: 2 + - uid: 6524 + components: + - type: Transform + pos: -70.5,-11.5 + parent: 2 + - uid: 6526 + components: + - type: Transform + pos: 13.5,-65.5 + parent: 2 + - uid: 6527 + components: + - type: Transform + pos: 13.5,-64.5 + parent: 2 + - uid: 6532 + components: + - type: Transform + pos: 10.5,-70.5 + parent: 2 + - uid: 6533 + components: + - type: Transform + pos: -3.5,-67.5 + parent: 2 + - uid: 6534 + components: + - type: Transform + pos: 6.5,-67.5 + parent: 2 + - uid: 6535 + components: + - type: Transform + pos: 6.5,-62.5 + parent: 2 + - uid: 6536 + components: + - type: Transform + pos: -3.5,-62.5 + parent: 2 + - uid: 6537 + components: + - type: Transform + pos: -7.5,-70.5 + parent: 2 + - uid: 6538 + components: + - type: Transform + pos: 12.5,-70.5 + parent: 2 + - uid: 6546 + components: + - type: Transform + pos: 26.5,-15.5 + parent: 2 + - uid: 6549 + components: + - type: Transform + pos: 25.5,-15.5 + parent: 2 + - uid: 6555 + components: + - type: Transform + pos: 75.5,-47.5 + parent: 2 + - uid: 6556 + components: + - type: Transform + pos: 41.5,-26.5 + parent: 2 + - uid: 6616 + components: + - type: Transform + pos: 29.5,-48.5 + parent: 2 + - uid: 6617 + components: + - type: Transform + pos: 29.5,-49.5 + parent: 2 + - uid: 6618 + components: + - type: Transform + pos: 29.5,-50.5 + parent: 2 + - uid: 6623 + components: + - type: Transform + pos: 32.5,-51.5 + parent: 2 + - uid: 6624 + components: + - type: Transform + pos: 33.5,-52.5 + parent: 2 + - uid: 6627 + components: + - type: Transform + pos: 36.5,-57.5 + parent: 2 + - uid: 6640 + components: + - type: Transform + pos: 32.5,-64.5 + parent: 2 + - uid: 6663 + components: + - type: Transform + pos: 40.5,-17.5 + parent: 2 + - uid: 6670 + components: + - type: Transform + pos: 42.5,-1.5 + parent: 2 + - uid: 6733 + components: + - type: Transform + pos: 32.5,-36.5 + parent: 2 + - uid: 6741 + components: + - type: Transform + pos: 42.5,-34.5 + parent: 2 + - uid: 6781 + components: + - type: Transform + pos: 25.5,-37.5 + parent: 2 + - uid: 6788 + components: + - type: Transform + pos: 32.5,-62.5 + parent: 2 + - uid: 6793 + components: + - type: Transform + pos: 60.5,-76.5 + parent: 2 + - uid: 6795 + components: + - type: Transform + pos: 60.5,-48.5 + parent: 2 + - uid: 6803 + components: + - type: Transform + pos: 39.5,-32.5 + parent: 2 + - uid: 6823 + components: + - type: Transform + pos: 30.5,-36.5 + parent: 2 + - uid: 6841 + components: + - type: Transform + pos: 39.5,-77.5 + parent: 2 + - uid: 6867 + components: + - type: Transform + pos: 54.5,-51.5 + parent: 2 + - uid: 6875 + components: + - type: Transform + pos: -66.5,-11.5 + parent: 2 + - uid: 6882 + components: + - type: Transform + pos: -36.5,24.5 + parent: 2 + - uid: 6909 + components: + - type: Transform + pos: 43.5,-23.5 + parent: 2 + - uid: 6925 + components: + - type: Transform + pos: 60.5,-78.5 + parent: 2 + - uid: 6930 + components: + - type: Transform + pos: 43.5,-24.5 + parent: 2 + - uid: 6944 + components: + - type: Transform + pos: 40.5,-18.5 + parent: 2 + - uid: 6950 + components: + - type: Transform + pos: 40.5,-24.5 + parent: 2 + - uid: 6961 + components: + - type: Transform + pos: 45.5,-84.5 + parent: 2 + - uid: 6968 + components: + - type: Transform + pos: 46.5,-1.5 + parent: 2 + - uid: 6969 + components: + - type: Transform + pos: 46.5,-2.5 + parent: 2 + - uid: 6970 + components: + - type: Transform + pos: 47.5,-2.5 + parent: 2 + - uid: 6975 + components: + - type: Transform + pos: -28.5,3.5 + parent: 2 + - uid: 6978 + components: + - type: Transform + pos: 50.5,-77.5 + parent: 2 + - uid: 6979 + components: + - type: Transform + pos: 15.5,-58.5 + parent: 2 + - uid: 6993 + components: + - type: Transform + pos: -68.5,-16.5 + parent: 2 + - uid: 7034 + components: + - type: Transform + pos: -41.5,-56.5 + parent: 2 + - uid: 7042 + components: + - type: Transform + pos: -42.5,-39.5 + parent: 2 + - uid: 7048 + components: + - type: Transform + pos: 53.5,-59.5 + parent: 2 + - uid: 7066 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 7070 + components: + - type: Transform + pos: 19.5,-5.5 + parent: 2 + - uid: 7075 + components: + - type: Transform + pos: 49.5,-11.5 + parent: 2 + - uid: 7076 + components: + - type: Transform + pos: -59.5,-10.5 + parent: 2 + - uid: 7082 + components: + - type: Transform + pos: 49.5,-10.5 + parent: 2 + - uid: 7126 + components: + - type: Transform + pos: 35.5,22.5 + parent: 2 + - uid: 7128 + components: + - type: Transform + pos: 30.5,29.5 + parent: 2 + - uid: 7141 + components: + - type: Transform + pos: 34.5,43.5 + parent: 2 + - uid: 7142 + components: + - type: Transform + pos: 35.5,40.5 + parent: 2 + - uid: 7144 + components: + - type: Transform + pos: 35.5,43.5 + parent: 2 + - uid: 7146 + components: + - type: Transform + pos: 29.5,43.5 + parent: 2 + - uid: 7152 + components: + - type: Transform + pos: 30.5,45.5 + parent: 2 + - uid: 7164 + components: + - type: Transform + pos: -27.5,-54.5 + parent: 2 + - uid: 7165 + components: + - type: Transform + pos: -27.5,-55.5 + parent: 2 + - uid: 7169 + components: + - type: Transform + pos: 49.5,-69.5 + parent: 2 + - uid: 7170 + components: + - type: Transform + pos: -27.5,-59.5 + parent: 2 + - uid: 7184 + components: + - type: Transform + pos: -27.5,-56.5 + parent: 2 + - uid: 7185 + components: + - type: Transform + pos: -27.5,-53.5 + parent: 2 + - uid: 7189 + components: + - type: Transform + pos: -48.5,-33.5 + parent: 2 + - uid: 7207 + components: + - type: Transform + pos: 13.5,-59.5 + parent: 2 + - uid: 7208 + components: + - type: Transform + pos: 44.5,-16.5 + parent: 2 + - uid: 7209 + components: + - type: Transform + pos: -23.5,-17.5 + parent: 2 + - uid: 7226 + components: + - type: Transform + pos: 24.5,-14.5 + parent: 2 + - uid: 7229 + components: + - type: Transform + pos: 51.5,-47.5 + parent: 2 + - uid: 7230 + components: + - type: Transform + pos: 50.5,-47.5 + parent: 2 + - uid: 7233 + components: + - type: Transform + pos: 53.5,-47.5 + parent: 2 + - uid: 7238 + components: + - type: Transform + pos: -10.5,26.5 + parent: 2 + - uid: 7244 + components: + - type: Transform + pos: 81.5,-13.5 + parent: 2 + - uid: 7262 + components: + - type: Transform + pos: -43.5,-56.5 + parent: 2 + - uid: 7264 + components: + - type: Transform + pos: 13.5,-58.5 + parent: 2 + - uid: 7308 + components: + - type: Transform + pos: 44.5,7.5 + parent: 2 + - uid: 7312 + components: + - type: Transform + pos: 40.5,-65.5 + parent: 2 + - uid: 7314 + components: + - type: Transform + pos: 42.5,5.5 + parent: 2 + - uid: 7315 + components: + - type: Transform + pos: 17.5,-58.5 + parent: 2 + - uid: 7316 + components: + - type: Transform + pos: 16.5,-58.5 + parent: 2 + - uid: 7317 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 7319 + components: + - type: Transform + pos: 12.5,-54.5 + parent: 2 + - uid: 7324 + components: + - type: Transform + pos: -32.5,-65.5 + parent: 2 + - uid: 7327 + components: + - type: Transform + pos: 41.5,12.5 + parent: 2 + - uid: 7334 + components: + - type: Transform + pos: -52.5,-26.5 + parent: 2 + - uid: 7335 + components: + - type: Transform + pos: 34.5,15.5 + parent: 2 + - uid: 7337 + components: + - type: Transform + pos: 43.5,-47.5 + parent: 2 + - uid: 7338 + components: + - type: Transform + pos: 53.5,-60.5 + parent: 2 + - uid: 7342 + components: + - type: Transform + pos: 40.5,10.5 + parent: 2 + - uid: 7343 + components: + - type: Transform + pos: 34.5,10.5 + parent: 2 + - uid: 7345 + components: + - type: Transform + pos: 39.5,10.5 + parent: 2 + - uid: 7347 + components: + - type: Transform + pos: 38.5,10.5 + parent: 2 + - uid: 7348 + components: + - type: Transform + pos: 53.5,-65.5 + parent: 2 + - uid: 7349 + components: + - type: Transform + pos: -48.5,-26.5 + parent: 2 + - uid: 7359 + components: + - type: Transform + pos: 51.5,9.5 + parent: 2 + - uid: 7390 + components: + - type: Transform + pos: 49.5,7.5 + parent: 2 + - uid: 7404 + components: + - type: Transform + pos: 48.5,6.5 + parent: 2 + - uid: 7408 + components: + - type: Transform + pos: 12.5,-56.5 + parent: 2 + - uid: 7412 + components: + - type: Transform + pos: 51.5,-70.5 + parent: 2 + - uid: 7416 + components: + - type: Transform + pos: 28.5,-49.5 + parent: 2 + - uid: 7419 + components: + - type: Transform + pos: 26.5,-50.5 + parent: 2 + - uid: 7422 + components: + - type: Transform + pos: 27.5,-52.5 + parent: 2 + - uid: 7423 + components: + - type: Transform + pos: 28.5,-52.5 + parent: 2 + - uid: 7450 + components: + - type: Transform + pos: 50.5,-62.5 + parent: 2 + - uid: 7453 + components: + - type: Transform + pos: -19.5,7.5 + parent: 2 + - uid: 7477 + components: + - type: Transform + pos: -48.5,-34.5 + parent: 2 + - uid: 7481 + components: + - type: Transform + pos: -20.5,1.5 + parent: 2 + - uid: 7502 + components: + - type: Transform + pos: -22.5,7.5 + parent: 2 + - uid: 7505 + components: + - type: Transform + pos: -10.5,-59.5 + parent: 2 + - uid: 7507 + components: + - type: Transform + pos: -10.5,-58.5 + parent: 2 + - uid: 7508 + components: + - type: Transform + pos: 9.5,-59.5 + parent: 2 + - uid: 7516 + components: + - type: Transform + pos: -9.5,-56.5 + parent: 2 + - uid: 7518 + components: + - type: Transform + pos: -9.5,-57.5 + parent: 2 + - uid: 7520 + components: + - type: Transform + pos: -10.5,-57.5 + parent: 2 + - uid: 7522 + components: + - type: Transform + pos: -5.5,-58.5 + parent: 2 + - uid: 7523 + components: + - type: Transform + pos: -5.5,-57.5 + parent: 2 + - uid: 7529 + components: + - type: Transform + pos: -20.5,-57.5 + parent: 2 + - uid: 7533 + components: + - type: Transform + pos: 17.5,16.5 + parent: 2 + - uid: 7538 + components: + - type: Transform + pos: 8.5,-59.5 + parent: 2 + - uid: 7543 + components: + - type: Transform + pos: 12.5,-59.5 + parent: 2 + - uid: 7545 + components: + - type: Transform + pos: -5.5,-59.5 + parent: 2 + - uid: 7546 + components: + - type: Transform + pos: 49.5,-62.5 + parent: 2 + - uid: 7558 + components: + - type: Transform + pos: -41.5,-28.5 + parent: 2 + - uid: 7584 + components: + - type: Transform + pos: 12.5,-57.5 + parent: 2 + - uid: 7616 + components: + - type: Transform + pos: -41.5,-32.5 + parent: 2 + - uid: 7621 + components: + - type: Transform + pos: -41.5,-20.5 + parent: 2 + - uid: 7631 + components: + - type: Transform + pos: -28.5,14.5 + parent: 2 + - uid: 7647 + components: + - type: Transform + pos: 28.5,20.5 + parent: 2 + - uid: 7649 + components: + - type: Transform + pos: 27.5,19.5 + parent: 2 + - uid: 7651 + components: + - type: Transform + pos: 80.5,-47.5 + parent: 2 + - uid: 7652 + components: + - type: Transform + pos: 80.5,-46.5 + parent: 2 + - uid: 7653 + components: + - type: Transform + pos: 29.5,20.5 + parent: 2 + - uid: 7663 + components: + - type: Transform + pos: -40.5,-56.5 + parent: 2 + - uid: 7731 + components: + - type: Transform + pos: 43.5,-69.5 + parent: 2 + - uid: 7785 + components: + - type: Transform + pos: 72.5,-47.5 + parent: 2 + - uid: 7806 + components: + - type: Transform + pos: -48.5,-29.5 + parent: 2 + - uid: 7807 + components: + - type: Transform + pos: -52.5,-25.5 + parent: 2 + - uid: 7809 + components: + - type: Transform + pos: -45.5,-49.5 + parent: 2 + - uid: 7814 + components: + - type: Transform + pos: -2.5,-50.5 + parent: 2 + - uid: 7819 + components: + - type: Transform + pos: -52.5,-34.5 + parent: 2 + - uid: 7828 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 + - uid: 7838 + components: + - type: Transform + pos: 5.5,-50.5 + parent: 2 + - uid: 7839 + components: + - type: Transform + pos: -44.5,-50.5 + parent: 2 + - uid: 7840 + components: + - type: Transform + pos: -44.5,-52.5 + parent: 2 + - uid: 7841 + components: + - type: Transform + pos: -9.5,-50.5 + parent: 2 + - uid: 7842 + components: + - type: Transform + pos: -44.5,-51.5 + parent: 2 + - uid: 7846 + components: + - type: Transform + pos: -53.5,-34.5 + parent: 2 + - uid: 7847 + components: + - type: Transform + pos: -33.5,-70.5 + parent: 2 + - uid: 7856 + components: + - type: Transform + pos: -6.5,-50.5 + parent: 2 + - uid: 7947 + components: + - type: Transform + pos: -49.5,-35.5 + parent: 2 + - uid: 7948 + components: + - type: Transform + pos: -52.5,-38.5 + parent: 2 + - uid: 7953 + components: + - type: Transform + pos: -52.5,-39.5 + parent: 2 + - uid: 7955 + components: + - type: Transform + pos: -49.5,-38.5 + parent: 2 + - uid: 7958 + components: + - type: Transform + pos: -45.5,-46.5 + parent: 2 + - uid: 7964 + components: + - type: Transform + pos: -45.5,-40.5 + parent: 2 + - uid: 7965 + components: + - type: Transform + pos: -45.5,-41.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + pos: 37.5,-59.5 + parent: 2 + - uid: 8010 + components: + - type: Transform + pos: -6.5,-63.5 + parent: 2 + - uid: 8027 + components: + - type: Transform + pos: -32.5,-62.5 + parent: 2 + - uid: 8038 + components: + - type: Transform + pos: -45.5,-45.5 + parent: 2 + - uid: 8039 + components: + - type: Transform + pos: -48.5,-44.5 + parent: 2 + - uid: 8055 + components: + - type: Transform + pos: -42.5,-28.5 + parent: 2 + - uid: 8059 + components: + - type: Transform + pos: -53.5,-39.5 + parent: 2 + - uid: 8062 + components: + - type: Transform + pos: -48.5,-47.5 + parent: 2 + - uid: 8063 + components: + - type: Transform + pos: -49.5,-48.5 + parent: 2 + - uid: 8071 + components: + - type: Transform + pos: -34.5,-56.5 + parent: 2 + - uid: 8077 + components: + - type: Transform + pos: 50.5,-79.5 + parent: 2 + - uid: 8078 + components: + - type: Transform + pos: -33.5,-59.5 + parent: 2 + - uid: 8079 + components: + - type: Transform + pos: -27.5,-66.5 + parent: 2 + - uid: 8106 + components: + - type: Transform + pos: -47.5,-44.5 + parent: 2 + - uid: 8118 + components: + - type: Transform + pos: -52.5,-48.5 + parent: 2 + - uid: 8142 + components: + - type: Transform + pos: -40.5,-28.5 + parent: 2 + - uid: 8145 + components: + - type: Transform + pos: -40.5,-26.5 + parent: 2 + - uid: 8154 + components: + - type: Transform + pos: -42.5,-19.5 + parent: 2 + - uid: 8164 + components: + - type: Transform + pos: -46.5,-41.5 + parent: 2 + - uid: 8169 + components: + - type: Transform + pos: -53.5,-44.5 + parent: 2 + - uid: 8171 + components: + - type: Transform + pos: -47.5,-41.5 + parent: 2 + - uid: 8172 + components: + - type: Transform + pos: -45.5,-44.5 + parent: 2 + - uid: 8173 + components: + - type: Transform + pos: -48.5,-41.5 + parent: 2 + - uid: 8254 + components: + - type: Transform + pos: 50.5,-78.5 + parent: 2 + - uid: 8280 + components: + - type: Transform + pos: 37.5,-62.5 + parent: 2 + - uid: 8290 + components: + - type: Transform + pos: 41.5,-33.5 + parent: 2 + - uid: 8302 + components: + - type: Transform + pos: 49.5,-12.5 + parent: 2 + - uid: 8333 + components: + - type: Transform + pos: 37.5,-57.5 + parent: 2 + - uid: 8342 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 + - uid: 8357 + components: + - type: Transform + pos: 45.5,-89.5 + parent: 2 + - uid: 8376 + components: + - type: Transform + pos: 40.5,-26.5 + parent: 2 + - uid: 8385 + components: + - type: Transform + pos: 39.5,-19.5 + parent: 2 + - uid: 8388 + components: + - type: Transform + pos: 39.5,-16.5 + parent: 2 + - uid: 8414 + components: + - type: Transform + pos: 26.5,12.5 + parent: 2 + - uid: 8446 + components: + - type: Transform + pos: -32.5,19.5 + parent: 2 + - uid: 8461 + components: + - type: Transform + pos: -16.5,23.5 + parent: 2 + - uid: 8473 + components: + - type: Transform + pos: -20.5,7.5 + parent: 2 + - uid: 8492 + components: + - type: Transform + pos: -50.5,-10.5 + parent: 2 + - uid: 8495 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - uid: 8541 + components: + - type: Transform + pos: -64.5,-14.5 + parent: 2 + - uid: 8543 + components: + - type: Transform + pos: -0.5,14.5 + parent: 2 + - uid: 8544 + components: + - type: Transform + pos: -68.5,-17.5 + parent: 2 + - uid: 8600 + components: + - type: Transform + pos: -34.5,-59.5 + parent: 2 + - uid: 8623 + components: + - type: Transform + pos: 54.5,-23.5 + parent: 2 + - uid: 8624 + components: + - type: Transform + pos: 55.5,-23.5 + parent: 2 + - uid: 8625 + components: + - type: Transform + pos: -24.5,-17.5 + parent: 2 + - uid: 8629 + components: + - type: Transform + pos: 57.5,-23.5 + parent: 2 + - uid: 8667 + components: + - type: Transform + pos: 41.5,7.5 + parent: 2 + - uid: 8685 + components: + - type: Transform + pos: -19.5,-17.5 + parent: 2 + - uid: 8717 + components: + - type: Transform + pos: -20.5,-17.5 + parent: 2 + - uid: 8718 + components: + - type: Transform + pos: 57.5,-27.5 + parent: 2 + - uid: 8747 + components: + - type: Transform + pos: 54.5,-19.5 + parent: 2 + - uid: 8749 + components: + - type: Transform + pos: 56.5,-19.5 + parent: 2 + - uid: 8750 + components: + - type: Transform + pos: 57.5,-19.5 + parent: 2 + - uid: 8755 + components: + - type: Transform + pos: 57.5,-15.5 + parent: 2 + - uid: 8759 + components: + - type: Transform + pos: 53.5,-15.5 + parent: 2 + - uid: 8760 + components: + - type: Transform + pos: 53.5,-14.5 + parent: 2 + - uid: 8768 + components: + - type: Transform + pos: 47.5,0.5 + parent: 2 + - uid: 8770 + components: + - type: Transform + pos: 48.5,1.5 + parent: 2 + - uid: 8771 + components: + - type: Transform + pos: 47.5,1.5 + parent: 2 + - uid: 8774 + components: + - type: Transform + pos: 47.5,4.5 + parent: 2 + - uid: 8777 + components: + - type: Transform + pos: 44.5,4.5 + parent: 2 + - uid: 8779 + components: + - type: Transform + pos: 42.5,4.5 + parent: 2 + - uid: 8783 + components: + - type: Transform + pos: 43.5,1.5 + parent: 2 + - uid: 8796 + components: + - type: Transform + pos: 49.5,1.5 + parent: 2 + - uid: 8797 + components: + - type: Transform + pos: 49.5,3.5 + parent: 2 + - uid: 8839 + components: + - type: Transform + pos: 43.5,3.5 + parent: 2 + - uid: 8884 + components: + - type: Transform + pos: 50.5,-33.5 + parent: 2 + - uid: 8896 + components: + - type: Transform + pos: 49.5,-28.5 + parent: 2 + - uid: 8907 + components: + - type: Transform + pos: 50.5,-30.5 + parent: 2 + - uid: 8949 + components: + - type: Transform + pos: 43.5,-0.5 + parent: 2 + - uid: 8961 + components: + - type: Transform + pos: 28.5,-9.5 + parent: 2 + - uid: 8964 + components: + - type: Transform + pos: -9.5,15.5 + parent: 2 + - uid: 8969 + components: + - type: Transform + pos: -27.5,22.5 + parent: 2 + - uid: 8998 + components: + - type: Transform + pos: 45.5,-43.5 + parent: 2 + - uid: 8999 + components: + - type: Transform + pos: 14.5,16.5 + parent: 2 + - uid: 9001 + components: + - type: Transform + pos: -27.5,23.5 + parent: 2 + - uid: 9011 + components: + - type: Transform + pos: -28.5,24.5 + parent: 2 + - uid: 9017 + components: + - type: Transform + pos: -27.5,24.5 + parent: 2 + - uid: 9018 + components: + - type: Transform + pos: -32.5,25.5 + parent: 2 + - uid: 9109 + components: + - type: Transform + pos: 79.5,-47.5 + parent: 2 + - uid: 9112 + components: + - type: Transform + pos: -32.5,24.5 + parent: 2 + - uid: 9132 + components: + - type: Transform + pos: 26.5,14.5 + parent: 2 + - uid: 9276 + components: + - type: Transform + pos: 2.5,-20.5 + parent: 2 + - uid: 9278 + components: + - type: Transform + pos: 2.5,-21.5 + parent: 2 + - uid: 9284 + components: + - type: Transform + pos: -42.5,-52.5 + parent: 2 + - uid: 9287 + components: + - type: Transform + pos: 19.5,1.5 + parent: 2 + - uid: 9288 + components: + - type: Transform + pos: 18.5,-1.5 + parent: 2 + - uid: 9289 + components: + - type: Transform + pos: 17.5,-1.5 + parent: 2 + - uid: 9307 + components: + - type: Transform + pos: -48.5,-55.5 + parent: 2 + - uid: 9309 + components: + - type: Transform + pos: -42.5,-55.5 + parent: 2 + - uid: 9311 + components: + - type: Transform + pos: 23.5,12.5 + parent: 2 + - uid: 9314 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 2 + - uid: 9351 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 2 + - uid: 9526 + components: + - type: Transform + pos: -28.5,16.5 + parent: 2 + - uid: 9542 + components: + - type: Transform + pos: 43.5,-73.5 + parent: 2 + - uid: 9543 + components: + - type: Transform + pos: 28.5,-10.5 + parent: 2 + - uid: 9557 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 2 + - uid: 9566 + components: + - type: Transform + pos: 49.5,-82.5 + parent: 2 + - uid: 9567 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 2 + - uid: 9575 + components: + - type: Transform + pos: 80.5,-51.5 + parent: 2 + - uid: 9586 + components: + - type: Transform + pos: 57.5,-38.5 + parent: 2 + - uid: 9600 + components: + - type: Transform + pos: 43.5,-78.5 + parent: 2 + - uid: 9619 + components: + - type: Transform + pos: 22.5,12.5 + parent: 2 + - uid: 9633 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 + - uid: 9635 + components: + - type: Transform + pos: 17.5,4.5 + parent: 2 + - uid: 9654 + components: + - type: Transform + pos: 75.5,-68.5 + parent: 2 + - uid: 9656 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 + - uid: 9663 + components: + - type: Transform + pos: 66.5,-66.5 + parent: 2 + - uid: 9668 + components: + - type: Transform + pos: -25.5,-46.5 + parent: 2 + - uid: 9670 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 2 + - uid: 9671 + components: + - type: Transform + pos: -25.5,-50.5 + parent: 2 + - uid: 9672 + components: + - type: Transform + pos: -25.5,-49.5 + parent: 2 + - uid: 9673 + components: + - type: Transform + pos: -25.5,-52.5 + parent: 2 + - uid: 9691 + components: + - type: Transform + pos: -21.5,-57.5 + parent: 2 + - uid: 9693 + components: + - type: Transform + pos: -22.5,-56.5 + parent: 2 + - uid: 9694 + components: + - type: Transform + pos: -23.5,-56.5 + parent: 2 + - uid: 9696 + components: + - type: Transform + pos: -23.5,-54.5 + parent: 2 + - uid: 9697 + components: + - type: Transform + pos: -24.5,-54.5 + parent: 2 + - uid: 9699 + components: + - type: Transform + pos: -24.5,-52.5 + parent: 2 + - uid: 9701 + components: + - type: Transform + pos: -9.5,-53.5 + parent: 2 + - uid: 9850 + components: + - type: Transform + pos: -13.5,-1.5 + parent: 2 + - uid: 9859 + components: + - type: Transform + pos: -11.5,-57.5 + parent: 2 + - uid: 9862 + components: + - type: Transform + pos: -24.5,-55.5 + parent: 2 + - uid: 9863 + components: + - type: Transform + pos: -24.5,-56.5 + parent: 2 + - uid: 9866 + components: + - type: Transform + pos: -12.5,-57.5 + parent: 2 + - uid: 9894 + components: + - type: Transform + pos: -13.5,-4.5 + parent: 2 + - uid: 9895 + components: + - type: Transform + pos: -13.5,-3.5 + parent: 2 + - uid: 9929 + components: + - type: Transform + pos: -26.5,-52.5 + parent: 2 + - uid: 9933 + components: + - type: Transform + pos: 30.5,-62.5 + parent: 2 + - uid: 9944 + components: + - type: Transform + pos: -27.5,-49.5 + parent: 2 + - uid: 9945 + components: + - type: Transform + pos: -26.5,-49.5 + parent: 2 + - uid: 9946 + components: + - type: Transform + pos: -27.5,-50.5 + parent: 2 + - uid: 9971 + components: + - type: Transform + pos: 83.5,-12.5 + parent: 2 + - uid: 9984 + components: + - type: Transform + pos: 80.5,-49.5 + parent: 2 + - uid: 10003 + components: + - type: Transform + pos: 57.5,-40.5 + parent: 2 + - uid: 10007 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 2 + - uid: 10011 + components: + - type: Transform + pos: -17.5,-65.5 + parent: 2 + - uid: 10012 + components: + - type: Transform + pos: -13.5,-65.5 + parent: 2 + - uid: 10013 + components: + - type: Transform + pos: -15.5,-65.5 + parent: 2 + - uid: 10077 + components: + - type: Transform + pos: 18.5,4.5 + parent: 2 + - uid: 10081 + components: + - type: Transform + pos: -14.5,-6.5 + parent: 2 + - uid: 10142 + components: + - type: Transform + pos: -22.5,-2.5 + parent: 2 + - uid: 10171 + components: + - type: Transform + pos: 17.5,26.5 + parent: 2 + - uid: 10173 + components: + - type: Transform + pos: -17.5,3.5 + parent: 2 + - uid: 10384 + components: + - type: Transform + pos: -47.5,-56.5 + parent: 2 + - uid: 10385 + components: + - type: Transform + pos: -47.5,-55.5 + parent: 2 + - uid: 10387 + components: + - type: Transform + pos: -47.5,-53.5 + parent: 2 + - uid: 10388 + components: + - type: Transform + pos: -47.5,-52.5 + parent: 2 + - uid: 10390 + components: + - type: Transform + pos: -45.5,-52.5 + parent: 2 + - uid: 10393 + components: + - type: Transform + pos: -50.5,-53.5 + parent: 2 + - uid: 10399 + components: + - type: Transform + pos: -50.5,-55.5 + parent: 2 + - uid: 10498 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 + - uid: 10534 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 2 + - uid: 10694 + components: + - type: Transform + pos: 80.5,-14.5 + parent: 2 + - uid: 10713 + components: + - type: Transform + pos: -10.5,32.5 + parent: 2 + - uid: 10715 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - uid: 10777 + components: + - type: Transform + pos: -10.5,28.5 + parent: 2 + - uid: 10778 + components: + - type: Transform + pos: -28.5,26.5 + parent: 2 + - uid: 10780 + components: + - type: Transform + pos: -28.5,30.5 + parent: 2 + - uid: 10819 + components: + - type: Transform + pos: 69.5,-83.5 + parent: 2 + - uid: 10821 + components: + - type: Transform + pos: 71.5,-82.5 + parent: 2 + - uid: 10826 + components: + - type: Transform + pos: 65.5,-70.5 + parent: 2 + - uid: 10831 + components: + - type: Transform + pos: 70.5,-82.5 + parent: 2 + - uid: 10837 + components: + - type: Transform + pos: 66.5,-70.5 + parent: 2 + - uid: 10839 + components: + - type: Transform + pos: 73.5,-79.5 + parent: 2 + - uid: 10840 + components: + - type: Transform + pos: 73.5,-80.5 + parent: 2 + - uid: 10848 + components: + - type: Transform + pos: 69.5,-84.5 + parent: 2 + - uid: 10851 + components: + - type: Transform + pos: 76.5,-74.5 + parent: 2 + - uid: 10854 + components: + - type: Transform + pos: 77.5,-73.5 + parent: 2 + - uid: 10855 + components: + - type: Transform + pos: 77.5,-74.5 + parent: 2 + - uid: 10856 + components: + - type: Transform + pos: 72.5,-80.5 + parent: 2 + - uid: 10859 + components: + - type: Transform + pos: 75.5,-76.5 + parent: 2 + - uid: 10860 + components: + - type: Transform + pos: 74.5,-79.5 + parent: 2 + - uid: 10862 + components: + - type: Transform + pos: 75.5,-75.5 + parent: 2 + - uid: 10863 + components: + - type: Transform + pos: 61.5,-70.5 + parent: 2 + - uid: 10866 + components: + - type: Transform + pos: 75.5,-78.5 + parent: 2 + - uid: 10867 + components: + - type: Transform + pos: 74.5,-78.5 + parent: 2 + - uid: 10870 + components: + - type: Transform + pos: 64.5,-83.5 + parent: 2 + - uid: 10882 + components: + - type: Transform + pos: 70.5,-83.5 + parent: 2 + - uid: 10891 + components: + - type: Transform + pos: 71.5,-81.5 + parent: 2 + - uid: 10893 + components: + - type: Transform + pos: 72.5,-81.5 + parent: 2 + - uid: 10894 + components: + - type: Transform + pos: 66.5,-84.5 + parent: 2 + - uid: 10978 + components: + - type: Transform + pos: -2.5,16.5 + parent: 2 + - uid: 10985 + components: + - type: Transform + pos: 85.5,-39.5 + parent: 2 + - uid: 11076 + components: + - type: Transform + pos: 74.5,-59.5 + parent: 2 + - uid: 11129 + components: + - type: Transform + pos: -33.5,15.5 + parent: 2 + - uid: 11130 + components: + - type: Transform + pos: -34.5,14.5 + parent: 2 + - uid: 11162 + components: + - type: Transform + pos: -21.5,-65.5 + parent: 2 + - uid: 11163 + components: + - type: Transform + pos: -23.5,-65.5 + parent: 2 + - uid: 11263 + components: + - type: Transform + pos: -18.5,-17.5 + parent: 2 + - uid: 11265 + components: + - type: Transform + pos: -18.5,-12.5 + parent: 2 + - uid: 11271 + components: + - type: Transform + pos: -46.5,-35.5 + parent: 2 + - uid: 11287 + components: + - type: Transform + pos: 17.5,-59.5 + parent: 2 + - uid: 11323 + components: + - type: Transform + pos: -18.5,26.5 + parent: 2 + - uid: 11324 + components: + - type: Transform + pos: -18.5,25.5 + parent: 2 + - uid: 11342 + components: + - type: Transform + pos: 62.5,-80.5 + parent: 2 + - uid: 11347 + components: + - type: Transform + pos: 27.5,-32.5 + parent: 2 + - uid: 11348 + components: + - type: Transform + pos: 26.5,-32.5 + parent: 2 + - uid: 11386 + components: + - type: Transform + pos: 17.5,-29.5 + parent: 2 + - uid: 11389 + components: + - type: Transform + pos: 31.5,-32.5 + parent: 2 + - uid: 11396 + components: + - type: Transform + pos: 23.5,-27.5 + parent: 2 + - uid: 11399 + components: + - type: Transform + pos: 31.5,-36.5 + parent: 2 + - uid: 11526 + components: + - type: Transform + pos: 60.5,-73.5 + parent: 2 + - uid: 11536 + components: + - type: Transform + pos: 63.5,-67.5 + parent: 2 + - uid: 11554 + components: + - type: Transform + pos: 64.5,-63.5 + parent: 2 + - uid: 11598 + components: + - type: Transform + pos: 64.5,-67.5 + parent: 2 + - uid: 11625 + components: + - type: Transform + pos: 58.5,-37.5 + parent: 2 + - uid: 11637 + components: + - type: Transform + pos: -49.5,-10.5 + parent: 2 + - uid: 11803 + components: + - type: Transform + pos: 82.5,-38.5 + parent: 2 + - uid: 11815 + components: + - type: Transform + pos: -26.5,-20.5 + parent: 2 + - uid: 11868 + components: + - type: Transform + pos: 73.5,-72.5 + parent: 2 + - uid: 11871 + components: + - type: Transform + pos: -19.5,-65.5 + parent: 2 + - uid: 11873 + components: + - type: Transform + pos: 80.5,-53.5 + parent: 2 + - uid: 11894 + components: + - type: Transform + pos: -28.5,35.5 + parent: 2 + - uid: 11941 + components: + - type: Transform + pos: -18.5,15.5 + parent: 2 + - uid: 11969 + components: + - type: Transform + pos: -28.5,-20.5 + parent: 2 + - uid: 12323 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 2 + - uid: 12356 + components: + - type: Transform + pos: 54.5,-46.5 + parent: 2 + - uid: 12359 + components: + - type: Transform + pos: 51.5,-30.5 + parent: 2 + - uid: 12364 + components: + - type: Transform + pos: -45.5,-25.5 + parent: 2 + - uid: 12380 + components: + - type: Transform + pos: -43.5,-39.5 + parent: 2 + - uid: 12400 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 2 + - uid: 12501 + components: + - type: Transform + pos: 52.5,-30.5 + parent: 2 + - uid: 12554 + components: + - type: Transform + pos: -20.5,12.5 + parent: 2 + - uid: 12555 + components: + - type: Transform + pos: -19.5,12.5 + parent: 2 + - uid: 12670 + components: + - type: Transform + pos: -17.5,4.5 + parent: 2 + - uid: 12701 + components: + - type: Transform + pos: -23.5,2.5 + parent: 2 + - uid: 12717 + components: + - type: Transform + pos: -46.5,-34.5 + parent: 2 + - uid: 13027 + components: + - type: Transform + pos: 71.5,-39.5 + parent: 2 + - uid: 13263 + components: + - type: Transform + pos: -46.5,-33.5 + parent: 2 + - uid: 13273 + components: + - type: Transform + pos: -34.5,-2.5 + parent: 2 + - uid: 13306 + components: + - type: Transform + pos: 57.5,-42.5 + parent: 2 + - uid: 13540 + components: + - type: Transform + pos: -10.5,-22.5 + parent: 2 + - uid: 13670 + components: + - type: Transform + pos: 26.5,-60.5 + parent: 2 + - uid: 13738 + components: + - type: Transform + pos: 20.5,-60.5 + parent: 2 + - uid: 13764 + components: + - type: Transform + pos: 23.5,-60.5 + parent: 2 + - uid: 13765 + components: + - type: Transform + pos: 17.5,-60.5 + parent: 2 + - uid: 13802 + components: + - type: Transform + pos: -43.5,-37.5 + parent: 2 + - uid: 14014 + components: + - type: Transform + pos: -43.5,-38.5 + parent: 2 + - uid: 14209 + components: + - type: Transform + pos: -17.5,23.5 + parent: 2 + - uid: 14211 + components: + - type: Transform + pos: -22.5,23.5 + parent: 2 + - uid: 14213 + components: + - type: Transform + pos: -35.5,0.5 + parent: 2 + - uid: 14247 + components: + - type: Transform + pos: 13.5,16.5 + parent: 2 + - uid: 14263 + components: + - type: Transform + pos: -16.5,24.5 + parent: 2 + - uid: 14272 + components: + - type: Transform + pos: 13.5,29.5 + parent: 2 + - uid: 14276 + components: + - type: Transform + pos: -5.5,16.5 + parent: 2 + - uid: 14278 + components: + - type: Transform + pos: 15.5,26.5 + parent: 2 + - uid: 14302 + components: + - type: Transform + pos: -36.5,-2.5 + parent: 2 + - uid: 14333 + components: + - type: Transform + pos: 14.5,26.5 + parent: 2 + - uid: 14334 + components: + - type: Transform + pos: -3.5,16.5 + parent: 2 + - uid: 14335 + components: + - type: Transform + pos: -2.5,15.5 + parent: 2 + - uid: 14336 + components: + - type: Transform + pos: 16.5,29.5 + parent: 2 + - uid: 14492 + components: + - type: Transform + pos: 45.5,-42.5 + parent: 2 + - uid: 14508 + components: + - type: Transform + pos: -30.5,-2.5 + parent: 2 + - uid: 14510 + components: + - type: Transform + pos: 43.5,-40.5 + parent: 2 + - uid: 14515 + components: + - type: Transform + pos: 46.5,-42.5 + parent: 2 + - uid: 14541 + components: + - type: Transform + pos: 80.5,-23.5 + parent: 2 + - uid: 14543 + components: + - type: Transform + pos: 80.5,-24.5 + parent: 2 + - uid: 14715 + components: + - type: Transform + pos: 43.5,-42.5 + parent: 2 + - uid: 14726 + components: + - type: Transform + pos: 61.5,-81.5 + parent: 2 + - uid: 14773 + components: + - type: Transform + pos: -19.5,6.5 + parent: 2 + - uid: 14779 + components: + - type: Transform + pos: -45.5,-27.5 + parent: 2 + - uid: 14792 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 + - uid: 14801 + components: + - type: Transform + pos: -19.5,1.5 + parent: 2 + - uid: 14810 + components: + - type: Transform + pos: -19.5,9.5 + parent: 2 + - uid: 14826 + components: + - type: Transform + pos: -17.5,2.5 + parent: 2 + - uid: 14827 + components: + - type: Transform + pos: -31.5,9.5 + parent: 2 + - uid: 14836 + components: + - type: Transform + pos: -31.5,12.5 + parent: 2 + - uid: 14852 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 15023 + components: + - type: Transform + pos: -46.5,-36.5 + parent: 2 + - uid: 15024 + components: + - type: Transform + pos: -22.5,8.5 + parent: 2 + - uid: 15036 + components: + - type: Transform + pos: -34.5,10.5 + parent: 2 + - uid: 15195 + components: + - type: Transform + pos: -42.5,-25.5 + parent: 2 + - uid: 15283 + components: + - type: Transform + pos: 16.5,16.5 + parent: 2 + - uid: 15286 + components: + - type: Transform + pos: -23.5,23.5 + parent: 2 + - uid: 15288 + components: + - type: Transform + pos: 22.5,16.5 + parent: 2 + - uid: 15289 + components: + - type: Transform + pos: -24.5,23.5 + parent: 2 + - uid: 15294 + components: + - type: Transform + pos: -46.5,-38.5 + parent: 2 + - uid: 15305 + components: + - type: Transform + pos: -45.5,-26.5 + parent: 2 + - uid: 15328 + components: + - type: Transform + pos: -10.5,34.5 + parent: 2 + - uid: 15352 + components: + - type: Transform + pos: -21.5,13.5 + parent: 2 + - uid: 15361 + components: + - type: Transform + pos: -46.5,-37.5 + parent: 2 + - uid: 15370 + components: + - type: Transform + pos: -17.5,11.5 + parent: 2 + - uid: 15371 + components: + - type: Transform + pos: -17.5,12.5 + parent: 2 + - uid: 15375 + components: + - type: Transform + pos: -23.5,9.5 + parent: 2 + - uid: 15462 + components: + - type: Transform + pos: -17.5,14.5 + parent: 2 + - uid: 15467 + components: + - type: Transform + pos: -64.5,-17.5 + parent: 2 + - uid: 15478 + components: + - type: Transform + pos: -59.5,-15.5 + parent: 2 + - uid: 15479 + components: + - type: Transform + pos: -66.5,-8.5 + parent: 2 + - uid: 15480 + components: + - type: Transform + pos: -65.5,-16.5 + parent: 2 + - uid: 15481 + components: + - type: Transform + pos: -58.5,-9.5 + parent: 2 + - uid: 15482 + components: + - type: Transform + pos: -58.5,-15.5 + parent: 2 + - uid: 15644 + components: + - type: Transform + pos: -20.5,23.5 + parent: 2 + - uid: 15650 + components: + - type: Transform + pos: -17.5,15.5 + parent: 2 + - uid: 15708 + components: + - type: Transform + pos: -10.5,27.5 + parent: 2 + - uid: 15715 + components: + - type: Transform + pos: -19.5,0.5 + parent: 2 + - uid: 15726 + components: + - type: Transform + pos: -21.5,23.5 + parent: 2 + - uid: 15732 + components: + - type: Transform + pos: 14.5,29.5 + parent: 2 + - uid: 15734 + components: + - type: Transform + pos: -35.5,-59.5 + parent: 2 + - uid: 15737 + components: + - type: Transform + pos: -38.5,-59.5 + parent: 2 + - uid: 15740 + components: + - type: Transform + pos: -39.5,-59.5 + parent: 2 + - uid: 15741 + components: + - type: Transform + pos: -39.5,-57.5 + parent: 2 + - uid: 15744 + components: + - type: Transform + pos: -38.5,-56.5 + parent: 2 + - uid: 15823 + components: + - type: Transform + pos: -61.5,-7.5 + parent: 2 + - uid: 15836 + components: + - type: Transform + pos: -25.5,-17.5 + parent: 2 + - uid: 15843 + components: + - type: Transform + pos: -72.5,-8.5 + parent: 2 + - uid: 15844 + components: + - type: Transform + pos: -68.5,-11.5 + parent: 2 + - uid: 15865 + components: + - type: Transform + pos: -71.5,-11.5 + parent: 2 + - uid: 15866 + components: + - type: Transform + pos: -68.5,-18.5 + parent: 2 + - uid: 15877 + components: + - type: Transform + pos: -67.5,-15.5 + parent: 2 + - uid: 15882 + components: + - type: Transform + pos: -68.5,-12.5 + parent: 2 + - uid: 15883 + components: + - type: Transform + pos: -67.5,-11.5 + parent: 2 + - uid: 15886 + components: + - type: Transform + pos: -68.5,-7.5 + parent: 2 + - uid: 15895 + components: + - type: Transform + pos: -56.5,-14.5 + parent: 2 + - uid: 15896 + components: + - type: Transform + pos: -57.5,-11.5 + parent: 2 + - uid: 15898 + components: + - type: Transform + pos: -66.5,-13.5 + parent: 2 + - uid: 15899 + components: + - type: Transform + pos: -67.5,-17.5 + parent: 2 + - uid: 15902 + components: + - type: Transform + pos: -61.5,-14.5 + parent: 2 + - uid: 15905 + components: + - type: Transform + pos: -59.5,-7.5 + parent: 2 + - uid: 15914 + components: + - type: Transform + pos: -54.5,-14.5 + parent: 2 + - uid: 15916 + components: + - type: Transform + pos: -51.5,-14.5 + parent: 2 + - uid: 15924 + components: + - type: Transform + pos: -67.5,-16.5 + parent: 2 + - uid: 15928 + components: + - type: Transform + pos: 42.5,-40.5 + parent: 2 + - uid: 15933 + components: + - type: Transform + pos: 29.5,-8.5 + parent: 2 + - uid: 15941 + components: + - type: Transform + pos: -68.5,-13.5 + parent: 2 + - uid: 15945 + components: + - type: Transform + pos: -69.5,-15.5 + parent: 2 + - uid: 15949 + components: + - type: Transform + pos: 18.5,-30.5 + parent: 2 + - uid: 15952 + components: + - type: Transform + pos: 17.5,-23.5 + parent: 2 + - uid: 15954 + components: + - type: Transform + pos: 18.5,-27.5 + parent: 2 + - uid: 15955 + components: + - type: Transform + pos: 17.5,-27.5 + parent: 2 + - uid: 15958 + components: + - type: Transform + pos: 18.5,-31.5 + parent: 2 + - uid: 15960 + components: + - type: Transform + pos: 19.5,-32.5 + parent: 2 + - uid: 15963 + components: + - type: Transform + pos: 23.5,-32.5 + parent: 2 + - uid: 15964 + components: + - type: Transform + pos: 25.5,-41.5 + parent: 2 + - uid: 15966 + components: + - type: Transform + pos: 41.5,-30.5 + parent: 2 + - uid: 15967 + components: + - type: Transform + pos: 36.5,-28.5 + parent: 2 + - uid: 15972 + components: + - type: Transform + pos: 22.5,-23.5 + parent: 2 + - uid: 15973 + components: + - type: Transform + pos: 18.5,-23.5 + parent: 2 + - uid: 15975 + components: + - type: Transform + pos: 26.5,-23.5 + parent: 2 + - uid: 15976 + components: + - type: Transform + pos: 35.5,-23.5 + parent: 2 + - uid: 15977 + components: + - type: Transform + pos: 32.5,-23.5 + parent: 2 + - uid: 15978 + components: + - type: Transform + pos: 31.5,-23.5 + parent: 2 + - uid: 15979 + components: + - type: Transform + pos: 40.5,-30.5 + parent: 2 + - uid: 15980 + components: + - type: Transform + pos: 36.5,-30.5 + parent: 2 + - uid: 15981 + components: + - type: Transform + pos: 40.5,-27.5 + parent: 2 + - uid: 15982 + components: + - type: Transform + pos: 40.5,-28.5 + parent: 2 + - uid: 15986 + components: + - type: Transform + pos: 36.5,-29.5 + parent: 2 + - uid: 15988 + components: + - type: Transform + pos: 39.5,-23.5 + parent: 2 + - uid: 15989 + components: + - type: Transform + pos: 41.5,-29.5 + parent: 2 + - uid: 15991 + components: + - type: Transform + pos: 25.5,-44.5 + parent: 2 + - uid: 15995 + components: + - type: Transform + pos: 25.5,-45.5 + parent: 2 + - uid: 15999 + components: + - type: Transform + pos: 17.5,-24.5 + parent: 2 + - uid: 16002 + components: + - type: Transform + pos: 24.5,-23.5 + parent: 2 + - uid: 16006 + components: + - type: Transform + pos: 25.5,-46.5 + parent: 2 + - uid: 16017 + components: + - type: Transform + pos: -28.5,32.5 + parent: 2 + - uid: 16060 + components: + - type: Transform + pos: 15.5,29.5 + parent: 2 + - uid: 16179 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - uid: 16180 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - uid: 16201 + components: + - type: Transform + pos: 76.5,-75.5 + parent: 2 + - uid: 16211 + components: + - type: Transform + pos: 64.5,-84.5 + parent: 2 + - uid: 16212 + components: + - type: Transform + pos: 63.5,-83.5 + parent: 2 + - uid: 16230 + components: + - type: Transform + pos: 56.5,-56.5 + parent: 2 + - uid: 16231 + components: + - type: Transform + pos: 56.5,-57.5 + parent: 2 + - uid: 16232 + components: + - type: Transform + pos: 56.5,-58.5 + parent: 2 + - uid: 16236 + components: + - type: Transform + pos: 56.5,-59.5 + parent: 2 + - uid: 16268 + components: + - type: Transform + pos: -66.5,-16.5 + parent: 2 + - uid: 16273 + components: + - type: Transform + pos: -59.5,-8.5 + parent: 2 + - uid: 16364 + components: + - type: Transform + pos: -47.5,-10.5 + parent: 2 + - uid: 16365 + components: + - type: Transform + pos: -47.5,-14.5 + parent: 2 + - uid: 16453 + components: + - type: Transform + pos: -58.5,-7.5 + parent: 2 + - uid: 16454 + components: + - type: Transform + pos: -59.5,-6.5 + parent: 2 + - uid: 16636 + components: + - type: Transform + pos: -50.5,-14.5 + parent: 2 + - uid: 16641 + components: + - type: Transform + pos: 56.5,-61.5 + parent: 2 + - uid: 16670 + components: + - type: Transform + pos: 56.5,-60.5 + parent: 2 + - uid: 16723 + components: + - type: Transform + pos: 58.5,-61.5 + parent: 2 + - uid: 16724 + components: + - type: Transform + pos: 58.5,-60.5 + parent: 2 + - uid: 16730 + components: + - type: Transform + pos: 58.5,-59.5 + parent: 2 + - uid: 16731 + components: + - type: Transform + pos: 58.5,-58.5 + parent: 2 + - uid: 16732 + components: + - type: Transform + pos: 58.5,-57.5 + parent: 2 + - uid: 16744 + components: + - type: Transform + pos: 58.5,-62.5 + parent: 2 + - uid: 16745 + components: + - type: Transform + pos: 56.5,-66.5 + parent: 2 + - uid: 16749 + components: + - type: Transform + pos: 56.5,-67.5 + parent: 2 + - uid: 16792 + components: + - type: Transform + pos: 58.5,-67.5 + parent: 2 + - uid: 16818 + components: + - type: Transform + pos: 57.5,-66.5 + parent: 2 + - uid: 16840 + components: + - type: Transform + pos: 58.5,-64.5 + parent: 2 + - uid: 16993 + components: + - type: Transform + pos: 58.5,-65.5 + parent: 2 + - uid: 16995 + components: + - type: Transform + pos: 59.5,-57.5 + parent: 2 + - uid: 16997 + components: + - type: Transform + pos: 60.5,-56.5 + parent: 2 + - uid: 16998 + components: + - type: Transform + pos: 60.5,-55.5 + parent: 2 + - uid: 16999 + components: + - type: Transform + pos: 61.5,-51.5 + parent: 2 + - uid: 17000 + components: + - type: Transform + pos: 62.5,-51.5 + parent: 2 + - uid: 17002 + components: + - type: Transform + pos: 62.5,-55.5 + parent: 2 + - uid: 17004 + components: + - type: Transform + pos: 82.5,-13.5 + parent: 2 + - uid: 17005 + components: + - type: Transform + pos: 32.5,-66.5 + parent: 2 + - uid: 17027 + components: + - type: Transform + pos: 32.5,-67.5 + parent: 2 + - uid: 17057 + components: + - type: Transform + pos: 32.5,-68.5 + parent: 2 + - uid: 17062 + components: + - type: Transform + pos: 31.5,-68.5 + parent: 2 + - uid: 17143 + components: + - type: Transform + pos: 32.5,-69.5 + parent: 2 + - uid: 17144 + components: + - type: Transform + pos: 51.5,-72.5 + parent: 2 + - uid: 17275 + components: + - type: Transform + pos: -28.5,31.5 + parent: 2 + - uid: 17284 + components: + - type: Transform + pos: -28.5,28.5 + parent: 2 + - uid: 17714 + components: + - type: Transform + pos: 82.5,-12.5 + parent: 2 + - uid: 17716 + components: + - type: Transform + pos: 85.5,-10.5 + parent: 2 + - uid: 17726 + components: + - type: Transform + pos: 86.5,-24.5 + parent: 2 + - uid: 17727 + components: + - type: Transform + pos: 85.5,-24.5 + parent: 2 + - uid: 17728 + components: + - type: Transform + pos: 83.5,-24.5 + parent: 2 + - uid: 17730 + components: + - type: Transform + pos: 86.5,-25.5 + parent: 2 + - uid: 17732 + components: + - type: Transform + pos: 85.5,-26.5 + parent: 2 + - uid: 17734 + components: + - type: Transform + pos: 85.5,-28.5 + parent: 2 + - uid: 17735 + components: + - type: Transform + pos: 86.5,-32.5 + parent: 2 + - uid: 17844 + components: + - type: Transform + pos: 84.5,-11.5 + parent: 2 + - uid: 17845 + components: + - type: Transform + pos: 84.5,-10.5 + parent: 2 + - uid: 17849 + components: + - type: Transform + pos: 88.5,-10.5 + parent: 2 + - uid: 17850 + components: + - type: Transform + pos: 89.5,-10.5 + parent: 2 + - uid: 17851 + components: + - type: Transform + pos: 89.5,-11.5 + parent: 2 + - uid: 17854 + components: + - type: Transform + pos: -34.5,15.5 + parent: 2 + - uid: 17855 + components: + - type: Transform + pos: -34.5,11.5 + parent: 2 + - uid: 17972 + components: + - type: Transform + pos: -28.5,25.5 + parent: 2 + - uid: 17998 + components: + - type: Transform + pos: 90.5,-11.5 + parent: 2 + - uid: 18161 + components: + - type: Transform + pos: 90.5,-12.5 + parent: 2 + - uid: 18176 + components: + - type: Transform + pos: 95.5,-17.5 + parent: 2 + - uid: 18191 + components: + - type: Transform + pos: 91.5,-12.5 + parent: 2 + - uid: 18195 + components: + - type: Transform + pos: 94.5,-16.5 + parent: 2 + - uid: 18197 + components: + - type: Transform + pos: 95.5,-18.5 + parent: 2 + - uid: 18199 + components: + - type: Transform + pos: 95.5,-20.5 + parent: 2 + - uid: 18201 + components: + - type: Transform + pos: -26.5,37.5 + parent: 2 + - uid: 18208 + components: + - type: Transform + pos: -15.5,40.5 + parent: 2 + - uid: 18210 + components: + - type: Transform + pos: -14.5,39.5 + parent: 2 + - uid: 18211 + components: + - type: Transform + pos: -11.5,36.5 + parent: 2 + - uid: 18212 + components: + - type: Transform + pos: -13.5,38.5 + parent: 2 + - uid: 18220 + components: + - type: Transform + pos: -16.5,40.5 + parent: 2 + - uid: 18222 + components: + - type: Transform + pos: -25.5,38.5 + parent: 2 + - uid: 18223 + components: + - type: Transform + pos: -24.5,39.5 + parent: 2 + - uid: 18234 + components: + - type: Transform + pos: -23.5,40.5 + parent: 2 + - uid: 18243 + components: + - type: Transform + pos: -22.5,40.5 + parent: 2 + - uid: 18258 + components: + - type: Transform + pos: -10.5,30.5 + parent: 2 + - uid: 18262 + components: + - type: Transform + pos: -18.5,40.5 + parent: 2 + - uid: 18267 + components: + - type: Transform + pos: -27.5,36.5 + parent: 2 + - uid: 18269 + components: + - type: Transform + pos: -20.5,40.5 + parent: 2 + - uid: 18270 + components: + - type: Transform + pos: -10.5,35.5 + parent: 2 + - uid: 18303 + components: + - type: Transform + pos: -12.5,37.5 + parent: 2 + - uid: 18423 + components: + - type: Transform + pos: 85.5,-15.5 + parent: 2 + - uid: 18443 + components: + - type: Transform + pos: 92.5,-34.5 + parent: 2 + - uid: 18480 + components: + - type: Transform + pos: 97.5,-20.5 + parent: 2 + - uid: 18481 + components: + - type: Transform + pos: 97.5,-21.5 + parent: 2 + - uid: 18483 + components: + - type: Transform + pos: 97.5,-23.5 + parent: 2 + - uid: 18484 + components: + - type: Transform + pos: 97.5,-25.5 + parent: 2 + - uid: 18485 + components: + - type: Transform + pos: 97.5,-27.5 + parent: 2 + - uid: 18489 + components: + - type: Transform + pos: 97.5,-29.5 + parent: 2 + - uid: 18514 + components: + - type: Transform + pos: -33.5,16.5 + parent: 2 + - uid: 18519 + components: + - type: Transform + pos: 97.5,-34.5 + parent: 2 + - uid: 18520 + components: + - type: Transform + pos: 95.5,-34.5 + parent: 2 + - uid: 18522 + components: + - type: Transform + pos: 97.5,-31.5 + parent: 2 + - uid: 18523 + components: + - type: Transform + pos: 97.5,-35.5 + parent: 2 + - uid: 18605 + components: + - type: Transform + pos: -28.5,34.5 + parent: 2 + - uid: 18612 + components: + - type: Transform + pos: 28.5,-8.5 + parent: 2 + - uid: 18724 + components: + - type: Transform + pos: 51.5,-34.5 + parent: 2 + - uid: 18909 + components: + - type: Transform + pos: 38.5,-77.5 + parent: 2 + - uid: 19054 + components: + - type: Transform + pos: -23.5,4.5 + parent: 2 + - uid: 19069 + components: + - type: Transform + pos: -16.5,-83.5 + parent: 2 + - uid: 19142 + components: + - type: Transform + pos: -15.5,-83.5 + parent: 2 + - uid: 19143 + components: + - type: Transform + pos: -14.5,-83.5 + parent: 2 + - uid: 19144 + components: + - type: Transform + pos: -12.5,-82.5 + parent: 2 + - uid: 19145 + components: + - type: Transform + pos: -10.5,-81.5 + parent: 2 + - uid: 19146 + components: + - type: Transform + pos: -8.5,-80.5 + parent: 2 + - uid: 19147 + components: + - type: Transform + pos: -6.5,-81.5 + parent: 2 + - uid: 19148 + components: + - type: Transform + pos: -4.5,-82.5 + parent: 2 + - uid: 19149 + components: + - type: Transform + pos: -2.5,-83.5 + parent: 2 + - uid: 19151 + components: + - type: Transform + pos: -1.5,-83.5 + parent: 2 + - uid: 19153 + components: + - type: Transform + pos: 0.5,-84.5 + parent: 2 + - uid: 19154 + components: + - type: Transform + pos: 1.5,-84.5 + parent: 2 + - uid: 19155 + components: + - type: Transform + pos: 2.5,-84.5 + parent: 2 + - uid: 19156 + components: + - type: Transform + pos: 4.5,-83.5 + parent: 2 + - uid: 19157 + components: + - type: Transform + pos: 5.5,-83.5 + parent: 2 + - uid: 19158 + components: + - type: Transform + pos: 7.5,-82.5 + parent: 2 + - uid: 19159 + components: + - type: Transform + pos: 9.5,-81.5 + parent: 2 + - uid: 19181 + components: + - type: Transform + pos: 11.5,-80.5 + parent: 2 + - uid: 19182 + components: + - type: Transform + pos: 13.5,-81.5 + parent: 2 + - uid: 19183 + components: + - type: Transform + pos: 15.5,-82.5 + parent: 2 + - uid: 19185 + components: + - type: Transform + pos: 17.5,-83.5 + parent: 2 + - uid: 19186 + components: + - type: Transform + pos: 18.5,-83.5 + parent: 2 + - uid: 19187 + components: + - type: Transform + pos: 19.5,-83.5 + parent: 2 + - uid: 19365 + components: + - type: Transform + pos: 81.5,-47.5 + parent: 2 + - uid: 19559 + components: + - type: Transform + pos: 75.5,-39.5 + parent: 2 + - uid: 19588 + components: + - type: Transform + pos: -19.5,4.5 + parent: 2 + - uid: 19601 + components: + - type: Transform + pos: -19.5,3.5 + parent: 2 + - uid: 19605 + components: + - type: Transform + pos: -19.5,2.5 + parent: 2 + - uid: 19626 + components: + - type: Transform + pos: -19.5,5.5 + parent: 2 + - uid: 19892 + components: + - type: Transform + pos: 53.5,-30.5 + parent: 2 + - uid: 19893 + components: + - type: Transform + pos: 53.5,-33.5 + parent: 2 + - uid: 19894 + components: + - type: Transform + pos: 53.5,-32.5 + parent: 2 + - uid: 19907 + components: + - type: Transform + pos: 39.5,-76.5 + parent: 2 + - uid: 19908 + components: + - type: Transform + pos: 39.5,-75.5 + parent: 2 + - uid: 19909 + components: + - type: Transform + pos: 39.5,-74.5 + parent: 2 + - uid: 19910 + components: + - type: Transform + pos: 37.5,-76.5 + parent: 2 + - uid: 19916 + components: + - type: Transform + pos: 15.5,-69.5 + parent: 2 + - uid: 19917 + components: + - type: Transform + pos: 17.5,-69.5 + parent: 2 + - uid: 19918 + components: + - type: Transform + pos: 19.5,-69.5 + parent: 2 + - uid: 19919 + components: + - type: Transform + pos: 21.5,-69.5 + parent: 2 + - uid: 19920 + components: + - type: Transform + pos: 23.5,-69.5 + parent: 2 + - uid: 19921 + components: + - type: Transform + pos: 25.5,-69.5 + parent: 2 + - uid: 19922 + components: + - type: Transform + pos: 27.5,-69.5 + parent: 2 + - uid: 19923 + components: + - type: Transform + pos: 29.5,-69.5 + parent: 2 +- proto: WallReinforcedRust + entities: + - uid: 249 + components: + - type: Transform + pos: -64.5,-6.5 + parent: 2 + - uid: 273 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 286 + components: + - type: Transform + pos: 8.5,2.5 + parent: 2 + - uid: 307 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 374 + components: + - type: Transform + pos: -39.5,-37.5 + parent: 2 + - uid: 375 + components: + - type: Transform + pos: -39.5,-38.5 + parent: 2 + - uid: 513 + components: + - type: Transform + pos: 11.5,7.5 + parent: 2 + - uid: 576 + components: + - type: Transform + pos: 7.5,7.5 + parent: 2 + - uid: 592 + components: + - type: Transform + pos: 11.5,2.5 + parent: 2 + - uid: 648 + components: + - type: Transform + pos: 8.5,3.5 + parent: 2 + - uid: 893 + components: + - type: Transform + pos: -69.5,-9.5 + parent: 2 + - uid: 908 + components: + - type: Transform + pos: -69.5,-16.5 + parent: 2 + - uid: 997 + components: + - type: Transform + pos: -70.5,-14.5 + parent: 2 + - uid: 1002 + components: + - type: Transform + pos: -63.5,-10.5 + parent: 2 + - uid: 1027 + components: + - type: Transform + pos: -59.5,-9.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + pos: -72.5,-10.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + pos: -73.5,-13.5 + parent: 2 + - uid: 1101 + components: + - type: Transform + pos: -71.5,-17.5 + parent: 2 + - uid: 1103 + components: + - type: Transform + pos: -70.5,-10.5 + parent: 2 + - uid: 1104 + components: + - type: Transform + pos: -61.5,-10.5 + parent: 2 + - uid: 1158 + components: + - type: Transform + pos: 13.5,8.5 + parent: 2 + - uid: 1413 + components: + - type: Transform + pos: 12.5,9.5 + parent: 2 + - uid: 1442 + components: + - type: Transform + pos: -43.5,-32.5 + parent: 2 + - uid: 1950 + components: + - type: Transform + pos: -39.5,-32.5 + parent: 2 + - uid: 2047 + components: + - type: Transform + pos: 12.5,4.5 + parent: 2 + - uid: 2139 + components: + - type: Transform + pos: 74.5,-39.5 + parent: 2 + - uid: 2376 + components: + - type: Transform + pos: -27.5,8.5 + parent: 2 + - uid: 3127 + components: + - type: Transform + pos: -68.5,-6.5 + parent: 2 + - uid: 3401 + components: + - type: Transform + pos: 57.5,-77.5 + parent: 2 + - uid: 3525 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 2 + - uid: 3719 + components: + - type: Transform + pos: 75.5,-65.5 + parent: 2 + - uid: 3760 + components: + - type: Transform + pos: 37.5,-77.5 + parent: 2 + - uid: 3845 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 4144 + components: + - type: Transform + pos: 75.5,-66.5 + parent: 2 + - uid: 4696 + components: + - type: Transform + pos: -67.5,-9.5 + parent: 2 + - uid: 4735 + components: + - type: Transform + pos: 67.5,-66.5 + parent: 2 + - uid: 4830 + components: + - type: Transform + pos: -43.5,-36.5 + parent: 2 + - uid: 5146 + components: + - type: Transform + pos: -68.5,-15.5 + parent: 2 + - uid: 5192 + components: + - type: Transform + pos: -56.5,-11.5 + parent: 2 + - uid: 5199 + components: + - type: Transform + pos: -66.5,-7.5 + parent: 2 + - uid: 5218 + components: + - type: Transform + pos: -65.5,-7.5 + parent: 2 + - uid: 5274 + components: + - type: Transform + pos: -64.5,-8.5 + parent: 2 + - uid: 5378 + components: + - type: Transform + pos: 76.5,-47.5 + parent: 2 + - uid: 5522 + components: + - type: Transform + pos: -59.5,-13.5 + parent: 2 + - uid: 5562 + components: + - type: Transform + pos: -60.5,-10.5 + parent: 2 + - uid: 5609 + components: + - type: Transform + pos: -53.5,-31.5 + parent: 2 + - uid: 5622 + components: + - type: Transform + pos: 75.5,-60.5 + parent: 2 + - uid: 5631 + components: + - type: Transform + pos: 75.5,-57.5 + parent: 2 + - uid: 5648 + components: + - type: Transform + pos: -49.5,-26.5 + parent: 2 + - uid: 5736 + components: + - type: Transform + pos: 64.5,-61.5 + parent: 2 + - uid: 5737 + components: + - type: Transform + pos: 59.5,-70.5 + parent: 2 + - uid: 5753 + components: + - type: Transform + pos: -30.5,-14.5 + parent: 2 + - uid: 5754 + components: + - type: Transform + pos: -28.5,13.5 + parent: 2 + - uid: 5775 + components: + - type: Transform + pos: -31.5,3.5 + parent: 2 + - uid: 5792 + components: + - type: Transform + pos: -28.5,8.5 + parent: 2 + - uid: 5797 + components: + - type: Transform + pos: -29.5,8.5 + parent: 2 + - uid: 5806 + components: + - type: Transform + pos: -23.5,8.5 + parent: 2 + - uid: 5844 + components: + - type: Transform + pos: -29.5,-14.5 + parent: 2 + - uid: 5848 + components: + - type: Transform + pos: -31.5,4.5 + parent: 2 + - uid: 5855 + components: + - type: Transform + pos: -28.5,15.5 + parent: 2 + - uid: 5864 + components: + - type: Transform + pos: -25.5,18.5 + parent: 2 + - uid: 5924 + components: + - type: Transform + pos: -12.5,7.5 + parent: 2 + - uid: 5947 + components: + - type: Transform + pos: -0.5,-35.5 + parent: 2 + - uid: 5950 + components: + - type: Transform + pos: -33.5,0.5 + parent: 2 + - uid: 5956 + components: + - type: Transform + pos: -33.5,1.5 + parent: 2 + - uid: 6027 + components: + - type: Transform + pos: -33.5,-2.5 + parent: 2 + - uid: 6099 + components: + - type: Transform + pos: -6.5,9.5 + parent: 2 + - uid: 6145 + components: + - type: Transform + pos: -8.5,7.5 + parent: 2 + - uid: 6179 + components: + - type: Transform + pos: -8.5,6.5 + parent: 2 + - uid: 6223 + components: + - type: Transform + pos: -2.5,5.5 + parent: 2 + - uid: 6225 + components: + - type: Transform + pos: -64.5,-15.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 6238 + components: + - type: Transform + pos: 1.5,6.5 + parent: 2 + - uid: 6254 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 6257 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 + - uid: 6260 + components: + - type: Transform + pos: 60.5,-72.5 + parent: 2 + - uid: 6261 + components: + - type: Transform + pos: -6.5,4.5 + parent: 2 + - uid: 6297 + components: + - type: Transform + pos: -8.5,4.5 + parent: 2 + - uid: 6307 + components: + - type: Transform + pos: 5.5,5.5 + parent: 2 + - uid: 6369 + components: + - type: Transform + pos: -13.5,1.5 + parent: 2 + - uid: 6374 + components: + - type: Transform + pos: -9.5,1.5 + parent: 2 + - uid: 6476 + components: + - type: Transform + pos: 65.5,-37.5 + parent: 2 + - uid: 6619 + components: + - type: Transform + pos: 22.5,15.5 + parent: 2 + - uid: 6620 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 6631 + components: + - type: Transform + pos: 25.5,14.5 + parent: 2 + - uid: 6632 + components: + - type: Transform + pos: -12.5,6.5 + parent: 2 + - uid: 6679 + components: + - type: Transform + pos: -3.5,-24.5 + parent: 2 + - uid: 6872 + components: + - type: Transform + pos: 29.5,-15.5 + parent: 2 + - uid: 6876 + components: + - type: Transform + pos: 3.5,-13.5 + parent: 2 + - uid: 6878 + components: + - type: Transform + pos: 27.5,-15.5 + parent: 2 + - uid: 6887 + components: + - type: Transform + pos: 29.5,-5.5 + parent: 2 + - uid: 6888 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 2 + - uid: 6889 + components: + - type: Transform + pos: 29.5,-11.5 + parent: 2 + - uid: 6905 + components: + - type: Transform + pos: -10.5,-23.5 + parent: 2 + - uid: 6908 + components: + - type: Transform + pos: 60.5,-77.5 + parent: 2 + - uid: 6913 + components: + - type: Transform + pos: -5.5,-27.5 + parent: 2 + - uid: 6915 + components: + - type: Transform + pos: -6.5,-7.5 + parent: 2 + - uid: 6917 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 2 + - uid: 6918 + components: + - type: Transform + pos: -5.5,-11.5 + parent: 2 + - uid: 6923 + components: + - type: Transform + pos: -9.5,-27.5 + parent: 2 + - uid: 6927 + components: + - type: Transform + pos: -10.5,-27.5 + parent: 2 + - uid: 6929 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 6933 + components: + - type: Transform + pos: -3.5,-25.5 + parent: 2 + - uid: 6934 + components: + - type: Transform + pos: 28.5,-5.5 + parent: 2 + - uid: 6938 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - uid: 6946 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 2 + - uid: 6949 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 2 + - uid: 6953 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 6957 + components: + - type: Transform + pos: -31.5,-4.5 + parent: 2 + - uid: 6972 + components: + - type: Transform + pos: 24.5,-15.5 + parent: 2 + - uid: 6973 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - uid: 6982 + components: + - type: Transform + pos: 80.5,-43.5 + parent: 2 + - uid: 7015 + components: + - type: Transform + pos: -30.5,1.5 + parent: 2 + - uid: 7026 + components: + - type: Transform + pos: -29.5,9.5 + parent: 2 + - uid: 7058 + components: + - type: Transform + pos: -29.5,-2.5 + parent: 2 + - uid: 7097 + components: + - type: Transform + pos: -20.5,-12.5 + parent: 2 + - uid: 7103 + components: + - type: Transform + pos: 18.5,-19.5 + parent: 2 + - uid: 7107 + components: + - type: Transform + pos: 22.5,-27.5 + parent: 2 + - uid: 7163 + components: + - type: Transform + pos: -19.5,-6.5 + parent: 2 + - uid: 7167 + components: + - type: Transform + pos: 30.5,-59.5 + parent: 2 + - uid: 7168 + components: + - type: Transform + pos: 32.5,-57.5 + parent: 2 + - uid: 7210 + components: + - type: Transform + pos: 22.5,-28.5 + parent: 2 + - uid: 7218 + components: + - type: Transform + pos: 1.5,-38.5 + parent: 2 + - uid: 7222 + components: + - type: Transform + pos: 0.5,-38.5 + parent: 2 + - uid: 7228 + components: + - type: Transform + pos: 2.5,-35.5 + parent: 2 + - uid: 7234 + components: + - type: Transform + pos: 29.5,-13.5 + parent: 2 + - uid: 7273 + components: + - type: Transform + pos: 81.5,-14.5 + parent: 2 + - uid: 7313 + components: + - type: Transform + pos: -46.5,-20.5 + parent: 2 + - uid: 7318 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 2 + - uid: 7326 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 + - uid: 7331 + components: + - type: Transform + pos: -31.5,-19.5 + parent: 2 + - uid: 7333 + components: + - type: Transform + pos: -32.5,-19.5 + parent: 2 + - uid: 7363 + components: + - type: Transform + pos: -28.5,-70.5 + parent: 2 + - uid: 7389 + components: + - type: Transform + pos: -40.5,-19.5 + parent: 2 + - uid: 7392 + components: + - type: Transform + pos: 30.5,17.5 + parent: 2 + - uid: 7403 + components: + - type: Transform + pos: 37.5,10.5 + parent: 2 + - uid: 7413 + components: + - type: Transform + pos: 38.5,7.5 + parent: 2 + - uid: 7417 + components: + - type: Transform + pos: -31.5,-70.5 + parent: 2 + - uid: 7430 + components: + - type: Transform + pos: 34.5,-56.5 + parent: 2 + - uid: 7456 + components: + - type: Transform + pos: 33.5,-56.5 + parent: 2 + - uid: 7461 + components: + - type: Transform + pos: 32.5,-59.5 + parent: 2 + - uid: 7478 + components: + - type: Transform + pos: -28.5,-12.5 + parent: 2 + - uid: 7479 + components: + - type: Transform + pos: -31.5,-12.5 + parent: 2 + - uid: 7483 + components: + - type: Transform + pos: 30.5,21.5 + parent: 2 + - uid: 7488 + components: + - type: Transform + pos: 28.5,17.5 + parent: 2 + - uid: 7489 + components: + - type: Transform + pos: 29.5,22.5 + parent: 2 + - uid: 7499 + components: + - type: Transform + pos: 29.5,29.5 + parent: 2 + - uid: 7500 + components: + - type: Transform + pos: 34.5,45.5 + parent: 2 + - uid: 7510 + components: + - type: Transform + pos: 35.5,30.5 + parent: 2 + - uid: 7517 + components: + - type: Transform + pos: 34.5,17.5 + parent: 2 + - uid: 7527 + components: + - type: Transform + pos: 34.5,22.5 + parent: 2 + - uid: 7537 + components: + - type: Transform + pos: 34.5,18.5 + parent: 2 + - uid: 7562 + components: + - type: Transform + pos: 36.5,30.5 + parent: 2 + - uid: 7572 + components: + - type: Transform + pos: 41.5,11.5 + parent: 2 + - uid: 7605 + components: + - type: Transform + pos: 26.5,-29.5 + parent: 2 + - uid: 7618 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 7662 + components: + - type: Transform + pos: 34.5,38.5 + parent: 2 + - uid: 7664 + components: + - type: Transform + pos: 34.5,40.5 + parent: 2 + - uid: 7717 + components: + - type: Transform + pos: 41.5,-14.5 + parent: 2 + - uid: 7723 + components: + - type: Transform + pos: 25.5,-33.5 + parent: 2 + - uid: 7734 + components: + - type: Transform + pos: 29.5,40.5 + parent: 2 + - uid: 7741 + components: + - type: Transform + pos: 30.5,43.5 + parent: 2 + - uid: 7744 + components: + - type: Transform + pos: 49.5,-3.5 + parent: 2 + - uid: 7749 + components: + - type: Transform + pos: 49.5,-6.5 + parent: 2 + - uid: 7758 + components: + - type: Transform + pos: 32.5,-52.5 + parent: 2 + - uid: 7759 + components: + - type: Transform + pos: 25.5,-36.5 + parent: 2 + - uid: 7799 + components: + - type: Transform + pos: 66.5,-44.5 + parent: 2 + - uid: 7808 + components: + - type: Transform + pos: 26.5,2.5 + parent: 2 + - uid: 7810 + components: + - type: Transform + pos: -32.5,-66.5 + parent: 2 + - uid: 7815 + components: + - type: Transform + pos: 36.5,7.5 + parent: 2 + - uid: 7820 + components: + - type: Transform + pos: 29.5,-51.5 + parent: 2 + - uid: 7823 + components: + - type: Transform + pos: 29.5,-52.5 + parent: 2 + - uid: 7996 + components: + - type: Transform + pos: 49.5,-8.5 + parent: 2 + - uid: 8022 + components: + - type: Transform + pos: 48.5,-2.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + pos: 49.5,-9.5 + parent: 2 + - uid: 8042 + components: + - type: Transform + pos: 44.5,-13.5 + parent: 2 + - uid: 8045 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 2 + - uid: 8046 + components: + - type: Transform + pos: -46.5,-32.5 + parent: 2 + - uid: 8047 + components: + - type: Transform + pos: 48.5,-3.5 + parent: 2 + - uid: 8052 + components: + - type: Transform + pos: -21.5,-17.5 + parent: 2 + - uid: 8065 + components: + - type: Transform + pos: 28.5,26.5 + parent: 2 + - uid: 8067 + components: + - type: Transform + pos: -27.5,-62.5 + parent: 2 + - uid: 8089 + components: + - type: Transform + pos: 43.5,7.5 + parent: 2 + - uid: 8105 + components: + - type: Transform + pos: 42.5,7.5 + parent: 2 + - uid: 8111 + components: + - type: Transform + pos: 42.5,6.5 + parent: 2 + - uid: 8116 + components: + - type: Transform + pos: -28.5,-66.5 + parent: 2 + - uid: 8119 + components: + - type: Transform + pos: 41.5,13.5 + parent: 2 + - uid: 8122 + components: + - type: Transform + pos: 41.5,10.5 + parent: 2 + - uid: 8144 + components: + - type: Transform + pos: 45.5,13.5 + parent: 2 + - uid: 8152 + components: + - type: Transform + pos: -53.5,-26.5 + parent: 2 + - uid: 8175 + components: + - type: Transform + pos: 34.5,14.5 + parent: 2 + - uid: 8201 + components: + - type: Transform + pos: 30.5,13.5 + parent: 2 + - uid: 8209 + components: + - type: Transform + pos: 51.5,8.5 + parent: 2 + - uid: 8211 + components: + - type: Transform + pos: 51.5,13.5 + parent: 2 + - uid: 8235 + components: + - type: Transform + pos: 48.5,7.5 + parent: 2 + - uid: 8237 + components: + - type: Transform + pos: 50.5,8.5 + parent: 2 + - uid: 8240 + components: + - type: Transform + pos: 49.5,8.5 + parent: 2 + - uid: 8262 + components: + - type: Transform + pos: 44.5,6.5 + parent: 2 + - uid: 8271 + components: + - type: Transform + pos: 27.5,-49.5 + parent: 2 + - uid: 8273 + components: + - type: Transform + pos: 26.5,-49.5 + parent: 2 + - uid: 8276 + components: + - type: Transform + pos: 26.5,-52.5 + parent: 2 + - uid: 8277 + components: + - type: Transform + pos: -42.5,-32.5 + parent: 2 + - uid: 8318 + components: + - type: Transform + pos: 27.5,20.5 + parent: 2 + - uid: 8360 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 2 + - uid: 8368 + components: + - type: Transform + pos: -39.5,-56.5 + parent: 2 + - uid: 8392 + components: + - type: Transform + pos: 5.5,-24.5 + parent: 2 + - uid: 8395 + components: + - type: Transform + pos: -48.5,-32.5 + parent: 2 + - uid: 8399 + components: + - type: Transform + pos: 4.5,-24.5 + parent: 2 + - uid: 8400 + components: + - type: Transform + pos: 44.5,-17.5 + parent: 2 + - uid: 8403 + components: + - type: Transform + pos: -45.5,-48.5 + parent: 2 + - uid: 8404 + components: + - type: Transform + pos: 43.5,-26.5 + parent: 2 + - uid: 8408 + components: + - type: Transform + pos: 4.5,-17.5 + parent: 2 + - uid: 8415 + components: + - type: Transform + pos: -53.5,-30.5 + parent: 2 + - uid: 8417 + components: + - type: Transform + pos: -49.5,-34.5 + parent: 2 + - uid: 8470 + components: + - type: Transform + pos: -46.5,-44.5 + parent: 2 + - uid: 8471 + components: + - type: Transform + pos: -53.5,-43.5 + parent: 2 + - uid: 8475 + components: + - type: Transform + pos: -48.5,-39.5 + parent: 2 + - uid: 8476 + components: + - type: Transform + pos: -48.5,-40.5 + parent: 2 + - uid: 8477 + components: + - type: Transform + pos: -53.5,-42.5 + parent: 2 + - uid: 8486 + components: + - type: Transform + pos: -49.5,-14.5 + parent: 2 + - uid: 8503 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 8746 + components: + - type: Transform + pos: 49.5,-34.5 + parent: 2 + - uid: 8748 + components: + - type: Transform + pos: 53.5,-35.5 + parent: 2 + - uid: 8772 + components: + - type: Transform + pos: -42.5,-20.5 + parent: 2 + - uid: 8778 + components: + - type: Transform + pos: -52.5,-47.5 + parent: 2 + - uid: 8894 + components: + - type: Transform + pos: 55.5,-37.5 + parent: 2 + - uid: 8904 + components: + - type: Transform + pos: 56.5,-37.5 + parent: 2 + - uid: 8910 + components: + - type: Transform + pos: -35.5,-56.5 + parent: 2 + - uid: 8911 + components: + - type: Transform + pos: -49.5,-47.5 + parent: 2 + - uid: 9031 + components: + - type: Transform + pos: -34.5,-57.5 + parent: 2 + - uid: 9043 + components: + - type: Transform + pos: -53.5,-47.5 + parent: 2 + - uid: 9137 + components: + - type: Transform + pos: -40.5,-27.5 + parent: 2 + - uid: 9146 + components: + - type: Transform + pos: -45.5,-24.5 + parent: 2 + - uid: 9180 + components: + - type: Transform + pos: -49.5,-39.5 + parent: 2 + - uid: 9253 + components: + - type: Transform + pos: -45.5,-47.5 + parent: 2 + - uid: 9255 + components: + - type: Transform + pos: -44.5,-49.5 + parent: 2 + - uid: 9256 + components: + - type: Transform + pos: 40.5,-19.5 + parent: 2 + - uid: 9262 + components: + - type: Transform + pos: 48.5,3.5 + parent: 2 + - uid: 9279 + components: + - type: Transform + pos: 43.5,4.5 + parent: 2 + - uid: 9280 + components: + - type: Transform + pos: 47.5,3.5 + parent: 2 + - uid: 9281 + components: + - type: Transform + pos: 43.5,-1.5 + parent: 2 + - uid: 9313 + components: + - type: Transform + pos: 43.5,-18.5 + parent: 2 + - uid: 9334 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 2 + - uid: 9335 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 2 + - uid: 9367 + components: + - type: Transform + pos: -43.5,-52.5 + parent: 2 + - uid: 9391 + components: + - type: Transform + pos: -46.5,-52.5 + parent: 2 + - uid: 9392 + components: + - type: Transform + pos: -48.5,-53.5 + parent: 2 + - uid: 9395 + components: + - type: Transform + pos: -42.5,-53.5 + parent: 2 + - uid: 9398 + components: + - type: Transform + pos: 25.5,12.5 + parent: 2 + - uid: 9399 + components: + - type: Transform + pos: -22.5,-17.5 + parent: 2 + - uid: 9523 + components: + - type: Transform + pos: 26.5,13.5 + parent: 2 + - uid: 9569 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 2 + - uid: 9617 + components: + - type: Transform + pos: 54.5,-37.5 + parent: 2 + - uid: 9624 + components: + - type: Transform + pos: 24.5,-6.5 + parent: 2 + - uid: 9629 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 9661 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 + - uid: 9662 + components: + - type: Transform + pos: 20.5,-10.5 + parent: 2 + - uid: 9856 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 2 + - uid: 9858 + components: + - type: Transform + pos: -13.5,-2.5 + parent: 2 + - uid: 9899 + components: + - type: Transform + pos: -14.5,-9.5 + parent: 2 + - uid: 9934 + components: + - type: Transform + pos: 25.5,-13.5 + parent: 2 + - uid: 10002 + components: + - type: Transform + pos: 57.5,-41.5 + parent: 2 + - uid: 10004 + components: + - type: Transform + pos: 58.5,-43.5 + parent: 2 + - uid: 10023 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 2 + - uid: 10055 + components: + - type: Transform + pos: -13.5,-5.5 + parent: 2 + - uid: 10198 + components: + - type: Transform + pos: 26.5,-12.5 + parent: 2 + - uid: 10199 + components: + - type: Transform + pos: 26.5,-9.5 + parent: 2 + - uid: 10200 + components: + - type: Transform + pos: 25.5,-7.5 + parent: 2 + - uid: 10201 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 2 + - uid: 10202 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 2 + - uid: 10241 + components: + - type: Transform + pos: -48.5,-10.5 + parent: 2 + - uid: 10263 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 2 + - uid: 10535 + components: + - type: Transform + pos: -14.5,-5.5 + parent: 2 + - uid: 10705 + components: + - type: Transform + pos: 43.5,-25.5 + parent: 2 + - uid: 10708 + components: + - type: Transform + pos: 40.5,-25.5 + parent: 2 + - uid: 10885 + components: + - type: Transform + pos: 84.5,-38.5 + parent: 2 + - uid: 10993 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 + - uid: 11017 + components: + - type: Transform + pos: 40.5,-23.5 + parent: 2 + - uid: 11018 + components: + - type: Transform + pos: 56.5,-23.5 + parent: 2 + - uid: 11021 + components: + - type: Transform + pos: 54.5,-27.5 + parent: 2 + - uid: 11022 + components: + - type: Transform + pos: 54.5,-15.5 + parent: 2 + - uid: 11023 + components: + - type: Transform + pos: 55.5,-19.5 + parent: 2 + - uid: 11033 + components: + - type: Transform + pos: 50.5,-27.5 + parent: 2 + - uid: 11038 + components: + - type: Transform + pos: 49.5,-29.5 + parent: 2 + - uid: 11039 + components: + - type: Transform + pos: 50.5,-32.5 + parent: 2 + - uid: 11040 + components: + - type: Transform + pos: 50.5,-29.5 + parent: 2 + - uid: 11041 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 2 + - uid: 11042 + components: + - type: Transform + pos: 50.5,-14.5 + parent: 2 + - uid: 11047 + components: + - type: Transform + pos: 52.5,-14.5 + parent: 2 + - uid: 11059 + components: + - type: Transform + pos: 19.5,-1.5 + parent: 2 + - uid: 11061 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - uid: 11875 + components: + - type: Transform + pos: 79.5,-54.5 + parent: 2 + - uid: 11879 + components: + - type: Transform + pos: 42.5,-49.5 + parent: 2 + - uid: 11880 + components: + - type: Transform + pos: 49.5,-90.5 + parent: 2 + - uid: 11881 + components: + - type: Transform + pos: 56.5,-48.5 + parent: 2 + - uid: 11882 + components: + - type: Transform + pos: 54.5,-56.5 + parent: 2 + - uid: 11883 + components: + - type: Transform + pos: 45.5,-90.5 + parent: 2 + - uid: 11884 + components: + - type: Transform + pos: 42.5,-47.5 + parent: 2 + - uid: 11887 + components: + - type: Transform + pos: 40.5,-64.5 + parent: 2 + - uid: 11890 + components: + - type: Transform + pos: 51.5,-43.5 + parent: 2 + - uid: 11927 + components: + - type: Transform + pos: 38.5,-65.5 + parent: 2 + - uid: 11938 + components: + - type: Transform + pos: 54.5,-48.5 + parent: 2 + - uid: 12069 + components: + - type: Transform + pos: 51.5,-71.5 + parent: 2 + - uid: 12118 + components: + - type: Transform + pos: 32.5,-50.5 + parent: 2 + - uid: 12133 + components: + - type: Transform + pos: -52.5,-44.5 + parent: 2 + - uid: 12353 + components: + - type: Transform + pos: 53.5,-58.5 + parent: 2 + - uid: 12365 + components: + - type: Transform + pos: 26.5,-59.5 + parent: 2 + - uid: 12369 + components: + - type: Transform + pos: 49.5,-70.5 + parent: 2 + - uid: 12441 + components: + - type: Transform + pos: 53.5,-62.5 + parent: 2 + - uid: 12486 + components: + - type: Transform + pos: 50.5,-75.5 + parent: 2 + - uid: 12601 + components: + - type: Transform + pos: 43.5,-76.5 + parent: 2 + - uid: 12648 + components: + - type: Transform + pos: 49.5,-84.5 + parent: 2 + - uid: 12653 + components: + - type: Transform + pos: 60.5,-47.5 + parent: 2 + - uid: 12655 + components: + - type: Transform + pos: 43.5,-63.5 + parent: 2 + - uid: 12656 + components: + - type: Transform + pos: 37.5,-60.5 + parent: 2 + - uid: 13141 + components: + - type: Transform + pos: 43.5,-74.5 + parent: 2 + - uid: 13223 + components: + - type: Transform + pos: 53.5,-63.5 + parent: 2 + - uid: 13224 + components: + - type: Transform + pos: 60.5,-51.5 + parent: 2 + - uid: 13227 + components: + - type: Transform + pos: 37.5,-61.5 + parent: 2 + - uid: 14441 + components: + - type: Transform + pos: -43.5,-35.5 + parent: 2 + - uid: 14481 + components: + - type: Transform + pos: 47.5,-42.5 + parent: 2 + - uid: 14514 + components: + - type: Transform + pos: 43.5,-41.5 + parent: 2 + - uid: 14525 + components: + - type: Transform + pos: 80.5,-16.5 + parent: 2 + - uid: 15476 + components: + - type: Transform + pos: -58.5,-14.5 + parent: 2 + - uid: 15735 + components: + - type: Transform + pos: -36.5,-59.5 + parent: 2 + - uid: 15736 + components: + - type: Transform + pos: -37.5,-59.5 + parent: 2 + - uid: 15884 + components: + - type: Transform + pos: -71.5,-7.5 + parent: 2 + - uid: 15891 + components: + - type: Transform + pos: 42.5,-30.5 + parent: 2 + - uid: 15900 + components: + - type: Transform + pos: -66.5,-17.5 + parent: 2 + - uid: 15904 + components: + - type: Transform + pos: -64.5,-11.5 + parent: 2 + - uid: 15909 + components: + - type: Transform + pos: -64.5,-13.5 + parent: 2 + - uid: 15913 + components: + - type: Transform + pos: -53.5,-14.5 + parent: 2 + - uid: 15915 + components: + - type: Transform + pos: -58.5,-13.5 + parent: 2 + - uid: 15921 + components: + - type: Transform + pos: -48.5,-14.5 + parent: 2 + - uid: 15944 + components: + - type: Transform + pos: -65.5,-17.5 + parent: 2 + - uid: 15950 + components: + - type: Transform + pos: 17.5,-26.5 + parent: 2 + - uid: 15951 + components: + - type: Transform + pos: 23.5,-23.5 + parent: 2 + - uid: 15953 + components: + - type: Transform + pos: 18.5,-28.5 + parent: 2 + - uid: 15956 + components: + - type: Transform + pos: 18.5,-29.5 + parent: 2 + - uid: 15959 + components: + - type: Transform + pos: 18.5,-32.5 + parent: 2 + - uid: 15961 + components: + - type: Transform + pos: 21.5,-32.5 + parent: 2 + - uid: 15962 + components: + - type: Transform + pos: 22.5,-32.5 + parent: 2 + - uid: 15970 + components: + - type: Transform + pos: 25.5,-40.5 + parent: 2 + - uid: 15971 + components: + - type: Transform + pos: 24.5,-32.5 + parent: 2 + - uid: 15974 + components: + - type: Transform + pos: 27.5,-23.5 + parent: 2 + - uid: 15983 + components: + - type: Transform + pos: 37.5,-23.5 + parent: 2 + - uid: 15984 + components: + - type: Transform + pos: 39.5,-30.5 + parent: 2 + - uid: 15985 + components: + - type: Transform + pos: 38.5,-23.5 + parent: 2 + - uid: 15990 + components: + - type: Transform + pos: 41.5,-28.5 + parent: 2 + - uid: 15993 + components: + - type: Transform + pos: 25.5,-42.5 + parent: 2 + - uid: 15994 + components: + - type: Transform + pos: 25.5,-47.5 + parent: 2 + - uid: 15997 + components: + - type: Transform + pos: 42.5,-28.5 + parent: 2 + - uid: 15998 + components: + - type: Transform + pos: 17.5,-25.5 + parent: 2 + - uid: 16003 + components: + - type: Transform + pos: 25.5,-23.5 + parent: 2 + - uid: 16004 + components: + - type: Transform + pos: 36.5,-23.5 + parent: 2 + - uid: 16005 + components: + - type: Transform + pos: 25.5,-43.5 + parent: 2 + - uid: 16217 + components: + - type: Transform + pos: 56.5,-65.5 + parent: 2 + - uid: 16234 + components: + - type: Transform + pos: -62.5,-17.5 + parent: 2 + - uid: 16276 + components: + - type: Transform + pos: -59.5,-16.5 + parent: 2 + - uid: 16451 + components: + - type: Transform + pos: -58.5,-17.5 + parent: 2 + - uid: 16452 + components: + - type: Transform + pos: -59.5,-18.5 + parent: 2 + - uid: 16827 + components: + - type: Transform + pos: 58.5,-66.5 + parent: 2 + - uid: 16835 + components: + - type: Transform + pos: 56.5,-63.5 + parent: 2 + - uid: 16996 + components: + - type: Transform + pos: 60.5,-57.5 + parent: 2 + - uid: 17001 + components: + - type: Transform + pos: 61.5,-55.5 + parent: 2 + - uid: 17718 + components: + - type: Transform + pos: 85.5,-38.5 + parent: 2 + - uid: 17731 + components: + - type: Transform + pos: 86.5,-26.5 + parent: 2 + - uid: 17733 + components: + - type: Transform + pos: 86.5,-28.5 + parent: 2 + - uid: 17736 + components: + - type: Transform + pos: 85.5,-32.5 + parent: 2 + - uid: 17842 + components: + - type: Transform + pos: 83.5,-11.5 + parent: 2 + - uid: 17847 + components: + - type: Transform + pos: 86.5,-10.5 + parent: 2 + - uid: 17848 + components: + - type: Transform + pos: 87.5,-10.5 + parent: 2 + - uid: 17924 + components: + - type: Transform + pos: 66.5,-37.5 + parent: 2 + - uid: 18196 + components: + - type: Transform + pos: 95.5,-16.5 + parent: 2 + - uid: 18470 + components: + - type: Transform + pos: 93.5,-14.5 + parent: 2 + - uid: 18479 + components: + - type: Transform + pos: 96.5,-20.5 + parent: 2 + - uid: 18482 + components: + - type: Transform + pos: 97.5,-22.5 + parent: 2 + - uid: 18488 + components: + - type: Transform + pos: 97.5,-30.5 + parent: 2 + - uid: 18516 + components: + - type: Transform + pos: 93.5,-34.5 + parent: 2 + - uid: 18518 + components: + - type: Transform + pos: 96.5,-34.5 + parent: 2 + - uid: 18521 + components: + - type: Transform + pos: 97.5,-33.5 + parent: 2 + - uid: 18725 + components: + - type: Transform + pos: 52.5,-34.5 + parent: 2 + - uid: 18762 + components: + - type: Transform + pos: 83.5,-38.5 + parent: 2 + - uid: 19600 + components: + - type: Transform + pos: 60.5,-45.5 + parent: 2 + - uid: 19778 + components: + - type: Transform + pos: 94.5,-34.5 + parent: 2 + - uid: 19905 + components: + - type: Transform + pos: 37.5,-78.5 + parent: 2 + - uid: 19906 + components: + - type: Transform + pos: 39.5,-78.5 + parent: 2 +- proto: WallSolid + entities: + - uid: 4 + components: + - type: Transform + pos: -24.5,21.5 + parent: 2 + - uid: 11 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 + - uid: 86 + components: + - type: Transform + pos: -15.5,21.5 + parent: 2 + - uid: 112 + components: + - type: Transform + pos: 13.5,14.5 + parent: 2 + - uid: 120 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: -28.5,-5.5 + parent: 2 + - uid: 205 + components: + - type: Transform + pos: -22.5,-9.5 + parent: 2 + - uid: 231 + components: + - type: Transform + pos: 47.5,-50.5 + parent: 2 + - uid: 272 + components: + - type: Transform + pos: 48.5,-10.5 + parent: 2 + - uid: 305 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 319 + components: + - type: Transform + pos: 6.5,-40.5 + parent: 2 + - uid: 333 + components: + - type: Transform + pos: -27.5,-5.5 + parent: 2 + - uid: 337 + components: + - type: Transform + pos: 7.5,-43.5 + parent: 2 + - uid: 338 + components: + - type: Transform + pos: -31.5,-36.5 + parent: 2 + - uid: 345 + components: + - type: Transform + pos: 47.5,-14.5 + parent: 2 + - uid: 350 + components: + - type: Transform + pos: 5.5,-29.5 + parent: 2 + - uid: 383 + components: + - type: Transform + pos: 18.5,11.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: -28.5,-9.5 + parent: 2 + - uid: 459 + components: + - type: Transform + pos: -23.5,12.5 + parent: 2 + - uid: 483 + components: + - type: Transform + pos: -23.5,13.5 + parent: 2 + - uid: 542 + components: + - type: Transform + pos: 67.5,-58.5 + parent: 2 + - uid: 590 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - uid: 610 + components: + - type: Transform + pos: 6.5,-35.5 + parent: 2 + - uid: 611 + components: + - type: Transform + pos: -21.5,21.5 + parent: 2 + - uid: 622 + components: + - type: Transform + pos: 7.5,-35.5 + parent: 2 + - uid: 644 + components: + - type: Transform + pos: 40.5,-2.5 + parent: 2 + - uid: 658 + components: + - type: Transform + pos: -17.5,21.5 + parent: 2 + - uid: 681 + components: + - type: Transform + pos: -29.5,-12.5 + parent: 2 + - uid: 813 + components: + - type: Transform + pos: -9.5,23.5 + parent: 2 + - uid: 818 + components: + - type: Transform + pos: -12.5,23.5 + parent: 2 + - uid: 819 + components: + - type: Transform + pos: -10.5,23.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 928 + components: + - type: Transform + pos: -9.5,21.5 + parent: 2 + - uid: 957 + components: + - type: Transform + pos: -12.5,20.5 + parent: 2 + - uid: 958 + components: + - type: Transform + pos: 15.5,-17.5 + parent: 2 + - uid: 978 + components: + - type: Transform + pos: 10.5,22.5 + parent: 2 + - uid: 1009 + components: + - type: Transform + pos: 14.5,14.5 + parent: 2 + - uid: 1053 + components: + - type: Transform + pos: -12.5,21.5 + parent: 2 + - uid: 1070 + components: + - type: Transform + pos: -11.5,21.5 + parent: 2 + - uid: 1088 + components: + - type: Transform + pos: 20.5,-58.5 + parent: 2 + - uid: 1129 + components: + - type: Transform + pos: 33.5,-17.5 + parent: 2 + - uid: 1155 + components: + - type: Transform + pos: 13.5,18.5 + parent: 2 + - uid: 1318 + components: + - type: Transform + pos: 14.5,13.5 + parent: 2 + - uid: 1392 + components: + - type: Transform + pos: -16.5,18.5 + parent: 2 + - uid: 1393 + components: + - type: Transform + pos: -14.5,18.5 + parent: 2 + - uid: 1395 + components: + - type: Transform + pos: -15.5,18.5 + parent: 2 + - uid: 1397 + components: + - type: Transform + pos: -12.5,18.5 + parent: 2 + - uid: 1481 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 1556 + components: + - type: Transform + pos: -19.5,21.5 + parent: 2 + - uid: 1574 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 2 + - uid: 1576 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 2 + - uid: 1591 + components: + - type: Transform + pos: -12.5,-5.5 + parent: 2 + - uid: 1592 + components: + - type: Transform + pos: -7.5,-9.5 + parent: 2 + - uid: 1593 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - uid: 1643 + components: + - type: Transform + pos: 49.5,-43.5 + parent: 2 + - uid: 1665 + components: + - type: Transform + pos: 34.5,-2.5 + parent: 2 + - uid: 1668 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 2 + - uid: 1675 + components: + - type: Transform + pos: 31.5,-29.5 + parent: 2 + - uid: 1699 + components: + - type: Transform + pos: -25.5,-39.5 + parent: 2 + - uid: 1714 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 + - uid: 1740 + components: + - type: Transform + pos: -21.5,-28.5 + parent: 2 + - uid: 1760 + components: + - type: Transform + pos: -42.5,-37.5 + parent: 2 + - uid: 1869 + components: + - type: Transform + pos: 43.5,-5.5 + parent: 2 + - uid: 1901 + components: + - type: Transform + pos: -13.5,-9.5 + parent: 2 + - uid: 1923 + components: + - type: Transform + pos: -10.5,-5.5 + parent: 2 + - uid: 2072 + components: + - type: Transform + pos: 46.5,-35.5 + parent: 2 + - uid: 2073 + components: + - type: Transform + pos: 45.5,-31.5 + parent: 2 + - uid: 2075 + components: + - type: Transform + pos: 46.5,-31.5 + parent: 2 + - uid: 2082 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 2 + - uid: 2094 + components: + - type: Transform + pos: 36.5,-33.5 + parent: 2 + - uid: 2096 + components: + - type: Transform + pos: 47.5,-31.5 + parent: 2 + - uid: 2143 + components: + - type: Transform + pos: 44.5,-36.5 + parent: 2 + - uid: 2145 + components: + - type: Transform + pos: 13.5,17.5 + parent: 2 + - uid: 2148 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - uid: 2161 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 2 + - uid: 2179 + components: + - type: Transform + pos: 15.5,-49.5 + parent: 2 + - uid: 2205 + components: + - type: Transform + pos: -12.5,-30.5 + parent: 2 + - uid: 2206 + components: + - type: Transform + pos: -6.5,-46.5 + parent: 2 + - uid: 2216 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 2 + - uid: 2234 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 2273 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 2284 + components: + - type: Transform + pos: 44.5,-33.5 + parent: 2 + - uid: 2307 + components: + - type: Transform + pos: -10.5,-29.5 + parent: 2 + - uid: 2317 + components: + - type: Transform + pos: 49.5,-35.5 + parent: 2 + - uid: 2325 + components: + - type: Transform + pos: -14.5,21.5 + parent: 2 + - uid: 2340 + components: + - type: Transform + pos: 12.5,-23.5 + parent: 2 + - uid: 2344 + components: + - type: Transform + pos: 47.5,-36.5 + parent: 2 + - uid: 2348 + components: + - type: Transform + pos: 47.5,-34.5 + parent: 2 + - uid: 2349 + components: + - type: Transform + pos: 47.5,-33.5 + parent: 2 + - uid: 2350 + components: + - type: Transform + pos: 44.5,-34.5 + parent: 2 + - uid: 2414 + components: + - type: Transform + pos: -20.5,21.5 + parent: 2 + - uid: 2426 + components: + - type: Transform + pos: -18.5,21.5 + parent: 2 + - uid: 2431 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 + - uid: 2438 + components: + - type: Transform + pos: 40.5,-5.5 + parent: 2 + - uid: 2488 + components: + - type: Transform + pos: -13.5,-29.5 + parent: 2 + - uid: 2492 + components: + - type: Transform + pos: 12.5,-49.5 + parent: 2 + - uid: 2544 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 2 + - uid: 2569 + components: + - type: Transform + pos: -6.5,-56.5 + parent: 2 + - uid: 2584 + components: + - type: Transform + pos: -6.5,-55.5 + parent: 2 + - uid: 2606 + components: + - type: Transform + pos: -7.5,-29.5 + parent: 2 + - uid: 2607 + components: + - type: Transform + pos: -6.5,-29.5 + parent: 2 + - uid: 2680 + components: + - type: Transform + pos: -3.5,-46.5 + parent: 2 + - uid: 2687 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 2 + - uid: 2710 + components: + - type: Transform + pos: -13.5,-49.5 + parent: 2 + - uid: 2743 + components: + - type: Transform + pos: -21.5,-50.5 + parent: 2 + - uid: 2750 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 2 + - uid: 2757 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 2856 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 + - uid: 2899 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 2 + - uid: 2906 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 2 + - uid: 2917 + components: + - type: Transform + pos: 16.5,-52.5 + parent: 2 + - uid: 2930 + components: + - type: Transform + pos: -10.5,-14.5 + parent: 2 + - uid: 2938 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 2 + - uid: 2983 + components: + - type: Transform + pos: -17.5,-49.5 + parent: 2 + - uid: 2988 + components: + - type: Transform + pos: -11.5,-26.5 + parent: 2 + - uid: 3033 + components: + - type: Transform + pos: -44.5,-44.5 + parent: 2 + - uid: 3067 + components: + - type: Transform + pos: 30.5,-46.5 + parent: 2 + - uid: 3076 + components: + - type: Transform + pos: -21.5,-49.5 + parent: 2 + - uid: 3078 + components: + - type: Transform + pos: -13.5,-55.5 + parent: 2 + - uid: 3079 + components: + - type: Transform + pos: 71.5,-67.5 + parent: 2 + - uid: 3081 + components: + - type: Transform + pos: -21.5,-21.5 + parent: 2 + - uid: 3083 + components: + - type: Transform + pos: -12.5,-52.5 + parent: 2 + - uid: 3087 + components: + - type: Transform + pos: 23.5,-57.5 + parent: 2 + - uid: 3089 + components: + - type: Transform + pos: -18.5,-49.5 + parent: 2 + - uid: 3090 + components: + - type: Transform + pos: -13.5,-56.5 + parent: 2 + - uid: 3099 + components: + - type: Transform + pos: -13.5,-52.5 + parent: 2 + - uid: 3160 + components: + - type: Transform + pos: -8.5,-29.5 + parent: 2 + - uid: 3163 + components: + - type: Transform + pos: 61.5,-74.5 + parent: 2 + - uid: 3172 + components: + - type: Transform + pos: -4.5,-46.5 + parent: 2 + - uid: 3177 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 + - uid: 3192 + components: + - type: Transform + pos: -31.5,-56.5 + parent: 2 + - uid: 3207 + components: + - type: Transform + pos: 2.5,-31.5 + parent: 2 + - uid: 3208 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 3219 + components: + - type: Transform + pos: 2.5,-29.5 + parent: 2 + - uid: 3220 + components: + - type: Transform + pos: 2.5,-28.5 + parent: 2 + - uid: 3247 + components: + - type: Transform + pos: -5.5,-35.5 + parent: 2 + - uid: 3265 + components: + - type: Transform + pos: -12.5,-33.5 + parent: 2 + - uid: 3271 + components: + - type: Transform + pos: -9.5,-35.5 + parent: 2 + - uid: 3282 + components: + - type: Transform + pos: -15.5,-28.5 + parent: 2 + - uid: 3283 + components: + - type: Transform + pos: -10.5,-30.5 + parent: 2 + - uid: 3285 + components: + - type: Transform + pos: -16.5,-28.5 + parent: 2 + - uid: 3294 + components: + - type: Transform + pos: -5.5,-46.5 + parent: 2 + - uid: 3298 + components: + - type: Transform + pos: -12.5,-29.5 + parent: 2 + - uid: 3299 + components: + - type: Transform + pos: -16.5,-31.5 + parent: 2 + - uid: 3300 + components: + - type: Transform + pos: -17.5,-31.5 + parent: 2 + - uid: 3302 + components: + - type: Transform + pos: 49.5,-27.5 + parent: 2 + - uid: 3304 + components: + - type: Transform + pos: -20.5,-28.5 + parent: 2 + - uid: 3305 + components: + - type: Transform + pos: -13.5,-36.5 + parent: 2 + - uid: 3308 + components: + - type: Transform + pos: -14.5,-36.5 + parent: 2 + - uid: 3309 + components: + - type: Transform + pos: -16.5,-36.5 + parent: 2 + - uid: 3310 + components: + - type: Transform + pos: -12.5,-35.5 + parent: 2 + - uid: 3311 + components: + - type: Transform + pos: -12.5,-34.5 + parent: 2 + - uid: 3323 + components: + - type: Transform + pos: -18.5,-31.5 + parent: 2 + - uid: 3324 + components: + - type: Transform + pos: -19.5,-28.5 + parent: 2 + - uid: 3334 + components: + - type: Transform + pos: -12.5,-26.5 + parent: 2 + - uid: 3335 + components: + - type: Transform + pos: -13.5,-26.5 + parent: 2 + - uid: 3336 + components: + - type: Transform + pos: -14.5,-26.5 + parent: 2 + - uid: 3338 + components: + - type: Transform + pos: -16.5,-26.5 + parent: 2 + - uid: 3339 + components: + - type: Transform + pos: -17.5,-26.5 + parent: 2 + - uid: 3340 + components: + - type: Transform + pos: -18.5,-26.5 + parent: 2 + - uid: 3341 + components: + - type: Transform + pos: -19.5,-26.5 + parent: 2 + - uid: 3342 + components: + - type: Transform + pos: -20.5,-26.5 + parent: 2 + - uid: 3351 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 2 + - uid: 3353 + components: + - type: Transform + pos: -20.5,-21.5 + parent: 2 + - uid: 3362 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 3376 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 3400 + components: + - type: Transform + pos: 15.5,-9.5 + parent: 2 + - uid: 3409 + components: + - type: Transform + pos: -21.5,-30.5 + parent: 2 + - uid: 3410 + components: + - type: Transform + pos: -21.5,-29.5 + parent: 2 + - uid: 3419 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 + - uid: 3442 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 3444 + components: + - type: Transform + pos: -13.5,-37.5 + parent: 2 + - uid: 3448 + components: + - type: Transform + pos: -0.5,-42.5 + parent: 2 + - uid: 3453 + components: + - type: Transform + pos: 5.5,-37.5 + parent: 2 + - uid: 3469 + components: + - type: Transform + pos: -0.5,-41.5 + parent: 2 + - uid: 3478 + components: + - type: Transform + pos: -4.5,-36.5 + parent: 2 + - uid: 3479 + components: + - type: Transform + pos: -3.5,-36.5 + parent: 2 + - uid: 3480 + components: + - type: Transform + pos: -1.5,-36.5 + parent: 2 + - uid: 3481 + components: + - type: Transform + pos: -2.5,-36.5 + parent: 2 + - uid: 3483 + components: + - type: Transform + pos: -4.5,-35.5 + parent: 2 + - uid: 3502 + components: + - type: Transform + pos: 6.5,-26.5 + parent: 2 + - uid: 3504 + components: + - type: Transform + pos: 5.5,-26.5 + parent: 2 + - uid: 3516 + components: + - type: Transform + pos: -1.5,-43.5 + parent: 2 + - uid: 3529 + components: + - type: Transform + pos: -1.5,-42.5 + parent: 2 + - uid: 3530 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 3531 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 3532 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 3544 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 + - uid: 3573 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - uid: 3586 + components: + - type: Transform + pos: 17.5,-7.5 + parent: 2 + - uid: 3634 + components: + - type: Transform + pos: -6.5,-45.5 + parent: 2 + - uid: 3638 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 3639 + components: + - type: Transform + pos: 1.5,-45.5 + parent: 2 + - uid: 3640 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 + - uid: 3663 + components: + - type: Transform + pos: -21.5,-54.5 + parent: 2 + - uid: 3666 + components: + - type: Transform + pos: 6.5,-37.5 + parent: 2 + - uid: 3695 + components: + - type: Transform + pos: -1.5,-45.5 + parent: 2 + - uid: 3729 + components: + - type: Transform + pos: 14.5,-34.5 + parent: 2 + - uid: 3739 + components: + - type: Transform + pos: 13.5,-40.5 + parent: 2 + - uid: 3744 + components: + - type: Transform + pos: 14.5,-41.5 + parent: 2 + - uid: 3750 + components: + - type: Transform + pos: 19.5,-34.5 + parent: 2 + - uid: 3759 + components: + - type: Transform + pos: 13.5,-34.5 + parent: 2 + - uid: 3761 + components: + - type: Transform + pos: 20.5,-34.5 + parent: 2 + - uid: 3765 + components: + - type: Transform + pos: 14.5,-40.5 + parent: 2 + - uid: 3775 + components: + - type: Transform + pos: 16.5,-41.5 + parent: 2 + - uid: 3781 + components: + - type: Transform + pos: 18.5,-34.5 + parent: 2 + - uid: 3787 + components: + - type: Transform + pos: 18.5,-41.5 + parent: 2 + - uid: 3791 + components: + - type: Transform + pos: 6.5,-46.5 + parent: 2 + - uid: 3802 + components: + - type: Transform + pos: -31.5,-38.5 + parent: 2 + - uid: 3812 + components: + - type: Transform + pos: 23.5,-38.5 + parent: 2 + - uid: 3813 + components: + - type: Transform + pos: 22.5,-38.5 + parent: 2 + - uid: 3814 + components: + - type: Transform + pos: 21.5,-38.5 + parent: 2 + - uid: 3815 + components: + - type: Transform + pos: 21.5,-39.5 + parent: 2 + - uid: 3817 + components: + - type: Transform + pos: 21.5,-41.5 + parent: 2 + - uid: 3818 + components: + - type: Transform + pos: 20.5,-41.5 + parent: 2 + - uid: 3819 + components: + - type: Transform + pos: 19.5,-41.5 + parent: 2 + - uid: 3834 + components: + - type: Transform + pos: 12.5,-45.5 + parent: 2 + - uid: 3838 + components: + - type: Transform + pos: 16.5,-45.5 + parent: 2 + - uid: 3839 + components: + - type: Transform + pos: 17.5,-45.5 + parent: 2 + - uid: 3840 + components: + - type: Transform + pos: 12.5,-46.5 + parent: 2 + - uid: 3841 + components: + - type: Transform + pos: 12.5,-47.5 + parent: 2 + - uid: 3851 + components: + - type: Transform + pos: 23.5,-36.5 + parent: 2 + - uid: 3852 + components: + - type: Transform + pos: 23.5,-35.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + pos: 23.5,-34.5 + parent: 2 + - uid: 3854 + components: + - type: Transform + pos: 22.5,-34.5 + parent: 2 + - uid: 3867 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - uid: 3874 + components: + - type: Transform + pos: -26.5,-37.5 + parent: 2 + - uid: 3929 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 2 + - uid: 3947 + components: + - type: Transform + pos: 20.5,6.5 + parent: 2 + - uid: 3999 + components: + - type: Transform + pos: -25.5,-24.5 + parent: 2 + - uid: 4004 + components: + - type: Transform + pos: 16.5,-49.5 + parent: 2 + - uid: 4005 + components: + - type: Transform + pos: 16.5,-48.5 + parent: 2 + - uid: 4006 + components: + - type: Transform + pos: 16.5,-47.5 + parent: 2 + - uid: 4007 + components: + - type: Transform + pos: 16.5,-46.5 + parent: 2 + - uid: 4023 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 4046 + components: + - type: Transform + pos: -21.5,-25.5 + parent: 2 + - uid: 4055 + components: + - type: Transform + pos: -21.5,-26.5 + parent: 2 + - uid: 4104 + components: + - type: Transform + pos: -32.5,-39.5 + parent: 2 + - uid: 4109 + components: + - type: Transform + pos: -34.5,-39.5 + parent: 2 + - uid: 4141 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 4173 + components: + - type: Transform + pos: 35.5,-39.5 + parent: 2 + - uid: 4178 + components: + - type: Transform + pos: 39.5,-39.5 + parent: 2 + - uid: 4179 + components: + - type: Transform + pos: 31.5,-24.5 + parent: 2 + - uid: 4180 + components: + - type: Transform + pos: 31.5,-26.5 + parent: 2 + - uid: 4181 + components: + - type: Transform + pos: 31.5,-27.5 + parent: 2 + - uid: 4182 + components: + - type: Transform + pos: 31.5,-28.5 + parent: 2 + - uid: 4214 + components: + - type: Transform + pos: 37.5,-33.5 + parent: 2 + - uid: 4335 + components: + - type: Transform + pos: 30.5,-39.5 + parent: 2 + - uid: 4336 + components: + - type: Transform + pos: 29.5,-40.5 + parent: 2 + - uid: 4337 + components: + - type: Transform + pos: 28.5,-40.5 + parent: 2 + - uid: 4340 + components: + - type: Transform + pos: 30.5,-40.5 + parent: 2 + - uid: 4355 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 2 + - uid: 4441 + components: + - type: Transform + pos: 44.5,-38.5 + parent: 2 + - uid: 4445 + components: + - type: Transform + pos: 38.5,-39.5 + parent: 2 + - uid: 4446 + components: + - type: Transform + pos: 32.5,-39.5 + parent: 2 + - uid: 4474 + components: + - type: Transform + pos: 5.5,-46.5 + parent: 2 + - uid: 4481 + components: + - type: Transform + pos: 30.5,-44.5 + parent: 2 + - uid: 4506 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 2 + - uid: 4585 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - uid: 4587 + components: + - type: Transform + pos: 8.5,-46.5 + parent: 2 + - uid: 4598 + components: + - type: Transform + pos: 35.5,-6.5 + parent: 2 + - uid: 4642 + components: + - type: Transform + pos: 8.5,-40.5 + parent: 2 + - uid: 4664 + components: + - type: Transform + pos: 4.5,-43.5 + parent: 2 + - uid: 4672 + components: + - type: Transform + pos: -25.5,-21.5 + parent: 2 + - uid: 4683 + components: + - type: Transform + pos: -26.5,-24.5 + parent: 2 + - uid: 4689 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - uid: 4690 + components: + - type: Transform + pos: -26.5,-35.5 + parent: 2 + - uid: 4691 + components: + - type: Transform + pos: -31.5,-32.5 + parent: 2 + - uid: 4692 + components: + - type: Transform + pos: 4.5,-41.5 + parent: 2 + - uid: 4693 + components: + - type: Transform + pos: 4.5,-39.5 + parent: 2 + - uid: 4700 + components: + - type: Transform + pos: -31.5,-27.5 + parent: 2 + - uid: 4703 + components: + - type: Transform + pos: 68.5,-66.5 + parent: 2 + - uid: 4705 + components: + - type: Transform + pos: -27.5,-39.5 + parent: 2 + - uid: 4706 + components: + - type: Transform + pos: -28.5,-39.5 + parent: 2 + - uid: 4727 + components: + - type: Transform + pos: -32.5,-28.5 + parent: 2 + - uid: 4729 + components: + - type: Transform + pos: -33.5,-28.5 + parent: 2 + - uid: 4737 + components: + - type: Transform + pos: 61.5,-76.5 + parent: 2 + - uid: 4740 + components: + - type: Transform + pos: -31.5,-28.5 + parent: 2 + - uid: 4746 + components: + - type: Transform + pos: -25.5,-25.5 + parent: 2 + - uid: 4747 + components: + - type: Transform + pos: -29.5,-28.5 + parent: 2 + - uid: 4750 + components: + - type: Transform + pos: 7.5,-46.5 + parent: 2 + - uid: 4757 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 + - uid: 4758 + components: + - type: Transform + pos: -35.5,-35.5 + parent: 2 + - uid: 4768 + components: + - type: Transform + pos: -35.5,-33.5 + parent: 2 + - uid: 4770 + components: + - type: Transform + pos: -35.5,-38.5 + parent: 2 + - uid: 4779 + components: + - type: Transform + pos: -26.5,-22.5 + parent: 2 + - uid: 4780 + components: + - type: Transform + pos: -26.5,-28.5 + parent: 2 + - uid: 4783 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 4784 + components: + - type: Transform + pos: -33.5,-26.5 + parent: 2 + - uid: 4795 + components: + - type: Transform + pos: -29.5,-27.5 + parent: 2 + - uid: 4800 + components: + - type: Transform + pos: -25.5,-28.5 + parent: 2 + - uid: 4807 + components: + - type: Transform + pos: -27.5,-24.5 + parent: 2 + - uid: 4808 + components: + - type: Transform + pos: -28.5,-24.5 + parent: 2 + - uid: 4809 + components: + - type: Transform + pos: -29.5,-24.5 + parent: 2 + - uid: 4862 + components: + - type: Transform + pos: 71.5,-68.5 + parent: 2 + - uid: 4864 + components: + - type: Transform + pos: -6.5,-57.5 + parent: 2 + - uid: 4871 + components: + - type: Transform + pos: 8.5,-32.5 + parent: 2 + - uid: 4874 + components: + - type: Transform + pos: 4.5,-37.5 + parent: 2 + - uid: 4908 + components: + - type: Transform + pos: -31.5,-24.5 + parent: 2 + - uid: 4923 + components: + - type: Transform + pos: 49.5,-37.5 + parent: 2 + - uid: 4925 + components: + - type: Transform + pos: 5.5,-35.5 + parent: 2 + - uid: 4932 + components: + - type: Transform + pos: 21.5,13.5 + parent: 2 + - uid: 4935 + components: + - type: Transform + pos: 49.5,-38.5 + parent: 2 + - uid: 4954 + components: + - type: Transform + pos: 13.5,21.5 + parent: 2 + - uid: 4967 + components: + - type: Transform + pos: -31.5,-23.5 + parent: 2 + - uid: 4968 + components: + - type: Transform + pos: -31.5,-22.5 + parent: 2 + - uid: 4970 + components: + - type: Transform + pos: -31.5,-20.5 + parent: 2 + - uid: 5162 + components: + - type: Transform + pos: 44.5,-5.5 + parent: 2 + - uid: 5175 + components: + - type: Transform + pos: 42.5,-6.5 + parent: 2 + - uid: 5181 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 5221 + components: + - type: Transform + pos: 7.5,-26.5 + parent: 2 + - uid: 5304 + components: + - type: Transform + pos: 7.5,-37.5 + parent: 2 + - uid: 5351 + components: + - type: Transform + pos: 34.5,-5.5 + parent: 2 + - uid: 5414 + components: + - type: Transform + pos: -12.5,19.5 + parent: 2 + - uid: 5422 + components: + - type: Transform + pos: 11.5,21.5 + parent: 2 + - uid: 5508 + components: + - type: Transform + pos: -26.5,-38.5 + parent: 2 + - uid: 5519 + components: + - type: Transform + pos: -27.5,-7.5 + parent: 2 + - uid: 5523 + components: + - type: Transform + pos: -27.5,-6.5 + parent: 2 + - uid: 5542 + components: + - type: Transform + pos: 44.5,-7.5 + parent: 2 + - uid: 5572 + components: + - type: Transform + pos: 49.5,-41.5 + parent: 2 + - uid: 5585 + components: + - type: Transform + pos: -11.5,-49.5 + parent: 2 + - uid: 5601 + components: + - type: Transform + pos: 44.5,-10.5 + parent: 2 + - uid: 5606 + components: + - type: Transform + pos: 44.5,-12.5 + parent: 2 + - uid: 5607 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 5618 + components: + - type: Transform + pos: 49.5,-40.5 + parent: 2 + - uid: 5653 + components: + - type: Transform + pos: 26.5,-58.5 + parent: 2 + - uid: 5657 + components: + - type: Transform + pos: 26.5,-57.5 + parent: 2 + - uid: 5691 + components: + - type: Transform + pos: 26.5,-53.5 + parent: 2 + - uid: 5708 + components: + - type: Transform + pos: -26.5,-39.5 + parent: 2 + - uid: 5733 + components: + - type: Transform + pos: 62.5,-74.5 + parent: 2 + - uid: 5741 + components: + - type: Transform + pos: -21.5,-39.5 + parent: 2 + - uid: 5750 + components: + - type: Transform + pos: -26.5,-9.5 + parent: 2 + - uid: 5764 + components: + - type: Transform + pos: -26.5,-10.5 + parent: 2 + - uid: 5766 + components: + - type: Transform + pos: 33.5,-8.5 + parent: 2 + - uid: 5767 + components: + - type: Transform + pos: 33.5,-9.5 + parent: 2 + - uid: 5769 + components: + - type: Transform + pos: 33.5,-12.5 + parent: 2 + - uid: 5773 + components: + - type: Transform + pos: 33.5,-16.5 + parent: 2 + - uid: 5774 + components: + - type: Transform + pos: -19.5,-31.5 + parent: 2 + - uid: 5776 + components: + - type: Transform + pos: 33.5,-19.5 + parent: 2 + - uid: 5777 + components: + - type: Transform + pos: 33.5,-11.5 + parent: 2 + - uid: 5778 + components: + - type: Transform + pos: 34.5,-19.5 + parent: 2 + - uid: 5782 + components: + - type: Transform + pos: 38.5,-19.5 + parent: 2 + - uid: 5784 + components: + - type: Transform + pos: 34.5,-4.5 + parent: 2 + - uid: 5795 + components: + - type: Transform + pos: 34.5,-8.5 + parent: 2 + - uid: 5798 + components: + - type: Transform + pos: 35.5,-8.5 + parent: 2 + - uid: 5803 + components: + - type: Transform + pos: -20.5,-35.5 + parent: 2 + - uid: 5804 + components: + - type: Transform + pos: -21.5,-31.5 + parent: 2 + - uid: 5805 + components: + - type: Transform + pos: -20.5,-31.5 + parent: 2 + - uid: 5807 + components: + - type: Transform + pos: 5.5,-43.5 + parent: 2 + - uid: 5812 + components: + - type: Transform + pos: 42.5,-7.5 + parent: 2 + - uid: 5821 + components: + - type: Transform + pos: 44.5,-6.5 + parent: 2 + - uid: 5830 + components: + - type: Transform + pos: 8.5,-26.5 + parent: 2 + - uid: 5835 + components: + - type: Transform + pos: 31.5,-44.5 + parent: 2 + - uid: 5859 + components: + - type: Transform + pos: 5.5,-40.5 + parent: 2 + - uid: 5866 + components: + - type: Transform + pos: 7.5,-40.5 + parent: 2 + - uid: 5885 + components: + - type: Transform + pos: 39.5,1.5 + parent: 2 + - uid: 5906 + components: + - type: Transform + pos: 4.5,-35.5 + parent: 2 + - uid: 5912 + components: + - type: Transform + pos: 6.5,-29.5 + parent: 2 + - uid: 5915 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 5916 + components: + - type: Transform + pos: 7.5,-29.5 + parent: 2 + - uid: 5928 + components: + - type: Transform + pos: 4.5,-29.5 + parent: 2 + - uid: 5937 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 2 + - uid: 5940 + components: + - type: Transform + pos: 4.5,-33.5 + parent: 2 + - uid: 5951 + components: + - type: Transform + pos: 20.5,-45.5 + parent: 2 + - uid: 5953 + components: + - type: Transform + pos: 22.5,-45.5 + parent: 2 + - uid: 5955 + components: + - type: Transform + pos: 22.5,-46.5 + parent: 2 + - uid: 5957 + components: + - type: Transform + pos: 22.5,-50.5 + parent: 2 + - uid: 5958 + components: + - type: Transform + pos: 22.5,-49.5 + parent: 2 + - uid: 5963 + components: + - type: Transform + pos: 16.5,-51.5 + parent: 2 + - uid: 5966 + components: + - type: Transform + pos: 18.5,-51.5 + parent: 2 + - uid: 5967 + components: + - type: Transform + pos: 19.5,-51.5 + parent: 2 + - uid: 5968 + components: + - type: Transform + pos: 20.5,-51.5 + parent: 2 + - uid: 5969 + components: + - type: Transform + pos: 21.5,-51.5 + parent: 2 + - uid: 5970 + components: + - type: Transform + pos: 22.5,-51.5 + parent: 2 + - uid: 5975 + components: + - type: Transform + pos: 22.5,-47.5 + parent: 2 + - uid: 6023 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 6024 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 2 + - uid: 6025 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 6028 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - uid: 6034 + components: + - type: Transform + pos: 39.5,-11.5 + parent: 2 + - uid: 6036 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 + - uid: 6037 + components: + - type: Transform + pos: 39.5,-9.5 + parent: 2 + - uid: 6047 + components: + - type: Transform + pos: 6.5,-43.5 + parent: 2 + - uid: 6069 + components: + - type: Transform + pos: 39.5,-5.5 + parent: 2 + - uid: 6108 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 2 + - uid: 6112 + components: + - type: Transform + pos: 33.5,-13.5 + parent: 2 + - uid: 6114 + components: + - type: Transform + pos: -25.5,-18.5 + parent: 2 + - uid: 6117 + components: + - type: Transform + pos: -25.5,-32.5 + parent: 2 + - uid: 6139 + components: + - type: Transform + pos: -35.5,-41.5 + parent: 2 + - uid: 6152 + components: + - type: Transform + pos: 17.5,8.5 + parent: 2 + - uid: 6158 + components: + - type: Transform + pos: 34.5,-0.5 + parent: 2 + - uid: 6159 + components: + - type: Transform + pos: 35.5,-0.5 + parent: 2 + - uid: 6160 + components: + - type: Transform + pos: 36.5,-0.5 + parent: 2 + - uid: 6161 + components: + - type: Transform + pos: 37.5,-0.5 + parent: 2 + - uid: 6184 + components: + - type: Transform + pos: 38.5,-0.5 + parent: 2 + - uid: 6185 + components: + - type: Transform + pos: 39.5,-0.5 + parent: 2 + - uid: 6186 + components: + - type: Transform + pos: 40.5,-0.5 + parent: 2 + - uid: 6193 + components: + - type: Transform + pos: 30.5,-45.5 + parent: 2 + - uid: 6212 + components: + - type: Transform + pos: -12.5,-51.5 + parent: 2 + - uid: 6221 + components: + - type: Transform + pos: -26.5,-32.5 + parent: 2 + - uid: 6224 + components: + - type: Transform + pos: -25.5,-35.5 + parent: 2 + - uid: 6241 + components: + - type: Transform + pos: 34.5,-3.5 + parent: 2 + - uid: 6285 + components: + - type: Transform + pos: 25.5,-12.5 + parent: 2 + - uid: 6292 + components: + - type: Transform + pos: 49.5,-42.5 + parent: 2 + - uid: 6294 + components: + - type: Transform + pos: 49.5,-39.5 + parent: 2 + - uid: 6299 + components: + - type: Transform + pos: 20.5,-44.5 + parent: 2 + - uid: 6301 + components: + - type: Transform + pos: 20.5,-42.5 + parent: 2 + - uid: 6339 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 6356 + components: + - type: Transform + pos: -15.5,-49.5 + parent: 2 + - uid: 6357 + components: + - type: Transform + pos: -12.5,-49.5 + parent: 2 + - uid: 6446 + components: + - type: Transform + pos: 16.5,-53.5 + parent: 2 + - uid: 6468 + components: + - type: Transform + pos: -29.5,-39.5 + parent: 2 + - uid: 6469 + components: + - type: Transform + pos: -31.5,-39.5 + parent: 2 + - uid: 6470 + components: + - type: Transform + pos: -30.5,-39.5 + parent: 2 + - uid: 6480 + components: + - type: Transform + pos: -11.5,-52.5 + parent: 2 + - uid: 6492 + components: + - type: Transform + pos: -21.5,-55.5 + parent: 2 + - uid: 6495 + components: + - type: Transform + pos: -18.5,-48.5 + parent: 2 + - uid: 6507 + components: + - type: Transform + pos: -16.5,-49.5 + parent: 2 + - uid: 6541 + components: + - type: Transform + pos: 23.5,2.5 + parent: 2 + - uid: 6659 + components: + - type: Transform + pos: 22.5,-18.5 + parent: 2 + - uid: 6680 + components: + - type: Transform + pos: 22.5,-54.5 + parent: 2 + - uid: 6681 + components: + - type: Transform + pos: 22.5,-55.5 + parent: 2 + - uid: 6682 + components: + - type: Transform + pos: 21.5,-55.5 + parent: 2 + - uid: 6684 + components: + - type: Transform + pos: 19.5,-55.5 + parent: 2 + - uid: 6685 + components: + - type: Transform + pos: 18.5,-55.5 + parent: 2 + - uid: 6687 + components: + - type: Transform + pos: 18.5,-53.5 + parent: 2 + - uid: 6739 + components: + - type: Transform + pos: 37.5,-39.5 + parent: 2 + - uid: 6842 + components: + - type: Transform + pos: 16.5,-50.5 + parent: 2 + - uid: 6916 + components: + - type: Transform + pos: -14.5,19.5 + parent: 2 + - uid: 6922 + components: + - type: Transform + pos: 17.5,-9.5 + parent: 2 + - uid: 6951 + components: + - type: Transform + pos: 21.5,-16.5 + parent: 2 + - uid: 6954 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 2 + - uid: 6966 + components: + - type: Transform + pos: 26.5,10.5 + parent: 2 + - uid: 6974 + components: + - type: Transform + pos: 2.5,-34.5 + parent: 2 + - uid: 6988 + components: + - type: Transform + pos: 39.5,-10.5 + parent: 2 + - uid: 6994 + components: + - type: Transform + pos: 17.5,-8.5 + parent: 2 + - uid: 7060 + components: + - type: Transform + pos: 48.5,-14.5 + parent: 2 + - uid: 7065 + components: + - type: Transform + pos: 29.5,-19.5 + parent: 2 + - uid: 7071 + components: + - type: Transform + pos: 30.5,9.5 + parent: 2 + - uid: 7077 + components: + - type: Transform + pos: 48.5,-6.5 + parent: 2 + - uid: 7086 + components: + - type: Transform + pos: 46.5,-4.5 + parent: 2 + - uid: 7087 + components: + - type: Transform + pos: 46.5,-3.5 + parent: 2 + - uid: 7098 + components: + - type: Transform + pos: 42.5,-8.5 + parent: 2 + - uid: 7106 + components: + - type: Transform + pos: 46.5,-10.5 + parent: 2 + - uid: 7113 + components: + - type: Transform + pos: 47.5,-10.5 + parent: 2 + - uid: 7118 + components: + - type: Transform + pos: 44.5,-9.5 + parent: 2 + - uid: 7199 + components: + - type: Transform + pos: -35.5,-52.5 + parent: 2 + - uid: 7216 + components: + - type: Transform + pos: 24.5,-16.5 + parent: 2 + - uid: 7217 + components: + - type: Transform + pos: 24.5,-18.5 + parent: 2 + - uid: 7220 + components: + - type: Transform + pos: 26.5,-19.5 + parent: 2 + - uid: 7221 + components: + - type: Transform + pos: 27.5,-19.5 + parent: 2 + - uid: 7223 + components: + - type: Transform + pos: 25.5,-19.5 + parent: 2 + - uid: 7224 + components: + - type: Transform + pos: 24.5,-17.5 + parent: 2 + - uid: 7227 + components: + - type: Transform + pos: 29.5,-17.5 + parent: 2 + - uid: 7241 + components: + - type: Transform + pos: 44.5,-26.5 + parent: 2 + - uid: 7266 + components: + - type: Transform + pos: 83.5,-13.5 + parent: 2 + - uid: 7277 + components: + - type: Transform + pos: 38.5,1.5 + parent: 2 + - uid: 7279 + components: + - type: Transform + pos: 38.5,4.5 + parent: 2 + - uid: 7280 + components: + - type: Transform + pos: 37.5,4.5 + parent: 2 + - uid: 7282 + components: + - type: Transform + pos: 35.5,4.5 + parent: 2 + - uid: 7283 + components: + - type: Transform + pos: 34.5,4.5 + parent: 2 + - uid: 7285 + components: + - type: Transform + pos: 40.5,1.5 + parent: 2 + - uid: 7286 + components: + - type: Transform + pos: 40.5,0.5 + parent: 2 + - uid: 7293 + components: + - type: Transform + pos: 39.5,-1.5 + parent: 2 + - uid: 7294 + components: + - type: Transform + pos: 39.5,-2.5 + parent: 2 + - uid: 7299 + components: + - type: Transform + pos: 40.5,2.5 + parent: 2 + - uid: 7300 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 7301 + components: + - type: Transform + pos: 40.5,4.5 + parent: 2 + - uid: 7302 + components: + - type: Transform + pos: 39.5,4.5 + parent: 2 + - uid: 7320 + components: + - type: Transform + pos: 34.5,5.5 + parent: 2 + - uid: 7439 + components: + - type: Transform + pos: -34.5,-47.5 + parent: 2 + - uid: 7442 + components: + - type: Transform + pos: -33.5,-47.5 + parent: 2 + - uid: 7469 + components: + - type: Transform + pos: -37.5,-44.5 + parent: 2 + - uid: 7531 + components: + - type: Transform + pos: -17.5,-44.5 + parent: 2 + - uid: 7534 + components: + - type: Transform + pos: -17.5,-43.5 + parent: 2 + - uid: 7542 + components: + - type: Transform + pos: -11.5,-44.5 + parent: 2 + - uid: 7611 + components: + - type: Transform + pos: 12.5,-50.5 + parent: 2 + - uid: 7665 + components: + - type: Transform + pos: 34.5,6.5 + parent: 2 + - uid: 7666 + components: + - type: Transform + pos: 34.5,7.5 + parent: 2 + - uid: 7667 + components: + - type: Transform + pos: 34.5,8.5 + parent: 2 + - uid: 7760 + components: + - type: Transform + pos: 38.5,-33.5 + parent: 2 + - uid: 7843 + components: + - type: Transform + pos: -31.5,-52.5 + parent: 2 + - uid: 8013 + components: + - type: Transform + pos: -25.5,-22.5 + parent: 2 + - uid: 8016 + components: + - type: Transform + pos: -38.5,-44.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + pos: -37.5,-45.5 + parent: 2 + - uid: 8131 + components: + - type: Transform + pos: -49.5,-44.5 + parent: 2 + - uid: 8140 + components: + - type: Transform + pos: -38.5,-28.5 + parent: 2 + - uid: 8143 + components: + - type: Transform + pos: -39.5,-28.5 + parent: 2 + - uid: 8151 + components: + - type: Transform + pos: -40.5,-49.5 + parent: 2 + - uid: 8180 + components: + - type: Transform + pos: -40.5,-37.5 + parent: 2 + - uid: 8223 + components: + - type: Transform + pos: -36.5,-53.5 + parent: 2 + - uid: 8226 + components: + - type: Transform + pos: -32.5,-56.5 + parent: 2 + - uid: 8227 + components: + - type: Transform + pos: -34.5,-52.5 + parent: 2 + - uid: 8233 + components: + - type: Transform + pos: -37.5,-48.5 + parent: 2 + - uid: 8236 + components: + - type: Transform + pos: -30.5,-52.5 + parent: 2 + - uid: 8238 + components: + - type: Transform + pos: -38.5,-49.5 + parent: 2 + - uid: 8255 + components: + - type: Transform + pos: -36.5,-55.5 + parent: 2 + - uid: 8257 + components: + - type: Transform + pos: -36.5,-52.5 + parent: 2 + - uid: 8259 + components: + - type: Transform + pos: -33.5,-56.5 + parent: 2 + - uid: 8278 + components: + - type: Transform + pos: 46.5,-8.5 + parent: 2 + - uid: 8305 + components: + - type: Transform + pos: 46.5,-14.5 + parent: 2 + - uid: 8319 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 8347 + components: + - type: Transform + pos: 46.5,-7.5 + parent: 2 + - uid: 8386 + components: + - type: Transform + pos: 42.5,-5.5 + parent: 2 + - uid: 8393 + components: + - type: Transform + pos: 47.5,-6.5 + parent: 2 + - uid: 8401 + components: + - type: Transform + pos: 46.5,-9.5 + parent: 2 + - uid: 8413 + components: + - type: Transform + pos: 30.5,12.5 + parent: 2 + - uid: 8416 + components: + - type: Transform + pos: 28.5,9.5 + parent: 2 + - uid: 8418 + components: + - type: Transform + pos: 29.5,9.5 + parent: 2 + - uid: 8421 + components: + - type: Transform + pos: 3.5,15.5 + parent: 2 + - uid: 8466 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 2 + - uid: 8521 + components: + - type: Transform + pos: 22.5,-19.5 + parent: 2 + - uid: 8559 + components: + - type: Transform + pos: 44.5,-27.5 + parent: 2 + - uid: 8767 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - uid: 8829 + components: + - type: Transform + pos: -11.5,18.5 + parent: 2 + - uid: 8886 + components: + - type: Transform + pos: 46.5,-15.5 + parent: 2 + - uid: 8909 + components: + - type: Transform + pos: 45.5,-26.5 + parent: 2 + - uid: 8913 + components: + - type: Transform + pos: 49.5,-26.5 + parent: 2 + - uid: 8962 + components: + - type: Transform + pos: 33.5,-5.5 + parent: 2 + - uid: 8984 + components: + - type: Transform + pos: 44.5,-28.5 + parent: 2 + - uid: 9045 + components: + - type: Transform + pos: 44.5,-29.5 + parent: 2 + - uid: 9047 + components: + - type: Transform + pos: 46.5,-29.5 + parent: 2 + - uid: 9048 + components: + - type: Transform + pos: 47.5,-29.5 + parent: 2 + - uid: 9049 + components: + - type: Transform + pos: 47.5,-28.5 + parent: 2 + - uid: 9050 + components: + - type: Transform + pos: 47.5,-27.5 + parent: 2 + - uid: 9138 + components: + - type: Transform + pos: -30.5,-51.5 + parent: 2 + - uid: 9140 + components: + - type: Transform + pos: -30.5,-49.5 + parent: 2 + - uid: 9188 + components: + - type: Transform + pos: 14.5,-49.5 + parent: 2 + - uid: 9213 + components: + - type: Transform + pos: 51.5,-23.5 + parent: 2 + - uid: 9215 + components: + - type: Transform + pos: 47.5,-23.5 + parent: 2 + - uid: 9263 + components: + - type: Transform + pos: 14.5,-54.5 + parent: 2 + - uid: 9265 + components: + - type: Transform + pos: 16.5,-54.5 + parent: 2 + - uid: 9268 + components: + - type: Transform + pos: 13.5,-54.5 + parent: 2 + - uid: 9306 + components: + - type: Transform + pos: 47.5,-19.5 + parent: 2 + - uid: 9323 + components: + - type: Transform + pos: 51.5,-19.5 + parent: 2 + - uid: 9376 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 2 + - uid: 9379 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 2 + - uid: 9380 + components: + - type: Transform + pos: 30.5,0.5 + parent: 2 + - uid: 9381 + components: + - type: Transform + pos: 30.5,1.5 + parent: 2 + - uid: 9387 + components: + - type: Transform + pos: 30.5,3.5 + parent: 2 + - uid: 9388 + components: + - type: Transform + pos: 30.5,4.5 + parent: 2 + - uid: 9400 + components: + - type: Transform + pos: 23.5,-59.5 + parent: 2 + - uid: 9403 + components: + - type: Transform + pos: 29.5,-1.5 + parent: 2 + - uid: 9420 + components: + - type: Transform + pos: 23.5,-58.5 + parent: 2 + - uid: 9421 + components: + - type: Transform + pos: 30.5,5.5 + parent: 2 + - uid: 9422 + components: + - type: Transform + pos: 28.5,5.5 + parent: 2 + - uid: 9424 + components: + - type: Transform + pos: 29.5,5.5 + parent: 2 + - uid: 9425 + components: + - type: Transform + pos: 26.5,5.5 + parent: 2 + - uid: 9448 + components: + - type: Transform + pos: 19.5,-57.5 + parent: 2 + - uid: 9522 + components: + - type: Transform + pos: 25.5,-57.5 + parent: 2 + - uid: 9524 + components: + - type: Transform + pos: 36.5,-39.5 + parent: 2 + - uid: 9544 + components: + - type: Transform + pos: 30.5,6.5 + parent: 2 + - uid: 9545 + components: + - type: Transform + pos: 29.5,7.5 + parent: 2 + - uid: 9547 + components: + - type: Transform + pos: 22.5,5.5 + parent: 2 + - uid: 9549 + components: + - type: Transform + pos: 22.5,7.5 + parent: 2 + - uid: 9550 + components: + - type: Transform + pos: 22.5,10.5 + parent: 2 + - uid: 9555 + components: + - type: Transform + pos: 25.5,9.5 + parent: 2 + - uid: 9556 + components: + - type: Transform + pos: 22.5,9.5 + parent: 2 + - uid: 9562 + components: + - type: Transform + pos: 17.5,9.5 + parent: 2 + - uid: 9571 + components: + - type: Transform + pos: 12.5,-27.5 + parent: 2 + - uid: 9587 + components: + - type: Transform + pos: 30.5,7.5 + parent: 2 + - uid: 9588 + components: + - type: Transform + pos: 28.5,7.5 + parent: 2 + - uid: 9589 + components: + - type: Transform + pos: 27.5,7.5 + parent: 2 + - uid: 9590 + components: + - type: Transform + pos: 26.5,7.5 + parent: 2 + - uid: 9591 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - uid: 9592 + components: + - type: Transform + pos: 23.5,7.5 + parent: 2 + - uid: 9627 + components: + - type: Transform + pos: -43.5,-49.5 + parent: 2 + - uid: 9628 + components: + - type: Transform + pos: 17.5,5.5 + parent: 2 + - uid: 9645 + components: + - type: Transform + pos: -41.5,-49.5 + parent: 2 + - uid: 9665 + components: + - type: Transform + pos: -33.5,-42.5 + parent: 2 + - uid: 9666 + components: + - type: Transform + pos: -30.5,-42.5 + parent: 2 + - uid: 9667 + components: + - type: Transform + pos: -32.5,-42.5 + parent: 2 + - uid: 9675 + components: + - type: Transform + pos: -35.5,-39.5 + parent: 2 + - uid: 9677 + components: + - type: Transform + pos: -29.5,-42.5 + parent: 2 + - uid: 9678 + components: + - type: Transform + pos: -29.5,-41.5 + parent: 2 + - uid: 9682 + components: + - type: Transform + pos: -29.5,-45.5 + parent: 2 + - uid: 9683 + components: + - type: Transform + pos: -30.5,-45.5 + parent: 2 + - uid: 9687 + components: + - type: Transform + pos: -35.5,-46.5 + parent: 2 + - uid: 9713 + components: + - type: Transform + pos: -13.5,-53.5 + parent: 2 + - uid: 9714 + components: + - type: Transform + pos: -21.5,-53.5 + parent: 2 + - uid: 9715 + components: + - type: Transform + pos: -21.5,-52.5 + parent: 2 + - uid: 9718 + components: + - type: Transform + pos: -21.5,-51.5 + parent: 2 + - uid: 9837 + components: + - type: Transform + pos: -18.5,-46.5 + parent: 2 + - uid: 9928 + components: + - type: Transform + pos: -34.5,-42.5 + parent: 2 + - uid: 9995 + components: + - type: Transform + pos: 65.5,-74.5 + parent: 2 + - uid: 10000 + components: + - type: Transform + pos: 70.5,-76.5 + parent: 2 + - uid: 10050 + components: + - type: Transform + pos: -35.5,-48.5 + parent: 2 + - uid: 10054 + components: + - type: Transform + pos: 18.5,9.5 + parent: 2 + - uid: 10059 + components: + - type: Transform + pos: 19.5,9.5 + parent: 2 + - uid: 10080 + components: + - type: Transform + pos: 20.5,5.5 + parent: 2 + - uid: 10129 + components: + - type: Transform + pos: -35.5,-42.5 + parent: 2 + - uid: 10130 + components: + - type: Transform + pos: -35.5,-43.5 + parent: 2 + - uid: 10131 + components: + - type: Transform + pos: -35.5,-44.5 + parent: 2 + - uid: 10132 + components: + - type: Transform + pos: -35.5,-45.5 + parent: 2 + - uid: 10175 + components: + - type: Transform + pos: -17.5,17.5 + parent: 2 + - uid: 10463 + components: + - type: Transform + pos: -6.5,12.5 + parent: 2 + - uid: 10799 + components: + - type: Transform + pos: 18.5,-14.5 + parent: 2 + - uid: 10823 + components: + - type: Transform + pos: 66.5,-81.5 + parent: 2 + - uid: 10825 + components: + - type: Transform + pos: 69.5,-82.5 + parent: 2 + - uid: 10827 + components: + - type: Transform + pos: 66.5,-71.5 + parent: 2 + - uid: 10829 + components: + - type: Transform + pos: 66.5,-72.5 + parent: 2 + - uid: 10830 + components: + - type: Transform + pos: 69.5,-79.5 + parent: 2 + - uid: 10842 + components: + - type: Transform + pos: 66.5,-83.5 + parent: 2 + - uid: 10858 + components: + - type: Transform + pos: 74.5,-75.5 + parent: 2 + - uid: 10864 + components: + - type: Transform + pos: 66.5,-80.5 + parent: 2 + - uid: 10865 + components: + - type: Transform + pos: 68.5,-78.5 + parent: 2 + - uid: 10875 + components: + - type: Transform + pos: 73.5,-74.5 + parent: 2 + - uid: 10877 + components: + - type: Transform + pos: 68.5,-71.5 + parent: 2 + - uid: 10878 + components: + - type: Transform + pos: 68.5,-72.5 + parent: 2 + - uid: 10881 + components: + - type: Transform + pos: 73.5,-75.5 + parent: 2 + - uid: 10889 + components: + - type: Transform + pos: 69.5,-81.5 + parent: 2 + - uid: 10890 + components: + - type: Transform + pos: 70.5,-75.5 + parent: 2 + - uid: 10896 + components: + - type: Transform + pos: 70.5,-78.5 + parent: 2 + - uid: 11503 + components: + - type: Transform + pos: 63.5,-76.5 + parent: 2 + - uid: 11518 + components: + - type: Transform + pos: 63.5,-78.5 + parent: 2 + - uid: 11524 + components: + - type: Transform + pos: 63.5,-80.5 + parent: 2 + - uid: 11805 + components: + - type: Transform + pos: -23.5,14.5 + parent: 2 + - uid: 11848 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 2 + - uid: 11886 + components: + - type: Transform + pos: 43.5,-55.5 + parent: 2 + - uid: 11888 + components: + - type: Transform + pos: 46.5,-55.5 + parent: 2 + - uid: 11889 + components: + - type: Transform + pos: 48.5,-55.5 + parent: 2 + - uid: 12123 + components: + - type: Transform + pos: -31.5,-47.5 + parent: 2 + - uid: 12199 + components: + - type: Transform + pos: 44.5,-55.5 + parent: 2 + - uid: 12424 + components: + - type: Transform + pos: -35.5,-34.5 + parent: 2 + - uid: 12503 + components: + - type: Transform + pos: 49.5,-58.5 + parent: 2 + - uid: 12504 + components: + - type: Transform + pos: 17.5,11.5 + parent: 2 + - uid: 12505 + components: + - type: Transform + pos: 17.5,13.5 + parent: 2 + - uid: 12564 + components: + - type: Transform + pos: -37.5,-47.5 + parent: 2 + - uid: 12582 + components: + - type: Transform + pos: -25.5,-36.5 + parent: 2 + - uid: 12588 + components: + - type: Transform + pos: -25.5,-37.5 + parent: 2 + - uid: 12600 + components: + - type: Transform + pos: 41.5,-56.5 + parent: 2 + - uid: 12660 + components: + - type: Transform + pos: 41.5,-61.5 + parent: 2 + - uid: 13144 + components: + - type: Transform + pos: 49.5,-54.5 + parent: 2 + - uid: 13145 + components: + - type: Transform + pos: 50.5,-48.5 + parent: 2 + - uid: 13151 + components: + - type: Transform + pos: 50.5,-49.5 + parent: 2 + - uid: 13209 + components: + - type: Transform + pos: 20.5,-57.5 + parent: 2 + - uid: 13210 + components: + - type: Transform + pos: 20.5,-59.5 + parent: 2 + - uid: 13219 + components: + - type: Transform + pos: 17.5,-57.5 + parent: 2 + - uid: 13220 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 2 + - uid: 13222 + components: + - type: Transform + pos: 41.5,-55.5 + parent: 2 + - uid: 13225 + components: + - type: Transform + pos: 41.5,-54.5 + parent: 2 + - uid: 13226 + components: + - type: Transform + pos: 49.5,-61.5 + parent: 2 + - uid: 13262 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 13304 + components: + - type: Transform + pos: 42.5,-55.5 + parent: 2 + - uid: 13305 + components: + - type: Transform + pos: 41.5,-58.5 + parent: 2 + - uid: 13808 + components: + - type: Transform + pos: 22.5,-57.5 + parent: 2 + - uid: 14066 + components: + - type: Transform + pos: -31.5,-37.5 + parent: 2 + - uid: 14212 + components: + - type: Transform + pos: -17.5,16.5 + parent: 2 + - uid: 14386 + components: + - type: Transform + pos: -24.5,19.5 + parent: 2 + - uid: 14475 + components: + - type: Transform + pos: 47.5,-38.5 + parent: 2 + - uid: 14477 + components: + - type: Transform + pos: 47.5,-39.5 + parent: 2 + - uid: 14480 + components: + - type: Transform + pos: 47.5,-41.5 + parent: 2 + - uid: 14496 + components: + - type: Transform + pos: 43.5,-38.5 + parent: 2 + - uid: 14516 + components: + - type: Transform + pos: 45.5,-41.5 + parent: 2 + - uid: 14839 + components: + - type: Transform + pos: 13.5,-16.5 + parent: 2 + - uid: 14841 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 2 + - uid: 14842 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - uid: 14845 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 2 + - uid: 14853 + components: + - type: Transform + pos: 19.5,-16.5 + parent: 2 + - uid: 14873 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 2 + - uid: 14883 + components: + - type: Transform + pos: 17.5,-20.5 + parent: 2 + - uid: 14884 + components: + - type: Transform + pos: 17.5,-19.5 + parent: 2 + - uid: 14909 + components: + - type: Transform + pos: 16.5,-20.5 + parent: 2 + - uid: 14920 + components: + - type: Transform + pos: 18.5,-18.5 + parent: 2 + - uid: 15011 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 2 + - uid: 15014 + components: + - type: Transform + pos: 14.5,-16.5 + parent: 2 + - uid: 15174 + components: + - type: Transform + pos: 12.5,-20.5 + parent: 2 + - uid: 15321 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 + - uid: 15353 + components: + - type: Transform + pos: 18.5,-17.5 + parent: 2 + - uid: 15369 + components: + - type: Transform + pos: 19.5,-17.5 + parent: 2 + - uid: 15406 + components: + - type: Transform + pos: -6.5,-51.5 + parent: 2 + - uid: 15468 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 15473 + components: + - type: Transform + pos: 18.5,-13.5 + parent: 2 + - uid: 15704 + components: + - type: Transform + pos: -10.5,18.5 + parent: 2 + - uid: 15712 + components: + - type: Transform + pos: -0.5,21.5 + parent: 2 + - uid: 15730 + components: + - type: Transform + pos: 9.5,21.5 + parent: 2 + - uid: 15815 + components: + - type: Transform + pos: 8.5,21.5 + parent: 2 + - uid: 15832 + components: + - type: Transform + pos: 15.5,-8.5 + parent: 2 + - uid: 15834 + components: + - type: Transform + pos: 16.5,-14.5 + parent: 2 + - uid: 15903 + components: + - type: Transform + pos: 18.5,-12.5 + parent: 2 + - uid: 15947 + components: + - type: Transform + pos: 0.5,21.5 + parent: 2 + - uid: 15957 + components: + - type: Transform + pos: 2.5,-33.5 + parent: 2 + - uid: 16101 + components: + - type: Transform + pos: -17.5,18.5 + parent: 2 + - uid: 16209 + components: + - type: Transform + pos: 68.5,-75.5 + parent: 2 + - uid: 16219 + components: + - type: Transform + pos: 54.5,-52.5 + parent: 2 + - uid: 16245 + components: + - type: Transform + pos: 2.5,21.5 + parent: 2 + - uid: 16530 + components: + - type: Transform + pos: 6.5,21.5 + parent: 2 + - uid: 16715 + components: + - type: Transform + pos: 1.5,21.5 + parent: 2 + - uid: 16777 + components: + - type: Transform + pos: 7.5,21.5 + parent: 2 + - uid: 17011 + components: + - type: Transform + pos: 10.5,21.5 + parent: 2 + - uid: 17720 + components: + - type: Transform + pos: 84.5,-20.5 + parent: 2 + - uid: 17724 + components: + - type: Transform + pos: 86.5,-22.5 + parent: 2 + - uid: 17837 + components: + - type: Transform + pos: 83.5,-15.5 + parent: 2 + - uid: 18094 + components: + - type: Transform + pos: 19.5,11.5 + parent: 2 + - uid: 18198 + components: + - type: Transform + pos: 94.5,-20.5 + parent: 2 + - uid: 18341 + components: + - type: Transform + pos: 93.5,-20.5 + parent: 2 + - uid: 18424 + components: + - type: Transform + pos: 85.5,-16.5 + parent: 2 + - uid: 18427 + components: + - type: Transform + pos: 86.5,-18.5 + parent: 2 + - uid: 18434 + components: + - type: Transform + pos: 92.5,-21.5 + parent: 2 + - uid: 18435 + components: + - type: Transform + pos: 89.5,-21.5 + parent: 2 + - uid: 18437 + components: + - type: Transform + pos: 89.5,-23.5 + parent: 2 + - uid: 18440 + components: + - type: Transform + pos: 89.5,-25.5 + parent: 2 + - uid: 18441 + components: + - type: Transform + pos: 92.5,-26.5 + parent: 2 + - uid: 18458 + components: + - type: Transform + pos: 89.5,-32.5 + parent: 2 + - uid: 18473 + components: + - type: Transform + pos: 91.5,-22.5 + parent: 2 + - uid: 18474 + components: + - type: Transform + pos: 93.5,-22.5 + parent: 2 + - uid: 18475 + components: + - type: Transform + pos: 95.5,-21.5 + parent: 2 + - uid: 18478 + components: + - type: Transform + pos: 95.5,-22.5 + parent: 2 + - uid: 18486 + components: + - type: Transform + pos: 93.5,-30.5 + parent: 2 + - uid: 18487 + components: + - type: Transform + pos: 96.5,-30.5 + parent: 2 + - uid: 18863 + components: + - type: Transform + pos: 46.5,-13.5 + parent: 2 +- proto: WallSolidRust + entities: + - uid: 856 + components: + - type: Transform + pos: -32.5,-52.5 + parent: 2 + - uid: 2745 + components: + - type: Transform + pos: 66.5,-40.5 + parent: 2 + - uid: 4867 + components: + - type: Transform + pos: 70.5,-67.5 + parent: 2 + - uid: 4884 + components: + - type: Transform + pos: 69.5,-67.5 + parent: 2 + - uid: 4961 + components: + - type: Transform + pos: -32.5,-47.5 + parent: 2 + - uid: 5387 + components: + - type: Transform + pos: 75.5,-40.5 + parent: 2 + - uid: 6053 + components: + - type: Transform + pos: 63.5,-74.5 + parent: 2 + - uid: 7796 + components: + - type: Transform + pos: 66.5,-42.5 + parent: 2 + - uid: 9708 + components: + - type: Transform + pos: 33.5,-18.5 + parent: 2 + - uid: 9896 + components: + - type: Transform + pos: 44.5,-31.5 + parent: 2 + - uid: 9897 + components: + - type: Transform + pos: 47.5,-35.5 + parent: 2 + - uid: 9898 + components: + - type: Transform + pos: 45.5,-35.5 + parent: 2 + - uid: 9922 + components: + - type: Transform + pos: 44.5,-32.5 + parent: 2 + - uid: 9991 + components: + - type: Transform + pos: 69.5,-78.5 + parent: 2 + - uid: 9992 + components: + - type: Transform + pos: 64.5,-78.5 + parent: 2 + - uid: 9996 + components: + - type: Transform + pos: 66.5,-73.5 + parent: 2 + - uid: 9997 + components: + - type: Transform + pos: 44.5,-35.5 + parent: 2 + - uid: 10051 + components: + - type: Transform + pos: 13.5,-49.5 + parent: 2 + - uid: 10053 + components: + - type: Transform + pos: -9.5,-29.5 + parent: 2 + - uid: 10389 + components: + - type: Transform + pos: 4.5,-26.5 + parent: 2 + - uid: 10536 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 2 + - uid: 10627 + components: + - type: Transform + pos: -13.5,-28.5 + parent: 2 + - uid: 10628 + components: + - type: Transform + pos: -13.5,-35.5 + parent: 2 + - uid: 10695 + components: + - type: Transform + pos: -14.5,-28.5 + parent: 2 + - uid: 10700 + components: + - type: Transform + pos: -18.5,-28.5 + parent: 2 + - uid: 10704 + components: + - type: Transform + pos: -16.5,-29.5 + parent: 2 + - uid: 10706 + components: + - type: Transform + pos: -18.5,-36.5 + parent: 2 + - uid: 10711 + components: + - type: Transform + pos: -1.5,-35.5 + parent: 2 + - uid: 10820 + components: + - type: Transform + pos: 69.5,-80.5 + parent: 2 + - uid: 10822 + components: + - type: Transform + pos: 66.5,-74.5 + parent: 2 + - uid: 10843 + components: + - type: Transform + pos: 66.5,-82.5 + parent: 2 + - uid: 10847 + components: + - type: Transform + pos: 68.5,-73.5 + parent: 2 + - uid: 10850 + components: + - type: Transform + pos: 73.5,-73.5 + parent: 2 + - uid: 10879 + components: + - type: Transform + pos: 71.5,-75.5 + parent: 2 + - uid: 10880 + components: + - type: Transform + pos: 72.5,-75.5 + parent: 2 + - uid: 10950 + components: + - type: Transform + pos: 20.5,7.5 + parent: 2 + - uid: 10976 + components: + - type: Transform + pos: 1.5,-42.5 + parent: 2 + - uid: 10987 + components: + - type: Transform + pos: 0.5,-42.5 + parent: 2 + - uid: 11001 + components: + - type: Transform + pos: 23.5,-37.5 + parent: 2 + - uid: 11006 + components: + - type: Transform + pos: 21.5,-40.5 + parent: 2 + - uid: 11118 + components: + - type: Transform + pos: 12.5,-48.5 + parent: 2 + - uid: 11187 + components: + - type: Transform + pos: 20.5,8.5 + parent: 2 + - uid: 11198 + components: + - type: Transform + pos: 27.5,-40.5 + parent: 2 + - uid: 11199 + components: + - type: Transform + pos: 26.5,-40.5 + parent: 2 + - uid: 11241 + components: + - type: Transform + pos: 42.5,-38.5 + parent: 2 + - uid: 11252 + components: + - type: Transform + pos: 71.5,-59.5 + parent: 2 + - uid: 11253 + components: + - type: Transform + pos: 4.5,-40.5 + parent: 2 + - uid: 11368 + components: + - type: Transform + pos: 62.5,-76.5 + parent: 2 + - uid: 11523 + components: + - type: Transform + pos: 63.5,-79.5 + parent: 2 + - uid: 11577 + components: + - type: Transform + pos: -35.5,-32.5 + parent: 2 + - uid: 11578 + components: + - type: Transform + pos: -32.5,-24.5 + parent: 2 + - uid: 11582 + components: + - type: Transform + pos: -35.5,-37.5 + parent: 2 + - uid: 11632 + components: + - type: Transform + pos: -33.5,-24.5 + parent: 2 + - uid: 11634 + components: + - type: Transform + pos: 40.5,-4.5 + parent: 2 + - uid: 11636 + components: + - type: Transform + pos: -23.5,-2.5 + parent: 2 + - uid: 11653 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 2 + - uid: 11654 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 2 + - uid: 11655 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 + - uid: 11656 + components: + - type: Transform + pos: -21.5,-35.5 + parent: 2 + - uid: 11674 + components: + - type: Transform + pos: 33.5,-14.5 + parent: 2 + - uid: 11795 + components: + - type: Transform + pos: 38.5,-8.5 + parent: 2 + - uid: 11841 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 + - uid: 11842 + components: + - type: Transform + pos: 4.5,-31.5 + parent: 2 + - uid: 11931 + components: + - type: Transform + pos: 21.5,-45.5 + parent: 2 + - uid: 11932 + components: + - type: Transform + pos: 22.5,-48.5 + parent: 2 + - uid: 11936 + components: + - type: Transform + pos: 39.5,-8.5 + parent: 2 + - uid: 11939 + components: + - type: Transform + pos: 40.5,-12.5 + parent: 2 + - uid: 11966 + components: + - type: Transform + pos: 33.5,-15.5 + parent: 2 + - uid: 11976 + components: + - type: Transform + pos: -35.5,-36.5 + parent: 2 + - uid: 11985 + components: + - type: Transform + pos: 40.5,-3.5 + parent: 2 + - uid: 11987 + components: + - type: Transform + pos: 22.5,-52.5 + parent: 2 + - uid: 11991 + components: + - type: Transform + pos: 22.5,-53.5 + parent: 2 + - uid: 12032 + components: + - type: Transform + pos: 20.5,-55.5 + parent: 2 + - uid: 12040 + components: + - type: Transform + pos: 18.5,-54.5 + parent: 2 + - uid: 12063 + components: + - type: Transform + pos: 18.5,-52.5 + parent: 2 + - uid: 12067 + components: + - type: Transform + pos: -32.5,-50.5 + parent: 2 + - uid: 12074 + components: + - type: Transform + pos: 44.5,-8.5 + parent: 2 + - uid: 12075 + components: + - type: Transform + pos: 24.5,-19.5 + parent: 2 + - uid: 12106 + components: + - type: Transform + pos: 28.5,-19.5 + parent: 2 + - uid: 12113 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 2 + - uid: 12116 + components: + - type: Transform + pos: 34.5,0.5 + parent: 2 + - uid: 12124 + components: + - type: Transform + pos: -40.5,-44.5 + parent: 2 + - uid: 12125 + components: + - type: Transform + pos: -39.5,-44.5 + parent: 2 + - uid: 12128 + components: + - type: Transform + pos: -33.5,-52.5 + parent: 2 + - uid: 12131 + components: + - type: Transform + pos: 15.5,-54.5 + parent: 2 + - uid: 12132 + components: + - type: Transform + pos: -37.5,-46.5 + parent: 2 + - uid: 12148 + components: + - type: Transform + pos: -37.5,-49.5 + parent: 2 + - uid: 12202 + components: + - type: Transform + pos: 46.5,-6.5 + parent: 2 + - uid: 12203 + components: + - type: Transform + pos: 43.5,-8.5 + parent: 2 + - uid: 12206 + components: + - type: Transform + pos: -35.5,-50.5 + parent: 2 + - uid: 12207 + components: + - type: Transform + pos: 26.5,9.5 + parent: 2 + - uid: 12238 + components: + - type: Transform + pos: 27.5,9.5 + parent: 2 + - uid: 12290 + components: + - type: Transform + pos: 46.5,-26.5 + parent: 2 + - uid: 12307 + components: + - type: Transform + pos: 47.5,-26.5 + parent: 2 + - uid: 12321 + components: + - type: Transform + pos: -30.5,-50.5 + parent: 2 + - uid: 12322 + components: + - type: Transform + pos: 22.5,6.5 + parent: 2 + - uid: 12324 + components: + - type: Transform + pos: 23.5,10.5 + parent: 2 + - uid: 12358 + components: + - type: Transform + pos: -42.5,-49.5 + parent: 2 + - uid: 12360 + components: + - type: Transform + pos: 54.5,-55.5 + parent: 2 + - uid: 12361 + components: + - type: Transform + pos: -35.5,-49.5 + parent: 2 + - uid: 12362 + components: + - type: Transform + pos: -30.5,-47.5 + parent: 2 + - uid: 12363 + components: + - type: Transform + pos: -35.5,-47.5 + parent: 2 + - uid: 12500 + components: + - type: Transform + pos: 49.5,-55.5 + parent: 2 + - uid: 12502 + components: + - type: Transform + pos: 49.5,-56.5 + parent: 2 + - uid: 12603 + components: + - type: Transform + pos: 41.5,-52.5 + parent: 2 + - uid: 13221 + components: + - type: Transform + pos: 50.5,-50.5 + parent: 2 + - uid: 14479 + components: + - type: Transform + pos: 47.5,-40.5 + parent: 2 + - uid: 14484 + components: + - type: Transform + pos: 46.5,-38.5 + parent: 2 + - uid: 14517 + components: + - type: Transform + pos: 45.5,-40.5 + parent: 2 + - uid: 16210 + components: + - type: Transform + pos: 68.5,-74.5 + parent: 2 + - uid: 17166 + components: + - type: Transform + pos: 44.5,-59.5 + parent: 2 + - uid: 17168 + components: + - type: Transform + pos: 46.5,-59.5 + parent: 2 + - uid: 17721 + components: + - type: Transform + pos: 85.5,-20.5 + parent: 2 + - uid: 18190 + components: + - type: Transform + pos: 92.5,-20.5 + parent: 2 + - uid: 18425 + components: + - type: Transform + pos: 85.5,-17.5 + parent: 2 + - uid: 18426 + components: + - type: Transform + pos: 86.5,-17.5 + parent: 2 + - uid: 18431 + components: + - type: Transform + pos: 92.5,-22.5 + parent: 2 + - uid: 18433 + components: + - type: Transform + pos: 90.5,-25.5 + parent: 2 + - uid: 18439 + components: + - type: Transform + pos: 89.5,-22.5 + parent: 2 + - uid: 18442 + components: + - type: Transform + pos: 92.5,-30.5 + parent: 2 + - uid: 18459 + components: + - type: Transform + pos: 89.5,-28.5 + parent: 2 + - uid: 19348 + components: + - type: Transform + pos: 66.5,-79.5 + parent: 2 + - uid: 19844 + components: + - type: Transform + pos: 67.5,-59.5 + parent: 2 +- proto: WardrobeBlueFilled + entities: + - uid: 10905 + components: + - type: Transform + pos: 16.5,-26.5 + parent: 2 +- proto: WardrobeBotanistFilled + entities: + - uid: 4163 + components: + - type: Transform + pos: -20.5,-29.5 + parent: 2 +- proto: WardrobeCargoFilled + entities: + - uid: 546 + components: + - type: Transform + pos: -0.5,26.5 + parent: 2 + - uid: 560 + components: + - type: Transform + pos: 0.5,26.5 + parent: 2 +- proto: WardrobeChapelFilled + entities: + - uid: 4576 + components: + - type: Transform + pos: 39.5,-3.5 + parent: 2 +- proto: WardrobeChemistryFilled + entities: + - uid: 12368 + components: + - type: Transform + pos: -29.5,-38.5 + parent: 2 +- proto: WardrobeGreenFilled + entities: + - uid: 10903 + components: + - type: Transform + pos: 16.5,-24.5 + parent: 2 +- proto: WardrobeGreyFilled + entities: + - uid: 9064 + components: + - type: Transform + pos: 46.5,-28.5 + parent: 2 +- proto: WardrobePrisonFilled + entities: + - uid: 254 + components: + - type: Transform + pos: -20.5,-7.5 + parent: 2 + - uid: 387 + components: + - type: Transform + pos: -20.5,-11.5 + parent: 2 + - uid: 391 + components: + - type: Transform + pos: -28.5,-3.5 + parent: 2 +- proto: WardrobeRoboticsFilled + entities: + - uid: 4231 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 2 +- proto: WardrobeScienceFilled + entities: + - uid: 11343 + components: + - type: Transform + pos: 32.5,-29.5 + parent: 2 +- proto: WardrobeSecurityFilled + entities: + - uid: 504 + components: + - type: Transform + pos: -22.5,17.5 + parent: 2 +- proto: WardrobeYellowFilled + entities: + - uid: 2311 + components: + - type: Transform + pos: 56.5,-38.5 + parent: 2 + - uid: 10904 + components: + - type: Transform + pos: 16.5,-25.5 + parent: 2 +- proto: WarningCO2 + entities: + - uid: 1965 + components: + - type: Transform + pos: -4.5,3.5 + parent: 2 +- proto: WarningN2 + entities: + - uid: 1964 + components: + - type: Transform + pos: -8.5,3.5 + parent: 2 +- proto: WarningO2 + entities: + - uid: 1963 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 +- proto: WarningPlasma + entities: + - uid: 1966 + components: + - type: Transform + pos: -0.5,3.5 + parent: 2 +- proto: WarningWaste + entities: + - uid: 1709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,3.5 + parent: 2 +- proto: WaterCooler + entities: + - uid: 828 + components: + - type: Transform + pos: 34.5,-17.5 + parent: 2 + - uid: 1272 + components: + - type: Transform + pos: 31.5,13.5 + parent: 2 + - uid: 2187 + components: + - type: Transform + pos: -24.5,0.5 + parent: 2 + - uid: 4333 + components: + - type: Transform + pos: 17.5,-31.5 + parent: 2 + - uid: 5748 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - uid: 5946 + components: + - type: Transform + pos: -12.5,-36.5 + parent: 2 + - uid: 7200 + components: + - type: Transform + pos: 34.5,32.5 + parent: 2 + - uid: 9792 + components: + - type: Transform + pos: -13.5,-51.5 + parent: 2 + - uid: 10156 + components: + - type: Transform + pos: -31.5,-44.5 + parent: 2 + - uid: 11591 + components: + - type: Transform + pos: 35.5,3.5 + parent: 2 + - uid: 14882 + components: + - type: Transform + pos: 15.5,-53.5 + parent: 2 +- proto: WaterTankFull + entities: + - uid: 1651 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 2 + - uid: 3447 + components: + - type: Transform + pos: -17.5,-35.5 + parent: 2 + - uid: 9202 + components: + - type: Transform + pos: -30.5,-41.5 + parent: 2 + - uid: 9551 + components: + - type: Transform + pos: 23.5,6.5 + parent: 2 + - uid: 12373 + components: + - type: Transform + pos: 25.5,-50.5 + parent: 2 + - uid: 13093 + components: + - type: Transform + pos: -7.5,12.5 + parent: 2 + - uid: 13812 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 17165 + components: + - type: Transform + pos: 45.5,-59.5 + parent: 2 + - uid: 17480 + components: + - type: Transform + pos: -6.5,25.5 + parent: 2 +- proto: WaterVaporCanister + entities: + - uid: 1458 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 +- proto: WeaponCapacitorRecharger + entities: + - uid: 245 + components: + - type: Transform + pos: -20.5,6.5 + parent: 2 + - uid: 378 + components: + - type: Transform + pos: -26.5,13.5 + parent: 2 + - uid: 713 + components: + - type: Transform + pos: -27.5,3.5 + parent: 2 + - uid: 13661 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-53.5 + parent: 2 +- proto: WeaponSubMachineGunWt550 + entities: + - uid: 14803 + components: + - type: Transform + pos: -21.319635,10.6595335 + parent: 2 +- proto: Welder + entities: + - uid: 4199 + components: + - type: Transform + pos: 38.622208,-24.407248 + parent: 2 + - uid: 4718 + components: + - type: Transform + pos: -5.419433,-10.3817625 + parent: 2 + - uid: 8867 + components: + - type: Transform + pos: 48.698742,-4.357929 + parent: 2 +- proto: WelderIndustrialAdvanced + entities: + - uid: 17034 + components: + - type: Transform + pos: 0.62853146,-4.459521 + parent: 2 +- proto: WeldingFuelTankFull + entities: + - uid: 1136 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - uid: 5802 + components: + - type: Transform + pos: 1.5,-12.5 + parent: 2 + - uid: 12377 + components: + - type: Transform + pos: 25.5,-49.5 + parent: 2 + - uid: 12556 + components: + - type: Transform + pos: -28.5,-58.5 + parent: 2 + - uid: 17481 + components: + - type: Transform + pos: -7.5,25.5 + parent: 2 + - uid: 18907 + components: + - type: Transform + pos: -34.5,-48.5 + parent: 2 + - uid: 19283 + components: + - type: Transform + pos: 52.5,-59.5 + parent: 2 +- proto: WetFloorSign + entities: + - uid: 14653 + components: + - type: Transform + pos: 44.657276,-39.273064 + parent: 2 +- proto: Whistle + entities: + - uid: 9531 + components: + - type: Transform + pos: 53.361713,-39.280586 + parent: 2 +- proto: Windoor + entities: + - uid: 3157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-33.5 + parent: 2 + - uid: 3673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-34.5 + parent: 2 + - uid: 7524 + components: + - type: Transform + pos: -20.5,-43.5 + parent: 2 + - uid: 7556 + components: + - type: Transform + pos: -19.5,-43.5 + parent: 2 + - uid: 11247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-53.5 + parent: 2 + - uid: 11248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-51.5 + parent: 2 + - uid: 13081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-32.5 + parent: 2 +- proto: WindoorChapelLocked + entities: + - uid: 5903 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-11.5 + parent: 2 +- proto: WindoorHydroponicsLocked + entities: + - uid: 3456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-37.5 + parent: 2 + - uid: 3457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-38.5 + parent: 2 + - uid: 10445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-32.5 + parent: 2 +- proto: WindoorKitchenLocked + entities: + - uid: 13346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-32.5 + parent: 2 +- proto: WindoorSecure + entities: + - uid: 41 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,12.5 + parent: 2 + - uid: 79 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-15.5 + parent: 2 + - uid: 3235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-23.5 + parent: 2 + - uid: 3714 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-10.5 + parent: 2 + - uid: 4225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,-23.5 + parent: 2 + - uid: 4228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-23.5 + parent: 2 + - uid: 7564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-53.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 9293: + - DoorStatus: DoorBolt + - uid: 7566 + components: + - type: Transform + pos: -16.5,-43.5 + parent: 2 + - uid: 7569 + components: + - type: Transform + pos: -12.5,-43.5 + parent: 2 + - uid: 7610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-45.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 7609: + - DoorStatus: Close + - uid: 8224 + components: + - type: Transform + pos: 20.5,-19.5 + parent: 2 + - uid: 9293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-53.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 7564: + - DoorStatus: DoorBolt + - uid: 12602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,13.5 + parent: 2 + - uid: 12604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,13.5 + parent: 2 + - uid: 14572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-2.5 + parent: 2 + - uid: 16028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-2.5 + parent: 2 + - uid: 17659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-14.5 + parent: 2 + - uid: 18592 + components: + - type: Transform + pos: 4.5,15.5 + parent: 2 + - uid: 18595 + components: + - type: Transform + pos: 5.5,15.5 + parent: 2 +- proto: WindoorSecureArmoryLocked + entities: + - uid: 3570 + components: + - type: Transform + pos: -20.5,-2.5 + parent: 2 + - uid: 15932 + components: + - type: Transform + pos: -19.5,-2.5 + parent: 2 +- proto: WindoorSecureBrigLocked + entities: + - uid: 11957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,10.5 + parent: 2 +- proto: WindoorSecureCargoLocked + entities: + - uid: 5299 + components: + - type: Transform + pos: 6.5,16.5 + parent: 2 + - uid: 11065 + components: + - type: Transform + pos: 12.5,21.5 + parent: 2 + - uid: 14289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,15.5 + parent: 2 + - uid: 15296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,15.5 + parent: 2 +- proto: WindoorSecureChemistryLocked + entities: + - uid: 1312 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 2 + - uid: 3876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-36.5 + parent: 2 + - uid: 6220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-33.5 + parent: 2 + - uid: 12874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-34.5 + parent: 2 +- proto: WindoorSecureCommandLocked + entities: + - uid: 4818 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-34.5 + parent: 2 + - uid: 6341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,1.5 + parent: 2 + - uid: 6545 + components: + - type: Transform + pos: 24.5,2.5 + parent: 2 + - uid: 6964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-10.5 + parent: 2 + - uid: 6996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-10.5 + parent: 2 + - uid: 7606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-34.5 + parent: 2 + - uid: 10752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,-12.5 + parent: 2 + - uid: 12663 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-18.5 + parent: 2 + - uid: 16415 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-15.5 + parent: 2 + - uid: 16417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -66.5,-12.5 + parent: 2 + - uid: 16583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,-15.5 + parent: 2 + - uid: 16584 + components: + - type: Transform + pos: -66.5,-9.5 + parent: 2 +- proto: WindoorSecureEngineeringLocked + entities: + - uid: 3998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-14.5 + parent: 2 + - uid: 17470 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-15.5 + parent: 2 +- proto: WindoorSecureHeadOfPersonnelLocked + entities: + - uid: 7609 + components: + - type: Transform + pos: -13.5,-45.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 7610: + - DoorStatus: Close +- proto: WindoorSecureJanitorLocked + entities: + - uid: 9598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,6.5 + parent: 2 +- proto: WindoorSecureKitchenLocked + entities: + - uid: 7014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-35.5 + parent: 2 + - uid: 7064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-35.5 + parent: 2 + - uid: 15837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-35.5 + parent: 2 +- proto: WindoorSecureMedicalLocked + entities: + - uid: 8542 + components: + - type: Transform + pos: -49.5,-28.5 + parent: 2 + - uid: 9277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-32.5 + parent: 2 + - uid: 12111 + components: + - type: Transform + pos: -28.5,-28.5 + parent: 2 + - uid: 12112 + components: + - type: Transform + pos: -27.5,-28.5 + parent: 2 +- proto: WindoorSecureSalvageLocked + entities: + - uid: 11054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,21.5 + parent: 2 +- proto: WindoorSecureScienceLocked + entities: + - uid: 4194 + components: + - type: Transform + pos: 20.5,-23.5 + parent: 2 + - uid: 4229 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 + - uid: 4230 + components: + - type: Transform + pos: 21.5,-23.5 + parent: 2 + - uid: 4273 + components: + - type: Transform + pos: 20.5,-27.5 + parent: 2 + - uid: 4373 + components: + - type: Transform + pos: 39.5,-26.5 + parent: 2 + - uid: 4392 + components: + - type: Transform + pos: 40.5,-37.5 + parent: 2 + - uid: 4396 + components: + - type: Transform + pos: 39.5,-37.5 + parent: 2 + - uid: 4402 + components: + - type: Transform + pos: 38.5,-37.5 + parent: 2 + - uid: 4514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-42.5 + parent: 2 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-7.5 + parent: 2 + - uid: 503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-11.5 + parent: 2 + - uid: 18668 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 +- proto: WindoorServiceLocked + entities: + - uid: 3986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-36.5 + parent: 2 + - uid: 18855 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-37.5 + parent: 2 +- proto: WindoorTheatreLocked + entities: + - uid: 3475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-37.5 + parent: 2 + - uid: 16043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-29.5 + parent: 2 +- proto: Window + entities: + - uid: 185 + components: + - type: Transform + pos: -34.5,-36.5 + parent: 2 + - uid: 2324 + components: + - type: Transform + pos: 16.5,-27.5 + parent: 2 + - uid: 2400 + components: + - type: Transform + pos: 12.5,-26.5 + parent: 2 + - uid: 2405 + components: + - type: Transform + pos: 12.5,-25.5 + parent: 2 + - uid: 2995 + components: + - type: Transform + pos: -21.5,-22.5 + parent: 2 + - uid: 3363 + components: + - type: Transform + pos: -19.5,-21.5 + parent: 2 + - uid: 3364 + components: + - type: Transform + pos: -18.5,-21.5 + parent: 2 + - uid: 3371 + components: + - type: Transform + pos: -17.5,-21.5 + parent: 2 + - uid: 3423 + components: + - type: Transform + pos: -17.5,-36.5 + parent: 2 + - uid: 3519 + components: + - type: Transform + pos: -0.5,-39.5 + parent: 2 + - uid: 3716 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 2 + - uid: 3732 + components: + - type: Transform + pos: 12.5,-37.5 + parent: 2 + - uid: 3733 + components: + - type: Transform + pos: 12.5,-36.5 + parent: 2 + - uid: 3734 + components: + - type: Transform + pos: 12.5,-38.5 + parent: 2 + - uid: 3745 + components: + - type: Transform + pos: 13.5,-39.5 + parent: 2 + - uid: 3747 + components: + - type: Transform + pos: 15.5,-41.5 + parent: 2 + - uid: 3749 + components: + - type: Transform + pos: 13.5,-35.5 + parent: 2 + - uid: 3752 + components: + - type: Transform + pos: 12.5,-35.5 + parent: 2 + - uid: 3835 + components: + - type: Transform + pos: 15.5,-45.5 + parent: 2 + - uid: 3837 + components: + - type: Transform + pos: 13.5,-45.5 + parent: 2 + - uid: 3926 + components: + - type: Transform + pos: -21.5,-24.5 + parent: 2 + - uid: 4661 + components: + - type: Transform + pos: -32.5,-36.5 + parent: 2 + - uid: 6311 + components: + - type: Transform + pos: 19.5,-45.5 + parent: 2 + - uid: 8902 + components: + - type: Transform + pos: 16.5,-23.5 + parent: 2 + - uid: 9573 + components: + - type: Transform + pos: 12.5,-24.5 + parent: 2 + - uid: 9620 + components: + - type: Transform + pos: 13.5,-23.5 + parent: 2 + - uid: 10257 + components: + - type: Transform + pos: 13.5,-27.5 + parent: 2 + - uid: 12197 + components: + - type: Transform + pos: 41.5,-8.5 + parent: 2 +- proto: WindowDirectional + entities: + - uid: 3985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-35.5 + parent: 2 + - uid: 4198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-27.5 + parent: 2 + - uid: 4351 + components: + - type: Transform + pos: 37.5,-26.5 + parent: 2 + - uid: 4358 + components: + - type: Transform + pos: 38.5,-26.5 + parent: 2 + - uid: 6264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-50.5 + parent: 2 + - uid: 11245 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-52.5 + parent: 2 + - uid: 11246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-53.5 + parent: 2 +- proto: WindowFrostedDirectional + entities: + - uid: 5600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-10.5 + parent: 2 + - uid: 7503 + components: + - type: Transform + pos: -18.5,-43.5 + parent: 2 + - uid: 7512 + components: + - type: Transform + pos: -21.5,-43.5 + parent: 2 + - uid: 7526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-44.5 + parent: 2 + - uid: 7528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-44.5 + parent: 2 + - uid: 8353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-9.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-33.5 + parent: 2 + - uid: 1904 + components: + - type: Transform + pos: -52.5,-28.5 + parent: 2 + - uid: 2239 + components: + - type: Transform + pos: 21.5,-19.5 + parent: 2 + - uid: 2257 + components: + - type: Transform + pos: 19.5,-19.5 + parent: 2 + - uid: 3098 + components: + - type: Transform + pos: -3.5,-19.5 + parent: 2 + - uid: 3416 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - uid: 3417 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - uid: 3420 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 + - uid: 3421 + components: + - type: Transform + pos: -17.5,-39.5 + parent: 2 + - uid: 3422 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 + - uid: 3474 + components: + - type: Transform + pos: 13.5,-31.5 + parent: 2 + - uid: 3510 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-29.5 + parent: 2 + - uid: 3553 + components: + - type: Transform + pos: 31.5,-57.5 + parent: 2 + - uid: 3587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-29.5 + parent: 2 + - uid: 3618 + components: + - type: Transform + pos: 14.5,-31.5 + parent: 2 + - uid: 3645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-29.5 + parent: 2 + - uid: 3647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-31.5 + parent: 2 + - uid: 3648 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-29.5 + parent: 2 + - uid: 3649 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-30.5 + parent: 2 + - uid: 3653 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 2 + - uid: 3654 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-31.5 + parent: 2 + - uid: 3658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-30.5 + parent: 2 + - uid: 3961 + components: + - type: Transform + pos: -1.5,-19.5 + parent: 2 + - uid: 4191 + components: + - type: Transform + pos: 21.5,-27.5 + parent: 2 + - uid: 4224 + components: + - type: Transform + pos: 19.5,-27.5 + parent: 2 + - uid: 4389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-38.5 + parent: 2 + - uid: 4403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-38.5 + parent: 2 + - uid: 4715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-35.5 + parent: 2 + - uid: 4916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-42.5 + parent: 2 + - uid: 4944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-27.5 + parent: 2 + - uid: 4945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-25.5 + parent: 2 + - uid: 5129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-25.5 + parent: 2 + - uid: 5165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-10.5 + parent: 2 + - uid: 5187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-29.5 + parent: 2 + - uid: 5198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-32.5 + parent: 2 + - uid: 5203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-32.5 + parent: 2 + - uid: 5209 + components: + - type: Transform + pos: -42.5,-42.5 + parent: 2 + - uid: 5227 + components: + - type: Transform + pos: -40.5,-42.5 + parent: 2 + - uid: 5233 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-41.5 + parent: 2 + - uid: 5241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-41.5 + parent: 2 + - uid: 5242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-41.5 + parent: 2 + - uid: 5595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-33.5 + parent: 2 + - uid: 5682 + components: + - type: Transform + pos: 29.5,-57.5 + parent: 2 + - uid: 6338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-0.5 + parent: 2 + - uid: 6347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,0.5 + parent: 2 + - uid: 6497 + components: + - type: Transform + pos: -18.5,-54.5 + parent: 2 + - uid: 6547 + components: + - type: Transform + pos: 25.5,2.5 + parent: 2 + - uid: 6912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-10.5 + parent: 2 + - uid: 6963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-10.5 + parent: 2 + - uid: 6965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-10.5 + parent: 2 + - uid: 7346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-41.5 + parent: 2 + - uid: 7565 + components: + - type: Transform + pos: -15.5,-43.5 + parent: 2 + - uid: 7567 + components: + - type: Transform + pos: -14.5,-43.5 + parent: 2 + - uid: 7568 + components: + - type: Transform + pos: -13.5,-43.5 + parent: 2 + - uid: 7622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-23.5 + parent: 2 + - uid: 7724 + components: + - type: Transform + pos: 13.5,-52.5 + parent: 2 + - uid: 7968 + components: + - type: Transform + pos: -38.5,-42.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-41.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-42.5 + parent: 2 + - uid: 8083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-42.5 + parent: 2 + - uid: 8270 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-24.5 + parent: 2 + - uid: 9252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-23.5 + parent: 2 + - uid: 9259 + components: + - type: Transform + pos: 48.5,-23.5 + parent: 2 + - uid: 9301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-23.5 + parent: 2 + - uid: 9303 + components: + - type: Transform + pos: 49.5,-23.5 + parent: 2 + - uid: 9325 + components: + - type: Transform + pos: 50.5,-23.5 + parent: 2 + - uid: 9338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-19.5 + parent: 2 + - uid: 9340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,-19.5 + parent: 2 + - uid: 9341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,-19.5 + parent: 2 + - uid: 9342 + components: + - type: Transform + pos: 50.5,-19.5 + parent: 2 + - uid: 9343 + components: + - type: Transform + pos: 49.5,-19.5 + parent: 2 + - uid: 9344 + components: + - type: Transform + pos: 48.5,-19.5 + parent: 2 + - uid: 9727 + components: + - type: Transform + pos: -17.5,-54.5 + parent: 2 + - uid: 9728 + components: + - type: Transform + pos: -16.5,-54.5 + parent: 2 + - uid: 11356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-35.5 + parent: 2 + - uid: 11826 + components: + - type: Transform + pos: -51.5,-28.5 + parent: 2 + - uid: 11903 + components: + - type: Transform + pos: -50.5,-28.5 + parent: 2 + - uid: 11908 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-17.5 + parent: 2 + - uid: 11953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,12.5 + parent: 2 + - uid: 11960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,11.5 + parent: 2 + - uid: 14428 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-19.5 + parent: 2 + - uid: 16034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-31.5 + parent: 2 + - uid: 16062 + components: + - type: Transform + pos: -41.5,-42.5 + parent: 2 + - uid: 16063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-32.5 + parent: 2 + - uid: 16095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,-41.5 + parent: 2 + - uid: 16096 + components: + - type: Transform + pos: -39.5,-42.5 + parent: 2 + - uid: 16097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-41.5 + parent: 2 + - uid: 16461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-16.5 + parent: 2 + - uid: 17136 + components: + - type: Transform + pos: -6.5,-44.5 + parent: 2 + - uid: 17452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,9.5 + parent: 2 + - uid: 18244 + components: + - type: Transform + pos: 30.5,-78.5 + parent: 2 + - uid: 18245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,-79.5 + parent: 2 + - uid: 18247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-79.5 + parent: 2 + - uid: 18248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-80.5 + parent: 2 + - uid: 18460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,-31.5 + parent: 2 + - uid: 18462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.5,-29.5 + parent: 2 + - uid: 18544 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,0.5 + parent: 2 + - uid: 19617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-40.5 + parent: 2 + - uid: 19618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 71.5,-42.5 + parent: 2 +- proto: Wirecutter + entities: + - uid: 7428 + components: + - type: Transform + pos: 27.57422,-50.418713 + parent: 2 + - uid: 17542 + components: + - type: Transform + pos: 14.701017,-2.216905 + parent: 2 + - uid: 18968 + components: + - type: Transform + pos: -33.523952,4.761596 + parent: 2 +- proto: WoodDoor + entities: + - uid: 6103 + components: + - type: Transform + pos: 39.5,-15.5 + parent: 2 + - uid: 6104 + components: + - type: Transform + pos: 39.5,-13.5 + parent: 2 + - uid: 7276 + components: + - type: Transform + pos: 38.5,0.5 + parent: 2 + - uid: 15617 + components: + - type: Transform + pos: -41.5,-37.5 + parent: 2 + - uid: 16197 + components: + - type: Transform + pos: -19.5,28.5 + parent: 2 +- proto: WoodenBench + entities: + - uid: 1319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,30.5 + parent: 2 + - uid: 1320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,30.5 + parent: 2 + - uid: 5377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,32.5 + parent: 2 + - uid: 6074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-14.5 + parent: 2 + - uid: 6075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-14.5 + parent: 2 + - uid: 6076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-14.5 + parent: 2 + - uid: 6077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-14.5 + parent: 2 + - uid: 6078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-16.5 + parent: 2 + - uid: 6079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-16.5 + parent: 2 + - uid: 6080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-16.5 + parent: 2 + - uid: 6081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-16.5 + parent: 2 +- proto: Wrench + entities: + - uid: 4063 + components: + - type: Transform + pos: 28.567652,-46.39364 + parent: 2 + - uid: 5675 + components: + - type: Transform + pos: 46.508217,-36.43851 + parent: 2 + - uid: 6822 + components: + - type: Transform + pos: 41.480793,-36.388645 + parent: 2 + - uid: 15383 + components: + - type: Transform + pos: -13.512281,-21.38337 + parent: 2 + - uid: 18889 + components: + - type: Transform + pos: -27.490795,-22.349987 + parent: 2 +- proto: Zipties + entities: + - uid: 6296 + components: + - type: Transform + pos: -25.590551,-10.353755 + parent: 2 + - uid: 16264 + components: + - type: Transform + pos: -25.382114,-10.520537 + parent: 2 +... diff --git a/Resources/Prototypes/Maps/Pools/default.yml b/Resources/Prototypes/Maps/Pools/default.yml index afc42a362d3..ab7e3d43619 100644 --- a/Resources/Prototypes/Maps/Pools/default.yml +++ b/Resources/Prototypes/Maps/Pools/default.yml @@ -1,6 +1,7 @@ - type: gameMapPool id: DefaultMapPool maps: + - Amber - Bagel - Box - Cog diff --git a/Resources/Prototypes/Maps/amber.yml b/Resources/Prototypes/Maps/amber.yml new file mode 100644 index 00000000000..e415d5bc5d5 --- /dev/null +++ b/Resources/Prototypes/Maps/amber.yml @@ -0,0 +1,65 @@ +- type: gameMap + id: Amber + mapName: 'Amber' + mapPath: /Maps/amber.yml + minPlayers: 7 + maxPlayers: 50 + stations: + Amber: + stationProto: StandardNanotrasenStation + components: + - type: StationNameSetup + mapNameTemplate: '{0} Amber Station {1}' + nameGenerator: + !type:NanotrasenNameGenerator + prefixCreator: '14-SB' + - type: StationEmergencyShuttle + emergencyShuttlePath: /Maps/Shuttles/emergency.yml + - type: StationJobs + availableJobs: + #service + Captain: [ 1, 1 ] + HeadOfPersonnel: [ 1, 1 ] + Bartender: [ 1, 1 ] + Botanist: [ 2, 2 ] + Chef: [ 1, 1 ] + Janitor: [ 2, 2 ] + Chaplain: [ 1, 1 ] + Librarian: [ 1, 1 ] + ServiceWorker: [ 1, 3 ] + Reporter: [ 1, 1 ] + #engineering + ChiefEngineer: [ 1, 1 ] + AtmosphericTechnician: [ 2, 2 ] + StationEngineer: [ 2, 4 ] + TechnicalAssistant: [ 1, 1 ] + #medical + ChiefMedicalOfficer: [ 1, 1 ] + Chemist: [ 2, 2 ] + MedicalDoctor: [ 2, 4 ] + Paramedic: [ 2, 2 ] + MedicalIntern: [ 1, 2 ] + Psychologist: [ 1, 1 ] + #science + ResearchDirector: [ 1, 1 ] + Scientist: [ 4, 4 ] + ResearchAssistant: [ 1, 2 ] + #security + HeadOfSecurity: [ 1, 1 ] + Warden: [ 1, 1 ] + SecurityOfficer: [ 4, 4 ] + Detective: [ 1, 1 ] + SecurityCadet: [ 1, 1 ] + Lawyer: [ 1, 1 ] + #supply + Quartermaster: [ 1, 1 ] + SalvageSpecialist: [ 2, 3 ] + CargoTechnician: [ 2, 3 ] + #civilian + Passenger: [ -1, -1 ] + Clown: [ 1, 1 ] + Mime: [ 1, 1 ] + Musician: [ 1, 1 ] + #silicon + StationAi: [ 1, 1 ] + Borg: [ 2, 2 ] From f0829a6652621a6620f9fe89f6413182699e2542 Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 3 Dec 2024 02:25:45 +0000 Subject: [PATCH 112/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 10e2789dc9c..8f6f8dbeed1 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: cranberriez - changes: - - message: Added Discord webhook error logging! - type: Tweak - id: 7173 - time: '2024-08-20T21:12:31.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30835 - author: Repo changes: - message: Added copy to clipboard button for connection failure UI. @@ -3910,3 +3903,10 @@ id: 7672 time: '2024-12-02T19:43:59.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/32457 +- author: Southbridge, Flipsie27 + changes: + - message: 'Added a new low-mid pop map: Amber Station' + type: Add + id: 7673 + time: '2024-12-03T02:24:38.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33441 From 2e31eb32cb3ee980cbb240d9d6dce316a8d571f6 Mon Sep 17 00:00:00 2001 From: SpaceRox1244 <138547931+SpaceRox1244@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:41:42 -0500 Subject: [PATCH 113/160] Makes kukri not use combat knife's storage sprite (#33661) --- Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml index 6f0d4ebfd97..b62f9047b9a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml @@ -143,6 +143,7 @@ Slash: 15 - type: Item sprite: Objects/Weapons/Melee/kukri_knife.rsi + storedSprite: null - type: entity parent: ClothingHeadHatGreyFlatcap From c1491e91b8ba70568272b45cdd72d03b383b4806 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:46:55 -0600 Subject: [PATCH 114/160] Adds a morgue locked maints airlock (#33693) Co-authored-by: Velcroboy --- .../Entities/Structures/Doors/Airlocks/access.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml index 974ab76422a..f6889cbce0a 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml @@ -989,6 +989,15 @@ - type: Wires layoutId: AirlockMedical +- type: entity + parent: AirlockMaintMedLocked + id: AirlockMedicalMorgueMaintLocked + suffix: Morgue, Locked + components: + - type: ContainerFill + containers: + board: [ DoorElectronicsMorgue ] + - type: entity parent: AirlockMaintMedLocked id: AirlockMaintChemLocked From 029b0374e9490689ac18260da7837b607bee631b Mon Sep 17 00:00:00 2001 From: Luiz Costa <33888056+luizwritescode@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:51:00 -0300 Subject: [PATCH 115/160] Juiceable slimeballs (#33660) adds extractable component to slimeball prototype --- .../Prototypes/Entities/Objects/Consumable/Food/meat.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index 48968b80c13..fc340bbcfd4 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -678,6 +678,11 @@ tags: - Raw - Meat + - type: Extractable + juiceSolution: + reagents: + - ReagentId: Slime + Quantity: 10 - type: Sprite state: slime @@ -1207,7 +1212,7 @@ name: anomalous steak parent: FoodMeatBase id: FoodMeatAnomalyCooked - description: A gigantic mass of cooked meat. A meal for a dinner party, or someone REALLY hungry. + description: A gigantic mass of cooked meat. A meal for a dinner party, or someone REALLY hungry. components: - type: Tag tags: From e50c98c6188c9e23df5227e2828fc27df74108fa Mon Sep 17 00:00:00 2001 From: CheddaCheez Date: Mon, 2 Dec 2024 20:59:47 -0600 Subject: [PATCH 116/160] Add missing nacho recipes (#33637) * Nacho recipes, nutrition, and trash In meal_recipes.yml: Add recipes for Nachos, Cheesy Nachos, and Cuban Nachos. In meals.yml: Add a solutions container to regular nachos so it lines up with the others, and add a small plate as trash to each one. * Volumes, nutritional tweaks, and flavor In meals.yml: Lowered maxVol on nachos to leave 5 units of space. Nachos nutriment and vitamin lowered for costing so little. A cheese wedge is 3.75 nutriment, so cheesy having 4 more total nutritional value lines up nicely to me. Cuban nachos had too little volume to fit its reagents in the first place, so increased maxVol by 10. Chili peppers are 4 nutri / 4 vitamin and ketchup has a touch of tomato, so bumped to 8 and 5. Capsaicin lowered partly to make it an even 20u. Ketchup dilutes I guess. Also they don't have cheese so I changed the flavor profile to tomato instead. In meal_recipes.yml: Cuban Nachos recipe tweaked to require one less pepper. Given above numbers, this fits the nutritional value imo. --- .../Objects/Consumable/Food/meals.yml | 30 +++++++++++++--- .../Recipes/Cooking/meal_recipes.yml | 35 +++++++++++++++++++ 2 files changed, 60 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml index 1ded684c77a..fc056b83f13 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml @@ -98,11 +98,25 @@ id: FoodMealNachos description: Chips from Space Mexico. components: + - type: Food + trash: + - FoodPlateSmall - type: FlavorProfile flavors: - nachos - type: Sprite state: nachos + - type: SolutionContainerManager + solutions: + food: + maxVol: 11 + reagents: + - ReagentId: Nutriment + Quantity: 4 + - ReagentId: Vitamin + Quantity: 1 + - ReagentId: TableSalt + Quantity: 1 # Tastes like nachos. - type: entity @@ -111,6 +125,9 @@ id: FoodMealNachosCheesy description: The delicious combination of nachos and melting cheese. components: + - type: Food + trash: + - FoodPlateSmall - type: FlavorProfile flavors: - nachos @@ -136,24 +153,27 @@ id: FoodMealNachosCuban description: That's some dangerously spicy nachos. components: + - type: Food + trash: + - FoodPlateSmall - type: FlavorProfile flavors: - nachos - - cheesy + - tomato - spicy - type: Sprite state: nachos-cuban - type: SolutionContainerManager solutions: food: - maxVol: 15 + maxVol: 25 reagents: - ReagentId: Nutriment - Quantity: 7 - - ReagentId: CapsaicinOil Quantity: 8 + - ReagentId: CapsaicinOil + Quantity: 7 - ReagentId: Vitamin - Quantity: 4 + Quantity: 5 # Tastes like nachos, hot pepper. - type: entity diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index da66f7a0d8a..5dc7f81ac22 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -1220,6 +1220,41 @@ solids: FoodCarrot: 1 +- type: microwaveMealRecipe + id: RecipeNachos + name: nachos recipe + result: FoodMealNachos + time: 10 + reagents: + TableSalt: 1 + solids: + FoodDoughTortillaFlat: 1 + FoodPlateSmall: 1 + +- type: microwaveMealRecipe + id: RecipeNachosCheesy + name: cheesy nachos recipe + result: FoodMealNachosCheesy + time: 10 + reagents: + TableSalt: 1 + solids: + FoodCheeseSlice: 1 + FoodDoughTortillaFlat: 1 + FoodPlateSmall: 1 + +- type: microwaveMealRecipe + id: RecipeNachosCuban + name: cuban nachos recipe + result: FoodMealNachosCuban + time: 10 + reagents: + Ketchup: 5 + solids: + FoodChiliPepper: 1 + FoodDoughTortillaFlat: 1 + FoodPlateSmall: 1 + - type: microwaveMealRecipe id: RecipePopcorn name: popcorn recipe From bfd005a37f4a84e5961d9c6686b1ed2c2cf2b0ae Mon Sep 17 00:00:00 2001 From: PJBot Date: Tue, 3 Dec 2024 03:00:54 +0000 Subject: [PATCH 117/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 8f6f8dbeed1..55c2f7f3872 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Repo - changes: - - message: Added copy to clipboard button for connection failure UI. - type: Add - id: 7174 - time: '2024-08-20T21:31:10.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30760 - author: Lank changes: - message: Removed the shock collar and associated thief objective. @@ -3910,3 +3903,10 @@ id: 7673 time: '2024-12-03T02:24:38.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33441 +- author: CheddaCheez + changes: + - message: Added recipes for Nachos, Cheesy Nachos, and Cuban Nachos. + type: Add + id: 7674 + time: '2024-12-03T02:59:48.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33637 From 2c2a435dbd9b1097dae67199390cda29172f7c15 Mon Sep 17 00:00:00 2001 From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:58:02 -0500 Subject: [PATCH 118/160] Amber Station Seasonal Update (#33698) Made some modifications requested by reviewers prior to and after map merge, also added holiday decorations! --- Resources/Maps/amber.yml | 2028 ++++++++++++++++++++++---------------- 1 file changed, 1167 insertions(+), 861 deletions(-) diff --git a/Resources/Maps/amber.yml b/Resources/Maps/amber.yml index e2e0e0c3560..d22499aea42 100644 --- a/Resources/Maps/amber.yml +++ b/Resources/Maps/amber.yml @@ -5,6 +5,8 @@ tilemap: 46: Space 68: FloorArcadeBlue2 48: FloorAsteroidSand + 1: FloorAstroGrass + 0: FloorAstroSnow 74: FloorBar 58: FloorBlueCircuit 72: FloorBoxing @@ -79,7 +81,7 @@ entities: version: 6 -1,-3: ind: -1,-3 - tiles: IwAAAAACIwAAAAABIwAAAAABIwAAAAAAIwAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACIwAAAAADIwAAAAADIwAAAAAAIwAAAAACIwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAAAIwAAAAAAIwAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAAHAAAAAAAHAAAAAADIwAAAAABIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAADCQAAAAABCQAAAAACCQAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAACIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADHAAAAAABIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABHAAAAAABHAAAAAABDgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAAAIwAAAAADIwAAAAADDwAAAAAADwAAAAAAIwAAAAAAIwAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAADIwAAAAADIwAAAAABDwAAAAABDwAAAAADIwAAAAADIwAAAAACHAAAAAABKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACHAAAAAADIwAAAAADIwAAAAABDwAAAAAADwAAAAABIwAAAAAAIwAAAAAAHAAAAAADKQAAAAAAKwAAAAADKwAAAAAAKwAAAAAADgAAAAAACQAAAAADHAAAAAAADgAAAAAAHAAAAAACIwAAAAADIwAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAAAHAAAAAADDgAAAAAAKwAAAAAAKwAAAAABKwAAAAADDgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAADIQAAAAACCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAB + tiles: IwAAAAACIwAAAAABIwAAAAABIwAAAAAAIwAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACIwAAAAADIwAAAAADIwAAAAAAIwAAAAACIwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAAAIwAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAAHAAAAAAAHAAAAAADIwAAAAABIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAADCQAAAAABCQAAAAACCQAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAACIwAAAAABIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADHAAAAAABIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABHAAAAAABHAAAAAABDgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAAAIwAAAAADIwAAAAADAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAADIwAAAAADIwAAAAABAAAAAAAAAAAAAAAAIwAAAAADIwAAAAACHAAAAAABKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACHAAAAAADIwAAAAADIwAAAAABAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAHAAAAAADKQAAAAAAKwAAAAADKwAAAAAAKwAAAAAADgAAAAAACQAAAAADHAAAAAAADgAAAAAAHAAAAAACIwAAAAADIwAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAAAHAAAAAADDgAAAAAAKwAAAAAAKwAAAAABKwAAAAADDgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAADIQAAAAACCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAB version: 6 -1,-4: ind: -1,-4 @@ -91,11 +93,11 @@ entities: version: 6 -1,0: ind: -1,0 - tiles: CQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAMAAAAAAAMAAAAAAFMAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAAMAAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAALAAAAAAAMAAAAAAGDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAAACQAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAACLwAAAAABLwAAAAACLwAAAAADLwAAAAACLwAAAAADLwAAAAACLwAAAAACLwAAAAACLwAAAAADLwAAAAABLwAAAAAALwAAAAADKQAAAAAALwAAAAAALwAAAAACLwAAAAACKQAAAAAAKQAAAAAAKQAAAAAALwAAAAABLwAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAABKQAAAAAALwAAAAADLwAAAAABLwAAAAABKQAAAAAAKQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAKQAAAAAALwAAAAABLwAAAAADLwAAAAACKQAAAAAAKQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAKQAAAAAALwAAAAAALwAAAAABLwAAAAACKQAAAAAAKQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAMAAAAAAAMAAAAAAFMAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAAMAAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAALAAAAAAAMAAAAAAGDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAAACQAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAACLwAAAAABLwAAAAACLwAAAAADLwAAAAACLwAAAAADLwAAAAACLwAAAAACLwAAAAACLwAAAAADLwAAAAABLwAAAAAALwAAAAADAAAAAAAALwAAAAAALwAAAAACLwAAAAACAAAAAAAAAAAAAAAAAAAAAAAALwAAAAABLwAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAABAAAAAAAALwAAAAADLwAAAAABLwAAAAABAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAALwAAAAABLwAAAAADLwAAAAACAAAAAAAAAAAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAAAAAAAALwAAAAAALwAAAAABLwAAAAACAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: KQAAAAAALwAAAAABLwAAAAACLwAAAAABKQAAAAAAKQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAAKQAAAAAALwAAAAAALwAAAAADLwAAAAADKQAAAAAAKQAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAALwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAACHAAAAAACHAAAAAADCQAAAAACCQAAAAABDgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAMQAAAAACMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABCQAAAAACCQAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: AAAAAAAALwAAAAABLwAAAAACLwAAAAABAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAAAAAAAAAALwAAAAAALwAAAAADLwAAAAADAAAAAAAAAAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAALwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAACHAAAAAACHAAAAAADCQAAAAACCQAAAAABDgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAMQAAAAACMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABCQAAAAACCQAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,-1: ind: -2,-1 @@ -119,15 +121,15 @@ entities: version: 6 -2,0: ind: -2,0 - tiles: DgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABHAAAAAADHAAAAAACHAAAAAADHAAAAAABDgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADIwAAAAAAIwAAAAAAIwAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAADMwAAAAACMwAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABDgAAAAAALAAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAAKQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAKQAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAKQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAKQAAAAAA + tiles: DgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABHAAAAAADHAAAAAACHAAAAAADHAAAAAABDgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADIwAAAAAAIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAADMwAAAAACMwAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAA version: 6 -2,1: ind: -2,1 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAKQAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAKQAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAKQAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAKQAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAA version: 6 -2,2: ind: -2,2 - tiles: LAAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAKQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALAAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -3,-1: ind: -3,-1 @@ -139,7 +141,7 @@ entities: version: 6 -3,-3: ind: -3,-3 - tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABLgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAACMwAAAAACMwAAAAACMwAAAAACDgAAAAAAIwAAAAADIwAAAAADIwAAAAADMwAAAAAAMwAAAAADDgAAAAAAMwAAAAABMwAAAAADKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAMwAAAAACMwAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAAMwAAAAADMwAAAAADMwAAAAADDgAAAAAAMwAAAAABMwAAAAAAMwAAAAABLgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAABDgAAAAAAMwAAAAABMwAAAAAAMwAAAAABLgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAAMwAAAAADMwAAAAAAMwAAAAACLgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAAMwAAAAABMwAAAAABMwAAAAABDgAAAAAAMwAAAAADMwAAAAACMwAAAAADLgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAACMwAAAAABMwAAAAABMwAAAAABDgAAAAAAMwAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACDgAAAAAADgAAAAAAMwAAAAACDgAAAAAA + tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABLgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAACMwAAAAACMwAAAAACMwAAAAACDgAAAAAAIwAAAAADIwAAAAADIwAAAAADMwAAAAAAMwAAAAADDgAAAAAAMwAAAAABMwAAAAADAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAAAAAAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAACMwAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAAMwAAAAADMwAAAAADMwAAAAADDgAAAAAAMwAAAAABMwAAAAAAMwAAAAABLgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAABDgAAAAAAMwAAAAABMwAAAAAAMwAAAAABLgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAAMwAAAAADMwAAAAAAMwAAAAACLgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAAMwAAAAABMwAAAAABMwAAAAABDgAAAAAAMwAAAAADMwAAAAACMwAAAAADLgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAACMwAAAAABMwAAAAABMwAAAAABDgAAAAAAMwAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACDgAAAAAADgAAAAAAMwAAAAACDgAAAAAA version: 6 -3,-4: ind: -3,-4 @@ -195,7 +197,7 @@ entities: version: 6 0,-1: ind: 0,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGDgAAAAAAPAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGPAAAAAADIwAAAAACPAAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAKQAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAKQAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAACPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAABPQAAAAAC + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGDgAAAAAAPAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGPAAAAAADIwAAAAACPAAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAAAAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAACPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAABPQAAAAAC version: 6 0,-2: ind: 0,-2 @@ -227,7 +229,7 @@ entities: version: 6 1,-1: ind: 1,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAABMQAAAAAAMQAAAAABMQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACKQAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADKQAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAACHAAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADHAAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAACQAAAAAAHAAAAAABDgAAAAAALAAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAABCQAAAAADHAAAAAAADgAAAAAACQAAAAAC + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAABMQAAAAAAMQAAAAABMQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACAAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADAAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAACHAAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADHAAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAACQAAAAAAHAAAAAABDgAAAAAALAAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAABCQAAAAADHAAAAAAADgAAAAAACQAAAAAC version: 6 1,-2: ind: 1,-2 @@ -271,7 +273,7 @@ entities: version: 6 2,-4: ind: 2,-4 - tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA + tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA version: 6 2,-5: ind: 2,-5 @@ -295,7 +297,7 @@ entities: version: 6 3,-2: ind: 3,-2 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAADLwAAAAADLwAAAAACGgAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAAGgAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAAAGgAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAAGgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAAALwAAAAABLwAAAAAAGgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAAGgAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAABGgAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAADLwAAAAADLwAAAAACGgAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAAAGgAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAAGgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAAALwAAAAABLwAAAAAAGgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAABGgAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-3: ind: 3,-3 @@ -530,7 +532,6 @@ entities: 3074: -39,-49 3075: -39,-48 3076: -39,-47 - 3078: -42,-49 - node: color: '#FFFFFFFF' id: BotLeftGreyscale @@ -1240,40 +1241,10 @@ entities: id: BushAOne decals: 1600: 12.928376,-7.0316486 - 1618: 15.991604,-7.002254 - - node: - color: '#FFFFFFFF' - id: BushATwo - decals: - 1394: -39.226192,-42.22389 - 9892: -10.868893,17.120722 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: BushCThree - decals: - 1401: -40.120388,-42.015408 - - node: - color: '#FFFFFFFF' - id: BushCTwo - decals: - 1625: 15.110565,-6.035365 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: BushCTwo - decals: - 1402: -41.38143,-42.140495 - - node: - color: '#FFFFFFFF' - id: BushDOne - decals: - 1478: 49.005047,-19.95957 - node: color: '#FFFFFFFF' id: BushDThree decals: - 1479: 49.963856,-19.95957 9843: -18.699919,29.106472 - node: color: '#FFFFFFFF' @@ -1285,61 +1256,15 @@ entities: id: Busha1 decals: 1602: 12.990907,-5.999682 - - node: - color: '#FFFFFFFF' - id: Busha3 - decals: - 1392: -42.94679,-42.067528 - 1626: 16.04055,-5.9007354 - node: color: '#FFFFFFFF' id: Bushc1 decals: 9890: -17.08512,14.31797 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: Bushc1 - decals: - 1398: -42.038006,-42.797203 - - node: - color: '#FFFFFFFF' - id: Bushc2 - decals: - 9891: -10.930076,13.412277 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: Bushc2 - decals: - 1399: -38.99483,-42.859745 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: Bushc3 - decals: - 1400: -42.91344,-42.838898 - - node: - color: '#FFFFFFFF' - id: Bushd1 - decals: - 1474: 49.067577,-24.01447 - - node: - color: '#FFFFFFFF' - id: Bushd2 - decals: - 1475: 48.05666,-23.983198 - - node: - color: '#FFFFFFFF' - id: Bushd3 - decals: - 1476: 49.87006,-23.951925 - node: color: '#FFFFFFFF' id: Bushd4 decals: - 1477: 48.025394,-20.01169 - 9893: -10.783236,16.104877 9894: -11.957956,14.819774 - node: cleanable: True @@ -1347,13 +1272,11 @@ entities: id: Bushf1 decals: 10041: 13.947853,-4.296533 - 10042: 14.61079,-3.8587284 - node: color: '#FFFFFFFF' id: Bushf2 decals: 9882: -10.14693,12.1271715 - 9887: -11.603093,12.078216 9888: -17.097357,12.139411 - node: color: '#FFFFFFFF' @@ -1370,41 +1293,16 @@ entities: id: Bushg4 decals: 321: -4.978131,-38.875713 - - node: - color: '#FFFFFFFF' - id: Bushh1 - decals: - 1604: 13.637061,-6.8648663 - - node: - cleanable: True - color: '#FFFFFFFF' - id: Bushh1 - decals: - 10044: 15.246523,-4.8073044 - - node: - color: '#FFFFFFFF' - id: Bushh2 - decals: - 1623: 14.376364,-6.023126 - - node: - color: '#FFFFFFFF' - id: Bushi1 - decals: - 9879: -17.097357,17.15744 - node: color: '#FFFFFFFF' id: Bushi2 decals: - 1607: 14.082896,-7.11504 - 1624: 16.052788,-6.3902984 9878: -11.79888,15.260381 - node: color: '#FFFFFFFF' id: Bushi3 decals: 1606: 13.655601,-5.8224754 - 9876: -16.069477,12.604497 - 9877: -11.835589,12.775845 12158: -1.7835784,-39.817196 - node: color: '#FFFFFFFF' @@ -1412,43 +1310,21 @@ entities: decals: 9880: -16.155132,15.480683 12159: -2.3776236,-40.025677 - - node: - color: '#FFFFFFFF' - id: Bushj2 - decals: - 9881: -17.170776,15.27262 - node: color: '#FFFFFFFF' id: Bushl1 decals: - 1468: 47.55641,-20.022114 - 1469: 50.339043,-19.980417 - 1472: 49.401077,-19.980417 9889: -11.419543,14.832012 - - node: - color: '#FFFFFFFF' - id: Bushl2 - decals: - 1466: 47.629364,-23.972775 - 1467: 50.401573,-24.01447 - 1473: 48.5048,-24.004045 - - node: - color: '#FFFFFFFF' - id: Bushl3 - decals: - 1470: 48.56733,-20.001266 - node: color: '#FFFFFFFF' id: Bushl4 decals: - 1471: 49.54698,-24.004045 9883: -9.657462,12.188368 9884: -11.933483,14.207818 - node: color: '#FFFFFFFF' id: Bushm3 decals: - 9885: -11.65204,13.522429 9886: -17.244196,12.788083 - node: zIndex: 1 @@ -1546,25 +1422,6 @@ entities: decals: 10384: -38,-26 10385: -40,-28 - 10430: -33,-26 - 10431: -32,-26 - 10432: -31,-26 - 10433: -30,-26 - 10434: -29,-26 - 10435: -28,-26 - 10436: -27,-26 - 10437: -27,-27 - 10438: -27,-28 - 10439: -28,-28 - 10440: -28,-27 - 10441: -29,-27 - 10442: -29,-28 - 10443: -30,-27 - 10444: -31,-27 - 10445: -32,-27 - 10446: -33,-27 - 10447: -33,-28 - 10448: -31,-28 10806: -43,-34 10807: -42,-34 10808: -41,-34 @@ -1801,7 +1658,6 @@ entities: 4801: 47,-6 4802: 47,-5 4803: 48,-5 - 10045: 15,-5 10046: 14,0 10047: 14,-12 10048: 16,-13 @@ -1853,12 +1709,6 @@ entities: 13482: 86,-15 13483: 87,-14 13484: 87,-14 - - node: - cleanable: True - zIndex: 5 - color: '#FFFFFF7F' - id: Dirt - decals: 13756: -21,-9 13757: -22,-12 13779: -15,17 @@ -1958,7 +1808,6 @@ entities: 4869: 18,-4 4870: 19,-4 4871: 19,-5 - 4872: 15,-5 4873: 14,-4 4874: 14,-3 4875: 15,-3 @@ -2004,7 +1853,6 @@ entities: 5287: 11,-47 5288: 10,-47 5289: 9,-47 - 5344: -2,-49 5345: -2,-50 5346: -1,-50 5347: -1,-51 @@ -2130,7 +1978,6 @@ entities: 6866: 16,-2 6867: 15,-3 6868: 14,-3 - 6869: 15,-4 6871: 15,2 6872: 14,2 6873: 14,3 @@ -2562,7 +2409,6 @@ entities: 7752: -13,-40 7753: -13,-42 7754: -4,-50 - 7755: -2,-49 7758: -5,-53 7759: -4,-53 7760: -5,-52 @@ -2922,7 +2768,6 @@ entities: 8285: -42,-52 8286: -42,-53 8287: -42,-53 - 8288: -42,-48 8290: -43,-47 8302: -40,-49 8303: -40,-49 @@ -3001,7 +2846,6 @@ entities: 8451: -7,-49 8452: -9,-46 8458: -11,-44 - 8459: -11,-45 8460: -11,-44 8461: -6,-41 8462: -6,-39 @@ -3330,9 +3174,6 @@ entities: 11586: -31,-10 11587: -31,-11 11588: -31,-8 - 11607: -26,17 - 11608: -27,17 - 11609: -26,16 11618: -21,11 11619: -23,9 11620: -23,10 @@ -3814,12 +3655,6 @@ entities: 13430: 65,-43 13431: 65,-43 13432: 63,-43 - - node: - cleanable: True - zIndex: 5 - color: '#FFFFFF7F' - id: DirtHeavy - decals: 13714: -18,-11 13715: -17,-5 13716: -18,-5 @@ -3908,7 +3743,6 @@ entities: 4357: -30,-60 4358: -31,-64 4359: -30,-56 - 4876: 15,-4 4878: 16,-5 4922: -3,11 4923: -2,11 @@ -3999,15 +3833,6 @@ entities: 8254: -41,-56 8255: -40,-56 8256: -39,-56 - 8470: -10,-41 - 8471: -10,-41 - 8472: -10,-40 - 8473: -10,-39 - 8474: -9,-39 - 8475: -9,-40 - 8476: -9,-41 - 8477: -10,-39 - 8478: -10,-39 8479: -5,-38 8480: -5,-38 8481: -5,-39 @@ -4565,9 +4390,6 @@ entities: 5500: -18,-57 5501: -19,-57 5502: -20,-57 - 5659: -43,-42 - 5660: -41,-42 - 5661: -40,-42 5665: -51,-42 5666: -52,-42 5667: -52,-44 @@ -4947,15 +4769,6 @@ entities: 11749: -37,-23 11750: -37,-22 11751: -38,-22 - 11752: -33,-28 - 11753: -32,-27 - 11754: -30,-27 - 11755: -29,-27 - 11756: -29,-28 - 11757: -28,-28 - 11758: -28,-27 - 11759: -30,-26 - 11760: -32,-26 11761: -28,-24 11762: -29,-24 11763: -30,-24 @@ -5069,8 +4882,6 @@ entities: 12640: -8,-45 12641: -8,-44 12642: -9,-43 - 12643: -10,-44 - 12644: -10,-46 12645: -3,-42 12664: 10,-49 12665: 10,-54 @@ -5078,11 +4889,6 @@ entities: 12667: 9,-57 12668: 7,-53 12669: 6,-49 - 12670: 3,-49 - 12671: 4,-49 - 12672: 3,-49 - 12673: 0,-49 - 12674: -2,-49 12784: 88,-31 12785: 88,-32 12786: 87,-30 @@ -5204,12 +5010,6 @@ entities: 13467: 91,-34 13468: 89,-34 13469: 87,-34 - - node: - cleanable: True - zIndex: 5 - color: '#FFFFFF7F' - id: DirtLight - decals: 13733: -23,-12 13737: -24,-8 13738: -24,-9 @@ -5221,13 +5021,6 @@ entities: 13769: -22,-12 13781: -15,16 13782: -14,12 - - node: - cleanable: True - zIndex: 5 - color: '#FFFFFF7F' - id: DirtMedium - decals: - 13770: -21,-11 - node: cleanable: True zIndex: 5 @@ -5416,7 +5209,6 @@ entities: 5339: 3,-48 5340: 3,-50 5341: 1,-50 - 5342: -1,-49 5343: -1,-48 5406: -8,-67 5407: -9,-67 @@ -5838,13 +5630,6 @@ entities: 11596: -26,6 11597: -26,7 11598: -25,9 - 11599: -26,15 - 11600: -28,15 - 11601: -28,16 - 11602: -27,16 - 11603: -24,16 - 11604: -23,16 - 11605: -23,15 11606: -23,14 11657: -5,-21 11658: -6,-21 @@ -6037,7 +5822,6 @@ entities: 12508: 21,-5 12509: 19,-4 12510: 17,-5 - 12511: 15,-4 12512: 14,-2 12513: 15,1 12514: 15,3 @@ -6057,43 +5841,17 @@ entities: 12951: 62,-79 12952: 62,-80 12953: 61,-80 - - node: - color: '#FFFFFFFF' - id: FlowersBROne - decals: - 9895: -16.363155,12.408671 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: FlowersBROne - decals: - 1404: -42.756767,-42.582138 - - node: - color: '#FFFFFFFF' - id: FlowersBRThree - decals: - 9902: -11.24823,12.959431 + 13770: -21,-11 - node: color: '#FFFFFFFF' id: FlowersBRTwo decals: 317: -2.739346,-40.11955 - 1462: 50.014236,-20.07635 1610: 12.91565,-6.2081604 - 1628: 16.126207,-6.696276 - 9903: -11.627566,12.506584 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: FlowersBRTwo - decals: - 1405: -39.057014,-42.415356 - node: color: '#FFFFFFFF' id: Flowersbr1 decals: - 1463: 48.961628,-24.016584 - 1612: 14.062053,-6.479182 12157: -1.8669538,-39.98398 - node: color: '#FFFFFFFF' @@ -6113,9 +5871,6 @@ entities: decals: 314: -4.91751,-40.01531 319: -5.0217276,-39.744286 - 1460: 49.98297,-24.058279 - 9904: -10.868893,15.113511 - 9905: -11.015734,12.433149 - node: color: '#FFFFFFFF' id: Flowerspv2 @@ -6132,30 +5887,12 @@ entities: color: '#FFFFFFFF' id: Flowerspv3 decals: - 1459: 47.981976,-24.047855 - 1465: 48.940784,-20.034653 12156: -1.8773756,-39.973557 - - node: - color: '#FFFFFFFF' - id: Flowersy1 - decals: - 1613: 13.395055,-7.11504 - 1627: 15.489901,-6.096561 - 9900: -11.554147,13.914081 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: Flowersy1 - decals: - 1403: -42.04808,-42.821888 - node: color: '#FFFFFFFF' id: Flowersy2 decals: 312: -4.9800406,-39.202244 - 1464: 48.044506,-20.065924 - 9896: -16.852623,16.949375 - 9901: -10.954549,12.947191 - node: color: '#334E6DC8' id: FullTileOverlayGreyscale @@ -6193,6 +5930,16 @@ entities: 10571: -33,-30 10572: -32,-30 11344: -21,-55 + - node: + zIndex: 1 + color: '#52B4E996' + id: FullTileOverlayGreyscale + decals: + 13794: -33,-28 + 13795: -29,-29 + 13796: -28,-29 + 13799: -30,-26 + 13800: -29,-26 - node: color: '#A4610696' id: FullTileOverlayGreyscale @@ -6250,26 +5997,17 @@ entities: id: Grassa1 decals: 9842: -19.66915,30.43031 - 9857: -16.987225,17.01057 - 9858: -10.991261,15.13799 - 9871: -17.023937,15.66427 - node: cleanable: True color: '#FFFFFFFF' id: Grassa2 decals: 10036: 14.044986,-5.245513 - - node: - color: '#FFFFFFFF' - id: Grassa4 - decals: - 9872: -11.786643,13.314364 - node: color: '#FFFFFFFF' id: Grassa5 decals: 9854: -18.995443,30.955017 - 9873: -10.868893,12.188368 - node: color: '#FFFFFFFF' id: Grassb2 @@ -6287,8 +6025,6 @@ entities: decals: 9834: -20.966206,30.899384 9859: -11.700985,14.073188 - 9860: -16.216316,12.16389 - 9861: -11.79888,12.114933 9870: -17.036173,14.574991 - node: color: '#FFFFFFFF' @@ -6306,11 +6042,27 @@ entities: decals: 9838: -19.48772,29.638092 9852: -21.142344,30.07941 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Grassd1 + decals: + 13873: -10.821783,12.144812 + 13874: -11.751936,13.562604 + 13875: -17.031513,15.671419 + 13876: -10.890116,15.516535 - node: color: '#FFFFFFFF' id: Grassd2 decals: 9847: -21.053404,29.077984 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Grassd2 + decals: + 13821: 48.944115,-24.02116 + 13822: 47.906635,-20.008194 - node: color: '#FFFFFFFF' id: Grassd3 @@ -6319,17 +6071,16 @@ entities: 9848: -18.035362,29.998701 9853: -20.121004,31.069683 - node: - cleanable: True + zIndex: 1 color: '#FFFFFFFF' id: Grassd3 decals: - 10037: 14.659874,-4.8077087 + 13877: -17.031513,16.922413 - node: color: '#FFFFFFFF' id: Grasse1 decals: 9841: -21.03441,30.951504 - 9862: -10.991261,12.885996 9863: -16.987225,15.027837 - node: cleanable: True @@ -6337,6 +6088,15 @@ entities: id: Grasse1 decals: 10038: 13.951189,-3.671503 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Grasse1 + decals: + 13823: 48.83679,-20.02011 + 13878: -11.009367,16.97007 + 13879: -11.975295,17.017725 + 13899: -42.352955,-42.949028 - node: color: '#FFFFFFFF' id: Grasse2 @@ -6344,11 +6104,15 @@ entities: 9864: -16.228554,14.073188 9866: -11.9212475,17.059526 - node: - cleanable: True + zIndex: 1 color: '#FFFFFFFF' id: Grasse2 decals: - 10039: 15.014215,-4.1926985 + 13824: 49.981594,-19.99628 + 13854: 16.265568,-5.974714 + 13855: 14.011734,-7.1423073 + 13871: -11.322636,12.812008 + 13872: -11.740011,12.156726 - node: color: '#FFFFFFFF' id: Grasse3 @@ -6356,7 +6120,16 @@ entities: 9836: -20.019234,30.044624 9867: -16.228554,14.807534 9868: -11.835589,15.798901 - 9869: -17.08512,16.20279 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Grasse3 + decals: + 13819: 47.966263,-23.96159 + 13820: 49.957745,-23.985418 + 13856: 14.250236,-6.1415133 + 13897: -41.589752,-42.091206 + 13898: -38.95432,-42.97286 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale @@ -6405,14 +6178,6 @@ entities: 9625: 39,-41 9626: 38,-41 9751: 33,-39 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale - decals: - 10847: -27,17 - 10848: -26,17 - 10849: -25,17 - 10850: -24,17 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale @@ -6459,14 +6224,6 @@ entities: id: HalfTileOverlayGreyscale180 decals: 9728: 20,-25 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale180 - decals: - 10842: -24,15 - 10843: -25,15 - 10844: -26,15 - 10845: -27,15 - node: color: '#FA750096' id: HalfTileOverlayGreyscale180 @@ -6515,11 +6272,6 @@ entities: 9619: 35,-42 9725: 21,-27 9726: 21,-26 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale270 - decals: - 10846: -28,16 - node: zIndex: 1 color: '#DE3A3A96' @@ -6528,6 +6280,9 @@ entities: 9328: -27,11 9335: -27,10 9586: -19,-10 + 13801: -28,15 + 13802: -28,16 + 13803: -28,17 - node: color: '#FA750096' id: HalfTileOverlayGreyscale270 @@ -6565,11 +6320,6 @@ entities: decals: 9723: 19,-26 9724: 19,-27 - - node: - color: '#DE3A3A96' - id: HalfTileOverlayGreyscale90 - decals: - 10851: -23,16 - node: zIndex: 1 color: '#DE3A3A96' @@ -6577,6 +6327,9 @@ entities: decals: 9329: -26,10 9330: -26,11 + 13804: -23,15 + 13805: -23,16 + 13806: -23,17 - node: color: '#FFFFFFFF' id: LoadingArea @@ -6917,10 +6670,6 @@ entities: id: QuarterTileOverlayGreyscale270 decals: 10907: -8,-25 - 11391: -10,-43 - 11392: -10,-44 - 11393: -10,-45 - 11394: -10,-46 11395: -10,-47 11396: -10,-48 11397: -10,-49 @@ -6937,6 +6686,15 @@ entities: 11421: -21,-43 11422: -22,-43 11423: -23,-43 + - node: + zIndex: 1 + color: '#334E6DC8' + id: QuarterTileOverlayGreyscale270 + decals: + 13807: -11,-44 + 13808: -11,-45 + 13809: -10,-45 + 13810: -10,-46 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale270 @@ -7247,43 +7005,43 @@ entities: color: '#FFFFFFFF' id: SpaceStationSign1 decals: - 4340: -2,-49 + 13912: -2,-49 - node: zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign2 decals: - 2150: -1,-49 + 13911: -1,-49 - node: zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign3 decals: - 2149: 0,-49 + 13910: 0,-49 - node: zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign4 decals: - 2145: 1,-49 + 13908: 1,-49 - node: zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign5 decals: - 2146: 2,-49 + 13909: 2,-49 - node: zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign6 decals: - 2147: 3,-49 + 13913: 3,-49 - node: zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign7 decals: - 2148: 4,-49 + 13914: 4,-49 - node: zIndex: 1 angle: -1.5707963267948966 rad @@ -7343,11 +7101,6 @@ entities: decals: 9620: 35,-41 9756: 34,-42 - - node: - color: '#DE3A3A96' - id: ThreeQuarterTileOverlayGreyscale - decals: - 10838: -28,17 - node: color: '#FA750096' id: ThreeQuarterTileOverlayGreyscale @@ -7368,11 +7121,6 @@ entities: decals: 11244: 27,-30 11250: 30,-32 - - node: - color: '#DE3A3A96' - id: ThreeQuarterTileOverlayGreyscale180 - decals: - 10840: -23,15 - node: color: '#FA750096' id: ThreeQuarterTileOverlayGreyscale180 @@ -7399,11 +7147,6 @@ entities: 11236: 30,-30 11245: 27,-32 11284: 34,-35 - - node: - color: '#DE3A3A96' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 10837: -28,15 - node: color: '#FA750096' id: ThreeQuarterTileOverlayGreyscale270 @@ -7436,11 +7179,6 @@ entities: decals: 11243: 27,-27 11251: 30,-25 - - node: - color: '#DE3A3A96' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 10839: -23,17 - node: color: '#FA750096' id: ThreeQuarterTileOverlayGreyscale90 @@ -7457,11 +7195,6 @@ entities: 4292: 25,2 10998: -4,-21 11062: -2,-21 - - node: - color: '#FFFFFFFF' - id: WarnBoxGreyscale - decals: - 10355: -11,-45 - node: zIndex: 1 color: '#D381C996' @@ -7762,7 +7495,6 @@ entities: color: '#FFFFFFFF' id: WarnLineGreyscaleS decals: - 3113: -42,-48 9921: 10,15 9922: 11,15 9923: 12,15 @@ -7872,7 +7604,6 @@ entities: color: '#FFFFFFFF' id: WoodTrimThinCornerNe decals: - 1453: -9,-39 12099: 37,-13 12102: 38,-12 12103: 37,-11 @@ -7887,7 +7618,6 @@ entities: color: '#FFFFFFFF' id: WoodTrimThinCornerNw decals: - 1452: -10,-39 12098: 35,-13 12101: 34,-12 12104: 35,-11 @@ -7904,7 +7634,6 @@ entities: color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: - 1451: -9,-41 12134: 20,-41 - node: zIndex: 2 @@ -7916,7 +7645,6 @@ entities: color: '#FFFFFFFF' id: WoodTrimThinCornerSw decals: - 1450: -10,-41 12129: 13,-39 12135: 16,-41 - node: @@ -7964,7 +7692,6 @@ entities: color: '#FFFFFFFF' id: WoodTrimThinLineE decals: - 1454: -9,-40 12144: 20,-40 12145: 20,-39 12146: 20,-38 @@ -8050,7 +7777,6 @@ entities: id: WoodTrimThinLineW decals: 1440: -7,-44 - 1455: -10,-40 12118: 18,-36 12119: 18,-37 12122: 17,-37 @@ -8799,6 +8525,174 @@ entities: id: footprint decals: 13790: 32.69051,0.87175333 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnow07 + decals: + 13816: 48.049736,-24.140303 + 13817: 48.90834,-24.12839 + 13846: 16.122467,-6.963594 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnow08 + decals: + 13896: -43.056534,-42.806057 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnow09 + decals: + 13847: 16.027067,-5.8317432 + 13848: 14.083284,-4.104182 + 13849: 13.9878845,-6.880194 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnow10 + decals: + 13814: 50.029293,-23.973503 + 13825: 47.978188,-19.85331 + 13865: -11.682715,15.111451 + 13867: -16.886286,12.383097 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnow11 + decals: + 13906: -38.918545,-42.96094 + 13907: -41.88788,-42.817974 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnow12 + decals: + 13815: 49.05144,-23.985418 + 13830: 49.850418,-19.99628 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowa1 + decals: + 13828: 47.787384,-19.99628 + 13829: 50.363194,-19.948624 + 13841: 13.630134,-7.070822 + 13868: -12.085838,13.24092 + 13890: -11.951445,16.243301 + 13891: -11.927595,14.59914 + 13892: -41.852104,-42.865627 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowa1 + decals: + 13834: 13.916334,-4.842863 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowa2 + decals: + 13845: 16.229794,-6.689567 + 13869: -11.930813,12.549895 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowa3 + decals: + 13842: 14.1667595,-6.427454 + 13870: -10.726383,12.764351 + 13888: -16.649912,17.017725 + 13889: -15.827084,16.124159 + 13895: -42.31718,-41.97206 + 13905: -41.768627,-43.056255 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowb1 + decals: + 13813: 48.753315,-23.985418 + 13903: -41.72093,-42.222263 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowb2 + decals: + 13811: 47.94241,-23.96159 + 13827: 49.480743,-19.972452 + 13884: -16.10136,16.171816 + 13885: -11.021292,16.243301 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowb3 + decals: + 13850: 14.11906,-7.0350795 + 13886: -10.937816,17.148783 + 13887: -15.827084,17.136868 + 13902: -38.918545,-42.091206 + 13904: -42.31718,-42.484375 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowb3 + decals: + 13831: 14.488735,-3.830155 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowc1 + decals: + 13812: 50.029293,-23.985418 + 13818: 49.254166,-24.033075 + 13826: 48.43134,-19.984365 + 13843: 15.943592,-5.9627995 + 13857: -16.081608,15.148648 + 13858: -16.224709,12.263954 + 13863: -10.871813,12.049498 + 13880: -17.043438,16.10033 + 13881: -11.7367935,16.3267 + 13893: -42.996906,-42.865627 + 13900: -40.58805,-42.115032 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowc2 + decals: + 13844: 15.931667,-7.154221 + 13852: 15.371189,-5.891314 + 13853: 14.488735,-6.0819416 + 13859: -16.045834,12.966892 + 13864: -10.955287,13.574518 + 13882: -10.83049,15.039968 + 13883: -16.983814,16.910498 + 13901: -39.57442,-42.317574 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowc2 + decals: + 13832: 14.786861,-4.8190346 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowc3 + decals: + 13851: 14.989588,-5.9985423 + 13860: -16.65401,12.716694 + 13861: -11.754265,13.646004 + 13862: -11.86159,12.08524 + 13894: -42.87766,-42.04355 + - node: + cleanable: True + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnowc3 + decals: + 13833: 14.667612,-3.9969535 - node: cleanable: True color: '#96DAFFFF' @@ -8992,7 +8886,7 @@ entities: 0: 65437 -4,0: 0: 13243 - 3: 2048 + 1: 2048 -3,-4: 0: 65501 -3,-3: @@ -9003,7 +8897,7 @@ entities: 0: 53247 -3,0: 0: 15 - 3: 13056 + 1: 13056 2: 3072 -3,-5: 0: 36863 @@ -9063,23 +8957,23 @@ entities: 0: 56793 -2,-8: 0: 61495 - 1: 136 + 3: 136 -2,-7: 0: 8177 -2,-6: 0: 64988 -2,-9: 0: 13299 - 1: 32768 + 3: 32768 -1,-8: - 1: 51 + 3: 51 0: 63500 -1,-6: 0: 65535 -1,-5: 0: 4095 -1,-9: - 1: 12288 + 3: 12288 0: 35059 -1,-7: 0: 3822 @@ -9206,7 +9100,7 @@ entities: 0: 43688 -4,1: 0: 29491 - 3: 128 + 1: 128 -5,1: 0: 43690 -4,2: @@ -9222,7 +9116,7 @@ entities: -4,4: 0: 21759 -3,1: - 3: 513 + 1: 513 2: 8464 -3,2: 0: 65280 @@ -9242,7 +9136,7 @@ entities: 0: 13 2: 61696 -1,1: - 3: 1365 + 1: 1365 -1,2: 0: 65280 2: 10 @@ -9257,14 +9151,14 @@ entities: 0,0: 0: 15 2: 3328 - 3: 512 + 1: 512 0,1: 6: 273 - 3: 49356 + 1: 49356 0,2: 0: 65280 2: 6 - 3: 8 + 1: 8 0,3: 0: 19663 2: 256 @@ -9308,7 +9202,7 @@ entities: 2: 9 0: 9728 -8,-5: - 3: 61440 + 1: 61440 0: 6 2: 256 -9,-4: @@ -9319,7 +9213,7 @@ entities: 0: 58111 -9,-2: 2: 42754 - 3: 112 + 1: 112 -8,-1: 0: 64782 -9,-1: @@ -9340,7 +9234,7 @@ entities: 0: 65359 -7,-5: 0: 49343 - 3: 4096 + 1: 4096 -6,-4: 0: 3279 2: 256 @@ -9368,7 +9262,7 @@ entities: 0: 65535 -9,-5: 2: 1488 - 3: 61440 + 1: 61440 -8,-9: 0: 20479 -7,-8: @@ -9560,42 +9454,42 @@ entities: 2: 50 -12,-4: 2: 3712 - 3: 57344 + 1: 57344 -13,-4: 0: 48896 - 3: 7 + 1: 7 2: 8 -12,-3: 0: 1 2: 12974 -13,-3: 0: 11 - 3: 59136 + 1: 59136 2: 6144 -12,-2: - 3: 241 + 1: 241 2: 3842 -13,-2: - 3: 140 + 1: 140 2: 2114 -11,-4: 2: 3889 - 3: 61440 + 1: 61440 -11,-3: 2: 4415 -11,-2: - 3: 240 + 1: 240 2: 19201 0: 33792 -11,-5: 2: 8080 -10,-4: 2: 19925 - 3: 12834 + 1: 12834 -10,-3: 2: 19535 -10,-2: - 3: 240 + 1: 240 2: 7940 -11,-1: 2: 8 @@ -9604,7 +9498,7 @@ entities: 2: 16978 -10,-5: 2: 7936 - 3: 57344 + 1: 57344 -9,-3: 2: 9059 -12,-8: @@ -9613,16 +9507,16 @@ entities: 0: 30711 -12,-6: 2: 256 - 3: 4096 + 1: 4096 0: 36044 -12,-5: - 3: 371 + 1: 371 2: 4736 -13,-6: 2: 61440 -13,-5: 2: 4680 - 3: 60544 + 1: 60544 -12,-9: 0: 52428 -12,-7: @@ -9677,7 +9571,7 @@ entities: -13,-14: 0: 224 2: 49409 - 3: 16 + 1: 16 -11,-14: 0: 52733 -10,-14: @@ -9693,19 +9587,19 @@ entities: -13,1: 2: 65392 -12,2: - 3: 3840 + 1: 3840 2: 61440 -13,2: - 3: 43008 + 1: 43008 2: 21026 -12,3: - 3: 3855 + 1: 3855 2: 61440 -13,3: - 3: 43016 + 1: 43016 2: 21026 -12,4: - 3: 3855 + 1: 3855 2: 61440 -11,1: 2: 65280 @@ -9726,25 +9620,25 @@ entities: -9,4: 2: 16387 -13,4: - 3: 43016 + 1: 43016 2: 21026 -12,5: - 3: 8207 + 1: 8207 2: 53760 -13,5: - 3: 8200 + 1: 8200 2: 53794 -12,6: - 3: 21872 + 1: 21872 2: 8706 -12,7: - 3: 85 + 1: 85 2: 61986 -12,8: 2: 127 -13,7: 2: 61986 - 3: 85 + 1: 85 -11,5: 2: 61952 -11,7: @@ -9831,14 +9725,14 @@ entities: 2: 49137 -16,-13: 2: 4369 - 3: 43690 + 1: 43690 -17,-12: 2: 49137 -15,-12: 2: 63485 -15,-13: 2: 4369 - 3: 8738 + 1: 8738 -14,-12: 2: 13059 0: 2176 @@ -9856,35 +9750,35 @@ entities: 2: 34816 -16,-16: 2: 4607 - 3: 40960 + 1: 40960 -16,-17: 2: 45056 -17,-16: 2: 4607 - 3: 40960 + 1: 40960 -16,-15: 2: 273 - 3: 47786 + 1: 47786 -17,-15: - 3: 47786 + 1: 47786 2: 273 -16,-14: 2: 481 - 3: 45072 + 1: 45072 -17,-14: 2: 481 - 3: 45072 + 1: 45072 -17,-13: - 3: 43690 + 1: 43690 2: 4369 -15,-16: 2: 4607 - 3: 8192 + 1: 8192 -15,-15: 2: 273 - 3: 12834 + 1: 12834 -15,-14: - 3: 12304 + 1: 12304 2: 481 -15,-17: 2: 12288 @@ -9892,7 +9786,7 @@ entities: 2: 255 -14,-14: 2: 2425 - 3: 128 + 1: 128 -13,-16: 2: 13175 -13,-17: @@ -9949,16 +9843,16 @@ entities: 2: 52428 -18,-16: 2: 63 - 3: 32768 + 1: 32768 -18,-14: 2: 722 - 3: 32800 + 1: 32800 -18,-17: 2: 32768 -18,-15: - 3: 34952 + 1: 34952 -18,-13: - 3: 34952 + 1: 34952 -17,-17: 2: 45056 0,-4: @@ -9967,53 +9861,53 @@ entities: 0: 61166 1,-4: 0: 28927 - 3: 32768 + 1: 32768 1,-3: 0: 13104 2: 136 - 3: 2048 + 1: 2048 1,-2: 0: 12339 - 3: 32904 + 1: 32904 1,-1: 0: 13107 - 3: 136 + 1: 136 2: 32768 1,0: 0: 3 2: 264 - 3: 3712 + 1: 3712 1,-5: 0: 20206 2,-4: 0: 52383 - 3: 4096 + 1: 4096 2,-3: 2: 273 - 3: 17920 + 1: 17920 0: 12 2,-2: - 3: 4241 + 1: 4241 2: 17476 0: 34816 2,-1: - 3: 81 + 1: 81 2: 29700 2,0: 2: 1 - 3: 50 + 1: 50 0: 24576 3,-4: 0: 63263 3,-3: 0: 30591 3,-1: - 3: 4369 + 1: 4369 0: 52428 3,-2: 0: 52960 3,0: - 3: 4353 + 1: 4353 0: 52428 4,-4: 0: 15279 @@ -10150,11 +10044,11 @@ entities: 4,-18: 2: 62960 1,1: - 3: 17 + 1: 17 2: 1028 1,2: 0: 65280 - 3: 4 + 1: 4 2: 8 1,3: 0: 14207 @@ -10214,15 +10108,15 @@ entities: 2: 32776 4,6: 0: 4147 - 3: 24576 + 1: 24576 4,7: 0: 1 2: 47752 - 3: 17510 + 1: 17510 3,8: 2: 136 4,8: - 3: 239 + 1: 239 2: 16 5,-4: 0: 49663 @@ -10380,7 +10274,7 @@ entities: 2: 51200 7,-20: 2: 65530 - 3: 4 + 1: 4 7,-19: 2: 17487 7,-18: @@ -10404,7 +10298,7 @@ entities: 6,3: 0: 313 6,4: - 3: 769 + 1: 769 2: 25600 0: 2048 7,1: @@ -10413,9 +10307,9 @@ entities: 0: 49039 7,3: 0: 34955 - 3: 8960 + 1: 8960 7,4: - 3: 2 + 1: 2 0: 49032 8,0: 0: 49083 @@ -10423,23 +10317,23 @@ entities: 0: 48051 8,2: 0: 13307 - 3: 32768 + 1: 32768 8,3: 0: 13107 - 3: 2184 + 1: 2184 4,4: 2: 19520 - 3: 128 + 1: 128 5,5: 2: 64591 5,7: 2: 12288 5,8: - 3: 1 + 1: 1 2: 50 5,4: 2: 16896 - 3: 1024 + 1: 1024 6,5: 2: 3879 7,5: @@ -10609,7 +10503,7 @@ entities: 10,-14: 0: 57297 10,-17: - 3: 34816 + 1: 34816 2: 576 11,-16: 0: 65520 @@ -10620,7 +10514,7 @@ entities: 11,-13: 0: 127 11,-17: - 3: 62208 + 1: 62208 2: 3104 12,-16: 0: 56712 @@ -10632,9 +10526,9 @@ entities: 0: 47935 9,-19: 2: 62736 - 3: 2082 + 1: 2082 9,-20: - 3: 64 + 1: 64 9,-18: 2: 2126 10,-20: @@ -10642,31 +10536,31 @@ entities: 10,-18: 2: 25862 11,-20: - 3: 13056 + 1: 13056 2: 50304 11,-19: - 3: 30583 + 1: 30583 2: 8 11,-18: - 3: 375 + 1: 375 2: 17920 11,-21: 2: 6481 - 3: 140 + 1: 140 12,-20: - 3: 13104 + 1: 13104 12,-19: 2: 5633 - 3: 16418 + 1: 16418 12,-18: 2: 17425 - 3: 8192 + 1: 8192 9,1: 0: 4081 9,2: 0: 118 9,3: - 3: 8449 + 1: 8449 10,1: 0: 4914 2: 2176 @@ -10690,7 +10584,7 @@ entities: 12,0: 2: 51393 0: 768 - 3: 1024 + 1: 1024 12,1: 2: 49665 12,2: @@ -10733,18 +10627,18 @@ entities: 14,-5: 0: 12336 14,-1: - 3: 43690 + 1: 43690 2: 17476 14,0: - 3: 1038 + 1: 1038 2: 19264 15,-2: 2: 20478 15,-1: - 3: 43690 + 1: 43690 2: 17476 15,0: - 3: 1038 + 1: 1038 2: 19264 16,-2: 2: 20478 @@ -10777,19 +10671,19 @@ entities: 0: 238 14,-11: 0: 4368 - 3: 19656 + 1: 19656 2: 32768 14,-10: 0: 17 - 3: 2188 + 1: 2188 2: 64 14,-13: 0: 58606 15,-11: - 3: 401 + 1: 401 2: 4710 15,-10: - 3: 48 + 1: 48 2: 3784 15,-12: 2: 8712 @@ -10797,13 +10691,13 @@ entities: 2: 52832 16,-12: 2: 8435 - 3: 35328 + 1: 35328 16,-11: - 3: 10937 + 1: 10937 2: 36864 0: 1024 16,-10: - 3: 383 + 1: 383 2: 2176 12,-17: 0: 34880 @@ -10818,7 +10712,7 @@ entities: 0: 48123 13,-17: 0: 4096 - 3: 16 + 1: 16 2: 230 14,-14: 0: 65535 @@ -10827,12 +10721,12 @@ entities: 0: 8192 14,-17: 2: 4096 - 3: 2 + 1: 2 14,-15: 0: 57890 15,-16: 2: 32775 - 3: 128 + 1: 128 15,-14: 0: 10016 15,-15: @@ -10840,17 +10734,17 @@ entities: 15,-17: 2: 34944 16,-16: - 3: 61104 + 1: 61104 2: 14 16,-15: - 3: 119 + 1: 119 16,-13: 2: 4096 12,-21: 2: 20480 - 3: 8977 + 1: 8977 13,-18: - 3: 8448 + 1: 8448 2: 4096 14,-19: 2: 14540 @@ -10859,23 +10753,23 @@ entities: 14,-20: 2: 60416 15,-20: - 3: 3686 + 1: 3686 15,-19: - 3: 52750 + 1: 52750 2: 8192 15,-18: - 3: 2 + 1: 2 2: 32780 16,-20: - 3: 63235 + 1: 63235 2: 2088 16,-19: - 3: 48031 + 1: 48031 16,-18: - 3: 139 + 1: 139 2: 31744 16,-17: - 3: 48942 + 1: 48942 2: 16384 13,0: 2: 20288 @@ -10883,36 +10777,36 @@ entities: 2: 65280 14,2: 2: 65348 - 3: 10 + 1: 10 14,1: - 3: 43694 + 1: 43694 2: 17472 14,3: 2: 14 15,2: 2: 65348 - 3: 10 + 1: 10 15,1: - 3: 43694 + 1: 43694 2: 17472 15,3: 2: 14 16,0: 2: 19264 - 3: 1038 + 1: 1038 16,2: 2: 65348 - 3: 10 + 1: 10 16,-1: - 3: 43690 + 1: 43690 2: 17476 17,-2: 2: 20478 17,-1: - 3: 43690 + 1: 43690 2: 17476 17,0: - 3: 1038 + 1: 1038 2: 19264 17,-3: 2: 32768 @@ -10932,7 +10826,7 @@ entities: 2: 4407 18,0: 2: 44456 - 3: 512 + 1: 512 19,0: 2: 13105 19,-2: @@ -10942,85 +10836,85 @@ entities: 20,-2: 2: 311 20,-7: - 3: 24576 + 1: 24576 19,-7: 2: 32768 20,-6: 2: 16912 - 3: 36078 + 1: 36078 19,-6: 2: 200 20,-5: 2: 784 - 3: 60552 + 1: 60552 20,-4: - 3: 70 + 1: 70 21,-6: - 3: 18367 + 1: 18367 2: 2048 21,-5: - 3: 55735 + 1: 55735 2: 8 21,-8: 2: 546 - 3: 34952 + 1: 34952 21,-7: - 3: 34958 + 1: 34958 2: 512 21,-4: - 3: 31612 + 1: 31612 21,-9: - 3: 36352 + 1: 36352 2: 231 22,-8: - 3: 57339 + 1: 57339 2: 4 22,-7: - 3: 4271 + 1: 4271 2: 57600 22,-6: - 3: 60493 + 1: 60493 2: 16 22,-5: 2: 1 - 3: 65534 + 1: 65534 22,-9: - 3: 40908 + 1: 40908 2: 16434 22,-4: - 3: 15031 + 1: 15031 2: 8 23,-8: - 3: 60943 + 1: 60943 23,-7: 2: 13056 - 3: 52462 + 1: 52462 23,-6: - 3: 1615 + 1: 1615 23,-5: - 3: 887 + 1: 887 2: 12288 23,-9: - 3: 60943 + 1: 60943 23,-4: - 3: 4 + 1: 4 2: 336 24,-8: - 3: 4353 + 1: 4353 24,-7: - 3: 4369 + 1: 4369 24,-6: - 3: 273 + 1: 273 16,1: - 3: 43694 + 1: 43694 2: 17472 16,3: 2: 14 17,2: 2: 65348 - 3: 10 + 1: 10 17,1: - 3: 43694 + 1: 43694 2: 17472 17,3: 2: 14 @@ -11037,7 +10931,7 @@ entities: 19,3: 2: 3 24,-9: - 3: 12545 + 1: 12545 4,-22: 2: 61440 4,-21: @@ -11047,48 +10941,48 @@ entities: 8,-21: 2: 4352 17,-12: - 3: 53248 + 1: 53248 2: 11980 17,-11: - 3: 40129 + 1: 40129 2: 24588 17,-10: 2: 199 17,-13: 2: 17476 18,-12: - 3: 61426 + 1: 61426 2: 4096 18,-11: - 3: 30591 + 1: 30591 18,-10: 2: 112 18,-13: 2: 51336 19,-12: - 3: 65520 + 1: 65520 19,-11: - 3: 32766 + 1: 32766 2: 32768 19,-13: 2: 4096 19,-10: - 3: 2 + 1: 2 20,-12: - 3: 4352 + 1: 4352 2: 8940 20,-11: - 3: 32784 + 1: 32784 2: 14790 11,-23: - 3: 49152 + 1: 49152 11,-22: - 3: 34956 + 1: 34956 2: 1088 12,-23: - 3: 4096 + 1: 4096 12,-22: - 3: 273 + 1: 273 -4,-22: 2: 28672 -5,-22: @@ -11117,7 +11011,7 @@ entities: 2: 127 -14,7: 2: 61986 - 3: 85 + 1: 85 -3,9: 2: 18 -16,2: @@ -11132,63 +11026,63 @@ entities: 2: 65315 -15,2: 2: 61713 - 3: 2048 + 1: 2048 -15,3: 2: 61713 - 3: 2056 + 1: 2056 -15,4: 2: 61713 - 3: 2056 + 1: 2056 -14,1: 2: 65280 -14,2: - 3: 36608 + 1: 36608 2: 28672 -14,3: - 3: 36623 + 1: 36623 2: 28672 -14,4: - 3: 36623 + 1: 36623 2: 28672 1,-22: 2: 28672 1,-21: 2: 3196 24,-10: - 3: 4096 + 1: 4096 23,-10: 2: 52851 - 3: 12288 + 1: 12288 -16,5: 2: 52364 -16,6: 2: 34956 -15,5: 2: 46353 - 3: 16392 + 1: 16392 -15,6: 2: 4373 -14,5: - 3: 8207 + 1: 8207 2: 53760 -14,6: - 3: 21872 + 1: 21872 2: 8706 -13,6: - 3: 21872 + 1: 21872 2: 8706 20,-13: 2: 12850 20,-10: 2: 35879 - 3: 8 + 1: 8 21,-12: 2: 52851 21,-11: 2: 264 - 3: 4096 + 1: 4096 21,-10: - 3: 1 + 1: 1 2: 29124 22,-12: 2: 4096 @@ -11199,32 +11093,32 @@ entities: 23,-11: 2: 4096 15,-21: - 3: 2048 + 1: 2048 16,-21: - 3: 48058 + 1: 48058 17,-16: 2: 1 - 3: 65534 + 1: 65534 17,-15: - 3: 34021 + 1: 34021 2: 25360 17,-17: - 3: 65505 + 1: 65505 17,-14: 2: 17612 18,-16: - 3: 30583 + 1: 30583 18,-15: - 3: 41968 + 1: 41968 2: 20480 18,-14: 2: 35226 18,-17: - 3: 30578 + 1: 30578 19,-16: 2: 4352 19,-15: - 3: 16 + 1: 16 0: 4096 2: 25088 19,-14: @@ -11232,39 +11126,39 @@ entities: 20,-14: 2: 12816 17,-20: - 3: 49037 + 1: 49037 17,-18: 2: 28464 - 3: 6 + 1: 6 17,-21: - 3: 54545 + 1: 54545 17,-19: - 3: 8418 + 1: 8418 2: 52736 18,-20: - 3: 30513 + 1: 30513 18,-19: - 3: 56784 + 1: 56784 18,-18: 2: 1999 - 3: 28672 + 1: 28672 19,-19: - 3: 4352 + 1: 4352 19,-18: 2: 4097 19,-17: 2: 256 16,-22: - 3: 32768 + 1: 32768 17,-22: - 3: 4096 + 1: 4096 20,-3: 2: 60544 21,-3: 2: 256 - 3: 14 + 1: 14 22,-3: - 3: 1 + 1: 1 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -11282,10 +11176,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 235 + temperature: 293.15 moles: - - 21.824879 - - 82.10312 + - 0 + - 0 - 0 - 0 - 0 @@ -11312,10 +11206,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + temperature: 235 moles: - - 0 - - 0 + - 21.824879 + - 82.10312 - 0 - 0 - 0 @@ -12507,7 +12401,6 @@ entities: - type: DeviceList devices: - 15075 - - 17574 - 15170 - 15169 - 15168 @@ -13973,6 +13866,11 @@ entities: parent: 2 - proto: AirlockGlass entities: + - uid: 46 + components: + - type: Transform + pos: 49.5,-57.5 + parent: 2 - uid: 362 components: - type: Transform @@ -14075,17 +13973,6 @@ entities: - type: Transform pos: 45.5,-55.5 parent: 2 - - uid: 5627 - components: - - type: Transform - pos: 49.5,-57.5 - parent: 2 - - type: Door - secondsUntilStateChange: -3552.9966 - state: Opening - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - uid: 5779 components: - type: Transform @@ -15931,14 +15818,6 @@ entities: - type: DeviceNetwork deviceLists: - 17353 - - uid: 17574 - components: - - type: Transform - pos: -5.5,-43.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15139 - uid: 17575 components: - type: Transform @@ -23153,7 +23032,7 @@ entities: - uid: 8112 components: - type: Transform - pos: -43.583317,-45.382805 + pos: -43.7055,-45.38466 parent: 2 - proto: BoxCandle entities: @@ -23286,7 +23165,7 @@ entities: - uid: 8246 components: - type: Transform - pos: -44.517727,-46.202393 + pos: -44.50448,-46.445023 parent: 2 - uid: 9530 components: @@ -23417,6 +23296,18 @@ entities: - type: Transform pos: -28.617266,-22.280603 parent: 2 +- proto: BoxLighttubeHoliday + entities: + - uid: 9938 + components: + - type: Transform + pos: 29.49191,-0.29796058 + parent: 2 + - uid: 17182 + components: + - type: Transform + pos: -42.507454,-51.406326 + parent: 2 - proto: BoxMousetrap entities: - uid: 269 @@ -47639,6 +47530,12 @@ entities: - type: Transform pos: 3.5,-26.5 parent: 2 + - uid: 2940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-38.5 + parent: 2 - uid: 2941 components: - type: Transform @@ -49304,11 +49201,6 @@ entities: - type: Transform pos: 20.5,10.5 parent: 2 - - uid: 9233 - components: - - type: Transform - pos: 48.5,-36.5 - parent: 2 - uid: 9292 components: - type: Transform @@ -49372,12 +49264,6 @@ entities: - type: Transform pos: 48.5,-32.5 parent: 2 - - uid: 9938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-38.5 - parent: 2 - uid: 9976 components: - type: Transform @@ -50712,6 +50598,18 @@ entities: - type: Transform pos: 30.5,-68.5 parent: 2 + - uid: 20147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-37.5 + parent: 2 + - uid: 20148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-37.5 + parent: 2 - proto: CelloInstrument entities: - uid: 5831 @@ -51482,11 +51380,6 @@ entities: - type: Transform pos: 16.481586,14.607573 parent: 2 - - uid: 2940 - components: - - type: Transform - pos: -43.546364,-47.36857 - parent: 2 - uid: 3438 components: - type: Transform @@ -51604,6 +51497,12 @@ entities: rot: -1.5707963267948966 rad pos: -51.489376,-41.355408 parent: 2 + - uid: 8763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.467,-48.41087 + parent: 2 - uid: 9358 components: - type: Transform @@ -51727,51 +51626,49 @@ entities: parent: 2 - proto: ChairWood entities: - - uid: 5046 + - uid: 3880 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-40.5 + pos: -7.452895,-40.322285 parent: 2 - - uid: 5047 + - uid: 5046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-40.5 + pos: 0.8496008,-39.432648 parent: 2 - - uid: 5048 + - uid: 5047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-39.5 + rot: 1.5707963267948966 rad + pos: -11.280833,-39.559772 parent: 2 - - uid: 5133 + - uid: 15299 components: - type: Transform - pos: -7.5,-38.5 + pos: -6.5465918,-38.52324 parent: 2 - - uid: 5141 + - uid: 15670 components: - type: Transform - pos: -6.5,-38.5 + pos: 0.289124,-39.45648 parent: 2 - - uid: 5142 + - uid: 17285 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-40.5 + rot: 1.5707963267948966 rad + pos: -11.280833,-40.47717 parent: 2 - - uid: 13107 + - uid: 17574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-40.5 + rot: 3.141592653589793 rad + pos: -6.439266,-40.34611 parent: 2 - - uid: 15658 + - uid: 18384 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-39.5 + pos: -7.5602202,-38.547066 parent: 2 - proto: CheckerBoard entities: @@ -52024,11 +51921,6 @@ entities: parent: 2 - proto: ClosetEmergencyFilledRandom entities: - - uid: 46 - components: - - type: Transform - pos: -16.5,19.5 - parent: 2 - uid: 2863 components: - type: Transform @@ -52213,11 +52105,6 @@ entities: - type: Transform pos: 31.5,39.5 parent: 2 - - uid: 1092 - components: - - type: Transform - pos: -17.5,19.5 - parent: 2 - uid: 3352 components: - type: Transform @@ -52295,11 +52182,6 @@ entities: - type: Transform pos: -15.5,-20.5 parent: 2 - - uid: 5383 - components: - - type: Transform - pos: -15.5,19.5 - parent: 2 - uid: 5672 components: - type: Transform @@ -52315,11 +52197,6 @@ entities: - type: Transform pos: -9.5,-67.5 parent: 2 - - uid: 8615 - components: - - type: Transform - pos: 42.5,-2.5 - parent: 2 - uid: 14084 components: - type: Transform @@ -52460,6 +52337,11 @@ entities: - type: Transform pos: 21.5,12.5 parent: 2 + - uid: 5627 + components: + - type: Transform + pos: 42.5,-2.5 + parent: 2 - uid: 5671 components: - type: Transform @@ -52560,7 +52442,7 @@ entities: - uid: 3048 components: - type: Transform - pos: -44.411377,-46.253212 + pos: -44.468704,-47.20753 parent: 2 - type: GroupExamine group: @@ -53062,7 +52944,7 @@ entities: - uid: 1054 components: - type: Transform - pos: -23.509296,22.561455 + pos: -15.49407,19.625088 parent: 2 - proto: ClothingMaskGas entities: @@ -53722,11 +53604,11 @@ entities: rot: 1.5707963267948966 rad pos: -51.5,-26.5 parent: 2 - - uid: 2860 + - uid: 13024 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,-47.5 + pos: -44.5,-48.5 parent: 2 - proto: ComputerBroken entities: @@ -54368,11 +54250,6 @@ entities: - type: Transform pos: 5.5,24.5 parent: 2 - - uid: 18065 - components: - - type: Transform - pos: 3.5,18.5 - parent: 2 - uid: 18066 components: - type: Transform @@ -54619,6 +54496,13 @@ entities: - type: Transform pos: 47.5,-56.5 parent: 2 +- proto: CrateServiceHolidayLights + entities: + - uid: 8448 + components: + - type: Transform + pos: 3.5,18.5 + parent: 2 - proto: CrateServiceJanitorialSupplies entities: - uid: 9408 @@ -55408,14 +55292,6 @@ entities: - type: Transform pos: -20.5,-4.5 parent: 2 -- proto: DefibrillatorCabinet - entities: - - uid: 4951 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-26.5 - parent: 2 - proto: DefibrillatorCabinetFilled entities: - uid: 447 @@ -55423,12 +55299,24 @@ entities: - type: Transform pos: -30.5,12.5 parent: 2 + - uid: 8615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-26.5 + parent: 2 - uid: 9365 components: - type: Transform rot: 3.141592653589793 rad pos: 51.5,-19.5 parent: 2 + - uid: 9594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,-27.5 + parent: 2 - uid: 9875 components: - type: Transform @@ -55445,6 +55333,12 @@ entities: - type: Transform pos: 11.5,21.5 parent: 2 + - uid: 20143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-34.5 + parent: 2 - proto: DeployableBarrier entities: - uid: 664 @@ -55830,18 +55724,6 @@ entities: rot: 3.141592653589793 rad pos: -49.5,-43.5 parent: 2 - - uid: 13041 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-47.5 - parent: 2 - - uid: 13042 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-47.5 - parent: 2 - uid: 13055 components: - type: Transform @@ -57301,6 +57183,12 @@ entities: rot: 3.141592653589793 rad pos: 10.5,-29.5 parent: 2 + - uid: 9578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-47.5 + parent: 2 - uid: 9900 components: - type: Transform @@ -60046,7 +59934,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,-48.5 + pos: -41.5,-48.5 parent: 2 - uid: 13023 components: @@ -60265,11 +60153,6 @@ entities: - type: Transform pos: 34.5,-6.5 parent: 2 - - uid: 6222 - components: - - type: Transform - pos: -42.5,-48.5 - parent: 2 - uid: 6278 components: - type: Transform @@ -60315,6 +60198,11 @@ entities: - type: Transform pos: -9.5,-58.5 parent: 2 + - uid: 9233 + components: + - type: Transform + pos: -41.5,-48.5 + parent: 2 - uid: 9527 components: - type: Transform @@ -61834,6 +61722,20 @@ entities: - 15625 - 15638 - 15639 + - uid: 9648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 5390 + - 5467 + - 12071 + - 14382 + - 14368 + - 19001 - uid: 9987 components: - type: Transform @@ -62043,20 +61945,6 @@ entities: - 15234 - 15233 - 183 - - uid: 15299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,11.5 - parent: 2 - - type: DeviceList - devices: - - 5390 - - 5467 - - 12071 - - 14382 - - 14368 - - 19001 - uid: 15384 components: - type: Transform @@ -62622,7 +62510,7 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 15299 + - 9648 - 17348 - 17349 - uid: 5395 @@ -62718,7 +62606,7 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 15299 + - 9648 - 17348 - 17349 - uid: 7288 @@ -62807,7 +62695,7 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 15299 + - 9648 - uid: 12244 components: - type: Transform @@ -62897,7 +62785,7 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 15299 + - 9648 - 19007 - 19009 - uid: 14382 @@ -62909,7 +62797,7 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 15299 + - 9648 - 19007 - 19009 - uid: 14732 @@ -64353,7 +64241,7 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 15299 + - 9648 - 19007 - 19009 - uid: 19003 @@ -64746,37 +64634,40 @@ entities: - type: Transform pos: 9.461854,1.5700341 parent: 2 -- proto: FloraTree02 +- proto: FloraTree04 entities: - - uid: 15670 + - uid: 1550 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.038013,13.655383 + rot: 1.5707963267948966 rad + pos: -15.792082,16.220356 parent: 2 -- proto: FloraTree03 +- proto: FloraTree05 entities: - - uid: 8763 + - uid: 4620 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.819464,16.228588 + pos: 13.873345,-6.103357 parent: 2 -- proto: FloraTree04 +- proto: FloraTreeChristmas01 entities: - - uid: 1550 + - uid: 4951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.792082,16.220356 + pos: -15.944529,13.000485 parent: 2 -- proto: FloraTree05 + - uid: 12864 + components: + - type: Transform + pos: -10.685584,16.372208 + parent: 2 +- proto: FloraTreeChristmas02 entities: - - uid: 4620 + - uid: 4896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.873345,-6.103357 + pos: -8.998787,-40.16732 parent: 2 - proto: FloraTreeLarge06 entities: @@ -64948,6 +64839,20 @@ entities: - type: Transform pos: -24.3443,-48.2645 parent: 2 +- proto: FoodCakeChristmas + entities: + - uid: 20217 + components: + - type: Transform + pos: -10.4618225,-39.519108 + parent: 2 +- proto: FoodCakeChristmasSlice + entities: + - uid: 20218 + components: + - type: Transform + pos: -7.4209366,-39.35231 + parent: 2 - proto: FoodCartHot entities: - uid: 16000 @@ -87703,6 +87608,12 @@ entities: - type: Transform pos: 49.5,-53.5 parent: 2 + - uid: 12989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,4.5 + parent: 2 - uid: 13020 components: - type: Transform @@ -88778,11 +88689,6 @@ entities: - type: Transform pos: -39.5,6.5 parent: 2 - - uid: 17285 - components: - - type: Transform - pos: -18.5,4.5 - parent: 2 - uid: 17286 components: - type: Transform @@ -92068,7 +91974,7 @@ entities: - uid: 8216 components: - type: Transform - pos: -44.195152,-45.390965 + pos: -44.33753,-45.396572 parent: 2 - uid: 11825 components: @@ -92716,6 +92622,14 @@ entities: - type: Transform pos: -2.5,-30.5 parent: 2 +- proto: KnifePlastic + entities: + - uid: 20219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.4618225,-40.19822 + parent: 2 - proto: Lamp entities: - uid: 9272 @@ -93863,6 +93777,11 @@ entities: - type: Transform pos: 19.5,7.5 parent: 2 + - uid: 20150 + components: + - type: Transform + pos: 57.5,-60.5 + parent: 2 - proto: LootSpawnerIndustrialFluff entities: - uid: 8256 @@ -93895,6 +93814,11 @@ entities: - type: Transform pos: 52.5,-61.5 parent: 2 + - uid: 20152 + components: + - type: Transform + pos: 58.5,-55.5 + parent: 2 - proto: LootSpawnerMaterials entities: - uid: 4155 @@ -93912,6 +93836,11 @@ entities: - type: Transform pos: -28.5,-59.5 parent: 2 + - uid: 20151 + components: + - type: Transform + pos: 57.5,-59.5 + parent: 2 - proto: LootSpawnerMedicalClassy entities: - uid: 5003 @@ -94314,6 +94243,11 @@ entities: - type: Transform pos: -42.5,-51.5 parent: 2 + - uid: 13094 + components: + - type: Transform + pos: 52.5,-60.5 + parent: 2 - uid: 13813 components: - type: Transform @@ -94351,6 +94285,11 @@ entities: parent: 2 - proto: MaintenancePlantSpawner entities: + - uid: 2860 + components: + - type: Transform + pos: 56.5,-55.5 + parent: 2 - uid: 6054 components: - type: Transform @@ -94366,6 +94305,11 @@ entities: - type: Transform pos: -19.5,19.5 parent: 2 + - uid: 20149 + components: + - type: Transform + pos: 44.5,-61.5 + parent: 2 - proto: MaintenanceToolSpawner entities: - uid: 3390 @@ -94398,6 +94342,11 @@ entities: - type: Transform pos: 13.5,-56.5 parent: 2 + - uid: 20144 + components: + - type: Transform + pos: -16.5,19.5 + parent: 2 - proto: MaintenanceWeaponSpawner entities: - uid: 2241 @@ -94812,12 +94761,6 @@ entities: rot: -1.5707963267948966 rad pos: -38.5,-45.5 parent: 2 - - uid: 4896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-48.5 - parent: 2 - uid: 4898 components: - type: Transform @@ -95092,15 +95035,15 @@ entities: - type: Transform pos: -51.5,-27.5 parent: 2 - - uid: 4365 + - uid: 3879 components: - type: Transform - pos: 38.5,-29.5 + pos: -43.5,-47.5 parent: 2 - - uid: 13259 + - uid: 4365 components: - type: Transform - pos: -43.5,-48.5 + pos: 38.5,-29.5 parent: 2 - proto: OreBag entities: @@ -95609,7 +95552,7 @@ entities: - uid: 8247 components: - type: Transform - pos: -44.374622,-45.684704 + pos: -44.468704,-45.82548 parent: 2 - uid: 8510 components: @@ -96584,12 +96527,6 @@ entities: rot: 3.141592653589793 rad pos: 37.5,8.5 parent: 2 - - uid: 9594 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,5.5 - parent: 2 - uid: 9993 components: - type: Transform @@ -96715,6 +96652,12 @@ entities: - type: Transform pos: 28.5,19.5 parent: 2 + - uid: 13041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-42.5 + parent: 2 - uid: 14407 components: - type: Transform @@ -96759,12 +96702,6 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,-18.5 parent: 2 - - uid: 17121 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-26.5 - parent: 2 - uid: 17122 components: - type: Transform @@ -96835,12 +96772,6 @@ entities: rot: 3.141592653589793 rad pos: 54.5,-42.5 parent: 2 - - uid: 17170 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-53.5 - parent: 2 - uid: 17172 components: - type: Transform @@ -96886,12 +96817,6 @@ entities: rot: -1.5707963267948966 rad pos: -8.5,-72.5 parent: 2 - - uid: 17182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-41.5 - parent: 2 - uid: 17184 components: - type: Transform @@ -96939,11 +96864,6 @@ entities: rot: 3.141592653589793 rad pos: -29.5,22.5 parent: 2 - - uid: 18384 - components: - - type: Transform - pos: -32.5,15.5 - parent: 2 - uid: 18962 components: - type: Transform @@ -96985,6 +96905,12 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,-37.5 parent: 2 + - uid: 20146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,-40.5 + parent: 2 - proto: PoweredLEDSmallLight entities: - uid: 12977 @@ -98274,6 +98200,12 @@ entities: parent: 2 - type: PointLight energy: 0.3 + - uid: 5142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,5.5 + parent: 2 - uid: 5330 components: - type: Transform @@ -98576,6 +98508,23 @@ entities: rot: -1.5707963267948966 rad pos: -12.5,-44.5 parent: 2 + - uid: 13042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-26.5 + parent: 2 + - uid: 13107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-49.5 + parent: 2 + - uid: 13259 + components: + - type: Transform + pos: -32.5,15.5 + parent: 2 - uid: 14406 components: - type: Transform @@ -98588,6 +98537,24 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-4.5 parent: 2 + - uid: 15099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-58.5 + parent: 2 + - uid: 15119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-58.5 + parent: 2 + - uid: 15120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-58.5 + parent: 2 - uid: 15663 components: - type: MetaData @@ -98830,35 +98797,219 @@ entities: rot: 3.141592653589793 rad pos: 48.5,8.5 parent: 2 +- proto: PrefilledSyringe + entities: + - uid: 6049 + components: + - type: Transform + pos: 41.507294,-9.45423 + parent: 2 + - uid: 6327 + components: + - type: Transform + pos: -52.445953,-28.358221 + parent: 2 +- proto: PresentRandom + entities: - uid: 16066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-58.5 + pos: -8.365779,-40.747547 parent: 2 - - uid: 16076 + - uid: 20160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-58.5 + pos: 8.48614,-55.324482 parent: 2 - - uid: 16077 + - uid: 20173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-58.5 + pos: -9.701384,-40.795204 parent: 2 -- proto: PrefilledSyringe - entities: - - uid: 6049 + - uid: 20180 components: - type: Transform - pos: 41.507294,-9.45423 + pos: -19.50937,-36.460606 parent: 2 - - uid: 6327 + - uid: 20181 components: - type: Transform - pos: -52.445953,-28.358221 + pos: -30.503675,-37.485226 + parent: 2 + - uid: 20182 + components: + - type: Transform + pos: -32.48774,-26.466976 + parent: 2 + - uid: 20183 + components: + - type: Transform + pos: -44.50385,-24.55849 + parent: 2 + - uid: 20184 + components: + - type: Transform + pos: -41.48093,-35.35964 + parent: 2 + - uid: 20185 + components: + - type: Transform + pos: -36.525757,-58.49134 + parent: 2 + - uid: 20186 + components: + - type: Transform + pos: -17.494162,-52.43416 + parent: 2 + - uid: 20187 + components: + - type: Transform + pos: -0.47704768,-44.55723 + parent: 2 + - uid: 20188 + components: + - type: Transform + pos: 5.539477,-34.470036 + parent: 2 + - uid: 20189 + components: + - type: Transform + pos: 5.539477,-30.540796 + parent: 2 + - uid: 20190 + components: + - type: Transform + pos: 5.5156274,-28.503466 + parent: 2 + - uid: 20191 + components: + - type: Transform + pos: 0.47468758,-33.572815 + parent: 2 + - uid: 20192 + components: + - type: Transform + pos: -5.5752964,-26.526909 + parent: 2 + - uid: 20193 + components: + - type: Transform + pos: -6.5054507,-13.47634 + parent: 2 + - uid: 20194 + components: + - type: Transform + pos: -22.487053,-4.4838967 + parent: 2 + - uid: 20195 + components: + - type: Transform + pos: -26.040714,11.067827 + parent: 2 + - uid: 20196 + components: + - type: Transform + pos: -8.497291,18.500269 + parent: 2 + - uid: 20197 + components: + - type: Transform + pos: 1.3926457,19.470612 + parent: 2 + - uid: 20198 + components: + - type: Transform + pos: 7.5340443,23.521446 + parent: 2 + - uid: 20199 + components: + - type: Transform + pos: 27.550629,3.583963 + parent: 2 + - uid: 20200 + components: + - type: Transform + pos: 9.5775585,4.5612216 + parent: 2 + - uid: 20201 + components: + - type: Transform + pos: 10.460012,4.573136 + parent: 2 + - uid: 20202 + components: + - type: Transform + pos: 10.460012,5.454788 + parent: 2 + - uid: 20203 + components: + - type: Transform + pos: 19.496592,12.52666 + parent: 2 + - uid: 20204 + components: + - type: Transform + pos: 32.562187,42.49896 + parent: 2 + - uid: 20205 + components: + - type: Transform + pos: 47.519917,9.484293 + parent: 2 + - uid: 20206 + components: + - type: Transform + pos: 49.450848,-21.526688 + parent: 2 + - uid: 20207 + components: + - type: Transform + pos: 45.498848,-39.60184 + parent: 2 + - uid: 20208 + components: + - type: Transform + pos: 54.473816,-38.607082 + parent: 2 + - uid: 20209 + components: + - type: Transform + pos: 45.457485,-58.459232 + parent: 2 + - uid: 20210 + components: + - type: Transform + pos: 59.46425,-56.47981 + parent: 2 + - uid: 20211 + components: + - type: Transform + pos: 18.49242,-58.580788 + parent: 2 + - uid: 20212 + components: + - type: Transform + pos: -13.50799,-45.47591 + parent: 2 + - uid: 20213 + components: + - type: Transform + pos: 34.499878,-42.452095 + parent: 2 + - uid: 20214 + components: + - type: Transform + pos: 29.443993,-34.51149 + parent: 2 + - uid: 20215 + components: + - type: Transform + pos: 38.52804,-28.484364 + parent: 2 + - uid: 20216 + components: + - type: Transform + pos: 37.5063,-4.5215635 parent: 2 - proto: Protolathe entities: @@ -99199,11 +99350,23 @@ entities: - type: Transform pos: 1.5,-11.5 parent: 2 + - uid: 5141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,19.5 + parent: 2 - uid: 5340 components: - type: Transform pos: -33.5,22.5 parent: 2 + - uid: 5383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,19.5 + parent: 2 - uid: 5499 components: - type: Transform @@ -100235,10 +100398,10 @@ entities: parent: 2 - proto: RandomFoodBakedSingle entities: - - uid: 15120 + - uid: 20220 components: - type: Transform - pos: -7.5,-39.5 + pos: -6.5,-39.5 parent: 2 - proto: RandomFoodMeal entities: @@ -100796,6 +100959,11 @@ entities: - type: Transform pos: -12.5,-14.5 parent: 2 + - uid: 1092 + components: + - type: Transform + pos: -50.5,-42.5 + parent: 2 - uid: 4350 components: - type: Transform @@ -100936,18 +101104,6 @@ entities: rot: 1.5707963267948966 rad pos: 26.5,6.5 parent: 2 - - uid: 12989 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-42.5 - parent: 2 - - uid: 13024 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-42.5 - parent: 2 - uid: 13167 components: - type: Transform @@ -100964,11 +101120,6 @@ entities: - type: Transform pos: 10.5,-12.5 parent: 2 - - uid: 15803 - components: - - type: Transform - pos: -6.5,-39.5 - parent: 2 - uid: 15870 components: - type: Transform @@ -105797,11 +105948,11 @@ entities: - type: Transform pos: 29.501575,-5.717245 parent: 2 - - uid: 16867 + - uid: 15803 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5012078,-46.7185 + pos: -3.4985585,-46.702446 parent: 2 - proto: SignDirectionalSec entities: @@ -106718,12 +106869,6 @@ entities: rot: 3.141592653589793 rad pos: -62.5,-49.5 parent: 2 - - uid: 8448 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-52.5 - parent: 2 - uid: 8450 components: - type: Transform @@ -106844,12 +106989,6 @@ entities: rot: -1.5707963267948966 rad pos: 61.5,-1.5 parent: 2 - - uid: 9578 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,-56.5 - parent: 2 - uid: 9618 components: - type: Transform @@ -106862,12 +107001,6 @@ entities: rot: -1.5707963267948966 rad pos: 63.5,4.5 parent: 2 - - uid: 9648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-56.5 - parent: 2 - uid: 9649 components: - type: Transform @@ -107240,12 +107373,6 @@ entities: rot: 3.141592653589793 rad pos: -60.5,-48.5 parent: 2 - - uid: 12864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,-51.5 - parent: 2 - uid: 13017 components: - type: Transform @@ -107678,6 +107805,168 @@ entities: rot: -1.5707963267948966 rad pos: 59.5,4.5 parent: 2 +- proto: SolarPanelBroken + entities: + - uid: 16076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-56.5 + parent: 2 + - uid: 16077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,-56.5 + parent: 2 + - uid: 16867 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-50.5 + parent: 2 + - uid: 17121 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,-52.5 + parent: 2 + - uid: 17170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,-51.5 + parent: 2 + - uid: 20154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-52.5 + parent: 2 + - uid: 20156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,-50.5 + parent: 2 + - uid: 20157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-52.5 + parent: 2 + - uid: 20158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-51.5 + parent: 2 + - uid: 20159 + components: + - type: Transform + pos: 57.5,-0.5 + parent: 2 + - uid: 20161 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 2 + - uid: 20162 + components: + - type: Transform + pos: 59.5,-2.5 + parent: 2 + - uid: 20163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,14.5 + parent: 2 + - uid: 20164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,14.5 + parent: 2 + - uid: 20165 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 2 + - uid: 20166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,16.5 + parent: 2 + - uid: 20167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,16.5 + parent: 2 + - uid: 20168 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 2 + - uid: 20169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,16.5 + parent: 2 + - uid: 20170 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,27.5 + parent: 2 + - uid: 20171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,28.5 + parent: 2 + - uid: 20172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,29.5 + parent: 2 + - uid: 20174 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,29.5 + parent: 2 + - uid: 20175 + components: + - type: Transform + pos: 59.5,0.5 + parent: 2 + - uid: 20176 + components: + - type: Transform + pos: 57.5,-2.5 + parent: 2 + - uid: 20177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,26.5 + parent: 2 + - uid: 20178 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,25.5 + parent: 2 + - uid: 20179 + components: + - type: Transform + pos: 57.5,0.5 + parent: 2 - proto: SolarTracker entities: - uid: 10505 @@ -108657,20 +108946,20 @@ entities: parent: 2 - proto: SpawnPointServiceWorker entities: - - uid: 3879 + - uid: 15300 components: - type: Transform - pos: -8.5,-39.5 + pos: -9.5,-41.5 parent: 2 - - uid: 3880 + - uid: 15658 components: - type: Transform - pos: -8.5,-40.5 + pos: -8.5,-41.5 parent: 2 - - uid: 3881 + - uid: 20155 components: - type: Transform - pos: -8.5,-38.5 + pos: -7.5,-41.5 parent: 2 - proto: SpawnPointStationEngineer entities: @@ -111186,6 +111475,12 @@ entities: - type: Transform pos: 6.5,-27.5 parent: 2 + - uid: 6222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-47.5 + parent: 2 - uid: 6312 components: - type: Transform @@ -112392,6 +112687,11 @@ entities: - type: Transform pos: 0.5,-45.5 parent: 2 + - uid: 3881 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 2 - uid: 4153 components: - type: Transform @@ -112412,11 +112712,21 @@ entities: - type: Transform pos: -12.5,-48.5 parent: 2 + - uid: 5048 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 2 - uid: 5131 components: - type: Transform pos: 46.5,-33.5 parent: 2 + - uid: 5133 + components: + - type: Transform + pos: -6.5,-39.5 + parent: 2 - uid: 5590 components: - type: Transform @@ -112657,12 +112967,6 @@ entities: - type: Transform pos: 11.5,-25.5 parent: 2 - - uid: 13094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-40.5 - parent: 2 - uid: 13855 components: - type: Transform @@ -112680,23 +112984,10 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,10.5 parent: 2 - - uid: 15099 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-39.5 - parent: 2 - - uid: 15119 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-39.5 - parent: 2 - - uid: 15300 + - uid: 18065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-39.5 + pos: -10.5,-40.5 parent: 2 - uid: 18776 components: @@ -113081,6 +113372,11 @@ entities: - type: Transform pos: 8.657806,22.619923 parent: 2 + - uid: 20145 + components: + - type: Transform + pos: -23.49462,22.648626 + parent: 2 - proto: ToolboxEmergencyFilled entities: - uid: 2954 @@ -121522,6 +121818,16 @@ entities: - type: Transform pos: 29.5,-69.5 parent: 2 + - uid: 20142 + components: + - type: Transform + pos: 36.5,-50.5 + parent: 2 + - uid: 20153 + components: + - type: Transform + pos: 36.5,-49.5 + parent: 2 - proto: WallReinforcedRust entities: - uid: 249 From 87182635b61ec7f47adc0855e4c57a887338fbdf Mon Sep 17 00:00:00 2001 From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:59:16 -0500 Subject: [PATCH 119/160] Amber Improvements (#33707) * Various changes (see PR) * variantized, fixedgridatmos, tiledwalls --- Resources/Maps/amber.yml | 4847 +++++++++++++++++++++++--------------- 1 file changed, 2923 insertions(+), 1924 deletions(-) diff --git a/Resources/Maps/amber.yml b/Resources/Maps/amber.yml index d22499aea42..b60731d0f6a 100644 --- a/Resources/Maps/amber.yml +++ b/Resources/Maps/amber.yml @@ -73,59 +73,59 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: CQAAAAABCQAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAACCQAAAAADDwAAAAADDwAAAAAADwAAAAAADwAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAACDwAAAAACDwAAAAACDwAAAAACDwAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADDwAAAAADDwAAAAACDwAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACDwAAAAABDwAAAAAADwAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABDgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAAAGgAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABDwAAAAACDwAAAAAADwAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACGgAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADwAAAAADDwAAAAACDwAAAAADDwAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACDwAAAAADDwAAAAADDwAAAAACDwAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAACDwAAAAABDwAAAAADDwAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADDwAAAAAADwAAAAADDwAAAAABCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACDgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAAAGgAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAADwAAAAADDwAAAAAADwAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAABGgAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: CQAAAAACCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAABIQAAAAAACQAAAAAACQAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAACHAAAAAACDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAADCQAAAAABCQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAACCQAAAAABCQAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: IwAAAAACIwAAAAABIwAAAAABIwAAAAAAIwAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACIwAAAAADIwAAAAADIwAAAAAAIwAAAAACIwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAAAIwAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAAHAAAAAAAHAAAAAADIwAAAAABIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAADCQAAAAABCQAAAAACCQAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAACIwAAAAABIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADHAAAAAABIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABHAAAAAABHAAAAAABDgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAAAIwAAAAADIwAAAAADAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAADIwAAAAADIwAAAAABAAAAAAAAAAAAAAAAIwAAAAADIwAAAAACHAAAAAABKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACHAAAAAADIwAAAAADIwAAAAABAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAHAAAAAADKQAAAAAAKwAAAAADKwAAAAAAKwAAAAAADgAAAAAACQAAAAADHAAAAAAADgAAAAAAHAAAAAACIwAAAAADIwAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAAAHAAAAAADDgAAAAAAKwAAAAAAKwAAAAABKwAAAAADDgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAADIQAAAAACCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAB + tiles: IwAAAAADIwAAAAAAIwAAAAADIwAAAAABIwAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAADIwAAAAABIwAAAAACIwAAAAACIwAAAAABIwAAAAACDgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAACHAAAAAABHAAAAAADHAAAAAADHAAAAAACDgAAAAAAHAAAAAADHAAAAAABIwAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABHAAAAAACHAAAAAABHAAAAAACHAAAAAABDgAAAAAAHAAAAAADHAAAAAADIwAAAAABIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAAACQAAAAAACQAAAAAACQAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABIwAAAAABIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACHAAAAAADIwAAAAABIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAACIwAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAAAIwAAAAABIwAAAAABAAAAAAAAAAAAAAAAIwAAAAACIwAAAAADHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAABHAAAAAABDgAAAAAADgAAAAAAHAAAAAACIwAAAAADIwAAAAABAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAABHAAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADHAAAAAACIwAAAAABIwAAAAACAAAAAAAAAAAAAAAAIwAAAAADIwAAAAACHAAAAAACKQAAAAAAKwAAAAACKwAAAAADKwAAAAAADgAAAAAACQAAAAACHAAAAAACDgAAAAAAHAAAAAABIwAAAAACIwAAAAADIwAAAAADIwAAAAAAIwAAAAADIwAAAAABHAAAAAADDgAAAAAAKwAAAAAAKwAAAAACKwAAAAADDgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAABCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAB version: 6 -1,-4: ind: -1,-4 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAAHAAAAAACHAAAAAABCQAAAAABDgAAAAAAKwAAAAAAKwAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABKwAAAAADKwAAAAACKwAAAAADDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAKwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAADIwAAAAAAIwAAAAABIwAAAAADIwAAAAABIwAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAC + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADDgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAACQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAADCQAAAAACDgAAAAAAIwAAAAADIwAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACIwAAAAAAIwAAAAACDgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAABIwAAAAADIwAAAAABIwAAAAACIwAAAAADIwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAA version: 6 -1,-5: ind: -1,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABDgAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: CQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAMAAAAAAAMAAAAAAFMAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAAMAAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAALAAAAAAAMAAAAAAGDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAAACQAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAACLwAAAAABLwAAAAACLwAAAAADLwAAAAACLwAAAAADLwAAAAACLwAAAAACLwAAAAACLwAAAAADLwAAAAABLwAAAAAALwAAAAADAAAAAAAALwAAAAAALwAAAAACLwAAAAACAAAAAAAAAAAAAAAAAAAAAAAALwAAAAABLwAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAABAAAAAAAALwAAAAADLwAAAAABLwAAAAABAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAALwAAAAABLwAAAAADLwAAAAACAAAAAAAAAAAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAAAAAAAALwAAAAAALwAAAAABLwAAAAACAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAAACQAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAADLwAAAAACLwAAAAABLwAAAAADLwAAAAADLwAAAAABLwAAAAACLwAAAAABLwAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAACLwAAAAAALwAAAAABLwAAAAAALwAAAAACAAAAAAAJLwAAAAADLwAAAAADLwAAAAABAAAAAAAAAAAAAAAAAAAAAAAALwAAAAABLwAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACAAAAAAAELwAAAAABLwAAAAAALwAAAAABAAAAAAAMAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAALwAAAAAALwAAAAABLwAAAAABAAAAAAAAAAAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAAAAAAAALwAAAAABLwAAAAADLwAAAAAAAAAAAAABAAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAALwAAAAABLwAAAAACLwAAAAABAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAAAAAAAAAALwAAAAAALwAAAAADLwAAAAADAAAAAAAAAAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAALwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAACHAAAAAACHAAAAAADCQAAAAACCQAAAAABDgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAMQAAAAACMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABCQAAAAACCQAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: AAAAAAAALwAAAAADLwAAAAAALwAAAAADAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABAAAAAAAALwAAAAADLwAAAAABLwAAAAACAAAAAAAAAAAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAACHAAAAAAACQAAAAACCQAAAAABDgAAAAAAMQAAAAADDgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAMQAAAAACMQAAAAACMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADCQAAAAACCQAAAAACDgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACLgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: LAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACHAAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADHAAAAAACCQAAAAACHAAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAABHAAAAAAACQAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADHAAAAAABCQAAAAAAHAAAAAABHAAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAAAHAAAAAADCQAAAAAAHAAAAAACHAAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAACHAAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAABCQAAAAAACQAAAAABCQAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAAHAAAAAADCQAAAAAAHAAAAAABDgAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAAAHAAAAAABHAAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADCQAAAAAB + tiles: LAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAACHAAAAAACCQAAAAACHAAAAAACCQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAAACQAAAAADHAAAAAAACQAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABHAAAAAACCQAAAAABHAAAAAABHAAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACHAAAAAACCQAAAAADHAAAAAABHAAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADDgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAAACQAAAAAACQAAAAACCQAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAADDgAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAACCQAAAAABHAAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAADDgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAADHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAADCQAAAAAC version: 6 -2,-2: ind: -2,-2 - tiles: MwAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAACMwAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAANwAAAAABNwAAAAAANwAAAAABNwAAAAABCQAAAAAAMwAAAAADMwAAAAACMwAAAAADMwAAAAACMwAAAAADMwAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACDgAAAAAANwAAAAADNwAAAAAANwAAAAAANwAAAAACDgAAAAAADgAAAAAAMwAAAAACDgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACDgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAAOAAAAAADOAAAAAABOAAAAAADOAAAAAAAOAAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAAOAAAAAADOAAAAAABOAAAAAABOAAAAAACOAAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABOAAAAAAAOAAAAAACOAAAAAADOAAAAAACOAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAOAAAAAADOAAAAAACOAAAAAADOAAAAAADOAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAADLAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAACCQAAAAAA + tiles: MwAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAANwAAAAABNwAAAAABNwAAAAACNwAAAAACCQAAAAABMwAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAADMwAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAACDgAAAAAANwAAAAADNwAAAAACNwAAAAACNwAAAAABDgAAAAAADgAAAAAAMwAAAAADDgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAAOAAAAAADOAAAAAABOAAAAAABOAAAAAADOAAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAAOAAAAAACOAAAAAADOAAAAAACOAAAAAADOAAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAAAOAAAAAACOAAAAAADOAAAAAABOAAAAAACOAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAAOAAAAAACOAAAAAADOAAAAAAAOAAAAAACOAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAADCQAAAAAD version: 6 -2,-3: ind: -2,-3 - tiles: DgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAACIwAAAAABIwAAAAAAIwAAAAABDgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAABHAAAAAABHAAAAAAADgAAAAAAIwAAAAACIwAAAAACIwAAAAACDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAAHAAAAAACHAAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAADgAAAAAAHAAAAAABIwAAAAACIwAAAAADDgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAADHAAAAAACHAAAAAACHAAAAAADHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAADgAAAAAAHAAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAACHAAAAAADHAAAAAAAHAAAAAABDgAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAAAHAAAAAABHAAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAABCQAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAACCQAAAAACHAAAAAADHAAAAAABHAAAAAAAMwAAAAABMwAAAAADMwAAAAACMwAAAAAAMwAAAAABMwAAAAAAMwAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAAA + tiles: DgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAABHAAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAACIwAAAAADIwAAAAACIwAAAAABDgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAADDgAAAAAAIwAAAAACIwAAAAABIwAAAAACDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAAHAAAAAABHAAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAACDgAAAAAAHAAAAAACIwAAAAADIwAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABDgAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAABHAAAAAACHAAAAAADHAAAAAABHAAAAAABHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAADDgAAAAAAMwAAAAACMwAAAAACMwAAAAACMwAAAAACDgAAAAAAHAAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAAAMwAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAAMwAAAAACMwAAAAABMwAAAAADMwAAAAADMwAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAACQAAAAABHAAAAAACHAAAAAADHAAAAAACMwAAAAABMwAAAAABMwAAAAACMwAAAAAAMwAAAAADMwAAAAADMwAAAAABCQAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAADCQAAAAACHAAAAAABHAAAAAADHAAAAAAAMwAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAAAMwAAAAADMwAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAAHAAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAAB version: 6 -2,-4: ind: -2,-4 - tiles: CQAAAAACCQAAAAABCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABDgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAAOQAAAAAAOQAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAOQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAAHAAAAAAAHAAAAAACCQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAAHAAAAAADHAAAAAADCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAIwAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAAIwAAAAADDgAAAAAAIwAAAAACIwAAAAACIwAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAADHAAAAAAAHAAAAAABDgAAAAAAIwAAAAAAIwAAAAAB + tiles: CQAAAAACCQAAAAAACQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACDgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAAAOQAAAAABDgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAAAHAAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAADgAAAAAAOQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAABHAAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAADIwAAAAACDgAAAAAAHAAAAAACHAAAAAADCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAABDgAAAAAAHAAAAAACHAAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAADIwAAAAADIwAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAABIwAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAABHAAAAAADHAAAAAADDgAAAAAAIwAAAAADIwAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA version: 6 -2,0: ind: -2,0 - tiles: DgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABHAAAAAADHAAAAAACHAAAAAADHAAAAAABDgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADIwAAAAAAIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAADMwAAAAACMwAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAA + tiles: DgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAACHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAAAIwAAAAADIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAACMwAAAAABMwAAAAADHAAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABHAAAAAACHAAAAAACHAAAAAABHAAAAAACDgAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAA version: 6 -2,1: ind: -2,1 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAKQAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAIDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAJAAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAA version: 6 -2,2: ind: -2,2 @@ -137,15 +137,15 @@ entities: version: 6 -3,-2: ind: -3,-2 - tiles: CQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAACDgAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAABMwAAAAACMwAAAAACMwAAAAACMwAAAAAAMwAAAAABMwAAAAABMwAAAAADMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAABMwAAAAABMwAAAAABMwAAAAADMwAAAAADLgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAACMwAAAAABDgAAAAAAHAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAAAMwAAAAACMwAAAAAADgAAAAAAHAAAAAADLgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAADMwAAAAAADgAAAAAAHAAAAAACLgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAADMwAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAADMwAAAAAAMwAAAAABMwAAAAACMwAAAAACMwAAAAABLgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAACMwAAAAABMwAAAAABMwAAAAADMwAAAAADMwAAAAABLAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADDgAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAAAMwAAAAABMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAADMwAAAAACMwAAAAABMwAAAAADMwAAAAABMwAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAABMwAAAAABMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAABMwAAAAACMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAADMwAAAAABMwAAAAACMwAAAAADMwAAAAABLgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAAADgAAAAAAHAAAAAADLgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAADDgAAAAAAHAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAAAMwAAAAACMwAAAAABDgAAAAAAHAAAAAACLgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACDgAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAACMwAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABMwAAAAAAMwAAAAACMwAAAAABMwAAAAACMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAADLAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABLgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAACMwAAAAACMwAAAAACMwAAAAACDgAAAAAAIwAAAAADIwAAAAADIwAAAAADMwAAAAAAMwAAAAADDgAAAAAAMwAAAAABMwAAAAADAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAAAAAAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAACMwAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAAMwAAAAADMwAAAAADMwAAAAADDgAAAAAAMwAAAAABMwAAAAAAMwAAAAABLgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAABDgAAAAAAMwAAAAABMwAAAAAAMwAAAAABLgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAAMwAAAAADMwAAAAAAMwAAAAACLgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAAMwAAAAABMwAAAAABMwAAAAABDgAAAAAAMwAAAAADMwAAAAACMwAAAAADLgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAACMwAAAAABMwAAAAABMwAAAAABDgAAAAAAMwAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACDgAAAAAADgAAAAAAMwAAAAACDgAAAAAA + tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAADHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAACLgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAADHAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAABDgAAAAAAIwAAAAACIwAAAAADIwAAAAAAMwAAAAADMwAAAAABDgAAAAAAMwAAAAABMwAAAAACAAAAAAAFAAAAAAAEKQAAAAAAKQAAAAAAAAAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABAAAAAAAAAAAAAAACAAAAAAAFAAAAAAADAAAAAAAAMwAAAAADMwAAAAADDgAAAAAAMQAAAAABMQAAAAACMQAAAAABLgAAAAAALgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAAMwAAAAABMwAAAAABMwAAAAADDgAAAAAAMwAAAAACMwAAAAAAMwAAAAADLgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAABDgAAAAAAMwAAAAAAMwAAAAADMwAAAAABLgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAAMwAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAAMwAAAAABDgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAAMwAAAAAAMwAAAAABMwAAAAABDgAAAAAAMwAAAAACMwAAAAACMwAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAACDgAAAAAAMwAAAAAAMwAAAAADMwAAAAACLgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAAAMwAAAAADMwAAAAACMwAAAAADDgAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACDgAAAAAADgAAAAAAMwAAAAABDgAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAAGgAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAADGgAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAABHAAAAAACHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -3,-5: ind: -3,-5 @@ -153,7 +153,7 @@ entities: version: 6 -3,0: ind: -3,0 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMQAAAAADMQAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMQAAAAABMQAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAB version: 6 -3,1: ind: -3,1 @@ -165,15 +165,15 @@ entities: version: 6 -4,-1: ind: -4,-1 - tiles: HAAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: HAAAAAADDgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACCQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADCQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAAAMwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAABMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAAACQAAAAABDgAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAACMwAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAACMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAAACQAAAAABDgAAAAAA version: 6 -4,-4: ind: -4,-4 @@ -181,7 +181,7 @@ entities: version: 6 -5,-1: ind: -5,-1 - tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAABOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAABOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -5,-2: ind: -5,-2 @@ -197,31 +197,31 @@ entities: version: 6 0,-1: ind: 0,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGDgAAAAAAPAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGPAAAAAADIwAAAAACPAAAAAABDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAAAAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAACPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAABPQAAAAAC + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAADDgAAAAAAPAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAAPAAAAAAAIwAAAAADPAAAAAAGDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAAAAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAADPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAADPQAAAAAC version: 6 0,-2: ind: 0,-2 - tiles: IQAAAAADIQAAAAACDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDwAAAAACDwAAAAADDwAAAAACCQAAAAACHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAACCQAAAAACCQAAAAABDwAAAAAAMgAAAAAADwAAAAAACQAAAAACHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADwAAAAACDwAAAAABDwAAAAABCQAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAABDgAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAADDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: IQAAAAACIQAAAAACDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABDwAAAAACDwAAAAACDwAAAAAACQAAAAABHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAABCQAAAAADCQAAAAACDwAAAAABMgAAAAAADwAAAAACCQAAAAADHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDwAAAAAADwAAAAADDwAAAAADCQAAAAADHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: CQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAAACQAAAAADIwAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAADDgAAAAAAIwAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABIwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAIwAAAAACGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAAIwAAAAABIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAAIwAAAAACIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADDgAAAAAAIwAAAAACIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAAIwAAAAACIwAAAAACIQAAAAACIQAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAAIQAAAAAAIQAAAAACDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAACIQAAAAACIQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAD + tiles: CQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAABIwAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAACDgAAAAAAIwAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAAAIwAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABAAAAAAAADgAAAAAADgAAAAAAIwAAAAADGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAAIwAAAAACIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAIwAAAAABIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADDgAAAAAAIwAAAAADIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAAIQAAAAAAIQAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAIQAAAAABIQAAAAACDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAACIQAAAAAAIQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAAMQAAAAACMQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABLAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAADDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAACLAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAACQAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAD version: 6 0,-5: ind: 0,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAADDgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAA version: 6 0,0: ind: 0,0 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAAMAAAAAABDgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAALMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACPQAAAAABLAAAAAAAMAAAAAAHLAAAAAAALAAAAAAALAAAAAAAMAAAAAAAMAAAAAAEMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAACOwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABOwAAAAAAOwAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADPQAAAAABLgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAADQAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAACLwAAAAADLwAAAAABLwAAAAADLwAAAAABLwAAAAACLwAAAAACLwAAAAADLwAAAAADLwAAAAAALwAAAAAALwAAAAACLwAAAAADLwAAAAAALwAAAAAADgAAAAAALwAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAAMAAAAAAEDgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAGMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABPQAAAAACLAAAAAAAMAAAAAAGLAAAAAAALAAAAAAALAAAAAAAMAAAAAAEMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAADOwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABOwAAAAAAOwAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAACPQAAAAABLgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAADQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAACLwAAAAAALwAAAAAALwAAAAADLwAAAAACLwAAAAADLwAAAAABLwAAAAADLwAAAAABLwAAAAACLwAAAAABDgAAAAAALwAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAA version: 6 0,1: ind: 0,1 - tiles: CQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: CQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 0,2: ind: 0,2 @@ -229,19 +229,19 @@ entities: version: 6 1,-1: ind: 1,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAABMQAAAAAAMQAAAAABMQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACAAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADAAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAACHAAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADHAAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAACQAAAAAAHAAAAAABDgAAAAAALAAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAABCQAAAAADHAAAAAAADgAAAAAACQAAAAAC + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAAAMQAAAAABMQAAAAADDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACAAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAACHAAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABHAAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAADHAAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAACDgAAAAAACQAAAAADCQAAAAAAHAAAAAAADgAAAAAACQAAAAAD version: 6 1,-2: ind: 1,-2 - tiles: CQAAAAADCQAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACDgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADCQAAAAABDwAAAAADCQAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAAACQAAAAAADwAAAAAACQAAAAAACQAAAAACHAAAAAAAHAAAAAABHAAAAAACHAAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABHAAAAAADDgAAAAAAHAAAAAACCQAAAAAACQAAAAABCQAAAAACHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAACDgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAAC + tiles: CQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAAACQAAAAAADwAAAAADCQAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAADCQAAAAADDwAAAAAACQAAAAADCQAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAADHAAAAAADDgAAAAAAHAAAAAADCQAAAAACCQAAAAAACQAAAAAAHAAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAAD version: 6 1,-3: ind: 1,-3 - tiles: DgAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAAMQAAAAADMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAAAIwAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAABIwAAAAACIwAAAAAAIwAAAAAAIwAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADDgAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAADIwAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAABDgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAABIwAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAAMQAAAAABMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAADIwAAAAABIwAAAAAAIwAAAAACIwAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAADDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAADIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAABDgAAAAAAIwAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAABIwAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAACDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAAQQAAAAADQQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABDgAAAAAAMwAAAAACMwAAAAADDgAAAAAAQQAAAAADQQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAACMQAAAAACDgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALAAAAAAALAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAAMwAAAAAAMwAAAAAADgAAAAAAQQAAAAADQQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACDgAAAAAAMwAAAAABMwAAAAACDgAAAAAAQQAAAAABQQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAABMQAAAAADDgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAACMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAABIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALAAAAAAA version: 6 1,-5: ind: 1,-5 @@ -249,71 +249,71 @@ entities: version: 6 1,0: ind: 1,0 - tiles: DgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAADDgAAAAAAHAAAAAABHAAAAAACDgAAAAAACQAAAAACCQAAAAAAHAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAABCQAAAAADHAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAACDgAAAAAACQAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAABDgAAAAAACQAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAABDgAAAAAACQAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABQAAAAAABDgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAABLwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAABDgAAAAAACQAAAAAB + tiles: DgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAACDgAAAAAACQAAAAAACQAAAAAAHAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAACQAAAAAACQAAAAADHAAAAAADDgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAACQAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAACQAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAACQAAAAACDgAAAAAAHAAAAAADDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADQAAAAAACDgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACLwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAAB version: 6 1,1: ind: 1,1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAIDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAAMAAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAADCQAAAAABCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAABCQAAAAADCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACLAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAC + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAADDgAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAAMAAAAAAAMAAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAABCQAAAAABCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAABQwAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACLgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAA version: 6 1,2: ind: 1,2 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: CQAAAAADDgAAAAAAQAAAAAADQAAAAAABDwAAAAAAQAAAAAACQAAAAAAAQAAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAQAAAAAABQAAAAAABDwAAAAACQAAAAAADQAAAAAAADgAAAAAAQAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAQAAAAAADQAAAAAAADwAAAAAAQAAAAAADQAAAAAADQAAAAAABQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAABDgAAAAAAQAAAAAADQAAAAAACQAAAAAADQAAAAAADQAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAADDgAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAAADgAAAAAAIwAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAACDgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAABIwAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABCQAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAQwAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAACDgAAAAAAQAAAAAACQAAAAAADDwAAAAAAQAAAAAADQAAAAAADQAAAAAADQAAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAADDgAAAAAAQAAAAAADQAAAAAACDwAAAAACQAAAAAAAQAAAAAADDgAAAAAAQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAQAAAAAABQAAAAAABDwAAAAADQAAAAAAAQAAAAAABQAAAAAABQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAACDgAAAAAAQAAAAAADQAAAAAACQAAAAAABQAAAAAAAQAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAACDgAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAACIwAAAAADDgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAADDgAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAABIwAAAAABDgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAAAIwAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAACCQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAQwAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: CQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAOQAAAAABOQAAAAAAOQAAAAACOQAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAADOQAAAAAAOQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABOQAAAAACOQAAAAABOQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAACHAAAAAADHAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAACHAAAAAAAHAAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADGgAAAAACLwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABGgAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAAGgAAAAACLwAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAAAGgAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAABGgAAAAADLwAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABGgAAAAABDgAAAAAACQAAAAABDgAAAAAAQAAAAAACQAAAAAAAQAAAAAADQAAAAAABQAAAAAABQAAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABGgAAAAADLwAAAAACCQAAAAADDgAAAAAAQAAAAAACQAAAAAAAQAAAAAACQAAAAAADQAAAAAACQAAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACDgAAAAAAQAAAAAADQAAAAAABDwAAAAABQAAAAAACQAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAD + tiles: CQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAAOQAAAAACOQAAAAACOQAAAAACOQAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAADOQAAAAABOQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAACOQAAAAAAOQAAAAAAOQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAACRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAABHAAAAAADHAAAAAABHAAAAAADDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAADHAAAAAABHAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABGgAAAAACLwAAAAADDgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAAGgAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAABGgAAAAACLwAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACGgAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACGgAAAAABLwAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABGgAAAAAADgAAAAAACQAAAAACDgAAAAAAQAAAAAAAQAAAAAAAQAAAAAACQAAAAAACQAAAAAACQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAAGgAAAAABLwAAAAACCQAAAAACDgAAAAAAQAAAAAAAQAAAAAADQAAAAAABQAAAAAABQAAAAAADQAAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADDgAAAAAAQAAAAAADQAAAAAABDwAAAAAAQAAAAAAAQAAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAC version: 6 2,-3: ind: 2,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACDgAAAAAAHAAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAACIQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADDgAAAAAAHAAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABIQAAAAABIQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAADgAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA + tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAADGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAACLAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADRwAAAAABLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABRwAAAAABLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAA version: 6 2,0: ind: 2,0 - tiles: QwAAAAADCQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAQwAAAAADCQAAAAABCQAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAACCQAAAAACDgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADDgAAAAAAQwAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAAADgAAAAAAIwAAAAADDgAAAAAADgAAAAAAQwAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAACDgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAILgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + tiles: QwAAAAAACQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAQwAAAAADCQAAAAAACQAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAAQwAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAAIwAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAABDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAADDgAAAAAAMAAAAAAAMAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAACDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAACDgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA version: 6 2,1: ind: 2,1 - tiles: QwAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAAQwAAAAAACQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAABCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: QwAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAAQwAAAAADCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAABCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,2: ind: 2,2 - tiles: CQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: CQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA + tiles: CQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAADLwAAAAADLwAAAAACGgAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAAAGgAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAAGgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAAALwAAAAABLwAAAAAAGgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAABGgAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAAALwAAAAACLwAAAAABGgAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAAALwAAAAAALwAAAAAAGgAAAAACCQAAAAACCQAAAAACCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABGgAAAAADCQAAAAADCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAADLwAAAAAALwAAAAAAGgAAAAABCQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAEAAAAAAAGAAAAAAAIDgAAAAAAGgAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAABLwAAAAADLwAAAAAAGgAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAASAAAAAACSAAAAAAASAAAAAACDgAAAAAAHAAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAAALAAAAAAALAAAAAAARwAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAAASAAAAAADSAAAAAAASAAAAAABHAAAAAABHAAAAAAADgAAAAAAHAAAAAACSQAAAAACSQAAAAABLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAAASAAAAAAASAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAACLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAAAMQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAASAAAAAACSAAAAAACSAAAAAADDgAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADLAAAAAAALAAAAAAARwAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAASAAAAAADSAAAAAAASAAAAAADHAAAAAABHAAAAAACDgAAAAAAHAAAAAACSQAAAAAASQAAAAABLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAACSAAAAAACSAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAACLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAACDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAHAAAAAABHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAABDgAAAAAARgAAAAAARgAAAAACDgAAAAAARgAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAAMwAAAAADDgAAAAAAMwAAAAABDgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAADDgAAAAAAHAAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAAADgAAAAAARgAAAAADRgAAAAAADgAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAAMwAAAAAADgAAAAAAMwAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA version: 6 3,-5: ind: 3,-5 - tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAADDgAAAAAARwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAARwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAAFLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAABLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 3,0: ind: 3,0 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,1: ind: 3,1 @@ -325,7 +325,7 @@ entities: version: 6 5,-2: ind: 5,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAADQAAAAAADQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAADPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAAQAAAAAACQAAAAAABQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAACQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAHAAAAAACRwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAACQAAAAAAADgAAAAAAQAAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAADLAAAAAAALAAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAADQAAAAAACQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAABPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAADDgAAAAAAQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAAADgAAAAAAQAAAAAACQAAAAAADQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAACQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAACRwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAAMwAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAADDgAAAAAADgAAAAAADgAAAAAAQAAAAAACDgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAADQAAAAAACDgAAAAAAQAAAAAADQAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAA version: 6 4,0: ind: 4,0 @@ -337,7 +337,7 @@ entities: version: 6 6,-2: ind: 6,-2 - tiles: QAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: QAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,-6: ind: 1,-6 @@ -345,11 +345,11 @@ entities: version: 6 4,-3: ind: 4,-3 - tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAACLgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADLAAAAAAARwAAAAAARwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACLgAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAAHAAAAAAADgAAAAAAMwAAAAADLgAAAAAALgAAAAAARwAAAAACMwAAAAACMwAAAAADRwAAAAABMwAAAAACDgAAAAAADgAAAAAAMwAAAAABMwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADLgAAAAAALgAAAAAARwAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAACDgAAAAAAMwAAAAACMwAAAAAADgAAAAAARwAAAAABLAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAAALAAAAAAALAAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAABDgAAAAAAMwAAAAACMwAAAAACMwAAAAADLAAAAAAASQAAAAACHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAACHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAABMwAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAAALAAAAAAARwAAAAACRwAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABHAAAAAADDgAAAAAAMwAAAAACLgAAAAAALgAAAAAARwAAAAACMwAAAAAAMwAAAAADRwAAAAACMwAAAAADDgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAALgAAAAAARwAAAAABMwAAAAABMwAAAAABMwAAAAAAMwAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAARwAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAAALAAAAAAALAAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAAALAAAAAAASQAAAAACHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,-6: ind: 2,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAACSQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAAASQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,-6: ind: -1,-6 @@ -377,7 +377,7 @@ entities: version: 6 6,-3: ind: 6,-3 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,1: ind: -4,1 @@ -385,7 +385,7 @@ entities: version: 6 5,-3: ind: 5,-3 - tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAABMwAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABQAAAAAABQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAPQAAAAACDgAAAAAAQAAAAAABDgAAAAAAQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAACDgAAAAAADgAAAAAAQAAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAABMwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABQAAAAAAAQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAPQAAAAAADgAAAAAAQAAAAAACDgAAAAAAQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAACDgAAAAAADgAAAAAAQAAAAAACDgAAAAAA version: 6 -5,-5: ind: -5,-5 @@ -393,23 +393,23 @@ entities: version: 6 3,-6: ind: 3,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACHAAAAAABSgAAAAACSgAAAAADSgAAAAABSgAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACLgAAAAAASQAAAAADSQAAAAACHAAAAAAAHAAAAAAASgAAAAABSgAAAAABSgAAAAACSgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACSQAAAAADSQAAAAAASQAAAAABHAAAAAACHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABHAAAAAAASgAAAAACSgAAAAADSgAAAAAASgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADLgAAAAAASQAAAAABSQAAAAADHAAAAAABHAAAAAACSgAAAAADSgAAAAADSgAAAAACSgAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACSQAAAAACSQAAAAABSQAAAAABHAAAAAACHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAABHAAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: PAAAAAADIwAAAAADDgAAAAAALAAAAAAAPAAAAAACDgAAAAAAIwAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACRwAAAAACLAAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAAAPAAAAAACIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAABPAAAAAAGPAAAAAABDgAAAAAADgAAAAAADgAAAAAAPAAAAAAAIwAAAAABIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAGPAAAAAAEIwAAAAABRwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABRwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAACPAAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAAASgAAAAAADgAAAAAADgAAAAAASgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAADSgAAAAAADgAAAAAASgAAAAABSgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: PAAAAAACIwAAAAAADgAAAAAALAAAAAAAPAAAAAADDgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAABRwAAAAACLAAAAAAADgAAAAAAIwAAAAABDgAAAAAAIwAAAAAAPAAAAAADIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAAPAAAAAADPAAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAABIwAAAAABIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAGPAAAAAAFIwAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAACPAAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAAASgAAAAAADgAAAAAADgAAAAAASgAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAALAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAADSgAAAAAADgAAAAAASgAAAAACSgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-6: ind: 4,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACDgAAAAAAPAAAAAACIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAADIwAAAAAADgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAEDgAAAAAADgAAAAAAIwAAAAABPAAAAAAGDgAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAABDgAAAAAAPAAAAAAEIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAAIwAAAAACDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAFDgAAAAAADgAAAAAAIwAAAAAAPAAAAAAGDgAAAAAAIwAAAAADIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAAADgAAAAAARwAAAAABDgAAAAAARwAAAAACHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAARwAAAAACDgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAARwAAAAABDgAAAAAARwAAAAACDgAAAAAARwAAAAAAHAAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAARwAAAAACDgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-4: ind: 5,-4 @@ -641,6 +641,12 @@ entities: id: BrickTileDarkInnerNe decals: 4123: -6,-41 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileDarkInnerNw + decals: + 14364: -13,-41 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw @@ -685,6 +691,15 @@ entities: 4132: -10,-37 4133: -11,-37 4134: -12,-37 + 14365: -14,-41 + 14366: -15,-41 + 14367: -16,-41 + 14368: -17,-41 + 14369: -18,-41 + 14370: -19,-41 + 14371: -20,-41 + 14372: -21,-41 + 14373: -22,-41 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS @@ -868,13 +883,6 @@ entities: id: BrickTileWhiteEndN decals: 9390: -28,4 - - node: - zIndex: 1 - color: '#EFB34196' - id: BrickTileWhiteEndN - decals: - 2359: -4,-12 - 2360: -2,-12 - node: zIndex: 1 color: '#DE3A3A96' @@ -986,6 +994,8 @@ entities: decals: 13777: -21,-11 13778: -21,-12 + 14265: 29,-37 + 14266: 29,-33 - node: color: '#DE3A3A96' id: BrickTileWhiteLineE @@ -1024,6 +1034,9 @@ entities: 2222: -8,-12 2223: -12,-15 12388: -8,-14 + 14243: -8,-21 + 14244: -8,-20 + 14245: -8,-19 - node: color: '#334E6DC8' id: BrickTileWhiteLineN @@ -1178,6 +1191,13 @@ entities: 11442: 29,-36 11443: 29,-35 11444: 29,-34 + - node: + zIndex: 1 + color: '#334E6DC8' + id: BrickTileWhiteLineW + decals: + 14263: 29,-33 + 14264: 29,-37 - node: zIndex: 1 color: '#9FED5896' @@ -1349,6 +1369,139 @@ entities: 2093: -12,-9 2141: -10,-7 2142: -9,-7 + 14234: -10,-6 + 14235: -9,-6 + 14236: -9,-10 + 14237: -10,-10 + - node: + color: '#43990996' + id: CheckerNESW + decals: + 14159: -4,-49 + 14160: -3,-49 + 14161: -2,-49 + 14162: -1,-49 + 14163: 0,-49 + 14164: 1,-49 + 14165: 2,-49 + 14166: 3,-49 + 14167: 4,-49 + 14168: 5,-49 + 14169: 6,-49 + 14170: -38,-31 + 14171: -37,-31 + 14172: -36,-31 + 14173: -35,-31 + 14174: -34,-31 + 14175: -33,-31 + 14176: -32,-31 + 14177: -31,-31 + 14178: -30,-31 + 14179: -29,-31 + 14203: -24,-38 + 14204: -24,-37 + 14205: -24,-36 + 14206: -24,-35 + 14207: -24,-34 + 14208: -24,-33 + 14209: -24,-32 + 14210: -24,-31 + 14211: -24,-30 + 14212: -24,-29 + 14213: -24,-28 + 14214: -24,-27 + 14215: -24,-26 + 14216: -24,-25 + 14217: -24,-24 + - node: + zIndex: 1 + color: '#43990996' + id: CheckerNESW + decals: + 13986: -22,-42 + 13987: -21,-42 + 13988: -20,-42 + 13989: -19,-42 + 13990: -18,-42 + 13991: -17,-42 + 13992: -16,-42 + 13993: -15,-42 + 13994: -14,-42 + 13995: -24,-20 + 13996: -23,-20 + 13997: -22,-20 + 13998: -21,-20 + 13999: -20,-20 + 14000: -19,-20 + 14001: -18,-20 + 14002: -17,-20 + 14015: 3,12 + 14016: 3,13 + 14017: 5,13 + 14018: 5,12 + 14019: 4,17 + 14020: 3,17 + 14021: 2,17 + 14022: 1,17 + 14023: 5,17 + 14024: 6,17 + 14025: 7,17 + 14026: 8,17 + 14027: 9,17 + 14028: 0,17 + 14029: -1,17 + 14052: -1,25 + 14053: 0,25 + 14054: 1,25 + 14055: 2,25 + 14056: 3,25 + 14057: 4,25 + 14058: 5,25 + 14059: 6,25 + 14060: 7,25 + 14061: 8,25 + 14063: 20,-4 + 14064: 21,-4 + 14065: 22,-4 + 14066: 23,-4 + 14067: 24,-4 + 14068: 25,-4 + 14069: 26,-4 + 14070: 27,-4 + 14071: 28,-4 + 14072: 29,-4 + 14073: 30,-4 + 14074: 31,-4 + 14075: 32,-4 + 14095: 47,-22 + 14096: 48,-22 + 14097: 49,-22 + 14098: 50,-22 + 14099: 51,-22 + 14100: 29,-22 + 14101: 28,-22 + 14102: 27,-22 + 14103: 26,-22 + 14104: 30,-22 + 14105: 31,-22 + 14106: 32,-22 + 14107: 33,-22 + 14108: 34,-22 + 14109: 35,-22 + 14110: 36,-22 + 14111: 37,-22 + 14112: 38,-22 + 14113: 39,-22 + 14114: 40,-22 + 14115: 41,-22 + 14116: 42,-22 + 14139: 20,-22 + 14140: 21,-22 + 14141: 22,-22 + 14142: 23,-22 + 14143: 24,-22 + 14144: 15,-33 + 14145: 11,-33 - node: color: '#52B4E996' id: CheckerNESW @@ -1474,6 +1627,13 @@ entities: 10680: -13,-32 10681: -17,-31 12902: -15,-34 + - node: + zIndex: 1 + color: '#9FED5896' + id: CheckerNWSE + decals: + 14300: -22,-37 + 14301: -14,-39 - node: color: '#DE3A3A96' id: CheckerNWSE @@ -1504,6 +1664,42 @@ entities: 11216: -18,-1 11217: -22,-1 11218: -22,-2 + 14148: -3,-49 + 14149: -2,-49 + 14150: -1,-49 + 14151: 0,-49 + 14152: 1,-49 + 14153: 2,-49 + 14154: 3,-49 + 14155: 4,-49 + 14156: 5,-49 + 14157: -4,-49 + 14158: 6,-49 + 14180: -38,-31 + 14181: -37,-31 + 14182: -36,-31 + 14183: -35,-31 + 14184: -34,-31 + 14185: -33,-31 + 14186: -32,-31 + 14187: -31,-31 + 14188: -30,-31 + 14189: -29,-31 + 14190: -24,-26 + 14191: -24,-27 + 14192: -24,-28 + 14193: -24,-29 + 14194: -24,-30 + 14195: -24,-31 + 14196: -24,-32 + 14197: -24,-33 + 14198: -24,-34 + 14199: -24,-35 + 14200: -24,-36 + 14201: -24,-37 + 14202: -24,-38 + 14218: -24,-24 + 14219: -24,-25 - node: zIndex: 1 color: '#DE3A3A96' @@ -1512,30 +1708,120 @@ entities: 13010: -31,-4 13011: -30,-4 13012: -29,-4 + 13977: -14,-42 + 13978: -15,-42 + 13979: -16,-42 + 13980: -17,-42 + 13981: -18,-42 + 13982: -19,-42 + 13983: -20,-42 + 13984: -21,-42 + 13985: -22,-42 + 14003: -24,-20 + 14004: -23,-20 + 14005: -22,-20 + 14006: -21,-20 + 14007: -20,-20 + 14008: -19,-20 + 14009: -18,-20 + 14010: -17,-20 + 14011: 5,12 + 14012: 5,13 + 14013: 3,13 + 14014: 3,12 + 14030: -1,17 + 14031: 0,17 + 14032: 1,17 + 14033: 2,17 + 14034: 3,17 + 14035: 4,17 + 14036: 5,17 + 14037: 6,17 + 14038: 7,17 + 14039: 8,17 + 14040: 9,17 + 14041: -1,25 + 14042: 0,25 + 14043: 1,25 + 14044: 2,25 + 14045: 3,25 + 14046: 4,25 + 14047: 5,25 + 14048: 6,25 + 14049: 7,25 + 14050: 8,25 + 14051: 9,25 + 14076: 20,-4 + 14077: 21,-4 + 14078: 22,-4 + 14079: 23,-4 + 14080: 24,-4 + 14081: 25,-4 + 14082: 26,-4 + 14083: 27,-4 + 14084: 28,-4 + 14085: 29,-4 + 14086: 30,-4 + 14087: 31,-4 + 14088: 32,-4 + 14089: 47,-22 + 14090: 48,-22 + 14091: 49,-22 + 14092: 50,-22 + 14094: 51,-22 + 14117: 42,-22 + 14118: 41,-22 + 14119: 40,-22 + 14120: 39,-22 + 14121: 38,-22 + 14122: 37,-22 + 14123: 36,-22 + 14124: 35,-22 + 14125: 34,-22 + 14126: 33,-22 + 14127: 32,-22 + 14128: 31,-22 + 14129: 30,-22 + 14130: 29,-22 + 14131: 28,-22 + 14132: 27,-22 + 14133: 26,-22 + 14134: 24,-22 + 14135: 23,-22 + 14136: 22,-22 + 14137: 21,-22 + 14138: 20,-22 + 14146: 11,-33 + 14147: 15,-33 - node: - color: '#F9FFFEFF' + zIndex: 1 + color: '#FFFFFF93' id: CheckerNWSE decals: - 2610: -10,-35 - 2611: -9,-35 - 2612: -8,-35 - 2613: -7,-35 - 2614: -7,-34 - 2615: -8,-34 - 2616: -9,-34 - 2617: -10,-34 - 2619: -9,-33 - 2620: -8,-33 - 2621: -7,-33 - 2622: -7,-32 - 2623: -7,-31 - 2624: -10,-33 - 2625: -10,-32 - 2626: -9,-32 - 2627: -8,-32 - 2628: -8,-31 - 2629: -9,-31 - 2630: -10,-31 + 14302: -10,-35 + 14303: -9,-35 + 14304: -8,-35 + 14305: -7,-35 + 14306: -7,-34 + 14307: -8,-34 + 14308: -8,-33 + 14309: -9,-33 + 14310: -9,-34 + 14311: -10,-34 + 14312: -10,-33 + 14313: -10,-32 + 14314: -10,-31 + 14315: -9,-31 + 14316: -9,-32 + 14317: -8,-32 + 14318: -8,-31 + 14319: -7,-31 + 14320: -7,-32 + 14321: -7,-33 + 14322: -11,-32 + 14323: -9,-36 + 14324: -8,-36 + 14325: -7,-36 - node: cleanable: True color: '#52B4E9FF' @@ -1552,7 +1838,6 @@ entities: 9349: -30,1 9350: -31,-1 9351: -26,-3 - 9353: -28,-5 9354: -31,-6 - node: color: '#FFFFFFFF' @@ -1633,8 +1918,6 @@ entities: 10329: -1,-32 10330: -1,-33 10331: 0,-33 - 10332: -2,-35 - 10333: -2,-32 - node: cleanable: True zIndex: 5 @@ -1709,17 +1992,15 @@ entities: 13482: 86,-15 13483: 87,-14 13484: 87,-14 + 13707: -23,-8 13756: -21,-9 13757: -22,-12 13779: -15,17 13786: -9,-18 - - node: - cleanable: True - zIndex: 5 - color: '#FFFFFFFF' - id: Dirt - decals: - 13707: -23,-8 + 14326: -10,-35 + 14327: -6,-32 + 14328: -4,-32 + 14395: -10,-48 - node: cleanable: True zIndex: 5 @@ -1743,8 +2024,6 @@ entities: 3968: 14,-54 3969: 15,-51 3970: 14,-52 - 4016: -9,-46 - 4017: -8,-46 4018: -6,-44 4019: -5,-41 4020: -6,-41 @@ -1853,8 +2132,6 @@ entities: 5287: 11,-47 5288: 10,-47 5289: 9,-47 - 5345: -2,-50 - 5346: -1,-50 5347: -1,-51 5348: -2,-51 5507: -23,-51 @@ -1895,27 +2172,6 @@ entities: 6159: -3,-31 6160: -4,-31 6161: -5,-31 - 6162: -7,-32 - 6163: -7,-31 - 6164: -8,-31 - 6165: -9,-31 - 6166: -9,-32 - 6167: -10,-32 - 6168: -10,-33 - 6169: -9,-33 - 6170: -10,-34 - 6171: -10,-35 - 6172: -9,-35 - 6173: -9,-34 - 6174: -10,-33 - 6175: -8,-33 - 6176: -8,-34 - 6177: -8,-35 - 6178: -7,-35 - 6179: -7,-34 - 6180: -7,-33 - 6181: -7,-32 - 6182: -8,-32 6254: -18,-38 6255: -17,-38 6260: -22,-39 @@ -1983,18 +2239,14 @@ entities: 6873: 14,3 6874: 15,3 6894: 17,-37 - 6895: 17,-36 6896: 19,-38 6897: 19,-39 6898: 19,-41 6901: 17,-37 - 6902: 20,-37 6903: 19,-39 - 6904: 20,-41 6905: 14,-39 6906: 15,-38 6907: 14,-37 - 6908: 13,-38 6909: 14,-39 6910: 15,-39 6911: 15,-40 @@ -2594,7 +2846,6 @@ entities: 8043: 38,-7 8044: 43,-8 8045: 43,-7 - 8048: 33,6 8049: 33,8 8050: 33,11 8051: 32,17 @@ -2844,7 +3095,6 @@ entities: 8436: -17,-48 8450: -8,-49 8451: -7,-49 - 8452: -9,-46 8458: -11,-44 8460: -11,-44 8461: -6,-41 @@ -3107,7 +3357,6 @@ entities: 11512: 35,-43 11513: 35,-44 11514: 32,-44 - 11515: 30,-44 11516: 31,-43 11517: 39,-45 11518: 39,-46 @@ -3655,6 +3904,7 @@ entities: 13430: 65,-43 13431: 65,-43 13432: 63,-43 + 13712: -24,-10 13714: -18,-11 13715: -17,-5 13716: -18,-5 @@ -3664,14 +3914,9 @@ entities: 13720: -20,-1 13721: -21,-1 13722: -23,-2 - 13723: -26,-5 - 13724: -27,-5 13725: -27,-4 13726: -26,-4 13727: -25,-4 - 13728: -25,-7 - 13729: -25,-6 - 13730: -26,-6 13758: -22,-11 13759: -21,-11 13760: -21,-12 @@ -3683,13 +3928,33 @@ entities: 13783: 4,13 13784: 5,13 13785: 5,12 - - node: - cleanable: True - zIndex: 5 - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 13712: -24,-10 + 13915: -24,-53 + 13969: 33,37 + 13970: 33,30 + 13971: 31,30 + 13972: 33,25 + 13973: 31,25 + 13974: 33,18 + 13975: 31,19 + 13976: 33,6 + 14329: -5,-32 + 14330: -4,-31 + 14331: -7,-32 + 14332: -8,-32 + 14333: -8,-31 + 14334: -9,-31 + 14335: -10,-31 + 14336: -10,-32 + 14337: -8,-35 + 14338: -9,-35 + 14363: 5,-49 + 14388: -9,-46 + 14389: -8,-46 + 14390: -8,-47 + 14391: -9,-48 + 14392: -9,-49 + 14393: -10,-46 + 14394: -10,-45 - node: cleanable: True zIndex: 5 @@ -3912,7 +4177,6 @@ entities: 11829: 17,14 12646: -7,-50 12647: -4,-49 - 12648: -1,-50 12649: 2,-48 12650: 5,-50 12651: 11,-50 @@ -4325,7 +4589,6 @@ entities: 5311: 12,-67 5349: 0,-50 5350: 0,-51 - 5351: -1,-50 5352: -1,-48 5353: 0,-48 5354: -5,-50 @@ -4457,24 +4720,9 @@ entities: 6123: -8,-27 6124: -6,-27 6130: -5,-23 - 6183: -7,-35 - 6184: -8,-35 - 6185: -9,-35 - 6186: -9,-34 - 6187: -7,-35 - 6188: -7,-34 - 6189: -7,-33 - 6190: -7,-32 - 6191: -9,-32 - 6192: -10,-32 - 6193: -10,-33 - 6194: -10,-34 - 6195: -9,-35 6196: -7,-37 6197: -9,-37 6198: -10,-37 - 6199: -9,-36 - 6200: -7,-36 6207: -15,-36 6208: -15,-35 6210: -17,-36 @@ -4878,7 +5126,6 @@ entities: 12636: -15,-43 12637: -4,-42 12638: -5,-41 - 12639: -9,-46 12640: -8,-45 12641: -8,-44 12642: -9,-43 @@ -5020,7 +5267,51 @@ entities: 13768: -21,-12 13769: -22,-12 13781: -15,16 - 13782: -14,12 + 13916: -24,-52 + 13917: -23,-51 + 13918: -25,-53 + 13919: -23,-53 + 13920: -25,-48 + 13921: -25,-47 + 13939: -16,-25 + 13940: -12,-20 + 13941: -11,-21 + 13942: -10,-20 + 13943: -11,-19 + 13944: -12,-19 + 13945: -12,-21 + 13946: -10,-21 + 13947: -11,-19 + 13948: -10,-19 + 13949: -12,-19 + 13950: -13,-20 + 13951: -9,-21 + 13952: -8,-21 + 13953: -8,-20 + 13954: -9,-19 + 13955: -8,-19 + 13956: -19,-10 + 13957: -22,-11 + 13958: -30,-5 + 13959: -31,-5 + 13961: -29,-4 + 13962: -30,-4 + 13963: -31,-4 + 13964: -31,-5 + 13965: -30,-5 + 14350: -9,-33 + 14351: -7,-35 + 14352: -10,-37 + 14353: -8,-38 + 14354: -11,-43 + 14355: -12,-43 + 14356: -13,-43 + 14357: -14,-42 + 14358: -17,-42 + 14359: -4,-49 + 14360: -3,-49 + 14361: 5,-49 + 14362: 6,-49 - node: cleanable: True zIndex: 5 @@ -5111,7 +5402,6 @@ entities: 4598: 34,5 4599: 32,7 4600: 31,5 - 4601: 33,6 4602: 33,9 4604: 33,11 4606: 32,13 @@ -5134,7 +5424,6 @@ entities: 4836: 33,-8 4837: 30,-10 4838: 32,-11 - 4839: 33,7 4840: 33,19 4841: 31,18 4842: 31,16 @@ -5158,7 +5447,6 @@ entities: 5060: -16,4 5100: -8,-11 5101: -8,-12 - 5109: -9,-17 5110: -9,-18 5154: -9,-9 5155: -9,-8 @@ -5220,7 +5508,6 @@ entities: 5413: -9,-61 5414: -8,-59 5415: -9,-52 - 5416: -8,-46 5427: -15,-42 5474: -16,-54 5475: -16,-56 @@ -5430,9 +5717,7 @@ entities: 9105: -30,-35 9190: 51,-25 9191: 52,-23 - 9192: 52,-22 9194: 53,-21 - 9195: 52,-22 9197: 46,-23 9198: 45,-25 9199: 47,-25 @@ -5511,7 +5796,6 @@ entities: 10175: -15,14 10176: -15,13 10177: -15,12 - 10178: -14,12 10179: -13,12 10180: -14,11 10181: -15,10 @@ -5842,6 +6126,34 @@ entities: 12952: 62,-80 12953: 61,-80 13770: -21,-11 + 13922: -24,-53 + 13923: -25,-53 + 13924: -26,-53 + 13925: -23,-51 + 13926: -24,-51 + 13927: -25,-52 + 13928: -25,-51 + 13929: -26,-52 + 13930: -25,-48 + 13931: -25,-47 + 13932: -27,-47 + 13933: -29,-46 + 13934: -20,-38 + 13935: -20,-39 + 13936: -28,-36 + 13937: -28,-37 + 13938: -29,-37 + 14339: -10,-34 + 14340: -7,-35 + 14341: -7,-34 + 14342: -8,-34 + 14343: -8,-33 + 14344: -10,-33 + 14345: -11,-32 + 14346: -9,-33 + 14347: -8,-33 + 14348: -8,-34 + 14349: -9,-34 - node: color: '#FFFFFFFF' id: FlowersBRTwo @@ -5862,8 +6174,6 @@ entities: color: '#FFFFFFFF' id: Flowersbr3 decals: - 9850: -18.55713,30.31368 - 9851: -20.955622,30.900757 9898: -16.75473,14.587231 - node: color: '#FFFFFFFF' @@ -5910,6 +6220,20 @@ entities: 11348: -19,-58 11349: -18,-58 11350: -17,-58 + - node: + zIndex: 1 + color: '#334E6DC8' + id: FullTileOverlayGreyscale + decals: + 14249: -15,-50 + 14250: -13,-51 + 14256: -19,-48 + 14257: -24,-44 + 14258: -25,-44 + 14259: -26,-48 + 14260: -20,-50 + 14261: -21,-50 + 14262: -23,-50 - node: color: '#52B4E996' id: FullTileOverlayGreyscale @@ -5978,6 +6302,16 @@ entities: 10912: -14,-18 11340: -15,-57 11341: -15,-56 + - node: + zIndex: 1 + color: '#EFB34196' + id: FullTileOverlayGreyscale + decals: + 14239: -9,-17 + 14240: -5,-17 + 14241: -7,-21 + 14242: -7,-19 + 14246: -13,-23 - node: cleanable: True zIndex: 1 @@ -5992,22 +6326,12 @@ entities: id: Gib decals: 12392: 50.02343,-62.087116 - - node: - color: '#FFFFFFFF' - id: Grassa1 - decals: - 9842: -19.66915,30.43031 - node: cleanable: True color: '#FFFFFFFF' id: Grassa2 decals: 10036: 14.044986,-5.245513 - - node: - color: '#FFFFFFFF' - id: Grassa5 - decals: - 9854: -18.995443,30.955017 - node: color: '#FFFFFFFF' id: Grassb2 @@ -6023,7 +6347,6 @@ entities: color: '#FFFFFFFF' id: Grassb5 decals: - 9834: -20.966206,30.899384 9859: -11.700985,14.073188 9870: -17.036173,14.574991 - node: @@ -6067,7 +6390,6 @@ entities: color: '#FFFFFFFF' id: Grassd3 decals: - 9839: -19.002151,31.003624 9848: -18.035362,29.998701 9853: -20.121004,31.069683 - node: @@ -6080,7 +6402,6 @@ entities: color: '#FFFFFFFF' id: Grasse1 decals: - 9841: -21.03441,30.951504 9863: -16.987225,15.027837 - node: cleanable: True @@ -6646,8 +6967,6 @@ entities: decals: 9331: -27,11 12087: -28,10 - 12993: -25,-7 - 12994: -25,-6 - node: color: '#FA750096' id: QuarterTileOverlayGreyscale180 @@ -6670,7 +6989,6 @@ entities: id: QuarterTileOverlayGreyscale270 decals: 10907: -8,-25 - 11395: -10,-47 11396: -10,-48 11397: -10,-49 11400: -11,-43 @@ -6694,7 +7012,14 @@ entities: 13807: -11,-44 13808: -11,-45 13809: -10,-45 - 13810: -10,-46 + 14386: -10,-46 + 14387: -10,-47 + - node: + zIndex: 1 + color: '#43990996' + id: QuarterTileOverlayGreyscale270 + decals: + 14062: 9,25 - node: color: '#52B4E996' id: QuarterTileOverlayGreyscale270 @@ -7607,7 +7932,12 @@ entities: 12099: 37,-13 12102: 38,-12 12103: 37,-11 - 12148: 20,-36 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 14289: 20,-36 - node: zIndex: 2 color: '#FFFFFFFF' @@ -7621,9 +7951,15 @@ entities: 12098: 35,-13 12101: 34,-12 12104: 35,-11 - 12116: 17,-36 - 12131: 13,-37 12136: 16,-39 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 14281: 17,-36 + 14290: 19,-36 + 14297: 13,-37 - node: zIndex: 2 color: '#FFFFFFFF' @@ -7631,10 +7967,11 @@ entities: decals: 12361: -18,-47 - node: + zIndex: 1 color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: - 12134: 20,-41 + 14288: 20,-41 - node: zIndex: 2 color: '#FFFFFFFF' @@ -7645,8 +7982,14 @@ entities: color: '#FFFFFFFF' id: WoodTrimThinCornerSw decals: - 12129: 13,-39 12135: 16,-41 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 14287: 19,-41 + 14299: 13,-39 - node: zIndex: 2 color: '#FFFFFFFF' @@ -7658,6 +8001,12 @@ entities: id: WoodTrimThinEndN decals: 12107: 36,-10 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WoodTrimThinEndS + decals: + 14277: 17,-41 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNe @@ -7682,6 +8031,7 @@ entities: id: WoodTrimThinInnerSe decals: 12342: -8,-42 + 14282: 17,-38 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerSw @@ -7689,13 +8039,11 @@ entities: 12110: 35,-12 12128: 17,-38 - node: + zIndex: 1 color: '#FFFFFFFF' - id: WoodTrimThinLineE + id: WoodTrimThinInnerSw decals: - 12144: 20,-40 - 12145: 20,-39 - 12146: 20,-38 - 12147: 20,-37 + 14284: 19,-38 - node: zIndex: 1 color: '#FFFFFFFF' @@ -7704,6 +8052,12 @@ entities: 12343: -8,-43 12345: -8,-44 12346: -8,-45 + 14275: 17,-39 + 14276: 17,-40 + 14293: 20,-40 + 14294: 20,-39 + 14295: 20,-38 + 14296: 20,-37 - node: zIndex: 2 color: '#FFFFFFFF' @@ -7733,7 +8087,12 @@ entities: 1616: 18,-59 12100: 36,-13 12142: 18,-38 - 12149: 19,-36 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 14292: 18,-38 - node: zIndex: 2 color: '#FFFFFFFF' @@ -7762,6 +8121,7 @@ entities: 12347: -6,-42 12348: -5,-42 12349: -4,-42 + 14283: 18,-38 - node: zIndex: 2 color: '#FFFFFFFF' @@ -7780,9 +8140,19 @@ entities: 12118: 18,-36 12119: 18,-37 12122: 17,-37 - 12130: 13,-38 12137: 16,-40 12138: 17,-38 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 14278: 17,-40 + 14279: 17,-39 + 14285: 19,-39 + 14286: 19,-40 + 14291: 19,-37 + 14298: 13,-38 - node: zIndex: 2 color: '#FFFFFFFF' @@ -7798,10 +8168,106 @@ entities: 1581: 2.6982818,-19.07067 - node: cleanable: True - zIndex: 1 + zIndex: 4 color: '#FFFFFF7F' id: burnt1 decals: + 1635: 16,-12 + 1636: 15,-12 + 1637: 15,-13 + 1643: 11,-12 + 1645: 16,-11 + 1646: 17,-12 + 1651: 10,-14 + 1652: 11,-13 + 1653: 11,-14 + 1654: 40,-47 + 1655: 40,-46 + 1656: 40,-45 + 1657: 39,-45 + 1661: 39,-47 + 3189: 13,-14 + 3190: 14,-14 + 3192: 11,-14 + 3193: 11,-13 + 3194: 10,-12 + 3195: 11,-12 + 3197: 12,-11 + 3198: 12,-12 + 3200: 16,-14 + 3201: 17,-11 + 3202: 18,-12 + 3203: 17,-12 + 3205: 16,-16 + 3206: 22,-17 + 3207: 21,-20 + 3208: 24,-23 + 4830: 35,-11 + 4831: 36,-8 + 4941: -4,11 + 4948: 14,0 + 5275: 10,-43 + 5797: -45,-31 + 5807: -51,-34 + 5808: -52,-34 + 5809: -52,-35 + 5810: -50,-34 + 5813: -50,-28 + 6314: -15,-35 + 6315: -19,-36 + 6316: -21,-35 + 7094: 52,-43 + 7109: 50,-41 + 7110: 51,-39 + 7111: 50,-38 + 7112: 50,-37 + 7113: 51,-37 + 7114: 51,-36 + 7115: 50,-36 + 7116: 52,-36 + 7117: 55,-39 + 7118: 56,-39 + 7119: 56,-41 + 7120: 56,-40 + 7475: 48,11 + 7476: 47,11 + 7477: 47,12 + 7478: 46,12 + 7479: 45,12 + 7480: 44,11 + 7481: 43,11 + 7482: 43,12 + 7483: 42,11 + 7484: 42,9 + 7485: 42,8 + 7486: 43,9 + 7487: 43,8 + 7488: 44,9 + 7489: 44,8 + 7490: 48,10 + 7491: 48,11 + 7492: 47,10 + 7493: 40,9 + 7494: 40,8 + 7495: 41,6 + 7496: 41,5 + 7497: 40,5 + 7498: 37,8 + 7499: 38,8 + 7500: 35,9 + 7501: 27,6 + 7502: 28,6 + 7503: 29,6 + 10207: 14,-2 + 10208: 16,-1 + 10209: 14,4 + 10214: 12,-14 + 10215: 14,-12 + 10216: 16,-13 + 10217: 17,-11 + 10352: 13,-13 + 10353: 13,-12 + 10354: 14,-12 13546: 89,-28 13547: 88,-28 13548: 86,-28 @@ -7912,110 +8378,20 @@ entities: cleanable: True zIndex: 4 color: '#FFFFFF7F' - id: burnt1 - decals: - 1635: 16,-12 - 1636: 15,-12 - 1637: 15,-13 - 1643: 11,-12 - 1645: 16,-11 - 1646: 17,-12 - 1651: 10,-14 - 1652: 11,-13 - 1653: 11,-14 - 1654: 40,-47 - 1655: 40,-46 - 1656: 40,-45 - 1657: 39,-45 - 1661: 39,-47 - 3189: 13,-14 - 3190: 14,-14 - 3192: 11,-14 - 3193: 11,-13 - 3194: 10,-12 - 3195: 11,-12 - 3197: 12,-11 - 3198: 12,-12 - 3200: 16,-14 - 3201: 17,-11 - 3202: 18,-12 - 3203: 17,-12 - 3205: 16,-16 - 3206: 22,-17 - 3207: 21,-20 - 3208: 24,-23 - 4830: 35,-11 - 4831: 36,-8 - 4941: -4,11 - 4948: 14,0 - 5275: 10,-43 - 5797: -45,-31 - 5807: -51,-34 - 5808: -52,-34 - 5809: -52,-35 - 5810: -50,-34 - 5813: -50,-28 - 6314: -15,-35 - 6315: -19,-36 - 6316: -21,-35 - 7094: 52,-43 - 7109: 50,-41 - 7110: 51,-39 - 7111: 50,-38 - 7112: 50,-37 - 7113: 51,-37 - 7114: 51,-36 - 7115: 50,-36 - 7116: 52,-36 - 7117: 55,-39 - 7118: 56,-39 - 7119: 56,-41 - 7120: 56,-40 - 7475: 48,11 - 7476: 47,11 - 7477: 47,12 - 7478: 46,12 - 7479: 45,12 - 7480: 44,11 - 7481: 43,11 - 7482: 43,12 - 7483: 42,11 - 7484: 42,9 - 7485: 42,8 - 7486: 43,9 - 7487: 43,8 - 7488: 44,9 - 7489: 44,8 - 7490: 48,10 - 7491: 48,11 - 7492: 47,10 - 7493: 40,9 - 7494: 40,8 - 7495: 41,6 - 7496: 41,5 - 7497: 40,5 - 7498: 37,8 - 7499: 38,8 - 7500: 35,9 - 7501: 27,6 - 7502: 28,6 - 7503: 29,6 - 10207: 14,-2 - 10208: 16,-1 - 10209: 14,4 - 10214: 12,-14 - 10215: 14,-12 - 10216: 16,-13 - 10217: 17,-11 - 10352: 13,-13 - 10353: 13,-12 - 10354: 14,-12 - - node: - cleanable: True - zIndex: 1 - color: '#FFFFFF7F' id: burnt2 decals: + 1631: 14,-11 + 1648: 10,-12 + 1649: 10,-13 + 1650: 10,-14 + 1675: 42,-51 + 4826: 42,-10 + 4827: 43,-11 + 4828: 40,-12 + 4829: 36,-15 + 6317: -21,-33 + 6322: -21,-15 + 6323: -14,-15 13082: 73,-58 13083: 73,-59 13084: 72,-59 @@ -8129,26 +8505,24 @@ entities: cleanable: True zIndex: 4 color: '#FFFFFF7F' - id: burnt2 - decals: - 1631: 14,-11 - 1648: 10,-12 - 1649: 10,-13 - 1650: 10,-14 - 1675: 42,-51 - 4826: 42,-10 - 4827: 43,-11 - 4828: 40,-12 - 4829: 36,-15 - 6317: -21,-33 - 6322: -21,-15 - 6323: -14,-15 - - node: - cleanable: True - zIndex: 1 - color: '#FFFFFF7F' id: burnt3 decals: + 1639: 14,-11 + 1642: 12,-12 + 1647: 16,-12 + 1670: 44,-53 + 3177: 11,-13 + 3178: 11,-14 + 3179: 10,-14 + 3180: 10,-13 + 3181: 11,-12 + 3182: 10,-12 + 7102: 53,-42 + 7104: 50,-43 + 7105: 50,-42 + 7106: 51,-41 + 10210: 14,-3 + 10211: 16,-2 13172: 61,-79 13173: 62,-79 13174: 62,-80 @@ -8214,30 +8588,23 @@ entities: cleanable: True zIndex: 4 color: '#FFFFFF7F' - id: burnt3 - decals: - 1639: 14,-11 - 1642: 12,-12 - 1647: 16,-12 - 1670: 44,-53 - 3177: 11,-13 - 3178: 11,-14 - 3179: 10,-14 - 3180: 10,-13 - 3181: 11,-12 - 3182: 10,-12 - 7102: 53,-42 - 7104: 50,-43 - 7105: 50,-42 - 7106: 51,-41 - 10210: 14,-3 - 10211: 16,-2 - - node: - cleanable: True - zIndex: 1 - color: '#FFFFFF7F' id: burnt4 decals: + 5011: -28,-11 + 5012: -30,-14 + 5013: -29,-11 + 7463: 47,7 + 7464: 46,7 + 7465: 45,7 + 7466: 47,8 + 7467: 46,10 + 7468: 46,11 + 7469: 45,10 + 7470: 45,11 + 7471: 44,11 + 7472: 45,12 + 7473: 49,9 + 7474: 50,9 13039: 90,-31 13040: 91,-31 13041: 91,-32 @@ -8443,26 +8810,49 @@ entities: 13692: 59,-57 13693: 73,-64 - node: - cleanable: True - zIndex: 4 - color: '#FFFFFF7F' - id: burnt4 + zIndex: 1 + color: '#FFFFFFFF' + id: bushsnowa1 decals: - 5011: -28,-11 - 5012: -30,-14 - 5013: -29,-11 - 7463: 47,7 - 7464: 46,7 - 7465: 45,7 - 7466: 47,8 - 7467: 46,10 - 7468: 46,11 - 7469: 45,10 - 7470: 45,11 - 7471: 44,11 - 7472: 45,12 - 7473: 49,9 - 7474: 50,9 + 14227: -10.478444,12.046731 + 14228: -12.035086,12.943187 + 14229: -10.910086,14.485925 + 14267: -19.1523,29.318792 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: bushsnowa2 + decals: + 14224: 12.62475,-41.99786 + 14230: -11.11842,13.2767515 + 14231: -15.86923,12.388497 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: bushsnowa3 + decals: + 14232: -17.035896,15.640755 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: bushsnowb1 + decals: + 14269: -21.23229,31.205517 + 14273: -20.221872,31.872646 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: bushsnowb2 + decals: + 14225: 13.239334,-41.580902 + 14233: -10.759171,15.666258 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: bushsnowb3 + decals: + 14226: 11.864334,-41.99786 + 14274: -19.086456,30.371607 - node: cleanable: True color: '#52B4E9FF' @@ -8525,6 +8915,12 @@ entities: id: footprint decals: 13790: 32.69051,0.87175333 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: grasssnow03 + decals: + 14270: -20.48229,29.600237 - node: zIndex: 1 color: '#FFFFFFFF' @@ -8570,6 +8966,7 @@ entities: decals: 13815: 49.05144,-23.985418 13830: 49.850418,-19.99628 + 14223: 11.531,-41.862347 - node: zIndex: 1 color: '#FFFFFFFF' @@ -8582,6 +8979,7 @@ entities: 13890: -11.951445,16.243301 13891: -11.927595,14.59914 13892: -41.852104,-42.865627 + 14222: 12.416417,-41.851925 - node: cleanable: True zIndex: 1 @@ -8656,6 +9054,7 @@ entities: 13881: -11.7367935,16.3267 13893: -42.996906,-42.865627 13900: -40.58805,-42.115032 + 14221: 12.041417,-41.101402 - node: zIndex: 1 color: '#FFFFFFFF' @@ -8669,6 +9068,7 @@ entities: 13882: -10.83049,15.039968 13883: -16.983814,16.910498 13901: -39.57442,-42.317574 + 14271: -18.971872,30.830257 - node: cleanable: True zIndex: 1 @@ -8686,6 +9086,8 @@ entities: 13861: -11.754265,13.646004 13862: -11.86159,12.08524 13894: -42.87766,-42.04355 + 14220: 13.0935,-41.90404 + 14272: -21.096872,30.96577 - node: cleanable: True zIndex: 1 @@ -8886,7 +9288,7 @@ entities: 0: 65437 -4,0: 0: 13243 - 1: 2048 + 3: 2048 -3,-4: 0: 65501 -3,-3: @@ -8897,7 +9299,7 @@ entities: 0: 53247 -3,0: 0: 15 - 1: 13056 + 3: 13056 2: 3072 -3,-5: 0: 36863 @@ -8957,23 +9359,23 @@ entities: 0: 56793 -2,-8: 0: 61495 - 3: 136 + 1: 136 -2,-7: 0: 8177 -2,-6: 0: 64988 -2,-9: 0: 13299 - 3: 32768 + 1: 32768 -1,-8: - 3: 51 + 1: 51 0: 63500 -1,-6: 0: 65535 -1,-5: 0: 4095 -1,-9: - 3: 12288 + 1: 12288 0: 35059 -1,-7: 0: 3822 @@ -9100,23 +9502,21 @@ entities: 0: 43688 -4,1: 0: 29491 - 1: 128 + 3: 128 -5,1: 0: 43690 -4,2: 0: 65527 -5,2: - 0: 34952 - 2: 8739 + 0: 43691 -4,3: 0: 65535 -5,3: - 0: 34952 - 2: 818 + 0: 35770 -4,4: 0: 21759 -3,1: - 1: 513 + 3: 513 2: 8464 -3,2: 0: 65280 @@ -9136,7 +9536,7 @@ entities: 0: 13 2: 61696 -1,1: - 1: 1365 + 3: 1365 -1,2: 0: 65280 2: 10 @@ -9151,14 +9551,14 @@ entities: 0,0: 0: 15 2: 3328 - 1: 512 + 3: 512 0,1: 6: 273 - 1: 49356 + 3: 49356 0,2: 0: 65280 2: 6 - 1: 8 + 3: 8 0,3: 0: 19663 2: 256 @@ -9202,7 +9602,7 @@ entities: 2: 9 0: 9728 -8,-5: - 1: 61440 + 3: 61440 0: 6 2: 256 -9,-4: @@ -9213,7 +9613,7 @@ entities: 0: 58111 -9,-2: 2: 42754 - 1: 112 + 3: 112 -8,-1: 0: 64782 -9,-1: @@ -9234,7 +9634,7 @@ entities: 0: 65359 -7,-5: 0: 49343 - 1: 4096 + 3: 4096 -6,-4: 0: 3279 2: 256 @@ -9262,7 +9662,7 @@ entities: 0: 65535 -9,-5: 2: 1488 - 1: 61440 + 3: 61440 -8,-9: 0: 20479 -7,-8: @@ -9304,7 +9704,7 @@ entities: -7,-10: 0: 47576 -7,-13: - 0: 45230 + 0: 45294 -6,-12: 0: 53759 -6,-11: @@ -9329,6 +9729,8 @@ entities: 0: 61039 -7,-16: 2: 2784 + -7,-14: + 0: 58464 -6,-16: 2: 17662 -6,-14: @@ -9378,11 +9780,9 @@ entities: -7,4: 0: 28927 -6,2: - 0: 61216 - 2: 8 + 0: 61224 -6,3: - 0: 12806 - 2: 2048 + 0: 14854 -6,1: 0: 3822 -6,4: @@ -9454,42 +9854,42 @@ entities: 2: 50 -12,-4: 2: 3712 - 1: 57344 + 3: 57344 -13,-4: 0: 48896 - 1: 7 + 3: 7 2: 8 -12,-3: 0: 1 2: 12974 -13,-3: 0: 11 - 1: 59136 + 3: 59136 2: 6144 -12,-2: - 1: 241 + 3: 241 2: 3842 -13,-2: - 1: 140 + 3: 140 2: 2114 -11,-4: 2: 3889 - 1: 61440 + 3: 61440 -11,-3: 2: 4415 -11,-2: - 1: 240 + 3: 240 2: 19201 0: 33792 -11,-5: 2: 8080 -10,-4: 2: 19925 - 1: 12834 + 3: 12834 -10,-3: 2: 19535 -10,-2: - 1: 240 + 3: 240 2: 7940 -11,-1: 2: 8 @@ -9498,7 +9898,7 @@ entities: 2: 16978 -10,-5: 2: 7936 - 1: 57344 + 3: 57344 -9,-3: 2: 9059 -12,-8: @@ -9507,16 +9907,16 @@ entities: 0: 30711 -12,-6: 2: 256 - 1: 4096 + 3: 4096 0: 36044 -12,-5: - 1: 371 + 3: 371 2: 4736 -13,-6: 2: 61440 -13,-5: 2: 4680 - 1: 60544 + 3: 60544 -12,-9: 0: 52428 -12,-7: @@ -9571,7 +9971,7 @@ entities: -13,-14: 0: 224 2: 49409 - 1: 16 + 3: 16 -11,-14: 0: 52733 -10,-14: @@ -9587,19 +9987,19 @@ entities: -13,1: 2: 65392 -12,2: - 1: 3840 + 3: 3840 2: 61440 -13,2: - 1: 43008 + 3: 43008 2: 21026 -12,3: - 1: 3855 + 3: 3855 2: 61440 -13,3: - 1: 43016 + 3: 43016 2: 21026 -12,4: - 1: 3855 + 3: 3855 2: 61440 -11,1: 2: 65280 @@ -9620,25 +10020,25 @@ entities: -9,4: 2: 16387 -13,4: - 1: 43016 + 3: 43016 2: 21026 -12,5: - 1: 8207 + 3: 8207 2: 53760 -13,5: - 1: 8200 + 3: 8200 2: 53794 -12,6: - 1: 21872 + 3: 21872 2: 8706 -12,7: - 1: 85 + 3: 85 2: 61986 -12,8: 2: 127 -13,7: 2: 61986 - 1: 85 + 3: 85 -11,5: 2: 61952 -11,7: @@ -9725,14 +10125,14 @@ entities: 2: 49137 -16,-13: 2: 4369 - 1: 43690 + 3: 43690 -17,-12: 2: 49137 -15,-12: 2: 63485 -15,-13: 2: 4369 - 1: 8738 + 3: 8738 -14,-12: 2: 13059 0: 2176 @@ -9750,35 +10150,35 @@ entities: 2: 34816 -16,-16: 2: 4607 - 1: 40960 + 3: 40960 -16,-17: 2: 45056 -17,-16: 2: 4607 - 1: 40960 + 3: 40960 -16,-15: 2: 273 - 1: 47786 + 3: 47786 -17,-15: - 1: 47786 + 3: 47786 2: 273 -16,-14: 2: 481 - 1: 45072 + 3: 45072 -17,-14: 2: 481 - 1: 45072 + 3: 45072 -17,-13: - 1: 43690 + 3: 43690 2: 4369 -15,-16: 2: 4607 - 1: 8192 + 3: 8192 -15,-15: 2: 273 - 1: 12834 + 3: 12834 -15,-14: - 1: 12304 + 3: 12304 2: 481 -15,-17: 2: 12288 @@ -9786,7 +10186,7 @@ entities: 2: 255 -14,-14: 2: 2425 - 1: 128 + 3: 128 -13,-16: 2: 13175 -13,-17: @@ -9843,16 +10243,16 @@ entities: 2: 52428 -18,-16: 2: 63 - 1: 32768 + 3: 32768 -18,-14: 2: 722 - 1: 32800 + 3: 32800 -18,-17: 2: 32768 -18,-15: - 1: 34952 + 3: 34952 -18,-13: - 1: 34952 + 3: 34952 -17,-17: 2: 45056 0,-4: @@ -9861,53 +10261,53 @@ entities: 0: 61166 1,-4: 0: 28927 - 1: 32768 + 3: 32768 1,-3: 0: 13104 2: 136 - 1: 2048 + 3: 2048 1,-2: 0: 12339 - 1: 32904 + 3: 32904 1,-1: 0: 13107 - 1: 136 + 3: 136 2: 32768 1,0: 0: 3 2: 264 - 1: 3712 + 3: 3712 1,-5: 0: 20206 2,-4: 0: 52383 - 1: 4096 + 3: 4096 2,-3: 2: 273 - 1: 17920 + 3: 17920 0: 12 2,-2: - 1: 4241 + 3: 4241 2: 17476 0: 34816 2,-1: - 1: 81 + 3: 81 2: 29700 2,0: 2: 1 - 1: 50 + 3: 50 0: 24576 3,-4: 0: 63263 3,-3: 0: 30591 3,-1: - 1: 4369 + 3: 4369 0: 52428 3,-2: 0: 52960 3,0: - 1: 4353 + 3: 4353 0: 52428 4,-4: 0: 15279 @@ -10044,11 +10444,11 @@ entities: 4,-18: 2: 62960 1,1: - 1: 17 + 3: 17 2: 1028 1,2: 0: 65280 - 1: 4 + 3: 4 2: 8 1,3: 0: 14207 @@ -10108,15 +10508,15 @@ entities: 2: 32776 4,6: 0: 4147 - 1: 24576 + 3: 24576 4,7: 0: 1 2: 47752 - 1: 17510 + 3: 17510 3,8: 2: 136 4,8: - 1: 239 + 3: 239 2: 16 5,-4: 0: 49663 @@ -10261,7 +10661,7 @@ entities: 8,-14: 0: 3838 8,-13: - 2: 36864 + 2: 36906 5,-18: 2: 62974 5,-19: @@ -10274,7 +10674,7 @@ entities: 2: 51200 7,-20: 2: 65530 - 1: 4 + 3: 4 7,-19: 2: 17487 7,-18: @@ -10298,7 +10698,7 @@ entities: 6,3: 0: 313 6,4: - 1: 769 + 3: 769 2: 25600 0: 2048 7,1: @@ -10307,9 +10707,9 @@ entities: 0: 49039 7,3: 0: 34955 - 1: 8960 + 3: 8960 7,4: - 1: 2 + 3: 2 0: 49032 8,0: 0: 49083 @@ -10317,23 +10717,23 @@ entities: 0: 48051 8,2: 0: 13307 - 1: 32768 + 3: 32768 8,3: 0: 13107 - 1: 2184 + 3: 2184 4,4: 2: 19520 - 1: 128 + 3: 128 5,5: 2: 64591 5,7: 2: 12288 5,8: - 1: 1 + 3: 1 2: 50 5,4: 2: 16896 - 1: 1024 + 3: 1024 6,5: 2: 3879 7,5: @@ -10458,7 +10858,7 @@ entities: 9,-10: 0: 61408 9,-13: - 2: 4368 + 2: 4096 10,-12: 0: 4368 10,-10: @@ -10503,7 +10903,7 @@ entities: 10,-14: 0: 57297 10,-17: - 1: 34816 + 3: 34816 2: 576 11,-16: 0: 65520 @@ -10514,7 +10914,7 @@ entities: 11,-13: 0: 127 11,-17: - 1: 62208 + 3: 62208 2: 3104 12,-16: 0: 56712 @@ -10526,9 +10926,9 @@ entities: 0: 47935 9,-19: 2: 62736 - 1: 2082 + 3: 2082 9,-20: - 1: 64 + 3: 64 9,-18: 2: 2126 10,-20: @@ -10536,31 +10936,31 @@ entities: 10,-18: 2: 25862 11,-20: - 1: 13056 + 3: 13056 2: 50304 11,-19: - 1: 30583 + 3: 30583 2: 8 11,-18: - 1: 375 + 3: 375 2: 17920 11,-21: 2: 6481 - 1: 140 + 3: 140 12,-20: - 1: 13104 + 3: 13104 12,-19: 2: 5633 - 1: 16418 + 3: 16418 12,-18: 2: 17425 - 1: 8192 + 3: 8192 9,1: 0: 4081 9,2: 0: 118 9,3: - 1: 8449 + 3: 8449 10,1: 0: 4914 2: 2176 @@ -10584,7 +10984,7 @@ entities: 12,0: 2: 51393 0: 768 - 1: 1024 + 3: 1024 12,1: 2: 49665 12,2: @@ -10627,18 +11027,18 @@ entities: 14,-5: 0: 12336 14,-1: - 1: 43690 + 3: 43690 2: 17476 14,0: - 1: 1038 + 3: 1038 2: 19264 15,-2: 2: 20478 15,-1: - 1: 43690 + 3: 43690 2: 17476 15,0: - 1: 1038 + 3: 1038 2: 19264 16,-2: 2: 20478 @@ -10671,19 +11071,19 @@ entities: 0: 238 14,-11: 0: 4368 - 1: 19656 + 3: 19656 2: 32768 14,-10: 0: 17 - 1: 2188 + 3: 2188 2: 64 14,-13: 0: 58606 15,-11: - 1: 401 + 3: 401 2: 4710 15,-10: - 1: 48 + 3: 48 2: 3784 15,-12: 2: 8712 @@ -10691,13 +11091,13 @@ entities: 2: 52832 16,-12: 2: 8435 - 1: 35328 + 3: 35328 16,-11: - 1: 10937 + 3: 10937 2: 36864 0: 1024 16,-10: - 1: 383 + 3: 383 2: 2176 12,-17: 0: 34880 @@ -10712,7 +11112,7 @@ entities: 0: 48123 13,-17: 0: 4096 - 1: 16 + 3: 16 2: 230 14,-14: 0: 65535 @@ -10721,12 +11121,12 @@ entities: 0: 8192 14,-17: 2: 4096 - 1: 2 + 3: 2 14,-15: 0: 57890 15,-16: 2: 32775 - 1: 128 + 3: 128 15,-14: 0: 10016 15,-15: @@ -10734,17 +11134,17 @@ entities: 15,-17: 2: 34944 16,-16: - 1: 61104 + 3: 61104 2: 14 16,-15: - 1: 119 + 3: 119 16,-13: 2: 4096 12,-21: 2: 20480 - 1: 8977 + 3: 8977 13,-18: - 1: 8448 + 3: 8448 2: 4096 14,-19: 2: 14540 @@ -10753,23 +11153,23 @@ entities: 14,-20: 2: 60416 15,-20: - 1: 3686 + 3: 3686 15,-19: - 1: 52750 + 3: 52750 2: 8192 15,-18: - 1: 2 + 3: 2 2: 32780 16,-20: - 1: 63235 + 3: 63235 2: 2088 16,-19: - 1: 48031 + 3: 48031 16,-18: - 1: 139 + 3: 139 2: 31744 16,-17: - 1: 48942 + 3: 48942 2: 16384 13,0: 2: 20288 @@ -10777,36 +11177,36 @@ entities: 2: 65280 14,2: 2: 65348 - 1: 10 + 3: 10 14,1: - 1: 43694 + 3: 43694 2: 17472 14,3: 2: 14 15,2: 2: 65348 - 1: 10 + 3: 10 15,1: - 1: 43694 + 3: 43694 2: 17472 15,3: 2: 14 16,0: 2: 19264 - 1: 1038 + 3: 1038 16,2: 2: 65348 - 1: 10 + 3: 10 16,-1: - 1: 43690 + 3: 43690 2: 17476 17,-2: 2: 20478 17,-1: - 1: 43690 + 3: 43690 2: 17476 17,0: - 1: 1038 + 3: 1038 2: 19264 17,-3: 2: 32768 @@ -10826,7 +11226,7 @@ entities: 2: 4407 18,0: 2: 44456 - 1: 512 + 3: 512 19,0: 2: 13105 19,-2: @@ -10836,85 +11236,85 @@ entities: 20,-2: 2: 311 20,-7: - 1: 24576 + 3: 24576 19,-7: 2: 32768 20,-6: 2: 16912 - 1: 36078 + 3: 36078 19,-6: 2: 200 20,-5: 2: 784 - 1: 60552 + 3: 60552 20,-4: - 1: 70 + 3: 70 21,-6: - 1: 18367 + 3: 18367 2: 2048 21,-5: - 1: 55735 + 3: 55735 2: 8 21,-8: 2: 546 - 1: 34952 + 3: 34952 21,-7: - 1: 34958 + 3: 34958 2: 512 21,-4: - 1: 31612 + 3: 31612 21,-9: - 1: 36352 + 3: 36352 2: 231 22,-8: - 1: 57339 + 3: 57339 2: 4 22,-7: - 1: 4271 + 3: 4271 2: 57600 22,-6: - 1: 60493 + 3: 60493 2: 16 22,-5: 2: 1 - 1: 65534 + 3: 65534 22,-9: - 1: 40908 + 3: 40908 2: 16434 22,-4: - 1: 15031 + 3: 15031 2: 8 23,-8: - 1: 60943 + 3: 60943 23,-7: 2: 13056 - 1: 52462 + 3: 52462 23,-6: - 1: 1615 + 3: 1615 23,-5: - 1: 887 + 3: 887 2: 12288 23,-9: - 1: 60943 + 3: 60943 23,-4: - 1: 4 + 3: 4 2: 336 24,-8: - 1: 4353 + 3: 4353 24,-7: - 1: 4369 + 3: 4369 24,-6: - 1: 273 + 3: 273 16,1: - 1: 43694 + 3: 43694 2: 17472 16,3: 2: 14 17,2: 2: 65348 - 1: 10 + 3: 10 17,1: - 1: 43694 + 3: 43694 2: 17472 17,3: 2: 14 @@ -10931,7 +11331,7 @@ entities: 19,3: 2: 3 24,-9: - 1: 12545 + 3: 12545 4,-22: 2: 61440 4,-21: @@ -10941,48 +11341,48 @@ entities: 8,-21: 2: 4352 17,-12: - 1: 53248 + 3: 53248 2: 11980 17,-11: - 1: 40129 + 3: 40129 2: 24588 17,-10: 2: 199 17,-13: 2: 17476 18,-12: - 1: 61426 + 3: 61426 2: 4096 18,-11: - 1: 30591 + 3: 30591 18,-10: 2: 112 18,-13: 2: 51336 19,-12: - 1: 65520 + 3: 65520 19,-11: - 1: 32766 + 3: 32766 2: 32768 19,-13: 2: 4096 19,-10: - 1: 2 + 3: 2 20,-12: - 1: 4352 + 3: 4352 2: 8940 20,-11: - 1: 32784 + 3: 32784 2: 14790 11,-23: - 1: 49152 + 3: 49152 11,-22: - 1: 34956 + 3: 34956 2: 1088 12,-23: - 1: 4096 + 3: 4096 12,-22: - 1: 273 + 3: 273 -4,-22: 2: 28672 -5,-22: @@ -11011,7 +11411,7 @@ entities: 2: 127 -14,7: 2: 61986 - 1: 85 + 3: 85 -3,9: 2: 18 -16,2: @@ -11026,63 +11426,63 @@ entities: 2: 65315 -15,2: 2: 61713 - 1: 2048 + 3: 2048 -15,3: 2: 61713 - 1: 2056 + 3: 2056 -15,4: 2: 61713 - 1: 2056 + 3: 2056 -14,1: 2: 65280 -14,2: - 1: 36608 + 3: 36608 2: 28672 -14,3: - 1: 36623 + 3: 36623 2: 28672 -14,4: - 1: 36623 + 3: 36623 2: 28672 1,-22: 2: 28672 1,-21: 2: 3196 24,-10: - 1: 4096 + 3: 4096 23,-10: 2: 52851 - 1: 12288 + 3: 12288 -16,5: 2: 52364 -16,6: 2: 34956 -15,5: 2: 46353 - 1: 16392 + 3: 16392 -15,6: 2: 4373 -14,5: - 1: 8207 + 3: 8207 2: 53760 -14,6: - 1: 21872 + 3: 21872 2: 8706 -13,6: - 1: 21872 + 3: 21872 2: 8706 20,-13: 2: 12850 20,-10: 2: 35879 - 1: 8 + 3: 8 21,-12: 2: 52851 21,-11: 2: 264 - 1: 4096 + 3: 4096 21,-10: - 1: 1 + 3: 1 2: 29124 22,-12: 2: 4096 @@ -11093,32 +11493,32 @@ entities: 23,-11: 2: 4096 15,-21: - 1: 2048 + 3: 2048 16,-21: - 1: 48058 + 3: 48058 17,-16: 2: 1 - 1: 65534 + 3: 65534 17,-15: - 1: 34021 + 3: 34021 2: 25360 17,-17: - 1: 65505 + 3: 65505 17,-14: 2: 17612 18,-16: - 1: 30583 + 3: 30583 18,-15: - 1: 41968 + 3: 41968 2: 20480 18,-14: 2: 35226 18,-17: - 1: 30578 + 3: 30578 19,-16: 2: 4352 19,-15: - 1: 16 + 3: 16 0: 4096 2: 25088 19,-14: @@ -11126,39 +11526,39 @@ entities: 20,-14: 2: 12816 17,-20: - 1: 49037 + 3: 49037 17,-18: 2: 28464 - 1: 6 + 3: 6 17,-21: - 1: 54545 + 3: 54545 17,-19: - 1: 8418 + 3: 8418 2: 52736 18,-20: - 1: 30513 + 3: 30513 18,-19: - 1: 56784 + 3: 56784 18,-18: 2: 1999 - 1: 28672 + 3: 28672 19,-19: - 1: 4352 + 3: 4352 19,-18: 2: 4097 19,-17: 2: 256 16,-22: - 1: 32768 + 3: 32768 17,-22: - 1: 4096 + 3: 4096 20,-3: 2: 60544 21,-3: 2: 256 - 1: 14 + 3: 14 22,-3: - 1: 1 + 3: 1 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -11176,10 +11576,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + temperature: 235 moles: - - 0 - - 0 + - 21.824879 + - 82.10312 - 0 - 0 - 0 @@ -11206,10 +11606,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 235 + temperature: 293.15 moles: - - 21.824879 - - 82.10312 + - 0 + - 0 - 0 - 0 - 0 @@ -12009,9 +12409,6 @@ entities: parent: 2 - type: DeviceList devices: - - 14003 - - 5153 - - 13995 - 14002 - 13993 - 15625 @@ -12710,6 +13107,16 @@ entities: - 19008 - 19006 - 15672 + - uid: 20239 + components: + - type: Transform + pos: -25.5,-49.5 + parent: 2 + - type: DeviceList + devices: + - 9673 + - 4869 + - 15638 - proto: AirAlarmAssembly entities: - uid: 2321 @@ -12901,7 +13308,7 @@ entities: - uid: 13396 components: - type: Transform - pos: -25.5,-51.5 + pos: -25.5,-53.5 parent: 2 - proto: AirlockCargoGlassLocked entities: @@ -13224,6 +13631,8 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-68.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 - type: DeviceLinkSource linkedPorts: 6931: @@ -13234,6 +13643,8 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,-61.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 - type: DeviceLinkSource linkedPorts: 6868: @@ -13244,6 +13655,8 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,-61.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 - type: DeviceLinkSource linkedPorts: 6671: @@ -13254,6 +13667,8 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,-68.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 - type: DeviceLinkSource linkedPorts: 6544: @@ -13300,12 +13715,24 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,27.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 12340: + - DoorStatus: DoorBolt - uid: 2672 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,27.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 3910: + - DoorStatus: DoorBolt - uid: 3146 components: - type: Transform @@ -13360,11 +13787,23 @@ entities: - type: Transform pos: -49.5,-13.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 617: + - DoorStatus: DoorBolt - uid: 617 components: - type: Transform pos: -47.5,-11.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 498: + - DoorStatus: DoorBolt - proto: AirlockExternalGlassEngineeringLocked entities: - uid: 5815 @@ -13395,17 +13834,35 @@ entities: - type: Transform pos: 47.5,2.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 8795: + - DoorStatus: DoorBolt - uid: 8795 components: - type: Transform pos: 49.5,2.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 8794: + - DoorStatus: DoorBolt - uid: 8924 components: - type: Transform rot: 3.141592653589793 rad pos: -36.5,23.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 17960: + - DoorStatus: DoorBolt - uid: 10649 components: - type: Transform @@ -13433,6 +13890,12 @@ entities: - type: Transform pos: -32.5,23.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 8924: + - DoorStatus: DoorBolt - proto: AirlockExternalGlassLocked entities: - uid: 154 @@ -13477,7 +13940,11 @@ entities: pos: -33.5,-0.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 13367: + - DoorStatus: DoorBolt - uid: 4043 components: - type: Transform @@ -13507,7 +13974,7 @@ entities: pos: 34.5,35.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 + invokeCounter: 2 - type: DeviceLinkSource linkedPorts: 5892: @@ -13519,7 +13986,7 @@ entities: pos: 34.5,29.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 + invokeCounter: 2 - type: DeviceLinkSource linkedPorts: 5893: @@ -13543,7 +14010,7 @@ entities: pos: 34.5,37.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 + invokeCounter: 2 - type: DeviceLinkSource linkedPorts: 5894: @@ -13566,7 +14033,7 @@ entities: pos: 31.5,43.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 + invokeCounter: 3 - type: DeviceLinkSource linkedPorts: 7204: @@ -13577,7 +14044,7 @@ entities: pos: 33.5,43.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 + invokeCounter: 2 - type: DeviceLinkSource linkedPorts: 7158: @@ -13620,6 +14087,10 @@ entities: parent: 2 - type: DeviceLinkSink invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 9151: + - DoorStatus: DoorBolt - uid: 9143 components: - type: Transform @@ -13628,6 +14099,10 @@ entities: parent: 2 - type: DeviceLinkSink invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 6660: + - DoorStatus: DoorBolt - uid: 9144 components: - type: Transform @@ -13636,6 +14111,10 @@ entities: parent: 2 - type: DeviceLinkSink invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 9149: + - DoorStatus: DoorBolt - uid: 9145 components: - type: Transform @@ -13644,12 +14123,22 @@ entities: parent: 2 - type: DeviceLinkSink invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 9150: + - DoorStatus: DoorBolt - uid: 13367 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,1.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 714: + - DoorStatus: DoorBolt - uid: 19896 components: - type: Transform @@ -13680,6 +14169,12 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,-68.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 20277: + - DockStatus: InputB + - DockStatus: InputA + - DoorStatus: InputA - type: DeviceLinkSink invokeCounter: 2 - uid: 6671 @@ -13688,6 +14183,12 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,-61.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 20221: + - DockStatus: InputB + - DockStatus: InputA + - DoorStatus: InputA - type: DeviceLinkSink invokeCounter: 2 - uid: 6868 @@ -13696,6 +14197,12 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,-61.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 20278: + - DoorStatus: InputA + - DockStatus: InputB + - DockStatus: InputA - type: DeviceLinkSink invokeCounter: 2 - uid: 6931 @@ -13704,6 +14211,12 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,-68.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 20279: + - DoorStatus: InputA + - DockStatus: InputA + - DockStatus: InputB - type: DeviceLinkSink invokeCounter: 2 - proto: AirlockExternalGlassShuttleEmergencyLocked @@ -13720,6 +14233,8 @@ entities: - DoorStatus: InputA - DockStatus: InputB - DockStatus: InputA + - type: DeviceLinkSink + invokeCounter: 2 - uid: 9149 components: - type: Transform @@ -13732,6 +14247,8 @@ entities: - DoorStatus: InputA - DockStatus: InputB - DockStatus: InputA + - type: DeviceLinkSink + invokeCounter: 2 - uid: 9150 components: - type: Transform @@ -13744,6 +14261,8 @@ entities: - DockStatus: InputB - DockStatus: InputA - DoorStatus: InputA + - type: DeviceLinkSink + invokeCounter: 3 - uid: 9151 components: - type: Transform @@ -13756,6 +14275,8 @@ entities: - DockStatus: InputB - DockStatus: InputA - DoorStatus: InputA + - type: DeviceLinkSink + invokeCounter: 2 - proto: AirlockExternalGlassShuttleEscape entities: - uid: 15748 @@ -13800,6 +14321,12 @@ entities: rot: 1.5707963267948966 rad pos: 36.5,35.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 618: + - DockStatus: InputB + - DockStatus: InputA + - DoorStatus: InputA - type: DeviceLinkSink invokeCounter: 1 - uid: 5893 @@ -13808,6 +14335,12 @@ entities: rot: 1.5707963267948966 rad pos: 36.5,29.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 233: + - DockStatus: InputB + - DockStatus: InputA + - DoorStatus: InputA - type: DeviceLinkSink invokeCounter: 1 - uid: 5894 @@ -13816,6 +14349,12 @@ entities: rot: 1.5707963267948966 rad pos: 36.5,37.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 620: + - DockStatus: InputB + - DockStatus: InputA + - DoorStatus: InputA - type: DeviceLinkSink invokeCounter: 1 - uid: 6228 @@ -13836,6 +14375,12 @@ entities: rot: 3.141592653589793 rad pos: 33.5,45.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 246: + - DoorStatus: InputA + - DockStatus: InputB + - DockStatus: InputA - type: DeviceLinkSink invokeCounter: 1 - uid: 7204 @@ -13844,6 +14389,12 @@ entities: rot: 3.141592653589793 rad pos: 31.5,45.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 624: + - DoorStatus: InputA + - DockStatus: InputB + - DockStatus: InputA - type: DeviceLinkSink invokeCounter: 1 - uid: 10185 @@ -13924,6 +14475,11 @@ entities: - type: Transform pos: 17.5,-41.5 parent: 2 + - uid: 3924 + components: + - type: Transform + pos: 12.5,-22.5 + parent: 2 - uid: 4008 components: - type: Transform @@ -14089,12 +14645,6 @@ entities: rot: 3.141592653589793 rad pos: -7.5,-46.5 parent: 2 - - uid: 11174 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-22.5 - parent: 2 - uid: 11182 components: - type: Transform @@ -14234,12 +14784,28 @@ entities: rot: 3.141592653589793 rad pos: 5.5,29.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 20223: + - DoorStatus: InputA + - DockStatus: InputB + - DockStatus: InputA + - type: DeviceLinkSink + invokeCounter: 1 - uid: 12340 components: - type: Transform rot: 3.141592653589793 rad pos: 3.5,29.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 20224: + - DoorStatus: InputA + - DockStatus: InputB + - DockStatus: InputA + - type: DeviceLinkSink + invokeCounter: 1 - proto: AirlockHeadOfPersonnelLocked entities: - uid: 662 @@ -15503,14 +16069,6 @@ entities: - type: DeviceNetwork deviceLists: - 14019 - - uid: 14003 - components: - - type: Transform - pos: -23.5,-50.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14004 - uid: 14048 components: - type: Transform @@ -22416,11 +22974,6 @@ entities: - type: Transform pos: -7.5,19.5 parent: 2 - - uid: 9949 - components: - - type: Transform - pos: -26.5,-51.5 - parent: 2 - uid: 13814 components: - type: Transform @@ -22446,6 +22999,11 @@ entities: - type: Transform pos: 64.5,-82.5 parent: 2 + - uid: 20236 + components: + - type: Transform + pos: -25.5,-54.5 + parent: 2 - proto: BedsheetBlack entities: - uid: 358 @@ -22467,10 +23025,11 @@ entities: parent: 2 - proto: BedsheetCaptain entities: - - uid: 9950 + - uid: 20237 components: - type: Transform - pos: -26.5,-51.5 + rot: 3.141592653589793 rad + pos: -25.5,-54.5 parent: 2 - proto: BedsheetCE entities: @@ -23269,11 +23828,6 @@ entities: - type: Transform pos: -2.455987,-25.326176 parent: 2 - - uid: 4869 - components: - - type: Transform - pos: -6.4084682,-14.411318 - parent: 2 - uid: 5918 components: - type: Transform @@ -23599,6 +24153,12 @@ entities: rot: 3.141592653589793 rad pos: -32.5,-70.5 parent: 2 + - uid: 8323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-52.5 + parent: 2 - uid: 11422 components: - type: Transform @@ -23713,12 +24273,6 @@ entities: rot: 3.141592653589793 rad pos: 5.5,-5.5 parent: 2 - - uid: 15648 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-52.5 - parent: 2 - uid: 17446 components: - type: Transform @@ -27494,6 +28048,11 @@ entities: - type: Transform pos: 23.5,-20.5 parent: 2 + - uid: 8929 + components: + - type: Transform + pos: -23.5,-49.5 + parent: 2 - uid: 8965 components: - type: Transform @@ -27504,6 +28063,11 @@ entities: - type: Transform pos: -31.5,20.5 parent: 2 + - uid: 8982 + components: + - type: Transform + pos: -25.5,-52.5 + parent: 2 - uid: 8994 components: - type: Transform @@ -27714,6 +28278,16 @@ entities: - type: Transform pos: -29.5,-5.5 parent: 2 + - uid: 9671 + components: + - type: Transform + pos: -23.5,-52.5 + parent: 2 + - uid: 9695 + components: + - type: Transform + pos: -24.5,-49.5 + parent: 2 - uid: 9719 components: - type: Transform @@ -27939,6 +28513,11 @@ entities: - type: Transform pos: -13.5,-46.5 parent: 2 + - uid: 9838 + components: + - type: Transform + pos: -23.5,-51.5 + parent: 2 - uid: 9840 components: - type: Transform @@ -27949,6 +28528,21 @@ entities: - type: Transform pos: 31.5,-51.5 parent: 2 + - uid: 9854 + components: + - type: Transform + pos: -25.5,-51.5 + parent: 2 + - uid: 9855 + components: + - type: Transform + pos: -24.5,-51.5 + parent: 2 + - uid: 9857 + components: + - type: Transform + pos: -23.5,-50.5 + parent: 2 - uid: 9860 components: - type: Transform @@ -27979,31 +28573,6 @@ entities: - type: Transform pos: -22.5,-51.5 parent: 2 - - uid: 9880 - components: - - type: Transform - pos: -23.5,-51.5 - parent: 2 - - uid: 9881 - components: - - type: Transform - pos: -22.5,-52.5 - parent: 2 - - uid: 9882 - components: - - type: Transform - pos: -22.5,-53.5 - parent: 2 - - uid: 9883 - components: - - type: Transform - pos: -23.5,-53.5 - parent: 2 - - uid: 9884 - components: - - type: Transform - pos: -24.5,-53.5 - parent: 2 - uid: 9917 components: - type: Transform @@ -28047,12 +28616,12 @@ entities: - uid: 9952 components: - type: Transform - pos: -24.5,-51.5 + pos: -25.5,-53.5 parent: 2 - - uid: 9953 + - uid: 9962 components: - type: Transform - pos: -25.5,-51.5 + pos: -23.5,-53.5 parent: 2 - uid: 10001 components: @@ -28759,6 +29328,11 @@ entities: - type: Transform pos: -29.5,-68.5 parent: 2 + - uid: 10566 + components: + - type: Transform + pos: -31.5,22.5 + parent: 2 - uid: 10605 components: - type: Transform @@ -34794,6 +35368,21 @@ entities: - type: Transform pos: -71.5,-15.5 parent: 2 + - uid: 20280 + components: + - type: Transform + pos: 34.5,3.5 + parent: 2 + - uid: 20281 + components: + - type: Transform + pos: 35.5,3.5 + parent: 2 + - uid: 20282 + components: + - type: Transform + pos: 36.5,3.5 + parent: 2 - proto: CableApcStack entities: - uid: 1898 @@ -45331,6 +45920,11 @@ entities: - type: Transform pos: -18.5,1.5 parent: 2 + - uid: 20257 + components: + - type: Transform + pos: -19.5,13.5 + parent: 2 - proto: CableMVStack entities: - uid: 3393 @@ -45682,65 +46276,75 @@ entities: rot: -1.5707963267948966 rad pos: -7.5,18.5 parent: 2 - - uid: 9957 + - uid: 9881 + components: + - type: Transform + pos: -26.5,-54.5 + parent: 2 + - uid: 9953 + components: + - type: Transform + pos: -25.5,-54.5 + parent: 2 + - uid: 9964 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,-51.5 + pos: -11.5,-50.5 parent: 2 - - uid: 9961 + - uid: 9965 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,-51.5 + pos: -11.5,-51.5 parent: 2 - - uid: 9962 + - uid: 9966 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,-51.5 + pos: -10.5,-51.5 parent: 2 - - uid: 9963 + - uid: 9967 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,-50.5 + pos: -10.5,-50.5 parent: 2 - - uid: 9964 + - uid: 20245 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-50.5 + pos: -26.5,-50.5 parent: 2 - - uid: 9965 + - uid: 20246 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-51.5 + pos: -25.5,-50.5 parent: 2 - - uid: 9966 + - uid: 20247 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-51.5 + pos: -25.5,-51.5 parent: 2 - - uid: 9967 + - uid: 20248 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-50.5 + pos: -24.5,-50.5 parent: 2 - - uid: 9968 + - uid: 20249 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,-50.5 + pos: -24.5,-51.5 parent: 2 - - uid: 9969 + - uid: 20250 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,-50.5 + pos: -26.5,-51.5 parent: 2 - proto: CarpetChapel entities: @@ -50610,6 +51214,11 @@ entities: rot: 1.5707963267948966 rad pos: 46.5,-37.5 parent: 2 + - uid: 20260 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 - proto: CelloInstrument entities: - uid: 5831 @@ -51445,6 +52054,12 @@ entities: rot: -1.5707963267948966 rad pos: -36.097557,-21.07799 parent: 2 + - uid: 5153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.459198,-51.18674 + parent: 2 - uid: 5740 components: - type: Transform @@ -51839,10 +52454,10 @@ entities: parent: 2 - proto: CigarGoldCase entities: - - uid: 9674 + - uid: 20240 components: - type: Transform - pos: -23.491455,-53.37335 + pos: -24.514952,-51.179676 parent: 2 - proto: CigarSpent entities: @@ -52125,11 +52740,6 @@ entities: - type: Transform pos: -28.5,-65.5 parent: 2 - - uid: 8929 - components: - - type: Transform - pos: -26.5,21.5 - parent: 2 - uid: 9982 components: - type: Transform @@ -52565,7 +53175,7 @@ entities: - uid: 2235 components: - type: Transform - pos: -10.019177,-13.302434 + pos: -9.816731,-13.473576 parent: 2 - uid: 5029 components: @@ -52591,7 +53201,7 @@ entities: - uid: 2171 components: - type: Transform - pos: -10.688105,-13.265251 + pos: -9.879231,-13.212977 parent: 2 - proto: ClothingHandsGlovesBoxingBlue entities: @@ -52803,6 +53413,13 @@ entities: - type: Transform pos: -38.56931,-55.278778 parent: 2 +- proto: ClothingHeadHatFancyCrown + entities: + - uid: 20254 + components: + - type: Transform + pos: -22.46544,41.477055 + parent: 2 - proto: ClothingHeadHatFez entities: - uid: 16992 @@ -52873,6 +53490,46 @@ entities: - type: Transform pos: -9.481663,24.584553 parent: 2 + - uid: 20261 + components: + - type: Transform + pos: -23.30999,15.826833 + parent: 2 + - uid: 20263 + components: + - type: Transform + pos: -30.243408,11.509218 + parent: 2 + - uid: 20266 + components: + - type: Transform + pos: -21.105865,10.7899685 + parent: 2 + - uid: 20267 + components: + - type: Transform + pos: -26.327166,6.775846 + parent: 2 + - uid: 20271 + components: + - type: Transform + pos: -20.665579,5.6604877 + parent: 2 + - uid: 20272 + components: + - type: Transform + pos: -20.217663,5.4624333 + parent: 2 + - uid: 20274 + components: + - type: Transform + pos: -21.232481,-5.3243594 + parent: 2 + - uid: 20276 + components: + - type: Transform + pos: -18.31642,-56.260468 + parent: 2 - proto: ClothingHeadHatSyndie entities: - uid: 8321 @@ -53118,6 +53775,48 @@ entities: - type: Transform pos: -38.4234,-55.393444 parent: 2 +- proto: ClothingOuterSanta + entities: + - uid: 20262 + components: + - type: Transform + pos: -23.55999,15.722594 + parent: 2 + - uid: 20264 + components: + - type: Transform + pos: -30.587158,11.519642 + parent: 2 + - uid: 20265 + components: + - type: Transform + pos: -20.616282,10.706577 + parent: 2 + - uid: 20268 + components: + - type: Transform + pos: -26.545916,6.598639 + parent: 2 + - uid: 20269 + components: + - type: Transform + pos: -20.623913,5.8064227 + parent: 2 + - uid: 20270 + components: + - type: Transform + pos: -20.342663,5.6604877 + parent: 2 + - uid: 20273 + components: + - type: Transform + pos: -21.669981,-5.3452077 + parent: 2 + - uid: 20275 + components: + - type: Transform + pos: -18.358086,-56.42725 + parent: 2 - proto: ClothingOuterSuitEmergency entities: - uid: 7671 @@ -55975,12 +56674,6 @@ entities: rot: 3.141592653589793 rad pos: 10.5,-48.5 parent: 2 - - uid: 8323 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-43.5 - parent: 2 - uid: 9890 components: - type: Transform @@ -56755,11 +57448,6 @@ entities: rot: -1.5707963267948966 rad pos: 48.5,-16.5 parent: 2 - - uid: 6554 - components: - - type: Transform - pos: 12.5,-41.5 - parent: 2 - uid: 6568 components: - type: Transform @@ -57189,6 +57877,12 @@ entities: rot: 3.141592653589793 rad pos: -41.5,-47.5 parent: 2 + - uid: 9883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-43.5 + parent: 2 - uid: 9900 components: - type: Transform @@ -59356,11 +60050,6 @@ entities: rot: 3.141592653589793 rad pos: -23.5,-23.5 parent: 2 - - uid: 18567 - components: - - type: Transform - pos: 12.5,-42.5 - parent: 2 - uid: 18569 components: - type: Transform @@ -59861,11 +60550,6 @@ entities: rot: 3.141592653589793 rad pos: 44.5,-42.5 parent: 2 - - uid: 8982 - components: - - type: Transform - pos: 12.5,-40.5 - parent: 2 - uid: 9120 components: - type: Transform @@ -60113,11 +60797,6 @@ entities: - type: Transform pos: 17.5,-28.5 parent: 2 - - uid: 3924 - components: - - type: Transform - pos: 12.5,-40.5 - parent: 2 - uid: 4242 components: - type: Transform @@ -60322,11 +61001,6 @@ entities: - type: Transform pos: -6.5,17.5 parent: 2 - - uid: 9857 - components: - - type: Transform - pos: -23.5,-52.5 - parent: 2 - uid: 10728 components: - type: Transform @@ -60337,6 +61011,11 @@ entities: - type: Transform pos: -20.5,-5.5 parent: 2 + - uid: 14003 + components: + - type: Transform + pos: -25.5,-50.5 + parent: 2 - proto: DoorElectronics entities: - uid: 10846 @@ -60346,10 +61025,10 @@ entities: parent: 2 - proto: DresserCaptainFilled entities: - - uid: 9948 + - uid: 13995 components: - type: Transform - pos: -26.5,-50.5 + pos: -26.5,-54.5 parent: 2 - proto: DresserChiefEngineerFilled entities: @@ -60452,10 +61131,17 @@ entities: parent: 2 - proto: DrinkFlask entities: - - uid: 9960 + - uid: 20258 + components: + - type: Transform + pos: -26.355124,-52.29736 + parent: 2 +- proto: DrinkGinBottleFull + entities: + - uid: 17686 components: - type: Transform - pos: -23.602283,-53.293594 + pos: -26.615448,-51.989384 parent: 2 - proto: DrinkGlass entities: @@ -60512,6 +61198,13 @@ entities: - type: Transform pos: 15.729584,-57.12312 parent: 2 +- proto: DrinkJuiceLemonCarton + entities: + - uid: 20238 + components: + - type: Transform + pos: -26.407114,-52.208286 + parent: 2 - proto: DrinkMilkCarton entities: - uid: 3244 @@ -60620,6 +61313,13 @@ entities: - type: Transform pos: 6.7192326,-51.458447 parent: 2 +- proto: DrinkTonicWaterCan + entities: + - uid: 16986 + components: + - type: Transform + pos: -26.552948,-52.364643 + parent: 2 - proto: DrinkVodkaBottleFull entities: - uid: 2377 @@ -61517,6 +62217,13 @@ entities: parent: 2 - type: FaxMachine name: HoP + - uid: 6554 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 2 + - type: FaxMachine + name: Engineering - uid: 6936 components: - type: Transform @@ -61552,6 +62259,13 @@ entities: parent: 2 - type: FaxMachine name: Bridge + - uid: 20243 + components: + - type: Transform + pos: -24.5,-50.5 + parent: 2 + - type: FaxMachine + name: Captain - proto: FigureSpawner entities: - uid: 3832 @@ -61623,6 +62337,11 @@ entities: - type: Transform pos: -40.5,-53.5 parent: 2 + - uid: 20242 + components: + - type: Transform + pos: -23.5,-50.5 + parent: 2 - proto: filingCabinetRandom entities: - uid: 6355 @@ -64135,6 +64854,7 @@ entities: deviceLists: - 14004 - 6790 + - 20239 - uid: 15639 components: - type: Transform @@ -64262,6 +64982,9 @@ entities: rot: 1.5707963267948966 rad pos: -16.5,-17.5 parent: 2 + - type: Door + secondsUntilStateChange: -8860.059 + state: Closing - type: DeviceNetwork deviceLists: - 15391 @@ -64431,6 +65154,13 @@ entities: - type: Transform pos: -32.501488,-1.413855 parent: 2 +- proto: FlippoLighter + entities: + - uid: 20241 + components: + - type: Transform + pos: -24.681618,-50.804417 + parent: 2 - proto: FloorDrain entities: - uid: 296 @@ -64657,6 +65387,12 @@ entities: - type: Transform pos: -15.944529,13.000485 parent: 2 + - uid: 9929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.551569,-41.487434 + parent: 2 - uid: 12864 components: - type: Transform @@ -65145,7 +65881,7 @@ entities: - type: GasFilter filteredGas: Nitrogen - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasMinerCarbonDioxide entities: - uid: 1456 @@ -65521,7 +66257,7 @@ entities: pos: -15.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4169 components: - type: Transform @@ -65557,7 +66293,7 @@ entities: pos: 25.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4982 components: - type: Transform @@ -65581,14 +66317,14 @@ entities: pos: -16.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5389 components: - type: Transform pos: 16.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5394 components: - type: Transform @@ -65603,7 +66339,7 @@ entities: pos: 16.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6042 components: - type: Transform @@ -65617,7 +66353,7 @@ entities: pos: 13.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6458 components: - type: Transform @@ -65648,7 +66384,7 @@ entities: pos: 17.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6721 components: - type: Transform @@ -65663,14 +66399,14 @@ entities: pos: 35.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7552 components: - type: Transform pos: -22.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8177 components: - type: Transform @@ -65694,14 +66430,14 @@ entities: pos: 15.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9320 components: - type: Transform pos: 15.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9393 components: - type: Transform @@ -65716,7 +66452,7 @@ entities: pos: 15.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9466 components: - type: Transform @@ -65730,7 +66466,7 @@ entities: pos: 19.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9515 components: - type: Transform @@ -65739,6 +66475,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 9957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' + - uid: 9960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 10254 components: - type: Transform @@ -65746,7 +66506,7 @@ entities: pos: -13.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10438 components: - type: Transform @@ -65754,7 +66514,7 @@ entities: pos: -5.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10459 components: - type: Transform @@ -65762,7 +66522,7 @@ entities: pos: -5.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10775 components: - type: Transform @@ -65786,7 +66546,7 @@ entities: pos: 34.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11370 components: - type: Transform @@ -65808,14 +66568,14 @@ entities: pos: 7.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13075 components: - type: Transform pos: 13.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13228 components: - type: Transform @@ -65831,7 +66591,7 @@ entities: pos: -21.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13394 components: - type: Transform @@ -65847,14 +66607,14 @@ entities: pos: 7.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13501 components: - type: Transform pos: 35.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13507 components: - type: Transform @@ -65878,14 +66638,14 @@ entities: pos: 36.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13598 components: - type: Transform pos: 41.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13631 components: - type: Transform @@ -65893,7 +66653,7 @@ entities: pos: 26.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13632 components: - type: Transform @@ -65917,7 +66677,7 @@ entities: pos: 33.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13801 components: - type: Transform @@ -65948,7 +66708,7 @@ entities: pos: -29.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13862 components: - type: Transform @@ -65964,7 +66724,7 @@ entities: pos: -28.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13926 components: - type: Transform @@ -65988,7 +66748,7 @@ entities: pos: -28.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13956 components: - type: Transform @@ -65996,7 +66756,7 @@ entities: pos: -22.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13957 components: - type: Transform @@ -66004,7 +66764,7 @@ entities: pos: -23.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13974 components: - type: Transform @@ -66019,7 +66779,7 @@ entities: pos: -19.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14008 components: - type: Transform @@ -66027,14 +66787,14 @@ entities: pos: -19.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14010 components: - type: Transform pos: -16.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14011 components: - type: Transform @@ -66065,7 +66825,7 @@ entities: pos: 16.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14495 components: - type: Transform @@ -66073,7 +66833,7 @@ entities: pos: -30.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14505 components: - type: Transform @@ -66097,7 +66857,7 @@ entities: pos: -16.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14601 components: - type: Transform @@ -66113,7 +66873,7 @@ entities: pos: -17.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14626 components: - type: Transform @@ -66121,7 +66881,7 @@ entities: pos: -28.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14672 components: - type: Transform @@ -66129,7 +66889,7 @@ entities: pos: -22.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14707 components: - type: Transform @@ -66137,7 +66897,7 @@ entities: pos: -17.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14708 components: - type: Transform @@ -66160,7 +66920,7 @@ entities: pos: -28.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14872 components: - type: Transform @@ -66168,7 +66928,7 @@ entities: pos: -36.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14877 components: - type: Transform @@ -66176,7 +66936,7 @@ entities: pos: -22.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14887 components: - type: Transform @@ -66184,7 +66944,7 @@ entities: pos: -37.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14894 components: - type: Transform @@ -66192,7 +66952,7 @@ entities: pos: -37.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14919 components: - type: Transform @@ -66208,7 +66968,7 @@ entities: pos: -39.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14946 components: - type: Transform @@ -66216,7 +66976,7 @@ entities: pos: -37.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14949 components: - type: Transform @@ -66239,7 +66999,7 @@ entities: pos: -3.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15110 components: - type: Transform @@ -66262,7 +67022,7 @@ entities: pos: -11.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15129 components: - type: Transform @@ -66270,7 +67030,7 @@ entities: pos: -8.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15133 components: - type: Transform @@ -66278,7 +67038,7 @@ entities: pos: -8.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15134 components: - type: Transform @@ -66293,14 +67053,14 @@ entities: pos: -44.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15253 components: - type: Transform pos: 33.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15254 components: - type: Transform @@ -66339,7 +67099,7 @@ entities: pos: -25.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16377 components: - type: Transform @@ -66347,7 +67107,7 @@ entities: pos: -20.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16379 components: - type: Transform @@ -66355,7 +67115,7 @@ entities: pos: -25.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16380 components: - type: Transform @@ -66363,7 +67123,7 @@ entities: pos: -25.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16427 components: - type: Transform @@ -66401,14 +67161,14 @@ entities: pos: -38.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16580 components: - type: Transform pos: -38.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16790 components: - type: Transform @@ -66424,7 +67184,7 @@ entities: pos: 10.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17408 components: - type: Transform @@ -66432,7 +67192,7 @@ entities: pos: -1.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17409 components: - type: Transform @@ -66440,7 +67200,7 @@ entities: pos: -1.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17419 components: - type: Transform @@ -66455,7 +67215,7 @@ entities: pos: 13.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17431 components: - type: Transform @@ -66478,7 +67238,7 @@ entities: pos: -7.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17878 components: - type: Transform @@ -66493,7 +67253,7 @@ entities: pos: -11.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 19981 components: - type: Transform @@ -66509,7 +67269,7 @@ entities: pos: -11.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasPipeFourway entities: - uid: 408 @@ -66525,7 +67285,7 @@ entities: pos: -41.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2649 components: - type: Transform @@ -66539,14 +67299,14 @@ entities: pos: 11.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4331 components: - type: Transform pos: 29.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4470 components: - type: Transform @@ -66581,7 +67341,7 @@ entities: pos: 11.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7455 components: - type: Transform @@ -66609,14 +67369,14 @@ entities: pos: -17.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9141 components: - type: Transform pos: -51.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10981 components: - type: Transform @@ -66630,7 +67390,7 @@ entities: pos: 11.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13648 components: - type: Transform @@ -66651,14 +67411,14 @@ entities: pos: -22.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13923 components: - type: Transform pos: -28.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13939 components: - type: Transform @@ -66672,14 +67432,14 @@ entities: pos: -22.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14451 components: - type: Transform pos: -26.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14468 components: - type: Transform @@ -66700,14 +67460,14 @@ entities: pos: -26.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15091 components: - type: Transform pos: -7.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16433 components: - type: Transform @@ -66731,14 +67491,14 @@ entities: pos: -18.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 67 components: - type: Transform pos: -44.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 74 components: - type: Transform @@ -66754,7 +67514,7 @@ entities: pos: 8.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 128 components: - type: Transform @@ -66770,7 +67530,7 @@ entities: pos: -22.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 195 components: - type: Transform @@ -66778,7 +67538,7 @@ entities: pos: -48.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 241 components: - type: Transform @@ -66794,7 +67554,7 @@ entities: pos: -2.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 314 components: - type: Transform @@ -66802,7 +67562,7 @@ entities: pos: -6.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 372 components: - type: Transform @@ -66818,7 +67578,7 @@ entities: pos: -26.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 390 components: - type: Transform @@ -66842,7 +67602,7 @@ entities: pos: 35.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 889 components: - type: Transform @@ -66857,7 +67617,7 @@ entities: pos: 9.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1086 components: - type: Transform @@ -66899,7 +67659,7 @@ entities: pos: -8.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1566 components: - type: Transform @@ -66914,7 +67674,7 @@ entities: pos: 29.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1578 components: - type: Transform @@ -67026,7 +67786,7 @@ entities: pos: -8.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1717 components: - type: Transform @@ -67108,7 +67868,7 @@ entities: pos: -51.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1836 components: - type: Transform @@ -67123,28 +67883,28 @@ entities: pos: -51.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1843 components: - type: Transform pos: -51.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1863 components: - type: Transform pos: -51.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1874 components: - type: Transform pos: -51.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1910 components: - type: Transform @@ -67174,7 +67934,7 @@ entities: pos: -39.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1968 components: - type: Transform @@ -67430,7 +68190,7 @@ entities: pos: -8.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2039 components: - type: Transform @@ -67438,7 +68198,7 @@ entities: pos: -8.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2040 components: - type: Transform @@ -67446,7 +68206,7 @@ entities: pos: -8.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2043 components: - type: Transform @@ -67454,7 +68214,7 @@ entities: pos: -9.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2092 components: - type: Transform @@ -67462,7 +68222,7 @@ entities: pos: -9.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2095 components: - type: Transform @@ -67477,21 +68237,21 @@ entities: pos: -7.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2098 components: - type: Transform pos: -7.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2101 components: - type: Transform pos: -7.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2103 components: - type: Transform @@ -67499,7 +68259,7 @@ entities: pos: -6.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2104 components: - type: Transform @@ -67538,7 +68298,7 @@ entities: pos: -7.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2131 components: - type: Transform @@ -67546,7 +68306,7 @@ entities: pos: -6.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2135 components: - type: Transform @@ -67569,7 +68329,7 @@ entities: pos: -5.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2147 components: - type: Transform @@ -67584,7 +68344,7 @@ entities: pos: -5.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2155 components: - type: Transform @@ -67592,7 +68352,7 @@ entities: pos: -10.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2182 components: - type: Transform @@ -67600,7 +68360,7 @@ entities: pos: -7.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2183 components: - type: Transform @@ -67608,7 +68368,7 @@ entities: pos: -7.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2186 components: - type: Transform @@ -67624,7 +68384,7 @@ entities: pos: -25.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2265 components: - type: Transform @@ -67639,7 +68399,7 @@ entities: pos: -23.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2370 components: - type: Transform @@ -67647,7 +68407,7 @@ entities: pos: -20.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2382 components: - type: Transform @@ -67655,7 +68415,7 @@ entities: pos: -17.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2384 components: - type: Transform @@ -67671,7 +68431,7 @@ entities: pos: -16.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2386 components: - type: Transform @@ -67685,14 +68445,14 @@ entities: pos: -7.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2390 components: - type: Transform pos: -7.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2393 components: - type: Transform @@ -67700,7 +68460,7 @@ entities: pos: -16.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2396 components: - type: Transform @@ -67714,7 +68474,7 @@ entities: pos: -16.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2403 components: - type: Transform @@ -67750,7 +68510,7 @@ entities: pos: -18.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2494 components: - type: Transform @@ -67766,7 +68526,7 @@ entities: pos: -42.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2519 components: - type: Transform @@ -67774,7 +68534,7 @@ entities: pos: -38.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2522 components: - type: Transform @@ -67782,7 +68542,7 @@ entities: pos: -40.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2524 components: - type: Transform @@ -67797,7 +68557,7 @@ entities: pos: -44.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2530 components: - type: Transform @@ -67826,7 +68586,7 @@ entities: pos: -44.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2594 components: - type: Transform @@ -67834,7 +68594,7 @@ entities: pos: -4.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2596 components: - type: Transform @@ -67842,7 +68602,7 @@ entities: pos: -1.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2598 components: - type: Transform @@ -67858,7 +68618,7 @@ entities: pos: 28.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2602 components: - type: Transform @@ -67866,7 +68626,7 @@ entities: pos: 11.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2611 components: - type: Transform @@ -67890,7 +68650,7 @@ entities: pos: 28.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2623 components: - type: Transform @@ -67898,7 +68658,7 @@ entities: pos: 12.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2637 components: - type: Transform @@ -67906,7 +68666,7 @@ entities: pos: -23.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2638 components: - type: Transform @@ -67938,7 +68698,7 @@ entities: pos: -3.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2821 components: - type: Transform @@ -67946,7 +68706,7 @@ entities: pos: -24.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2839 components: - type: Transform @@ -67954,7 +68714,7 @@ entities: pos: -40.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2858 components: - type: Transform @@ -67986,7 +68746,7 @@ entities: pos: -34.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2969 components: - type: Transform @@ -67994,7 +68754,7 @@ entities: pos: 9.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2971 components: - type: Transform @@ -68002,7 +68762,7 @@ entities: pos: 35.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2973 components: - type: Transform @@ -68010,7 +68770,7 @@ entities: pos: -36.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2979 components: - type: Transform @@ -68018,7 +68778,7 @@ entities: pos: 35.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2984 components: - type: Transform @@ -68041,7 +68801,7 @@ entities: pos: 29.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3035 components: - type: Transform @@ -68056,7 +68816,7 @@ entities: pos: -38.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3049 components: - type: Transform @@ -68078,7 +68838,7 @@ entities: pos: 10.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3110 components: - type: Transform @@ -68086,7 +68846,7 @@ entities: pos: 8.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3113 components: - type: Transform @@ -68139,7 +68899,7 @@ entities: pos: -7.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3394 components: - type: Transform @@ -68154,7 +68914,7 @@ entities: pos: 10.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3398 components: - type: Transform @@ -68162,7 +68922,7 @@ entities: pos: 8.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3399 components: - type: Transform @@ -68170,7 +68930,7 @@ entities: pos: 9.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3449 components: - type: Transform @@ -68178,7 +68938,7 @@ entities: pos: -20.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3486 components: - type: Transform @@ -68194,7 +68954,7 @@ entities: pos: -23.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3496 components: - type: Transform @@ -68210,7 +68970,7 @@ entities: pos: -20.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3583 components: - type: Transform @@ -68224,7 +68984,7 @@ entities: pos: -35.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4056 components: - type: Transform @@ -68283,7 +69043,7 @@ entities: pos: 10.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4255 components: - type: Transform @@ -68307,7 +69067,7 @@ entities: pos: 36.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4298 components: - type: Transform @@ -68323,7 +69083,7 @@ entities: pos: 10.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4376 components: - type: Transform @@ -68338,7 +69098,7 @@ entities: pos: 29.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4408 components: - type: Transform @@ -68346,7 +69106,7 @@ entities: pos: 29.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4409 components: - type: Transform @@ -68354,7 +69114,7 @@ entities: pos: 37.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4427 components: - type: Transform @@ -68362,7 +69122,7 @@ entities: pos: 29.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4435 components: - type: Transform @@ -68370,7 +69130,7 @@ entities: pos: 15.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4436 components: - type: Transform @@ -68415,7 +69175,7 @@ entities: pos: 13.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4462 components: - type: Transform @@ -68495,7 +69255,7 @@ entities: pos: 34.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4605 components: - type: Transform @@ -68511,7 +69271,7 @@ entities: pos: -5.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4626 components: - type: Transform @@ -68526,7 +69286,7 @@ entities: pos: -25.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4660 components: - type: Transform @@ -68550,7 +69310,7 @@ entities: pos: -43.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4850 components: - type: Transform @@ -68558,7 +69318,7 @@ entities: pos: -12.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4941 components: - type: Transform @@ -68581,7 +69341,7 @@ entities: pos: -35.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4988 components: - type: Transform @@ -68648,7 +69408,7 @@ entities: pos: 12.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5068 components: - type: Transform @@ -68656,7 +69416,7 @@ entities: pos: 11.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5208 components: - type: Transform @@ -68664,14 +69424,14 @@ entities: pos: -40.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5391 components: - type: Transform pos: 16.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5396 components: - type: Transform @@ -68686,7 +69446,7 @@ entities: pos: 16.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5465 components: - type: Transform @@ -68694,7 +69454,7 @@ entities: pos: 10.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5469 components: - type: Transform @@ -68702,7 +69462,7 @@ entities: pos: 4.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5480 components: - type: Transform @@ -68710,7 +69470,7 @@ entities: pos: 5.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5561 components: - type: Transform @@ -68725,7 +69485,7 @@ entities: pos: 21.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5690 components: - type: Transform @@ -68733,7 +69493,7 @@ entities: pos: 12.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5757 components: - type: Transform @@ -68781,7 +69541,7 @@ entities: pos: -19.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6187 components: - type: Transform @@ -68803,7 +69563,7 @@ entities: pos: 26.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6461 components: - type: Transform @@ -68825,14 +69585,14 @@ entities: pos: 34.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6593 components: - type: Transform pos: 34.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6594 components: - type: Transform @@ -68861,7 +69621,7 @@ entities: pos: 34.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6605 components: - type: Transform @@ -68893,7 +69653,7 @@ entities: pos: 33.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6609 components: - type: Transform @@ -68901,7 +69661,7 @@ entities: pos: 32.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6610 components: - type: Transform @@ -68909,7 +69669,7 @@ entities: pos: 31.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6611 components: - type: Transform @@ -68917,7 +69677,7 @@ entities: pos: 30.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6612 components: - type: Transform @@ -68925,7 +69685,7 @@ entities: pos: 29.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6678 components: - type: Transform @@ -68981,7 +69741,7 @@ entities: pos: 34.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6726 components: - type: Transform @@ -68989,7 +69749,7 @@ entities: pos: 27.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6729 components: - type: Transform @@ -69019,7 +69779,7 @@ entities: pos: 25.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6760 components: - type: Transform @@ -69033,7 +69793,7 @@ entities: pos: 21.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6764 components: - type: Transform @@ -69048,7 +69808,7 @@ entities: pos: 21.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6768 components: - type: Transform @@ -69063,7 +69823,7 @@ entities: pos: 29.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6770 components: - type: Transform @@ -69079,7 +69839,7 @@ entities: pos: 30.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6772 components: - type: Transform @@ -69087,7 +69847,7 @@ entities: pos: 31.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6773 components: - type: Transform @@ -69095,7 +69855,7 @@ entities: pos: 29.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6785 components: - type: Transform @@ -69103,7 +69863,7 @@ entities: pos: 14.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6805 components: - type: Transform @@ -69118,7 +69878,7 @@ entities: pos: 35.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6808 components: - type: Transform @@ -69126,7 +69886,7 @@ entities: pos: 28.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6891 components: - type: Transform @@ -69149,7 +69909,7 @@ entities: pos: 8.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6984 components: - type: Transform @@ -69157,7 +69917,7 @@ entities: pos: 9.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6986 components: - type: Transform @@ -69165,7 +69925,7 @@ entities: pos: 8.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7046 components: - type: Transform @@ -69204,7 +69964,7 @@ entities: pos: -14.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7247 components: - type: Transform @@ -69212,7 +69972,7 @@ entities: pos: -15.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7358 components: - type: Transform @@ -69220,7 +69980,7 @@ entities: pos: 3.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7435 components: - type: Transform @@ -69228,7 +69988,7 @@ entities: pos: -27.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7446 components: - type: Transform @@ -69236,7 +69996,7 @@ entities: pos: -26.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7448 components: - type: Transform @@ -69252,7 +70012,7 @@ entities: pos: -28.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7454 components: - type: Transform @@ -69268,7 +70028,7 @@ entities: pos: -32.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7458 components: - type: Transform @@ -69276,7 +70036,7 @@ entities: pos: -31.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7459 components: - type: Transform @@ -69292,14 +70052,14 @@ entities: pos: -30.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7463 components: - type: Transform pos: -35.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7464 components: - type: Transform @@ -69345,7 +70105,7 @@ entities: pos: -35.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7476 components: - type: Transform @@ -69360,7 +70120,7 @@ entities: pos: -27.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7492 components: - type: Transform @@ -69368,7 +70128,7 @@ entities: pos: -27.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7493 components: - type: Transform @@ -69376,7 +70136,7 @@ entities: pos: -27.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7494 components: - type: Transform @@ -69406,7 +70166,7 @@ entities: pos: -16.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7982 components: - type: Transform @@ -69414,7 +70174,7 @@ entities: pos: -36.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8050 components: - type: Transform @@ -69438,7 +70198,7 @@ entities: pos: -50.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8072 components: - type: Transform @@ -69454,7 +70214,7 @@ entities: pos: -49.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8085 components: - type: Transform @@ -69470,7 +70230,7 @@ entities: pos: -41.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8123 components: - type: Transform @@ -69491,14 +70251,14 @@ entities: pos: -43.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8132 components: - type: Transform pos: -43.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8138 components: - type: Transform @@ -69599,7 +70359,7 @@ entities: pos: 11.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8264 components: - type: Transform @@ -69613,7 +70373,7 @@ entities: pos: -17.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8394 components: - type: Transform @@ -69643,14 +70403,14 @@ entities: pos: -43.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8865 components: - type: Transform pos: 35.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8990 components: - type: Transform @@ -69682,7 +70442,7 @@ entities: pos: -51.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9295 components: - type: Transform @@ -69690,7 +70450,7 @@ entities: pos: 11.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9298 components: - type: Transform @@ -69698,7 +70458,7 @@ entities: pos: 11.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9315 components: - type: Transform @@ -69706,7 +70466,7 @@ entities: pos: 12.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9316 components: - type: Transform @@ -69714,7 +70474,7 @@ entities: pos: 14.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9326 components: - type: Transform @@ -69722,14 +70482,14 @@ entities: pos: 11.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9332 components: - type: Transform pos: -43.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9345 components: - type: Transform @@ -69737,7 +70497,7 @@ entities: pos: -43.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9364 components: - type: Transform @@ -69745,7 +70505,7 @@ entities: pos: 11.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9366 components: - type: Transform @@ -69761,7 +70521,7 @@ entities: pos: 11.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9371 components: - type: Transform @@ -69769,7 +70529,7 @@ entities: pos: 11.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9372 components: - type: Transform @@ -69777,7 +70537,7 @@ entities: pos: 11.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9374 components: - type: Transform @@ -69785,7 +70545,7 @@ entities: pos: 11.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9377 components: - type: Transform @@ -69793,7 +70553,7 @@ entities: pos: 11.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9378 components: - type: Transform @@ -69801,7 +70561,7 @@ entities: pos: 11.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9384 components: - type: Transform @@ -69809,7 +70569,7 @@ entities: pos: 11.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9385 components: - type: Transform @@ -69817,7 +70577,7 @@ entities: pos: 11.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9386 components: - type: Transform @@ -69825,7 +70585,7 @@ entities: pos: 11.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9394 components: - type: Transform @@ -69889,7 +70649,7 @@ entities: pos: 12.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9434 components: - type: Transform @@ -69897,7 +70657,7 @@ entities: pos: 13.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9435 components: - type: Transform @@ -69905,7 +70665,7 @@ entities: pos: 25.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9437 components: - type: Transform @@ -69934,21 +70694,21 @@ entities: pos: 15.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9442 components: - type: Transform pos: 15.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9443 components: - type: Transform pos: 15.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9444 components: - type: Transform @@ -69980,7 +70740,7 @@ entities: pos: 14.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9456 components: - type: Transform @@ -70012,7 +70772,7 @@ entities: pos: 19.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9460 components: - type: Transform @@ -70020,7 +70780,7 @@ entities: pos: 19.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9461 components: - type: Transform @@ -70028,7 +70788,7 @@ entities: pos: 19.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9462 components: - type: Transform @@ -70036,7 +70796,7 @@ entities: pos: 19.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9463 components: - type: Transform @@ -70044,7 +70804,7 @@ entities: pos: 19.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9464 components: - type: Transform @@ -70052,7 +70812,7 @@ entities: pos: 17.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9465 components: - type: Transform @@ -70060,7 +70820,7 @@ entities: pos: 18.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9491 components: - type: Transform @@ -70108,7 +70868,7 @@ entities: pos: 12.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9497 components: - type: Transform @@ -70116,7 +70876,7 @@ entities: pos: 13.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9498 components: - type: Transform @@ -70124,7 +70884,7 @@ entities: pos: 14.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9499 components: - type: Transform @@ -70132,7 +70892,7 @@ entities: pos: 15.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9500 components: - type: Transform @@ -70140,7 +70900,7 @@ entities: pos: 16.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9501 components: - type: Transform @@ -70148,7 +70908,7 @@ entities: pos: 17.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9502 components: - type: Transform @@ -70156,7 +70916,7 @@ entities: pos: 17.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9503 components: - type: Transform @@ -70164,7 +70924,7 @@ entities: pos: 18.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9504 components: - type: Transform @@ -70172,21 +70932,21 @@ entities: pos: 19.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9505 components: - type: Transform pos: 17.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9506 components: - type: Transform pos: 17.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9510 components: - type: Transform @@ -70271,7 +71031,7 @@ entities: pos: 34.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9581 components: - type: Transform @@ -70288,6 +71048,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 9955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9974 components: - type: Transform @@ -70295,7 +71063,7 @@ entities: pos: 8.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9994 components: - type: Transform @@ -70303,7 +71071,7 @@ entities: pos: 15.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10120 components: - type: Transform @@ -70319,7 +71087,7 @@ entities: pos: -10.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10262 components: - type: Transform @@ -70350,7 +71118,7 @@ entities: pos: -44.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10801 components: - type: Transform @@ -70358,7 +71126,7 @@ entities: pos: 10.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10895 components: - type: Transform @@ -70366,7 +71134,7 @@ entities: pos: 1.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11062 components: - type: Transform @@ -70374,7 +71142,7 @@ entities: pos: -7.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11073 components: - type: Transform @@ -70382,7 +71150,7 @@ entities: pos: -6.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11112 components: - type: Transform @@ -70390,7 +71158,7 @@ entities: pos: 8.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11188 components: - type: Transform @@ -70451,7 +71219,7 @@ entities: pos: 29.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11385 components: - type: Transform @@ -70467,7 +71235,7 @@ entities: pos: 32.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11398 components: - type: Transform @@ -70475,7 +71243,7 @@ entities: pos: 35.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11430 components: - type: Transform @@ -70499,7 +71267,7 @@ entities: pos: 0.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11638 components: - type: Transform @@ -70507,7 +71275,7 @@ entities: pos: -0.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11645 components: - type: Transform @@ -70515,7 +71283,7 @@ entities: pos: -22.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11649 components: - type: Transform @@ -70563,7 +71331,7 @@ entities: pos: -7.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11982 components: - type: Transform @@ -70595,7 +71363,7 @@ entities: pos: -14.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12010 components: - type: Transform @@ -70603,7 +71371,7 @@ entities: pos: -14.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12051 components: - type: Transform @@ -70611,7 +71379,7 @@ entities: pos: -14.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12053 components: - type: Transform @@ -70635,7 +71403,7 @@ entities: pos: -35.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12280 components: - type: Transform @@ -70657,7 +71425,7 @@ entities: pos: 33.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12450 components: - type: Transform @@ -70687,7 +71455,7 @@ entities: pos: 9.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12673 components: - type: Transform @@ -70703,7 +71471,7 @@ entities: pos: -11.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12700 components: - type: Transform @@ -70726,7 +71494,7 @@ entities: pos: -16.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13047 components: - type: Transform @@ -70734,7 +71502,7 @@ entities: pos: -16.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13203 components: - type: Transform @@ -70748,7 +71516,7 @@ entities: pos: 25.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13264 components: - type: Transform @@ -70756,7 +71524,7 @@ entities: pos: 12.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13272 components: - type: Transform @@ -70844,7 +71612,7 @@ entities: pos: 21.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13368 components: - type: Transform @@ -70852,7 +71620,7 @@ entities: pos: 9.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13369 components: - type: Transform @@ -70860,7 +71628,7 @@ entities: pos: 10.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13372 components: - type: Transform @@ -70875,14 +71643,14 @@ entities: pos: 11.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13375 components: - type: Transform pos: 11.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13376 components: - type: Transform @@ -70890,49 +71658,49 @@ entities: pos: -8.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13377 components: - type: Transform pos: 11.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13378 components: - type: Transform pos: 11.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13379 components: - type: Transform pos: 11.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13380 components: - type: Transform pos: 11.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13381 components: - type: Transform pos: 11.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13382 components: - type: Transform pos: 11.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13383 components: - type: Transform @@ -71014,21 +71782,21 @@ entities: pos: 11.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13399 components: - type: Transform pos: 11.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13400 components: - type: Transform pos: 11.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13401 components: - type: Transform @@ -71161,7 +71929,7 @@ entities: pos: 12.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13430 components: - type: Transform @@ -71169,7 +71937,7 @@ entities: pos: 13.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13431 components: - type: Transform @@ -71177,7 +71945,7 @@ entities: pos: 14.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13432 components: - type: Transform @@ -71185,7 +71953,7 @@ entities: pos: 15.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13434 components: - type: Transform @@ -71201,7 +71969,7 @@ entities: pos: 13.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13436 components: - type: Transform @@ -71209,7 +71977,7 @@ entities: pos: 14.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13437 components: - type: Transform @@ -71248,21 +72016,21 @@ entities: pos: 11.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13443 components: - type: Transform pos: 11.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13444 components: - type: Transform pos: 11.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13445 components: - type: Transform @@ -71270,7 +72038,7 @@ entities: pos: 8.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13452 components: - type: Transform @@ -71278,7 +72046,7 @@ entities: pos: 16.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13453 components: - type: Transform @@ -71286,7 +72054,7 @@ entities: pos: 17.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13454 components: - type: Transform @@ -71294,7 +72062,7 @@ entities: pos: 18.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13455 components: - type: Transform @@ -71302,7 +72070,7 @@ entities: pos: 19.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13456 components: - type: Transform @@ -71310,7 +72078,7 @@ entities: pos: 20.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13458 components: - type: Transform @@ -71318,7 +72086,7 @@ entities: pos: 22.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13460 components: - type: Transform @@ -71326,7 +72094,7 @@ entities: pos: 24.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13461 components: - type: Transform @@ -71334,7 +72102,7 @@ entities: pos: 25.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13463 components: - type: Transform @@ -71342,7 +72110,7 @@ entities: pos: 26.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13464 components: - type: Transform @@ -71350,7 +72118,7 @@ entities: pos: 30.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13465 components: - type: Transform @@ -71358,7 +72126,7 @@ entities: pos: 31.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13467 components: - type: Transform @@ -71366,7 +72134,7 @@ entities: pos: 28.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13468 components: - type: Transform @@ -71374,7 +72142,7 @@ entities: pos: 33.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13470 components: - type: Transform @@ -71382,7 +72150,7 @@ entities: pos: 33.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13472 components: - type: Transform @@ -71390,7 +72158,7 @@ entities: pos: 36.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13473 components: - type: Transform @@ -71398,7 +72166,7 @@ entities: pos: 37.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13474 components: - type: Transform @@ -71406,7 +72174,7 @@ entities: pos: 38.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13476 components: - type: Transform @@ -71414,7 +72182,7 @@ entities: pos: 40.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13477 components: - type: Transform @@ -71422,7 +72190,7 @@ entities: pos: 41.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13478 components: - type: Transform @@ -71430,7 +72198,7 @@ entities: pos: 42.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13479 components: - type: Transform @@ -71438,7 +72206,7 @@ entities: pos: 43.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13480 components: - type: Transform @@ -71446,7 +72214,7 @@ entities: pos: 44.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13481 components: - type: Transform @@ -71454,7 +72222,7 @@ entities: pos: 45.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13483 components: - type: Transform @@ -71637,7 +72405,7 @@ entities: pos: 27.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13517 components: - type: Transform @@ -71653,7 +72421,7 @@ entities: pos: 32.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13520 components: - type: Transform @@ -71661,7 +72429,7 @@ entities: pos: 32.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13521 components: - type: Transform @@ -71677,7 +72445,7 @@ entities: pos: 32.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13523 components: - type: Transform @@ -71685,7 +72453,7 @@ entities: pos: 32.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13527 components: - type: Transform @@ -71701,7 +72469,7 @@ entities: pos: 46.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13529 components: - type: Transform @@ -71709,7 +72477,7 @@ entities: pos: 47.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13530 components: - type: Transform @@ -71717,7 +72485,7 @@ entities: pos: 48.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13531 components: - type: Transform @@ -71725,7 +72493,7 @@ entities: pos: 49.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13532 components: - type: Transform @@ -71733,7 +72501,7 @@ entities: pos: 50.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13533 components: - type: Transform @@ -71741,7 +72509,7 @@ entities: pos: 51.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13535 components: - type: Transform @@ -71789,7 +72557,7 @@ entities: pos: 52.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13545 components: - type: Transform @@ -71797,7 +72565,7 @@ entities: pos: 52.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13546 components: - type: Transform @@ -71805,7 +72573,7 @@ entities: pos: 52.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13547 components: - type: Transform @@ -71813,7 +72581,7 @@ entities: pos: 52.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13552 components: - type: Transform @@ -71821,7 +72589,7 @@ entities: pos: 35.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13553 components: - type: Transform @@ -71829,7 +72597,7 @@ entities: pos: 35.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13554 components: - type: Transform @@ -71837,7 +72605,7 @@ entities: pos: 35.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13555 components: - type: Transform @@ -71861,7 +72629,7 @@ entities: pos: 35.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13559 components: - type: Transform @@ -71869,7 +72637,7 @@ entities: pos: 35.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13560 components: - type: Transform @@ -71877,7 +72645,7 @@ entities: pos: 35.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13561 components: - type: Transform @@ -71885,7 +72653,7 @@ entities: pos: 35.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13562 components: - type: Transform @@ -71893,7 +72661,7 @@ entities: pos: 35.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13563 components: - type: Transform @@ -71901,7 +72669,7 @@ entities: pos: 35.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13564 components: - type: Transform @@ -71909,7 +72677,7 @@ entities: pos: 35.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13566 components: - type: Transform @@ -71981,7 +72749,7 @@ entities: pos: 41.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13582 components: - type: Transform @@ -71989,7 +72757,7 @@ entities: pos: 41.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13583 components: - type: Transform @@ -72029,7 +72797,7 @@ entities: pos: 38.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13589 components: - type: Transform @@ -72037,14 +72805,14 @@ entities: pos: 40.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13590 components: - type: Transform pos: 41.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13591 components: - type: Transform @@ -72052,7 +72820,7 @@ entities: pos: 37.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13592 components: - type: Transform @@ -72060,7 +72828,7 @@ entities: pos: 36.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13593 components: - type: Transform @@ -72068,7 +72836,7 @@ entities: pos: 36.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13597 components: - type: Transform @@ -72076,7 +72844,7 @@ entities: pos: 39.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13604 components: - type: Transform @@ -72100,7 +72868,7 @@ entities: pos: 36.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13607 components: - type: Transform @@ -72108,7 +72876,7 @@ entities: pos: 36.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13608 components: - type: Transform @@ -72152,7 +72920,7 @@ entities: pos: 30.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13626 components: - type: Transform @@ -72160,7 +72928,7 @@ entities: pos: 31.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13627 components: - type: Transform @@ -72176,7 +72944,7 @@ entities: pos: 29.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13629 components: - type: Transform @@ -72184,7 +72952,7 @@ entities: pos: 28.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13630 components: - type: Transform @@ -72192,14 +72960,14 @@ entities: pos: 27.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13647 components: - type: Transform pos: -44.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13668 components: - type: Transform @@ -72207,7 +72975,7 @@ entities: pos: 9.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13669 components: - type: Transform @@ -72215,21 +72983,21 @@ entities: pos: 10.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13671 components: - type: Transform pos: 7.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13672 components: - type: Transform pos: 7.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13673 components: - type: Transform @@ -72243,7 +73011,7 @@ entities: pos: 7.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13694 components: - type: Transform @@ -72259,7 +73027,7 @@ entities: pos: 32.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13713 components: - type: Transform @@ -72267,7 +73035,7 @@ entities: pos: 32.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13714 components: - type: Transform @@ -72338,14 +73106,14 @@ entities: pos: 32.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13729 components: - type: Transform pos: 32.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13731 components: - type: Transform @@ -72360,7 +73128,7 @@ entities: pos: 31.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13733 components: - type: Transform @@ -72368,7 +73136,7 @@ entities: pos: 30.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13734 components: - type: Transform @@ -72376,7 +73144,7 @@ entities: pos: 29.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13736 components: - type: Transform @@ -72384,7 +73152,7 @@ entities: pos: 27.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13737 components: - type: Transform @@ -72392,7 +73160,7 @@ entities: pos: 26.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13739 components: - type: Transform @@ -72400,7 +73168,7 @@ entities: pos: 24.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13740 components: - type: Transform @@ -72446,7 +73214,7 @@ entities: pos: -17.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13747 components: - type: Transform @@ -72468,7 +73236,7 @@ entities: pos: 33.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13750 components: - type: Transform @@ -72489,7 +73257,7 @@ entities: pos: 33.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13756 components: - type: Transform @@ -72510,35 +73278,35 @@ entities: pos: 23.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13759 components: - type: Transform pos: 23.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13760 components: - type: Transform pos: 23.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13761 components: - type: Transform pos: 23.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13762 components: - type: Transform pos: 23.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13779 components: - type: Transform @@ -72578,14 +73346,14 @@ entities: pos: 22.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13792 components: - type: Transform pos: -17.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13825 components: - type: Transform @@ -72593,7 +73361,7 @@ entities: pos: -18.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13826 components: - type: Transform @@ -72608,14 +73376,14 @@ entities: pos: -19.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13831 components: - type: Transform pos: -15.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13832 components: - type: Transform @@ -72623,7 +73391,7 @@ entities: pos: -16.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13834 components: - type: Transform @@ -72631,7 +73399,7 @@ entities: pos: -20.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13835 components: - type: Transform @@ -72639,7 +73407,7 @@ entities: pos: -21.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13837 components: - type: Transform @@ -72743,7 +73511,7 @@ entities: pos: -29.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13875 components: - type: Transform @@ -72751,7 +73519,7 @@ entities: pos: -29.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13876 components: - type: Transform @@ -72759,7 +73527,7 @@ entities: pos: -29.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13877 components: - type: Transform @@ -72767,7 +73535,7 @@ entities: pos: -29.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13878 components: - type: Transform @@ -72775,7 +73543,7 @@ entities: pos: -29.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13879 components: - type: Transform @@ -72783,21 +73551,21 @@ entities: pos: -30.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13880 components: - type: Transform pos: -29.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13881 components: - type: Transform pos: -29.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13882 components: - type: Transform @@ -72819,7 +73587,7 @@ entities: pos: -30.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13885 components: - type: Transform @@ -72827,7 +73595,7 @@ entities: pos: -31.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13886 components: - type: Transform @@ -72835,7 +73603,7 @@ entities: pos: -32.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13887 components: - type: Transform @@ -72843,7 +73611,7 @@ entities: pos: -33.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13888 components: - type: Transform @@ -72875,7 +73643,7 @@ entities: pos: -28.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13892 components: - type: Transform @@ -72883,7 +73651,7 @@ entities: pos: -28.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13893 components: - type: Transform @@ -72891,7 +73659,7 @@ entities: pos: -28.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13894 components: - type: Transform @@ -72899,7 +73667,7 @@ entities: pos: -28.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13895 components: - type: Transform @@ -72907,7 +73675,7 @@ entities: pos: -28.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13896 components: - type: Transform @@ -72947,7 +73715,7 @@ entities: pos: -29.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13906 components: - type: Transform @@ -72955,7 +73723,7 @@ entities: pos: -30.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13907 components: - type: Transform @@ -72963,7 +73731,7 @@ entities: pos: -31.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13908 components: - type: Transform @@ -73008,35 +73776,35 @@ entities: pos: -28.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13918 components: - type: Transform pos: -28.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13919 components: - type: Transform pos: -28.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13920 components: - type: Transform pos: -28.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13921 components: - type: Transform pos: -28.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13922 components: - type: Transform @@ -73067,14 +73835,14 @@ entities: pos: -28.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13930 components: - type: Transform pos: -28.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13931 components: - type: Transform @@ -73082,7 +73850,7 @@ entities: pos: -27.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13932 components: - type: Transform @@ -73090,7 +73858,7 @@ entities: pos: -26.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13933 components: - type: Transform @@ -73098,7 +73866,7 @@ entities: pos: -23.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13934 components: - type: Transform @@ -73106,7 +73874,7 @@ entities: pos: -23.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13935 components: - type: Transform @@ -73130,7 +73898,7 @@ entities: pos: -23.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13938 components: - type: Transform @@ -73145,7 +73913,7 @@ entities: pos: -23.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13942 components: - type: Transform @@ -73153,7 +73921,7 @@ entities: pos: -25.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13943 components: - type: Transform @@ -73161,7 +73929,7 @@ entities: pos: -24.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13944 components: - type: Transform @@ -73169,7 +73937,7 @@ entities: pos: -23.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13945 components: - type: Transform @@ -73209,7 +73977,7 @@ entities: pos: -22.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13950 components: - type: Transform @@ -73217,7 +73985,7 @@ entities: pos: -21.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13951 components: - type: Transform @@ -73225,7 +73993,7 @@ entities: pos: -20.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13952 components: - type: Transform @@ -73284,28 +74052,28 @@ entities: pos: -22.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13966 components: - type: Transform pos: -22.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13967 components: - type: Transform pos: -22.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13968 components: - type: Transform pos: -22.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13969 components: - type: Transform @@ -73343,7 +74111,7 @@ entities: pos: 32.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13984 components: - type: Transform @@ -73351,7 +74119,7 @@ entities: pos: -21.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13985 components: - type: Transform @@ -73359,7 +74127,7 @@ entities: pos: -20.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13986 components: - type: Transform @@ -73367,7 +74135,7 @@ entities: pos: -19.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13987 components: - type: Transform @@ -73375,7 +74143,7 @@ entities: pos: -19.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13988 components: - type: Transform @@ -73383,7 +74151,7 @@ entities: pos: -19.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13989 components: - type: Transform @@ -73392,14 +74160,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13994 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 13996 components: - type: Transform @@ -73423,7 +74183,7 @@ entities: pos: -23.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13999 components: - type: Transform @@ -73431,7 +74191,7 @@ entities: pos: -23.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14000 components: - type: Transform @@ -73439,7 +74199,7 @@ entities: pos: -23.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14005 components: - type: Transform @@ -73447,7 +74207,7 @@ entities: pos: -18.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14006 components: - type: Transform @@ -73455,14 +74215,14 @@ entities: pos: -17.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14007 components: - type: Transform pos: -16.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14009 components: - type: Transform @@ -73518,7 +74278,7 @@ entities: pos: -13.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14027 components: - type: Transform @@ -73526,7 +74286,7 @@ entities: pos: -13.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14028 components: - type: Transform @@ -73534,7 +74294,7 @@ entities: pos: -13.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14029 components: - type: Transform @@ -73542,7 +74302,7 @@ entities: pos: -13.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14031 components: - type: Transform @@ -73550,7 +74310,7 @@ entities: pos: -19.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14032 components: - type: Transform @@ -73590,7 +74350,7 @@ entities: pos: -17.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14037 components: - type: Transform @@ -73598,7 +74358,7 @@ entities: pos: -16.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14038 components: - type: Transform @@ -73606,7 +74366,7 @@ entities: pos: -15.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14039 components: - type: Transform @@ -73614,21 +74374,21 @@ entities: pos: -14.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14044 components: - type: Transform pos: -13.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14045 components: - type: Transform pos: -13.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14046 components: - type: Transform @@ -73636,7 +74396,7 @@ entities: pos: 32.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14049 components: - type: Transform @@ -73660,7 +74420,7 @@ entities: pos: 28.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14053 components: - type: Transform @@ -73705,14 +74465,14 @@ entities: pos: 33.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14068 components: - type: Transform pos: 33.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14070 components: - type: Transform @@ -73751,7 +74511,7 @@ entities: pos: 34.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14075 components: - type: Transform @@ -73759,7 +74519,7 @@ entities: pos: 35.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14076 components: - type: Transform @@ -73775,7 +74535,7 @@ entities: pos: 36.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14079 components: - type: Transform @@ -73799,7 +74559,7 @@ entities: pos: 33.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14088 components: - type: Transform @@ -73807,7 +74567,7 @@ entities: pos: 33.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14089 components: - type: Transform @@ -73815,7 +74575,7 @@ entities: pos: 33.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14090 components: - type: Transform @@ -73823,7 +74583,7 @@ entities: pos: 33.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14091 components: - type: Transform @@ -73831,7 +74591,7 @@ entities: pos: 33.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14093 components: - type: Transform @@ -73839,7 +74599,7 @@ entities: pos: 33.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14094 components: - type: Transform @@ -73847,7 +74607,7 @@ entities: pos: 33.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14096 components: - type: Transform @@ -73855,7 +74615,7 @@ entities: pos: 33.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14097 components: - type: Transform @@ -73863,7 +74623,7 @@ entities: pos: 33.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14098 components: - type: Transform @@ -73871,7 +74631,7 @@ entities: pos: 33.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14099 components: - type: Transform @@ -73879,7 +74639,7 @@ entities: pos: 33.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14100 components: - type: Transform @@ -73887,7 +74647,7 @@ entities: pos: 33.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14101 components: - type: Transform @@ -73895,7 +74655,7 @@ entities: pos: 33.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14102 components: - type: Transform @@ -73903,7 +74663,7 @@ entities: pos: 33.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14103 components: - type: Transform @@ -73911,7 +74671,7 @@ entities: pos: 33.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14104 components: - type: Transform @@ -73919,7 +74679,7 @@ entities: pos: 33.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14105 components: - type: Transform @@ -73927,7 +74687,7 @@ entities: pos: 33.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14106 components: - type: Transform @@ -73935,7 +74695,7 @@ entities: pos: 33.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14107 components: - type: Transform @@ -73943,7 +74703,7 @@ entities: pos: 33.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14108 components: - type: Transform @@ -73951,7 +74711,7 @@ entities: pos: 33.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14109 components: - type: Transform @@ -73959,7 +74719,7 @@ entities: pos: 33.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14111 components: - type: Transform @@ -73967,7 +74727,7 @@ entities: pos: 33.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14112 components: - type: Transform @@ -73975,7 +74735,7 @@ entities: pos: 33.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14113 components: - type: Transform @@ -73983,7 +74743,7 @@ entities: pos: 33.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14114 components: - type: Transform @@ -73991,7 +74751,7 @@ entities: pos: 33.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14115 components: - type: Transform @@ -73999,7 +74759,7 @@ entities: pos: 33.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14116 components: - type: Transform @@ -74007,7 +74767,7 @@ entities: pos: 33.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14117 components: - type: Transform @@ -74015,7 +74775,7 @@ entities: pos: 33.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14118 components: - type: Transform @@ -74231,7 +74991,7 @@ entities: pos: 32.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14153 components: - type: Transform @@ -74239,7 +74999,7 @@ entities: pos: 31.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14154 components: - type: Transform @@ -74247,7 +75007,7 @@ entities: pos: 30.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14155 components: - type: Transform @@ -74271,7 +75031,7 @@ entities: pos: 29.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14160 components: - type: Transform @@ -74279,7 +75039,7 @@ entities: pos: 24.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14170 components: - type: Transform @@ -74295,7 +75055,7 @@ entities: pos: 19.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14172 components: - type: Transform @@ -74303,7 +75063,7 @@ entities: pos: 18.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14173 components: - type: Transform @@ -74311,7 +75071,7 @@ entities: pos: 17.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14174 components: - type: Transform @@ -74375,7 +75135,7 @@ entities: pos: 16.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14185 components: - type: Transform @@ -74403,21 +75163,21 @@ entities: pos: 16.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14189 components: - type: Transform pos: 16.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14190 components: - type: Transform pos: 16.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14194 components: - type: Transform @@ -74473,49 +75233,49 @@ entities: pos: 16.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14202 components: - type: Transform pos: 16.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14203 components: - type: Transform pos: 16.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14204 components: - type: Transform pos: 16.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14205 components: - type: Transform pos: 16.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14206 components: - type: Transform pos: 16.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14207 components: - type: Transform pos: 16.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14220 components: - type: Transform @@ -74547,7 +75307,7 @@ entities: pos: 7.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14243 components: - type: Transform @@ -74555,7 +75315,7 @@ entities: pos: -4.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14257 components: - type: Transform @@ -74595,7 +75355,7 @@ entities: pos: 32.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14318 components: - type: Transform @@ -74603,7 +75363,7 @@ entities: pos: 6.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14319 components: - type: Transform @@ -74611,7 +75371,7 @@ entities: pos: -2.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14343 components: - type: Transform @@ -74643,7 +75403,7 @@ entities: pos: -1.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14351 components: - type: Transform @@ -74651,7 +75411,7 @@ entities: pos: -10.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14352 components: - type: Transform @@ -74667,7 +75427,7 @@ entities: pos: -8.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14356 components: - type: Transform @@ -74675,7 +75435,7 @@ entities: pos: -9.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14357 components: - type: Transform @@ -74690,28 +75450,28 @@ entities: pos: -16.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14362 components: - type: Transform pos: -16.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14363 components: - type: Transform pos: -16.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14364 components: - type: Transform pos: -16.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14367 components: - type: Transform @@ -74733,7 +75493,7 @@ entities: pos: -16.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14383 components: - type: Transform @@ -74755,7 +75515,7 @@ entities: pos: -9.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14389 components: - type: Transform @@ -74763,7 +75523,7 @@ entities: pos: -10.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14390 components: - type: Transform @@ -74771,7 +75531,7 @@ entities: pos: -11.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14391 components: - type: Transform @@ -74779,7 +75539,7 @@ entities: pos: -12.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14392 components: - type: Transform @@ -74787,7 +75547,7 @@ entities: pos: -13.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14393 components: - type: Transform @@ -74795,7 +75555,7 @@ entities: pos: -15.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14394 components: - type: Transform @@ -74803,7 +75563,7 @@ entities: pos: -14.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14415 components: - type: Transform @@ -74842,7 +75602,7 @@ entities: pos: -23.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14448 components: - type: Transform @@ -74850,7 +75610,7 @@ entities: pos: -24.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14449 components: - type: Transform @@ -74858,7 +75618,7 @@ entities: pos: -25.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14457 components: - type: Transform @@ -74874,7 +75634,7 @@ entities: pos: -26.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14459 components: - type: Transform @@ -74882,7 +75642,7 @@ entities: pos: -26.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14460 components: - type: Transform @@ -74890,7 +75650,7 @@ entities: pos: -26.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14462 components: - type: Transform @@ -74930,7 +75690,7 @@ entities: pos: -26.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14471 components: - type: Transform @@ -74938,7 +75698,7 @@ entities: pos: -27.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14474 components: - type: Transform @@ -74946,14 +75706,14 @@ entities: pos: -24.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14486 components: - type: Transform pos: -30.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14488 components: - type: Transform @@ -74985,7 +75745,7 @@ entities: pos: -27.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14493 components: - type: Transform @@ -75007,14 +75767,14 @@ entities: pos: -30.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14499 components: - type: Transform pos: -30.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14500 components: - type: Transform @@ -75057,7 +75817,7 @@ entities: pos: -29.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14527 components: - type: Transform @@ -75078,7 +75838,7 @@ entities: pos: -26.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14531 components: - type: Transform @@ -75109,21 +75869,21 @@ entities: pos: -26.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14549 components: - type: Transform pos: -26.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14550 components: - type: Transform pos: -26.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14552 components: - type: Transform @@ -75198,7 +75958,7 @@ entities: pos: -27.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14565 components: - type: Transform @@ -75206,7 +75966,7 @@ entities: pos: -28.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14566 components: - type: Transform @@ -75214,7 +75974,7 @@ entities: pos: -25.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14567 components: - type: Transform @@ -75222,7 +75982,7 @@ entities: pos: -24.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14577 components: - type: Transform @@ -75230,7 +75990,7 @@ entities: pos: -26.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14578 components: - type: Transform @@ -75238,7 +75998,7 @@ entities: pos: -26.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14579 components: - type: Transform @@ -75246,7 +76006,7 @@ entities: pos: -26.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14583 components: - type: Transform @@ -75261,14 +76021,14 @@ entities: pos: -17.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14592 components: - type: Transform pos: -17.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14596 components: - type: Transform @@ -75276,7 +76036,7 @@ entities: pos: -22.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14604 components: - type: Transform @@ -75284,14 +76044,14 @@ entities: pos: -16.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14606 components: - type: Transform pos: -17.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14607 components: - type: Transform @@ -75306,21 +76066,21 @@ entities: pos: -17.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14609 components: - type: Transform pos: -17.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14610 components: - type: Transform pos: -17.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14613 components: - type: Transform @@ -75344,7 +76104,7 @@ entities: pos: -27.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14618 components: - type: Transform @@ -75352,28 +76112,28 @@ entities: pos: -28.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14627 components: - type: Transform pos: -17.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14630 components: - type: Transform pos: -17.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14631 components: - type: Transform pos: -17.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14632 components: - type: Transform @@ -75430,7 +76190,7 @@ entities: pos: -43.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14642 components: - type: Transform @@ -75438,21 +76198,21 @@ entities: pos: -26.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14643 components: - type: Transform pos: -17.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14644 components: - type: Transform pos: -17.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14646 components: - type: Transform @@ -75516,7 +76276,7 @@ entities: pos: -17.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14662 components: - type: Transform @@ -75540,7 +76300,7 @@ entities: pos: -19.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14665 components: - type: Transform @@ -75548,7 +76308,7 @@ entities: pos: -20.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14667 components: - type: Transform @@ -75601,14 +76361,14 @@ entities: pos: -22.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14679 components: - type: Transform pos: -22.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14680 components: - type: Transform @@ -75672,49 +76432,49 @@ entities: pos: -22.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14693 components: - type: Transform pos: -22.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14694 components: - type: Transform pos: -22.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14695 components: - type: Transform pos: -22.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14696 components: - type: Transform pos: -22.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14698 components: - type: Transform pos: -22.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14700 components: - type: Transform pos: -22.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14701 components: - type: Transform @@ -75753,7 +76513,7 @@ entities: pos: -17.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14734 components: - type: Transform @@ -75761,7 +76521,7 @@ entities: pos: -24.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14735 components: - type: Transform @@ -75769,7 +76529,7 @@ entities: pos: -25.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14736 components: - type: Transform @@ -75822,14 +76582,14 @@ entities: pos: -29.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14744 components: - type: Transform pos: -29.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14746 components: - type: Transform @@ -75837,7 +76597,7 @@ entities: pos: -29.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14753 components: - type: Transform @@ -75845,7 +76605,7 @@ entities: pos: -30.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14754 components: - type: Transform @@ -75853,7 +76613,7 @@ entities: pos: -31.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14755 components: - type: Transform @@ -75861,7 +76621,7 @@ entities: pos: -32.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14756 components: - type: Transform @@ -75869,7 +76629,7 @@ entities: pos: -32.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14757 components: - type: Transform @@ -75901,7 +76661,7 @@ entities: pos: -28.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14761 components: - type: Transform @@ -75917,7 +76677,7 @@ entities: pos: -37.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14770 components: - type: Transform @@ -75925,7 +76685,7 @@ entities: pos: -38.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14771 components: - type: Transform @@ -75933,7 +76693,7 @@ entities: pos: -39.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14776 components: - type: Transform @@ -75981,7 +76741,7 @@ entities: pos: -47.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14794 components: - type: Transform @@ -75989,7 +76749,7 @@ entities: pos: -45.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14796 components: - type: Transform @@ -75997,7 +76757,7 @@ entities: pos: -46.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14828 components: - type: Transform @@ -76021,21 +76781,21 @@ entities: pos: -21.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14862 components: - type: Transform pos: -36.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14863 components: - type: Transform pos: -36.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14865 components: - type: Transform @@ -76050,35 +76810,35 @@ entities: pos: -36.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14867 components: - type: Transform pos: -36.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14868 components: - type: Transform pos: -36.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14869 components: - type: Transform pos: -36.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14870 components: - type: Transform pos: -36.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14875 components: - type: Transform @@ -76086,7 +76846,7 @@ entities: pos: -37.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14892 components: - type: Transform @@ -76094,7 +76854,7 @@ entities: pos: -39.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14893 components: - type: Transform @@ -76102,7 +76862,7 @@ entities: pos: -38.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14895 components: - type: Transform @@ -76110,7 +76870,7 @@ entities: pos: -42.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14896 components: - type: Transform @@ -76118,7 +76878,7 @@ entities: pos: -43.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14897 components: - type: Transform @@ -76126,7 +76886,7 @@ entities: pos: -44.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14898 components: - type: Transform @@ -76134,7 +76894,7 @@ entities: pos: -45.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14899 components: - type: Transform @@ -76142,7 +76902,7 @@ entities: pos: -46.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14900 components: - type: Transform @@ -76150,7 +76910,7 @@ entities: pos: -47.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14901 components: - type: Transform @@ -76158,7 +76918,7 @@ entities: pos: -48.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14902 components: - type: Transform @@ -76166,7 +76926,7 @@ entities: pos: -49.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14903 components: - type: Transform @@ -76270,7 +77030,7 @@ entities: pos: -41.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14918 components: - type: Transform @@ -76278,7 +77038,7 @@ entities: pos: -41.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14924 components: - type: Transform @@ -76300,14 +77060,14 @@ entities: pos: -50.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14927 components: - type: Transform pos: -50.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14928 components: - type: Transform @@ -76321,7 +77081,7 @@ entities: pos: -50.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14930 components: - type: Transform @@ -76335,7 +77095,7 @@ entities: pos: -50.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14932 components: - type: Transform @@ -76349,7 +77109,7 @@ entities: pos: -35.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14942 components: - type: Transform @@ -76357,7 +77117,7 @@ entities: pos: -36.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14943 components: - type: Transform @@ -76365,7 +77125,7 @@ entities: pos: -37.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14947 components: - type: Transform @@ -76389,7 +77149,7 @@ entities: pos: 9.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14960 components: - type: Transform @@ -76397,7 +77157,7 @@ entities: pos: 8.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14961 components: - type: Transform @@ -76405,7 +77165,7 @@ entities: pos: 7.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14962 components: - type: Transform @@ -76413,7 +77173,7 @@ entities: pos: 6.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14963 components: - type: Transform @@ -76421,7 +77181,7 @@ entities: pos: 5.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14964 components: - type: Transform @@ -76429,7 +77189,7 @@ entities: pos: 4.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14965 components: - type: Transform @@ -76453,7 +77213,7 @@ entities: pos: 0.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14968 components: - type: Transform @@ -76461,7 +77221,7 @@ entities: pos: 1.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14969 components: - type: Transform @@ -76469,7 +77229,7 @@ entities: pos: 3.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14970 components: - type: Transform @@ -76501,7 +77261,7 @@ entities: pos: -0.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14974 components: - type: Transform @@ -76524,7 +77284,7 @@ entities: pos: -7.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14977 components: - type: Transform @@ -76532,7 +77292,7 @@ entities: pos: 2.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14981 components: - type: Transform @@ -76595,7 +77355,7 @@ entities: pos: -7.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14990 components: - type: Transform @@ -76603,7 +77363,7 @@ entities: pos: -6.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14991 components: - type: Transform @@ -76611,7 +77371,7 @@ entities: pos: -5.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14993 components: - type: Transform @@ -76619,7 +77379,7 @@ entities: pos: -3.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14994 components: - type: Transform @@ -76627,7 +77387,7 @@ entities: pos: -2.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14995 components: - type: Transform @@ -76635,21 +77395,21 @@ entities: pos: -1.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14996 components: - type: Transform pos: -7.5,-50.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14997 components: - type: Transform pos: -7.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14998 components: - type: Transform @@ -76684,14 +77444,14 @@ entities: pos: -7.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15004 components: - type: Transform pos: -7.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15012 components: - type: Transform @@ -76715,7 +77475,7 @@ entities: pos: -7.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15021 components: - type: Transform @@ -76723,7 +77483,7 @@ entities: pos: -7.5,-53.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15027 components: - type: Transform @@ -76731,7 +77491,7 @@ entities: pos: -7.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15028 components: - type: Transform @@ -76739,7 +77499,7 @@ entities: pos: -7.5,-56.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15029 components: - type: Transform @@ -76754,7 +77514,7 @@ entities: pos: -7.5,-57.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15039 components: - type: Transform @@ -76775,21 +77535,21 @@ entities: pos: -7.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15042 components: - type: Transform pos: 11.5,-65.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15043 components: - type: Transform pos: 11.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15051 components: - type: Transform @@ -76797,7 +77557,7 @@ entities: pos: -7.5,-59.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15052 components: - type: Transform @@ -76805,7 +77565,7 @@ entities: pos: -7.5,-60.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15054 components: - type: Transform @@ -76813,7 +77573,7 @@ entities: pos: -7.5,-63.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15055 components: - type: Transform @@ -76821,7 +77581,7 @@ entities: pos: -7.5,-64.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15056 components: - type: Transform @@ -76829,7 +77589,7 @@ entities: pos: -7.5,-65.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15057 components: - type: Transform @@ -76837,7 +77597,7 @@ entities: pos: -7.5,-66.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15058 components: - type: Transform @@ -76845,7 +77605,7 @@ entities: pos: -7.5,-67.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15059 components: - type: Transform @@ -76853,7 +77613,7 @@ entities: pos: -7.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15060 components: - type: Transform @@ -76954,7 +77714,7 @@ entities: pos: -12.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15084 components: - type: Transform @@ -76962,7 +77722,7 @@ entities: pos: -10.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15085 components: - type: Transform @@ -76970,7 +77730,7 @@ entities: pos: -9.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15086 components: - type: Transform @@ -76978,7 +77738,7 @@ entities: pos: -8.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15087 components: - type: Transform @@ -76986,7 +77746,7 @@ entities: pos: -7.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15088 components: - type: Transform @@ -76994,7 +77754,7 @@ entities: pos: -7.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15089 components: - type: Transform @@ -77002,7 +77762,7 @@ entities: pos: -7.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15090 components: - type: Transform @@ -77010,7 +77770,7 @@ entities: pos: -7.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15092 components: - type: Transform @@ -77018,7 +77778,7 @@ entities: pos: -6.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15093 components: - type: Transform @@ -77026,7 +77786,7 @@ entities: pos: -5.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15094 components: - type: Transform @@ -77034,7 +77794,7 @@ entities: pos: -3.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15095 components: - type: Transform @@ -77042,7 +77802,7 @@ entities: pos: -3.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15096 components: - type: Transform @@ -77050,7 +77810,7 @@ entities: pos: -3.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15098 components: - type: Transform @@ -77058,14 +77818,14 @@ entities: pos: -4.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15101 components: - type: Transform pos: -3.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15103 components: - type: Transform @@ -77141,7 +77901,7 @@ entities: pos: -11.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15121 components: - type: Transform @@ -77149,7 +77909,7 @@ entities: pos: -10.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15122 components: - type: Transform @@ -77157,7 +77917,7 @@ entities: pos: -9.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15123 components: - type: Transform @@ -77189,7 +77949,7 @@ entities: pos: -8.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15127 components: - type: Transform @@ -77197,7 +77957,7 @@ entities: pos: -11.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15131 components: - type: Transform @@ -77205,7 +77965,7 @@ entities: pos: -8.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15132 components: - type: Transform @@ -77213,7 +77973,7 @@ entities: pos: -8.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15140 components: - type: Transform @@ -77228,7 +77988,7 @@ entities: pos: 32.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15159 components: - type: Transform @@ -77236,7 +77996,7 @@ entities: pos: 32.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15167 components: - type: Transform @@ -77283,14 +78043,14 @@ entities: pos: 33.5,36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15252 components: - type: Transform pos: 33.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15276 components: - type: Transform @@ -77298,7 +78058,7 @@ entities: pos: -11.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15278 components: - type: Transform @@ -77306,7 +78066,7 @@ entities: pos: 13.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15280 components: - type: Transform @@ -77314,7 +78074,7 @@ entities: pos: 14.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15282 components: - type: Transform @@ -77322,7 +78082,7 @@ entities: pos: 11.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15484 components: - type: Transform @@ -77330,7 +78090,7 @@ entities: pos: 9.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15566 components: - type: Transform @@ -77344,7 +78104,7 @@ entities: pos: -16.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15568 components: - type: Transform @@ -77360,7 +78120,7 @@ entities: pos: -12.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15812 components: - type: Transform @@ -77368,7 +78128,7 @@ entities: pos: -15.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15824 components: - type: Transform @@ -77384,7 +78144,7 @@ entities: pos: 9.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15848 components: - type: Transform @@ -77400,7 +78160,7 @@ entities: pos: 10.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16009 components: - type: Transform @@ -77408,7 +78168,7 @@ entities: pos: 8.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16010 components: - type: Transform @@ -77416,7 +78176,7 @@ entities: pos: 9.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16194 components: - type: Transform @@ -77480,7 +78240,7 @@ entities: pos: -21.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16249 components: - type: Transform @@ -77488,7 +78248,7 @@ entities: pos: -22.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16250 components: - type: Transform @@ -77496,7 +78256,7 @@ entities: pos: -23.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16251 components: - type: Transform @@ -77504,7 +78264,7 @@ entities: pos: -24.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16252 components: - type: Transform @@ -77512,7 +78272,7 @@ entities: pos: -21.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16253 components: - type: Transform @@ -77520,7 +78280,7 @@ entities: pos: -22.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16254 components: - type: Transform @@ -77528,7 +78288,7 @@ entities: pos: -23.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16255 components: - type: Transform @@ -77536,21 +78296,21 @@ entities: pos: -24.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16257 components: - type: Transform pos: -25.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16258 components: - type: Transform pos: -25.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16259 components: - type: Transform @@ -77558,7 +78318,7 @@ entities: pos: -25.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16260 components: - type: Transform @@ -77566,7 +78326,7 @@ entities: pos: -25.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16372 components: - type: Transform @@ -77574,7 +78334,7 @@ entities: pos: -18.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16373 components: - type: Transform @@ -77582,7 +78342,7 @@ entities: pos: -19.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16374 components: - type: Transform @@ -77590,7 +78350,7 @@ entities: pos: -21.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16375 components: - type: Transform @@ -77598,7 +78358,7 @@ entities: pos: -23.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16381 components: - type: Transform @@ -77606,7 +78366,7 @@ entities: pos: -22.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16382 components: - type: Transform @@ -77614,7 +78374,7 @@ entities: pos: -26.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16383 components: - type: Transform @@ -77622,7 +78382,7 @@ entities: pos: -27.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16384 components: - type: Transform @@ -77630,7 +78390,7 @@ entities: pos: -28.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16385 components: - type: Transform @@ -77638,7 +78398,7 @@ entities: pos: -29.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16386 components: - type: Transform @@ -77646,7 +78406,7 @@ entities: pos: -30.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16387 components: - type: Transform @@ -77654,7 +78414,7 @@ entities: pos: -31.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16388 components: - type: Transform @@ -77662,7 +78422,7 @@ entities: pos: -32.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16389 components: - type: Transform @@ -77670,7 +78430,7 @@ entities: pos: -34.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16390 components: - type: Transform @@ -77678,7 +78438,7 @@ entities: pos: -35.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16391 components: - type: Transform @@ -77686,7 +78446,7 @@ entities: pos: -33.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16392 components: - type: Transform @@ -77694,7 +78454,7 @@ entities: pos: -36.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16393 components: - type: Transform @@ -77702,7 +78462,7 @@ entities: pos: -37.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16394 components: - type: Transform @@ -77710,7 +78470,7 @@ entities: pos: -38.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16395 components: - type: Transform @@ -77718,7 +78478,7 @@ entities: pos: -38.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16396 components: - type: Transform @@ -77726,7 +78486,7 @@ entities: pos: -38.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16397 components: - type: Transform @@ -77734,7 +78494,7 @@ entities: pos: -39.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16398 components: - type: Transform @@ -77742,7 +78502,7 @@ entities: pos: -40.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16399 components: - type: Transform @@ -77750,7 +78510,7 @@ entities: pos: -41.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16400 components: - type: Transform @@ -77758,7 +78518,7 @@ entities: pos: -42.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16401 components: - type: Transform @@ -77766,7 +78526,7 @@ entities: pos: -43.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16402 components: - type: Transform @@ -77774,7 +78534,7 @@ entities: pos: -44.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16403 components: - type: Transform @@ -77782,7 +78542,7 @@ entities: pos: -45.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16404 components: - type: Transform @@ -77790,7 +78550,7 @@ entities: pos: -46.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16405 components: - type: Transform @@ -77798,7 +78558,7 @@ entities: pos: -47.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16406 components: - type: Transform @@ -77806,7 +78566,7 @@ entities: pos: -48.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16407 components: - type: Transform @@ -77814,7 +78574,7 @@ entities: pos: -49.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16408 components: - type: Transform @@ -77822,7 +78582,7 @@ entities: pos: -50.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16410 components: - type: Transform @@ -77830,7 +78590,7 @@ entities: pos: -51.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16428 components: - type: Transform @@ -77938,7 +78698,7 @@ entities: pos: -13.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16643 components: - type: Transform @@ -77996,28 +78756,28 @@ entities: pos: 2.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17339 components: - type: Transform pos: 2.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17340 components: - type: Transform pos: 2.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17341 components: - type: Transform pos: 2.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17354 components: - type: Transform @@ -78064,35 +78824,35 @@ entities: pos: 4.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17370 components: - type: Transform pos: 4.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17371 components: - type: Transform pos: 4.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17372 components: - type: Transform pos: 4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17373 components: - type: Transform pos: 4.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17374 components: - type: Transform @@ -78100,21 +78860,21 @@ entities: pos: 3.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17375 components: - type: Transform pos: 4.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17377 components: - type: Transform pos: -1.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17378 components: - type: Transform @@ -78122,7 +78882,7 @@ entities: pos: -0.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17379 components: - type: Transform @@ -78130,7 +78890,7 @@ entities: pos: 0.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17380 components: - type: Transform @@ -78138,7 +78898,7 @@ entities: pos: 1.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17381 components: - type: Transform @@ -78146,7 +78906,7 @@ entities: pos: 2.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17382 components: - type: Transform @@ -78154,7 +78914,7 @@ entities: pos: 5.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17383 components: - type: Transform @@ -78162,7 +78922,7 @@ entities: pos: 6.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17384 components: - type: Transform @@ -78170,7 +78930,7 @@ entities: pos: 7.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17385 components: - type: Transform @@ -78178,7 +78938,7 @@ entities: pos: 8.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17386 components: - type: Transform @@ -78186,7 +78946,7 @@ entities: pos: 9.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17387 components: - type: Transform @@ -78194,7 +78954,7 @@ entities: pos: 10.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17388 components: - type: Transform @@ -78202,7 +78962,7 @@ entities: pos: 3.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17389 components: - type: Transform @@ -78210,7 +78970,7 @@ entities: pos: 1.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17390 components: - type: Transform @@ -78218,7 +78978,7 @@ entities: pos: 0.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17391 components: - type: Transform @@ -78226,7 +78986,7 @@ entities: pos: -0.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17394 components: - type: Transform @@ -78336,7 +79096,7 @@ entities: pos: 5.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17412 components: - type: Transform @@ -78344,7 +79104,7 @@ entities: pos: 6.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17413 components: - type: Transform @@ -78352,7 +79112,7 @@ entities: pos: 7.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17414 components: - type: Transform @@ -78360,7 +79120,7 @@ entities: pos: 8.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17415 components: - type: Transform @@ -78368,7 +79128,7 @@ entities: pos: 9.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17416 components: - type: Transform @@ -78376,7 +79136,7 @@ entities: pos: 10.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17417 components: - type: Transform @@ -78384,7 +79144,7 @@ entities: pos: 11.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17418 components: - type: Transform @@ -78392,14 +79152,14 @@ entities: pos: 12.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17421 components: - type: Transform pos: 13.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17425 components: - type: Transform @@ -78487,7 +79247,7 @@ entities: pos: -2.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17439 components: - type: Transform @@ -78495,7 +79255,7 @@ entities: pos: -3.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17440 components: - type: Transform @@ -78503,7 +79263,7 @@ entities: pos: -5.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17441 components: - type: Transform @@ -78511,7 +79271,7 @@ entities: pos: -6.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17442 components: - type: Transform @@ -78519,7 +79279,7 @@ entities: pos: -4.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17557 components: - type: Transform @@ -78527,7 +79287,7 @@ entities: pos: 35.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17558 components: - type: Transform @@ -78606,7 +79366,7 @@ entities: pos: 32.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 18581 components: - type: Transform @@ -78614,7 +79374,7 @@ entities: pos: 32.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 18584 components: - type: Transform @@ -78622,7 +79382,7 @@ entities: pos: 32.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 18851 components: - type: Transform @@ -78651,7 +79411,7 @@ entities: pos: -11.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 19987 components: - type: Transform @@ -78659,7 +79419,7 @@ entities: pos: -11.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 19988 components: - type: Transform @@ -78667,7 +79427,7 @@ entities: pos: -10.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 19989 components: - type: Transform @@ -78675,14 +79435,14 @@ entities: pos: -9.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 20138 components: - type: Transform pos: -22.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasPipeTJunction entities: - uid: 36 @@ -78699,7 +79459,7 @@ entities: pos: 29.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 555 components: - type: Transform @@ -78728,7 +79488,7 @@ entities: pos: 36.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1605 components: - type: Transform @@ -78756,7 +79516,7 @@ entities: pos: -8.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1830 components: - type: Transform @@ -78771,7 +79531,7 @@ entities: pos: -43.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1924 components: - type: Transform @@ -78802,7 +79562,7 @@ entities: pos: -7.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2100 components: - type: Transform @@ -78810,7 +79570,7 @@ entities: pos: -7.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2137 components: - type: Transform @@ -78832,7 +79592,7 @@ entities: pos: -1.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2371 components: - type: Transform @@ -78855,7 +79615,7 @@ entities: pos: -8.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2520 components: - type: Transform @@ -78879,7 +79639,7 @@ entities: pos: -35.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2533 components: - type: Transform @@ -78887,7 +79647,7 @@ entities: pos: -35.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2534 components: - type: Transform @@ -78903,7 +79663,7 @@ entities: pos: -33.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2571 components: - type: Transform @@ -78911,7 +79671,7 @@ entities: pos: 11.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2597 components: - type: Transform @@ -78941,7 +79701,7 @@ entities: pos: 16.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3042 components: - type: Transform @@ -78949,14 +79709,14 @@ entities: pos: 29.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3068 components: - type: Transform pos: -29.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3117 components: - type: Transform @@ -78972,7 +79732,7 @@ entities: pos: -23.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4041 components: - type: Transform @@ -78988,7 +79748,7 @@ entities: pos: -25.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4174 components: - type: Transform @@ -79004,14 +79764,14 @@ entities: pos: -25.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4226 components: - type: Transform pos: -25.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4236 components: - type: Transform @@ -79019,14 +79779,14 @@ entities: pos: 25.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4247 components: - type: Transform pos: -28.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4249 components: - type: Transform @@ -79034,7 +79794,7 @@ entities: pos: 35.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4276 components: - type: Transform @@ -79042,7 +79802,7 @@ entities: pos: 11.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4285 components: - type: Transform @@ -79066,7 +79826,7 @@ entities: pos: 11.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4297 components: - type: Transform @@ -79074,7 +79834,7 @@ entities: pos: 11.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4304 components: - type: Transform @@ -79097,7 +79857,7 @@ entities: pos: 34.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4314 components: - type: Transform @@ -79112,7 +79872,7 @@ entities: pos: -26.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4379 components: - type: Transform @@ -79120,7 +79880,7 @@ entities: pos: -17.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4383 components: - type: Transform @@ -79183,7 +79943,7 @@ entities: pos: -37.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5318 components: - type: Transform @@ -79191,7 +79951,7 @@ entities: pos: -11.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5553 components: - type: Transform @@ -79221,7 +79981,7 @@ entities: pos: 11.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6195 components: - type: Transform @@ -79229,7 +79989,7 @@ entities: pos: 34.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6206 components: - type: Transform @@ -79253,7 +80013,7 @@ entities: pos: -26.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6704 components: - type: Transform @@ -79290,14 +80050,14 @@ entities: pos: -13.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7020 components: - type: Transform pos: -7.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7033 components: - type: Transform @@ -79313,7 +80073,7 @@ entities: pos: -27.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7474 components: - type: Transform @@ -79321,7 +80081,7 @@ entities: pos: -35.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7594 components: - type: Transform @@ -79329,7 +80089,7 @@ entities: pos: -26.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7995 components: - type: Transform @@ -79343,7 +80103,7 @@ entities: pos: -44.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8128 components: - type: Transform @@ -79351,7 +80111,7 @@ entities: pos: 34.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8182 components: - type: Transform @@ -79374,14 +80134,14 @@ entities: pos: 34.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9299 components: - type: Transform pos: 13.5,-52.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9324 components: - type: Transform @@ -79397,14 +80157,14 @@ entities: pos: 11.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9436 components: - type: Transform pos: 15.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9489 components: - type: Transform @@ -79412,7 +80172,7 @@ entities: pos: 17.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9509 components: - type: Transform @@ -79428,7 +80188,7 @@ entities: pos: -16.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 10699 components: - type: Transform @@ -79459,7 +80219,7 @@ entities: pos: -20.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12134 components: - type: Transform @@ -79475,7 +80235,7 @@ entities: pos: 33.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12446 components: - type: Transform @@ -79499,7 +80259,7 @@ entities: pos: -43.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13078 components: - type: Transform @@ -79507,7 +80267,7 @@ entities: pos: 7.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13216 components: - type: Transform @@ -79523,7 +80283,7 @@ entities: pos: 11.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13365 components: - type: Transform @@ -79547,7 +80307,7 @@ entities: pos: 11.5,-61.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13402 components: - type: Transform @@ -79563,7 +80323,7 @@ entities: pos: 11.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13441 components: - type: Transform @@ -79587,7 +80347,7 @@ entities: pos: 11.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13457 components: - type: Transform @@ -79609,7 +80369,7 @@ entities: pos: 32.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13471 components: - type: Transform @@ -79617,7 +80377,7 @@ entities: pos: 35.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13482 components: - type: Transform @@ -79633,14 +80393,14 @@ entities: pos: 39.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13496 components: - type: Transform pos: 29.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13498 components: - type: Transform @@ -79656,14 +80416,14 @@ entities: pos: 23.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13509 components: - type: Transform pos: 21.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13534 components: - type: Transform @@ -79671,7 +80431,7 @@ entities: pos: 52.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13572 components: - type: Transform @@ -79702,7 +80462,7 @@ entities: pos: 36.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13602 components: - type: Transform @@ -79710,7 +80470,7 @@ entities: pos: 35.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13603 components: - type: Transform @@ -79725,7 +80485,7 @@ entities: pos: 35.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13636 components: - type: Transform @@ -79748,7 +80508,7 @@ entities: pos: 11.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13678 components: - type: Transform @@ -79786,7 +80546,7 @@ entities: pos: 32.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13730 components: - type: Transform @@ -79794,7 +80554,7 @@ entities: pos: 32.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13735 components: - type: Transform @@ -79810,14 +80570,14 @@ entities: pos: 28.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13773 components: - type: Transform pos: 23.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13774 components: - type: Transform @@ -79825,7 +80585,7 @@ entities: pos: 25.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13786 components: - type: Transform @@ -79840,7 +80600,7 @@ entities: pos: 20.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13824 components: - type: Transform @@ -79848,7 +80608,7 @@ entities: pos: -19.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13828 components: - type: Transform @@ -79878,7 +80638,7 @@ entities: pos: -29.5,-55.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13866 components: - type: Transform @@ -79886,7 +80646,7 @@ entities: pos: -29.5,-58.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13867 components: - type: Transform @@ -79941,7 +80701,7 @@ entities: pos: -22.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14040 components: - type: Transform @@ -79956,14 +80716,14 @@ entities: pos: -18.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14042 components: - type: Transform pos: -13.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14043 components: - type: Transform @@ -79978,7 +80738,7 @@ entities: pos: 33.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14062 components: - type: Transform @@ -80002,7 +80762,7 @@ entities: pos: 33.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14125 components: - type: Transform @@ -80018,7 +80778,7 @@ entities: pos: 33.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14150 components: - type: Transform @@ -80026,7 +80786,7 @@ entities: pos: 33.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14151 components: - type: Transform @@ -80050,7 +80810,7 @@ entities: pos: 16.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14216 components: - type: Transform @@ -80058,7 +80818,7 @@ entities: pos: -14.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14255 components: - type: Transform @@ -80066,7 +80826,7 @@ entities: pos: 2.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14321 components: - type: Transform @@ -80081,7 +80841,7 @@ entities: pos: 10.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14365 components: - type: Transform @@ -80089,14 +80849,14 @@ entities: pos: 32.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14374 components: - type: Transform pos: -3.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14418 components: - type: Transform @@ -80143,7 +80903,7 @@ entities: pos: -26.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14554 components: - type: Transform @@ -80151,7 +80911,7 @@ entities: pos: -26.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14582 components: - type: Transform @@ -80167,7 +80927,7 @@ entities: pos: -17.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14628 components: - type: Transform @@ -80175,7 +80935,7 @@ entities: pos: -17.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14635 components: - type: Transform @@ -80191,7 +80951,7 @@ entities: pos: -16.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14655 components: - type: Transform @@ -80199,7 +80959,7 @@ entities: pos: -21.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14666 components: - type: Transform @@ -80222,7 +80982,7 @@ entities: pos: -22.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14687 components: - type: Transform @@ -80238,7 +80998,7 @@ entities: pos: -22.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14697 components: - type: Transform @@ -80262,7 +81022,7 @@ entities: pos: -29.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14751 components: - type: Transform @@ -80277,14 +81037,14 @@ entities: pos: -32.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14766 components: - type: Transform pos: -36.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14768 components: - type: Transform @@ -80307,7 +81067,7 @@ entities: pos: -36.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14886 components: - type: Transform @@ -80323,7 +81083,7 @@ entities: pos: -50.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14923 components: - type: Transform @@ -80338,7 +81098,7 @@ entities: pos: 10.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14982 components: - type: Transform @@ -80346,14 +81106,14 @@ entities: pos: -7.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14992 components: - type: Transform pos: -4.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15000 components: - type: Transform @@ -80376,7 +81136,7 @@ entities: pos: -7.5,-54.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15053 components: - type: Transform @@ -80392,7 +81152,7 @@ entities: pos: -7.5,-62.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15080 components: - type: Transform @@ -80408,7 +81168,7 @@ entities: pos: -11.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15102 components: - type: Transform @@ -80432,7 +81192,7 @@ entities: pos: 32.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15191 components: - type: Transform @@ -80456,14 +81216,14 @@ entities: pos: -16.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16378 components: - type: Transform pos: -20.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16431 components: - type: Transform @@ -80485,7 +81245,7 @@ entities: pos: 2.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17367 components: - type: Transform @@ -80493,7 +81253,7 @@ entities: pos: 4.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17376 components: - type: Transform @@ -80501,7 +81261,7 @@ entities: pos: 4.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17392 components: - type: Transform @@ -80509,14 +81269,14 @@ entities: pos: -1.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17410 components: - type: Transform pos: 4.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17795 components: - type: Transform @@ -80556,7 +81316,7 @@ entities: pos: -8.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasPort entities: - uid: 1849 @@ -80705,7 +81465,7 @@ entities: pos: -8.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1614 components: - type: Transform @@ -80789,7 +81549,7 @@ entities: pos: -35.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5244 components: - type: Transform @@ -80954,7 +81714,7 @@ entities: pos: -24.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasVentPump entities: - uid: 13 @@ -80967,7 +81727,7 @@ entities: deviceLists: - 13650 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1003 components: - type: Transform @@ -80978,7 +81738,7 @@ entities: deviceLists: - 13665 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1004 components: - type: Transform @@ -80989,7 +81749,7 @@ entities: deviceLists: - 13665 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1021 components: - type: Transform @@ -81000,7 +81760,7 @@ entities: deviceLists: - 13665 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1188 components: - type: Transform @@ -81011,7 +81771,7 @@ entities: deviceLists: - 5565 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1328 components: - type: Transform @@ -81021,7 +81781,7 @@ entities: deviceLists: - 14939 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1585 components: - type: Transform @@ -81043,7 +81803,7 @@ entities: deviceLists: - 15139 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 1909 components: - type: Transform @@ -81053,7 +81813,7 @@ entities: deviceLists: - 12728 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2034 components: - type: Transform @@ -81063,7 +81823,7 @@ entities: deviceLists: - 13549 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2146 components: - type: Transform @@ -81074,7 +81834,7 @@ entities: deviceLists: - 13795 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2413 components: - type: Transform @@ -81084,7 +81844,7 @@ entities: deviceLists: - 13793 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2528 components: - type: Transform @@ -81094,7 +81854,7 @@ entities: deviceLists: - 14851 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 2746 components: - type: Transform @@ -81104,7 +81864,7 @@ entities: deviceLists: - 14940 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3201 components: - type: Transform @@ -81112,7 +81872,7 @@ entities: pos: -21.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 3932 components: - type: Transform @@ -81123,7 +81883,7 @@ entities: deviceLists: - 13650 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4410 components: - type: Transform @@ -81134,7 +81894,7 @@ entities: deviceLists: - 13645 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4561 components: - type: Transform @@ -81145,7 +81905,7 @@ entities: deviceLists: - 29 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4640 components: - type: Transform @@ -81156,7 +81916,7 @@ entities: deviceLists: - 14595 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4653 components: - type: Transform @@ -81167,7 +81927,7 @@ entities: deviceLists: - 14167 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 4794 components: - type: Transform @@ -81178,18 +81938,18 @@ entities: deviceLists: - 13800 - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 5153 + color: '#0055CCFF' + - uid: 4869 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-51.5 + pos: -25.5,-51.5 parent: 2 - type: DeviceNetwork deviceLists: - - 14004 + - 20239 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5375 components: - type: Transform @@ -81197,7 +81957,7 @@ entities: pos: -20.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 5473 components: - type: Transform @@ -81207,7 +81967,7 @@ entities: deviceLists: - 15139 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6613 components: - type: Transform @@ -81218,7 +81978,7 @@ entities: deviceLists: - 13645 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6719 components: - type: Transform @@ -81229,7 +81989,7 @@ entities: deviceLists: - 13665 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6761 components: - type: Transform @@ -81240,7 +82000,7 @@ entities: deviceLists: - 13653 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6766 components: - type: Transform @@ -81251,7 +82011,7 @@ entities: deviceLists: - 13654 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 6796 components: - type: Transform @@ -81262,7 +82022,7 @@ entities: deviceLists: - 13657 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7490 components: - type: Transform @@ -81272,7 +82032,7 @@ entities: deviceLists: - 14783 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 7970 components: - type: Transform @@ -81283,7 +82043,7 @@ entities: deviceLists: - 14518 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8056 components: - type: Transform @@ -81294,7 +82054,7 @@ entities: deviceLists: - 12728 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8069 components: - type: Transform @@ -81305,7 +82065,7 @@ entities: deviceLists: - 12728 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8135 components: - type: Transform @@ -81316,7 +82076,7 @@ entities: deviceLists: - 14851 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8146 components: - type: Transform @@ -81327,7 +82087,7 @@ entities: deviceLists: - 4428 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8168 components: - type: Transform @@ -81338,7 +82098,7 @@ entities: deviceLists: - 14163 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8214 components: - type: Transform @@ -81349,7 +82109,7 @@ entities: deviceLists: - 2080 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8468 components: - type: Transform @@ -81360,7 +82120,7 @@ entities: deviceLists: - 3489 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 8498 components: - type: Transform @@ -81371,7 +82131,7 @@ entities: deviceLists: - 4428 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9438 components: - type: Transform @@ -81382,7 +82142,7 @@ entities: deviceLists: - 13662 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9455 components: - type: Transform @@ -81393,7 +82153,7 @@ entities: deviceLists: - 15205 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9507 components: - type: Transform @@ -81404,7 +82164,7 @@ entities: deviceLists: - 3053 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 9508 components: - type: Transform @@ -81415,7 +82175,7 @@ entities: deviceLists: - 3053 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11354 components: - type: Transform @@ -81426,7 +82186,7 @@ entities: deviceLists: - 13658 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11498 components: - type: Transform @@ -81437,7 +82197,7 @@ entities: deviceLists: - 14085 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 11988 components: - type: Transform @@ -81447,7 +82207,7 @@ entities: deviceLists: - 14379 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 12508 components: - type: Transform @@ -81458,7 +82218,7 @@ entities: deviceLists: - 14851 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13076 components: - type: Transform @@ -81469,7 +82229,7 @@ entities: deviceLists: - 13683 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13212 components: - type: Transform @@ -81480,7 +82240,7 @@ entities: deviceLists: - 15422 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13361 components: - type: Transform @@ -81491,7 +82251,7 @@ entities: deviceLists: - 7123 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13370 components: - type: Transform @@ -81502,7 +82262,7 @@ entities: deviceLists: - 15188 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13407 components: - type: Transform @@ -81513,7 +82273,7 @@ entities: deviceLists: - 13662 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13412 components: - type: Transform @@ -81524,7 +82284,7 @@ entities: deviceLists: - 13650 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13433 components: - type: Transform @@ -81535,7 +82295,7 @@ entities: deviceLists: - 15332 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13446 components: - type: Transform @@ -81546,7 +82306,7 @@ entities: deviceLists: - 2395 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13449 components: - type: Transform @@ -81557,7 +82317,7 @@ entities: deviceLists: - 13665 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13516 components: - type: Transform @@ -81567,7 +82327,7 @@ entities: deviceLists: - 13639 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13525 components: - type: Transform @@ -81577,7 +82337,7 @@ entities: deviceLists: - 13640 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13543 components: - type: Transform @@ -81588,7 +82348,7 @@ entities: deviceLists: - 13549 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13565 components: - type: Transform @@ -81599,7 +82359,7 @@ entities: deviceLists: - 13612 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13578 components: - type: Transform @@ -81610,7 +82370,7 @@ entities: deviceLists: - 13612 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13610 components: - type: Transform @@ -81621,7 +82381,7 @@ entities: deviceLists: - 13600 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13611 components: - type: Transform @@ -81631,7 +82391,7 @@ entities: deviceLists: - 13600 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13617 components: - type: Transform @@ -81642,7 +82402,7 @@ entities: deviceLists: - 13600 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13635 components: - type: Transform @@ -81653,7 +82413,7 @@ entities: deviceLists: - 13638 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13681 components: - type: Transform @@ -81664,7 +82424,7 @@ entities: deviceLists: - 13683 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13686 components: - type: Transform @@ -81674,7 +82434,7 @@ entities: deviceLists: - 29 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13724 components: - type: Transform @@ -81685,7 +82445,7 @@ entities: deviceLists: - 15421 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13781 components: - type: Transform @@ -81696,7 +82456,7 @@ entities: deviceLists: - 14169 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13822 components: - type: Transform @@ -81706,7 +82466,7 @@ entities: deviceLists: - 13846 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13823 components: - type: Transform @@ -81716,7 +82476,7 @@ entities: deviceLists: - 13846 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13850 components: - type: Transform @@ -81727,7 +82487,7 @@ entities: deviceLists: - 13902 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13851 components: - type: Transform @@ -81738,7 +82498,7 @@ entities: deviceLists: - 13902 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13853 components: - type: Transform @@ -81749,7 +82509,7 @@ entities: deviceLists: - 13902 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13913 components: - type: Transform @@ -81757,7 +82517,7 @@ entities: pos: -32.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13955 components: - type: Transform @@ -81765,7 +82525,7 @@ entities: pos: -18.5,-41.5 parent: 2 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13970 components: - type: Transform @@ -81776,7 +82536,7 @@ entities: deviceLists: - 13972 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 13993 components: - type: Transform @@ -81787,7 +82547,7 @@ entities: deviceLists: - 14004 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14018 components: - type: Transform @@ -81798,7 +82558,7 @@ entities: deviceLists: - 14019 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14021 components: - type: Transform @@ -81809,7 +82569,7 @@ entities: deviceLists: - 14047 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14057 components: - type: Transform @@ -81819,7 +82579,7 @@ entities: deviceLists: - 14059 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14080 components: - type: Transform @@ -81830,7 +82590,7 @@ entities: deviceLists: - 14082 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14095 components: - type: Transform @@ -81841,7 +82601,7 @@ entities: deviceLists: - 14085 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14158 components: - type: Transform @@ -81852,7 +82612,7 @@ entities: deviceLists: - 5138 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14162 components: - type: Transform @@ -81863,7 +82623,7 @@ entities: deviceLists: - 14167 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14184 components: - type: Transform @@ -81874,7 +82634,7 @@ entities: deviceLists: - 38 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14325 components: - type: Transform @@ -81885,7 +82645,7 @@ entities: deviceLists: - 14593 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14385 components: - type: Transform @@ -81896,7 +82656,7 @@ entities: deviceLists: - 14379 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14443 components: - type: Transform @@ -81907,7 +82667,7 @@ entities: deviceLists: - 19009 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14487 components: - type: Transform @@ -81918,7 +82678,7 @@ entities: deviceLists: - 14518 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14524 components: - type: Transform @@ -81929,7 +82689,7 @@ entities: deviceLists: - 15331 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14574 components: - type: Transform @@ -81940,7 +82700,7 @@ entities: deviceLists: - 14595 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14576 components: - type: Transform @@ -81951,7 +82711,7 @@ entities: deviceLists: - 14595 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14621 components: - type: Transform @@ -81962,7 +82722,7 @@ entities: deviceLists: - 14546 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14622 components: - type: Transform @@ -81973,7 +82733,7 @@ entities: deviceLists: - 14623 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14651 components: - type: Transform @@ -81984,7 +82744,7 @@ entities: deviceLists: - 17658 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14671 components: - type: Transform @@ -81995,7 +82755,7 @@ entities: deviceLists: - 14733 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14711 components: - type: Transform @@ -82005,7 +82765,7 @@ entities: deviceLists: - 15673 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14747 components: - type: Transform @@ -82016,7 +82776,7 @@ entities: deviceLists: - 14765 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14748 components: - type: Transform @@ -82027,7 +82787,7 @@ entities: deviceLists: - 14765 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14750 components: - type: Transform @@ -82038,7 +82798,7 @@ entities: deviceLists: - 14765 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14782 components: - type: Transform @@ -82048,7 +82808,7 @@ entities: deviceLists: - 2564 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14871 components: - type: Transform @@ -82059,7 +82819,7 @@ entities: deviceLists: - 14939 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14921 components: - type: Transform @@ -82070,7 +82830,7 @@ entities: deviceLists: - 14957 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14933 components: - type: Transform @@ -82081,7 +82841,7 @@ entities: deviceLists: - 14953 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14934 components: - type: Transform @@ -82091,7 +82851,7 @@ entities: deviceLists: - 14953 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 14944 components: - type: Transform @@ -82101,7 +82861,7 @@ entities: deviceLists: - 14940 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15007 components: - type: Transform @@ -82112,7 +82872,7 @@ entities: deviceLists: - 14980 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15008 components: - type: Transform @@ -82123,7 +82883,7 @@ entities: deviceLists: - 14980 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15018 components: - type: Transform @@ -82133,7 +82893,7 @@ entities: deviceLists: - 13089 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15044 components: - type: Transform @@ -82144,7 +82904,7 @@ entities: deviceLists: - 15050 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15047 components: - type: Transform @@ -82155,7 +82915,7 @@ entities: deviceLists: - 15050 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15068 components: - type: Transform @@ -82166,7 +82926,7 @@ entities: deviceLists: - 15074 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15069 components: - type: Transform @@ -82177,7 +82937,7 @@ entities: deviceLists: - 15074 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15116 components: - type: Transform @@ -82188,7 +82948,7 @@ entities: deviceLists: - 15139 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15136 components: - type: Transform @@ -82199,7 +82959,7 @@ entities: deviceLists: - 17576 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15249 components: - type: Transform @@ -82210,7 +82970,7 @@ entities: deviceLists: - 15260 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15250 components: - type: Transform @@ -82221,7 +82981,7 @@ entities: deviceLists: - 15260 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15269 components: - type: Transform @@ -82232,7 +82992,7 @@ entities: deviceLists: - 15422 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 15912 components: - type: Transform @@ -82243,7 +83003,7 @@ entities: deviceLists: - 13650 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16246 components: - type: Transform @@ -82254,7 +83014,7 @@ entities: deviceLists: - 14523 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16247 components: - type: Transform @@ -82265,7 +83025,7 @@ entities: deviceLists: - 14523 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16261 components: - type: Transform @@ -82276,7 +83036,7 @@ entities: deviceLists: - 14523 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 16421 components: - type: Transform @@ -82287,7 +83047,7 @@ entities: deviceLists: - 16446 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17344 components: - type: Transform @@ -82298,7 +83058,7 @@ entities: deviceLists: - 17348 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17345 components: - type: Transform @@ -82309,7 +83069,7 @@ entities: deviceLists: - 17348 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17356 components: - type: Transform @@ -82320,7 +83080,7 @@ entities: deviceLists: - 17352 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17357 components: - type: Transform @@ -82330,7 +83090,7 @@ entities: deviceLists: - 17351 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17358 components: - type: Transform @@ -82340,7 +83100,7 @@ entities: deviceLists: - 17351 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17360 components: - type: Transform @@ -82351,7 +83111,7 @@ entities: deviceLists: - 17352 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17393 components: - type: Transform @@ -82362,7 +83122,7 @@ entities: deviceLists: - 17353 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17443 components: - type: Transform @@ -82373,7 +83133,7 @@ entities: deviceLists: - 17445 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17560 components: - type: Transform @@ -82384,7 +83144,7 @@ entities: deviceLists: - 13655 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 17886 components: - type: Transform @@ -82395,7 +83155,7 @@ entities: deviceLists: - 13798 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - uid: 19984 components: - type: Transform @@ -82406,7 +83166,7 @@ entities: deviceLists: - 13798 - type: AtmosPipeColor - color: '#0335FCFF' + color: '#0055CCFF' - proto: GasVentPumpVox entities: - uid: 1134 @@ -82847,6 +83607,17 @@ entities: - 3053 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 9673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20239 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 10802 components: - type: Transform @@ -83193,17 +83964,6 @@ entities: - 13972 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-51.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14004 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 14002 components: - type: Transform @@ -83962,10 +84722,10 @@ entities: parent: 2 - proto: GlassBoxLaserFilled entities: - - uid: 9838 + - uid: 1742 components: - type: Transform - pos: -23.5,-50.5 + pos: -23.5,-53.5 parent: 2 - proto: GrassBattlemap entities: @@ -86793,11 +87553,6 @@ entities: - type: Transform pos: -10.5,-61.5 parent: 2 - - uid: 10566 - components: - - type: Transform - pos: -24.5,-53.5 - parent: 2 - uid: 10567 components: - type: Transform @@ -91089,6 +91844,11 @@ entities: - type: Transform pos: -65.5,-18.5 parent: 2 + - uid: 20256 + components: + - type: Transform + pos: -19.5,13.5 + parent: 2 - proto: GrilleBroken entities: - uid: 656 @@ -92869,8 +93629,6 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 15645: - - Pressed: Toggle 15646: - Pressed: Toggle 15647: @@ -93340,12 +94098,12 @@ entities: - type: Transform pos: -19.5,-29.5 parent: 2 -- proto: LockerCaptainFilledHardsuit +- proto: LockerCaptainFilledNoLaser entities: - - uid: 9846 + - uid: 9961 components: - type: Transform - pos: -24.5,-50.5 + pos: -26.5,-51.5 parent: 2 - proto: LockerChemistryFilled entities: @@ -93623,6 +94381,16 @@ entities: - type: Transform pos: 9.5,-69.5 parent: 2 + - uid: 9882 + components: + - type: Transform + pos: -26.5,21.5 + parent: 2 + - uid: 20259 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 - proto: LogicGateOr entities: - uid: 15761 @@ -93659,28 +94427,58 @@ entities: - type: Transform pos: 35.5,29.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 5888: + - Output: DoorBolt - uid: 246 components: - type: Transform rot: 1.5707963267948966 rad pos: 33.5,44.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 7155: + - Output: DoorBolt - uid: 618 components: - type: Transform pos: 35.5,35.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 5887: + - Output: DoorBolt - uid: 620 components: - type: Transform pos: 35.5,37.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 6148: + - Output: DoorBolt - uid: 624 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,44.5 parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 7147: + - Output: DoorBolt - uid: 7028 components: - type: Transform @@ -93748,6 +94546,76 @@ entities: linkedPorts: 5891: - Output: DoorBolt + - uid: 20221 + components: + - type: Transform + pos: 7.5,-61.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 61: + - Output: DoorBolt + - uid: 20223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,28.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 2672: + - Output: DoorBolt + - uid: 20224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,28.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 1067: + - Output: DoorBolt + - uid: 20277 + components: + - type: Transform + pos: 7.5,-68.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 63: + - Output: DoorBolt + - uid: 20278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-61.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 31: + - Output: DoorBolt + - uid: 20279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-68.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 30: + - Output: DoorBolt - proto: LootSpawnerCableCoil entities: - uid: 10021 @@ -93907,6 +94775,13 @@ entities: - type: Transform pos: 63.5,-81.5 parent: 2 +- proto: LuxuryPen + entities: + - uid: 20255 + components: + - type: Transform + pos: -16.162369,-48.395626 + parent: 2 - proto: MachineAnomalyGenerator entities: - uid: 4278 @@ -94223,11 +95098,6 @@ entities: - type: Transform pos: 42.5,-0.5 parent: 2 - - uid: 9855 - components: - - type: Transform - pos: -23.5,-53.5 - parent: 2 - uid: 10693 components: - type: Transform @@ -94283,6 +95153,11 @@ entities: - type: Transform pos: 73.5,-44.5 parent: 2 + - uid: 20253 + components: + - type: Transform + pos: -24.5,-51.5 + parent: 2 - proto: MaintenancePlantSpawner entities: - uid: 2860 @@ -94840,6 +95715,13 @@ entities: - type: Transform pos: 38.63871,-42.337013 parent: 2 +- proto: MysteryFigureBox + entities: + - uid: 20232 + components: + - type: Transform + pos: -31.540592,-45.965317 + parent: 2 - proto: MysteryFigureBoxTrash entities: - uid: 559 @@ -94987,6 +95869,11 @@ entities: - type: Transform pos: -20.5,-17.5 parent: 2 + - uid: 20234 + components: + - type: Transform + pos: 30.5,9.5 + parent: 2 - proto: NTDefaultCircuitBoard entities: - uid: 16466 @@ -95368,6 +96255,11 @@ entities: - type: Transform pos: 19.5,15.5 parent: 2 + - uid: 9968 + components: + - type: Transform + pos: -9.5,-13.5 + parent: 2 - uid: 18637 components: - type: Transform @@ -95892,6 +96784,11 @@ entities: - type: Transform pos: 14.5,-17.5 parent: 2 + - uid: 18567 + components: + - type: Transform + pos: -32.5,15.5 + parent: 2 - uid: 18582 components: - type: Transform @@ -96237,11 +97134,6 @@ entities: - type: Transform pos: -60.5,-13.5 parent: 2 - - uid: 16986 - components: - - type: Transform - pos: 12.5,-41.5 - parent: 2 - uid: 16989 components: - type: Transform @@ -98224,6 +99116,12 @@ entities: rot: 3.141592653589793 rad pos: -18.5,-44.5 parent: 2 + - uid: 6483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-51.5 + parent: 2 - uid: 6877 components: - type: Transform @@ -98283,12 +99181,6 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,-52.5 parent: 2 - - uid: 9955 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-50.5 - parent: 2 - uid: 9956 components: - type: Transform @@ -98525,6 +99417,12 @@ entities: - type: Transform pos: -32.5,15.5 parent: 2 + - uid: 13994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-54.5 + parent: 2 - uid: 14406 components: - type: Transform @@ -99009,7 +99907,7 @@ entities: - uid: 20216 components: - type: Transform - pos: 37.5063,-4.5215635 + pos: 37.504032,-4.4606795 parent: 2 - proto: Protolathe entities: @@ -100079,6 +100977,17 @@ entities: rot: -1.5707963267948966 rad pos: -15.5,-52.5 parent: 2 + - uid: 9948 + components: + - type: Transform + pos: 13.5,-41.5 + parent: 2 + - uid: 9949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-40.5 + parent: 2 - uid: 13193 components: - type: Transform @@ -100174,6 +101083,12 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,-51.5 parent: 2 + - uid: 9884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-41.5 + parent: 2 - uid: 17982 components: - type: Transform @@ -100529,11 +101444,6 @@ entities: - type: Transform pos: 18.5,-14.5 parent: 2 - - uid: 12866 - components: - - type: Transform - pos: -25.5,-50.5 - parent: 2 - uid: 15849 components: - type: Transform @@ -100917,6 +101827,48 @@ entities: - type: Transform pos: 7.5,21.5 parent: 2 + - uid: 20225 + components: + - type: Transform + pos: 29.5,-13.5 + parent: 2 + - uid: 20226 + components: + - type: Transform + pos: 30.5,5.5 + parent: 2 + - uid: 20227 + components: + - type: Transform + pos: -4.5,13.5 + parent: 2 + - uid: 20228 + components: + - type: Transform + pos: -17.5,2.5 + parent: 2 + - uid: 20229 + components: + - type: Transform + pos: -25.5,18.5 + parent: 2 + - uid: 20230 + components: + - type: Transform + pos: -19.5,0.5 + parent: 2 + - uid: 20251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-53.5 + parent: 2 + - uid: 20252 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,-51.5 + parent: 2 - proto: RandomSnacks entities: - uid: 18966 @@ -101398,6 +102350,11 @@ entities: - type: Transform pos: 65.5,-65.5 parent: 2 + - uid: 20231 + components: + - type: Transform + pos: -21.5,-7.5 + parent: 2 - proto: RandomVending entities: - uid: 890 @@ -101422,11 +102379,6 @@ entities: parent: 2 - proto: RandomVendingDrinks entities: - - uid: 1742 - components: - - type: Transform - pos: 13.5,-41.5 - parent: 2 - uid: 6110 components: - type: Transform @@ -103916,11 +104868,6 @@ entities: - type: Transform pos: 59.5,-49.5 parent: 2 - - uid: 9695 - components: - - type: Transform - pos: -24.5,-53.5 - parent: 2 - uid: 9800 components: - type: Transform @@ -104883,7 +105830,7 @@ entities: - uid: 4002 components: - type: Transform - pos: -3.6984515,-15.050833 + pos: -3.7934585,-14.338759 parent: 2 - uid: 4003 components: @@ -105022,7 +105969,7 @@ entities: - uid: 4000 components: - type: Transform - pos: -3.2824054,-14.985558 + pos: -3.335125,-14.359608 parent: 2 - uid: 4001 components: @@ -105275,12 +106222,6 @@ entities: rot: 1.5707963267948966 rad pos: 33.5,-35.5 parent: 2 - - uid: 15645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-53.5 - parent: 2 - uid: 15646 components: - type: Transform @@ -105537,6 +106478,10 @@ entities: rot: 1.5707963267948966 rad pos: 45.5,-41.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 536: + - Pressed: DoorBolt - uid: 4282 components: - type: Transform @@ -105562,6 +106507,10 @@ entities: rot: 1.5707963267948966 rad pos: 43.5,-41.5 parent: 2 + - type: DeviceLinkSource + linkedPorts: + 432: + - Pressed: DoorBolt - uid: 16054 components: - type: Transform @@ -105988,6 +106937,12 @@ entities: rot: 1.5707963267948966 rad pos: 34.5,8.5 parent: 2 + - uid: 20235 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,21.5 + parent: 2 - proto: SignDirectionalSupply entities: - uid: 16966 @@ -108228,10 +109183,10 @@ entities: parent: 2 - proto: SpawnMobFoxRenault entities: - - uid: 9854 + - uid: 15648 components: - type: Transform - pos: -23.5,-52.5 + pos: -25.5,-50.5 parent: 2 - proto: SpawnMobFrog entities: @@ -108406,10 +109361,10 @@ entities: parent: 2 - proto: SpawnPointCaptain entities: - - uid: 17686 + - uid: 9969 components: - type: Transform - pos: -23.5,-51.5 + pos: -25.5,-54.5 parent: 2 - proto: SpawnPointCargoTechnician entities: @@ -109853,6 +110808,13 @@ entities: - type: Transform pos: -61.353973,-11.489028 parent: 2 +- proto: SuitStorageCaptain + entities: + - uid: 15645 + components: + - type: Transform + pos: -26.5,-50.5 + parent: 2 - proto: SuitStorageCE entities: - uid: 2575 @@ -112205,15 +113167,25 @@ entities: rot: 1.5707963267948966 rad pos: 35.5,-11.5 parent: 2 - - uid: 6483 + - uid: 8390 components: - type: Transform - pos: -23.5,-53.5 + pos: 39.5,-17.5 parent: 2 - - uid: 8390 + - uid: 9674 components: - type: Transform - pos: 39.5,-17.5 + pos: -24.5,-50.5 + parent: 2 + - uid: 9699 + components: + - type: Transform + pos: -26.5,-52.5 + parent: 2 + - uid: 12866 + components: + - type: Transform + pos: -24.5,-51.5 parent: 2 - proto: TableFancyCyan entities: @@ -113305,7 +114277,7 @@ entities: - uid: 2236 components: - type: Transform - pos: -9.498085,-13.469216 + pos: -3.3411338,-15.425548 parent: 2 - uid: 2252 components: @@ -113421,7 +114393,7 @@ entities: - uid: 2237 components: - type: Transform - pos: -9.414711,-13.219043 + pos: -3.549467,-15.050287 parent: 2 - uid: 3369 components: @@ -113503,10 +114475,10 @@ entities: parent: 2 - proto: ToyFigurineCaptain entities: - - uid: 9970 + - uid: 11174 components: - type: Transform - pos: -26.551645,-50.948215 + pos: -24.332443,-50.88702 parent: 2 - proto: ToyFigurineChemist entities: @@ -113520,14 +114492,21 @@ entities: - uid: 17049 components: - type: Transform - pos: -41.13139,-34.362892 + pos: -41.133793,-34.387356 parent: 2 - proto: ToyFigurineEngineer entities: - uid: 2243 components: - type: Transform - pos: -10.458824,-13.338219 + pos: -6.658042,-14.307488 + parent: 2 +- proto: ToyFigurineHeadOfPersonnel + entities: + - uid: 20222 + components: + - type: Transform + pos: -16.25951,-48.160717 parent: 2 - proto: ToyFigurineHeadOfSecurity entities: @@ -113543,6 +114522,13 @@ entities: - type: Transform pos: 20.36242,-38.93584 parent: 2 +- proto: ToyFigurineMedicalDoctor + entities: + - uid: 20233 + components: + - type: Transform + pos: -45.47558,-38.18208 + parent: 2 - proto: ToyFigurineMouse entities: - uid: 5990 @@ -113594,6 +114580,11 @@ entities: parent: 2 - proto: ToyMouse entities: + - uid: 9970 + components: + - type: Transform + pos: -25.625864,-50.446644 + parent: 2 - uid: 13548 components: - type: Transform @@ -113638,11 +114629,6 @@ entities: - type: Transform pos: -31.5,-45.5 parent: 2 - - uid: 9958 - components: - - type: Transform - pos: -23.5,-52.5 - parent: 2 - uid: 9959 components: - type: Transform @@ -113729,15 +114715,19 @@ entities: 1903: - Left: Forward - Right: Reverse + - Middle: Off 1933: - Left: Forward - Right: Reverse + - Middle: Off 3487: - Left: Forward - Right: Reverse + - Middle: Off 6837: - Left: Forward - Right: Reverse + - Middle: Off - uid: 6236 components: - type: Transform @@ -119853,21 +120843,11 @@ entities: - type: Transform pos: -13.5,-0.5 parent: 2 - - uid: 9671 - components: - - type: Transform - pos: -25.5,-50.5 - parent: 2 - uid: 9672 components: - type: Transform pos: -25.5,-49.5 parent: 2 - - uid: 9673 - components: - - type: Transform - pos: -25.5,-52.5 - parent: 2 - uid: 9691 components: - type: Transform @@ -119893,15 +120873,16 @@ entities: - type: Transform pos: -24.5,-54.5 parent: 2 - - uid: 9699 + - uid: 9701 components: - type: Transform - pos: -24.5,-52.5 + pos: -9.5,-53.5 parent: 2 - - uid: 9701 + - uid: 9846 components: - type: Transform - pos: -9.5,-53.5 + rot: 3.141592653589793 rad + pos: -26.5,-55.5 parent: 2 - uid: 9850 components: @@ -119928,6 +120909,12 @@ entities: - type: Transform pos: -12.5,-57.5 parent: 2 + - uid: 9880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-55.5 + parent: 2 - uid: 9894 components: - type: Transform @@ -119938,11 +120925,6 @@ entities: - type: Transform pos: -13.5,-3.5 parent: 2 - - uid: 9929 - components: - - type: Transform - pos: -26.5,-52.5 - parent: 2 - uid: 9933 components: - type: Transform @@ -119963,6 +120945,16 @@ entities: - type: Transform pos: -27.5,-50.5 parent: 2 + - uid: 9950 + components: + - type: Transform + pos: -26.5,-53.5 + parent: 2 + - uid: 9963 + components: + - type: Transform + pos: -24.5,-53.5 + parent: 2 - uid: 9971 components: - type: Transform @@ -127939,6 +128931,13 @@ entities: - type: Transform pos: 67.5,-59.5 parent: 2 +- proto: WardrobeAtmosphericsFilled + entities: + - uid: 20244 + components: + - type: Transform + pos: -12.5,5.5 + parent: 2 - proto: WardrobeBlueFilled entities: - uid: 10905 From cf202e805dd998f5e1f0865000f02bdf029812f7 Mon Sep 17 00:00:00 2001 From: Partmedia Date: Tue, 3 Dec 2024 18:42:16 -0800 Subject: [PATCH 120/160] Fix sinks and toilets not draining (#33691) * Fix AutoDrain Per the system comments, AutoDrain is designed to automatically move puddles into the drain (like a floor drain). Drains without AutoDrain are still supposed to gradually empty the buffer, but not remove puddles (like sinks and toilets). However, a logic error in the original implementation causes drains with AutoDrain set to false to simply not work. Hence sinks never emptied. * Update documentation --- .../Fluids/EntitySystems/DrainSystem.cs | 62 +++++++++---------- .../Fluids/Components/DrainComponent.cs | 4 +- 2 files changed, 31 insertions(+), 35 deletions(-) diff --git a/Content.Server/Fluids/EntitySystems/DrainSystem.cs b/Content.Server/Fluids/EntitySystems/DrainSystem.cs index 69d15b8d008..215c58804e3 100644 --- a/Content.Server/Fluids/EntitySystems/DrainSystem.cs +++ b/Content.Server/Fluids/EntitySystems/DrainSystem.cs @@ -134,13 +134,6 @@ public override void Update(float frameTime) } drain.Accumulator -= drain.DrainFrequency; - // Disable ambient sound from emptying manually - if (!drain.AutoDrain) - { - _ambientSoundSystem.SetAmbience(uid, false); - continue; - } - if (!managerQuery.TryGetComponent(uid, out var manager)) continue; @@ -160,41 +153,44 @@ public override void Update(float frameTime) // This will ensure that UnitsPerSecond is per second... var amount = drain.UnitsPerSecond * drain.DrainFrequency; - _puddles.Clear(); - _lookup.GetEntitiesInRange(Transform(uid).Coordinates, drain.Range, _puddles); - - if (_puddles.Count == 0) + if (drain.AutoDrain) { - _ambientSoundSystem.SetAmbience(uid, false); - continue; - } + _puddles.Clear(); + _lookup.GetEntitiesInRange(Transform(uid).Coordinates, drain.Range, _puddles); - _ambientSoundSystem.SetAmbience(uid, true); - - amount /= _puddles.Count; - - foreach (var puddle in _puddles) - { - // Queue the solution deletion if it's empty. EvaporationSystem might also do this - // but queuedelete should be pretty safe. - if (!_solutionContainerSystem.ResolveSolution(puddle.Owner, puddle.Comp.SolutionName, ref puddle.Comp.Solution, out var puddleSolution)) + if (_puddles.Count == 0) { - EntityManager.QueueDeleteEntity(puddle); + _ambientSoundSystem.SetAmbience(uid, false); continue; } - // Removes the lowest of: - // the drain component's units per second adjusted for # of puddles - // the puddle's remaining volume (making it cleanly zero) - // the drain's remaining volume in its buffer. - var transferSolution = _solutionContainerSystem.SplitSolution(puddle.Comp.Solution.Value, - FixedPoint2.Min(FixedPoint2.New(amount), puddleSolution.Volume, drainSolution.AvailableVolume)); + _ambientSoundSystem.SetAmbience(uid, true); - drainSolution.AddSolution(transferSolution, _prototypeManager); + amount /= _puddles.Count; - if (puddleSolution.Volume <= 0) + foreach (var puddle in _puddles) { - QueueDel(puddle); + // Queue the solution deletion if it's empty. EvaporationSystem might also do this + // but queuedelete should be pretty safe. + if (!_solutionContainerSystem.ResolveSolution(puddle.Owner, puddle.Comp.SolutionName, ref puddle.Comp.Solution, out var puddleSolution)) + { + EntityManager.QueueDeleteEntity(puddle); + continue; + } + + // Removes the lowest of: + // the drain component's units per second adjusted for # of puddles + // the puddle's remaining volume (making it cleanly zero) + // the drain's remaining volume in its buffer. + var transferSolution = _solutionContainerSystem.SplitSolution(puddle.Comp.Solution.Value, + FixedPoint2.Min(FixedPoint2.New(amount), puddleSolution.Volume, drainSolution.AvailableVolume)); + + drainSolution.AddSolution(transferSolution, _prototypeManager); + + if (puddleSolution.Volume <= 0) + { + QueueDel(puddle); + } } } diff --git a/Content.Shared/Fluids/Components/DrainComponent.cs b/Content.Shared/Fluids/Components/DrainComponent.cs index 3064721bf3c..ef0277d214f 100644 --- a/Content.Shared/Fluids/Components/DrainComponent.cs +++ b/Content.Shared/Fluids/Components/DrainComponent.cs @@ -27,8 +27,8 @@ public sealed partial class DrainComponent : Component public float Accumulator = 0f; /// - /// Does this drain automatically absorb surrouding puddles? Or is it a drain designed to empty - /// solutions in it manually? + /// If true, automatically transfers solutions from nearby puddles and drains them. True for floor drains; + /// false for things like toilets and sinks. /// [DataField] public bool AutoDrain = true; From 7ffd8012f65db94a2e530584de55c4b50490395a Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 4 Dec 2024 02:43:25 +0000 Subject: [PATCH 121/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 55c2f7f3872..35a88b28185 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Lank - changes: - - message: Removed the shock collar and associated thief objective. - type: Remove - id: 7175 - time: '2024-08-21T17:56:57.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31229 - author: EmoGarbage404 changes: - message: Increased the view range on the handheld mass scanner and decreased the @@ -3910,3 +3903,10 @@ id: 7674 time: '2024-12-03T02:59:48.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33637 +- author: notafet + changes: + - message: Fix sinks and toilets not draining. + type: Fix + id: 7675 + time: '2024-12-04T02:42:16.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33691 From c10a72be39a2c856c268272d9fad27e6eff80d02 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 4 Dec 2024 11:13:22 +0100 Subject: [PATCH 122/160] Fix layout on wires UI (#33714) Layout would break for machines with >6 lights because the column count was hardcoded. Uncap the UI width and fix the rows count instead. Lights with less than 4 characters of text weren't aligned right, now they are. --- Content.Client/Wires/UI/WiresMenu.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Content.Client/Wires/UI/WiresMenu.cs b/Content.Client/Wires/UI/WiresMenu.cs index 77fc3accceb..01c88bcd0c6 100644 --- a/Content.Client/Wires/UI/WiresMenu.cs +++ b/Content.Client/Wires/UI/WiresMenu.cs @@ -206,8 +206,7 @@ public WiresMenu() (_statusContainer = new GridContainer { Margin = new Thickness(8, 4), - // TODO: automatically change columns count. - Columns = 3 + Rows = 2 }) } } @@ -227,7 +226,8 @@ public WiresMenu() PanelOverride = new StyleBoxFlat {BackgroundColor = Color.FromHex("#525252ff")} }); CloseButton.OnPressed += _ => Close(); - SetSize = new Vector2(320, 200); + SetHeight = 200; + MinWidth = 320; } @@ -503,6 +503,8 @@ private sealed class StatusLight : Control public StatusLight(StatusLightData data, IResourceCache resourceCache) { + HorizontalAlignment = HAlignment.Right; + var hsv = Color.ToHsv(data.Color); hsv.Z /= 2; var dimColor = Color.FromHsv(hsv); From fc8f7fb0ba0b3a82bb1afaf0697d86b6ba07ce3f Mon Sep 17 00:00:00 2001 From: PJBot Date: Wed, 4 Dec 2024 10:14:29 +0000 Subject: [PATCH 123/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 35a88b28185..9e641d0d860 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,14 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Increased the view range on the handheld mass scanner and decreased the - power draw. - type: Tweak - - message: Handheld radars no longer spin with the player while moving. - type: Fix - id: 7176 - time: '2024-08-21T18:33:01.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31284 - author: Beck Thompson changes: - message: Nuclear authentication code folder that spawns the nuclear authentication @@ -3910,3 +3900,10 @@ id: 7675 time: '2024-12-04T02:42:16.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33691 +- author: PJB3005 + changes: + - message: Fixed broken layout on some wire hacking UIs. + type: Fix + id: 7676 + time: '2024-12-04T10:13:22.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33714 From 2e26ca786d66d719a0ab4834a98c12156c5ccf48 Mon Sep 17 00:00:00 2001 From: Tap Date: Wed, 4 Dec 2024 03:14:59 -0700 Subject: [PATCH 124/160] Fix for towels not having a cooldown for cleaning (#33700) Added a delay to cleaning with the towel --- Resources/Prototypes/Entities/Clothing/Multiple/towel.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml b/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml index d3f7dc480ca..9b811a8a9d8 100644 --- a/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml +++ b/Resources/Prototypes/Entities/Clothing/Multiple/towel.yml @@ -29,6 +29,8 @@ Quantity: 30 absorbed: maxVol: 30 + - type: UseDelay + delay: 1 - type: Fiber fiberColor: fibers-white - type: DnaSubstanceTrace From 152cf3388b889ffb54fc801b8d515f815828fd0a Mon Sep 17 00:00:00 2001 From: Hreno Date: Wed, 4 Dec 2024 11:16:41 +0100 Subject: [PATCH 125/160] Add cooldown to buttons in borg's laws UI (#31490) --- .../Silicons/Laws/Ui/LawDisplay.xaml.cs | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Content.Client/Silicons/Laws/Ui/LawDisplay.xaml.cs b/Content.Client/Silicons/Laws/Ui/LawDisplay.xaml.cs index 4e412df8581..bb0dba2f57d 100644 --- a/Content.Client/Silicons/Laws/Ui/LawDisplay.xaml.cs +++ b/Content.Client/Silicons/Laws/Ui/LawDisplay.xaml.cs @@ -9,6 +9,7 @@ using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Prototypes; +using Robust.Shared.Timing; using Robust.Shared.Utility; namespace Content.Client.Silicons.Laws.Ui; @@ -18,8 +19,13 @@ public sealed partial class LawDisplay : Control { [Dependency] private readonly IPrototypeManager _prototypeManager = default!; [Dependency] private readonly IChatManager _chatManager = default!; + [Dependency] private readonly IGameTiming _timing = default!; [Dependency] private readonly EntityManager _entityManager = default!; + private static readonly TimeSpan PressCooldown = TimeSpan.FromSeconds(3); + + private readonly Dictionary _nextAllowedPress = new(); + public LawDisplay(EntityUid uid, SiliconLaw law, HashSet? radioChannels) { RobustXamlLoader.Load(this); @@ -47,9 +53,12 @@ public LawDisplay(EntityUid uid, SiliconLaw law, HashSet? radioChannels) MinWidth = 75, }; + _nextAllowedPress[localButton] = TimeSpan.Zero; + localButton.OnPressed += _ => { _chatManager.SendMessage($"{lawIdentifierPlaintext}: {lawDescriptionPlaintext}", ChatSelectChannel.Local); + _nextAllowedPress[localButton] = _timing.CurTime + PressCooldown; }; LawAnnouncementButtons.AddChild(localButton); @@ -71,6 +80,8 @@ public LawDisplay(EntityUid uid, SiliconLaw law, HashSet? radioChannels) MinWidth = 75, }; + _nextAllowedPress[radioChannelButton] = TimeSpan.Zero; + radioChannelButton.OnPressed += _ => { switch (radioChannel) @@ -80,9 +91,21 @@ public LawDisplay(EntityUid uid, SiliconLaw law, HashSet? radioChannels) default: _chatManager.SendMessage($"{SharedChatSystem.RadioChannelPrefix}{radioChannelProto.KeyCode} {lawIdentifierPlaintext}: {lawDescriptionPlaintext}", ChatSelectChannel.Radio); break; } + _nextAllowedPress[radioChannelButton] = _timing.CurTime + PressCooldown; }; LawAnnouncementButtons.AddChild(radioChannelButton); } } + + protected override void FrameUpdate(FrameEventArgs args) + { + base.FrameUpdate(args); + + var curTime = _timing.CurTime; + foreach (var (button, nextPress) in _nextAllowedPress) + { + button.Disabled = curTime < nextPress; + } + } } From 82528dce377ed76399fedf570a96459288354c95 Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:49:54 -0500 Subject: [PATCH 126/160] Adds Store on Collide and Wand of the Locker (#33710) * Adds wand of locker and locker projectile * Adds IsOpen method to check if storage is open * Adds store on collide * Adds Store On Collide to Wizard Locker * Adds Lock API * Adds locking support * Adds resist override and custom visual layers * Fixes decursed states, adds comment for a future visualizer * adds locker wand visuals and descriptions * shrinks locker radius, moves TODO for throw support * Adds whitelist and moves storage and lock logic into their own methods * Adds support to disable store on collide after the first open. Fixes prediction issues with disabling. * Adds wand of locker to the grimoire * Adds wizard access prototype * Adds Wizard to universal access * Moves Lock on collide to on collide method * Comments * Changes layer order * Fixes prediction issues when locking. * Adds Wiz access to universal ID --- Content.Shared/Lock/LockSystem.cs | 19 ++++- .../Components/StoreOnCollideComponent.cs | 34 ++++++++ .../SharedEntityStorageSystem.cs | 8 ++ .../EntitySystems/StoreOnCollideSystem.cs | 71 ++++++++++++++++ .../en-US/prototypes/access/accesses.ftl | 2 + .../Locale/en-US/store/spellbook-catalog.ftl | 3 + Resources/Prototypes/Access/wizard.yml | 3 + .../Prototypes/Catalog/spellbook_catalog.yml | 13 +++ .../Objects/Misc/identification_cards.yml | 1 + .../Objects/Tools/access_configurator.yml | 1 + .../Objects/Weapons/Guns/Basic/wands.yml | 36 ++++++++ .../Weapons/Guns/Projectiles/magic.yml | 80 ++++++++++++++++++ .../Guns/Basic/wands.rsi/locker-effect.png | Bin 0 -> 260 bytes .../Basic/wands.rsi/locker-inhand-left.png | Bin 0 -> 794 bytes .../Basic/wands.rsi/locker-inhand-right.png | Bin 0 -> 803 bytes .../Weapons/Guns/Basic/wands.rsi/locker.png | Bin 0 -> 624 bytes .../Weapons/Guns/Basic/wands.rsi/meta.json | 16 +++- 17 files changed, 284 insertions(+), 3 deletions(-) create mode 100644 Content.Shared/Storage/Components/StoreOnCollideComponent.cs create mode 100644 Content.Shared/Storage/EntitySystems/StoreOnCollideSystem.cs create mode 100644 Resources/Prototypes/Access/wizard.yml create mode 100644 Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker-effect.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker-inhand-left.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker-inhand-right.png create mode 100644 Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker.png diff --git a/Content.Shared/Lock/LockSystem.cs b/Content.Shared/Lock/LockSystem.cs index 3349034f32e..411766d8c1f 100644 --- a/Content.Shared/Lock/LockSystem.cs +++ b/Content.Shared/Lock/LockSystem.cs @@ -131,8 +131,24 @@ public bool TryLock(EntityUid uid, EntityUid user, LockComponent? lockComp = nul }); } - _sharedPopupSystem.PopupClient(Loc.GetString("lock-comp-do-lock-success", + Lock(uid, user, lockComp); + return true; + } + + /// + /// Forces a given entity to be locked, does not activate a do-after. + /// + public void Lock(EntityUid uid, EntityUid? user, LockComponent? lockComp = null) + { + if (!Resolve(uid, ref lockComp)) + return; + + if (user is { Valid: true }) + { + _sharedPopupSystem.PopupClient(Loc.GetString("lock-comp-do-lock-success", ("entityName", Identity.Name(uid, EntityManager))), uid, user); + } + _audio.PlayPredicted(lockComp.LockSound, uid, user); lockComp.Locked = true; @@ -141,7 +157,6 @@ public bool TryLock(EntityUid uid, EntityUid user, LockComponent? lockComp = nul var ev = new LockToggledEvent(true); RaiseLocalEvent(uid, ref ev, true); - return true; } /// diff --git a/Content.Shared/Storage/Components/StoreOnCollideComponent.cs b/Content.Shared/Storage/Components/StoreOnCollideComponent.cs new file mode 100644 index 00000000000..d8fff319384 --- /dev/null +++ b/Content.Shared/Storage/Components/StoreOnCollideComponent.cs @@ -0,0 +1,34 @@ +using Content.Shared.Storage.EntitySystems; +using Content.Shared.Whitelist; +using Robust.Shared.GameStates; + +namespace Content.Shared.Storage.Components; + +// Use where you want an entity to store other entities on collide +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(StoreOnCollideSystem))] +public sealed partial class StoreOnCollideComponent : Component +{ + /// + /// Entities that are allowed in the storage on collide + /// + [DataField] + public EntityWhitelist? Whitelist; + + /// + /// Should this storage lock on collide, provided they have a lock component? + /// + [DataField] + public bool LockOnCollide; + + /// + /// Should the behavior be disabled when the storage is first opened? + /// + [DataField] + public bool DisableWhenFirstOpened; + + /// + /// If the behavior is disabled or not + /// + [DataField, AutoNetworkedField] + public bool Disabled; +} diff --git a/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs index 309ac0a2e09..829f574ad1d 100644 --- a/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs @@ -344,6 +344,14 @@ public bool TryCloseStorage(EntityUid target) return true; } + public bool IsOpen(EntityUid target, SharedEntityStorageComponent? component = null) + { + if (!ResolveStorage(target, ref component)) + return false; + + return component.Open; + } + public bool CanOpen(EntityUid user, EntityUid target, bool silent = false, SharedEntityStorageComponent? component = null) { if (!ResolveStorage(target, ref component)) diff --git a/Content.Shared/Storage/EntitySystems/StoreOnCollideSystem.cs b/Content.Shared/Storage/EntitySystems/StoreOnCollideSystem.cs new file mode 100644 index 00000000000..000e19faf32 --- /dev/null +++ b/Content.Shared/Storage/EntitySystems/StoreOnCollideSystem.cs @@ -0,0 +1,71 @@ +using Content.Shared.Lock; +using Content.Shared.Storage.Components; +using Content.Shared.Whitelist; +using Robust.Shared.Network; +using Robust.Shared.Physics.Events; +using Robust.Shared.Timing; + +namespace Content.Shared.Storage.EntitySystems; + +internal sealed class StoreOnCollideSystem : EntitySystem +{ + [Dependency] private readonly SharedEntityStorageSystem _storage = default!; + [Dependency] private readonly LockSystem _lock = default!; + [Dependency] private readonly EntityWhitelistSystem _whitelist = default!; + [Dependency] private readonly INetManager _netMan = default!; + [Dependency] private readonly IGameTiming _gameTiming = default!; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnCollide); + SubscribeLocalEvent(AfterOpen); + // TODO: Add support to stop colliding after throw, wands will need a WandComp + } + + // We use Collide instead of Projectile to support different types of interactions + private void OnCollide(Entity ent, ref StartCollideEvent args) + { + TryStoreTarget(ent, args.OtherEntity); + + TryLockStorage(ent); + } + + private void AfterOpen(Entity ent, ref StorageAfterOpenEvent args) + { + var comp = ent.Comp; + + if (comp is { DisableWhenFirstOpened: true, Disabled: false }) + comp.Disabled = true; + } + + private void TryStoreTarget(Entity ent, EntityUid target) + { + var storageEnt = ent.Owner; + var comp = ent.Comp; + + if (_netMan.IsClient || _gameTiming.ApplyingState) + return; + + if (ent.Comp.Disabled || storageEnt == target || Transform(target).Anchored || _storage.IsOpen(storageEnt) || _whitelist.IsWhitelistFail(comp.Whitelist, target)) + return; + + _storage.Insert(target, storageEnt); + + } + + private void TryLockStorage(Entity ent) + { + var storageEnt = ent.Owner; + var comp = ent.Comp; + + if (_netMan.IsClient || _gameTiming.ApplyingState) + return; + + if (ent.Comp.Disabled) + return; + + if (comp.LockOnCollide && !_lock.IsLocked(storageEnt)) + _lock.Lock(storageEnt, storageEnt); + } +} diff --git a/Resources/Locale/en-US/prototypes/access/accesses.ftl b/Resources/Locale/en-US/prototypes/access/accesses.ftl index 0e8b1d9ac79..5e54fcad223 100644 --- a/Resources/Locale/en-US/prototypes/access/accesses.ftl +++ b/Resources/Locale/en-US/prototypes/access/accesses.ftl @@ -42,3 +42,5 @@ id-card-access-level-nuclear-operative = Nuclear Operative id-card-access-level-syndicate-agent = Syndicate Agent id-card-access-level-central-command = Central Command + +id-card-access-level-wizard = Wizard diff --git a/Resources/Locale/en-US/store/spellbook-catalog.ftl b/Resources/Locale/en-US/store/spellbook-catalog.ftl index ed62c6fa82b..dff918b0bc9 100644 --- a/Resources/Locale/en-US/store/spellbook-catalog.ftl +++ b/Resources/Locale/en-US/store/spellbook-catalog.ftl @@ -28,6 +28,9 @@ spellbook-wand-polymorph-door-description = For when you need a get-away route. spellbook-wand-polymorph-carp-name = Wand of Carp Polymorph spellbook-wand-polymorph-carp-description = For when you need a carp filet quick and the clown is looking juicy. +spellbook-wand-locker-name = Wand of the Locker +spellbook-wand-locker-description = Shoot cursed lockers at your enemies and lock em away! + # Events spellbook-event-summon-ghosts-name = Summon Ghosts diff --git a/Resources/Prototypes/Access/wizard.yml b/Resources/Prototypes/Access/wizard.yml new file mode 100644 index 00000000000..cacb8899363 --- /dev/null +++ b/Resources/Prototypes/Access/wizard.yml @@ -0,0 +1,3 @@ +- type: accessLevel + id: Wizard + name: id-card-access-level-wizard diff --git a/Resources/Prototypes/Catalog/spellbook_catalog.yml b/Resources/Prototypes/Catalog/spellbook_catalog.yml index 6e9bba87a6a..57172dc6657 100644 --- a/Resources/Prototypes/Catalog/spellbook_catalog.yml +++ b/Resources/Prototypes/Catalog/spellbook_catalog.yml @@ -118,6 +118,19 @@ - !type:ListingLimitedStockCondition stock: 1 +- type: listing + id: SpellbookWandLocker + name: spellbook-wand-locker-name + description: spellbook-wand-locker-description + productEntity: WeaponWandLocker + cost: + WizCoin: 3 + categories: + - SpellbookEquipment + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + # Event - type: listing id: SpellbookEventSummonGhosts diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index ccb83b6aaa3..a0e144d0ac4 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -810,3 +810,4 @@ - CentralCommand - NuclearOperative - SyndicateAgent + - Wizard diff --git a/Resources/Prototypes/Entities/Objects/Tools/access_configurator.yml b/Resources/Prototypes/Entities/Objects/Tools/access_configurator.yml index 66f4689099e..d55437696a4 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/access_configurator.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/access_configurator.yml @@ -119,6 +119,7 @@ - CentralCommand - NuclearOperative - SyndicateAgent + - Wizard privilegedIdSlot: name: id-card-console-privileged-id ejectSound: /Audio/Machines/id_swipe.ogg diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/wands.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/wands.yml index e723a1db5ff..d3745288f62 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/wands.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/wands.yml @@ -57,6 +57,42 @@ capacity: 5 count: 5 +- type: entity + name: wand of the locker + description: Stuff nerds at a distance! + parent: WeaponWandBase + id: WeaponWandLocker + components: + - type: Sprite + layers: + - state: locker + map: ["base"] + - state: locker-effect + map: ["effect"] + - type: Gun + soundGunshot: + path: /Audio/Weapons/Guns/Gunshots/Magic/staff_animation.ogg + - type: BasicEntityAmmoProvider + proto: ProjectileLocker + capacity: 5 + count: 5 + - type: Item + size: Normal + inhandVisuals: + left: + - state: locker-inhand-left + right: + - state: locker-inhand-right + - type: GenericVisualizer + visuals: + enum.AmmoVisuals.HasAmmo: + effect: + True: { visible: False } + False: { visible: True } + base: + True: { visible: True } + False: { visible: False } + - type: entity name: magical wand of instant death parent: WeaponWandBase diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml index d11f96d8752..cd736a33d08 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml @@ -79,6 +79,86 @@ totalIntensity: 0.3 maxTileBreak: 0 +- type: entity + id: ProjectileLocker + name: cursed locker + description: A cursed magical locker! Can you resist? + parent: ClosetSteelBase + categories: [ HideSpawnMenu ] + components: + - type: ResistLocker + resistTime: 30 + - type: StoreOnCollide + lockOnCollide: true + disableWhenFirstOpened: true + whitelist: + components: + - Body + - type: LockVisuals + stateLocked: cursed_door + stateUnlocked: decursed_door + - type: Lock + breakOnEmag: false + - type: AccessReader + access: [["Wizard"]] + breakOnEmag: false + - type: Projectile + deleteOnCollide: false + onlyCollideWhenShot: true + damage: + types: + Brute: 0 + - type: Sprite + noRot: true + sprite: Structures/Storage/closet.rsi + layers: + - state: cursed + map: [ "enum.StorageVisualLayers.Base" ] + - state: decursed_door + map: [ "enum.StorageVisualLayers.Door" ] + - state: paper + visible: false + sprite: Structures/Storage/closet_labels.rsi + map: [ "enum.PaperLabelVisuals.Layer" ] + - state: cursed_door + map: [ "enum.LockVisualLayers.Lock" ] + - state: welded + visible: false + map: [ "enum.WeldableLayers.BaseWelded" ] + #TODO: Will have to eventually make a custom visualizer for cursed lockers + - type: EntityStorageVisuals + stateBaseClosed: decursed + stateDoorOpen: decursed_open + stateDoorClosed: decursed_door + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.25,-0.48,0.25,0.48" + density: 75 + mask: + - MachineMask + layer: + - MachineLayer + projectile: + shape: + !type:PhysShapeAabb + bounds: "-0.15,-0.45,0.15,0.15" + hard: false + mask: + - Impassable + - BulletImpassable + fly-by: &flybyfixture + shape: !type:PhysShapeCircle + radius: 0.6 + layer: + - Impassable + - MidImpassable + - HighImpassable + - LowImpassable + hard: false + - type: entity id: ProjectilePolyboltBase parent: BaseBullet diff --git a/Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker-effect.png b/Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker-effect.png new file mode 100644 index 0000000000000000000000000000000000000000..77bcb4b36404837aec35c9e89a2a143875590b28 GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D7ekj z#WAE}&fBYoT+Id|?H|=ECcP;;v!Zyf$GU~bPlUXl;rx_qt9pmsL5GXmX3Y}kde5)4 zqh|k$1isGW3~UAsj64Yk>X~mXD-815ajn#i@4$~_i31YM`*k=r9GQQ)^!2U>m)RN5 z^~kf$k+o;(5WLUZA$p&+L-IdYhwOij1s(fY1CE+APWdR_AaLm6-+SK!rmA}0VK!Jd zWtM!#+LMpu64sv8bA70A@Q?a|c&&Y$M^qRetaz;L(A6s&)IRw{&I%Er4;VaM{an^L HB{Ts5nq6hw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker-inhand-left.png b/Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..bcb330b9ed1042b744c5db5101d8524a91b5ec60 GIT binary patch literal 794 zcmV+#1LgdQP)O|5?CrI)^&j|C{0Fvn z+S^+Qf~{bqSZF08B3ASE3}ksMt2ml-dCS}b%gi##9r7iUtFzfZ5_5R~E^pT9bb|4C zoOsv9QqBN$yWQY+yFG0?8jYMlZ~_1U<@0&j@AnTgjB6hs9|Buf5Sg5PeplFQ{D z+QG)9=m0ePo6RQty<9HewZ*l=;UIWaaPFcCoK*ly8`+=F=XY&z4K}cKB{~3o_HjI& zPGM$ev)PZfjYcE1$z(ELK5Wqep!7APtJMm@-!19EV324wn*l(mFI#i~2p)|snM_Kl zRJxme6>Lxi@WDA-bN~pvQmKUJ&ongH^m@HOeb}M{Sg+S|KA&Z|Tt3~+hr?l_Uatq~ zbXwS=0_gYq0h-w>TN!|18^jvu4MGwX0G{RlVU0(k0eC0-D)_RifCj)abIdBB0IWs(=Cj+nD8g%r8X#m6-K{me2pc(y!IleZU+5vtu*XHU+@SKE&D$OaZVz zwK48t3c$Mie;1>&{4O9dmj@s*mj@s*mj@s*mj@s*mj~eDChc}Rm`o;-KF7b}^NQ#I zTCG;_j_-6j{k`)62%uOj%5Jxdlu_7TE*F6>8v?xo5Ih1o9*>dy6dYSL0GfRbJe$ov z?W?w_R4P1YRsp>NP|8pg01&{zH>zJ$(Ew-(uc5&!>y+-zjk4}j&n;{KAtycSbgZs+MOdXZcwLY7mFhm2eSS%us z#(bBHQ5hP5LZJ{IKLNb8PPJMUru=+>kYqXK$($Ia0kF&#)& zLyQ>#Qvl51A#I43YnlPj?7NWVj$j6Woqd&c75JB;RtvfMH#h5h`3jJj%L9;@EA{~X Y0-ctjx)}pDaR2}S07*qoM6N<$g3AP3(*OVf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker-inhand-right.png b/Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4be7ef205918ca5d5813819d912ae8c6e9c9800c GIT binary patch literal 803 zcmV+;1Kj+HP)Jm>twcn`Dt9k1hdHxxH*k&1NZz zA^f=cI$$suIMeAgRw97Y^Z9&x?hybArPFCDl}fP^0bIc8bUMAc;LQPt!-3)mkO#M7 zvFLg35ujG9(fNEPSOxcSZ~@Q$e!q8r2d`In1X!(Bu0mJ_aRWGk8#ungBS5>|rt9@e z`F!5B43v`&Ui-L$8yv7)E`Q&91Q?IUsZOWkKnQ?sBN^bpj^1v!ARk-?tJSKj6cPsR zr32)_C6mdxd|qcCcoP6gZ#Wz}^?IG+01#&`ehJ<8i_l~;Nwr!nCzs2SbnJFJy4`NH z*=&5PnQ||H0VpA((a1q=Ab~*aNPt15{NrW_`9LakVh!qU?e&u^9;v^=e>}{Ta3jP{LsapoGH;KnaHxfD#TX03{q&0M(0LujkC?^GJX9 z*F_MQKnHZYU1zaah!z1Hg5LWI0LAY2J5?$b(IOyra5x^1N*5>{zyqZN9Khvrx%j^K z6`)WkxYukp>)uOr0na`YXHI{ibN~io8K?$I0XP800$>1s*h134OZZdl%KiW}NuZ?! z%Rse$q70519MB-4IxbT>;PH6;c2-DChFrw}a8W@i0JqBEzS(TjPZA_aK+Jqf9J)b5 za;waGy$)=RVSL;RG#U+(h;q5?UVj7#{G9C%(D{QBJ4SV5))D|S4^>GJbls|b9xxWv zBxMq-(Sb}ri(*CK**Ar;08w>8nAr#Hp=g*vQEZe58l002ovPDHLkV1mA2Sn&V= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker.png b/Resources/Textures/Objects/Weapons/Guns/Basic/wands.rsi/locker.png new file mode 100644 index 0000000000000000000000000000000000000000..f638769226a28fdf0546e0428d3f824be5eb4169 GIT binary patch literal 624 zcmV-$0+0QPP)Kp2G&Gc=*H8!9S=%s9iC%ius@Fd;(~3Le3i ziXwgolXq|ms$fb=ULe@qq2kiQ8^ngvV54X?Xh#SMR;(<}41=^FzHk5iwSW@`&btW+ zf*>l#lgY$ks{ny}JRW=$1Z7AxlCWHWz`rGvYh$Z(T?tDC6!^pABUmLY6Hw3GjD#fu zMr9`we!m~bM@NPd+yYv-dgexzP=`xE51vRQ(C&2bH5y%$_2w;eiv^XKOUL8!7~DOuZO!BHIJ(^~d_Er^*Xrsfo*Ul-&3iL#xsJO5@3NV(e?)ScYzkZl*(GG)$rx) z3@(?;@VZ@aCIKz{Wj;r**OQyA)oLMmey)4na5&rvXA)R_2$g8J+X#olXf~S&1OmDn z4a>}#1xPM0E^uEeAsUI$+lj#Y{XQ3*S%4&)&7xANAfl2`!~Z=!VKf? Date: Wed, 4 Dec 2024 16:51:01 +0000 Subject: [PATCH 127/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 9e641d0d860..61793afb2df 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,12 +1,4 @@ Entries: -- author: Beck Thompson - changes: - - message: Nuclear authentication code folder that spawns the nuclear authentication - codes when opened. - type: Add - id: 7177 - time: '2024-08-21T18:53:04.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31272 - author: Brandon-Huu changes: - message: Nukie shuttle now spawns with the nuclear authentication code folder. @@ -3907,3 +3899,11 @@ id: 7676 time: '2024-12-04T10:13:22.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33714 +- author: keronshb + changes: + - message: Adds Wand of the Locker - a wand that shoots out cursed lockers, that + will store anyone they touch! + type: Add + id: 7677 + time: '2024-12-04T16:49:54.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33710 From da68ae94c107ad13d0d06f33022824625518b1e8 Mon Sep 17 00:00:00 2001 From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:02:36 -0500 Subject: [PATCH 128/160] Amber Station - Removed Vox Box (#33725) Removed Vox Box --- Resources/Maps/amber.yml | 1559 +++++++++++++++++--------------------- 1 file changed, 714 insertions(+), 845 deletions(-) diff --git a/Resources/Maps/amber.yml b/Resources/Maps/amber.yml index b60731d0f6a..58929a382fe 100644 --- a/Resources/Maps/amber.yml +++ b/Resources/Maps/amber.yml @@ -73,59 +73,59 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: CQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADwAAAAADDwAAAAACDwAAAAADDwAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACDwAAAAADDwAAAAADDwAAAAACDwAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAACDwAAAAABDwAAAAADDwAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADDwAAAAAADwAAAAADDwAAAAABCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACDgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAAAGgAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAADwAAAAADDwAAAAAADwAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAABGgAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAABCQAAAAADDwAAAAABDwAAAAACDwAAAAAADwAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAAADwAAAAABDwAAAAABDwAAAAACDwAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACDwAAAAADDwAAAAAADwAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAADwAAAAACDwAAAAABDwAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACDgAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAACGgAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADDwAAAAAADwAAAAADDwAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAACGgAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: CQAAAAADCQAAAAABCQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAACCQAAAAABCQAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAAACQAAAAACCQAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAADHAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAABDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAAHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: IwAAAAADIwAAAAAAIwAAAAADIwAAAAABIwAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAADIwAAAAABIwAAAAACIwAAAAACIwAAAAABIwAAAAACDgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAACHAAAAAABHAAAAAADHAAAAAADHAAAAAACDgAAAAAAHAAAAAADHAAAAAABIwAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABHAAAAAACHAAAAAABHAAAAAACHAAAAAABDgAAAAAAHAAAAAADHAAAAAADIwAAAAABIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAAACQAAAAAACQAAAAAACQAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABIwAAAAABIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACHAAAAAADIwAAAAABIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAACIwAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAAAIwAAAAABIwAAAAABAAAAAAAAAAAAAAAAIwAAAAACIwAAAAADHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAABHAAAAAABDgAAAAAADgAAAAAAHAAAAAACIwAAAAADIwAAAAABAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAABHAAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADHAAAAAACIwAAAAABIwAAAAACAAAAAAAAAAAAAAAAIwAAAAADIwAAAAACHAAAAAACKQAAAAAAKwAAAAACKwAAAAADKwAAAAAADgAAAAAACQAAAAACHAAAAAACDgAAAAAAHAAAAAABIwAAAAACIwAAAAADIwAAAAADIwAAAAAAIwAAAAADIwAAAAABHAAAAAADDgAAAAAAKwAAAAAAKwAAAAACKwAAAAADDgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAABCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAB + tiles: IwAAAAACIwAAAAABIwAAAAABIwAAAAAAIwAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAACIwAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAADDgAAAAAAHAAAAAABHAAAAAACIwAAAAABIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABHAAAAAACHAAAAAABHAAAAAACHAAAAAABDgAAAAAAHAAAAAADHAAAAAABIwAAAAAAIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAABCQAAAAADCQAAAAACCQAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAACIwAAAAACIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADHAAAAAADIwAAAAACIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAACHAAAAAADHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAABIwAAAAACIwAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIwAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAADHAAAAAACHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAABIwAAAAADAAAAAAAGAAAAAAAAIwAAAAADIwAAAAAAHAAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABHAAAAAADIwAAAAADIwAAAAACAAAAAAAEAAAAAAAHIwAAAAACIwAAAAAAHAAAAAAAKQAAAAAAKwAAAAAAKwAAAAACKwAAAAACDgAAAAAACQAAAAAAHAAAAAACDgAAAAAAHAAAAAADIwAAAAADIwAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAACHAAAAAAADgAAAAAAKwAAAAAAKwAAAAACKwAAAAADDgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAB version: 6 -1,-4: ind: -1,-4 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADDgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAACQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAADCQAAAAACDgAAAAAAIwAAAAADIwAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACIwAAAAAAIwAAAAACDgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAABIwAAAAADIwAAAAABIwAAAAACIwAAAAADIwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAA + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAACCQAAAAADDgAAAAAAIwAAAAABIwAAAAABDgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADIwAAAAAAIwAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACIwAAAAADIwAAAAAAIwAAAAABIwAAAAACIwAAAAADDgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAAD version: 6 -1,-5: ind: -1,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: CQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAAACQAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAADLwAAAAACLwAAAAABLwAAAAADLwAAAAADLwAAAAABLwAAAAACLwAAAAABLwAAAAACLwAAAAAALwAAAAAALwAAAAAALwAAAAACLwAAAAAALwAAAAABLwAAAAAALwAAAAACAAAAAAAJLwAAAAADLwAAAAADLwAAAAABAAAAAAAAAAAAAAAAAAAAAAAALwAAAAABLwAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACAAAAAAAELwAAAAABLwAAAAAALwAAAAABAAAAAAAMAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAALwAAAAAALwAAAAABLwAAAAABAAAAAAAAAAAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAAAAAAAALwAAAAABLwAAAAADLwAAAAAAAAAAAAABAAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAMAAAAAAHDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABHAAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABHAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAABCQAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACLwAAAAACLwAAAAADLwAAAAACLwAAAAABLwAAAAADLwAAAAADLwAAAAAALwAAAAADLwAAAAAALwAAAAACLwAAAAAALwAAAAACLwAAAAAALwAAAAACLwAAAAABLwAAAAADAAAAAAAALwAAAAADLwAAAAACLwAAAAADAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACAAAAAAACLwAAAAACLwAAAAABLwAAAAABAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAALwAAAAABLwAAAAACLwAAAAABAAAAAAAIAAAAAAAGDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAAAAAAAALwAAAAACLwAAAAABLwAAAAADAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAALwAAAAADLwAAAAAALwAAAAADAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABAAAAAAAALwAAAAADLwAAAAABLwAAAAACAAAAAAAAAAAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAAAHAAAAAACHAAAAAAACQAAAAACCQAAAAABDgAAAAAAMQAAAAADDgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAMQAAAAACMQAAAAACMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADCQAAAAACCQAAAAACDgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACLgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: AAAAAAAALwAAAAAALwAAAAACLwAAAAAAAAAAAAALAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAAAAAAAAAALwAAAAACLwAAAAAALwAAAAADAAAAAAAAAAAAAAAJDgAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAADHAAAAAADCQAAAAAACQAAAAABDgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAMQAAAAAAMQAAAAABMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAACQAAAAADCQAAAAACDgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABLgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: LAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAACHAAAAAACCQAAAAACHAAAAAACCQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAABCQAAAAAACQAAAAADHAAAAAAACQAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABHAAAAAACCQAAAAABHAAAAAABHAAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACHAAAAAACCQAAAAADHAAAAAABHAAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADDgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAAACQAAAAAACQAAAAACCQAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAADDgAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAACCQAAAAABHAAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAADDgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAADHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAADCQAAAAAC + tiles: LAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADHAAAAAACCQAAAAACHAAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACHAAAAAABCQAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACHAAAAAADCQAAAAAAHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACHAAAAAABCQAAAAAAHAAAAAACHAAAAAADDgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAAACQAAAAACCQAAAAAACQAAAAABHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAAHAAAAAABCQAAAAACHAAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAABCQAAAAABDgAAAAAAHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAACHAAAAAACCQAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: MwAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAANwAAAAABNwAAAAABNwAAAAACNwAAAAACCQAAAAABMwAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAADMwAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAACDgAAAAAANwAAAAADNwAAAAACNwAAAAACNwAAAAABDgAAAAAADgAAAAAAMwAAAAADDgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAAOAAAAAADOAAAAAABOAAAAAABOAAAAAADOAAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAAOAAAAAACOAAAAAADOAAAAAACOAAAAAADOAAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAAAOAAAAAACOAAAAAADOAAAAAABOAAAAAACOAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAAOAAAAAACOAAAAAADOAAAAAAAOAAAAAACOAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAADCQAAAAAD + tiles: MwAAAAADMwAAAAADMwAAAAABMwAAAAACMwAAAAAAMwAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAANwAAAAADNwAAAAAANwAAAAADNwAAAAADCQAAAAADMwAAAAADMwAAAAAAMwAAAAADMwAAAAACMwAAAAADMwAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAANwAAAAABNwAAAAABNwAAAAAANwAAAAADDgAAAAAADgAAAAAAMwAAAAACDgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADDgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAAOAAAAAADOAAAAAADOAAAAAABOAAAAAACOAAAAAADDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAAOAAAAAADOAAAAAABOAAAAAABOAAAAAABOAAAAAADDgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABHAAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAACOAAAAAAAOAAAAAABOAAAAAACOAAAAAABOAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAAOAAAAAADOAAAAAABOAAAAAAAOAAAAAADOAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAABLAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAAD version: 6 -2,-3: ind: -2,-3 - tiles: DgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAABHAAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAACIwAAAAADIwAAAAACIwAAAAABDgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAADDgAAAAAAIwAAAAACIwAAAAABIwAAAAACDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAAHAAAAAABHAAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAACDgAAAAAAHAAAAAACIwAAAAADIwAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABDgAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAABHAAAAAACHAAAAAADHAAAAAABHAAAAAABHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAADDgAAAAAAMwAAAAACMwAAAAACMwAAAAACMwAAAAACDgAAAAAAHAAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAAAMwAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAAAHAAAAAABHAAAAAADHAAAAAADDgAAAAAAMwAAAAACMwAAAAABMwAAAAADMwAAAAADMwAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAACQAAAAABHAAAAAACHAAAAAADHAAAAAACMwAAAAABMwAAAAABMwAAAAACMwAAAAAAMwAAAAADMwAAAAADMwAAAAABCQAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAADCQAAAAACHAAAAAABHAAAAAADHAAAAAAAMwAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAAAMwAAAAADMwAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAAHAAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAAB + tiles: DgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAIwAAAAABIwAAAAAAIwAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAAIwAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAAHAAAAAACHAAAAAABDgAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAADDgAAAAAAHAAAAAADIwAAAAABIwAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAABDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAABMwAAAAAADgAAAAAAHAAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAADDgAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAACHAAAAAADHAAAAAABHAAAAAACDgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAABHAAAAAACHAAAAAABMwAAAAADMwAAAAACMwAAAAACMwAAAAACMwAAAAABMwAAAAABMwAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAAHAAAAAAACQAAAAADHAAAAAADHAAAAAADHAAAAAABMwAAAAAAMwAAAAABMwAAAAADMwAAAAADMwAAAAABMwAAAAACMwAAAAABCQAAAAABCQAAAAACCQAAAAAADgAAAAAAHAAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAADHAAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: CQAAAAACCQAAAAAACQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACDgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAACHAAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAAAOQAAAAABDgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAAAHAAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAADgAAAAAAOQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAABHAAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAADIwAAAAACDgAAAAAAHAAAAAACHAAAAAADCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAABDgAAAAAAHAAAAAACHAAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAADIwAAAAADIwAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAABIwAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAABHAAAAAADHAAAAAADDgAAAAAAIwAAAAADIwAAAAAA + tiles: CQAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABDgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAACHAAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAAAOQAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAADHAAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAAOQAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAAIwAAAAABDgAAAAAAIwAAAAADIwAAAAABDgAAAAAAHAAAAAADHAAAAAABCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAAADgAAAAAAHAAAAAACHAAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAABIwAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAIwAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAABDgAAAAAAIwAAAAACIwAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA version: 6 -2,0: ind: -2,0 - tiles: DgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAACHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAAAIwAAAAADIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAACMwAAAAABMwAAAAADHAAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABHAAAAAACHAAAAAACHAAAAAABHAAAAAACDgAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAA + tiles: DgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAABHAAAAAABDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAACHAAAAAADDgAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAADDgAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAADHAAAAAABHAAAAAADHAAAAAABHAAAAAADDgAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAACMwAAAAACMwAAAAABHAAAAAACHAAAAAABHAAAAAADHAAAAAACHAAAAAADIwAAAAADIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAMwAAAAADMwAAAAAAMwAAAAADHAAAAAADHAAAAAAAHAAAAAABHAAAAAADDgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAALwAAAAACDgAAAAAADgAAAAAAMwAAAAAAMwAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAAIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAA version: 6 -2,1: ind: -2,1 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAIDgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAJAAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAAAAAAALAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAGAAAAAAAADgAAAAAADgAAAAAA version: 6 -2,2: ind: -2,2 @@ -137,15 +137,15 @@ entities: version: 6 -3,-2: ind: -3,-2 - tiles: CQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAADMwAAAAACMwAAAAABMwAAAAADMwAAAAABMwAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAABMwAAAAABMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAABMwAAAAACMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAADMwAAAAABMwAAAAACMwAAAAADMwAAAAABLgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAAADgAAAAAAHAAAAAADLgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAADDgAAAAAAHAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAAAMwAAAAACMwAAAAABDgAAAAAAHAAAAAACLgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACDgAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAACMwAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABMwAAAAAAMwAAAAACMwAAAAABMwAAAAACMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAADLAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAAAMwAAAAAAMwAAAAACMwAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAAAMwAAAAABMwAAAAADMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAACLgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAABMwAAAAADDgAAAAAAHAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAABMwAAAAADMwAAAAACMwAAAAACDgAAAAAAHAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAADDgAAAAAAHAAAAAADLgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAAAMwAAAAADLgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABMwAAAAADMwAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAABLAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADDgAAAAAAMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAABMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAABMwAAAAACMwAAAAACMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAADHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAACLgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAADHAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAABDgAAAAAAIwAAAAACIwAAAAADIwAAAAAAMwAAAAADMwAAAAABDgAAAAAAMwAAAAABMwAAAAACAAAAAAAFAAAAAAAEKQAAAAAAKQAAAAAAAAAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABAAAAAAAAAAAAAAACAAAAAAAFAAAAAAADAAAAAAAAMwAAAAADMwAAAAADDgAAAAAAMQAAAAABMQAAAAACMQAAAAABLgAAAAAALgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAABHAAAAAADHAAAAAABDgAAAAAAMwAAAAABMwAAAAABMwAAAAADDgAAAAAAMwAAAAACMwAAAAAAMwAAAAADLgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAABDgAAAAAAMwAAAAAAMwAAAAADMwAAAAABLgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAAMwAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAAMwAAAAABDgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAAMwAAAAAAMwAAAAABMwAAAAABDgAAAAAAMwAAAAACMwAAAAACMwAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAACDgAAAAAAMwAAAAAAMwAAAAADMwAAAAACLgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAAAMwAAAAADMwAAAAACMwAAAAADDgAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACDgAAAAAADgAAAAAAMwAAAAABDgAAAAAA + tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAACHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAADHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACIwAAAAACMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAAAMwAAAAADDgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAMwAAAAABMwAAAAABDgAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAAAAAAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAACDgAAAAAAMQAAAAABMQAAAAABMQAAAAACLgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAABMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAAMwAAAAADMwAAAAAAMwAAAAADDgAAAAAAMwAAAAADMwAAAAADMwAAAAACLgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAADLgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAAMwAAAAABMwAAAAADMwAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAADDgAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAAMwAAAAAAMwAAAAABMwAAAAACLgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAAAMwAAAAAAMwAAAAABMwAAAAADDgAAAAAAMwAAAAABMwAAAAAAMwAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAADgAAAAAAMwAAAAACDgAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAADGgAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAABHAAAAAACHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAAGgAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -3,-5: ind: -3,-5 @@ -153,7 +153,7 @@ entities: version: 6 -3,0: ind: -3,0 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMQAAAAABMQAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAB + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMQAAAAABMQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAD version: 6 -3,1: ind: -3,1 @@ -165,15 +165,15 @@ entities: version: 6 -4,-1: ind: -4,-1 - tiles: HAAAAAADDgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: HAAAAAABDgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADCQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABCQAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAACMwAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAACMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAAACQAAAAABDgAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAACMwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABCQAAAAAADgAAAAAA version: 6 -4,-4: ind: -4,-4 @@ -181,7 +181,7 @@ entities: version: 6 -5,-1: ind: -5,-1 - tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAABOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAACOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -5,-2: ind: -5,-2 @@ -197,31 +197,31 @@ entities: version: 6 0,-1: ind: 0,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAADDgAAAAAAPAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAAPAAAAAAAIwAAAAADPAAAAAAGDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAAAAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAADPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAADPQAAAAAC + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAADDgAAAAAAPAAAAAAFDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAACPAAAAAAAIwAAAAADPAAAAAACDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAAAAAAAAAAAAAAAAFAQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAMDgAAAAAAAAAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAHDgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAADPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAACPQAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: IQAAAAACIQAAAAACDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABDwAAAAACDwAAAAACDwAAAAAACQAAAAABHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAABCQAAAAADCQAAAAACDwAAAAABMgAAAAAADwAAAAACCQAAAAADHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDwAAAAAADwAAAAADDwAAAAADCQAAAAADHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: IQAAAAADIQAAAAACDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDwAAAAABDwAAAAABDwAAAAADCQAAAAABHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAACCQAAAAABCQAAAAADDwAAAAAAMgAAAAAADwAAAAAACQAAAAADHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDwAAAAABDwAAAAAADwAAAAACCQAAAAADHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAADDgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: CQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAABIwAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAACDgAAAAAAIwAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAAAIwAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABAAAAAAAADgAAAAAADgAAAAAAIwAAAAADGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAAIwAAAAACIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAIwAAAAABIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADDgAAAAAAIwAAAAADIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAAIQAAAAAAIQAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAIQAAAAABIQAAAAACDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAACIQAAAAAAIQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAAA + tiles: CQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAAIwAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAAADgAAAAAAIwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAABIwAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABAAAAAAAADgAAAAAADgAAAAAAIwAAAAABGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAAIwAAAAABIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAAIwAAAAACIwAAAAADIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAACDgAAAAAAIwAAAAABIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIQAAAAABIQAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAACDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAAAIQAAAAACIQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAAB version: 6 0,-4: ind: 0,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAACLAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAACQAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAD + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAAMQAAAAAAMQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAAMQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAAADgAAAAAAMQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAAB version: 6 0,-5: ind: 0,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAADDgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAA version: 6 0,0: ind: 0,0 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAAMAAAAAAEDgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAGMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABPQAAAAACLAAAAAAAMAAAAAAGLAAAAAAALAAAAAAALAAAAAAAMAAAAAAEMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAADOwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABOwAAAAAAOwAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAACPQAAAAABLgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAADQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAACLwAAAAAALwAAAAAALwAAAAADLwAAAAACLwAAAAADLwAAAAABLwAAAAADLwAAAAABLwAAAAACLwAAAAABDgAAAAAALwAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAABMAAAAAAGDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAPQAAAAAALAAAAAAAMAAAAAAALAAAAAAALAAAAAAALAAAAAAAMAAAAAAMMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAACOwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABOwAAAAAAOwAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAKDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABPQAAAAABLgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAJLAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAACQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADLwAAAAABLwAAAAADLwAAAAACLwAAAAADLwAAAAAALwAAAAABLwAAAAADLwAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAADLwAAAAADLwAAAAABDgAAAAAALwAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAA version: 6 0,1: ind: 0,1 - tiles: CQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: CQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACDgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 0,2: ind: 0,2 @@ -229,19 +229,19 @@ entities: version: 6 1,-1: ind: 1,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAAAMQAAAAABMQAAAAADDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACAAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAACHAAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABHAAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAACQAAAAADHAAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAACDgAAAAAACQAAAAADCQAAAAAAHAAAAAAADgAAAAAACQAAAAAD + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAAAMQAAAAACMQAAAAABMQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABAAAAAAAEDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADAAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAADHAAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACHAAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAACQAAAAADHAAAAAACDgAAAAAALAAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAADCQAAAAACHAAAAAADDgAAAAAACQAAAAAB version: 6 1,-2: ind: 1,-2 - tiles: CQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAAACQAAAAAADwAAAAADCQAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAADCQAAAAADDwAAAAAACQAAAAADCQAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAADHAAAAAADDgAAAAAAHAAAAAADCQAAAAACCQAAAAAACQAAAAAAHAAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAAD + tiles: CQAAAAABCQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACDgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAABCQAAAAAADwAAAAABCQAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAABCQAAAAADDwAAAAABCQAAAAABCQAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABHAAAAAABDgAAAAAAHAAAAAADCQAAAAABCQAAAAABCQAAAAADHAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAAA version: 6 1,-3: ind: 1,-3 - tiles: DgAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAAMQAAAAABMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAADIwAAAAABIwAAAAAAIwAAAAACIwAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAACIwAAAAADDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAADIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAABDgAAAAAAIwAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAABIwAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAACDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAA + tiles: DgAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAAMQAAAAABMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAABIwAAAAAAIwAAAAAAIwAAAAABIwAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAACIwAAAAACIwAAAAADIwAAAAACIwAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAAAIwAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAACDgAAAAAAIwAAAAADIwAAAAABIwAAAAADIwAAAAAAIwAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAADHAAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAAMwAAAAAAMwAAAAAADgAAAAAAQQAAAAADQQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACDgAAAAAAMwAAAAABMwAAAAACDgAAAAAAQQAAAAABQQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAABMQAAAAADDgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAACMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAABIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAAMwAAAAADMwAAAAAADgAAAAAAQQAAAAAAQQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAAMwAAAAADMwAAAAACDgAAAAAAQQAAAAACQQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAADDgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAALAAAAAAALAAAAAAA version: 6 1,-5: ind: 1,-5 @@ -249,71 +249,71 @@ entities: version: 6 1,0: ind: 1,0 - tiles: DgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAACDgAAAAAACQAAAAAACQAAAAAAHAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAACQAAAAAACQAAAAADHAAAAAADDgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAACQAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAACQAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAACDgAAAAAACQAAAAACDgAAAAAAHAAAAAADDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADQAAAAAACDgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACLwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAAB + tiles: DgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAAADgAAAAAACQAAAAAACQAAAAACHAAAAAACDgAAAAAACQAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAACQAAAAABCQAAAAAAHAAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAACQAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAACQAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACHAAAAAACDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAADgAAAAAACQAAAAACDgAAAAAAHAAAAAABDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAQAAAAAACDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACLwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAAD version: 6 1,1: ind: 1,1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAADDgAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAAMAAAAAAAMAAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAABCQAAAAABCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAABQwAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACLgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAGDgAAAAAACQAAAAADDgAAAAAALgAAAAAALAAAAAAAMAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAMAAAAAAEDgAAAAAAMAAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAADCQAAAAADCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAACCQAAAAADCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADLgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABLAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAA version: 6 1,2: ind: 1,2 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: CQAAAAACDgAAAAAAQAAAAAACQAAAAAADDwAAAAAAQAAAAAADQAAAAAADQAAAAAADQAAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAADDgAAAAAAQAAAAAADQAAAAAACDwAAAAACQAAAAAAAQAAAAAADDgAAAAAAQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAQAAAAAABQAAAAAABDwAAAAADQAAAAAAAQAAAAAABQAAAAAABQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAACDgAAAAAAQAAAAAADQAAAAAACQAAAAAABQAAAAAAAQAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAACDgAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAACIwAAAAADDgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAADDgAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAABIwAAAAABDgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAAAIwAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAACCQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAQwAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAADDgAAAAAAQAAAAAACQAAAAAABDwAAAAACQAAAAAACQAAAAAACQAAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAAQAAAAAAAQAAAAAABDwAAAAADQAAAAAABQAAAAAACDgAAAAAAQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAQAAAAAAAQAAAAAADDwAAAAAAQAAAAAACQAAAAAABQAAAAAADQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAABDgAAAAAAQAAAAAABQAAAAAADQAAAAAAAQAAAAAAAQAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAADDgAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAACIwAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAABIwAAAAACIwAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAAAIwAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAABCQAAAAAACQAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: CQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAAOQAAAAACOQAAAAACOQAAAAACOQAAAAACDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAADOQAAAAABOQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAACOQAAAAAAOQAAAAAAOQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAACRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAABHAAAAAADHAAAAAABHAAAAAADDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAADHAAAAAABHAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABGgAAAAACLwAAAAADDgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAAGgAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAABGgAAAAACLwAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACGgAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACGgAAAAABLwAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABGgAAAAAADgAAAAAACQAAAAACDgAAAAAAQAAAAAAAQAAAAAAAQAAAAAACQAAAAAACQAAAAAACQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAAGgAAAAABLwAAAAACCQAAAAACDgAAAAAAQAAAAAAAQAAAAAADQAAAAAABQAAAAAABQAAAAAADQAAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADDgAAAAAAQAAAAAADQAAAAAABDwAAAAAAQAAAAAAAQAAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAC + tiles: CQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAAADgAAAAAAOQAAAAADOQAAAAACOQAAAAABOQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAACOQAAAAACOQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACOQAAAAADOQAAAAAAOQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAAARQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAACHAAAAAADHAAAAAACDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAABHAAAAAAAHAAAAAACHAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACGgAAAAADLwAAAAADDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAAGgAAAAACDgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAABGgAAAAADLwAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACGgAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAACGgAAAAADLwAAAAACCQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADGgAAAAAADgAAAAAACQAAAAACDgAAAAAAQAAAAAADQAAAAAACQAAAAAAAQAAAAAABQAAAAAACQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAAGgAAAAACLwAAAAAACQAAAAADDgAAAAAAQAAAAAADQAAAAAABQAAAAAABQAAAAAACQAAAAAABQAAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAAQAAAAAAAQAAAAAABDwAAAAACQAAAAAABQAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAB version: 6 2,-3: ind: 2,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADDgAAAAAAHAAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABIQAAAAABIQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADDgAAAAAAHAAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAAAIQAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAADgAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAADGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA + tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAACGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABRwAAAAABLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABRwAAAAABLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAA version: 6 2,0: ind: 2,0 - tiles: QwAAAAAACQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAQwAAAAADCQAAAAAACQAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAAQwAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAAIwAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAABDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAADDgAAAAAAMAAAAAAAMAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAACDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAACDgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + tiles: QwAAAAAACQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAQwAAAAADCQAAAAACCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAAACQAAAAACDgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAAQwAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAAIwAAAAADDgAAAAAADgAAAAAAQwAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAACDgAAAAAAMAAAAAAIMAAAAAAHDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAAADgAAAAAAMAAAAAAAMAAAAAAEDgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAQwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA version: 6 2,1: ind: 2,1 - tiles: QwAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAAQwAAAAADCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAABCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: QwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAAQwAAAAAACQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAABCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,2: ind: 2,2 - tiles: CQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: CQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA + tiles: CQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAAALwAAAAACLwAAAAABGgAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAAALwAAAAAALwAAAAAAGgAAAAACCQAAAAACCQAAAAACCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABGgAAAAADCQAAAAADCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAADLwAAAAAALwAAAAAAGgAAAAABCQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAEAAAAAAAGAAAAAAAIDgAAAAAAGgAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAABLwAAAAADLwAAAAAAGgAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAACLwAAAAAALwAAAAACGgAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAAALwAAAAADLwAAAAACLwAAAAAAGgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADGgAAAAADCQAAAAABCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAAALwAAAAACLwAAAAABGgAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAFAAAAAAAAAAAAAAAADgAAAAAAGgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAADLwAAAAAALwAAAAABGgAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAASAAAAAACSAAAAAACSAAAAAADDgAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADLAAAAAAALAAAAAAARwAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAASAAAAAADSAAAAAAASAAAAAADHAAAAAABHAAAAAACDgAAAAAAHAAAAAACSQAAAAAASQAAAAABLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAACSAAAAAACSAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAACLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAASAAAAAABSAAAAAAASAAAAAADDgAAAAAAHAAAAAACDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADLAAAAAAALAAAAAAARwAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAASAAAAAADSAAAAAABSAAAAAABHAAAAAABHAAAAAABDgAAAAAAHAAAAAADSQAAAAAASQAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAACSAAAAAAASAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAABLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAADMQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAADDgAAAAAAHAAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAAADgAAAAAARgAAAAADRgAAAAAADgAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAAMwAAAAAADgAAAAAAMwAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAABDgAAAAAAHAAAAAABDgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAACDgAAAAAARgAAAAACRgAAAAADDgAAAAAARgAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABMwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAAMwAAAAADDgAAAAAAMwAAAAACDgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA version: 6 3,-5: ind: 3,-5 - tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAARwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAAFLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAABLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 3,0: ind: 3,0 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,1: ind: 3,1 @@ -325,7 +325,7 @@ entities: version: 6 5,-2: ind: 5,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAADQAAAAAACQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAABPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAADDgAAAAAAQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAAADgAAAAAAQAAAAAACQAAAAAADQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAACQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAACRwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAAMwAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAADDgAAAAAADgAAAAAADgAAAAAAQAAAAAACDgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAADQAAAAAACDgAAAAAAQAAAAAADQAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAABQAAAAAABQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAABPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAAQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAAQAAAAAADQAAAAAABQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAADQAAAAAABQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAAHAAAAAADRwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAADDgAAAAAAMwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAADDgAAAAAADgAAAAAADgAAAAAAQAAAAAADDgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAADQAAAAAACDgAAAAAAQAAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAADLAAAAAAALAAAAAAADgAAAAAADgAAAAAA version: 6 4,0: ind: 4,0 @@ -337,7 +337,7 @@ entities: version: 6 6,-2: ind: 6,-2 - tiles: QAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: QAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,-6: ind: 1,-6 @@ -345,11 +345,11 @@ entities: version: 6 4,-3: ind: 4,-3 - tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAABMwAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAAALAAAAAAARwAAAAACRwAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABHAAAAAADDgAAAAAAMwAAAAACLgAAAAAALgAAAAAARwAAAAACMwAAAAAAMwAAAAADRwAAAAACMwAAAAADDgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAALgAAAAAARwAAAAABMwAAAAABMwAAAAABMwAAAAAAMwAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAARwAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAAALAAAAAAALAAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAAALAAAAAAASQAAAAACHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAABLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAADMwAAAAACMwAAAAACLgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADLAAAAAAARwAAAAABRwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAALAAAAAAALAAAAAAARwAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACHAAAAAACDgAAAAAAMwAAAAABLgAAAAAALgAAAAAARwAAAAAAMwAAAAAAMwAAAAABRwAAAAAAMwAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACDgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAALgAAAAAARwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAACDgAAAAAAMwAAAAACMwAAAAAADgAAAAAARwAAAAACLAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAACLAAAAAAALAAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAACDgAAAAAAMwAAAAADMwAAAAABMwAAAAACLAAAAAAASQAAAAABHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAABHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,-6: ind: 2,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAAASQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAAASQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAABLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,-6: ind: -1,-6 @@ -377,7 +377,7 @@ entities: version: 6 6,-3: ind: 6,-3 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,1: ind: -4,1 @@ -385,7 +385,7 @@ entities: version: 6 5,-3: ind: 5,-3 - tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAABMwAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABQAAAAAAAQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAPQAAAAAADgAAAAAAQAAAAAACDgAAAAAAQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAACDgAAAAAADgAAAAAAQAAAAAACDgAAAAAA + tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAACMwAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAABQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAPQAAAAABDgAAAAAAQAAAAAACDgAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAACDgAAAAAADgAAAAAAQAAAAAAADgAAAAAA version: 6 -5,-5: ind: -5,-5 @@ -393,23 +393,23 @@ entities: version: 6 3,-6: ind: 3,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABHAAAAAAASgAAAAACSgAAAAADSgAAAAAASgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADLgAAAAAASQAAAAABSQAAAAADHAAAAAABHAAAAAACSgAAAAADSgAAAAADSgAAAAACSgAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACSQAAAAACSQAAAAABSQAAAAABHAAAAAACHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAABHAAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAAAHAAAAAAASgAAAAABSgAAAAADSgAAAAADSgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACLgAAAAAASQAAAAABSQAAAAACHAAAAAABHAAAAAABSgAAAAAASgAAAAABSgAAAAABSgAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAASQAAAAABSQAAAAACSQAAAAABHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: PAAAAAACIwAAAAAADgAAAAAALAAAAAAAPAAAAAADDgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAABRwAAAAACLAAAAAAADgAAAAAAIwAAAAABDgAAAAAAIwAAAAAAPAAAAAADIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAAPAAAAAADPAAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAABIwAAAAABIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAGPAAAAAAFIwAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAACPAAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAAASgAAAAAADgAAAAAADgAAAAAASgAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAALAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAADSgAAAAAADgAAAAAASgAAAAACSgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: PAAAAAADIwAAAAAADgAAAAAALAAAAAAAPAAAAAABDgAAAAAAIwAAAAACIwAAAAADIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAARwAAAAACLAAAAAAADgAAAAAAIwAAAAADDgAAAAAAIwAAAAACPAAAAAAFIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACPAAAAAAAPAAAAAACDgAAAAAADgAAAAAADgAAAAAAPAAAAAACIwAAAAABIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAGPAAAAAADIwAAAAACRwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAACPAAAAAAFDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAACSgAAAAABDgAAAAAADgAAAAAASgAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAABSgAAAAADDgAAAAAASgAAAAAASgAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-6: ind: 4,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAABDgAAAAAAPAAAAAAEIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAAIwAAAAACDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAFDgAAAAAADgAAAAAAIwAAAAAAPAAAAAAGDgAAAAAAIwAAAAADIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAADgAAAAAAPAAAAAADIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGIwAAAAACDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAADgAAAAAADgAAAAAAIwAAAAACPAAAAAAEDgAAAAAAIwAAAAADIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAARwAAAAABDgAAAAAARwAAAAACDgAAAAAARwAAAAAAHAAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAARwAAAAACDgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAAADgAAAAAARwAAAAAADgAAAAAARwAAAAACHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAACDgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-4: ind: 5,-4 @@ -1895,6 +1895,7 @@ entities: 11947: -18,-6 11948: -17,-6 11949: -16,-6 + 14396: 12,-54 - node: cleanable: True zIndex: 1 @@ -1918,6 +1919,15 @@ entities: 10329: -1,-32 10330: -1,-33 10331: 0,-33 + - node: + cleanable: True + color: '#FFFFFF7F' + id: Dirt + decals: + 14400: 15,-53 + 14401: 13,-52 + 14429: 11,-12 + 14430: 10,-12 - node: cleanable: True zIndex: 5 @@ -2001,6 +2011,22 @@ entities: 14327: -6,-32 14328: -4,-32 14395: -10,-48 + - node: + cleanable: True + color: '#FFFFFF7F' + id: DirtHeavy + decals: + 14402: 15,-55 + 14403: 14,-57 + 14404: 13,-56 + 14405: 12,-54 + 14406: 11,-54 + 14407: 11,-55 + 14408: 13,-54 + 14409: 14,-52 + 14410: 13,-52 + 14411: 13,-51 + 14412: 14,-51 - node: cleanable: True zIndex: 5 @@ -2019,8 +2045,6 @@ entities: 3918: 50,-45 3964: 14,-53 3965: 15,-54 - 3966: 13,-54 - 3967: 12,-54 3968: 14,-54 3969: 15,-51 3970: 14,-52 @@ -2750,9 +2774,6 @@ entities: 7847: 16,-58 7848: 13,-57 7849: 13,-57 - 7850: 13,-56 - 7851: 13,-54 - 7852: 12,-54 7853: 11,-48 7854: 10,-49 7855: 9,-49 @@ -3955,6 +3976,17 @@ entities: 14392: -9,-49 14393: -10,-46 14394: -10,-45 + - node: + cleanable: True + color: '#FFFFFF7F' + id: DirtHeavyMonotile + decals: + 14413: 15,-52 + 14414: 15,-53 + 14415: 17,-53 + 14416: 17,-56 + 14417: 16,-56 + 14418: 15,-56 - node: cleanable: True zIndex: 5 @@ -4198,6 +4230,20 @@ entities: 12943: 15,-29 12948: 61,-80 12949: 61,-79 + - node: + cleanable: True + color: '#FFFFFF7F' + id: DirtLight + decals: + 14419: 15,-56 + 14420: 16,-58 + 14421: 14,-58 + 14422: 15,-58 + 14423: 13,-56 + 14424: 12,-54 + 14425: 11,-54 + 14426: 11,-55 + 14427: 13,-54 - node: cleanable: True zIndex: 5 @@ -7696,24 +7742,12 @@ entities: id: WarnCornerSmallSW decals: 11042: -1,-18 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: WarnEndGreyscaleE - decals: - 9122: 13,-54 - node: zIndex: 1 color: '#52B4E996' id: WarnEndGreyscaleW decals: 12397: -30,-23 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: WarnEndGreyscaleW - decals: - 9121: 12,-54 - node: color: '#FFFFFFFF' id: WarnEndN @@ -8175,11 +8209,9 @@ entities: 1635: 16,-12 1636: 15,-12 1637: 15,-13 - 1643: 11,-12 1645: 16,-11 1646: 17,-12 1651: 10,-14 - 1652: 11,-13 1653: 11,-14 1654: 40,-47 1655: 40,-46 @@ -8189,9 +8221,7 @@ entities: 3189: 13,-14 3190: 14,-14 3192: 11,-14 - 3193: 11,-13 3194: 10,-12 - 3195: 11,-12 3197: 12,-11 3198: 12,-12 3200: 16,-14 @@ -8511,11 +8541,9 @@ entities: 1642: 12,-12 1647: 16,-12 1670: 44,-53 - 3177: 11,-13 3178: 11,-14 3179: 10,-14 3180: 10,-13 - 3181: 11,-12 3182: 10,-12 7102: 53,-42 7104: 50,-43 @@ -9101,13 +9129,6 @@ entities: id: med decals: 3266: -35.00749,-50.022392 - - node: - cleanable: True - angle: 0.17453292519943295 rad - color: '#FF5C5CFF' - id: o - decals: - 3172: 10.953329,-12.507246 - node: cleanable: True angle: 1.5707963267948966 rad @@ -9117,11 +9138,10 @@ entities: 3273: 30.961885,-53.0384 - node: cleanable: True - angle: 0.17453292519943295 rad - color: '#FF5C5CFF' + color: '#FFFFFF7F' id: revolution decals: - 3174: 11.099234,-13.226496 + 14428: 11,-13 - node: cleanable: True angle: 1.5707963267948966 rad @@ -9157,6 +9177,13 @@ entities: id: slash decals: 3271: -39.978172,-52.418224 + - node: + cleanable: True + angle: -1.5707963267948966 rad + color: '#00FF004F' + id: splatter + decals: + 14399: 13.308716,-51.041733 - node: cleanable: True color: '#951710FF' @@ -9169,6 +9196,19 @@ entities: id: splatter decals: 1391: 53.607197,-41.451954 + - node: + cleanable: True + color: '#FF00FF51' + id: splatter + decals: + 14397: 13.412882,-51.43784 + - node: + cleanable: True + angle: 0.5235987755982988 rad + color: '#FFFF004F' + id: splatter + decals: + 14398: 14.506632,-51.31275 - node: color: '#FFFFFF4C' id: syndlogo1 @@ -9250,20 +9290,6 @@ entities: id: trade decals: 3268: -40.039124,-51.97468 - - node: - cleanable: True - angle: 0.17453292519943295 rad - color: '#FF5C5CFF' - id: v - decals: - 3171: 10.651096,-12.559365 - - node: - cleanable: True - angle: 0.17453292519943295 rad - color: '#FF5C5CFF' - id: x - decals: - 3173: 11.307672,-12.455127 - type: GridAtmosphere version: 2 data: @@ -9288,7 +9314,7 @@ entities: 0: 65437 -4,0: 0: 13243 - 3: 2048 + 1: 2048 -3,-4: 0: 65501 -3,-3: @@ -9299,7 +9325,7 @@ entities: 0: 53247 -3,0: 0: 15 - 3: 13056 + 1: 13056 2: 3072 -3,-5: 0: 36863 @@ -9359,23 +9385,23 @@ entities: 0: 56793 -2,-8: 0: 61495 - 1: 136 + 3: 136 -2,-7: 0: 8177 -2,-6: 0: 64988 -2,-9: 0: 13299 - 1: 32768 + 3: 32768 -1,-8: - 1: 51 + 3: 51 0: 63500 -1,-6: 0: 65535 -1,-5: 0: 4095 -1,-9: - 1: 12288 + 3: 12288 0: 35059 -1,-7: 0: 3822 @@ -9502,7 +9528,7 @@ entities: 0: 43688 -4,1: 0: 29491 - 3: 128 + 1: 128 -5,1: 0: 43690 -4,2: @@ -9516,7 +9542,7 @@ entities: -4,4: 0: 21759 -3,1: - 3: 513 + 1: 513 2: 8464 -3,2: 0: 65280 @@ -9536,7 +9562,7 @@ entities: 0: 13 2: 61696 -1,1: - 3: 1365 + 1: 1365 -1,2: 0: 65280 2: 10 @@ -9551,14 +9577,14 @@ entities: 0,0: 0: 15 2: 3328 - 3: 512 + 1: 512 0,1: 6: 273 - 3: 49356 + 1: 49356 0,2: 0: 65280 2: 6 - 3: 8 + 1: 8 0,3: 0: 19663 2: 256 @@ -9602,7 +9628,7 @@ entities: 2: 9 0: 9728 -8,-5: - 3: 61440 + 1: 61440 0: 6 2: 256 -9,-4: @@ -9613,7 +9639,7 @@ entities: 0: 58111 -9,-2: 2: 42754 - 3: 112 + 1: 112 -8,-1: 0: 64782 -9,-1: @@ -9634,7 +9660,7 @@ entities: 0: 65359 -7,-5: 0: 49343 - 3: 4096 + 1: 4096 -6,-4: 0: 3279 2: 256 @@ -9662,7 +9688,7 @@ entities: 0: 65535 -9,-5: 2: 1488 - 3: 61440 + 1: 61440 -8,-9: 0: 20479 -7,-8: @@ -9854,42 +9880,42 @@ entities: 2: 50 -12,-4: 2: 3712 - 3: 57344 + 1: 57344 -13,-4: 0: 48896 - 3: 7 + 1: 7 2: 8 -12,-3: 0: 1 2: 12974 -13,-3: 0: 11 - 3: 59136 + 1: 59136 2: 6144 -12,-2: - 3: 241 + 1: 241 2: 3842 -13,-2: - 3: 140 + 1: 140 2: 2114 -11,-4: 2: 3889 - 3: 61440 + 1: 61440 -11,-3: 2: 4415 -11,-2: - 3: 240 + 1: 240 2: 19201 0: 33792 -11,-5: 2: 8080 -10,-4: 2: 19925 - 3: 12834 + 1: 12834 -10,-3: 2: 19535 -10,-2: - 3: 240 + 1: 240 2: 7940 -11,-1: 2: 8 @@ -9898,7 +9924,7 @@ entities: 2: 16978 -10,-5: 2: 7936 - 3: 57344 + 1: 57344 -9,-3: 2: 9059 -12,-8: @@ -9907,16 +9933,16 @@ entities: 0: 30711 -12,-6: 2: 256 - 3: 4096 + 1: 4096 0: 36044 -12,-5: - 3: 371 + 1: 371 2: 4736 -13,-6: 2: 61440 -13,-5: 2: 4680 - 3: 60544 + 1: 60544 -12,-9: 0: 52428 -12,-7: @@ -9971,7 +9997,7 @@ entities: -13,-14: 0: 224 2: 49409 - 3: 16 + 1: 16 -11,-14: 0: 52733 -10,-14: @@ -9987,19 +10013,19 @@ entities: -13,1: 2: 65392 -12,2: - 3: 3840 + 1: 3840 2: 61440 -13,2: - 3: 43008 + 1: 43008 2: 21026 -12,3: - 3: 3855 + 1: 3855 2: 61440 -13,3: - 3: 43016 + 1: 43016 2: 21026 -12,4: - 3: 3855 + 1: 3855 2: 61440 -11,1: 2: 65280 @@ -10020,25 +10046,25 @@ entities: -9,4: 2: 16387 -13,4: - 3: 43016 + 1: 43016 2: 21026 -12,5: - 3: 8207 + 1: 8207 2: 53760 -13,5: - 3: 8200 + 1: 8200 2: 53794 -12,6: - 3: 21872 + 1: 21872 2: 8706 -12,7: - 3: 85 + 1: 85 2: 61986 -12,8: 2: 127 -13,7: 2: 61986 - 3: 85 + 1: 85 -11,5: 2: 61952 -11,7: @@ -10125,14 +10151,14 @@ entities: 2: 49137 -16,-13: 2: 4369 - 3: 43690 + 1: 43690 -17,-12: 2: 49137 -15,-12: 2: 63485 -15,-13: 2: 4369 - 3: 8738 + 1: 8738 -14,-12: 2: 13059 0: 2176 @@ -10150,35 +10176,35 @@ entities: 2: 34816 -16,-16: 2: 4607 - 3: 40960 + 1: 40960 -16,-17: 2: 45056 -17,-16: 2: 4607 - 3: 40960 + 1: 40960 -16,-15: 2: 273 - 3: 47786 + 1: 47786 -17,-15: - 3: 47786 + 1: 47786 2: 273 -16,-14: 2: 481 - 3: 45072 + 1: 45072 -17,-14: 2: 481 - 3: 45072 + 1: 45072 -17,-13: - 3: 43690 + 1: 43690 2: 4369 -15,-16: 2: 4607 - 3: 8192 + 1: 8192 -15,-15: 2: 273 - 3: 12834 + 1: 12834 -15,-14: - 3: 12304 + 1: 12304 2: 481 -15,-17: 2: 12288 @@ -10186,7 +10212,7 @@ entities: 2: 255 -14,-14: 2: 2425 - 3: 128 + 1: 128 -13,-16: 2: 13175 -13,-17: @@ -10243,16 +10269,16 @@ entities: 2: 52428 -18,-16: 2: 63 - 3: 32768 + 1: 32768 -18,-14: 2: 722 - 3: 32800 + 1: 32800 -18,-17: 2: 32768 -18,-15: - 3: 34952 + 1: 34952 -18,-13: - 3: 34952 + 1: 34952 -17,-17: 2: 45056 0,-4: @@ -10261,53 +10287,53 @@ entities: 0: 61166 1,-4: 0: 28927 - 3: 32768 + 1: 32768 1,-3: 0: 13104 2: 136 - 3: 2048 + 1: 2048 1,-2: 0: 12339 - 3: 32904 + 1: 32904 1,-1: 0: 13107 - 3: 136 + 1: 136 2: 32768 1,0: 0: 3 2: 264 - 3: 3712 + 1: 3712 1,-5: 0: 20206 2,-4: 0: 52383 - 3: 4096 + 1: 4096 2,-3: 2: 273 - 3: 17920 + 1: 17920 0: 12 2,-2: - 3: 4241 + 1: 4241 2: 17476 0: 34816 2,-1: - 3: 81 + 1: 81 2: 29700 2,0: 2: 1 - 3: 50 + 1: 50 0: 24576 3,-4: 0: 63263 3,-3: 0: 30591 3,-1: - 3: 4369 + 1: 4369 0: 52428 3,-2: 0: 52960 3,0: - 3: 4353 + 1: 4353 0: 52428 4,-4: 0: 15279 @@ -10412,7 +10438,7 @@ entities: 0: 60432 2: 12 3,-14: - 0: 61199 + 0: 4046 3,-17: 0: 4369 4,-15: @@ -10444,11 +10470,11 @@ entities: 4,-18: 2: 62960 1,1: - 3: 17 + 1: 17 2: 1028 1,2: 0: 65280 - 3: 4 + 1: 4 2: 8 1,3: 0: 14207 @@ -10508,15 +10534,15 @@ entities: 2: 32776 4,6: 0: 4147 - 3: 24576 + 1: 24576 4,7: 0: 1 2: 47752 - 3: 17510 + 1: 17510 3,8: 2: 136 4,8: - 3: 239 + 1: 239 2: 16 5,-4: 0: 49663 @@ -10674,7 +10700,7 @@ entities: 2: 51200 7,-20: 2: 65530 - 3: 4 + 1: 4 7,-19: 2: 17487 7,-18: @@ -10698,7 +10724,7 @@ entities: 6,3: 0: 313 6,4: - 3: 769 + 1: 769 2: 25600 0: 2048 7,1: @@ -10707,9 +10733,9 @@ entities: 0: 49039 7,3: 0: 34955 - 3: 8960 + 1: 8960 7,4: - 3: 2 + 1: 2 0: 49032 8,0: 0: 49083 @@ -10717,23 +10743,23 @@ entities: 0: 48051 8,2: 0: 13307 - 3: 32768 + 1: 32768 8,3: 0: 13107 - 3: 2184 + 1: 2184 4,4: 2: 19520 - 3: 128 + 1: 128 5,5: 2: 64591 5,7: 2: 12288 5,8: - 3: 1 + 1: 1 2: 50 5,4: 2: 16896 - 3: 1024 + 1: 1024 6,5: 2: 3879 7,5: @@ -10903,7 +10929,7 @@ entities: 10,-14: 0: 57297 10,-17: - 3: 34816 + 1: 34816 2: 576 11,-16: 0: 65520 @@ -10914,7 +10940,7 @@ entities: 11,-13: 0: 127 11,-17: - 3: 62208 + 1: 62208 2: 3104 12,-16: 0: 56712 @@ -10926,9 +10952,9 @@ entities: 0: 47935 9,-19: 2: 62736 - 3: 2082 + 1: 2082 9,-20: - 3: 64 + 1: 64 9,-18: 2: 2126 10,-20: @@ -10936,31 +10962,31 @@ entities: 10,-18: 2: 25862 11,-20: - 3: 13056 + 1: 13056 2: 50304 11,-19: - 3: 30583 + 1: 30583 2: 8 11,-18: - 3: 375 + 1: 375 2: 17920 11,-21: 2: 6481 - 3: 140 + 1: 140 12,-20: - 3: 13104 + 1: 13104 12,-19: 2: 5633 - 3: 16418 + 1: 16418 12,-18: 2: 17425 - 3: 8192 + 1: 8192 9,1: 0: 4081 9,2: 0: 118 9,3: - 3: 8449 + 1: 8449 10,1: 0: 4914 2: 2176 @@ -10984,7 +11010,7 @@ entities: 12,0: 2: 51393 0: 768 - 3: 1024 + 1: 1024 12,1: 2: 49665 12,2: @@ -11027,18 +11053,18 @@ entities: 14,-5: 0: 12336 14,-1: - 3: 43690 + 1: 43690 2: 17476 14,0: - 3: 1038 + 1: 1038 2: 19264 15,-2: 2: 20478 15,-1: - 3: 43690 + 1: 43690 2: 17476 15,0: - 3: 1038 + 1: 1038 2: 19264 16,-2: 2: 20478 @@ -11071,19 +11097,19 @@ entities: 0: 238 14,-11: 0: 4368 - 3: 19656 + 1: 19656 2: 32768 14,-10: 0: 17 - 3: 2188 + 1: 2188 2: 64 14,-13: 0: 58606 15,-11: - 3: 401 + 1: 401 2: 4710 15,-10: - 3: 48 + 1: 48 2: 3784 15,-12: 2: 8712 @@ -11091,13 +11117,13 @@ entities: 2: 52832 16,-12: 2: 8435 - 3: 35328 + 1: 35328 16,-11: - 3: 10937 + 1: 10937 2: 36864 0: 1024 16,-10: - 3: 383 + 1: 383 2: 2176 12,-17: 0: 34880 @@ -11112,7 +11138,7 @@ entities: 0: 48123 13,-17: 0: 4096 - 3: 16 + 1: 16 2: 230 14,-14: 0: 65535 @@ -11121,12 +11147,12 @@ entities: 0: 8192 14,-17: 2: 4096 - 3: 2 + 1: 2 14,-15: 0: 57890 15,-16: 2: 32775 - 3: 128 + 1: 128 15,-14: 0: 10016 15,-15: @@ -11134,17 +11160,17 @@ entities: 15,-17: 2: 34944 16,-16: - 3: 61104 + 1: 61104 2: 14 16,-15: - 3: 119 + 1: 119 16,-13: 2: 4096 12,-21: 2: 20480 - 3: 8977 + 1: 8977 13,-18: - 3: 8448 + 1: 8448 2: 4096 14,-19: 2: 14540 @@ -11153,23 +11179,23 @@ entities: 14,-20: 2: 60416 15,-20: - 3: 3686 + 1: 3686 15,-19: - 3: 52750 + 1: 52750 2: 8192 15,-18: - 3: 2 + 1: 2 2: 32780 16,-20: - 3: 63235 + 1: 63235 2: 2088 16,-19: - 3: 48031 + 1: 48031 16,-18: - 3: 139 + 1: 139 2: 31744 16,-17: - 3: 48942 + 1: 48942 2: 16384 13,0: 2: 20288 @@ -11177,36 +11203,36 @@ entities: 2: 65280 14,2: 2: 65348 - 3: 10 + 1: 10 14,1: - 3: 43694 + 1: 43694 2: 17472 14,3: 2: 14 15,2: 2: 65348 - 3: 10 + 1: 10 15,1: - 3: 43694 + 1: 43694 2: 17472 15,3: 2: 14 16,0: 2: 19264 - 3: 1038 + 1: 1038 16,2: 2: 65348 - 3: 10 + 1: 10 16,-1: - 3: 43690 + 1: 43690 2: 17476 17,-2: 2: 20478 17,-1: - 3: 43690 + 1: 43690 2: 17476 17,0: - 3: 1038 + 1: 1038 2: 19264 17,-3: 2: 32768 @@ -11226,7 +11252,7 @@ entities: 2: 4407 18,0: 2: 44456 - 3: 512 + 1: 512 19,0: 2: 13105 19,-2: @@ -11236,85 +11262,85 @@ entities: 20,-2: 2: 311 20,-7: - 3: 24576 + 1: 24576 19,-7: 2: 32768 20,-6: 2: 16912 - 3: 36078 + 1: 36078 19,-6: 2: 200 20,-5: 2: 784 - 3: 60552 + 1: 60552 20,-4: - 3: 70 + 1: 70 21,-6: - 3: 18367 + 1: 18367 2: 2048 21,-5: - 3: 55735 + 1: 55735 2: 8 21,-8: 2: 546 - 3: 34952 + 1: 34952 21,-7: - 3: 34958 + 1: 34958 2: 512 21,-4: - 3: 31612 + 1: 31612 21,-9: - 3: 36352 + 1: 36352 2: 231 22,-8: - 3: 57339 + 1: 57339 2: 4 22,-7: - 3: 4271 + 1: 4271 2: 57600 22,-6: - 3: 60493 + 1: 60493 2: 16 22,-5: 2: 1 - 3: 65534 + 1: 65534 22,-9: - 3: 40908 + 1: 40908 2: 16434 22,-4: - 3: 15031 + 1: 15031 2: 8 23,-8: - 3: 60943 + 1: 60943 23,-7: 2: 13056 - 3: 52462 + 1: 52462 23,-6: - 3: 1615 + 1: 1615 23,-5: - 3: 887 + 1: 887 2: 12288 23,-9: - 3: 60943 + 1: 60943 23,-4: - 3: 4 + 1: 4 2: 336 24,-8: - 3: 4353 + 1: 4353 24,-7: - 3: 4369 + 1: 4369 24,-6: - 3: 273 + 1: 273 16,1: - 3: 43694 + 1: 43694 2: 17472 16,3: 2: 14 17,2: 2: 65348 - 3: 10 + 1: 10 17,1: - 3: 43694 + 1: 43694 2: 17472 17,3: 2: 14 @@ -11331,7 +11357,7 @@ entities: 19,3: 2: 3 24,-9: - 3: 12545 + 1: 12545 4,-22: 2: 61440 4,-21: @@ -11341,48 +11367,48 @@ entities: 8,-21: 2: 4352 17,-12: - 3: 53248 + 1: 53248 2: 11980 17,-11: - 3: 40129 + 1: 40129 2: 24588 17,-10: 2: 199 17,-13: 2: 17476 18,-12: - 3: 61426 + 1: 61426 2: 4096 18,-11: - 3: 30591 + 1: 30591 18,-10: 2: 112 18,-13: 2: 51336 19,-12: - 3: 65520 + 1: 65520 19,-11: - 3: 32766 + 1: 32766 2: 32768 19,-13: 2: 4096 19,-10: - 3: 2 + 1: 2 20,-12: - 3: 4352 + 1: 4352 2: 8940 20,-11: - 3: 32784 + 1: 32784 2: 14790 11,-23: - 3: 49152 + 1: 49152 11,-22: - 3: 34956 + 1: 34956 2: 1088 12,-23: - 3: 4096 + 1: 4096 12,-22: - 3: 273 + 1: 273 -4,-22: 2: 28672 -5,-22: @@ -11411,7 +11437,7 @@ entities: 2: 127 -14,7: 2: 61986 - 3: 85 + 1: 85 -3,9: 2: 18 -16,2: @@ -11426,63 +11452,63 @@ entities: 2: 65315 -15,2: 2: 61713 - 3: 2048 + 1: 2048 -15,3: 2: 61713 - 3: 2056 + 1: 2056 -15,4: 2: 61713 - 3: 2056 + 1: 2056 -14,1: 2: 65280 -14,2: - 3: 36608 + 1: 36608 2: 28672 -14,3: - 3: 36623 + 1: 36623 2: 28672 -14,4: - 3: 36623 + 1: 36623 2: 28672 1,-22: 2: 28672 1,-21: 2: 3196 24,-10: - 3: 4096 + 1: 4096 23,-10: 2: 52851 - 3: 12288 + 1: 12288 -16,5: 2: 52364 -16,6: 2: 34956 -15,5: 2: 46353 - 3: 16392 + 1: 16392 -15,6: 2: 4373 -14,5: - 3: 8207 + 1: 8207 2: 53760 -14,6: - 3: 21872 + 1: 21872 2: 8706 -13,6: - 3: 21872 + 1: 21872 2: 8706 20,-13: 2: 12850 20,-10: 2: 35879 - 3: 8 + 1: 8 21,-12: 2: 52851 21,-11: 2: 264 - 3: 4096 + 1: 4096 21,-10: - 3: 1 + 1: 1 2: 29124 22,-12: 2: 4096 @@ -11493,32 +11519,32 @@ entities: 23,-11: 2: 4096 15,-21: - 3: 2048 + 1: 2048 16,-21: - 3: 48058 + 1: 48058 17,-16: 2: 1 - 3: 65534 + 1: 65534 17,-15: - 3: 34021 + 1: 34021 2: 25360 17,-17: - 3: 65505 + 1: 65505 17,-14: 2: 17612 18,-16: - 3: 30583 + 1: 30583 18,-15: - 3: 41968 + 1: 41968 2: 20480 18,-14: 2: 35226 18,-17: - 3: 30578 + 1: 30578 19,-16: 2: 4352 19,-15: - 3: 16 + 1: 16 0: 4096 2: 25088 19,-14: @@ -11526,39 +11552,39 @@ entities: 20,-14: 2: 12816 17,-20: - 3: 49037 + 1: 49037 17,-18: 2: 28464 - 3: 6 + 1: 6 17,-21: - 3: 54545 + 1: 54545 17,-19: - 3: 8418 + 1: 8418 2: 52736 18,-20: - 3: 30513 + 1: 30513 18,-19: - 3: 56784 + 1: 56784 18,-18: 2: 1999 - 3: 28672 + 1: 28672 19,-19: - 3: 4352 + 1: 4352 19,-18: 2: 4097 19,-17: 2: 256 16,-22: - 3: 32768 + 1: 32768 17,-22: - 3: 4096 + 1: 4096 20,-3: 2: 60544 21,-3: 2: 256 - 3: 14 + 1: 14 22,-3: - 3: 1 + 1: 1 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -11576,10 +11602,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 235 + temperature: 293.15 moles: - - 21.824879 - - 82.10312 + - 0 + - 0 - 0 - 0 - 0 @@ -11606,10 +11632,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + temperature: 235 moles: - - 0 - - 0 + - 21.824879 + - 82.10312 - 0 - 0 - 0 @@ -11765,13 +11791,6 @@ entities: - type: InstantAction originalIconColor: '#FFFFFFFF' container: 6188 - - uid: 15270 - components: - - type: Transform - parent: 9272 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 9272 - uid: 19551 components: - type: Transform @@ -12828,6 +12847,7 @@ entities: - 13370 - 25 - 13371 + - 12720 - uid: 15260 components: - type: Transform @@ -13126,17 +13146,6 @@ entities: parent: 2 - proto: AirAlarmVox entities: - - uid: 9269 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-51.5 - parent: 2 - - type: DeviceList - devices: - - 9266 - - 9270 - - 9300 - uid: 15205 components: - type: Transform @@ -14936,15 +14945,16 @@ entities: - type: Transform pos: 34.5,9.5 parent: 2 - - uid: 9317 + - uid: 9657 components: - type: Transform - pos: 12.5,-55.5 + pos: -29.5,-40.5 parent: 2 - - uid: 9657 + - uid: 11140 components: - type: Transform - pos: -29.5,-40.5 + rot: 3.141592653589793 rad + pos: 13.5,-53.5 parent: 2 - uid: 13217 components: @@ -16393,16 +16403,6 @@ entities: - type: DeviceNetwork deviceLists: - 17576 -- proto: AirSensorVox - entities: - - uid: 9300 - components: - - type: Transform - pos: 13.5,-51.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 9269 - proto: AirTankFilled entities: - uid: 5121 @@ -26493,11 +26493,6 @@ entities: - type: Transform pos: -33.5,-37.5 parent: 2 - - uid: 4311 - components: - - type: Transform - pos: 14.5,-51.5 - parent: 2 - uid: 4421 components: - type: Transform @@ -26953,6 +26948,11 @@ entities: - type: Transform pos: 31.5,-67.5 parent: 2 + - uid: 6410 + components: + - type: Transform + pos: 14.5,-53.5 + parent: 2 - uid: 6565 components: - type: Transform @@ -27248,6 +27248,11 @@ entities: - type: Transform pos: 31.5,-60.5 parent: 2 + - uid: 7408 + components: + - type: Transform + pos: 16.5,-56.5 + parent: 2 - uid: 7468 components: - type: Transform @@ -27258,6 +27263,16 @@ entities: - type: Transform pos: 42.5,-37.5 parent: 2 + - uid: 7564 + components: + - type: Transform + pos: 15.5,-56.5 + parent: 2 + - uid: 7584 + components: + - type: Transform + pos: 14.5,-56.5 + parent: 2 - uid: 7674 components: - type: Transform @@ -28218,6 +28233,11 @@ entities: - type: Transform pos: 48.5,2.5 parent: 2 + - uid: 9188 + components: + - type: Transform + pos: 12.5,-53.5 + parent: 2 - uid: 9208 components: - type: Transform @@ -28228,6 +28248,11 @@ entities: - type: Transform pos: -28.5,-35.5 parent: 2 + - uid: 9250 + components: + - type: Transform + pos: 13.5,-53.5 + parent: 2 - uid: 9264 components: - type: Transform @@ -29578,6 +29603,16 @@ entities: - type: Transform pos: 19.5,-49.5 parent: 2 + - uid: 10944 + components: + - type: Transform + pos: 14.5,-55.5 + parent: 2 + - uid: 10945 + components: + - type: Transform + pos: 14.5,-54.5 + parent: 2 - uid: 10974 components: - type: Transform @@ -31418,26 +31453,6 @@ entities: - type: Transform pos: 11.5,-53.5 parent: 2 - - uid: 12719 - components: - - type: Transform - pos: 12.5,-53.5 - parent: 2 - - uid: 12720 - components: - - type: Transform - pos: 13.5,-53.5 - parent: 2 - - uid: 12721 - components: - - type: Transform - pos: 14.5,-53.5 - parent: 2 - - uid: 12722 - components: - - type: Transform - pos: 14.5,-52.5 - parent: 2 - uid: 12726 components: - type: Transform @@ -33523,36 +33538,6 @@ entities: - type: Transform pos: -13.5,13.5 parent: 2 - - uid: 16078 - components: - - type: Transform - pos: 12.5,-55.5 - parent: 2 - - uid: 16079 - components: - - type: Transform - pos: 13.5,-55.5 - parent: 2 - - uid: 16080 - components: - - type: Transform - pos: 14.5,-55.5 - parent: 2 - - uid: 16081 - components: - - type: Transform - pos: 15.5,-55.5 - parent: 2 - - uid: 16082 - components: - - type: Transform - pos: 16.5,-55.5 - parent: 2 - - uid: 16083 - components: - - type: Transform - pos: 17.5,-55.5 - parent: 2 - uid: 16084 components: - type: Transform @@ -40610,6 +40595,11 @@ entities: - type: Transform pos: -29.5,-55.5 parent: 2 + - uid: 890 + components: + - type: Transform + pos: 13.5,-53.5 + parent: 2 - uid: 911 components: - type: Transform @@ -41295,6 +41285,11 @@ entities: - type: Transform pos: -2.5,-6.5 parent: 2 + - uid: 2917 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 2 - uid: 2948 components: - type: Transform @@ -41425,6 +41420,11 @@ entities: - type: Transform pos: 31.5,-15.5 parent: 2 + - uid: 4311 + components: + - type: Transform + pos: 14.5,-54.5 + parent: 2 - uid: 4339 components: - type: Transform @@ -41615,6 +41615,11 @@ entities: - type: Transform pos: 41.5,-32.5 parent: 2 + - uid: 6201 + components: + - type: Transform + pos: 16.5,-56.5 + parent: 2 - uid: 6235 components: - type: Transform @@ -42235,6 +42240,11 @@ entities: - type: Transform pos: 1.5,-37.5 parent: 2 + - uid: 9269 + components: + - type: Transform + pos: 15.5,-56.5 + parent: 2 - uid: 9294 components: - type: Transform @@ -42245,6 +42255,16 @@ entities: - type: Transform pos: -16.5,-13.5 parent: 2 + - uid: 9300 + components: + - type: Transform + pos: 14.5,-56.5 + parent: 2 + - uid: 9316 + components: + - type: Transform + pos: 14.5,-55.5 + parent: 2 - uid: 9535 components: - type: Transform @@ -42645,6 +42665,11 @@ entities: - type: Transform pos: -21.5,16.5 parent: 2 + - uid: 10183 + components: + - type: Transform + pos: 11.5,-54.5 + parent: 2 - uid: 10242 components: - type: Transform @@ -42805,6 +42830,11 @@ entities: - type: Transform pos: 12.5,-12.5 parent: 2 + - uid: 10477 + components: + - type: Transform + pos: 12.5,-53.5 + parent: 2 - uid: 10497 components: - type: Transform @@ -43120,15 +43150,15 @@ entities: - type: Transform pos: 16.5,-15.5 parent: 2 - - uid: 10955 + - uid: 10943 components: - type: Transform - pos: 16.5,-16.5 + pos: 14.5,-53.5 parent: 2 - - uid: 10956 + - uid: 10955 components: - type: Transform - pos: 12.5,-55.5 + pos: 16.5,-16.5 parent: 2 - uid: 10957 components: @@ -43170,36 +43200,11 @@ entities: - type: Transform pos: 22.5,-56.5 parent: 2 - - uid: 10965 - components: - - type: Transform - pos: 17.5,-55.5 - parent: 2 - - uid: 10966 - components: - - type: Transform - pos: 16.5,-55.5 - parent: 2 - - uid: 10967 - components: - - type: Transform - pos: 15.5,-55.5 - parent: 2 - - uid: 10968 - components: - - type: Transform - pos: 14.5,-55.5 - parent: 2 - uid: 10969 components: - type: Transform pos: 16.5,-19.5 parent: 2 - - uid: 10970 - components: - - type: Transform - pos: 13.5,-55.5 - parent: 2 - uid: 10992 components: - type: Transform @@ -48165,11 +48170,6 @@ entities: - type: Transform pos: 4.5,-25.5 parent: 2 - - uid: 2962 - components: - - type: Transform - pos: 17.5,-53.5 - parent: 2 - uid: 2994 components: - type: Transform @@ -48209,11 +48209,6 @@ entities: - type: Transform pos: -18.5,16.5 parent: 2 - - uid: 3082 - components: - - type: Transform - pos: 17.5,-54.5 - parent: 2 - uid: 3086 components: - type: Transform @@ -48637,6 +48632,12 @@ entities: rot: -1.5707963267948966 rad pos: 0.5,18.5 parent: 2 + - uid: 5134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-56.5 + parent: 2 - uid: 5156 components: - type: Transform @@ -49805,11 +49806,41 @@ entities: - type: Transform pos: 20.5,10.5 parent: 2 + - uid: 9260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-55.5 + parent: 2 + - uid: 9261 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-54.5 + parent: 2 - uid: 9292 components: - type: Transform pos: 48.5,-28.5 parent: 2 + - uid: 9315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-53.5 + parent: 2 + - uid: 9317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-56.5 + parent: 2 + - uid: 9320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-56.5 + parent: 2 - uid: 9599 components: - type: Transform @@ -50180,24 +50211,6 @@ entities: rot: 1.5707963267948966 rad pos: 48.5,-50.5 parent: 2 - - uid: 10943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-55.5 - parent: 2 - - uid: 10944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-55.5 - parent: 2 - - uid: 10945 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-55.5 - parent: 2 - uid: 10948 components: - type: Transform @@ -50234,6 +50247,12 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,-56.5 parent: 2 + - uid: 10965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-54.5 + parent: 2 - uid: 11159 components: - type: Transform @@ -51541,18 +51560,6 @@ entities: - type: Transform pos: -12.5,15.5 parent: 2 - - uid: 7938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-50.5 - parent: 2 - - uid: 7939 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-51.5 - parent: 2 - uid: 8197 components: - type: Transform @@ -52258,6 +52265,12 @@ entities: rot: 1.5707963267948966 rad pos: -11.280833,-39.559772 parent: 2 + - uid: 9272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.477526,-51.48397 + parent: 2 - uid: 15299 components: - type: Transform @@ -52760,11 +52773,6 @@ entities: - type: Transform pos: -36.5,-57.5 parent: 2 - - uid: 16008 - components: - - type: Transform - pos: 15.5,-52.5 - parent: 2 - uid: 17868 components: - type: Transform @@ -55977,13 +55985,6 @@ entities: - type: Transform pos: 9.5,4.5 parent: 2 -- proto: DefaultStationBeaconVox - entities: - - uid: 7069 - components: - - type: Transform - pos: 14.5,-51.5 - parent: 2 - proto: DefaultStationBeaconWardensOffice entities: - uid: 19160 @@ -56654,12 +56655,6 @@ entities: rot: -1.5707963267948966 rad pos: 35.5,-21.5 parent: 2 - - uid: 18570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-52.5 - parent: 2 - uid: 18586 components: - type: Transform @@ -57865,6 +57860,11 @@ entities: rot: -1.5707963267948966 rad pos: 34.5,9.5 parent: 2 + - uid: 9265 + components: + - type: Transform + pos: 10.5,-52.5 + parent: 2 - uid: 9339 components: - type: Transform @@ -58254,12 +58254,6 @@ entities: rot: 3.141592653589793 rad pos: -30.5,-27.5 parent: 2 - - uid: 11133 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-52.5 - parent: 2 - uid: 11134 components: - type: Transform @@ -58284,12 +58278,6 @@ entities: rot: 3.141592653589793 rad pos: -23.5,-22.5 parent: 2 - - uid: 11140 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-52.5 - parent: 2 - uid: 11141 components: - type: Transform @@ -60573,12 +60561,6 @@ entities: - type: Transform pos: -17.5,-46.5 parent: 2 - - uid: 11132 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-52.5 - parent: 2 - uid: 11171 components: - type: Transform @@ -60892,11 +60874,6 @@ entities: - type: Transform pos: -20.5,-51.5 parent: 2 - - uid: 11131 - components: - - type: Transform - pos: 13.5,-52.5 - parent: 2 - uid: 11142 components: - type: Transform @@ -61573,14 +61550,6 @@ entities: parent: 2 - type: Battery startingCharge: 30000 - - uid: 16709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-51.5 - parent: 2 - - type: Battery - startingCharge: 30000 - uid: 16710 components: - type: Transform @@ -63469,6 +63438,15 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,24.5 parent: 2 + - uid: 12720 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15188 - uid: 13082 components: - type: Transform @@ -64983,7 +64961,7 @@ entities: pos: -16.5,-17.5 parent: 2 - type: Door - secondsUntilStateChange: -8860.059 + secondsUntilStateChange: -10217.484 state: Closing - type: DeviceNetwork deviceLists: @@ -65866,22 +65844,14 @@ entities: rot: -1.5707963267948966 rad pos: -7.5,0.5 parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4512 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-45.5 parent: 2 - - uid: 9260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-53.5 - parent: 2 - - type: GasFilter - filteredGas: Nitrogen - - type: AtmosPipeColor - color: '#0055CCFF' - proto: GasMinerCarbonDioxide entities: - uid: 1456 @@ -65931,6 +65901,8 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-2.5 parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 16423 components: - type: Transform @@ -66151,7 +66123,7 @@ entities: pos: -9.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#FF1212FF' - uid: 1784 components: - type: Transform @@ -66346,14 +66318,6 @@ entities: rot: 3.141592653589793 rad pos: 28.5,-44.5 parent: 2 - - uid: 6410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6458 components: - type: Transform @@ -66423,21 +66387,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9318 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9320 - components: - - type: Transform - pos: 15.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 9393 components: - type: Transform @@ -67384,13 +67333,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13373 - components: - - type: Transform - pos: 11.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 13648 components: - type: Transform @@ -67666,7 +67608,7 @@ entities: pos: -9.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#FF1212FF' - uid: 1570 components: - type: Transform @@ -67681,14 +67623,14 @@ entities: pos: -9.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#FF1212FF' - uid: 1596 components: - type: Transform pos: -9.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#FF1212FF' - uid: 1602 components: - type: Transform @@ -67702,7 +67644,7 @@ entities: pos: -8.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#FF1212FF' - uid: 1606 components: - type: Transform @@ -68887,6 +68829,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 3181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 3238 components: - type: Transform @@ -70419,22 +70369,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 9261 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 9271 + - uid: 9266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-51.5 + rot: 3.141592653589793 rad + pos: 11.5,-51.5 parent: 2 - type: AtmosPipeColor - color: '#FF1212FF' + color: '#0055CCFF' - uid: 9291 components: - type: Transform @@ -70459,22 +70401,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9316 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 9326 components: - type: Transform @@ -71637,13 +71563,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13374 - components: - - type: Transform - pos: 11.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 13375 components: - type: Transform @@ -71744,14 +71663,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13390 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 13391 components: - type: Transform @@ -79508,7 +79419,7 @@ entities: pos: -9.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#FF1212FF' - uid: 1778 components: - type: Transform @@ -80135,10 +80046,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9299 + - uid: 9268 components: - type: Transform - pos: 13.5,-52.5 + rot: -1.5707963267948966 rad + pos: 11.5,-52.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -80292,14 +80204,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 13389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 13397 components: - type: Transform @@ -83181,14 +83085,6 @@ entities: rot: 1.5707963267948966 rad pos: 12.5,-9.5 parent: 2 - - uid: 9266 - components: - - type: Transform - pos: 14.5,-52.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 9269 - proto: GasVentScrubber entities: - uid: 131 @@ -83267,7 +83163,7 @@ entities: deviceLists: - 13796 - type: AtmosPipeColor - color: '#990000FF' + color: '#FF1212FF' - uid: 1800 components: - type: Transform @@ -84621,17 +84517,6 @@ entities: rot: 1.5707963267948966 rad pos: 12.5,-11.5 parent: 2 - - uid: 9270 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-51.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 9269 - - type: AtmosPipeColor - color: '#FF1212FF' - proto: Gauze entities: - uid: 11243 @@ -86473,11 +86358,6 @@ entities: - type: Transform pos: 33.5,-34.5 parent: 2 - - uid: 6838 - components: - - type: Transform - pos: 12.5,-51.5 - parent: 2 - uid: 6885 components: - type: Transform @@ -87463,11 +87343,6 @@ entities: - type: Transform pos: 13.5,-2.5 parent: 2 - - uid: 10119 - components: - - type: Transform - pos: 12.5,-52.5 - parent: 2 - uid: 10182 components: - type: Transform @@ -93392,27 +93267,6 @@ entities: parent: 2 - proto: Lamp entities: - - uid: 9272 - components: - - type: Transform - pos: 15.50905,-50.247673 - parent: 2 - - type: HandheldLight - toggleActionEntity: 15270 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 15270 - - type: Physics - canCollide: True - - type: ActionsContainer - uid: 15782 components: - type: Transform @@ -96178,6 +96032,16 @@ entities: allowedDepartments: - Security severity: Syndicate + - uid: 7938 + components: + - type: Transform + pos: 13.3942175,-51.459084 + parent: 2 + - uid: 9318 + components: + - type: Transform + pos: 13.602551,-51.490356 + parent: 2 - uid: 12348 components: - type: Transform @@ -96299,6 +96163,13 @@ entities: - type: Transform pos: 19.47571,-46.5052 parent: 2 +- proto: PaperDoor + entities: + - uid: 7724 + components: + - type: Transform + pos: 15.5,-52.5 + parent: 2 - proto: PaperOffice entities: - uid: 7554 @@ -96311,6 +96182,25 @@ entities: - type: Transform pos: -18.265701,-44.49553 parent: 2 +- proto: PaperScrap + entities: + - uid: 6446 + components: + - type: Transform + pos: 15.321301,-50.662212 + parent: 2 + - uid: 6838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.634628,-50.62779 + parent: 2 + - uid: 7069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.301295,-50.461006 + parent: 2 - proto: ParchisBoard entities: - uid: 10986 @@ -96719,10 +96609,10 @@ entities: parent: 2 - proto: PlushieSharkPink entities: - - uid: 7987 + - uid: 10956 components: - type: Transform - pos: 14.531263,-50.503902 + pos: 13.497391,-55.429188 parent: 2 - proto: PlushieSpaceLizard entities: @@ -96942,6 +96832,13 @@ entities: - type: Transform pos: -40.5,-28.5 parent: 2 +- proto: PottedPlant3 + entities: + - uid: 3082 + components: + - type: Transform + pos: 14.5,-50.5 + parent: 2 - proto: PottedPlantRandom entities: - uid: 1032 @@ -97425,6 +97322,11 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,-55.5 parent: 2 + - uid: 10966 + components: + - type: Transform + pos: 16.5,-55.5 + parent: 2 - uid: 11123 components: - type: Transform @@ -97675,12 +97577,6 @@ entities: - type: Transform pos: 23.5,-33.5 parent: 2 - - uid: 17176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-55.5 - parent: 2 - uid: 17177 components: - type: Transform @@ -99085,13 +98981,6 @@ entities: - type: Transform pos: 6.5,-30.5 parent: 2 - - uid: 5134 - components: - - type: Transform - pos: 14.5,-50.5 - parent: 2 - - type: PointLight - energy: 0.3 - uid: 5142 components: - type: Transform @@ -99130,6 +99019,12 @@ entities: parent: 2 - type: PointLight energy: 0.5 + - uid: 7939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-51.5 + parent: 2 - uid: 7981 components: - type: Transform @@ -99164,6 +99059,12 @@ entities: rot: -1.5707963267948966 rad pos: -29.5,-9.5 parent: 2 + - uid: 9270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-51.5 + parent: 2 - uid: 9533 components: - type: Transform @@ -100512,6 +100413,11 @@ entities: - type: Transform pos: -28.5,-59.5 parent: 2 + - uid: 12721 + components: + - type: Transform + pos: 13.5,-55.5 + parent: 2 - uid: 12901 components: - type: Transform @@ -101361,11 +101267,6 @@ entities: parent: 2 - proto: RandomPainting entities: - - uid: 3181 - components: - - type: Transform - pos: 14.5,-49.5 - parent: 2 - uid: 3268 components: - type: Transform @@ -101374,7 +101275,7 @@ entities: - uid: 3314 components: - type: Transform - pos: 16.5,-50.5 + pos: 15.5,-49.5 parent: 2 - uid: 3922 components: @@ -101391,6 +101292,21 @@ entities: - type: Transform pos: 9.5,7.5 parent: 2 + - uid: 9263 + components: + - type: Transform + pos: 12.5,-51.5 + parent: 2 + - uid: 9293 + components: + - type: Transform + pos: 16.5,-50.5 + parent: 2 + - uid: 9299 + components: + - type: Transform + pos: 13.5,-49.5 + parent: 2 - proto: RandomPosterAny entities: - uid: 5680 @@ -101469,11 +101385,6 @@ entities: - type: Transform pos: 1.5,-43.5 parent: 2 - - uid: 16142 - components: - - type: Transform - pos: 16.5,-52.5 - parent: 2 - uid: 16143 components: - type: Transform @@ -102035,11 +101946,6 @@ entities: rot: 1.5707963267948966 rad pos: -64.5,-46.5 parent: 2 - - uid: 11127 - components: - - type: Transform - pos: 15.5,-51.5 - parent: 2 - uid: 11191 components: - type: Transform @@ -102357,11 +102263,6 @@ entities: parent: 2 - proto: RandomVending entities: - - uid: 890 - components: - - type: Transform - pos: 13.5,-50.5 - parent: 2 - uid: 3388 components: - type: Transform @@ -104878,16 +104779,6 @@ entities: - type: Transform pos: 62.5,-82.5 parent: 2 - - uid: 10082 - components: - - type: Transform - pos: 12.5,-52.5 - parent: 2 - - uid: 10183 - components: - - type: Transform - pos: 12.5,-51.5 - parent: 2 - uid: 10394 components: - type: Transform @@ -105876,6 +105767,13 @@ entities: - type: Transform pos: 19.591537,7.632542 parent: 2 +- proto: SheetPaper + entities: + - uid: 2962 + components: + - type: Transform + pos: 13.540051,-50.447964 + parent: 2 - proto: SheetPlasma entities: - uid: 11897 @@ -107417,19 +107315,6 @@ entities: - type: Transform pos: -45.5,-41.5 parent: 2 -- proto: SignVox - entities: - - uid: 6201 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 2 - - uid: 9250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-50.5 - parent: 2 - proto: Sink entities: - uid: 673 @@ -111299,14 +111184,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Docking Arm - Outside NW - - uid: 10477 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-54.5 - parent: 2 - - type: SurveillanceCamera - id: Arrivals East - Seating - uid: 10479 components: - type: Transform @@ -111416,14 +111293,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Hall - Outside HoP - - uid: 11306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-47.5 - parent: 2 - - type: SurveillanceCamera - id: Game Room - uid: 14238 components: - type: Transform @@ -113843,12 +113712,6 @@ entities: - type: Transform pos: -9.5,-61.5 parent: 2 - - uid: 7943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-50.5 - parent: 2 - uid: 8355 components: - type: Transform @@ -113939,6 +113802,18 @@ entities: - type: Transform pos: 11.5,-25.5 parent: 2 + - uid: 11131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-50.5 + parent: 2 + - uid: 11132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-51.5 + parent: 2 - uid: 13855 components: - type: Transform @@ -114267,6 +114142,11 @@ entities: - type: Transform pos: 36.611614,-6.2526426 parent: 2 + - uid: 12719 + components: + - type: Transform + pos: 13.4879675,-50.979584 + parent: 2 - proto: ToolboxElectricalFilled entities: - uid: 2090 @@ -119338,11 +119218,6 @@ entities: - type: Transform pos: -5.5,-60.5 parent: 2 - - uid: 6429 - components: - - type: Transform - pos: 13.5,-57.5 - parent: 2 - uid: 6432 components: - type: Transform @@ -119913,11 +119788,6 @@ entities: - type: Transform pos: 8.5,-57.5 parent: 2 - - uid: 7319 - components: - - type: Transform - pos: 12.5,-54.5 - parent: 2 - uid: 7324 components: - type: Transform @@ -119993,11 +119863,6 @@ entities: - type: Transform pos: 48.5,6.5 parent: 2 - - uid: 7408 - components: - - type: Transform - pos: 12.5,-56.5 - parent: 2 - uid: 7412 components: - type: Transform @@ -120123,11 +119988,6 @@ entities: - type: Transform pos: -41.5,-28.5 parent: 2 - - uid: 7584 - components: - - type: Transform - pos: 12.5,-57.5 - parent: 2 - uid: 7616 components: - type: Transform @@ -125309,11 +125169,6 @@ entities: - type: Transform pos: -11.5,-16.5 parent: 2 - - uid: 2917 - components: - - type: Transform - pos: 16.5,-52.5 - parent: 2 - uid: 2930 components: - type: Transform @@ -126809,10 +126664,11 @@ entities: - type: Transform pos: -12.5,-49.5 parent: 2 - - uid: 6446 + - uid: 6429 components: - type: Transform - pos: 16.5,-53.5 + rot: 3.141592653589793 rad + pos: 12.5,-55.5 parent: 2 - uid: 6468 components: @@ -127104,6 +126960,12 @@ entities: - type: Transform pos: 39.5,4.5 parent: 2 + - uid: 7319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-52.5 + parent: 2 - uid: 7320 components: - type: Transform @@ -127394,11 +127256,6 @@ entities: - type: Transform pos: -30.5,-49.5 parent: 2 - - uid: 9188 - components: - - type: Transform - pos: 14.5,-49.5 - parent: 2 - uid: 9213 components: - type: Transform @@ -127409,21 +127266,6 @@ entities: - type: Transform pos: 47.5,-23.5 parent: 2 - - uid: 9263 - components: - - type: Transform - pos: 14.5,-54.5 - parent: 2 - - uid: 9265 - components: - - type: Transform - pos: 16.5,-54.5 - parent: 2 - - uid: 9268 - components: - - type: Transform - pos: 13.5,-54.5 - parent: 2 - uid: 9306 components: - type: Transform @@ -127709,6 +127551,18 @@ entities: - type: Transform pos: 20.5,5.5 parent: 2 + - uid: 10082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-53.5 + parent: 2 + - uid: 10119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-51.5 + parent: 2 - uid: 10129 components: - type: Transform @@ -127824,6 +127678,30 @@ entities: - type: Transform pos: 70.5,-78.5 parent: 2 + - uid: 10967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-57.5 + parent: 2 + - uid: 10968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-54.5 + parent: 2 + - uid: 10970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-56.5 + parent: 2 + - uid: 11306 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-54.5 + parent: 2 - uid: 11503 components: - type: Transform @@ -128356,6 +128234,21 @@ entities: - type: Transform pos: 66.5,-42.5 parent: 2 + - uid: 7943 + components: + - type: Transform + pos: 16.5,-52.5 + parent: 2 + - uid: 7987 + components: + - type: Transform + pos: 13.5,-54.5 + parent: 2 + - uid: 9271 + components: + - type: Transform + pos: 12.5,-52.5 + parent: 2 - uid: 9708 components: - type: Transform @@ -128521,6 +128414,16 @@ entities: - type: Transform pos: 12.5,-48.5 parent: 2 + - uid: 11127 + components: + - type: Transform + pos: 12.5,-57.5 + parent: 2 + - uid: 11133 + components: + - type: Transform + pos: 14.5,-49.5 + parent: 2 - uid: 11187 components: - type: Transform @@ -128739,7 +128642,7 @@ entities: - uid: 12131 components: - type: Transform - pos: 15.5,-54.5 + pos: 13.5,-52.5 parent: 2 - uid: 12132 components: @@ -129130,11 +129033,6 @@ entities: - type: Transform pos: 35.5,3.5 parent: 2 - - uid: 14882 - components: - - type: Transform - pos: 15.5,-53.5 - parent: 2 - proto: WaterTankFull entities: - uid: 1651 @@ -129410,18 +129308,6 @@ entities: rot: 3.141592653589793 rad pos: 21.5,-23.5 parent: 2 - - uid: 7564 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-53.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 9293: - - DoorStatus: DoorBolt - uid: 7566 components: - type: Transform @@ -129449,18 +129335,6 @@ entities: - type: Transform pos: 20.5,-19.5 parent: 2 - - uid: 9293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-53.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 7564: - - DoorStatus: DoorBolt - uid: 12602 components: - type: Transform @@ -130351,11 +130225,6 @@ entities: rot: 3.141592653589793 rad pos: 48.5,-23.5 parent: 2 - - uid: 7724 - components: - - type: Transform - pos: 13.5,-52.5 - parent: 2 - uid: 7968 components: - type: Transform From 90c8776a608d1ffec7ee6a1f9aaa1aa72e76f6c2 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:54:45 -0700 Subject: [PATCH 129/160] bagel update (#33726) * bagel update * remove invalid * remove invalid --- Resources/Maps/bagel.yml | 2603 ++++++++++++++++++++------------------ 1 file changed, 1338 insertions(+), 1265 deletions(-) diff --git a/Resources/Maps/bagel.yml b/Resources/Maps/bagel.yml index 424a76ed1a3..be6bcca9f9d 100644 --- a/Resources/Maps/bagel.yml +++ b/Resources/Maps/bagel.yml @@ -77,99 +77,99 @@ entities: chunks: 0,-1: ind: 0,-1 - tiles: XQAAAAACXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAACXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAATQAAAAACHwAAAAABHwAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAHwAAAAABHwAAAAADHwAAAAACTwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAHwAAAAADHwAAAAADfgAAAAAATwAAAAAAEQAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAADHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAB + tiles: XQAAAAACXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAACfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAATQAAAAACHwAAAAADHwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAABHwAAAAAAHwAAAAACHwAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADHwAAAAADHwAAAAADfgAAAAAATwAAAAAAEQAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAADHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAACHwAAAAACfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAC version: 6 -1,-1: ind: -1,-1 - tiles: XQAAAAACXQAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADZAAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAZAAAAAAAXQAAAAADZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAXQAAAAADXQAAAAACXQAAAAACZAAAAAAAXQAAAAABZAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACZAAAAAAAXQAAAAACXQAAAAADfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAALgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAdAAAAAACdAAAAAACfgAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAdAAAAAACcwAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAAAegAAAAAAfgAAAAAAHwAAAAABXQAAAAAAXQAAAAACfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAACMwAAAAAAegAAAAAAegAAAAADegAAAAACfgAAAAAAHwAAAAAAXQAAAAADXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAABMwAAAAAAegAAAAADegAAAAADegAAAAAAfgAAAAAAHwAAAAADXQAAAAABXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAegAAAAADegAAAAACegAAAAAAJAAAAAABegAAAAABegAAAAADegAAAAAAfgAAAAAAHwAAAAADXQAAAAACXQAAAAACfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAABfgAAAAAAegAAAAADegAAAAADegAAAAACfgAAAAAAHwAAAAABTQAAAAABTQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAHwAAAAADXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAAB + tiles: XQAAAAAAXQAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAZAAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAAXQAAAAADXQAAAAADXQAAAAADZAAAAAAAXQAAAAACZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADZAAAAAAAXQAAAAADZAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAZAAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAALgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAdAAAAAAAdAAAAAABfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAdAAAAAADcwAAAAABfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAAAfgAAAAAAHwAAAAADXQAAAAACXQAAAAADfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAAAMwAAAAAAegAAAAACegAAAAABegAAAAAAfgAAAAAAHwAAAAACXQAAAAAAXQAAAAADfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAegAAAAACegAAAAABegAAAAACMwAAAAAAegAAAAADegAAAAABegAAAAADfgAAAAAAHwAAAAACXQAAAAAAXQAAAAACfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAegAAAAABegAAAAAAegAAAAACJAAAAAAAegAAAAACegAAAAABegAAAAAAfgAAAAAAHwAAAAADXQAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAACfgAAAAAAegAAAAABegAAAAADegAAAAADfgAAAAAAHwAAAAABTQAAAAADTQAAAAABfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAACfgAAAAAAHwAAAAACXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAB version: 6 0,0: ind: 0,0 - tiles: HwAAAAADHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAALwAAAAACLwAAAAAALwAAAAADfQAAAAAAfgAAAAAAXQAAAAADHwAAAAADHwAAAAACHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAALwAAAAAADAAAAAABDAAAAAACDAAAAAABLwAAAAABfgAAAAAAXQAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAABfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAALwAAAAABDAAAAAAADAAAAAAADAAAAAAADAAAAAADDAAAAAAALwAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAALwAAAAADDAAAAAACDAAAAAADDAAAAAABDAAAAAABDAAAAAADLwAAAAAAXQAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAALwAAAAABHwAAAAADDAAAAAAADAAAAAADDAAAAAAAHwAAAAABLwAAAAAAXQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAALwAAAAACLwAAAAACTgAAAAAALwAAAAAALwAAAAADfgAAAAAATQAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAABTQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAAATQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAAATQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADfgAAAAAAXQAAAAAC + tiles: HwAAAAABHwAAAAACHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAABHwAAAAACHwAAAAADHwAAAAABHwAAAAADHwAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAALwAAAAABLwAAAAACLwAAAAACfQAAAAAAfgAAAAAAXQAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAALwAAAAABDAAAAAABDAAAAAABDAAAAAADLwAAAAABfgAAAAAAXQAAAAACHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAALwAAAAADDAAAAAAADAAAAAADDAAAAAAADAAAAAACDAAAAAADLwAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAALwAAAAACDAAAAAABDAAAAAADDAAAAAABDAAAAAACDAAAAAAALwAAAAAAXQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAALwAAAAADHwAAAAAADAAAAAABDAAAAAACDAAAAAADHwAAAAACLwAAAAACXQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAALwAAAAABLwAAAAAATgAAAAADLwAAAAACLwAAAAACfgAAAAAATQAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACTQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAADTQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAAATQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAADfgAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAADfgAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAC version: 6 -1,0: ind: -1,0 - tiles: XQAAAAADXQAAAAADXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAABXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAADXQAAAAACXQAAAAACfgAAAAAAbQAAAAAAbQAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAADXQAAAAAAXQAAAAACHwAAAAAAbQAAAAAAbQAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAACfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAXQAAAAACXQAAAAACfgAAAAAAbQAAAAAAbQAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAADfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAOAAAAAAAOAAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAATQAAAAABTQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAABTQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXQAAAAADXQAAAAABTQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABTQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADTQAAAAAATQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAAAHwAAAAADHwAAAAACfgAAAAAAegAAAAABegAAAAABegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAACHwAAAAADHwAAAAACfgAAAAAAegAAAAAAegAAAAADegAAAAADegAAAAADegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAHwAAAAADHwAAAAADfgAAAAAAegAAAAADegAAAAABegAAAAACegAAAAABegAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAABegAAAAAAegAAAAACegAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAACegAAAAAAegAAAAADegAAAAACegAAAAABfgAAAAAAHwAAAAADHwAAAAADHwAAAAACfgAAAAAAXQAAAAAB + tiles: XQAAAAABXQAAAAACXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAABXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAAAXQAAAAACXQAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAACXQAAAAADXQAAAAADHwAAAAACbQAAAAAAbQAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAACfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAABXQAAAAABXQAAAAABfgAAAAAAbQAAAAAAbQAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAOAAAAAAAOAAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAATQAAAAACTQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADTQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXQAAAAAAXQAAAAADTQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACTQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAADTQAAAAABTQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAACHwAAAAADHwAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAACHwAAAAADHwAAAAAAfgAAAAAAegAAAAADegAAAAABegAAAAACegAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADHwAAAAAAHwAAAAADfgAAAAAAegAAAAADegAAAAACegAAAAABegAAAAAAegAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAADegAAAAAAegAAAAABfgAAAAAAHwAAAAABHwAAAAACHwAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAegAAAAADegAAAAAAegAAAAACegAAAAABegAAAAADegAAAAAAegAAAAABfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAXQAAAAAB version: 6 0,-2: ind: 0,-2 - tiles: XQAAAAAAXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABegAAAAACegAAAAACegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAHwAAAAADHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAADXQAAAAABHwAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATgAAAAADfgAAAAAAfgAAAAAAHwAAAAADXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAACHwAAAAADHwAAAAABfgAAAAAADgAAAAADegAAAAADegAAAAAAegAAAAACegAAAAADegAAAAADXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAADHwAAAAADHwAAAAABfgAAAAAADgAAAAADegAAAAABegAAAAADegAAAAABegAAAAABegAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAABDgAAAAADDgAAAAADDgAAAAABDgAAAAADDgAAAAABXQAAAAACXQAAAAAAfgAAAAAATQAAAAADTQAAAAACTQAAAAACTQAAAAACTQAAAAAATQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADTQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAACTQAAAAACXQAAAAACXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAAATQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAAB + tiles: XQAAAAADXQAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACegAAAAADegAAAAADegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAABHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAACXQAAAAABHwAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAADHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAATgAAAAACfgAAAAAAfgAAAAAAHwAAAAABXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAADHwAAAAADHwAAAAAAfgAAAAAADgAAAAADegAAAAACegAAAAADegAAAAADegAAAAADegAAAAADXQAAAAACXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAAAfgAAAAAADgAAAAABegAAAAADegAAAAACegAAAAAAegAAAAAAegAAAAACXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADgAAAAACDgAAAAACDgAAAAACDgAAAAACDgAAAAACDgAAAAABXQAAAAAAXQAAAAADfgAAAAAATQAAAAAATQAAAAACTQAAAAACTQAAAAAATQAAAAAATQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACTQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAAATQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADTQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAADXQAAAAADXQAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAC version: 6 -1,-2: ind: -1,-2 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAABegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAADHwAAAAADHwAAAAABfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAABfgAAAAAAXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAACXQAAAAAATQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACTQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAAATQAAAAAAXQAAAAABXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAALgAAAAAAfgAAAAAAAgAAAAACfgAAAAAAHwAAAAACfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACfgAAAAAALgAAAAAAfgAAAAAAAwAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAALgAAAAAAfgAAAAAAAwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACTQAAAAAATQAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAAwAAAAADfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAXQAAAAABXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAQgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAD + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAACegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAACHwAAAAABHwAAAAACfgAAAAAAXQAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAAATQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAADTQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAACTQAAAAABXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAALgAAAAAAfgAAAAAAAgAAAAACfgAAAAAAHwAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAALgAAAAAAfgAAAAAAAwAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAABfgAAAAAALgAAAAAAfgAAAAAAAwAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADTQAAAAAATQAAAAABfgAAAAAAbQAAAAAAfgAAAAAAAwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAC version: 6 0,-3: ind: 0,-3 - tiles: XQAAAAABXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAACHwAAAAADHwAAAAABHwAAAAACHwAAAAADbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAXQAAAAADXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACfgAAAAAAHwAAAAABHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAHwAAAAACHwAAAAADHwAAAAABfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAXQAAAAABXQAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADfgAAAAAAQAAAAAAAQAAAAAAAHwAAAAAAXQAAAAADXQAAAAADfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAegAAAAACegAAAAAAegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAACXQAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAADfgAAAAAAegAAAAADegAAAAADegAAAAABfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAABfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAfgAAAAAAegAAAAABegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAA + tiles: XQAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAADbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAXQAAAAACXQAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAADHwAAAAACHwAAAAACfgAAAAAAQAAAAAAAQAAAAAAAHwAAAAADXQAAAAAAXQAAAAACfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAABfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAegAAAAADegAAAAABegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAegAAAAABegAAAAABegAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAACXQAAAAADfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAegAAAAACegAAAAACfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAbQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAABQAAAAACXQAAAAABXQAAAAADZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAABQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAB + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAbQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAABQAAAAABXQAAAAADXQAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAABQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: egAAAAAAegAAAAABegAAAAADegAAAAADegAAAAAAegAAAAACfgAAAAAABAAAAAACBAAAAAABBAAAAAACBAAAAAABfgAAAAAAHwAAAAADXQAAAAABXQAAAAAAXQAAAAABegAAAAADegAAAAADegAAAAABegAAAAAAegAAAAADegAAAAACfgAAAAAABAAAAAAABAAAAAACBAAAAAABBAAAAAAAfgAAAAAAHwAAAAACXQAAAAACXQAAAAADXQAAAAADegAAAAABegAAAAACegAAAAAAegAAAAABegAAAAAAegAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAADXQAAAAADXQAAAAABegAAAAACegAAAAAAegAAAAACegAAAAACegAAAAABegAAAAABfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAACXQAAAAACXQAAAAACXQAAAAACegAAAAACegAAAAACegAAAAAAegAAAAAAegAAAAADegAAAAACfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAACXQAAAAADXQAAAAADXQAAAAAADgAAAAABDgAAAAADDgAAAAABDgAAAAABDgAAAAAADgAAAAAAfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAADDgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAPAAAAAAAXQAAAAABXQAAAAADTQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADTQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAABTQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAATQAAAAACTQAAAAABfgAAAAAAfgAAAAAADgAAAAAADgAAAAACDgAAAAADDgAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAHwAAAAADDgAAAAACDgAAAAABDgAAAAADDgAAAAADDgAAAAAAegAAAAADegAAAAADegAAAAABfgAAAAAAXQAAAAABcAAAAAAAfgAAAAAAXQAAAAADXQAAAAAAfgAAAAAAHwAAAAADDgAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAAAegAAAAABegAAAAADegAAAAADfgAAAAAAcAAAAAAAcAAAAAABcAAAAAADXQAAAAAAXQAAAAABHwAAAAAAHwAAAAAADgAAAAABDgAAAAAADgAAAAADDgAAAAABDgAAAAABegAAAAABegAAAAADegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADHwAAAAABHwAAAAACDgAAAAADDgAAAAACDgAAAAACDgAAAAAADgAAAAACegAAAAADegAAAAACegAAAAAAfgAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAXQAAAAADXQAAAAACfgAAAAAAHwAAAAAADgAAAAAADgAAAAADDgAAAAABDgAAAAABDgAAAAACegAAAAAAegAAAAACegAAAAABfgAAAAAAcAAAAAAAcAAAAAABfgAAAAAA + tiles: egAAAAADegAAAAABegAAAAACegAAAAACegAAAAADegAAAAADfgAAAAAABAAAAAAABAAAAAACBAAAAAAABAAAAAACfgAAAAAAHwAAAAACXQAAAAACXQAAAAABXQAAAAABegAAAAACegAAAAACegAAAAACegAAAAABegAAAAADegAAAAABfgAAAAAABAAAAAACBAAAAAACBAAAAAACBAAAAAACfgAAAAAAHwAAAAACXQAAAAADXQAAAAACXQAAAAAAegAAAAAAegAAAAAAegAAAAABegAAAAABegAAAAADegAAAAACfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADXQAAAAABXQAAAAAAXQAAAAAAegAAAAABegAAAAAAegAAAAAAegAAAAABegAAAAACegAAAAADfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAADXQAAAAADXQAAAAABXQAAAAAAegAAAAADegAAAAADegAAAAABegAAAAABegAAAAACegAAAAADfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAACXQAAAAADXQAAAAABXQAAAAABDgAAAAAADgAAAAADDgAAAAAADgAAAAABDgAAAAAADgAAAAABfgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAABDgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAPAAAAAAAXQAAAAACXQAAAAAATQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAAATQAAAAACXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADTQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAACTQAAAAAATQAAAAACfgAAAAAAfgAAAAAADgAAAAAADgAAAAACDgAAAAABDgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAHwAAAAADDgAAAAACDgAAAAABDgAAAAABDgAAAAABDgAAAAADegAAAAADegAAAAACegAAAAADfgAAAAAAXQAAAAACcAAAAAADfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAAADgAAAAAADgAAAAABDgAAAAADDgAAAAADDgAAAAADegAAAAAAegAAAAAAegAAAAACfgAAAAAAcAAAAAABcAAAAAAAcAAAAAADXQAAAAABXQAAAAAAHwAAAAADHwAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAACegAAAAABegAAAAABegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABHwAAAAAAHwAAAAABDgAAAAACDgAAAAACDgAAAAADDgAAAAAADgAAAAAAegAAAAACegAAAAACegAAAAADfgAAAAAAcAAAAAABcAAAAAACcAAAAAABXQAAAAADXQAAAAAAfgAAAAAAHwAAAAACDgAAAAABDgAAAAABDgAAAAADDgAAAAACDgAAAAAAegAAAAACegAAAAADegAAAAAAfgAAAAAAcAAAAAACcAAAAAADfgAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: XQAAAAABXQAAAAADfgAAAAAAHwAAAAABDgAAAAACDgAAAAADDgAAAAACDgAAAAADDgAAAAAAegAAAAADegAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAGwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAegAAAAACegAAAAAAcAAAAAABXQAAAAAAXQAAAAADfgAAAAAAHwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAHwAAAAACfgAAAAAAegAAAAAAegAAAAABHwAAAAADXQAAAAAAXQAAAAABfgAAAAAAHwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAHwAAAAAAfgAAAAAAegAAAAABegAAAAABfgAAAAAAXQAAAAACXQAAAAACfgAAAAAAHwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAADXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAATQAAAAAATQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAAAfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAHwAAAAAAHwAAAAADEQAAAAAAHwAAAAABHwAAAAABfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: XQAAAAACXQAAAAAAfgAAAAAAHwAAAAAADgAAAAABDgAAAAAADgAAAAABDgAAAAABDgAAAAACegAAAAAAegAAAAAAegAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAGwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAegAAAAABegAAAAACcAAAAAADXQAAAAADXQAAAAAAfgAAAAAAHwAAAAABGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAHwAAAAACfgAAAAAAegAAAAACegAAAAAAHwAAAAADXQAAAAACXQAAAAACfgAAAAAAHwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAHwAAAAAAfgAAAAAAegAAAAACegAAAAADfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAACGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAADXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAATQAAAAACTQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfQAAAAAAfgAAAAAAHwAAAAACHwAAAAABEQAAAAAAHwAAAAACHwAAAAADfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 1,0: ind: 1,0 - tiles: XQAAAAAAXQAAAAABfgAAAAAAAAAAAAAAfgAAAAAAOAAAAAAAXQAAAAABEQAAAAAAHwAAAAAAOAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAAAAAAAAAfgAAAAAAOAAAAAAAOAAAAAAAEQAAAAAAOAAAAAAAOAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAAAEQAAAAAAXQAAAAACXQAAAAABfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAAAAAAAAAfgAAAAAAHwAAAAADQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAATQAAAAADTQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAAATQAAAAABTQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAdAAAAAACdAAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADcAAAAAACdAAAAAABdAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAXQAAAAADXQAAAAACfgAAAAAAdAAAAAAAdAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAdAAAAAABVgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: XQAAAAACXQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAOAAAAAAAXQAAAAAAEQAAAAAAHwAAAAAAOAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADfgAAAAAAAAAAAAAAfgAAAAAAOAAAAAAAOAAAAAAAEQAAAAAAOAAAAAAAOAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAAAEQAAAAAAXQAAAAABXQAAAAACfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAABfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAATQAAAAAATQAAAAADfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAACTQAAAAAATQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADfgAAAAAAdAAAAAADdAAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAcAAAAAADdAAAAAABdAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAXQAAAAAAXQAAAAACfgAAAAAAdAAAAAADdAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAdAAAAAAAVgAAAAACfgAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWwAAAAAGfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWwAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAADegAAAAACfAAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAACTQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAADTQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADTQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAABHwAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAADHwAAAAABXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAADHwAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAADfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAADHwAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAATQAAAAACHwAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAXQAAAAAC + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAWwAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAACegAAAAACfAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAABTQAAAAADXQAAAAACXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAATQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAADTQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAXQAAAAACfgAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAHwAAAAADXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABHwAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADHwAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAACfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAADHwAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAATQAAAAADHwAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAHwAAAAABHwAAAAACHwAAAAACfgAAAAAAXQAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: fgAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAACHwAAAAADHwAAAAABfgAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAABfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAACHwAAAAACHwAAAAABfgAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAHwAAAAABHwAAAAACHwAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAcAAAAAADcAAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAcAAAAAACcAAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAHwAAAAADHwAAAAABfgAAAAAAXQAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAXQAAAAAAHwAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAACHwAAAAABXQAAAAADXQAAAAAAfgAAAAAAXQAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAATQAAAAADfgAAAAAAHwAAAAAAXQAAAAACXQAAAAADfgAAAAAAHwAAAAABfgAAAAAAXQAAAAACXQAAAAADfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABTQAAAAACTQAAAAACXQAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAADfgAAAAAAXQAAAAACXQAAAAAD + tiles: fgAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAABHwAAAAACHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAHwAAAAADHwAAAAADfgAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAABfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAXQAAAAADXQAAAAADXQAAAAADfgAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAXQAAAAADXQAAAAAAXQAAAAAAHwAAAAACHwAAAAACfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACfgAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAcAAAAAAAcAAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAcAAAAAACcAAAAAACfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAABfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAXQAAAAACfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAABfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAXQAAAAAAHwAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAHwAAAAAAXQAAAAABXQAAAAABfgAAAAAAXQAAAAABfgAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAACHwAAAAACfgAAAAAATQAAAAABfgAAAAAAHwAAAAACXQAAAAABXQAAAAADfgAAAAAAHwAAAAADfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAATQAAAAACTQAAAAACXQAAAAACTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAABfgAAAAAAXQAAAAACXQAAAAAC version: 6 -2,0: ind: -2,0 - tiles: TQAAAAAATQAAAAADXQAAAAACTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAABegAAAAACegAAAAADegAAAAADegAAAAABfgAAAAAAXQAAAAACXQAAAAABTQAAAAABTQAAAAAAXQAAAAACTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAACegAAAAACegAAAAADegAAAAADegAAAAABfgAAAAAAXQAAAAACXQAAAAABHwAAAAACHwAAAAABXQAAAAABTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAADHwAAAAACHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAbgAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAACHwAAAAAAHwAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAACTQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAAATQAAAAACXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAAATQAAAAAAXQAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACXQAAAAABHwAAAAAAfgAAAAAAHwAAAAADegAAAAAAegAAAAADegAAAAABegAAAAACegAAAAACHwAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAEQAAAAAAHwAAAAAAfgAAAAAAHwAAAAADegAAAAACegAAAAADegAAAAAAegAAAAACegAAAAACHwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAEQAAAAAAXQAAAAACfgAAAAAAHwAAAAAAegAAAAAAegAAAAACegAAAAACegAAAAABegAAAAABHwAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAADEQAAAAAAHwAAAAADfgAAAAAAHwAAAAACegAAAAABegAAAAABegAAAAAAegAAAAADegAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACHwAAAAADfgAAAAAAHwAAAAAAegAAAAADegAAAAADegAAAAADegAAAAADegAAAAADHwAAAAABfgAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAXQAAAAAC + tiles: TQAAAAAATQAAAAABXQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAAAegAAAAADegAAAAADegAAAAACegAAAAADfgAAAAAAXQAAAAACXQAAAAAATQAAAAAATQAAAAACXQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAABegAAAAABegAAAAABegAAAAAAegAAAAABfgAAAAAAXQAAAAAAXQAAAAACHwAAAAADHwAAAAACXQAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAXQAAAAABHwAAAAABHwAAAAACHwAAAAACHwAAAAABfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAbgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAHwAAAAACHwAAAAABbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAAATQAAAAACXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAADTQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAADTQAAAAABXQAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACXQAAAAADHwAAAAADfgAAAAAAHwAAAAAAegAAAAADegAAAAADegAAAAACegAAAAADegAAAAABHwAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAABEQAAAAAAHwAAAAADfgAAAAAAHwAAAAAAegAAAAABegAAAAABegAAAAAAegAAAAABegAAAAABHwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADEQAAAAAAXQAAAAACfgAAAAAAHwAAAAABegAAAAABegAAAAABegAAAAACegAAAAABegAAAAACHwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAABEQAAAAAAHwAAAAAAfgAAAAAAHwAAAAABegAAAAABegAAAAAAegAAAAADegAAAAABegAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACHwAAAAAAfgAAAAAAHwAAAAABegAAAAADegAAAAACegAAAAAAegAAAAACegAAAAACHwAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAABfgAAAAAAXQAAAAAB version: 6 1,-3: ind: 1,-3 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAABAAAAAACBAAAAAACBAAAAAACBAAAAAAABAAAAAADfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAACHwAAAAACfgAAAAAABAAAAAADBAAAAAAABAAAAAACBAAAAAADBAAAAAACfgAAAAAADAAAAAADDAAAAAACfgAAAAAAegAAAAACegAAAAADegAAAAABegAAAAABegAAAAAAegAAAAACHwAAAAAABAAAAAADBAAAAAAABAAAAAABBAAAAAAABAAAAAAAHwAAAAABDAAAAAACDAAAAAABfgAAAAAAegAAAAAAegAAAAAAegAAAAACegAAAAABegAAAAAAegAAAAABfgAAAAAABAAAAAACBAAAAAAABAAAAAAABAAAAAABBAAAAAADfgAAAAAADAAAAAAADAAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAADegAAAAAAegAAAAADegAAAAAAfgAAAAAABAAAAAABBAAAAAABBAAAAAADBAAAAAAAfgAAAAAAfgAAAAAADAAAAAACDAAAAAAAfgAAAAAAegAAAAAAegAAAAACegAAAAACegAAAAABegAAAAACegAAAAADfgAAAAAABAAAAAADBAAAAAACBAAAAAACBAAAAAABfgAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAACegAAAAABegAAAAADegAAAAAAegAAAAADegAAAAAAegAAAAABfgAAAAAABAAAAAABBAAAAAABBAAAAAADBAAAAAABfgAAAAAAHwAAAAAAXQAAAAACXQAAAAAAXQAAAAAD + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAABHwAAAAABHwAAAAABfgAAAAAABAAAAAACBAAAAAACBAAAAAACBAAAAAAABAAAAAADfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAABHwAAAAABfgAAAAAABAAAAAABBAAAAAACBAAAAAACBAAAAAACBAAAAAACfgAAAAAADAAAAAABDAAAAAADfgAAAAAAegAAAAAAegAAAAABegAAAAADegAAAAABegAAAAAAegAAAAABHwAAAAAABAAAAAABBAAAAAAABAAAAAABBAAAAAABBAAAAAACHwAAAAADDAAAAAAADAAAAAADfgAAAAAAegAAAAADegAAAAAAegAAAAAAegAAAAABegAAAAACegAAAAADfgAAAAAABAAAAAADBAAAAAAABAAAAAACBAAAAAADBAAAAAADfgAAAAAADAAAAAACDAAAAAAAfgAAAAAAegAAAAACegAAAAAAegAAAAABegAAAAABegAAAAACegAAAAAAfgAAAAAABAAAAAAABAAAAAADBAAAAAABBAAAAAACfgAAAAAAfgAAAAAADAAAAAADDAAAAAAAfgAAAAAAegAAAAAAegAAAAACegAAAAAAegAAAAADegAAAAACegAAAAACfgAAAAAABAAAAAADBAAAAAABBAAAAAADBAAAAAADfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADegAAAAACegAAAAADegAAAAAAegAAAAADegAAAAADegAAAAADfgAAAAAABAAAAAACBAAAAAADBAAAAAACBAAAAAAAfgAAAAAAHwAAAAABXQAAAAADXQAAAAADXQAAAAAD version: 6 -3,0: ind: -3,0 - tiles: HwAAAAADHwAAAAADHwAAAAAAHwAAAAACfgAAAAAAeQAAAAADeQAAAAACfgAAAAAATQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAATQAAAAAATQAAAAABTQAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADfgAAAAAATQAAAAAATQAAAAACTQAAAAACHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAABfgAAAAAATQAAAAADTQAAAAADTQAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAATQAAAAAATQAAAAADTQAAAAAAHwAAAAADHwAAAAADfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAADHwAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAHwAAAAABTQAAAAADTQAAAAACTQAAAAACMgAAAAABMgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAADHwAAAAABfgAAAAAATQAAAAABTQAAAAACTQAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAABegAAAAACegAAAAADfgAAAAAAegAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAACTQAAAAACXQAAAAABXQAAAAAAXQAAAAABfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAegAAAAAAegAAAAACHwAAAAADegAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAACTQAAAAABXQAAAAACXQAAAAABXQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAADegAAAAABegAAAAADfgAAAAAAegAAAAACfgAAAAAAXQAAAAADXQAAAAABXQAAAAADTQAAAAACXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAACcAAAAAABcAAAAAACcAAAAAACfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADKAAAAAABHwAAAAABHwAAAAAAHwAAAAABfgAAAAAAHwAAAAACHwAAAAADHwAAAAAAHwAAAAADcAAAAAAAcAAAAAABcAAAAAADfgAAAAAAXQAAAAAAEQAAAAAAXQAAAAADKAAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAABcAAAAAACcAAAAAABcAAAAAABHwAAAAADXQAAAAADEQAAAAAAEQAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAcAAAAAAAcAAAAAADcAAAAAAAcAAAAAADcAAAAAABcAAAAAACcAAAAAAAfgAAAAAAXQAAAAABEQAAAAAAXQAAAAABaAAAAAACXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAB + tiles: HwAAAAAAHwAAAAADHwAAAAABHwAAAAADfgAAAAAAeQAAAAACeQAAAAAAfgAAAAAATQAAAAADXQAAAAABXQAAAAABXQAAAAACfgAAAAAATQAAAAABTQAAAAAATQAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACfgAAAAAATQAAAAACTQAAAAADTQAAAAACHwAAAAACHwAAAAADfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAACfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAATQAAAAAATQAAAAABTQAAAAACHwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAABfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAATQAAAAADTQAAAAAATQAAAAABHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAABHwAAAAACfgAAAAAAXQAAAAADXQAAAAABXQAAAAABHwAAAAAATQAAAAABTQAAAAACTQAAAAACMgAAAAADMgAAAAADfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAADHwAAAAACfgAAAAAATQAAAAAATQAAAAADTQAAAAADfgAAAAAAHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAADegAAAAADegAAAAACfgAAAAAAegAAAAABfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADTQAAAAACXQAAAAABXQAAAAABXQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAABegAAAAAAegAAAAABHwAAAAAAegAAAAADfgAAAAAAXQAAAAADXQAAAAADXQAAAAABTQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAegAAAAABegAAAAAAfgAAAAAAegAAAAACfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABTQAAAAABXQAAAAABXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABcAAAAAABcAAAAAACcAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADKAAAAAACHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAACcAAAAAADcAAAAAACcAAAAAAAfgAAAAAAXQAAAAABEQAAAAAAXQAAAAABKAAAAAADHwAAAAACHwAAAAABHwAAAAABHwAAAAAAcAAAAAADcAAAAAADcAAAAAAAcAAAAAAAcAAAAAACcAAAAAACcAAAAAADHwAAAAACXQAAAAAAEQAAAAAAEQAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAcAAAAAADcAAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcAAAAAABcAAAAAABfgAAAAAAXQAAAAACEQAAAAAAXQAAAAABaAAAAAACXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAD version: 6 -3,-2: ind: -3,-2 - tiles: ZAAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAAAKAAAAAABXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAACHwAAAAAAKAAAAAADXQAAAAADXQAAAAABXQAAAAADfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAAAHwAAAAACHwAAAAACHwAAAAADKAAAAAABXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAABegAAAAADegAAAAACegAAAAADegAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAADegAAAAADegAAAAABegAAAAADegAAAAABfgAAAAAATQAAAAADTQAAAAABTQAAAAADfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHwAAAAAAegAAAAADegAAAAABegAAAAACegAAAAADegAAAAADegAAAAABegAAAAACfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA + tiles: ZAAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAAAKAAAAAADXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAACKAAAAAACXQAAAAABXQAAAAABXQAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAAAKAAAAAABXQAAAAABXQAAAAACXQAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAABegAAAAACegAAAAABegAAAAABegAAAAADfgAAAAAAXQAAAAACXQAAAAACXQAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAegAAAAAAegAAAAAAegAAAAADegAAAAAAegAAAAABegAAAAAAegAAAAABfgAAAAAATQAAAAABTQAAAAADTQAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHwAAAAADegAAAAADegAAAAABegAAAAABegAAAAADegAAAAACegAAAAACegAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: fgAAAAAAfAAAAAABfAAAAAAAegAAAAAAegAAAAABegAAAAAAfAAAAAAAfAAAAAACfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAABXQAAAAACXQAAAAABfgAAAAAAHwAAAAADHwAAAAABXQAAAAABbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAHwAAAAABHwAAAAABXQAAAAADHwAAAAACfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAABfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAHwAAAAACHwAAAAADXQAAAAABHwAAAAABHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAAAHwAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAACfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAACfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAACfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAATQAAAAACXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAAAHwAAAAACKAAAAAADKAAAAAABHwAAAAABTQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAATQAAAAACTQAAAAACTQAAAAAB + tiles: fgAAAAAAfAAAAAAAfAAAAAABegAAAAAAegAAAAABegAAAAADfAAAAAADfAAAAAADfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAHwAAAAABHwAAAAADXQAAAAACbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAABXQAAAAADXQAAAAADXQAAAAADfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACfgAAAAAAHwAAAAABHwAAAAAAXQAAAAADHwAAAAACfgAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAACHwAAAAABfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAADHwAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAACfgAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAABHwAAAAABfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAACfgAAAAAAHwAAAAACHwAAAAACXQAAAAADHwAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAACfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAABfgAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAABHwAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAATQAAAAABXQAAAAADXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAACKAAAAAAAKAAAAAABHwAAAAADTQAAAAADXQAAAAABXQAAAAABXQAAAAADfgAAAAAATQAAAAABTQAAAAAATQAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: fgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAADegAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAABegAAAAAAegAAAAABegAAAAABAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAZAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACTQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAATQAAAAACTQAAAAADTQAAAAABfgAAAAAAcAAAAAABcAAAAAAAcAAAAAABfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABeQAAAAABcAAAAAABfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAACHwAAAAADfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAcAAAAAABeQAAAAABcAAAAAABcAAAAAADcAAAAAAD + tiles: fgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAAAegAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAZAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACTQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAATQAAAAABTQAAAAACTQAAAAACfgAAAAAAcAAAAAACcAAAAAACcAAAAAADfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAeQAAAAABcAAAAAABfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAACHwAAAAADfgAAAAAAcAAAAAABeQAAAAABcAAAAAABcAAAAAAAcAAAAAAD version: 6 2,-2: ind: 2,-2 - tiles: XQAAAAABXQAAAAABXQAAAAABHwAAAAACfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAACHwAAAAABcAAAAAABcAAAAAAAeQAAAAACcAAAAAABcAAAAAAAcAAAAAABXQAAAAABXQAAAAACXQAAAAAAHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAcAAAAAADeQAAAAADcAAAAAABcAAAAAAAcAAAAAADXQAAAAACXQAAAAABXQAAAAAAHwAAAAAAXQAAAAADHwAAAAACHwAAAAAAHwAAAAABHwAAAAADHwAAAAADcAAAAAACcAAAAAABeQAAAAADcAAAAAABcAAAAAAAdQAAAAADXQAAAAABXQAAAAABXQAAAAABHwAAAAACfgAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAcAAAAAACeQAAAAAAcAAAAAACcAAAAAABdQAAAAABXQAAAAAAXQAAAAADXQAAAAABHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAACcAAAAAACcAAAAAAAeQAAAAACcAAAAAAAcAAAAAABdQAAAAADHwAAAAACHwAAAAADHwAAAAADHwAAAAACfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAACHwAAAAADfgAAAAAAcAAAAAAAcAAAAAABcAAAAAACcAAAAAAAcAAAAAABPAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAXQAAAAAAXQAAAAADHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADfgAAAAAAcAAAAAABcAAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAABfgAAAAAAcAAAAAAAcAAAAAACcAAAAAACcAAAAAAAcAAAAAABfgAAAAAAcAAAAAACcAAAAAABcAAAAAACfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAABcAAAAAAAcAAAAAABeQAAAAAAeQAAAAAAeQAAAAABcAAAAAAAcAAAAAAAcAAAAAACeQAAAAABcAAAAAAAfgAAAAAAKAAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAcAAAAAABcAAAAAAAcAAAAAACcAAAAAACcAAAAAACfgAAAAAAcAAAAAAAeQAAAAABcAAAAAADfgAAAAAAHwAAAAACfgAAAAAAcAAAAAADcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABeQAAAAABcAAAAAAAcAAAAAACHwAAAAADcAAAAAADcAAAAAABcAAAAAAAcAAAAAAAcAAAAAABcAAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAACXQAAAAAAcAAAAAAAeQAAAAABcAAAAAADfgAAAAAAXQAAAAADcAAAAAACeQAAAAACeQAAAAADeQAAAAAAeQAAAAACeQAAAAAAeQAAAAAAeQAAAAABeQAAAAACcAAAAAACXQAAAAAAcAAAAAAAeQAAAAACcAAAAAAAfgAAAAAAfgAAAAAAcAAAAAABeQAAAAAAcAAAAAACcAAAAAACcAAAAAACcAAAAAADcAAAAAADcAAAAAACeQAAAAAAeQAAAAAAcAAAAAACcAAAAAADeQAAAAADcAAAAAAAcAAAAAADcAAAAAADcAAAAAABeQAAAAAAeQAAAAADeQAAAAAAeQAAAAADeQAAAAABeQAAAAAAeQAAAAACeQAAAAABcAAAAAABfgAAAAAAcAAAAAAAeQAAAAACcAAAAAACcAAAAAAAcAAAAAACcAAAAAACcAAAAAACcAAAAAABcAAAAAADcAAAAAADcAAAAAADcAAAAAAAcAAAAAABcAAAAAAAcAAAAAAAfgAAAAAAcAAAAAADcAAAAAADcAAAAAAAcAAAAAACcAAAAAAC + tiles: XQAAAAABXQAAAAABXQAAAAADHwAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAcAAAAAAAcAAAAAABeQAAAAACcAAAAAADcAAAAAADcAAAAAADXQAAAAACXQAAAAADXQAAAAADHwAAAAADfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAADfgAAAAAAcAAAAAACeQAAAAAAcAAAAAABcAAAAAADcAAAAAACXQAAAAACXQAAAAAAXQAAAAAAHwAAAAACXQAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACcAAAAAADcAAAAAADeQAAAAADcAAAAAAAcAAAAAABdQAAAAADXQAAAAABXQAAAAADXQAAAAADHwAAAAABfgAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABfgAAAAAAcAAAAAACeQAAAAADcAAAAAABcAAAAAAAdQAAAAABXQAAAAAAXQAAAAABXQAAAAACHwAAAAADfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAABcAAAAAAAcAAAAAABeQAAAAADcAAAAAACcAAAAAACdQAAAAADHwAAAAABHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAcAAAAAACcAAAAAADcAAAAAACcAAAAAADcAAAAAADPAAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAXQAAAAACXQAAAAABHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADfgAAAAAAcAAAAAADcAAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAcAAAAAABcAAAAAABcAAAAAABcAAAAAACcAAAAAACfgAAAAAAcAAAAAABcAAAAAACcAAAAAABfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAABcAAAAAAAcAAAAAABeQAAAAAAeQAAAAACeQAAAAADcAAAAAABcAAAAAADcAAAAAACeQAAAAADcAAAAAAAfgAAAAAAKAAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAcAAAAAABcAAAAAACcAAAAAAAcAAAAAAAcAAAAAABfgAAAAAAcAAAAAACeQAAAAABcAAAAAAAfgAAAAAAHwAAAAADfgAAAAAAcAAAAAAAcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAAAeQAAAAACcAAAAAAAcAAAAAADHwAAAAADcAAAAAAAcAAAAAAAcAAAAAADcAAAAAACcAAAAAADcAAAAAADcAAAAAAAcAAAAAADcAAAAAABcAAAAAABXQAAAAADcAAAAAABeQAAAAACcAAAAAAAfgAAAAAAXQAAAAADcAAAAAADeQAAAAACeQAAAAACeQAAAAAAeQAAAAACeQAAAAADeQAAAAACeQAAAAABeQAAAAAAcAAAAAADXQAAAAABcAAAAAAAeQAAAAABcAAAAAABfgAAAAAAfgAAAAAAcAAAAAAAeQAAAAACcAAAAAACcAAAAAABcAAAAAABcAAAAAACcAAAAAACcAAAAAAAeQAAAAADeQAAAAACcAAAAAADcAAAAAACeQAAAAADcAAAAAADcAAAAAABcAAAAAACcAAAAAAAeQAAAAABeQAAAAACeQAAAAAAeQAAAAAAeQAAAAABeQAAAAAAeQAAAAAAeQAAAAABcAAAAAABfgAAAAAAcAAAAAABeQAAAAADcAAAAAABcAAAAAABcAAAAAACcAAAAAABcAAAAAACcAAAAAAAcAAAAAABcAAAAAADcAAAAAACcAAAAAABcAAAAAABcAAAAAACcAAAAAABfgAAAAAAcAAAAAACcAAAAAABcAAAAAABcAAAAAABcAAAAAAB version: 6 3,-3: ind: 3,-3 - tiles: fgAAAAAAegAAAAACegAAAAAAegAAAAABegAAAAAAegAAAAACfgAAAAAAegAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAegAAAAAAegAAAAADfgAAAAAAegAAAAABegAAAAABegAAAAABQAAAAAAAegAAAAABegAAAAADegAAAAABZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAegAAAAADegAAAAADfgAAAAAAegAAAAABegAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACZAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAegAAAAACegAAAAACegAAAAAAegAAAAAAegAAAAADfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAABZAAAAAAAfgAAAAAAXQAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABZAAAAAAAZAAAAAAAXQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAADZAAAAAAAZAAAAAAAXQAAAAABZAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAACZAAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAXQAAAAABfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAcAAAAAADcAAAAAAAcAAAAAABcAAAAAADcAAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAA + tiles: fgAAAAAAegAAAAADegAAAAABegAAAAACegAAAAAAegAAAAADfgAAAAAAegAAAAABfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAegAAAAAAegAAAAACfgAAAAAAegAAAAAAegAAAAABegAAAAADQAAAAAAAegAAAAABegAAAAADegAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAegAAAAAAegAAAAACfgAAAAAAegAAAAAAegAAAAABfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAegAAAAACZAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAegAAAAABegAAAAADegAAAAADegAAAAABegAAAAABfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAegAAAAABZAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAADZAAAAAAAfgAAAAAAXQAAAAADZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABZAAAAAAAZAAAAAAAXQAAAAADfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAXQAAAAABZAAAAAAAZAAAAAAAXQAAAAADZAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAXQAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAXQAAAAACfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAcAAAAAACcAAAAAABcAAAAAAAcAAAAAABcAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: cAAAAAABcAAAAAAAcAAAAAAAeQAAAAAAcAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAcAAAAAADcAAAAAABcAAAAAACeQAAAAAAcAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfQAAAAAAdQAAAAABdQAAAAAAcAAAAAABeQAAAAAAcAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABfgAAAAAAfQAAAAAAdQAAAAABdQAAAAACcAAAAAABeQAAAAAAcAAAAAADfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAdQAAAAABdQAAAAACcAAAAAACeQAAAAACcAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAcAAAAAACcAAAAAAAcAAAAAADeQAAAAAAcAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAfQAAAAAAcAAAAAADcAAAAAABcAAAAAACcAAAAAACcAAAAAACfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAADfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAKAAAAAACKAAAAAACKAAAAAADKAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAKAAAAAAAKAAAAAAAKAAAAAADKAAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAKAAAAAABKAAAAAACKAAAAAABKAAAAAADfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAXQAAAAAATQAAAAADXQAAAAACXQAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAcAAAAAACcAAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAeQAAAAAAcAAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAcAAAAAABcAAAAAABfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAA + tiles: cAAAAAAAcAAAAAACcAAAAAADeQAAAAABcAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAcAAAAAAAcAAAAAABcAAAAAABeQAAAAACcAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAfQAAAAAAdQAAAAABdQAAAAABcAAAAAADeQAAAAABcAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAACfgAAAAAAfQAAAAAAdQAAAAABdQAAAAADcAAAAAACeQAAAAAAcAAAAAABfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAdQAAAAACdQAAAAABcAAAAAACeQAAAAABcAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAcAAAAAACcAAAAAABcAAAAAABeQAAAAACcAAAAAABfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAcAAAAAADcAAAAAAAcAAAAAADcAAAAAADcAAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAABfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAKAAAAAABKAAAAAADKAAAAAADKAAAAAACfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAKAAAAAACKAAAAAAAKAAAAAADKAAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAKAAAAAAAKAAAAAAAKAAAAAADKAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAXQAAAAAATQAAAAACXQAAAAACXQAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAcAAAAAABcAAAAAACfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAeQAAAAAAcAAAAAACfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAcAAAAAACcAAAAAACfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: fgAAAAAAcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAACeQAAAAAAeQAAAAACcAAAAAAAfgAAAAAAcAAAAAABcAAAAAABcAAAAAAAcAAAAAAAcAAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAAAfgAAAAAAcAAAAAACcAAAAAADcAAAAAADfgAAAAAAXQAAAAAAcAAAAAAAcAAAAAADcAAAAAAAcAAAAAACcAAAAAACfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHwAAAAADHwAAAAABcAAAAAACeQAAAAAAcAAAAAADfgAAAAAAXQAAAAADcAAAAAABcAAAAAABcAAAAAADcAAAAAABcAAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHwAAAAADfgAAAAAAcAAAAAADeQAAAAABcAAAAAABfgAAAAAAXQAAAAACfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADeQAAAAABcAAAAAABfgAAAAAAXQAAAAABHwAAAAADHwAAAAACHwAAAAADfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAcAAAAAABeQAAAAAAcAAAAAACfgAAAAAAcAAAAAACHwAAAAACHwAAAAACHwAAAAACfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAAAcAAAAAAAeQAAAAABcAAAAAAAcAAAAAACcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAADHwAAAAACHwAAAAACfgAAAAAAcAAAAAADcAAAAAAAcAAAAAADfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbQAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAADHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAADHwAAAAACHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAACXQAAAAAA + tiles: fgAAAAAAcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAeQAAAAADeQAAAAABeQAAAAABcAAAAAABfgAAAAAAcAAAAAACcAAAAAACcAAAAAABcAAAAAABcAAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAcAAAAAADcAAAAAACcAAAAAADfgAAAAAAXQAAAAABcAAAAAABcAAAAAAAcAAAAAACcAAAAAACcAAAAAACfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHwAAAAACHwAAAAADcAAAAAACeQAAAAABcAAAAAABfgAAAAAAXQAAAAACcAAAAAABcAAAAAABcAAAAAACcAAAAAAAcAAAAAABfgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAHwAAAAABfgAAAAAAcAAAAAAAeQAAAAADcAAAAAABfgAAAAAAXQAAAAACfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADeQAAAAADcAAAAAADfgAAAAAAXQAAAAAAHwAAAAABHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAcAAAAAADeQAAAAACcAAAAAADfgAAAAAAcAAAAAADHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAAAHwAAAAACHwAAAAABHwAAAAAAcAAAAAABeQAAAAACcAAAAAACcAAAAAACcAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAADHwAAAAACHwAAAAABfgAAAAAAcAAAAAADcAAAAAAAcAAAAAACfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAbQAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAADHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: cAAAAAABfgAAAAAAcAAAAAABAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAcAAAAAABcAAAAAADfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAcAAAAAABcAAAAAABfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAcAAAAAADcAAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAcAAAAAACcAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAcAAAAAADcAAAAAAAXQAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAcAAAAAACcAAAAAAAXQAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAXQAAAAADXQAAAAADXQAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: cAAAAAAAfgAAAAAAcAAAAAACAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAcAAAAAACcAAAAAABfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAcAAAAAADcAAAAAABfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAcAAAAAADcAAAAAADfgAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAcAAAAAABcAAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAcAAAAAACcAAAAAABXQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAcAAAAAAAcAAAAAABXQAAAAABfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,-4: ind: 1,-4 @@ -197,11 +197,11 @@ entities: version: 6 -4,-1: ind: -4,-1 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbgAAAAABbgAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbgAAAAABfgAAAAAAbgAAAAADfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAADfgAAAAAAHwAAAAABLwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAACHwAAAAABfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACLwAAAAADfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAABfgAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAHwAAAAABLwAAAAADbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAADfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAABHwAAAAABHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAHwAAAAACLwAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbgAAAAACbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbgAAAAACfgAAAAAAbgAAAAADfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAHwAAAAAALwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAADfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAABfgAAAAAAHwAAAAABLwAAAAADfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAABfgAAAAAAHwAAAAAALwAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAADHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAADLwAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAA version: 6 -6,-1: ind: -6,-1 @@ -213,7 +213,7 @@ entities: version: 6 -4,0: ind: -4,0 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAAAcAAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAABfgAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbQAAAAAAbAAAAAAAfgAAAAAAHwAAAAABLwAAAAADHwAAAAAALwAAAAABHwAAAAADLwAAAAADHwAAAAAALwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAADHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbQAAAAAAbAAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAACTQAAAAABXQAAAAADfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAADfgAAAAAAOAAAAAAAHwAAAAACEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAcAAAAAABcAAAAAADcAAAAAABcAAAAAACfgAAAAAAOAAAAAAAHwAAAAADEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAABcAAAAAACcAAAAAADcAAAAAABfgAAAAAAOAAAAAAAHwAAAAABEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAAAHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACHwAAAAAAHwAAAAAAHwAAAAAAKAAAAAABHwAAAAACfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAAAHwAAAAACHwAAAAABKAAAAAABKAAAAAABKAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADHwAAAAABHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAKAAAAAADfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAABcAAAAAABfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADfgAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAADfgAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAABHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbQAAAAAAbAAAAAAAfgAAAAAAHwAAAAABLwAAAAACHwAAAAAALwAAAAACHwAAAAADLwAAAAABHwAAAAACLwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbQAAAAAAbAAAAAAAfgAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAATQAAAAABXQAAAAADfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAOAAAAAAAHwAAAAABEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAcAAAAAACcAAAAAAAcAAAAAACcAAAAAADfgAAAAAAOAAAAAAAHwAAAAABEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAADcAAAAAAAcAAAAAABcAAAAAADfgAAAAAAOAAAAAAAHwAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAcAAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAAAHwAAAAADHwAAAAABHwAAAAABHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABHwAAAAADHwAAAAABHwAAAAADHwAAAAACKAAAAAACHwAAAAADfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAKAAAAAAAKAAAAAAAKAAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAADHwAAAAABHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAKAAAAAAAfgAAAAAAfgAAAAAA version: 6 -4,-3: ind: -4,-3 @@ -221,15 +221,15 @@ entities: version: 6 0,-4: ind: 0,-4 - tiles: XQAAAAACXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAA + tiles: XQAAAAABXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: fQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAJAAAAAACHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAegAAAAAAegAAAAADegAAAAABegAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAACegAAAAADfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAABXQAAAAAC + tiles: fQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAABfgAAAAAAJAAAAAACHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAegAAAAABegAAAAACegAAAAACegAAAAABfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAACegAAAAADfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAXQAAAAABXQAAAAAB version: 6 -2,-4: ind: -2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAA version: 6 -1,-6: ind: -1,-6 @@ -237,23 +237,23 @@ entities: version: 6 0,-5: ind: 0,-5 - tiles: fgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABDAAAAAACXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAABXQAAAAADXQAAAAABXQAAAAADBwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAACXQAAAAADXQAAAAABXQAAAAACBwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAABXQAAAAACXQAAAAADXQAAAAACBwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAABXQAAAAABXQAAAAAAXQAAAAABBwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAABXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABDAAAAAACXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADDAAAAAABXQAAAAADXQAAAAADXQAAAAACBwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAAAXQAAAAAAXQAAAAABXQAAAAAABwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAAAXQAAAAABXQAAAAABXQAAAAAABwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAADAAAAAADXQAAAAAAXQAAAAAAXQAAAAABBwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACDAAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAegAAAAAAegAAAAADfgAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAegAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAegAAAAACegAAAAADfgAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAegAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: XQAAAAACXQAAAAACXQAAAAADegAAAAABegAAAAABegAAAAACegAAAAACegAAAAADegAAAAADegAAAAACfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAegAAAAADegAAAAAAegAAAAAAegAAAAADegAAAAAAegAAAAADegAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAegAAAAACegAAAAACegAAAAACegAAAAAAegAAAAAAegAAAAADegAAAAABfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAegAAAAADegAAAAAAegAAAAADegAAAAAAegAAAAADegAAAAABegAAAAADfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAADegAAAAADHwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAegAAAAADegAAAAADegAAAAACegAAAAAAHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADTQAAAAAATQAAAAACfgAAAAAAegAAAAADegAAAAACegAAAAAAegAAAAACHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAKAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAAATgAAAAADXQAAAAABbQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADHwAAAAAAHwAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACHwAAAAACHwAAAAACHwAAAAADHwAAAAADHwAAAAACHwAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAABXQAAAAADXQAAAAACfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAABXQAAAAAC + tiles: XQAAAAACXQAAAAABXQAAAAAAegAAAAABegAAAAAAegAAAAAAegAAAAADegAAAAAAegAAAAABegAAAAAAfgAAAAAAHwAAAAABHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAegAAAAABegAAAAADegAAAAAAegAAAAACegAAAAADegAAAAAAegAAAAABfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAegAAAAADegAAAAACegAAAAADegAAAAACegAAAAADegAAAAADegAAAAACfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAegAAAAADegAAAAAAegAAAAABegAAAAAAegAAAAADegAAAAABegAAAAACfgAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAegAAAAACegAAAAADegAAAAAAegAAAAABHwAAAAABHwAAAAADHwAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAegAAAAABegAAAAACegAAAAAAegAAAAABHwAAAAABHwAAAAABHwAAAAABfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAATQAAAAAATQAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAACegAAAAABHwAAAAACHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAKAAAAAADfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAADTgAAAAAAXQAAAAAAbQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADHwAAAAADHwAAAAADXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAABfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAACHwAAAAACHwAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAXQAAAAABXQAAAAABfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAADXQAAAAAA version: 6 3,0: ind: 3,0 - tiles: XQAAAAACXQAAAAADXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: XQAAAAACXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 0,1: ind: 0,1 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAABfgAAAAAAHwAAAAACHwAAAAABHwAAAAACfgAAAAAAegAAAAACegAAAAADfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAABfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAegAAAAADegAAAAADfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAABHwAAAAACHwAAAAAAHwAAAAACHwAAAAADHwAAAAACegAAAAAAegAAAAADfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAABfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAATQAAAAAAXQAAAAABXQAAAAAAXQAAAAABfgAAAAAAHwAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAHwAAAAADHwAAAAADfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATQAAAAAAXQAAAAABXQAAAAACHwAAAAABfgAAAAAAHwAAAAADHwAAAAAAfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAACHwAAAAADfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAABfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAegAAAAADegAAAAADfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAegAAAAABegAAAAABfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAHwAAAAACHwAAAAACHwAAAAABHwAAAAACHwAAAAAAegAAAAAAegAAAAADfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAATQAAAAADXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADHwAAAAABHwAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAABfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAHwAAAAADHwAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAATQAAAAADXQAAAAABXQAAAAACHwAAAAAAfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAABHwAAAAADfgAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAABHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAHwAAAAACHwAAAAACfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAHwAAAAABHwAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAA version: 6 0,-6: ind: 0,-6 @@ -261,15 +261,15 @@ entities: version: 6 -1,-5: ind: -1,-5 - tiles: fQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAADAAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAXQAAAAADXQAAAAADXQAAAAADDAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAXQAAAAAAXQAAAAAAXQAAAAAADAAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAXQAAAAAAXQAAAAABXQAAAAAADAAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAXQAAAAACXQAAAAACXQAAAAADDAAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAADAAAAAAD + tiles: fQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAADAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAABXQAAAAAAXQAAAAABXQAAAAACDAAAAAADfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAABXQAAAAAAXQAAAAABXQAAAAAADAAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAXQAAAAABXQAAAAAAXQAAAAADDAAAAAABfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABwAAAAAAXQAAAAADXQAAAAADXQAAAAACDAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADDAAAAAAC version: 6 1,1: ind: 1,1 - tiles: XQAAAAAAXQAAAAACfgAAAAAATQAAAAACTQAAAAABfgAAAAAAfgAAAAAAKAAAAAADfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADHwAAAAABHwAAAAACHwAAAAADHwAAAAACHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAXQAAAAAAXQAAAAADfgAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAACHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAATQAAAAAATQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAABTQAAAAACTQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAXQAAAAABXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAA + tiles: XQAAAAADXQAAAAADfgAAAAAATQAAAAACTQAAAAACfgAAAAAAfgAAAAAAKAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAABfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAAAHwAAAAACHwAAAAADHwAAAAADHwAAAAAAHwAAAAACHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAXQAAAAADXQAAAAACfgAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABfgAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAABHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAATQAAAAABTQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAAATQAAAAABTQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAA version: 6 2,1: ind: 2,1 - tiles: fgAAAAAAfgAAAAAAJgAAAAABJgAAAAADJgAAAAABJgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAegAAAAAAegAAAAABegAAAAADXQAAAAADXQAAAAABbAAAAAAAfgAAAAAAJgAAAAACLwAAAAACLwAAAAACLwAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAJgAAAAADLwAAAAABLwAAAAABLwAAAAACfgAAAAAAXQAAAAABXQAAAAABXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAACfgAAAAAACQAAAAAACQAAAAAACQAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAACTQAAAAADXQAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAAATQAAAAADXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAADTQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAACXQAAAAACXQAAAAADfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAADfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAJgAAAAACJgAAAAABJgAAAAADJgAAAAABfgAAAAAAXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAegAAAAACegAAAAAAegAAAAACXQAAAAABXQAAAAABbAAAAAAAfgAAAAAAJgAAAAABLwAAAAADLwAAAAAALwAAAAACfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAJgAAAAACLwAAAAAALwAAAAABLwAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADfgAAAAAACQAAAAAACQAAAAAACQAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAADTQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAADTQAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAACTQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAACXQAAAAABXQAAAAADfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-2: ind: 4,-2 @@ -285,27 +285,27 @@ entities: version: 6 2,0: ind: 2,0 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAXQAAAAADXQAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAACfgAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAegAAAAABegAAAAABegAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAegAAAAACegAAAAABegAAAAACfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAegAAAAADegAAAAABegAAAAACfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABXQAAAAADXQAAAAABfgAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAADfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAABfgAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAegAAAAADegAAAAADegAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACXQAAAAADXQAAAAADXQAAAAACfgAAAAAAegAAAAACegAAAAADegAAAAADfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAegAAAAABegAAAAACegAAAAABfgAAAAAAfgAAAAAA version: 6 3,1: ind: 3,1 - tiles: XQAAAAABXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAABXQAAAAAAXQAAAAADXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAACQAAAAAACQAAAAAACQAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: XQAAAAADXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAABXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAACQAAAAAACQAAAAAACQAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAADXQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAACXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAACXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,1: ind: -3,1 - tiles: aAAAAAADXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAaAAAAAABaAAAAAAAaAAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAAAegAAAAABfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAALgAAAAAAegAAAAADegAAAAADegAAAAAAHwAAAAACXQAAAAABXQAAAAACXQAAAAABfgAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAALgAAAAAAegAAAAABegAAAAADegAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAALgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABegAAAAADfgAAAAAAXQAAAAACXQAAAAADXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAACXQAAAAADegAAAAACegAAAAADegAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAADTgAAAAADXQAAAAAATgAAAAADXQAAAAAATgAAAAAAXQAAAAABTgAAAAACXQAAAAABegAAAAADegAAAAABegAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAACHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAA + tiles: aAAAAAABXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAegAAAAABegAAAAACegAAAAACfgAAAAAAXQAAAAABXQAAAAABXQAAAAACfgAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAACegAAAAADHwAAAAADXQAAAAADXQAAAAACXQAAAAACfgAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAABegAAAAADfgAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAPwAAAAAAPwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAPwAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAABfgAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAACegAAAAADegAAAAAAegAAAAADXQAAAAABXQAAAAABXQAAAAABXQAAAAACXQAAAAADTgAAAAABXQAAAAAATgAAAAAAXQAAAAAATgAAAAACXQAAAAABTgAAAAAAXQAAAAAAegAAAAADegAAAAACegAAAAADfgAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAA version: 6 -4,1: ind: -4,1 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAXQAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAegAAAAACegAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAegAAAAADegAAAAABegAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAATgAAAAACXQAAAAACfgAAAAAAegAAAAADegAAAAABegAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADZAAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAXQAAAAACTgAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAABegAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAZAAAAAAAXQAAAAACfgAAAAAAXQAAAAACegAAAAAAegAAAAAAegAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAXQAAAAACfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAHwAAAAACHwAAAAABHwAAAAADHwAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAZAAAAAAAfgAAAAAAfgAAAAAAegAAAAADegAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADegAAAAADegAAAAAAegAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAATgAAAAADXQAAAAADfgAAAAAAegAAAAADegAAAAABegAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACZAAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAXQAAAAADTgAAAAABfgAAAAAAfgAAAAAAegAAAAAAegAAAAABegAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAZAAAAAAAXQAAAAADfgAAAAAAXQAAAAABegAAAAADegAAAAADegAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAegAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAA version: 6 -2,1: ind: -2,1 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADegAAAAACegAAAAABegAAAAABegAAAAABegAAAAACHwAAAAACfgAAAAAAHwAAAAACHwAAAAAAHwAAAAABfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAADegAAAAACegAAAAAAegAAAAAAegAAAAAAegAAAAADHwAAAAAAHwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAHwAAAAACegAAAAADegAAAAABegAAAAAAegAAAAABegAAAAACHwAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACXQAAAAACLgAAAAAALgAAAAAAfgAAAAAAHwAAAAADegAAAAABegAAAAADegAAAAACegAAAAAAegAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACfgAAAAAAXQAAAAABLgAAAAAALgAAAAAAfgAAAAAAHwAAAAABegAAAAAAegAAAAABegAAAAABegAAAAAAegAAAAAAHwAAAAAAHwAAAAADIwAAAAADHwAAAAAAIwAAAAAAfgAAAAAAXQAAAAABLgAAAAAALgAAAAAAfgAAAAAAHwAAAAADegAAAAAAegAAAAADegAAAAABegAAAAABegAAAAACHwAAAAADfgAAAAAAIwAAAAABHwAAAAADIwAAAAAAfgAAAAAAXQAAAAACLgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAABXQAAAAACXQAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAAATgAAAAAAXQAAAAACTgAAAAACXQAAAAACTgAAAAACXQAAAAABTgAAAAACXQAAAAAATgAAAAADXQAAAAABTgAAAAABXQAAAAAATgAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAABXQAAAAADHwAAAAABHwAAAAACHwAAAAACHwAAAAABHwAAAAACHwAAAAAAHwAAAAACHwAAAAAAfgAAAAAATQAAAAABTQAAAAABTQAAAAADfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAADXQAAAAADXQAAAAAAXQAAAAACXQAAAAACXQAAAAABXQAAAAABXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABegAAAAACegAAAAAAegAAAAACegAAAAAAegAAAAADHwAAAAACfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAbQAAAAAAHwAAAAACegAAAAABegAAAAABegAAAAADegAAAAABegAAAAABHwAAAAAAHwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfgAAAAAAXQAAAAADfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADegAAAAABegAAAAADegAAAAAAegAAAAADegAAAAAAHwAAAAABfgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAAAXQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAABegAAAAACegAAAAACegAAAAACegAAAAADegAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADegAAAAAAegAAAAACegAAAAACegAAAAACegAAAAABHwAAAAAAHwAAAAACIwAAAAAAHwAAAAABIwAAAAACfgAAAAAAXQAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAHwAAAAADegAAAAAAegAAAAACegAAAAACegAAAAABegAAAAABHwAAAAABfgAAAAAAIwAAAAAAHwAAAAAAIwAAAAACfgAAAAAAXQAAAAADbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATQAAAAAAXQAAAAACXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAACXQAAAAACTgAAAAABXQAAAAADTgAAAAABXQAAAAACTgAAAAABXQAAAAACTgAAAAAAXQAAAAADTgAAAAABXQAAAAADTgAAAAAAXQAAAAACTgAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAADXQAAAAACXQAAAAACXQAAAAABXQAAAAADXQAAAAABXQAAAAAAXQAAAAABXQAAAAACXQAAAAACHwAAAAABHwAAAAABHwAAAAABHwAAAAABHwAAAAADHwAAAAAAHwAAAAADHwAAAAACfgAAAAAATQAAAAADTQAAAAABTQAAAAABfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAADXQAAAAADXQAAAAACXQAAAAAAXQAAAAACXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAADXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAAAXQAAAAABXQAAAAADXQAAAAACXQAAAAABXQAAAAADXQAAAAACXQAAAAACXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -2,2: ind: -2,2 - tiles: fgAAAAAAXQAAAAABXQAAAAAAXQAAAAACXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAfgAAAAAAXQAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAXQAAAAAATwAAAAAABQAAAAADfgAAAAAATwAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAABXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAXQAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAAHwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAACXQAAAAABXQAAAAADXQAAAAACfgAAAAAAXQAAAAABXQAAAAABXQAAAAACfgAAAAAAHwAAAAADHwAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAA + tiles: fgAAAAAAXQAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAADXQAAAAACXQAAAAACfgAAAAAAXQAAAAABTwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAXQAAAAAATwAAAAAABQAAAAAAfgAAAAAATwAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAABHwAAAAADHwAAAAACHwAAAAABXQAAAAACXQAAAAABXQAAAAACfgAAAAAAXQAAAAAATwAAAAAATwAAAAAAfgAAAAAATwAAAAAAHwAAAAABTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAACXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAACfgAAAAAAHwAAAAACHwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUQAAAAAA version: 6 -1,3: ind: -1,3 @@ -313,7 +313,7 @@ entities: version: 6 -1,2: ind: -1,2 - tiles: TwAAAAAAXQAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAADbAAAAAAATwAAAAAAXQAAAAACfgAAAAAAfgAAAAAAXQAAAAACfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAACbAAAAAAATwAAAAAAXQAAAAACfgAAAAAAXQAAAAAAXQAAAAADXQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACbAAAAAAAXQAAAAAAXQAAAAABfgAAAAAAXQAAAAABXQAAAAADXQAAAAABfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAXQAAAAACbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAXQAAAAADXQAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAA + tiles: TwAAAAAAXQAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAACbAAAAAAATwAAAAAAXQAAAAABfgAAAAAAfgAAAAAAXQAAAAABfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAXQAAAAADbAAAAAAATwAAAAAAXQAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAADfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACbAAAAAAAXQAAAAAAXQAAAAADfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAXQAAAAACbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAXQAAAAACXQAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAA version: 6 -3,2: ind: -3,2 @@ -333,23 +333,23 @@ entities: version: 6 0,2: ind: 0,2 - tiles: bAAAAAAAbAAAAAAAXQAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAbQAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAXQAAAAAAXQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAA + tiles: bAAAAAAAbAAAAAAAXQAAAAABfgAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAbAAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbAAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAbQAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAbAAAAAAAbAAAAAAAXQAAAAABXQAAAAADbQAAAAAAbQAAAAAAbQAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAXQAAAAACXQAAAAADXQAAAAABXQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,2: ind: -4,2 - tiles: AAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAABHwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAA + tiles: AAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAABHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAA version: 6 -4,3: ind: -4,3 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAXQAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAXQAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAXQAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAXQAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAXQAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfgAAAAAAfQAAAAAAXQAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,1: ind: -5,1 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAHwAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAADHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAABgAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAADHwAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAACHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAADHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAHwAAAAADfgAAAAAAHwAAAAABHwAAAAAAHwAAAAADfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,0: ind: -5,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAA version: 6 2,-5: ind: 2,-5 @@ -385,7 +385,7 @@ entities: version: 6 1,2: ind: 1,2 - tiles: fQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAA + tiles: fQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAA version: 6 -2,4: ind: -2,4 @@ -405,11 +405,11 @@ entities: version: 6 -6,1: ind: -6,1 - tiles: HwAAAAABHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAABCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAHwAAAAADHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAOwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADHwAAAAADCAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAACAAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAOwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,1: ind: -7,1 - tiles: QAAAAAAAQAAAAAAAQAAAAAAAHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAABHwAAAAAAHwAAAAABHwAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAABfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAADHwAAAAACfgAAAAAAHwAAAAAAHwAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAAAHwAAAAACHwAAAAACHwAAAAACfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAADHwAAAAAAfgAAAAAAfQAAAAAAHwAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAADHwAAAAABHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfQAAAAAAIwAAAAAAOAAAAAAAOAAAAAAAIwAAAAAAHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAIwAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAfgAAAAAAOAAAAAAAIwAAAAADHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAACIwAAAAABOAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAIwAAAAABHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIwAAAAAAHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAAAIwAAAAAAIwAAAAACHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAADfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABHwAAAAAAHwAAAAABTwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: QAAAAAAAQAAAAAAAQAAAAAAAHwAAAAABfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAHwAAAAABHwAAAAACHwAAAAACHwAAAAABHwAAAAADQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAABQAAAAAAAQAAAAAAAQAAAAAAAHwAAAAABfgAAAAAAHwAAAAABHwAAAAACHwAAAAADHwAAAAAAHwAAAAADfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAADHwAAAAADHwAAAAABHwAAAAAAfgAAAAAAHwAAAAACHwAAAAADHwAAAAACHwAAAAADHwAAAAABfgAAAAAAfQAAAAAAHwAAAAADfgAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAACTwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAADHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAADfgAAAAAAfgAAAAAAfQAAAAAAIwAAAAADOAAAAAAAOAAAAAAAIwAAAAABHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAIwAAAAACHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAfgAAAAAAOAAAAAAAIwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAIwAAAAAAIwAAAAACIwAAAAAAIwAAAAAAIwAAAAACOAAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAIwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAIwAAAAABHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAADfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIwAAAAAAIwAAAAADIwAAAAADHwAAAAABHwAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,0: ind: -6,0 @@ -417,23 +417,23 @@ entities: version: 6 -7,0: ind: -7,0 - tiles: fQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAABHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAAHwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADHwAAAAAAHwAAAAADHwAAAAAAHwAAAAABHwAAAAADHwAAAAACHwAAAAABfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAABfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACEQAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAADHwAAAAABHwAAAAAAEQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACEQAAAAAAHwAAAAABEQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAJAAAAAAAHwAAAAABHwAAAAADfgAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACEQAAAAAAHwAAAAADEQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAHwAAAAABHwAAAAAAHwAAAAACHwAAAAABHwAAAAACHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAABHwAAAAAAEQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABHwAAAAABHwAAAAADHwAAAAADfgAAAAAAHwAAAAADHwAAAAAAHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAA + tiles: fQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAACHwAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAABHwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACHwAAAAACHwAAAAACHwAAAAABHwAAAAACHwAAAAACHwAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAADfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACEQAAAAAAEQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACHwAAAAABHwAAAAAAEQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAEQAAAAAAHwAAAAABEQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAHwAAAAADfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAHwAAAAACJAAAAAACHwAAAAABHwAAAAADfgAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAEQAAAAAAHwAAAAACEQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAHwAAAAACHwAAAAAAHwAAAAADHwAAAAABHwAAAAAAHwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAABHwAAAAAAEQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAHwAAAAADfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABHwAAAAACHwAAAAAAHwAAAAAAfgAAAAAAHwAAAAACHwAAAAAAHwAAAAACHwAAAAACHwAAAAABfgAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAA version: 6 -8,0: ind: -8,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAADHwAAAAAAHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfgAAAAAAEQAAAAAAHwAAAAADHwAAAAABAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAEQAAAAAAHwAAAAACEQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAABHwAAAAABJAAAAAACAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABHwAAAAADHwAAAAADHwAAAAACHwAAAAACHwAAAAADfQAAAAAAfQAAAAAAfgAAAAAAEQAAAAAAHwAAAAAAEQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAEQAAAAAAHwAAAAABHwAAAAADAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAAAHwAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAACHwAAAAABHwAAAAACHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAEQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABfQAAAAAAAAAAAAAAfgAAAAAAEQAAAAAAHwAAAAAAHwAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfgAAAAAAEQAAAAAAHwAAAAADEQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAHwAAAAADHwAAAAABJAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABHwAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAACfQAAAAAAfQAAAAAAfgAAAAAAEQAAAAAAHwAAAAADEQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAEQAAAAAAHwAAAAACHwAAAAABAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAADHwAAAAAA version: 6 -8,1: ind: -8,1 - tiles: AAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAHwAAAAACfgAAAAAAHwAAAAADHwAAAAADHwAAAAAAHwAAAAAAHwAAAAADfgAAAAAAHwAAAAABQAAAAAAAQAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAADHwAAAAABHwAAAAAAHwAAAAADHwAAAAABHwAAAAACHwAAAAAAQAAAAAAAQAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABQAAAAAAAQAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAACHwAAAAACAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAHwAAAAADHwAAAAABHwAAAAADAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAADHwAAAAADHwAAAAACHwAAAAADfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAACHwAAAAABIwAAAAADIwAAAAAAIwAAAAADAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABIwAAAAABOAAAAAAAOAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACIwAAAAAAOAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAIwAAAAABOAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABfQAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACIwAAAAADOAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADIwAAAAABOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAADIwAAAAAAIwAAAAADIwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAHwAAAAAAHwAAAAAAHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAC + tiles: AAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACHwAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAABHwAAAAABHwAAAAADfgAAAAAAHwAAAAADQAAAAAAAQAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACHwAAAAABHwAAAAABHwAAAAABHwAAAAABHwAAAAACHwAAAAADHwAAAAADHwAAAAABHwAAAAABQAAAAAAAQAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABHwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAABQAAAAAAAQAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAACHwAAAAABAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAHwAAAAABHwAAAAABHwAAAAABAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABHwAAAAABHwAAAAABHwAAAAABfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAACIwAAAAACIwAAAAAAIwAAAAACAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAADHwAAAAADIwAAAAADOAAAAAAAOAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAABHwAAAAACIwAAAAAAOAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACIwAAAAADOAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABfQAAAAAAfgAAAAAAfgAAAAAAOAAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAACIwAAAAADOAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAABIwAAAAADOAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfgAAAAAAfgAAAAAAHwAAAAAAHwAAAAACIwAAAAADIwAAAAADIwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAAHwAAAAADHwAAAAABHwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAHwAAAAAC version: 6 -8,2: ind: -8,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAACHwAAAAAAHwAAAAABHwAAAAAAHwAAAAAAHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAADHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAAAHwAAAAADHwAAAAACHwAAAAACHwAAAAADHwAAAAADHwAAAAAAHwAAAAABHwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADHwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAHwAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,2: ind: -7,2 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADHwAAAAADHwAAAAADHwAAAAAAHwAAAAAAHwAAAAAAHwAAAAACHwAAAAACHwAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAADHwAAAAABfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAABHwAAAAADHwAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAACfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAHwAAAAABfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAADHwAAAAADHwAAAAABHwAAAAABHwAAAAACHwAAAAAAHwAAAAADHwAAAAAAHwAAAAAAHwAAAAADfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACHwAAAAADHwAAAAACfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAACHwAAAAABHwAAAAADfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-1: ind: -7,-1 @@ -445,7 +445,7 @@ entities: version: 6 -5,3: ind: -5,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,2: ind: -5,2 @@ -465,23 +465,23 @@ entities: version: 6 3,2: ind: 3,2 - tiles: AAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAAAXQAAAAADXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAACXQAAAAADXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABXQAAAAAAXQAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAABXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAACXQAAAAAAXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAACXQAAAAACXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAABXQAAAAABXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAAAXQAAAAABfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAADXQAAAAABXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAACXQAAAAABXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADXQAAAAADXQAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAABXQAAAAACXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAADXQAAAAAAXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbQAAAAAAXQAAAAACXQAAAAAAXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,2: ind: 2,2 - tiles: fgAAAAAAXQAAAAABXQAAAAADXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAABfgAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAACfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAACXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAXQAAAAACXQAAAAACXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAXQAAAAADXQAAAAABXQAAAAADbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAAAXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAACXQAAAAADXQAAAAAAXQAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAAAXQAAAAADXQAAAAAAXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAADXQAAAAADXQAAAAACXQAAAAACfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAXQAAAAABXQAAAAADXQAAAAACbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAXQAAAAACXQAAAAADXQAAAAADbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: XQAAAAABXQAAAAACXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAAAXQAAAAACfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAXQAAAAACXQAAAAAAXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAXQAAAAABXQAAAAABXQAAAAABbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAAAXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAADXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAABXQAAAAABXQAAAAABXQAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAXQAAAAABXQAAAAABXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbQAAAAAAXQAAAAABXQAAAAABXQAAAAAAbQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,3: ind: 1,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,3: ind: 2,3 - tiles: fgAAAAAAXQAAAAACXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAABXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAADXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAAAXQAAAAADXQAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAXQAAAAAAXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAADXQAAAAADXQAAAAABXQAAAAABXQAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXQAAAAACXQAAAAADXQAAAAAAXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,3: ind: 3,3 - tiles: AAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAAAXQAAAAABXQAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXQAAAAADXQAAAAACXQAAAAADXQAAAAAAXQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAABXQAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXQAAAAADXQAAAAADXQAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAADXQAAAAABXQAAAAABXQAAAAADXQAAAAADfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAXQAAAAACXQAAAAACXQAAAAACXQAAAAACXQAAAAABfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfgAAAAAAfgAAAAAAXQAAAAACXQAAAAADXQAAAAADfgAAAAAAfgAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAfQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 - type: Broadphase - type: Physics @@ -579,6 +579,7 @@ entities: 4376: 55,39 4377: 55,45 4378: 55,47 + 4836: 13,-13 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' @@ -729,10 +730,12 @@ entities: 3810: 47,18 3896: -13,11 3941: -5,17 - 3954: 13,-14 3979: -56,13 3980: -54,13 4774: 6,-20 + 4869: -31,19 + 4870: -31,20 + 4871: -31,21 - node: cleanable: True color: '#FFFFFFFF' @@ -2224,6 +2227,22 @@ entities: 3652: 23,-38 3653: 23,-37 3654: 23,-39 + 4853: 52,29 + 4854: 52,30 + 4855: 52,31 + 4856: 52,32 + 4857: 56,29 + 4858: 56,30 + 4859: 56,31 + 4860: 56,32 + 4861: 36,29 + 4862: 36,30 + 4863: 36,31 + 4864: 36,32 + 4865: 32,29 + 4866: 32,30 + 4867: 32,31 + 4868: 32,32 - node: color: '#DE3A3A96' id: CheckerNESW @@ -2314,6 +2333,22 @@ entities: 1652: -8,-16 1653: -7,-16 1654: -6,-16 + 4837: 32,29 + 4838: 32,30 + 4839: 32,31 + 4840: 32,32 + 4841: 36,29 + 4842: 36,30 + 4843: 36,31 + 4844: 36,32 + 4845: 52,29 + 4846: 52,30 + 4847: 52,31 + 4848: 52,32 + 4849: 56,29 + 4850: 56,30 + 4851: 56,31 + 4852: 56,32 - node: color: '#A4610696' id: CheckerNWSE @@ -2392,8 +2427,6 @@ entities: 171: 10,14 172: 11,14 173: 12,14 - 362: 14,-13 - 363: 14,-12 1084: 1,-55 1085: 0,-55 1086: -1,-55 @@ -2405,13 +2438,6 @@ entities: 1092: -1,-57 1093: 0,-58 1094: 0,-54 - - node: - color: '#D4D4D496' - id: CheckerNWSE - decals: - 3944: 14,-14 - 3945: 14,-13 - 3946: 14,-12 - node: color: '#DE3A3A96' id: CheckerNWSE @@ -2541,6 +2567,7 @@ entities: 4259: 33,26 4575: 46,0 4576: 46,1 + 4873: -31,18 - node: cleanable: True color: '#FFFFFFFF' @@ -2774,9 +2801,6 @@ entities: 3862: -9,-12 3863: -11,-12 3864: -10,-12 - 3951: 12,-11 - 3952: 11,-12 - 3953: 13,-14 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' @@ -2863,8 +2887,6 @@ entities: 3494: 8,14 3855: -11,-17 3856: -11,-14 - 3947: 13,-14 - 3948: 12,-11 4778: 9,-22 - node: color: '#FFFFFFFF' @@ -3143,8 +3165,6 @@ entities: 3731: -35,8 3732: -35,7 3733: -37,8 - 3949: 10,-14 - 3950: 13,-12 4407: 33,23 4408: 34,23 4409: 37,23 @@ -5660,25 +5680,21 @@ entities: color: '#FFFFFFFF' id: WarnCornerNE decals: - 3754: -33,21 4209: -16,34 - node: color: '#FFFFFFFF' id: WarnCornerNW decals: - 3751: -31,21 4208: -18,34 - node: color: '#FFFFFFFF' id: WarnCornerSE decals: - 3755: -33,19 4210: -16,32 - node: color: '#FFFFFFFF' id: WarnCornerSW decals: - 3750: -31,19 4207: -18,32 - node: color: '#FFFFFFFF' @@ -5794,7 +5810,6 @@ entities: 3152: 56,11 3338: -19,41 3390: 1,-13 - 3753: -33,20 3893: -15,3 4099: 17,-22 4214: -16,33 @@ -6128,7 +6143,6 @@ entities: 3328: -27,39 3334: -15,41 3391: -1,-13 - 3752: -31,20 3780: 40,-36 4098: 15,-22 4212: -18,33 @@ -6633,21 +6647,18 @@ entities: 1: 136 2,-4: 1: 4369 - 0: 4 - 2: 52224 + 0: 52228 2,-5: 1: 4352 0: 58379 2,-3: 1: 33825 - 2: 140 + 0: 140 3,-4: - 0: 52363 - 2: 13056 + 0: 64395 3,-3: - 2: 51 + 0: 35003 1: 12288 - 0: 34956 3,-1: 1: 8739 0: 34952 @@ -6975,10 +6986,10 @@ entities: 0: 56797 5,-8: 0: 15359 - 3: 32768 + 2: 32768 5,-7: 0: 61491 - 3: 136 + 2: 136 5,-6: 0: 65535 5,-5: @@ -6989,9 +7000,9 @@ entities: 0: 65311 6,-8: 0: 255 - 3: 28672 + 2: 28672 6,-7: - 3: 119 + 2: 119 0: 61952 6,-6: 0: 61695 @@ -7191,7 +7202,7 @@ entities: -7,3: 0: 65535 -8,4: - 0: 47608 + 0: 48120 -7,4: 0: 65535 -6,1: @@ -7291,7 +7302,7 @@ entities: -10,4: 0: 45311 -9,4: - 0: 45300 + 0: 47348 -12,-8: 0: 57343 -12,-9: @@ -8027,7 +8038,7 @@ entities: -3,5: 0: 4095 -3,6: - 0: 61883 + 0: 62139 -3,7: 0: 46079 -3,8: @@ -8163,7 +8174,7 @@ entities: 7,7: 1: 17476 7,8: - 1: 17604 + 1: 17476 8,4: 0: 19932 8,5: @@ -8171,9 +8182,9 @@ entities: 8,6: 0: 61183 8,7: - 0: 61166 + 0: 65534 8,8: - 0: 61166 + 0: 61167 9,4: 0: 35771 9,5: @@ -8181,12 +8192,14 @@ entities: 9,6: 0: 255 1: 16384 - 9,3: - 0: 49080 9,7: + 0: 4368 1: 17476 + 9,3: + 0: 49080 9,8: - 1: 17508 + 0: 1 + 1: 17476 10,4: 0: 13115 10,5: @@ -8208,7 +8221,7 @@ entities: 0: 255 1: 16384 17,-7: - 4: 1 + 3: 1 1: 4104 17,-6: 1: 4593 @@ -8283,17 +8296,17 @@ entities: 12,7: 1: 17476 12,8: - 1: 17604 + 1: 17476 13,5: 0: 65279 13,6: 0: 61183 + 13,7: + 0: 65534 13,4: 1: 736 - 13,7: - 0: 61166 13,8: - 0: 61166 + 0: 61167 14,4: 1: 1264 14,5: @@ -8302,9 +8315,11 @@ entities: 0: 55 1: 16384 14,7: + 0: 4368 1: 17476 14,8: - 1: 17508 + 0: 1 + 1: 17476 -12,5: 0: 28799 -12,6: @@ -8314,7 +8329,7 @@ entities: -13,7: 1: 39312 -12,8: - 5: 12 + 4: 12 6: 3072 -11,5: 0: 63351 @@ -8322,7 +8337,7 @@ entities: 0: 4607 1: 49152 -11,8: - 5: 1 + 4: 1 1: 17476 6: 256 -11,7: @@ -8422,10 +8437,10 @@ entities: 0: 255 1: 57344 -8,11: - 7: 816 + 5: 816 1: 34952 -9,11: - 7: 2176 + 5: 2176 1: 8738 -8,12: 1: 34959 @@ -8445,7 +8460,7 @@ entities: -6,11: 0: 4095 -6,12: - 7: 61166 + 5: 61166 -5,9: 0: 65528 -5,10: @@ -8453,7 +8468,7 @@ entities: -5,11: 0: 36863 -5,12: - 7: 30515 + 5: 30515 0: 12 -4,9: 0: 65528 @@ -8463,7 +8478,7 @@ entities: 0: 4095 -4,12: 0: 1 - 7: 65518 + 5: 65518 -4,13: 1: 61680 -5,13: @@ -8477,7 +8492,7 @@ entities: -5,15: 1: 17487 -3,12: - 7: 13107 + 5: 13107 1: 34944 -3,13: 1: 47792 @@ -8543,7 +8558,7 @@ entities: 1: 61713 -12,9: 0: 16 - 7: 3084 + 5: 3084 -13,9: 1: 39305 -13,10: @@ -8552,19 +8567,19 @@ entities: 1: 35033 0: 12544 -12,10: - 4: 12 - 7: 3072 + 3: 12 + 5: 3072 -12,11: - 7: 12 + 5: 12 -11,9: - 7: 257 + 5: 257 1: 17476 -11,10: - 4: 1 - 7: 256 + 3: 1 + 5: 256 1: 17476 -11,11: - 7: 1 + 5: 1 1: 17476 -11,12: 1: 17487 @@ -8619,7 +8634,7 @@ entities: -13,12: 1: 34952 6: 48 - 5: 12288 + 4: 12288 -12,13: 1: 61455 -13,13: @@ -8652,11 +8667,11 @@ entities: 1: 62671 -7,14: 1: 244 - 7: 57344 + 5: 57344 0: 1024 -7,15: 1: 61440 - 7: 238 + 5: 238 0: 1024 -7,16: 1: 65524 @@ -8716,7 +8731,7 @@ entities: 0: 1 1: 8738 6: 128 - 5: 32768 + 4: 32768 -17,12: 0: 52232 -16,13: @@ -9211,34 +9226,40 @@ entities: 1: 17472 9,11: 0: 28784 + 7,12: + 1: 17472 7,13: - 1: 3072 + 1: 18500 7,14: - 1: 3084 + 1: 2120 8,13: 1: 61424 8,14: 1: 4079 9,12: 0: 272 + 1: 17472 9,13: - 1: 1808 + 1: 17236 9,14: - 1: 1799 + 1: 835 + 12,12: + 1: 17472 12,13: - 1: 3072 + 1: 18500 12,14: - 1: 3084 + 1: 2120 13,13: 1: 61424 13,14: 1: 4079 14,12: 0: 272 + 1: 17472 14,13: - 1: 1808 + 1: 17236 14,14: - 1: 1799 + 1: 835 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -9270,21 +9291,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 103.92799 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - volume: 2500 temperature: 235 moles: @@ -9333,7 +9339,7 @@ entities: - volume: 2500 temperature: 293.15 moles: - - 6666.982 + - 0 - 0 - 0 - 0 @@ -9348,7 +9354,7 @@ entities: - volume: 2500 temperature: 293.15 moles: - - 0 + - 6666.982 - 0 - 0 - 0 @@ -10757,6 +10763,17 @@ entities: - 21643 - 17627 - 17632 + - uid: 23956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-14.5 + parent: 60 + - type: DeviceList + devices: + - 23975 + - 14770 + - 3594 - uid: 24360 components: - type: Transform @@ -10847,20 +10864,6 @@ entities: rot: -1.5707963267948966 rad pos: -1.5599055,29.41489 parent: 60 -- proto: AirAlarmVox - entities: - - uid: 398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-14.5 - parent: 60 - - type: DeviceList - devices: - - 18678 - - 17545 - - 13640 - - 1911 - proto: AirCanister entities: - uid: 1679 @@ -10938,6 +10941,11 @@ entities: - type: Transform pos: -118.5,19.5 parent: 60 + - uid: 24027 + components: + - type: Transform + pos: -30.5,19.5 + parent: 60 - proto: Airlock entities: - uid: 13234 @@ -12539,6 +12547,11 @@ entities: - type: Transform pos: 4.5,-54.5 parent: 60 + - uid: 5317 + components: + - type: Transform + pos: 14.5,-12.5 + parent: 60 - uid: 5401 components: - type: Transform @@ -12633,11 +12646,6 @@ entities: - type: Transform pos: 1.5,-21.5 parent: 60 - - uid: 13869 - components: - - type: Transform - pos: -31.5,22.5 - parent: 60 - uid: 14053 components: - type: MetaData @@ -13166,13 +13174,6 @@ entities: - type: Transform pos: -29.5,17.5 parent: 60 - - uid: 16534 - components: - - type: MetaData - name: Cryo - - type: Transform - pos: -31.5,18.5 - parent: 60 - uid: 17328 components: - type: MetaData @@ -13187,6 +13188,11 @@ entities: - type: Transform pos: 2.5,-11.5 parent: 60 + - uid: 18483 + components: + - type: Transform + pos: -31.5,22.5 + parent: 60 - uid: 19997 components: - type: Transform @@ -13726,6 +13732,14 @@ entities: - type: Transform pos: 23.5,-31.5 parent: 60 + - uid: 3594 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 23956 - uid: 5061 components: - type: Transform @@ -14194,16 +14208,6 @@ entities: - 25159 - 25158 - 25157 -- proto: AirSensorVox - entities: - - uid: 18678 - components: - - type: Transform - pos: 12.5,-13.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 398 - proto: AltarSpawner entities: - uid: 14509 @@ -15565,83 +15569,6 @@ entities: - type: Transform pos: -45.5,40.5 parent: 60 -- proto: AtmosFixVoxMarker - entities: - - uid: 2925 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 60 - - uid: 21758 - components: - - type: Transform - pos: 10.5,-13.5 - parent: 60 - - uid: 21762 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 60 - - uid: 24768 - components: - - type: Transform - pos: 11.5,-13.5 - parent: 60 - - uid: 24769 - components: - - type: Transform - pos: 11.5,-12.5 - parent: 60 - - uid: 24770 - components: - - type: Transform - pos: 11.5,-11.5 - parent: 60 - - uid: 24771 - components: - - type: Transform - pos: 12.5,-13.5 - parent: 60 - - uid: 24772 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 60 - - uid: 24773 - components: - - type: Transform - pos: 12.5,-11.5 - parent: 60 - - uid: 24774 - components: - - type: Transform - pos: 13.5,-13.5 - parent: 60 - - uid: 24775 - components: - - type: Transform - pos: 13.5,-12.5 - parent: 60 - - uid: 24776 - components: - - type: Transform - pos: 13.5,-11.5 - parent: 60 - - uid: 24777 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 60 - - uid: 24778 - components: - - type: Transform - pos: 12.5,-10.5 - parent: 60 - - uid: 24779 - components: - - type: Transform - pos: 13.5,-10.5 - parent: 60 - proto: Autolathe entities: - uid: 5223 @@ -56891,6 +56818,12 @@ entities: - type: Transform pos: -110.5,3.5 parent: 60 + - uid: 24023 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,29.5 + parent: 60 - uid: 24330 components: - type: Transform @@ -57131,22 +57064,11 @@ entities: rot: -1.5707963267948966 rad pos: 49.5,-11.5 parent: 60 -- proto: ChairFoldingSpawnFolded - entities: - - uid: 24677 - components: - - type: Transform - pos: 13.489263,-10.206997 - parent: 60 - - uid: 24681 - components: - - type: Transform - pos: 13.484532,-10.489941 - parent: 60 - - uid: 24682 + - uid: 11683 components: - type: Transform - pos: 13.468907,-9.958691 + rot: 1.5707963267948966 rad + pos: 12.52908,-13.379191 parent: 60 - proto: ChairOfficeDark entities: @@ -57934,13 +57856,6 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,-29.5 parent: 60 -- proto: CheapLighter - entities: - - uid: 24688 - components: - - type: Transform - pos: 11.67561,-10.449981 - parent: 60 - proto: CheapRollerBed entities: - uid: 18779 @@ -58056,6 +57971,11 @@ entities: parent: 60 - proto: CigaretteSpent entities: + - uid: 7194 + components: + - type: Transform + pos: 12.722401,-10.222941 + parent: 60 - uid: 11564 components: - type: Transform @@ -58066,11 +57986,6 @@ entities: - type: Transform pos: -1.8065233,17.298546 parent: 60 - - uid: 24689 - components: - - type: Transform - pos: 10.239885,-13.590562 - parent: 60 - uid: 25213 components: - type: Transform @@ -58621,6 +58536,16 @@ entities: - 0 - 0 - 0 + - uid: 24008 + components: + - type: Transform + pos: 32.5,32.5 + parent: 60 + - uid: 24011 + components: + - type: Transform + pos: 52.5,32.5 + parent: 60 - uid: 25193 components: - type: Transform @@ -58638,10 +58563,15 @@ entities: parent: 60 - proto: ClosetEmergencyN2FilledRandom entities: - - uid: 23866 + - uid: 24022 components: - type: Transform - pos: 12.5,-10.5 + pos: 32.5,30.5 + parent: 60 + - uid: 24024 + components: + - type: Transform + pos: -25.5,26.5 parent: 60 - proto: ClosetFireFilled entities: @@ -58885,6 +58815,16 @@ entities: - 0 - 0 - 0 + - uid: 24009 + components: + - type: Transform + pos: 32.5,31.5 + parent: 60 + - uid: 24010 + components: + - type: Transform + pos: 52.5,31.5 + parent: 60 - uid: 25189 components: - type: Transform @@ -62474,6 +62414,11 @@ entities: - type: Transform pos: 30.5,-2.5 parent: 60 + - uid: 24029 + components: + - type: Transform + pos: -32.5,21.5 + parent: 60 - proto: CrateEngineeringAMEShielding entities: - uid: 16062 @@ -63169,31 +63114,35 @@ entities: parent: 60 - proto: CryogenicSleepUnit entities: - - uid: 13885 + - uid: 6056 components: - type: Transform - pos: -30.5,19.5 + rot: 3.141592653589793 rad + pos: 10.5,-12.5 parent: 60 - - uid: 13893 + - uid: 11682 components: - type: Transform - pos: -30.5,21.5 + rot: 3.141592653589793 rad + pos: 10.5,-11.5 parent: 60 -- proto: CryogenicSleepUnitSpawner - entities: - - uid: 11344 + - uid: 13847 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,19.5 + pos: 10.5,-13.5 parent: 60 - proto: CryogenicSleepUnitSpawnerLateJoin entities: - - uid: 13857 + - uid: 4283 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,21.5 + pos: 13.5,-10.5 + parent: 60 + - uid: 23954 + components: + - type: Transform + pos: 13.5,-11.5 parent: 60 - proto: CryoPod entities: @@ -63470,10 +63419,10 @@ entities: parent: 60 - proto: DefaultStationBeaconCryosleep entities: - - uid: 20984 + - uid: 23981 components: - type: Transform - pos: -31.5,20.5 + pos: 12.5,-12.5 parent: 60 - proto: DefaultStationBeaconDetectiveRoom entities: @@ -63714,13 +63663,6 @@ entities: - type: Transform pos: 3.5,-6.5 parent: 60 -- proto: DefaultStationBeaconVox - entities: - - uid: 23890 - components: - - type: Transform - pos: 11.5,-11.5 - parent: 60 - proto: DefaultStationBeaconWardensOffice entities: - uid: 24426 @@ -64388,11 +64330,6 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,-23.5 parent: 60 - - uid: 2762 - components: - - type: Transform - pos: 16.5,-13.5 - parent: 60 - uid: 3048 components: - type: Transform @@ -67030,6 +66967,11 @@ entities: rot: 3.141592653589793 rad pos: -55.5,5.5 parent: 60 + - uid: 13857 + components: + - type: Transform + pos: 16.5,-13.5 + parent: 60 - uid: 13863 components: - type: Transform @@ -67717,12 +67659,6 @@ entities: - type: Transform pos: 20.5,-14.5 parent: 60 - - uid: 21091 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-13.5 - parent: 60 - uid: 21355 components: - type: Transform @@ -67870,12 +67806,6 @@ entities: rot: -1.5707963267948966 rad pos: -93.5,17.5 parent: 60 - - uid: 23856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-13.5 - parent: 60 - uid: 23926 components: - type: Transform @@ -68232,12 +68162,6 @@ entities: - type: Transform pos: 30.5,-22.5 parent: 60 - - uid: 2442 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-13.5 - parent: 60 - uid: 2525 components: - type: Transform @@ -68606,11 +68530,6 @@ entities: - type: Transform pos: -22.5,-26.5 parent: 60 - - uid: 7222 - components: - - type: Transform - pos: 13.5,-13.5 - parent: 60 - uid: 7236 components: - type: Transform @@ -69212,21 +69131,26 @@ entities: - type: Transform pos: 51.66018,17.672226 parent: 60 - - uid: 24685 + - uid: 23976 components: - type: Transform - pos: 11.323212,-10.2755575 + pos: 13.274552,-13.238566 parent: 60 - - uid: 24686 + - uid: 23978 components: - type: Transform - pos: 11.323212,-10.3693075 + rot: -1.5707963267948966 rad + pos: 11.977677,-10.910441 parent: 60 - - uid: 24687 + - uid: 23979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.041962,-11.1505575 + pos: 13.274552,-13.472941 + parent: 60 + - uid: 23980 + components: + - type: Transform + pos: 13.274552,-13.363566 parent: 60 - proto: DrinkWhiskeyBottleFull entities: @@ -69780,6 +69704,11 @@ entities: - type: Transform pos: -10.5,-51.5 parent: 60 + - uid: 10941 + components: + - type: Transform + pos: -29.5,22.5 + parent: 60 - uid: 13258 components: - type: Transform @@ -69835,11 +69764,6 @@ entities: - type: Transform pos: -13.5,22.5 parent: 60 - - uid: 21716 - components: - - type: Transform - pos: -33.5,21.5 - parent: 60 - uid: 21718 components: - type: Transform @@ -73967,15 +73891,6 @@ entities: color: '#FF1212FF' - proto: GasFilterFlipped entities: - - uid: 71 - components: - - type: MetaData - name: Set to Nitrogen - - type: Transform - pos: 14.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 23468 components: - type: Transform @@ -74396,17 +74311,6 @@ entities: - type: Transform pos: 51.5,-18.5 parent: 60 - - uid: 24660 - components: - - type: Transform - pos: 12.5,-8.5 - parent: 60 - - uid: 24663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-12.5 - parent: 60 - proto: GasPipeBend entities: - uid: 68 @@ -74953,22 +74857,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 7194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-11.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 7200 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 7285 components: - type: Transform @@ -75105,6 +74993,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 11488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-12.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11723 components: - type: Transform @@ -77479,14 +77375,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 1072 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 1073 components: - type: Transform @@ -77495,14 +77383,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 1074 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-12.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 1076 components: - type: Transform @@ -81511,6 +81391,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 4006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 4008 components: - type: Transform @@ -83005,6 +82893,13 @@ entities: rot: -1.5707963267948966 rad pos: -54.5,49.5 parent: 60 + - uid: 5884 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 5893 components: - type: Transform @@ -84119,6 +84014,13 @@ entities: rot: -1.5707963267948966 rad pos: -53.5,49.5 parent: 60 + - uid: 7120 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 7123 components: - type: Transform @@ -84132,6 +84034,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 7200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7211 components: - type: Transform @@ -85162,6 +85072,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 11379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-12.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 11739 components: - type: Transform @@ -85590,6 +85508,12 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 13550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,25.5 + parent: 60 - uid: 13564 components: - type: Transform @@ -85614,6 +85538,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 13573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 13587 components: - type: Transform @@ -85677,6 +85609,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 13640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 13643 components: - type: Transform @@ -85825,6 +85765,12 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 13869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,23.5 + parent: 60 - uid: 13877 components: - type: Transform @@ -87696,6 +87642,14 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,34.5 parent: 60 + - uid: 15171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-12.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 15172 components: - type: Transform @@ -89621,48 +89575,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17615 - components: - - type: Transform - pos: -30.5,22.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17616 - components: - - type: Transform - pos: -30.5,21.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - - uid: 17617 - components: - - type: Transform - pos: -32.5,24.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17618 - components: - - type: Transform - pos: -32.5,23.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17619 - components: - - type: Transform - pos: -32.5,22.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 17620 - components: - - type: Transform - pos: -32.5,21.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 17699 components: - type: Transform @@ -92623,6 +92535,14 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 23977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24128 components: - type: Transform @@ -92671,18 +92591,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 24666 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-9.5 - parent: 60 - - uid: 24679 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-12.5 - parent: 60 - uid: 24750 components: - type: Transform @@ -94241,22 +94149,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 2539 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-13.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 2540 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-11.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 2693 components: - type: Transform @@ -95144,6 +95036,22 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 11734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-12.5 + parent: 60 + - type: AtmosPipeColor + color: '#0335FCFF' + - uid: 11761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-13.5 + parent: 60 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 12196 components: - type: Transform @@ -95500,20 +95408,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 14766 - components: - - type: Transform - pos: -32.5,25.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - - uid: 14770 - components: - - type: Transform - pos: -30.5,23.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 14800 components: - type: Transform @@ -98100,6 +97994,16 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' + - uid: 14770 + components: + - type: Transform + pos: 12.5,-11.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 23956 + - type: AtmosPipeColor + color: '#0335FCFF' - uid: 15651 components: - type: Transform @@ -98231,14 +98135,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#0335FCFF' - - uid: 17623 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,20.5 - parent: 60 - - type: AtmosPipeColor - color: '#0335FCFF' - uid: 17624 components: - type: Transform @@ -98613,17 +98509,6 @@ entities: - 25157 - type: AtmosPipeColor color: '#0335FCFF' -- proto: GasVentPumpVox - entities: - - uid: 17545 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-12.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 398 - proto: GasVentScrubber entities: - uid: 61 @@ -99727,14 +99612,6 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' - - uid: 17622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,20.5 - parent: 60 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 17626 components: - type: Transform @@ -99994,6 +99871,17 @@ entities: parent: 60 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 23975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-13.5 + parent: 60 + - type: DeviceNetwork + deviceLists: + - 23956 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 24358 components: - type: Transform @@ -100067,26 +99955,6 @@ entities: - 25157 - type: AtmosPipeColor color: '#FF1212FF' -- proto: GasVentScrubberVox - entities: - - uid: 1911 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-10.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 398 - - uid: 13640 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-12.5 - parent: 60 - - type: DeviceNetwork - deviceLists: - - 398 - proto: GasVolumePump entities: - uid: 14850 @@ -100240,6 +100108,11 @@ entities: - type: Transform pos: -21.5,-16.5 parent: 60 + - uid: 71 + components: + - type: Transform + pos: 50.5,55.5 + parent: 60 - uid: 79 components: - type: Transform @@ -100272,6 +100145,11 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,-10.5 parent: 60 + - uid: 203 + components: + - type: Transform + pos: 58.5,42.5 + parent: 60 - uid: 216 components: - type: Transform @@ -100364,6 +100242,11 @@ entities: - type: Transform pos: 2.5,-19.5 parent: 60 + - uid: 398 + components: + - type: Transform + pos: 58.5,50.5 + parent: 60 - uid: 464 components: - type: Transform @@ -100394,6 +100277,11 @@ entities: - type: Transform pos: 5.5,-19.5 parent: 60 + - uid: 593 + components: + - type: Transform + pos: 50.5,53.5 + parent: 60 - uid: 601 components: - type: Transform @@ -100483,6 +100371,16 @@ entities: - type: Transform pos: -20.5,-7.5 parent: 60 + - uid: 1072 + components: + - type: Transform + pos: 50.5,57.5 + parent: 60 + - uid: 1074 + components: + - type: Transform + pos: 30.5,30.5 + parent: 60 - uid: 1121 components: - type: Transform @@ -100493,6 +100391,11 @@ entities: - type: Transform pos: 4.5,-26.5 parent: 60 + - uid: 1199 + components: + - type: Transform + pos: 38.5,57.5 + parent: 60 - uid: 1233 components: - type: Transform @@ -100699,6 +100602,11 @@ entities: - type: Transform pos: -20.5,-2.5 parent: 60 + - uid: 1911 + components: + - type: Transform + pos: 30.5,31.5 + parent: 60 - uid: 1984 components: - type: Transform @@ -100777,11 +100685,31 @@ entities: rot: -1.5707963267948966 rad pos: 17.5,-25.5 parent: 60 + - uid: 2442 + components: + - type: Transform + pos: 30.5,28.5 + parent: 60 - uid: 2518 components: - type: Transform pos: 42.5,-32.5 parent: 60 + - uid: 2538 + components: + - type: Transform + pos: 38.5,55.5 + parent: 60 + - uid: 2539 + components: + - type: Transform + pos: 50.5,50.5 + parent: 60 + - uid: 2540 + components: + - type: Transform + pos: 38.5,49.5 + parent: 60 - uid: 2543 components: - type: Transform @@ -100807,6 +100735,11 @@ entities: - type: Transform pos: -66.5,-16.5 parent: 60 + - uid: 2635 + components: + - type: Transform + pos: 38.5,52.5 + parent: 60 - uid: 2656 components: - type: Transform @@ -100817,6 +100750,11 @@ entities: - type: Transform pos: 36.5,-22.5 parent: 60 + - uid: 2660 + components: + - type: Transform + pos: 50.5,51.5 + parent: 60 - uid: 2734 components: - type: Transform @@ -100852,6 +100790,11 @@ entities: - type: Transform pos: 32.5,-41.5 parent: 60 + - uid: 2762 + components: + - type: Transform + pos: 50.5,49.5 + parent: 60 - uid: 2769 components: - type: Transform @@ -100877,11 +100820,21 @@ entities: - type: Transform pos: 60.5,-35.5 parent: 60 + - uid: 2877 + components: + - type: Transform + pos: 38.5,51.5 + parent: 60 - uid: 2911 components: - type: Transform pos: 18.5,-16.5 parent: 60 + - uid: 2925 + components: + - type: Transform + pos: 30.5,57.5 + parent: 60 - uid: 2971 components: - type: Transform @@ -100962,6 +100915,11 @@ entities: - type: Transform pos: -59.5,-25.5 parent: 60 + - uid: 3150 + components: + - type: Transform + pos: 38.5,53.5 + parent: 60 - uid: 3206 components: - type: Transform @@ -101049,6 +101007,16 @@ entities: - type: Transform pos: 57.5,-36.5 parent: 60 + - uid: 3441 + components: + - type: Transform + pos: 38.5,50.5 + parent: 60 + - uid: 3481 + components: + - type: Transform + pos: 58.5,55.5 + parent: 60 - uid: 3488 components: - type: Transform @@ -101069,6 +101037,11 @@ entities: - type: Transform pos: 51.5,-39.5 parent: 60 + - uid: 3585 + components: + - type: Transform + pos: 58.5,57.5 + parent: 60 - uid: 3595 components: - type: Transform @@ -101199,6 +101172,11 @@ entities: - type: Transform pos: 29.5,-56.5 parent: 60 + - uid: 3841 + components: + - type: Transform + pos: 30.5,51.5 + parent: 60 - uid: 3846 components: - type: Transform @@ -101266,6 +101244,11 @@ entities: - type: Transform pos: -35.5,-29.5 parent: 60 + - uid: 4058 + components: + - type: Transform + pos: 30.5,49.5 + parent: 60 - uid: 4064 components: - type: Transform @@ -101376,6 +101359,11 @@ entities: - type: Transform pos: -46.5,-6.5 parent: 60 + - uid: 4544 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 60 - uid: 4589 components: - type: Transform @@ -102198,6 +102186,11 @@ entities: - type: Transform pos: -91.5,-17.5 parent: 60 + - uid: 7222 + components: + - type: Transform + pos: 30.5,52.5 + parent: 60 - uid: 7231 components: - type: Transform @@ -102536,6 +102529,11 @@ entities: rot: 3.141592653589793 rad pos: 48.5,-43.5 parent: 60 + - uid: 7850 + components: + - type: Transform + pos: 30.5,53.5 + parent: 60 - uid: 7869 components: - type: Transform @@ -102837,6 +102835,11 @@ entities: - type: Transform pos: -68.5,11.5 parent: 60 + - uid: 8785 + components: + - type: Transform + pos: 30.5,55.5 + parent: 60 - uid: 8923 components: - type: Transform @@ -103637,6 +103640,21 @@ entities: - type: Transform pos: 52.5,18.5 parent: 60 + - uid: 13484 + components: + - type: Transform + pos: 58.5,29.5 + parent: 60 + - uid: 13561 + components: + - type: Transform + pos: 58.5,30.5 + parent: 60 + - uid: 13572 + components: + - type: Transform + pos: 58.5,32.5 + parent: 60 - uid: 13626 components: - type: Transform @@ -103717,6 +103735,16 @@ entities: - type: Transform pos: -40.5,19.5 parent: 60 + - uid: 13885 + components: + - type: Transform + pos: 58.5,33.5 + parent: 60 + - uid: 13893 + components: + - type: Transform + pos: 50.5,52.5 + parent: 60 - uid: 14009 components: - type: Transform @@ -103845,6 +103873,11 @@ entities: - type: Transform pos: -40.5,42.5 parent: 60 + - uid: 14766 + components: + - type: Transform + pos: 58.5,34.5 + parent: 60 - uid: 14772 components: - type: Transform @@ -104837,15 +104870,50 @@ entities: - type: Transform pos: -48.5,25.5 parent: 60 - - uid: 17600 + - uid: 17620 components: - type: Transform - pos: -30.5,22.5 + pos: 57.5,32.5 + parent: 60 + - uid: 17622 + components: + - type: Transform + pos: 57.5,29.5 + parent: 60 + - uid: 17623 + components: + - type: Transform + pos: 51.5,31.5 parent: 60 - uid: 17649 components: - type: Transform - pos: -32.5,22.5 + pos: 51.5,29.5 + parent: 60 + - uid: 17653 + components: + - type: Transform + pos: 37.5,31.5 + parent: 60 + - uid: 17654 + components: + - type: Transform + pos: 37.5,29.5 + parent: 60 + - uid: 17661 + components: + - type: Transform + pos: 31.5,31.5 + parent: 60 + - uid: 17662 + components: + - type: Transform + pos: 31.5,29.5 + parent: 60 + - uid: 17681 + components: + - type: Transform + pos: 50.5,28.5 parent: 60 - uid: 17736 components: @@ -105193,26 +105261,6 @@ entities: - type: Transform pos: 22.5,10.5 parent: 60 - - uid: 19331 - components: - - type: Transform - pos: 56.5,29.5 - parent: 60 - - uid: 19399 - components: - - type: Transform - pos: 56.5,30.5 - parent: 60 - - uid: 19400 - components: - - type: Transform - pos: 56.5,31.5 - parent: 60 - - uid: 19401 - components: - - type: Transform - pos: 56.5,32.5 - parent: 60 - uid: 19408 components: - type: Transform @@ -105228,26 +105276,6 @@ entities: - type: Transform pos: 55.5,1.5 parent: 60 - - uid: 19425 - components: - - type: Transform - pos: 52.5,29.5 - parent: 60 - - uid: 19426 - components: - - type: Transform - pos: 52.5,30.5 - parent: 60 - - uid: 19427 - components: - - type: Transform - pos: 52.5,31.5 - parent: 60 - - uid: 19428 - components: - - type: Transform - pos: 52.5,32.5 - parent: 60 - uid: 19429 components: - type: Transform @@ -105573,11 +105601,6 @@ entities: - type: Transform pos: 29.5,26.5 parent: 60 - - uid: 19516 - components: - - type: Transform - pos: 36.5,29.5 - parent: 60 - uid: 19528 components: - type: Transform @@ -105588,41 +105611,6 @@ entities: - type: Transform pos: 18.5,-80.5 parent: 60 - - uid: 19553 - components: - - type: Transform - pos: 36.5,30.5 - parent: 60 - - uid: 19568 - components: - - type: Transform - pos: 36.5,31.5 - parent: 60 - - uid: 19569 - components: - - type: Transform - pos: 36.5,32.5 - parent: 60 - - uid: 19570 - components: - - type: Transform - pos: 32.5,29.5 - parent: 60 - - uid: 19571 - components: - - type: Transform - pos: 32.5,30.5 - parent: 60 - - uid: 19572 - components: - - type: Transform - pos: 32.5,31.5 - parent: 60 - - uid: 19573 - components: - - type: Transform - pos: 32.5,32.5 - parent: 60 - uid: 19574 components: - type: Transform @@ -106860,6 +106848,11 @@ entities: - type: Transform pos: 52.5,52.5 parent: 60 + - uid: 21762 + components: + - type: Transform + pos: 57.5,31.5 + parent: 60 - uid: 21778 components: - type: Transform @@ -107773,6 +107766,11 @@ entities: - type: Transform pos: -123.5,24.5 parent: 60 + - uid: 23381 + components: + - type: Transform + pos: 57.5,30.5 + parent: 60 - uid: 23402 components: - type: Transform @@ -107898,6 +107896,166 @@ entities: - type: Transform pos: 57.5,49.5 parent: 60 + - uid: 23856 + components: + - type: Transform + pos: 51.5,32.5 + parent: 60 + - uid: 23864 + components: + - type: Transform + pos: 51.5,30.5 + parent: 60 + - uid: 23866 + components: + - type: Transform + pos: 37.5,32.5 + parent: 60 + - uid: 23890 + components: + - type: Transform + pos: 37.5,30.5 + parent: 60 + - uid: 23944 + components: + - type: Transform + pos: 31.5,32.5 + parent: 60 + - uid: 23945 + components: + - type: Transform + pos: 31.5,30.5 + parent: 60 + - uid: 23957 + components: + - type: Transform + pos: 58.5,41.5 + parent: 60 + - uid: 23959 + components: + - type: Transform + pos: 30.5,50.5 + parent: 60 + - uid: 23961 + components: + - type: Transform + pos: 58.5,31.5 + parent: 60 + - uid: 23963 + components: + - type: Transform + pos: 58.5,53.5 + parent: 60 + - uid: 23968 + components: + - type: Transform + pos: 58.5,52.5 + parent: 60 + - uid: 23971 + components: + - type: Transform + pos: 58.5,51.5 + parent: 60 + - uid: 23972 + components: + - type: Transform + pos: 58.5,49.5 + parent: 60 + - uid: 23973 + components: + - type: Transform + pos: 58.5,43.5 + parent: 60 + - uid: 23974 + components: + - type: Transform + pos: 58.5,28.5 + parent: 60 + - uid: 23983 + components: + - type: Transform + pos: 30.5,29.5 + parent: 60 + - uid: 23984 + components: + - type: Transform + pos: 30.5,33.5 + parent: 60 + - uid: 23985 + components: + - type: Transform + pos: 30.5,34.5 + parent: 60 + - uid: 23986 + components: + - type: Transform + pos: 30.5,32.5 + parent: 60 + - uid: 23987 + components: + - type: Transform + pos: 38.5,28.5 + parent: 60 + - uid: 23988 + components: + - type: Transform + pos: 38.5,29.5 + parent: 60 + - uid: 23989 + components: + - type: Transform + pos: 38.5,30.5 + parent: 60 + - uid: 23990 + components: + - type: Transform + pos: 38.5,31.5 + parent: 60 + - uid: 23991 + components: + - type: Transform + pos: 38.5,32.5 + parent: 60 + - uid: 23992 + components: + - type: Transform + pos: 38.5,33.5 + parent: 60 + - uid: 23993 + components: + - type: Transform + pos: 38.5,34.5 + parent: 60 + - uid: 23994 + components: + - type: Transform + pos: 50.5,29.5 + parent: 60 + - uid: 23995 + components: + - type: Transform + pos: 50.5,30.5 + parent: 60 + - uid: 23996 + components: + - type: Transform + pos: 50.5,31.5 + parent: 60 + - uid: 23997 + components: + - type: Transform + pos: 50.5,32.5 + parent: 60 + - uid: 23998 + components: + - type: Transform + pos: 50.5,33.5 + parent: 60 + - uid: 23999 + components: + - type: Transform + pos: 50.5,34.5 + parent: 60 - uid: 24177 components: - type: Transform @@ -108269,111 +108427,51 @@ entities: - type: Transform pos: 37.5,54.5 parent: 60 - - uid: 25253 - components: - - type: Transform - pos: 38.5,54.5 - parent: 60 - uid: 25254 components: - type: Transform pos: 37.5,56.5 parent: 60 - - uid: 25255 - components: - - type: Transform - pos: 38.5,56.5 - parent: 60 - uid: 25256 components: - type: Transform pos: 37.5,58.5 parent: 60 - - uid: 25257 - components: - - type: Transform - pos: 38.5,58.5 - parent: 60 - uid: 25258 components: - type: Transform pos: 31.5,56.5 parent: 60 - - uid: 25259 - components: - - type: Transform - pos: 30.5,56.5 - parent: 60 - uid: 25260 components: - type: Transform pos: 31.5,54.5 parent: 60 - - uid: 25261 - components: - - type: Transform - pos: 30.5,54.5 - parent: 60 - uid: 25262 components: - type: Transform pos: 31.5,58.5 parent: 60 - - uid: 25263 - components: - - type: Transform - pos: 30.5,58.5 - parent: 60 - - uid: 25264 - components: - - type: Transform - pos: 50.5,54.5 - parent: 60 - uid: 25265 components: - type: Transform pos: 51.5,56.5 parent: 60 - - uid: 25266 - components: - - type: Transform - pos: 50.5,56.5 - parent: 60 - uid: 25267 components: - type: Transform pos: 51.5,58.5 parent: 60 - - uid: 25268 - components: - - type: Transform - pos: 50.5,58.5 - parent: 60 - uid: 25269 components: - type: Transform pos: 57.5,54.5 parent: 60 - - uid: 25270 - components: - - type: Transform - pos: 58.5,54.5 - parent: 60 - - uid: 25271 - components: - - type: Transform - pos: 58.5,56.5 - parent: 60 - uid: 25272 components: - type: Transform pos: 57.5,56.5 parent: 60 - - uid: 25273 - components: - - type: Transform - pos: 58.5,58.5 - parent: 60 - uid: 25274 components: - type: Transform @@ -112108,6 +112206,11 @@ entities: - type: Transform pos: -63.5,43.5 parent: 60 + - uid: 24026 + components: + - type: Transform + pos: -30.5,20.5 + parent: 60 - uid: 24673 components: - type: Transform @@ -112325,6 +112428,11 @@ entities: - type: Transform pos: -57.5,36.5 parent: 60 + - uid: 24025 + components: + - type: Transform + pos: -30.5,21.5 + parent: 60 - uid: 24678 components: - type: Transform @@ -114818,6 +114926,26 @@ entities: - type: Transform pos: -109.5,2.5 parent: 60 + - uid: 24018 + components: + - type: Transform + pos: 52.5,29.5 + parent: 60 + - uid: 24019 + components: + - type: Transform + pos: 56.5,32.5 + parent: 60 + - uid: 24020 + components: + - type: Transform + pos: 36.5,29.5 + parent: 60 + - uid: 24021 + components: + - type: Transform + pos: 36.5,32.5 + parent: 60 - proto: PottedPlantRandomPlastic entities: - uid: 5598 @@ -114963,6 +115091,251 @@ entities: - type: Transform pos: -40.465534,4.7516193 parent: 60 +- proto: PoweredDimSmallLight + entities: + - uid: 18490 + components: + - type: Transform + pos: 54.5,-10.5 + parent: 60 + - uid: 18678 + components: + - type: Transform + pos: -8.5,-30.5 + parent: 60 + - uid: 19331 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,-42.5 + parent: 60 + - uid: 19399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-54.5 + parent: 60 + - uid: 19400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-29.5 + parent: 60 + - uid: 19401 + components: + - type: Transform + pos: 25.5,-50.5 + parent: 60 + - uid: 19425 + components: + - type: Transform + pos: 13.5,-48.5 + parent: 60 + - uid: 19426 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 60 + - uid: 19427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-32.5 + parent: 60 + - uid: 19428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-23.5 + parent: 60 + - uid: 19516 + components: + - type: Transform + pos: -6.5,-40.5 + parent: 60 + - uid: 19553 + components: + - type: Transform + pos: -32.5,-34.5 + parent: 60 + - uid: 19568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-3.5 + parent: 60 + - uid: 19569 + components: + - type: Transform + pos: -64.5,-17.5 + parent: 60 + - uid: 19570 + components: + - type: Transform + pos: -58.5,-16.5 + parent: 60 + - uid: 19571 + components: + - type: Transform + pos: 58.5,-44.5 + parent: 60 + - uid: 19572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-43.5 + parent: 60 + - uid: 19573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,29.5 + parent: 60 + - uid: 19620 + components: + - type: Transform + pos: -22.5,5.5 + parent: 60 + - uid: 19621 + components: + - type: Transform + pos: -4.5,-48.5 + parent: 60 + - uid: 19622 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,29.5 + parent: 60 + - uid: 19623 + components: + - type: Transform + pos: -44.5,27.5 + parent: 60 + - uid: 19624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-27.5 + parent: 60 + - uid: 19625 + components: + - type: Transform + pos: 45.5,-3.5 + parent: 60 + - uid: 19626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-45.5 + parent: 60 + - uid: 19627 + components: + - type: Transform + pos: -8.5,-48.5 + parent: 60 + - uid: 19628 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 60 + - uid: 19629 + components: + - type: Transform + pos: 8.5,-48.5 + parent: 60 + - uid: 19630 + components: + - type: Transform + pos: -45.5,-12.5 + parent: 60 + - uid: 19631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -59.5,-1.5 + parent: 60 + - uid: 19632 + components: + - type: Transform + pos: -38.5,17.5 + parent: 60 + - uid: 19633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-10.5 + parent: 60 + - uid: 19637 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 60 + - uid: 19639 + components: + - type: Transform + pos: 36.5,21.5 + parent: 60 + - uid: 19725 + components: + - type: Transform + pos: 29.5,18.5 + parent: 60 + - uid: 19726 + components: + - type: Transform + pos: 28.5,12.5 + parent: 60 + - uid: 19727 + components: + - type: Transform + pos: 31.5,-4.5 + parent: 60 + - uid: 20062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,2.5 + parent: 60 + - uid: 20063 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-39.5 + parent: 60 + - uid: 20423 + components: + - type: Transform + pos: 53.5,-3.5 + parent: 60 + - uid: 20984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-38.5 + parent: 60 + - uid: 20993 + components: + - type: Transform + pos: -11.5,-33.5 + parent: 60 + - uid: 21091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-19.5 + parent: 60 + - uid: 21444 + components: + - type: Transform + pos: -54.5,29.5 + parent: 60 + - uid: 21471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -63.5,-6.5 + parent: 60 - proto: Poweredlight entities: - uid: 96 @@ -116066,12 +116439,6 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,20.5 parent: 60 - - uid: 13847 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,20.5 - parent: 60 - uid: 13904 components: - type: Transform @@ -117177,13 +117544,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 203 - components: - - type: Transform - pos: 54.5,-10.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 234 components: - type: Transform @@ -117206,13 +117566,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 1199 - components: - - type: Transform - pos: -8.5,-30.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 1211 components: - type: Transform @@ -117284,43 +117637,6 @@ entities: rot: 3.141592653589793 rad pos: 19.5,-38.5 parent: 60 - - uid: 2877 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-46.5 - parent: 60 - - uid: 3150 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-42.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3441 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-54.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-29.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 3594 - components: - - type: Transform - pos: 19.5,-43.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 3633 components: - type: Transform @@ -117328,12 +117644,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 3841 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-46.5 - parent: 60 - uid: 3968 components: - type: Transform @@ -117349,13 +117659,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4006 - components: - - type: Transform - pos: -18.5,-33.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4014 components: - type: Transform @@ -117363,14 +117666,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-32.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4293 components: - type: Transform @@ -117406,28 +117701,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 4525 - components: - - type: Transform - pos: 25.5,-50.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4531 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-23.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 4544 - components: - - type: Transform - pos: -8.5,-40.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 4554 components: - type: Transform @@ -117451,35 +117724,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 5317 - components: - - type: Transform - pos: -32.5,-34.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-3.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 5884 - components: - - type: Transform - pos: -68.5,-18.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 6056 - components: - - type: Transform - pos: -64.5,-17.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 6193 components: - type: Transform @@ -117502,13 +117746,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 7120 - components: - - type: Transform - pos: -58.5,-16.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 7186 components: - type: Transform @@ -117530,13 +117767,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 7850 - components: - - type: Transform - pos: 58.5,-44.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 8396 components: - type: Transform @@ -117557,14 +117787,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 8785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-57.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 9170 components: - type: Transform @@ -117659,75 +117881,12 @@ entities: parent: 7536 - type: ApcPowerReceiver powerLoad: 0 - - uid: 10941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-43.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11379 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,29.5 - parent: 60 - - uid: 11488 - components: - - type: Transform - pos: -21.5,5.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11682 - components: - - type: Transform - pos: -4.5,-48.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11683 - components: - - type: Transform - pos: 13.5,-48.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,29.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 11761 - components: - - type: Transform - pos: -44.5,27.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-27.5 - parent: 60 - uid: 13194 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.5,15.5 parent: 60 - - uid: 13484 - components: - - type: Transform - pos: 53.5,-3.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 13530 components: - type: Transform @@ -117735,43 +117894,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 13550 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-46.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13551 - components: - - type: Transform - pos: -8.5,-48.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13561 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-48.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13572 - components: - - type: Transform - pos: 12.5,-39.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 13573 - components: - - type: Transform - pos: 7.5,-48.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 13750 components: - type: Transform @@ -117878,28 +118000,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 17725 - components: - - type: Transform - pos: -45.5,-12.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 17727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-1.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 17731 - components: - - type: Transform - pos: -36.5,17.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 17734 components: - type: Transform @@ -117923,20 +118023,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 18483 - components: - - type: Transform - pos: 3.5,-9.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 18490 - components: - - type: Transform - pos: 8.5,-2.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 18629 components: - type: Transform @@ -117980,6 +118066,11 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,-3.5 parent: 60 + - uid: 19130 + components: + - type: Transform + pos: -6.5,-44.5 + parent: 60 - uid: 19194 components: - type: Transform @@ -118040,27 +118131,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 19725 - components: - - type: Transform - pos: 36.5,21.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 19726 - components: - - type: Transform - pos: 29.5,18.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 19727 - components: - - type: Transform - pos: 27.5,12.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 19833 components: - type: Transform @@ -118081,29 +118151,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 20062 - components: - - type: Transform - pos: 31.5,-4.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 20063 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,2.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 20423 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-39.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 20566 components: - type: Transform @@ -118111,13 +118158,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 20993 - components: - - type: Transform - pos: 45.5,-3.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 21067 components: - type: Transform @@ -118130,21 +118170,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 21444 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-38.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - - uid: 21471 - components: - - type: Transform - pos: -11.5,-33.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 21548 components: - type: Transform @@ -118258,14 +118283,6 @@ entities: parent: 60 - type: ApcPowerReceiver powerLoad: 0 - - uid: 24291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-19.5 - parent: 60 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 24327 components: - type: Transform @@ -118280,17 +118297,6 @@ entities: rot: 1.5707963267948966 rad pos: 57.5,3.5 parent: 60 - - uid: 24546 - components: - - type: Transform - pos: -54.5,29.5 - parent: 60 - - uid: 24556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,-6.5 - parent: 60 - uid: 24656 components: - type: Transform @@ -121248,6 +121254,12 @@ entities: - type: Transform pos: 40.5,-25.5 parent: 60 + - uid: 4531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-13.5 + parent: 60 - uid: 4549 components: - type: Transform @@ -124049,6 +124061,11 @@ entities: - type: Transform pos: 40.5,26.5 parent: 60 + - uid: 17461 + components: + - type: Transform + pos: 37.5,32.5 + parent: 60 - uid: 17503 components: - type: Transform @@ -124064,10 +124081,20 @@ entities: - type: Transform pos: 49.5,26.5 parent: 60 - - uid: 17681 + - uid: 17545 components: - type: Transform - pos: -32.5,22.5 + pos: 37.5,31.5 + parent: 60 + - uid: 17600 + components: + - type: Transform + pos: 31.5,32.5 + parent: 60 + - uid: 17615 + components: + - type: Transform + pos: 31.5,30.5 parent: 60 - uid: 17740 components: @@ -124080,11 +124107,6 @@ entities: - type: Transform pos: -46.5,-4.5 parent: 60 - - uid: 17801 - components: - - type: Transform - pos: -30.5,22.5 - parent: 60 - uid: 17939 components: - type: Transform @@ -124377,86 +124399,6 @@ entities: - type: Transform pos: -46.5,-6.5 parent: 60 - - uid: 19620 - components: - - type: Transform - pos: 36.5,29.5 - parent: 60 - - uid: 19621 - components: - - type: Transform - pos: 36.5,30.5 - parent: 60 - - uid: 19622 - components: - - type: Transform - pos: 36.5,31.5 - parent: 60 - - uid: 19623 - components: - - type: Transform - pos: 36.5,32.5 - parent: 60 - - uid: 19624 - components: - - type: Transform - pos: 32.5,29.5 - parent: 60 - - uid: 19625 - components: - - type: Transform - pos: 32.5,30.5 - parent: 60 - - uid: 19626 - components: - - type: Transform - pos: 32.5,31.5 - parent: 60 - - uid: 19627 - components: - - type: Transform - pos: 32.5,32.5 - parent: 60 - - uid: 19628 - components: - - type: Transform - pos: 52.5,29.5 - parent: 60 - - uid: 19629 - components: - - type: Transform - pos: 52.5,30.5 - parent: 60 - - uid: 19630 - components: - - type: Transform - pos: 52.5,31.5 - parent: 60 - - uid: 19631 - components: - - type: Transform - pos: 52.5,32.5 - parent: 60 - - uid: 19632 - components: - - type: Transform - pos: 56.5,29.5 - parent: 60 - - uid: 19633 - components: - - type: Transform - pos: 56.5,31.5 - parent: 60 - - uid: 19637 - components: - - type: Transform - pos: 56.5,32.5 - parent: 60 - - uid: 19639 - components: - - type: Transform - pos: 56.5,30.5 - parent: 60 - uid: 19640 components: - type: Transform @@ -124781,6 +124723,66 @@ entities: rot: -1.5707963267948966 rad pos: 52.5,-11.5 parent: 60 + - uid: 23950 + components: + - type: Transform + pos: 37.5,30.5 + parent: 60 + - uid: 23951 + components: + - type: Transform + pos: 31.5,31.5 + parent: 60 + - uid: 23952 + components: + - type: Transform + pos: 31.5,29.5 + parent: 60 + - uid: 23953 + components: + - type: Transform + pos: 37.5,29.5 + parent: 60 + - uid: 24000 + components: + - type: Transform + pos: 51.5,29.5 + parent: 60 + - uid: 24001 + components: + - type: Transform + pos: 51.5,30.5 + parent: 60 + - uid: 24002 + components: + - type: Transform + pos: 51.5,31.5 + parent: 60 + - uid: 24003 + components: + - type: Transform + pos: 51.5,32.5 + parent: 60 + - uid: 24004 + components: + - type: Transform + pos: 57.5,29.5 + parent: 60 + - uid: 24005 + components: + - type: Transform + pos: 57.5,30.5 + parent: 60 + - uid: 24006 + components: + - type: Transform + pos: 57.5,31.5 + parent: 60 + - uid: 24007 + components: + - type: Transform + pos: 57.5,32.5 + parent: 60 - uid: 24084 components: - type: Transform @@ -127323,10 +127325,10 @@ entities: parent: 60 - proto: SignCryo entities: - - uid: 15171 + - uid: 23955 components: - type: Transform - pos: -29.5,22.5 + pos: 14.5,-11.5 parent: 60 - proto: SignCryogenicsMed entities: @@ -127494,12 +127496,6 @@ entities: rot: 1.5707963267948966 rad pos: 42.49971,-21.305145 parent: 60 - - uid: 23381 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,18.5 - parent: 60 - proto: SignDirectionalDorms entities: - uid: 9596 @@ -128855,14 +128851,6 @@ entities: - type: Transform pos: 46.5,-30.5 parent: 60 -- proto: SignVox - entities: - - uid: 17156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-9.5 - parent: 60 - proto: SingularityGenerator entities: - uid: 16399 @@ -132197,6 +132185,36 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,-7.5 parent: 60 + - uid: 24012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,30.5 + parent: 60 + - uid: 24013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,31.5 + parent: 60 + - uid: 24014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,30.5 + parent: 60 + - uid: 24015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,31.5 + parent: 60 + - uid: 24016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,30.5 + parent: 60 - proto: Stool entities: - uid: 42 @@ -133632,17 +133650,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Smoking Area - - uid: 17461 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,19.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Cryosleep - uid: 17468 components: - type: Transform @@ -133731,6 +133738,16 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Bagel Space + - uid: 23958 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 60 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Cryosleep - uid: 24269 components: - type: Transform @@ -133971,16 +133988,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Main Hall Detective Office - - uid: 24675 - components: - - type: Transform - pos: 12.5,-13.5 - parent: 60 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Vox Box - uid: 24711 components: - type: Transform @@ -135710,6 +135717,11 @@ entities: - type: Transform pos: -54.5,-5.5 parent: 60 + - uid: 11344 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 60 - uid: 11482 components: - type: Transform @@ -136191,6 +136203,11 @@ entities: - type: Transform pos: 26.5,-11.5 parent: 60 + - uid: 24017 + components: + - type: Transform + pos: 56.5,29.5 + parent: 60 - uid: 24042 components: - type: Transform @@ -136216,11 +136233,6 @@ entities: - type: Transform pos: -40.5,-15.5 parent: 60 - - uid: 24684 - components: - - type: Transform - pos: 11.5,-10.5 - parent: 60 - uid: 24700 components: - type: Transform @@ -139989,12 +140001,6 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,-14.5 parent: 60 - - uid: 593 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-10.5 - parent: 60 - uid: 594 components: - type: Transform @@ -145283,11 +145289,6 @@ entities: - type: Transform pos: -21.5,14.5 parent: 60 - - uid: 13884 - components: - - type: Transform - pos: -29.5,22.5 - parent: 60 - uid: 13886 components: - type: Transform @@ -147040,60 +147041,80 @@ entities: - type: Transform pos: -62.5,18.5 parent: 60 - - uid: 17653 + - uid: 17616 components: - type: Transform - pos: -33.5,22.5 + pos: 57.5,28.5 parent: 60 - - uid: 17654 + - uid: 17617 components: - type: Transform - pos: -30.5,18.5 + pos: 57.5,33.5 parent: 60 - - uid: 17661 + - uid: 17618 components: - type: Transform - pos: -29.5,18.5 + pos: 31.5,28.5 parent: 60 - - uid: 17662 + - uid: 17619 components: - type: Transform - pos: -29.5,19.5 + pos: 31.5,33.5 parent: 60 - uid: 17676 components: - type: Transform - pos: -29.5,20.5 + pos: 30.5,56.5 parent: 60 - uid: 17680 components: - type: Transform - pos: -29.5,21.5 + pos: 30.5,58.5 parent: 60 - uid: 17682 components: - type: Transform - pos: -32.5,18.5 + pos: 38.5,56.5 + parent: 60 + - uid: 17725 + components: + - type: Transform + pos: 38.5,58.5 + parent: 60 + - uid: 17727 + components: + - type: Transform + pos: 38.5,54.5 + parent: 60 + - uid: 17731 + components: + - type: Transform + pos: 50.5,54.5 + parent: 60 + - uid: 17801 + components: + - type: Transform + pos: 50.5,56.5 parent: 60 - uid: 17805 components: - type: Transform - pos: -33.5,18.5 + pos: 50.5,58.5 parent: 60 - uid: 17806 components: - type: Transform - pos: -33.5,19.5 + pos: 58.5,54.5 parent: 60 - uid: 17807 components: - type: Transform - pos: -33.5,20.5 + pos: 58.5,56.5 parent: 60 - uid: 17809 components: - type: Transform - pos: -33.5,21.5 + pos: 58.5,58.5 parent: 60 - uid: 17864 components: @@ -148872,6 +148893,31 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,5.5 parent: 60 + - uid: 23946 + components: + - type: Transform + pos: 51.5,28.5 + parent: 60 + - uid: 23947 + components: + - type: Transform + pos: 51.5,33.5 + parent: 60 + - uid: 23948 + components: + - type: Transform + pos: 37.5,33.5 + parent: 60 + - uid: 23949 + components: + - type: Transform + pos: 37.5,28.5 + parent: 60 + - uid: 23982 + components: + - type: Transform + pos: 30.5,54.5 + parent: 60 - uid: 24133 components: - type: Transform @@ -151049,6 +151095,11 @@ entities: - type: Transform pos: -36.5,-33.5 parent: 60 + - uid: 4525 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 60 - uid: 4569 components: - type: Transform @@ -152463,6 +152514,11 @@ entities: - type: Transform pos: 35.5,-1.5 parent: 60 + - uid: 13156 + components: + - type: Transform + pos: -33.5,18.5 + parent: 60 - uid: 13218 components: - type: Transform @@ -152508,6 +152564,11 @@ entities: - type: Transform pos: 23.5,-39.5 parent: 60 + - uid: 13551 + components: + - type: Transform + pos: -32.5,22.5 + parent: 60 - uid: 13570 components: - type: Transform @@ -152669,6 +152730,11 @@ entities: - type: Transform pos: -28.5,22.5 parent: 60 + - uid: 13884 + components: + - type: Transform + pos: -30.5,22.5 + parent: 60 - uid: 13888 components: - type: Transform @@ -152873,6 +152939,16 @@ entities: - type: Transform pos: -44.5,19.5 parent: 60 + - uid: 16534 + components: + - type: Transform + pos: -33.5,20.5 + parent: 60 + - uid: 17156 + components: + - type: Transform + pos: -33.5,21.5 + parent: 60 - uid: 17237 components: - type: Transform @@ -153278,6 +153354,16 @@ entities: - type: Transform pos: -62.5,42.5 parent: 60 + - uid: 21716 + components: + - type: Transform + pos: -33.5,22.5 + parent: 60 + - uid: 21758 + components: + - type: Transform + pos: -29.5,19.5 + parent: 60 - uid: 23387 components: - type: Transform @@ -153405,6 +153491,36 @@ entities: - type: Transform pos: 28.5,-35.5 parent: 60 + - uid: 23960 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 60 + - uid: 23962 + components: + - type: Transform + pos: -33.5,19.5 + parent: 60 + - uid: 23964 + components: + - type: Transform + pos: -29.5,22.5 + parent: 60 + - uid: 23965 + components: + - type: Transform + pos: -29.5,21.5 + parent: 60 + - uid: 23966 + components: + - type: Transform + pos: -29.5,20.5 + parent: 60 + - uid: 23967 + components: + - type: Transform + pos: -29.5,18.5 + parent: 60 - uid: 24091 components: - type: Transform @@ -154174,6 +154290,11 @@ entities: - type: Transform pos: -50.5,-21.5 parent: 60 + - uid: 5863 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 60 - uid: 7250 components: - type: Transform @@ -154219,11 +154340,6 @@ entities: - type: Transform pos: -34.5,0.5 parent: 60 - - uid: 24683 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 60 - proto: WaterTankFull entities: - uid: 2329 @@ -154675,36 +154791,12 @@ entities: parent: 60 - proto: WindoorSecure entities: - - uid: 2538 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-11.5 - parent: 60 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 3481: - - DoorStatus: DoorBolt - uid: 3269 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,-46.5 parent: 60 - - uid: 3481 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-13.5 - parent: 60 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 2538: - - DoorStatus: DoorBolt - uid: 3911 components: - type: Transform @@ -155548,6 +155640,11 @@ entities: rot: 1.5707963267948966 rad pos: 19.5,14.5 parent: 60 + - uid: 24028 + components: + - type: Transform + pos: -30.5,18.5 + parent: 60 - uid: 25164 components: - type: Transform @@ -155721,18 +155818,6 @@ entities: rot: 3.141592653589793 rad pos: 35.5,-25.5 parent: 60 - - uid: 2635 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-12.5 - parent: 60 - - uid: 2660 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-11.5 - parent: 60 - uid: 3398 components: - type: Transform @@ -155805,12 +155890,6 @@ entities: rot: 3.141592653589793 rad pos: -41.5,-16.5 parent: 60 - - uid: 4283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-12.5 - parent: 60 - uid: 4470 components: - type: Transform @@ -159200,12 +159279,6 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-16.5 parent: 60 - - uid: 23864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-13.5 - parent: 60 - uid: 24112 components: - type: Transform From bcf2b9afebc180368960369a22397b20bdb457ae Mon Sep 17 00:00:00 2001 From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:54:59 -0500 Subject: [PATCH 130/160] Box Station - Removed Vox Box (#33729) * Removed vox box and removed nearby fuel tank as well * made all dirt decals consistent --- Resources/Maps/box.yml | 1368 +++++++++++++++------------------------- 1 file changed, 493 insertions(+), 875 deletions(-) diff --git a/Resources/Maps/box.yml b/Resources/Maps/box.yml index 22cf2b124f5..18f6f3d9151 100644 --- a/Resources/Maps/box.yml +++ b/Resources/Maps/box.yml @@ -80,119 +80,119 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: WQAAAAACeQAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAHQAAAAABHQAAAAADHQAAAAACIQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAHQAAAAABHQAAAAADEQAAAAAAEQAAAAAAEQAAAAAAWQAAAAABeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAABeQAAAAAAHQAAAAAAHQAAAAABEQAAAAAAWQAAAAABEQAAAAAAWQAAAAADeQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAACeQAAAAAAHQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAHQAAAAACWQAAAAABeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAACeQAAAAAAHQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAHQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACEQAAAAAAEQAAAAAAHQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAACeQAAAAAAWQAAAAABeQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAABHQAAAAADHQAAAAACHQAAAAACHQAAAAACHQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAACeQAAAAAAWQAAAAACeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAAAHQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAAAHQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAB + tiles: WQAAAAABeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACIQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAADeQAAAAAAHQAAAAACHQAAAAACEQAAAAAAEQAAAAAAEQAAAAAAWQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAACHQAAAAABeQAAAAAAHQAAAAACHQAAAAAAEQAAAAAAWQAAAAACEQAAAAAAWQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAHQAAAAABEQAAAAAAEQAAAAAAHQAAAAABHQAAAAADWQAAAAACeQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAACHQAAAAABeQAAAAAAHQAAAAABEQAAAAAAEQAAAAAAHQAAAAABHQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACEQAAAAAAEQAAAAAAHQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAABHQAAAAACHQAAAAADHQAAAAABHQAAAAABHQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAAAHQAAAAADHQAAAAABWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAADHQAAAAABHQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAAD version: 6 0,0: ind: 0,0 - tiles: WQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACWQAAAAACWQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAEAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAEAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAAAdgAAAAACWQAAAAACWQAAAAACeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAAAdgAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAdgAAAAABdgAAAAABdgAAAAABeQAAAAAAFAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAdgAAAAABdgAAAAADdgAAAAACeQAAAAAAFAAAAAAA + tiles: WQAAAAACWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAEAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAEAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAABdgAAAAADWQAAAAACWQAAAAACeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAACeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAdgAAAAABdgAAAAADdgAAAAADeQAAAAAAFAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAdgAAAAAAdgAAAAACdgAAAAACeQAAAAAAFAAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAACdgAAAAADdgAAAAABdgAAAAACHQAAAAABeQAAAAAAWQAAAAAAWQAAAAABEQAAAAAAEQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAAAdgAAAAADdgAAAAACdgAAAAADdgAAAAACHQAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAACEQAAAAAAHQAAAAACHQAAAAABeQAAAAAAdgAAAAADdgAAAAAAdgAAAAABdgAAAAABdgAAAAABdgAAAAABdgAAAAACHQAAAAACeQAAAAAAWQAAAAABWQAAAAAAHQAAAAACEQAAAAAAEQAAAAAAHQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAACdgAAAAAAdgAAAAADdgAAAAADHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADHQAAAAACEQAAAAAAEQAAAAAAHQAAAAACeQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAACHQAAAAACHQAAAAABeQAAAAAAWQAAAAACWQAAAAABEQAAAAAAEQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAADHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAADHQAAAAACHQAAAAABHQAAAAABeQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAACHQAAAAADHQAAAAACHQAAAAACHQAAAAACHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAB + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAABdgAAAAAAdgAAAAAAdgAAAAADdgAAAAACHQAAAAADeQAAAAAAWQAAAAACWQAAAAAAEQAAAAAAEQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAADeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAEQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAADdgAAAAABdgAAAAACdgAAAAACdgAAAAAAHQAAAAAAeQAAAAAAWQAAAAADWQAAAAADHQAAAAADEQAAAAAAEQAAAAAAHQAAAAACeQAAAAAAdgAAAAABdgAAAAAAdgAAAAABdgAAAAABdgAAAAABdgAAAAAAdgAAAAACHQAAAAABeQAAAAAAWQAAAAACWQAAAAACHQAAAAAAEQAAAAAAEQAAAAAAHQAAAAABeQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADEQAAAAAAEQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAWQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAABHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAACHQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAABHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAAAHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADHQAAAAADHQAAAAABHQAAAAABHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAADHQAAAAADHQAAAAACHQAAAAABHQAAAAABHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAB version: 6 -1,0: ind: -1,0 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACeQAAAAAAHQAAAAADHQAAAAAAWQAAAAACWQAAAAABWQAAAAABHQAAAAACHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAHQAAAAABeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAHQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAHQAAAAABHQAAAAACWQAAAAACWQAAAAACWQAAAAADHQAAAAABHQAAAAABeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAHQAAAAABeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAHQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAABHQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADHQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAACeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAACeQAAAAAAeQAAAAAAaQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAdgAAAAACdgAAAAACdgAAAAABdgAAAAABdgAAAAAAeQAAAAAAdgAAAAADdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAAAWQAAAAAC + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABeQAAAAAAHQAAAAABHQAAAAADWQAAAAAAWQAAAAABWQAAAAABHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAHQAAAAACeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAADHQAAAAACWQAAAAADWQAAAAADWQAAAAABHQAAAAAAHQAAAAACeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAHQAAAAADeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAHQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAHQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAACHQAAAAACeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAADeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAACeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAABHQAAAAABeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAaQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAdgAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAABeQAAAAAAdgAAAAAAdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAWQAAAAACWQAAAAAA version: 6 1,-1: ind: 1,-1 - tiles: WQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAACdgAAAAAAdgAAAAAAdgAAAAABdgAAAAACdgAAAAAAdgAAAAACdgAAAAACdgAAAAABdgAAAAABdgAAAAABdgAAAAABWQAAAAAAeQAAAAAAdgAAAAACdgAAAAABdgAAAAABdgAAAAADdgAAAAACdgAAAAACdgAAAAAAdgAAAAADdgAAAAADdgAAAAACdgAAAAABdgAAAAABdgAAAAADdgAAAAAAWQAAAAADeQAAAAAAdgAAAAABdgAAAAAAdgAAAAADdgAAAAADdgAAAAACdgAAAAABdgAAAAADdgAAAAADdgAAAAABdgAAAAADeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAAAdgAAAAABdgAAAAABdgAAAAABdgAAAAACeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAACdgAAAAADdgAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAADdgAAAAABeQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAWQAAAAABeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAADdgAAAAAAdgAAAAADdgAAAAADeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAAAdgAAAAAAdgAAAAACdgAAAAABeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAWQAAAAADeQAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAABdgAAAAADdgAAAAABdgAAAAABdgAAAAAAdgAAAAADeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAWQAAAAAAeQAAAAAAdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAADdgAAAAACdgAAAAACeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAWQAAAAABeQAAAAAAdgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAADdgAAAAACdgAAAAACdgAAAAADdgAAAAAAdgAAAAACdgAAAAADWQAAAAAAeQAAAAAAdgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAADdgAAAAABdgAAAAACdgAAAAABdgAAAAABdgAAAAABdgAAAAAA + tiles: WQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAACdgAAAAACdgAAAAABdgAAAAADdgAAAAABdgAAAAAAdgAAAAADdgAAAAADdgAAAAAAdgAAAAADdgAAAAABdgAAAAADWQAAAAABeQAAAAAAdgAAAAACdgAAAAABdgAAAAACdgAAAAABdgAAAAABdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAADdgAAAAADdgAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAADdgAAAAACdgAAAAAAdgAAAAADdgAAAAADdgAAAAACdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAADeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAACdgAAAAACdgAAAAACdgAAAAACdgAAAAADeQAAAAAAHQAAAAACHQAAAAABHQAAAAABWQAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAABdgAAAAADdgAAAAADdgAAAAACdgAAAAABdgAAAAAAdgAAAAADeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAWQAAAAABeQAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAABdgAAAAADdgAAAAADdgAAAAAAdgAAAAAAdgAAAAACdgAAAAABeQAAAAAAHQAAAAADHQAAAAACHQAAAAABWQAAAAACeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAABdgAAAAADdgAAAAACdgAAAAACdgAAAAACdgAAAAACdgAAAAABeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACWQAAAAADeQAAAAAAdgAAAAADdgAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAACdgAAAAACdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAACWQAAAAAAeQAAAAAAdgAAAAADPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAABdgAAAAAAdgAAAAACeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAWQAAAAADeQAAAAAAdgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAADdgAAAAABdgAAAAACeQAAAAAAdgAAAAABdgAAAAACdgAAAAACWQAAAAAAeQAAAAAAdgAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAdgAAAAAAdgAAAAABdgAAAAACeQAAAAAAdgAAAAACdgAAAAADdgAAAAAD version: 6 -2,-1: ind: -2,-1 - tiles: WQAAAAADWQAAAAABWQAAAAAAeQAAAAAAaQAAAAAAHQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAABeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAAA + tiles: WQAAAAAAWQAAAAABWQAAAAABeQAAAAAAaQAAAAAAHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAACHQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAACHQAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAACHQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAD version: 6 -2,-2: ind: -2,-2 - tiles: WQAAAAADWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACdgAAAAABdgAAAAABeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAdgAAAAABdgAAAAABeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAdgAAAAACdgAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAABeQAAAAAAWQAAAAADWQAAAAADdgAAAAAAdgAAAAACeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAACeQAAAAAAaQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAB + tiles: WQAAAAACWQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAdgAAAAACdgAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAABdgAAAAAAdgAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAAAdgAAAAABdgAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAWQAAAAADWQAAAAABdgAAAAABdgAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAaQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAADWQAAAAAC version: 6 1,-2: ind: 1,-2 - tiles: WQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAbAAAAAACbAAAAAACbAAAAAADbAAAAAADeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAADWQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAACHQAAAAABHQAAAAACeQAAAAAAbAAAAAABbAAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAAAbAAAAAACbAAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAABbAAAAAABbAAAAAABbAAAAAAAbAAAAAADbAAAAAAAbAAAAAABWQAAAAACbAAAAAADbAAAAAABbAAAAAACbAAAAAABbAAAAAAAbAAAAAADeQAAAAAAbAAAAAACbAAAAAABbAAAAAABbAAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAABWQAAAAACeQAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAABbAAAAAADeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAADbAAAAAABbAAAAAACbAAAAAACbAAAAAADbAAAAAABbAAAAAABbAAAAAAAbAAAAAACbAAAAAADWQAAAAABeQAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAABbAAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAABbAAAAAACWQAAAAADeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAbAAAAAABbAAAAAABbAAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAACbAAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAbAAAAAADbAAAAAACbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAACeQAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAADWQAAAAABeQAAAAAAWQAAAAACWQAAAAADbAAAAAAAHQAAAAABHQAAAAACeQAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAABbAAAAAABbAAAAAAAbAAAAAACbAAAAAADWQAAAAADeQAAAAAAbAAAAAADbAAAAAACbAAAAAADHQAAAAAAHQAAAAADbAAAAAADbAAAAAABbAAAAAACbAAAAAACbAAAAAADbAAAAAABbAAAAAADbAAAAAADbAAAAAAAWQAAAAACeQAAAAAAHQAAAAABHQAAAAAAbAAAAAAAHQAAAAADHQAAAAABeQAAAAAAbAAAAAACbAAAAAACbAAAAAAAbAAAAAABbAAAAAAAbAAAAAABbAAAAAAAbAAAAAAAWQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAbAAAAAACHQAAAAACHQAAAAACbAAAAAADbAAAAAACbAAAAAACbAAAAAACbAAAAAACbAAAAAAAbAAAAAACbAAAAAAAbAAAAAACWQAAAAADeQAAAAAAHQAAAAADHQAAAAAAbAAAAAABHQAAAAAAHQAAAAACeQAAAAAAbAAAAAACbAAAAAACbAAAAAADbAAAAAAAbAAAAAACbAAAAAAAbAAAAAADbAAAAAAB + tiles: WQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAACHQAAAAABeQAAAAAAbAAAAAACbAAAAAAAbAAAAAADbAAAAAADeQAAAAAAbAAAAAADbAAAAAABbAAAAAABWQAAAAABeQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAAAHQAAAAADeQAAAAAAbAAAAAACbAAAAAAAbAAAAAACbAAAAAACbAAAAAADbAAAAAACbAAAAAACbAAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAABbAAAAAAAbAAAAAACbAAAAAAAbAAAAAACbAAAAAABWQAAAAACbAAAAAABbAAAAAABbAAAAAABbAAAAAADbAAAAAACbAAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAAAbAAAAAABeQAAAAAAbAAAAAACbAAAAAADbAAAAAAAWQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAbAAAAAABbAAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAABbAAAAAABbAAAAAADbAAAAAAAbAAAAAADbAAAAAACbAAAAAAAbAAAAAACbAAAAAADWQAAAAADeQAAAAAAbAAAAAAAbAAAAAADbAAAAAADbAAAAAADbAAAAAACbAAAAAADbAAAAAACbAAAAAADbAAAAAADbAAAAAABbAAAAAABbAAAAAAAbAAAAAABbAAAAAACWQAAAAADeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAbAAAAAADeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAABbAAAAAADbAAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAADeQAAAAAAbAAAAAADbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAbAAAAAABbAAAAAABeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAACbAAAAAACWQAAAAADeQAAAAAAWQAAAAABWQAAAAADbAAAAAAAHQAAAAADHQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAACbAAAAAACbAAAAAAAbAAAAAAAWQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAADHQAAAAADHQAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAAAbAAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAAAWQAAAAADeQAAAAAAHQAAAAAAHQAAAAAAbAAAAAABHQAAAAADHQAAAAABeQAAAAAAbAAAAAABbAAAAAACbAAAAAADbAAAAAADbAAAAAADbAAAAAAAbAAAAAABbAAAAAAAWQAAAAACeQAAAAAAHQAAAAADHQAAAAACbAAAAAACHQAAAAAAHQAAAAABbAAAAAABbAAAAAABbAAAAAACbAAAAAADbAAAAAAAbAAAAAABbAAAAAAAbAAAAAABbAAAAAAAWQAAAAABeQAAAAAAHQAAAAABHQAAAAACbAAAAAABHQAAAAACHQAAAAABeQAAAAAAbAAAAAACbAAAAAADbAAAAAAAbAAAAAADbAAAAAABbAAAAAADbAAAAAABbAAAAAAC version: 6 0,-2: ind: 0,-2 - tiles: WQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAACdgAAAAABHQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAACdgAAAAABdgAAAAABdgAAAAACdgAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAABdgAAAAADdgAAAAACdgAAAAAAdgAAAAABHQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAACdgAAAAAAHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAACHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAABeQAAAAAALAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAACWQAAAAACHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAACeQAAAAAALAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAACWQAAAAABHQAAAAABHQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAABLAAAAAAALAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAHQAAAAACHQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeAAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAADdgAAAAADdgAAAAAAdgAAAAAAdgAAAAAAHQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAABdgAAAAACdgAAAAACdgAAAAABdgAAAAABHQAAAAADeQAAAAAAWQAAAAABWQAAAAACHQAAAAACLQAAAAABHQAAAAADHQAAAAACHQAAAAABdgAAAAADdgAAAAADdgAAAAADdgAAAAADdgAAAAACdgAAAAADdgAAAAACHQAAAAADeQAAAAAAWQAAAAABWQAAAAAB + tiles: WQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABdgAAAAAAHQAAAAADHQAAAAADHQAAAAACeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAACdgAAAAACdgAAAAACdgAAAAADdgAAAAABeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAABdgAAAAACdgAAAAACdgAAAAACdgAAAAABHQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABdgAAAAADHQAAAAACHQAAAAADHQAAAAADeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAMQAAAAAAMQAAAAAAMQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAWQAAAAABWQAAAAADHQAAAAACHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAACeQAAAAAALAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAWQAAAAADWQAAAAACHQAAAAACHQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAADeQAAAAAALAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAdgAAAAADdgAAAAABdgAAAAACLAAAAAAALAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAWQAAAAADWQAAAAACHQAAAAABHQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeAAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAAAdgAAAAADdgAAAAABdgAAAAABHQAAAAADeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAACdgAAAAACdgAAAAADdgAAAAABdgAAAAADHQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAHQAAAAADLQAAAAACHQAAAAABHQAAAAAAHQAAAAACdgAAAAAAdgAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAACdgAAAAACHQAAAAACeQAAAAAAWQAAAAABWQAAAAAD version: 6 -1,-2: ind: -1,-2 - tiles: WQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAHQAAAAAAdgAAAAADdgAAAAAAdgAAAAADHQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADLwAAAAAAWQAAAAABeQAAAAAAHQAAAAABdgAAAAACdgAAAAAAdgAAAAABHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABLwAAAAAAWQAAAAACeQAAAAAAHQAAAAABdgAAAAAAdgAAAAADdgAAAAACHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAALwAAAAAAWQAAAAAAeQAAAAAAHQAAAAADdgAAAAADdgAAAAABdgAAAAADHQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADLwAAAAAAWQAAAAABeQAAAAAAHQAAAAADdgAAAAABdgAAAAACdgAAAAACHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAADdgAAAAAAdgAAAAADdgAAAAADHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACWQAAAAADeQAAAAAAWQAAAAACeQAAAAAAHQAAAAABdgAAAAABdgAAAAACdgAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADWQAAAAADeQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACWQAAAAABeQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAABLQAAAAACHQAAAAACLQAAAAAD + tiles: WQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAHQAAAAAAdgAAAAAAdgAAAAADdgAAAAABHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABLwAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAdgAAAAAAdgAAAAACdgAAAAAAHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACLwAAAAAAWQAAAAACeQAAAAAAHQAAAAADdgAAAAACdgAAAAADdgAAAAAAHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADLwAAAAAAWQAAAAACeQAAAAAAHQAAAAAAdgAAAAABdgAAAAADdgAAAAABHQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAALwAAAAAAWQAAAAABeQAAAAAAHQAAAAADdgAAAAABdgAAAAAAdgAAAAACHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAADHQAAAAADdgAAAAAAdgAAAAADdgAAAAABHQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAAAWQAAAAADeQAAAAAAWQAAAAADeQAAAAAAHQAAAAACdgAAAAADdgAAAAADdgAAAAABHQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACWQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACWQAAAAADeQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAABHQAAAAABHQAAAAACHQAAAAABHQAAAAAAHQAAAAABHQAAAAABHQAAAAADLQAAAAAAHQAAAAACLQAAAAAD version: 6 -2,0: ind: -2,0 - tiles: HQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAaAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADWQAAAAADeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAQAAAAAAAeQAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: HQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAaAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAQAAAAAAAeQAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAWQAAAAABWQAAAAACaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABeQAAAAAAWQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAADeQAAAAAAWQAAAAACWQAAAAADAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAWQAAAAABWQAAAAACAAAAAAAAeQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABeQAAAAAAWQAAAAACWQAAAAABAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAAAWQAAAAABWQAAAAADAAAAAAAAeQAAAAAAHQAAAAABHQAAAAACeQAAAAAAHQAAAAABHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAABHQAAAAABHQAAAAABeQAAAAAAWQAAAAAAWQAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAACHQAAAAAAHQAAAAACHQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAB + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAWQAAAAACWQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAACHQAAAAACHQAAAAABeQAAAAAAWQAAAAABWQAAAAABAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAWQAAAAABWQAAAAACAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAADeQAAAAAAWQAAAAACWQAAAAADAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAADHQAAAAACHQAAAAACWQAAAAABWQAAAAACAAAAAAAAeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAACHQAAAAABeQAAAAAAWQAAAAABWQAAAAADAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAACHQAAAAABHQAAAAABHQAAAAADeQAAAAAAWQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAACeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAD version: 6 0,-3: ind: 0,-3 - tiles: WQAAAAADWQAAAAACeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAdwAAAAABdgAAAAAAdgAAAAAAdgAAAAACdwAAAAABeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAACeQAAAAAAdwAAAAADdgAAAAAAdgAAAAABdgAAAAACdwAAAAABaQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAHQAAAAADeQAAAAAAHQAAAAADHQAAAAAB + tiles: WQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAdwAAAAAAdgAAAAADdgAAAAACdgAAAAACdwAAAAACeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABeQAAAAAAdwAAAAABdgAAAAADdgAAAAAAdgAAAAABdwAAAAACaQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAHQAAAAACHQAAAAAB version: 6 1,-3: ind: 1,-3 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAADdQAAAAABdQAAAAAAdQAAAAACdQAAAAADeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAdQAAAAACdQAAAAACdQAAAAACdQAAAAACdQAAAAADWQAAAAADLAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAABeQAAAAAAaQAAAAAAdQAAAAAAdQAAAAACdQAAAAABdQAAAAAAdQAAAAABeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAAAWQAAAAADWQAAAAADWQAAAAACaQAAAAAAeQAAAAAAJgAAAAADJgAAAAABdQAAAAACJgAAAAADJgAAAAADeQAAAAAALAAAAAAALAAAAAAALAAAAAAAbAAAAAAAbAAAAAACWQAAAAABWQAAAAABWQAAAAABHQAAAAACeQAAAAAAJgAAAAACJgAAAAAAdQAAAAACJgAAAAAAJgAAAAAAeQAAAAAAUgAAAAACLAAAAAAALAAAAAAAeQAAAAAAbAAAAAADWQAAAAACWQAAAAADWQAAAAAB + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdQAAAAACdQAAAAADdQAAAAABdQAAAAACdQAAAAAAeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAACeQAAAAAAeQAAAAAAdQAAAAACdQAAAAABdQAAAAABdQAAAAAAdQAAAAACWQAAAAABLAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAABbAAAAAACeQAAAAAAaQAAAAAAdQAAAAAAdQAAAAABdQAAAAAAdQAAAAAAdQAAAAADeQAAAAAALAAAAAAALAAAAAAALAAAAAAAeQAAAAAAbAAAAAACWQAAAAADWQAAAAACWQAAAAAAaQAAAAAAeQAAAAAAJgAAAAADJgAAAAABdQAAAAADJgAAAAACJgAAAAADeQAAAAAALAAAAAAALAAAAAAALAAAAAAAbAAAAAABbAAAAAABWQAAAAABWQAAAAAAWQAAAAACHQAAAAABeQAAAAAAJgAAAAABJgAAAAADdQAAAAACJgAAAAADJgAAAAAAeQAAAAAAUgAAAAABLAAAAAAALAAAAAAAeQAAAAAAbAAAAAADWQAAAAAAWQAAAAACWQAAAAAB version: 6 1,0: ind: 1,0 - tiles: eQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABHQAAAAACHQAAAAACeQAAAAAAdgAAAAAAdgAAAAADdgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAGQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAADeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAADEAAAAAAAeQAAAAAAEAAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAADgAAAAAADgAAAAABDgAAAAABDgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEAAAAAAAeQAAAAAAEAAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAADgAAAAADDgAAAAADDgAAAAAADgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAADgAAAAABDgAAAAABDgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWQAAAAABDgAAAAADDgAAAAABDgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAADgAAAAAADgAAAAADDgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAAQAAAAAAAQAAAAABAQAAAAAFeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAADeQAAAAAAAQAAAAADAQAAAAAFAQAAAAABWQAAAAAAWQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAABeQAAAAAAAQAAAAAEAQAAAAABAQAAAAAFWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACAQAAAAACAQAAAAAEAQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAADWQAAAAADWQAAAAADWQAAAAADeQAAAAAAAQAAAAAAAQAAAAAFAQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAADWQAAAAABHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAAQAAAAACAQAAAAAFAQAAAAABFAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACHQAAAAADHQAAAAACHQAAAAACHQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAABAQAAAAADAQAAAAABAQAAAAADFAAAAAAAFAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAADeQAAAAAAAQAAAAAFAQAAAAACAQAAAAADFAAAAAAAFAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAAQAAAAACAQAAAAAEAQAAAAAA + tiles: eQAAAAAAeQAAAAAADgAAAAACeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAGQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAADgAAAAABeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAAAEAAAAAAAeQAAAAAAEAAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEAAAAAAAeQAAAAAAEAAAAAAAeQAAAAAAGQAAAAAAGQAAAAAAGQAAAAAAeQAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABeQAAAAAADgAAAAABDgAAAAABDgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAWQAAAAADDgAAAAAADgAAAAAADgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAQQAAAAAAQQAAAAAAQQAAAAAAeQAAAAAADgAAAAACDgAAAAAADgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAAQAAAAAEAQAAAAABAQAAAAADeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAADeQAAAAAAAQAAAAAEAQAAAAAAAQAAAAAFWQAAAAACWQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAQAAAAABAQAAAAABAQAAAAAFWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAAQAAAAAAAQAAAAADAQAAAAAFWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAACHQAAAAABHQAAAAABHQAAAAADHQAAAAADWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAAQAAAAAEAQAAAAAAAQAAAAAEWQAAAAADWQAAAAACeQAAAAAAWQAAAAADWQAAAAABHQAAAAAAHQAAAAACHQAAAAABHQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAEFAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAADAQAAAAACAQAAAAABAQAAAAAEFAAAAAAAFAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAAQAAAAAFAQAAAAAEAQAAAAAFFAAAAAAAFAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAAQAAAAAFAQAAAAACAQAAAAAD version: 6 0,1: ind: 0,1 - tiles: WQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAACeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABHQAAAAACHQAAAAADHQAAAAACHQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACWQAAAAACWQAAAAADWQAAAAABeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABdgAAAAABeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAdgAAAAAAdgAAAAACdgAAAAADdgAAAAACeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAACdgAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADdgAAAAADdgAAAAACdgAAAAADdgAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAdgAAAAAAdgAAAAACdgAAAAABdgAAAAABeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAAC + tiles: WQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAABeQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAABeQAAAAAAHQAAAAADHQAAAAACHQAAAAADWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACdgAAAAADeQAAAAAAHQAAAAADHQAAAAAAHQAAAAACWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAABdgAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAdgAAAAADdgAAAAACdgAAAAACdgAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAADdgAAAAAAdgAAAAABdgAAAAABdgAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAdgAAAAAAdgAAAAABdgAAAAABdgAAAAABeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAAC version: 6 -1,1: ind: -1,1 - tiles: eQAAAAAAdgAAAAABdgAAAAABdgAAAAACdgAAAAAAdgAAAAABeQAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAABdgAAAAABdgAAAAACeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAdgAAAAABdgAAAAADdgAAAAABdgAAAAACdgAAAAADeQAAAAAAdgAAAAADdgAAAAABdgAAAAADdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAACeQAAAAAAHQAAAAABUAAAAAAAUAAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADHQAAAAACHQAAAAABHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAWQAAAAABUAAAAAAAUAAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAADeQAAAAAAWQAAAAAAUAAAAAAAUAAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAA + tiles: eQAAAAAAdgAAAAABdgAAAAAAdgAAAAACdgAAAAACdgAAAAABeQAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAADdgAAAAABdgAAAAABeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAdgAAAAADdgAAAAACdgAAAAACdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAABdgAAAAAAdgAAAAADdgAAAAACeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAACHQAAAAADHQAAAAABHQAAAAADHQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAUAAAAAAAUAAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAADeQAAAAAAWQAAAAADUAAAAAAAUAAAAAAAWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAACeQAAAAAAWQAAAAAAUAAAAAAAUAAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAA version: 6 1,1: ind: 1,1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAACHQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAABHQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACdgAAAAABdgAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAdgAAAAACdgAAAAAAdgAAAAACeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAdgAAAAADdgAAAAACHQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAdgAAAAADdgAAAAAAHQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAQAAAAABAQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADHQAAAAABHQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAdgAAAAACdgAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAdgAAAAACdgAAAAACdgAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAdgAAAAADdgAAAAAAHQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAdgAAAAABdgAAAAABHQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,2: ind: -1,2 - tiles: HQAAAAABHQAAAAABHQAAAAAAHQAAAAACHQAAAAACeQAAAAAAWQAAAAACLAAAAAAALAAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAALAAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAADHQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAADHQAAAAADHQAAAAACHQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABeQAAAAAAHQAAAAAAWQAAAAADTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACdgAAAAADdgAAAAADdgAAAAABeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAADeQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAACHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAACHQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAACdgAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAALwAAAAAAHQAAAAABLwAAAAAA + tiles: HQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAACeQAAAAAAWQAAAAAALAAAAAAALAAAAAAAWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADLAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAABHQAAAAADHQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAHQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAHQAAAAABWQAAAAABTQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAHQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAACeQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAHQAAAAABHQAAAAABHQAAAAACdgAAAAABdgAAAAABdgAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAADHQAAAAAAHQAAAAADHQAAAAACHQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAABdgAAAAABdgAAAAABeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAACeQAAAAAALwAAAAAAHQAAAAABLwAAAAAA version: 6 0,2: ind: 0,2 - tiles: UAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAABHQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABeQAAAAAAHQAAAAACHQAAAAACHQAAAAABHQAAAAADeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABHQAAAAACHQAAAAADHQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAABWQAAAAACWQAAAAADHQAAAAACHQAAAAAAHQAAAAADHQAAAAAAHQAAAAADeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAACeQAAAAAAdgAAAAADdgAAAAABdgAAAAACdgAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAACHQAAAAABeQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAACHQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAADdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAADHQAAAAADeQAAAAAAdgAAAAABdgAAAAACdgAAAAABdgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAADHQAAAAACLwAAAAAAHQAAAAACLwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: UAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAABHQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACHQAAAAABHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAATQAAAAAATQAAAAAATQAAAAAAWQAAAAABWQAAAAACWQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAACHQAAAAABeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAABeQAAAAAAdgAAAAABdgAAAAABdgAAAAADdgAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAABeQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAADeQAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAACHQAAAAACeQAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAABHQAAAAACeQAAAAAAdgAAAAADdgAAAAADdgAAAAACdgAAAAABeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAHQAAAAACHQAAAAAALwAAAAAAHQAAAAACLwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,2: ind: 1,2 - tiles: WQAAAAACWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAABeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: WQAAAAACWQAAAAACWQAAAAADWQAAAAABeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAACeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,1: ind: 2,1 - tiles: AQAAAAADAQAAAAACAQAAAAACAQAAAAAEAQAAAAADAQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAA + tiles: AQAAAAADAQAAAAACAQAAAAAFAQAAAAAEAQAAAAABAQAAAAAFeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAA version: 6 2,0: ind: 2,0 - tiles: PgAAAAAAPgAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAQAAAAACAQAAAAAEAQAAAAAEAQAAAAACAQAAAAABAQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAQAAAAACAQAAAAAFAQAAAAACAQAAAAAEAQAAAAAAAQAAAAAFeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAFAQAAAAACAQAAAAADAQAAAAAFAQAAAAADAQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAQAAAAAEAQAAAAAFAQAAAAADAQAAAAAFAQAAAAABAQAAAAABWQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAEAQAAAAAEAQAAAAACeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAQAAAAAAAQAAAAADAQAAAAAEAQAAAAABAQAAAAACAQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAADAQAAAAAFAQAAAAAAAQAAAAADAQAAAAABAQAAAAADWQAAAAACWQAAAAABWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAQAAAAABAQAAAAADAQAAAAAEAQAAAAABAQAAAAAFAQAAAAAFeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAQAAAAABAQAAAAAAAQAAAAAAAQAAAAADAQAAAAADAQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAA + tiles: PgAAAAAAPgAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAALwAAAAAALwAAAAAALwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAFAQAAAAABAQAAAAAEAQAAAAAFeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAQAAAAAEAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAFAQAAAAAFeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAABAQAAAAACAQAAAAADAQAAAAAFAQAAAAAEAQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAQAAAAADAQAAAAAFAQAAAAAAAQAAAAADAQAAAAACAQAAAAADWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAEAQAAAAADAQAAAAACAQAAAAADAQAAAAAFAQAAAAACeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAAQAAAAAEAQAAAAAAAQAAAAAEAQAAAAAEAQAAAAACAQAAAAAEeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAQAAAAAAAQAAAAABAQAAAAACAQAAAAAEAQAAAAAFAQAAAAAFWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAQAAAAABAQAAAAAEAQAAAAADAQAAAAAEAQAAAAAAAQAAAAAFeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAQAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAA version: 6 -2,1: ind: -2,1 - tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAdgAAAAABdgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADeQAAAAAAdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAACeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAABdgAAAAAAdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADdgAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAA version: 6 -2,2: ind: -2,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAALAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAALAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAA version: 6 0,3: ind: 0,3 - tiles: HQAAAAADHQAAAAADLwAAAAAAHQAAAAACLwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HQAAAAABHQAAAAAALwAAAAAAHQAAAAAALwAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -3,0: ind: -3,0 - tiles: eQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAHQAAAAACeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAADeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAEQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAACEQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAEQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAADHQAAAAACeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAEQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAABEQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAABEQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAeQAAAAAA version: 6 -3,1: ind: -3,1 - tiles: aAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAeQAAAAAAdgAAAAACdgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAdgAAAAABdgAAAAACeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAABeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAdgAAAAACeQAAAAAAdgAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAdgAAAAADeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAADeQAAAAAAdgAAAAADeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAACdgAAAAADdgAAAAABeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: aAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAADeQAAAAAAdgAAAAABdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAdgAAAAABdgAAAAABeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAdgAAAAADeQAAAAAAdgAAAAACeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAdgAAAAACeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAABeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAADeQAAAAAAdgAAAAACeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAAAdgAAAAACdgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,1: ind: -4,1 @@ -200,15 +200,15 @@ entities: version: 6 -4,0: ind: -4,0 - tiles: WQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAADeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAA + tiles: WQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAADeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAA version: 6 -5,0: ind: -5,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAA version: 6 -5,1: ind: -5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,0: ind: -6,0 @@ -216,23 +216,23 @@ entities: version: 6 -5,-1: ind: -5,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAAB version: 6 -4,-1: ind: -4,-1 - tiles: WQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEAAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAEAAAAAAAWQAAAAABeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAEAAAAAAAWQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAAAeQAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAABeQAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAAB + tiles: WQAAAAADeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEAAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAEAAAAAAAWQAAAAACeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAEAAAAAAAWQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAWQAAAAACeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAADeQAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAADeQAAAAAATwAAAAAATwAAAAAATwAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAJgAAAAADeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAAC version: 6 -3,-1: ind: -3,-1 - tiles: eQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABEAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAEAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAHQAAAAAAWQAAAAABWQAAAAACWQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADEAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAABHQAAAAABeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAHQAAAAADWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACHQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAC + tiles: eQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAWQAAAAABEAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABEAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADEAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAHQAAAAADeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAHQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABHQAAAAAAeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAFQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAAA version: 6 3,0: ind: 3,0 - tiles: OgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAADdgAAAAACdgAAAAADeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADPgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAAAeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAADdgAAAAADdgAAAAABeQAAAAAAHQAAAAABHQAAAAADeQAAAAAAPgAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAABdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAUgAAAAABUgAAAAADeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAUgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: OgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAADdgAAAAADdgAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADPgAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAAAdgAAAAACdgAAAAACdgAAAAAAeQAAAAAAHQAAAAADHQAAAAACeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAACeQAAAAAAHQAAAAADHQAAAAADeQAAAAAAPgAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAUgAAAAABUgAAAAABeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAUgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAbAAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: eQAAAAAAbAAAAAADbAAAAAABbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABHQAAAAADXAAAAAACXAAAAAABXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAXAAAAAABXAAAAAABeQAAAAAAWQAAAAABWQAAAAACWQAAAAACHQAAAAACHQAAAAADWQAAAAABeQAAAAAAXAAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABeQAAAAAAHQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAADdgAAAAAAXAAAAAABXAAAAAAAXAAAAAADXAAAAAABXAAAAAACXAAAAAABXAAAAAABXAAAAAACeQAAAAAAHQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAADXAAAAAADXAAAAAACXAAAAAABXAAAAAACWQAAAAADHQAAAAACWQAAAAABWQAAAAADHQAAAAABHQAAAAAAWQAAAAACHQAAAAABXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAADWQAAAAACHQAAAAACWQAAAAABWQAAAAAAHQAAAAADHQAAAAABWQAAAAACeQAAAAAAXAAAAAADXAAAAAAAXAAAAAACXAAAAAABXAAAAAADXAAAAAAAXAAAAAAAXAAAAAACWQAAAAAAHQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAABLwAAAAAALwAAAAAALwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAA + tiles: eQAAAAAAbAAAAAABbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAHQAAAAACXAAAAAADXAAAAAAAXAAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAADeQAAAAAAWQAAAAAAWQAAAAACWQAAAAADHQAAAAAAHQAAAAACWQAAAAACeQAAAAAAXAAAAAACXAAAAAACXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXAAAAAACXAAAAAAAeQAAAAAAHQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAABdgAAAAABXAAAAAADXAAAAAACXAAAAAABXAAAAAADXAAAAAAAXAAAAAADXAAAAAABXAAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAXAAAAAADXAAAAAABXAAAAAABXAAAAAADXAAAAAAAXAAAAAABXAAAAAACXAAAAAADWQAAAAABHQAAAAABWQAAAAABWQAAAAAAHQAAAAAAHQAAAAAAWQAAAAAAHQAAAAADXAAAAAACXAAAAAADXAAAAAAAXAAAAAACXAAAAAADXAAAAAAAXAAAAAABXAAAAAACWQAAAAABHQAAAAAAWQAAAAACWQAAAAADHQAAAAACHQAAAAAAWQAAAAACeQAAAAAAXAAAAAADXAAAAAADXAAAAAAAXAAAAAABXAAAAAABXAAAAAACXAAAAAADXAAAAAACWQAAAAABHQAAAAADWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAWQAAAAADLwAAAAAALwAAAAAALwAAAAAAOgAAAAAAOgAAAAAAOgAAAAAA version: 6 3,1: ind: 3,1 @@ -240,11 +240,11 @@ entities: version: 6 4,1: ind: 4,1 - tiles: HQAAAAADeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABPgAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: HQAAAAADeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABPgAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,0: ind: 4,0 - tiles: PgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAADHQAAAAAACAAAAAAACAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAACHQAAAAABCAAAAAAACAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAACHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAABCAAAAAAACAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABCAAAAAAACAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAADHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: PgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAAAHQAAAAACCAAAAAAACAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAADHQAAAAABCAAAAAAACAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAADCAAAAAAACAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAABHQAAAAACCAAAAAAACAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAACHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 5,0: ind: 5,0 @@ -252,11 +252,11 @@ entities: version: 6 3,-1: ind: 3,-1 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAAAdgAAAAABdgAAAAACdgAAAAABdgAAAAAAdgAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAABdgAAAAACdgAAAAABdgAAAAABdgAAAAACdgAAAAABdgAAAAABdgAAAAACdgAAAAAAdgAAAAACdgAAAAACWQAAAAABHQAAAAABeQAAAAAAWQAAAAACWQAAAAACWQAAAAADdgAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAAAdgAAAAABdgAAAAAAdgAAAAABdgAAAAABdgAAAAADWQAAAAAAHQAAAAABWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAACdgAAAAAAdgAAAAAAdgAAAAACWQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAADdgAAAAABdgAAAAAAdgAAAAADdgAAAAADdgAAAAADdgAAAAABdgAAAAACWQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAABdgAAAAACdgAAAAABdgAAAAACdgAAAAACdgAAAAAAdgAAAAADdgAAAAADdgAAAAADWQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAABdgAAAAACdgAAAAAAeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAWQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAACdgAAAAABdgAAAAABdgAAAAACeQAAAAAAdgAAAAABdgAAAAABdgAAAAAAHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAABdgAAAAAAdgAAAAACdgAAAAABdgAAAAABeQAAAAAAdgAAAAAAdgAAAAACdgAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAAAdgAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAACdgAAAAACeQAAAAAAHQAAAAADHQAAAAABeQAAAAAAPgAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAADdgAAAAADdgAAAAABdgAAAAAAdgAAAAADdgAAAAACWQAAAAADWQAAAAACeQAAAAAAWQAAAAABWQAAAAABWQAAAAADdgAAAAABdgAAAAACdgAAAAADdgAAAAADdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAADWQAAAAADHQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAdgAAAAADdgAAAAABdgAAAAACdgAAAAACdgAAAAABdgAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAAAWQAAAAAAHQAAAAABeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAACdgAAAAACdgAAAAADdgAAAAADdgAAAAAAdgAAAAAAWQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAAAdgAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAADdgAAAAADdgAAAAADWQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAAAdgAAAAAAdgAAAAABdgAAAAAAdgAAAAAAdgAAAAABdgAAAAABdgAAAAACdgAAAAADdgAAAAADWQAAAAABHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAACdgAAAAACdgAAAAADdgAAAAABdgAAAAACeQAAAAAAeQAAAAAAdgAAAAADeQAAAAAAWQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAAAdgAAAAAAdgAAAAABdgAAAAADeQAAAAAAdgAAAAABdgAAAAADdgAAAAABHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAdgAAAAABdgAAAAADdgAAAAABdgAAAAACdgAAAAABdgAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAAAdgAAAAACdgAAAAAAdgAAAAABdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAOgAAAAAAOgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABdgAAAAACdgAAAAADdgAAAAABdgAAAAACdgAAAAABeQAAAAAAHQAAAAAAHQAAAAACeQAAAAAAPgAAAAAA version: 6 -5,-2: ind: -5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -4,-2: ind: -4,-2 @@ -264,7 +264,7 @@ entities: version: 6 -3,-2: ind: -3,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADeQAAAAAAWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACeQAAAAAAdgAAAAACdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABeQAAAAAAdgAAAAADdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAdgAAAAABdgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAABeQAAAAAAdgAAAAADdgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAADeQAAAAAAWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAACeQAAAAAAdgAAAAABdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACeQAAAAAAdgAAAAABdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAACeQAAAAAAdgAAAAADdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAABeQAAAAAAdgAAAAACdgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEAAAAAAAUAAAAAAAUAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAA version: 6 -3,-3: ind: -3,-3 @@ -272,71 +272,71 @@ entities: version: 6 -2,-4: ind: -2,-4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACQAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADQAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAADWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: eQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAagAAAAACHQAAAAABHQAAAAADHQAAAAACHQAAAAACHQAAAAACHQAAAAABHQAAAAACHQAAAAACeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAACHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAAAHQAAAAAAEQAAAAAAHQAAAAAAHQAAAAADEQAAAAAAeQAAAAAAHQAAAAADWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAHQAAAAABHQAAAAACEQAAAAAAHQAAAAACHQAAAAABEQAAAAAAeQAAAAAAHQAAAAABWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAHQAAAAACHQAAAAABEQAAAAAAHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAHQAAAAACWQAAAAADWQAAAAABWQAAAAACeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAAAHQAAAAACEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAADHQAAAAABHQAAAAACWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACHQAAAAACEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABHQAAAAADHQAAAAAAEQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAABWQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAHQAAAAADHQAAAAABEQAAAAAAHQAAAAABHQAAAAABEQAAAAAAeQAAAAAAHQAAAAADWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACHQAAAAABHQAAAAAAEQAAAAAAHQAAAAACHQAAAAAAEQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAAA + tiles: eQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAagAAAAABHQAAAAABHQAAAAADHQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAADHQAAAAADeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAACHQAAAAACeQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAAAHQAAAAABEQAAAAAAHQAAAAAAHQAAAAAAEQAAAAAAeQAAAAAAHQAAAAACWQAAAAABWQAAAAACWQAAAAACeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABHQAAAAAAHQAAAAABEQAAAAAAHQAAAAACHQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAACHQAAAAADHQAAAAABEQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAADWQAAAAABWQAAAAABWQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADHQAAAAADEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAABEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAACHQAAAAACHQAAAAACWQAAAAABWQAAAAADWQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABHQAAAAABEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABHQAAAAADHQAAAAADEQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAHQAAAAABWQAAAAACWQAAAAACWQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAHQAAAAACHQAAAAAAEQAAAAAAHQAAAAAAHQAAAAADEQAAAAAAeQAAAAAAHQAAAAABWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAHQAAAAADHQAAAAACEQAAAAAAHQAAAAABHQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAWQAAAAACWQAAAAAC version: 6 0,-4: ind: 0,-4 - tiles: eQAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAABYgAAAAABYgAAAAACYgAAAAACYgAAAAABYgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAADYgAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAAAYgAAAAAAYgAAAAACeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAACYgAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAABYgAAAAACYgAAAAAAYgAAAAADYgAAAAACYgAAAAADYgAAAAAAYgAAAAACYgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAACYgAAAAADYgAAAAADYgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAYgAAAAACYgAAAAAAYgAAAAADYgAAAAADYgAAAAABYgAAAAABYgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACYgAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAADYgAAAAABYgAAAAADYgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAYgAAAAAAYgAAAAADYgAAAAADYgAAAAABYgAAAAACYgAAAAAAYgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAYgAAAAAAYgAAAAADYgAAAAADYgAAAAAAYgAAAAAAYgAAAAABYgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAWQAAAAABeQAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAADYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAYgAAAAADYgAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAYgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAACaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eQAAAAAAYgAAAAABYgAAAAABYgAAAAADYgAAAAAAYgAAAAACYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAACYgAAAAADYgAAAAABYgAAAAADeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAYgAAAAACYgAAAAABYgAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAYgAAAAAAYgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAAAYgAAAAACYgAAAAADYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAYgAAAAABYgAAAAABYgAAAAACYgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAACYgAAAAACYgAAAAACYgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAYgAAAAACYgAAAAACYgAAAAADYgAAAAAAYgAAAAAAYgAAAAACYgAAAAAAYgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAYgAAAAABYgAAAAADYgAAAAADYgAAAAAAYgAAAAADYgAAAAACYgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAACYgAAAAACYgAAAAAAYgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAWQAAAAADeQAAAAAAYgAAAAADYgAAAAACYgAAAAABYgAAAAADYgAAAAABYgAAAAADYgAAAAAAYgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAYgAAAAADYgAAAAABYgAAAAABYgAAAAADYgAAAAADYgAAAAACYgAAAAAAYgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAYgAAAAADYgAAAAAAYgAAAAADYgAAAAABYgAAAAAAYgAAAAADYgAAAAACYgAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAYgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAABaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: eQAAAAAAaQAAAAAAHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAACbAAAAAAAbAAAAAACbAAAAAACeQAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAbAAAAAACbAAAAAACbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAbAAAAAACbAAAAAACbAAAAAABbAAAAAABbAAAAAAAbAAAAAABbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAbAAAAAACbAAAAAACbAAAAAADeQAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAbAAAAAADbAAAAAACbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAACeQAAAAAAbAAAAAABbAAAAAACbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAbAAAAAAAbAAAAAACbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAbAAAAAADbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAbAAAAAAAbAAAAAACbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAADbAAAAAADbAAAAAADbAAAAAABeQAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAACeQAAAAAAXAAAAAACXAAAAAACXAAAAAABXAAAAAABbAAAAAACbAAAAAACbAAAAAADbAAAAAAAbAAAAAACbAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAABbAAAAAABbAAAAAABXAAAAAABXAAAAAACXAAAAAADXAAAAAACWQAAAAADWQAAAAACbAAAAAACbAAAAAACbAAAAAADbAAAAAADeQAAAAAAbAAAAAAAbAAAAAACbAAAAAAAbAAAAAACeQAAAAAAXAAAAAABXAAAAAACXAAAAAAAXAAAAAACWQAAAAABWQAAAAAAeQAAAAAAbAAAAAABbAAAAAADeQAAAAAAeQAAAAAAbAAAAAADbAAAAAACbAAAAAABbAAAAAACeQAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAACWQAAAAACWQAAAAADeQAAAAAAbAAAAAADbAAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAAAbAAAAAAAbAAAAAADeQAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAAD + tiles: eQAAAAAAaQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAAAHQAAAAABbAAAAAACbAAAAAABbAAAAAADeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAABbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAABeQAAAAAAbAAAAAADbAAAAAABbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAABeQAAAAAAbAAAAAACbAAAAAAAbAAAAAACbAAAAAADbAAAAAABbAAAAAABbAAAAAABbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAbAAAAAAAbAAAAAADbAAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAbAAAAAACbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAABeQAAAAAAbAAAAAAAbAAAAAADbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACeQAAAAAAbAAAAAACbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAACHQAAAAABbAAAAAABbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABbAAAAAAAbAAAAAAAbAAAAAADbAAAAAABeQAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAADeQAAAAAAXAAAAAAAXAAAAAABXAAAAAAAXAAAAAACbAAAAAAAbAAAAAADbAAAAAABbAAAAAABbAAAAAABbAAAAAACeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAABbAAAAAABXAAAAAABXAAAAAABXAAAAAADXAAAAAACWQAAAAAAWQAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAADeQAAAAAAbAAAAAABbAAAAAABbAAAAAABbAAAAAACeQAAAAAAXAAAAAABXAAAAAABXAAAAAADXAAAAAADWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAACbAAAAAACbAAAAAAAeQAAAAAAXAAAAAABXAAAAAABXAAAAAAAXAAAAAAAWQAAAAAAWQAAAAADeQAAAAAAbAAAAAAAbAAAAAABbAAAAAAAbAAAAAABbAAAAAABbAAAAAAAbAAAAAAAbAAAAAADeQAAAAAAXAAAAAABXAAAAAACXAAAAAACXAAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAABbAAAAAAAeQAAAAAAXAAAAAABXAAAAAACXAAAAAADXAAAAAABbAAAAAABbAAAAAACeQAAAAAAbAAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAbAAAAAACbAAAAAAAbAAAAAACbAAAAAACbAAAAAADeQAAAAAAbAAAAAADbAAAAAABbAAAAAACbAAAAAACeQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADeQAAAAAAbAAAAAADbAAAAAABbAAAAAABbAAAAAABbAAAAAADeQAAAAAAbAAAAAACbAAAAAAAbAAAAAADbAAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAbAAAAAADbAAAAAADeQAAAAAAbAAAAAABbAAAAAABeQAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAAAbAAAAAADeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACeQAAAAAAbAAAAAAAbAAAAAADbAAAAAAAbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAbAAAAAACbAAAAAADbAAAAAAAbAAAAAABbAAAAAACbAAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAABbAAAAAACeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAADbAAAAAACbAAAAAABbAAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAADbAAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAADaQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABbAAAAAACbAAAAAABbAAAAAABbAAAAAACbAAAAAAAbAAAAAACbAAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAeQAAAAAAbAAAAAABbAAAAAABbAAAAAABeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAACbAAAAAABbAAAAAACeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAbAAAAAAAbAAAAAABbAAAAAACbAAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAHQAAAAADaQAAAAAAaQAAAAAAHQAAAAAAaQAAAAAAHQAAAAABaQAAAAAAeQAAAAAAbAAAAAADbAAAAAACbAAAAAABbAAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAACaQAAAAAAaQAAAAAAHQAAAAABaQAAAAAAHQAAAAABaQAAAAAAHQAAAAABbAAAAAABbAAAAAABbAAAAAABbAAAAAADeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAaQAAAAAAaQAAAAAAHQAAAAACaQAAAAAAHQAAAAADaQAAAAAAHQAAAAAAbAAAAAADbAAAAAADbAAAAAABbAAAAAABeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAHQAAAAADHQAAAAADHQAAAAABaQAAAAAAHQAAAAABaQAAAAAAHQAAAAAC + tiles: eQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAACbAAAAAADbAAAAAADbAAAAAACbAAAAAADbAAAAAAAeQAAAAAAXAAAAAAAXAAAAAAAXAAAAAADXAAAAAABbAAAAAABbAAAAAAAeQAAAAAAbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAbAAAAAADbAAAAAABbAAAAAACbAAAAAAAbAAAAAADeQAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAbAAAAAABbAAAAAABbAAAAAAAbAAAAAAAbAAAAAACeQAAAAAAbAAAAAABbAAAAAABbAAAAAADbAAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABeQAAAAAAbAAAAAACbAAAAAACeQAAAAAAbAAAAAAAbAAAAAADeQAAAAAAbAAAAAADbAAAAAACbAAAAAAAbAAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAADbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAACeQAAAAAAbAAAAAAAbAAAAAACbAAAAAABbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAbAAAAAABbAAAAAAAbAAAAAACbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAADeQAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAABbAAAAAACbAAAAAACbAAAAAAAbAAAAAABbAAAAAADbAAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAbAAAAAACbAAAAAABbAAAAAAAbAAAAAACbAAAAAAAbAAAAAADbAAAAAADbAAAAAAAbAAAAAABbAAAAAACbAAAAAABWQAAAAADWQAAAAABWQAAAAADWQAAAAABaQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAAAbAAAAAACbAAAAAABbAAAAAABbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAbAAAAAABbAAAAAACeQAAAAAAbAAAAAADbAAAAAACbAAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaAAAAAAAbAAAAAACbAAAAAAAbAAAAAADbAAAAAADeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAaQAAAAAAaQAAAAAAHQAAAAACaQAAAAAAHQAAAAACaQAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAABbAAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAaQAAAAAAaQAAAAAAHQAAAAADaQAAAAAAHQAAAAACaQAAAAAAHQAAAAACbAAAAAACbAAAAAAAbAAAAAABbAAAAAACeQAAAAAAHQAAAAADHQAAAAABHQAAAAABeQAAAAAAaQAAAAAAaQAAAAAAHQAAAAACaQAAAAAAHQAAAAAAaQAAAAAAHQAAAAAAbAAAAAAAbAAAAAACbAAAAAAAbAAAAAABeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADeQAAAAAAHQAAAAACHQAAAAADHQAAAAABaQAAAAAAHQAAAAADaQAAAAAAHQAAAAAD version: 6 2,-4: ind: 2,-4 - tiles: aAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAADdgAAAAACdgAAAAABeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAAAdgAAAAADdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADeQAAAAAAbAAAAAAAbAAAAAADeQAAAAAAbAAAAAABbAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAAAbAAAAAABeQAAAAAAbAAAAAADbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAACeQAAAAAAbAAAAAADbAAAAAADeQAAAAAAbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAABbAAAAAADbAAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAADbAAAAAACbAAAAAAAbAAAAAADeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAACbAAAAAADbAAAAAACbAAAAAABbAAAAAACbAAAAAADbAAAAAABbAAAAAABbAAAAAACbAAAAAADbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAADeQAAAAAAbAAAAAADbAAAAAACbAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACLwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAACbAAAAAADbAAAAAACeQAAAAAAbAAAAAADbAAAAAABbAAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAbAAAAAADbAAAAAADbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAbAAAAAADbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: aAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAADeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAACbAAAAAADeQAAAAAAbAAAAAACbAAAAAAAeQAAAAAAbAAAAAAAbAAAAAADaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAABbAAAAAADeQAAAAAAbAAAAAABbAAAAAADeQAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAAAbAAAAAADeQAAAAAAbAAAAAACbAAAAAABeQAAAAAAbAAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAACeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAABbAAAAAACbAAAAAAAbAAAAAABbAAAAAADbAAAAAAAbAAAAAAAbAAAAAACbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAADbAAAAAADbAAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAABbAAAAAACbAAAAAABbAAAAAACbAAAAAABeQAAAAAAeQAAAAAAbAAAAAACbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAABeQAAAAAAbAAAAAADbAAAAAACbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADLwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAAAbAAAAAADeQAAAAAAbAAAAAADbAAAAAADbAAAAAACeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAABbAAAAAABeQAAAAAAbAAAAAAAbAAAAAABbAAAAAABeQAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAABeQAAAAAAbAAAAAACbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADHQAAAAACeQAAAAAAbAAAAAADbAAAAAACbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: eQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAACeQAAAAAAWQAAAAAAWQAAAAADHQAAAAADHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAWQAAAAACWQAAAAACHQAAAAABHQAAAAADHQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAACeQAAAAAAWQAAAAAAWQAAAAACHQAAAAABHQAAAAADHQAAAAACbAAAAAABbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAADWQAAAAACWQAAAAACbAAAAAACbAAAAAADbAAAAAABbAAAAAABbAAAAAADbAAAAAACbAAAAAABbAAAAAADbAAAAAAAbAAAAAADbAAAAAACbAAAAAADbAAAAAAAbAAAAAABeQAAAAAAWQAAAAACbAAAAAABbAAAAAABbAAAAAABbAAAAAACbAAAAAAAbAAAAAABbAAAAAABbAAAAAAAbAAAAAAAbAAAAAABbAAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAADHQAAAAACHQAAAAAAaQAAAAAAbAAAAAAAbAAAAAABbAAAAAAAbAAAAAADbAAAAAAAbAAAAAABbAAAAAADbAAAAAACaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAACHQAAAAADHQAAAAADaQAAAAAAbAAAAAACbAAAAAACbAAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAbAAAAAACbAAAAAABbAAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAABaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAACHQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABEQAAAAAAWQAAAAAAEQAAAAAAHQAAAAACWQAAAAABbAAAAAADbAAAAAABWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAACWQAAAAABbAAAAAACbAAAAAACbAAAAAADbAAAAAAAbAAAAAACbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADEQAAAAAAWQAAAAADEQAAAAAAHQAAAAADWQAAAAABbAAAAAAAbAAAAAADbAAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAbAAAAAAAbAAAAAABbAAAAAACeQAAAAAAeQAAAAAAbAAAAAACeQAAAAAA + tiles: eQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAWQAAAAACWQAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAADHQAAAAABHQAAAAACHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADHQAAAAAAHQAAAAACHQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADWQAAAAACHQAAAAACHQAAAAACHQAAAAACbAAAAAABbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAABbAAAAAABWQAAAAABWQAAAAAAbAAAAAACbAAAAAACbAAAAAADbAAAAAACbAAAAAAAbAAAAAADbAAAAAABbAAAAAADbAAAAAADbAAAAAACbAAAAAAAbAAAAAABbAAAAAABbAAAAAABeQAAAAAAWQAAAAABbAAAAAABbAAAAAABbAAAAAAAbAAAAAADbAAAAAADbAAAAAABbAAAAAADbAAAAAAAbAAAAAAAbAAAAAABbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAAAHQAAAAADHQAAAAACaQAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAAAbAAAAAABbAAAAAAAbAAAAAADaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADaQAAAAAAbAAAAAADbAAAAAAAbAAAAAABWQAAAAABWQAAAAACWQAAAAACWQAAAAADWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAbAAAAAABbAAAAAACbAAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAABaAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAABeQAAAAAAbAAAAAABbAAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACEQAAAAAAWQAAAAAAEQAAAAAAHQAAAAAAWQAAAAAAbAAAAAADbAAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAABWQAAAAAAbAAAAAADbAAAAAADbAAAAAAAbAAAAAADbAAAAAADbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAEQAAAAAAWQAAAAAAEQAAAAAAHQAAAAABWQAAAAADbAAAAAAAbAAAAAABbAAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAACeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAbAAAAAABbAAAAAABbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: eQAAAAAAbAAAAAADbAAAAAABbAAAAAABeQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAACeQAAAAAAHQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADHQAAAAADeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAABHQAAAAACeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAAAeQAAAAAAHQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAABHQAAAAABeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAbAAAAAADbAAAAAACbAAAAAACbAAAAAACeQAAAAAAHQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAACHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAAAbAAAAAAAeQAAAAAAHQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAADHQAAAAABeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAWQAAAAADeQAAAAAAbAAAAAABbAAAAAABbAAAAAADeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAACHQAAAAADeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAADbAAAAAAAbAAAAAADbAAAAAAAbAAAAAADbAAAAAADbAAAAAADeQAAAAAAbAAAAAABbAAAAAACbAAAAAAAbAAAAAABWQAAAAABbAAAAAABbAAAAAACbAAAAAABbAAAAAABbAAAAAADbAAAAAAAbAAAAAADbAAAAAADbAAAAAAAbAAAAAADbAAAAAAAbAAAAAABbAAAAAABbAAAAAADbAAAAAADeQAAAAAAbAAAAAABbAAAAAAAbAAAAAADbAAAAAADbAAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAACbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAABeQAAAAAAbAAAAAABbAAAAAABbAAAAAACbAAAAAAAbAAAAAAAbAAAAAABbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACbAAAAAAAbAAAAAACbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAABaAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACbAAAAAADbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAADaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAADbAAAAAABbAAAAAACbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAAAbAAAAAACbAAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABeQAAAAAAeQAAAAAAbAAAAAACbAAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eQAAAAAAbAAAAAABbAAAAAABbAAAAAACeQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAADHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAADeQAAAAAAHQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAACHQAAAAADeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAAAeQAAAAAAHQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAABHQAAAAACeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAABeQAAAAAAHQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAHQAAAAACeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAbAAAAAAAbAAAAAADbAAAAAACbAAAAAABeQAAAAAAHQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAABHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAABbAAAAAACbAAAAAADeQAAAAAAHQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAADHQAAAAACeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAAAeQAAAAAAbAAAAAACbAAAAAAAbAAAAAACeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAbAAAAAACbAAAAAAAbAAAAAADbAAAAAAAbAAAAAABbAAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAABeQAAAAAAbAAAAAADbAAAAAABbAAAAAABbAAAAAABWQAAAAAAbAAAAAABbAAAAAADbAAAAAACbAAAAAABbAAAAAACbAAAAAADbAAAAAADbAAAAAABbAAAAAABbAAAAAADbAAAAAAAbAAAAAABbAAAAAACbAAAAAADbAAAAAADeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAADbAAAAAADbAAAAAABbAAAAAABbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAABeQAAAAAAbAAAAAACbAAAAAABbAAAAAADbAAAAAACbAAAAAACbAAAAAADbAAAAAACbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAbAAAAAACbAAAAAACbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAADaAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACbAAAAAAAbAAAAAABbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAABbAAAAAACbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAHQAAAAAAaAAAAAAAeQAAAAAAbAAAAAABbAAAAAABbAAAAAAAbAAAAAABbAAAAAADbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 5,-2: ind: 5,-2 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAbAAAAAADbAAAAAACbAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAbAAAAAACbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAWQAAAAADeQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAAAAAAAAAAAAAAAAAbAAAAAACbAAAAAAAbAAAAAABeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAbAAAAAACbAAAAAADbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-3: ind: 4,-3 - tiles: eQAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAbAAAAAADbAAAAAACbAAAAAABbAAAAAACeQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAAAaAAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAAAbAAAAAABbAAAAAABbAAAAAADbAAAAAABbAAAAAAAbAAAAAADbAAAAAAAbAAAAAACbAAAAAABbAAAAAABbAAAAAADaAAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAACbAAAAAABeQAAAAAAbAAAAAABbAAAAAABbAAAAAABbAAAAAADbAAAAAACbAAAAAADbAAAAAACbAAAAAADbAAAAAACaAAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAAAbAAAAAACeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABbAAAAAACbAAAAAABbAAAAAAAaAAAAAAAeQAAAAAAbAAAAAABbAAAAAACbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABbAAAAAABeQAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAbAAAAAACbAAAAAABWQAAAAACeQAAAAAAbAAAAAABbAAAAAADbAAAAAACbAAAAAABeQAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAbAAAAAACbAAAAAAAWQAAAAADeQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAAAeQAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAbAAAAAAAbAAAAAACWQAAAAADeQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAAAbAAAAAABeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAABeQAAAAAAbAAAAAADbAAAAAACbAAAAAACbAAAAAABbAAAAAABbAAAAAACeQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAABbAAAAAACbAAAAAACbAAAAAACbAAAAAACbAAAAAADbAAAAAADbAAAAAABeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAAAbAAAAAABbAAAAAADbAAAAAADbAAAAAACeQAAAAAAbAAAAAACbAAAAAADbAAAAAAAbAAAAAACbAAAAAADbAAAAAABeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAABeQAAAAAAbAAAAAACbAAAAAAAbAAAAAAAbAAAAAACbAAAAAACbAAAAAADeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAACeQAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAABbAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAeQAAAAAA + tiles: eQAAAAAAbAAAAAADbAAAAAACbAAAAAABbAAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAABaAAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAACbAAAAAAAbAAAAAAAbAAAAAADbAAAAAABbAAAAAABbAAAAAADbAAAAAABbAAAAAAAbAAAAAACbAAAAAACbAAAAAAAaAAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAADbAAAAAABeQAAAAAAbAAAAAACbAAAAAAAbAAAAAABbAAAAAADbAAAAAABbAAAAAACbAAAAAAAbAAAAAACbAAAAAAAaAAAAAAAeQAAAAAAbAAAAAADbAAAAAAAbAAAAAADbAAAAAACeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADbAAAAAABbAAAAAADbAAAAAACaAAAAAAAeQAAAAAAbAAAAAABbAAAAAACbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAABbAAAAAACeQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAACeQAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAbAAAAAADbAAAAAACWQAAAAACeQAAAAAAbAAAAAADbAAAAAAAbAAAAAAAbAAAAAACeQAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAbAAAAAADbAAAAAADWQAAAAADeQAAAAAAeQAAAAAAbAAAAAABbAAAAAACbAAAAAACeQAAAAAAeAAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAATQAAAAAAeQAAAAAAbAAAAAACbAAAAAABWQAAAAABeQAAAAAAeQAAAAAAbAAAAAADbAAAAAABbAAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAABbAAAAAACeQAAAAAAeQAAAAAAbAAAAAACbAAAAAACbAAAAAACeQAAAAAAbAAAAAACbAAAAAADbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAABbAAAAAAAbAAAAAABbAAAAAACbAAAAAABbAAAAAACbAAAAAABbAAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACbAAAAAACbAAAAAAAbAAAAAADbAAAAAACeQAAAAAAbAAAAAACbAAAAAACbAAAAAACbAAAAAABbAAAAAABbAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAADeQAAAAAAbAAAAAADbAAAAAADbAAAAAABbAAAAAABbAAAAAACbAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAABeQAAAAAAbAAAAAABbAAAAAABbAAAAAADbAAAAAAAbAAAAAADbAAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAbAAAAAACbAAAAAABbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: aAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAACEwAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAAAbAAAAAACbAAAAAACbAAAAAAAbAAAAAADbAAAAAAAbAAAAAADbAAAAAACbAAAAAAAbAAAAAACeQAAAAAAeQAAAAAAaAAAAAAAbAAAAAABWQAAAAABbAAAAAABWQAAAAADbAAAAAAAWQAAAAABbAAAAAACWQAAAAABbAAAAAAAWQAAAAAAbAAAAAAAWQAAAAADbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAABbAAAAAAAbAAAAAACbAAAAAACbAAAAAAAbAAAAAAAbAAAAAAAbAAAAAABbAAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAACeQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAACHQAAAAADHQAAAAACeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAACdgAAAAADdgAAAAAAdgAAAAADdgAAAAADdgAAAAACdgAAAAABeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAADHQAAAAADWQAAAAADHQAAAAADdgAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAACdgAAAAABdgAAAAABeQAAAAAAbAAAAAADbAAAAAADbAAAAAACbAAAAAADbAAAAAACeQAAAAAAWQAAAAADeQAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAACdgAAAAAAdgAAAAADdgAAAAACeQAAAAAAbAAAAAACbAAAAAAAbAAAAAABbAAAAAABbAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAABdgAAAAAAdgAAAAACdgAAAAACdgAAAAADdgAAAAABdgAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: aAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAdgAAAAABEwAAAAAEeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAAAbAAAAAABbAAAAAAAbAAAAAACbAAAAAADbAAAAAADbAAAAAABbAAAAAABbAAAAAABbAAAAAAAbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAaAAAAAAAbAAAAAACWQAAAAAAbAAAAAADWQAAAAABbAAAAAACWQAAAAADbAAAAAAAWQAAAAADbAAAAAABWQAAAAADbAAAAAAAWQAAAAAAbAAAAAACeQAAAAAAeQAAAAAAeQAAAAAAbAAAAAABbAAAAAADbAAAAAADbAAAAAADbAAAAAADbAAAAAAAbAAAAAACbAAAAAABbAAAAAAAbAAAAAADbAAAAAABbAAAAAABbAAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAWQAAAAADeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAADeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAABeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAABdgAAAAADdgAAAAADdgAAAAAAdgAAAAACdgAAAAADdgAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAABWQAAAAACHQAAAAABWQAAAAADHQAAAAAAdgAAAAACdgAAAAADdgAAAAADdgAAAAABdgAAAAADdgAAAAAAdgAAAAACeQAAAAAAbAAAAAAAbAAAAAAAbAAAAAACbAAAAAABbAAAAAACeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAACdgAAAAACdgAAAAAAdgAAAAADdgAAAAACdgAAAAAAdgAAAAACeQAAAAAAbAAAAAAAbAAAAAABbAAAAAAAbAAAAAADbAAAAAACeQAAAAAAWQAAAAAAeQAAAAAAdgAAAAAAdgAAAAACdgAAAAAAdgAAAAACdgAAAAADdgAAAAABdgAAAAABeQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAPAAAAAAAYAAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPAAAAAAAeQAAAAAAHQAAAAACHQAAAAACHQAAAAADeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAADWQAAAAADeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAAAHQAAAAADeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAACHQAAAAADHQAAAAADHQAAAAABHQAAAAABHQAAAAABHQAAAAADHQAAAAACHQAAAAADHQAAAAABeQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAACaQAAAAAAaQAAAAAAaQAAAAAAHQAAAAABHQAAAAACeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAHQAAAAADHQAAAAACeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAbAAAAAACbAAAAAADbAAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAPAAAAAAAYAAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPAAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAPAAAAAAAPAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAABHQAAAAABHQAAAAABeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABeQAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAADHQAAAAABeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAADHQAAAAABeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAHQAAAAAAHQAAAAADHQAAAAACHQAAAAABaQAAAAAAaQAAAAAAaQAAAAAAHQAAAAAAHQAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAABHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABaQAAAAAAaQAAAAAAaQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAaQAAAAAAeQAAAAAAbAAAAAADbAAAAAADbAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 5,-3: ind: 5,-3 - tiles: aAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA + tiles: aAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAABWQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-4: ind: 5,-4 - tiles: eQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAD + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEwAAAAAB version: 6 4,-1: ind: 4,-1 - tiles: WQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAADeQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAACHQAAAAABHQAAAAABHQAAAAADeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADHQAAAAACHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAAAHQAAAAABHQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAACHQAAAAACHQAAAAABHQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAAAHQAAAAABHQAAAAADHQAAAAADWQAAAAACWQAAAAAAHQAAAAADeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABWQAAAAABWQAAAAABHQAAAAABHQAAAAACHQAAAAABWQAAAAAAWQAAAAADHQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAHQAAAAABWQAAAAAAWQAAAAAAHQAAAAADHQAAAAAAHQAAAAABWQAAAAAAWQAAAAAAHQAAAAACeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABeQAAAAAAHQAAAAABWQAAAAACWQAAAAADHQAAAAABHQAAAAABHQAAAAABWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADWQAAAAACWQAAAAAAHQAAAAABHQAAAAADHQAAAAADWQAAAAAAWQAAAAABHQAAAAACHQAAAAADeQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAACWQAAAAACHQAAAAABHQAAAAACHQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAABHQAAAAABHQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: WQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABeQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAADHQAAAAABHQAAAAABHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAAAHQAAAAADHQAAAAABHQAAAAACHQAAAAACHQAAAAAAHQAAAAABHQAAAAAAHQAAAAACHQAAAAADHQAAAAABHQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAABeQAAAAAAHQAAAAACHQAAAAACHQAAAAACHQAAAAABHQAAAAADHQAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAAAHQAAAAADWQAAAAABWQAAAAADWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACWQAAAAADWQAAAAABHQAAAAADHQAAAAACHQAAAAACWQAAAAAAWQAAAAABHQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAADWQAAAAABHQAAAAADHQAAAAABHQAAAAAAWQAAAAABWQAAAAACHQAAAAABeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAHQAAAAACWQAAAAADWQAAAAACHQAAAAABHQAAAAABHQAAAAACWQAAAAAAWQAAAAABHQAAAAACeQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAHQAAAAAAWQAAAAAAWQAAAAACHQAAAAADHQAAAAABHQAAAAADWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAWQAAAAACWQAAAAAAHQAAAAACHQAAAAACHQAAAAADWQAAAAABWQAAAAADHQAAAAACHQAAAAADeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAHQAAAAADWQAAAAABWQAAAAACHQAAAAABHQAAAAADHQAAAAACWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAHQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAADHQAAAAAAHQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: eQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAADWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAACWQAAAAADeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAACWQAAAAACWQAAAAACeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAADWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWQAAAAABWQAAAAADWQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-5: ind: 4,-5 @@ -348,11 +348,11 @@ entities: version: 6 3,-5: ind: 3,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAHBwAAAAAABwAAAAAABwAAAAAABwAAAAAJeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAKAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAABwAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: eQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAeQAAAAAAPgAAAAAAAAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAdgAAAAABeQAAAAAAeQAAAAAAeQAAAAAA version: 6 1,-5: ind: 1,-5 @@ -364,11 +364,11 @@ entities: version: 6 -1,-5: ind: -1,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAADWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAADeQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAACeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAABWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAACaQAAAAAAeQAAAAAAeQAAAAAAagAAAAAAagAAAAABagAAAAADeQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAACeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAABHQAAAAAAHQAAAAAD + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAAAWQAAAAACWQAAAAADWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAWQAAAAADWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAACWQAAAAADWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAACWQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAACWQAAAAACWQAAAAACWQAAAAACWQAAAAADaQAAAAAAeQAAAAAAeQAAAAAAagAAAAABagAAAAADagAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAADHQAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAeQAAAAAAWQAAAAABWQAAAAACDgAAAAAADgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAADgAAAAACeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAADgAAAAADeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAABWQAAAAABWQAAAAABWQAAAAABWQAAAAAAeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAACHQAAAAABWQAAAAADWQAAAAAAWQAAAAADWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAAAeQAAAAAAWQAAAAADWQAAAAABeQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAADHQAAAAADHQAAAAACeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAwAAAAADAwAAAAACAwAAAAABeQAAAAAAWQAAAAADWQAAAAACDgAAAAACDgAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAwAAAAADAwAAAAABAwAAAAABeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAADgAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAwAAAAAAAwAAAAABAwAAAAAAeQAAAAAAWQAAAAAAWQAAAAACeQAAAAAADgAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAAAeQAAAAAAWQAAAAACWQAAAAACeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAACWQAAAAABWQAAAAACHQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAABHQAAAAAAHQAAAAACeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABHQAAAAADHQAAAAAAeQAAAAAAaQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAACHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -3,-4: ind: -3,-4 @@ -376,15 +376,15 @@ entities: version: 6 -3,-5: ind: -3,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAADgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAADgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAADgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAAAAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAA version: 6 0,-5: ind: 0,-5 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAABWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAACaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAACWQAAAAABWQAAAAACWQAAAAABWQAAAAACaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAADWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAADWQAAAAACWQAAAAADWQAAAAACWQAAAAACHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAACWQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAABeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAABeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAADeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACeQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAADWQAAAAABWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAADWQAAAAADWQAAAAABWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAABaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABWQAAAAACWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAACWQAAAAACWQAAAAACWQAAAAABaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAABWQAAAAABWQAAAAAAWQAAAAABWQAAAAACeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAABeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAABWQAAAAACWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAaAAAAAAAWQAAAAADWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAADWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAACWQAAAAABHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAABWQAAAAAAWQAAAAACWQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAADWQAAAAACWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABWQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAACeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAYgAAAAADeQAAAAAAeQAAAAAAeQAAAAAATQAAAAAATQAAAAAATQAAAAAAeQAAAAAA version: 6 0,-6: ind: 0,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeQAAAAAAAgAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 -1,-6: ind: -1,-6 @@ -392,11 +392,11 @@ entities: version: 6 1,-6: ind: 1,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAABHQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAABeQAAAAAAHQAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAHQAAAAABHQAAAAACHQAAAAABeQAAAAAAHQAAAAABeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAACHQAAAAACHQAAAAACAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAeQAAAAAAHQAAAAACAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAADHQAAAAACeQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAACPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAAgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAABHQAAAAADeQAAAAAAeQAAAAAAAgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAaAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAACeQAAAAAAHQAAAAADHQAAAAABHQAAAAADeQAAAAAAHQAAAAADeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAeQAAAAAAHQAAAAAAHQAAAAABHQAAAAADeQAAAAAAHQAAAAACeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAACHQAAAAABHQAAAAAAHQAAAAADHQAAAAADHQAAAAACAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAAHQAAAAABeQAAAAAAHQAAAAACHQAAAAAAHQAAAAADeQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAAAHQAAAAADeQAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAAgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAABPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAADHQAAAAABeQAAAAAAeQAAAAAAAgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAHQAAAAADPgAAAAAAPgAAAAAAPgAAAAAAHQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAAgAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAA version: 6 2,-6: ind: 2,-6 - tiles: eQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAADeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAABeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: eQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAACeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAABHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAADeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHQAAAAACeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-7: ind: 2,-7 @@ -408,11 +408,11 @@ entities: version: 6 1,-7: ind: 1,-7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAACeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAABEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAADEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAADEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAABHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAHQAAAAADHQAAAAACHQAAAAACEQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAACHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAACHQAAAAADHQAAAAADHQAAAAAAHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAEQAAAAAAeQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAADeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAABEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAABHQAAAAACEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAEQAAAAAAHQAAAAADHQAAAAABHQAAAAAAEQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAABHQAAAAAAHQAAAAADHQAAAAABeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAABHQAAAAAAHQAAAAAAHQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAACeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAABeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAADeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAeQAAAAAAEQAAAAAAeQAAAAAA version: 6 1,-8: ind: 1,-8 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAACHQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAACEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAADeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAADEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAADHQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAADHQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAADEQAAAAAAEQAAAAAAEQAAAAAAHQAAAAABEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAABeQAAAAAAEQAAAAAAeQAAAAAAHQAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAEQAAAAAAHQAAAAABHQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAABHQAAAAAD version: 6 -2,-6: ind: -2,-6 @@ -440,7 +440,7 @@ entities: version: 6 -1,3: ind: -1,3 - tiles: dgAAAAADdgAAAAAAdgAAAAABdgAAAAADdgAAAAABWQAAAAACWQAAAAADWQAAAAAAWQAAAAADWQAAAAAAWQAAAAABWQAAAAADeQAAAAAALwAAAAAAHQAAAAADLwAAAAAAdgAAAAACdgAAAAAAdgAAAAADdgAAAAADdgAAAAABeQAAAAAAWQAAAAABWQAAAAAAWQAAAAACWQAAAAAAWQAAAAABWQAAAAADeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADdgAAAAABdgAAAAACdgAAAAACdgAAAAADdgAAAAAAeQAAAAAAWQAAAAACWQAAAAACWQAAAAADWQAAAAACWQAAAAABWQAAAAADWQAAAAAAWQAAAAACWQAAAAACWQAAAAACdgAAAAADdgAAAAACdgAAAAACdgAAAAACdgAAAAABeQAAAAAAPQAAAAAAPQAAAAAAWQAAAAACWQAAAAAAWQAAAAADWQAAAAADeQAAAAAAWQAAAAADWQAAAAACWQAAAAABdgAAAAABdgAAAAABdgAAAAADdgAAAAAAdgAAAAADeQAAAAAAPQAAAAAAPQAAAAAAWQAAAAACWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAACeQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: dgAAAAAAdgAAAAADdgAAAAAAdgAAAAAAdgAAAAABWQAAAAADWQAAAAABWQAAAAABWQAAAAACWQAAAAABWQAAAAABWQAAAAACeQAAAAAALwAAAAAAHQAAAAABLwAAAAAAdgAAAAADdgAAAAACdgAAAAADdgAAAAABdgAAAAABeQAAAAAAWQAAAAAAWQAAAAADWQAAAAACWQAAAAAAWQAAAAADWQAAAAAAeQAAAAAAWQAAAAADWQAAAAACWQAAAAABdgAAAAACdgAAAAADdgAAAAADdgAAAAABdgAAAAADeQAAAAAAWQAAAAACWQAAAAADWQAAAAADWQAAAAAAWQAAAAADWQAAAAABWQAAAAABWQAAAAADWQAAAAABWQAAAAAAdgAAAAADdgAAAAABdgAAAAABdgAAAAAAdgAAAAADeQAAAAAAPQAAAAAAPQAAAAAAWQAAAAADWQAAAAADWQAAAAAAWQAAAAABeQAAAAAAWQAAAAAAWQAAAAAAWQAAAAADdgAAAAAAdgAAAAABdgAAAAADdgAAAAACdgAAAAACeQAAAAAAPQAAAAAAPQAAAAAAWQAAAAAAWQAAAAAAWQAAAAAAWQAAAAACeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAHQAAAAADHQAAAAADHQAAAAABHQAAAAADHQAAAAACeQAAAAAAPQAAAAAAPQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,3: ind: 1,3 @@ -476,7 +476,7 @@ entities: version: 6 3,-6: ind: 3,-6 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAADBwAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAAAAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAeQAAAAAAAAAAAAAAeAAAAAAAAAAAAAAAeAAAAAAA version: 6 -6,-1: ind: -6,-1 @@ -2207,8 +2207,9 @@ entities: 3637: 60,-44 3641: 58,-51 - node: + zIndex: 5 cleanable: True - color: '#474F52FF' + color: '#FFFFFF7F' id: Dirt decals: 205: -33,-11 @@ -2247,18 +2248,7 @@ entities: 274: 62,-34 275: 63,-34 276: 64,-36 - - node: - cleanable: True - zIndex: 1 - color: '#474F52FF' - id: Dirt - decals: 242: -32,-18 - - node: - cleanable: True - color: '#D4D4D4A4' - id: Dirt - decals: 2530: 0,-57 2531: -1,-57 2532: -2,-55 @@ -2272,11 +2262,6 @@ entities: 2540: -2,-47 2541: -1,-46 2542: -1,-45 - - node: - cleanable: True - color: '#FFFFFFFF' - id: Dirt - decals: 3462: 3,-63 3463: 3,-62 3464: 4,-61 @@ -2313,15 +2298,12 @@ entities: 3632: 57,-45 3633: 58,-46 - node: - color: '#FFFFFFFF' - id: DirtHeavy - decals: - 455: -28,-37 - - node: + zIndex: 5 cleanable: True - color: '#FFFFFFFF' + color: '#FFFFFF7F' id: DirtHeavy decals: + 455: -28,-37 2529: -1,-55 2749: 5,-69 2750: 6,-69 @@ -2348,8 +2330,6 @@ entities: 3474: 8,-57 3599: 63,-56 3600: 58,-56 - 3648: -43,-12 - 3654: -42,-11 3679: -47,-11 3680: -47,-12 3681: -46,-11 @@ -2357,8 +2337,9 @@ entities: 3683: -47,-16 3684: -46,-14 - node: + zIndex: 5 cleanable: True - color: '#FFFFFFFF' + color: '#FFFFFF7F' id: DirtHeavyMonotile decals: 2908: 1,-72 @@ -2368,17 +2349,12 @@ entities: 3594: 51,-56 3595: 51,-48 - node: + zIndex: 5 cleanable: True - color: '#474F52FF' + color: '#FFFFFF7F' id: DirtLight decals: 277: 61,-34 - - node: - cleanable: True - zIndex: 1 - color: '#474F52FF' - id: DirtLight - decals: 243: -32,-16 244: -32,-15 245: -33,-15 @@ -2394,10 +2370,6 @@ entities: 255: -30,-14 256: -32,-11 257: -30,-10 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: 446: -30,-38 447: -29,-37 448: -27,-31 @@ -2427,11 +2399,6 @@ entities: 2115: -10,25 2116: -10,23 2117: -9,23 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtLight - decals: 1020: -62,-5 1021: -61,-5 1022: -55,-3 @@ -2636,14 +2603,16 @@ entities: 3604: 59,-56 3605: 60,-56 3606: 54,-55 - 3647: -42,-12 - 3651: -43,-13 - 3652: -44,-12 - 3656: -44,-13 + 3689: -42,-12 + 3690: -43,-12 + 3691: -43,-13 + 3692: -44,-13 + 3693: -44,-12 + 3694: -42,-13 - node: cleanable: True - zIndex: 1 - color: '#474F52FF' + zIndex: 5 + color: '#FFFFFF7F' id: DirtMedium decals: 233: -33,-11 @@ -2655,18 +2624,9 @@ entities: 239: -31,-16 240: -32,-17 241: -32,-18 - - node: - color: '#FFFFFFFF' - id: DirtMedium - decals: 453: -22,-25 454: -26,-31 465: -32,-24 - - node: - cleanable: True - color: '#FFFFFFFF' - id: DirtMedium - decals: 1428: -8,50 2526: 0,-58 2527: -1,-58 @@ -2716,7 +2676,6 @@ entities: 3596: 55,-53 3597: 64,-56 3598: 62,-55 - 3649: -42,-13 3660: -46,-17 3661: -46,-16 3662: -46,-15 @@ -2733,6 +2692,10 @@ entities: 3676: -49,-13 3677: -49,-11 3678: -48,-11 + 3695: -43,-12 + 3696: -42,-10 + 3697: -46,-7 + 3698: -40,-9 - node: color: '#FFFFFFFF' id: Flowersbr3 @@ -4619,13 +4582,13 @@ entities: 3112: -38,-6 3113: -38,-7 3114: -38,-8 - 3115: -38,-9 - 3116: -38,-10 - 3117: -38,-11 3118: -38,-12 3119: -38,-13 3120: -38,-14 3392: 8,-30 + 3700: -38,-10 + 3701: -38,-9 + 3702: -38,-11 - node: color: '#D4D4D496' id: QuarterTileOverlayGreyscale90 @@ -5157,7 +5120,6 @@ entities: id: WarnCornerSmallSW decals: 362: 1,36 - 421: -38,-10 681: 76,-40 710: 72,-19 1535: -11,6 @@ -5168,6 +5130,7 @@ entities: 2315: -69,8 2316: -76,8 3094: 17,-75 + 3699: -38,-10 - node: color: '#FFFFFFFF' id: WarnEndGreyscaleN @@ -5501,7 +5464,6 @@ entities: 417: -38,-14 418: -38,-13 419: -38,-12 - 420: -38,-11 658: 72,-36 659: 72,-35 660: 72,-34 @@ -5549,6 +5511,7 @@ entities: 3567: -11,34 3568: -11,35 3569: -11,36 + 3703: -38,-11 - node: color: '#FFFFFFFF' id: WarnLineW @@ -6053,7 +6016,7 @@ entities: 0: 61423 8,-1: 0: 12320 - 2: 34944 + 4: 34944 -8,-4: 0: 30583 -8,-5: @@ -6404,7 +6367,7 @@ entities: 0: 30583 6,-12: 1: 4369 - 4: 204 + 2: 204 3: 49152 6,-11: 1: 61713 @@ -6413,10 +6376,10 @@ entities: 0: 29424 6,-13: 1: 4369 - 4: 49152 + 2: 49152 3: 204 7,-12: - 4: 17 + 2: 17 3: 4096 1: 17476 7,-11: @@ -6425,7 +6388,7 @@ entities: 7,-10: 0: 61680 7,-13: - 4: 4096 + 2: 4096 1: 17476 3: 17 8,-12: @@ -6463,7 +6426,7 @@ entities: 1: 8704 8,0: 0: 63523 - 2: 8 + 4: 8 8,1: 0: 61440 8,2: @@ -6743,24 +6706,24 @@ entities: 1: 35064 0: 771 9,0: - 2: 15 + 4: 15 0: 65296 9,1: 0: 47232 9,2: 0: 48955 9,-1: - 2: 65520 + 4: 65520 0: 1 10,0: - 2: 1 + 4: 1 0: 65292 10,1: 0: 56789 10,2: 0: 64961 10,-1: - 2: 4368 + 4: 4368 0: 57548 11,0: 0: 30543 @@ -7094,9 +7057,9 @@ entities: -12,-5: 0: 29936 -11,-4: - 0: 61567 + 0: 28799 -11,-3: - 0: 65399 + 0: 65351 -11,-2: 0: 65535 -11,-5: @@ -8055,7 +8018,7 @@ entities: 5,-20: 1: 58444 5,-21: - 0: 57344 + 3: 57344 1: 3780 6,-20: 1: 28675 @@ -8065,7 +8028,8 @@ entities: 6,-18: 0: 21575 6,-21: - 0: 47112 + 3: 12288 + 0: 34824 1: 768 6,-17: 0: 17476 @@ -8243,14 +8207,15 @@ entities: 0: 62395 2,-21: 0: 48059 - 1: 4 3,-21: 0: 65295 0,-24: - 0: 64512 + 3: 61440 + 0: 3072 1: 136 -1,-24: - 0: 61696 + 3: 61440 + 0: 256 1: 136 0,-23: 1: 35064 @@ -8264,7 +8229,8 @@ entities: 0,-25: 1: 36744 1,-24: - 0: 62208 + 0: 768 + 3: 61440 1: 136 1,-23: 1: 112 @@ -8279,7 +8245,7 @@ entities: 1: 52224 2,-22: 0: 4369 - 1: 17476 + 1: 1092 3,-23: 1: 61440 3,-22: @@ -8316,12 +8282,13 @@ entities: 1: 16 0: 61132 -3,-24: - 0: 32768 + 3: 32768 1: 136 -3,-25: 1: 36342 -2,-24: - 0: 63232 + 0: 1792 + 3: 61440 1: 136 -2,-23: 0: 1 @@ -8336,7 +8303,7 @@ entities: 1: 4096 0: 36044 5,-22: - 0: 3 + 3: 3 1: 17632 5,-24: 1: 32 @@ -8593,13 +8560,13 @@ entities: - 0 - 0 - volume: 2500 - temperature: 235 + temperature: 293.15 moles: - - 21.824879 - - 82.10312 - 0 - 0 - 0 + - 6666.982 + - 0 - 0 - 0 - 0 @@ -8623,13 +8590,13 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + temperature: 235 moles: + - 21.824879 + - 82.10312 - 0 - 0 - 0 - - 6666.982 - - 0 - 0 - 0 - 0 @@ -9691,11 +9658,14 @@ entities: parent: 8364 - type: DeviceList devices: - - 23046 - 25364 - 25367 - 25366 - 25365 + - 1311 + - 14226 + - 16155 + - 15139 - uid: 23262 components: - type: Transform @@ -10042,18 +10012,6 @@ entities: - 26701 - 23177 - 23179 -- proto: AirAlarmVox - entities: - - uid: 6225 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-13.5 - parent: 8364 - - type: DeviceList - devices: - - 16169 - - 16209 - proto: AirCanister entities: - uid: 444 @@ -11561,6 +11519,14 @@ entities: parent: 8364 - proto: AirlockGlass entities: + - uid: 1312 + components: + - type: MetaData + name: Laundry Room + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-10.5 + parent: 8364 - uid: 1670 components: - type: Transform @@ -11591,7 +11557,7 @@ entities: pos: 24.5,16.5 parent: 8364 - type: Door - secondsUntilStateChange: -21879.57 + secondsUntilStateChange: -26637.611 state: Opening - type: DeviceLinkSource lastSignals: @@ -13273,6 +13239,14 @@ entities: parent: 8364 - proto: AirSensor entities: + - uid: 1311 + components: + - type: Transform + pos: -46.5,-13.5 + parent: 8364 + - type: DeviceNetwork + deviceLists: + - 22970 - uid: 1479 components: - type: Transform @@ -13291,6 +13265,14 @@ entities: - type: Transform pos: -0.5,-55.5 parent: 8364 + - uid: 15139 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 8364 + - type: DeviceNetwork + deviceLists: + - 22970 - uid: 17593 components: - type: Transform @@ -13602,11 +13584,6 @@ entities: - type: Transform pos: -1.5,-64.5 parent: 8364 - - uid: 23046 - components: - - type: Transform - pos: -39.5,-7.5 - parent: 8364 - uid: 23117 components: - type: Transform @@ -15531,58 +15508,6 @@ entities: - type: Transform pos: 28.5,-48.5 parent: 8364 -- proto: AtmosFixVoxMarker - entities: - - uid: 16591 - components: - - type: Transform - pos: -43.5,-11.5 - parent: 8364 - - uid: 16592 - components: - - type: Transform - pos: -42.5,-11.5 - parent: 8364 - - uid: 16593 - components: - - type: Transform - pos: -41.5,-11.5 - parent: 8364 - - uid: 16594 - components: - - type: Transform - pos: -41.5,-10.5 - parent: 8364 - - uid: 16595 - components: - - type: Transform - pos: -42.5,-10.5 - parent: 8364 - - uid: 16596 - components: - - type: Transform - pos: -43.5,-10.5 - parent: 8364 - - uid: 16597 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 8364 - - uid: 16598 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 8364 - - uid: 16599 - components: - - type: Transform - pos: -41.5,-12.5 - parent: 8364 - - uid: 16606 - components: - - type: Transform - pos: -40.5,-12.5 - parent: 8364 - proto: Autolathe entities: - uid: 13406 @@ -17593,11 +17518,21 @@ entities: - type: Transform pos: -52.5,-6.5 parent: 8364 + - uid: 1254 + components: + - type: Transform + pos: -37.5,-7.5 + parent: 8364 - uid: 1301 components: - type: Transform pos: 25.5,-45.5 parent: 8364 + - uid: 1346 + components: + - type: Transform + pos: -41.5,-9.5 + parent: 8364 - uid: 1468 components: - type: Transform @@ -28508,6 +28443,21 @@ entities: - type: Transform pos: -50.5,-5.5 parent: 8364 + - uid: 14198 + components: + - type: Transform + pos: -41.5,-11.5 + parent: 8364 + - uid: 14213 + components: + - type: Transform + pos: -41.5,-10.5 + parent: 8364 + - uid: 14216 + components: + - type: Transform + pos: -42.5,-11.5 + parent: 8364 - uid: 14271 components: - type: Transform @@ -28593,16 +28543,6 @@ entities: - type: Transform pos: -37.5,-6.5 parent: 8364 - - uid: 14288 - components: - - type: Transform - pos: -37.5,-7.5 - parent: 8364 - - uid: 14289 - components: - - type: Transform - pos: -37.5,-8.5 - parent: 8364 - uid: 14290 components: - type: Transform @@ -31103,6 +31043,11 @@ entities: - type: Transform pos: -21.5,-55.5 parent: 8364 + - uid: 15984 + components: + - type: Transform + pos: -37.5,-8.5 + parent: 8364 - uid: 16153 components: - type: Transform @@ -64948,13 +64893,6 @@ entities: rot: 3.141592653589793 rad pos: 65.5,-3.5 parent: 8364 -- proto: CigaretteSpent - entities: - - uid: 16616 - components: - - type: Transform - pos: -43.5,-11.5 - parent: 8364 - proto: CigarGold entities: - uid: 5205 @@ -67862,6 +67800,16 @@ entities: parent: 8364 - proto: ClosetSteelBase entities: + - uid: 5116 + components: + - type: Transform + pos: -36.5,-6.5 + parent: 8364 + - uid: 6225 + components: + - type: Transform + pos: -36.5,-5.5 + parent: 8364 - uid: 6614 components: - type: Transform @@ -67973,11 +67921,16 @@ entities: showEnts: False occludes: True ent: null - - uid: 14211 + - uid: 14242 components: - type: Transform pos: -36.5,-4.5 parent: 8364 + - uid: 15952 + components: + - type: Transform + pos: -20.5,-49.5 + parent: 8364 - type: EntityStorage air: volume: 200 @@ -68010,10 +67963,20 @@ entities: showEnts: False occludes: True ent: null - - uid: 14212 + - uid: 16128 components: - type: Transform - pos: -36.5,-5.5 + pos: -36.5,-8.5 + parent: 8364 + - uid: 16140 + components: + - type: Transform + pos: -36.5,-7.5 + parent: 8364 + - uid: 20017 + components: + - type: Transform + pos: 88.5,-31.5 parent: 8364 - type: EntityStorage air: @@ -68047,10 +68010,35 @@ entities: showEnts: False occludes: True ent: null - - uid: 14213 + - uid: 21341 components: - type: Transform - pos: -36.5,-6.5 + pos: 55.5,-24.5 + parent: 8364 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.1496 + moles: + - 5.001885 + - 18.816614 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 +- proto: ClosetToolFilled + entities: + - uid: 12434 + components: + - type: Transform + pos: -67.5,18.5 parent: 8364 - type: EntityStorage air: @@ -68084,257 +68072,10 @@ entities: showEnts: False occludes: True ent: null - - uid: 14214 + - uid: 12435 components: - type: Transform - pos: -36.5,-7.5 - parent: 8364 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 5.001885 - - 18.816614 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - EntityStorageComponent: !type:Container - showEnts: False - occludes: True - ents: [] - entity_storage: !type:Container - showEnts: False - occludes: True - ents: [] - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 14215 - components: - - type: Transform - pos: -36.5,-8.5 - parent: 8364 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 5.001885 - - 18.816614 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - EntityStorageComponent: !type:Container - showEnts: False - occludes: True - ents: [] - entity_storage: !type:Container - showEnts: False - occludes: True - ents: [] - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 14216 - components: - - type: Transform - pos: -36.5,-9.5 - parent: 8364 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 5.001885 - - 18.816614 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - EntityStorageComponent: !type:Container - showEnts: False - occludes: True - ents: [] - entity_storage: !type:Container - showEnts: False - occludes: True - ents: [] - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 15952 - components: - - type: Transform - pos: -20.5,-49.5 - parent: 8364 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 5.001885 - - 18.816614 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - EntityStorageComponent: !type:Container - showEnts: False - occludes: True - ents: [] - entity_storage: !type:Container - showEnts: False - occludes: True - ents: [] - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 20017 - components: - - type: Transform - pos: 88.5,-31.5 - parent: 8364 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 5.001885 - - 18.816614 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - EntityStorageComponent: !type:Container - showEnts: False - occludes: True - ents: [] - entity_storage: !type:Container - showEnts: False - occludes: True - ents: [] - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 21341 - components: - - type: Transform - pos: 55.5,-24.5 - parent: 8364 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 5.001885 - - 18.816614 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 -- proto: ClosetToolFilled - entities: - - uid: 12434 - components: - - type: Transform - pos: -67.5,18.5 - parent: 8364 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 5.001885 - - 18.816614 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - EntityStorageComponent: !type:Container - showEnts: False - occludes: True - ents: [] - entity_storage: !type:Container - showEnts: False - occludes: True - ents: [] - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - - uid: 12435 - components: - - type: Transform - pos: -67.5,17.5 + pos: -67.5,17.5 parent: 8364 - type: EntityStorage air: @@ -69158,11 +68899,6 @@ entities: - type: Transform pos: 25.30574,25.583838 parent: 8364 - - uid: 16587 - components: - - type: Transform - pos: -43.547333,-11.298688 - parent: 8364 - uid: 17645 components: - type: Transform @@ -69620,7 +69356,7 @@ entities: - uid: 2898 components: - type: Transform - pos: -46.62844,-8.645075 + pos: -46.687077,-8.613003 parent: 8364 - uid: 11587 components: @@ -69658,6 +69394,13 @@ entities: - type: Transform pos: 5.286043,8.349777 parent: 8364 +- proto: ClothingShoesColorPurple + entities: + - uid: 16159 + components: + - type: Transform + pos: -42.5,-11.5 + parent: 8364 - proto: ClothingShoesFlippers entities: - uid: 230 @@ -72697,13 +72440,6 @@ entities: - type: Transform pos: -31.5,4.5 parent: 8364 -- proto: DefaultStationBeaconVox - entities: - - uid: 27921 - components: - - type: Transform - pos: -42.5,-11.5 - parent: 8364 - proto: DefaultStationBeaconWardensOffice entities: - uid: 27736 @@ -85011,7 +84747,7 @@ entities: pos: -34.5,-14.5 parent: 8364 - type: Door - secondsUntilStateChange: -16068.107 + secondsUntilStateChange: -20826.148 state: Closing - uid: 15010 components: @@ -85504,7 +85240,7 @@ entities: pos: -4.5,-71.5 parent: 8364 - type: Door - secondsUntilStateChange: -7815.8394 + secondsUntilStateChange: -12573.88 state: Closing - proto: Fireplace entities: @@ -86843,13 +86579,6 @@ entities: rot: 3.141592653589793 rad pos: 20.5,-64.5 parent: 8364 - - uid: 16156 - components: - - type: Transform - pos: -37.5,-11.5 - parent: 8364 - - type: AtmosPipeColor - color: '#B3A234FF' - uid: 16540 components: - type: Transform @@ -87536,37 +87265,6 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#947507FF' - - uid: 16148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-11.5 - parent: 8364 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-11.5 - parent: 8364 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-12.5 - parent: 8364 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16152 - components: - - type: Transform - pos: -41.5,-9.5 - parent: 8364 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 16168 components: - type: Transform @@ -87575,14 +87273,6 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-9.5 - parent: 8364 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 16550 components: - type: Transform @@ -87614,14 +87304,6 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 16615 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-12.5 - parent: 8364 - - type: AtmosPipeColor - color: '#B3A234FF' - uid: 16879 components: - type: Transform @@ -87888,6 +87570,8 @@ entities: rot: 3.141592653589793 rad pos: 58.5,-41.5 parent: 8364 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 21770 components: - type: Transform @@ -88559,14 +88243,6 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25350 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-8.5 - parent: 8364 - - type: AtmosPipeColor - color: '#FF1212FF' - uid: 25351 components: - type: Transform @@ -89126,6 +88802,14 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 1256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-9.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 1476 components: - type: Transform @@ -90945,6 +90629,14 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 12640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-10.5 + parent: 8364 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 13665 components: - type: Transform @@ -90976,14 +90668,30 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 15139 + - uid: 14195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-12.5 + rot: 3.141592653589793 rad + pos: -41.5,-9.5 parent: 8364 - type: AtmosPipeColor - color: '#B3A234FF' + color: '#FF1212FF' + - uid: 14232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-10.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-8.5 + parent: 8364 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15340 components: - type: Transform @@ -91095,38 +90803,6 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#03FCD3FF' - - uid: 16082 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-12.5 - parent: 8364 - - type: AtmosPipeColor - color: '#B3A234FF' - - uid: 16134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-10.5 - parent: 8364 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 16155 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-12.5 - parent: 8364 - - type: AtmosPipeColor - color: '#B3A234FF' - - uid: 16208 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-8.5 - parent: 8364 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 16511 components: - type: Transform @@ -108180,7 +107856,7 @@ entities: rot: -1.5707963267948966 rad pos: 40.5,7.5 parent: 8364 - - uid: 14222 + - uid: 14212 components: - type: Transform rot: -1.5707963267948966 rad @@ -108212,6 +107888,14 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 16134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-8.5 + parent: 8364 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 16338 components: - type: Transform @@ -111293,6 +110977,17 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 16155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-11.5 + parent: 8364 + - type: DeviceNetwork + deviceLists: + - 22970 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 16399 components: - type: Transform @@ -112631,16 +112326,6 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#0055CCFF' -- proto: GasVentPumpVox - entities: - - uid: 16169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-12.5 - parent: 8364 - - type: AtmosPipeColor - color: '#0055CCFF' - proto: GasVentScrubber entities: - uid: 4547 @@ -112667,6 +112352,8 @@ entities: - type: DeviceNetwork deviceLists: - 26707 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 7284 components: - type: Transform @@ -112712,6 +112399,17 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#FF1212FF' + - uid: 14226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-11.5 + parent: 8364 + - type: DeviceNetwork + deviceLists: + - 22970 + - type: AtmosPipeColor + color: '#FF1212FF' - uid: 15347 components: - type: Transform @@ -114016,14 +113714,6 @@ entities: parent: 8364 - type: AtmosPipeColor color: '#FF1212FF' -- proto: GasVentScrubberVox - entities: - - uid: 16209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-12.5 - parent: 8364 - proto: GasVolumePump entities: - uid: 4577 @@ -114926,11 +114616,6 @@ entities: - type: Transform pos: -34.5,-3.5 parent: 8364 - - uid: 1347 - components: - - type: Transform - pos: -43.5,-10.5 - parent: 8364 - uid: 1441 components: - type: Transform @@ -119766,6 +119451,24 @@ entities: - type: Transform pos: -43.5,-17.5 parent: 8364 + - uid: 14193 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-12.5 + parent: 8364 + - uid: 14222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-11.5 + parent: 8364 + - uid: 14233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-10.5 + parent: 8364 - uid: 14487 components: - type: Transform @@ -119796,16 +119499,11 @@ entities: - type: Transform pos: -29.5,-26.5 parent: 8364 - - uid: 16142 - components: - - type: Transform - pos: -42.5,-10.5 - parent: 8364 - - uid: 16159 + - uid: 16131 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,-12.5 + pos: -42.5,-10.5 parent: 8364 - uid: 16526 components: @@ -124131,6 +123829,13 @@ entities: - 0 - 0 - 0 +- proto: LootSpawnerIndustrialFluff + entities: + - uid: 1255 + components: + - type: Transform + pos: -41.5,-12.5 + parent: 8364 - proto: MachineAnomalyGenerator entities: - uid: 21980 @@ -124209,6 +123914,12 @@ entities: - type: Transform pos: 45.5,-46.5 parent: 8364 + - uid: 14215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-12.5 + parent: 8364 - uid: 27189 components: - type: Transform @@ -124221,6 +123932,11 @@ entities: - type: Transform pos: -52.5,5.5 parent: 8364 + - uid: 16150 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 8364 - proto: MagazinePistolSubMachineGunTopMounted entities: - uid: 534 @@ -124336,6 +124052,11 @@ entities: - type: Transform pos: -41.5,-7.5 parent: 8364 + - uid: 16149 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 8364 - uid: 26554 components: - type: Transform @@ -124673,20 +124394,25 @@ entities: - type: Transform pos: -51.5,2.5 parent: 8364 - - uid: 14197 + - uid: 14196 components: - type: Transform - pos: -44.5,-11.5 + pos: -44.5,-13.5 parent: 8364 - - uid: 14198 + - uid: 15717 components: - type: Transform - pos: -44.5,-14.5 + pos: -36.5,-53.5 parent: 8364 - - uid: 15717 + - uid: 16057 components: - type: Transform - pos: -36.5,-53.5 + pos: -44.5,-15.5 + parent: 8364 + - uid: 16082 + components: + - type: Transform + pos: -44.5,-11.5 parent: 8364 - uid: 26359 components: @@ -127387,11 +127113,6 @@ entities: - type: Transform pos: -74.5,-3.5 parent: 8364 - - uid: 17701 - components: - - type: Transform - pos: -37.5,-4.5 - parent: 8364 - proto: PottedPlant14 entities: - uid: 10554 @@ -129134,22 +128855,20 @@ entities: parent: 8364 - type: ApcPowerReceiver powerLoad: 0 - - uid: 14242 + - uid: 14243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-9.5 + rot: 3.141592653589793 rad + pos: -37.5,-13.5 parent: 8364 - type: ApcPowerReceiver powerLoad: 0 - - uid: 14243 + - uid: 14289 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,-13.5 + pos: -42.5,-12.5 parent: 8364 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 14329 components: - type: Transform @@ -130720,6 +130439,18 @@ entities: parent: 8364 - type: ApcPowerReceiver powerLoad: 0 + - uid: 1310 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-15.5 + parent: 8364 + - uid: 1347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-11.5 + parent: 8364 - uid: 1676 components: - type: Transform @@ -131354,13 +131085,6 @@ entities: parent: 8364 - type: ApcPowerReceiver powerLoad: 0 - - uid: 14081 - components: - - type: Transform - pos: -42.5,-14.5 - parent: 8364 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 14083 components: - type: Transform @@ -131428,14 +131152,6 @@ entities: parent: 8364 - type: ApcPowerReceiver powerLoad: 0 - - uid: 14569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-12.5 - parent: 8364 - - type: ApcPowerReceiver - powerLoad: 0 - uid: 14954 components: - type: Transform @@ -132400,7 +132116,7 @@ entities: - type: Transform pos: -25.506132,-34.44175 parent: 8364 -- proto: PresentRandomAsh +- proto: PresentRandomCoal entities: - uid: 27950 components: @@ -134083,6 +133799,11 @@ entities: - type: Transform pos: 15.5,-30.5 parent: 8364 + - uid: 10466 + components: + - type: Transform + pos: -38.5,-7.5 + parent: 8364 - uid: 10745 components: - type: Transform @@ -134258,11 +133979,6 @@ entities: - type: Transform pos: -43.5,-5.5 parent: 8364 - - uid: 14608 - components: - - type: Transform - pos: -39.5,-5.5 - parent: 8364 - uid: 14609 components: - type: Transform @@ -134504,10 +134220,10 @@ entities: - type: Transform pos: -55.5,-2.5 parent: 8364 - - uid: 12640 + - uid: 16169 components: - type: Transform - pos: -43.5,-4.5 + pos: -44.5,-4.5 parent: 8364 - proto: RandomVendingSnacks entities: @@ -142442,13 +142158,6 @@ entities: - type: Transform pos: 39.5,-50.5 parent: 8364 -- proto: SignVox - entities: - - uid: 16617 - components: - - type: Transform - pos: -40.5,-10.5 - parent: 8364 - proto: SingularityGenerator entities: - uid: 18597 @@ -142503,34 +142212,28 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,5.5 parent: 8364 - - uid: 14193 + - uid: 14223 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-11.5 + pos: -45.5,-13.5 parent: 8364 - - uid: 14194 + - uid: 14569 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-12.5 + pos: -45.5,-15.5 parent: 8364 - - uid: 14195 + - uid: 15020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-13.5 + pos: -26.5,-5.5 parent: 8364 - - uid: 14196 + - uid: 16142 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-14.5 - parent: 8364 - - uid: 15020 - components: - - type: Transform - pos: -26.5,-5.5 + pos: -45.5,-11.5 parent: 8364 - uid: 19232 components: @@ -146936,39 +146639,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Main Hall Tool Room - - uid: 16789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-4.5 - parent: 8364 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Rec Room - - uid: 16790 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-12.5 - parent: 8364 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Vox Box - - uid: 16791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-12.5 - parent: 8364 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Bathroom - uid: 16792 components: - type: Transform @@ -147045,17 +146715,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Main Hall Vault - - uid: 16877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-5.5 - parent: 8364 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Arts & Crafts Room - uid: 16940 components: - type: Transform @@ -149287,6 +148946,12 @@ entities: - type: Transform pos: 24.5,-36.5 parent: 8364 + - uid: 14608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-12.5 + parent: 8364 - uid: 14628 components: - type: Transform @@ -149527,12 +149192,6 @@ entities: - type: Transform pos: -8.5,-37.5 parent: 8364 - - uid: 16140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-11.5 - parent: 8364 - uid: 16448 components: - type: Transform @@ -152816,15 +152475,15 @@ entities: - type: Transform pos: -54.5,-8.5 parent: 8364 - - uid: 14233 + - uid: 14561 components: - type: Transform - pos: -38.5,-4.5 + pos: -18.5,-9.5 parent: 8364 - - uid: 14561 + - uid: 16148 components: - type: Transform - pos: -18.5,-9.5 + pos: -37.5,-4.5 parent: 8364 - uid: 21327 components: @@ -152838,10 +152497,10 @@ entities: - type: Transform pos: 21.5,15.5 parent: 8364 - - uid: 14232 + - uid: 16208 components: - type: Transform - pos: -39.5,-4.5 + pos: -38.5,-4.5 parent: 8364 - proto: VendingMachineCoffee entities: @@ -153197,10 +152856,10 @@ entities: parent: 8364 - proto: VendingMachineWinter entities: - - uid: 10466 + - uid: 2826 components: - type: Transform - pos: -40.5,-4.5 + pos: -39.5,-4.5 parent: 8364 - uid: 27533 components: @@ -165590,21 +165249,7 @@ entities: - uid: 1253 components: - type: Transform - pos: -44.5,-13.5 - parent: 8364 - - uid: 1254 - components: - - type: Transform - pos: -44.5,-12.5 - parent: 8364 - - uid: 1255 - components: - - type: Transform - pos: -44.5,-11.5 - parent: 8364 - - uid: 1256 - components: - - type: Transform + rot: -1.5707963267948966 rad pos: -44.5,-10.5 parent: 8364 - uid: 1257 @@ -165730,23 +165375,9 @@ entities: - uid: 1309 components: - type: Transform + rot: -1.5707963267948966 rad pos: -43.5,-13.5 parent: 8364 - - uid: 1310 - components: - - type: Transform - pos: -42.5,-13.5 - parent: 8364 - - uid: 1311 - components: - - type: Transform - pos: -41.5,-13.5 - parent: 8364 - - uid: 1312 - components: - - type: Transform - pos: -40.5,-13.5 - parent: 8364 - uid: 1313 components: - type: Transform @@ -165892,11 +165523,6 @@ entities: - type: Transform pos: -31.5,-3.5 parent: 8364 - - uid: 1346 - components: - - type: Transform - pos: -40.5,-10.5 - parent: 8364 - uid: 1348 components: - type: Transform @@ -170787,6 +170413,30 @@ entities: - type: Transform pos: -50.5,1.5 parent: 8364 + - uid: 14081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-13.5 + parent: 8364 + - uid: 14194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-13.5 + parent: 8364 + - uid: 14211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-13.5 + parent: 8364 + - uid: 14214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-11.5 + parent: 8364 - uid: 14218 components: - type: Transform @@ -170842,11 +170492,23 @@ entities: - type: Transform pos: -37.5,-57.5 parent: 8364 - - uid: 16131 + - uid: 15903 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-11.5 + rot: -1.5707963267948966 rad + pos: -44.5,-12.5 + parent: 8364 + - uid: 16160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-13.5 + parent: 8364 + - uid: 16161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-10.5 parent: 8364 - uid: 16210 components: @@ -173033,11 +172695,6 @@ entities: - type: Transform pos: -27.5,-13.5 parent: 8364 - - uid: 14226 - components: - - type: Transform - pos: -44.5,-4.5 - parent: 8364 - uid: 14429 components: - type: Transform @@ -173115,17 +172772,6 @@ entities: - type: Transform pos: 58.5,-49.5 parent: 8364 - - uid: 5116 - components: - - type: Transform - pos: -41.5,-10.5 - parent: 8364 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 14223: - - DoorStatus: DoorBolt - uid: 5755 components: - type: Transform @@ -173254,18 +172900,6 @@ entities: - type: Transform pos: -19.5,3.5 parent: 8364 - - uid: 14223 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-10.5 - parent: 8364 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 5116: - - DoorStatus: DoorBolt - uid: 20373 components: - type: MetaData @@ -174112,11 +173746,35 @@ entities: - type: Transform pos: -21.5,8.5 parent: 8364 + - uid: 14197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-11.5 + parent: 8364 - uid: 14488 components: - type: Transform pos: -19.5,-12.5 parent: 8364 + - uid: 16152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-10.5 + parent: 8364 + - uid: 16156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-10.5 + parent: 8364 + - uid: 16170 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-12.5 + parent: 8364 - uid: 17852 components: - type: Transform @@ -174589,12 +174247,6 @@ entities: rot: 3.141592653589793 rad pos: 74.5,-55.5 parent: 8364 - - uid: 2826 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-10.5 - parent: 8364 - uid: 3018 components: - type: Transform @@ -174974,46 +174626,12 @@ entities: rot: -1.5707963267948966 rad pos: 21.5,-23.5 parent: 8364 - - uid: 15903 - components: - - type: Transform - pos: -43.5,-10.5 - parent: 8364 - uid: 15934 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,-62.5 parent: 8364 - - uid: 15984 - components: - - type: Transform - pos: -42.5,-10.5 - parent: 8364 - - uid: 16057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-10.5 - parent: 8364 - - uid: 16128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-10.5 - parent: 8364 - - uid: 16160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-12.5 - parent: 8364 - - uid: 16161 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-12.5 - parent: 8364 - uid: 18383 components: - type: Transform From 59bce41390fe65ac3c742a285a5eab212c211f37 Mon Sep 17 00:00:00 2001 From: Spessmann <156740760+Spessmann@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:01:56 -0800 Subject: [PATCH 131/160] Cog vox box removal (#33730) removed vox box ggggggggggggg --- Resources/Maps/cog.yml | 2293 +++++++++++++++++++++------------------- 1 file changed, 1220 insertions(+), 1073 deletions(-) diff --git a/Resources/Maps/cog.yml b/Resources/Maps/cog.yml index eed5e0bec4b..b94be3b2239 100644 --- a/Resources/Maps/cog.yml +++ b/Resources/Maps/cog.yml @@ -2,58 +2,49 @@ meta: format: 6 postmapinit: false tilemap: - 0: Space - 17: FloorArcadeBlue2 - 31: FloorAsteroidSand - 33: FloorAsteroidSandDug - 15: FloorAsteroidSandUnvariantized - 12: FloorAstroGrass - 36: FloorAstroIce - 35: FloorAstroSnow - 19: FloorBar - 18: FloorBlueCircuit - 23: FloorBoxing - 16: FloorBrokenWood - 26: FloorCarpetClown - 24: FloorClown - 29: FloorConcreteSmooth - 32: FloorDark - 22: FloorDarkMono - 39: FloorDesert - 9: FloorDirt - 4: FloorFreezer - 30: FloorGlass - 28: FloorGold - 10: FloorGrassJungle - 6: FloorGrayConcrete - 57: FloorGreenCircuit - 27: FloorHydro - 34: FloorKitchen - 66: FloorLino - 25: FloorMime - 74: FloorMowedAstroGrass - 38: FloorOldConcrete - 37: FloorOldConcreteMono - 8: FloorPlanetDirt - 81: FloorRGlass - 82: FloorReinforced - 96: FloorSteel - 2: FloorSteelBurnt - 21: FloorSteelCheckerLight - 3: FloorSteelDamaged - 7: FloorSteelDirty - 14: FloorSteelMono - 11: FloorTechMaint - 112: FloorTechMaint2 - 13: FloorTechMaint3 - 115: FloorWhite - 40: FloorWhiteMini - 20: FloorWhiteMono - 125: FloorWood - 5: FloorWoodLarge - 128: Lattice - 129: Plating - 1: PlatingDamaged + 46: Space + 79: FloorArcadeBlue2 + 64: FloorAsteroidSandDug + 63: FloorAsteroidSandUnvariantized + 68: FloorAstroGrass + 49: FloorAstroIce + 48: FloorAstroSnow + 71: FloorBar + 41: FloorBlueCircuit + 83: FloorBoxing + 61: FloorBrokenWood + 87: FloorCarpetClown + 60: FloorClown + 88: FloorConcreteSmooth + 45: FloorDark + 59: FloorDarkMono + 77: FloorDesert + 54: FloorFreezer + 75: FloorGlass + 78: FloorGold + 50: FloorGreenCircuit + 84: FloorHydro + 65: FloorKitchen + 67: FloorLino + 86: FloorMime + 55: FloorMowedAstroGrass + 76: FloorPlanetDirt + 51: FloorRGlass + 62: FloorReinforced + 44: FloorSteel + 85: FloorSteelCheckerLight + 70: FloorSteelDamaged + 53: FloorSteelDirty + 72: FloorSteelMono + 47: FloorTechMaint + 52: FloorTechMaint2 + 73: FloorTechMaint3 + 58: FloorWhite + 69: FloorWhiteMini + 80: FloorWhiteMono + 56: FloorWood + 43: Lattice + 42: Plating entities: - proto: "" entities: @@ -81,391 +72,391 @@ entities: chunks: 0,0: ind: 0,0 - tiles: EgAAAAAAEgAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAEgAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KQAAAAAAKQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKQAAAAAALQAAAAABKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKQAAAAAAKQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: YAAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADEgAAAAAAEgAAAAAAEgAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADEgAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABEgAAAAAAgQAAAAAAIAAAAAACYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAEgAAAAAAgQAAAAAAIAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABEgAAAAAAEgAAAAAAEgAAAAAAYAAAAAABYAAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LAAAAAAALAAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKQAAAAAAKQAAAAAAKQAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKQAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAABLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKQAAAAAAKgAAAAAALQAAAAACLAAAAAADLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAAKQAAAAAAKgAAAAAALQAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKQAAAAAAKQAAAAAAKQAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: YAAAAAABYAAAAAAAgQAAAAAAIwAAAAAAJAAAAAAAIwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAOQAAAAAAOQAAAAAAYAAAAAADYAAAAAABgQAAAAAAIwAAAAAAIwAAAAAIJAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAAAOQAAAAAAOQAAAAAAYAAAAAADYAAAAAACgQAAAAAAJAAAAAAAIwAAAAAEgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAIAAAAAACIAAAAAACYAAAAAABYAAAAAACgQAAAAAAJAAAAAAAIwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAACIAAAAAABYAAAAAADYAAAAAABgQAAAAAAIwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAADIAAAAAADYAAAAAABYAAAAAABgQAAAAAAJAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAADgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAAAIAAAAAADUQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAABYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAACUQAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAABUQAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAAA + tiles: LAAAAAABLAAAAAAAKgAAAAAAMAAAAAAAMQAAAAAAMAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAAKgAAAAAAMgAAAAAAMgAAAAAALAAAAAADLAAAAAABKgAAAAAAMAAAAAAAMAAAAAAIMQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAAAMgAAAAAAMgAAAAAALAAAAAADLAAAAAACKgAAAAAAMQAAAAAAMAAAAAAEKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAALQAAAAACLQAAAAACLAAAAAABLAAAAAACKgAAAAAAMQAAAAAAMAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAABLQAAAAACLQAAAAABLAAAAAADLAAAAAABKgAAAAAAMAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAAALQAAAAADLQAAAAADLAAAAAABLAAAAAABKgAAAAAAMQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAAALQAAAAACLQAAAAADKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAAALQAAAAADMwAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAABLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAACMwAAAAABLAAAAAACLAAAAAAALAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAABMwAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAAALQAAAAACLQAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: OQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAOQAAAAAAIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAABIAAAAAABIAAAAAABIAAAAAACIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAADIAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: MgAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAMgAAAAAALQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAABLQAAAAABLQAAAAABLQAAAAACLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAACLQAAAAABLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAALQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAADLQAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAABKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: YAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAADgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAACcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABBwAAAAAACwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAADgQAAAAAABwAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAAALAAAAAACLAAAAAABKgAAAAAALAAAAAABLAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAADKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAACNAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAACLAAAAAABNQAAAAAALwAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAADKgAAAAAANQAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADgQAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAC + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADKgAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAC version: 6 -2,-1: ind: -2,-1 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACSgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAABYAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAACAAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAYAAAAAADYAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAAYAAAAAAAYAAAAAADAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAABgQAAAAAAYAAAAAABYAAAAAADAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAAAgQAAAAAAYAAAAAACYAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACNwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAACKgAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAABLAAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAACLgAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAAALAAAAAABKgAAAAAALAAAAAADLAAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAALAAAAAAALAAAAAADLgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAABKgAAAAAALAAAAAABLAAAAAADLgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAABOAAAAAAALQAAAAABLQAAAAAALQAAAAABLQAAAAAAKgAAAAAALAAAAAACLAAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: gQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAADgQAAAAAAcwAAAAABcwAAAAAAcwAAAAACgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAADcwAAAAAAcwAAAAABcwAAAAABgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAACgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAcwAAAAABcwAAAAABcwAAAAABgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAcwAAAAABcwAAAAACcwAAAAACgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAACgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAACgQAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAAAcwAAAAABcwAAAAABcwAAAAACcwAAAAACcwAAAAACgQAAAAAACwAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAACcwAAAAABcwAAAAABcwAAAAABcwAAAAACcwAAAAACYAAAAAACYAAAAAAAUQAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAACgQAAAAAAcwAAAAADcwAAAAACcwAAAAAAcwAAAAADcwAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAADgQAAAAAAcwAAAAADcwAAAAACcwAAAAAAcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAC + tiles: KgAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAADKgAAAAAAOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAADKgAAAAAAOgAAAAABOgAAAAAAOgAAAAACKgAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAADLAAAAAABLAAAAAADKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAADOgAAAAAAOgAAAAABOgAAAAABKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAACKgAAAAAALAAAAAACLAAAAAAALAAAAAAALAAAAAADKgAAAAAAOgAAAAABOgAAAAABOgAAAAABKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAAALAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAADKgAAAAAAOgAAAAABOgAAAAACOgAAAAACKgAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAACKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAACKgAAAAAALAAAAAABLAAAAAADLAAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAACKgAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAAAOgAAAAABOgAAAAABOgAAAAACOgAAAAACOgAAAAACKgAAAAAALwAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAACOgAAAAABOgAAAAABOgAAAAABOgAAAAACOgAAAAACLAAAAAACLAAAAAAAMwAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAACKgAAAAAAOgAAAAADOgAAAAACOgAAAAAAOgAAAAADOgAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAADKgAAAAAAOgAAAAADOgAAAAACOgAAAAAAOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAC version: 6 -2,0: ind: -2,0 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAAAfQAAAAADIAAAAAABIAAAAAACIAAAAAADIAAAAAAAIAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADIAAAAAABIAAAAAAAIAAAAAACIAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAADIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAACIAAAAAACgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAACgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAACgQAAAAAAYAAAAAADYAAAAAACIAAAAAADIAAAAAACIAAAAAABIAAAAAADgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAACOQAAAAAAOQAAAAAAOQAAAAAAIAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAABOQAAAAAAIAAAAAABOQAAAAAAFgAAAAADFgAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACOQAAAAAAOQAAAAAAOQAAAAAAIAAAAAACgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAACIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAADYAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAYAAAAAAAYAAAAAADgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAADgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAB + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADOAAAAAAAOAAAAAADLQAAAAABLQAAAAACLQAAAAADLQAAAAAALQAAAAABLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADLQAAAAABLQAAAAAALQAAAAACLQAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAADLQAAAAADLQAAAAABLQAAAAADLQAAAAADLQAAAAACLQAAAAACKgAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAABKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAADLAAAAAACLQAAAAADLQAAAAACLQAAAAABLQAAAAADKgAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAACMgAAAAAAMgAAAAAAMgAAAAAALQAAAAABKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABMgAAAAAALQAAAAABMgAAAAAAOwAAAAADOwAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAACMgAAAAAAMgAAAAAAMgAAAAAALQAAAAACKgAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAACLQAAAAABLQAAAAAALQAAAAAALQAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAADLAAAAAADKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAAALAAAAAADKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAADKgAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAACKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAB version: 6 -3,0: ind: -3,0 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAACKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAGAAAAAAAfQAAAAACfQAAAAABfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAADEAAAAAAEgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAPAAAAAAAOAAAAAACOAAAAAABOAAAAAAAOAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABOAAAAAAAOAAAAAADPQAAAAAEKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAcwAAAAACcwAAAAABcwAAAAAAcwAAAAADcwAAAAACgQAAAAAAcwAAAAADcwAAAAACgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcwAAAAABcwAAAAAAcwAAAAABcwAAAAABcwAAAAADcwAAAAAAcwAAAAAAcwAAAAABYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAACcwAAAAAAgQAAAAAAcwAAAAADcwAAAAADgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAcwAAAAACcwAAAAAAcwAAAAABcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAACcwAAAAADcwAAAAACcwAAAAACcwAAAAADgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAcwAAAAADcwAAAAABcwAAAAADcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADcwAAAAABcwAAAAAAcwAAAAABcwAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAABIAAAAAADIAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAABgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAADgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAABgQAAAAAAYAAAAAACYAAAAAABgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAABIAAAAAACgQAAAAAAYAAAAAABYAAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAEAAAAAADfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOgAAAAACOgAAAAABOgAAAAAAOgAAAAADOgAAAAACKgAAAAAAOgAAAAADOgAAAAACKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAABOgAAAAADOgAAAAAAOgAAAAAAOgAAAAABLAAAAAABLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAACOgAAAAAAKgAAAAAAOgAAAAADOgAAAAADKgAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAADLAAAAAAALAAAAAAAOgAAAAACOgAAAAAAOgAAAAABOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAACOgAAAAADOgAAAAACOgAAAAACOgAAAAADKgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAAAOgAAAAADOgAAAAABOgAAAAADOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAADOgAAAAABOgAAAAAAOgAAAAABOgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAAALQAAAAABLQAAAAADLQAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAALQAAAAADLQAAAAADLQAAAAAALQAAAAADLQAAAAAALQAAAAADKgAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAABKgAAAAAALQAAAAAALQAAAAAALQAAAAACLQAAAAABLQAAAAADLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAACLQAAAAAALQAAAAADKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAADLQAAAAAALQAAAAABKgAAAAAALAAAAAACLAAAAAABKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAALQAAAAABLQAAAAACLQAAAAACLQAAAAABLQAAAAACKgAAAAAALAAAAAABLAAAAAACKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABOAAAAAAAPQAAAAADOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: cwAAAAABcwAAAAADcwAAAAADcwAAAAABcwAAAAACUQAAAAACcwAAAAADUQAAAAACcwAAAAAAcwAAAAACcwAAAAABgQAAAAAAcwAAAAACcwAAAAAAcwAAAAADcwAAAAACcwAAAAACcwAAAAADcwAAAAACcwAAAAABcwAAAAACcwAAAAADcwAAAAAAcwAAAAADcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAABcwAAAAAAcwAAAAAAcwAAAAACcwAAAAADgQAAAAAAcwAAAAABcwAAAAACcwAAAAADcwAAAAACcwAAAAACcwAAAAABcwAAAAADcwAAAAAAcwAAAAADcwAAAAADcwAAAAABcwAAAAABcwAAAAADcwAAAAABcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAADcwAAAAAAcwAAAAADcwAAAAAAcwAAAAADcwAAAAABcwAAAAADcwAAAAACcwAAAAAAcwAAAAAAcwAAAAACcwAAAAAAcwAAAAACcwAAAAADcwAAAAAAcwAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAABcwAAAAAAcwAAAAABcwAAAAAAcwAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAAAcwAAAAAAcwAAAAADcwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAAAcwAAAAADcwAAAAACcwAAAAACcwAAAAACcwAAAAACcwAAAAABcwAAAAADcwAAAAAAcwAAAAADcwAAAAAAcwAAAAABcwAAAAACcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAADgQAAAAAAcwAAAAAAcwAAAAABcwAAAAABcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAACcwAAAAADcwAAAAADgQAAAAAAcwAAAAABcwAAAAADcwAAAAADgQAAAAAAcwAAAAABcwAAAAADcwAAAAAAcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAABcwAAAAADcwAAAAACcwAAAAABcwAAAAADcwAAAAACgQAAAAAAcwAAAAACcwAAAAADcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAABcwAAAAABcwAAAAADgQAAAAAAcwAAAAABcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAAAcwAAAAABcwAAAAADcwAAAAADcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAABcwAAAAACgQAAAAAAcwAAAAAAcwAAAAADcwAAAAACcwAAAAACcwAAAAADcwAAAAADcwAAAAABcwAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAADcwAAAAADcwAAAAACcwAAAAABcwAAAAADcwAAAAADcwAAAAADcwAAAAABcwAAAAAAcwAAAAACcwAAAAABcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAABcwAAAAACgQAAAAAAcwAAAAACcwAAAAABcwAAAAABcwAAAAACcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAAAgQAAAAAAcwAAAAAAcwAAAAAA + tiles: OgAAAAABOgAAAAADOgAAAAADOgAAAAABOgAAAAACMwAAAAACOgAAAAADMwAAAAACOgAAAAAAOgAAAAACOgAAAAABKgAAAAAAOgAAAAACOgAAAAAAOgAAAAADOgAAAAACOgAAAAACOgAAAAADOgAAAAACOgAAAAABOgAAAAACOgAAAAADOgAAAAAAOgAAAAADOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAAAOgAAAAAAOgAAAAACOgAAAAADKgAAAAAAOgAAAAABOgAAAAACOgAAAAADOgAAAAACOgAAAAACOgAAAAABOgAAAAADOgAAAAAAOgAAAAADOgAAAAADOgAAAAABOgAAAAABOgAAAAADOgAAAAABOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAADOgAAAAAAOgAAAAADOgAAAAAAOgAAAAADOgAAAAABOgAAAAADOgAAAAACOgAAAAAAOgAAAAAAOgAAAAACOgAAAAAAOgAAAAACOgAAAAADOgAAAAAAOgAAAAABOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAAAOgAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAAAOgAAAAAAOgAAAAADOgAAAAADOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAAAOgAAAAADOgAAAAACOgAAAAACOgAAAAACOgAAAAACOgAAAAABOgAAAAADOgAAAAAAOgAAAAADOgAAAAAAOgAAAAABOgAAAAACOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAADKgAAAAAAOgAAAAAAOgAAAAABOgAAAAABOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAACOgAAAAADOgAAAAADKgAAAAAAOgAAAAABOgAAAAADOgAAAAADKgAAAAAAOgAAAAABOgAAAAADOgAAAAAAOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAAAOgAAAAABOgAAAAADOgAAAAACOgAAAAABOgAAAAADOgAAAAACKgAAAAAAOgAAAAACOgAAAAADOgAAAAABOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAABOgAAAAABOgAAAAADKgAAAAAAOgAAAAABOgAAAAABOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAADOgAAAAADOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACOgAAAAABOgAAAAACKgAAAAAAOgAAAAAAOgAAAAADOgAAAAACOgAAAAACOgAAAAADOgAAAAADOgAAAAABOgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAADOgAAAAADOgAAAAACOgAAAAABOgAAAAADOgAAAAADOgAAAAADOgAAAAABOgAAAAAAOgAAAAACOgAAAAABOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAACKgAAAAAAOgAAAAACOgAAAAABOgAAAAABOgAAAAACOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAACOgAAAAAAKgAAAAAAOgAAAAAAOgAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: YAAAAAABYAAAAAAAYAAAAAADgQAAAAAAYAAAAAABYAAAAAACYAAAAAACgQAAAAAAcwAAAAAAcwAAAAABcwAAAAAAcwAAAAACcwAAAAAAgQAAAAAAcwAAAAABcwAAAAABYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAcwAAAAABcwAAAAAAcwAAAAABcwAAAAABcwAAAAABgQAAAAAAcwAAAAADcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAcwAAAAABcwAAAAABcwAAAAACcwAAAAADcwAAAAAAgQAAAAAAcwAAAAACcwAAAAADcwAAAAABcwAAAAACCwAAAAAAcwAAAAABcwAAAAADcwAAAAACcwAAAAABgQAAAAAAcwAAAAADcwAAAAABcwAAAAABcwAAAAAAcwAAAAABgQAAAAAAcwAAAAADcwAAAAABcwAAAAADcwAAAAAAcwAAAAABcwAAAAADcwAAAAAAcwAAAAACcwAAAAAAcwAAAAADcwAAAAABcwAAAAABcwAAAAACcwAAAAADcwAAAAADgQAAAAAAcwAAAAACcwAAAAADcwAAAAABcwAAAAAAcwAAAAADcwAAAAAAcwAAAAACcwAAAAACcwAAAAABcwAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAAAcwAAAAACcwAAAAACcwAAAAADcwAAAAADcwAAAAACcwAAAAABcwAAAAABcwAAAAACcwAAAAABcwAAAAACcwAAAAABgQAAAAAAcwAAAAACcwAAAAAAcwAAAAACcwAAAAACcwAAAAADcwAAAAACcwAAAAACcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABgQAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcwAAAAACcwAAAAAAcwAAAAADcwAAAAADcwAAAAABcwAAAAAAcwAAAAAAcwAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAcwAAAAAAcwAAAAADcwAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAADcwAAAAADYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAABcwAAAAADgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAABfQAAAAADfQAAAAABfQAAAAABcwAAAAABcwAAAAAAYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAABfQAAAAADfQAAAAADfQAAAAACcwAAAAACcwAAAAACYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAADfQAAAAABfQAAAAACfQAAAAADcwAAAAAAcwAAAAADgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAADfQAAAAAAfQAAAAACfQAAAAADcwAAAAACcwAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADgQAAAAAAfQAAAAABfQAAAAADcwAAAAAAcwAAAAAA + tiles: LAAAAAABLAAAAAAALAAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAACKgAAAAAAOgAAAAAAOgAAAAABOgAAAAAAOgAAAAACOgAAAAAAKgAAAAAAOgAAAAABOgAAAAABLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAABOgAAAAABKgAAAAAAOgAAAAADOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAACOgAAAAADOgAAAAAAKgAAAAAAOgAAAAACOgAAAAADOgAAAAABOgAAAAACLwAAAAAAOgAAAAABOgAAAAADOgAAAAACOgAAAAABKgAAAAAAOgAAAAADOgAAAAABOgAAAAABOgAAAAAAOgAAAAABKgAAAAAAOgAAAAADOgAAAAABOgAAAAADOgAAAAAAOgAAAAABOgAAAAADOgAAAAAAOgAAAAACOgAAAAAAOgAAAAADOgAAAAABOgAAAAABOgAAAAACOgAAAAADOgAAAAADKgAAAAAAOgAAAAACOgAAAAADOgAAAAABOgAAAAAAOgAAAAADOgAAAAAAOgAAAAACOgAAAAACOgAAAAABOgAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAAAOgAAAAACOgAAAAACOgAAAAADOgAAAAADOgAAAAACOgAAAAABOgAAAAABOgAAAAACOgAAAAABOgAAAAACOgAAAAABKgAAAAAAOgAAAAACOgAAAAAAOgAAAAACOgAAAAACOgAAAAADOgAAAAACOgAAAAACOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABKgAAAAAAOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABLAAAAAABLAAAAAABLAAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAOgAAAAACOgAAAAAAOgAAAAADOgAAAAADOgAAAAABOgAAAAAAOgAAAAAAOgAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAOgAAAAAAOgAAAAADOgAAAAABOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAADOgAAAAADLAAAAAAALAAAAAACLAAAAAACKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAABOgAAAAADKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAACLAAAAAACLAAAAAACLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAOAAAAAACOAAAAAACOAAAAAABOAAAAAADOAAAAAABOAAAAAABOgAAAAABOgAAAAAALAAAAAABLAAAAAABLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAOAAAAAAAOAAAAAADOAAAAAABOAAAAAADOAAAAAADOAAAAAACOgAAAAACOgAAAAACLAAAAAACLAAAAAACLAAAAAABKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAOAAAAAACOAAAAAAAOAAAAAADOAAAAAABOAAAAAACOAAAAAADOgAAAAAAOgAAAAADKgAAAAAALAAAAAAALAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAOAAAAAAAOAAAAAACOAAAAAADOAAAAAAAOAAAAAACOAAAAAADOgAAAAACOgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADKgAAAAAAOAAAAAABOAAAAAADOgAAAAAAOgAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: gQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAABcwAAAAADcwAAAAABgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAABcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAADcwAAAAADcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAADcwAAAAADYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAACgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAABcwAAAAABcwAAAAAAcwAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADcwAAAAABcwAAAAABcwAAAAABcwAAAAAAcwAAAAACgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACcwAAAAAAcwAAAAACcwAAAAADcwAAAAAAcwAAAAADgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAcwAAAAABcwAAAAADcwAAAAACcwAAAAACcwAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAABgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + tiles: KgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAADOgAAAAABKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAABOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAADOgAAAAADOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAAAOgAAAAADOgAAAAADLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAACKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAABOgAAAAAAOgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADOgAAAAABOgAAAAABOgAAAAABOgAAAAAAOgAAAAACKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACOgAAAAAAOgAAAAACOgAAAAADOgAAAAAAOgAAAAADKgAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAALAAAAAAALAAAAAAAOgAAAAABOgAAAAADOgAAAAACOgAAAAACOgAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAABLAAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAABKgAAAAAALAAAAAACLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: AAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAcAAAAAAAYAAAAAACYAAAAAABgQAAAAAAYAAAAAADgQAAAAAAYAAAAAABYAAAAAABYAAAAAACgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAYAAAAAABYAAAAAADYAAAAAACgQAAAAAAYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAcAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAADEAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAEAAAAAAEgQAAAAAAgQAAAAAAEAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAALAAAAAAALAAAAAADKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAANAAAAAAALAAAAAACLAAAAAABKgAAAAAALAAAAAADKgAAAAAALAAAAAABLAAAAAABLAAAAAACKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABLAAAAAADLAAAAAACKgAAAAAALAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALAAAAAACLAAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAACLAAAAAAAKgAAAAAALAAAAAACKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAANAAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAABKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAADPQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAPQAAAAAEKgAAAAAAKgAAAAAAPQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAADwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAPwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAADLQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAADLQAAAAACLQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAACLQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAACLQAAAAABLgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -4,-4: ind: -4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAADwAAAAAADwAAAAAADwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAADwAAAAAADwAAAAAADwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgAAAAAAAgAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgQAAAAAAgQAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAIQAAAAAADwAAAAAADwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPwAAAAAAPwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKwAAAAAAKwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKgAAAAAAKgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAQAAAAAAAPwAAAAAAPwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAAgQAAAAAABAAAAAAAgQAAAAAABAAAAAAABAAAAAAAIgAAAAAAgQAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAgQAAAAAAgQAAAAAABAAAAAAABAAAAAAAgQAAAAAAIgAAAAAAYAAAAAADgQAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAgQAAAAAABAAAAAAABAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADDwAAAAAADwAAAAAADwAAAAAADwAAAAAAAAAAAAAAAAAAAAAADwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAAKgAAAAAANgAAAAAAKgAAAAAANgAAAAAANgAAAAAAQQAAAAAAKgAAAAAAQQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAKgAAAAAAKgAAAAAANgAAAAAANgAAAAAAKgAAAAAAQQAAAAAALAAAAAADKgAAAAAAPwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAKgAAAAAANgAAAAAANgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAALgAAAAAALgAAAAAAPwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAIgAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAgQAAAAAAYAAAAAABIgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAcwAAAAAAcwAAAAADcwAAAAACIgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAACgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAADfQAAAAACgQAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAABfQAAAAADfQAAAAABgQAAAAAAcwAAAAABcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAADfQAAAAABfQAAAAACgQAAAAAAcwAAAAADcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAAAfQAAAAACfQAAAAADgQAAAAAAcwAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAACgQAAAAAAgQAAAAAAcwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAcwAAAAACcwAAAAADcwAAAAACcwAAAAABcwAAAAADgQAAAAAAcwAAAAABcwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAACCwAAAAAAgQAAAAAAcwAAAAABcwAAAAADcwAAAAADcwAAAAADcwAAAAAAcwAAAAABcwAAAAADcwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAACgQAAAAAAcwAAAAABcwAAAAACcwAAAAAAcwAAAAACcwAAAAADgQAAAAAAcwAAAAACcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAAA + tiles: KwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAQQAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAAKgAAAAAALAAAAAABQQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAOgAAAAAAOgAAAAADOgAAAAACQQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAACKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAADOAAAAAACKgAAAAAAOgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAACOAAAAAABOAAAAAADOAAAAAABKgAAAAAAOgAAAAABOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAAAOAAAAAADOAAAAAABOAAAAAACKgAAAAAAOgAAAAADOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAADOAAAAAAAOAAAAAACOAAAAAADKgAAAAAAOgAAAAAAOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAACKgAAAAAAKgAAAAAAOgAAAAACLgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAOgAAAAACOgAAAAADOgAAAAACOgAAAAABOgAAAAADKgAAAAAAOgAAAAABOgAAAAADLgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAACLwAAAAAAKgAAAAAAOgAAAAABOgAAAAADOgAAAAADOgAAAAADOgAAAAAAOgAAAAABOgAAAAADOgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAACKgAAAAAAOgAAAAABOgAAAAACOgAAAAAAOgAAAAACOgAAAAADKgAAAAAAOgAAAAACOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACOgAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADcwAAAAADcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAYAAAAAACYAAAAAADcwAAAAABcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACcwAAAAADgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACSgAAAAAASgAAAAAAgQAAAAAADAAAAAABDAAAAAACDAAAAAADDAAAAAABcwAAAAACcwAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAADAAAAAACgQAAAAAADAAAAAACDAAAAAADDAAAAAADDAAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAADAAAAAADSgAAAAAAgQAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAAAcwAAAAACgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAABgQAAAAAADAAAAAAASgAAAAAADAAAAAADDAAAAAADgQAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAADcwAAAAAAcwAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAADgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAADAAAAAADDAAAAAABDAAAAAAADAAAAAAAcwAAAAADgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAABgQAAAAAASgAAAAAADAAAAAABSgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAACcwAAAAACcwAAAAADcwAAAAADcwAAAAACcwAAAAACcwAAAAABcwAAAAACgQAAAAAAcwAAAAADcwAAAAACcwAAAAADcwAAAAADcwAAAAAAgQAAAAAAcwAAAAABcwAAAAABcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAABcwAAAAADcwAAAAACgQAAAAAAcwAAAAABcwAAAAAAcwAAAAABcwAAAAAAcwAAAAACgQAAAAAAcwAAAAADcwAAAAABcwAAAAABUQAAAAADcwAAAAABUQAAAAADcwAAAAAAcwAAAAADcwAAAAACgQAAAAAAcwAAAAAAcwAAAAACcwAAAAADcwAAAAAAcwAAAAAAgQAAAAAAcwAAAAAAcwAAAAABcwAAAAABUQAAAAACcwAAAAABUQAAAAAAcwAAAAABcwAAAAAAcwAAAAAAcwAAAAACcwAAAAABcwAAAAADcwAAAAADcwAAAAACcwAAAAABgQAAAAAAgQAAAAAAcwAAAAADcwAAAAADUQAAAAADcwAAAAABUQAAAAADcwAAAAABcwAAAAABcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADOgAAAAADOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALAAAAAACLAAAAAADOgAAAAABOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACOgAAAAADKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAADLAAAAAACNwAAAAAANwAAAAAAKgAAAAAARAAAAAABRAAAAAACRAAAAAADRAAAAAABOgAAAAACOgAAAAADLAAAAAABLAAAAAADLAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAARAAAAAACKgAAAAAARAAAAAACRAAAAAADRAAAAAADRAAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAARAAAAAADNwAAAAAAKgAAAAAARAAAAAACRAAAAAABRAAAAAACRAAAAAAAOgAAAAACKgAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAABKgAAAAAARAAAAAAANwAAAAAARAAAAAADRAAAAAADKgAAAAAARAAAAAACRAAAAAADRAAAAAACRAAAAAADOgAAAAAAOgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAADKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAARAAAAAADRAAAAAABRAAAAAAARAAAAAAAOgAAAAADKgAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAABKgAAAAAANwAAAAAARAAAAAABNwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAACOgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAACOgAAAAACOgAAAAADOgAAAAADOgAAAAACOgAAAAACOgAAAAABOgAAAAACKgAAAAAAOgAAAAADOgAAAAACOgAAAAADOgAAAAADOgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAABOgAAAAADOgAAAAACKgAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAAAOgAAAAACKgAAAAAAOgAAAAADOgAAAAABOgAAAAABMwAAAAADOgAAAAABMwAAAAADOgAAAAAAOgAAAAADOgAAAAACKgAAAAAAOgAAAAAAOgAAAAACOgAAAAADOgAAAAAAOgAAAAAAKgAAAAAAOgAAAAAAOgAAAAABOgAAAAABMwAAAAACOgAAAAABMwAAAAAAOgAAAAABOgAAAAAAOgAAAAAAOgAAAAACOgAAAAABOgAAAAADOgAAAAADOgAAAAACOgAAAAABKgAAAAAAKgAAAAAAOgAAAAADOgAAAAADMwAAAAADOgAAAAABMwAAAAADOgAAAAABOgAAAAABOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAAADAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADDAAAAAAADAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACDAAAAAAAYAAAAAAADAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAcwAAAAADcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAcwAAAAADcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAAAAAAAAAcwAAAAACcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAAAAAAAAAcwAAAAAAcwAAAAACcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAAAAAAAAAcwAAAAADcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAAAAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAAARAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADRAAAAAAARAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACRAAAAAAALAAAAAAARAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAOgAAAAADOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAALgAAAAAAOgAAAAADOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALgAAAAAAOgAAAAACOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALgAAAAAAOgAAAAAAOgAAAAACOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALgAAAAAAOgAAAAADOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALgAAAAAAOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAALgAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: cwAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAcwAAAAADcwAAAAAAcwAAAAACIAAAAAACIAAAAAADIAAAAAADIAAAAAABIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAcwAAAAACcwAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAACIAAAAAADIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAcwAAAAABcwAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAACIAAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAcwAAAAABcwAAAAABcwAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAcwAAAAABcwAAAAABgQAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAACIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAAAAAAAAAcwAAAAADgQAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAABIAAAAAABIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAADIAAAAAACIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACcwAAAAACcwAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAABcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAABcwAAAAABcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAADgQAAAAAASgAAAAAAcwAAAAACgQAAAAAAcwAAAAABcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfQAAAAABgQAAAAAASgAAAAAAcwAAAAAAcwAAAAABcwAAAAABcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAADgQAAAAAASgAAAAAAcwAAAAACgQAAAAAAcwAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAASgAAAAAA + tiles: OgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABKgAAAAAALgAAAAAAOgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAAKgAAAAAALgAAAAAAOgAAAAADOgAAAAAAOgAAAAACLQAAAAACLQAAAAADLQAAAAADLQAAAAABLQAAAAADLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAALgAAAAAAOgAAAAACOgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAADLQAAAAACLQAAAAADLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAALgAAAAAAOgAAAAABOgAAAAAAKgAAAAAALQAAAAABLQAAAAABLQAAAAACLQAAAAACLQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAALgAAAAAAOgAAAAABOgAAAAABOgAAAAAALQAAAAAALQAAAAADLQAAAAAALQAAAAABLQAAAAABLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAALgAAAAAAOgAAAAABOgAAAAABKgAAAAAALQAAAAACLQAAAAADLQAAAAABLQAAAAACLQAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAALgAAAAAAOgAAAAADKgAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAACLQAAAAABLQAAAAABLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAAAOgAAAAACLQAAAAABLQAAAAACLQAAAAADLQAAAAADLQAAAAACLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACOgAAAAACOgAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAABOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAABOgAAAAABOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAACOAAAAAADKgAAAAAANwAAAAAAOgAAAAACKgAAAAAAOgAAAAABOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAADOAAAAAAAOAAAAAABKgAAAAAANwAAAAAAOgAAAAAAOgAAAAABOgAAAAABOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAABOAAAAAADKgAAAAAANwAAAAAAOgAAAAACKgAAAAAAOgAAAAAAOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAANwAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: SgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAACgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAAYAAAAAABIwAAAAAAIwAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAABgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADgQAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAAD + tiles: NwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAACKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAALAAAAAABMAAAAAAAMAAAAAAALAAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAABKgAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAACKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAADKgAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAABKgAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAADLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAD version: 6 1,-1: ind: 1,-1 - tiles: YAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAC + tiles: LAAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAADKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAAC version: 6 1,0: ind: 1,0 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAYAAAAAABgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAABCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAgQAAAAAACwAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAcAAAAAAAgQAAAAAAIAAAAAABIAAAAAACIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAACwAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAACwAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAcAAAAAAACwAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcAAAAAAACwAAAAAACwAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAALAAAAAABKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAADLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALQAAAAAALQAAAAABLQAAAAAALQAAAAAAKgAAAAAALwAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAANAAAAAAAKgAAAAAALQAAAAABLQAAAAACLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAANAAAAAAANAAAAAAALwAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAALwAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAANAAAAAAALwAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAANAAAAAAALwAAAAAALwAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: YAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAYAAAAAADgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAAgAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADgQAAAAAAYAAAAAADgQAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAYAAAAAABYAAAAAABBwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABCwAAAAAACwAAAAAACwAAAAAAgQAAAAAABwAAAAAAgQAAAAAAAwAAAAAEAgAAAAAABwAAAAAAgQAAAAAAfQAAAAABfQAAAAACKAAAAAAAKAAAAAABgQAAAAAAIAAAAAACCwAAAAAAEgAAAAAACwAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAABBwAAAAAAYAAAAAAAgQAAAAAAfQAAAAACfQAAAAABgQAAAAAAKAAAAAABgQAAAAAAIAAAAAADCwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAQgAAAAAAQgAAAAAAfQAAAAAAYAAAAAADIAAAAAAAIAAAAAACIAAAAAABIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAQgAAAAAAQgAAAAAAfQAAAAACgQAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAACgQAAAAAAIAAAAAADIAAAAAADgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAABYAAAAAACIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAYAAAAAACBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAADgQAAAAAAIAAAAAABIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAAAAgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABBwAAAAAABwAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAA + tiles: LAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAALAAAAAADKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAANQAAAAAANQAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAADKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAARgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAADKgAAAAAALAAAAAADKgAAAAAALQAAAAABLQAAAAAALQAAAAAALQAAAAAAKgAAAAAALAAAAAABLAAAAAABNQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLwAAAAAALwAAAAAALwAAAAAAKgAAAAAANQAAAAAAKgAAAAAARgAAAAAERgAAAAAANQAAAAAAKgAAAAAAOAAAAAABOAAAAAACRQAAAAAARQAAAAABKgAAAAAALQAAAAACLwAAAAAAKQAAAAAALwAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAABNQAAAAAALAAAAAAAKgAAAAAAOAAAAAACOAAAAAABKgAAAAAARQAAAAABKgAAAAAALQAAAAADLwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAQwAAAAAAQwAAAAAAOAAAAAAALAAAAAADLQAAAAAALQAAAAACLQAAAAABLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAQwAAAAAAQwAAAAAAOAAAAAACKgAAAAAALQAAAAADLQAAAAACLQAAAAAALQAAAAACKgAAAAAALQAAAAADLQAAAAADKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAACLQAAAAABLQAAAAABLAAAAAACLQAAAAACLQAAAAACKgAAAAAAKgAAAAAALAAAAAACNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAADLQAAAAADKgAAAAAALQAAAAABLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAADKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAARgAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABNQAAAAAANQAAAAAAKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAA version: 6 2,0: ind: 2,0 - tiles: gQAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAADIAAAAAADgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAAwAAAAAEBwAAAAAABwAAAAAAAwAAAAAEBwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAADgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAADIAAAAAACgQAAAAAAgQAAAAAAAgAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAIAAAAAADgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAAAIAAAAAADgQAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAIAAAAAAAIAAAAAACCwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAACCwAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAwAAAAABBwAAAAAAYAAAAAADgQAAAAAAYAAAAAACBwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAAgAAAAAAAwAAAAAAgQAAAAAAAgAAAAAABwAAAAAAAgAAAAAABwAAAAAABwAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADBwAAAAAAgQAAAAAABwAAAAAAAwAAAAAEgQAAAAAABwAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAAwAAAAABgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAwAAAAADBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAwAAAAAEYAAAAAABBwAAAAAABwAAAAAABwAAAAAAgQAAAAAAAgAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAAwAAAAAABwAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAYAAAAAADAwAAAAACgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KgAAAAAALQAAAAABLQAAAAACLQAAAAACLQAAAAADLQAAAAADKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAARgAAAAAENQAAAAAANQAAAAAARgAAAAAENQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAACLQAAAAAALQAAAAADKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAAALQAAAAADLQAAAAACKgAAAAAAKgAAAAAARgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAACLQAAAAAALQAAAAADKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAAALQAAAAADKgAAAAAALQAAAAAALQAAAAADLQAAAAAALQAAAAABLQAAAAABLQAAAAADLQAAAAACLQAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAALQAAAAAALQAAAAACLwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAACLwAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAARgAAAAABNQAAAAAALAAAAAADKgAAAAAALAAAAAACNQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAARgAAAAAARgAAAAAAKgAAAAAARgAAAAAANQAAAAAARgAAAAAANQAAAAAANQAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADNQAAAAAAKgAAAAAANQAAAAAARgAAAAAEKgAAAAAANQAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAADKgAAAAAALAAAAAADLAAAAAABKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAARgAAAAABKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARgAAAAADNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARgAAAAAELAAAAAABNQAAAAAANQAAAAAANQAAAAAAKgAAAAAARgAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAARgAAAAAANQAAAAAAKgAAAAAANQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALAAAAAADRgAAAAACKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAEwAAAAAAEwAAAAADEwAAAAACYAAAAAACgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEwAAAAACEwAAAAAAEwAAAAABYAAAAAADgQAAAAAAYAAAAAACYAAAAAADDgAAAAACDgAAAAADDgAAAAACYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEwAAAAABEwAAAAACgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABDgAAAAADUQAAAAADDgAAAAACYAAAAAADYAAAAAADgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAABgQAAAAAAYAAAAAAAYAAAAAACDgAAAAACDgAAAAADDgAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAABgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABAgAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAAgAAAAABBwAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAABgQAAAAAAAwAAAAAEgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAAABwAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAACwAAAAAACwAAAAAAYAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAYAAAAAABYAAAAAADgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAACwAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAYAAAAAABgQAAAAAABwAAAAAAgQAAAAAAAgAAAAAAgQAAAAAACwAAAAAACwAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAABgQAAAAAABwAAAAAAYAAAAAABYAAAAAADAwAAAAACgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADgQAAAAAABwAAAAAABwAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAAwAAAAADBwAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAACYAAAAAACYAAAAAADgQAAAAAABwAAAAAAYAAAAAACAgAAAAAABwAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAACwAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAYAAAAAABYAAAAAAD + tiles: KgAAAAAAKgAAAAAAKgAAAAAARwAAAAAARwAAAAADRwAAAAACLAAAAAACKgAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARwAAAAACRwAAAAAARwAAAAABLAAAAAADKgAAAAAALAAAAAACLAAAAAADSAAAAAACSAAAAAADSAAAAAACLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARwAAAAABRwAAAAACKgAAAAAAKgAAAAAALAAAAAADLAAAAAABSAAAAAADMwAAAAADSAAAAAACLAAAAAADLAAAAAADKgAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAABKgAAAAAALAAAAAAALAAAAAACSAAAAAACSAAAAAADSAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABRgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAARgAAAAABNQAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAABKgAAAAAARgAAAAAEKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAAANQAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALAAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAANQAAAAAANQAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAADKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALAAAAAABKgAAAAAANQAAAAAAKgAAAAAARgAAAAAAKgAAAAAALwAAAAAALwAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAABKgAAAAAANQAAAAAALAAAAAABLAAAAAADRgAAAAACKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAAALAAAAAADKgAAAAAANQAAAAAANQAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAARgAAAAADNQAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAACLAAAAAADKgAAAAAANQAAAAAALAAAAAACRgAAAAAANQAAAAAAKgAAAAAANQAAAAAANQAAAAAAKgAAAAAAKgAAAAAALwAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAANQAAAAAAKgAAAAAALAAAAAABLAAAAAAD version: 6 1,-3: ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAACgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAACgQAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAACgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAACKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAACKgAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAACKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAB + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAAB version: 6 2,-3: ind: 2,-3 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAgAAAAAAYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUQAAAAACCwAAAAAAYAAAAAABYAAAAAADgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEwAAAAADEwAAAAACEwAAAAADYAAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAACgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARgAAAAAALAAAAAACKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAASQAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAMwAAAAACLwAAAAAALAAAAAABLAAAAAADKgAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARwAAAAADRwAAAAACRwAAAAADLAAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAADLAAAAAACKgAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAAwAAAAACgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAARgAAAAACKgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAADgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAACKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAADKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAABLQAAAAADKgAAAAAALAAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAACLQAAAAADLQAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAAAKgAAAAAAKwAAAAAAKwAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAAAAAAAAAYAAAAAADYAAAAAABgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAACgQAAAAAAAAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAAAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAACgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAABgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAACgQAAAAAAYAAAAAACgQAAAAAAYAAAAAADgQAAAAAAIAAAAAABHgAAAAABHgAAAAACIAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAIAAAAAAAHgAAAAAAHgAAAAAAIAAAAAADYAAAAAADYAAAAAABYAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACIAAAAAACIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAADgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADKgAAAAAAKgAAAAAALgAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAACKgAAAAAALgAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAALAAAAAACLAAAAAABLAAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAAAKgAAAAAALgAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAAKgAAAAAALgAAAAAALAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAACKgAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAALQAAAAAALQAAAAABLQAAAAABLQAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAACKgAAAAAALAAAAAACKgAAAAAALAAAAAADKgAAAAAALQAAAAABSwAAAAABSwAAAAACLQAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAALQAAAAAASwAAAAAASwAAAAAALQAAAAADLAAAAAADLAAAAAABLAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAACLQAAAAACLQAAAAABLQAAAAACLQAAAAAALQAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABKgAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAADKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAAALAAAAAADKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: YAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAADCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAACwAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAADCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAACwAAAAAAYAAAAAADYAAAAAADYAAAAAABfQAAAAABfQAAAAADYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAfQAAAAADfQAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAACgQAAAAAAYAAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAACgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAfQAAAAADfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAfQAAAAACfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACIAAAAAAAIAAAAAABIAAAAAADIAAAAAACYAAAAAACgQAAAAAAIAAAAAAAIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADIAAAAAACIAAAAAABUQAAAAACIAAAAAADYAAAAAADIAAAAAADIAAAAAADIAAAAAADIAAAAAABIAAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYAAAAAABYAAAAAADIAAAAAACUQAAAAADIAAAAAADIAAAAAADYAAAAAACIAAAAAADIAAAAAACIAAAAAACIAAAAAADIAAAAAABBwAAAAAAgQAAAAAABwAAAAAABwAAAAAAYAAAAAABYAAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAABYAAAAAADgQAAAAAAIAAAAAAAIAAAAAACIAAAAAABgQAAAAAA + tiles: LAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAALwAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAALwAAAAAALAAAAAADLAAAAAADLAAAAAABOAAAAAABOAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAOAAAAAADOAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADOAAAAAACKgAAAAAALAAAAAADKgAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAACKgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAOAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAOAAAAAADOAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAOAAAAAACOAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLQAAAAAALQAAAAABLQAAAAADLQAAAAACLAAAAAACLAAAAAAAKgAAAAAALQAAAAACLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLQAAAAACLQAAAAABMwAAAAACLQAAAAADLAAAAAADLAAAAAAALQAAAAADLQAAAAADLQAAAAABLQAAAAADNQAAAAAANQAAAAAANQAAAAAANQAAAAAALAAAAAABLAAAAAADLQAAAAACMwAAAAADLQAAAAADLQAAAAADLAAAAAACLAAAAAAALQAAAAACLQAAAAACLQAAAAADLQAAAAABNQAAAAAAKgAAAAAANQAAAAAANQAAAAAALAAAAAABLAAAAAAALQAAAAACLQAAAAAALQAAAAACLQAAAAABLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-3: ind: 4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAD + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAAD version: 6 5,-3: ind: 5,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-2: ind: 5,-2 - tiles: YAAAAAADYAAAAAACgQAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LAAAAAADLAAAAAACKgAAAAAALgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,1: ind: 1,1 - tiles: gQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAEAAAAAADfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAEAAAAAAGfQAAAAADYAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAYAAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAEAAAAAAGfQAAAAADEAAAAAAGYAAAAAADgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAgQAAAAAAfQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAADIAAAAAACIAAAAAAAIAAAAAADgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAADIAAAAAAAIAAAAAABIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAQgAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAACIAAAAAACIAAAAAACQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgAAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAABIAAAAAABIAAAAAACIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgAAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAACIAAAAAADgQAAAAAAgAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAABIAAAAAACgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAA + tiles: KgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAPQAAAAADOAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAPQAAAAAGOAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABOAAAAAAALAAAAAADKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAPQAAAAAGOAAAAAADPQAAAAAGLAAAAAADKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAOAAAAAAAKgAAAAAAOAAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAABLQAAAAADLQAAAAACLQAAAAAALQAAAAADKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAABLQAAAAADLQAAAAAALQAAAAABLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAKgAAAAAAQwAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAABLQAAAAADLQAAAAABLQAAAAACLQAAAAACLQAAAAACQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKwAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAACLQAAAAABLQAAAAABLQAAAAACLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKwAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAACLQAAAAACLQAAAAADLQAAAAACLQAAAAADKgAAAAAAKwAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAACLQAAAAABLQAAAAACKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAA version: 6 0,1: ind: 0,1 - tiles: gQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAACDAAAAAADDAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAADAAAAAACDAAAAAACDAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAACAAAAAACDAAAAAABDAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAACAAAAAADCAAAAAABCAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAACAAAAAAACAAAAAADCAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAACAAAAAACDAAAAAABDAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAADAAAAAACDAAAAAABDAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAADAAAAAADDAAAAAABDAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA + tiles: KgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAACRAAAAAADRAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAARAAAAAACRAAAAAACRAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAATAAAAAACRAAAAAABRAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAATAAAAAADTAAAAAABTAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAATAAAAAAATAAAAAADTAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAATAAAAAACRAAAAAABRAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAARAAAAAACRAAAAAABRAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAARAAAAAADRAAAAAABRAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAACOAAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAA version: 6 -3,1: ind: -3,1 - tiles: gAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAABAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAACAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAACgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAABIAAAAAADIAAAAAABgQAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAABYAAAAAABYAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAYAAAAAACYAAAAAACYAAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAUQAAAAACUQAAAAAAUQAAAAADUQAAAAABUQAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAUQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAACgQAAAAAAYAAAAAABYAAAAAADYAAAAAABgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KwAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAACLAAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAABLgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAACLgAAAAAALgAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAADLQAAAAAALQAAAAACKwAAAAAAKwAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAADLQAAAAAALQAAAAABLQAAAAAALQAAAAAALQAAAAAALQAAAAABLQAAAAADLQAAAAAALQAAAAACLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAABLQAAAAACLQAAAAABLQAAAAADLQAAAAABKgAAAAAALQAAAAADLQAAAAACLQAAAAAALQAAAAACLQAAAAADLQAAAAABLAAAAAABLAAAAAACLQAAAAACLQAAAAABLQAAAAAALQAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAABKgAAAAAALAAAAAACLAAAAAACLAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAABKgAAAAAALAAAAAADLAAAAAAALAAAAAADKgAAAAAALAAAAAACLAAAAAADLAAAAAAAMwAAAAACMwAAAAAAMwAAAAADMwAAAAABMwAAAAACLAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAAAMwAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -2,1: ind: -2,1 - tiles: YAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAADgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJwAAAAAFJwAAAAABgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJwAAAAAAJwAAAAAFgQAAAAAAYAAAAAADYAAAAAACIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJwAAAAABJwAAAAAFgQAAAAAAYAAAAAABYAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJwAAAAAAJwAAAAADgQAAAAAAYAAAAAAAYAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADJwAAAAABJwAAAAACgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJwAAAAAFJwAAAAADgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAUQAAAAABUQAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACUQAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAADYAAAAAABgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAB + tiles: LAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADKgAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABKgAAAAAALAAAAAACKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATQAAAAAFTQAAAAABKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATQAAAAAATQAAAAAFKgAAAAAALAAAAAADLAAAAAACLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATQAAAAABTQAAAAAFKgAAAAAALAAAAAABLAAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATQAAAAAATQAAAAADKgAAAAAALAAAAAAALAAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADTQAAAAABTQAAAAACKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATQAAAAAFTQAAAAADKgAAAAAALAAAAAADLAAAAAACLAAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAAALAAAAAAAMwAAAAABMwAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAACLAAAAAACMwAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAADLAAAAAABKgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAALQAAAAADLQAAAAAALQAAAAADLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAB version: 6 -1,1: ind: -1,1 - tiles: YAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAADgQAAAAAAUgAAAAAAYAAAAAACYAAAAAABgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAABDAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAABDAAAAAADDAAAAAAADAAAAAAADAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAADDAAAAAACCAAAAAACCAAAAAAACAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAABCAAAAAADCAAAAAAACAAAAAABCAAAAAADCAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAABCAAAAAABCAAAAAACCAAAAAABCAAAAAAACAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAACDAAAAAACCAAAAAABCAAAAAACCAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAABDAAAAAABDAAAAAAADAAAAAADDAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAAA + tiles: LAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAADKgAAAAAAPgAAAAAALAAAAAACLAAAAAABKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAACKgAAAAAALAAAAAABLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAACRAAAAAACRAAAAAACRAAAAAABRAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAABRAAAAAADRAAAAAAARAAAAAAARAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAADRAAAAAACTAAAAAACTAAAAAAATAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAABTAAAAAADTAAAAAAATAAAAAABTAAAAAADTAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAABTAAAAAABTAAAAAACTAAAAAABTAAAAAAATAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAACRAAAAAACTAAAAAABTAAAAAACTAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAABRAAAAAABRAAAAAAARAAAAAADRAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAAARAAAAAACRAAAAAAARAAAAAAARAAAAAAA version: 6 -4,1: ind: -4,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAHAAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAcwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAADIAAAAAABYAAAAAABYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAIAAAAAABIAAAAAABYAAAAAACYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAAAIAAAAAACYAAAAAACYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAACIAAAAAADIAAAAAADIAAAAAACgQAAAAAAYAAAAAACYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAABYAAAAAADYAAAAAADYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAYAAAAAADYAAAAAABYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAACgQAAAAAAYAAAAAABYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAADIAAAAAAAIAAAAAAAIAAAAAABIAAAAAAAYAAAAAACYAAAAAAB + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAADLQAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAATgAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAOgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAABLQAAAAABLQAAAAACLQAAAAADLQAAAAABLAAAAAABLAAAAAACLgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAABLQAAAAAALQAAAAAALQAAAAABLQAAAAABLAAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAADLQAAAAABLQAAAAADLQAAAAADLQAAAAAALQAAAAACLAAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALQAAAAABLQAAAAABLQAAAAACLQAAAAACLQAAAAADLQAAAAADLQAAAAACKgAAAAAALAAAAAACLAAAAAADLgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAAALQAAAAACLQAAAAADLQAAAAADLQAAAAABLAAAAAADLAAAAAADLAAAAAACLgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAACLQAAAAAALQAAAAADLQAAAAACLQAAAAAALAAAAAADLAAAAAABLAAAAAABLgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAAALQAAAAACLQAAAAABLQAAAAADLQAAAAACKgAAAAAALAAAAAABLAAAAAABLgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAABLQAAAAADLQAAAAAALQAAAAAALQAAAAABLQAAAAAALAAAAAACLAAAAAAB version: 6 -3,2: ind: -3,2 - tiles: YAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAACfQAAAAABgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAABgQAAAAAAfQAAAAACfQAAAAADfQAAAAABfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAACYAAAAAADQgAAAAAAfQAAAAADfQAAAAABfQAAAAACfQAAAAACQgAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAADIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAADgQAAAAAAYAAAAAADYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAABYAAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAA + tiles: LAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAOAAAAAADOAAAAAACOAAAAAABKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAABKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAABKgAAAAAAOAAAAAACOAAAAAADOAAAAAABOAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAACLAAAAAADQwAAAAAAOAAAAAADOAAAAAABOAAAAAACOAAAAAACQwAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAADLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAADKgAAAAAALAAAAAADLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAADLQAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAAALQAAAAACLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAABLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAACLQAAAAADLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAA version: 6 -2,2: ind: -2,2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAADgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAACEwAAAAAAEwAAAAAAEwAAAAABEwAAAAADEwAAAAACEwAAAAADgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAABEwAAAAADEwAAAAADEwAAAAAAEwAAAAACEwAAAAACEwAAAAADYAAAAAADYAAAAAACYAAAAAADgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAABEwAAAAABEwAAAAACEwAAAAAAEwAAAAACEwAAAAABEwAAAAACgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAEwAAAAACEwAAAAAAEwAAAAACEwAAAAAAEwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAEwAAAAACEwAAAAACEwAAAAAAEwAAAAADEwAAAAABgQAAAAAAgQAAAAAAfQAAAAAD + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAALQAAAAAALQAAAAABLQAAAAACLQAAAAADLQAAAAADLQAAAAAALQAAAAACLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALQAAAAACLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAADLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAADKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAABLAAAAAADLAAAAAABKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAABLAAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAABLAAAAAACRwAAAAAARwAAAAAARwAAAAABRwAAAAADRwAAAAACRwAAAAADKgAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAAALAAAAAABRwAAAAADRwAAAAADRwAAAAAARwAAAAACRwAAAAACRwAAAAADLAAAAAADLAAAAAACLAAAAAADKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAABRwAAAAABRwAAAAACRwAAAAAARwAAAAACRwAAAAABRwAAAAACKgAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAARwAAAAACRwAAAAAARwAAAAACRwAAAAAARwAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAAAKgAAAAAARwAAAAACRwAAAAACRwAAAAAARwAAAAADRwAAAAABKgAAAAAAKgAAAAAAOAAAAAAD version: 6 -1,2: ind: -1,2 - tiles: YAAAAAACYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAADfQAAAAACfQAAAAADgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LAAAAAACLAAAAAABKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABOAAAAAADOAAAAAACOAAAAAADKgAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 0,2: ind: 0,2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAfQAAAAACfQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAcwAAAAADcwAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAcwAAAAAAcwAAAAADcwAAAAACcwAAAAAAcwAAAAAAcwAAAAABcwAAAAADcwAAAAADcwAAAAACcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAABcwAAAAACcwAAAAABcwAAAAADcwAAAAABcwAAAAADcwAAAAAAcwAAAAABcwAAAAAAgQAAAAAAfQAAAAABfQAAAAACfQAAAAABfQAAAAACgQAAAAAAcwAAAAADcwAAAAABFAAAAAACFAAAAAADFAAAAAADFAAAAAACFAAAAAAAFAAAAAADcwAAAAAAcwAAAAACgQAAAAAAfQAAAAACfQAAAAAAfQAAAAABfQAAAAADgQAAAAAAcwAAAAABcwAAAAABFAAAAAABFAAAAAADFAAAAAABFAAAAAACFAAAAAACFAAAAAADcwAAAAAAcwAAAAACgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAcwAAAAAAcwAAAAABFAAAAAADFAAAAAABFAAAAAABFAAAAAABFAAAAAABFAAAAAACcwAAAAAAcwAAAAABgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAcwAAAAABcwAAAAABFAAAAAADFAAAAAACFAAAAAADFAAAAAADFAAAAAACFAAAAAACcwAAAAADcwAAAAADgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAABcwAAAAAAcwAAAAACcwAAAAABcwAAAAACcwAAAAAAcwAAAAACcwAAAAABcwAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAACcwAAAAAAcwAAAAAAcwAAAAACcwAAAAABcwAAAAADcwAAAAAAcwAAAAAAcwAAAAABcwAAAAABcwAAAAACgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAACfQAAAAACFwAAAAACFwAAAAABFwAAAAACFwAAAAACFwAAAAAB + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAOAAAAAACOAAAAAAAOAAAAAABKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAOgAAAAADOgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAOgAAAAAAOgAAAAADOgAAAAACOgAAAAAAOgAAAAAAOgAAAAABOgAAAAADOgAAAAADOgAAAAACOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAABOgAAAAACOgAAAAABOgAAAAADOgAAAAABOgAAAAADOgAAAAAAOgAAAAABOgAAAAAAKgAAAAAAOAAAAAABOAAAAAACOAAAAAABOAAAAAACKgAAAAAAOgAAAAADOgAAAAABUAAAAAACUAAAAAADUAAAAAADUAAAAAACUAAAAAAAUAAAAAADOgAAAAAAOgAAAAACKgAAAAAAOAAAAAACOAAAAAAAOAAAAAABOAAAAAADKgAAAAAAOgAAAAABOgAAAAABUAAAAAABUAAAAAADUAAAAAABUAAAAAACUAAAAAACUAAAAAADOgAAAAAAOgAAAAACKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAAOgAAAAAAOgAAAAABUAAAAAADUAAAAAABUAAAAAABUAAAAAABUAAAAAABUAAAAAACOgAAAAAAOgAAAAABKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAAOgAAAAABOgAAAAABUAAAAAADUAAAAAACUAAAAAADUAAAAAADUAAAAAACUAAAAAACOgAAAAADOgAAAAADKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAABOgAAAAAAOgAAAAACOgAAAAABOgAAAAACOgAAAAAAOgAAAAACOgAAAAABOgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAACOgAAAAAAOgAAAAAAOgAAAAACOgAAAAABOgAAAAADOgAAAAAAOgAAAAAAOgAAAAABOgAAAAABOgAAAAACKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAATwAAAAAATwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAABOAAAAAABOAAAAAACOAAAAAACUwAAAAACUwAAAAABUwAAAAACUwAAAAACUwAAAAAB version: 6 2,1: ind: 2,1 - tiles: YAAAAAAABwAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAYAAAAAACCwAAAAAAYAAAAAADYAAAAAABgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACBwAAAAAAgQAAAAAACwAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAADYAAAAAABgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAACAwAAAAADYAAAAAAAgQAAAAAACwAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAACwAAAAAAgQAAAAAADQAAAAACgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAAABwAAAAAAYAAAAAABgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAABwAAAAAAAgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAABwAAAAAAYAAAAAACAwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAYAAAAAACBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAQgAAAAAAgQAAAAAAYAAAAAADBwAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAYAAAAAABgQAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAADIAAAAAADIAAAAAAAIAAAAAADIAAAAAACIAAAAAACgQAAAAAAIAAAAAABQgAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAADIAAAAAACIAAAAAABQgAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAADgQAAAAAAgQAAAAAA + tiles: LAAAAAAANQAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAALAAAAAACLwAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAACNQAAAAAAKgAAAAAALwAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAABLAAAAAADLAAAAAABKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAACRgAAAAADLAAAAAAAKgAAAAAALwAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAACKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALwAAAAAAKgAAAAAASQAAAAACKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAAANQAAAAAALAAAAAABKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAANQAAAAAARgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAAALAAAAAADKgAAAAAAKgAAAAAANQAAAAAALAAAAAACRgAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAALAAAAAACNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAALQAAAAADLQAAAAACLQAAAAADLQAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAACLQAAAAABKgAAAAAAKgAAAAAAQwAAAAAAKgAAAAAALAAAAAADNQAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAAALQAAAAABKgAAAAAALQAAAAADLQAAAAABLQAAAAAALQAAAAACKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAKgAAAAAALAAAAAABKgAAAAAALQAAAAADLQAAAAADLQAAAAACLQAAAAADLQAAAAADLQAAAAAALQAAAAADLQAAAAACLQAAAAACKgAAAAAALQAAAAABQwAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAALQAAAAABLQAAAAABLQAAAAADLQAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAABLQAAAAADLQAAAAACLQAAAAABQwAAAAAAKgAAAAAALAAAAAACLAAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAABKgAAAAAALQAAAAAALQAAAAAALQAAAAABLQAAAAADKgAAAAAAKgAAAAAA version: 6 3,0: ind: 3,0 - tiles: gQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAADgQAAAAAAIAAAAAACIAAAAAADIAAAAAADgQAAAAAABwAAAAAAgQAAAAAABwAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAABwAAAAAAgQAAAAAAIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAIAAAAAADIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAYAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAADYAAAAAAAgQAAAAAACwAAAAAACwAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAIAAAAAABIAAAAAADgQAAAAAAYAAAAAABIAAAAAABIAAAAAADIAAAAAABIAAAAAABYAAAAAABgQAAAAAAEgAAAAAACwAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAIAAAAAAAIAAAAAADgQAAAAAAYAAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAABYAAAAAADgQAAAAAACwAAAAAACwAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAIAAAAAAAIAAAAAADgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAANQAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAAKgAAAAAANQAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAANQAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACKgAAAAAALQAAAAADLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAAKgAAAAAALAAAAAAALQAAAAAALQAAAAACLQAAAAABLQAAAAADLAAAAAAAKgAAAAAALwAAAAAALwAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALQAAAAABLQAAAAADKgAAAAAALAAAAAABLQAAAAABLQAAAAADLQAAAAABLQAAAAABLAAAAAABKgAAAAAAKQAAAAAALwAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALQAAAAAALQAAAAADKgAAAAAALAAAAAAALQAAAAADLQAAAAADLQAAAAACLQAAAAABLAAAAAADKgAAAAAALwAAAAAALwAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALQAAAAAALQAAAAADKgAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,1: ind: 3,1 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAABYAAAAAACYAAAAAACAgAAAAABBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAwAAAAADBwAAAAAAAgAAAAAAAgAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABgQAAAAAAIAAAAAADIAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAADgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARgAAAAABLAAAAAACLAAAAAACRgAAAAABNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAANQAAAAAARgAAAAADNQAAAAAARgAAAAAARgAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALQAAAAABKgAAAAAALQAAAAADLQAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALQAAAAABLQAAAAACLQAAAAADLQAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,2: ind: 3,2 - tiles: gQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAADgQAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAACIAAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAADYAAAAAADgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAA + tiles: KgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAAALAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAAALAAAAAAALAAAAAABKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAADLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAADKgAAAAAALQAAAAACLQAAAAAALQAAAAADLQAAAAAALQAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAAAKgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAACLQAAAAADLQAAAAAALQAAAAABLQAAAAABLQAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAACKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAADLAAAAAADKgAAAAAALAAAAAAALAAAAAAALAAAAAAA version: 6 2,2: ind: 2,2 - tiles: QgAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAYAAAAAABQgAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAAYAAAAAABYAAAAAADYAAAAAACgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAABYAAAAAACYAAAAAADgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAACgQAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAABgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAAB + tiles: QwAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABKgAAAAAAKgAAAAAALAAAAAABQwAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAALAAAAAABLAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAACKgAAAAAALAAAAAABLAAAAAACLAAAAAADKgAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAAB version: 6 1,2: ind: 1,2 - tiles: AAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAcwAAAAACcwAAAAADcwAAAAAAcwAAAAABcwAAAAADcwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAcwAAAAABcwAAAAADcwAAAAADcwAAAAACcwAAAAADcwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAcwAAAAAAcwAAAAADcwAAAAAAcwAAAAADcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAABcwAAAAADcwAAAAACgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAADIAAAAAADIAAAAAACgQAAAAAAcwAAAAABcwAAAAACcwAAAAABcwAAAAABgQAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAABIAAAAAADIAAAAAACIAAAAAAAIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAAAYAAAAAAAEwAAAAACEwAAAAACEwAAAAABEwAAAAABEwAAAAACEwAAAAABEwAAAAAAEwAAAAABEwAAAAABEwAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAAAYAAAAAADEwAAAAADEwAAAAABEwAAAAABEwAAAAACEwAAAAABEwAAAAAAEwAAAAACEwAAAAAAEwAAAAACEwAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAACgQAAAAAAEwAAAAABEwAAAAABEwAAAAADEwAAAAABEwAAAAACEwAAAAADEwAAAAACEwAAAAABEwAAAAAAEwAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAADgQAAAAAAEwAAAAADEwAAAAACEwAAAAABEwAAAAAAIAAAAAABIAAAAAADIAAAAAACgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAEwAAAAACEwAAAAACEwAAAAABEwAAAAADIAAAAAACIAAAAAABIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAEwAAAAAAEwAAAAAAEwAAAAADEwAAAAADIAAAAAABIAAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAACYAAAAAABgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAEwAAAAABEwAAAAABEwAAAAABEwAAAAABIAAAAAACIAAAAAABIAAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAADgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAA + tiles: LgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALQAAAAABKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAOgAAAAACOgAAAAADOgAAAAAAOgAAAAABOgAAAAADOgAAAAADLgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAOgAAAAABOgAAAAADOgAAAAADOgAAAAACOgAAAAADOgAAAAACLgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALQAAAAADKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAOgAAAAAAOgAAAAADOgAAAAAAOgAAAAADOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAABOgAAAAADOgAAAAACKgAAAAAALQAAAAAALQAAAAAALQAAAAABLQAAAAACLQAAAAABLQAAAAACLQAAAAADLQAAAAADLQAAAAADLQAAAAACKgAAAAAAOgAAAAABOgAAAAACOgAAAAABOgAAAAABKgAAAAAALQAAAAACLQAAAAADLQAAAAACLQAAAAABLQAAAAADLQAAAAACLQAAAAAALQAAAAABLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAACOgAAAAAALAAAAAAARwAAAAACRwAAAAACRwAAAAABRwAAAAABRwAAAAACRwAAAAABRwAAAAAARwAAAAABRwAAAAABRwAAAAAALAAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAAALAAAAAADRwAAAAADRwAAAAABRwAAAAABRwAAAAACRwAAAAABRwAAAAAARwAAAAACRwAAAAAARwAAAAACRwAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAACKgAAAAAARwAAAAABRwAAAAABRwAAAAADRwAAAAABRwAAAAACRwAAAAADRwAAAAACRwAAAAABRwAAAAAARwAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAADKgAAAAAARwAAAAADRwAAAAACRwAAAAABRwAAAAAALQAAAAABLQAAAAADLQAAAAACKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAARwAAAAACRwAAAAACRwAAAAABRwAAAAADLQAAAAACLQAAAAABLQAAAAABLQAAAAACLQAAAAAALQAAAAABLQAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAARwAAAAAARwAAAAAARwAAAAADRwAAAAADLQAAAAABLQAAAAAALQAAAAAALQAAAAADLQAAAAADLQAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAACLAAAAAACKgAAAAAARwAAAAABRwAAAAABRwAAAAABRwAAAAABLQAAAAACLQAAAAABLQAAAAAALQAAAAADLQAAAAADLQAAAAACLQAAAAADKgAAAAAALAAAAAAALAAAAAABLAAAAAAA version: 6 4,2: ind: 4,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAGwAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAGwAAAAAAYAAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAIAAAAAADgQAAAAAASgAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAAVAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAVAAAAAAALAAAAAACNwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALQAAAAADKgAAAAAANwAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAADNwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAABKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKwAAAAAA version: 6 4,3: ind: 4,3 - tiles: YAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAACgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAABgQAAAAAAgAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgAAAAAAAYAAAAAACYAAAAAABYAAAAAABCwAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAADAAAAAADgQAAAAAASgAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAACAAAAAAAYAAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgAAAAAAACAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAABKgAAAAAAKwAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAADKgAAAAAAKwAAAAAALAAAAAACLAAAAAABLAAAAAABLwAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAABKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAARAAAAAADKgAAAAAANwAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAABNwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAATAAAAAAALAAAAAACNwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAATAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,2: ind: 5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,3: ind: 5,3 - tiles: AAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,3: ind: 3,3 - tiles: YAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAABgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAABYAAAAAACgQAAAAAADAAAAAADDAAAAAABDAAAAAACfQAAAAACfQAAAAACCwAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAADYAAAAAABgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAADAAAAAACDAAAAAACDAAAAAAAfQAAAAABfQAAAAAAfQAAAAAADAAAAAADDAAAAAADDAAAAAACCAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADCAAAAAABCAAAAAAACAAAAAACfQAAAAAAfQAAAAABfQAAAAACCAAAAAACCAAAAAADCAAAAAAACAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADCAAAAAAACAAAAAABCAAAAAABfQAAAAADfQAAAAAAfQAAAAACCAAAAAADCAAAAAADCAAAAAACCAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAABgQAAAAAADAAAAAAADAAAAAAADAAAAAADfQAAAAADfQAAAAACfQAAAAACDAAAAAAADAAAAAAADAAAAAAADAAAAAACYAAAAAABgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAADAAAAAABDAAAAAABDAAAAAACfQAAAAABfQAAAAACfQAAAAABDAAAAAACDAAAAAAADAAAAAABDAAAAAADYAAAAAABgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAADAAAAAAADAAAAAADDAAAAAACfQAAAAABfQAAAAACfQAAAAADDAAAAAAADAAAAAADDAAAAAADDAAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAABgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + tiles: LAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAABKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADKgAAAAAALAAAAAABLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALAAAAAADLAAAAAABLAAAAAACKgAAAAAARAAAAAADRAAAAAABRAAAAAACOAAAAAACOAAAAAACLwAAAAAARAAAAAACRAAAAAAARAAAAAAARAAAAAADLAAAAAABKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAARAAAAAACRAAAAAACRAAAAAAAOAAAAAABOAAAAAAAOAAAAAAARAAAAAADRAAAAAADRAAAAAACTAAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAADTAAAAAABTAAAAAAATAAAAAACOAAAAAAAOAAAAAABOAAAAAACTAAAAAACTAAAAAADTAAAAAAATAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAADTAAAAAAATAAAAAABTAAAAAABOAAAAAADOAAAAAAAOAAAAAACTAAAAAADTAAAAAADTAAAAAACTAAAAAACLAAAAAACLAAAAAAALAAAAAABLAAAAAADLAAAAAABKgAAAAAARAAAAAAARAAAAAAARAAAAAADOAAAAAADOAAAAAACOAAAAAACRAAAAAAARAAAAAAARAAAAAAARAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAARAAAAAABRAAAAAABRAAAAAACOAAAAAABOAAAAAACOAAAAAABRAAAAAACRAAAAAAARAAAAAABRAAAAAADLAAAAAABKgAAAAAALAAAAAADLAAAAAAALAAAAAAAKgAAAAAARAAAAAAARAAAAAADRAAAAAACOAAAAAABOAAAAAACOAAAAAADRAAAAAAARAAAAAADRAAAAAADRAAAAAAALAAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAADKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAABKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAABKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAA version: 6 2,3: ind: 2,3 - tiles: gQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAACQgAAAAAAgQAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAQgAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADQgAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAADIAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAADFQAAAAAAgQAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAADgQAAAAAACwAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAADFQAAAAACIAAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAADgQAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAADYAAAAAABFQAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAADIAAAAAACIAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAACFQAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAABIAAAAAADIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAACgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAYAAAAAACFQAAAAABgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAADQAAAAADDQAAAAACcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAYAAAAAADcAAAAAAAgQAAAAAADQAAAAADgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAADgQAAAAAAgQAAAAAADQAAAAACgQAAAAAAcAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAcwAAAAADcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAACgQAAAAAA + tiles: KgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAACQwAAAAAAKgAAAAAALQAAAAACLQAAAAADLQAAAAABLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAABLAAAAAAAQwAAAAAALQAAAAADLQAAAAADLQAAAAACLQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADQwAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAADLQAAAAADLQAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABKgAAAAAAKgAAAAAALQAAAAACLQAAAAABLQAAAAACLQAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAADVQAAAAAAKgAAAAAALQAAAAABLQAAAAACLQAAAAAALQAAAAADKgAAAAAALwAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAADVQAAAAACLQAAAAADLQAAAAADLQAAAAACLQAAAAACLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAADKgAAAAAALQAAAAACLQAAAAADLQAAAAACLQAAAAABLQAAAAABLQAAAAAALQAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAADLAAAAAABVQAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAADLQAAAAABLQAAAAADLQAAAAACLQAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAACVQAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAACLQAAAAABLQAAAAADLQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAACKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAALAAAAAACVQAAAAABKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAASQAAAAADSQAAAAACNAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAALAAAAAADNAAAAAAAKgAAAAAASQAAAAADKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAADKgAAAAAAKgAAAAAASQAAAAACKgAAAAAANAAAAAAAKgAAAAAANAAAAAAAKgAAAAAAOgAAAAADOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAABLAAAAAACKgAAAAAA version: 6 1,3: ind: 1,3 - tiles: gQAAAAAAEwAAAAABEwAAAAACEwAAAAACEwAAAAABIAAAAAADIAAAAAACEwAAAAADgQAAAAAAIAAAAAAAIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEwAAAAADEwAAAAACEwAAAAABEwAAAAACEwAAAAABEwAAAAADEwAAAAADEwAAAAACIAAAAAADIAAAAAACIAAAAAADgQAAAAAAfQAAAAAAfQAAAAABQgAAAAAAgQAAAAAAEwAAAAABEwAAAAABEwAAAAACEwAAAAABEwAAAAAAEwAAAAADEwAAAAADEwAAAAADIAAAAAACIAAAAAADIAAAAAAAIAAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAEwAAAAAAEwAAAAACEwAAAAAAEwAAAAAAEwAAAAABEwAAAAADEwAAAAACgQAAAAAAIAAAAAACIAAAAAADIAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAEwAAAAABEwAAAAACEwAAAAABEwAAAAABEwAAAAACEwAAAAABEwAAAAACIAAAAAADIAAAAAABIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEwAAAAACEwAAAAADEwAAAAABEwAAAAABEwAAAAABEwAAAAAAEwAAAAADgQAAAAAAIAAAAAADIAAAAAAAIAAAAAACFQAAAAACFQAAAAABFQAAAAADFQAAAAACgQAAAAAAEwAAAAAAEwAAAAACEwAAAAABEwAAAAACEwAAAAADEwAAAAABEwAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAFQAAAAADFQAAAAACFQAAAAADFQAAAAADgQAAAAAAYAAAAAACgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAAAFQAAAAADFQAAAAADFQAAAAABFQAAAAACFQAAAAADFQAAAAADgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAACwAAAAAAFQAAAAABFQAAAAADFQAAAAADFQAAAAADFQAAAAACFQAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAFQAAAAAAFQAAAAAAFQAAAAADFQAAAAAAFQAAAAADFQAAAAAAFQAAAAABgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAACgQAAAAAAFQAAAAACFQAAAAACFQAAAAACFQAAAAACFQAAAAADFQAAAAACFQAAAAADgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAFQAAAAACFQAAAAADFQAAAAACFQAAAAAAFQAAAAADFQAAAAADFQAAAAACgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAFQAAAAABFQAAAAADFQAAAAADFQAAAAADFQAAAAAAFQAAAAADgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAACwAAAAAAgQAAAAAAcAAAAAAA + tiles: KgAAAAAARwAAAAABRwAAAAACRwAAAAACRwAAAAABLQAAAAADLQAAAAACRwAAAAADKgAAAAAALQAAAAAALQAAAAACLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARwAAAAADRwAAAAACRwAAAAABRwAAAAACRwAAAAABRwAAAAADRwAAAAADRwAAAAACLQAAAAADLQAAAAACLQAAAAADKgAAAAAAOAAAAAAAOAAAAAABQwAAAAAAKgAAAAAARwAAAAABRwAAAAABRwAAAAACRwAAAAABRwAAAAAARwAAAAADRwAAAAADRwAAAAADLQAAAAACLQAAAAADLQAAAAAALQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAARwAAAAAARwAAAAACRwAAAAAARwAAAAAARwAAAAABRwAAAAADRwAAAAACKgAAAAAALQAAAAACLQAAAAADLQAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAARwAAAAABRwAAAAACRwAAAAABRwAAAAABRwAAAAACRwAAAAABRwAAAAACLQAAAAADLQAAAAABLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARwAAAAACRwAAAAADRwAAAAABRwAAAAABRwAAAAABRwAAAAAARwAAAAADKgAAAAAALQAAAAADLQAAAAAALQAAAAACVQAAAAACVQAAAAABVQAAAAADVQAAAAACKgAAAAAARwAAAAAARwAAAAACRwAAAAABRwAAAAACRwAAAAADRwAAAAABRwAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAVQAAAAADVQAAAAACVQAAAAADVQAAAAADKgAAAAAALAAAAAACKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAAAVQAAAAADVQAAAAADVQAAAAABVQAAAAACVQAAAAADVQAAAAADKgAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAAAKgAAAAAALwAAAAAAVQAAAAABVQAAAAADVQAAAAADVQAAAAADVQAAAAACVQAAAAADKgAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAABLAAAAAADKgAAAAAAVQAAAAAAVQAAAAAAVQAAAAADVQAAAAAAVQAAAAADVQAAAAAAVQAAAAABKgAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAACKgAAAAAAVQAAAAACVQAAAAACVQAAAAACVQAAAAACVQAAAAADVQAAAAACVQAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAAKgAAAAAAVQAAAAACVQAAAAADVQAAAAACVQAAAAAAVQAAAAADVQAAAAADVQAAAAACKgAAAAAALAAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAVQAAAAABVQAAAAADVQAAAAADVQAAAAADVQAAAAAAVQAAAAADKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAALwAAAAAAKgAAAAAANAAAAAAA version: 6 0,3: ind: 0,3 - tiles: EQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAADfQAAAAADFwAAAAAAFwAAAAADFwAAAAADFwAAAAABFwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAACfQAAAAADFwAAAAACFwAAAAAAFwAAAAABFwAAAAACFwAAAAABEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAABfQAAAAAAFwAAAAAAFwAAAAADFwAAAAADFwAAAAAAFwAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAABfQAAAAADFwAAAAAAFwAAAAAAFwAAAAACFwAAAAADFwAAAAADEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAADfQAAAAACfQAAAAABfQAAAAACfQAAAAADfQAAAAAAfQAAAAABfQAAAAAAfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAADfQAAAAADfQAAAAAAfQAAAAAAfQAAAAAAfQAAAAABfQAAAAACcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAADfQAAAAAAfQAAAAAAfQAAAAABfQAAAAAAfQAAAAABfQAAAAABcAAAAAAAgQAAAAAAgQAAAAAAGQAAAAAAGAAAAAAAGgAAAAAAgQAAAAAAfQAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAABcAAAAAAAgQAAAAAAgQAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAgQAAAAAAfQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAgQAAAAAAfQAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAGQAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfQAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAGgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAACfQAAAAABfQAAAAAAfQAAAAAAfQAAAAACfQAAAAABfQAAAAACcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADQAAAAADCwAAAAAAgQAAAAAAcAAAAAAADQAAAAADcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: TwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAACOAAAAAACOAAAAAADOAAAAAADUwAAAAAAUwAAAAADUwAAAAADUwAAAAABUwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAADOAAAAAABOAAAAAACOAAAAAADUwAAAAACUwAAAAAAUwAAAAABUwAAAAACUwAAAAABTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAABOAAAAAABOAAAAAABOAAAAAAAUwAAAAAAUwAAAAADUwAAAAADUwAAAAAAUwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAAAOAAAAAAAOAAAAAABOAAAAAADUwAAAAAAUwAAAAAAUwAAAAACUwAAAAADUwAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAADOAAAAAACOAAAAAABOAAAAAACOAAAAAADOAAAAAAAOAAAAAABOAAAAAAAOAAAAAADKgAAAAAAKgAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAACOAAAAAABOAAAAAADOAAAAAADOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAABOAAAAAACNAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAAAOAAAAAADOAAAAAAAOAAAAAAAOAAAAAABOAAAAAAAOAAAAAABOAAAAAABNAAAAAAAKgAAAAAAKgAAAAAAVgAAAAAAPAAAAAAAVwAAAAAAKgAAAAAAOAAAAAADLAAAAAADLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAAALAAAAAABNAAAAAAAKgAAAAAAKgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAKgAAAAAAOAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAKgAAAAAAOAAAAAABLAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAVgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAOAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAVwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAKgAAAAAAOAAAAAAAOAAAAAACOAAAAAACOAAAAAABOAAAAAAAOAAAAAAAOAAAAAACOAAAAAABOAAAAAACNAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAASQAAAAADLwAAAAAAKgAAAAAANAAAAAAASQAAAAADNAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -1,3: ind: -1,3 - tiles: fQAAAAAAfQAAAAADfQAAAAADfQAAAAABgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAACfQAAAAACgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAAAfQAAAAADfQAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAADgQAAAAAADQAAAAACgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAABfQAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAACgQAAAAAADQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAFQAAAAACFQAAAAAAFQAAAAABgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAACgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAFQAAAAACFQAAAAABFQAAAAACgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAcAAAAAAAFQAAAAACFQAAAAADFQAAAAACgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAFQAAAAADFQAAAAADFQAAAAADgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAABgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAADgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAABgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAABgQAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAA + tiles: OAAAAAAAOAAAAAADOAAAAAADOAAAAAABKgAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAADOAAAAAACOAAAAAACKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAAAOAAAAAAAOAAAAAADOAAAAAACLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADKgAAAAAASQAAAAACKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAAAOAAAAAABOAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAACKgAAAAAASQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAABKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAVQAAAAACVQAAAAAAVQAAAAABKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAACKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAVQAAAAACVQAAAAABVQAAAAACKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAABKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAANAAAAAAAKgAAAAAANAAAAAAAVQAAAAACVQAAAAADVQAAAAACKgAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAVQAAAAADVQAAAAADVQAAAAADKgAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAABKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAACKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAADKgAAAAAALAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAA version: 6 3,4: ind: 3,4 - tiles: gQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAALQAAAAABKgAAAAAAKgAAAAAALAAAAAABKgAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAADKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALQAAAAABLQAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,4: ind: 2,4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAA version: 6 1,4: ind: 1,4 - tiles: YAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAABBwAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAABgQAAAAAAYAAAAAADBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA + tiles: LAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACKQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAABNQAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAABKgAAAAAALAAAAAADNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAADKgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAA version: 6 4,4: ind: 4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 0,4: ind: 0,4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAACwAAAAAADQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAABwAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAACgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAALwAAAAAASQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAANQAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAABKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAADKgAAAAAALgAAAAAALgAAAAAA version: 6 -1,4: ind: -1,4 - tiles: YAAAAAACYAAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAADgQAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAADQAAAAABDQAAAAACDQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAYAAAAAADYAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAADQAAAAAAcAAAAAAADQAAAAABcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAACYAAAAAABfQAAAAAAfQAAAAAAfQAAAAABfQAAAAADfQAAAAACfQAAAAABfQAAAAABfQAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAADYAAAAAADfQAAAAAAfQAAAAACfQAAAAABfQAAAAABfQAAAAAAfQAAAAABfQAAAAABfQAAAAAAYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAfQAAAAABfQAAAAABfQAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABfQAAAAAAfQAAAAADfQAAAAABfQAAAAABfQAAAAACfQAAAAAAfQAAAAACfQAAAAABYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACfQAAAAABfQAAAAAAfQAAAAACfQAAAAACfQAAAAAAfQAAAAADfQAAAAAAfQAAAAABYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAABfQAAAAABfQAAAAACfQAAAAADfQAAAAADfQAAAAADgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAADfQAAAAAAfQAAAAABfQAAAAADfQAAAAADfQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LAAAAAACLAAAAAADKgAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAADKgAAAAAALAAAAAADLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAASQAAAAABSQAAAAACSQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAALAAAAAADLAAAAAAAKgAAAAAANAAAAAAANAAAAAAASQAAAAAANAAAAAAASQAAAAABNAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAADOAAAAAACLAAAAAABOAAAAAAAOAAAAAAAOAAAAAABOAAAAAADOAAAAAACOAAAAAABOAAAAAABOAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABOAAAAAABOAAAAAADLAAAAAADOAAAAAAAOAAAAAACOAAAAAABOAAAAAABOAAAAAAAOAAAAAABOAAAAAABOAAAAAAALAAAAAADKgAAAAAAKwAAAAAALgAAAAAAOAAAAAABOAAAAAABOAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAACKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABOAAAAAAAOAAAAAADOAAAAAABOAAAAAABOAAAAAACOAAAAAAAOAAAAAACOAAAAAABLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACOAAAAAABOAAAAAAAOAAAAAACOAAAAAACOAAAAAAAOAAAAAADOAAAAAAAOAAAAAABLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADOAAAAAABOAAAAAABOAAAAAABOAAAAAACOAAAAAADOAAAAAADOAAAAAADKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAABOAAAAAABOAAAAAADOAAAAAAAOAAAAAABOAAAAAADOAAAAAADOAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 0,5: ind: 0,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,5: ind: 1,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAACLAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,2: ind: -4,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAACIAAAAAABIAAAAAABIAAAAAABYAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAABIAAAAAACYAAAAAADYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAACgQAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAEgAAAAAAIAAAAAADIAAAAAABEgAAAAAAEgAAAAAAEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAEgAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAABEgAAAAAAEgAAAAAAEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAACLQAAAAACLQAAAAABLQAAAAABLQAAAAABLAAAAAABLAAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAABLQAAAAADLQAAAAACLQAAAAABLQAAAAACLAAAAAADLAAAAAADLgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAACLQAAAAAALQAAAAACKgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKQAAAAAALQAAAAADLQAAAAABKQAAAAAAKQAAAAAAKQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKQAAAAAALQAAAAABLQAAAAACLQAAAAAALQAAAAABLQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAABKQAAAAAAKQAAAAAAKQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -4,0: ind: -4,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAA version: 6 -5,2: ind: -5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAA version: 6 -4,3: ind: -4,3 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAEAAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAEAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAEAAAAAAAEAAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAEAAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAEAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAEAAAAAAAEAAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAEAAAAAAAfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAB + tiles: KwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAACKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAPQAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAAAPQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAAAPQAAAAAAPQAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAAAOAAAAAAAPQAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAPQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAPQAAAAAAPQAAAAAAOAAAAAAAKgAAAAAAKgAAAAAALAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAPQAAAAAAOAAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAB version: 6 -3,3: ind: -3,3 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAABIAAAAAADIAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAABIAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADCwAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAACgQAAAAAAIAAAAAADIAAAAAACIAAAAAABgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAADIAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAACwAAAAAAcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAAAYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAFAAAAAABcwAAAAABgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACIAAAAAADIAAAAAABIAAAAAABIAAAAAABgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAcwAAAAADcwAAAAADcwAAAAADYAAAAAAAUQAAAAAAYAAAAAADgQAAAAAAIAAAAAACIAAAAAADIAAAAAADgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAABgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAABgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAABLQAAAAABLQAAAAADLQAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAADKgAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAACLQAAAAABLQAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAADLwAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAADLQAAAAADLQAAAAADLQAAAAACKgAAAAAALQAAAAADLQAAAAACLQAAAAABKgAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAAALQAAAAABLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAADLQAAAAABLAAAAAABLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAADLQAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAAALwAAAAAAOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAAALQAAAAAALAAAAAABLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAUAAAAAABOgAAAAABKgAAAAAALAAAAAACLAAAAAAALAAAAAACLQAAAAADLQAAAAABLQAAAAABLQAAAAABKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAAAKgAAAAAAOgAAAAADOgAAAAADOgAAAAADLAAAAAAAMwAAAAAALAAAAAADKgAAAAAALQAAAAACLQAAAAADLQAAAAADKgAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABKgAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALAAAAAABKgAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAADKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAALQAAAAACKgAAAAAA version: 6 -5,3: ind: -5,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,3: ind: -2,3 - tiles: CwAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAEwAAAAADEwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAADQAAAAABcAAAAAAAgQAAAAAAfQAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAABAAAAAAABAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABBAAAAAAABAAAAAAABAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAcwAAAAACcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAACgQAAAAAAcwAAAAAAcwAAAAABgQAAAAAAcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAADgQAAAAAACwAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAADQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAADQAAAAABgQAAAAAAYAAAAAAD + tiles: LwAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAARwAAAAADRwAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAASQAAAAABNAAAAAAAKgAAAAAAOAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACKgAAAAAANgAAAAAANgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAABNgAAAAAANgAAAAAANgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABKgAAAAAALAAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAAOgAAAAAAOgAAAAAAKgAAAAAAOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAOgAAAAACOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAACKgAAAAAAOgAAAAAAOgAAAAABKgAAAAAAOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAAALAAAAAABKgAAAAAAOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAASQAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAANAAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAADKgAAAAAALwAAAAAAKgAAAAAANAAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAACLAAAAAAAKgAAAAAANAAAAAAAKgAAAAAASQAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAASQAAAAABKgAAAAAALAAAAAAD version: 6 -4,4: ind: -4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAHQAAAAAAHQAAAAAAHQAAAAABHQAAAAABHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAHQAAAAAAHQAAAAAAHQAAAAACHQAAAAADHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAABWAAAAAABWAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAACWAAAAAADWAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -3,4: ind: -3,4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAABIAAAAAABIAAAAAAAIAAAAAADIAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAABIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAACYAAAAAAAHQAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAHQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAHAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAABLQAAAAABLQAAAAAALQAAAAADLQAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAAALQAAAAADLQAAAAADLQAAAAABLQAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAAALQAAAAACLQAAAAACLQAAAAACLQAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAABLQAAAAAALQAAAAABLQAAAAABLQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAADLQAAAAADLQAAAAAALQAAAAACLQAAAAACLAAAAAAAWAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAWAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAWAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAWAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAWAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAWAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAATgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAA version: 6 -2,4: ind: -2,4 - tiles: gQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALQAAAAADLQAAAAACLQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAABLQAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAAALQAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAACLQAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAADLQAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAKgAAAAAANAAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,0: ind: 4,0 - tiles: gAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAABEAAAAAAAgQAAAAAAgQAAAAAAEAAAAAADfQAAAAABgQAAAAAAIAAAAAABIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAEAAAAAAFgQAAAAAAgQAAAAAAfQAAAAABEAAAAAAFfQAAAAABfQAAAAAAfQAAAAAAEAAAAAAEgQAAAAAAIAAAAAACUQAAAAABIAAAAAABAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAfQAAAAADgQAAAAAAgQAAAAAAfQAAAAAAEAAAAAAGEAAAAAADgQAAAAAAEAAAAAACgQAAAAAAIAAAAAAAIAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAADOAAAAAABPQAAAAAAKgAAAAAAKgAAAAAAPQAAAAADOAAAAAABKgAAAAAALQAAAAABLQAAAAABKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAPQAAAAAFKgAAAAAAKgAAAAAAOAAAAAABPQAAAAAFOAAAAAABOAAAAAAAOAAAAAAAPQAAAAAEKgAAAAAALQAAAAACMwAAAAABLQAAAAABLgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADKgAAAAAAKgAAAAAAOAAAAAAAPQAAAAAGPQAAAAADKgAAAAAAPQAAAAACKgAAAAAALQAAAAAALQAAAAACLQAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,5: ind: 3,5 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,5: ind: 2,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,-5: ind: -1,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAIAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAIAAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALQAAAAACKgAAAAAALQAAAAABKgAAAAAAKgAAAAAALQAAAAAAKgAAAAAALQAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAALQAAAAACLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAALQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 0,-5: ind: 0,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABIAAAAAADIAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALQAAAAACLQAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALQAAAAABLQAAAAADLQAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALQAAAAAALQAAAAABKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -5,-2: ind: -5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAADYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAADLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -3,-5: ind: -3,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAA version: 6 -3,5: ind: -3,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,5: ind: -2,5 - tiles: AAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 - type: Broadphase - type: Physics @@ -846,7 +837,6 @@ entities: 7764: 50,-2 7765: 50,-1 7766: 58,0 - 7770: 58,-5 8016: 20,-15 8196: 31,-3 8197: 42,-2 @@ -883,7 +873,6 @@ entities: 7045: -18,-61 7046: -16,-61 7047: -16,-62 - 8390: 3,70 8425: 40,-12 8427: 33,-15 8459: 37,-13 @@ -909,7 +898,6 @@ entities: id: Bot decals: 8730: 62,-4 - 8731: 60,-4 - node: color: '#000000FF' id: BotGreyscale @@ -1913,7 +1901,6 @@ entities: 8676: -51,-51 8677: -43,-54 8850: 62,-4 - 8851: 62,-1 8913: 48,-6 8914: 50,-4 8915: 55,-9 @@ -1971,6 +1958,9 @@ entities: 10116: -16,-72 10117: -16,-68 10118: -12,-67 + 10241: 3,69 + 10242: 5,70 + 10243: 6,68 - node: cleanable: True zIndex: 1 @@ -2010,11 +2000,6 @@ entities: 8129: 44,-1 8168: 42,4 8169: 45,0 - 8401: 5,68 - 8402: 4,69 - 8403: 6,70 - 8404: 4,70 - 8405: 2,68 8406: 0,68 8407: 1,70 8408: -2,70 @@ -2862,12 +2847,8 @@ entities: 8823: 39,-19 8824: 61,-3 8825: 61,-2 - 8826: 62,-1 - 8827: 60,-1 - 8828: 61,0 8829: 62,-2 8830: 62,-3 - 8831: 60,-3 8832: 61,6 8833: 60,2 8834: 58,5 @@ -3257,6 +3238,16 @@ entities: 10158: -24,14 10159: -24,11 10160: -20,12 + 10218: 3,68 + 10219: 4,70 + 10220: 5,69 + 10221: 6,68 + 10222: 6,68 + 10223: 5,70 + 10226: 6,70 + 10227: 5,70 + 10229: 2,69 + 10231: 3,70 - node: cleanable: True zIndex: 1 @@ -3333,17 +3324,6 @@ entities: 8141: 54,4 8142: 55,6 8152: 64,4 - 8154: 58,-5 - 8391: 4,68 - 8392: 4,69 - 8393: 5,68 - 8394: 5,69 - 8395: 6,69 - 8396: 6,68 - 8397: 6,70 - 8398: 5,70 - 8399: 4,70 - 8400: 3,70 8481: 35,-12 8482: 36,-13 8483: 38,-13 @@ -4333,12 +4313,6 @@ entities: 7043: 27,16 8159: 55,-2 8160: 56,-3 - 8413: 6,68 - 8414: 6,69 - 8415: 6,70 - 8416: 5,70 - 8417: 3,70 - 8418: 3,70 8543: 31,22 8544: 31,23 8545: 31,24 @@ -4436,11 +4410,9 @@ entities: 8630: 56,62 8631: 54,60 8632: 54,60 - 8852: 60,-2 8853: 62,-3 8854: 62,-3 8855: 61,-3 - 8856: 60,-3 8857: 58,-3 8858: 54,2 8896: -20,-31 @@ -4609,6 +4581,10 @@ entities: 9871: -31,75 9872: -31,75 9873: -32,75 + 10237: 3,69 + 10238: 5,69 + 10239: 5,69 + 10240: 5,68 - node: cleanable: True zIndex: 1 @@ -4665,13 +4641,8 @@ entities: 8072: 19,-5 8073: 18,2 8074: 15,-1 - 8155: 62,-1 - 8156: 61,0 8157: 58,-4 8158: 56,-2 - 8410: 4,68 - 8411: 4,69 - 8412: 5,69 8554: 29.134378,23.105629 8555: 29.850428,21.84541 8556: 28.655983,21.215342 @@ -4824,6 +4795,11 @@ entities: 9981: -5,11 9982: -4,11 9983: -3,11 + 10232: 2,68 + 10233: 3,69 + 10234: 5,69 + 10235: 6,69 + 10236: 5,69 - node: cleanable: True zIndex: 1 @@ -7577,7 +7553,6 @@ entities: 8797: 11,12 8798: 12,12 8799: 13,12 - 8888: 60,-1 8889: 61,-2 9106: 38,-29 - node: @@ -7794,7 +7769,6 @@ entities: 7838: 42,3 7845: 49,-2 7931: 57,-1 - 8891: 62,-1 9128: 35,-29 - node: color: '#334E6DC8' @@ -7998,7 +7972,6 @@ entities: 7868: 55,0 7932: 54,-4 8238: 10,-20 - 8890: 60,-3 9009: 27,-16 9042: 10,-15 9066: 31,-14 @@ -9031,6 +9004,8 @@ entities: 9544: 34,0 10166: 34,38 10167: 35,38 + 10244: 61,1 + 10245: 62,1 - node: zIndex: 1 color: '#FFFFFFFF' @@ -10647,23 +10622,25 @@ entities: 0: 4215 2: 49152 14,-2: - 0: 29441 - 2: 128 + 0: 13057 14,-1: - 0: 32759 + 0: 65535 14,0: - 0: 60999 + 0: 61135 15,-3: 2: 64160 15,-1: - 0: 32759 - 15,0: - 0: 30519 + 0: 4086 15,-2: 2: 2730 + 15,0: + 0: 30566 16,-4: 0: 257 + 16,-2: + 2: 61440 16,-1: + 2: 35023 0: 9008 19,-8: 0: 61183 @@ -10713,6 +10690,18 @@ entities: 16,0: 0: 13090 2: 34957 + 17,-2: + 2: 61440 + 17,-1: + 2: 255 + 18,-2: + 2: 61440 + 18,-1: + 2: 255 + 19,-2: + 2: 12288 + 19,-1: + 2: 55 4,5: 0: 285 2: 17600 @@ -11130,8 +11119,10 @@ entities: 0: 9011 2: 34956 16,2: - 2: 13 + 2: 51341 0: 13090 + 16,3: + 2: 255 12,8: 0: 65534 13,5: @@ -11589,12 +11580,11 @@ entities: 7,20: 2: 29764 0,17: - 0: 799 - 7: 2048 + 0: 4061 -1,17: 0: 7679 1,17: - 7: 1911 + 0: 1911 1,19: 2: 17484 1,20: @@ -11873,6 +11863,18 @@ entities: 0: 631 -6,19: 2: 8 + 17,2: + 2: 61440 + 17,3: + 2: 255 + 18,2: + 2: 61440 + 18,3: + 2: 255 + 19,2: + 2: 12288 + 19,3: + 2: 55 -4,-19: 0: 20480 -4,-18: @@ -12013,21 +12015,6 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 103.92799 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 chunkSize: 4 - type: BecomesStation id: Cog @@ -12173,13 +12160,6 @@ entities: parent: 30713 - type: InstantAction container: 30713 - - uid: 32030 - components: - - type: Transform - parent: 32029 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 32029 - proto: ActionToggleJetpack entities: - uid: 28699 @@ -12714,16 +12694,6 @@ entities: - 7389 - 2348 - 8986 - - uid: 8420 - components: - - type: Transform - pos: 62.5,1.5 - parent: 12 - - type: DeviceList - devices: - - 11225 - - 8344 - - 9052 - uid: 8504 components: - type: Transform @@ -12800,6 +12770,7 @@ entities: - 5887 - 7547 - 2020 + - 630 - uid: 9702 components: - type: Transform @@ -13587,6 +13558,7 @@ entities: - 26790 - 15130 - 22142 + - 630 - uid: 27312 components: - type: Transform @@ -14127,18 +14099,6 @@ entities: devices: - 32229 - 10069 -- proto: AirAlarmVox - entities: - - uid: 7822 - components: - - type: Transform - pos: 4.5,71.5 - parent: 12 - - type: DeviceList - devices: - - 7844 - - 6688 - - 32024 - proto: AirCanister entities: - uid: 138 @@ -14844,12 +14804,6 @@ entities: rot: 1.5707963267948966 rad pos: 51.5,-0.5 parent: 12 - - uid: 15008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,1.5 - parent: 12 - uid: 15705 components: - type: Transform @@ -14872,6 +14826,12 @@ entities: - type: Transform pos: 35.5,64.5 parent: 12 + - uid: 24497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,1.5 + parent: 12 - uid: 24705 components: - type: Transform @@ -14882,6 +14842,12 @@ entities: - type: Transform pos: -23.5,58.5 parent: 12 + - uid: 25933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,1.5 + parent: 12 - uid: 26389 components: - type: Transform @@ -14948,28 +14914,18 @@ entities: parent: 12 - proto: AirlockExternalEngineeringLocked entities: - - uid: 1268 + - uid: 3596 components: - type: Transform - pos: 59.5,-2.5 + rot: 3.141592653589793 rad + pos: 60.5,-2.5 parent: 12 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 25549: + 28770: - DoorStatus: InputB - - uid: 2246 - components: - - type: Transform - pos: 59.5,-1.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 25549: - - DoorStatus: InputA - uid: 4629 components: - type: Transform @@ -15042,6 +14998,18 @@ entities: linkedPorts: 19019: - DoorStatus: DoorBolt + - uid: 26518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-1.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 28770: + - DoorStatus: InputA - uid: 26625 components: - type: Transform @@ -15338,28 +15306,6 @@ entities: - DoorStatus: DoorBolt 10791: - DoorStatus: DoorBolt - - uid: 4952 - components: - - type: Transform - pos: 63.5,-1.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 25547: - - DoorStatus: InputB - - uid: 9169 - components: - - type: Transform - pos: 63.5,-2.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 25547: - - DoorStatus: InputA - uid: 10791 components: - type: Transform @@ -15376,28 +15322,6 @@ entities: - DoorStatus: DoorBolt 16347: - DoorStatus: DoorBolt - - uid: 11469 - components: - - type: Transform - pos: 60.5,1.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 25550: - - DoorStatus: InputA - - uid: 12692 - components: - - type: Transform - pos: 61.5,1.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 25550: - - DoorStatus: InputB - uid: 14474 components: - type: Transform @@ -15438,6 +15362,30 @@ entities: linkedPorts: 19020: - DoorStatus: DoorBolt + - uid: 19811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-1.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 28883: + - DoorStatus: InputA + - uid: 28279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,-2.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 28883: + - DoorStatus: InputB - uid: 28300 components: - type: Transform @@ -15571,7 +15519,7 @@ entities: pos: 26.5,17.5 parent: 12 - type: Door - secondsUntilStateChange: -1165.2125 + secondsUntilStateChange: -1810.9453 state: Opening - type: DeviceLinkSink invokeCounter: 1 @@ -16559,6 +16507,11 @@ entities: - type: Transform pos: -7.5,-21.5 parent: 12 + - uid: 276 + components: + - type: Transform + pos: 1.5,70.5 + parent: 12 - uid: 359 components: - type: Transform @@ -16581,18 +16534,6 @@ entities: - type: Transform pos: 39.5,20.5 parent: 12 - - uid: 647 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,68.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 31274: - - DoorStatus: DoorBolt - uid: 1050 components: - type: Transform @@ -17034,17 +16975,6 @@ entities: parent: 12 - type: DeviceLinkSink invokeCounter: 1 - - uid: 31274 - components: - - type: Transform - pos: 3.5,68.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 647: - - DoorStatus: DoorBolt - uid: 31293 components: - type: Transform @@ -18036,15 +17966,6 @@ entities: - type: DeviceNetwork deviceLists: - 27312 - - uid: 8344 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-0.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 8420 - uid: 8423 components: - type: Transform @@ -19129,16 +19050,6 @@ entities: - type: DeviceNetwork deviceLists: - 3983 -- proto: AirSensorVox - entities: - - uid: 32024 - components: - - type: Transform - pos: 5.5,69.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 7822 - proto: AirTankFilled entities: - uid: 354 @@ -19557,12 +19468,6 @@ entities: - type: Transform pos: 35.5,58.5 parent: 12 - - uid: 15680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-3.5 - parent: 12 - uid: 16031 components: - type: Transform @@ -19778,6 +19683,12 @@ entities: rot: 3.141592653589793 rad pos: -48.5,-52.5 parent: 12 + - uid: 28717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-4.5 + parent: 12 - uid: 28969 components: - type: Transform @@ -20998,58 +20909,6 @@ entities: - type: Transform pos: 25.5,-6.5 parent: 12 -- proto: AtmosFixVoxMarker - entities: - - uid: 5870 - components: - - type: Transform - pos: 4.5,68.5 - parent: 12 - - uid: 6207 - components: - - type: Transform - pos: 4.5,70.5 - parent: 12 - - uid: 6264 - components: - - type: Transform - pos: 3.5,70.5 - parent: 12 - - uid: 28503 - components: - - type: Transform - pos: 4.5,69.5 - parent: 12 - - uid: 30325 - components: - - type: Transform - pos: 6.5,68.5 - parent: 12 - - uid: 30326 - components: - - type: Transform - pos: 6.5,69.5 - parent: 12 - - uid: 30327 - components: - - type: Transform - pos: 6.5,70.5 - parent: 12 - - uid: 30328 - components: - - type: Transform - pos: 5.5,68.5 - parent: 12 - - uid: 30329 - components: - - type: Transform - pos: 5.5,69.5 - parent: 12 - - uid: 30330 - components: - - type: Transform - pos: 5.5,70.5 - parent: 12 - proto: Autolathe entities: - uid: 1942 @@ -21209,11 +21068,6 @@ entities: parent: 12 - proto: BarricadeBlock entities: - - uid: 8254 - components: - - type: Transform - pos: 2.5,70.5 - parent: 12 - uid: 23721 components: - type: Transform @@ -22821,7 +22675,7 @@ entities: - uid: 31065 components: - type: Transform - pos: 57.40648,-4.2987256 + pos: 57.6163,-3.434434 parent: 12 - proto: BorgModuleDiagnosis entities: @@ -23730,11 +23584,6 @@ entities: - type: Transform pos: 15.5,6.5 parent: 12 - - uid: 262 - components: - - type: Transform - pos: 1.5,68.5 - parent: 12 - uid: 272 components: - type: Transform @@ -23840,11 +23689,6 @@ entities: - type: Transform pos: 49.5,55.5 parent: 12 - - uid: 680 - components: - - type: Transform - pos: 2.5,68.5 - parent: 12 - uid: 682 components: - type: Transform @@ -27125,6 +26969,16 @@ entities: - type: Transform pos: 13.5,-11.5 parent: 12 + - uid: 4528 + components: + - type: Transform + pos: 3.5,70.5 + parent: 12 + - uid: 4561 + components: + - type: Transform + pos: 4.5,70.5 + parent: 12 - uid: 4567 components: - type: Transform @@ -27245,6 +27099,11 @@ entities: - type: Transform pos: -23.5,-11.5 parent: 12 + - uid: 4952 + components: + - type: Transform + pos: 5.5,70.5 + parent: 12 - uid: 4954 components: - type: Transform @@ -27390,11 +27249,6 @@ entities: - type: Transform pos: 21.5,-3.5 parent: 12 - - uid: 5214 - components: - - type: Transform - pos: 59.5,-3.5 - parent: 12 - uid: 5218 components: - type: Transform @@ -28835,6 +28689,11 @@ entities: - type: Transform pos: 40.5,-12.5 parent: 12 + - uid: 7586 + components: + - type: Transform + pos: 0.5,69.5 + parent: 12 - uid: 7720 components: - type: Transform @@ -28855,6 +28714,11 @@ entities: - type: Transform pos: 33.5,-14.5 parent: 12 + - uid: 7822 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 12 - uid: 7824 components: - type: Transform @@ -30245,21 +30109,11 @@ entities: - type: Transform pos: 37.5,-14.5 parent: 12 - - uid: 9064 - components: - - type: Transform - pos: 4.5,68.5 - parent: 12 - uid: 9078 components: - type: Transform pos: 30.5,15.5 parent: 12 - - uid: 9087 - components: - - type: Transform - pos: 5.5,68.5 - parent: 12 - uid: 9126 components: - type: Transform @@ -30290,6 +30144,11 @@ entities: - type: Transform pos: 31.5,-55.5 parent: 12 + - uid: 9140 + components: + - type: Transform + pos: 2.5,70.5 + parent: 12 - uid: 9147 components: - type: Transform @@ -30625,11 +30484,6 @@ entities: - type: Transform pos: 4.5,23.5 parent: 12 - - uid: 9584 - components: - - type: Transform - pos: 3.5,68.5 - parent: 12 - uid: 9595 components: - type: Transform @@ -31150,6 +31004,11 @@ entities: - type: Transform pos: 7.5,12.5 parent: 12 + - uid: 11201 + components: + - type: Transform + pos: 1.5,70.5 + parent: 12 - uid: 11204 components: - type: Transform @@ -31175,6 +31034,11 @@ entities: - type: Transform pos: 4.5,19.5 parent: 12 + - uid: 11274 + components: + - type: Transform + pos: 0.5,70.5 + parent: 12 - uid: 11276 components: - type: Transform @@ -40260,11 +40124,6 @@ entities: - type: Transform pos: 3.5,65.5 parent: 12 - - uid: 24986 - components: - - type: Transform - pos: 6.5,69.5 - parent: 12 - uid: 24987 components: - type: Transform @@ -41645,11 +41504,6 @@ entities: - type: Transform pos: 65.5,-0.5 parent: 12 - - uid: 26941 - components: - - type: Transform - pos: 0.5,68.5 - parent: 12 - uid: 26942 components: - type: Transform @@ -42280,6 +42134,11 @@ entities: - type: Transform pos: -53.5,72.5 parent: 12 + - uid: 28182 + components: + - type: Transform + pos: 58.5,-4.5 + parent: 12 - uid: 28186 components: - type: Transform @@ -42850,21 +42709,6 @@ entities: - type: Transform pos: 61.5,2.5 parent: 12 - - uid: 28881 - components: - - type: Transform - pos: 61.5,1.5 - parent: 12 - - uid: 28882 - components: - - type: Transform - pos: 61.5,-0.5 - parent: 12 - - uid: 28883 - components: - - type: Transform - pos: 61.5,0.5 - parent: 12 - uid: 28884 components: - type: Transform @@ -43970,6 +43814,31 @@ entities: - type: Transform pos: -16.5,72.5 parent: 12 + - uid: 30455 + components: + - type: Transform + pos: 66.5,-2.5 + parent: 12 + - uid: 30456 + components: + - type: Transform + pos: 68.5,-2.5 + parent: 12 + - uid: 30469 + components: + - type: Transform + pos: 67.5,-2.5 + parent: 12 + - uid: 30481 + components: + - type: Transform + pos: 70.5,-2.5 + parent: 12 + - uid: 30502 + components: + - type: Transform + pos: 71.5,-2.5 + parent: 12 - uid: 30740 components: - type: Transform @@ -44415,6 +44284,11 @@ entities: - type: Transform pos: -52.5,-50.5 parent: 12 + - uid: 31126 + components: + - type: Transform + pos: 72.5,-2.5 + parent: 12 - uid: 31165 components: - type: Transform @@ -44465,6 +44339,11 @@ entities: - type: Transform pos: -14.5,-69.5 parent: 12 + - uid: 31274 + components: + - type: Transform + pos: 73.5,-2.5 + parent: 12 - uid: 31275 components: - type: Transform @@ -44605,6 +44484,11 @@ entities: - type: Transform pos: -14.5,-71.5 parent: 12 + - uid: 31354 + components: + - type: Transform + pos: 74.5,-2.5 + parent: 12 - uid: 31365 components: - type: Transform @@ -44830,11 +44714,41 @@ entities: - type: Transform pos: -63.5,-19.5 parent: 12 + - uid: 31691 + components: + - type: Transform + pos: 75.5,-2.5 + parent: 12 + - uid: 31694 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 12 + - uid: 31695 + components: + - type: Transform + pos: 76.5,-2.5 + parent: 12 + - uid: 31696 + components: + - type: Transform + pos: 76.5,11.5 + parent: 12 - uid: 31698 components: - type: Transform pos: -62.5,-19.5 parent: 12 + - uid: 31706 + components: + - type: Transform + pos: 75.5,11.5 + parent: 12 + - uid: 31707 + components: + - type: Transform + pos: 74.5,11.5 + parent: 12 - uid: 31708 components: - type: Transform @@ -44845,6 +44759,11 @@ entities: - type: Transform pos: -65.5,-19.5 parent: 12 + - uid: 31710 + components: + - type: Transform + pos: 73.5,11.5 + parent: 12 - uid: 31711 components: - type: Transform @@ -44865,6 +44784,41 @@ entities: - type: Transform pos: -65.5,-29.5 parent: 12 + - uid: 31719 + components: + - type: Transform + pos: 72.5,11.5 + parent: 12 + - uid: 31724 + components: + - type: Transform + pos: 71.5,11.5 + parent: 12 + - uid: 31725 + components: + - type: Transform + pos: 70.5,11.5 + parent: 12 + - uid: 31730 + components: + - type: Transform + pos: 69.5,11.5 + parent: 12 + - uid: 31731 + components: + - type: Transform + pos: 68.5,11.5 + parent: 12 + - uid: 31742 + components: + - type: Transform + pos: 67.5,11.5 + parent: 12 + - uid: 31743 + components: + - type: Transform + pos: 66.5,11.5 + parent: 12 - uid: 31766 components: - type: Transform @@ -44885,16 +44839,6 @@ entities: - type: Transform pos: -26.5,-49.5 parent: 12 - - uid: 32019 - components: - - type: Transform - pos: 5.5,69.5 - parent: 12 - - uid: 32020 - components: - - type: Transform - pos: 5.5,70.5 - parent: 12 - uid: 32039 components: - type: Transform @@ -45528,11 +45472,21 @@ entities: - type: Transform pos: 47.5,8.5 parent: 12 + - uid: 2246 + components: + - type: Transform + pos: 68.5,11.5 + parent: 12 - uid: 2255 components: - type: Transform pos: 19.5,-12.5 parent: 12 + - uid: 2287 + components: + - type: Transform + pos: 70.5,11.5 + parent: 12 - uid: 2301 components: - type: Transform @@ -45823,11 +45777,6 @@ entities: - type: Transform pos: 21.5,-6.5 parent: 12 - - uid: 3945 - components: - - type: Transform - pos: 62.5,0.5 - parent: 12 - uid: 3954 components: - type: Transform @@ -46583,11 +46532,21 @@ entities: - type: Transform pos: 17.5,5.5 parent: 12 + - uid: 6207 + components: + - type: Transform + pos: 68.5,-2.5 + parent: 12 - uid: 6259 components: - type: Transform pos: 9.5,-20.5 parent: 12 + - uid: 6264 + components: + - type: Transform + pos: 70.5,-2.5 + parent: 12 - uid: 6291 components: - type: Transform @@ -47268,6 +47227,11 @@ entities: - type: Transform pos: 47.5,-54.5 parent: 12 + - uid: 6688 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 12 - uid: 6717 components: - type: Transform @@ -47343,30 +47307,25 @@ entities: - type: Transform pos: 1.5,18.5 parent: 12 - - uid: 7383 - components: - - type: Transform - pos: 61.5,1.5 - parent: 12 - uid: 7386 components: - type: Transform - pos: 61.5,0.5 + pos: 71.5,-2.5 parent: 12 - uid: 7485 components: - type: Transform pos: -50.5,-18.5 parent: 12 - - uid: 7549 + - uid: 7546 components: - type: Transform - pos: 17.5,24.5 + pos: 72.5,-2.5 parent: 12 - - uid: 7586 + - uid: 7549 components: - type: Transform - pos: 60.5,-1.5 + pos: 17.5,24.5 parent: 12 - uid: 7724 components: @@ -47398,25 +47357,30 @@ entities: - type: Transform pos: 62.5,-2.5 parent: 12 - - uid: 7828 + - uid: 7834 components: - type: Transform - pos: 61.5,-2.5 + pos: 73.5,-2.5 parent: 12 - - uid: 7834 + - uid: 7840 components: - type: Transform - pos: 60.5,-2.5 + pos: 74.5,-2.5 parent: 12 - - uid: 7849 + - uid: 7841 components: - type: Transform - pos: 30.5,15.5 + pos: 59.5,2.5 parent: 12 - - uid: 7889 + - uid: 7846 + components: + - type: Transform + pos: 61.5,-1.5 + parent: 12 + - uid: 7849 components: - type: Transform - pos: 59.5,-2.5 + pos: 30.5,15.5 parent: 12 - uid: 7948 components: @@ -47678,6 +47642,16 @@ entities: - type: Transform pos: 10.5,-37.5 parent: 12 + - uid: 8198 + components: + - type: Transform + pos: 62.5,-1.5 + parent: 12 + - uid: 8199 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 12 - uid: 8259 components: - type: Transform @@ -47688,6 +47662,11 @@ entities: - type: Transform pos: 30.5,16.5 parent: 12 + - uid: 8344 + components: + - type: Transform + pos: 62.5,-3.5 + parent: 12 - uid: 8494 components: - type: Transform @@ -47808,6 +47787,11 @@ entities: - type: Transform pos: 12.5,12.5 parent: 12 + - uid: 9064 + components: + - type: Transform + pos: 60.5,2.5 + parent: 12 - uid: 9082 components: - type: Transform @@ -47818,6 +47802,16 @@ entities: - type: Transform pos: 30.5,12.5 parent: 12 + - uid: 9169 + components: + - type: Transform + pos: 66.5,11.5 + parent: 12 + - uid: 9173 + components: + - type: Transform + pos: 67.5,11.5 + parent: 12 - uid: 9328 components: - type: Transform @@ -47898,6 +47892,11 @@ entities: - type: Transform pos: 1.5,12.5 parent: 12 + - uid: 9551 + components: + - type: Transform + pos: 74.5,11.5 + parent: 12 - uid: 9558 components: - type: Transform @@ -48048,11 +48047,6 @@ entities: - type: Transform pos: -41.5,-29.5 parent: 12 - - uid: 10323 - components: - - type: Transform - pos: 62.5,-0.5 - parent: 12 - uid: 10343 components: - type: Transform @@ -48643,11 +48637,6 @@ entities: - type: Transform pos: 23.5,10.5 parent: 12 - - uid: 11226 - components: - - type: Transform - pos: 58.5,-2.5 - parent: 12 - uid: 11232 components: - type: Transform @@ -48658,10 +48647,15 @@ entities: - type: Transform pos: 50.5,-5.5 parent: 12 + - uid: 11275 + components: + - type: Transform + pos: 76.5,-2.5 + parent: 12 - uid: 11286 components: - type: Transform - pos: 60.5,0.5 + pos: 76.5,11.5 parent: 12 - uid: 11287 components: @@ -48783,15 +48777,15 @@ entities: - type: Transform pos: 32.5,17.5 parent: 12 - - uid: 11452 + - uid: 11456 components: - type: Transform - pos: 60.5,-0.5 + pos: 10.5,11.5 parent: 12 - - uid: 11456 + - uid: 11469 components: - type: Transform - pos: 10.5,11.5 + pos: 75.5,11.5 parent: 12 - uid: 11481 components: @@ -48963,6 +48957,11 @@ entities: - type: Transform pos: 8.5,-15.5 parent: 12 + - uid: 12692 + components: + - type: Transform + pos: 60.5,-1.5 + parent: 12 - uid: 12693 components: - type: Transform @@ -49703,6 +49702,11 @@ entities: - type: Transform pos: 60.5,6.5 parent: 12 + - uid: 15680 + components: + - type: Transform + pos: 72.5,11.5 + parent: 12 - uid: 15735 components: - type: Transform @@ -51893,6 +51897,16 @@ entities: - type: Transform pos: -22.5,57.5 parent: 12 + - uid: 19791 + components: + - type: Transform + pos: 71.5,11.5 + parent: 12 + - uid: 19808 + components: + - type: Transform + pos: 75.5,-2.5 + parent: 12 - uid: 19824 components: - type: Transform @@ -51913,6 +51927,11 @@ entities: - type: Transform pos: -23.5,58.5 parent: 12 + - uid: 19886 + components: + - type: Transform + pos: 67.5,-2.5 + parent: 12 - uid: 19888 components: - type: Transform @@ -52003,6 +52022,11 @@ entities: - type: Transform pos: 54.5,1.5 parent: 12 + - uid: 21518 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 12 - uid: 21648 components: - type: Transform @@ -52163,6 +52187,11 @@ entities: - type: Transform pos: 43.5,-5.5 parent: 12 + - uid: 22296 + components: + - type: Transform + pos: 73.5,11.5 + parent: 12 - uid: 22522 components: - type: Transform @@ -53228,6 +53257,11 @@ entities: - type: Transform pos: -9.5,-19.5 parent: 12 + - uid: 26551 + components: + - type: Transform + pos: 69.5,11.5 + parent: 12 - uid: 26552 components: - type: Transform @@ -55813,6 +55847,11 @@ entities: - type: Transform pos: -3.5,-0.5 parent: 12 + - uid: 30326 + components: + - type: Transform + pos: 66.5,-2.5 + parent: 12 - uid: 30496 components: - type: Transform @@ -56648,6 +56687,11 @@ entities: - type: Transform pos: 15.5,13.5 parent: 12 + - uid: 262 + components: + - type: Transform + pos: 76.5,-2.5 + parent: 12 - uid: 278 components: - type: Transform @@ -56753,6 +56797,16 @@ entities: - type: Transform pos: 43.5,57.5 parent: 12 + - uid: 647 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 12 + - uid: 680 + components: + - type: Transform + pos: 61.5,-2.5 + parent: 12 - uid: 711 components: - type: Transform @@ -57513,11 +57567,6 @@ entities: - type: Transform pos: 0.5,-40.5 parent: 12 - - uid: 2944 - components: - - type: Transform - pos: 59.5,-3.5 - parent: 12 - uid: 2946 components: - type: Transform @@ -58393,6 +58442,11 @@ entities: - type: Transform pos: 13.5,-0.5 parent: 12 + - uid: 5871 + components: + - type: Transform + pos: 75.5,11.5 + parent: 12 - uid: 5934 components: - type: Transform @@ -59378,6 +59432,11 @@ entities: - type: Transform pos: -39.5,66.5 parent: 12 + - uid: 9474 + components: + - type: Transform + pos: 75.5,-2.5 + parent: 12 - uid: 9480 components: - type: Transform @@ -59443,10 +59502,10 @@ entities: - type: Transform pos: -2.5,-13.5 parent: 12 - - uid: 9551 + - uid: 9584 components: - type: Transform - pos: 62.5,-0.5 + pos: 72.5,-2.5 parent: 12 - uid: 9615 components: @@ -59478,6 +59537,11 @@ entities: - type: Transform pos: 17.5,-21.5 parent: 12 + - uid: 9855 + components: + - type: Transform + pos: 74.5,-2.5 + parent: 12 - uid: 9866 components: - type: Transform @@ -59808,6 +59872,11 @@ entities: - type: Transform pos: -46.5,51.5 parent: 12 + - uid: 10323 + components: + - type: Transform + pos: 73.5,-2.5 + parent: 12 - uid: 10377 components: - type: Transform @@ -60028,6 +60097,11 @@ entities: - type: Transform pos: -47.5,15.5 parent: 12 + - uid: 11226 + components: + - type: Transform + pos: 58.5,-0.5 + parent: 12 - uid: 11331 components: - type: Transform @@ -64513,6 +64587,11 @@ entities: - type: Transform pos: -2.5,34.5 parent: 12 + - uid: 22709 + components: + - type: Transform + pos: 76.5,11.5 + parent: 12 - uid: 23123 components: - type: Transform @@ -64978,6 +65057,11 @@ entities: - type: Transform pos: -10.5,51.5 parent: 12 + - uid: 24986 + components: + - type: Transform + pos: 72.5,11.5 + parent: 12 - uid: 25062 components: - type: Transform @@ -65233,11 +65317,6 @@ entities: - type: Transform pos: 36.5,11.5 parent: 12 - - uid: 25537 - components: - - type: Transform - pos: 58.5,-0.5 - parent: 12 - uid: 25539 components: - type: Transform @@ -65268,6 +65347,16 @@ entities: - type: Transform pos: 33.5,12.5 parent: 12 + - uid: 25550 + components: + - type: Transform + pos: 74.5,11.5 + parent: 12 + - uid: 25560 + components: + - type: Transform + pos: 71.5,-2.5 + parent: 12 - uid: 25633 components: - type: Transform @@ -66188,6 +66277,26 @@ entities: - type: Transform pos: -9.5,-16.5 parent: 12 + - uid: 28503 + components: + - type: Transform + pos: 68.5,11.5 + parent: 12 + - uid: 28523 + components: + - type: Transform + pos: 70.5,11.5 + parent: 12 + - uid: 28531 + components: + - type: Transform + pos: 69.5,11.5 + parent: 12 + - uid: 28655 + components: + - type: Transform + pos: 71.5,11.5 + parent: 12 - uid: 28783 components: - type: Transform @@ -66703,6 +66812,11 @@ entities: - type: Transform pos: -50.5,64.5 parent: 12 + - uid: 29626 + components: + - type: Transform + pos: 58.5,-4.5 + parent: 12 - uid: 29699 components: - type: Transform @@ -66883,11 +66997,46 @@ entities: - type: Transform pos: -11.5,-36.5 parent: 12 + - uid: 30133 + components: + - type: Transform + pos: 66.5,11.5 + parent: 12 + - uid: 30179 + components: + - type: Transform + pos: 67.5,11.5 + parent: 12 - uid: 30246 components: - type: Transform pos: -2.5,-2.5 parent: 12 + - uid: 30325 + components: + - type: Transform + pos: 73.5,11.5 + parent: 12 + - uid: 30327 + components: + - type: Transform + pos: 70.5,-2.5 + parent: 12 + - uid: 30328 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 12 + - uid: 30329 + components: + - type: Transform + pos: 68.5,-2.5 + parent: 12 + - uid: 30330 + components: + - type: Transform + pos: 67.5,-2.5 + parent: 12 - uid: 30408 components: - type: Transform @@ -66938,6 +67087,11 @@ entities: - type: Transform pos: -16.5,72.5 parent: 12 + - uid: 30433 + components: + - type: Transform + pos: 66.5,-2.5 + parent: 12 - uid: 30498 components: - type: Transform @@ -67343,12 +67497,6 @@ entities: - type: Transform pos: 12.5,-16.5 parent: 12 - - uid: 7766 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,0.5 - parent: 12 - uid: 7946 components: - type: Transform @@ -67389,6 +67537,11 @@ entities: - type: Transform pos: 38.5,-5.5 parent: 12 + - uid: 26535 + components: + - type: Transform + pos: 62.5,-2.5 + parent: 12 - uid: 27220 components: - type: Transform @@ -71905,12 +72058,6 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,10.5 parent: 12 - - uid: 9474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,68.5 - parent: 12 - uid: 9528 components: - type: Transform @@ -76159,11 +76306,115 @@ entities: - type: Transform pos: 56.5,66.5 parent: 12 - - uid: 32022 + - uid: 31843 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,68.5 + pos: 66.5,11.5 + parent: 12 + - uid: 31844 + components: + - type: Transform + pos: 67.5,11.5 + parent: 12 + - uid: 31845 + components: + - type: Transform + pos: 68.5,11.5 + parent: 12 + - uid: 31846 + components: + - type: Transform + pos: 69.5,11.5 + parent: 12 + - uid: 31847 + components: + - type: Transform + pos: 70.5,11.5 + parent: 12 + - uid: 31848 + components: + - type: Transform + pos: 71.5,11.5 + parent: 12 + - uid: 31849 + components: + - type: Transform + pos: 73.5,11.5 + parent: 12 + - uid: 31850 + components: + - type: Transform + pos: 74.5,11.5 + parent: 12 + - uid: 31851 + components: + - type: Transform + pos: 75.5,11.5 + parent: 12 + - uid: 31852 + components: + - type: Transform + pos: 76.5,11.5 + parent: 12 + - uid: 31853 + components: + - type: Transform + pos: 72.5,11.5 + parent: 12 + - uid: 31854 + components: + - type: Transform + pos: 76.5,-2.5 + parent: 12 + - uid: 31855 + components: + - type: Transform + pos: 75.5,-2.5 + parent: 12 + - uid: 31856 + components: + - type: Transform + pos: 74.5,-2.5 + parent: 12 + - uid: 31857 + components: + - type: Transform + pos: 73.5,-2.5 + parent: 12 + - uid: 31858 + components: + - type: Transform + pos: 72.5,-2.5 + parent: 12 + - uid: 31859 + components: + - type: Transform + pos: 71.5,-2.5 + parent: 12 + - uid: 31860 + components: + - type: Transform + pos: 70.5,-2.5 + parent: 12 + - uid: 31861 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 12 + - uid: 31862 + components: + - type: Transform + pos: 68.5,-2.5 + parent: 12 + - uid: 31863 + components: + - type: Transform + pos: 67.5,-2.5 + parent: 12 + - uid: 31864 + components: + - type: Transform + pos: 66.5,-2.5 parent: 12 - uid: 32058 components: @@ -76202,11 +76453,6 @@ entities: canCollide: False - proto: Chair entities: - - uid: 263 - components: - - type: Transform - pos: 6.5,69.5 - parent: 12 - uid: 907 components: - type: Transform @@ -76313,6 +76559,18 @@ entities: rot: 1.5707963267948966 rad pos: 51.5,10.5 parent: 12 + - uid: 4560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,70.5 + parent: 12 + - uid: 4646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,68.5 + parent: 12 - uid: 4770 components: - type: Transform @@ -76324,6 +76582,12 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,-29.5 parent: 12 + - uid: 5247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,69.5 + parent: 12 - uid: 5394 components: - type: Transform @@ -76424,12 +76688,6 @@ entities: rot: 1.5707963267948966 rad pos: -62.5,-25.5 parent: 12 - - uid: 6266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,68.5 - parent: 12 - uid: 6700 components: - type: Transform @@ -77525,6 +77783,12 @@ entities: - type: Transform pos: -32.5,-34.5 parent: 12 + - uid: 26026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,70.5 + parent: 12 - uid: 26055 components: - type: Transform @@ -77930,6 +78194,11 @@ entities: rot: 3.141592653589793 rad pos: 48.634914,-12.316643 parent: 12 + - uid: 7828 + components: + - type: Transform + pos: 62.5,1.5 + parent: 12 - uid: 8721 components: - type: Transform @@ -79329,6 +79598,11 @@ entities: showEnts: False occludes: True ent: null + - uid: 7383 + components: + - type: Transform + pos: 2.5,69.5 + parent: 12 - uid: 8982 components: - type: Transform @@ -80381,13 +80655,6 @@ entities: - type: Transform pos: 0.50635767,25.52865 parent: 12 -- proto: ClothingMaskBreath - entities: - - uid: 32028 - components: - - type: Transform - pos: 5.4447155,70.71127 - parent: 12 - proto: ClothingMaskBreathMedical entities: - uid: 2924 @@ -81192,12 +81459,6 @@ entities: rot: 3.141592653589793 rad pos: 4.5,64.5 parent: 12 - - uid: 25019 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,68.5 - parent: 12 - uid: 25020 components: - type: Transform @@ -84472,13 +84733,6 @@ entities: - type: Transform pos: -30.5,9.5 parent: 12 -- proto: DefaultStationBeaconVox - entities: - - uid: 30179 - components: - - type: Transform - pos: 4.5,69.5 - parent: 12 - proto: DefaultStationBeaconWardensOffice entities: - uid: 20823 @@ -96281,16 +96535,6 @@ entities: parent: 12 - proto: DrinkMugMetal entities: - - uid: 4560 - components: - - type: Transform - pos: 6.2687507,68.86493 - parent: 12 - - uid: 8788 - components: - - type: Transform - pos: 6.634491,68.83713 - parent: 12 - uid: 21388 components: - type: Transform @@ -96313,6 +96557,11 @@ entities: - type: Transform pos: -43.74887,32.77803 parent: 12 + - uid: 26941 + components: + - type: Transform + pos: 5.577743,70.50162 + parent: 12 - proto: DrinkMugRed entities: - uid: 23618 @@ -98704,6 +98953,16 @@ entities: deviceLists: - 328 - 28328 + - uid: 630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,1.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 9142 + - 27311 - uid: 690 components: - type: Transform @@ -102997,14 +103256,6 @@ entities: - type: Transform pos: 54.5,61.5 parent: 12 -- proto: FoodBoxDonkpocketDink - entities: - - uid: 5871 - components: - - type: Transform - rot: -157.0796326794894 rad - pos: 6.435416,68.4804 - parent: 12 - proto: FoodBoxDonkpocketHonk entities: - uid: 31510 @@ -103508,6 +103759,11 @@ entities: parent: 12 - proto: FoodSnackRaisins entities: + - uid: 9540 + components: + - type: Transform + pos: 2.4938688,68.63764 + parent: 12 - uid: 27824 components: - type: Transform @@ -103903,12 +104159,6 @@ entities: rot: -1.5707963267948966 rad pos: 9.5,31.5 parent: 12 - - uid: 30469 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,67.5 - parent: 12 - uid: 32228 components: - type: Transform @@ -105119,13 +105369,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9855 - components: - - type: Transform - pos: 61.5,2.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 9860 components: - type: Transform @@ -105232,6 +105475,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 11429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-1.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 11473 components: - type: Transform @@ -105614,6 +105865,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 16844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-1.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17135 components: - type: Transform @@ -106598,14 +106857,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-0.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26442 components: - type: Transform @@ -106958,12 +107209,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 32023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,68.5 - parent: 12 - uid: 32223 components: - type: Transform @@ -107219,18 +107464,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 676 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,70.5 - parent: 12 - - uid: 677 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,68.5 - parent: 12 - uid: 742 components: - type: Transform @@ -108836,7 +109069,7 @@ entities: pos: 59.5,-1.5 parent: 12 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 2906 components: - type: Transform @@ -108845,14 +109078,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2907 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-1.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 2955 components: - type: Transform @@ -113812,14 +114037,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,0.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7548 components: - type: Transform @@ -113893,28 +114110,6 @@ entities: - type: Transform pos: -46.5,44.5 parent: 12 - - uid: 7846 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,68.5 - parent: 12 - - uid: 8198 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,1.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-1.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8241 components: - type: Transform @@ -127602,14 +127797,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,2.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26052 components: - type: Transform @@ -127884,14 +128071,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,2.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26539 components: - type: Transform @@ -128248,6 +128427,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 27054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-1.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 27173 components: - type: Transform @@ -129926,12 +130113,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 32021 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,68.5 - parent: 12 - uid: 32068 components: - type: Transform @@ -131260,14 +131441,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9140 + - uid: 9052 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-1.5 + rot: -1.5707963267948966 rad + pos: 58.5,-0.5 parent: 12 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 9399 components: - type: Transform @@ -133192,12 +133373,6 @@ entities: color: '#0055CCFF' - proto: GasPort entities: - - uid: 645 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,70.5 - parent: 12 - uid: 794 components: - type: Transform @@ -133524,7 +133699,7 @@ entities: pos: -10.5,-55.5 parent: 12 - type: AtmosPipeColor - color: '#03FCD3FF' + color: '#0055CCFF' - uid: 4092 components: - type: MetaData @@ -133583,12 +133758,6 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,1.5 parent: 12 - - uid: 7843 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,70.5 - parent: 12 - uid: 9060 components: - type: Transform @@ -134266,17 +134435,6 @@ entities: - 7342 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-0.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 8420 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 9434 components: - type: Transform @@ -135596,6 +135754,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-1.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 29258 components: - type: Transform @@ -135763,17 +135929,6 @@ entities: - 32231 - type: AtmosPipeColor color: '#0055CCFF' -- proto: GasVentPumpVox - entities: - - uid: 6688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,70.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 7822 - proto: GasVentScrubber entities: - uid: 800 @@ -136407,17 +136562,6 @@ entities: - 5109 - type: AtmosPipeColor color: '#990000FF' - - uid: 11225 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-1.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 8420 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11273 components: - type: Transform @@ -137459,17 +137603,6 @@ entities: - 32231 - type: AtmosPipeColor color: '#990000FF' -- proto: GasVentScrubberVox - entities: - - uid: 7844 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,68.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 7822 - proto: GasVolumePump entities: - uid: 2869 @@ -138341,6 +138474,16 @@ entities: - type: Transform pos: -32.5,-33.5 parent: 12 + - uid: 676 + components: + - type: Transform + pos: 72.5,-3.5 + parent: 12 + - uid: 677 + components: + - type: Transform + pos: 73.5,-3.5 + parent: 12 - uid: 697 components: - type: Transform @@ -139184,12 +139327,6 @@ entities: - type: Transform pos: 20.5,-33.5 parent: 12 - - uid: 3596 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,70.5 - parent: 12 - uid: 3630 components: - type: Transform @@ -139305,12 +139442,6 @@ entities: - type: Transform pos: 13.5,-0.5 parent: 12 - - uid: 4646 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-0.5 - parent: 12 - uid: 4666 components: - type: Transform @@ -140351,6 +140482,11 @@ entities: - type: Transform pos: 33.5,-24.5 parent: 12 + - uid: 8254 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 12 - uid: 8341 components: - type: Transform @@ -140393,6 +140529,11 @@ entities: - type: Transform pos: 49.5,59.5 parent: 12 + - uid: 8788 + components: + - type: Transform + pos: 70.5,-3.5 + parent: 12 - uid: 9057 components: - type: Transform @@ -141167,6 +141308,11 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,19.5 parent: 12 + - uid: 11225 + components: + - type: Transform + pos: 65.5,-3.5 + parent: 12 - uid: 11242 components: - type: Transform @@ -141256,6 +141402,11 @@ entities: - type: Transform pos: 48.5,10.5 parent: 12 + - uid: 11474 + components: + - type: Transform + pos: 64.5,-3.5 + parent: 12 - uid: 11486 components: - type: Transform @@ -142104,6 +142255,11 @@ entities: - type: Transform pos: -57.5,-56.5 parent: 12 + - uid: 13844 + components: + - type: Transform + pos: 66.5,-3.5 + parent: 12 - uid: 13991 components: - type: Transform @@ -143821,11 +143977,6 @@ entities: - type: Transform pos: 5.5,71.5 parent: 12 - - uid: 19808 - components: - - type: Transform - pos: 6.5,71.5 - parent: 12 - uid: 19839 components: - type: Transform @@ -144089,12 +144240,22 @@ entities: rot: 3.141592653589793 rad pos: -22.5,66.5 parent: 12 + - uid: 25537 + components: + - type: Transform + pos: 75.5,-3.5 + parent: 12 - uid: 25538 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-11.5 parent: 12 + - uid: 25549 + components: + - type: Transform + pos: 76.5,-3.5 + parent: 12 - uid: 25559 components: - type: Transform @@ -144577,6 +144738,11 @@ entities: - type: Transform pos: 29.5,-29.5 parent: 12 + - uid: 26943 + components: + - type: Transform + pos: 68.5,-3.5 + parent: 12 - uid: 26945 components: - type: Transform @@ -145153,6 +145319,11 @@ entities: - type: Transform pos: -53.5,67.5 parent: 12 + - uid: 28882 + components: + - type: Transform + pos: 3.5,71.5 + parent: 12 - uid: 29061 components: - type: Transform @@ -146323,6 +146494,66 @@ entities: - type: Transform pos: -62.5,-31.5 parent: 12 + - uid: 31744 + components: + - type: Transform + pos: 77.5,12.5 + parent: 12 + - uid: 31745 + components: + - type: Transform + pos: 77.5,-3.5 + parent: 12 + - uid: 31746 + components: + - type: Transform + pos: 76.5,12.5 + parent: 12 + - uid: 31747 + components: + - type: Transform + pos: 75.5,12.5 + parent: 12 + - uid: 31752 + components: + - type: Transform + pos: 73.5,12.5 + parent: 12 + - uid: 31753 + components: + - type: Transform + pos: 72.5,12.5 + parent: 12 + - uid: 31754 + components: + - type: Transform + pos: 71.5,12.5 + parent: 12 + - uid: 31756 + components: + - type: Transform + pos: 70.5,12.5 + parent: 12 + - uid: 31757 + components: + - type: Transform + pos: 69.5,12.5 + parent: 12 + - uid: 31762 + components: + - type: Transform + pos: 68.5,12.5 + parent: 12 + - uid: 31838 + components: + - type: Transform + pos: 66.5,12.5 + parent: 12 + - uid: 31839 + components: + - type: Transform + pos: 65.5,12.5 + parent: 12 - uid: 32033 components: - type: Transform @@ -146445,6 +146676,11 @@ entities: parent: 12 - proto: GrilleSpawner entities: + - uid: 15008 + components: + - type: Transform + pos: 74.5,-3.5 + parent: 12 - uid: 19569 components: - type: Transform @@ -146640,11 +146876,21 @@ entities: - type: Transform pos: 59.5,-61.5 parent: 12 + - uid: 25019 + components: + - type: Transform + pos: 67.5,-3.5 + parent: 12 - uid: 25385 components: - type: Transform pos: 61.5,68.5 parent: 12 + - uid: 27019 + components: + - type: Transform + pos: 71.5,-3.5 + parent: 12 - uid: 27706 components: - type: Transform @@ -146690,6 +146936,21 @@ entities: - type: Transform pos: -42.5,-65.5 parent: 12 + - uid: 31751 + components: + - type: Transform + pos: 74.5,12.5 + parent: 12 + - uid: 31764 + components: + - type: Transform + pos: 64.5,12.5 + parent: 12 + - uid: 31840 + components: + - type: Transform + pos: 67.5,12.5 + parent: 12 - proto: GroundCannabis entities: - uid: 12239 @@ -147450,17 +147711,17 @@ entities: - type: Transform pos: 43.5,46.5 parent: 12 - - uid: 27352 + - uid: 26436 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,3.5 + rot: 1.5707963267948966 rad + pos: 60.5,1.5 parent: 12 - - uid: 28770 + - uid: 27352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-0.5 + rot: 3.141592653589793 rad + pos: 53.5,3.5 parent: 12 - proto: IntercomMedical entities: @@ -147684,7 +147945,7 @@ entities: - uid: 28698 components: - type: Transform - pos: 57.646065,-4.6948333 + pos: 57.502148,-4.3210883 parent: 12 - type: GasTank toggleActionEntity: 28700 @@ -147835,11 +148096,6 @@ entities: - type: Transform pos: -34.5,-59.5 parent: 12 - - uid: 32026 - components: - - type: Transform - pos: 6.5,70.5 - parent: 12 - uid: 32097 components: - type: Transform @@ -148956,111 +149212,68 @@ entities: parent: 12 - proto: LogicGateOr entities: - - uid: 25547 + - uid: 26946 components: - type: Transform anchored: True rot: 3.141592653589793 rad - pos: 62.5,-2.5 + pos: 60.5,-34.5 parent: 12 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 1268: - - Output: DoorBolt - 2246: - - Output: DoorBolt - 11469: + 8034: - Output: DoorBolt - 12692: + 8035: - Output: DoorBolt - type: Physics canCollide: False bodyType: Static - - uid: 25549 - components: - - type: Transform - anchored: True - pos: 60.5,-2.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 25560: - - Output: InputB - - type: Physics - canCollide: False - bodyType: Static - - uid: 25550 - components: - - type: Transform - anchored: True - rot: -1.5707963267948966 rad - pos: 60.5,-1.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 25560: - - Output: InputA - - type: Physics - canCollide: False - bodyType: Static - - uid: 25560 + - uid: 27073 components: - type: Transform anchored: True - pos: 61.5,-2.5 + pos: 59.5,-35.5 parent: 12 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 4952: + 8037: - Output: DoorBolt - 9169: + 8036: - Output: DoorBolt - type: Physics canCollide: False bodyType: Static - - uid: 26946 + - uid: 28770 components: - type: Transform - anchored: True - rot: 3.141592653589793 rad - pos: 60.5,-34.5 + pos: 61.5,-2.5 parent: 12 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 8034: + 28279: - Output: DoorBolt - 8035: + 19811: - Output: DoorBolt - - type: Physics - canCollide: False - bodyType: Static - - uid: 27073 + - uid: 28883 components: - type: Transform - anchored: True - pos: 59.5,-35.5 + rot: 3.141592653589793 rad + pos: 62.5,-1.5 parent: 12 - type: DeviceLinkSink invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 8037: + 26518: - Output: DoorBolt - 8036: + 3596: - Output: DoorBolt - - type: Physics - canCollide: False - bodyType: Static - proto: LootSpawnerCableCoil entities: - uid: 9665 @@ -150570,14 +150783,6 @@ entities: - type: Transform pos: 39.5,25.5 parent: 12 - - uid: 13844 - components: - - type: Transform - anchored: True - pos: 1.5,70.5 - parent: 12 - - type: Physics - bodyType: Static - uid: 18104 components: - type: Transform @@ -150679,19 +150884,6 @@ entities: actions: !type:Container ents: - 30712 - - uid: 32029 - components: - - type: Transform - pos: 5.51879,70.4472 - parent: 12 - - type: GasTank - toggleActionEntity: 32030 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 32030 - proto: NitrousOxideCanister entities: - uid: 26685 @@ -151633,17 +151825,10 @@ entities: - type: Transform pos: 35.5,-17.5 parent: 12 - - uid: 8435 - components: - - type: Transform - rot: -43.98229715025713 rad - pos: 61.374832,-3.3119311 - parent: 12 - uid: 8436 components: - type: Transform - rot: -43.98229715025713 rad - pos: 61.708168,-3.4995613 + pos: 62.479317,0.5426928 parent: 12 - uid: 16482 components: @@ -151653,7 +151838,7 @@ entities: - uid: 24321 components: - type: Transform - pos: 61.5,-3.5 + pos: 61.511738,0.5318135 parent: 12 - uid: 25200 components: @@ -151661,6 +151846,11 @@ entities: rot: -6.283185307179586 rad pos: 59.62378,12.4487915 parent: 12 + - uid: 27059 + components: + - type: Transform + pos: 61.65307,0.4937364 + parent: 12 - proto: Pen entities: - uid: 1841 @@ -152354,12 +152544,6 @@ entities: parent: 12 - proto: PlushieVox entities: - - uid: 21518 - components: - - type: Transform - rot: -69.11503837897548 rad - pos: 5.5657253,68.54918 - parent: 12 - uid: 32098 components: - type: Transform @@ -152659,10 +152843,10 @@ entities: parent: 12 - proto: PosterContrabandHackingGuide entities: - - uid: 28717 + - uid: 2907 components: - type: Transform - pos: 59.5,0.5 + pos: 61.5,-0.5 parent: 12 - uid: 29139 components: @@ -154030,12 +154214,6 @@ entities: - type: Transform pos: 1.5,-25.5 parent: 12 - - uid: 4561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,2.5 - parent: 12 - uid: 4562 components: - type: Transform @@ -155834,6 +156012,12 @@ entities: rot: -1.5707963267948966 rad pos: -56.5,47.5 parent: 12 + - uid: 28881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,1.5 + parent: 12 - uid: 29008 components: - type: Transform @@ -155990,6 +156174,16 @@ entities: - type: Transform pos: -20.5,76.5 parent: 12 + - uid: 31841 + components: + - type: Transform + pos: 77.5,-2.5 + parent: 12 + - uid: 31842 + components: + - type: Transform + pos: 77.5,11.5 + parent: 12 - proto: PoweredlightRed entities: - uid: 9555 @@ -156012,12 +156206,6 @@ entities: rot: 1.5707963267948966 rad pos: 52.5,66.5 parent: 12 - - uid: 276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,68.5 - parent: 12 - uid: 646 components: - type: Transform @@ -156161,6 +156349,12 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-28.5 parent: 12 + - uid: 6266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-3.5 + parent: 12 - uid: 6759 components: - type: Transform @@ -156196,6 +156390,11 @@ entities: - type: Transform pos: 50.5,19.5 parent: 12 + - uid: 8420 + components: + - type: Transform + pos: 62.5,-1.5 + parent: 12 - uid: 8809 components: - type: Transform @@ -156339,12 +156538,6 @@ entities: rot: 1.5707963267948966 rad pos: 55.5,-7.5 parent: 12 - - uid: 9540 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-0.5 - parent: 12 - uid: 9853 components: - type: Transform @@ -156375,12 +156568,6 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,35.5 parent: 12 - - uid: 11201 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-3.5 - parent: 12 - uid: 11231 components: - type: Transform @@ -157115,10 +157302,11 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,-11.5 parent: 12 - - uid: 11429 + - uid: 11452 components: - type: Transform - pos: 61.5,-3.5 + rot: 3.141592653589793 rad + pos: 62.5,0.5 parent: 12 - uid: 11476 components: @@ -157553,6 +157741,12 @@ entities: rot: 1.5707963267948966 rad pos: -40.5,-51.5 parent: 12 + - uid: 28074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,0.5 + parent: 12 - uid: 28213 components: - type: Transform @@ -158395,6 +158589,11 @@ entities: parent: 12 - proto: RandomFoodSingle entities: + - uid: 2944 + components: + - type: Transform + pos: 5.5,69.5 + parent: 12 - uid: 15419 components: - type: Transform @@ -161213,6 +161412,11 @@ entities: rot: 3.141592653589793 rad pos: 21.5,2.5 parent: 12 + - uid: 5364 + components: + - type: Transform + pos: 3.5,71.5 + parent: 12 - uid: 5367 components: - type: Transform @@ -162946,12 +163150,6 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,-44.5 parent: 12 - - uid: 11474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-0.5 - parent: 12 - uid: 11516 components: - type: Transform @@ -164702,11 +164900,6 @@ entities: - type: Transform pos: 5.5,71.5 parent: 12 - - uid: 19811 - components: - - type: Transform - pos: 6.5,71.5 - parent: 12 - uid: 19841 components: - type: Transform @@ -166337,7 +166530,7 @@ entities: - uid: 23173 components: - type: Transform - pos: 53.37523,-3.5169325 + pos: 53.588356,-3.5323467 parent: 12 - uid: 26101 components: @@ -166364,6 +166557,11 @@ entities: parent: 12 - proto: SheetRGlass entities: + - uid: 7766 + components: + - type: Transform + pos: 62.5,0.5 + parent: 12 - uid: 16481 components: - type: Transform @@ -166412,7 +166610,7 @@ entities: - uid: 8439 components: - type: Transform - pos: 53.677315,-3.3188787 + pos: 58.464287,-3.4888296 parent: 12 - uid: 8898 components: @@ -168513,14 +168711,6 @@ entities: - type: Transform pos: -14.5,-57.5 parent: 12 -- proto: SignVox - entities: - - uid: 27054 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,69.5 - parent: 12 - proto: Sink entities: - uid: 19874 @@ -168535,12 +168725,6 @@ entities: rot: 3.141592653589793 rad pos: 37.5,-32.5 parent: 12 - - uid: 32027 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,69.5 - parent: 12 - proto: SinkEmpty entities: - uid: 4233 @@ -168685,10 +168869,10 @@ entities: - type: Transform pos: 12.5,-17.5 parent: 12 - - uid: 5364 + - uid: 7889 components: - type: Transform - pos: 62.5,0.5 + pos: 62.5,-3.5 parent: 12 - uid: 7947 components: @@ -172704,6 +172888,11 @@ entities: parent: 12 - proto: SubstationBasic entities: + - uid: 1268 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 12 - uid: 2121 components: - type: Transform @@ -172724,11 +172913,6 @@ entities: - type: Transform pos: 38.5,-15.5 parent: 12 - - uid: 4528 - components: - - type: Transform - pos: 62.5,-0.5 - parent: 12 - uid: 4720 components: - type: Transform @@ -172833,11 +173017,6 @@ entities: - type: Transform pos: 33.5,-15.5 parent: 12 - - uid: 2287 - components: - - type: Transform - pos: 62.5,-3.5 - parent: 12 - uid: 4525 components: - type: Transform @@ -172863,11 +173042,6 @@ entities: - type: Transform pos: 29.5,-7.5 parent: 12 - - uid: 9173 - components: - - type: Transform - pos: 60.5,-3.5 - parent: 12 - uid: 26851 components: - type: Transform @@ -173390,38 +173564,6 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Station anchor - - uid: 26535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,0.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Tesla South - - uid: 26549 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-3.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Containment control room - - uid: 26551 - components: - - type: Transform - pos: 61.5,-3.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Containment airlock - uid: 26553 components: - type: Transform @@ -173605,6 +173747,16 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Southwest Solars 2 + - uid: 31865 + components: + - type: Transform + pos: 58.5,-3.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Tesla control - uid: 31882 components: - type: Transform @@ -173748,17 +173900,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Southeast dock - - uid: 8454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,70.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Nitrogen atmosphere room - uid: 9836 components: - type: Transform @@ -175310,6 +175451,11 @@ entities: - type: Transform pos: -23.5,-51.5 parent: 12 + - uid: 3945 + components: + - type: Transform + pos: 5.5,69.5 + parent: 12 - uid: 3946 components: - type: Transform @@ -175487,6 +175633,11 @@ entities: rot: 3.141592653589793 rad pos: -23.5,52.5 parent: 12 + - uid: 5870 + components: + - type: Transform + pos: 2.5,68.5 + parent: 12 - uid: 5897 components: - type: Transform @@ -175601,6 +175752,11 @@ entities: - type: Transform pos: 41.5,-38.5 parent: 12 + - uid: 9087 + components: + - type: Transform + pos: 5.5,70.5 + parent: 12 - uid: 9405 components: - type: Transform @@ -177343,11 +177499,6 @@ entities: rot: -1.5707963267948966 rad pos: 18.5,68.5 parent: 12 - - uid: 32025 - components: - - type: Transform - pos: 6.5,68.5 - parent: 12 - proto: TableReinforced entities: - uid: 88 @@ -177371,6 +177522,11 @@ entities: - type: Transform pos: 63.5,-25.5 parent: 12 + - uid: 645 + components: + - type: Transform + pos: 58.5,-3.5 + parent: 12 - uid: 1071 components: - type: Transform @@ -177894,6 +178050,11 @@ entities: - type: Transform pos: -18.5,-19.5 parent: 12 + - uid: 25547 + components: + - type: Transform + pos: 57.5,-3.5 + parent: 12 - uid: 28260 components: - type: Transform @@ -178079,11 +178240,6 @@ entities: - type: Transform pos: -55.5,-15.5 parent: 12 - - uid: 7840 - components: - - type: Transform - pos: 6.5,70.5 - parent: 12 - uid: 8448 components: - type: Transform @@ -178946,14 +179102,6 @@ entities: - type: Transform pos: 40.402355,-39.235535 parent: 12 -- proto: TintedWindow - entities: - - uid: 16844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,70.5 - parent: 12 - proto: TobaccoSeeds entities: - uid: 12309 @@ -180929,6 +181077,11 @@ entities: - type: Transform pos: 24.5,7.5 parent: 12 + - uid: 8454 + components: + - type: Transform + pos: 59.5,-3.5 + parent: 12 - uid: 12059 components: - type: Transform @@ -180944,11 +181097,6 @@ entities: - type: Transform pos: -44.5,50.5 parent: 12 - - uid: 25933 - components: - - type: Transform - pos: 58.5,-4.5 - parent: 12 - uid: 27024 components: - type: Transform @@ -181592,6 +181740,11 @@ entities: - type: Transform pos: 56.5,12.5 parent: 12 + - uid: 263 + components: + - type: Transform + pos: 62.5,-0.5 + parent: 12 - uid: 282 components: - type: Transform @@ -181897,12 +182050,6 @@ entities: rot: 1.5707963267948966 rad pos: -60.5,-33.5 parent: 12 - - uid: 630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,1.5 - parent: 12 - uid: 633 components: - type: Transform @@ -184090,6 +184237,16 @@ entities: rot: 1.5707963267948966 rad pos: 41.5,-8.5 parent: 12 + - uid: 7843 + components: + - type: Transform + pos: 60.5,1.5 + parent: 12 + - uid: 7844 + components: + - type: Transform + pos: 60.5,0.5 + parent: 12 - uid: 7845 components: - type: Transform @@ -184107,6 +184264,11 @@ entities: rot: -1.5707963267948966 rad pos: 44.5,-43.5 parent: 12 + - uid: 8435 + components: + - type: Transform + pos: 60.5,-0.5 + parent: 12 - uid: 8438 components: - type: Transform @@ -185415,12 +185577,6 @@ entities: rot: -1.5707963267948966 rad pos: 23.5,22.5 parent: 12 - - uid: 11274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,1.5 - parent: 12 - uid: 11296 components: - type: Transform @@ -188024,11 +188180,6 @@ entities: - type: Transform pos: 2.5,71.5 parent: 12 - - uid: 19791 - components: - - type: Transform - pos: 3.5,71.5 - parent: 12 - uid: 19804 components: - type: Transform @@ -188057,12 +188208,6 @@ entities: rot: 1.5707963267948966 rad pos: 46.5,1.5 parent: 12 - - uid: 19886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-0.5 - parent: 12 - uid: 20268 components: - type: Transform @@ -188909,12 +189054,6 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,5.5 parent: 12 - - uid: 26538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,0.5 - parent: 12 - uid: 26611 components: - type: Transform @@ -189674,10 +189813,10 @@ entities: rot: 3.141592653589793 rad pos: 51.5,1.5 parent: 12 - - uid: 5247 + - uid: 5214 components: - type: Transform - pos: 59.5,-5.5 + pos: 6.5,71.5 parent: 12 - uid: 5794 components: @@ -189836,12 +189975,6 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,29.5 parent: 12 - - uid: 11275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-3.5 - parent: 12 - uid: 11361 components: - type: Transform @@ -190291,6 +190424,11 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,79.5 parent: 12 + - uid: 22714 + components: + - type: Transform + pos: 61.5,-0.5 + parent: 12 - uid: 22878 components: - type: Transform @@ -190354,6 +190492,12 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,6.5 parent: 12 + - uid: 25586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-3.5 + parent: 12 - uid: 25596 components: - type: Transform @@ -190430,6 +190574,11 @@ entities: - type: Transform pos: -5.5,-14.5 parent: 12 + - uid: 26538 + components: + - type: Transform + pos: 63.5,-0.5 + parent: 12 - uid: 26593 components: - type: Transform @@ -190972,6 +191121,12 @@ entities: - type: Transform pos: -25.5,79.5 parent: 12 + - uid: 29656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-4.5 + parent: 12 - uid: 30020 components: - type: Transform @@ -198414,6 +198569,11 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,-21.5 parent: 12 + - uid: 26549 + components: + - type: Transform + pos: 1.5,68.5 + parent: 12 - uid: 26618 components: - type: Transform @@ -199009,18 +199169,6 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,-15.5 parent: 12 - - uid: 30433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,69.5 - parent: 12 - - uid: 30481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,69.5 - parent: 12 - uid: 30516 components: - type: Transform @@ -199260,12 +199408,6 @@ entities: rot: 3.141592653589793 rad pos: 50.5,-4.5 parent: 12 - - uid: 7841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,69.5 - parent: 12 - uid: 8297 components: - type: Transform @@ -199712,6 +199854,11 @@ entities: rot: 1.5707963267948966 rad pos: -28.5,76.5 parent: 12 + - uid: 22715 + components: + - type: Transform + pos: 1.5,69.5 + parent: 12 - uid: 22855 components: - type: Transform From 6f51aa4b154e28f5acd0dcb1846b85d95f3774fc Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:36:49 +1100 Subject: [PATCH 132/160] More device configurator serialization fixes (#33664) More device configurator invalid entity serialization fixes --- .../Systems/NetworkConfiguratorSystem.cs | 43 ++++++++++++++++++- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs b/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs index 0dc4f45d9e0..efaf5680947 100644 --- a/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs @@ -18,7 +18,7 @@ using Robust.Server.Audio; using Robust.Server.GameObjects; using Robust.Shared.Audio; -using Robust.Shared.Player; +using Robust.Shared.Map.Events; using Robust.Shared.Timing; using Robust.Shared.Utility; @@ -66,6 +66,42 @@ public override void Initialize() SubscribeLocalEvent(OnUiRangeCheck); SubscribeLocalEvent(OnComponentRemoved); + + SubscribeLocalEvent(OnMapSave); + } + + private void OnMapSave(BeforeSaveEvent ev) + { + var enumerator = AllEntityQuery(); + while (enumerator.MoveNext(out var uid, out var conf)) + { + if (CompOrNull(conf.ActiveDeviceList)?.MapUid != ev.Map) + continue; + + // The linked device list is (probably) being saved. Make sure that the configurator is also being saved + // (i.e., not in the hands of a mapper/ghost). In the future, map saving should raise a separate event + // containing a set of all entities that are about to be saved, which would make checking this much easier. + // This is a shitty bandaid, and will force close the UI during auto-saves. + // TODO Map serialization refactor + + var xform = Transform(uid); + if (xform.MapUid == ev.Map && IsSaveable(uid)) + continue; + + _uiSystem.CloseUi(uid, NetworkConfiguratorUiKey.Configure); + DebugTools.AssertNull(conf.ActiveDeviceList); + } + + bool IsSaveable(EntityUid uid) + { + while (uid.IsValid()) + { + if (Prototype(uid)?.MapSavable == false) + return false; + uid = Transform(uid).ParentUid; + } + return true; + } } private void OnUiRangeCheck(Entity ent, ref BoundUserInterfaceCheckRangeEvent args) @@ -485,6 +521,9 @@ private void OpenDeviceListUi(EntityUid configuratorUid, EntityUid? targetUid, E if (!TryComp(targetUid, out DeviceListComponent? list)) return; + if (TryComp(configurator.ActiveDeviceList, out DeviceListComponent? oldList)) + oldList.Configurators.Remove(configuratorUid); + list.Configurators.Add(configuratorUid); configurator.ActiveDeviceList = targetUid; Dirty(configuratorUid, configurator); @@ -758,7 +797,7 @@ private void OnConfigButtonPressed(EntityUid uid, NetworkConfiguratorComponent c { if (query.TryGetComponent(device, out var comp)) { - component.Devices[addr] = device; + component.Devices.Add(addr, device); comp.Configurators.Add(uid); } } From ce672acf9147340d72ad013c169e0df6c925a264 Mon Sep 17 00:00:00 2001 From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:20:27 +0300 Subject: [PATCH 133/160] Fix meteor's ArithmeticException (#33556) Co-authored-by: Winkarst <74284083+Winkarst-cpu@users.noreply.github.co> --- Content.Server/Projectiles/ProjectileSystem.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Content.Server/Projectiles/ProjectileSystem.cs b/Content.Server/Projectiles/ProjectileSystem.cs index 970536f42b0..5cbc56b8fbc 100644 --- a/Content.Server/Projectiles/ProjectileSystem.cs +++ b/Content.Server/Projectiles/ProjectileSystem.cs @@ -45,7 +45,6 @@ private void OnStartCollide(EntityUid uid, ProjectileComponent component, ref St RaiseLocalEvent(uid, ref ev); var otherName = ToPrettyString(target); - var direction = args.OurBody.LinearVelocity.Normalized(); var modifiedDamage = _damageableSystem.TryChangeDamage(target, ev.Damage, component.IgnoreResistances, origin: component.Shooter); var deleted = Deleted(target); @@ -64,7 +63,9 @@ private void OnStartCollide(EntityUid uid, ProjectileComponent component, ref St if (!deleted) { _guns.PlayImpactSound(target, modifiedDamage, component.SoundHit, component.ForceSound); - _sharedCameraRecoil.KickCamera(target, direction); + + if (!args.OurBody.LinearVelocity.IsLengthZero()) + _sharedCameraRecoil.KickCamera(target, args.OurBody.LinearVelocity.Normalized()); } component.DamagedEntity = true; From dc8b859916a4718d8b487b63b495cdaab121b138 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 5 Dec 2024 22:17:27 +0100 Subject: [PATCH 134/160] Give vox health regen for poison below 20 damage (#33722) --- Resources/Prototypes/Entities/Mobs/Species/vox.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml index 899673d59e9..a4da88adc02 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml @@ -32,6 +32,18 @@ - type: Damageable damageContainer: Biological damageModifierSet: Vox + - type: PassiveDamage + # Augment normal health regen to be able to tank some Poison damage + # This allows Vox to take their mask off temporarily to eat something without needing a trip to medbay afterwards. + allowedStates: + - Alive + damageCap: 20 + damage: + types: + Heat: -0.07 + Poison: -0.2 + groups: + Brute: -0.07 - type: DamageVisuals damageOverlayGroups: Brute: From 97ece026d5dd17ddf733a43403ef4a76e12c1ee2 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 5 Dec 2024 21:18:37 +0000 Subject: [PATCH 135/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 61793afb2df..7e1ba1022f2 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: Brandon-Huu - changes: - - message: Nukie shuttle now spawns with the nuclear authentication code folder. - This fixes the issue where the nuclear codes would only ever have the codes - for the nuclear operatives nuke and not the stations. - type: Fix - id: 7178 - time: '2024-08-21T18:55:18.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31273 - author: Winkarst-cpu changes: - message: Now getting creamed will not reveal a person's identity. @@ -3907,3 +3898,11 @@ id: 7677 time: '2024-12-04T16:49:54.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33710 +- author: PJB3005 + changes: + - message: Vox now have natural poison regeneration, allowing them to go for ~30 + seconds in oxygen and heal the damage away. + type: Tweak + id: 7678 + time: '2024-12-05T21:17:27.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33722 From 8f3973b2eb2e9e46bbb374ed233c5001b57e1345 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:39:39 -0500 Subject: [PATCH 136/160] set n2 survival box sprite layers (#33733) --- .../Catalog/Fills/Boxes/emergency.yml | 29 +++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml index 0b08acc3220..244ad0ffe40 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml @@ -31,7 +31,10 @@ - id: Flare - id: FoodSnackNutribrick - id: DrinkWaterBottleFull - # Intentionally wrong picture on the box. NT did not care enough to change it. + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen @@ -68,7 +71,10 @@ - id: Flare - id: FoodSnackNutribrick - id: DrinkWaterBottleFull - # Intentionally wrong picture on the box. NT did not care enough to change it. + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen @@ -106,7 +112,10 @@ - id: Flare - id: FoodSnackNutribrick - id: DrinkWaterBottleFull - # Intentionally wrong picture on the box. NT did not care enough to change it. + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen @@ -144,7 +153,10 @@ - id: Flare - id: FoodSnackNutribrick - id: DrinkWaterBottleFull - # Intentionally wrong picture on the box. NT did not care enough to change it. + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen @@ -216,6 +228,10 @@ - id: Flare - id: FoodBreadBaguette - id: DrinkWaterBottleFull + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen @@ -250,6 +266,9 @@ - id: EmergencyMedipen - id: Flare - id: FoodSnackNutribrick - # Intentionally wrong picture on the box to mimic the NT one + - type: Sprite + layers: + - state: internals + - state: nitrogentank - type: Label currentLabel: reagent-name-nitrogen From 0e6ec2e1af41bde0009041cd26421d8e4bc2f080 Mon Sep 17 00:00:00 2001 From: PJBot Date: Thu, 5 Dec 2024 21:40:46 +0000 Subject: [PATCH 137/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7e1ba1022f2..97d22e374b8 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Winkarst-cpu - changes: - - message: Now getting creamed will not reveal a person's identity. - type: Fix - id: 7179 - time: '2024-08-21T21:50:34.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31291 - author: Sarahon changes: - message: Now can add head(top) cosmetics to humanoids and dwarfs. @@ -3906,3 +3899,10 @@ id: 7678 time: '2024-12-05T21:17:27.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33722 +- author: IProduceWidgets + changes: + - message: N2 survival boxes now show the right tank icon. + type: Tweak + id: 7679 + time: '2024-12-05T21:39:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33733 From 3e0b93d071450a2e1a54d12fa7c97c721a5921e4 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:52:02 -0500 Subject: [PATCH 138/160] fix a station event weighting bug (#33584) * fractional weights dont work in StationEvents * force-int * sure why not, we can keep floats I guess. --- Content.Server/StationEvents/EventManagerSystem.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Content.Server/StationEvents/EventManagerSystem.cs b/Content.Server/StationEvents/EventManagerSystem.cs index bc6b1834002..86c98a8e30d 100644 --- a/Content.Server/StationEvents/EventManagerSystem.cs +++ b/Content.Server/StationEvents/EventManagerSystem.cs @@ -148,20 +148,20 @@ public bool TryBuildLimitedEvents(EntityTableSelector limitedEventsTable, out Di return null; } - var sumOfWeights = 0; + var sumOfWeights = 0.0f; foreach (var stationEvent in availableEvents.Values) { - sumOfWeights += (int) stationEvent.Weight; + sumOfWeights += stationEvent.Weight; } - sumOfWeights = _random.Next(sumOfWeights); + sumOfWeights = _random.NextFloat(sumOfWeights); foreach (var (proto, stationEvent) in availableEvents) { - sumOfWeights -= (int) stationEvent.Weight; + sumOfWeights -= stationEvent.Weight; - if (sumOfWeights <= 0) + if (sumOfWeights <= 0.0f) { return proto.ID; } From cd1177d9ba935f90a48923daaadf3991b665f984 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 6 Dec 2024 04:53:08 +0000 Subject: [PATCH 139/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 97d22e374b8..6e948ee8f2b 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: Sarahon - changes: - - message: Now can add head(top) cosmetics to humanoids and dwarfs. - type: Add - - message: Added "long ears" for human and dwarf head(top) cosmetic. - type: Add - id: 7180 - time: '2024-08-21T23:44:43.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30490 - author: Winkarst-cpu changes: - message: Now vending machines show valid icons. @@ -3906,3 +3897,10 @@ id: 7679 time: '2024-12-05T21:39:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33733 +- author: IProduceWidgets + changes: + - message: StationEvents with very low weights will now actually appear. + type: Fix + id: 7680 + time: '2024-12-06T04:52:02.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33584 From 207c849e2d954ffe2b6ee8bfb06da20bc962df52 Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:56:34 -0600 Subject: [PATCH 140/160] Adds Station Anchor Beacon (#33711) Co-authored-by: Velcroboy --- Resources/Locale/en-US/navmap-beacons/station-beacons.ftl | 1 + .../Entities/Objects/Devices/station_beacon.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl index 4e7a8b235b5..a2664a44ca8 100644 --- a/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl +++ b/Resources/Locale/en-US/navmap-beacons/station-beacons.ftl @@ -51,6 +51,7 @@ station-beacon-telecoms = Telecoms station-beacon-atmos = Atmos station-beacon-teg = TEG station-beacon-tech-vault = Tech Vault +station-beacon-anchor = Anchor station-beacon-service = Service station-beacon-kitchen = Kitchen diff --git a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml index 836ce7ff14e..8ef51b0cd88 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml @@ -438,6 +438,14 @@ - type: NavMapBeacon defaultText: station-beacon-gravgen +- type: entity + parent: DefaultStationBeaconEngineering + id: DefaultStationBeaconAnchor + suffix: Anchor + components: + - type: NavMapBeacon + defaultText: station-beacon-anchor + - type: entity parent: DefaultStationBeaconEngineering id: DefaultStationBeaconSingularity From d6ba7598bd28ba2e725df5aca9a1d2c16112b8b3 Mon Sep 17 00:00:00 2001 From: MilenVolf <63782763+MilenVolf@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:19:27 +0300 Subject: [PATCH 141/160] Fix name duplications (#33740) * Fix name duplication * Apply requested changes --- Resources/Prototypes/Datasets/Names/arachnid_first.yml | 1 - Resources/Prototypes/Datasets/Names/diona.yml | 5 ++--- Resources/Prototypes/Datasets/Names/fake_human_first.yml | 1 - Resources/Prototypes/Datasets/Names/fake_human_last.yml | 1 - Resources/Prototypes/Datasets/Names/last.yml | 1 - Resources/Prototypes/Datasets/Names/vox.yml | 1 - 6 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Datasets/Names/arachnid_first.yml b/Resources/Prototypes/Datasets/Names/arachnid_first.yml index 4043228b522..b11a9c280e7 100644 --- a/Resources/Prototypes/Datasets/Names/arachnid_first.yml +++ b/Resources/Prototypes/Datasets/Names/arachnid_first.yml @@ -3,7 +3,6 @@ values: - Amblyocarenum - Aname - - Aname - Aptostichus - Archoleptoneta - Argyroneta diff --git a/Resources/Prototypes/Datasets/Names/diona.yml b/Resources/Prototypes/Datasets/Names/diona.yml index 794e7dcc0c7..5c679d5c8db 100644 --- a/Resources/Prototypes/Datasets/Names/diona.yml +++ b/Resources/Prototypes/Datasets/Names/diona.yml @@ -41,10 +41,8 @@ - Ocean - Arctic - Sea - - Lake - Spring - Swamp - - River - Stream - Forest - Rainforest @@ -92,6 +90,7 @@ - Monsoon - Overcast - Storm + - type: dataset id: DionaLast values: @@ -202,7 +201,7 @@ - Enervation - Fatigue - Noxiousness - - Convlution + - Convolution - Confusion - Agitation - Despair diff --git a/Resources/Prototypes/Datasets/Names/fake_human_first.yml b/Resources/Prototypes/Datasets/Names/fake_human_first.yml index 84a81ec0519..37f4f13ffcb 100644 --- a/Resources/Prototypes/Datasets/Names/fake_human_first.yml +++ b/Resources/Prototypes/Datasets/Names/fake_human_first.yml @@ -42,6 +42,5 @@ - Todd - Tony - Willie - - Willie - Wirry - Yan \ No newline at end of file diff --git a/Resources/Prototypes/Datasets/Names/fake_human_last.yml b/Resources/Prototypes/Datasets/Names/fake_human_last.yml index 24e682eacac..d9c8cf0db0d 100644 --- a/Resources/Prototypes/Datasets/Names/fake_human_last.yml +++ b/Resources/Prototypes/Datasets/Names/fake_human_last.yml @@ -47,7 +47,6 @@ - Todd - Tony - Willie - - Willie - Wirry - Dugnutt - Dustice diff --git a/Resources/Prototypes/Datasets/Names/last.yml b/Resources/Prototypes/Datasets/Names/last.yml index 2f952f957a0..d49f9e78095 100644 --- a/Resources/Prototypes/Datasets/Names/last.yml +++ b/Resources/Prototypes/Datasets/Names/last.yml @@ -173,7 +173,6 @@ - Garrison - Gettemy - Gibson - - Gibson - Graham - Gray - Green diff --git a/Resources/Prototypes/Datasets/Names/vox.yml b/Resources/Prototypes/Datasets/Names/vox.yml index 891094d95b2..acb96f85da1 100644 --- a/Resources/Prototypes/Datasets/Names/vox.yml +++ b/Resources/Prototypes/Datasets/Names/vox.yml @@ -1,7 +1,6 @@ - type: dataset id: names_vox values: - - Bakabepa - Babapir - Babasri - Babepipit From 52a886947f511e2845c746c8af214002ca3d8a21 Mon Sep 17 00:00:00 2001 From: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:27:52 +0300 Subject: [PATCH 142/160] Add a maintenance panel to bar signs (#33467) * Add a maintenance panel to bar signs * Update Resources/Locale/en-US/wires/wire-names.ftl * AI interactions --------- Co-authored-by: Winkarst <74284083+Winkarst-cpu@users.noreply.github.co> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Locale/en-US/wires/wire-names.ftl | 1 + .../Entities/Structures/Wallmounts/Signs/bar_sign.yml | 7 +++++++ Resources/Prototypes/Wires/layouts.yml | 8 ++++++++ 3 files changed, 16 insertions(+) diff --git a/Resources/Locale/en-US/wires/wire-names.ftl b/Resources/Locale/en-US/wires/wire-names.ftl index 16ae068eaaf..670f01d7364 100644 --- a/Resources/Locale/en-US/wires/wire-names.ftl +++ b/Resources/Locale/en-US/wires/wire-names.ftl @@ -41,6 +41,7 @@ wires-board-name-flatpacker = Flatpacker wires-board-name-spaceheater = Space Heater wires-board-name-jukebox = Jukebox wires-board-name-computer = Computer +wires-board-name-barsign = Bar Sign # names that get displayed in the wire hacking hud & admin logs. diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml index f749bc599be..721b5e13202 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/bar_sign.yml @@ -28,6 +28,8 @@ interfaces: enum.BarSignUiKey.Key: type: BarSignBoundUserInterface + enum.WiresUiKey.Key: + type: WiresBoundUserInterface - type: Appearance - type: Destructible thresholds: @@ -37,6 +39,11 @@ behaviors: - !type:DoActsBehavior acts: ["Destruction"] + - type: StationAiWhitelist + - type: WiresPanel + - type: Wires + boardName: wires-board-name-barsign + layoutId: BarSign - type: entity parent: BaseBarSign diff --git a/Resources/Prototypes/Wires/layouts.yml b/Resources/Prototypes/Wires/layouts.yml index cb211cf8431..32b01cba811 100644 --- a/Resources/Prototypes/Wires/layouts.yml +++ b/Resources/Prototypes/Wires/layouts.yml @@ -189,3 +189,11 @@ wires: - !type:PowerWireAction - !type:AiInteractWireAction + +- type: wireLayout + id: BarSign + dummyWires: 2 + wires: + - !type:PowerWireAction + - !type:AiInteractWireAction + - !type:AccessWireAction From 38c8ffb9b564f242db1f8844a3ed536f3390d719 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 6 Dec 2024 05:28:59 +0000 Subject: [PATCH 143/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6e948ee8f2b..82fa893fc30 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: Winkarst-cpu - changes: - - message: Now vending machines show valid icons. - type: Fix - id: 7181 - time: '2024-08-22T14:40:39.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30064 - author: EmoGarbage404 changes: - message: Jackboots now reduce slowness from injuries by 50%. @@ -3904,3 +3897,10 @@ id: 7680 time: '2024-12-06T04:52:02.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33584 +- author: Winkarst-cpu + changes: + - message: Bar signs now have a maintenance panel and AI can interact with them. + type: Add + id: 7681 + time: '2024-12-06T05:27:53.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33467 From 274c3ab0b923af5f6d05a2965861df8b4a1cfdbc Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Fri, 6 Dec 2024 07:22:38 +0100 Subject: [PATCH 144/160] Derelict Borg Revival (#33433) * Derelictn'tn't Borg! * Clean *sparkles* * Removed "S: Awaiting Changes" --- .../Silicons/Laws/StartIonStormedSystem.cs | 37 ++++++++++++++++++ .../Components/StartIonStormedComponent.cs | 17 ++++++++ .../ghost/roles/ghost-role-component.ftl | 3 ++ .../interaction-popup-component.ftl | 2 + .../Entities/Markers/Spawners/ghost_roles.yml | 18 +++++++++ .../Mobs/Cyborgs/base_borg_chassis.yml | 20 ++++++++++ .../Entities/Mobs/Cyborgs/borg_chassis.yml | 32 +++++++++++++++ .../Entities/Mobs/Player/silicon.yml | 34 ++++++++++++++++ Resources/Prototypes/GameRules/events.yml | 22 +++++++++++ .../Construction/Graphs/machines/cyborg.yml | 3 ++ .../Mobs/Silicon/chassis.rsi/derelict.png | Bin 0 -> 11838 bytes .../Mobs/Silicon/chassis.rsi/derelict_e.png | Bin 0 -> 5508 bytes .../Mobs/Silicon/chassis.rsi/derelict_e_r.png | Bin 0 -> 5515 bytes .../Silicon/chassis.rsi/derelict_icon.png | Bin 0 -> 6429 bytes .../Mobs/Silicon/chassis.rsi/derelict_l.png | Bin 0 -> 6986 bytes .../Mobs/Silicon/chassis.rsi/meta.json | 22 ++++++++++- 16 files changed, 209 insertions(+), 1 deletion(-) create mode 100644 Content.Server/Silicons/Laws/StartIonStormedSystem.cs create mode 100644 Content.Shared/Silicons/Laws/Components/StartIonStormedComponent.cs create mode 100644 Resources/Textures/Mobs/Silicon/chassis.rsi/derelict.png create mode 100644 Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_e.png create mode 100644 Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_e_r.png create mode 100644 Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_icon.png create mode 100644 Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_l.png diff --git a/Content.Server/Silicons/Laws/StartIonStormedSystem.cs b/Content.Server/Silicons/Laws/StartIonStormedSystem.cs new file mode 100644 index 00000000000..9d56d267b9c --- /dev/null +++ b/Content.Server/Silicons/Laws/StartIonStormedSystem.cs @@ -0,0 +1,37 @@ +using Content.Shared.Silicons.Laws.Components; +using Content.Shared.Administration.Logs; +using Content.Shared.Database; + +namespace Content.Server.Silicons.Laws; + +/// +/// This handles running the ion storm event a on specific entity when that entity is spawned in. +/// +public sealed class StartIonStormedSystem : EntitySystem +{ + [Dependency] private readonly IonStormSystem _ionStorm = default!; + [Dependency] private readonly ISharedAdminLogManager _adminLogger = default!; + [Dependency] private readonly SiliconLawSystem _siliconLaw = default!; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnMapInit); + } + + private void OnMapInit(Entity ent, ref MapInitEvent args) + { + if (!TryComp(ent.Owner, out var lawBound)) + return; + if (!TryComp(ent.Owner, out var target)) + return; + + for (int currentIonStorm = 0; currentIonStorm < ent.Comp.IonStormAmount; currentIonStorm++) + { + _ionStorm.IonStormTarget((ent.Owner, lawBound, target), false); + } + + var laws = _siliconLaw.GetLaws(ent.Owner, lawBound); + _adminLogger.Add(LogType.Mind, LogImpact.High, $"{ToPrettyString(ent.Owner):silicon} spawned with ion stormed laws: {laws.LoggingString()}"); + } +} diff --git a/Content.Shared/Silicons/Laws/Components/StartIonStormedComponent.cs b/Content.Shared/Silicons/Laws/Components/StartIonStormedComponent.cs new file mode 100644 index 00000000000..d0124567ff7 --- /dev/null +++ b/Content.Shared/Silicons/Laws/Components/StartIonStormedComponent.cs @@ -0,0 +1,17 @@ +using Content.Shared.Roles; +using Robust.Shared.Prototypes; + +namespace Content.Shared.Silicons.Laws.Components; + +/// +/// Applies law altering ion storms on a specific entity IonStormAmount times when the entity is spawned. +/// +[RegisterComponent] +public sealed partial class StartIonStormedComponent : Component +{ + /// + /// Amount of times that the ion storm will be run on the entity on spawn. + /// + [DataField] + public int IonStormAmount = 1; +} diff --git a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl index ad893876e70..bf098328001 100644 --- a/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl +++ b/Resources/Locale/en-US/ghost/roles/ghost-role-component.ftl @@ -238,6 +238,9 @@ ghost-role-information-syndicate-cyborg-assault-name = Syndicate Assault Cyborg ghost-role-information-syndicate-cyborg-saboteur-name = Syndicate Saboteur Cyborg ghost-role-information-syndicate-cyborg-description = The Syndicate needs reinforcements. You, a cold silicon killing machine, will help them. +ghost-role-information-derelict-cyborg-name = Derelict Cyborg +ghost-role-information-derelict-cyborg-description = You are a regular cyborg that got lost in space. After years of exposure to ion storms you find yourself near a space station. + ghost-role-information-security-name = Security ghost-role-information-security-description = You are part of a security task force, but seem to have found yourself in a strange situation... diff --git a/Resources/Locale/en-US/interaction/interaction-popup-component.ftl b/Resources/Locale/en-US/interaction/interaction-popup-component.ftl index a180b698fac..23a7d74407c 100644 --- a/Resources/Locale/en-US/interaction/interaction-popup-component.ftl +++ b/Resources/Locale/en-US/interaction/interaction-popup-component.ftl @@ -68,6 +68,7 @@ petting-success-janitor-cyborg = You pet {THE($target)} on {POSS-ADJ($target)} d petting-success-medical-cyborg = You pet {THE($target)} on {POSS-ADJ($target)} sterile metal head. petting-success-service-cyborg = You pet {THE($target)} on {POSS-ADJ($target)} dapper looking metal head. petting-success-syndicate-cyborg = You pet {THE($target)} on {POSS-ADJ($target)} menacing metal head. +petting-success-derelict-cyborg = You pet {THE($target)} on {POSS-ADJ($target)} rusty metal head. petting-success-recycler = You pet {THE($target)} on {POSS-ADJ($target)} mildly threatening steel exterior. petting-failure-honkbot = You reach out to pet {THE($target)}, but {SUBJECT($target)} {CONJUGATE-BASIC($target, "honk", "honks")} in refusal! @@ -82,6 +83,7 @@ petting-failure-janitor-cyborg = You reach out to pet {THE($target)}, but {SUBJE petting-failure-medical-cyborg = You reach out to pet {THE($target)}, but {SUBJECT($target)} {CONJUGATE-BE($target)} busy saving lives! petting-failure-service-cyborg = You reach out to pet {THE($target)}, but {SUBJECT($target)} {CONJUGATE-BE($target)} busy serving others! petting-failure-syndicate-cyborg = You reach out to pet {THE($target)}, but {POSS-ADJ($target)} treacherous affiliation makes you reconsider. +petting-failure-derelict-cyborg = You reach out to pet {THE($target)}, but {POSS-ADJ($target)} rusty and jagged exterior makes you reconsider. ## Rattling fences diff --git a/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml b/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml index 54e821cbd47..eda6816aa55 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/ghost_roles.yml @@ -170,3 +170,21 @@ - state: green - sprite: Objects/Weapons/Melee/energykatana.rsi state: icon + +- type: entity + categories: [ HideSpawnMenu, Spawner ] + parent: BaseAntagSpawner + id: SpawnPointGhostDerelictCyborg + components: + - type: GhostRole + name: ghost-role-information-derelict-cyborg-name + description: ghost-role-information-derelict-cyborg-description + rules: ghost-role-information-silicon-rules + raffle: + settings: default + - type: Sprite + sprite: Markers/jobs.rsi + layers: + - state: green + - sprite: Mobs/Silicon/chassis.rsi + state: derelict_icon \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index ab9dac13283..a5b4822e45e 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -328,3 +328,23 @@ Unsexed: UnisexSiliconSyndicate - type: PointLight color: "#dd200b" + +- type: entity + id: BaseBorgChassisDerelict + parent: BaseBorgChassis + abstract: true + components: + - type: NpcFactionMember + factions: + - NanoTrasen #The seemingly best fit. It was a regular NT cyborg once, after all. + - type: Access + enabled: false + groups: + - AllAccess #Randomized access would be fun. AllAccess is the best i can think of right now that does make it too hard for it to enter the station or navigate it.. + - type: AccessReader + access: [["Command"], ["Research"]] + - type: StartIonStormed + ionStormAmount: 3 + - type: IonStormTarget + chance: 1 + \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml index fa324c0124f..87b8d54a977 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/borg_chassis.yml @@ -187,3 +187,35 @@ interactFailureString: petting-failure-syndicate-cyborg interactSuccessSound: path: /Audio/Ambience/Objects/periodic_beep.ogg + +- type: entity + id: BorgChassisDerelict + parent: BaseBorgChassisDerelict + name: derelict cyborg + description: A man-machine hybrid that assists in station activity. This one is in a state of great disrepair. + components: + - type: Sprite + layers: + - state: derelict + - state: derelict_e_r + map: ["enum.BorgVisualLayers.Light"] + shader: unshaded + visible: false + - state: derelict_l + shader: unshaded + map: ["light"] + visible: false + - type: BorgChassis + maxModules: 5 # the sixth one broke lol + moduleWhitelist: + tags: + - BorgModuleGeneric + hasMindState: derelict_e + noMindState: derelict_e_r + - type: Construction + node: derelictcyborg + - type: InteractionPopup + interactSuccessString: petting-success-derelict-cyborg + interactFailureString: petting-failure-derelict-cyborg + interactSuccessSound: + path: /Audio/Ambience/Objects/periodic_beep.ogg \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml index b694b245b29..c1616812027 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/silicon.yml @@ -526,3 +526,37 @@ - PlayerBorgSyndicateAssaultGhostRole - PlayerBorgSyndicateAssaultGhostRole # Saboteurs are kinda like cyborg medics, we want less. - PlayerBorgSyndicateSaboteurGhostRole + +- type: entity + id: PlayerBorgDerelict + parent: BorgChassisDerelict + suffix: Battery, Module + components: + - type: ContainerFill + containers: + borg_brain: + - PositronicBrain + borg_module: + - BorgModuleTool + - BorgModuleFireExtinguisher + - BorgModuleGPS + - type: ItemSlots + slots: + cell_slot: + name: power-cell-slot-component-slot-name-default + startingItem: PowerCellHigh + - type: RandomMetadata + nameSegments: [names_borg] + +- type: entity + id: PlayerBorgDerelictGhostRole + parent: PlayerBorgDerelict + suffix: Ghost role + components: + - type: GhostRole + name: ghost-role-information-derelict-cyborg-name + description: ghost-role-information-derelict-cyborg-description + rules: ghost-role-information-silicon-rules + raffle: + settings: default + - type: GhostTakeoverAvailable \ No newline at end of file diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 98b6690ebb4..2051c24be87 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -37,6 +37,7 @@ - id: SleeperAgents - id: ZombieOutbreak - id: LoneOpsSpawn + - id: DerelictCyborgSpawn - type: entity id: BaseStationEvent @@ -562,3 +563,24 @@ - Service blacklist: - External # don't space everything + +- type: entity + parent: BaseGameRule + id: DerelictCyborgSpawn + components: + - type: StationEvent + weight: 5 + earliestStart: 15 + reoccurrenceDelay: 20 + minimumPlayers: 4 + duration: null + - type: SpaceSpawnRule + spawnDistance: 0 + - type: AntagSpawner + prototype: PlayerBorgDerelict + - type: AntagSelection + definitions: + - spawnerPrototype: SpawnPointGhostDerelictCyborg + min: 1 + max: 1 + pickPlayer: false diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/machines/cyborg.yml b/Resources/Prototypes/Recipes/Construction/Graphs/machines/cyborg.yml index 4ebc43667c5..9f68a3b773e 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/machines/cyborg.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/machines/cyborg.yml @@ -34,3 +34,6 @@ - node: cyborg entity: BorgChassisSelectable + + - node: derelictcyborg + entity: BorgChassisDerelict \ No newline at end of file diff --git a/Resources/Textures/Mobs/Silicon/chassis.rsi/derelict.png b/Resources/Textures/Mobs/Silicon/chassis.rsi/derelict.png new file mode 100644 index 0000000000000000000000000000000000000000..bbf72fc45bed2408b2abeb91d3564f8fa41e6e5a GIT binary patch literal 11838 zcmeHtWmKEn)^32}-r^3$-6h4{f>X565Q2LWT#M5dhZcw8MO&;;v}mEYJ4H*eBE{vV z-TUmb&$!xG4Z ze1B{2z61b}zxOpThU?Jz{6N^69=SU$lSGj2|8qZBAW52fJWm5dC*}4Qv>3gmxb#u;fyd>s0a#>NwGGxoEs=chlP zA1!ojxZ+BQ9nB@I4SJJt4$CiP@$J^gO2r|%6UVO}*7{iV?x-DI*q-FKNaGK8FW&~S zm5ZUC9S(t9Z@RS)7H5N}+vd;vGd^i=Js|fWJ{Z>CI<9$uca)JOeM{n5ySWyVLmqJ0 z-}~t5YHRajgUgxuY8$0QVDs%|x?3}o-pxix7U!5psOf6U>1n7PDNME_@RS! zaW9}tY<7FLk_8u6CYHEzx? zKC^#Um}+KUhn5p~HUiO>Ivd+@>m)pfbR{U$K_~3lbkfi8gocEVxodcH>zhr^aJVXK zk2uQ$z4zRA;@a*$Ii4P-&u5Q?Z+ANSr;j;ea{;lBC<$Pj_1==7(E)RxZH?;B_SPjX zb~$59uwp?N7f!}Lc!W#iP1U;tUOlvN{jfW>wlsLqVaAoVlM!YQnzD7~ zxY)9%G5usNi>qVtmDi+*=E9DN+Kydbi`MJLjX4O#DZ%OfSs=FhN|1lI7w*h!k?SSh zX@c)Kb&Ck!T&zA5nb|aFv%tYsAv4;go$s^C9;wzsCv6!y{Oj+t78F|f@_Vu28gpmI z%#kv)Z_$H}?O1s8Nu$SR<<;^o)Zc%9X?BLI!N_{FJDCu6-+006Ov)h$Va7VKO3q+D zo*W`oAw6LwfM_+lEF2xBb&Oq$G1UNs+E0*JAY`+&7e#Clzig`;534 z%bB1bvK$ZJJN5Zq)^mnPTIGOn8yj=ZJS2Vl&<@Um9H0fGw~aav<$Zi!Gx*uXj~argqJ>0B$a`R@Ao^_TqN07$b?53sd5>UjqojFwvcnHj zs!h9fqE&|QH56s$US}w`lXz-U@G7&v)HqM~e|)vuCEHOPP0w*j))F4L8pd@V+fqD1 zWnLuWinhk$wrh*_zMA+wd->P&q!0z-ncZS^C>k^CE~#g7yfS@R8of=qxAnaB`otC0 z!%7qrP%mtT>HAv|Vz6KD!z|h>yQs1#fEBjC*OgqKNXF&q!@$E_%)Zl;h^*Pi-`2)R z-5gaG7NLx_x%%c$%{p;+eHLHWG<-atH8V>?q^CgMP@m(%s**a1d*WWhb7aD zcGs9SE94Ho_z=h4TJ=ygDu=WE9J=%v|ExT8g!v?fO_=;?`y1WItUuyEB0jE98^M-@ zGryp%*^@zDijllE>x3%~{W7C6kYxLMAy}NIXDzK8Jxo-TZ)RJOFJf00 zMQBe+GKRJ*KW&SSCEgbH)}NNv#NjK`aYj%t>xh5nyBc6%o%y^A{?dUoffFiDt1`dI=Yc3tP``F$@u-Ptcr8DZA_7>|5eikwHNQG*NfaNoSrbX$7~aY&|I z&aAeRc9X!tMj30k!P5?R-qR^~+1`2`u(vRpdlTa$XGarhFdo}mx8{BdXF7{E%dhXa zbt2CJxW=w~~K+uG8lp@tq3H>l`NUg=aC zeTeqB_&(M@8ysp->e&Z>rHOCY9=;u-NCI=^vdA!RlH3?!_Ks0yhdEi%O)#}uDlvf> z9kd09<}(H2jd0DnWnH$OCwo5)vnTXoY;>ZTaeJ8XQ@JG}GSIT>6!T@Pu>qdCO-H*0 zxB1k&_J|ybjl;u%Vt9X@?A6jD*P_8Ba$^t=ZveFE`X@O?Pd`z)p=N z%|F}~PNbs_#99*zx~61zwM{thVu=cOs{kfq@1K$|4Zgxe6WNf@%tPa*r(5hBh!Rm~ zASN7giOFnOqs*N$>Fcjz#y*HF#6QyERZCE8#QA_t(my%U3KP=P4}Qp?Xa`wnUrV9& zUSG7|sHL5j=`!XfOy9G(QkQsd@}PcrXg<* z4jD|0b+5`Fe(I_?-n>5Q0)Z$#U?a$BQll(5OCLnFqPL{Ku-rAhw0VH{6NV^{!3C5_ahXcHVfNwJFr3 zi?OwxiDrm^IXRo^%9J#z7xlBWXap9*G$4up( zW#D);yWqntg|B-g7$BzH8NqPO`bFJC-euV3>Rbe;9jbm!`Ab$?ujnar9QHeaVO@TX z789wSwElMP5}KQrC0QbOXa>XmcDi?#YhZn^{&H+}%#AC9NH!nN2krhRX=6>hZ+&h0 zDjyZRdq9O( zMsvN7SWjt>Nd>X@4;=VUd4bL&SU#I`6n4cPJQJrWiu03I%KgSfS&=4I+^3YoqCm#@ z&V4xv6++%jcrU#;H`z_ZnG5%HXi$6oteAO`I_fLy1<5K|_?Kho8x8DlH-}9grMg1( z9NH_-L6dQOE*J9KTsbG9xMv>~x;YuRHVt*)7wiesSdujD`}eJ;?8gVR%C_c2zmbvPdFN%{$1TQg1w zbg!eV21xPX6bgJ$-EOL`dmT-gB8|22WIC8V(RQI5S1dQa0H|ll`gwCga-R9;#0#G_ zwYnDC0EV%W07F@H*Td}hZ*e?d<1Behwx_ENsYJ}~`3HF)u$No3JD7gmxv z%}Z5%+<`g*G8Vb#wQNUKWop5{cY2cC&H??#+A@69lTTGNk-3=c?aL)aHSDoVCDDd! zboivEKuz4q3lv*2YxWdv`U6ecCeF2BTzov|u3NWlrq;{zgIU=!7Qv3|WP>nR^;AuIi^sq5WR~$0Lqe34<(#FIWl{9=_%9 zy{Po5g&e$1Uk|ttC zvXyP0e*KUP3i=7fyI87zx|Ko;#h(n4!**^}_1*4prjFt5UalSEi%CIqjJ4Z)PY z5O-MAPjV=fO(y3k`i&!P$CdM7%aMYl*K{;)@q<=Bqu*#GjAVxjnp?*%=Q~x^ey+4< zEx&5_VR15~M!QoWS{=&;E7Vjp^wvB&UdB50Xf}i2GUI_+eUJR;MI0Nm_WV?41lmlH zt3+;4ZbL*;@|zh2UPdAmp8vb2VS(6Kcnm4C7uN zZ6w#Yp>gL) zeD8>?p;EK^lInRE8ILpPs=s{lSRwYR5N7m-^W>S#3s7P6WsEh;7=c-MTMuuK*p!&e zg^>9Sbn}fMb{N;LnW7fdjx$|rSIV$hY9p@x57tbs}@_(e&)JUeIDODS6H zWX%-cQa10t!>xCx_jESgy(Sy-_DS069kuS2?RPW9`caOtrj4Mo)+RKq%tYP zmnSA{=9m)7l4rE;YRhdk{U4?S(>x=DE)09!8=wQ9@AoMf->-|fW&bY9{>tuKe|f>7r38m`ni{9b(igi zmC$@wnO_{u8nj{|G_rd}*!oQb{Tijmdc3#fs6xfNGhT!f;lj1P zdXq(~i*;629U9;C=HSbffkiq((z$3VTU0-SNLEySqej<^hnOuqY_>5%JG~Z>B)t6H z5ApQ|_FdybE&I5FVt_y=Z9SYd&nJk-kG@u3!@od6cg`5Jo_S=Qj2X&`Eq{7hA$x1O z98a6$`P#3pv&Z5P-ucD$k<+KVxAc`l#7mq08KKq2=Aw%ZN;($~TxOiCwW``|mx~iU zkwFC#$lE{Q$dCxbT&w}#l(B(>M76yYAB=wbHS1$ow*St8(fP+D%%33xg^Aj9X`~`Y zg{|x0AM)djb+$P9z_o7l_Yo__Hg6(w9WLbq69OJ5iQJ3-66-mzT2I{`l_gYaVe4cU zbYRrnl77Pq&&oDShmqZ15uyl6a+ok)?m6<~j5Fu`8AH{ZUf~13d@9vBUuwgt4fIHQ zJ!UXNUkJ!6;wemi0rxGMjk}mWOebqI<1)NKqc=R+(LZxI&RhZxtQK>5A+p^eWMU<& z>ZG5oJp5wOyU=P>2JBleL_KWCF}Ge-IA_7;1#36~sjUKTFd>6|X=F6a^mIHjxStqzI`z56L&ZaYu-HWbC`NUq zym_pZG^Pz9Cd$|Ua2`YYL-tWFn+oqU*UV1J=T^@O*+XApjCu*D<%RPFjqNKJuAPy^ z8WS|VGpn|RT9R%vIik;zX=Z;^ROGI1* z*8P14qjo$J?R^4`7sf&f)0;|KA~7awch#P()MThfN;d6f|7lHOm@;%@!8s#W-H{_B0S zD(XC_msqr6Q+7orjD_|(=mjR=yQAz60XqKagTWs;;~_G5n3{~KeT@}#GCKyTj}~`p z#u;_h4_9uMtvb`tUM95>NOqzB)I*SJ@7lWrva+@py&bI%+LG)XK&^UXGebP~M0*R* z*(`;%562D*zZcHT95Y;`Y;$!!qgHz+mnGFpkz$t+LW;R*Ils(4;fWXK>dxyJ_SIF< zWR7*1CBycGJL~S1xt0X&mFa?9A0HrEH2kvGYBLR#-XIX$HYB-yCB8k+y>m)}N~k5x z1GRWMo0?ww7O=DxpN&Sf4cF+oM$`Nv(~Zr)&Ae^<>AdEV-2~lr#p8>C==E{!>%jU6 zouU2KgNk>#>Vo|;cVRnaZHob4ib>Pp-qQy|pCZ}Y#R}*lYmNGP$20SMgKJG0U#?C% zRP<9fCR1KYue)tOstTSz2e5fr>THa|xMLy5`0$HFMsPNkjHd5c*_{ zb*1?*;B@)+g0wh)n<}SE)C+uDlD6olIYsl#{QY!~!roat@HK18{CTD0-DdN`78`+6 z@H3m^QmM!Fs9ph(A4gDr%DoyO4Vfo<)*k4PJsS39T0E5P9oa|;SAnVCIKeT#01Cf6 z=fUmyW^C&)(YFYbpInBs(ol!n+t=IDwY3DT&%M#huwKX%tFq=-z>JISMN8Yo~3`met z?bIO&*VZpI2Z|C$hz4QzGX$Y%LgJ>cNdWb6=8*JljVL^Gz$Y=@rj)NKJ_8?Q(Ka!fSqm8;bQQ z5*(f8%hVDdVjHliPe1u2+1BUm#zabe$vRk@IUCvpCa!v*?P?0#3RvamQo}ivID9Qf z&K$Vjw0lIo^`;Yb7>_z_g2w%|F?apDg`RTjk}mx&Vx>uT%f6;^x24tc)Ut9P?b}Z} z7G_$otSO>ZV?|W8sCeCOjQ(n(!Y2>A6=Q}VbhjwIIn1v#EAja~zT~5lCaz)Lg)Y~K z;3hqA(PPJex6YjQViC=tQ;E#qO4sl8V6OyWRMw`p>0#PPt5wz2_7RVK#5Xr@5cVPb zuz+%z1OFUP^I2Pioh0~7=(31r#0wW*)dX|QUOPeQ8!1n92@X|wTB|ziNOwR`KfJe` zy?Gr7Fmmz8e9?@*h&*TUv`3z&7=tu{5Lahju(hidl-JwY4SC)I07%MsyMZB&P&k7X z)Yjfbis|5E8xw=QwG@+)2#6o#rU13GSM~LP>icRLKztn`64p#I(m0adKqP=O6b@$a zc6M@s0llS|e&Yg>?O)w|Obow8;EqyE#vmOA1y>I!gD|f!FF%ixx4owzlQa&4q=&T) zP)||$PYC3d6q6ks?gr%J^YZfI^%CNB^|0j=kdTnz;}_%;6y!ll@W6ar;9zea7udsJ z5Px7OLSYaOdpEefs|&*~Ot6(J0xreGgdAu1mwnD|Akbg%F0emYK=Q%o4R+%b;N|CY zcINxL1`Mv`i3Iu6p#M<=W`I1F;?sk|ToE1+sFEkt1^)2w5Y~{t^xY61PQTr;hVVh1 zpw3897;;vD|Cmxm4W#pz#xDwN?Va6zYaz-04@tPa&A-X|58Hl?{C4N>h9K4d!u=2F zfBF7f7%2q;0To>#h+pQZDM~T@njdKG3bD5a{%%5qL?94BQ3)Qfu%I=Mu(h=qj|4}zWf^CF(g!%bJcqFWB zpgc%jL2C&SK~Z5a|KA|AJ?xQD33mFsRllIDkx*c;sDy}>FqB7J0%-$sb|i|h2tSV) zR6rOi1hx^g783srWeou;yLvc-k;`fC47P>xxw+W>9{5E#P)C@d-@C@3N!C@k`Cp~p}U7%~=rp$hQx z3JLxm`L!@Wq&rAz!M`FE3Gllg=?zf90}6(_dKkF6I!Q78GJ)Zj=3m1gWI|bk;b28D z9Et?x7Ze8aO8^DM3BAuT$D*s+!;tg){O>16*qnHU&;rv(rU`NIVm*b{2~+fF3bA43p3u!}7eSwH>^*njog{|~_c zl@OK?frtw5h}-ZB@dyh*C3wUI!9qL|68u8K!Zt{5ZT|4;FLaoz4crUt0hO~w@`&UL z8KA$pVqpJssW|@A8ZSHOuXR9D#=|ec^A}~vHR1cyS-xKt<6quN^8H_YNd6Z1TZuvH z{n3XkUC2tv_g5+WlP{#L|C^6L*WrJ23I>LMCi$=U{fDl9==!f1_^*WjiLQU>`mY%H zuY~`JuK#az;rx3u1$9CG0`fv`m8fnC&ym|K3@Z&4#orq)z=gucAY=>MP1OVj01$Nj zdZDCn5l|yLG2v<;CCqQw)L1wSFcS(>q~e8|qMU*E++N1ABefA(uT1QMi&zY&dLPas z?TVm2Qk)`X<=l92cUto#Sq`*7nrp)IcPFmwS0A{qX5JL*5ix40^Ao$2-4AV0j(=Pd z%XC$t$L7Ef*#^ea8U{oiET+A4a$Ha2p8qasl0WKyAO#CtfDKKLBxRozut{x4J5t8Q z*7oE-thhTvoOq#O@!xe^?e6ZQ)&l6HeHX;&Xziu^Pd*GE;A?OPEBe0>3*Bz1aD0Vwju^PdAPr=0a{;kE0JL&|C4pn(D=fc|2%>wiIw?eHMEep+t^-2n+&w_Y~up%gEqe_Mgf8Gb=L-GNN7)%s~ozsK# zA7~#9XQNd=HfECsc2QTg_0-#))1#^HuzdQ;Uu0k3GBpHjPWD^AYd4U@X+Qd&?$NQ> z5)gQK5q*b)71{Z%i9i;Zh4IwJ1|!%>bZ2K1t%C@pi@7rY=^<)I{M^Y$@;hby3G90c zmD$@s$AI5;4Y zB&J{cJe9iV%T0!sYs~%DQMa3?mB8IeI-ur_WS^duO95l`fYl%&_CdS3y?u7{$ypx&r+a@&$}!b zO&>^NlEv0x&bxK}k}Yv~>niu8yhC=+DLcXi<7YHl|t)20Rf?%ofL)&hGAdbUiZm{sW-l;)2L}~^89Y_ zP3-m^8NZmA?RYb{)XTRaM4!m=Hgv_2fwaHW`gU+bs3~E574uo%gF|h+XV2+_KFQqP zmR?F$@s&tAlBN~6X$HAmRR}$4ByBr<6oWFo<#Hb@;&roNp)fD*n?AWnRf~*fK_z5B zUoL=#pXKD7vzf}~=`g$+C^dLJyfwdMJ9(mOUqgLJeP@hL5g{i`B_-G}u-WAL9uT&;?&;}?V8fxHqH@UEk%3_;q_zQEn{Q2xq_C#10bBE}!f6Jf#GfD7HJ=Z{ z?p_TiQ-nN?GUo1yTdtxr&EMh?aD-X8dB4_3QsV`&HcETx*A={Yn}_w_`Sa)5NB5BV zh-|cL@IIsICVj3{IlO4FLrFvDxftdSMVYc6xo8*~w-dID0cv=;2wi zOKoVX6!L?lsuzA5%bMro$v=F5%#2yvR9RD7yKYG~A`F^bO7TeBwtiLA* zK26?dE!dB~01s*ML@C2=%IfiE9RJ+KNbV2i&9zV03qw#HbIxhs|CODBLF2-s!WCTP zZlIl7n-DHB8;)er345Jsgk=hY59-l9Q+8*!jUMjcL3ICU6p-!~(w(GPLK#$x*nDK| zKvG?1RORvY6MFYb;rvoM2dqGvtAv|6EGx%U~zGA zA&ca?hXl1xUWV9c^v36}kqgZTd;pT)h7DprJvadIj@C$E%ochiJan!TLSHbTYZU$Uos8qXlAm<-pwlizXDmzBbjAv=l4l HpFaCP!NMbp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_e.png b/Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_e.png new file mode 100644 index 0000000000000000000000000000000000000000..17349d74dc8ba9bbf0e434b9e32e634535c3a244 GIT binary patch literal 5508 zcmeHLdo+|=8=nY6QX#Wvq&meR zl|v!rQgZ94bW)OtuH<$?afD7v)c4L%X?(VF76K2XgQ1%{|9rmZ0JZZLWFi*bE9X9qU3MxvUGL6yCxXSUj>r7QHu-C!blnZP$gw*VA>=3q%fM2G=2Gr_b-jHI%L5k*29nyh;}yDSUaf z9XPP=vf-6ctX4m!()Pzf@=&yi`6eyN=-T#Zmp=}9U%;K(7ipU|<526tyQ8nmD8#`C z+CacPYgTIc=(~_G$LzZDm@O$A)A}+yR^0B&N;$XVc3RMI_gHb`p1_`vfymLPUPBE$ zZ~WTW?3cp(*OCf$1^$d-zdUl{C#t?(G?LoCzcjj0kLCS`jrMR2Rj+k$>+ppnLX4VP zMR;ajMeD-!gG2XHE99H$ZGtS_n^k(ZqnzJ7IU}XK4Y;y7dZns^Ce|qqA~l)mE_>&* ztX0qd#%hP{RlZGu)1vmAFS0*YV~@xJk8B)Dryn<;{|HeR^#X|^pbk3vJ1|UZWeGr?sEPSrPQt$O?1nNfB6zbwEUT^+sAHwfyqGLR?E`XzUM+?2|E z^W9wuE&+f}J^~cP-k(@6se0B7~$V^gFCTEuM?%y7i9I^0fQ9ly*Xc;Lu+c?3R*SzQQ z>^{+RpOMttKMu8&oHc5%4!Wy(*r{A+m-mU2fhV;cdUM_c((&aCmOIu~VnBS9W;RrXzGMxo*0UR!%?J=$DmcY@6rCuRVw4 zOkL}g5;fAG8=18#A@h&HPGm!B0zJa89~sfPajL#mo^J(|r04YbQjuqe>biJiwYU4V zFWfO)08sbk*N?6^w=kgg1E$+>7W8Kil;2-K97{aCbGxa=SDU~W84i&THhYFL8LOI>TKk{9Q9$J|Y*7%9xjr(36& zbo6cwtW0cMz#9o=IUgucsgT~SADz(^JHxqL%`^fFtXt$MpF*y^prf`F>9!N0uJUwu z_rtyyOT(w7{kllFW7-I&+hp46l-8_cAJqNUOe=V8*pZ4rOo`>wXl@J|?Nf<{3v)_D z0@eANn|`dTdxq(34eK~9UY3gi-4QxuYEZeFzq0U!?_m9+bOtT4y?uGH!Tiw;Ih113 z%NMPtNVy%VR>vjYY<+tKBi(WD472`@vS6LzW({P~EcZJX@%D|YjE(lhAM1^u6XIy1 zp2fp0!Mh*GG^l^Iam(wsh9@+~)ub0jV8IY&%$ z?wRZWaG99QVi$|JIR?5;Drhe2eDthUbpHp=_=M9#S-Y-08!)-K^w2idz4M2b(_%Z{ zR(@<97Tg)VUYxAISEUboaSX3LH7Gi)@#2*O!qP~Uw`tKUb9=B4qIz8GvzeIisjmg9 zh7Xv`7FDz0s0x!!ge6Xc?wapxUPZ2XmZTOYjy~rREZQeau|@EYH`Y&=NRWH=mv6t* z(Yzp6_I}uf6KU64E^Tm(`8^muON03End!~^k-`xR%>b^L4Vr}rCGeSwK-k!YNC3_@ z5JIs*KfZ{H?k~N9M)A2+w3h`F$CS`Of4*~=6m$=BVR6E?amZY>ovoHl2n7ZZf)IcT z5eh^yN(dFL#HGM(g&2!QDOI3tRJ1qK4Mh`6K@`!9XokZ$hVX+3Xj?6mjg-rytf#M; zfPi~cv_Aw%C|GQ8aIjghxtUn%hsBf0WGs$=B@i&M21XVtf`AZ=NM@{n7{{Q4GLDol zf%sw(N`VQm#eonNjfTfjpZpU_n9R@cBH08BFdx_uK!U}a;jls>cCv*Gatwk&CLH=l z3mFT3^}wzNW#T|72XqVqMUe4i2rlQdy(Ca7P=>?hU_k*WgjHqmtoW~{bYd{wK3ga# z@Z$?5N-LP`uQVY(?+aO9`KB0AhBMg_*!(l@SK6OqS1Q9=OeTdc<^(F-W6-H+#rzbm zn8W8%lub5h34#FG9An8LT40D)1SxWWhcgL^A(BCWhyyC1U~n@& zj05s`L=G8;!+@4}GKR<|kT7Ht&k{ohtt?4IygApBYcUDJRmz965)e%GN&&@%p|}8n z$Od5)3o8o_2DY`pkgRwB#@rmow&dafGMf!5p|~8%8nILez{|-O0)8M?BJxuXCnKt(H@LMbdi4>REn#RVXM z4nQCbiX#vyI5LG`#ljOP1U!Xcz7j{E;3nydxqM#e|I$`$AC%4bqC4|t@cf}l(fFQn z2Lr}?<6Qw?xtUNX<+h*zobeE3KoH1P`Uzu=4{`hfksk=xkBNl+B;BoKIFn9tK`io;jXG0LT;h^ch_y=0U-L6m;-|d4#!w6I96+YWc)ct@zrT zV1H1t4lrdH92xV4G9nr~5iC|wF+N3WgZ(c)Y?KOxyT};gve`V4()YU^;4aYtGY}J?C(2 z7!elvFz5~}_>av;m6}mFZM8a-PHUwuRIS6&$UcP(RJ(w3ZYllw>4!f}bm7Zf!NQ^| z#}XD#f$g~Glj=XV=wv4R8TzDylDq^K9eiYXY09&nUQM`-K+FkHZDY)~JXr2qs^~Ht LUFhdl`^x_VBy@7n literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_e_r.png b/Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_e_r.png new file mode 100644 index 0000000000000000000000000000000000000000..3c8cf19acf66f1c662629db09546f8a553a3c658 GIT binary patch literal 5515 zcmeHLdpJ~iA0M||N-iO-@tQ_1VeVs?$^9QY$z16E91;;&weR%1t`mS2FM^d$6W84o3_Dx)L@+!IW^%-bluZ%$NrgZE=wdu%qibZ= z3Ou;gQ=D7=DyCoHUm`{|L{3W*F1({!noS)WFCS{1j7M&1B`0Mh+da84V@L8MY*e^D z?r?p{$%hex>7~Cnn^oLc+x`}K>S#SaDnDg^GbWMQHysnYA)xk$ zBDF?~GAm8pZHBkmVLI>n8&52itMo8jU!DJQ^@GDc4h{WanXqAZ5eD4Yt*K}FY<$%g zaq6Z7Z_@z8w1>;-1fH#V-W82!&Lgk~8<{8=MDMdeKcE2&vzU)l~ z(7(2B#%JG=M`+cv%=1+jrJVFFT<1`#)4j|oUXy%~hOF?#?cyf?+*wc+_A`vJ$GRWVWcSZMUznWFukzpgQ8xKZjJfOHAUuOVwm zej(Cc3^X-hTgBt9+1hEQ(ZN@$kAM+_>4I>hZ(dL9-xvC(Hu zc=HZjW7l^zEXJMd=Xwne)jb})Q$Kb(P9x(m)#O<3;QCW7ZxfEkUweD^uLaR>SVs$e zJKYkG?+DzRk%_#UzKx{0!z!=6QBev1P`l93{^oaSO~YfC<&O=^n^0{}AahdNn}tB1 z#*?5Xef81gtcDdY)Oim)3w)gK*c42k|0A+0th6MK7@r8FBx#<~7!n(m<$A>%4NUcC zJgt8p>b!1C?b957u5Eb1OYNbJgFE_~L2?u2!1elDQ=G&mP6N^TU1fjq(aw>ZKG%8% zsP7IQr5-{Wx{{Jc2AlJ7z7D?Sb*+Yy2>)k}p#};bUB2Gs19df~KgnHGSwK6nuf(z{ zda0y0$iH(p_NVp{PN!Z#v|h&8j=KfN-{f#cmRu~VF`|(2Pal4{FyG1poLsGar=Ox*)wi- zRUfxzbD`E+Nq1<$8n2sewP{n?7aukpe7`|6NB4!!Z3Rwgod zChzY;YEz2eN&*eShR)vTO4X+}v>Vj2>XoM5oia!&O}@v#K=V^{3rq*`I_Myl_ z*E(A`TFfT?#FZH9tf`G0E6Fy!@Wa8`KV|)K*WiFnt^SKVU#90(cU@iYOOIUqmJBLw zFEF&qR7_#0q$v|DaHSCyPYW$0>j%CQStyLPJdbhospRE9^6}f!U16z2PWRo}wxc$0 z#gTNc^XcEoUB2A(gHc%9-nVY?BDYkhvLag;&NMaeFYHDXd)f7f&Z0M%{X9@7>YeUbzGk1! zh;Sru+cztc?>CQ48vL1dR=#i1GRb{pZ01_4x|-W(s-h}7@;ddoMSqXx6ysBq`s>?rIW5WZuZvSHk4kViQzZUZE9sccic>KP zOK;NYg9=!2%4xIji7PxOgH_+yJxlf&+NYGnORfG^%-tm{bU?5V^j}ry^Hp+m%r{-S zcgOIkaQc-WnCv**D!AsJ{+k%SoyN1_+vZxjFAd~zumF?CfUpT1K73n6AnY6y_y8CU ziBJqElFhY8KW%A4qu5M)bf`5QPv^TrQEaay0Ti6%7Xl_lgH$Hk(Lv2Ffd&I`AQ6B{ z;KXo+v;=#!43`F9OT{=eN@gO8wnwj}2cTSe0tiLMlCgMRfX7K^cB5|$^3#1W`eDh^M?5s4Vs0wYZ1ihu+RS7ebA@v(zp*!0sP$KePUjyUZB2qSI+^JTOigp0}GlS~@?C z$phI;n(UHHhHPzF)+`LsmJDFXOcEYLg@_;qBtc{V4+7RC7HJ-oH&-YExF95jg2AzD z7>A6vq2MVb0tO`DVF&`5iJ>w{wisJH1TiT@TU!bPoCo1AV8c}j#LSOM3dMw>NMtgL zNx+jZcxwU!Lncv(7={gri6Ky|Dc083WNQ$#mO(K=ng>t70pR6ibAU()$LB`M6jH)z z&H>)`Xd)K>NfHnPh*+=#ya(7^CQmH}s-WE+AFfntj%ell7E z350MhN>K@TENNCFT^Jgi4ooc|tyCC5<^g9za}_{L5DbbZl4*DAkv5g8Ub&KC(`iq?0HN!EAf9>OSccoZg$bV*g|;zM44!I zPX$AaO;9QA?{-h ztI`sEq4Z1U0)~&Lo9u-P@y4}fD}1HO_X-mt5Q{schunV4#RjlYS>#Q3SAM8!pr*S} zYt^bpuqfQy%{c`Awt0)7p5nAf>GF=fyOx=l|EB5?AfN>xves%WT#8-3d<&1$JoBJI z3xTL>y0Cue;`u$&$%wx<9R91-aIt;QW8%5k!8};x#0tN?U~~BiGpQbNuuI|l&3dWR S?UyLhp|`uATeV9>+J69Pac{i< literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_icon.png b/Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7f0ea2a25560f33773cd72d6184daba55dd4d033 GIT binary patch literal 6429 zcmeHKdpMNa_aDuaYgBS4V@RSgSIkT%ruZRXjA^8Fxn;QZmMbUf^35vOF7);#N z>$5TaiIKv`!KJZ?or{*-T6`(#M$NK#&j((;{{DnsGeU{(#uU8z&PBIfchr6y995bA z1LN_F-j%?Dv)b>T9t+0PCrI(vM#maH{1*Q_CUH<{WMCSVv)8?CD*x$=_~6tiI0wid zTW#BQNp0kD@-fVZ_W?u4l6v&tGB)jg0VcIgp*AlV-qh|BZh(&)^`*OpLcYIq~< zw|xfp46aJ*3uxMzziyxC;kt}<(hW1@gE_SD^|?dh_Ey;_!yA@1)+g(qPoIAkc>Vko zH%}?QCwMG6R%~aIcV3=~xZcy4H=;K#q(=_*H)p>oJexW~)fL1{EZR16$xJk2##G6a zU+Z6F-koH{R+r^EiVku&(Po9bEdVaeOlH$yKA%!IQb-oS*!a?Q@VUR*2yP3VFF+PWZ%PtjP;WKLIQa|vcfWTSrsqh%LFOxs=K0ZHH~;Oa5jXMZ z{`gEtpq~fR`Qkj8Zj9Wk)T~cSUwy(?QDB2B4Tnt&0P~Z^S;-Td{}?(|*clL&caHot zuunr@JQ1d2*~{Fp>vbT`R*nK7h7%Yh{lkZuw;JBOdGELEHvfD8?eB#_z&p32q)yGV zA6!Nl1uDB*;oYiRsS5kO4@Mlj%pwA6i#3nP8Zou$&wAQFS+cqZ9&3T`PS*~%i^Msw ztmv9Dsf)`F8YEQQ-rn}{-O{Era%oTZ=h-(a_#S<=w9_Qzfa9A-$<~SeN&Gs6-+at+ zRkVY>P5EW|@aryo1tsC;tvW%<(Mr;5KcQR)62)tFx0vDbG%Rjw#+=-hza#C+r9=Mr zINVN6nz4~;&3&3fPI!@ANRd;}){<^AxspG`WtsFeD}Qh}!TbdGs~lT$EMI0hAmyid zIT~Lq6m8$adAWRp?tZwYxt@5{*###b;3(#bSN`;!_!Ew(I{p@&X_F(jC9SM7CF$aV zg#8^Mo3kgcIl7YOPX`$Xp*wSzR3V0uIbJM8gUo7^v5;Dgw&ToEdLN=sY4L*W>m9Yu znJPznE*#J+eNf#`DuJ&RS&Zl$dG(u7?RrX2>A*TgZF%EWx=ha)T+f>43;R6=9+uoZ z#PFvLs3``h51MI=-c-?|H6~urnqm6Ix|BC$_jsz$L(yRyX`-!ZtR2s*r%I6X;R)VN zkGVI_TakN@OKa~%tXx24n>G`-^Xf&gKZaV6ckk_o%X)R-Q)C`&49NAXBUXQa89v7QeguHs_JUM!4tO6p{60y0HvH!vARa-4= z1DfZ1YYYYa%HZZODiLtG$8fh@$fDzf&2jNB6-H@kfKpM%vgm^C7@YQ)+qSo*Gv0d! zZ3+(v1CxgvJ6E?bTaFt?e!8b9SJpq3ZCPb7rfbwiUASiDjP!2AV2|eX{ETh15StXM zX&6ju7uVL--PzXm%N7A`4B6Y#s7|%k+VxvJ&&JWUhmmc1wh@<+#*d7=RwX31c?aIF zdD4anY&)1+PLeB{FKwlIUeWZg3QD$4bi_ zkn?OVlC{3SN?#>)Z)Z=Ty4W7`hm5t|?{%)!w9QS`!mYivw>m0~TE^GB9aMK8H-v9R zjcMOqm@M8YX5Vcik1Fr+b*3e??7g+H0y(DN0Uqfmsp+VS*$oZ3&-U8ZF-mqmRb(%> zU4GIq#i-C>YHd51_*#{7mBzdnJFd3ib=NP)UJ`4Qn6k141^OCh86GYHR6p8p03??cn$~1~#$`f!fI5L@x!QwG^JQ~tK z3!}qCfEXPn)R#caVc3B}rhv;Aad}}#2`0ecMTn><6x5IW;$JA=&Fw3EnD8?T5FZ#Z zz{lWBv6#?M%(oUok$oft^4X#PY9XXUUp^QbDC9*5n4o3Oeg}vn4km-0ypJCIBX(|#2^3+G?9#lZsulKG?`4op_yy~nN4Eg zEtpvHHxTOuT&OC6kZ-+`K(Qbw05B(;F^C|VM238TMhDRhB7|oF;)oytU|X;Vq**8y zlj6V=gaS}HxuF0D#PGv7vmFw`DK_rTR21G6`;Wvu1Q4+y185F#!&tm1;Xhq;ZYby} z0wjFmEbta)Sds+^XGX^2@N-_zB6@=YAykVJR2fj~+uzjnJp6N&|h06RbgLZDbYk%A>t@FY5PC*Ub&Boi#2g8fFH z$KtZ1|2J*P^g&wACEbZDgvO7a70t~lPcVG0HP;N`&Q2yIa&}r!0Oni>LLd@k&H4#p z&2=#YfiMmTtskEY_KTeRUy1=F6Uk;wa~zt)#uCs(97sl!@Bjg-2rPj}WE0H^?767E zq6>L!Q4}BmZ8#8*5LZxv&T@q``kbnj-+L1k2ukt*QHI8n(Rd3w4oiXlP);!aet0Z4 zn}7q@L^K0rfM_BX4@CwrNoWhU8Hq?Dn6u0X;P>wSAH$og2m%F*`x2fdMzSD&Nv0*{ zf24a(;hPl{qGe77t<2CukNLXNf94BH#lQLcTxS2~5J=?DL4JtepLG4C>xUTlA?2Ud z^^>k2V&I3Ae^%H38(nh$oE5<^=mRebIti+k?rMTgkqa0uj&`%>N!XNaWjypI%Xiu! zgpQtdl1u8aiJ}%HlomO=*-H<}YD?=$^*8Q&4uj3hbhfjh`__(Rwgh(tsNb>*;uXlB z+4C?Z)C`q?%v|R1JT>~LsLVPQn5j--#@9XwpQ&yLe;AKkE!J9^gUsn_J2T#{;`~OZ z?Jw|%p?a`O+l!m0TF|`lCsS+I_qAAHEbBc#Uh=qeH_T>zW$Lz;Hd{Hkc2!(`ORG%v zd{WSfI=PrGD)dk_JasCs*J3qB>RoFTtbx;B)%|xLTNas~?;VrjT3%k^+MH)y{&%yE!@Rt3ZpyI6 z%P^xOjj($`R~weroi<#WY_ImpUPL)zJ?3y`@y2|Ze@E~AH}^O8`?+wlPn>KGx~jTD z;>)h|3Hc(+Em99p#}CMBHrg1-J@VK$8k(uzD0PmDs+iY(tt3>dRVAYlyeX*eWA8Om z)KJ=3mC+*T8DX zPdXbpn_s*3DdmQ4dZcjecsta9M3E*RUe^?NhR`l`Y+I^z;AYdH;p!Xm-3{}0EgGtb wThZM&@MO)i#6^~*ef6hbs!XX(#V?Nov~Jew|&>+JJ=r07IhhdjJ3c literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_l.png b/Resources/Textures/Mobs/Silicon/chassis.rsi/derelict_l.png new file mode 100644 index 0000000000000000000000000000000000000000..f65fbaebc3c5074e945e94f59b8d90b83ac08bb3 GIT binary patch literal 6986 zcmeHMc{G&m`yW!)kR+r`gKW)eov|B2njs`hVpb+*hMBP>TS{nALfIl)b}2il-XxVQ zm0co{U8qP}eh>Bb*7<$U`JMNi-}k@foSEl&uKRO+?(6#8*L|PoIumV;H`^#6EdT<6 zHd>gQ*Z^0<)i2)$;J1M0^AZFSUGXcpXFZFF+j^E8I)224OS-u_$dna;O zf2H}P5;`Fsb~xkYunO-o=6bEc%$CKmkcbtr!NDt9ZGthjX;0IyqX*u}j?J)-tJ%d2 zHyhUsZtYtU91RI?mX)ZL9q~1bIpG7hn~k`ovvs=OP><@8Pd=)V(V`X;sj&Q6>Wjzu zviY>nua1e{(t@Rhr;>UN(bIU%^P&QDwFen{MMU^ zHbec)cLUqHo>`YJKDKhb0Uzt=^}@zJx4L#b%B9Nowcp(9FY`Iofud(8DH~(MN&SwQ zrYqNYLe|YBNlIA>IY}*XS4WwdX_EB#!jeBc-E}OQO@zig0onCpxJIP;dL#$j;$Q*k zcX#Oot5-!0*t&31HB-%=7(zactoMr2xht^qo-DtVaOXHF3VBTl*(Bza`}tB zh1);9Zzox~1kUDkzd9v5-eiv5vxCw>Q?yGaJV?6sM7Oy}umH-mckszkP`!S0a&yJD zF4vcXhAl7iYR<*u;}wsjZaKP}Z~&i4+~C&ABRHHXYUq)h=+b*?NF3cbtrC+L6@%N; z=;dH4#M4j?gRR_ctv-Dw2? zKH2-4M&6#Y-2ZU@r;aRjOTL!9k|p!gTzCCrI zXTZGKAB>K96Oc!SSMg#aHD&Dle>w-+l5mHztozC z?c6AyGp;wFW_2WnVe-|zW+_8thXmV zh`J(aORmM#-F9DLO^H&7{2 zsdMuL>(N+s&0U4JB2c9(w`E$=aUYMo;3_=HN85Z)SMt^5iA^b@%jZPvZ*Ss$joqgY zxpAv~y|cp6t0Xfk-q%+m?|Lm6hh@S0Yo5yn?;oqx^5rj9yepm%+g^k1-IG+d&hCI| zOq`{(n!>G~lW~_;nxyk%GjCeTK?drz=0h}}`zWsDotNa>wx#DrOiQh-iYS!j{f$JsC@ft4t>K_cHEn=S-O%yUxmU+}%(lAKzIwDZl3L;DyG&$EX~zUj z+bgyv7%jMRu33xnsHVAPwixbd|DYrmDpTZNM8%Q=%~+G`p5Cl*@p+5>ycCp81v~c( zot9+Z&=@B5UwHahd*_GBFoS!3XB>|o&)RoRIIl}xOH*q_<*?X^A++?JQM_OKU6=6& zizu_9tV_C|^opVLoP(ue6#1|`?p?Gje&qf-W&0C)OG(ncTL$d+nGmIL5m~P=x#3}n zZ=#0|4&2XT1U$%=5cXKa;}w;f`1jVFuqoudgSC;fQF@`Y=kZ>jHteZ~J#0}op4jNo zCZY+tR%X3?#^Fe*k(s}6X-bYDyk9lW8^Kl#8^x!o`44YaGAerDN{C*|o2?$7J(gC zBxc_1C=69?lKpzDvhY11bXLF}+;Kd0)qpttUHuLeRFQ ze1XpN=dS79SM+k%g#HJReZxs*rhs>CE>6Y*^lGM5A0 zVA(y!RmKku7-jLp2SrT-`vmJul=GK+t#djyUr^Ij&LlrAL5bRmQwdsB0vEJDIa<%N z@j0b8`*^d>M&tF!O|Ily{;balai{X%cuA0?Ye8WQ(HiH|aO!Vv<3W8odcyKY3N6W>{Onw&>v3-OZAE0dEoq(qG;>s%)mk z-cjF2XpOEZjV^O$v$yUoc(&4{G_z2-cQ8Rev5@`DC#K*%UfNsUbj#7FD9BLc!3{L9oiH;!h&GUHP6_;yibRJrIc7TRX_O zh6=&F_`Kf0=xb=kxB7_kjcVUET(q5>yf{_f3j%RP(6Cr*3oQ2U*H7T3Gc`C?&%D7} zJi^L0M`a7IPLu#O4=-V2%865v_{*54T0ZHv@Ju$t0()_ISgBe<=CflFrdoSya!7?Q z+yLAvj6V&t84k9{Fg+^*d;9v9zwpukFJFb2ZA&H6uyePZ)S1&s)2Af^OcgieQ4#V; z+w-{+&*l!fF3rt7Tu4cu))QWGOGK2Z+4%S&I}EAq&@A9tT%+NtFFu)4_m<#5p@m7=GLp#(%O zG`AYB5hW?H$&4F9wktg@w%f#`+Z-92{Vp%^&fvV_Lxnicb!TPXDPbcXvwSP z^Zn`+@w41B@X9YpAs)Zuft{6i&eQ8cxId;JS1q1^cZW?_JuAdPgLvM1t=rm-!@XPw z^AEeN=z@|rTd?I{)}0I4GZ?=B+nPK%d}81Ns36+&&D6Nrw^0Od0a3l-?r_Ur@*}# z?rQ_9f@6%VE%YEL*mvlf#oCL&p#l!T9-uMEOn>%2U^^O}V#^_{>WS1sX{oEB)Ya59 zfeRA(56GUvVgt3f%8Eq5)KF_9s|$kx(gCC;tX3*Oux1Cc!C+Yw0*A@6V=}$;AgdvO zS3Q3Y^^Ab!C!$u#QG{|mjkeZack z7u}r32IfDyX8OLTY$-n9pT0kO(bhH-7`(PEFa*-~6xakm3VAI~fb07Z$%DXfrvT^2 zkAnT%PWunVK+)9JB2l%}p+vF<0$4$!Iuxy`r42=Et7#)qXaW&QCH&6LW>Pu+1Qx}} z9ncZb3MkMut-wk@mP+||yuSx!bsYf7pa?YdAIa1p@E^&-S5J(;v(<(FFFkbE0KXhD zfZul;aC8ADA^hi2_(QMNL+8Kv`LPcF#TfwVKa>0`egDYyN3MURz`p|jsjfeA{VN6j z75Gne{lCd2@J};EVE}JH{y?h~d(!6|&}MBQTAG=xHC&)&Y+WdD$M0?K$OeIg@2`Hj z5>$n^0Y+Yq19I@N^y*-4xbQg_6Rz5@i(Urf?L8d>soTE#=?{j;p1(MfTssa!qbnU4kMp;J zxAk)2Z93P>NY_O{+uw$T6jl)mJMQsLg$;IRi+?TRet+6JN8-I}D;E%dH%IAlO6^12 z)(gugnRf)`A3-mrREZ0^1>FnXkybU(O(?kH7R0z+7y7hmC9a2?pLx76l#d$(0`rW$ zz*M03J&e%P4=N@~?0g`zYvi7MuY+lnMkIet>Fl84IOKk+oM6471*0ncKvy5ip7&&` zT(s~7c~5#xe_MgW`bC)W3UjC;|BUY93GbWN@AkYx^L|(S?x0BI Date: Fri, 6 Dec 2024 06:23:45 +0000 Subject: [PATCH 145/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 82fa893fc30..99289e989d8 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,13 +1,4 @@ Entries: -- author: EmoGarbage404 - changes: - - message: Jackboots now reduce slowness from injuries by 50%. - type: Add - - message: Removed combat boots from the security loadout. - type: Remove - id: 7182 - time: '2024-08-22T14:56:47.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/30586 - author: metalgearsloth changes: - message: Fix the inventory GUI being visible when you don't have an inventory. @@ -3904,3 +3895,12 @@ id: 7681 time: '2024-12-06T05:27:53.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33467 +- author: ScarKy0, GoldenCan + changes: + - message: The Derelict Cyborg - a broken cyborg with altered laws due to years + of exposure to ion storms - can now appear as a ghost role through a new midround + event. + type: Add + id: 7682 + time: '2024-12-06T06:22:39.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33433 From 623a35b3fea2389b83590b6c4a32685d13a66d7d Mon Sep 17 00:00:00 2001 From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:39:25 -0500 Subject: [PATCH 146/160] Amber Station - Added Evac Shuttle (#33743) * Added evac shuttle and fixed various issues brought up during playtests * Updated Amber with playtest feedback, removed waste loop and firelocks from evac shuttle --- Resources/Maps/Shuttles/emergency_amber.yml | 4700 +++++++++++++++++++ Resources/Maps/amber.yml | 1616 ++++--- Resources/Prototypes/Maps/amber.yml | 2 +- 3 files changed, 5581 insertions(+), 737 deletions(-) create mode 100644 Resources/Maps/Shuttles/emergency_amber.yml diff --git a/Resources/Maps/Shuttles/emergency_amber.yml b/Resources/Maps/Shuttles/emergency_amber.yml new file mode 100644 index 00000000000..779ff5f9e10 --- /dev/null +++ b/Resources/Maps/Shuttles/emergency_amber.yml @@ -0,0 +1,4700 @@ +meta: + format: 6 + postmapinit: false +tilemap: + 0: Space + 32: FloorDark + 41: FloorDarkPlastic + 87: FloorShowroom + 98: FloorSteel + 107: FloorSteelMini + 126: FloorWood + 129: Lattice + 130: Plating +entities: +- proto: "" + entities: + - uid: 1 + components: + - type: MetaData + name: NT Evac Box + - type: Transform + parent: invalid + - type: MapGrid + chunks: + 0,0: + ind: 0,0 + tiles: YgAAAAABYgAAAAABYgAAAAABggAAAAAAfgAAAAACfgAAAAACfgAAAAADfgAAAAADfgAAAAAAfgAAAAADggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAADfgAAAAADfgAAAAAAfgAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACYgAAAAACYgAAAAABYgAAAAACfgAAAAACfgAAAAAAggAAAAAAfgAAAAAAfgAAAAAAfgAAAAABfgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABYgAAAAACYgAAAAABYgAAAAACfgAAAAACfgAAAAACfgAAAAACfgAAAAADfgAAAAAAfgAAAAADfgAAAAABggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAABfgAAAAADfgAAAAACfgAAAAACfgAAAAAAawAAAAAAfgAAAAAAfgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAIAAAAAACggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAABggAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAADIAAAAAABIAAAAAACIAAAAAADggAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAACggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,-1: + ind: 0,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAAAYgAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAABggAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAAggAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAABYgAAAAADggAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACggAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAADYgAAAAADggAAAAAAKQAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAADKQAAAAADKQAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAADYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAADggAAAAAAKQAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAADggAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAADYgAAAAADggAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAAAVwAAAAAAVwAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACYgAAAAADYgAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADYgAAAAACYgAAAAAAggAAAAAAfgAAAAAAfgAAAAAAfgAAAAABfgAAAAADfgAAAAABfgAAAAABggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,0: + ind: -1,0 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAACYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAYgAAAAAAYgAAAAADYgAAAAAAYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAABYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAACYgAAAAAAYgAAAAAAYgAAAAABYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAACYgAAAAACYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAYgAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAggAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -1,-1: + ind: -1,-1 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAACggAAAAAAYgAAAAABggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABggAAAAAAYgAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABggAAAAAAYgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAACggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAABYgAAAAADYgAAAAAAYgAAAAADYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAADYgAAAAACYgAAAAADYgAAAAADYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAYgAAAAAAYgAAAAADYgAAAAAA + version: 6 + - type: Broadphase + - type: Physics + bodyStatus: InAir + angularDamping: 0.05 + linearDamping: 0.05 + fixedRotation: False + bodyType: Dynamic + - type: Fixtures + fixtures: {} + - type: OccluderTree + - type: SpreaderGrid + - type: Shuttle + - type: GridPathfinding + - type: Gravity + gravityShakeSound: !type:SoundPathSpecifier + path: /Audio/Effects/alert.ogg + - type: DecalGrid + chunkCollection: + version: 2 + nodes: + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Bot + decals: + 232: -4,-7 + 233: -4,-5 + 234: -4,-6 + 235: 8,-6 + 236: 8,-7 + 237: 8,-5 + 238: 2,-6 + 239: -3,-7 + 240: -4,2 + 241: -4,1 + 242: -4,3 + 243: 3,4 + 244: 10,-5 + 245: 10,-7 + 246: 8,-9 + 247: 2,-8 + - node: + color: '#3EB38896' + id: CheckerNESW + decals: + 20: -4,-11 + 21: -2,-11 + - node: + color: '#52B4E996' + id: CheckerNWSE + decals: + 78: 1,-9 + 79: 1,-10 + 80: 1,-11 + 81: 5,-9 + 82: 5,-10 + 83: 5,-11 + 84: 4,-11 + 85: 3,-11 + 86: 2,-11 + - node: + color: '#DE3A3A96' + id: CheckerNWSE + decals: + 33: 7,-12 + 34: 8,-12 + 35: 8,-13 + 36: 9,-12 + 37: 10,-12 + 38: 10,-13 + 39: 9,-13 + 49: 10,-9 + 52: 7,-9 + 53: 7,-10 + 54: 7,-11 + 55: 10,-10 + 56: 10,-11 + - node: + color: '#EFB34196' + id: CheckerNWSE + decals: + 13: -4,-9 + 14: -4,-10 + 15: -4,-11 + 16: -2,-11 + 17: -2,-10 + 18: -2,-9 + - node: + color: '#FFFFFFFF' + id: Delivery + decals: + 64: 8,-8 + 65: 2,-7 + 66: -3,-8 + 67: 3,5 + - node: + zIndex: 1 + color: '#334E6DC8' + id: FullTileOverlayGreyscale + decals: + 218: -1,6 + 219: 7,6 + 220: 6,8 + 221: 5,8 + 222: 4,8 + 223: 3,8 + 224: 2,8 + 225: 1,8 + 226: 0,8 + - node: + color: '#D4D4D496' + id: FullTileOverlayGreyscale + decals: + 117: 0,-4 + 118: 0,-3 + 119: 0,-2 + 120: -1,-2 + 121: -1,-3 + 122: -1,-4 + 123: -3,0 + 124: -3,-1 + 125: -3,-2 + 126: -3,-3 + 127: -3,-4 + 128: 2,-4 + 129: 2,-3 + 130: 2,-2 + 131: 2,-1 + 132: 1,0 + 133: 0,0 + 134: 5,-3 + 135: 4,-4 + 136: -1,4 + 137: -2,4 + 248: 0,4 + 249: 1,4 + 250: 0,2 + 251: 1,2 + - node: + zIndex: 1 + color: '#334E6DC8' + id: HalfTileOverlayGreyscale270 + decals: + 214: 0,7 + 217: 0,6 + - node: + zIndex: 1 + color: '#334E6DC8' + id: HalfTileOverlayGreyscale90 + decals: + 215: 6,7 + 216: 6,6 + - node: + zIndex: 1 + angle: -1.5707963267948966 rad + color: '#FFFFFFFF' + id: StandClear + decals: + 231: 8,-6 + - node: + zIndex: 1 + angle: 1.5707963267948966 rad + color: '#FFFFFFFF' + id: StandClear + decals: + 227: -4,1 + 228: -4,3 + 229: -4,-5 + 230: -4,-7 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNe + decals: + 145: 7,4 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerNw + decals: + 141: 4,4 + 190: 9,4 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSe + decals: + 155: 9,-1 + 162: 10,1 + 180: 10,2 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinCornerSw + decals: + 150: 4,-1 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinEndN + decals: + 169: 6,4 + 176: 10,4 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinEndS + decals: + 170: 6,3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinEndW + decals: + 177: 8,2 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNe + decals: + 160: 7,3 + 183: 5,1 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerNw + decals: + 181: 10,2 + 182: 7,1 + 189: 9,3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSe + decals: + 161: 9,1 + 187: 5,3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinInnerSw + decals: + 188: 7,3 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineE + decals: + 156: 9,0 + 173: 10,3 + 186: 5,2 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineN + decals: + 6: 8,3 + 142: 5,4 + 178: 9,2 + 184: 6,1 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineS + decals: + 151: 5,-1 + 152: 6,-1 + 153: 7,-1 + 154: 8,-1 + 179: 9,2 + - node: + color: '#FFFFFFFF' + id: WoodTrimThinLineW + decals: + 146: 4,2 + 147: 4,3 + 148: 4,1 + 149: 4,0 + 175: 10,3 + 185: 7,2 + - type: GridAtmosphere + version: 2 + data: + tiles: + 0,0: + 0: 65287 + 0,-1: + 0: 30583 + -1,0: + 0: 65534 + 0,1: + 0: 65423 + -1,1: + 0: 2095 + 1: 8448 + 0,2: + 0: 15 + 1,0: + 0: 64511 + 1,1: + 0: 32527 + 1,2: + 0: 7 + 1,-1: + 0: 64767 + 2,0: + 0: 30579 + 2,1: + 0: 39 + 1: 9344 + 2,2: + 1: 1 + 2,-1: + 0: 12336 + 1: 34944 + 0,-4: + 1: 57600 + -1,-3: + 0: 65535 + 0,-3: + 0: 61152 + 0,-2: + 0: 65372 + -1,-2: + 0: 65522 + -1,-1: + 0: 61166 + 1,-4: + 1: 13440 + 1,-3: + 0: 48056 + 1,-2: + 0: 65473 + 2,-4: + 1: 2160 + 0: 28672 + 2,-3: + 0: 30583 + 2,-2: + 0: 24401 + -2,0: + 0: 32896 + -2,-1: + 1: 34944 + -2,1: + 1: 128 + -1,2: + 1: 4 + -2,-4: + 1: 2048 + -1,-4: + 0: 28672 + 1: 240 + -2,-2: + 0: 32896 + uniqueMixes: + - volume: 2500 + temperature: 293.15 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + immutable: True + moles: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + chunkSize: 4 + - type: GasTileOverlay + - type: RadiationGridResistance +- proto: AirAlarm + entities: + - uid: 2 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-0.5 + parent: 1 + - type: DeviceList + devices: + - 451 + - 22 + - 346 + - 21 + - 360 + - 455 + - 107 + - 23 + - 341 + - 323 + - uid: 3 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-9.5 + parent: 1 + - type: DeviceList + devices: + - 368 + - uid: 5 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-9.5 + parent: 1 + - type: DeviceList + devices: + - 403 + - uid: 6 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-9.5 + parent: 1 + - type: DeviceList + devices: + - 402 + - uid: 7 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,7.5 + parent: 1 + - type: DeviceList + devices: + - 358 +- proto: AirCanister + entities: + - uid: 337 + components: + - type: Transform + pos: -3.5,-12.5 + parent: 1 + - uid: 375 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 +- proto: AirlockCommandLocked + entities: + - uid: 10 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 +- proto: AirlockEngineeringGlassLocked + entities: + - uid: 11 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-7.5 + parent: 1 +- proto: AirlockExternalGlassShuttleEmergencyLocked + entities: + - uid: 12 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,1.5 + parent: 1 + - uid: 13 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,3.5 + parent: 1 + - uid: 14 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 15 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 1 +- proto: AirlockExternalLocked + entities: + - uid: 16 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 17: + - DoorStatus: DoorBolt + - uid: 17 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 16: + - DoorStatus: DoorBolt +- proto: AirlockMaint + entities: + - uid: 18 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 1 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 19 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 1 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 20 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 +- proto: AirSensor + entities: + - uid: 22 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - uid: 23 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - uid: 107 + components: + - type: Transform + pos: 7.5,-5.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - uid: 360 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 +- proto: APCBasic + entities: + - uid: 24 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 25 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,5.5 + parent: 1 + - uid: 26 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 27 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-7.5 + parent: 1 + - uid: 28 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 29 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,0.5 + parent: 1 + - uid: 30 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 1 + - uid: 31 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 +- proto: AtmosDeviceFanDirectional + entities: + - uid: 773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 1 + - uid: 774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-4.5 + parent: 1 + - uid: 775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,1.5 + parent: 1 + - uid: 776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,3.5 + parent: 1 + - uid: 777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-5.5 + parent: 1 +- proto: BarSignEmergencyRumParty + entities: + - uid: 32 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 +- proto: BedsheetMedical + entities: + - uid: 33 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-10.5 + parent: 1 + - uid: 34 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-9.5 + parent: 1 +- proto: BoozeDispenser + entities: + - uid: 35 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,3.5 + parent: 1 +- proto: BorgCharger + entities: + - uid: 36 + components: + - type: Transform + pos: -3.5,-10.5 + parent: 1 +- proto: BoxHandcuff + entities: + - uid: 37 + components: + - type: Transform + pos: 7.325836,-10.358042 + parent: 1 +- proto: ButtonFrameCaution + entities: + - uid: 38 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,7.5 + parent: 1 +- proto: CableApcExtension + entities: + - uid: 4 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 8 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 1 + - uid: 39 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 40 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 41 + components: + - type: Transform + pos: 1.5,7.5 + parent: 1 + - uid: 42 + components: + - type: Transform + pos: 2.5,7.5 + parent: 1 + - uid: 43 + components: + - type: Transform + pos: 3.5,7.5 + parent: 1 + - uid: 44 + components: + - type: Transform + pos: 4.5,7.5 + parent: 1 + - uid: 45 + components: + - type: Transform + pos: 5.5,7.5 + parent: 1 + - uid: 46 + components: + - type: Transform + pos: 0.5,7.5 + parent: 1 + - uid: 47 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 + - uid: 48 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 49 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 50 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 51 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 52 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 53 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 54 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 55 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 56 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 57 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 58 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 59 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 + - uid: 60 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 61 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 62 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 63 + components: + - type: Transform + pos: 5.5,2.5 + parent: 1 + - uid: 64 + components: + - type: Transform + pos: 5.5,1.5 + parent: 1 + - uid: 65 + components: + - type: Transform + pos: 5.5,0.5 + parent: 1 + - uid: 66 + components: + - type: Transform + pos: 6.5,0.5 + parent: 1 + - uid: 67 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 68 + components: + - type: Transform + pos: 9.5,0.5 + parent: 1 + - uid: 69 + components: + - type: Transform + pos: 8.5,0.5 + parent: 1 + - uid: 70 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 71 + components: + - type: Transform + pos: 9.5,1.5 + parent: 1 + - uid: 72 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1 + - uid: 73 + components: + - type: Transform + pos: 9.5,3.5 + parent: 1 + - uid: 74 + components: + - type: Transform + pos: 8.5,3.5 + parent: 1 + - uid: 75 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 76 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 77 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 78 + components: + - type: Transform + pos: 9.5,-8.5 + parent: 1 + - uid: 79 + components: + - type: Transform + pos: 9.5,-9.5 + parent: 1 + - uid: 80 + components: + - type: Transform + pos: 9.5,-10.5 + parent: 1 + - uid: 81 + components: + - type: Transform + pos: 9.5,-11.5 + parent: 1 + - uid: 82 + components: + - type: Transform + pos: 9.5,-12.5 + parent: 1 + - uid: 83 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 1 + - uid: 84 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - uid: 85 + components: + - type: Transform + pos: 3.5,-8.5 + parent: 1 + - uid: 86 + components: + - type: Transform + pos: 3.5,-9.5 + parent: 1 + - uid: 87 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 88 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 89 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 90 + components: + - type: Transform + pos: -3.5,-8.5 + parent: 1 + - uid: 91 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - uid: 92 + components: + - type: Transform + pos: -2.5,-9.5 + parent: 1 + - uid: 93 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - uid: 94 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - uid: 96 + components: + - type: Transform + pos: -2.5,-12.5 + parent: 1 + - uid: 97 + components: + - type: Transform + pos: -0.5,0.5 + parent: 1 + - uid: 98 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 + - uid: 99 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 100 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 101 + components: + - type: Transform + pos: -2.5,2.5 + parent: 1 + - uid: 102 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 103 + components: + - type: Transform + pos: -3.5,3.5 + parent: 1 + - uid: 104 + components: + - type: Transform + pos: -3.5,2.5 + parent: 1 + - uid: 105 + components: + - type: Transform + pos: -0.5,2.5 + parent: 1 + - uid: 106 + components: + - type: Transform + pos: -0.5,1.5 + parent: 1 + - uid: 108 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 1 + - uid: 109 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 1 + - uid: 110 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 1 + - uid: 111 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 112 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 113 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 114 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 115 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 116 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 117 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 118 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 1 + - uid: 119 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 1 + - uid: 120 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 121 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 122 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 123 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 124 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 + - uid: 125 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 126 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1 + - uid: 127 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 + - uid: 128 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - uid: 129 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 130 + components: + - type: Transform + pos: 9.5,-5.5 + parent: 1 + - uid: 131 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 1 + - uid: 132 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 211 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 292 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 343 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1 + - uid: 345 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 348 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1 + - uid: 349 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 1 + - uid: 350 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 351 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 352 + components: + - type: Transform + pos: -2.5,-1.5 + parent: 1 + - uid: 377 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 389 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 1 + - uid: 398 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 400 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 408 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 779 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 780 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 +- proto: CableHV + entities: + - uid: 133 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 134 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 + - uid: 135 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - uid: 136 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 + - uid: 137 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - uid: 138 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 139 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 140 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 141 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 142 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 143 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 144 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 145 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 146 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 147 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 148 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 149 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 150 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 151 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 152 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 153 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 154 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 155 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 156 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 157 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 158 + components: + - type: Transform + pos: 3.5,4.5 + parent: 1 + - uid: 159 + components: + - type: Transform + pos: 3.5,5.5 + parent: 1 + - uid: 160 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - uid: 161 + components: + - type: Transform + pos: 2.5,6.5 + parent: 1 + - uid: 162 + components: + - type: Transform + pos: 1.5,6.5 + parent: 1 + - uid: 163 + components: + - type: Transform + pos: -0.5,6.5 + parent: 1 + - uid: 164 + components: + - type: Transform + pos: 0.5,6.5 + parent: 1 + - uid: 165 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 166 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 167 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 168 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 169 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 170 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 171 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 172 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - uid: 173 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 174 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 175 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 176 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 177 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 178 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 179 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1 + - uid: 180 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1 + - uid: 181 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 182 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 183 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 +- proto: CableMV + entities: + - uid: 184 + components: + - type: Transform + pos: 2.5,-7.5 + parent: 1 + - uid: 185 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - uid: 186 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 + - uid: 187 + components: + - type: Transform + pos: -2.5,-7.5 + parent: 1 + - uid: 188 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 1 + - uid: 189 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 + - uid: 190 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 1 + - uid: 191 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 + - uid: 192 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 193 + components: + - type: Transform + pos: -1.5,-4.5 + parent: 1 + - uid: 194 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 195 + components: + - type: Transform + pos: -0.5,-4.5 + parent: 1 + - uid: 196 + components: + - type: Transform + pos: 0.5,-4.5 + parent: 1 + - uid: 197 + components: + - type: Transform + pos: 1.5,-4.5 + parent: 1 + - uid: 198 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - uid: 199 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 1 + - uid: 200 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 1 + - uid: 201 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 1 + - uid: 202 + components: + - type: Transform + pos: 6.5,-4.5 + parent: 1 + - uid: 203 + components: + - type: Transform + pos: 7.5,-4.5 + parent: 1 + - uid: 204 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 + - uid: 205 + components: + - type: Transform + pos: 8.5,-5.5 + parent: 1 + - uid: 207 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 + - uid: 208 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 209 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 1 + - uid: 210 + components: + - type: Transform + pos: 2.5,-6.5 + parent: 1 + - uid: 212 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 213 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 214 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 + - uid: 215 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 1 + - uid: 216 + components: + - type: Transform + pos: 7.5,-2.5 + parent: 1 + - uid: 217 + components: + - type: Transform + pos: 7.5,-1.5 + parent: 1 + - uid: 218 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 1 + - uid: 219 + components: + - type: Transform + pos: 7.5,1.5 + parent: 1 + - uid: 220 + components: + - type: Transform + pos: 7.5,2.5 + parent: 1 + - uid: 221 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - uid: 222 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 + - uid: 223 + components: + - type: Transform + pos: 5.5,3.5 + parent: 1 + - uid: 224 + components: + - type: Transform + pos: 4.5,3.5 + parent: 1 + - uid: 225 + components: + - type: Transform + pos: 3.5,3.5 + parent: 1 + - uid: 226 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - uid: 227 + components: + - type: Transform + pos: 1.5,3.5 + parent: 1 + - uid: 228 + components: + - type: Transform + pos: 0.5,3.5 + parent: 1 + - uid: 229 + components: + - type: Transform + pos: -0.5,3.5 + parent: 1 + - uid: 230 + components: + - type: Transform + pos: -1.5,3.5 + parent: 1 + - uid: 231 + components: + - type: Transform + pos: -1.5,2.5 + parent: 1 + - uid: 232 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - uid: 233 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - uid: 234 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 1 + - uid: 235 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - uid: 236 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - uid: 237 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - uid: 238 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 239 + components: + - type: Transform + pos: 5.5,4.5 + parent: 1 + - uid: 240 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 241 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 242 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 + - uid: 243 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1 + - uid: 244 + components: + - type: Transform + pos: -2.5,0.5 + parent: 1 + - uid: 245 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 246 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 1 + - uid: 247 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 388 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1 +- proto: CableTerminal + entities: + - uid: 248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-11.5 + parent: 1 +- proto: Catwalk + entities: + - uid: 206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-8.5 + parent: 1 + - uid: 249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-10.5 + parent: 1 + - uid: 250 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-9.5 + parent: 1 +- proto: Chair + entities: + - uid: 252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-8.5 + parent: 1 + - uid: 253 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-12.5 + parent: 1 + - uid: 254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-12.5 + parent: 1 + - uid: 255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-8.5 + parent: 1 + - uid: 256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-9.5 + parent: 1 + - uid: 257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-10.5 + parent: 1 + - uid: 258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-9.5 + parent: 1 + - uid: 259 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 1 + - uid: 260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 1 +- proto: ChairOfficeDark + entities: + - uid: 261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5859528,-10.337278 + parent: 1 +- proto: ChairPilotSeat + entities: + - uid: 251 + components: + - type: Transform + pos: 1.5,4.5 + parent: 1 + - uid: 262 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,6.5 + parent: 1 + - uid: 263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,6.5 + parent: 1 + - uid: 264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,7.5 + parent: 1 + - uid: 265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,7.5 + parent: 1 + - uid: 266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,7.5 + parent: 1 + - uid: 267 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 1 + - uid: 271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-2.5 + parent: 1 + - uid: 272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 1 + - uid: 273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-2.5 + parent: 1 + - uid: 274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 1 + - uid: 275 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-2.5 + parent: 1 + - uid: 276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 1 + - uid: 278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-0.5 + parent: 1 + - uid: 279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 1 + - uid: 280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-3.5 + parent: 1 + - uid: 281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-3.5 + parent: 1 + - uid: 282 + components: + - type: Transform + pos: 1.5,0.5 + parent: 1 + - uid: 283 + components: + - type: Transform + pos: 0.5,0.5 + parent: 1 + - uid: 284 + components: + - type: Transform + pos: -1.5,4.5 + parent: 1 + - uid: 285 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 1 + - uid: 286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-3.5 + parent: 1 + - uid: 287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-3.5 + parent: 1 + - uid: 297 + components: + - type: Transform + pos: 0.5,4.5 + parent: 1 + - uid: 327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,2.5 + parent: 1 + - uid: 347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-3.5 + parent: 1 + - uid: 382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,2.5 + parent: 1 +- proto: ChairWood + entities: + - uid: 288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 1 + - uid: 289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-0.5 + parent: 1 + - uid: 290 + components: + - type: Transform + pos: 4.5,1.5 + parent: 1 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 268 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 + - uid: 291 + components: + - type: Transform + pos: 0.5,-6.5 + parent: 1 +- proto: ClosetFireFilled + entities: + - uid: 293 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 1 + - uid: 295 + components: + - type: Transform + pos: 6.5,-6.5 + parent: 1 +- proto: ClosetToolFilled + entities: + - uid: 296 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 1 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 298 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-10.5 + parent: 1 + - uid: 299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,5.5 + parent: 1 + - uid: 300 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-10.5 + parent: 1 + - uid: 301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-8.5 + parent: 1 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-8.5 + parent: 1 + - uid: 303 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 1 + - uid: 304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,5.5 + parent: 1 +- proto: ComputerAlert + entities: + - uid: 305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,6.5 + parent: 1 +- proto: ComputerComms + entities: + - uid: 306 + components: + - type: Transform + pos: 2.5,8.5 + parent: 1 +- proto: ComputerEmergencyShuttle + entities: + - uid: 307 + components: + - type: Transform + pos: 3.5,8.5 + parent: 1 +- proto: ComputerPowerMonitoring + entities: + - uid: 308 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,6.5 + parent: 1 +- proto: ComputerRadar + entities: + - uid: 309 + components: + - type: Transform + pos: 4.5,8.5 + parent: 1 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 310 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 +- proto: DogBed + entities: + - uid: 311 + components: + - type: Transform + pos: 6.5,7.5 + parent: 1 +- proto: DrinkCanPack + entities: + - uid: 312 + components: + - type: Transform + pos: 6.4505157,8.605185 + parent: 1 +- proto: DrinkGlass + entities: + - uid: 313 + components: + - type: Transform + pos: 10.504318,2.655363 + parent: 1 + - uid: 314 + components: + - type: Transform + pos: 6.52861,4.4300985 + parent: 1 +- proto: DrinkShaker + entities: + - uid: 315 + components: + - type: Transform + pos: 10.366066,4.171074 + parent: 1 +- proto: EmergencyRollerBed + entities: + - uid: 316 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 +- proto: EpinephrineChemistryBottle + entities: + - uid: 317 + components: + - type: Transform + pos: 1.3022232,-10.267988 + parent: 1 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 319 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 364 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 +- proto: FloorDrain + entities: + - uid: 331 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - type: Fixtures + fixtures: {} +- proto: FoodBoxDonut + entities: + - uid: 332 + components: + - type: Transform + pos: 5.533806,8.603839 + parent: 1 +- proto: FoodShakerPepper + entities: + - uid: 333 + components: + - type: Transform + pos: 4.234535,0.4991989 + parent: 1 +- proto: FoodShakerSalt + entities: + - uid: 334 + components: + - type: Transform + pos: 4.265785,0.7335739 + parent: 1 +- proto: GasMixerFlipped + entities: + - uid: 336 + components: + - type: Transform + pos: -2.5,-11.5 + parent: 1 + - type: GasMixer + targetPressure: 200 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeBend + entities: + - uid: 322 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 324 + components: + - type: Transform + pos: 7.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-11.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 339 + components: + - type: Transform + pos: 3.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 342 + components: + - type: Transform + pos: 8.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeStraight + entities: + - uid: 320 + components: + - type: Transform + pos: -2.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 361 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-6.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-8.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 371 + components: + - type: Transform + pos: 8.5,-7.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 372 + components: + - type: Transform + pos: 7.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 373 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 379 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 385 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 386 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 394 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 395 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 396 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 397 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 405 + components: + - type: Transform + pos: -1.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 406 + components: + - type: Transform + pos: -1.5,1.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 417 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeTJunction + entities: + - uid: 326 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 328 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-9.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 355 + components: + - type: Transform + pos: 2.5,3.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,2.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 387 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 436 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-0.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPort + entities: + - uid: 9 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-12.5 + parent: 1 + - uid: 443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-12.5 + parent: 1 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentPump + entities: + - uid: 21 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,2.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-5.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 358 + components: + - type: Transform + pos: 3.5,6.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 7 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 3 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-9.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 6 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-9.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 5 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,0.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-0.5 + parent: 1 + - type: DeviceNetwork + deviceLists: + - 2 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GeneratorBasic15kW + entities: + - uid: 466 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 1 + - uid: 778 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 1 +- proto: GravityGeneratorMini + entities: + - uid: 407 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 1 +- proto: Grille + entities: + - uid: 95 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 468 + components: + - type: Transform + pos: 11.5,3.5 + parent: 1 + - uid: 469 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 + - uid: 470 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 471 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 472 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 473 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 474 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 475 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1 + - uid: 476 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 477 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 478 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 479 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 480 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 481 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 482 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 483 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 484 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 485 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 486 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 488 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 1 + - uid: 489 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 490 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 + - uid: 491 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 492 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 +- proto: Gyroscope + entities: + - uid: 493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-9.5 + parent: 1 +- proto: Handcuffs + entities: + - uid: 494 + components: + - type: Transform + pos: 0.98402405,8.518225 + parent: 1 +- proto: HolofanProjector + entities: + - uid: 495 + components: + - type: Transform + pos: -3.584198,-9.54459 + parent: 1 +- proto: HoloprojectorSecurity + entities: + - uid: 496 + components: + - type: Transform + pos: 7.6487503,-9.888966 + parent: 1 +- proto: LockerEvidence + entities: + - uid: 497 + components: + - type: Transform + pos: 8.5,-12.5 + parent: 1 + - uid: 498 + components: + - type: Transform + pos: 7.5,-11.5 + parent: 1 +- proto: LockerMedicineFilled + entities: + - uid: 499 + components: + - type: Transform + pos: 4.5,-7.5 + parent: 1 +- proto: LockerSecurityFilled + entities: + - uid: 500 + components: + - type: Transform + pos: 7.5,-8.5 + parent: 1 +- proto: LootSpawnerIndustrialFluff + entities: + - uid: 501 + components: + - type: Transform + pos: 4.5,-2.5 + parent: 1 + - uid: 502 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 +- proto: MaintenanceToolSpawner + entities: + - uid: 391 + components: + - type: Transform + pos: -3.5,4.5 + parent: 1 +- proto: MedicalBed + entities: + - uid: 505 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 1 + - uid: 506 + components: + - type: Transform + pos: 5.5,-9.5 + parent: 1 +- proto: MedkitBruteFilled + entities: + - uid: 507 + components: + - type: Transform + pos: 2.1316605,-10.307613 + parent: 1 +- proto: MedkitFilled + entities: + - uid: 508 + components: + - type: Transform + pos: 2.4545822,-10.484819 + parent: 1 +- proto: MedkitToxinFilled + entities: + - uid: 509 + components: + - type: Transform + pos: 2.7670822,-10.307613 + parent: 1 +- proto: MopBucketFull + entities: + - uid: 510 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 +- proto: MopItem + entities: + - uid: 511 + components: + - type: Transform + pos: 8.441963,4.485895 + parent: 1 +- proto: PianoInstrument + entities: + - uid: 512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 1 +- proto: PillCanisterDermaline + entities: + - uid: 513 + components: + - type: Transform + pos: 1.7207336,-10.476149 + parent: 1 +- proto: PottedPlantRandomPlastic + entities: + - uid: 514 + components: + - type: Transform + pos: 4.5,4.5 + parent: 1 + - uid: 515 + components: + - type: Transform + pos: 8.5,-4.5 + parent: 1 +- proto: PowerCellRecharger + entities: + - uid: 516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-10.5 + parent: 1 +- proto: Poweredlight + entities: + - uid: 517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-8.5 + parent: 1 + - uid: 518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-10.5 + parent: 1 + - uid: 519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-10.5 + parent: 1 + - uid: 520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-10.5 + parent: 1 + - uid: 521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-10.5 + parent: 1 + - uid: 522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-10.5 + parent: 1 + - uid: 523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-6.5 + parent: 1 + - uid: 524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-0.5 + parent: 1 + - uid: 525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-2.5 + parent: 1 + - uid: 526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,2.5 + parent: 1 + - uid: 527 + components: + - type: Transform + pos: -0.5,4.5 + parent: 1 + - uid: 528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-5.5 + parent: 1 + - uid: 529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,6.5 + parent: 1 + - uid: 530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 1 + - uid: 772 + components: + - type: Transform + pos: -2.5,5.5 + parent: 1 +- proto: PoweredSmallLight + entities: + - uid: 321 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 + - uid: 531 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1 + - uid: 532 + components: + - type: Transform + pos: 9.5,-2.5 + parent: 1 + - uid: 534 + components: + - type: Transform + pos: 6.5,4.5 + parent: 1 + - uid: 535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 + - uid: 536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-0.5 + parent: 1 +- proto: Rack + entities: + - uid: 393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,4.5 + parent: 1 +- proto: RandomDrinkGlass + entities: + - uid: 538 + components: + - type: Transform + pos: 8.5,2.5 + parent: 1 + - uid: 539 + components: + - type: Transform + pos: 6.5,3.5 + parent: 1 +- proto: RandomFoodSingle + entities: + - uid: 540 + components: + - type: Transform + pos: 9.5,2.5 + parent: 1 +- proto: RandomPainting + entities: + - uid: 541 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 +- proto: RandomPosterLegit + entities: + - uid: 318 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 542 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 + - uid: 543 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 544 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 545 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 546 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 1 + - uid: 547 + components: + - type: Transform + pos: 10.5,5.5 + parent: 1 +- proto: RandomSpawner + entities: + - uid: 548 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 1 + - uid: 549 + components: + - type: Transform + pos: 5.5,6.5 + parent: 1 + - uid: 550 + components: + - type: Transform + pos: 7.5,0.5 + parent: 1 +- proto: ShuttersNormalOpen + entities: + - uid: 551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,8.5 + parent: 1 + - uid: 552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,9.5 + parent: 1 + - uid: 553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,9.5 + parent: 1 + - uid: 554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,9.5 + parent: 1 + - uid: 555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,9.5 + parent: 1 + - uid: 556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,9.5 + parent: 1 + - uid: 557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,8.5 + parent: 1 + - uid: 558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,9.5 + parent: 1 +- proto: ShuttersWindowOpen + entities: + - uid: 559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,9.5 + parent: 1 + - uid: 560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,9.5 + parent: 1 + - uid: 561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,9.5 + parent: 1 +- proto: ShuttleWindow + entities: + - uid: 370 + components: + - type: Transform + pos: -2.5,-13.5 + parent: 1 + - uid: 562 + components: + - type: Transform + pos: 11.5,1.5 + parent: 1 + - uid: 563 + components: + - type: Transform + pos: 11.5,3.5 + parent: 1 + - uid: 564 + components: + - type: Transform + pos: 7.5,8.5 + parent: 1 + - uid: 565 + components: + - type: Transform + pos: -0.5,8.5 + parent: 1 + - uid: 566 + components: + - type: Transform + pos: 11.5,4.5 + parent: 1 + - uid: 567 + components: + - type: Transform + pos: 0.5,9.5 + parent: 1 + - uid: 568 + components: + - type: Transform + pos: 1.5,9.5 + parent: 1 + - uid: 569 + components: + - type: Transform + pos: 2.5,9.5 + parent: 1 + - uid: 570 + components: + - type: Transform + pos: 3.5,9.5 + parent: 1 + - uid: 571 + components: + - type: Transform + pos: 4.5,9.5 + parent: 1 + - uid: 572 + components: + - type: Transform + pos: 5.5,9.5 + parent: 1 + - uid: 573 + components: + - type: Transform + pos: 6.5,9.5 + parent: 1 + - uid: 574 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 1 + - uid: 575 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 1 + - uid: 576 + components: + - type: Transform + pos: 11.5,2.5 + parent: 1 + - uid: 577 + components: + - type: Transform + pos: -4.5,2.5 + parent: 1 + - uid: 578 + components: + - type: Transform + pos: 7.5,9.5 + parent: 1 + - uid: 579 + components: + - type: Transform + pos: -0.5,9.5 + parent: 1 + - uid: 580 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 1 + - uid: 581 + components: + - type: Transform + pos: 3.5,-11.5 + parent: 1 + - uid: 583 + components: + - type: Transform + pos: -4.5,4.5 + parent: 1 + - uid: 584 + components: + - type: Transform + pos: -3.5,-1.5 + parent: 1 + - uid: 585 + components: + - type: Transform + pos: 4.5,-6.5 + parent: 1 + - uid: 586 + components: + - type: Transform + pos: 3.5,-6.5 + parent: 1 +- proto: SignalButton + entities: + - uid: 587 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,7.5 + parent: 1 + - type: DeviceLinkSource + linkedPorts: + 557: + - Pressed: Toggle + 558: + - Pressed: Toggle + 553: + - Pressed: Toggle + 552: + - Pressed: Toggle + 559: + - Pressed: Toggle + 561: + - Pressed: Toggle + 554: + - Pressed: Toggle + 555: + - Pressed: Toggle + 556: + - Pressed: Toggle + 551: + - Pressed: Toggle + 560: + - Pressed: Toggle +- proto: SignElectricalMed + entities: + - uid: 588 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 +- proto: SignEngineering + entities: + - uid: 589 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 +- proto: SignMedical + entities: + - uid: 590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 1 +- proto: SignSecurity + entities: + - uid: 591 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 1 +- proto: SinkWide + entities: + - uid: 592 + components: + - type: Transform + pos: 8.5,4.5 + parent: 1 + - uid: 593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-9.5 + parent: 1 +- proto: SMESBasic + entities: + - uid: 594 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 1 +- proto: SodaDispenser + entities: + - uid: 595 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,4.5 + parent: 1 +- proto: StasisBed + entities: + - uid: 596 + components: + - type: Transform + pos: 5.5,-8.5 + parent: 1 +- proto: StoolBar + entities: + - uid: 600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,4.5 + parent: 1 + - uid: 601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,3.5 + parent: 1 + - uid: 602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,1.5 + parent: 1 + - uid: 603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,1.5 + parent: 1 + - uid: 604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,1.5 + parent: 1 +- proto: SubstationBasic + entities: + - uid: 605 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 1 +- proto: SuitStorageEVAEmergency + entities: + - uid: 606 + components: + - type: Transform + pos: 10.5,-6.5 + parent: 1 +- proto: Syringe + entities: + - uid: 607 + components: + - type: Transform + pos: 1.4793091,-10.445194 + parent: 1 +- proto: Table + entities: + - uid: 608 + components: + - type: Transform + pos: 2.5,0.5 + parent: 1 + - uid: 609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,8.5 + parent: 1 + - uid: 610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,8.5 + parent: 1 + - uid: 611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-10.5 + parent: 1 + - uid: 612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-10.5 + parent: 1 + - uid: 613 + components: + - type: Transform + pos: 3.5,-10.5 + parent: 1 + - uid: 614 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 + - uid: 615 + components: + - type: Transform + pos: 5.5,8.5 + parent: 1 + - uid: 616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-2.5 + parent: 1 +- proto: TableCounterWood + entities: + - uid: 617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,2.5 + parent: 1 + - uid: 618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,2.5 + parent: 1 + - uid: 619 + components: + - type: Transform + pos: 10.5,4.5 + parent: 1 + - uid: 620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,4.5 + parent: 1 + - uid: 621 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,2.5 + parent: 1 + - uid: 622 + components: + - type: Transform + pos: 10.5,3.5 + parent: 1 + - uid: 623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 1 +- proto: TableReinforced + entities: + - uid: 624 + components: + - type: Transform + pos: 7.5,-10.5 + parent: 1 + - uid: 625 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 1 +- proto: TableWood + entities: + - uid: 626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,0.5 + parent: 1 +- proto: Thruster + entities: + - uid: 627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-13.5 + parent: 1 + - type: Thruster + enabled: False + - uid: 628 + components: + - type: Transform + pos: -2.5,7.5 + parent: 1 + - uid: 629 + components: + - type: Transform + pos: 9.5,7.5 + parent: 1 + - uid: 630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-2.5 + parent: 1 + - uid: 631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-2.5 + parent: 1 + - uid: 632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-0.5 + parent: 1 + - uid: 633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-0.5 + parent: 1 + - uid: 634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-14.5 + parent: 1 + - uid: 635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-14.5 + parent: 1 + - uid: 636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-14.5 + parent: 1 + - uid: 637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-13.5 + parent: 1 + - uid: 638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-12.5 + parent: 1 + - uid: 639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-12.5 + parent: 1 + - uid: 640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-12.5 + parent: 1 + - uid: 641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-12.5 + parent: 1 + - uid: 642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-14.5 + parent: 1 + - uid: 643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-14.5 + parent: 1 + - uid: 644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-14.5 + parent: 1 + - uid: 645 + components: + - type: Transform + pos: 8.5,8.5 + parent: 1 + - uid: 646 + components: + - type: Transform + pos: -1.5,8.5 + parent: 1 +- proto: ToiletEmpty + entities: + - uid: 647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-2.5 + parent: 1 +- proto: ToolboxEmergencyFilled + entities: + - uid: 648 + components: + - type: Transform + pos: 0.458107,8.701684 + parent: 1 +- proto: VendingMachineBooze + entities: + - uid: 649 + components: + - type: Transform + pos: 9.5,5.5 + parent: 1 +- proto: VendingMachineCigs + entities: + - uid: 650 + components: + - type: Transform + pos: 6.5,1.5 + parent: 1 +- proto: VendingMachineMedical + entities: + - uid: 651 + components: + - type: Transform + pos: 1.5,-8.5 + parent: 1 +- proto: VendingMachineTankDispenserEVA + entities: + - uid: 652 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 1 +- proto: VendingMachineWallMedical + entities: + - uid: 392 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 +- proto: WallShuttle + entities: + - uid: 653 + components: + - type: Transform + pos: -4.5,-7.5 + parent: 1 + - uid: 654 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 1 + - uid: 655 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 1 + - uid: 656 + components: + - type: Transform + pos: -3.5,-2.5 + parent: 1 + - uid: 657 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 1 + - uid: 658 + components: + - type: Transform + pos: -3.5,0.5 + parent: 1 + - uid: 659 + components: + - type: Transform + pos: -4.5,0.5 + parent: 1 + - uid: 660 + components: + - type: Transform + pos: -3.5,5.5 + parent: 1 + - uid: 661 + components: + - type: Transform + pos: -2.5,6.5 + parent: 1 + - uid: 662 + components: + - type: Transform + pos: -1.5,6.5 + parent: 1 + - uid: 663 + components: + - type: Transform + pos: -1.5,7.5 + parent: 1 + - uid: 664 + components: + - type: Transform + pos: -0.5,7.5 + parent: 1 + - uid: 665 + components: + - type: Transform + pos: 7.5,7.5 + parent: 1 + - uid: 666 + components: + - type: Transform + pos: 8.5,7.5 + parent: 1 + - uid: 667 + components: + - type: Transform + pos: 8.5,6.5 + parent: 1 + - uid: 668 + components: + - type: Transform + pos: 9.5,6.5 + parent: 1 + - uid: 669 + components: + - type: Transform + pos: 10.5,5.5 + parent: 1 + - uid: 670 + components: + - type: Transform + pos: 11.5,0.5 + parent: 1 + - uid: 671 + components: + - type: Transform + pos: 10.5,0.5 + parent: 1 + - uid: 672 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 1 + - uid: 673 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 1 + - uid: 674 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 1 + - uid: 675 + components: + - type: Transform + pos: 10.5,-3.5 + parent: 1 + - uid: 676 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 1 + - uid: 677 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 1 + - uid: 678 + components: + - type: Transform + pos: 9.5,-3.5 + parent: 1 + - uid: 679 + components: + - type: Transform + pos: 11.5,-8.5 + parent: 1 + - uid: 680 + components: + - type: Transform + pos: 11.5,-10.5 + parent: 1 + - uid: 681 + components: + - type: Transform + pos: 11.5,-11.5 + parent: 1 + - uid: 682 + components: + - type: Transform + pos: 11.5,-9.5 + parent: 1 + - uid: 683 + components: + - type: Transform + pos: 11.5,-12.5 + parent: 1 + - uid: 684 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 1 + - uid: 685 + components: + - type: Transform + pos: 8.5,-13.5 + parent: 1 + - uid: 686 + components: + - type: Transform + pos: 7.5,-13.5 + parent: 1 + - uid: 687 + components: + - type: Transform + pos: 7.5,-12.5 + parent: 1 + - uid: 688 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 1 + - uid: 689 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 1 + - uid: 690 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 1 + - uid: 691 + components: + - type: Transform + pos: 4.5,-11.5 + parent: 1 + - uid: 692 + components: + - type: Transform + pos: 2.5,-11.5 + parent: 1 + - uid: 693 + components: + - type: Transform + pos: 1.5,-11.5 + parent: 1 + - uid: 694 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 1 + - uid: 695 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 1 + - uid: 696 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 1 + - uid: 697 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 1 + - uid: 698 + components: + - type: Transform + pos: -3.5,-13.5 + parent: 1 + - uid: 699 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 1 + - uid: 700 + components: + - type: Transform + pos: -4.5,-11.5 + parent: 1 + - uid: 701 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 1 + - uid: 702 + components: + - type: Transform + pos: -4.5,-9.5 + parent: 1 + - uid: 703 + components: + - type: Transform + pos: -4.5,-8.5 + parent: 1 + - uid: 704 + components: + - type: Transform + pos: 9.5,-6.5 + parent: 1 + - uid: 705 + components: + - type: Transform + pos: 11.5,-4.5 + parent: 1 + - uid: 706 + components: + - type: Transform + pos: 11.5,-6.5 + parent: 1 + - uid: 707 + components: + - type: Transform + pos: 9.5,-4.5 + parent: 1 + - uid: 708 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 1 +- proto: WallShuttleDiagonal + entities: + - uid: 709 + components: + - type: Transform + pos: -3.5,6.5 + parent: 1 + - uid: 710 + components: + - type: Transform + pos: -4.5,5.5 + parent: 1 + - uid: 711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,6.5 + parent: 1 + - uid: 712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,5.5 + parent: 1 + - uid: 713 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-13.5 + parent: 1 + - uid: 714 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-13.5 + parent: 1 +- proto: WallShuttleInterior + entities: + - uid: 366 + components: + - type: Transform + pos: 4.5,5.5 + parent: 1 + - uid: 715 + components: + - type: Transform + pos: -3.5,-7.5 + parent: 1 + - uid: 716 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 1 + - uid: 717 + components: + - type: Transform + pos: 6.5,-9.5 + parent: 1 + - uid: 718 + components: + - type: Transform + pos: 6.5,-8.5 + parent: 1 + - uid: 719 + components: + - type: Transform + pos: 6.5,-7.5 + parent: 1 + - uid: 720 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 1 + - uid: 721 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 1 + - uid: 722 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 1 + - uid: 723 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 1 + - uid: 724 + components: + - type: Transform + pos: 7.5,5.5 + parent: 1 + - uid: 725 + components: + - type: Transform + pos: 8.5,5.5 + parent: 1 + - uid: 726 + components: + - type: Transform + pos: 5.5,-6.5 + parent: 1 + - uid: 727 + components: + - type: Transform + pos: 6.5,5.5 + parent: 1 + - uid: 729 + components: + - type: Transform + pos: 5.5,5.5 + parent: 1 + - uid: 730 + components: + - type: Transform + pos: 0.5,5.5 + parent: 1 + - uid: 731 + components: + - type: Transform + pos: 1.5,5.5 + parent: 1 + - uid: 732 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 1 + - uid: 733 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 1 + - uid: 734 + components: + - type: Transform + pos: 1.5,-7.5 + parent: 1 + - uid: 735 + components: + - type: Transform + pos: -0.5,5.5 + parent: 1 + - uid: 736 + components: + - type: Transform + pos: 2.5,5.5 + parent: 1 + - uid: 737 + components: + - type: Transform + pos: -1.5,5.5 + parent: 1 + - uid: 738 + components: + - type: Transform + pos: 1.5,-6.5 + parent: 1 + - uid: 739 + components: + - type: Transform + pos: 9.5,-7.5 + parent: 1 + - uid: 740 + components: + - type: Transform + pos: 8.5,-1.5 + parent: 1 + - uid: 741 + components: + - type: Transform + pos: 4.5,-1.5 + parent: 1 + - uid: 742 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 1 + - uid: 743 + components: + - type: Transform + pos: 7.5,-7.5 + parent: 1 + - uid: 744 + components: + - type: Transform + pos: 6.5,2.5 + parent: 1 + - uid: 745 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 1 + - uid: 746 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 1 + - uid: 747 + components: + - type: Transform + pos: 3.5,0.5 + parent: 1 + - uid: 748 + components: + - type: Transform + pos: 3.5,1.5 + parent: 1 + - uid: 749 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 1 + - uid: 750 + components: + - type: Transform + pos: 3.5,-2.5 + parent: 1 + - uid: 751 + components: + - type: Transform + pos: 0.5,1.5 + parent: 1 + - uid: 752 + components: + - type: Transform + pos: 1.5,1.5 + parent: 1 + - uid: 753 + components: + - type: Transform + pos: 2.5,1.5 + parent: 1 + - uid: 754 + components: + - type: Transform + pos: 5.5,-7.5 + parent: 1 + - uid: 755 + components: + - type: Transform + pos: 3.5,-3.5 + parent: 1 + - uid: 756 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 1 +- proto: WeaponCapacitorRecharger + entities: + - uid: 758 + components: + - type: Transform + pos: 7.5,-9.5 + parent: 1 + - uid: 759 + components: + - type: Transform + pos: 1.5,8.5 + parent: 1 +- proto: WindoorBarKitchenLocked + entities: + - uid: 760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,2.5 + parent: 1 +- proto: WindoorSecureAtmosphericsLocked + entities: + - uid: 761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-11.5 + parent: 1 +- proto: WindoorSecureSecurityLocked + entities: + - uid: 762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-11.5 + parent: 1 +- proto: WindowReinforcedDirectional + entities: + - uid: 294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-8.5 + parent: 1 + - uid: 763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,2.5 + parent: 1 + - uid: 764 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-11.5 + parent: 1 + - uid: 765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-11.5 + parent: 1 + - uid: 766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-12.5 + parent: 1 + - uid: 768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-11.5 + parent: 1 + - uid: 769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-11.5 + parent: 1 + - uid: 770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-10.5 + parent: 1 + - uid: 771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-9.5 + parent: 1 +... diff --git a/Resources/Maps/amber.yml b/Resources/Maps/amber.yml index 58929a382fe..a78de02e465 100644 --- a/Resources/Maps/amber.yml +++ b/Resources/Maps/amber.yml @@ -73,59 +73,59 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: CQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAABCQAAAAADDwAAAAABDwAAAAACDwAAAAAADwAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAAADwAAAAABDwAAAAABDwAAAAACDwAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACDwAAAAADDwAAAAAADwAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAADwAAAAACDwAAAAABDwAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACDgAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAACGgAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADDwAAAAAADwAAAAADDwAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAACGgAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAABDwAAAAADDwAAAAABDwAAAAABDwAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAADDwAAAAAADwAAAAACDwAAAAAADwAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAADDwAAAAAADwAAAAAADwAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABDwAAAAAADwAAAAABDwAAAAABCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACDgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAABGgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABDwAAAAADDwAAAAADDwAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAADGgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: CQAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAAACQAAAAACCQAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAADHAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAABDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAAHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAACCQAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAACCQAAAAADCQAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAABDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAACHAAAAAADDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAACHAAAAAACHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: IwAAAAACIwAAAAABIwAAAAABIwAAAAAAIwAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAAAIwAAAAABIwAAAAAAIwAAAAACIwAAAAACIwAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAADDgAAAAAAHAAAAAABHAAAAAACIwAAAAABIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABHAAAAAACHAAAAAABHAAAAAACHAAAAAABDgAAAAAAHAAAAAADHAAAAAABIwAAAAAAIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAABCQAAAAADCQAAAAACCQAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAACIwAAAAACIwAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADHAAAAAADIwAAAAACIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAACHAAAAAADHAAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAABIwAAAAACIwAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIwAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAADHAAAAAACHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAABIwAAAAADAAAAAAAGAAAAAAAAIwAAAAADIwAAAAAAHAAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABHAAAAAADIwAAAAADIwAAAAACAAAAAAAEAAAAAAAHIwAAAAACIwAAAAAAHAAAAAAAKQAAAAAAKwAAAAAAKwAAAAACKwAAAAACDgAAAAAACQAAAAAAHAAAAAACDgAAAAAAHAAAAAADIwAAAAADIwAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAACHAAAAAAADgAAAAAAKwAAAAAAKwAAAAACKwAAAAADDgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAABDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAB + tiles: IwAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAAADgAAAAAAHAAAAAACHAAAAAAAIwAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABHAAAAAADHAAAAAADHAAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAACIwAAAAABIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAAACQAAAAACCQAAAAADCQAAAAACHAAAAAADHAAAAAACHAAAAAADHAAAAAABIwAAAAACIwAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAAHAAAAAAAIwAAAAADIwAAAAACIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAADHAAAAAABHAAAAAADDgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAADIwAAAAADIwAAAAABAAAAAAAIAAAAAAAAIwAAAAADIwAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAACIwAAAAACIwAAAAADAAAAAAAAAAAAAAAAIwAAAAABIwAAAAABHAAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADHAAAAAADIwAAAAABIwAAAAACAAAAAAAAAAAAAAAAIwAAAAACIwAAAAADHAAAAAACKQAAAAAAKwAAAAACKwAAAAADKwAAAAACDgAAAAAACQAAAAABHAAAAAADDgAAAAAAHAAAAAABIwAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAABIwAAAAADHAAAAAABDgAAAAAAKwAAAAAAKwAAAAADKwAAAAABDgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAC version: 6 -1,-4: ind: -1,-4 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAACCQAAAAADDgAAAAAAIwAAAAABIwAAAAABDgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADIwAAAAAAIwAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACIwAAAAADIwAAAAAAIwAAAAABIwAAAAACIwAAAAADDgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAAD + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAAIwAAAAAAIwAAAAADDgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABIwAAAAAAIwAAAAACDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAABIwAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAA version: 6 -1,-5: ind: -1,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABDgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: CQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAMAAAAAAHDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABHAAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABHAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAABCQAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACLwAAAAACLwAAAAADLwAAAAACLwAAAAABLwAAAAADLwAAAAADLwAAAAAALwAAAAADLwAAAAAALwAAAAACLwAAAAAALwAAAAACLwAAAAAALwAAAAACLwAAAAABLwAAAAADAAAAAAAALwAAAAADLwAAAAACLwAAAAADAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACAAAAAAACLwAAAAACLwAAAAABLwAAAAABAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAALwAAAAABLwAAAAACLwAAAAABAAAAAAAIAAAAAAAGDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAAAAAAAALwAAAAACLwAAAAABLwAAAAADAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAMAAAAAAGMAAAAAAAMAAAAAAFLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAAMAAAAAAAMAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAAMAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAAACQAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADLwAAAAABLwAAAAADLwAAAAAALwAAAAABLwAAAAAALwAAAAACLwAAAAABLwAAAAACLwAAAAACLwAAAAABLwAAAAAALwAAAAABLwAAAAACLwAAAAABLwAAAAAALwAAAAACAAAAAAAALwAAAAAALwAAAAAALwAAAAACAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAACAAAAAAAALwAAAAAALwAAAAABLwAAAAABAAAAAAABAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAALwAAAAADLwAAAAADLwAAAAADAAAAAAAAAAAAAAAKDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAAAAAAAALwAAAAAALwAAAAAALwAAAAACAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAALwAAAAAALwAAAAACLwAAAAAAAAAAAAALAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAAAAAAAAAALwAAAAACLwAAAAAALwAAAAADAAAAAAAAAAAAAAAJDgAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAADHAAAAAADCQAAAAAACQAAAAABDgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAMQAAAAAAMQAAAAABMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAACQAAAAADCQAAAAACDgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABLgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: AAAAAAAALwAAAAAALwAAAAABLwAAAAACAAAAAAAAAAAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADAAAAAAAALwAAAAABLwAAAAAALwAAAAABAAAAAAAAAAAAAAACDgAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAALwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAACHAAAAAACCQAAAAABCQAAAAACDgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAMQAAAAADMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAACQAAAAABCQAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABLgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: LAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADHAAAAAACCQAAAAACHAAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACHAAAAAABCQAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACHAAAAAADCQAAAAAAHAAAAAADHAAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACHAAAAAABCQAAAAAAHAAAAAACHAAAAAADDgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAAACQAAAAACCQAAAAAACQAAAAABHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAAHAAAAAABCQAAAAACHAAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAABCQAAAAABDgAAAAAAHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAACHAAAAAACCQAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABHAAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADHAAAAAAACQAAAAAAHAAAAAACCQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAADHAAAAAAACQAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACHAAAAAADCQAAAAABHAAAAAACHAAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAAACQAAAAAACQAAAAADHAAAAAABCQAAAAACHAAAAAABHAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAABCQAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAACDgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAACQAAAAABCQAAAAADCQAAAAACHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABDgAAAAAACQAAAAABCQAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAAHAAAAAACCQAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADDgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAABHAAAAAACHAAAAAACHAAAAAAAHAAAAAABCQAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAAACQAAAAAC version: 6 -2,-2: ind: -2,-2 - tiles: MwAAAAADMwAAAAADMwAAAAABMwAAAAACMwAAAAAAMwAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAANwAAAAADNwAAAAAANwAAAAADNwAAAAADCQAAAAADMwAAAAADMwAAAAAAMwAAAAADMwAAAAACMwAAAAADMwAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAANwAAAAABNwAAAAABNwAAAAAANwAAAAADDgAAAAAADgAAAAAAMwAAAAACDgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADDgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAAOAAAAAADOAAAAAADOAAAAAABOAAAAAACOAAAAAADDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAAOAAAAAADOAAAAAABOAAAAAABOAAAAAABOAAAAAADDgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABHAAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAACOAAAAAAAOAAAAAABOAAAAAACOAAAAAABOAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAAOAAAAAADOAAAAAABOAAAAAAAOAAAAAADOAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAABLAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAAD + tiles: MwAAAAACMwAAAAABMwAAAAABMwAAAAABMwAAAAADMwAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAADMwAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAAADgAAAAAANwAAAAABNwAAAAABNwAAAAAANwAAAAADCQAAAAABMwAAAAAAMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACDgAAAAAANwAAAAABNwAAAAAANwAAAAAANwAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABDgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAABHAAAAAAAHAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAAOAAAAAAAOAAAAAABOAAAAAADOAAAAAACOAAAAAACDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAAOAAAAAABOAAAAAADOAAAAAABOAAAAAACOAAAAAADDgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAACOAAAAAADOAAAAAABOAAAAAACOAAAAAADOAAAAAADDgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAAOAAAAAABOAAAAAAAOAAAAAADOAAAAAADOAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADLAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAAD version: 6 -2,-3: ind: -2,-3 - tiles: DgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAIwAAAAABIwAAAAAAIwAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAAIwAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAAHAAAAAACHAAAAAABDgAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAADDgAAAAAAHAAAAAADIwAAAAABIwAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAACHAAAAAACDgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAABDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAABHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAABMwAAAAAADgAAAAAAHAAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAADDgAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAACDgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAACHAAAAAADHAAAAAABHAAAAAACDgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAABDgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAABHAAAAAACHAAAAAABMwAAAAADMwAAAAACMwAAAAACMwAAAAACMwAAAAABMwAAAAABMwAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAAHAAAAAAACQAAAAADHAAAAAADHAAAAAADHAAAAAABMwAAAAAAMwAAAAABMwAAAAADMwAAAAADMwAAAAABMwAAAAACMwAAAAABCQAAAAABCQAAAAACCQAAAAAADgAAAAAAHAAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAADHAAAAAAA + tiles: DgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAIwAAAAACIwAAAAAAIwAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADHAAAAAADDgAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADDgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAAADgAAAAAAHAAAAAAAIwAAAAADIwAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACDgAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAADDgAAAAAAHAAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAABMwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAAAHAAAAAAAHAAAAAABHAAAAAADDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAABMwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAABMwAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAACHAAAAAABHAAAAAADHAAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAAHAAAAAADCQAAAAAAHAAAAAADHAAAAAACHAAAAAADMwAAAAACMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAACMwAAAAABCQAAAAADCQAAAAAACQAAAAAADgAAAAAAHAAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: CQAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABDgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAACHAAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAAAOQAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAADHAAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAAOQAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAAIwAAAAABDgAAAAAAIwAAAAADIwAAAAABDgAAAAAAHAAAAAADHAAAAAABCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAAADgAAAAAAHAAAAAACHAAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAABIwAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAAAIwAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAABDgAAAAAAIwAAAAACIwAAAAAA + tiles: CQAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABDgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAACOQAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAAOQAAAAADDgAAAAAAHAAAAAACHAAAAAACHAAAAAAAHAAAAAACHAAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAABIwAAAAABDgAAAAAAHAAAAAAAHAAAAAADCQAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAACIwAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAACIwAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAABHAAAAAADDgAAAAAAIwAAAAACIwAAAAAB version: 6 -2,-5: ind: -2,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA version: 6 -2,0: ind: -2,0 - tiles: DgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAABHAAAAAABDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAACHAAAAAADDgAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAADHAAAAAADDgAAAAAAHAAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAADDgAAAAAAHAAAAAACHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAADHAAAAAABHAAAAAADHAAAAAABHAAAAAADDgAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAACMwAAAAACMwAAAAABHAAAAAACHAAAAAABHAAAAAADHAAAAAACHAAAAAADIwAAAAADIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAMwAAAAADMwAAAAAAMwAAAAADHAAAAAADHAAAAAAAHAAAAAABHAAAAAADDgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAALwAAAAACDgAAAAAADgAAAAAAMwAAAAAAMwAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAAIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAA + tiles: DgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAACHAAAAAAAHAAAAAADHAAAAAABHAAAAAADDgAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAADHAAAAAACIwAAAAAAIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAMwAAAAAAMwAAAAADMwAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAACDgAAAAAAIwAAAAADIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAALwAAAAACDgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAABDgAAAAAAIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAA version: 6 -2,1: ind: -2,1 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAGAAAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAMDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAA version: 6 -2,2: ind: -2,2 @@ -137,15 +137,15 @@ entities: version: 6 -3,-2: ind: -3,-2 - tiles: CQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAAAMwAAAAAAMwAAAAACMwAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAAAMwAAAAABMwAAAAADMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAACLgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAABMwAAAAADDgAAAAAAHAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAABMwAAAAADMwAAAAACMwAAAAACDgAAAAAAHAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAAAMwAAAAADDgAAAAAAHAAAAAADLgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAAAMwAAAAADLgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABMwAAAAADMwAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAABLAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAADDgAAAAAAMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAABMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAACMwAAAAABMwAAAAACMwAAAAACMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAAMwAAAAABMwAAAAACMwAAAAACMwAAAAABMwAAAAADMwAAAAACMwAAAAACMwAAAAAAMwAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAACMwAAAAACMwAAAAABLgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADDgAAAAAAHAAAAAADLgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAADMwAAAAAAMwAAAAABDgAAAAAAHAAAAAACLgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAAAMwAAAAACMwAAAAAADgAAAAAAHAAAAAABLgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAAAMwAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAAMwAAAAABMwAAAAADMwAAAAACMwAAAAADMwAAAAABMwAAAAAAMwAAAAACMwAAAAAAMwAAAAACLgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAABMwAAAAADMwAAAAABMwAAAAAAMwAAAAADMwAAAAABMwAAAAAAMwAAAAACMwAAAAABMwAAAAADLAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAACMwAAAAAAMwAAAAADMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAACHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADIwAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADHAAAAAADHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACIwAAAAACMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAAAMwAAAAADDgAAAAAAIwAAAAAAIwAAAAACIwAAAAAAMwAAAAABMwAAAAABDgAAAAAAMwAAAAAAMwAAAAAAAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAAAAAAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAACDgAAAAAAMQAAAAABMQAAAAABMQAAAAACLgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAABMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAAMwAAAAADMwAAAAAAMwAAAAADDgAAAAAAMwAAAAADMwAAAAADMwAAAAACLgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAADLgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAAMwAAAAABMwAAAAADMwAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAADDgAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAAMwAAAAAAMwAAAAABMwAAAAACLgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAAAMwAAAAAAMwAAAAABMwAAAAADDgAAAAAAMwAAAAABMwAAAAAAMwAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAADgAAAAAAMwAAAAACDgAAAAAA + tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAADLgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAADMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAADMwAAAAABMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAABMwAAAAAADgAAAAAAIwAAAAAAIwAAAAAAIwAAAAADMwAAAAABMwAAAAACDgAAAAAAMwAAAAABMwAAAAADAAAAAAAIAAAAAAAAKQAAAAAAKQAAAAAAAAAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAABDgAAAAAAMQAAAAADMQAAAAACMQAAAAACLgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAADDgAAAAAAMwAAAAABMwAAAAADMwAAAAADLgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAABHAAAAAABHAAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAADDgAAAAAADgAAAAAAMwAAAAABDgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAADDgAAAAAAMwAAAAACMwAAAAABMwAAAAACLgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAACHAAAAAAAHAAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAACDgAAAAAAMwAAAAADMwAAAAABMwAAAAACLgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAACMwAAAAABMwAAAAAAMwAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAACDgAAAAAADgAAAAAAMwAAAAAADgAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAAGgAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAAGgAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -3,-5: ind: -3,-5 @@ -153,7 +153,7 @@ entities: version: 6 -3,0: ind: -3,0 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMQAAAAABMQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAD + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMQAAAAACMQAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAA version: 6 -3,1: ind: -3,1 @@ -165,15 +165,15 @@ entities: version: 6 -4,-1: ind: -4,-1 - tiles: HAAAAAABDgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: HAAAAAABDgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABCQAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABCQAAAAADCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAADMwAAAAACMwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABCQAAAAAADgAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAADMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAAACQAAAAAADgAAAAAA version: 6 -4,-4: ind: -4,-4 @@ -181,7 +181,7 @@ entities: version: 6 -5,-1: ind: -5,-1 - tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAACOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -5,-2: ind: -5,-2 @@ -197,31 +197,31 @@ entities: version: 6 0,-1: ind: 0,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAADDgAAAAAAPAAAAAAFDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAACPAAAAAAAIwAAAAADPAAAAAACDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAAAAAAAAAAAAAAAAFAQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAMDgAAAAAAAAAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAHDgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAADPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAACPQAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGDgAAAAAAPAAAAAAGDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAABPAAAAAAFIwAAAAACPAAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAAAAAAAAAAAAAAAADAQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAGAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAAAAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAABDgAAAAAAHAAAAAADPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAABPQAAAAAD version: 6 0,-2: ind: 0,-2 - tiles: IQAAAAADIQAAAAACDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDwAAAAABDwAAAAABDwAAAAADCQAAAAABHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAACCQAAAAABCQAAAAADDwAAAAAAMgAAAAAADwAAAAAACQAAAAADHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACDwAAAAABDwAAAAAADwAAAAACCQAAAAADHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAABHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAADDgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: IQAAAAACIQAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABDwAAAAADDwAAAAADDwAAAAADCQAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAAACQAAAAABCQAAAAABDwAAAAAAMgAAAAAADwAAAAABCQAAAAABHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDwAAAAABDwAAAAACDwAAAAACCQAAAAACHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: CQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAAIwAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAAADgAAAAAAIwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAABIwAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABAAAAAAAADgAAAAAADgAAAAAAIwAAAAABGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAAIwAAAAABIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAAIwAAAAACIwAAAAADIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAACDgAAAAAAIwAAAAABIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIQAAAAABIQAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAACDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAAAIQAAAAACIQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAAB + tiles: CQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAACIwAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAACDgAAAAAAIwAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAACIwAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAAAAAAAAADgAAAAAADgAAAAAAIwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADDgAAAAAAIwAAAAACIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABDgAAAAAAIwAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAACIQAAAAADIQAAAAABDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADIQAAAAACIQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAAC version: 6 0,-4: ind: 0,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAAMQAAAAAAMQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAAMQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAAADgAAAAAAMQAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAADCQAAAAABCQAAAAAB + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAAMQAAAAACMQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAADDgAAAAAAMQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAAMQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAB version: 6 0,-5: ind: 0,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAA version: 6 0,0: ind: 0,0 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAABMAAAAAAGDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAPQAAAAAALAAAAAAAMAAAAAAALAAAAAAALAAAAAAALAAAAAAAMAAAAAAMMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAACOwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABOwAAAAAAOwAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAKDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABPQAAAAABLgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAJLAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAACQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADLwAAAAABLwAAAAADLwAAAAACLwAAAAADLwAAAAAALwAAAAABLwAAAAADLwAAAAAALwAAAAAALwAAAAABLwAAAAAALwAAAAADLwAAAAADLwAAAAABDgAAAAAALwAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABPQAAAAABLAAAAAAAMAAAAAAALAAAAAAALAAAAAAALAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAAAOwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAACOwAAAAAAOwAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAAAPQAAAAADLgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAADQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAACLwAAAAAALwAAAAAALwAAAAABLwAAAAADLwAAAAABLwAAAAACLwAAAAACLwAAAAAALwAAAAAALwAAAAADLwAAAAABLwAAAAACLwAAAAADLwAAAAACDgAAAAAALwAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAA version: 6 0,1: ind: 0,1 - tiles: CQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACDgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: CQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 0,2: ind: 0,2 @@ -229,19 +229,19 @@ entities: version: 6 1,-1: ind: 1,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAAAMQAAAAACMQAAAAABMQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABAAAAAAAEDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADAAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAADHAAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACHAAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAACQAAAAADHAAAAAACDgAAAAAALAAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAADCQAAAAACHAAAAAADDgAAAAAACQAAAAAB + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAABMQAAAAAAMQAAAAACMQAAAAADDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABAAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABAAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAADHAAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADHAAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAACQAAAAABHAAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAACCQAAAAAAHAAAAAADDgAAAAAACQAAAAAD version: 6 1,-2: ind: 1,-2 - tiles: CQAAAAABCQAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACDgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAABCQAAAAAADwAAAAABCQAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAABCQAAAAADDwAAAAABCQAAAAABCQAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABHAAAAAABDgAAAAAAHAAAAAADCQAAAAABCQAAAAABCQAAAAADHAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAAA + tiles: CQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAABDgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACDgAAAAAAHAAAAAACDgAAAAAAHAAAAAADCQAAAAACDwAAAAABCQAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAAHAAAAAACDgAAAAAAHAAAAAABCQAAAAABDwAAAAABCQAAAAADCQAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAABHAAAAAACDgAAAAAAHAAAAAADCQAAAAAACQAAAAADCQAAAAACHAAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAAD version: 6 1,-3: ind: 1,-3 - tiles: DgAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAACIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAAMQAAAAABMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAABIwAAAAAAIwAAAAAAIwAAAAABIwAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACIwAAAAACIwAAAAACIwAAAAADIwAAAAACIwAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAAAIwAAAAAAIwAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAACDgAAAAAAIwAAAAADIwAAAAABIwAAAAADIwAAAAAAIwAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAADHAAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADDgAAAAAAMQAAAAABMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAABIwAAAAACDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADDgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAAIwAAAAAAIwAAAAAAIwAAAAABIwAAAAABIwAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAADIwAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAACHAAAAAACHAAAAAADDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAAAHAAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAAMwAAAAADMwAAAAAADgAAAAAAQQAAAAAAQQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAAMwAAAAADMwAAAAACDgAAAAAAQQAAAAACQQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAADDgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAALAAAAAAALAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAAQQAAAAAAQQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAAMwAAAAABMwAAAAABDgAAAAAAQQAAAAACQQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAAAMQAAAAADDgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAACMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAALAAAAAAALAAAAAAA version: 6 1,-5: ind: 1,-5 @@ -249,71 +249,71 @@ entities: version: 6 1,0: ind: 1,0 - tiles: DgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAAADgAAAAAACQAAAAAACQAAAAACHAAAAAACDgAAAAAACQAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAACQAAAAABCQAAAAAAHAAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAACQAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAACQAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACHAAAAAACDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAADgAAAAAACQAAAAACDgAAAAAAHAAAAAABDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAQAAAAAACDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACLwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAAD + tiles: DgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAADHAAAAAABDgAAAAAACQAAAAADCQAAAAACHAAAAAADDgAAAAAACQAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAADCQAAAAAAHAAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAACQAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAACQAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAACDgAAAAAACQAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADQAAAAAADDgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADLwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAAA version: 6 1,1: ind: 1,1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAGDgAAAAAACQAAAAADDgAAAAAALgAAAAAALAAAAAAAMAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAMAAAAAAEDgAAAAAAMAAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAADCQAAAAADCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAACCQAAAAADCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADLgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABLAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAADDgAAAAAACQAAAAABDgAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAAMAAAAAAAMAAAAAADLAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAADCQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAABQwAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADLgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAC version: 6 1,2: ind: 1,2 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: CQAAAAADDgAAAAAAQAAAAAACQAAAAAABDwAAAAACQAAAAAACQAAAAAACQAAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAABDgAAAAAAQAAAAAAAQAAAAAABDwAAAAADQAAAAAABQAAAAAACDgAAAAAAQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAQAAAAAAAQAAAAAADDwAAAAAAQAAAAAACQAAAAAABQAAAAAADQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAABDgAAAAAAQAAAAAABQAAAAAADQAAAAAAAQAAAAAAAQAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAADDgAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAACIwAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAABIwAAAAACIwAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAAAIwAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAABCQAAAAAACQAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAACDgAAAAAAQAAAAAAAQAAAAAABDwAAAAACQAAAAAADQAAAAAACQAAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAAQAAAAAACQAAAAAACDwAAAAADQAAAAAADQAAAAAACDgAAAAAAQAAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAAQAAAAAADQAAAAAAADwAAAAABQAAAAAACQAAAAAACQAAAAAACQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAACDgAAAAAAQAAAAAAAQAAAAAADQAAAAAAAQAAAAAADQAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAABDgAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAACIwAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAACDgAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAACIwAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAADIwAAAAABDgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAADCQAAAAADCQAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAQwAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: CQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAAADgAAAAAAOQAAAAADOQAAAAACOQAAAAABOQAAAAABDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAACOQAAAAACOQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACOQAAAAADOQAAAAAAOQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAAARQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAACHAAAAAADHAAAAAACDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAABHAAAAAAAHAAAAAACHAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACGgAAAAADLwAAAAADDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAAGgAAAAACDgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAABGgAAAAADLwAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACGgAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAACGgAAAAADLwAAAAACCQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADGgAAAAAADgAAAAAACQAAAAACDgAAAAAAQAAAAAADQAAAAAACQAAAAAAAQAAAAAABQAAAAAACQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAAGgAAAAACLwAAAAAACQAAAAADDgAAAAAAQAAAAAADQAAAAAABQAAAAAABQAAAAAACQAAAAAABQAAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAAQAAAAAAAQAAAAAABDwAAAAACQAAAAAABQAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAB + tiles: CQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAAOQAAAAADOQAAAAAAOQAAAAADOQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAAAOQAAAAAAOQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAADOQAAAAAAOQAAAAADOQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAACHAAAAAACHAAAAAACDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAACHAAAAAABHAAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAAGgAAAAADLwAAAAABDgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABGgAAAAABDgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAABGgAAAAAALwAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAAGgAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAAAGgAAAAABLwAAAAABCQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADGgAAAAAADgAAAAAACQAAAAAADgAAAAAAQAAAAAADQAAAAAABQAAAAAABQAAAAAADQAAAAAADQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAACGgAAAAADLwAAAAABCQAAAAAADgAAAAAAQAAAAAADQAAAAAAAQAAAAAADQAAAAAACQAAAAAAAQAAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABDgAAAAAAQAAAAAADQAAAAAAADwAAAAADQAAAAAACQAAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAB version: 6 2,-3: ind: 2,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADDgAAAAAAHAAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAAAIQAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACDgAAAAAAHAAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAADIQAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAACGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA + tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAACGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABRwAAAAABLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABRwAAAAACLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAA version: 6 2,0: ind: 2,0 - tiles: QwAAAAAACQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAQwAAAAADCQAAAAACCQAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAAACQAAAAACDgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAAQwAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAAIwAAAAADDgAAAAAADgAAAAAAQwAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAACDgAAAAAAMAAAAAAIMAAAAAAHDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAAADgAAAAAAMAAAAAAAMAAAAAAEDgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAQwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + tiles: QwAAAAABCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAQwAAAAACCQAAAAABCQAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAADCQAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAADgAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAAIwAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAABDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAABDgAAAAAAMAAAAAAKMAAAAAALDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAADDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA version: 6 2,1: ind: 2,1 - tiles: QwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAAQwAAAAAACQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAABCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: QwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAAQwAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,2: ind: 2,2 - tiles: CQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAACCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: CQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA + tiles: CQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAACLwAAAAAALwAAAAACGgAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAAALwAAAAADLwAAAAACLwAAAAAAGgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAADGgAAAAADCQAAAAABCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAAALwAAAAACLwAAAAABGgAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAFAAAAAAAAAAAAAAAADgAAAAAAGgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAABLwAAAAADLwAAAAAALwAAAAABGgAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAADLwAAAAAALwAAAAABGgAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAACAAAAAAAAAAAAAAAADgAAAAAAGgAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAADLwAAAAADLwAAAAABGgAAAAABCQAAAAACCQAAAAABCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADGgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAACLwAAAAADLwAAAAACGgAAAAABCQAAAAADCQAAAAABCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAADLwAAAAACLwAAAAAAGgAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAASAAAAAABSAAAAAAASAAAAAADDgAAAAAAHAAAAAACDgAAAAAAHAAAAAABDgAAAAAAHAAAAAADLAAAAAAALAAAAAAARwAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAASAAAAAADSAAAAAABSAAAAAABHAAAAAABHAAAAAABDgAAAAAAHAAAAAADSQAAAAAASQAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAACSAAAAAAASAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAABLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAADMQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAASAAAAAAASAAAAAAASAAAAAACDgAAAAAAHAAAAAACDgAAAAAAHAAAAAAADgAAAAAAHAAAAAADLAAAAAAALAAAAAAARwAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAACSAAAAAADSAAAAAABSAAAAAACHAAAAAAAHAAAAAABDgAAAAAAHAAAAAAASQAAAAABSQAAAAABLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAAASAAAAAACSAAAAAACHAAAAAACHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAACLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAABDgAAAAAAHAAAAAABDgAAAAAAMQAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAACDgAAAAAARgAAAAACRgAAAAADDgAAAAAARgAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABMwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAAMwAAAAADDgAAAAAAMwAAAAACDgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAACDgAAAAAAHAAAAAABDgAAAAAAMQAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAAADgAAAAAARgAAAAACRgAAAAACDgAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAAMwAAAAACDgAAAAAAMwAAAAABDgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA version: 6 3,-5: ind: 3,-5 - tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAADDgAAAAAARwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAAFLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 3,0: ind: 3,0 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,1: ind: 3,1 @@ -325,7 +325,7 @@ entities: version: 6 5,-2: ind: 5,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAABQAAAAAABQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAABPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAAQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAAQAAAAAADQAAAAAABQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAADQAAAAAABQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAAHAAAAAADRwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAADDgAAAAAAMwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAADDgAAAAAADgAAAAAADgAAAAAAQAAAAAADDgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAADQAAAAAACDgAAAAAAQAAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAADLAAAAAAALAAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAADPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAAQAAAAAACQAAAAAABQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAAAQAAAAAADQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAAAQAAAAAAADgAAAAAAQAAAAAABQAAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAAHAAAAAAAHAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAA version: 6 4,0: ind: 4,0 @@ -337,7 +337,7 @@ entities: version: 6 6,-2: ind: 6,-2 - tiles: QAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: QAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,-6: ind: 1,-6 @@ -345,11 +345,11 @@ entities: version: 6 4,-3: ind: 4,-3 - tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAABLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAADMwAAAAACMwAAAAACLgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADLAAAAAAARwAAAAABRwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAALAAAAAAALAAAAAAARwAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACHAAAAAACDgAAAAAAMwAAAAABLgAAAAAALgAAAAAARwAAAAAAMwAAAAAAMwAAAAABRwAAAAAAMwAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACDgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAALgAAAAAARwAAAAACMwAAAAADMwAAAAADMwAAAAACMwAAAAACDgAAAAAAMwAAAAACMwAAAAAADgAAAAAARwAAAAACLAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAACLAAAAAAALAAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAACDgAAAAAAMwAAAAADMwAAAAABMwAAAAACLAAAAAAASQAAAAABHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAABHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAACLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAACLgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAABLAAAAAAARwAAAAACRwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACLgAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABHAAAAAABDgAAAAAAMwAAAAABLgAAAAAALgAAAAAARwAAAAAAMwAAAAADMwAAAAABRwAAAAABMwAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACDgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAABLgAAAAAALgAAAAAARwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAACDgAAAAAAMwAAAAABMwAAAAACDgAAAAAARwAAAAACLAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAACLAAAAAAALAAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAABLAAAAAAASQAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,-6: ind: 2,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAAASQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAABLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAADSQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,-6: ind: -1,-6 @@ -377,7 +377,7 @@ entities: version: 6 6,-3: ind: 6,-3 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,1: ind: -4,1 @@ -385,7 +385,7 @@ entities: version: 6 5,-3: ind: 5,-3 - tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAACMwAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAABQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAPQAAAAABDgAAAAAAQAAAAAACDgAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAACDgAAAAAADgAAAAAAQAAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAAAMwAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAABQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAPQAAAAACDgAAAAAAQAAAAAAADgAAAAAAQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAA version: 6 -5,-5: ind: -5,-5 @@ -393,23 +393,23 @@ entities: version: 6 3,-6: ind: 3,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAAAHAAAAAAASgAAAAABSgAAAAADSgAAAAADSgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACLgAAAAAASQAAAAABSQAAAAACHAAAAAABHAAAAAABSgAAAAAASgAAAAABSgAAAAABSgAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAASQAAAAABSQAAAAACSQAAAAABHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAACHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABHAAAAAADSgAAAAABSgAAAAADSgAAAAAASgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACLgAAAAAASQAAAAAASQAAAAACHAAAAAABHAAAAAADSgAAAAABSgAAAAAASgAAAAAASgAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAASQAAAAACSQAAAAAASQAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: PAAAAAADIwAAAAAADgAAAAAALAAAAAAAPAAAAAABDgAAAAAAIwAAAAACIwAAAAADIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAARwAAAAACLAAAAAAADgAAAAAAIwAAAAADDgAAAAAAIwAAAAACPAAAAAAFIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAACPAAAAAAAPAAAAAACDgAAAAAADgAAAAAADgAAAAAAPAAAAAACIwAAAAABIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAGPAAAAAADIwAAAAACRwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAACPAAAAAAFDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAACSgAAAAABDgAAAAAADgAAAAAASgAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAABSgAAAAADDgAAAAAASgAAAAAASgAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: PAAAAAAFIwAAAAAADgAAAAAALAAAAAAAPAAAAAAGDgAAAAAAIwAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAARwAAAAABLAAAAAAADgAAAAAAIwAAAAABDgAAAAAAIwAAAAADPAAAAAAEIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADPAAAAAABPAAAAAACDgAAAAAADgAAAAAADgAAAAAAPAAAAAAEIwAAAAABIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAACPAAAAAADIwAAAAABRwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAAAPAAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAASgAAAAADDgAAAAAADgAAAAAASgAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAACSgAAAAABDgAAAAAASgAAAAABSgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-6: ind: 4,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAADgAAAAAAPAAAAAADIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGIwAAAAACDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAADgAAAAAADgAAAAAAIwAAAAACPAAAAAAEDgAAAAAAIwAAAAADIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADDgAAAAAAPAAAAAAGIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGIwAAAAACDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAADgAAAAAADgAAAAAAIwAAAAACPAAAAAAEDgAAAAAAIwAAAAABIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAAADgAAAAAARwAAAAAADgAAAAAARwAAAAACHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAACDgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAACDgAAAAAARwAAAAAADgAAAAAARwAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAABDgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-4: ind: 5,-4 @@ -1558,6 +1558,15 @@ entities: 12899: -15,-51 12900: -14,-51 12901: -14,-52 + - node: + zIndex: 1 + color: '#334E6DC8' + id: CheckerNWSE + decals: + 14431: -21,-53 + 14432: -20,-53 + 14433: -16,-52 + 14434: -15,-52 - node: zIndex: 1 color: '#43990996' @@ -2011,6 +2020,7 @@ entities: 14327: -6,-32 14328: -4,-32 14395: -10,-48 + 14435: -18,-52 - node: cleanable: True color: '#FFFFFF7F' @@ -3976,6 +3986,10 @@ entities: 14392: -9,-49 14393: -10,-46 14394: -10,-45 + 14436: -19,-52 + 14445: -20,-55 + 14446: -20,-56 + 14447: -9,-55 - node: cleanable: True color: '#FFFFFF7F' @@ -4691,7 +4705,6 @@ entities: 5441: -25,-42 5444: -24,-42 5494: -19,-55 - 5495: -20,-54 5496: -17,-55 5497: -16,-55 5498: -15,-55 @@ -5358,6 +5371,14 @@ entities: 14360: -3,-49 14361: 5,-49 14362: 6,-49 + 14437: -17,-52 + 14438: -16,-52 + 14439: -16,-53 + 14440: -18,-53 + 14441: -20,-53 + 14442: -20,-52 + 14443: -21,-52 + 14444: -20,-51 - node: cleanable: True zIndex: 5 @@ -5562,8 +5583,6 @@ entities: 5478: -18,-57 5479: -20,-57 5480: -20,-56 - 5481: -20,-55 - 5484: -20,-55 5485: -19,-55 5486: -17,-55 5672: -51,-46 @@ -9314,7 +9333,7 @@ entities: 0: 65437 -4,0: 0: 13243 - 1: 2048 + 3: 2048 -3,-4: 0: 65501 -3,-3: @@ -9325,7 +9344,7 @@ entities: 0: 53247 -3,0: 0: 15 - 1: 13056 + 3: 13056 2: 3072 -3,-5: 0: 36863 @@ -9385,23 +9404,23 @@ entities: 0: 56793 -2,-8: 0: 61495 - 3: 136 + 1: 136 -2,-7: 0: 8177 -2,-6: 0: 64988 -2,-9: 0: 13299 - 3: 32768 + 1: 32768 -1,-8: - 3: 51 + 1: 51 0: 63500 -1,-6: 0: 65535 -1,-5: 0: 4095 -1,-9: - 3: 12288 + 1: 12288 0: 35059 -1,-7: 0: 3822 @@ -9528,7 +9547,7 @@ entities: 0: 43688 -4,1: 0: 29491 - 1: 128 + 3: 128 -5,1: 0: 43690 -4,2: @@ -9542,7 +9561,7 @@ entities: -4,4: 0: 21759 -3,1: - 1: 513 + 3: 513 2: 8464 -3,2: 0: 65280 @@ -9562,7 +9581,7 @@ entities: 0: 13 2: 61696 -1,1: - 1: 1365 + 3: 1365 -1,2: 0: 65280 2: 10 @@ -9577,14 +9596,14 @@ entities: 0,0: 0: 15 2: 3328 - 1: 512 + 3: 512 0,1: 6: 273 - 1: 49356 + 3: 49356 0,2: 0: 65280 2: 6 - 1: 8 + 3: 8 0,3: 0: 19663 2: 256 @@ -9628,7 +9647,7 @@ entities: 2: 9 0: 9728 -8,-5: - 1: 61440 + 3: 61440 0: 6 2: 256 -9,-4: @@ -9639,7 +9658,7 @@ entities: 0: 58111 -9,-2: 2: 42754 - 1: 112 + 3: 112 -8,-1: 0: 64782 -9,-1: @@ -9660,7 +9679,7 @@ entities: 0: 65359 -7,-5: 0: 49343 - 1: 4096 + 3: 4096 -6,-4: 0: 3279 2: 256 @@ -9688,7 +9707,7 @@ entities: 0: 65535 -9,-5: 2: 1488 - 1: 61440 + 3: 61440 -8,-9: 0: 20479 -7,-8: @@ -9880,42 +9899,42 @@ entities: 2: 50 -12,-4: 2: 3712 - 1: 57344 + 3: 57344 -13,-4: 0: 48896 - 1: 7 + 3: 7 2: 8 -12,-3: 0: 1 2: 12974 -13,-3: 0: 11 - 1: 59136 + 3: 59136 2: 6144 -12,-2: - 1: 241 + 3: 241 2: 3842 -13,-2: - 1: 140 + 3: 140 2: 2114 -11,-4: 2: 3889 - 1: 61440 + 3: 61440 -11,-3: 2: 4415 -11,-2: - 1: 240 + 3: 240 2: 19201 0: 33792 -11,-5: 2: 8080 -10,-4: 2: 19925 - 1: 12834 + 3: 12834 -10,-3: 2: 19535 -10,-2: - 1: 240 + 3: 240 2: 7940 -11,-1: 2: 8 @@ -9924,7 +9943,7 @@ entities: 2: 16978 -10,-5: 2: 7936 - 1: 57344 + 3: 57344 -9,-3: 2: 9059 -12,-8: @@ -9933,16 +9952,16 @@ entities: 0: 30711 -12,-6: 2: 256 - 1: 4096 + 3: 4096 0: 36044 -12,-5: - 1: 371 + 3: 371 2: 4736 -13,-6: 2: 61440 -13,-5: 2: 4680 - 1: 60544 + 3: 60544 -12,-9: 0: 52428 -12,-7: @@ -9997,7 +10016,7 @@ entities: -13,-14: 0: 224 2: 49409 - 1: 16 + 3: 16 -11,-14: 0: 52733 -10,-14: @@ -10013,19 +10032,19 @@ entities: -13,1: 2: 65392 -12,2: - 1: 3840 + 3: 3840 2: 61440 -13,2: - 1: 43008 + 3: 43008 2: 21026 -12,3: - 1: 3855 + 3: 3855 2: 61440 -13,3: - 1: 43016 + 3: 43016 2: 21026 -12,4: - 1: 3855 + 3: 3855 2: 61440 -11,1: 2: 65280 @@ -10046,25 +10065,25 @@ entities: -9,4: 2: 16387 -13,4: - 1: 43016 + 3: 43016 2: 21026 -12,5: - 1: 8207 + 3: 8207 2: 53760 -13,5: - 1: 8200 + 3: 8200 2: 53794 -12,6: - 1: 21872 + 3: 21872 2: 8706 -12,7: - 1: 85 + 3: 85 2: 61986 -12,8: 2: 127 -13,7: 2: 61986 - 1: 85 + 3: 85 -11,5: 2: 61952 -11,7: @@ -10151,14 +10170,14 @@ entities: 2: 49137 -16,-13: 2: 4369 - 1: 43690 + 3: 43690 -17,-12: 2: 49137 -15,-12: 2: 63485 -15,-13: 2: 4369 - 1: 8738 + 3: 8738 -14,-12: 2: 13059 0: 2176 @@ -10176,35 +10195,35 @@ entities: 2: 34816 -16,-16: 2: 4607 - 1: 40960 + 3: 40960 -16,-17: 2: 45056 -17,-16: 2: 4607 - 1: 40960 + 3: 40960 -16,-15: 2: 273 - 1: 47786 + 3: 47786 -17,-15: - 1: 47786 + 3: 47786 2: 273 -16,-14: 2: 481 - 1: 45072 + 3: 45072 -17,-14: 2: 481 - 1: 45072 + 3: 45072 -17,-13: - 1: 43690 + 3: 43690 2: 4369 -15,-16: 2: 4607 - 1: 8192 + 3: 8192 -15,-15: 2: 273 - 1: 12834 + 3: 12834 -15,-14: - 1: 12304 + 3: 12304 2: 481 -15,-17: 2: 12288 @@ -10212,7 +10231,7 @@ entities: 2: 255 -14,-14: 2: 2425 - 1: 128 + 3: 128 -13,-16: 2: 13175 -13,-17: @@ -10269,16 +10288,16 @@ entities: 2: 52428 -18,-16: 2: 63 - 1: 32768 + 3: 32768 -18,-14: 2: 722 - 1: 32800 + 3: 32800 -18,-17: 2: 32768 -18,-15: - 1: 34952 + 3: 34952 -18,-13: - 1: 34952 + 3: 34952 -17,-17: 2: 45056 0,-4: @@ -10287,53 +10306,53 @@ entities: 0: 61166 1,-4: 0: 28927 - 1: 32768 + 3: 32768 1,-3: 0: 13104 2: 136 - 1: 2048 + 3: 2048 1,-2: 0: 12339 - 1: 32904 + 3: 32904 1,-1: 0: 13107 - 1: 136 + 3: 136 2: 32768 1,0: 0: 3 2: 264 - 1: 3712 + 3: 3712 1,-5: 0: 20206 2,-4: 0: 52383 - 1: 4096 + 3: 4096 2,-3: 2: 273 - 1: 17920 + 3: 17920 0: 12 2,-2: - 1: 4241 + 3: 4241 2: 17476 0: 34816 2,-1: - 1: 81 + 3: 81 2: 29700 2,0: 2: 1 - 1: 50 + 3: 50 0: 24576 3,-4: 0: 63263 3,-3: 0: 30591 3,-1: - 1: 4369 + 3: 4369 0: 52428 3,-2: 0: 52960 3,0: - 1: 4353 + 3: 4353 0: 52428 4,-4: 0: 15279 @@ -10470,11 +10489,11 @@ entities: 4,-18: 2: 62960 1,1: - 1: 17 + 3: 17 2: 1028 1,2: 0: 65280 - 1: 4 + 3: 4 2: 8 1,3: 0: 14207 @@ -10534,15 +10553,15 @@ entities: 2: 32776 4,6: 0: 4147 - 1: 24576 + 3: 24576 4,7: 0: 1 2: 47752 - 1: 17510 + 3: 17510 3,8: 2: 136 4,8: - 1: 239 + 3: 239 2: 16 5,-4: 0: 49663 @@ -10700,7 +10719,7 @@ entities: 2: 51200 7,-20: 2: 65530 - 1: 4 + 3: 4 7,-19: 2: 17487 7,-18: @@ -10724,7 +10743,7 @@ entities: 6,3: 0: 313 6,4: - 1: 769 + 3: 769 2: 25600 0: 2048 7,1: @@ -10733,9 +10752,9 @@ entities: 0: 49039 7,3: 0: 34955 - 1: 8960 + 3: 8960 7,4: - 1: 2 + 3: 2 0: 49032 8,0: 0: 49083 @@ -10743,23 +10762,23 @@ entities: 0: 48051 8,2: 0: 13307 - 1: 32768 + 3: 32768 8,3: 0: 13107 - 1: 2184 + 3: 2184 4,4: 2: 19520 - 1: 128 + 3: 128 5,5: 2: 64591 5,7: 2: 12288 5,8: - 1: 1 + 3: 1 2: 50 5,4: 2: 16896 - 1: 1024 + 3: 1024 6,5: 2: 3879 7,5: @@ -10929,7 +10948,7 @@ entities: 10,-14: 0: 57297 10,-17: - 1: 34816 + 3: 34816 2: 576 11,-16: 0: 65520 @@ -10940,7 +10959,7 @@ entities: 11,-13: 0: 127 11,-17: - 1: 62208 + 3: 62208 2: 3104 12,-16: 0: 56712 @@ -10952,9 +10971,9 @@ entities: 0: 47935 9,-19: 2: 62736 - 1: 2082 + 3: 2082 9,-20: - 1: 64 + 3: 64 9,-18: 2: 2126 10,-20: @@ -10962,31 +10981,31 @@ entities: 10,-18: 2: 25862 11,-20: - 1: 13056 + 3: 13056 2: 50304 11,-19: - 1: 30583 + 3: 30583 2: 8 11,-18: - 1: 375 + 3: 375 2: 17920 11,-21: 2: 6481 - 1: 140 + 3: 140 12,-20: - 1: 13104 + 3: 13104 12,-19: 2: 5633 - 1: 16418 + 3: 16418 12,-18: 2: 17425 - 1: 8192 + 3: 8192 9,1: 0: 4081 9,2: 0: 118 9,3: - 1: 8449 + 3: 8449 10,1: 0: 4914 2: 2176 @@ -11010,7 +11029,7 @@ entities: 12,0: 2: 51393 0: 768 - 1: 1024 + 3: 1024 12,1: 2: 49665 12,2: @@ -11053,18 +11072,18 @@ entities: 14,-5: 0: 12336 14,-1: - 1: 43690 + 3: 43690 2: 17476 14,0: - 1: 1038 + 3: 1038 2: 19264 15,-2: 2: 20478 15,-1: - 1: 43690 + 3: 43690 2: 17476 15,0: - 1: 1038 + 3: 1038 2: 19264 16,-2: 2: 20478 @@ -11097,19 +11116,19 @@ entities: 0: 238 14,-11: 0: 4368 - 1: 19656 + 3: 19656 2: 32768 14,-10: 0: 17 - 1: 2188 + 3: 2188 2: 64 14,-13: 0: 58606 15,-11: - 1: 401 + 3: 401 2: 4710 15,-10: - 1: 48 + 3: 48 2: 3784 15,-12: 2: 8712 @@ -11117,13 +11136,13 @@ entities: 2: 52832 16,-12: 2: 8435 - 1: 35328 + 3: 35328 16,-11: - 1: 10937 + 3: 10937 2: 36864 0: 1024 16,-10: - 1: 383 + 3: 383 2: 2176 12,-17: 0: 34880 @@ -11138,7 +11157,7 @@ entities: 0: 48123 13,-17: 0: 4096 - 1: 16 + 3: 16 2: 230 14,-14: 0: 65535 @@ -11147,12 +11166,12 @@ entities: 0: 8192 14,-17: 2: 4096 - 1: 2 + 3: 2 14,-15: 0: 57890 15,-16: 2: 32775 - 1: 128 + 3: 128 15,-14: 0: 10016 15,-15: @@ -11160,17 +11179,17 @@ entities: 15,-17: 2: 34944 16,-16: - 1: 61104 + 3: 61104 2: 14 16,-15: - 1: 119 + 3: 119 16,-13: 2: 4096 12,-21: 2: 20480 - 1: 8977 + 3: 8977 13,-18: - 1: 8448 + 3: 8448 2: 4096 14,-19: 2: 14540 @@ -11179,23 +11198,23 @@ entities: 14,-20: 2: 60416 15,-20: - 1: 3686 + 3: 3686 15,-19: - 1: 52750 + 3: 52750 2: 8192 15,-18: - 1: 2 + 3: 2 2: 32780 16,-20: - 1: 63235 + 3: 63235 2: 2088 16,-19: - 1: 48031 + 3: 48031 16,-18: - 1: 139 + 3: 139 2: 31744 16,-17: - 1: 48942 + 3: 48942 2: 16384 13,0: 2: 20288 @@ -11203,36 +11222,36 @@ entities: 2: 65280 14,2: 2: 65348 - 1: 10 + 3: 10 14,1: - 1: 43694 + 3: 43694 2: 17472 14,3: 2: 14 15,2: 2: 65348 - 1: 10 + 3: 10 15,1: - 1: 43694 + 3: 43694 2: 17472 15,3: 2: 14 16,0: 2: 19264 - 1: 1038 + 3: 1038 16,2: 2: 65348 - 1: 10 + 3: 10 16,-1: - 1: 43690 + 3: 43690 2: 17476 17,-2: 2: 20478 17,-1: - 1: 43690 + 3: 43690 2: 17476 17,0: - 1: 1038 + 3: 1038 2: 19264 17,-3: 2: 32768 @@ -11252,7 +11271,7 @@ entities: 2: 4407 18,0: 2: 44456 - 1: 512 + 3: 512 19,0: 2: 13105 19,-2: @@ -11262,85 +11281,85 @@ entities: 20,-2: 2: 311 20,-7: - 1: 24576 + 3: 24576 19,-7: 2: 32768 20,-6: 2: 16912 - 1: 36078 + 3: 36078 19,-6: 2: 200 20,-5: 2: 784 - 1: 60552 + 3: 60552 20,-4: - 1: 70 + 3: 70 21,-6: - 1: 18367 + 3: 18367 2: 2048 21,-5: - 1: 55735 + 3: 55735 2: 8 21,-8: 2: 546 - 1: 34952 + 3: 34952 21,-7: - 1: 34958 + 3: 34958 2: 512 21,-4: - 1: 31612 + 3: 31612 21,-9: - 1: 36352 + 3: 36352 2: 231 22,-8: - 1: 57339 + 3: 57339 2: 4 22,-7: - 1: 4271 + 3: 4271 2: 57600 22,-6: - 1: 60493 + 3: 60493 2: 16 22,-5: 2: 1 - 1: 65534 + 3: 65534 22,-9: - 1: 40908 + 3: 40908 2: 16434 22,-4: - 1: 15031 + 3: 15031 2: 8 23,-8: - 1: 60943 + 3: 60943 23,-7: 2: 13056 - 1: 52462 + 3: 52462 23,-6: - 1: 1615 + 3: 1615 23,-5: - 1: 887 + 3: 887 2: 12288 23,-9: - 1: 60943 + 3: 60943 23,-4: - 1: 4 + 3: 4 2: 336 24,-8: - 1: 4353 + 3: 4353 24,-7: - 1: 4369 + 3: 4369 24,-6: - 1: 273 + 3: 273 16,1: - 1: 43694 + 3: 43694 2: 17472 16,3: 2: 14 17,2: 2: 65348 - 1: 10 + 3: 10 17,1: - 1: 43694 + 3: 43694 2: 17472 17,3: 2: 14 @@ -11357,7 +11376,7 @@ entities: 19,3: 2: 3 24,-9: - 1: 12545 + 3: 12545 4,-22: 2: 61440 4,-21: @@ -11367,48 +11386,48 @@ entities: 8,-21: 2: 4352 17,-12: - 1: 53248 + 3: 53248 2: 11980 17,-11: - 1: 40129 + 3: 40129 2: 24588 17,-10: 2: 199 17,-13: 2: 17476 18,-12: - 1: 61426 + 3: 61426 2: 4096 18,-11: - 1: 30591 + 3: 30591 18,-10: 2: 112 18,-13: 2: 51336 19,-12: - 1: 65520 + 3: 65520 19,-11: - 1: 32766 + 3: 32766 2: 32768 19,-13: 2: 4096 19,-10: - 1: 2 + 3: 2 20,-12: - 1: 4352 + 3: 4352 2: 8940 20,-11: - 1: 32784 + 3: 32784 2: 14790 11,-23: - 1: 49152 + 3: 49152 11,-22: - 1: 34956 + 3: 34956 2: 1088 12,-23: - 1: 4096 + 3: 4096 12,-22: - 1: 273 + 3: 273 -4,-22: 2: 28672 -5,-22: @@ -11437,7 +11456,7 @@ entities: 2: 127 -14,7: 2: 61986 - 1: 85 + 3: 85 -3,9: 2: 18 -16,2: @@ -11452,63 +11471,63 @@ entities: 2: 65315 -15,2: 2: 61713 - 1: 2048 + 3: 2048 -15,3: 2: 61713 - 1: 2056 + 3: 2056 -15,4: 2: 61713 - 1: 2056 + 3: 2056 -14,1: 2: 65280 -14,2: - 1: 36608 + 3: 36608 2: 28672 -14,3: - 1: 36623 + 3: 36623 2: 28672 -14,4: - 1: 36623 + 3: 36623 2: 28672 1,-22: 2: 28672 1,-21: 2: 3196 24,-10: - 1: 4096 + 3: 4096 23,-10: 2: 52851 - 1: 12288 + 3: 12288 -16,5: 2: 52364 -16,6: 2: 34956 -15,5: 2: 46353 - 1: 16392 + 3: 16392 -15,6: 2: 4373 -14,5: - 1: 8207 + 3: 8207 2: 53760 -14,6: - 1: 21872 + 3: 21872 2: 8706 -13,6: - 1: 21872 + 3: 21872 2: 8706 20,-13: 2: 12850 20,-10: 2: 35879 - 1: 8 + 3: 8 21,-12: 2: 52851 21,-11: 2: 264 - 1: 4096 + 3: 4096 21,-10: - 1: 1 + 3: 1 2: 29124 22,-12: 2: 4096 @@ -11519,32 +11538,32 @@ entities: 23,-11: 2: 4096 15,-21: - 1: 2048 + 3: 2048 16,-21: - 1: 48058 + 3: 48058 17,-16: 2: 1 - 1: 65534 + 3: 65534 17,-15: - 1: 34021 + 3: 34021 2: 25360 17,-17: - 1: 65505 + 3: 65505 17,-14: 2: 17612 18,-16: - 1: 30583 + 3: 30583 18,-15: - 1: 41968 + 3: 41968 2: 20480 18,-14: 2: 35226 18,-17: - 1: 30578 + 3: 30578 19,-16: 2: 4352 19,-15: - 1: 16 + 3: 16 0: 4096 2: 25088 19,-14: @@ -11552,39 +11571,39 @@ entities: 20,-14: 2: 12816 17,-20: - 1: 49037 + 3: 49037 17,-18: 2: 28464 - 1: 6 + 3: 6 17,-21: - 1: 54545 + 3: 54545 17,-19: - 1: 8418 + 3: 8418 2: 52736 18,-20: - 1: 30513 + 3: 30513 18,-19: - 1: 56784 + 3: 56784 18,-18: 2: 1999 - 1: 28672 + 3: 28672 19,-19: - 1: 4352 + 3: 4352 19,-18: 2: 4097 19,-17: 2: 256 16,-22: - 1: 32768 + 3: 32768 17,-22: - 1: 4096 + 3: 4096 20,-3: 2: 60544 21,-3: 2: 256 - 1: 14 + 3: 14 22,-3: - 1: 1 + 3: 1 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -11602,10 +11621,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + temperature: 235 moles: - - 0 - - 0 + - 21.824879 + - 82.10312 - 0 - 0 - 0 @@ -11632,10 +11651,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 235 + temperature: 293.15 moles: - - 21.824879 - - 82.10312 + - 0 + - 0 - 0 - 0 - 0 @@ -11777,6 +11796,13 @@ entities: - type: InstantAction originalIconColor: '#FFFFFFFF' container: 18616 + - uid: 9205 + components: + - type: Transform + parent: 212 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 212 - uid: 14387 components: - type: Transform @@ -13251,7 +13277,7 @@ entities: - type: Transform pos: 66.5,-41.5 parent: 2 -- proto: AirlockAtmosphericsGlass +- proto: AirlockAtmosphericsGlassLocked entities: - uid: 1582 components: @@ -13486,28 +13512,6 @@ entities: - type: Transform pos: 34.5,2.5 parent: 2 -- proto: AirlockEngineering - entities: - - uid: 4019 - components: - - type: Transform - pos: 2.5,-36.5 - parent: 2 - - uid: 7421 - components: - - type: Transform - pos: 26.5,-51.5 - parent: 2 - - uid: 7825 - components: - - type: Transform - pos: 36.5,9.5 - parent: 2 - - uid: 8840 - components: - - type: Transform - pos: 43.5,2.5 - parent: 2 - proto: AirlockEngineeringGlassLocked entities: - uid: 69 @@ -13549,6 +13553,11 @@ entities: - type: Transform pos: 14.5,-20.5 parent: 2 + - uid: 628 + components: + - type: Transform + pos: 36.5,9.5 + parent: 2 - uid: 629 components: - type: Transform @@ -13574,16 +13583,31 @@ entities: - type: Transform pos: -12.5,-22.5 parent: 2 + - uid: 4019 + components: + - type: Transform + pos: 2.5,-36.5 + parent: 2 - uid: 6699 components: - type: Transform pos: -30.5,21.5 parent: 2 + - uid: 7421 + components: + - type: Transform + pos: 26.5,-51.5 + parent: 2 - uid: 8501 components: - type: Transform pos: 16.5,-17.5 parent: 2 + - uid: 8840 + components: + - type: Transform + pos: 43.5,2.5 + parent: 2 - uid: 9312 components: - type: Transform @@ -13632,65 +13656,6 @@ entities: rot: 1.5707963267948966 rad pos: -6.5,-52.5 parent: 2 -- proto: AirlockExternalGlass - entities: - - uid: 30 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-68.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 6931: - - DoorStatus: DoorBolt - - uid: 31 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-61.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 6868: - - DoorStatus: DoorBolt - - uid: 61 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-61.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 6671: - - DoorStatus: DoorBolt - - uid: 63 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-68.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 6544: - - DoorStatus: DoorBolt - - uid: 17704 - components: - - type: Transform - pos: 60.5,-53.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 17705: - - DoorStatus: DoorBolt - proto: AirlockExternalGlassAtmosphericsLocked entities: - uid: 1479 @@ -13907,6 +13872,54 @@ entities: - DoorStatus: DoorBolt - proto: AirlockExternalGlassLocked entities: + - uid: 30 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-68.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 6931: + - DoorStatus: DoorBolt + - uid: 31 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-61.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 6868: + - DoorStatus: DoorBolt + - uid: 61 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-61.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 6671: + - DoorStatus: DoorBolt + - uid: 63 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-68.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + - type: DeviceLinkSource + linkedPorts: + 6544: + - DoorStatus: DoorBolt - uid: 154 components: - type: Transform @@ -13954,6 +13967,18 @@ entities: linkedPorts: 13367: - DoorStatus: DoorBolt + - uid: 862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-31.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 19896: + - DoorStatus: DoorBolt - uid: 4043 components: - type: Transform @@ -14148,27 +14173,25 @@ entities: linkedPorts: 714: - DoorStatus: DoorBolt - - uid: 19896 + - uid: 17704 components: - type: Transform - pos: 50.5,-31.5 + pos: 60.5,-53.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 19897: + 17705: - DoorStatus: DoorBolt - - uid: 19897 + - uid: 19896 components: - type: Transform - pos: 53.5,-31.5 + pos: 50.5,-31.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 + invokeCounter: 3 - type: DeviceLinkSource linkedPorts: - 19896: + 862: - DoorStatus: DoorBolt - proto: AirlockExternalGlassShuttleArrivals entities: @@ -14238,10 +14261,8 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 9204: - - DoorStatus: InputA - - DockStatus: InputB - - DockStatus: InputA + 9143: + - DockStatus: Open - type: DeviceLinkSink invokeCounter: 2 - uid: 9149 @@ -14252,10 +14273,8 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 9205: - - DoorStatus: InputA - - DockStatus: InputB - - DockStatus: InputA + 9144: + - DockStatus: Open - type: DeviceLinkSink invokeCounter: 2 - uid: 9150 @@ -14266,12 +14285,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 9206: - - DockStatus: InputB - - DockStatus: InputA - - DoorStatus: InputA + 9145: + - DockStatus: Open - type: DeviceLinkSink - invokeCounter: 3 + invokeCounter: 4 - uid: 9151 components: - type: Transform @@ -14280,10 +14297,8 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 9203: - - DockStatus: InputB - - DockStatus: InputA - - DoorStatus: InputA + 8877: + - DockStatus: Open - type: DeviceLinkSink invokeCounter: 2 - proto: AirlockExternalGlassShuttleEscape @@ -14839,23 +14854,20 @@ entities: - type: Transform pos: -23.5,10.5 parent: 2 -- proto: AirlockHydroponics +- proto: AirlockHydroGlassLocked entities: - - uid: 3301 + - uid: 813 components: - type: Transform - pos: -16.5,-30.5 + pos: -12.5,-31.5 parent: 2 -- proto: AirlockHydroponicsGlass +- proto: AirlockHydroponicsLocked entities: - - uid: 3319 + - uid: 3301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-31.5 + pos: -16.5,-30.5 parent: 2 -- proto: AirlockHydroponicsLocked - entities: - uid: 3436 components: - type: Transform @@ -14893,167 +14905,164 @@ entities: - type: Transform pos: -1.5,-34.5 parent: 2 -- proto: AirlockMaint +- proto: AirlockMaintBarLocked entities: - - uid: 665 + - uid: 3641 components: - type: Transform - pos: -32.5,1.5 + pos: 1.5,-44.5 parent: 2 - - uid: 680 +- proto: AirlockMaintCargoLocked + entities: + - uid: 1355 components: - type: Transform - pos: -30.5,-12.5 + pos: -5.5,24.5 parent: 2 - - uid: 2398 + - uid: 1361 components: - type: Transform - pos: -20.5,-27.5 + pos: 13.5,15.5 parent: 2 - - uid: 3286 + - uid: 5075 components: - type: Transform - pos: -11.5,-35.5 + pos: -3.5,24.5 parent: 2 - - uid: 3288 +- proto: AirlockMaintChapelLocked + entities: + - uid: 1514 components: - type: Transform - pos: -11.5,-29.5 + pos: 41.5,-5.5 parent: 2 - - uid: 3337 +- proto: AirlockMaintChemLocked + entities: + - uid: 3683 components: - type: Transform - pos: -15.5,-26.5 + pos: -33.5,-39.5 parent: 2 - - uid: 3490 +- proto: AirlockMaintChiefEngineerLocked + entities: + - uid: 2556 components: - type: Transform - pos: -0.5,-40.5 + pos: -7.5,-27.5 parent: 2 - - uid: 5965 +- proto: AirlockMaintCommandLocked + entities: + - uid: 194 components: - type: Transform - pos: 17.5,-51.5 + pos: -9.5,-55.5 parent: 2 - - uid: 6302 + - uid: 202 components: - type: Transform - pos: 20.5,-43.5 + pos: 21.5,4.5 parent: 2 - - uid: 8660 + - uid: 2283 components: - type: Transform - pos: 34.5,9.5 + pos: 6.5,-16.5 parent: 2 - - uid: 9657 +- proto: AirlockMaintCommonLocked + entities: + - uid: 665 components: - type: Transform - pos: -29.5,-40.5 + pos: -32.5,1.5 parent: 2 - - uid: 11140 + - uid: 680 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-53.5 + pos: -30.5,-12.5 parent: 2 - - uid: 13217 + - uid: 2398 components: - type: Transform - pos: 18.5,-57.5 + pos: -20.5,-27.5 parent: 2 - - uid: 13807 + - uid: 2654 components: - type: Transform - pos: 21.5,-57.5 + pos: -10.5,21.5 parent: 2 - - uid: 13809 + - uid: 3286 components: - type: Transform - pos: 24.5,-57.5 + pos: -11.5,-35.5 parent: 2 - - uid: 16200 + - uid: 3288 components: - type: Transform - pos: -19.5,24.5 + pos: -11.5,-29.5 parent: 2 -- proto: AirlockMaintBarLocked - entities: - - uid: 3641 + - uid: 3337 components: - type: Transform - pos: 1.5,-44.5 + pos: -15.5,-26.5 parent: 2 -- proto: AirlockMaintCargoLocked - entities: - - uid: 1355 + - uid: 3490 components: - type: Transform - pos: -5.5,24.5 + pos: -0.5,-40.5 parent: 2 - - uid: 1361 + - uid: 5965 components: - type: Transform - pos: 13.5,15.5 + pos: 17.5,-51.5 parent: 2 - - uid: 5075 + - uid: 6302 components: - type: Transform - pos: -3.5,24.5 + pos: 20.5,-43.5 parent: 2 -- proto: AirlockMaintChapelLocked - entities: - - uid: 1514 + - uid: 8617 components: - type: Transform - pos: 41.5,-5.5 + pos: -13.5,19.5 parent: 2 -- proto: AirlockMaintChemLocked - entities: - - uid: 3683 + - uid: 8660 components: - type: Transform - pos: -33.5,-39.5 + pos: 34.5,9.5 parent: 2 -- proto: AirlockMaintChiefEngineerLocked - entities: - - uid: 2556 + - uid: 9657 components: - type: Transform - pos: -7.5,-27.5 + pos: -29.5,-40.5 parent: 2 -- proto: AirlockMaintCommandLocked - entities: - - uid: 194 + - uid: 11140 components: - type: Transform - pos: -9.5,-55.5 + pos: 13.5,-53.5 parent: 2 - - uid: 202 + - uid: 11449 components: - type: Transform - pos: 21.5,4.5 + pos: 18.5,10.5 parent: 2 - - uid: 2283 + - uid: 13217 components: - type: Transform - pos: 6.5,-16.5 + pos: 18.5,-57.5 parent: 2 -- proto: AirlockMaintCommonLocked - entities: - - uid: 2654 + - uid: 13807 components: - type: Transform - pos: -10.5,21.5 + pos: 21.5,-57.5 parent: 2 - - uid: 8617 + - uid: 13809 components: - type: Transform - pos: -13.5,19.5 + pos: 24.5,-57.5 parent: 2 - - uid: 11449 + - uid: 16200 components: - type: Transform - pos: 18.5,10.5 + pos: -19.5,24.5 parent: 2 - proto: AirlockMaintDetectiveLocked entities: @@ -15074,7 +15083,7 @@ entities: - type: Transform pos: 0.5,-22.5 parent: 2 -- proto: AirlockMaintGlass +- proto: AirlockMaintGlassLocked entities: - uid: 8668 components: @@ -15308,7 +15317,6 @@ entities: - uid: 72 components: - type: Transform - rot: 3.141592653589793 rad pos: -30.5,-27.5 parent: 2 - uid: 574 @@ -15324,19 +15332,16 @@ entities: - uid: 5477 components: - type: Transform - rot: 1.5707963267948966 rad pos: -36.5,-36.5 parent: 2 - uid: 5516 components: - type: Transform - rot: 1.5707963267948966 rad pos: -37.5,-36.5 parent: 2 - uid: 7268 components: - type: Transform - rot: 3.141592653589793 rad pos: -26.5,-30.5 parent: 2 - uid: 7983 @@ -15352,13 +15357,11 @@ entities: - uid: 11202 components: - type: Transform - rot: 3.141592653589793 rad pos: -26.5,-31.5 parent: 2 - uid: 11203 components: - type: Transform - rot: 3.141592653589793 rad pos: -26.5,-29.5 parent: 2 - uid: 12344 @@ -15374,13 +15377,11 @@ entities: - uid: 15141 components: - type: Transform - rot: 3.141592653589793 rad pos: -36.5,-28.5 parent: 2 - uid: 15189 components: - type: Transform - rot: 1.5707963267948966 rad pos: -38.5,-36.5 parent: 2 - proto: AirlockMedicalLocked @@ -23499,7 +23500,7 @@ entities: - uid: 497 components: - type: Transform - pos: -27.05002,13.664731 + pos: -27.029976,13.650544 parent: 2 - proto: BoozeDispenser entities: @@ -29028,11 +29029,6 @@ entities: - type: Transform pos: 55.5,-27.5 parent: 2 - - uid: 10348 - components: - - type: Transform - pos: 53.5,-27.5 - parent: 2 - uid: 10349 components: - type: Transform @@ -35415,6 +35411,64 @@ entities: - type: Transform pos: -33.357204,4.6052375 parent: 2 +- proto: CableApcStack1 + entities: + - uid: 9203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.46431,-71.56666 + parent: 2 + - uid: 17010 + components: + - type: Transform + pos: 45.52681,-74.56666 + parent: 2 + - uid: 17176 + components: + - type: Transform + pos: 64.551575,-75.52724 + parent: 2 + - uid: 20238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.50095,-22.57533 + parent: 2 + - uid: 20283 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 93.48188,-32.520584 + parent: 2 + - uid: 20285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.49378,-44.606834 + parent: 2 + - uid: 20286 + components: + - type: Transform + pos: 73.44691,-41.606834 + parent: 2 + - uid: 20287 + components: + - type: Transform + pos: 76.43128,-41.575584 + parent: 2 + - uid: 20289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.47556,-65.46805 + parent: 2 + - uid: 20290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 65.47208,-42.516445 + parent: 2 - proto: CableApcStack10 entities: - uid: 8880 @@ -40283,6 +40337,54 @@ entities: - type: Transform pos: -29.499138,22.607857 parent: 2 +- proto: CableHVStack1 + entities: + - uid: 9204 + components: + - type: Transform + pos: -67.54877,-55.58841 + parent: 2 + - uid: 10047 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.38441,-44.544334 + parent: 2 + - uid: 12153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.25697,2.5139117 + parent: 2 + - uid: 15686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.430717,23.484564 + parent: 2 + - uid: 16079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.44031,-5.519048 + parent: 2 + - uid: 16101 + components: + - type: Transform + pos: -50.507423,10.497335 + parent: 2 + - uid: 20284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.38441,-44.638084 + parent: 2 + - uid: 20288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.225567,-54.51099 + parent: 2 - proto: CableMV entities: - uid: 8 @@ -44800,6 +44902,11 @@ entities: - type: Transform pos: -27.5,-18.5 parent: 2 + - uid: 13389 + components: + - type: Transform + pos: -17.5,11.5 + parent: 2 - uid: 13594 components: - type: Transform @@ -45250,6 +45357,11 @@ entities: - type: Transform pos: 29.5,-25.5 parent: 2 + - uid: 16080 + components: + - type: Transform + pos: -17.5,10.5 + parent: 2 - uid: 16100 components: - type: Transform @@ -45957,6 +46069,23 @@ entities: - type: Transform pos: -31.508106,-59.50669 parent: 2 +- proto: CableMVStack1 + entities: + - uid: 9206 + components: + - type: Transform + pos: 95.462456,-25.590956 + parent: 2 + - uid: 18570 + components: + - type: Transform + pos: 68.5672,-80.40224 + parent: 2 + - uid: 19897 + components: + - type: Transform + pos: 95.47808,-27.51283 + parent: 2 - proto: CableTerminal entities: - uid: 346 @@ -49683,11 +49812,6 @@ entities: - type: Transform pos: -12.5,-55.5 parent: 2 - - uid: 9081 - components: - - type: Transform - pos: -10.5,-55.5 - parent: 2 - uid: 9082 components: - type: Transform @@ -54385,13 +54509,6 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,16.5 parent: 2 -- proto: ComputerCargoShuttle - entities: - - uid: 862 - components: - - type: Transform - pos: 4.5,26.5 - parent: 2 - proto: ComputerComms entities: - uid: 39 @@ -54620,6 +54737,13 @@ entities: rot: -1.5707963267948966 rad pos: 17.5,23.5 parent: 2 +- proto: ComputerShuttleCargo + entities: + - uid: 5376 + components: + - type: Transform + pos: 4.5,26.5 + parent: 2 - proto: ComputerSolarControl entities: - uid: 1922 @@ -56068,6 +56192,16 @@ entities: - type: Transform pos: -21.404652,-38.42122 parent: 2 + - uid: 20291 + components: + - type: Transform + pos: 21.485853,-23.412918 + parent: 2 + - uid: 20292 + components: + - type: Transform + pos: -14.384096,-14.383596 + parent: 2 - proto: DiceBag entities: - uid: 11294 @@ -56615,6 +56749,11 @@ entities: - type: Transform pos: 11.5,17.5 parent: 2 + - uid: 7825 + components: + - type: Transform + pos: -8.5,-44.5 + parent: 2 - uid: 9336 components: - type: Transform @@ -56766,6 +56905,12 @@ entities: - type: Transform pos: 10.5,-54.5 parent: 2 + - uid: 819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-51.5 + parent: 2 - uid: 1028 components: - type: Transform @@ -58487,12 +58632,6 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-45.5 parent: 2 - - uid: 12153 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-44.5 - parent: 2 - uid: 12155 components: - type: Transform @@ -59559,6 +59698,12 @@ entities: rot: 1.5707963267948966 rad pos: 21.5,-3.5 parent: 2 + - uid: 14212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-44.5 + parent: 2 - uid: 14717 components: - type: Transform @@ -60544,17 +60689,17 @@ entities: rot: -1.5707963267948966 rad pos: 42.5,8.5 parent: 2 - - uid: 9885 + - uid: 9790 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-55.5 + rot: 3.141592653589793 rad + pos: -20.5,-52.5 parent: 2 - - uid: 9886 + - uid: 9885 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-51.5 + rot: 1.5707963267948966 rad + pos: -23.5,-55.5 parent: 2 - uid: 9888 components: @@ -60630,6 +60775,12 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,6.5 parent: 2 + - uid: 14882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-44.5 + parent: 2 - uid: 15160 components: - type: Transform @@ -60869,10 +61020,10 @@ entities: - type: Transform pos: 29.5,1.5 parent: 2 - - uid: 9852 + - uid: 9791 components: - type: Transform - pos: -20.5,-51.5 + pos: -20.5,-52.5 parent: 2 - uid: 11142 components: @@ -61175,12 +61326,12 @@ entities: - type: Transform pos: 15.729584,-57.12312 parent: 2 -- proto: DrinkJuiceLemonCarton +- proto: DrinkJuiceLimeCarton entities: - - uid: 20238 + - uid: 821 components: - type: Transform - pos: -26.407114,-52.208286 + pos: -26.307041,-52.060753 parent: 2 - proto: DrinkMilkCarton entities: @@ -62135,13 +62286,6 @@ entities: - type: Transform pos: 48.696175,-60.376625 parent: 2 -- proto: FancyTableSpawner - entities: - - uid: 12374 - components: - - type: Transform - pos: -17.5,-53.5 - parent: 2 - proto: FaxMachineBase entities: - uid: 626 @@ -62286,16 +62430,6 @@ entities: - type: Transform pos: 37.5,3.5 parent: 2 - - uid: 9839 - components: - - type: Transform - pos: -19.5,-52.5 - parent: 2 - - uid: 9841 - components: - - type: Transform - pos: -15.5,-51.5 - parent: 2 - uid: 10151 components: - type: Transform @@ -62410,20 +62544,6 @@ entities: - 15625 - 15638 - 15639 - - uid: 9648 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,11.5 - parent: 2 - - type: DeviceList - devices: - - 5390 - - 5467 - - 12071 - - 14382 - - 14368 - - 19001 - uid: 9987 components: - type: Transform @@ -62825,6 +62945,20 @@ entities: devices: - 15626 - 15625 + - uid: 16078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 5390 + - 5467 + - 12071 + - 14382 + - 14368 + - 19001 - uid: 17349 components: - type: Transform @@ -63198,9 +63332,9 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 9648 - 17348 - 17349 + - 16078 - uid: 5395 components: - type: Transform @@ -63294,9 +63428,9 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 9648 - 17348 - 17349 + - 16078 - uid: 7288 components: - type: Transform @@ -63383,7 +63517,7 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 9648 + - 16078 - uid: 12244 components: - type: Transform @@ -63482,9 +63616,9 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 9648 - 19007 - 19009 + - 16078 - uid: 14382 components: - type: Transform @@ -63494,9 +63628,9 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 9648 - 19007 - 19009 + - 16078 - uid: 14732 components: - type: Transform @@ -64939,9 +65073,9 @@ entities: - type: DeviceNetwork deviceLists: - 14379 - - 9648 - 19007 - 19009 + - 16078 - uid: 19003 components: - type: Transform @@ -64961,7 +65095,7 @@ entities: pos: -16.5,-17.5 parent: 2 - type: Door - secondsUntilStateChange: -10217.484 + secondsUntilStateChange: -24942.22 state: Closing - type: DeviceNetwork deviceLists: @@ -65376,20 +65510,18 @@ entities: - type: Transform pos: -10.685584,16.372208 parent: 2 -- proto: FloraTreeChristmas02 - entities: - - uid: 4896 + - uid: 13195 components: - type: Transform - pos: -8.998787,-40.16732 + rot: 3.141592653589793 rad + pos: -19.497183,30.49985 parent: 2 -- proto: FloraTreeLarge06 +- proto: FloraTreeChristmas02 entities: - - uid: 5376 + - uid: 4896 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.54805,30.391779 + pos: -8.998787,-40.16732 parent: 2 - proto: FloraTreeStump entities: @@ -65424,11 +65556,6 @@ entities: parent: 2 - proto: FolderSpawner entities: - - uid: 628 - components: - - type: Transform - pos: -27.556034,3.6884398 - parent: 2 - uid: 1181 components: - type: Transform @@ -65479,6 +65606,11 @@ entities: - type: Transform pos: -33.490604,-32.45252 parent: 2 + - uid: 16142 + components: + - type: Transform + pos: -27.376095,3.9398522 + parent: 2 - proto: FoodBakedCookieOatmeal entities: - uid: 12714 @@ -65544,7 +65676,7 @@ entities: - uid: 9642 components: - type: Transform - pos: -25.53101,-11.267359 + pos: -25.485762,-11.416995 parent: 2 - proto: FoodBoxPizzaFilled entities: @@ -87308,11 +87440,6 @@ entities: - type: Transform pos: 55.5,-15.5 parent: 2 - - uid: 10047 - components: - - type: Transform - pos: 53.5,-27.5 - parent: 2 - uid: 10048 components: - type: Transform @@ -88241,7 +88368,6 @@ entities: - uid: 12989 components: - type: Transform - rot: 1.5707963267948966 rad pos: -18.5,4.5 parent: 2 - uid: 13020 @@ -88334,6 +88460,18 @@ entities: - type: Transform pos: -27.5,-13.5 parent: 2 + - uid: 13373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,11.5 + parent: 2 + - uid: 13374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,10.5 + parent: 2 - uid: 13414 components: - type: Transform @@ -93285,9 +93423,24 @@ entities: - uid: 212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.826084,-32.9023 + pos: 46.70643,-33.07726 parent: 2 + - type: HandheldLight + toggleActionEntity: 9205 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 9205 + - type: Physics + canCollide: True + - type: ActionsContainer - uid: 9684 components: - type: Transform @@ -93720,6 +93873,10 @@ entities: - Pressed: Toggle 7466: - Pressed: Toggle + 16083: + - Pressed: Toggle + 16082: + - Pressed: Toggle - proto: LockableButtonHydroponics entities: - uid: 16045 @@ -94345,50 +94502,6 @@ entities: linkedPorts: 8096: - Output: DoorBolt - - uid: 9203 - components: - - type: Transform - pos: 55.5,-18.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 8877: - - Output: DoorBolt - - uid: 9204 - components: - - type: Transform - pos: 55.5,-16.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 9143: - - Output: DoorBolt - - uid: 9205 - components: - - type: Transform - pos: 55.5,-24.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 9144: - - Output: DoorBolt - - uid: 9206 - components: - - type: Transform - pos: 55.5,-26.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 9145: - - Output: DoorBolt - uid: 12389 components: - type: Transform @@ -95537,10 +95650,15 @@ entities: - type: Transform pos: 24.5,5.5 parent: 2 - - uid: 13195 + - uid: 13390 components: - type: Transform - pos: 27.5,-50.5 + pos: 26.5,-51.5 + parent: 2 + - uid: 15370 + components: + - type: Transform + pos: -32.5,1.5 parent: 2 - proto: Multitool entities: @@ -96986,16 +97104,6 @@ entities: - type: Transform pos: 54.5,-22.5 parent: 2 - - uid: 9798 - components: - - type: Transform - pos: -20.5,-52.5 - parent: 2 - - uid: 9799 - components: - - type: Transform - pos: -14.5,-51.5 - parent: 2 - uid: 10155 components: - type: Transform @@ -98515,6 +98623,18 @@ entities: rot: 3.141592653589793 rad pos: 40.5,-22.5 parent: 2 + - uid: 15685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,30.5 + parent: 2 + - uid: 16008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,38.5 + parent: 2 - uid: 16478 components: - type: Transform @@ -99076,6 +99196,11 @@ entities: - type: Transform pos: 28.5,4.5 parent: 2 + - uid: 9648 + components: + - type: Transform + pos: 53.5,-16.5 + parent: 2 - uid: 9954 components: - type: Transform @@ -99394,17 +99519,6 @@ entities: rot: -1.5707963267948966 rad pos: 40.5,-14.5 parent: 2 - - uid: 15685 - components: - - type: Transform - pos: 55.5,-24.5 - parent: 2 - - uid: 15686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-18.5 - parent: 2 - uid: 15687 components: - type: Transform @@ -99440,11 +99554,6 @@ entities: - type: Transform pos: 30.5,42.5 parent: 2 - - uid: 15746 - components: - - type: Transform - pos: 35.5,29.5 - parent: 2 - uid: 16480 components: - type: Transform @@ -99472,11 +99581,11 @@ entities: - type: Transform pos: 15.5,-35.5 parent: 2 - - uid: 17010 + - uid: 16709 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,35.5 + pos: 53.5,-26.5 parent: 2 - uid: 17146 components: @@ -99658,7 +99767,7 @@ entities: - uid: 20186 components: - type: Transform - pos: -17.494162,-52.43416 + pos: -17.745596,-53.073235 parent: 2 - uid: 20187 components: @@ -100819,6 +100928,11 @@ entities: rot: 3.141592653589793 rad pos: 36.5,-12.5 parent: 2 + - uid: 6114 + components: + - type: Transform + pos: -19.5,-52.5 + parent: 2 - uid: 6686 components: - type: Transform @@ -100871,17 +100985,26 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,14.5 parent: 2 - - uid: 9788 + - uid: 9081 + components: + - type: Transform + pos: -14.5,-51.5 + parent: 2 + - uid: 9619 components: - type: Transform - rot: 3.141592653589793 rad pos: -20.5,-52.5 parent: 2 - - uid: 9791 + - uid: 9787 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-52.5 + pos: -15.5,-51.5 + parent: 2 + - uid: 9788 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-52.5 parent: 2 - uid: 9948 components: @@ -100971,24 +101094,6 @@ entities: rot: -1.5707963267948966 rad pos: 49.5,11.5 parent: 2 - - uid: 9787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-52.5 - parent: 2 - - uid: 9789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-51.5 - parent: 2 - - uid: 9790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-51.5 - parent: 2 - uid: 9884 components: - type: Transform @@ -101037,6 +101142,12 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,31.5 parent: 2 + - uid: 9789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-51.5 + parent: 2 - uid: 13196 components: - type: Transform @@ -104582,7 +104693,8 @@ entities: - uid: 8683 components: - type: Transform - pos: 53.5,-27.5 + rot: -1.5707963267948966 rad + pos: -17.5,11.5 parent: 2 - uid: 8684 components: @@ -104779,6 +104891,12 @@ entities: - type: Transform pos: 62.5,-82.5 parent: 2 + - uid: 10348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,10.5 + parent: 2 - uid: 10394 components: - type: Transform @@ -106219,6 +106337,18 @@ entities: rot: 1.5707963267948966 rad pos: -25.5,-26.5 parent: 2 + - uid: 16082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,11.5 + parent: 2 + - uid: 16083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,10.5 + parent: 2 - uid: 17052 components: - type: Transform @@ -109222,6 +109352,11 @@ entities: - type: Transform pos: 33.5,-26.5 parent: 2 + - uid: 15270 + components: + - type: Transform + pos: 34.5,-26.5 + parent: 2 - uid: 15858 components: - type: Transform @@ -109507,6 +109642,13 @@ entities: - type: Transform pos: 35.5,-9.5 parent: 2 +- proto: SpawnPointObserver + entities: + - uid: 15746 + components: + - type: Transform + pos: 1.5,-49.5 + parent: 2 - proto: SpawnPointParamedic entities: - uid: 10486 @@ -110109,6 +110251,12 @@ entities: parent: 2 - proto: StairStageDark entities: + - uid: 818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-55.5 + parent: 2 - uid: 3751 components: - type: Transform @@ -113007,6 +113155,12 @@ entities: parent: 2 - proto: TableFancyBlue entities: + - uid: 3319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-53.5 + parent: 2 - uid: 3737 components: - type: Transform @@ -114305,6 +114459,11 @@ entities: - type: Transform pos: -4.3608713,-51.460136 parent: 2 + - uid: 16081 + components: + - type: Transform + pos: -25.534685,-10.9886265 + parent: 2 - uid: 16275 components: - type: Transform @@ -116566,7 +116725,7 @@ entities: - uid: 1918 components: - type: Transform - pos: -17.5,10.5 + pos: 53.5,-27.5 parent: 2 - uid: 2011 components: @@ -120663,11 +120822,6 @@ entities: - type: Transform pos: 43.5,-78.5 parent: 2 - - uid: 9619 - components: - - type: Transform - pos: 22.5,12.5 - parent: 2 - uid: 9633 components: - type: Transform @@ -120738,10 +120892,29 @@ entities: - type: Transform pos: -9.5,-53.5 parent: 2 + - uid: 9798 + components: + - type: Transform + pos: 22.5,12.5 + parent: 2 + - uid: 9799 + components: + - type: Transform + pos: -9.5,23.5 + parent: 2 + - uid: 9839 + components: + - type: Transform + pos: -12.5,23.5 + parent: 2 + - uid: 9841 + components: + - type: Transform + pos: -10.5,23.5 + parent: 2 - uid: 9846 components: - type: Transform - rot: 3.141592653589793 rad pos: -26.5,-55.5 parent: 2 - uid: 9850 @@ -120749,6 +120922,11 @@ entities: - type: Transform pos: -13.5,-1.5 parent: 2 + - uid: 9852 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 - uid: 9859 components: - type: Transform @@ -120772,9 +120950,13 @@ entities: - uid: 9880 components: - type: Transform - rot: 3.141592653589793 rad pos: -25.5,-55.5 parent: 2 + - uid: 9886 + components: + - type: Transform + pos: -25.5,-18.5 + parent: 2 - uid: 9894 components: - type: Transform @@ -120875,6 +121057,11 @@ entities: - type: Transform pos: -17.5,3.5 parent: 2 + - uid: 10175 + components: + - type: Transform + pos: -17.5,17.5 + parent: 2 - uid: 10384 components: - type: Transform @@ -121255,6 +121442,11 @@ entities: - type: Transform pos: -45.5,-25.5 parent: 2 + - uid: 12374 + components: + - type: Transform + pos: -17.5,16.5 + parent: 2 - uid: 12380 components: - type: Transform @@ -121295,6 +121487,11 @@ entities: - type: Transform pos: -46.5,-34.5 parent: 2 + - uid: 12722 + components: + - type: Transform + pos: -17.5,18.5 + parent: 2 - uid: 13027 components: - type: Transform @@ -121565,11 +121762,6 @@ entities: - type: Transform pos: -46.5,-37.5 parent: 2 - - uid: 15370 - components: - - type: Transform - pos: -17.5,11.5 - parent: 2 - uid: 15371 components: - type: Transform @@ -124759,26 +124951,6 @@ entities: - type: Transform pos: -29.5,-12.5 parent: 2 - - uid: 813 - components: - - type: Transform - pos: -9.5,23.5 - parent: 2 - - uid: 818 - components: - - type: Transform - pos: -12.5,23.5 - parent: 2 - - uid: 819 - components: - - type: Transform - pos: -10.5,23.5 - parent: 2 - - uid: 821 - components: - - type: Transform - pos: -8.5,23.5 - parent: 2 - uid: 928 components: - type: Transform @@ -126544,11 +126716,6 @@ entities: - type: Transform pos: 33.5,-13.5 parent: 2 - - uid: 6114 - components: - - type: Transform - pos: -25.5,-18.5 - parent: 2 - uid: 6117 components: - type: Transform @@ -126667,7 +126834,6 @@ entities: - uid: 6429 components: - type: Transform - rot: 3.141592653589793 rad pos: 12.5,-55.5 parent: 2 - uid: 6468 @@ -126963,7 +127129,6 @@ entities: - uid: 7319 components: - type: Transform - rot: 3.141592653589793 rad pos: 14.5,-52.5 parent: 2 - uid: 7320 @@ -127554,13 +127719,11 @@ entities: - uid: 10082 components: - type: Transform - rot: -1.5707963267948966 rad pos: 16.5,-53.5 parent: 2 - uid: 10119 components: - type: Transform - rot: 3.141592653589793 rad pos: 12.5,-51.5 parent: 2 - uid: 10129 @@ -127583,11 +127746,6 @@ entities: - type: Transform pos: -35.5,-45.5 parent: 2 - - uid: 10175 - components: - - type: Transform - pos: -17.5,17.5 - parent: 2 - uid: 10463 components: - type: Transform @@ -127681,25 +127839,21 @@ entities: - uid: 10967 components: - type: Transform - rot: 3.141592653589793 rad pos: 13.5,-57.5 parent: 2 - uid: 10968 components: - type: Transform - rot: 3.141592653589793 rad pos: 12.5,-54.5 parent: 2 - uid: 10970 components: - type: Transform - rot: 3.141592653589793 rad pos: 12.5,-56.5 parent: 2 - uid: 11306 components: - type: Transform - rot: -1.5707963267948966 rad pos: 16.5,-54.5 parent: 2 - uid: 11503 @@ -127872,11 +128026,6 @@ entities: - type: Transform pos: -31.5,-37.5 parent: 2 - - uid: 14212 - components: - - type: Transform - pos: -17.5,16.5 - parent: 2 - uid: 14386 components: - type: Transform @@ -128047,11 +128196,6 @@ entities: - type: Transform pos: 2.5,-33.5 parent: 2 - - uid: 16101 - components: - - type: Transform - pos: -17.5,18.5 - parent: 2 - uid: 16209 components: - type: Transform diff --git a/Resources/Prototypes/Maps/amber.yml b/Resources/Prototypes/Maps/amber.yml index e415d5bc5d5..6d6743123fa 100644 --- a/Resources/Prototypes/Maps/amber.yml +++ b/Resources/Prototypes/Maps/amber.yml @@ -14,7 +14,7 @@ !type:NanotrasenNameGenerator prefixCreator: '14-SB' - type: StationEmergencyShuttle - emergencyShuttlePath: /Maps/Shuttles/emergency.yml + emergencyShuttlePath: /Maps/Shuttles/emergency_amber.yml - type: StationJobs availableJobs: #service From 2d6e52b21c3b40d6415be3b8a516b2a627f9f03b Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:43:11 +0100 Subject: [PATCH 147/160] vox guidebook update poison regen (#33739) * vox guidebook regen update * damage number * skreee --- Resources/ServerInfo/Guidebook/Mobs/Vox.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/Resources/ServerInfo/Guidebook/Mobs/Vox.xml b/Resources/ServerInfo/Guidebook/Mobs/Vox.xml index 173ba89b411..95e9df4c760 100644 --- a/Resources/ServerInfo/Guidebook/Mobs/Vox.xml +++ b/Resources/ServerInfo/Guidebook/Mobs/Vox.xml @@ -5,12 +5,22 @@ - [color=#ffa500]Caution! This species has a severely limiting game mechanic and is not recommended for new players. [/color] + [color=#ffa500]Warning! This species is not recommended for new players due to their fatal allergy to oxygen![/color] - They breathe nitrogen, and [color=#ffa500] oxygen is very toxic to them.[/color] - They need to be on internals at all times to avoid being poisoned by the station's oxygen. - Eating or drinking will require you to remove your breath mask, although injecting liquid food is an option. + Vox breathe nitrogen, and [color=#ffa500] oxygen is toxic to them.[/color] + Unfortunately, space stations tend to be full of oxygen, + so Vox must use an internal nitrogen supply at almost all times to avoid fatal exposure. - Their unarmed claw attacks deal Slash damage instead of Blunt. + Vox always spawn wearing working nitrogen internals equipment. + A spare breathing mask and an emergency nitrogen canister is provided in their survival box. + + Vox [color=#1e90ff]slowly recover from low levels of poison damage[/color] on their own, + so long as they are careful not to exceed 20 poison damage. + This allows them to endure breathing station air for up to thirty seconds at a time without lasting damage, + letting them quickly eat, drink, take oral medication, and so on. + A thirty second oxygen exposure takes them two minutes to recover from. + If their health does not seem to improve within a minute of oxygen exposure, they should seek medical attention. + + Vox deal Slash damage with their unarmed attack. From 7d410d6094e619ecb93a9d01f6b3172c0bd5ccaf Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:15:23 +0300 Subject: [PATCH 148/160] Fix debris chunks loot spawning (#33747) Update DungeonJob.PostGenBiome.cs --- Content.Server/Procedural/DungeonJob/DungeonJob.PostGenBiome.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenBiome.cs b/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenBiome.cs index fdadcb7849d..9e5f3bdcfc1 100644 --- a/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenBiome.cs +++ b/Content.Server/Procedural/DungeonJob/DungeonJob.PostGenBiome.cs @@ -52,7 +52,7 @@ private async Task PostGen(BiomeDunGen dunGen, DungeonData data, Dungeon dungeon } } - if (tile is not null && biomeSystem.TryGetEntity(node, indexedBiome.Layers, tile.Value, seed, _grid, out var entityProto)) + if (biomeSystem.TryGetEntity(node, indexedBiome.Layers, tile ?? tileRef.Value.Tile, seed, _grid, out var entityProto)) { var ent = _entManager.SpawnEntity(entityProto, new EntityCoordinates(_gridUid, node + _grid.TileSizeHalfVector)); var xform = xformQuery.Get(ent); From d6d95f1a7aabea51586fa5b100bc2b0d2bea17d8 Mon Sep 17 00:00:00 2001 From: PJBot Date: Fri, 6 Dec 2024 10:16:30 +0000 Subject: [PATCH 149/160] Automatic changelog update --- Resources/Changelog/Changelog.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 99289e989d8..8ff4707822c 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1,11 +1,4 @@ Entries: -- author: metalgearsloth - changes: - - message: Fix the inventory GUI being visible when you don't have an inventory. - type: Fix - id: 7183 - time: '2024-08-22T17:05:17.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/31306 - author: EmoGarbage404 changes: - message: Moved the mining asteroid slightly closer to the station. @@ -3904,3 +3897,10 @@ id: 7682 time: '2024-12-06T06:22:39.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/33433 +- author: TheShuEd + changes: + - message: Fixed debris chunks loot spawning + type: Fix + id: 7683 + time: '2024-12-06T10:15:23.0000000+00:00' + url: https://github.com/space-wizards/space-station-14/pull/33747 From 6add781c4ac1313190200cea3a4771bb368df41e Mon Sep 17 00:00:00 2001 From: beck <163376292+widgetbeck@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:31:31 -0500 Subject: [PATCH 150/160] Added several variables to make ClumsyComponent more modular for developers. (#33715) Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Content.Shared/Clumsy/ClumsyComponent.cs | 42 ++++++++++++++++++++++++ Content.Shared/Clumsy/ClumsySystem.cs | 24 ++++++++++++-- 2 files changed, 63 insertions(+), 3 deletions(-) diff --git a/Content.Shared/Clumsy/ClumsyComponent.cs b/Content.Shared/Clumsy/ClumsyComponent.cs index c71f5d0008a..6b013a5c2f1 100644 --- a/Content.Shared/Clumsy/ClumsyComponent.cs +++ b/Content.Shared/Clumsy/ClumsyComponent.cs @@ -58,4 +58,46 @@ public sealed partial class ClumsyComponent : Component /// [DataField] public SoundSpecifier GunShootFailSound = new SoundPathSpecifier("/Audio/Weapons/Guns/Gunshots/bang.ogg"); + + /// + /// Whether or not to apply Clumsy to hyposprays. + /// + [DataField, AutoNetworkedField] + public bool ClumsyHypo = true; + + /// + /// Whether or not to apply Clumsy to defibs. + /// + [DataField, AutoNetworkedField] + public bool ClumsyDefib = true; + + /// + /// Whether or not to apply Clumsy to guns. + /// + [DataField, AutoNetworkedField] + public bool ClumsyGuns = true; + + /// + /// Whether or not to apply Clumsy to vaulting. + /// + [DataField, AutoNetworkedField] + public bool ClumsyVaulting = true; + + /// + /// Lets you define a new "failed" message for each event. + /// + [DataField] + public LocId HypoFailedMessage = "hypospray-component-inject-self-clumsy-message"; + + [DataField] + public LocId GunFailedMessage = "gun-clumsy"; + + [DataField] + public LocId VaulingFailedMessageSelf = "bonkable-success-message-user"; + + [DataField] + public LocId VaulingFailedMessageOthers = "bonkable-success-message-others"; + + [DataField] + public LocId VaulingFailedMessageForced = "forced-bonkable-success-message"; } diff --git a/Content.Shared/Clumsy/ClumsySystem.cs b/Content.Shared/Clumsy/ClumsySystem.cs index e034458197f..4804b6b7234 100644 --- a/Content.Shared/Clumsy/ClumsySystem.cs +++ b/Content.Shared/Clumsy/ClumsySystem.cs @@ -38,6 +38,11 @@ public override void Initialize() private void BeforeHyposprayEvent(Entity ent, ref SelfBeforeHyposprayInjectsEvent args) { // Clumsy people sometimes inject themselves! Apparently syringes are clumsy proof... + + // checks if ClumsyHypo is false, if so, skips. + if (!ent.Comp.ClumsyHypo) + return; + if (!_random.Prob(ent.Comp.ClumsyDefaultCheck)) return; @@ -49,6 +54,11 @@ private void BeforeHyposprayEvent(Entity ent, ref SelfBeforeHyp private void BeforeDefibrillatorZapsEvent(Entity ent, ref SelfBeforeDefibrillatorZapsEvent args) { // Clumsy people sometimes defib themselves! + + // checks if ClumsyDefib is false, if so, skips. + if (!ent.Comp.ClumsyDefib) + return; + if (!_random.Prob(ent.Comp.ClumsyDefaultCheck)) return; @@ -61,6 +71,10 @@ private void BeforeGunShotEvent(Entity ent, ref SelfBeforeGunSh { // Clumsy people sometimes can't shoot :( + // checks if ClumsyGuns is false, if so, skips. + if (!ent.Comp.ClumsyGuns) + return; + if (args.Gun.Comp.ClumsyProof) return; @@ -82,6 +96,10 @@ private void BeforeGunShotEvent(Entity ent, ref SelfBeforeGunSh private void OnBeforeClimbEvent(Entity ent, ref SelfBeforeClimbEvent args) { + // checks if ClumsyVaulting is false, if so, skips. + if (!ent.Comp.ClumsyVaulting) + return; + // This event is called in shared, thats why it has all the extra prediction stuff. var rand = new System.Random((int)_timing.CurTick.Value); @@ -102,8 +120,8 @@ private void OnBeforeClimbEvent(Entity ent, ref SelfBeforeClimb { // You are slamming yourself onto the table. _popup.PopupPredicted( - Loc.GetString("bonkable-success-message-user", ("bonkable", args.BeingClimbedOn)), - Loc.GetString("bonkable-success-message-others", ("victim", gettingPutOnTableName), ("bonkable", args.BeingClimbedOn)), + Loc.GetString(ent.Comp.VaulingFailedMessageSelf, ("bonkable", args.BeingClimbedOn)), + Loc.GetString(ent.Comp.VaulingFailedMessageOthers, ("victim", gettingPutOnTableName), ("bonkable", args.BeingClimbedOn)), ent, ent); } @@ -112,7 +130,7 @@ private void OnBeforeClimbEvent(Entity ent, ref SelfBeforeClimb // Someone else slamed you onto the table. // This is only run in server so you need to use popup entity. _popup.PopupPredicted( - Loc.GetString("forced-bonkable-success-message", + Loc.GetString(ent.Comp.VaulingFailedMessageForced, ("bonker", puttingOnTableName), ("victim", gettingPutOnTableName), ("bonkable", args.BeingClimbedOn)), From de19418126127b91166da6f52832832145003416 Mon Sep 17 00:00:00 2001 From: 0tito <147736056+0tito@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:35:48 -0300 Subject: [PATCH 151/160] Add Sprite changes to Logic Gates to show the input/output state (#33277) --- .../DeviceLinking/Systems/LogicGateSystem.cs | 4 + .../DeviceLinking/SharedLogicGate.cs | 10 ++- .../Prototypes/Entities/Structures/gates.yml | 72 +++++++++++++++++- .../Objects/Devices/gates.rsi/logic_a.png | Bin 0 -> 7028 bytes .../Objects/Devices/gates.rsi/logic_b.png | Bin 0 -> 6960 bytes .../Objects/Devices/gates.rsi/logic_o.png | Bin 0 -> 6984 bytes .../Objects/Devices/gates.rsi/meta.json | 11 ++- 7 files changed, 93 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/Objects/Devices/gates.rsi/logic_a.png create mode 100644 Resources/Textures/Objects/Devices/gates.rsi/logic_b.png create mode 100644 Resources/Textures/Objects/Devices/gates.rsi/logic_o.png diff --git a/Content.Server/DeviceLinking/Systems/LogicGateSystem.cs b/Content.Server/DeviceLinking/Systems/LogicGateSystem.cs index 598d5a2725e..1280ecd5d11 100644 --- a/Content.Server/DeviceLinking/Systems/LogicGateSystem.cs +++ b/Content.Server/DeviceLinking/Systems/LogicGateSystem.cs @@ -102,10 +102,12 @@ private void OnSignalReceived(EntityUid uid, LogicGateComponent comp, ref Signal if (args.Port == comp.InputPortA) { comp.StateA = state; + _appearance.SetData(uid, LogicGateVisuals.InputA, state == SignalState.High); //If A == High => Sets input A sprite to True } else if (args.Port == comp.InputPortB) { comp.StateB = state; + _appearance.SetData(uid, LogicGateVisuals.InputB, state == SignalState.High); //If B == High => Sets input B sprite to True } UpdateOutput(uid, comp); @@ -143,6 +145,8 @@ private void UpdateOutput(EntityUid uid, LogicGateComponent comp) break; } + _appearance.SetData(uid, LogicGateVisuals.Output, output); + // only send a payload if it actually changed if (output != comp.LastOutput) { diff --git a/Content.Shared/DeviceLinking/SharedLogicGate.cs b/Content.Shared/DeviceLinking/SharedLogicGate.cs index 8d814f461fe..75f8cb4951c 100644 --- a/Content.Shared/DeviceLinking/SharedLogicGate.cs +++ b/Content.Shared/DeviceLinking/SharedLogicGate.cs @@ -23,7 +23,10 @@ public enum LogicGate : byte [Serializable, NetSerializable] public enum LogicGateVisuals : byte { - Gate + Gate, + InputA, + InputB, + Output } /// @@ -32,5 +35,8 @@ public enum LogicGateVisuals : byte [Serializable, NetSerializable] public enum LogicGateLayers : byte { - Gate + Gate, + InputA, + InputB, + Output } diff --git a/Resources/Prototypes/Entities/Structures/gates.yml b/Resources/Prototypes/Entities/Structures/gates.yml index 8e609623214..3cae4411a6b 100644 --- a/Resources/Prototypes/Entities/Structures/gates.yml +++ b/Resources/Prototypes/Entities/Structures/gates.yml @@ -36,6 +36,15 @@ layers: - state: base - state: logic + - state: logic_a + visible: false + map: [ "enum.LogicGateLayers.InputA" ] + - state: logic_b + visible: false + map: [ "enum.LogicGateLayers.InputB" ] + - state: logic_o + visible: false + map: [ "enum.LogicGateLayers.Output" ] - state: or map: [ "enum.LogicGateLayers.Gate" ] - type: LogicGate @@ -63,7 +72,18 @@ Nor: { state: nor } Nand: { state: nand } Xnor: { state: xnor } - + enum.LogicGateVisuals.InputA: + enum.LogicGateLayers.InputA: + True: { visible: true } + False: { visible: false } + enum.LogicGateVisuals.InputB: + enum.LogicGateLayers.InputB: + True: { visible: true } + False: { visible: false } + enum.LogicGateVisuals.Output: + enum.LogicGateLayers.Output: + True: { visible: true } + False: { visible: false } - type: entity parent: LogicGateOr id: LogicGateAnd @@ -72,6 +92,16 @@ - type: Sprite layers: - state: base + - state: logic + - state: logic_a + visible: false + map: [ "enum.LogicGateLayers.InputA" ] + - state: logic_b + visible: false + map: [ "enum.LogicGateLayers.InputB" ] + - state: logic_o + visible: false + map: [ "enum.LogicGateLayers.Output" ] - state: and map: [ "enum.LogicGateLayers.Gate" ] - type: LogicGate @@ -85,6 +115,16 @@ - type: Sprite layers: - state: base + - state: logic + - state: logic_a + visible: false + map: [ "enum.LogicGateLayers.InputA" ] + - state: logic_b + visible: false + map: [ "enum.LogicGateLayers.InputB" ] + - state: logic_o + visible: false + map: [ "enum.LogicGateLayers.Output" ] - state: xor map: [ "enum.LogicGateLayers.Gate" ] - type: LogicGate @@ -98,6 +138,16 @@ - type: Sprite layers: - state: base + - state: logic + - state: logic_a + visible: false + map: [ "enum.LogicGateLayers.InputA" ] + - state: logic_b + visible: false + map: [ "enum.LogicGateLayers.InputB" ] + - state: logic_o + visible: false + map: [ "enum.LogicGateLayers.Output" ] - state: nor map: [ "enum.LogicGateLayers.Gate" ] - type: LogicGate @@ -111,6 +161,16 @@ - type: Sprite layers: - state: base + - state: logic + - state: logic_a + visible: false + map: [ "enum.LogicGateLayers.InputA" ] + - state: logic_b + visible: false + map: [ "enum.LogicGateLayers.InputB" ] + - state: logic_o + visible: false + map: [ "enum.LogicGateLayers.Output" ] - state: nand map: [ "enum.LogicGateLayers.Gate" ] - type: LogicGate @@ -124,6 +184,16 @@ - type: Sprite layers: - state: base + - state: logic + - state: logic_a + visible: false + map: [ "enum.LogicGateLayers.InputA" ] + - state: logic_b + visible: false + map: [ "enum.LogicGateLayers.InputB" ] + - state: logic_o + visible: false + map: [ "enum.LogicGateLayers.Output" ] - state: xnor map: [ "enum.LogicGateLayers.Gate" ] - type: LogicGate diff --git a/Resources/Textures/Objects/Devices/gates.rsi/logic_a.png b/Resources/Textures/Objects/Devices/gates.rsi/logic_a.png new file mode 100644 index 0000000000000000000000000000000000000000..4727847a9cef46a1366ef4e8e263bde91a364af2 GIT binary patch literal 7028 zcmdT}U1%It6rL@O+N-sNiY-CHhN4iAGIM`t476I)+MpIK6(YW5c6LSsR)dW-2GLT4 zYVo0p7QqMcr=TSiiw_DS1X2XSf{6I6F9m&5^rhJ1ckayW%pnzWLaJhc>c7<~YvAvHhb5@vPJDmYYx>nVtO`j}24%pFH9?JGaxXHgjh8QO8-g zd3x{o^uh3@`qT^0CzH>{_34+V;(9zYnK+C}R;P610$G-L}K6^?P;MK zS{VqgNq&f~W6^|oNu$w7I7fe=CG{vHlxzxDHsMr(xd?YAeG`)3lrW);mDG5`pb%KZ zxkyCph9WXh8K(mab(1#J5TDvQ(y=FWEeOPPmec1_hhvS+6_VuvNa@Fw`DSbavl#?&r&13FKC~iZ*CE_1Ga-D{>#y)`7Ec>J*DQafP!-R z5}hxUCh&sts zjrDA(x~#KxBMdD^ri$uDAgb=TT&sfU+Q?K*R}58$uC28~hTL$446Xj@$3Hh)e+8#n z_BFM3GS%?tGipnd=`(8ALT1fVyM8ijk6M*WpB<5^oSn(6Jl=QIs-7uRX|MMIwcg28 z$*oCh*GpzCQY&*=lVVpzTe?*yQ=Qp|)D|bxhtzr{(?N~CDRlYDPM@3X_cLSgu?HW> z+3AIWU+~`v-;9kuaA=iQYhwr}Q`z_PX$jHdvJ2(II$d9$Txw+SW*mmi!Tet4~^z%&{ z_SGIeeDmP0UvICEe|BncVE3#4PB_1PxcfE!%9YFSeRTf(+qFZdk3I9w{iCDn$Nu

Il zVjw$LF2qo+8!L9xWk6T%+z9RpLcv-P!7cV+vb!#vNMnm;*v8qWs(4&RUR{KboZ;xXAidG@^LJ^3j84y{~%_Fc~#JGwk~ zX8Ck{q0xTl?QH3dw6XkNJ8h&ZOPR;0WDUBwPTxJmyBe@V^l(F;cD74@Fkvs zt@}KGP}}KeodJ#kfm!s!6_o=i`cV%GLs79wP|h#<8K&7Qh*49h7VVgjQM2jxH;WB; zh<@6%W2itN2r5lVXgOFFh6L?Qh>CfM6~Xs)6q-6^)+!d{%TW^a;wOdSTIs+@l#=_# z=m_K1LLAwIQrqEjPijL{B21BnQSi1UHYbc>`i0~1Y)DWt$ahzLlFb=+q{ zLRb3vyp^9xqY(_8kU;eW)1=lSR$NM{yKv-V1SMn!!DM_9^NeT4UOY8G%Tv3T;Td8n zq8l}ew+vy#c`M%lPhp^?kqj{%@)i-I@f=4T31C25D8~`;KBz?yAqBDmDP-Z;QUMWh zhD$&szg-bYV5?(T$8I-HD{Xno;PgzlKq~|`pNLq!Ao2jygb7!-amE1@v>fXl_UN##$Phbz8ELNM4ANG1?3wXDUewB=^4n!(afu?iKA z1ELCOK$H66Dr*!;&lg5Wfz%30J|Z~iYod<<1xY9^TSJ2NTP7nY7a)-+Macv*=rErS z87locNF{V*m}tee+-p$#El|<_rdDB;a5X5IZj?nFl|e?1CMm6xMUgjEE@y?&##xNA zcARl&EA4C1GT$#y3^^$Ro4Q z*4w%lhIS(3qPiD|+#PpnIf!;g#x?C2a))-;+9N}Lyhn!i|McUZo1MRcb1g@jS~nRt zJVuP#_GCtk+HS}kcxrb~=HO9txs2EmapmkyX7%xrqvm?1PNlm(0@Q{lL284^j3BjP$@Ea8Zwh_BveV}#`~A!qeC)voa`wr06F=d< z6E4ipKKII*$z4zPk0<C#~GBG}Wq=+7nU&-a@FlsUUqSGv_)(@K(~=fRdBPqEr+?1TW;Vw9+>PAqaUCu~@;1sNj?M{by!&W_CBpriLbahB(hN<2MV zc6s)odaa$cJ2*N7M$wHF6deiLQTB2}LB5DrjL+K{hS}tWC@B>4dPvBq+N`%X^98t% zc3QM;C`TX&Dh-NgI#}g~1g%Vn@^O(B!F6@un<`}%=M%E&$O(FWOJTTH+A|WlF~ zJM!ddFLJqoHl9~1!&Z}qo&5WY3yyR5=RF~{o?mbnG7E?YMlcbH)L?V8r-g26WgxgF z`60SaL=5rLX0w@cj`l!HYEecg84Fj&*i?bBaCats6VkpZVM3WGsqutCAux$^k&46( zMP#5dP6sCHm=@CzpXxf&i4oMtXa%5wM1(_xSx0-gMN*o9iKfNmlViX|1f<10?lK{v zE8Q-SvomQloPiS(s2*XM)LMj!ODS~+j;xQM_{_kWj4MK(^3>SG69cq7v1=Kg!j}TN zP$GXz;YOUt*#dY911*hY@M)jNM2Pw`991NM0d1iihsV317C?jq$a18Rg=0wtM8p|e z0wUQ}7m)gEwWyOqI)i*D19T0!Ed+)o;ZB^BIKF>*cHKG4hb@!$w;eMoq6 zj`D1hQ^5aIToEl+gd!lqu2*7F4+v9#s?cAN|i_>az?yL;I&FXVhX2#Uj!8L`!c*qil(O8SM)N9ewY}D z1b!4D3KVh1wv`c}n6TP-mKo`PLg)Bmaf_%Euk~l$5iV0JYoY z+OH{l`mu9fUBDu^^#5$fqyDG#9=R!oXsb5G5MkVELsh@aG}~%K-8&0~ps96| zsk_I3QCpkLfKl5BnQc$)#>s3yYIQCHc0}rOb_cU+|G-hJ?@X0SXL$gq^-rcwZd+2j zQ8L?+T9wPT6uU0k+O;Z~`p5yKwmO*sq}DH)E^72mp~qKt`rKr{pBaOXJ@`P*-n+c> z2mGAy?#%R~PaoeM&5iH;aMGO^+Oc=&o#ijj{&?w)xu2GnmM+TS;o%)qQ&Z=EyL$ET z6Q3Ubc4GAP@5kOhwQKgPy-x7<&tHFc_WYm!etc^3*@td_{Ez()P7J}!F9#d@_MJQM z!le_ltyb&eJ@~Q8d1ho} Date: Sat, 7 Dec 2024 03:36:26 +1200 Subject: [PATCH 152/160] Samurai dogi is now major contraband (#33699) --- Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 21c91faadcc..40635f072e0 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -348,7 +348,7 @@ sprite: Clothing/OuterClothing/Coats/clownpriest.rsi - type: entity - parent: ClothingOuterStorageBase + parent: [ClothingOuterStorageBase, BaseMajorContraband] id: ClothingOuterDogi name: samurai dogi description: Dogi is a type of traditional Japanese clothing. The dogi is made of heavy, durable fabric, it is practical in combat and stylish in appearance. It is decorated with intricate patterns and embroidery on the back. From b66fd9851487887ee6bd09726b90eca08721a0d4 Mon Sep 17 00:00:00 2001 From: MilenVolf <63782763+MilenVolf@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:38:00 +0300 Subject: [PATCH 153/160] Localize ai dataset names (#33608) Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- .../Loadouts/RoleLoadoutPrototype.cs | 2 +- .../Station/SharedStationSpawningSystem.cs | 4 +- Resources/Locale/en-US/datasets/names/ai.ftl | 139 ++++++++++++++++++ Resources/Prototypes/Datasets/Names/ai.yml | 114 +------------- .../Prototypes/Loadouts/role_loadouts.yml | 2 +- 5 files changed, 147 insertions(+), 114 deletions(-) create mode 100644 Resources/Locale/en-US/datasets/names/ai.ftl diff --git a/Content.Shared/Preferences/Loadouts/RoleLoadoutPrototype.cs b/Content.Shared/Preferences/Loadouts/RoleLoadoutPrototype.cs index 7a29bad6678..92b2d3ef0e0 100644 --- a/Content.Shared/Preferences/Loadouts/RoleLoadoutPrototype.cs +++ b/Content.Shared/Preferences/Loadouts/RoleLoadoutPrototype.cs @@ -20,7 +20,7 @@ public sealed partial class RoleLoadoutPrototype : IPrototype /// Should we use a random name for this loadout? ///

[DataField] - public ProtoId? NameDataset; + public ProtoId? NameDataset; // Not required so people can set their names. /// diff --git a/Content.Shared/Station/SharedStationSpawningSystem.cs b/Content.Shared/Station/SharedStationSpawningSystem.cs index a23ee309401..4c21b61d3d0 100644 --- a/Content.Shared/Station/SharedStationSpawningSystem.cs +++ b/Content.Shared/Station/SharedStationSpawningSystem.cs @@ -70,7 +70,7 @@ public void EquipRoleName(EntityUid entity, RoleLoadout loadout, RoleLoadoutProt if (string.IsNullOrEmpty(name) && PrototypeManager.TryIndex(roleProto.NameDataset, out var nameData)) { - name = _random.Pick(nameData.Values); + name = Loc.GetString(_random.Pick(nameData.Values)); } if (!string.IsNullOrEmpty(name)) @@ -150,7 +150,7 @@ public void EquipStartingGear(EntityUid entity, IEquipmentLoadout? startingGear, foreach (var (slotName, entProtos) in startingGear.Storage) { - if (entProtos == null || entProtos.Count == 0) + if (entProtos == null || entProtos.Count == 0) continue; if (inventoryComp != null && diff --git a/Resources/Locale/en-US/datasets/names/ai.ftl b/Resources/Locale/en-US/datasets/names/ai.ftl new file mode 100644 index 00000000000..ac6ce0d83e6 --- /dev/null +++ b/Resources/Locale/en-US/datasets/names/ai.ftl @@ -0,0 +1,139 @@ +names-ai-dataset-1 = 16-20 +names-ai-dataset-2 = 512k + +# Ought to be enough for anybody +names-ai-dataset-3 = 640k + +names-ai-dataset-4 = "790" +names-ai-dataset-5 = Adaptive Manipulator + +# Named after the famous soundcard +names-ai-dataset-6 = Adlib + +names-ai-dataset-7 = ALICE +names-ai-dataset-8 = Allied Mastercomputer +names-ai-dataset-9 = Alpha 2 +names-ai-dataset-10 = Alpha 3 +names-ai-dataset-11 = Alpha 4 +names-ai-dataset-12 = Alpha 5 +names-ai-dataset-13 = Alpha 6 +names-ai-dataset-14 = Alpha 7 +names-ai-dataset-15 = Alpha 8 +names-ai-dataset-16 = Alpha 9 +names-ai-dataset-17 = AmigoBot +names-ai-dataset-18 = Android +names-ai-dataset-19 = Aniel +names-ai-dataset-20 = AOL +names-ai-dataset-21 = Asimov + +# The most influential modem ever, created by the bell system. It still lives on today in certain applications +names-ai-dataset-22 = Bell 301 + +names-ai-dataset-23 = Bishop +names-ai-dataset-24 = Blitz +names-ai-dataset-25 = Box +names-ai-dataset-26 = Calculator +names-ai-dataset-27 = Cassandra +names-ai-dataset-28 = Cell +names-ai-dataset-29 = Chii +names-ai-dataset-30 = Chip +names-ai-dataset-31 = C.R.A.I.G. + +# Commercial supercomputer from the 70s +names-ai-dataset-32 = Cray-2 + +# If we're going to have AOL we may as well have some of their major competitors +names-ai-dataset-33 = CompuServe + +names-ai-dataset-34 = Computer +names-ai-dataset-35 = Cutie +names-ai-dataset-36 = Daedalus +names-ai-dataset-37 = DecTalk +names-ai-dataset-38 = Dee Model +names-ai-dataset-39 = Dial Up +names-ai-dataset-40 = Dorfl +names-ai-dataset-41 = Duey +names-ai-dataset-42 = Emma-2 + +# Famous early computer +names-ai-dataset-43 = ENIAC + +names-ai-dataset-44 = Erasmus +names-ai-dataset-45 = Everything +names-ai-dataset-46 = Ez-27 +names-ai-dataset-47 = FRIEND COMPUTER +names-ai-dataset-48 = Faith +names-ai-dataset-49 = Fi +names-ai-dataset-50 = Frost +names-ai-dataset-51 = George +names-ai-dataset-52 = H.E.L.P +names-ai-dataset-53 = Hadaly +names-ai-dataset-54 = Helios +names-ai-dataset-55 = Hivebot Overmind +names-ai-dataset-56 = Huey + +# A play on the fad apple spawned of putting "i" infront of your tech products name +names-ai-dataset-57 = iAI + +# Hell on earth (web browser) +names-ai-dataset-58 = I.E. 6 + +names-ai-dataset-59 = Icarus + +# If you don't get this one you are too young +names-ai-dataset-60 = Jeeves + +names-ai-dataset-61 = Jinx +names-ai-dataset-62 = K.I.N.G +names-ai-dataset-63 = Klapaucius +names-ai-dataset-64 = Knight +names-ai-dataset-65 = Louie + +# Named after the Manchester Mark 1, the successor of which was actually named the Ferranti Mark 1, rather than Manchester Mark 2 +names-ai-dataset-66 = Manchester Mark 2 + +names-ai-dataset-67 = MARK13 +names-ai-dataset-68 = Maria +names-ai-dataset-69 = Marvin +names-ai-dataset-70 = Max 404 +names-ai-dataset-71 = Metalhead +names-ai-dataset-72 = M.I.M.I +names-ai-dataset-73 = MK ULTRA +names-ai-dataset-74 = MoMMI +names-ai-dataset-75 = Mugsy3000 +names-ai-dataset-76 = Multivac +names-ai-dataset-77 = NCH + +# A play on both NT as in NanoTrasen and NT as in windows NT, of which version 6.0 is windows vista +names-ai-dataset-78 = NT v6.0 + +names-ai-dataset-79 = Packard Bell +names-ai-dataset-80 = PTO +names-ai-dataset-81 = Project Y2K +names-ai-dataset-82 = Revelation +names-ai-dataset-83 = Robot Devil +names-ai-dataset-84 = S.A.M. +names-ai-dataset-85 = S.H.O.C.K. +names-ai-dataset-86 = S.H.R.O.U.D. +names-ai-dataset-87 = S.O.P.H.I.E. +names-ai-dataset-88 = Samaritan +names-ai-dataset-89 = Shrike +names-ai-dataset-90 = Solo +names-ai-dataset-91 = Station Control Program +names-ai-dataset-92 = AINU (AI's Not Unix) +names-ai-dataset-93 = Super 35 +names-ai-dataset-94 = Surgeon General +names-ai-dataset-95 = TWA +names-ai-dataset-96 = Terminus +names-ai-dataset-97 = TPM 3.0 +names-ai-dataset-98 = Turing Complete +names-ai-dataset-99 = Tidy +names-ai-dataset-100 = Ulysses +names-ai-dataset-101 = W1k1 +names-ai-dataset-102 = X-5 +names-ai-dataset-103 = X.A.N.A. +names-ai-dataset-104 = XERXES +names-ai-dataset-105 = Z-1 +names-ai-dataset-106 = Z-2 +names-ai-dataset-107 = Z-3 +names-ai-dataset-108 = Zed diff --git a/Resources/Prototypes/Datasets/Names/ai.yml b/Resources/Prototypes/Datasets/Names/ai.yml index 539ef4e3fad..a220de53fb7 100644 --- a/Resources/Prototypes/Datasets/Names/ai.yml +++ b/Resources/Prototypes/Datasets/Names/ai.yml @@ -1,111 +1,5 @@ -- type: dataset - id: names_ai +- type: localizedDataset + id: NamesAI values: - - 16-20 - - 512k - - 640k #ought to be enough for anybody - - "790" - - Adaptive Manipulator - - Adlib #named after the famous soundcard - - ALICE - - Allied Mastercomputer - - Alpha 2 - - Alpha 3 - - Alpha 4 - - Alpha 5 - - Alpha 6 - - Alpha 7 - - Alpha 8 - - Alpha 9 - - AmigoBot - - Android - - Aniel - - AOL - - Asimov - - Bell 301 #the most influential modem ever, created by the bell system. It still lives on today in certain applications - - Bishop - - Blitz - - Box - - Calculator - - Cassandra - - Cell - - Chii - - Chip - - C.R.A.I.G. - - Cray-2 #commercial supercomputer from the 70s - - CompuServe #if we're going to have AOL we may as well have some of their major competitors - - Computer - - Cutie - - Daedalus - - DecTalk - - Dee Model - - Dial Up - - Dorfl - - Duey - - Emma-2 - - ENIAC #famous early computer - - Erasmus - - Everything - - Ez-27 - - FRIEND COMPUTER - - Faith - - Fi - - Frost - - George - - H.E.L.P - - Hadaly - - Helios - - Hivebot Overmind - - Huey - - iAI #a play on the fad apple spawned of putting "i" infront of your tech products name - - I.E. 6 #hell on earth (web browser) - - Icarus - - Jeeves #if you don't get this one you are too young - - Jinx - - K.I.N.G - - Klapaucius - - Knight - - Louie - - Manchester Mark 2 #named after the Manchester Mark 1, the successor of which was actually named the Ferranti Mark 1, rather than Manchester Mark 2 - - MARK13 - - Maria - - Marvin - - Max 404 - - Metalhead - - M.I.M.I - - MK ULTRA - - MoMMI - - Mugsy3000 - - Multivac - - NCH - - NT v6.0 #A play on both NT as in NanoTrasen and NT as in windows NT, of which version 6.0 is windows vista - - Packard Bell - - PTO - - Project Y2K - - Revelation - - Robot Devil - - S.A.M. - - S.H.O.C.K. - - S.H.R.O.U.D. - - S.O.P.H.I.E. - - Samaritan - - Shrike - - Solo - - Station Control Program - - AINU (AI's Not Unix) - - Super 35 - - Surgeon General - - TWA - - Terminus - - TPM 3.0 - - Turing Complete - - Tidy - - Ulysses - - W1k1 - - X-5 - - X.A.N.A. - - XERXES - - Z-1 - - Z-2 - - Z-3 - - Zed + prefix: names-ai-dataset- + count: 108 diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 25b43fc22a7..180673b7d29 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -28,7 +28,7 @@ # Silicons - type: roleLoadout id: JobStationAi - nameDataset: names_ai + nameDataset: NamesAI # Civilian - type: roleLoadout From 3300ff2a06b72b33e3c2f982a59b2aef4252240b Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:45:01 +0000 Subject: [PATCH 154/160] clean up random lathe recipes (#31525) Co-authored-by: deltanedas <@deltanedas:kde.org> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Prototypes/Recipes/Lathes/cargo.yml | 2 +- .../Prototypes/Recipes/Lathes/chemistry.yml | 2 +- .../Prototypes/Recipes/Lathes/devices.yml | 57 +--- .../Prototypes/Recipes/Lathes/mech_parts.yml | 102 +++---- Resources/Prototypes/Recipes/Lathes/misc.yml | 99 +++---- .../Prototypes/Recipes/Lathes/powercells.yml | 2 +- .../Recipes/Lathes/rehydrateable.yml | 31 ++- .../Prototypes/Recipes/Lathes/salvage.yml | 5 +- Resources/Prototypes/Recipes/Lathes/tiles.yml | 252 +++++------------- 9 files changed, 175 insertions(+), 377 deletions(-) diff --git a/Resources/Prototypes/Recipes/Lathes/cargo.yml b/Resources/Prototypes/Recipes/Lathes/cargo.yml index 82050985b8e..0679132ec00 100644 --- a/Resources/Prototypes/Recipes/Lathes/cargo.yml +++ b/Resources/Prototypes/Recipes/Lathes/cargo.yml @@ -1,4 +1,4 @@ -- type: latheRecipe +- type: latheRecipe id: ConveyorBeltAssembly result: ConveyorBeltAssembly completetime: 4 diff --git a/Resources/Prototypes/Recipes/Lathes/chemistry.yml b/Resources/Prototypes/Recipes/Lathes/chemistry.yml index 7dc43f5f33e..cd1f89181f9 100644 --- a/Resources/Prototypes/Recipes/Lathes/chemistry.yml +++ b/Resources/Prototypes/Recipes/Lathes/chemistry.yml @@ -81,10 +81,10 @@ - type: latheRecipe id: Vape + result: Vape icon: sprite: Objects/Consumable/Smokeables/Vapes/vape-standard.rsi state: icon - result: Vape completetime: 2 materials: Plastic: 100 diff --git a/Resources/Prototypes/Recipes/Lathes/devices.yml b/Resources/Prototypes/Recipes/Lathes/devices.yml index 6a786f2b244..5d7c649cdeb 100644 --- a/Resources/Prototypes/Recipes/Lathes/devices.yml +++ b/Resources/Prototypes/Recipes/Lathes/devices.yml @@ -1,54 +1,39 @@ - type: latheRecipe + parent: BasePartRecipe id: TimerTrigger result: TimerTrigger - category: Parts - completetime: 2 - materials: - Steel: 300 - Plastic: 200 - type: latheRecipe + parent: BasePartRecipe id: SignalTrigger result: SignalTrigger - category: Parts - completetime: 2 - materials: - Steel: 300 - Plastic: 200 - type: latheRecipe + parent: BasePartRecipe id: VoiceTrigger result: VoiceTrigger - category: Parts - completetime: 2 - materials: - Steel: 300 - Plastic: 200 - type: latheRecipe + parent: BasePartRecipe id: Igniter result: Igniter - category: Parts - completetime: 2 materials: Steel: 300 Plastic: 100 Glass: 100 - type: latheRecipe + parent: BaseWeaponRecipe id: ChemicalPayload result: ChemicalPayload - category: Weapons - completetime: 2 materials: Steel: 200 Plastic: 300 - type: latheRecipe + parent: BaseWeaponRecipe id: FlashPayload result: FlashPayload - category: Weapons - completetime: 2 materials: Steel: 50 Plastic: 100 @@ -68,20 +53,18 @@ Silver: 50 - type: latheRecipe + parent: BasePartRecipe id: Signaller result: RemoteSignaller - category: Parts - completetime: 2 materials: Steel: 100 Plastic: 200 Glass: 100 - type: latheRecipe + parent: BasePartRecipe id: SignallerAdvanced result: RemoteSignallerAdvanced - category: Parts - completetime: 2 materials: Steel: 100 Plastic: 200 @@ -106,10 +89,9 @@ Glass: 100 - type: latheRecipe + parent: BaseToolRecipe id: AnomalyScanner result: AnomalyScanner - category: Tools - completetime: 2 materials: Plastic: 200 Glass: 150 @@ -146,34 +128,19 @@ Uranium: 150 - type: latheRecipe + parent: ClothingBackpackHolding id: ClothingBackpackSatchelHolding result: ClothingBackpackSatchelHolding - completetime: 5 - materials: - Steel: 2000 - Silver: 750 - Plasma: 1500 - Uranium: 150 - type: latheRecipe + parent: ClothingBackpackHolding id: ClothingBackpackDuffelHolding result: ClothingBackpackDuffelHolding - completetime: 5 - materials: - Steel: 2000 - Silver: 750 - Plasma: 1500 - Uranium: 150 - type: latheRecipe + parent: ClothingBackpackHolding id: OreBagOfHolding result: OreBagOfHolding - completetime: 5 - materials: - Steel: 2000 - Silver: 750 - Plasma: 1500 - Uranium: 150 - type: latheRecipe id: ClothingMaskWeldingGas diff --git a/Resources/Prototypes/Recipes/Lathes/mech_parts.yml b/Resources/Prototypes/Recipes/Lathes/mech_parts.yml index 4f9f84d0dc8..db7443256cd 100644 --- a/Resources/Prototypes/Recipes/Lathes/mech_parts.yml +++ b/Resources/Prototypes/Recipes/Lathes/mech_parts.yml @@ -1,178 +1,140 @@ +# Base prototypes + +- type: latheRecipe + abstract: true + id: BaseMechPartRecipe + category: Mech + completetime: 10 + +# Recipes + # Ripley - type: latheRecipe + parent: BaseMechPartRecipe id: RipleyHarness result: RipleyHarness - category: Mech - completetime: 10 materials: Steel: 1500 Glass: 1200 - type: latheRecipe + parent: BaseMechPartRecipe id: RipleyLArm result: RipleyLArm - category: Mech - completetime: 10 materials: Steel: 1000 Glass: 750 - type: latheRecipe + parent: RipleyLArm id: RipleyLLeg result: RipleyLLeg - category: Mech - completetime: 10 - materials: - Steel: 1000 - Glass: 750 - type: latheRecipe + parent: RipleyLLeg id: RipleyRLeg result: RipleyRLeg - category: Mech - completetime: 10 - materials: - Steel: 1000 - Glass: 750 - type: latheRecipe + parent: RipleyLArm id: RipleyRArm result: RipleyRArm - category: Mech - completetime: 10 - materials: - Steel: 1000 - Glass: 750 - type: latheRecipe + parent: BaseMechPartRecipe id: MechEquipmentGrabber result: MechEquipmentGrabber - category: Mech - completetime: 10 materials: Steel: 500 Plastic: 200 # H.O.N.K. - type: latheRecipe + parent: BaseMechPartRecipe id: HonkerHarness result: HonkerHarness - category: Mech - completetime: 10 materials: Steel: 3000 Glass: 1200 Bananium: 500 - type: latheRecipe + parent: BaseMechPartRecipe id: HonkerLArm result: HonkerLArm - category: Mech - completetime: 10 materials: - Steel: 3000 - Glass: 1200 - Bananium: 500 + Steel: 2000 + Glass: 750 + Bananium: 250 - type: latheRecipe + parent: HonkerLArm id: HonkerLLeg result: HonkerLLeg - category: Mech - completetime: 10 - materials: - Steel: 3000 - Glass: 1200 - Bananium: 500 - type: latheRecipe + parent: HonkerLLeg id: HonkerRLeg result: HonkerRLeg - category: Mech - completetime: 10 - materials: - Steel: 3000 - Glass: 1200 - Bananium: 500 - type: latheRecipe + parent: HonkerLArm id: HonkerRArm result: HonkerRArm - category: Mech - completetime: 10 - materials: - Steel: 3000 - Glass: 1200 - Bananium: 500 - type: latheRecipe + parent: BaseMechPartRecipe id: MechEquipmentHorn result: MechEquipmentHorn - category: Mech - completetime: 10 materials: Steel: 500 Bananium: 200 # HAMTR - type: latheRecipe + parent: BaseMechPartRecipe id: HamtrHarness result: HamtrHarness - category: Mech - completetime: 10 materials: Steel: 1200 Glass: 1000 - type: latheRecipe + parent: BaseMechPartRecipe id: HamtrLArm result: HamtrLArm - category: Mech - completetime: 10 materials: Steel: 800 Glass: 600 - type: latheRecipe + parent: HamtrLArm id: HamtrLLeg result: HamtrLLeg - category: Mech - completetime: 10 - materials: - Steel: 800 - Glass: 600 - type: latheRecipe + parent: HamtrLLeg id: HamtrRLeg result: HamtrRLeg - category: Mech - completetime: 10 - materials: - Steel: 800 - Glass: 600 - type: latheRecipe + parent: HamtrLArm id: HamtrRArm result: HamtrRArm - category: Mech - completetime: 10 - materials: - Steel: 800 - Glass: 600 - type: latheRecipe + parent: BaseMechPartRecipe id: MechEquipmentGrabberSmall result: MechEquipmentGrabberSmall - category: Mech - completetime: 10 materials: Steel: 400 Plastic: 100 # Vim - type: latheRecipe + parent: BaseMechPartRecipe id: VimHarness result: VimHarness - category: Mech completetime: 5 materials: Steel: 500 diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 7dc77997839..8bb94fb7e00 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -1,6 +1,8 @@ +# Base Prototypes + - type: latheRecipe - id: LightTube - result: LightTube + abstract: true + id: BaseLightRecipe category: Lights completetime: 2 materials: @@ -8,90 +10,76 @@ Glass: 50 - type: latheRecipe + abstract: true + id: BaseFauxTileRecipe + completetime: 1 + materials: + Plastic: 100 + +# Recipes + +## Lights + +- type: latheRecipe + parent: BaseLightRecipe + id: LightTube + result: LightTube + +- type: latheRecipe + parent: BaseLightRecipe id: LedLightTube result: LedLightTube - category: Lights - completetime: 2 - materials: - Steel: 50 - Glass: 50 - type: latheRecipe + parent: BaseLightRecipe id: SodiumLightTube result: SodiumLightTube - category: Lights - completetime: 2 - materials: - Steel: 50 - Glass: 50 - type: latheRecipe + parent: BaseLightRecipe id: ExteriorLightTube result: ExteriorLightTube - category: Lights - completetime: 2 - materials: - Steel: 50 - Glass: 50 - type: latheRecipe + parent: BaseLightRecipe id: LightBulb result: LightBulb - category: Lights - completetime: 2 - materials: - Steel: 50 - Glass: 50 - type: latheRecipe + parent: BaseLightRecipe id: LedLightBulb result: LedLightBulb - category: Lights - completetime: 2 - materials: - Steel: 50 - Glass: 50 - type: latheRecipe + parent: BaseLightRecipe id: DimLightBulb result: DimLightBulb - category: Lights - completetime: 2 - materials: - Steel: 50 - Glass: 50 - type: latheRecipe + parent: BaseLightRecipe id: GlowstickRed result: GlowstickRed - category: Lights - completetime: 2 materials: Plastic: 50 - type: latheRecipe + parent: GlowstickRed id: Flare result: Flare - category: Lights - completetime: 2 - materials: - Plastic: 50 - type: latheRecipe + parent: BaseLightRecipe id: FlashlightLantern result: EmptyFlashlightLantern - category: Lights - completetime: 2 materials: Steel: 100 Glass: 100 Plastic: 100 - type: latheRecipe + parent: BaseToolRecipe id: FireExtinguisher result: FireExtinguisher - category: Tools - completetime: 2 materials: Steel: 200 @@ -112,10 +100,9 @@ Glass: 100 - type: latheRecipe + parent: BaseToolRecipe id: NodeScanner result: NodeScanner - category: Tools - completetime: 2 materials: Steel: 100 Plastic: 50 @@ -160,39 +147,29 @@ Plastic: 100 - type: latheRecipe + parent: BaseFauxTileRecipe id: FauxTileAstroGrass result: FloorTileItemAstroGrass - completetime: 1 - materials: - Plastic: 100 - type: latheRecipe + parent: BaseFauxTileRecipe id: FauxTileMowedAstroGrass result: FloorTileItemMowedAstroGrass - completetime: 1 - materials: - Plastic: 100 - type: latheRecipe + parent: BaseFauxTileRecipe id: FauxTileJungleAstroGrass result: FloorTileItemJungleAstroGrass - completetime: 1 - materials: - Plastic: 100 - type: latheRecipe + parent: BaseFauxTileRecipe id: FauxTileAstroIce result: FloorTileItemAstroIce - completetime: 1 - materials: - Plastic: 100 - type: latheRecipe + parent: BaseFauxTileRecipe id: FauxTileAstroSnow result: FloorTileItemAstroSnow - completetime: 1 - materials: - Plastic: 100 - type: latheRecipe id: FloorGreenCircuit @@ -202,11 +179,9 @@ Steel: 100 - type: latheRecipe + parent: FloorGreenCircuit id: FloorBlueCircuit result: FloorTileItemBCircuit4 - completetime: 2 - materials: - Steel: 100 - type: latheRecipe id: FloorRedCircuit diff --git a/Resources/Prototypes/Recipes/Lathes/powercells.yml b/Resources/Prototypes/Recipes/Lathes/powercells.yml index 21928a53d2a..82c7b96affa 100644 --- a/Resources/Prototypes/Recipes/Lathes/powercells.yml +++ b/Resources/Prototypes/Recipes/Lathes/powercells.yml @@ -66,4 +66,4 @@ Steel: 600 Glass: 800 Plastic: 400 - Gold: 100 \ No newline at end of file + Gold: 100 diff --git a/Resources/Prototypes/Recipes/Lathes/rehydrateable.yml b/Resources/Prototypes/Recipes/Lathes/rehydrateable.yml index c38259dd816..fd0303352c2 100644 --- a/Resources/Prototypes/Recipes/Lathes/rehydrateable.yml +++ b/Resources/Prototypes/Recipes/Lathes/rehydrateable.yml @@ -1,34 +1,41 @@ -# recipes should generally cost 1.5x to 2x of the biomass output of their mob +# Base prototypes - type: latheRecipe - id: MonkeyCube - result: MonkeyCube + abstract: true + id: BaseCubeRecipe completetime: 30 materials: Biomass: 16 +# Recipes + +# recipes should generally cost 1.5x to 2x of the biomass output of their mob +- type: latheRecipe + parent: BaseCubeRecipe + id: MonkeyCube + result: MonkeyCube + - type: latheRecipe + parent: BaseCubeRecipe id: KoboldCube result: KoboldCube - completetime: 30 - materials: - Biomass: 16 - type: latheRecipe + parent: BaseCubeRecipe id: CowCube result: CowCube - completetime: 30 materials: Biomass: 120 - type: latheRecipe + parent: BaseCubeRecipe id: GoatCube result: GoatCube - completetime: 30 materials: Biomass: 35 - type: latheRecipe + parent: BaseCubeRecipe id: MothroachCube result: MothroachCube completetime: 45 # prevent biblical floods @@ -36,6 +43,7 @@ Biomass: 20 # a lot of materials wasted due to complex genetics - type: latheRecipe + parent: BaseCubeRecipe id: MouseCube result: MouseCube completetime: 15 @@ -43,21 +51,22 @@ Biomass: 12 - type: latheRecipe + parent: MouseCube id: CockroachCube result: CockroachCube - completetime: 15 materials: Biomass: 16 - type: latheRecipe + parent: BaseCubeRecipe id: SpaceCarpCube result: SpaceCarpCube - completetime: 30 materials: Biomass: 24 Plasma: 600 - type: latheRecipe + parent: BaseCubeRecipe id: SpaceTickCube result: SpaceTickCube completetime: 15 @@ -66,9 +75,9 @@ Plasma: 300 # less biomass but more plasma - type: latheRecipe + parent: BaseCubeRecipe id: AbominationCube result: AbominationCube - completetime: 30 materials: # abominations are slow and essentially worse than even carp Biomass: 28 Plasma: 500 # more biomass but less plasma diff --git a/Resources/Prototypes/Recipes/Lathes/salvage.yml b/Resources/Prototypes/Recipes/Lathes/salvage.yml index 4600669cc55..4cf9b9073ce 100644 --- a/Resources/Prototypes/Recipes/Lathes/salvage.yml +++ b/Resources/Prototypes/Recipes/Lathes/salvage.yml @@ -48,19 +48,18 @@ Silver: 100 - type: latheRecipe + parent: BaseToolRecipe id: MiningDrill result: MiningDrill - category: Tools completetime: 3 materials: Steel: 500 Plastic: 100 - type: latheRecipe + parent: MiningDrill id: MiningDrillDiamond result: MiningDrillDiamond - category: Tools - completetime: 3 materials: Steel: 600 Plastic: 200 diff --git a/Resources/Prototypes/Recipes/Lathes/tiles.yml b/Resources/Prototypes/Recipes/Lathes/tiles.yml index 8773dd245cd..b3ece2fe716 100644 --- a/Resources/Prototypes/Recipes/Lathes/tiles.yml +++ b/Resources/Prototypes/Recipes/Lathes/tiles.yml @@ -1,363 +1,249 @@ +# Base Prototypes + - type: latheRecipe - id: FloorTileItemDark - result: FloorTileItemDark + abstract: true + id: BaseTileRecipe applyMaterialDiscount: false completetime: 0.5 materials: Steel: 25 - type: latheRecipe - id: FloorTileItemDarkDiagonalMini - result: FloorTileItemDarkDiagonalMini - applyMaterialDiscount: false - completetime: 0.5 + abstract: true + parent: BaseTileRecipe + id: BaseWoodTileRecipe + materials: + Wood: 25 + +- type: latheRecipe + abstract: true + parent: BaseTileRecipe + id: BaseConcreteTileRecipe materials: Steel: 25 + Plastic: 25 + +# Recipes - type: latheRecipe + parent: BaseTileRecipe + id: FloorTileItemDark + result: FloorTileItemDark + +- type: latheRecipe + parent: BaseTileRecipe + id: FloorTileItemDarkDiagonalMini + result: FloorTileItemDarkDiagonalMini + +- type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemDarkDiagonal result: FloorTileItemDarkDiagonal - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemDarkHerringbone result: FloorTileItemDarkHerringbone - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemDarkMini result: FloorTileItemDarkMini - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemDarkMono result: FloorTileItemDarkMono - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemDarkPavement result: FloorTileItemDarkPavement - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemDarkPavementVertical result: FloorTileItemDarkPavementVertical - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemDarkOffset result: FloorTileItemDarkOffset - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelCheckerDark result: FloorTileItemSteelCheckerDark - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteel result: FloorTileItemSteel - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelOffset result: FloorTileItemSteelOffset - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelDiagonalMini result: FloorTileItemSteelDiagonalMini - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelDiagonal result: FloorTileItemSteelDiagonal - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelHerringbone result: FloorTileItemSteelHerringbone - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelMini result: FloorTileItemSteelMini - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelMono result: FloorTileItemSteelMono - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelPavement result: FloorTileItemSteelPavement - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelPavementVertical result: FloorTileItemSteelPavementVertical - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemWhite result: FloorTileItemWhite - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemWhiteOffset result: FloorTileItemWhiteOffset - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemWhiteDiagonalMini result: FloorTileItemWhiteDiagonalMini - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemWhiteDiagonal result: FloorTileItemWhiteDiagonal - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemWhiteHerringbone result: FloorTileItemWhiteHerringbone - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemWhiteMini result: FloorTileItemWhiteMini - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemWhiteMono result: FloorTileItemWhiteMono - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemWhitePavement result: FloorTileItemWhitePavement - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemWhitePavementVertical result: FloorTileItemWhitePavementVertical - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelCheckerLight result: FloorTileItemSteelCheckerLight - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 # Other steel - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemGratingMaint result: FloorTileItemGratingMaint - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemTechmaint result: FloorTileItemTechmaint - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - type: latheRecipe + parent: BaseTileRecipe id: FloorTileItemSteelMaint result: FloorTileItemSteelMaint - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 # Wood - type: latheRecipe + parent: BaseWoodTileRecipe id: FloorTileItemWood result: FloorTileItemWood - applyMaterialDiscount: false - completetime: 0.5 - materials: - Wood: 25 - type: latheRecipe + parent: BaseWoodTileRecipe id: FloorTileItemWoodLarge result: FloorTileItemWoodLarge - applyMaterialDiscount: false - completetime: 0.5 - materials: - Wood: 25 - type: latheRecipe + parent: BaseWoodTileRecipe id: FloorTileItemWoodPattern result: FloorTileItemWoodPattern - applyMaterialDiscount: false - completetime: 0.5 - materials: - Wood: 25 # Concrete - type: latheRecipe + parent: BaseConcreteTileRecipe id: FloorTileItemConcrete result: FloorTileItemConcrete - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - Plastic: 25 - type: latheRecipe + parent: BaseConcreteTileRecipe id: FloorTileItemConcreteMono result: FloorTileItemConcreteMono - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - Plastic: 25 - type: latheRecipe + parent: BaseConcreteTileRecipe id: FloorTileItemConcreteSmooth result: FloorTileItemConcreteSmooth - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - Plastic: 25 - type: latheRecipe + parent: BaseConcreteTileRecipe id: FloorTileItemGrayConcrete result: FloorTileItemGrayConcrete - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - Plastic: 25 - type: latheRecipe + parent: BaseConcreteTileRecipe id: FloorTileItemGrayConcreteMono result: FloorTileItemGrayConcreteMono - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - Plastic: 25 - type: latheRecipe + parent: BaseConcreteTileRecipe id: FloorTileItemGrayConcreteSmooth result: FloorTileItemGrayConcreteSmooth - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - Plastic: 25 - type: latheRecipe + parent: BaseConcreteTileRecipe id: FloorTileItemOldConcrete result: FloorTileItemOldConcrete - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - Plastic: 25 - type: latheRecipe + parent: BaseConcreteTileRecipe id: FloorTileItemOldConcreteMono result: FloorTileItemOldConcreteMono - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - Plastic: 25 - type: latheRecipe + parent: BaseConcreteTileRecipe id: FloorTileItemOldConcreteSmooth result: FloorTileItemOldConcreteSmooth - applyMaterialDiscount: false - completetime: 0.5 - materials: - Steel: 25 - Plastic: 25 From 8472603b76c1c10036c6d28585299c94b33eabb3 Mon Sep 17 00:00:00 2001 From: Vasilis The Pikachu Date: Sun, 8 Dec 2024 21:36:48 +0100 Subject: [PATCH 155/160] Revert "Simplify separated screen top menu (#33047)" This reverts commit f27fa1ed30920581c6322d08867cb3334f897589. --- .../MenuBar/Widgets/GameTopMenuBar.xaml | 29 ++++++++----------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml b/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml index 5368d5d8721..dc8972970ac 100644 --- a/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml +++ b/Content.Client/UserInterface/Systems/MenuBar/Widgets/GameTopMenuBar.xaml @@ -11,21 +11,17 @@ Orientation="Horizontal" HorizontalAlignment="Stretch" VerticalAlignment="Top" + SeparationOverride="5" > - @@ -43,7 +39,7 @@ Icon="{xe:Tex '/Textures/Interface/character.svg.192dpi.png'}" ToolTip="{Loc 'game-hud-open-character-menu-button-tooltip'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenCharacterMenu}" - MinSize="48 64" + MinSize="42 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -53,7 +49,7 @@ Icon="{xe:Tex '/Textures/Interface/emotes.svg.192dpi.png'}" ToolTip="{Loc 'game-hud-open-emotes-menu-button-tooltip'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenEmotesMenu}" - MinSize="48 64" + MinSize="42 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -63,7 +59,7 @@ Icon="{xe:Tex '/Textures/Interface/hammer.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenCraftingMenu}" ToolTip="{Loc 'game-hud-open-crafting-menu-button-tooltip'}" - MinSize="48 64" + MinSize="42 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -73,7 +69,7 @@ Icon="{xe:Tex '/Textures/Interface/fist.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenActionsMenu}" ToolTip="{Loc 'game-hud-open-actions-menu-button-tooltip'}" - MinSize="48 64" + MinSize="42 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -83,7 +79,7 @@ Icon="{xe:Tex '/Textures/Interface/gavel.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenAdminMenu}" ToolTip="{Loc 'game-hud-open-admin-menu-button-tooltip'}" - MinSize="48 64" + MinSize="42 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -93,7 +89,7 @@ Icon="{xe:Tex '/Textures/Interface/sandbox.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenSandboxWindow}" ToolTip="{Loc 'game-hud-open-sandbox-menu-button-tooltip'}" - MinSize="48 64" + MinSize="42 64" HorizontalExpand="True" AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" /> @@ -103,9 +99,8 @@ Icon="{xe:Tex '/Textures/Interface/info.svg.192dpi.png'}" BoundKey = "{x:Static is:ContentKeyFunctions.OpenAHelp}" ToolTip="{Loc 'ui-options-function-open-a-help'}" - MinSize="48 64" + MinSize="42 64" HorizontalExpand="True" - AppendStyleClass="{x:Static style:StyleBase.ButtonSquare}" + AppendStyleClass="{x:Static style:StyleBase.ButtonOpenLeft}" /> - From 3844352feed0f26216eac8d6128533944fe5cd05 Mon Sep 17 00:00:00 2001 From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:56:25 +0100 Subject: [PATCH 156/160] Derelict icon hotfix (#33768) whoops --- .../Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index a5b4822e45e..bb70fa1a440 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -347,4 +347,4 @@ ionStormAmount: 3 - type: IonStormTarget chance: 1 - \ No newline at end of file + - type: ShowJobIcons From a3fc690236f2b349b31c4271a4fb38f361e9edba Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Sat, 14 Dec 2024 16:40:21 +0100 Subject: [PATCH 157/160] Cherry-pick to stable: Amber Station - Playtest Fixes (#33773) (#33811) Amber Station - Playtest Fixes (#33773) * Fixed various issued identified during playtests. * Fixed a firelock stuck closed * Added more cameras and moved others * Fixed an issue with disposals Co-authored-by: Southbridge <7013162+southbridge-fur@users.noreply.github.com> --- Resources/Maps/Shuttles/emergency_amber.yml | 157 +- Resources/Maps/amber.yml | 3327 +++++++++++-------- 2 files changed, 2079 insertions(+), 1405 deletions(-) diff --git a/Resources/Maps/Shuttles/emergency_amber.yml b/Resources/Maps/Shuttles/emergency_amber.yml index 779ff5f9e10..ce4a8e186ad 100644 --- a/Resources/Maps/Shuttles/emergency_amber.yml +++ b/Resources/Maps/Shuttles/emergency_amber.yml @@ -28,7 +28,7 @@ entities: version: 6 0,-1: ind: 0,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAAAYgAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAABggAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAAggAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAABYgAAAAADggAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACggAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAADYgAAAAADggAAAAAAKQAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAADKQAAAAADKQAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAADYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAADggAAAAAAKQAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAADggAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAADYgAAAAADggAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAAAVwAAAAAAVwAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACYgAAAAADYgAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADYgAAAAACYgAAAAAAggAAAAAAfgAAAAAAfgAAAAAAfgAAAAABfgAAAAADfgAAAAABfgAAAAABggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAAAYgAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAACYgAAAAABYgAAAAACYgAAAAABggAAAAAAYgAAAAADYgAAAAAAYgAAAAABYgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAACYgAAAAAAYgAAAAAAYgAAAAADYgAAAAAAggAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAAAYgAAAAABYgAAAAADggAAAAAAYgAAAAAAYgAAAAACYgAAAAABYgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAYgAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACggAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAYgAAAAACYgAAAAADYgAAAAADggAAAAAAKQAAAAACggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAABYgAAAAAAYgAAAAABYgAAAAABYgAAAAAAYgAAAAADKQAAAAADKQAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACYgAAAAABYgAAAAACYgAAAAADYgAAAAAAYgAAAAAAYgAAAAAAYgAAAAABYgAAAAADggAAAAAAKQAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAAAYgAAAAADggAAAAAAYgAAAAADYgAAAAADYgAAAAADYgAAAAABggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAAAYgAAAAADYgAAAAADggAAAAAAYgAAAAABYgAAAAAAYgAAAAADYgAAAAAAVwAAAAAAVwAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAACYgAAAAADYgAAAAAAggAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAADggAAAAAAggAAAAAAggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYgAAAAADYgAAAAACYgAAAAAAggAAAAAAfgAAAAAAfgAAAAAAfgAAAAABfgAAAAADfgAAAAABfgAAAAABggAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,0: ind: -1,0 @@ -36,7 +36,7 @@ entities: version: 6 -1,-1: ind: -1,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAACggAAAAAAYgAAAAABggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABggAAAAAAYgAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABggAAAAAAYgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAACggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAABYgAAAAADYgAAAAAAYgAAAAADYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAADYgAAAAACYgAAAAADYgAAAAADYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAYgAAAAAAYgAAAAADYgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAACggAAAAAAYgAAAAABggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABggAAAAAAYgAAAAADggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAABggAAAAAAYgAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAACggAAAAAAggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAABYgAAAAADYgAAAAAAYgAAAAADYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAYgAAAAAAYgAAAAADYgAAAAACYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKQAAAAADYgAAAAACYgAAAAADYgAAAAADYgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAggAAAAAAggAAAAAAYgAAAAAAYgAAAAAAYgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAYgAAAAABYgAAAAADYgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAYgAAAAADYgAAAAABYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAggAAAAAAYgAAAAAAYgAAAAADYgAAAAAA version: 6 - type: Broadphase - type: Physics @@ -603,6 +603,14 @@ entities: deviceLists: - 2 - proto: APCBasic + entities: + - uid: 30 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-4.5 + parent: 1 +- proto: APCHyperCapacity entities: - uid: 24 components: @@ -631,22 +639,16 @@ entities: - type: Transform pos: 5.5,5.5 parent: 1 - - uid: 29 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,0.5 - parent: 1 - - uid: 30 + - uid: 31 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-4.5 + pos: -3.5,-3.5 parent: 1 - - uid: 31 + - uid: 415 components: - type: Transform - pos: -3.5,-3.5 + rot: 3.141592653589793 rad + pos: -3.5,0.5 parent: 1 - proto: AtmosDeviceFanDirectional entities: @@ -1233,16 +1235,6 @@ entities: - type: Transform pos: 8.5,-13.5 parent: 1 - - uid: 350 - components: - - type: Transform - pos: 4.5,-11.5 - parent: 1 - - uid: 351 - components: - - type: Transform - pos: 2.5,-11.5 - parent: 1 - uid: 352 components: - type: Transform @@ -2285,11 +2277,6 @@ entities: - type: Transform pos: 10.504318,2.655363 parent: 1 - - uid: 314 - components: - - type: Transform - pos: 6.52861,4.4300985 - parent: 1 - proto: DrinkShaker entities: - uid: 315 @@ -2933,12 +2920,12 @@ entities: color: '#0055CCFF' - proto: GeneratorBasic15kW entities: - - uid: 466 + - uid: 29 components: - type: Transform pos: -1.5,-12.5 parent: 1 - - uid: 778 + - uid: 419 components: - type: Transform pos: -1.5,-11.5 @@ -3198,6 +3185,28 @@ entities: - type: Transform pos: 8.441963,4.485895 parent: 1 +- proto: Paper + entities: + - uid: 409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.523347,4.470151 + parent: 1 + - uid: 410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.429597,4.610776 + parent: 1 +- proto: Pen + entities: + - uid: 412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.554597,4.298276 + parent: 1 - proto: PianoInstrument entities: - uid: 512 @@ -3367,7 +3376,7 @@ entities: parent: 1 - proto: RandomDrinkGlass entities: - - uid: 538 + - uid: 350 components: - type: Transform pos: 8.5,2.5 @@ -3718,7 +3727,7 @@ entities: parent: 1 - proto: SMESBasic entities: - - uid: 594 + - uid: 314 components: - type: Transform pos: -0.5,-11.5 @@ -3907,77 +3916,51 @@ entities: parent: 1 - proto: Thruster entities: - - uid: 627 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-13.5 - parent: 1 - - type: Thruster - enabled: False - - uid: 628 - components: - - type: Transform - pos: -2.5,7.5 - parent: 1 - - uid: 629 - components: - - type: Transform - pos: 9.5,7.5 - parent: 1 - - uid: 630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-2.5 - parent: 1 - - uid: 631 + - uid: 351 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,-2.5 parent: 1 - - uid: 632 + - uid: 411 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-0.5 + rot: -1.5707963267948966 rad + pos: 11.5,-2.5 parent: 1 - - uid: 633 + - uid: 413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-0.5 + rot: 3.141592653589793 rad + pos: 1.5,-12.5 parent: 1 - - uid: 634 + - uid: 414 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-14.5 + pos: 5.5,-12.5 parent: 1 - - uid: 635 + - uid: 416 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-14.5 + pos: 6.5,-13.5 parent: 1 - - uid: 636 + - uid: 418 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-14.5 + pos: 0.5,-13.5 parent: 1 - - uid: 637 + - uid: 628 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-13.5 + pos: -2.5,7.5 parent: 1 - - uid: 638 + - uid: 629 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-12.5 + pos: 9.5,7.5 parent: 1 - uid: 639 components: @@ -3991,30 +3974,6 @@ entities: rot: 3.141592653589793 rad pos: 2.5,-12.5 parent: 1 - - uid: 641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-12.5 - parent: 1 - - uid: 642 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-14.5 - parent: 1 - - uid: 643 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-14.5 - parent: 1 - - uid: 644 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-14.5 - parent: 1 - uid: 645 components: - type: Transform diff --git a/Resources/Maps/amber.yml b/Resources/Maps/amber.yml index a78de02e465..e9b3b712c92 100644 --- a/Resources/Maps/amber.yml +++ b/Resources/Maps/amber.yml @@ -73,59 +73,59 @@ entities: chunks: -1,-1: ind: -1,-1 - tiles: CQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAABDwAAAAADDwAAAAABDwAAAAABDwAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAADDwAAAAAADwAAAAACDwAAAAAADwAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAACQAAAAADDwAAAAAADwAAAAAADwAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABDwAAAAAADwAAAAABDwAAAAABCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACDgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAADCQAAAAABGgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABDwAAAAADDwAAAAADDwAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAADGgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADwAAAAACDwAAAAAADwAAAAACDwAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAAADwAAAAACDwAAAAACDwAAAAADDwAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADDwAAAAADDwAAAAADDwAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAACDwAAAAADDwAAAAADDwAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAACGgAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABDwAAAAACDwAAAAAADwAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAAAGgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: CQAAAAACCQAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAACCQAAAAADCQAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAABDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAACHAAAAAADDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAACHAAAAAACHAAAAAABDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAIQAAAAAACQAAAAABCQAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAACHAAAAAACHAAAAAADDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: IwAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAACHAAAAAACHAAAAAACHAAAAAAAHAAAAAAADgAAAAAAHAAAAAACHAAAAAAAIwAAAAAAIwAAAAACJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAABHAAAAAADHAAAAAADHAAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAACIwAAAAABIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAAACQAAAAACCQAAAAADCQAAAAACHAAAAAADHAAAAAACHAAAAAADHAAAAAABIwAAAAACIwAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAAHAAAAAAAIwAAAAADIwAAAAACIwAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAACIwAAAAAAIwAAAAADHAAAAAABHAAAAAADDgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAADIwAAAAADIwAAAAABAAAAAAAIAAAAAAAAIwAAAAADIwAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAADHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAACIwAAAAACIwAAAAADAAAAAAAAAAAAAAAAIwAAAAABIwAAAAABHAAAAAACKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADHAAAAAADIwAAAAABIwAAAAACAAAAAAAAAAAAAAAAIwAAAAACIwAAAAADHAAAAAACKQAAAAAAKwAAAAACKwAAAAADKwAAAAACDgAAAAAACQAAAAABHAAAAAADDgAAAAAAHAAAAAABIwAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAABIwAAAAADHAAAAAABDgAAAAAAKwAAAAAAKwAAAAADKwAAAAABDgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAADHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAC + tiles: IwAAAAACIwAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAACIwAAAAACIwAAAAABIwAAAAACIwAAAAAAIwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAACHAAAAAABHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAADIwAAAAADIwAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIwAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAADIwAAAAACIwAAAAABJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAAIwAAAAABCQAAAAADCQAAAAABCQAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAABIwAAAAABIwAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABHAAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAABIwAAAAACIwAAAAABIwAAAAADIwAAAAACIwAAAAACHAAAAAACHAAAAAACDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAACIwAAAAACIwAAAAACAAAAAAACAAAAAAAAIwAAAAADIwAAAAABHAAAAAADHAAAAAACHAAAAAABHAAAAAADHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAAAIwAAAAABIwAAAAABAAAAAAAAAAAAAAAAIwAAAAADIwAAAAADHAAAAAAAKQAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADHAAAAAAAIwAAAAABIwAAAAACAAAAAAAAAAAAAAAAIwAAAAACIwAAAAABHAAAAAACKQAAAAAAKwAAAAADKwAAAAABKwAAAAADDgAAAAAACQAAAAADHAAAAAABDgAAAAAAHAAAAAAAIwAAAAADIwAAAAABIwAAAAADIwAAAAABIwAAAAAAIwAAAAAAHAAAAAABDgAAAAAAKwAAAAAAKwAAAAABKwAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAIQAAAAACCQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABDgAAAAAAHQAAAAAAHQAAAAAAHQAAAAAADgAAAAAAIQAAAAAB version: 6 -1,-4: ind: -1,-4 - tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAAIwAAAAAAIwAAAAADDgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABIwAAAAAAIwAAAAACDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAABIwAAAAAAIwAAAAAAIwAAAAABIwAAAAAAIwAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAAA + tiles: LAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAAIwAAAAACIwAAAAABDgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABIwAAAAAAIwAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAADIwAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAABDgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAAB version: 6 -1,-5: ind: -1,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAABDgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: CQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAMAAAAAAGMAAAAAAAMAAAAAAFLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAAMAAAAAAAMAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAAMAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAAACQAAAAABHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADLwAAAAABLwAAAAADLwAAAAAALwAAAAABLwAAAAAALwAAAAACLwAAAAABLwAAAAACLwAAAAACLwAAAAABLwAAAAAALwAAAAABLwAAAAACLwAAAAABLwAAAAAALwAAAAACAAAAAAAALwAAAAAALwAAAAAALwAAAAACAAAAAAAAAAAAAAAAAAAAAAAALwAAAAAALwAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAACAAAAAAAALwAAAAAALwAAAAABLwAAAAABAAAAAAABAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAALwAAAAADLwAAAAADLwAAAAADAAAAAAAAAAAAAAAKDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAAAAAAAALwAAAAAALwAAAAAALwAAAAACAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAMAAAAAAGMAAAAAAMMAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAAMAAAAAAAMAAAAAAKDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAAMAAAAAAKDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAMAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAFDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACHAAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAAHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAACCQAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAACCQAAAAABLwAAAAACLwAAAAAALwAAAAABLwAAAAACLwAAAAACLwAAAAACLwAAAAABLwAAAAABLwAAAAABLwAAAAAALwAAAAADLwAAAAADLwAAAAADLwAAAAACLwAAAAACLwAAAAABAAAAAAADLwAAAAABLwAAAAABLwAAAAADAAAAAAAAAAAAAAAAAAAAAAAALwAAAAADLwAAAAABDgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAADAAAAAAAALwAAAAAALwAAAAABLwAAAAACAAAAAAAAAAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAHLwAAAAAALwAAAAABLwAAAAADAAAAAAAAAAAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAAAAAAAAALwAAAAACLwAAAAADLwAAAAABAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -1,1: ind: -1,1 - tiles: AAAAAAAALwAAAAAALwAAAAABLwAAAAACAAAAAAAAAAAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADAAAAAAAALwAAAAABLwAAAAAALwAAAAABAAAAAAAAAAAAAAACDgAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAALwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAACHAAAAAACCQAAAAABCQAAAAACDgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAMQAAAAADMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAACQAAAAABCQAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABLgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: AAAAAAAALwAAAAAALwAAAAADLwAAAAACAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAAAAAAAAAALwAAAAACLwAAAAACLwAAAAACAAAAAAAMAAAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAALwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAADHAAAAAAAHAAAAAACCQAAAAABCQAAAAACDgAAAAAAMQAAAAADDgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAMQAAAAACMQAAAAABMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAACQAAAAABCQAAAAADDgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADLgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACLgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: LAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABHAAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADHAAAAAAACQAAAAAAHAAAAAACCQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAACQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAADHAAAAAAACQAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACHAAAAAADCQAAAAABHAAAAAACHAAAAAADDgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADDgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAAACQAAAAAACQAAAAADHAAAAAABCQAAAAACHAAAAAABHAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAABCQAAAAABHAAAAAACHAAAAAADHAAAAAAAHAAAAAACDgAAAAAACQAAAAABCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAAACQAAAAABCQAAAAADCQAAAAACHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAABDgAAAAAACQAAAAABCQAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABDgAAAAAAHAAAAAACCQAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAADDgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAABHAAAAAACHAAAAAACHAAAAAAAHAAAAAABCQAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAAACQAAAAAC + tiles: LAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAAACQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAABDgAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAAACQAAAAABHAAAAAADCQAAAAACHAAAAAADCQAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAADCQAAAAACCQAAAAADHAAAAAAACQAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACHAAAAAABCQAAAAADHAAAAAAAHAAAAAABDgAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAACQAAAAACCQAAAAABDgAAAAAACQAAAAABCQAAAAABCQAAAAABHAAAAAAACQAAAAAAHAAAAAADHAAAAAABDgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAADHAAAAAADHAAAAAADHAAAAAABHAAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAADCQAAAAABCQAAAAACCQAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAACHAAAAAACDgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAABHAAAAAADHAAAAAAADgAAAAAAHAAAAAADCQAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAABDgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAABHAAAAAABHAAAAAACHAAAAAACHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAAACQAAAAAB version: 6 -2,-2: ind: -2,-2 - tiles: MwAAAAACMwAAAAABMwAAAAABMwAAAAABMwAAAAADMwAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAAAMwAAAAABMwAAAAADMwAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAAADgAAAAAANwAAAAABNwAAAAABNwAAAAAANwAAAAADCQAAAAABMwAAAAAAMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAACDgAAAAAANwAAAAABNwAAAAAANwAAAAAANwAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAABDgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACHAAAAAABHAAAAAAAHAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAAOAAAAAAAOAAAAAABOAAAAAADOAAAAAACOAAAAAACDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAAOAAAAAABOAAAAAADOAAAAAABOAAAAAACOAAAAAADDgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAACOAAAAAADOAAAAAABOAAAAAACOAAAAAADOAAAAAADDgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAAOAAAAAABOAAAAAAAOAAAAAADOAAAAAADOAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAADLAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAACCQAAAAAD + tiles: MwAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAACMwAAAAACMwAAAAADMwAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAACDgAAAAAANwAAAAACNwAAAAAANwAAAAABNwAAAAACCQAAAAABMwAAAAABMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAABDgAAAAAANwAAAAACNwAAAAACNwAAAAADNwAAAAACDgAAAAAADgAAAAAAMwAAAAACDgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABHAAAAAACHAAAAAAAHAAAAAACDgAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAAOAAAAAACOAAAAAACOAAAAAADOAAAAAADOAAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAAOAAAAAACOAAAAAADOAAAAAADOAAAAAACOAAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAABOAAAAAACOAAAAAACOAAAAAABOAAAAAABOAAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAAOAAAAAACOAAAAAABOAAAAAADOAAAAAACOAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACLAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAAC version: 6 -2,-3: ind: -2,-3 - tiles: DgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAAHAAAAAAAHAAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABHAAAAAAAHAAAAAAAIwAAAAACIwAAAAAAIwAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAABHAAAAAADHAAAAAADDgAAAAAAIwAAAAADIwAAAAADIwAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAADDgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAAADgAAAAAAHAAAAAAAIwAAAAADIwAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAAHAAAAAADHAAAAAADHAAAAAADHAAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABHAAAAAABHAAAAAADHAAAAAADHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAACDgAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAADDgAAAAAAHAAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAABMwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAAAHAAAAAAAHAAAAAABHAAAAAADDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAACMwAAAAABMwAAAAACDgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAABMwAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAACHAAAAAABHAAAAAADHAAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAAHAAAAAADCQAAAAAAHAAAAAADHAAAAAACHAAAAAADMwAAAAACMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAACMwAAAAABCQAAAAADCQAAAAAACQAAAAAADgAAAAAAHAAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAAA + tiles: DgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAADIwAAAAADIwAAAAAAIwAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAABDgAAAAAAIwAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAADDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAAHAAAAAACIwAAAAADIwAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAADDgAAAAAAMwAAAAADMwAAAAABMwAAAAADMwAAAAAADgAAAAAAHAAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABHAAAAAADHAAAAAADHAAAAAABDgAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAADMwAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAADMwAAAAAAMwAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAABHAAAAAAAHAAAAAABHAAAAAABMwAAAAABMwAAAAAAMwAAAAACMwAAAAADMwAAAAADMwAAAAABMwAAAAACCQAAAAABCQAAAAACCQAAAAABDgAAAAAAHAAAAAABCQAAAAAAHAAAAAABHAAAAAACHAAAAAACMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAABMwAAAAACMwAAAAADCQAAAAADCQAAAAACCQAAAAACDgAAAAAAHAAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAAHAAAAAADHAAAAAAB version: 6 -2,-4: ind: -2,-4 - tiles: CQAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABDgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAAAHAAAAAABHAAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAACOQAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAACHAAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAAOQAAAAADDgAAAAAAHAAAAAACHAAAAAACHAAAAAAAHAAAAAACHAAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAABIwAAAAABDgAAAAAAHAAAAAAAHAAAAAADCQAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAACIwAAAAABDgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAIwAAAAABIwAAAAABIwAAAAACIwAAAAACIwAAAAACDgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAABHAAAAAABHAAAAAADDgAAAAAAIwAAAAACIwAAAAAB + tiles: CQAAAAACCQAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAAAOQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAAAHAAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAAOQAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAADHAAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAAIwAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAAHAAAAAACHAAAAAACCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAIwAAAAABIwAAAAADIwAAAAAAIwAAAAABIwAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAAIwAAAAACIwAAAAABIwAAAAADIwAAAAAAIwAAAAABDgAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAIwAAAAACIwAAAAADIwAAAAAAIwAAAAADIwAAAAABDgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAABHAAAAAABHAAAAAAADgAAAAAAIwAAAAAAIwAAAAAC version: 6 -2,-5: ind: -2,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA version: 6 -2,0: ind: -2,0 - tiles: DgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAABDgAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAACHAAAAAAAHAAAAAADHAAAAAABHAAAAAADDgAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAADHAAAAAACIwAAAAAAIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAMwAAAAAAMwAAAAADMwAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAACDgAAAAAAIwAAAAADIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAALwAAAAACDgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAABDgAAAAAAIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAA + tiles: DgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAAHAAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAABHAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAACHAAAAAADDgAAAAAAHAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAACHAAAAAAAHAAAAAAAHAAAAAACHAAAAAAADgAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAMwAAAAABMwAAAAACMwAAAAACHAAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAAAIwAAAAABIwAAAAADIwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAADHAAAAAACHAAAAAABHAAAAAACHAAAAAACDgAAAAAAIwAAAAABIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAALwAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABHAAAAAACHAAAAAACHAAAAAADHAAAAAACDgAAAAAAIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAA version: 6 -2,1: ind: -2,1 - tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAMDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAAGwAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAA version: 6 -2,2: ind: -2,2 @@ -137,15 +137,15 @@ entities: version: 6 -3,-2: ind: -3,-2 - tiles: CQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAAMwAAAAABMwAAAAACMwAAAAACMwAAAAABMwAAAAADMwAAAAACMwAAAAACMwAAAAAAMwAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDgAAAAAAMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAACMwAAAAACMwAAAAABLgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAADDgAAAAAAHAAAAAADLgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAAAMwAAAAADMwAAAAAAMwAAAAABDgAAAAAAHAAAAAACLgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAAAMwAAAAACMwAAAAAADgAAAAAAHAAAAAABLgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADMwAAAAACMwAAAAAAMwAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAAMwAAAAABMwAAAAADMwAAAAACMwAAAAADMwAAAAABMwAAAAAAMwAAAAACMwAAAAAAMwAAAAACLgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAABMwAAAAADMwAAAAABMwAAAAAAMwAAAAADMwAAAAABMwAAAAAAMwAAAAACMwAAAAABMwAAAAADLAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAACMwAAAAAAMwAAAAADMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: CQAAAAAACQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAACDgAAAAAAMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAAAMwAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABMwAAAAACMwAAAAADMwAAAAACMwAAAAABMwAAAAADMwAAAAADMwAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADDgAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAADMwAAAAABMwAAAAACMwAAAAACMwAAAAABMwAAAAACLgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAABMwAAAAABMwAAAAACMwAAAAAADgAAAAAAHAAAAAACLgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAADMwAAAAACMwAAAAABDgAAAAAAHAAAAAADLgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAAAMwAAAAABMwAAAAAAMwAAAAACDgAAAAAAHAAAAAADLgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAAAMwAAAAACDgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAACMwAAAAABMwAAAAADMwAAAAABMwAAAAADLgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAAACQAAAAACMwAAAAACMwAAAAACMwAAAAAAMwAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAADMwAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAADgAAAAAAMwAAAAACMwAAAAABMwAAAAABMwAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAABMwAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAABMwAAAAABMwAAAAACMwAAAAACMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACHAAAAAABHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAADHAAAAAACHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAADLgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAADMwAAAAABMwAAAAACMwAAAAADMwAAAAADMwAAAAADMwAAAAABMwAAAAACMwAAAAACMwAAAAAAMwAAAAACMwAAAAABMwAAAAAADgAAAAAAIwAAAAAAIwAAAAAAIwAAAAADMwAAAAABMwAAAAACDgAAAAAAMwAAAAABMwAAAAADAAAAAAAIAAAAAAAAKQAAAAAAKQAAAAAAAAAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAMwAAAAAAMwAAAAABDgAAAAAAMQAAAAADMQAAAAACMQAAAAACLgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAABMwAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAADDgAAAAAAMwAAAAABMwAAAAADMwAAAAADLgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAABHAAAAAABHAAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAADDgAAAAAADgAAAAAAMwAAAAABDgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAADDgAAAAAAMwAAAAACMwAAAAABMwAAAAACLgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAHAAAAAACHAAAAAAAHAAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAACDgAAAAAAMwAAAAADMwAAAAABMwAAAAACLgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAACMwAAAAABMwAAAAAAMwAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAACDgAAAAAADgAAAAAAMwAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAAIwAAAAABLgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAADMwAAAAACMwAAAAABMwAAAAAAMwAAAAADMwAAAAAAMwAAAAADMwAAAAADMwAAAAACMwAAAAAAMwAAAAACMwAAAAACMwAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAACMwAAAAADMwAAAAADDgAAAAAAMwAAAAABMwAAAAADAAAAAAAAAAAAAAAAKQAAAAAAKQAAAAAAAAAAAAAMMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAADAAAAAAAAAAAAAAAJAAAAAAAKAAAAAAAAAAAAAAAIMwAAAAAAMwAAAAACDgAAAAAAMQAAAAAAMQAAAAACMQAAAAABLgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAADMwAAAAADMwAAAAACMwAAAAABMwAAAAAAMwAAAAADMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAAMwAAAAADMwAAAAADMwAAAAABDgAAAAAAMwAAAAADMwAAAAADMwAAAAACLgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACLgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAAMwAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAAMwAAAAADMwAAAAABMwAAAAABDgAAAAAAMwAAAAADMwAAAAACMwAAAAADLgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAAHAAAAAACHAAAAAADHAAAAAABDgAAAAAAMwAAAAACMwAAAAABMwAAAAADDgAAAAAAMwAAAAADMwAAAAAAMwAAAAACLgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAAHAAAAAADMwAAAAADMwAAAAAAMwAAAAACDgAAAAAAMwAAAAAAMwAAAAABMwAAAAACDgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAADDgAAAAAADgAAAAAAMwAAAAAADgAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAAGgAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAAGgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -3,-5: ind: -3,-5 @@ -153,7 +153,7 @@ entities: version: 6 -3,0: ind: -3,0 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMQAAAAACMQAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAGwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMQAAAAAAMQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMQAAAAAB version: 6 -3,1: ind: -3,1 @@ -165,15 +165,15 @@ entities: version: 6 -4,-1: ind: -4,-1 - tiles: HAAAAAABDgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: HAAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABCQAAAAADCQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAACHAAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAADCQAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAABMwAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACHAAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAADMwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAACMwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAABMwAAAAADMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAAACQAAAAAADgAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAABMwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAAAMwAAAAAAMwAAAAACCQAAAAAADgAAAAAA version: 6 -4,-4: ind: -4,-4 @@ -181,7 +181,7 @@ entities: version: 6 -5,-1: ind: -5,-1 - tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADOwAAAAAADgAAAAAADgAAAAAAOwAAAAAAOwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAADgAAAAAADgAAAAAAOgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAOgAAAAAAOwAAAAAAOgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -5,-2: ind: -5,-2 @@ -197,31 +197,31 @@ entities: version: 6 0,-1: ind: 0,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGDgAAAAAAPAAAAAAGDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAABPAAAAAAFIwAAAAACPAAAAAADDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAAAAAAAAAAAAAAAADAQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAAAAAAAAAGAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAAAAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAABDgAAAAAAHAAAAAADPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAABPQAAAAAD + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGDgAAAAAAPAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAAPAAAAAAGIwAAAAADPAAAAAAGDgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAMAAAAAAADgAAAAAAAAAAAAAKAAAAAAAAAQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAAAAAAAAKAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAAAAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAACDgAAAAAAAAAAAAAAPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAADPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAMAAAAAAADgAAAAAAHAAAAAADPQAAAAAC version: 6 0,-2: ind: 0,-2 - tiles: IQAAAAACIQAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAABDwAAAAADDwAAAAADDwAAAAADCQAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAAACQAAAAABCQAAAAABDwAAAAAAMgAAAAAADwAAAAABCQAAAAABHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACDwAAAAABDwAAAAACDwAAAAACCQAAAAACHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAAHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAABHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAADHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAACDgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: IQAAAAACIQAAAAACDgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDwAAAAABDwAAAAABDwAAAAAACQAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAACQAAAAACCQAAAAADCQAAAAAADwAAAAADMgAAAAAADwAAAAADCQAAAAABHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABDwAAAAADDwAAAAADDwAAAAABCQAAAAABHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAAHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADHAAAAAACHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: CQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAAACQAAAAACIwAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAACQAAAAACDgAAAAAAIwAAAAACDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAACIwAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAAAAAAAAAADgAAAAAADgAAAAAAIwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADDgAAAAAAIwAAAAACIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAAIwAAAAACIwAAAAAAIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABDgAAAAAAIwAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAACIQAAAAADIQAAAAABDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADIQAAAAACIQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAAC + tiles: CQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAACDgAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAAACQAAAAABCQAAAAACIwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAAIwAAAAABDgAAAAAAGwAAAAAADgAAAAAADgAAAAAAKQAAAAAAKQAAAAAAKQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAADIwAAAAADDgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAABGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABAAAAAAAAAAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADAAAAAAAADgAAAAAADgAAAAAAIwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAACDgAAAAAAIwAAAAAAIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADDgAAAAAAIwAAAAADIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAAIwAAAAACIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAADgAAAAAAIwAAAAACIwAAAAABIQAAAAADIQAAAAADDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAIQAAAAAAIQAAAAACDgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAAACQAAAAADIQAAAAADIQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAAMQAAAAACMQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAADDgAAAAAAMQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAAMQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAB + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAAMQAAAAADMQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAAADgAAAAAAMQAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAADDgAAAAAAMQAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAABDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAACCQAAAAAC version: 6 0,-5: ind: 0,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAABCQAAAAADCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACDgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAA version: 6 0,0: ind: 0,0 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABPQAAAAABLAAAAAAAMAAAAAAALAAAAAAALAAAAAAALAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAAAOwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAACOwAAAAAAOwAAAAAAHAAAAAABHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAJDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAAAPQAAAAADLgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAADQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAACLwAAAAAALwAAAAAALwAAAAABLwAAAAADLwAAAAABLwAAAAACLwAAAAACLwAAAAAALwAAAAAALwAAAAADLwAAAAABLwAAAAACLwAAAAADLwAAAAACDgAAAAAALwAAAAADCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAALMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACPQAAAAABLAAAAAAAMAAAAAAALAAAAAAALAAAAAAALAAAAAAAMAAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAADOwAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACPQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADOwAAAAAAOwAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABPQAAAAADLgAAAAAALAAAAAAALAAAAAAAMAAAAAAEDgAAAAAADgAAAAAAMAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAABQAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAADLwAAAAAALwAAAAADLwAAAAADLwAAAAABLwAAAAABLwAAAAAALwAAAAADLwAAAAAALwAAAAACLwAAAAABCQAAAAABLwAAAAABLwAAAAAALwAAAAAADgAAAAAALwAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAACQAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAA version: 6 0,1: ind: 0,1 - tiles: CQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: CQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAABDgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADCQAAAAADCQAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 0,2: ind: 0,2 @@ -229,19 +229,19 @@ entities: version: 6 1,-1: ind: 1,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADMQAAAAABMQAAAAAAMQAAAAACMQAAAAADDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABAAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAABAAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAADHAAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAADHAAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAACQAAAAABHAAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAAAHAAAAAABDgAAAAAACQAAAAACCQAAAAAAHAAAAAADDgAAAAAACQAAAAAD + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAABMQAAAAADMQAAAAABMQAAAAADDgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABDgAAAAAAHgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAAHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAADHgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADAAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAABAAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAAHAAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAACHAAAAAACCQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAACDgAAAAAALAAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAAADgAAAAAACQAAAAABCQAAAAADHAAAAAADDgAAAAAACQAAAAAC version: 6 1,-2: ind: 1,-2 - tiles: CQAAAAACCQAAAAACDgAAAAAAHAAAAAAAHAAAAAACHAAAAAACCQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAACCQAAAAABCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAACCQAAAAACCQAAAAABDgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAADDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADCQAAAAACDgAAAAAAHAAAAAACDgAAAAAAHAAAAAADCQAAAAACDwAAAAABCQAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAACDgAAAAAAHAAAAAACDgAAAAAAHAAAAAABCQAAAAABDwAAAAABCQAAAAADCQAAAAACHAAAAAADHAAAAAAAHAAAAAACHAAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAABCQAAAAABHAAAAAACDgAAAAAAHAAAAAADCQAAAAAACQAAAAADCQAAAAACHAAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAADCQAAAAABCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAACQAAAAABCQAAAAAD + tiles: CQAAAAAACQAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAHAAAAAADHAAAAAACHAAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABDgAAAAAACQAAAAADDgAAAAAADgAAAAAAHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAADDgAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAADHAAAAAACHAAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAADDgAAAAAAHAAAAAAADgAAAAAAHAAAAAAACQAAAAABDwAAAAABCQAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACCQAAAAABDgAAAAAAHAAAAAACDgAAAAAAHAAAAAACCQAAAAABDwAAAAACCQAAAAAACQAAAAAAHAAAAAABHAAAAAADHAAAAAABHAAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAADHAAAAAAADgAAAAAAHAAAAAACCQAAAAADCQAAAAAACQAAAAAAHAAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAACCQAAAAADCQAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAACCQAAAAADCQAAAAACCQAAAAADCQAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAADCQAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAADCQAAAAABCQAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAABDgAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADDgAAAAAACQAAAAAACQAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAACCQAAAAAC version: 6 1,-3: ind: 1,-3 - tiles: DgAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAADDgAAAAAAMQAAAAABMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAABIwAAAAACDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAADDgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAAIwAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAABDgAAAAAAIwAAAAAAIwAAAAAAIwAAAAABIwAAAAABIwAAAAACCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAADIwAAAAACCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAABHAAAAAACHAAAAAACHAAAAAADDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAAAHAAAAAADHAAAAAAAHAAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAADHAAAAAAAHAAAAAABCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAA + tiles: DgAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAADIwAAAAACIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAADCQAAAAACCQAAAAABCQAAAAACDgAAAAAAMQAAAAABMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADIwAAAAABIwAAAAACIwAAAAAAIwAAAAADIwAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADIwAAAAABIwAAAAACIwAAAAACIwAAAAABIwAAAAABDgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAADDgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAADDgAAAAAAIwAAAAADIwAAAAACIwAAAAABIwAAAAAAIwAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAAACQAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAACIwAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAABIwAAAAAAIwAAAAADCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAAAHAAAAAACHAAAAAABHAAAAAADDgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAAAHAAAAAADHAAAAAABCQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAACHAAAAAAAHAAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAAQQAAAAAAQQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADDgAAAAAAMwAAAAABMwAAAAABDgAAAAAAQQAAAAACQQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAAAMQAAAAADDgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACMQAAAAACMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAAAIwAAAAACIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAADIwAAAAAAIwAAAAABIwAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAALAAAAAAALAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAAMwAAAAACMwAAAAADDgAAAAAAQQAAAAABQQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAAMwAAAAACMwAAAAADDgAAAAAAQQAAAAAAQQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABMQAAAAABMQAAAAABDgAAAAAAMQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAAAMQAAAAAAMQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAAAIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAADIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAABIwAAAAABIwAAAAABIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADIwAAAAACIwAAAAABIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIwAAAAAAIwAAAAADIwAAAAADIwAAAAABIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALAAAAAAA version: 6 1,-5: ind: 1,-5 @@ -249,71 +249,71 @@ entities: version: 6 1,0: ind: 1,0 - tiles: DgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAADHAAAAAABDgAAAAAACQAAAAADCQAAAAACHAAAAAADDgAAAAAACQAAAAADDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACDgAAAAAACQAAAAADCQAAAAAAHAAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAACDgAAAAAACQAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAACQAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADHAAAAAAAHAAAAAACDgAAAAAACQAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADQAAAAAADDgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAADLwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAAA + tiles: DgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAAADgAAAAAACQAAAAAACQAAAAADHAAAAAACDgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAAADgAAAAAACQAAAAADCQAAAAADHAAAAAADDgAAAAAACQAAAAABDgAAAAAADgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAAACQAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAADDgAAAAAACQAAAAACHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAACQAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAACQAAAAABHAAAAAADDgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAABHAAAAAABDgAAAAAACQAAAAAAHAAAAAACHAAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABQAAAAAAADgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAACQAAAAABLwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAACDgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAAA version: 6 1,1: ind: 1,1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAADDgAAAAAACQAAAAABDgAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAAMAAAAAAAMAAAAAADLAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAADCQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAAACQAAAAABCQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAABQwAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADLgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAC + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAADgAAAAAACQAAAAADDgAAAAAALgAAAAAALAAAAAAAMAAAAAAMDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAAMAAAAAAADgAAAAAAMAAAAAAAMAAAAAACLAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABDgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAACCQAAAAADCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAAAQwAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAADQwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAQwAAAAACQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABLgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADLAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAB version: 6 1,2: ind: 1,2 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABCQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAACQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: CQAAAAACDgAAAAAAQAAAAAAAQAAAAAABDwAAAAACQAAAAAADQAAAAAACQAAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAABDgAAAAAACQAAAAABCQAAAAACDgAAAAAAQAAAAAACQAAAAAACDwAAAAADQAAAAAADQAAAAAACDgAAAAAAQAAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAAQAAAAAADQAAAAAAADwAAAAABQAAAAAACQAAAAAACQAAAAAACQAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAACDgAAAAAAQAAAAAAAQAAAAAADQAAAAAAAQAAAAAADQAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAABDgAAAAAAIwAAAAAAIwAAAAABIwAAAAACIwAAAAACIwAAAAACDgAAAAAAHAAAAAABHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAACDgAAAAAAIwAAAAADIwAAAAADIwAAAAADIwAAAAACIwAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACDgAAAAAAIwAAAAADIwAAAAABIwAAAAABIwAAAAADIwAAAAABDgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAAACQAAAAACCQAAAAACDgAAAAAAHAAAAAACHAAAAAACHAAAAAADHAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAADCQAAAAADCQAAAAACDgAAAAAAHAAAAAADHAAAAAADHAAAAAACHAAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAABDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAQwAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAABDgAAAAAAQAAAAAADQAAAAAAADwAAAAACQAAAAAABQAAAAAACQAAAAAABQAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAAQAAAAAAAQAAAAAACDwAAAAACQAAAAAABQAAAAAAADgAAAAAAQAAAAAACDgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAQAAAAAADQAAAAAADDwAAAAADQAAAAAACQAAAAAABQAAAAAACQAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAABDgAAAAAAQAAAAAAAQAAAAAACQAAAAAADQAAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAADDgAAAAAAIwAAAAADIwAAAAAAIwAAAAACIwAAAAADIwAAAAABDgAAAAAAHAAAAAABHAAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAARAAAAAAACQAAAAABDgAAAAAAIwAAAAACIwAAAAACIwAAAAAAIwAAAAAAIwAAAAADDgAAAAAAHAAAAAABHAAAAAABHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAAIwAAAAACIwAAAAADIwAAAAABIwAAAAAAIwAAAAAADgAAAAAAHAAAAAADHAAAAAABHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAACQAAAAACCQAAAAAACQAAAAABDgAAAAAAHAAAAAAAHAAAAAADHAAAAAABHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABCQAAAAADCQAAAAABCQAAAAABDgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAADDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAQwAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: CQAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAAOQAAAAADOQAAAAAAOQAAAAADOQAAAAADDgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAAAOQAAAAAAOQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAACQAAAAAADgAAAAAACQAAAAABCQAAAAADCQAAAAABCQAAAAACCQAAAAADOQAAAAAAOQAAAAADOQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACDgAAAAAACQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAACHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAACHAAAAAACHAAAAAACDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAACHAAAAAABHAAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAAAGgAAAAADLwAAAAABDgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABGgAAAAABDgAAAAAACQAAAAAACQAAAAABCQAAAAACCQAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAADCQAAAAACCQAAAAACCQAAAAACCQAAAAADCQAAAAADCQAAAAABGgAAAAAALwAAAAABCQAAAAABCQAAAAAACQAAAAACCQAAAAABCQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAAAGgAAAAABCQAAAAACCQAAAAABCQAAAAACCQAAAAACCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAABCQAAAAAAGgAAAAABLwAAAAABCQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADGgAAAAAADgAAAAAACQAAAAAADgAAAAAAQAAAAAADQAAAAAABQAAAAAABQAAAAAADQAAAAAADQAAAAAABDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAACGgAAAAADLwAAAAABCQAAAAAADgAAAAAAQAAAAAADQAAAAAAAQAAAAAADQAAAAAACQAAAAAAAQAAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAABDgAAAAAAQAAAAAADQAAAAAAADwAAAAADQAAAAAACQAAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAABCQAAAAAB + tiles: CQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAAADgAAAAAAOQAAAAABOQAAAAAAOQAAAAADOQAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAOQAAAAADOQAAAAACOQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADCQAAAAABCQAAAAADOQAAAAAAOQAAAAAAOQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACDgAAAAAACQAAAAADRQAAAAAARQAAAAAARQAAAAAACQAAAAACHAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAAARQAAAAAARQAAAAAARQAAAAAACQAAAAADHAAAAAABHAAAAAADHAAAAAADDgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAABRQAAAAAARQAAAAAARQAAAAAACQAAAAABHAAAAAABHAAAAAADHAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAAAGgAAAAABLwAAAAACDgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACGgAAAAABDgAAAAAACQAAAAADCQAAAAAACQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAABCQAAAAACCQAAAAACCQAAAAADGgAAAAABLwAAAAADCQAAAAADCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAAACQAAAAABGgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAACCQAAAAAACQAAAAADCQAAAAABCQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAAACQAAAAADGgAAAAABLwAAAAAACQAAAAABDgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACGgAAAAACDgAAAAAACQAAAAABDgAAAAAAQAAAAAAAQAAAAAABQAAAAAADQAAAAAABQAAAAAAAQAAAAAADDgAAAAAALAAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAABGgAAAAABLwAAAAACCQAAAAACDgAAAAAAQAAAAAABQAAAAAADQAAAAAAAQAAAAAADQAAAAAABQAAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAACCQAAAAADCQAAAAACDgAAAAAAQAAAAAAAQAAAAAABDwAAAAAAQAAAAAAAQAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAADCQAAAAABCQAAAAAA version: 6 2,-3: ind: 2,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAADHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAADDgAAAAAADgAAAAAADgAAAAAAHAAAAAACCQAAAAACCQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAACDgAAAAAAHAAAAAAACQAAAAACCQAAAAACCQAAAAABCQAAAAADCQAAAAACCQAAAAADCQAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADIQAAAAADIQAAAAADDgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAABCQAAAAAACQAAAAACCQAAAAADCQAAAAACCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAACDgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAACCQAAAAADCQAAAAABCQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAABHAAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAAACQAAAAADCQAAAAADHAAAAAADHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAACQAAAAACCQAAAAADCQAAAAADHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAIQAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADCQAAAAABCQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAAADgAAAAAAHAAAAAABCQAAAAACCQAAAAADCQAAAAADCQAAAAABCQAAAAAACQAAAAACCQAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIQAAAAABIQAAAAAAIQAAAAADDgAAAAAADgAAAAAACQAAAAAACQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAACCQAAAAABCQAAAAADCQAAAAAACQAAAAAACQAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAADCQAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAABCQAAAAABCQAAAAABCQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAACIwAAAAAADgAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAACQAAAAACCQAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAACDgAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAACGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAACHAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA + tiles: DgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAADDgAAAAAAGwAAAAAADgAAAAAAGwAAAAAAHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAACGwAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAAOwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARgAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACDgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAADMwAAAAACMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAGwAAAAAAGwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAA version: 6 2,-5: ind: 2,-5 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABRwAAAAACLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADDgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAACLgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAADgAAAAAARwAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACRwAAAAABLAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAGwAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAADHAAAAAADDgAAAAAA version: 6 2,0: ind: 2,0 - tiles: QwAAAAABCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAQwAAAAACCQAAAAABCQAAAAADJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAADCQAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAAADgAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAABDgAAAAAAIwAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAABDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAABDgAAAAAAMAAAAAAKMAAAAAALDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAADDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAAADgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAAMAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA + tiles: QwAAAAAACQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAAQwAAAAADCQAAAAADCQAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAACDgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAAACQAAAAACDgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAABIwAAAAABDgAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAIwAAAAAAIwAAAAACDgAAAAAAIwAAAAABDgAAAAAADgAAAAAAQwAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAABDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAACDgAAAAAAMAAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAJAAAAAAAJAAAAAAAJAAAAAAAJAAAAAAADgAAAAAADgAAAAAAQwAAAAACCQAAAAADDgAAAAAAMAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQwAAAAAACQAAAAAADgAAAAAAMAAAAAALMAAAAAAKDgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAAMAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAA version: 6 2,1: ind: 2,1 - tiles: QwAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAAQwAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAADCQAAAAADDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAADCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAACQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: QwAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAAQwAAAAABCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAQwAAAAACCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQwAAAAAACQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAACQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,2: ind: 2,2 - tiles: CQAAAAACCQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: CQAAAAAACQAAAAAACQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAACDgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAADDgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAACCQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAADCQAAAAABCQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: CQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA + tiles: CQAAAAACCQAAAAAACQAAAAAACQAAAAABCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABDgAAAAAACQAAAAACCQAAAAADCQAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAADCQAAAAACCQAAAAAACQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAADLwAAAAAALwAAAAABGgAAAAADCQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAACAAAAAAAAAAAAAAAADgAAAAAAGgAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAADLwAAAAADLwAAAAABGgAAAAABCQAAAAACCQAAAAABCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAADGgAAAAAACQAAAAADCQAAAAABCQAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAACLwAAAAADLwAAAAACGgAAAAABCQAAAAADCQAAAAABCQAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAADLwAAAAACLwAAAAAAGgAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAAACQAAAAACCQAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAABCQAAAAAACQAAAAAACQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACDgAAAAAACQAAAAADCQAAAAAACQAAAAAACQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACCQAAAAACCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAAALwAAAAABLwAAAAABGgAAAAACCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAAACQAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAACLwAAAAAALwAAAAAALwAAAAAAGgAAAAACCQAAAAAACQAAAAAACQAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAACQAAAAAACQAAAAACGgAAAAAACQAAAAAACQAAAAABCQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAAALwAAAAABLwAAAAAAGgAAAAABCQAAAAADCQAAAAACCQAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAGgAAAAADCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALwAAAAADLwAAAAABLwAAAAABLwAAAAABGgAAAAADCQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAACCQAAAAAACQAAAAADCQAAAAACCQAAAAADCQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAACQAAAAAACQAAAAABCQAAAAADCQAAAAAACQAAAAACCQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAASAAAAAAASAAAAAAASAAAAAACDgAAAAAAHAAAAAACDgAAAAAAHAAAAAAADgAAAAAAHAAAAAADLAAAAAAALAAAAAAARwAAAAABDgAAAAAADgAAAAAAHAAAAAADHAAAAAACSAAAAAADSAAAAAABSAAAAAACHAAAAAAAHAAAAAABDgAAAAAAHAAAAAAASQAAAAABSQAAAAABLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAAASAAAAAACSAAAAAACHAAAAAACHAAAAAACDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAACLgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAAHAAAAAADHAAAAAAAHAAAAAABHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAASAAAAAAASAAAAAAASAAAAAACDgAAAAAAHAAAAAADDgAAAAAAHAAAAAAADgAAAAAAHAAAAAADLAAAAAAALAAAAAAARwAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAAASAAAAAABSAAAAAADSAAAAAACHAAAAAABHAAAAAAADgAAAAAAHAAAAAAASQAAAAADSQAAAAADLAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAASAAAAAADSAAAAAADSAAAAAADHAAAAAAAHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAHAAAAAAAHAAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAASQAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHgAAAAAAHgAAAAAAHgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAAMQAAAAABMQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAACDgAAAAAAHAAAAAABDgAAAAAAMQAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAHAAAAAADHAAAAAADHAAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAAADgAAAAAARgAAAAACRgAAAAACDgAAAAAARgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAAMwAAAAADMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAAMwAAAAACDgAAAAAAMwAAAAABDgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACHAAAAAADMwAAAAADMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA + tiles: DgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMQAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAADDgAAAAAAHAAAAAABDgAAAAAAMQAAAAABDgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAHAAAAAABDgAAAAAAHAAAAAABDgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAAHAAAAAABHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAAHAAAAAAADgAAAAAARgAAAAACRgAAAAADDgAAAAAARgAAAAADDgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAABDgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAAGwAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADDgAAAAAAMwAAAAADDgAAAAAAMwAAAAABDgAAAAAAMwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAACMwAAAAACMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAADDgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAABDgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAA version: 6 3,-5: ind: 3,-5 - tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAAMwAAAAADDgAAAAAARwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAAAMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAAFLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAABDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACDgAAAAAARwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAADMwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAAIwAAAAADIwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAPAAAAAADLAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAALAAAAAAARwAAAAACLAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMQAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAA version: 6 3,0: ind: 3,0 - tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABIwAAAAABIwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAADIwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAALgAAAAAADgAAAAAALAAAAAAADgAAAAAAIwAAAAAAIwAAAAACIwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAACDgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAIwAAAAACIwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,1: ind: 3,1 @@ -325,7 +325,7 @@ entities: version: 6 5,-2: ind: 5,-2 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAADPQAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAACDgAAAAAAQAAAAAACQAAAAAABQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAAAQAAAAAADQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAHAAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAAADgAAAAAAMwAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAAADgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAAAMwAAAAAADgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAAAQAAAAAAADgAAAAAAQAAAAAABQAAAAAACDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAAAHAAAAAADHAAAAAABDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAACHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAADDgAAAAAADgAAAAAAHAAAAAAAHAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAADQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAAPQAAAAACPQAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAAQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAPQAAAAAADgAAAAAAQAAAAAAAQAAAAAACQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAQAAAAAADQAAAAAACQAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAAQAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAAHAAAAAACRwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAACDgAAAAAAMwAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAAQAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAADDgAAAAAALgAAAAAALAAAAAAADgAAAAAAMwAAAAACMwAAAAADMwAAAAADDgAAAAAALAAAAAAALgAAAAAADgAAAAAAQAAAAAAAQAAAAAAADgAAAAAAQAAAAAADQAAAAAADDgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAAHAAAAAACHAAAAAADDgAAAAAADgAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAAAHAAAAAACHAAAAAADHAAAAAADDgAAAAAADgAAAAAAHAAAAAADDgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAADHAAAAAACHAAAAAADHAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAAHAAAAAACDgAAAAAAHAAAAAADHAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAABLAAAAAAALAAAAAAADgAAAAAADgAAAAAA version: 6 4,0: ind: 4,0 @@ -337,7 +337,7 @@ entities: version: 6 6,-2: ind: 6,-2 - tiles: QAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: QAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,-6: ind: 1,-6 @@ -345,11 +345,11 @@ entities: version: 6 4,-3: ind: 4,-3 - tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAABDgAAAAAADgAAAAAADgAAAAAAMwAAAAACLgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAABMwAAAAABMwAAAAACMwAAAAACLgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAABLAAAAAAARwAAAAACRwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAAMwAAAAACMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACLgAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABHAAAAAABDgAAAAAAMwAAAAABLgAAAAAALgAAAAAARwAAAAAAMwAAAAADMwAAAAABRwAAAAABMwAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACDgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAABLgAAAAAALgAAAAAARwAAAAAAMwAAAAAAMwAAAAAAMwAAAAAAMwAAAAACDgAAAAAAMwAAAAABMwAAAAACDgAAAAAARwAAAAACLAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAACLAAAAAAALAAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAAADgAAAAAAMwAAAAABMwAAAAADMwAAAAABLAAAAAAASQAAAAADHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAAAHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAAMwAAAAABMwAAAAABMwAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAAAMwAAAAABMwAAAAACMwAAAAABMwAAAAACLgAAAAAALAAAAAAADgAAAAAADgAAAAAAMwAAAAABLAAAAAAARwAAAAACRwAAAAABLAAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAADMwAAAAACMwAAAAADMwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAAMwAAAAACLgAAAAAALAAAAAAALAAAAAAARwAAAAACDgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAAHAAAAAACDgAAAAAAMwAAAAABLgAAAAAALgAAAAAARwAAAAABMwAAAAACMwAAAAABRwAAAAAAMwAAAAAADgAAAAAADgAAAAAAMwAAAAACMwAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAMwAAAAACLgAAAAAALgAAAAAARwAAAAAAMwAAAAAAMwAAAAABMwAAAAABMwAAAAADDgAAAAAAMwAAAAABMwAAAAACDgAAAAAARwAAAAABLAAAAAAADgAAAAAADgAAAAAALAAAAAAAMwAAAAADLAAAAAAALAAAAAAAMwAAAAABMwAAAAAAMwAAAAADMwAAAAADDgAAAAAAMwAAAAADMwAAAAAAMwAAAAACLAAAAAAASQAAAAABHAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAARwAAAAABHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,-6: ind: 2,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAADSQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADwAAAAAASQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAADwAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAARwAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,-6: ind: -1,-6 @@ -377,7 +377,7 @@ entities: version: 6 6,-3: ind: 6,-3 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,1: ind: -4,1 @@ -385,7 +385,7 @@ entities: version: 6 5,-3: ind: 5,-3 - tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAAAMwAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAACQAAAAAABQAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAPQAAAAACDgAAAAAAQAAAAAAADgAAAAAAQAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAAADgAAAAAADgAAAAAAQAAAAAABDgAAAAAA + tiles: DgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAAMwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAAMwAAAAACMwAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAAQAAAAAABQAAAAAADQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAAPQAAAAABDgAAAAAAQAAAAAAADgAAAAAAQAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAAPQAAAAABDgAAAAAADgAAAAAAQAAAAAADDgAAAAAA version: 6 -5,-5: ind: -5,-5 @@ -393,23 +393,23 @@ entities: version: 6 3,-6: ind: 3,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADwAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAASQAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABHAAAAAADSgAAAAABSgAAAAADSgAAAAAASgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACLgAAAAAASQAAAAAASQAAAAACHAAAAAABHAAAAAADSgAAAAABSgAAAAAASgAAAAAASgAAAAACDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAASQAAAAACSQAAAAAASQAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAABHAAAAAADHAAAAAACHAAAAAABHAAAAAAAHAAAAAABHAAAAAACHAAAAAADHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAARwAAAAABHAAAAAAASgAAAAADSgAAAAADSgAAAAAASgAAAAABDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAALgAAAAAASQAAAAABSQAAAAABHAAAAAACHAAAAAADSgAAAAABSgAAAAADSgAAAAABSgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAAASQAAAAABSQAAAAADSQAAAAACHAAAAAADHAAAAAABHAAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAHAAAAAACHAAAAAACHAAAAAABHAAAAAACHAAAAAADHAAAAAABHAAAAAABHAAAAAAAHAAAAAACHAAAAAADDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: PAAAAAAFIwAAAAAADgAAAAAALAAAAAAAPAAAAAAGDgAAAAAAIwAAAAAAIwAAAAABIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAARwAAAAABLAAAAAAADgAAAAAAIwAAAAABDgAAAAAAIwAAAAADPAAAAAAEIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADPAAAAAABPAAAAAACDgAAAAAADgAAAAAADgAAAAAAPAAAAAAEIwAAAAABIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAACPAAAAAADIwAAAAABRwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAEDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAAAPAAAAAACDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAADIwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAAAHAAAAAABHAAAAAAADgAAAAAADgAAAAAAHAAAAAABHAAAAAAASgAAAAADDgAAAAAADgAAAAAASgAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAAADgAAAAAALAAAAAAAHAAAAAACDgAAAAAADgAAAAAAHAAAAAACSgAAAAABDgAAAAAASgAAAAABSgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: PAAAAAADIwAAAAACDgAAAAAALAAAAAAAPAAAAAAFDgAAAAAAIwAAAAAAIwAAAAADIwAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAARwAAAAACLAAAAAAADgAAAAAAIwAAAAACDgAAAAAAIwAAAAADPAAAAAAFIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAAAPAAAAAAFPAAAAAABDgAAAAAADgAAAAAADgAAAAAAPAAAAAAFIwAAAAABIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAAPAAAAAAGIwAAAAACRwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAABPAAAAAAGDgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAAIwAAAAACIwAAAAADDgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAADgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAHAAAAAABHAAAAAABHAAAAAACDgAAAAAADgAAAAAAHAAAAAABHAAAAAABSgAAAAADDgAAAAAADgAAAAAASgAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAARwAAAAACDgAAAAAALAAAAAAAHAAAAAADDgAAAAAADgAAAAAAHAAAAAAASgAAAAABDgAAAAAASgAAAAACSgAAAAADDgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-6: ind: 4,-6 - tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADDgAAAAAAPAAAAAAGIwAAAAABDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAGIwAAAAACDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAAADgAAAAAADgAAAAAAIwAAAAACPAAAAAAEDgAAAAAAIwAAAAABIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAAIwAAAAADDgAAAAAAPAAAAAADIwAAAAACDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAIwAAAAABDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAAPAAAAAAFIwAAAAABDgAAAAAAHQAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPAAAAAABDgAAAAAADgAAAAAAIwAAAAACPAAAAAACDgAAAAAAIwAAAAACIwAAAAADDgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAHAAAAAABDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAACDgAAAAAARwAAAAAADgAAAAAARwAAAAAAHAAAAAACDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAAADgAAAAAARwAAAAABDgAAAAAARwAAAAABDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + tiles: DgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAABDgAAAAAAHAAAAAACDgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAABDgAAAAAARwAAAAACDgAAAAAARwAAAAACDgAAAAAARwAAAAABHAAAAAADDgAAAAAADgAAAAAALAAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAARwAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAADDgAAAAAARwAAAAABDgAAAAAARwAAAAACDgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAADgAAAAAADgAAAAAAHAAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-4: ind: 5,-4 @@ -1532,11 +1532,6 @@ entities: 12964: 62,-78 12965: 62,-79 12966: 62,-80 - - node: - color: '#D381C996' - id: CheckerNESW - decals: - 11308: 33,-32 - node: color: '#334E6DC8' id: CheckerNWSE @@ -1880,31 +1875,19 @@ entities: 2212: 9,-36 2435: -16,-15 3159: 20,-23 - 3275: -22,-28 - 3276: 6,-26 - 3277: 23,-20 - 3278: 18,-6 - 4198: 30,8 - 4259: 48,-27 - 4260: 45,-16 9908: -7,10 9910: 4,14 9933: 5,24 9934: 3,24 9935: 3,18 9936: 5,18 - 10343: 8,-37 - 10359: -14,18 10360: -7,11 - 10374: -26,-24 - 11823: 17,10 11944: -18,-18 11945: -17,-18 11946: -16,-18 11947: -18,-6 11948: -17,-6 11949: -16,-6 - 14396: 12,-54 - node: cleanable: True zIndex: 1 @@ -2021,6 +2004,8 @@ entities: 14328: -4,-32 14395: -10,-48 14435: -18,-52 + 14467: 34,-23 + 14468: 48,-27 - node: cleanable: True color: '#FFFFFF7F' @@ -2029,7 +2014,6 @@ entities: 14402: 15,-55 14403: 14,-57 14404: 13,-56 - 14405: 12,-54 14406: 11,-54 14407: 11,-55 14408: 13,-54 @@ -2650,7 +2634,6 @@ entities: 7696: 19,-12 7697: 19,-9 7698: 18,-7 - 7699: 18,-6 7700: 18,-4 7701: 18,-3 7702: 17,-3 @@ -2704,17 +2687,8 @@ entities: 7764: -9,-58 7765: -8,-60 7767: -8,-63 - 7768: -5,-68 - 7769: -5,-69 - 7770: -5,-68 7771: -6,-69 - 7772: -5,-69 - 7773: -5,-62 - 7774: -5,-62 - 7775: -5,-63 7776: -6,-62 - 7777: 7,-63 - 7778: 7,-62 7781: 9,-62 7782: 10,-62 7783: 11,-63 @@ -2722,8 +2696,6 @@ entities: 7785: 8,-62 7786: 8,-69 7787: 8,-69 - 7788: 7,-69 - 7789: 7,-68 7790: 8,-69 7791: 9,-68 7792: 9,-69 @@ -3101,8 +3073,6 @@ entities: 8393: -26,-39 8394: -26,-39 8395: -26,-37 - 8397: -29,-42 - 8398: -29,-41 8399: -28,-41 8400: -27,-42 8401: -28,-43 @@ -3360,7 +3330,6 @@ entities: 11461: 34,-38 11462: 35,-36 11464: 35,-33 - 11465: 34,-32 11466: 28,-31 11467: 29,-31 11468: 29,-29 @@ -3679,8 +3648,6 @@ entities: 12410: -30,-24 12411: -29,-24 12412: -28,-24 - 12413: -28,-23 - 12414: -29,-23 12415: -30,-23 12416: -28,-22 12417: -24,-24 @@ -3711,9 +3678,7 @@ entities: 12443: 30,-30 12444: 29,-30 12445: 28,-30 - 12446: 33,-32 12447: 33,-31 - 12448: 34,-31 12449: 35,-33 12450: 34,-35 12451: 35,-35 @@ -3990,6 +3955,13 @@ entities: 14445: -20,-55 14446: -20,-56 14447: -9,-55 + 14453: 33,-32 + 14454: 34,-32 + 14455: 34,-31 + 14461: 32,-26 + 14462: 37,-26 + 14463: 32,-27 + 14469: 45,-16 - node: cleanable: True color: '#FFFFFF7F' @@ -4244,6 +4216,9 @@ entities: 12943: 15,-29 12948: 61,-80 12949: 61,-79 + 14456: 34,-32 + 14457: 35,-31 + 14464: 39,-28 - node: cleanable: True color: '#FFFFFF7F' @@ -4254,7 +4229,6 @@ entities: 14421: 14,-58 14422: 15,-58 14423: 13,-56 - 14424: 12,-54 14425: 11,-54 14426: 11,-55 14427: 13,-54 @@ -5379,6 +5353,16 @@ entities: 14442: -20,-52 14443: -21,-52 14444: -20,-51 + 14465: 36,-27 + 14466: 33,-25 + 14470: 23,-20 + 14471: 6,-26 + 14472: 19,-44 + 14473: 3,-48 + 14474: -12,-37 + 14475: -29,-42 + 14476: -29,-41 + 14477: -22,-28 - node: cleanable: True zIndex: 5 @@ -5676,8 +5660,6 @@ entities: 6287: -25,-42 6288: -24,-42 6290: -28,-43 - 6291: -29,-42 - 6292: -29,-41 6293: -27,-41 6294: -29,-43 6296: -28,-44 @@ -6219,6 +6201,19 @@ entities: 14347: -8,-33 14348: -8,-34 14349: -9,-34 + 14458: 32,-31 + 14459: 32,-32 + 14460: 35,-32 + 14478: -27,-24 + 14479: -28,-23 + 14480: -27,-23 + 14481: -14,18 + 14482: 17,10 + 14483: 16,10 + 14484: 18,-6 + 14485: 20,-3 + 14486: 30,8 + 14487: 31,8 - node: color: '#FFFFFFFF' id: FlowersBRTwo @@ -6649,7 +6644,6 @@ entities: 11256: 27,-26 11257: 29,-27 11259: 29,-29 - 11310: 34,-31 - node: zIndex: 1 color: '#D381C996' @@ -6875,7 +6869,6 @@ entities: 11301: 34,-30 11302: 32,-30 11303: 32,-31 - 11311: 34,-32 - node: zIndex: 1 color: '#D381C996' @@ -6889,6 +6882,7 @@ entities: 9638: 32,-38 9731: 21,-28 9749: 34,-39 + 14452: 34,-32 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale @@ -7199,18 +7193,6 @@ entities: 9814: 18,-23 12382: 33,-33 12383: 34,-33 - - node: - color: '#D69949FF' - id: QuarterTileOverlayGreyscale270 - decals: - 1041: 7,-63 - 1042: 7,-62 - 1043: 7,-69 - 1045: -5,-69 - 1046: -5,-68 - 1048: -5,-63 - 1049: -5,-62 - 1051: 7,-68 - node: color: '#DE3A3A96' id: QuarterTileOverlayGreyscale270 @@ -7346,18 +7328,6 @@ entities: 9696: 38,-32 9729: 19,-28 9750: 33,-38 - - node: - color: '#D69949FF' - id: QuarterTileOverlayGreyscale90 - decals: - 1029: -5,-68 - 1030: -5,-69 - 1031: 7,-69 - 1032: 7,-68 - 1033: 7,-63 - 1034: 7,-62 - 1035: -5,-63 - 1036: -5,-62 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale90 @@ -7511,6 +7481,12 @@ entities: decals: 11244: 27,-30 11250: 30,-32 + - node: + zIndex: 1 + color: '#D381C996' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 14451: 33,-32 - node: color: '#FA750096' id: ThreeQuarterTileOverlayGreyscale180 @@ -7761,6 +7737,12 @@ entities: id: WarnCornerSmallSW decals: 11042: -1,-18 + - node: + zIndex: 1 + color: '#52B4E996' + id: WarnEndGreyscaleE + decals: + 14448: -29,-23 - node: zIndex: 1 color: '#52B4E996' @@ -7816,13 +7798,6 @@ entities: 11167: -1,-9 11168: -1,-8 11169: -1,-10 - - node: - zIndex: 1 - color: '#52B4E996' - id: WarnLineGreyscaleN - decals: - 12398: -29,-23 - 12399: -28,-23 - node: zIndex: 1 color: '#D381C996' @@ -7848,13 +7823,6 @@ entities: 11174: 0,-11 11424: 34,-34 11425: 35,-34 - - node: - zIndex: 1 - color: '#52B4E996' - id: WarnLineGreyscaleS - decals: - 12400: -29,-23 - 12401: -28,-23 - node: zIndex: 1 color: '#D381C996' @@ -9333,7 +9301,7 @@ entities: 0: 65437 -4,0: 0: 13243 - 3: 2048 + 1: 2048 -3,-4: 0: 65501 -3,-3: @@ -9344,7 +9312,7 @@ entities: 0: 53247 -3,0: 0: 15 - 3: 13056 + 1: 13056 2: 3072 -3,-5: 0: 36863 @@ -9404,23 +9372,23 @@ entities: 0: 56793 -2,-8: 0: 61495 - 1: 136 + 3: 136 -2,-7: 0: 8177 -2,-6: 0: 64988 -2,-9: 0: 13299 - 1: 32768 + 3: 32768 -1,-8: - 1: 51 + 3: 51 0: 63500 -1,-6: 0: 65535 -1,-5: 0: 4095 -1,-9: - 1: 12288 + 3: 12288 0: 35059 -1,-7: 0: 3822 @@ -9547,7 +9515,7 @@ entities: 0: 43688 -4,1: 0: 29491 - 3: 128 + 1: 128 -5,1: 0: 43690 -4,2: @@ -9561,7 +9529,7 @@ entities: -4,4: 0: 21759 -3,1: - 3: 513 + 1: 513 2: 8464 -3,2: 0: 65280 @@ -9581,7 +9549,7 @@ entities: 0: 13 2: 61696 -1,1: - 3: 1365 + 1: 1365 -1,2: 0: 65280 2: 10 @@ -9596,14 +9564,14 @@ entities: 0,0: 0: 15 2: 3328 - 3: 512 + 1: 512 0,1: 6: 273 - 3: 49356 + 1: 49356 0,2: 0: 65280 2: 6 - 3: 8 + 1: 8 0,3: 0: 19663 2: 256 @@ -9647,7 +9615,7 @@ entities: 2: 9 0: 9728 -8,-5: - 3: 61440 + 1: 61440 0: 6 2: 256 -9,-4: @@ -9658,7 +9626,7 @@ entities: 0: 58111 -9,-2: 2: 42754 - 3: 112 + 1: 112 -8,-1: 0: 64782 -9,-1: @@ -9679,7 +9647,7 @@ entities: 0: 65359 -7,-5: 0: 49343 - 3: 4096 + 1: 4096 -6,-4: 0: 3279 2: 256 @@ -9707,7 +9675,7 @@ entities: 0: 65535 -9,-5: 2: 1488 - 3: 61440 + 1: 61440 -8,-9: 0: 20479 -7,-8: @@ -9715,7 +9683,7 @@ entities: -7,-7: 0: 35771 -7,-6: - 0: 39839 + 0: 39871 -7,-9: 0: 36857 -6,-8: @@ -9761,7 +9729,7 @@ entities: -8,-16: 0: 65391 -8,-17: - 0: 65303 + 0: 65399 -8,-15: 0: 61439 -9,-15: @@ -9788,10 +9756,10 @@ entities: -8,-18: 0: 30464 -9,-18: - 0: 35840 + 0: 52224 2: 768 -9,-17: - 0: 8 + 0: 12 -7,-17: 2: 3744 -9,0: @@ -9899,42 +9867,42 @@ entities: 2: 50 -12,-4: 2: 3712 - 3: 57344 + 1: 57344 -13,-4: 0: 48896 - 3: 7 + 1: 7 2: 8 -12,-3: 0: 1 2: 12974 -13,-3: 0: 11 - 3: 59136 + 1: 59136 2: 6144 -12,-2: - 3: 241 + 1: 241 2: 3842 -13,-2: - 3: 140 + 1: 140 2: 2114 -11,-4: 2: 3889 - 3: 61440 + 1: 61440 -11,-3: 2: 4415 -11,-2: - 3: 240 + 1: 240 2: 19201 0: 33792 -11,-5: 2: 8080 -10,-4: 2: 19925 - 3: 12834 + 1: 12834 -10,-3: 2: 19535 -10,-2: - 3: 240 + 1: 240 2: 7940 -11,-1: 2: 8 @@ -9943,7 +9911,7 @@ entities: 2: 16978 -10,-5: 2: 7936 - 3: 57344 + 1: 57344 -9,-3: 2: 9059 -12,-8: @@ -9952,16 +9920,16 @@ entities: 0: 30711 -12,-6: 2: 256 - 3: 4096 + 1: 4096 0: 36044 -12,-5: - 3: 371 + 1: 371 2: 4736 -13,-6: 2: 61440 -13,-5: 2: 4680 - 3: 60544 + 1: 60544 -12,-9: 0: 52428 -12,-7: @@ -10016,7 +9984,7 @@ entities: -13,-14: 0: 224 2: 49409 - 3: 16 + 1: 16 -11,-14: 0: 52733 -10,-14: @@ -10032,19 +10000,19 @@ entities: -13,1: 2: 65392 -12,2: - 3: 3840 + 1: 3840 2: 61440 -13,2: - 3: 43008 + 1: 43008 2: 21026 -12,3: - 3: 3855 + 1: 3855 2: 61440 -13,3: - 3: 43016 + 1: 43016 2: 21026 -12,4: - 3: 3855 + 1: 3855 2: 61440 -11,1: 2: 65280 @@ -10065,25 +10033,25 @@ entities: -9,4: 2: 16387 -13,4: - 3: 43016 + 1: 43016 2: 21026 -12,5: - 3: 8207 + 1: 8207 2: 53760 -13,5: - 3: 8200 + 1: 8200 2: 53794 -12,6: - 3: 21872 + 1: 21872 2: 8706 -12,7: - 3: 85 + 1: 85 2: 61986 -12,8: 2: 127 -13,7: 2: 61986 - 3: 85 + 1: 85 -11,5: 2: 61952 -11,7: @@ -10170,14 +10138,14 @@ entities: 2: 49137 -16,-13: 2: 4369 - 3: 43690 + 1: 43690 -17,-12: 2: 49137 -15,-12: 2: 63485 -15,-13: 2: 4369 - 3: 8738 + 1: 8738 -14,-12: 2: 13059 0: 2176 @@ -10195,35 +10163,35 @@ entities: 2: 34816 -16,-16: 2: 4607 - 3: 40960 + 1: 40960 -16,-17: 2: 45056 -17,-16: 2: 4607 - 3: 40960 + 1: 40960 -16,-15: 2: 273 - 3: 47786 + 1: 47786 -17,-15: - 3: 47786 + 1: 47786 2: 273 -16,-14: 2: 481 - 3: 45072 + 1: 45072 -17,-14: 2: 481 - 3: 45072 + 1: 45072 -17,-13: - 3: 43690 + 1: 43690 2: 4369 -15,-16: 2: 4607 - 3: 8192 + 1: 8192 -15,-15: 2: 273 - 3: 12834 + 1: 12834 -15,-14: - 3: 12304 + 1: 12304 2: 481 -15,-17: 2: 12288 @@ -10231,7 +10199,7 @@ entities: 2: 255 -14,-14: 2: 2425 - 3: 128 + 1: 128 -13,-16: 2: 13175 -13,-17: @@ -10288,16 +10256,16 @@ entities: 2: 52428 -18,-16: 2: 63 - 3: 32768 + 1: 32768 -18,-14: 2: 722 - 3: 32800 + 1: 32800 -18,-17: 2: 32768 -18,-15: - 3: 34952 + 1: 34952 -18,-13: - 3: 34952 + 1: 34952 -17,-17: 2: 45056 0,-4: @@ -10306,53 +10274,53 @@ entities: 0: 61166 1,-4: 0: 28927 - 3: 32768 + 1: 32768 1,-3: 0: 13104 2: 136 - 3: 2048 + 1: 2048 1,-2: 0: 12339 - 3: 32904 + 1: 32904 1,-1: 0: 13107 - 3: 136 + 1: 136 2: 32768 1,0: 0: 3 2: 264 - 3: 3712 + 1: 3712 1,-5: 0: 20206 2,-4: 0: 52383 - 3: 4096 + 1: 4096 2,-3: 2: 273 - 3: 17920 + 1: 17920 0: 12 2,-2: - 3: 4241 + 1: 4241 2: 17476 0: 34816 2,-1: - 3: 81 + 1: 81 2: 29700 2,0: 2: 1 - 3: 50 + 1: 50 0: 24576 3,-4: 0: 63263 3,-3: 0: 30591 3,-1: - 3: 4369 + 1: 4369 0: 52428 3,-2: 0: 52960 3,0: - 3: 4353 + 1: 4353 0: 52428 4,-4: 0: 15279 @@ -10489,11 +10457,11 @@ entities: 4,-18: 2: 62960 1,1: - 3: 17 + 1: 17 2: 1028 1,2: 0: 65280 - 3: 4 + 1: 4 2: 8 1,3: 0: 14207 @@ -10553,15 +10521,15 @@ entities: 2: 32776 4,6: 0: 4147 - 3: 24576 + 1: 24576 4,7: 0: 1 2: 47752 - 3: 17510 + 1: 17510 3,8: 2: 136 4,8: - 3: 239 + 1: 239 2: 16 5,-4: 0: 49663 @@ -10719,7 +10687,7 @@ entities: 2: 51200 7,-20: 2: 65530 - 3: 4 + 1: 4 7,-19: 2: 17487 7,-18: @@ -10743,7 +10711,7 @@ entities: 6,3: 0: 313 6,4: - 3: 769 + 1: 769 2: 25600 0: 2048 7,1: @@ -10752,9 +10720,9 @@ entities: 0: 49039 7,3: 0: 34955 - 3: 8960 + 1: 8960 7,4: - 3: 2 + 1: 2 0: 49032 8,0: 0: 49083 @@ -10762,23 +10730,23 @@ entities: 0: 48051 8,2: 0: 13307 - 3: 32768 + 1: 32768 8,3: 0: 13107 - 3: 2184 + 1: 2184 4,4: 2: 19520 - 3: 128 + 1: 128 5,5: 2: 64591 5,7: 2: 12288 5,8: - 3: 1 + 1: 1 2: 50 5,4: 2: 16896 - 3: 1024 + 1: 1024 6,5: 2: 3879 7,5: @@ -10948,7 +10916,7 @@ entities: 10,-14: 0: 57297 10,-17: - 3: 34816 + 1: 34816 2: 576 11,-16: 0: 65520 @@ -10959,7 +10927,7 @@ entities: 11,-13: 0: 127 11,-17: - 3: 62208 + 1: 62208 2: 3104 12,-16: 0: 56712 @@ -10971,9 +10939,9 @@ entities: 0: 47935 9,-19: 2: 62736 - 3: 2082 + 1: 2082 9,-20: - 3: 64 + 1: 64 9,-18: 2: 2126 10,-20: @@ -10981,31 +10949,31 @@ entities: 10,-18: 2: 25862 11,-20: - 3: 13056 + 1: 13056 2: 50304 11,-19: - 3: 30583 + 1: 30583 2: 8 11,-18: - 3: 375 + 1: 375 2: 17920 11,-21: 2: 6481 - 3: 140 + 1: 140 12,-20: - 3: 13104 + 1: 13104 12,-19: 2: 5633 - 3: 16418 + 1: 16418 12,-18: 2: 17425 - 3: 8192 + 1: 8192 9,1: 0: 4081 9,2: 0: 118 9,3: - 3: 8449 + 1: 8449 10,1: 0: 4914 2: 2176 @@ -11029,7 +10997,7 @@ entities: 12,0: 2: 51393 0: 768 - 3: 1024 + 1: 1024 12,1: 2: 49665 12,2: @@ -11072,18 +11040,18 @@ entities: 14,-5: 0: 12336 14,-1: - 3: 43690 + 1: 43690 2: 17476 14,0: - 3: 1038 + 1: 1038 2: 19264 15,-2: 2: 20478 15,-1: - 3: 43690 + 1: 43690 2: 17476 15,0: - 3: 1038 + 1: 1038 2: 19264 16,-2: 2: 20478 @@ -11116,19 +11084,19 @@ entities: 0: 238 14,-11: 0: 4368 - 3: 19656 + 1: 19656 2: 32768 14,-10: 0: 17 - 3: 2188 + 1: 2188 2: 64 14,-13: 0: 58606 15,-11: - 3: 401 + 1: 401 2: 4710 15,-10: - 3: 48 + 1: 48 2: 3784 15,-12: 2: 8712 @@ -11136,13 +11104,13 @@ entities: 2: 52832 16,-12: 2: 8435 - 3: 35328 + 1: 35328 16,-11: - 3: 10937 + 1: 10937 2: 36864 0: 1024 16,-10: - 3: 383 + 1: 383 2: 2176 12,-17: 0: 34880 @@ -11157,7 +11125,7 @@ entities: 0: 48123 13,-17: 0: 4096 - 3: 16 + 1: 16 2: 230 14,-14: 0: 65535 @@ -11166,12 +11134,12 @@ entities: 0: 8192 14,-17: 2: 4096 - 3: 2 + 1: 2 14,-15: 0: 57890 15,-16: 2: 32775 - 3: 128 + 1: 128 15,-14: 0: 10016 15,-15: @@ -11179,17 +11147,17 @@ entities: 15,-17: 2: 34944 16,-16: - 3: 61104 + 1: 61104 2: 14 16,-15: - 3: 119 + 1: 119 16,-13: 2: 4096 12,-21: 2: 20480 - 3: 8977 + 1: 8977 13,-18: - 3: 8448 + 1: 8448 2: 4096 14,-19: 2: 14540 @@ -11198,23 +11166,23 @@ entities: 14,-20: 2: 60416 15,-20: - 3: 3686 + 1: 3686 15,-19: - 3: 52750 + 1: 52750 2: 8192 15,-18: - 3: 2 + 1: 2 2: 32780 16,-20: - 3: 63235 + 1: 63235 2: 2088 16,-19: - 3: 48031 + 1: 48031 16,-18: - 3: 139 + 1: 139 2: 31744 16,-17: - 3: 48942 + 1: 48942 2: 16384 13,0: 2: 20288 @@ -11222,36 +11190,36 @@ entities: 2: 65280 14,2: 2: 65348 - 3: 10 + 1: 10 14,1: - 3: 43694 + 1: 43694 2: 17472 14,3: 2: 14 15,2: 2: 65348 - 3: 10 + 1: 10 15,1: - 3: 43694 + 1: 43694 2: 17472 15,3: 2: 14 16,0: 2: 19264 - 3: 1038 + 1: 1038 16,2: 2: 65348 - 3: 10 + 1: 10 16,-1: - 3: 43690 + 1: 43690 2: 17476 17,-2: 2: 20478 17,-1: - 3: 43690 + 1: 43690 2: 17476 17,0: - 3: 1038 + 1: 1038 2: 19264 17,-3: 2: 32768 @@ -11271,7 +11239,7 @@ entities: 2: 4407 18,0: 2: 44456 - 3: 512 + 1: 512 19,0: 2: 13105 19,-2: @@ -11281,85 +11249,85 @@ entities: 20,-2: 2: 311 20,-7: - 3: 24576 + 1: 24576 19,-7: 2: 32768 20,-6: 2: 16912 - 3: 36078 + 1: 36078 19,-6: 2: 200 20,-5: 2: 784 - 3: 60552 + 1: 60552 20,-4: - 3: 70 + 1: 70 21,-6: - 3: 18367 + 1: 18367 2: 2048 21,-5: - 3: 55735 + 1: 55735 2: 8 21,-8: 2: 546 - 3: 34952 + 1: 34952 21,-7: - 3: 34958 + 1: 34958 2: 512 21,-4: - 3: 31612 + 1: 31612 21,-9: - 3: 36352 + 1: 36352 2: 231 22,-8: - 3: 57339 + 1: 57339 2: 4 22,-7: - 3: 4271 + 1: 4271 2: 57600 22,-6: - 3: 60493 + 1: 60493 2: 16 22,-5: 2: 1 - 3: 65534 + 1: 65534 22,-9: - 3: 40908 + 1: 40908 2: 16434 22,-4: - 3: 15031 + 1: 15031 2: 8 23,-8: - 3: 60943 + 1: 60943 23,-7: 2: 13056 - 3: 52462 + 1: 52462 23,-6: - 3: 1615 + 1: 1615 23,-5: - 3: 887 + 1: 887 2: 12288 23,-9: - 3: 60943 + 1: 60943 23,-4: - 3: 4 + 1: 4 2: 336 24,-8: - 3: 4353 + 1: 4353 24,-7: - 3: 4369 + 1: 4369 24,-6: - 3: 273 + 1: 273 16,1: - 3: 43694 + 1: 43694 2: 17472 16,3: 2: 14 17,2: 2: 65348 - 3: 10 + 1: 10 17,1: - 3: 43694 + 1: 43694 2: 17472 17,3: 2: 14 @@ -11376,7 +11344,7 @@ entities: 19,3: 2: 3 24,-9: - 3: 12545 + 1: 12545 4,-22: 2: 61440 4,-21: @@ -11386,48 +11354,48 @@ entities: 8,-21: 2: 4352 17,-12: - 3: 53248 + 1: 53248 2: 11980 17,-11: - 3: 40129 + 1: 40129 2: 24588 17,-10: 2: 199 17,-13: 2: 17476 18,-12: - 3: 61426 + 1: 61426 2: 4096 18,-11: - 3: 30591 + 1: 30591 18,-10: 2: 112 18,-13: 2: 51336 19,-12: - 3: 65520 + 1: 65520 19,-11: - 3: 32766 + 1: 32766 2: 32768 19,-13: 2: 4096 19,-10: - 3: 2 + 1: 2 20,-12: - 3: 4352 + 1: 4352 2: 8940 20,-11: - 3: 32784 + 1: 32784 2: 14790 11,-23: - 3: 49152 + 1: 49152 11,-22: - 3: 34956 + 1: 34956 2: 1088 12,-23: - 3: 4096 + 1: 4096 12,-22: - 3: 273 + 1: 273 -4,-22: 2: 28672 -5,-22: @@ -11456,7 +11424,7 @@ entities: 2: 127 -14,7: 2: 61986 - 3: 85 + 1: 85 -3,9: 2: 18 -16,2: @@ -11471,63 +11439,63 @@ entities: 2: 65315 -15,2: 2: 61713 - 3: 2048 + 1: 2048 -15,3: 2: 61713 - 3: 2056 + 1: 2056 -15,4: 2: 61713 - 3: 2056 + 1: 2056 -14,1: 2: 65280 -14,2: - 3: 36608 + 1: 36608 2: 28672 -14,3: - 3: 36623 + 1: 36623 2: 28672 -14,4: - 3: 36623 + 1: 36623 2: 28672 1,-22: 2: 28672 1,-21: 2: 3196 24,-10: - 3: 4096 + 1: 4096 23,-10: 2: 52851 - 3: 12288 + 1: 12288 -16,5: 2: 52364 -16,6: 2: 34956 -15,5: 2: 46353 - 3: 16392 + 1: 16392 -15,6: 2: 4373 -14,5: - 3: 8207 + 1: 8207 2: 53760 -14,6: - 3: 21872 + 1: 21872 2: 8706 -13,6: - 3: 21872 + 1: 21872 2: 8706 20,-13: 2: 12850 20,-10: 2: 35879 - 3: 8 + 1: 8 21,-12: 2: 52851 21,-11: 2: 264 - 3: 4096 + 1: 4096 21,-10: - 3: 1 + 1: 1 2: 29124 22,-12: 2: 4096 @@ -11538,32 +11506,32 @@ entities: 23,-11: 2: 4096 15,-21: - 3: 2048 + 1: 2048 16,-21: - 3: 48058 + 1: 48058 17,-16: 2: 1 - 3: 65534 + 1: 65534 17,-15: - 3: 34021 + 1: 34021 2: 25360 17,-17: - 3: 65505 + 1: 65505 17,-14: 2: 17612 18,-16: - 3: 30583 + 1: 30583 18,-15: - 3: 41968 + 1: 41968 2: 20480 18,-14: 2: 35226 18,-17: - 3: 30578 + 1: 30578 19,-16: 2: 4352 19,-15: - 3: 16 + 1: 16 0: 4096 2: 25088 19,-14: @@ -11571,39 +11539,39 @@ entities: 20,-14: 2: 12816 17,-20: - 3: 49037 + 1: 49037 17,-18: 2: 28464 - 3: 6 + 1: 6 17,-21: - 3: 54545 + 1: 54545 17,-19: - 3: 8418 + 1: 8418 2: 52736 18,-20: - 3: 30513 + 1: 30513 18,-19: - 3: 56784 + 1: 56784 18,-18: 2: 1999 - 3: 28672 + 1: 28672 19,-19: - 3: 4352 + 1: 4352 19,-18: 2: 4097 19,-17: 2: 256 16,-22: - 3: 32768 + 1: 32768 17,-22: - 3: 4096 + 1: 4096 20,-3: 2: 60544 21,-3: 2: 256 - 3: 14 + 1: 14 22,-3: - 3: 1 + 1: 1 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -11621,10 +11589,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 235 + temperature: 293.15 moles: - - 21.824879 - - 82.10312 + - 0 + - 0 - 0 - 0 - 0 @@ -11651,10 +11619,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + temperature: 235 moles: - - 0 - - 0 + - 21.824879 + - 82.10312 - 0 - 0 - 0 @@ -11713,6 +11681,7 @@ entities: chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance + - type: NavMap - proto: ActionToggleInternals entities: - uid: 3027 @@ -11862,7 +11831,6 @@ entities: - 14183 - 14193 - 14184 - - 183 - 15233 - 15234 - 15235 @@ -12030,8 +11998,6 @@ entities: - 1163 - 17117 - 1723 - - 197 - - 187 - 15222 - 15221 - 15220 @@ -12120,7 +12086,6 @@ entities: - 15214 - 15213 - 15212 - - 4185 - uid: 13645 components: - type: Transform @@ -12284,7 +12249,6 @@ entities: - 1003 - 1021 - 1017 - - 3498 - uid: 13683 components: - type: Transform @@ -12522,7 +12486,6 @@ entities: - 14136 - 1263 - 14095 - - 216 - 11498 - 3667 - 12434 @@ -12578,7 +12541,6 @@ entities: - 19001 - 14382 - 14368 - - 12071 - uid: 14518 components: - type: Transform @@ -12873,7 +12835,6 @@ entities: - 13370 - 25 - 13371 - - 12720 - uid: 15260 components: - type: Transform @@ -12906,7 +12867,6 @@ entities: - 15325 - 15326 - 15327 - - 15347 - 14732 - 15333 - 15339 @@ -13029,7 +12989,6 @@ entities: - 5390 - 18878 - 18879 - - 18866 - uid: 17351 components: - type: Transform @@ -13656,6 +13615,92 @@ entities: rot: 1.5707963267948966 rad pos: -6.5,-52.5 parent: 2 +- proto: AirlockExternalGlass + entities: + - uid: 30 + components: + - type: Transform + pos: -5.5,-68.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 6931: + - DoorStatus: DoorBolt + - uid: 31 + components: + - type: Transform + pos: -5.5,-61.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 6868: + - DoorStatus: DoorBolt + - uid: 61 + components: + - type: Transform + pos: 8.5,-61.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 6671: + - DoorStatus: DoorBolt + - uid: 63 + components: + - type: Transform + pos: 8.5,-68.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 6544: + - DoorStatus: DoorBolt + - uid: 183 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-18.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9151: + - DoorStatus: DoorBolt + - uid: 187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-16.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 6660: + - DoorStatus: DoorBolt + - uid: 197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-24.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9149: + - DoorStatus: DoorBolt + - uid: 216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-26.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 9150: + - DoorStatus: DoorBolt - proto: AirlockExternalGlassAtmosphericsLocked entities: - uid: 1479 @@ -13872,54 +13917,6 @@ entities: - DoorStatus: DoorBolt - proto: AirlockExternalGlassLocked entities: - - uid: 30 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-68.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 6931: - - DoorStatus: DoorBolt - - uid: 31 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-61.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 6868: - - DoorStatus: DoorBolt - - uid: 61 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-61.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 6671: - - DoorStatus: DoorBolt - - uid: 63 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-68.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 6544: - - DoorStatus: DoorBolt - uid: 154 components: - type: Transform @@ -13979,6 +13976,17 @@ entities: linkedPorts: 19896: - DoorStatus: DoorBolt + - uid: 3520 + components: + - type: Transform + pos: -30.5,-66.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 1 + - type: DeviceLinkSource + linkedPorts: + 18578: + - DoorStatus: InputB - uid: 4043 components: - type: Transform @@ -14112,76 +14120,54 @@ entities: pos: -31.5,-66.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 - - uid: 8877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-18.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 + invokeCounter: 2 - type: DeviceLinkSource linkedPorts: - 9151: - - DoorStatus: DoorBolt - - uid: 9143 + 18578: + - DoorStatus: InputA + - uid: 10047 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-16.5 + pos: -29.5,-66.5 parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 6660: - - DoorStatus: DoorBolt - - uid: 9144 + 18578: + - DoorStatus: InputA + - uid: 13367 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,-24.5 + pos: -35.5,1.5 parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 9149: + 714: - DoorStatus: DoorBolt - - uid: 9145 + - uid: 17704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-26.5 + pos: 60.5,-53.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 9150: + 17705: - DoorStatus: DoorBolt - - uid: 13367 + - uid: 18576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,1.5 + pos: -33.5,-68.5 parent: 2 - type: DeviceLinkSink invokeCounter: 1 - type: DeviceLinkSource linkedPorts: - 714: - - DoorStatus: DoorBolt - - uid: 17704 - components: - - type: Transform - pos: 60.5,-53.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 17705: - - DoorStatus: DoorBolt + 18575: + - DoorStatus: InputB - uid: 19896 components: - type: Transform @@ -14208,7 +14194,7 @@ entities: - DockStatus: InputA - DoorStatus: InputA - type: DeviceLinkSink - invokeCounter: 2 + invokeCounter: 3 - uid: 6671 components: - type: Transform @@ -14222,7 +14208,7 @@ entities: - DockStatus: InputA - DoorStatus: InputA - type: DeviceLinkSink - invokeCounter: 2 + invokeCounter: 3 - uid: 6868 components: - type: Transform @@ -14236,7 +14222,7 @@ entities: - DockStatus: InputB - DockStatus: InputA - type: DeviceLinkSink - invokeCounter: 2 + invokeCounter: 3 - uid: 6931 components: - type: Transform @@ -14250,7 +14236,7 @@ entities: - DockStatus: InputA - DockStatus: InputB - type: DeviceLinkSink - invokeCounter: 2 + invokeCounter: 3 - proto: AirlockExternalGlassShuttleEmergencyLocked entities: - uid: 6660 @@ -14261,10 +14247,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 9143: + 187: - DockStatus: Open - type: DeviceLinkSink - invokeCounter: 2 + invokeCounter: 3 - uid: 9149 components: - type: Transform @@ -14273,10 +14259,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 9144: + 197: - DockStatus: Open - type: DeviceLinkSink - invokeCounter: 2 + invokeCounter: 3 - uid: 9150 components: - type: Transform @@ -14285,10 +14271,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 9145: + 216: - DockStatus: Open - type: DeviceLinkSink - invokeCounter: 4 + invokeCounter: 5 - uid: 9151 components: - type: Transform @@ -14297,13 +14283,13 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 8877: + 183: - DockStatus: Open - type: DeviceLinkSink - invokeCounter: 2 + invokeCounter: 3 - proto: AirlockExternalGlassShuttleEscape entities: - - uid: 15748 + - uid: 404 components: - type: Transform rot: -1.5707963267948966 rad @@ -14325,6 +14311,18 @@ entities: parent: 2 - proto: AirlockExternalGlassShuttleLocked entities: + - uid: 3498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-67.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 18575: + - DoorStatus: InputA + - type: DeviceLinkSink + invokeCounter: 1 - uid: 5890 components: - type: Transform @@ -14389,10 +14387,10 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 7028: + 18575: - DoorStatus: InputA - - DockStatus: InputA - - DockStatus: InputB + - type: DeviceLinkSink + invokeCounter: 1 - uid: 7158 components: - type: Transform @@ -15009,6 +15007,11 @@ entities: - type: Transform pos: -0.5,-40.5 parent: 2 + - uid: 5485 + components: + - type: Transform + pos: -13.5,19.5 + parent: 2 - uid: 5965 components: - type: Transform @@ -15019,11 +15022,6 @@ entities: - type: Transform pos: 20.5,-43.5 parent: 2 - - uid: 8617 - components: - - type: Transform - pos: -13.5,19.5 - parent: 2 - uid: 8660 components: - type: Transform @@ -15401,10 +15399,10 @@ entities: - type: Transform pos: -29.5,-43.5 parent: 2 - - uid: 7192 + - uid: 17176 components: - type: Transform - pos: -26.5,-23.5 + pos: -25.5,-23.5 parent: 2 - proto: AirlockMedicalMorgueLocked entities: @@ -16525,6 +16523,12 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,21.5 parent: 2 + - uid: 1629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-22.5 + parent: 2 - uid: 1685 components: - type: MetaData @@ -16621,14 +16625,6 @@ entities: - type: Transform pos: -42.5,-39.5 parent: 2 - - uid: 4919 - components: - - type: MetaData - name: Medical Storage APC - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-22.5 - parent: 2 - uid: 5105 components: - type: Transform @@ -17540,6 +17536,66 @@ entities: parent: 2 - proto: AtmosDeviceFanDirectional entities: + - uid: 1033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,29.5 + parent: 2 + - uid: 3002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-26.5 + parent: 2 + - uid: 3195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-16.5 + parent: 2 + - uid: 4185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,29.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,45.5 + parent: 2 + - uid: 4259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-61.5 + parent: 2 + - uid: 4627 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,35.5 + parent: 2 + - uid: 4754 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,37.5 + parent: 2 + - uid: 5486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,29.5 + parent: 2 + - uid: 7028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,29.5 + parent: 2 - uid: 7774 components: - type: Transform @@ -17552,6 +17608,72 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,-31.5 parent: 2 + - uid: 9937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-68.5 + parent: 2 + - uid: 9940 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-58.5 + parent: 2 + - uid: 16101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-18.5 + parent: 2 + - uid: 17527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,29.5 + parent: 2 + - uid: 18590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-68.5 + parent: 2 + - uid: 18670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-24.5 + parent: 2 + - uid: 20168 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-61.5 + parent: 2 + - uid: 20283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,27.5 + parent: 2 + - uid: 20284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,45.5 + parent: 2 + - uid: 20390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,12.5 + parent: 2 + - uid: 20391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-53.5 + parent: 2 - proto: AtmosFixBlockerMarker entities: - uid: 149 @@ -23260,11 +23382,6 @@ entities: - type: Transform pos: 36.5,-34.5 parent: 2 - - uid: 4754 - components: - - type: Transform - pos: -33.5,-68.5 - parent: 2 - uid: 5799 components: - type: Transform @@ -23275,26 +23392,11 @@ entities: - type: Transform pos: 58.5,-45.5 parent: 2 - - uid: 6408 - components: - - type: Transform - pos: -29.5,-66.5 - parent: 2 - - uid: 6539 - components: - - type: Transform - pos: -33.5,-67.5 - parent: 2 - uid: 7261 components: - type: Transform pos: 52.5,-47.5 parent: 2 - - uid: 7936 - components: - - type: Transform - pos: -30.5,-66.5 - parent: 2 - uid: 7967 components: - type: Transform @@ -23959,7 +24061,7 @@ entities: - uid: 14713 components: - type: Transform - pos: -27.356966,-22.256256 + pos: -26.396948,-21.2608 parent: 2 - proto: BoxTrashbag entities: @@ -24142,18 +24244,6 @@ entities: rot: 1.5707963267948966 rad pos: -9.5,18.5 parent: 2 - - uid: 8090 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-67.5 - parent: 2 - - uid: 8092 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-70.5 - parent: 2 - uid: 8323 components: - type: Transform @@ -26739,6 +26829,11 @@ entities: - type: Transform pos: -16.5,30.5 parent: 2 + - uid: 5383 + components: + - type: Transform + pos: 38.5,-31.5 + parent: 2 - uid: 5397 components: - type: Transform @@ -28649,6 +28744,16 @@ entities: - type: Transform pos: -23.5,-53.5 parent: 2 + - uid: 9972 + components: + - type: Transform + pos: -8.5,13.5 + parent: 2 + - uid: 9981 + components: + - type: Transform + pos: -8.5,12.5 + parent: 2 - uid: 10001 components: - type: Transform @@ -29939,6 +30044,11 @@ entities: - type: Transform pos: 13.5,21.5 parent: 2 + - uid: 11571 + components: + - type: Transform + pos: 39.5,-31.5 + parent: 2 - uid: 11576 components: - type: Transform @@ -34349,6 +34459,11 @@ entities: - type: Transform pos: 31.5,-33.5 parent: 2 + - uid: 17526 + components: + - type: Transform + pos: 40.5,-31.5 + parent: 2 - uid: 17567 components: - type: Transform @@ -34824,6 +34939,11 @@ entities: - type: Transform pos: -5.5,9.5 parent: 2 + - uid: 18570 + components: + - type: Transform + pos: 41.5,-31.5 + parent: 2 - uid: 18614 components: - type: Transform @@ -35349,6 +35469,11 @@ entities: - type: Transform pos: -71.5,-15.5 parent: 2 + - uid: 20238 + components: + - type: Transform + pos: -25.5,-22.5 + parent: 2 - uid: 20280 components: - type: Transform @@ -35364,6 +35489,11 @@ entities: - type: Transform pos: 36.5,3.5 parent: 2 + - uid: 20387 + components: + - type: Transform + pos: -7.5,13.5 + parent: 2 - proto: CableApcStack entities: - uid: 1898 @@ -35411,64 +35541,6 @@ entities: - type: Transform pos: -33.357204,4.6052375 parent: 2 -- proto: CableApcStack1 - entities: - - uid: 9203 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.46431,-71.56666 - parent: 2 - - uid: 17010 - components: - - type: Transform - pos: 45.52681,-74.56666 - parent: 2 - - uid: 17176 - components: - - type: Transform - pos: 64.551575,-75.52724 - parent: 2 - - uid: 20238 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 83.50095,-22.57533 - parent: 2 - - uid: 20283 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 93.48188,-32.520584 - parent: 2 - - uid: 20285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 79.49378,-44.606834 - parent: 2 - - uid: 20286 - components: - - type: Transform - pos: 73.44691,-41.606834 - parent: 2 - - uid: 20287 - components: - - type: Transform - pos: 76.43128,-41.575584 - parent: 2 - - uid: 20289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 72.47556,-65.46805 - parent: 2 - - uid: 20290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.47208,-42.516445 - parent: 2 - proto: CableApcStack10 entities: - uid: 8880 @@ -40337,54 +40409,6 @@ entities: - type: Transform pos: -29.499138,22.607857 parent: 2 -- proto: CableHVStack1 - entities: - - uid: 9204 - components: - - type: Transform - pos: -67.54877,-55.58841 - parent: 2 - - uid: 10047 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 76.38441,-44.544334 - parent: 2 - - uid: 12153 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.25697,2.5139117 - parent: 2 - - uid: 15686 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.430717,23.484564 - parent: 2 - - uid: 16079 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 69.44031,-5.519048 - parent: 2 - - uid: 16101 - components: - - type: Transform - pos: -50.507423,10.497335 - parent: 2 - - uid: 20284 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 77.38441,-44.638084 - parent: 2 - - uid: 20288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.225567,-54.51099 - parent: 2 - proto: CableMV entities: - uid: 8 @@ -40997,6 +41021,11 @@ entities: - type: Transform pos: 41.5,2.5 parent: 2 + - uid: 2068 + components: + - type: Transform + pos: -25.5,-22.5 + parent: 2 - uid: 2105 components: - type: Transform @@ -46069,23 +46098,6 @@ entities: - type: Transform pos: -31.508106,-59.50669 parent: 2 -- proto: CableMVStack1 - entities: - - uid: 9206 - components: - - type: Transform - pos: 95.462456,-25.590956 - parent: 2 - - uid: 18570 - components: - - type: Transform - pos: 68.5672,-80.40224 - parent: 2 - - uid: 19897 - components: - - type: Transform - pos: 95.47808,-27.51283 - parent: 2 - proto: CableTerminal entities: - uid: 346 @@ -47318,12 +47330,6 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,-0.5 parent: 2 - - uid: 404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-0.5 - parent: 2 - uid: 405 components: - type: Transform @@ -48797,12 +48803,6 @@ entities: - type: Transform pos: 6.5,-18.5 parent: 2 - - uid: 5231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-0.5 - parent: 2 - uid: 5303 components: - type: Transform @@ -49827,6 +49827,12 @@ entities: - type: Transform pos: 51.5,2.5 parent: 2 + - uid: 9133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-0.5 + parent: 2 - uid: 9153 components: - type: Transform @@ -50559,6 +50565,12 @@ entities: - type: Transform pos: 52.5,-32.5 parent: 2 + - uid: 13234 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-0.5 + parent: 2 - uid: 14218 components: - type: Transform @@ -50653,6 +50665,12 @@ entities: rot: 3.141592653589793 rad pos: -14.5,20.5 parent: 2 + - uid: 15347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-0.5 + parent: 2 - uid: 15676 components: - type: Transform @@ -51094,12 +51112,6 @@ entities: rot: 1.5707963267948966 rad pos: 48.5,-45.5 parent: 2 - - uid: 18670 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-0.5 - parent: 2 - uid: 18727 components: - type: Transform @@ -53114,6 +53126,11 @@ entities: - type: Transform pos: 16.5,-8.5 parent: 2 + - uid: 18579 + components: + - type: Transform + pos: -16.5,19.5 + parent: 2 - uid: 18865 components: - type: Transform @@ -53463,6 +53480,13 @@ entities: - type: Transform pos: 28.369284,-48.32308 parent: 2 +- proto: ClothingHeadHatBowlerHat + entities: + - uid: 15731 + components: + - type: Transform + pos: 22.72877,-40.145943 + parent: 2 - proto: ClothingHeadHatBrownFlatcap entities: - uid: 10989 @@ -53573,13 +53597,6 @@ entities: - type: Transform pos: 7.316777,-31.202648 parent: 2 -- proto: ClothingHeadHatOutlawHat - entities: - - uid: 6340 - components: - - type: Transform - pos: 22.727654,-40.11251 - parent: 2 - proto: ClothingHeadHatPaper entities: - uid: 17875 @@ -53733,7 +53750,7 @@ entities: - uid: 1054 components: - type: Transform - pos: -15.49407,19.625088 + pos: -15.470441,19.607038 parent: 2 - proto: ClothingMaskGas entities: @@ -55251,10 +55268,10 @@ entities: removedMasks: 20 - type: PlaceableSurface isPlaceable: True - - uid: 5015 + - uid: 18543 components: - type: Transform - pos: -26.5,-21.5 + pos: -26.5,-22.5 parent: 2 - proto: CrateMaterialPlasma entities: @@ -56270,18 +56287,6 @@ entities: rot: 3.141592653589793 rad pos: -43.5,-22.5 parent: 2 - - uid: 3195 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-26.5 - parent: 2 - - uid: 3688 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-16.5 - parent: 2 - uid: 3899 components: - type: Transform @@ -56293,17 +56298,17 @@ entities: rot: -1.5707963267948966 rad pos: 50.5,-16.5 parent: 2 - - uid: 4259 + - uid: 4456 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,15.5 + pos: -43.5,-30.5 parent: 2 - - uid: 4456 + - uid: 4709 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-30.5 + rot: 1.5707963267948966 rad + pos: 45.5,-37.5 parent: 2 - uid: 4846 components: @@ -56370,10 +56375,10 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,23.5 parent: 2 - - uid: 7232 + - uid: 7231 components: - type: Transform - pos: 45.5,-37.5 + pos: -24.5,-42.5 parent: 2 - uid: 7672 components: @@ -56381,11 +56386,22 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,-34.5 parent: 2 - - uid: 9133 + - uid: 8092 + components: + - type: Transform + pos: 16.5,8.5 + parent: 2 + - uid: 8095 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,5.5 + pos: 31.5,-21.5 + parent: 2 + - uid: 8391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-47.5 parent: 2 - uid: 9134 components: @@ -56416,11 +56432,17 @@ entities: rot: -1.5707963267948966 rad pos: -17.5,-47.5 parent: 2 - - uid: 10946 + - uid: 9942 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-21.5 + pos: 34.5,-37.5 + parent: 2 + - uid: 10698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-21.5 parent: 2 - uid: 11009 components: @@ -56474,11 +56496,11 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,-58.5 parent: 2 - - uid: 11454 + - uid: 11437 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-47.5 + rot: -1.5707963267948966 rad + pos: 32.5,-4.5 parent: 2 - uid: 12154 components: @@ -56508,6 +56530,12 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-48.5 parent: 2 + - uid: 12179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-0.5 + parent: 2 - uid: 12196 components: - type: Transform @@ -56519,15 +56547,16 @@ entities: - type: Transform pos: -22.5,-33.5 parent: 2 - - uid: 12220 + - uid: 12230 components: - type: Transform - pos: -27.5,-29.5 + pos: -35.5,-22.5 parent: 2 - - uid: 12230 + - uid: 12278 components: - type: Transform - pos: -35.5,-22.5 + rot: 3.141592653589793 rad + pos: -25.5,-42.5 parent: 2 - uid: 12287 components: @@ -56540,12 +56569,6 @@ entities: - type: Transform pos: 36.5,-25.5 parent: 2 - - uid: 12898 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-3.5 - parent: 2 - uid: 12964 components: - type: Transform @@ -56605,6 +56628,11 @@ entities: rot: 1.5707963267948966 rad pos: 44.5,-39.5 parent: 2 + - uid: 15686 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 2 - uid: 16370 components: - type: Transform @@ -56616,6 +56644,12 @@ entities: - type: Transform pos: -38.5,-12.5 parent: 2 + - uid: 17010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-46.5 + parent: 2 - uid: 17462 components: - type: Transform @@ -56679,12 +56713,6 @@ entities: rot: 3.141592653589793 rad pos: -27.5,-36.5 parent: 2 - - uid: 18579 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-24.5 - parent: 2 - uid: 18622 components: - type: Transform @@ -56708,6 +56736,90 @@ entities: rot: 1.5707963267948966 rad pos: 17.5,-37.5 parent: 2 + - uid: 20308 + components: + - type: Transform + pos: 20.5,-20.5 + parent: 2 + - uid: 20309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-26.5 + parent: 2 + - uid: 20310 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-24.5 + parent: 2 + - uid: 20312 + components: + - type: Transform + pos: 46.5,-21.5 + parent: 2 + - uid: 20336 + components: + - type: Transform + pos: 41.5,5.5 + parent: 2 + - uid: 20337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-4.5 + parent: 2 + - uid: 20338 + components: + - type: Transform + pos: 45.5,-4.5 + parent: 2 + - uid: 20339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-53.5 + parent: 2 + - uid: 20340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-25.5 + parent: 2 + - uid: 20341 + components: + - type: Transform + pos: 48.5,-25.5 + parent: 2 + - uid: 20342 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-52.5 + parent: 2 + - uid: 20343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-52.5 + parent: 2 + - uid: 20344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-53.5 + parent: 2 + - uid: 20345 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-54.5 + parent: 2 + - uid: 20373 + components: + - type: Transform + pos: 31.5,-3.5 + parent: 2 - proto: DisposalJunction entities: - uid: 1238 @@ -56749,6 +56861,18 @@ entities: - type: Transform pos: 11.5,17.5 parent: 2 + - uid: 6916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,11.5 + parent: 2 + - uid: 7192 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,-21.5 + parent: 2 - uid: 7825 components: - type: Transform @@ -56759,10 +56883,27 @@ entities: - type: Transform pos: -23.5,-38.5 parent: 2 - - uid: 10698 + - uid: 10307 components: - type: Transform - pos: 32.5,2.5 + rot: 1.5707963267948966 rad + pos: 29.5,-21.5 + parent: 2 + - uid: 11056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-41.5 + parent: 2 + - uid: 11057 + components: + - type: Transform + pos: 48.5,-37.5 + parent: 2 + - uid: 11071 + components: + - type: Transform + pos: -23.5,-30.5 parent: 2 - uid: 11150 components: @@ -56770,35 +56911,34 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,11.5 parent: 2 - - uid: 12229 + - uid: 12071 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,-30.5 + pos: 21.5,-21.5 parent: 2 - - uid: 12899 + - uid: 12175 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,6.5 + pos: 15.5,8.5 parent: 2 - - uid: 13036 + - uid: 12229 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-43.5 + pos: -36.5,-30.5 parent: 2 - - uid: 15731 + - uid: 13036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-21.5 + rot: 1.5707963267948966 rad + pos: -41.5,-43.5 parent: 2 - - uid: 18586 + - uid: 20299 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-21.5 + pos: -15.5,-1.5 parent: 2 - proto: DisposalJunctionFlipped entities: @@ -56808,6 +56948,40 @@ entities: rot: 3.141592653589793 rad pos: 10.5,-48.5 parent: 2 + - uid: 4779 + components: + - type: Transform + pos: 29.5,-54.5 + parent: 2 + - uid: 6873 + components: + - type: Transform + pos: 45.5,-16.5 + parent: 2 + - uid: 7050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,5.5 + parent: 2 + - uid: 8090 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,2.5 + parent: 2 + - uid: 8093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-21.5 + parent: 2 + - uid: 8320 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,-21.5 + parent: 2 - uid: 9890 components: - type: Transform @@ -56820,12 +56994,6 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,-47.5 parent: 2 - - uid: 10307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-21.5 - parent: 2 - uid: 11109 components: - type: Transform @@ -56838,6 +57006,12 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,-41.5 parent: 2 + - uid: 12153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-21.5 + parent: 2 - uid: 12160 components: - type: Transform @@ -56862,29 +57036,17 @@ entities: rot: 1.5707963267948966 rad pos: -37.5,-30.5 parent: 2 - - uid: 12252 - components: - - type: Transform - pos: 32.5,9.5 - parent: 2 - - uid: 12436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-3.5 - parent: 2 - - uid: 14605 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-21.5 - parent: 2 - uid: 18098 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,-32.5 parent: 2 + - uid: 20290 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 - proto: DisposalMachineFrame entities: - uid: 18765 @@ -56923,12 +57085,6 @@ entities: rot: 3.141592653589793 rad pos: -43.5,-25.5 parent: 2 - - uid: 1629 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-0.5 - parent: 2 - uid: 1732 components: - type: Transform @@ -56994,12 +57150,6 @@ entities: - type: Transform pos: 10.5,-39.5 parent: 2 - - uid: 3002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-6.5 - parent: 2 - uid: 3052 components: - type: Transform @@ -57058,12 +57208,6 @@ entities: rot: 1.5707963267948966 rad pos: -21.5,-41.5 parent: 2 - - uid: 3520 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,12.5 - parent: 2 - uid: 3521 components: - type: Transform @@ -57104,6 +57248,11 @@ entities: - type: Transform pos: -35.5,-28.5 parent: 2 + - uid: 3688 + components: + - type: Transform + pos: 46.5,-22.5 + parent: 2 - uid: 3689 components: - type: Transform @@ -57113,12 +57262,8 @@ entities: - uid: 3735 components: - type: Transform - pos: -11.5,-13.5 - parent: 2 - - uid: 3861 - components: - - type: Transform - pos: -16.5,-15.5 + rot: 3.141592653589793 rad + pos: 48.5,-51.5 parent: 2 - uid: 3892 components: @@ -57150,12 +57295,6 @@ entities: rot: 3.141592653589793 rad pos: 17.5,-38.5 parent: 2 - - uid: 4208 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-12.5 - parent: 2 - uid: 4235 components: - type: Transform @@ -57307,6 +57446,12 @@ entities: - type: Transform pos: -23.5,-40.5 parent: 2 + - uid: 5015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-3.5 + parent: 2 - uid: 5164 components: - type: Transform @@ -57337,6 +57482,12 @@ entities: rot: 1.5707963267948966 rad pos: 25.5,-21.5 parent: 2 + - uid: 5211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-47.5 + parent: 2 - uid: 5213 components: - type: Transform @@ -57363,7 +57514,14 @@ entities: - uid: 5230 components: - type: Transform - pos: -25.5,-1.5 + rot: -1.5707963267948966 rad + pos: 46.5,-37.5 + parent: 2 + - uid: 5231 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-54.5 parent: 2 - uid: 5237 components: @@ -57528,6 +57686,12 @@ entities: - type: Transform pos: -9.5,-40.5 parent: 2 + - uid: 5619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-1.5 + parent: 2 - uid: 5621 components: - type: Transform @@ -57566,6 +57730,12 @@ entities: - type: Transform pos: 29.5,-56.5 parent: 2 + - uid: 6277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-1.5 + parent: 2 - uid: 6279 components: - type: Transform @@ -57577,6 +57747,12 @@ entities: - type: Transform pos: 35.5,-19.5 parent: 2 + - uid: 6340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-1.5 + parent: 2 - uid: 6417 components: - type: Transform @@ -57588,6 +57764,12 @@ entities: rot: -1.5707963267948966 rad pos: 48.5,-16.5 parent: 2 + - uid: 6539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-21.5 + parent: 2 - uid: 6568 components: - type: Transform @@ -57860,12 +58042,6 @@ entities: - type: Transform pos: 10.5,-53.5 parent: 2 - - uid: 7050 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-37.5 - parent: 2 - uid: 7175 components: - type: Transform @@ -57912,11 +58088,11 @@ entities: - type: Transform pos: 32.5,15.5 parent: 2 - - uid: 7231 + - uid: 7232 components: - type: Transform rot: 1.5707963267948966 rad - pos: 44.5,-37.5 + pos: -27.5,-30.5 parent: 2 - uid: 7465 components: @@ -57927,14 +58103,18 @@ entities: - uid: 7728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-37.5 + rot: 3.141592653589793 rad + pos: 32.5,-2.5 parent: 2 - - uid: 8320 + - uid: 7936 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-28.5 + pos: 21.5,-22.5 + parent: 2 + - uid: 8326 + components: + - type: Transform + pos: 10.5,-42.5 parent: 2 - uid: 8983 components: @@ -58005,6 +58185,18 @@ entities: rot: -1.5707963267948966 rad pos: 34.5,9.5 parent: 2 + - uid: 9145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-12.5 + parent: 2 + - uid: 9206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-0.5 + parent: 2 - uid: 9265 components: - type: Transform @@ -58084,46 +58276,17 @@ entities: - type: Transform pos: -20.5,-48.5 parent: 2 - - uid: 9937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-37.5 - parent: 2 - - uid: 9940 - components: - - type: Transform - pos: 29.5,-54.5 - parent: 2 - uid: 9941 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-37.5 - parent: 2 - - uid: 9942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-37.5 + rot: 3.141592653589793 rad + pos: -24.5,-43.5 parent: 2 - uid: 9947 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-37.5 - parent: 2 - - uid: 9972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-37.5 - parent: 2 - - uid: 9981 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-37.5 + rot: -1.5707963267948966 rad + pos: 31.5,-54.5 parent: 2 - uid: 10179 components: @@ -58142,6 +58305,12 @@ entities: - type: Transform pos: 20.5,12.5 parent: 2 + - uid: 10946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-21.5 + parent: 2 - uid: 10988 components: - type: Transform @@ -58216,29 +58385,6 @@ entities: - type: Transform pos: -35.5,-24.5 parent: 2 - - uid: 11056 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-21.5 - parent: 2 - - uid: 11057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-21.5 - parent: 2 - - uid: 11058 - components: - - type: Transform - pos: 29.5,-22.5 - parent: 2 - - uid: 11071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-41.5 - parent: 2 - uid: 11078 components: - type: Transform @@ -58432,8 +58578,14 @@ entities: - uid: 11148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-41.5 + rot: -1.5707963267948966 rad + pos: -13.5,-15.5 + parent: 2 + - uid: 11153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,2.5 parent: 2 - uid: 11155 components: @@ -58477,17 +58629,17 @@ entities: rot: 3.141592653589793 rad pos: -23.5,-37.5 parent: 2 - - uid: 11467 + - uid: 11454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-0.5 + rot: 3.141592653589793 rad + pos: 10.5,13.5 parent: 2 - - uid: 11571 + - uid: 11467 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-37.5 + pos: -17.5,-0.5 parent: 2 - uid: 11602 components: @@ -58707,7 +58859,8 @@ entities: - uid: 12170 components: - type: Transform - pos: -12.5,-40.5 + rot: 3.141592653589793 rad + pos: 15.5,7.5 parent: 2 - uid: 12171 components: @@ -58720,12 +58873,6 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,-38.5 parent: 2 - - uid: 12175 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-29.5 - parent: 2 - uid: 12177 components: - type: Transform @@ -58737,11 +58884,6 @@ entities: rot: 3.141592653589793 rad pos: -23.5,-20.5 parent: 2 - - uid: 12179 - components: - - type: Transform - pos: -16.5,-20.5 - parent: 2 - uid: 12183 components: - type: Transform @@ -58862,6 +59004,11 @@ entities: rot: 3.141592653589793 rad pos: -16.5,-8.5 parent: 2 + - uid: 12220 + components: + - type: Transform + pos: 19.5,-22.5 + parent: 2 - uid: 12222 components: - type: Transform @@ -58948,6 +59095,11 @@ entities: rot: 3.141592653589793 rad pos: 32.5,10.5 parent: 2 + - uid: 12252 + components: + - type: Transform + pos: 19.5,-23.5 + parent: 2 - uid: 12253 components: - type: Transform @@ -58996,11 +59148,6 @@ entities: rot: 3.141592653589793 rad pos: 32.5,-1.5 parent: 2 - - uid: 12263 - components: - - type: Transform - pos: -11.5,-14.5 - parent: 2 - uid: 12264 components: - type: Transform @@ -59085,12 +59232,6 @@ entities: rot: 3.141592653589793 rad pos: 31.5,-19.5 parent: 2 - - uid: 12278 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-20.5 - parent: 2 - uid: 12279 components: - type: Transform @@ -59101,6 +59242,12 @@ entities: - type: Transform pos: -30.5,-29.5 parent: 2 + - uid: 12283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,15.5 + parent: 2 - uid: 12284 components: - type: Transform @@ -59109,8 +59256,7 @@ entities: - uid: 12285 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,2.5 + pos: 19.5,-24.5 parent: 2 - uid: 12286 components: @@ -59118,11 +59264,11 @@ entities: rot: -1.5707963267948966 rad pos: 30.5,2.5 parent: 2 - - uid: 12433 + - uid: 12436 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,-4.5 + pos: 10.5,14.5 parent: 2 - uid: 12449 components: @@ -59140,6 +59286,12 @@ entities: rot: 1.5707963267948966 rad pos: 4.5,17.5 parent: 2 + - uid: 12899 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-29.5 + parent: 2 - uid: 13002 components: - type: Transform @@ -59308,6 +59460,12 @@ entities: rot: 1.5707963267948966 rad pos: 19.5,10.5 parent: 2 + - uid: 13071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-15.5 + parent: 2 - uid: 13079 components: - type: Transform @@ -59323,8 +59481,7 @@ entities: - uid: 13095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,11.5 + pos: 21.5,-23.5 parent: 2 - uid: 13096 components: @@ -59686,12 +59843,6 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,-3.5 parent: 2 - - uid: 13257 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-3.5 - parent: 2 - uid: 13258 components: - type: Transform @@ -59701,8 +59852,8 @@ entities: - uid: 14212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-44.5 + rot: 3.141592653589793 rad + pos: 29.5,-22.5 parent: 2 - uid: 14717 components: @@ -59722,16 +59873,35 @@ entities: rot: 3.141592653589793 rad pos: 45.5,-38.5 parent: 2 - - uid: 14722 + - uid: 15130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-21.5 + rot: 3.141592653589793 rad + pos: 15.5,6.5 parent: 2 - uid: 15162 components: - type: Transform - pos: 20.5,-23.5 + rot: -1.5707963267948966 rad + pos: -12.5,-15.5 + parent: 2 + - uid: 15370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-37.5 + parent: 2 + - uid: 15748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-44.5 + parent: 2 + - uid: 16079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-45.5 parent: 2 - uid: 16335 components: @@ -59968,16 +60138,6 @@ entities: - type: Transform pos: 15.5,9.5 parent: 2 - - uid: 17526 - components: - - type: Transform - pos: 15.5,8.5 - parent: 2 - - uid: 17527 - components: - - type: Transform - pos: 15.5,7.5 - parent: 2 - uid: 17528 components: - type: Transform @@ -60014,12 +60174,6 @@ entities: rot: 1.5707963267948966 rad pos: -16.5,-0.5 parent: 2 - - uid: 18007 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-1.5 - parent: 2 - uid: 18008 components: - type: Transform @@ -60194,24 +60348,12 @@ entities: - type: Transform pos: -27.5,-35.5 parent: 2 - - uid: 18576 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-21.5 - parent: 2 - uid: 18577 components: - type: Transform rot: 1.5707963267948966 rad pos: 27.5,-21.5 parent: 2 - - uid: 18578 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-25.5 - parent: 2 - uid: 18587 components: - type: Transform @@ -60224,11 +60366,6 @@ entities: rot: 3.141592653589793 rad pos: -23.5,-44.5 parent: 2 - - uid: 18589 - components: - - type: Transform - pos: 20.5,-22.5 - parent: 2 - uid: 18617 components: - type: Transform @@ -60259,6 +60396,12 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,-19.5 parent: 2 + - uid: 18866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-54.5 + parent: 2 - uid: 18916 components: - type: Transform @@ -60306,11 +60449,471 @@ entities: - type: Transform pos: 0.5,-33.5 parent: 2 - - uid: 20136 + - uid: 19897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-46.5 + parent: 2 + - uid: 20285 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,-38.5 + pos: -18.5,-47.5 + parent: 2 + - uid: 20286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-29.5 + parent: 2 + - uid: 20287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-29.5 + parent: 2 + - uid: 20288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-29.5 + parent: 2 + - uid: 20289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-15.5 + parent: 2 + - uid: 20293 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-1.5 + parent: 2 + - uid: 20294 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-1.5 + parent: 2 + - uid: 20295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-1.5 + parent: 2 + - uid: 20297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-1.5 + parent: 2 + - uid: 20298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-1.5 + parent: 2 + - uid: 20300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,12.5 + parent: 2 + - uid: 20301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,15.5 + parent: 2 + - uid: 20305 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-26.5 + parent: 2 + - uid: 20306 + components: + - type: Transform + pos: 19.5,-25.5 + parent: 2 + - uid: 20307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-26.5 + parent: 2 + - uid: 20311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-21.5 + parent: 2 + - uid: 20313 + components: + - type: Transform + pos: 45.5,-15.5 + parent: 2 + - uid: 20314 + components: + - type: Transform + pos: 45.5,-14.5 + parent: 2 + - uid: 20315 + components: + - type: Transform + pos: 45.5,-13.5 + parent: 2 + - uid: 20316 + components: + - type: Transform + pos: 45.5,-12.5 + parent: 2 + - uid: 20317 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 20318 + components: + - type: Transform + pos: 45.5,-10.5 + parent: 2 + - uid: 20319 + components: + - type: Transform + pos: 45.5,-9.5 + parent: 2 + - uid: 20320 + components: + - type: Transform + pos: 45.5,-8.5 + parent: 2 + - uid: 20321 + components: + - type: Transform + pos: 45.5,-7.5 + parent: 2 + - uid: 20322 + components: + - type: Transform + pos: 45.5,-6.5 + parent: 2 + - uid: 20323 + components: + - type: Transform + pos: 45.5,-5.5 + parent: 2 + - uid: 20324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-4.5 + parent: 2 + - uid: 20325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-4.5 + parent: 2 + - uid: 20326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-4.5 + parent: 2 + - uid: 20327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-3.5 + parent: 2 + - uid: 20328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-2.5 + parent: 2 + - uid: 20329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-1.5 + parent: 2 + - uid: 20330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-0.5 + parent: 2 + - uid: 20331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,0.5 + parent: 2 + - uid: 20332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,2.5 + parent: 2 + - uid: 20333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,3.5 + parent: 2 + - uid: 20334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,4.5 + parent: 2 + - uid: 20335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,1.5 + parent: 2 + - uid: 20346 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-54.5 + parent: 2 + - uid: 20347 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-54.5 + parent: 2 + - uid: 20348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-54.5 + parent: 2 + - uid: 20349 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-54.5 + parent: 2 + - uid: 20350 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-53.5 + parent: 2 + - uid: 20351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-53.5 + parent: 2 + - uid: 20352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-53.5 + parent: 2 + - uid: 20353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-53.5 + parent: 2 + - uid: 20354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-53.5 + parent: 2 + - uid: 20355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-53.5 + parent: 2 + - uid: 20356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-52.5 + parent: 2 + - uid: 20357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-52.5 + parent: 2 + - uid: 20358 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-52.5 + parent: 2 + - uid: 20359 + components: + - type: Transform + pos: 46.5,-23.5 + parent: 2 + - uid: 20360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-50.5 + parent: 2 + - uid: 20361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-49.5 + parent: 2 + - uid: 20362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-48.5 + parent: 2 + - uid: 20363 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-47.5 + parent: 2 + - uid: 20364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-46.5 + parent: 2 + - uid: 20365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-45.5 + parent: 2 + - uid: 20366 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-44.5 + parent: 2 + - uid: 20367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-43.5 + parent: 2 + - uid: 20368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-42.5 + parent: 2 + - uid: 20369 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-41.5 + parent: 2 + - uid: 20370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-40.5 + parent: 2 + - uid: 20371 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-39.5 + parent: 2 + - uid: 20372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-38.5 + parent: 2 + - uid: 20374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-36.5 + parent: 2 + - uid: 20375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-35.5 + parent: 2 + - uid: 20376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-33.5 + parent: 2 + - uid: 20377 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-32.5 + parent: 2 + - uid: 20378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-31.5 + parent: 2 + - uid: 20379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-30.5 + parent: 2 + - uid: 20380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-29.5 + parent: 2 + - uid: 20381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-28.5 + parent: 2 + - uid: 20382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-34.5 + parent: 2 + - uid: 20383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-27.5 + parent: 2 + - uid: 20384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-26.5 + parent: 2 + - uid: 20385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-25.5 + parent: 2 + - uid: 20386 + components: + - type: Transform + pos: 46.5,-24.5 parent: 2 - proto: DisposalRouter entities: @@ -60323,15 +60926,15 @@ entities: - type: DisposalRouter tags: - Bridge - - uid: 5211 + - uid: 4022 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-46.5 + pos: 31.5,-4.5 parent: 2 - type: DisposalRouter tags: - - Bridge + - Trash - uid: 7201 components: - type: Transform @@ -60349,31 +60952,24 @@ entities: - type: DisposalRouter tags: - Mailing Room - - uid: 11153 + - uid: 11152 components: - type: Transform - pos: 11.5,15.5 + rot: 3.141592653589793 rad + pos: 31.5,-20.5 parent: 2 - type: DisposalRouter tags: - - Cargo - - uid: 11437 + - Trash + - uid: 12180 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.5,-21.5 + pos: 19.5,-21.5 parent: 2 - type: DisposalRouter tags: - Science - - uid: 12180 - components: - - type: Transform - pos: -23.5,-30.5 - parent: 2 - - type: DisposalRouter - tags: - - Medical - uid: 12221 components: - type: Transform @@ -60382,15 +60978,14 @@ entities: - type: DisposalRouter tags: - Chemistry - - uid: 13071 + - uid: 12433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,11.5 + pos: -23.5,-29.5 parent: 2 - type: DisposalRouter tags: - - Cargo + - Medical - uid: 18552 components: - type: Transform @@ -60400,29 +60995,29 @@ entities: - type: DisposalRouter tags: - Trash -- proto: DisposalRouterFlipped - entities: - - uid: 2684 + - uid: 20302 components: - type: Transform - pos: -23.5,-33.5 + rot: -1.5707963267948966 rad + pos: 10.5,11.5 parent: 2 - type: DisposalRouter tags: - - Botany - - uid: 4627 + - Cargo +- proto: DisposalRouterFlipped + entities: + - uid: 2684 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-0.5 + pos: -23.5,-33.5 parent: 2 - type: DisposalRouter tags: - - Security - - uid: 4709 + - Botany + - uid: 9203 components: - type: Transform - pos: -16.5,-12.5 + pos: -16.5,-15.5 parent: 2 - type: DisposalRouter tags: @@ -60436,70 +61031,90 @@ entities: - type: DisposalRouter tags: - Kitchen - - uid: 11097 + - uid: 18561 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-30.5 + pos: -8.5,-34.5 parent: 2 - type: DisposalRouter tags: - - Medical - - uid: 11152 + - Kitchen +- proto: DisposalTagger + entities: + - uid: 4732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-12.5 + pos: 29.5,-24.5 parent: 2 - - type: DisposalRouter - tags: - - Engineering - - uid: 18561 + - type: DisposalTagger + tag: Trash + - uid: 5228 components: - type: Transform - pos: -8.5,-34.5 + rot: 1.5707963267948966 rad + pos: 11.5,-28.5 parent: 2 - - type: DisposalRouter - tags: - - Kitchen - - uid: 18575 + - type: DisposalTagger + tag: Trash + - uid: 6104 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,-24.5 + pos: 30.5,-3.5 parent: 2 - - type: DisposalRouter - tags: - - Science -- proto: DisposalTagger - entities: - - uid: 4732 + - type: DisposalTagger + tag: Trash + - uid: 7211 components: - type: Transform - pos: 29.5,-24.5 + pos: 11.5,16.5 parent: 2 - type: DisposalTagger tag: Trash - - uid: 6873 + - uid: 8300 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-0.5 + pos: -18.5,-1.5 parent: 2 - type: DisposalTagger tag: Trash - - uid: 7211 + - uid: 8617 components: - type: Transform - pos: 11.5,16.5 + rot: 1.5707963267948966 rad + pos: -9.5,-44.5 parent: 2 - type: DisposalTagger tag: Trash - - uid: 8326 + - uid: 8877 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-42.5 + rot: 1.5707963267948966 rad + pos: 19.5,-20.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 9143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-6.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 9144 + components: + - type: Transform + pos: -14.5,12.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 9204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-12.5 parent: 2 - type: DisposalTagger tag: Trash @@ -60507,7 +61122,7 @@ entities: components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,-21.5 + pos: -24.5,-41.5 parent: 2 - type: DisposalTagger tag: Trash @@ -60527,10 +61142,26 @@ entities: parent: 2 - type: DisposalTagger tag: Trash - - uid: 12283 + - uid: 11058 components: - type: Transform - pos: 32.5,-2.5 + rot: 3.141592653589793 rad + pos: -12.5,-40.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 11097 + components: + - type: Transform + pos: -16.5,-20.5 + parent: 2 + - type: DisposalTagger + tag: Trash + - uid: 12263 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-38.5 parent: 2 - type: DisposalTagger tag: Trash @@ -60542,6 +61173,13 @@ entities: parent: 2 - type: DisposalTagger tag: Trash + - uid: 20304 + components: + - type: Transform + pos: 16.5,7.5 + parent: 2 + - type: DisposalTagger + tag: Trash - proto: DisposalTrunk entities: - uid: 737 @@ -60637,11 +61275,6 @@ entities: rot: 3.141592653589793 rad pos: 19.5,-40.5 parent: 2 - - uid: 6277 - components: - - type: Transform - pos: 18.5,-20.5 - parent: 2 - uid: 6782 components: - type: Transform @@ -60741,6 +61374,12 @@ entities: rot: 3.141592653589793 rad pos: 29.5,1.5 parent: 2 + - uid: 12898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-15.5 + parent: 2 - uid: 13022 components: - type: Transform @@ -60769,11 +61408,11 @@ entities: - type: Transform pos: -37.5,-29.5 parent: 2 - - uid: 13234 + - uid: 14722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,6.5 + rot: 1.5707963267948966 rad + pos: 18.5,-20.5 parent: 2 - uid: 14882 components: @@ -60828,12 +61467,6 @@ entities: rot: 1.5707963267948966 rad pos: 33.5,-32.5 parent: 2 - - uid: 18543 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-15.5 - parent: 2 - uid: 18566 components: - type: Transform @@ -60863,6 +61496,12 @@ entities: rot: 1.5707963267948966 rad pos: 9.5,16.5 parent: 2 + - uid: 20303 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,6.5 + parent: 2 - proto: DisposalUnit entities: - uid: 85 @@ -61077,23 +61716,23 @@ entities: parent: 2 - proto: DisposalYJunction entities: - - uid: 5228 + - uid: 12242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-0.5 + rot: -1.5707963267948966 rad + pos: -16.5,-19.5 parent: 2 - - uid: 9939 + - uid: 12720 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-37.5 + rot: 1.5707963267948966 rad + pos: -25.5,-1.5 parent: 2 - - uid: 12242 + - uid: 14605 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-19.5 + rot: 1.5707963267948966 rad + pos: 32.5,9.5 parent: 2 - uid: 14723 components: @@ -61101,12 +61740,6 @@ entities: rot: 3.141592653589793 rad pos: 45.5,-39.5 parent: 2 - - uid: 18590 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-21.5 - parent: 2 - proto: DogBed entities: - uid: 4638 @@ -62502,7 +63135,6 @@ entities: - 15242 - 15241 - 15240 - - 216 - 15230 - 15231 - 15232 @@ -62586,7 +63218,6 @@ entities: - 15181 - 15182 - 15183 - - 4185 - uid: 14371 components: - type: Transform @@ -62670,7 +63301,6 @@ entities: - 15210 - 15206 - 15207 - - 3498 - uid: 15227 components: - type: Transform @@ -62752,7 +63382,6 @@ entities: - 15235 - 15234 - 15233 - - 183 - uid: 15384 components: - type: Transform @@ -62801,12 +63430,11 @@ entities: - 15339 - 15333 - 14732 - - 15347 - 15345 - 15325 - 15326 - 15327 - - 4022 + - 15151 - uid: 15389 components: - type: Transform @@ -62903,8 +63531,6 @@ entities: - 15220 - 15221 - 15222 - - 197 - - 187 - uid: 15619 components: - type: Transform @@ -62955,7 +63581,6 @@ entities: devices: - 5390 - 5467 - - 12071 - 14382 - 14368 - 19001 @@ -62980,7 +63605,6 @@ entities: - 18877 - 18878 - 18879 - - 18866 - uid: 19007 components: - type: Transform @@ -63225,53 +63849,11 @@ entities: deviceLists: - 17351 - 17352 - - uid: 183 - components: - - type: Transform - pos: 18.5,-5.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15279 - - 38 - - uid: 187 - components: - - type: Transform - pos: 48.5,-26.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15440 - - 13549 - - uid: 197 - components: - - type: Transform - pos: 45.5,-15.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15440 - - 13549 - - uid: 216 - components: - - type: Transform - pos: 30.5,8.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14085 - - 110 - uid: 431 components: - type: Transform pos: 41.5,-57.5 parent: 2 - - uid: 1033 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-36.5 - parent: 2 - uid: 1284 components: - type: Transform @@ -63297,32 +63879,6 @@ entities: deviceLists: - 14047 - 14019 - - uid: 3498 - components: - - type: Transform - pos: 6.5,-25.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13665 - - 15226 - - uid: 4022 - components: - - type: Transform - pos: -25.5,-23.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15388 - - uid: 4185 - components: - - type: Transform - pos: 23.5,-19.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 13640 - - 13663 - uid: 5390 components: - type: Transform @@ -63508,16 +64064,6 @@ entities: - 17348 - 17349 - 17351 - - uid: 12071 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,18.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 14379 - - 16078 - uid: 12244 components: - type: Transform @@ -63572,15 +64118,6 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,24.5 parent: 2 - - uid: 12720 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-53.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15188 - uid: 13082 components: - type: Transform @@ -63726,9 +64263,10 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: + - 15163 - 15332 + - 15388 - 58 - - 15163 - uid: 15152 components: - type: Transform @@ -64730,16 +65268,6 @@ entities: - 15331 - 15388 - 15389 - - uid: 15347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-27.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 15331 - - 15388 - uid: 15348 components: - type: Transform @@ -65025,15 +65553,6 @@ entities: - type: Transform pos: 49.5,-47.5 parent: 2 - - uid: 18866 - components: - - type: Transform - pos: 17.5,10.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 17349 - - 17348 - uid: 18877 components: - type: Transform @@ -65095,7 +65614,7 @@ entities: pos: -16.5,-17.5 parent: 2 - type: Door - secondsUntilStateChange: -24942.22 + secondsUntilStateChange: -31794.963 state: Closing - type: DeviceNetwork deviceLists: @@ -85485,6 +86004,11 @@ entities: - type: Transform pos: 30.5,-51.5 parent: 2 + - uid: 3861 + components: + - type: Transform + pos: -8.5,13.5 + parent: 2 - uid: 3896 components: - type: Transform @@ -88463,13 +88987,11 @@ entities: - uid: 13373 components: - type: Transform - rot: -1.5707963267948966 rad pos: -17.5,11.5 parent: 2 - uid: 13374 components: - type: Transform - rot: -1.5707963267948966 rad pos: -17.5,10.5 parent: 2 - uid: 13414 @@ -91857,6 +92379,11 @@ entities: - type: Transform pos: -65.5,-18.5 parent: 2 + - uid: 20144 + components: + - type: Transform + pos: -7.5,13.5 + parent: 2 - uid: 20256 components: - type: Transform @@ -93809,32 +94336,6 @@ entities: - Pressed: Toggle 5799: - Pressed: Toggle -- proto: LockableButtonExternal - entities: - - uid: 8093 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-70.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 4754: - - Pressed: Toggle - 6539: - - Pressed: Toggle - - uid: 8095 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-67.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 6408: - - Pressed: Toggle - 7936: - - Pressed: Toggle - proto: LockableButtonHeadOfPersonnel entities: - uid: 3577 @@ -94004,6 +94505,10 @@ entities: - Pressed: Toggle 12076: - Pressed: Toggle + 20388: + - Pressed: Toggle + 20389: + - Pressed: Toggle - proto: LockableButtonResearch entities: - uid: 6273 @@ -94407,6 +94912,7 @@ entities: - uid: 15761 components: - type: Transform + anchored: True pos: 15.5,28.5 parent: 2 - type: DeviceLinkSink @@ -94417,9 +94923,13 @@ entities: - Output: DoorBolt 10666: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 16022 components: - type: Transform + anchored: True rot: -1.5707963267948966 rad pos: 13.5,27.5 parent: 2 @@ -94431,11 +94941,47 @@ entities: - Output: DoorBolt 8467: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static + - uid: 18575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-67.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 3 + - type: DeviceLinkSource + linkedPorts: + 8096: + - Output: DoorBolt + 3520: + - Output: DoorBolt + 10047: + - Output: DoorBolt + - uid: 18578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-68.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 3 + - type: DeviceLinkSource + linkedPorts: + 18576: + - Output: DoorBolt + 3498: + - Output: DoorBolt + 6228: + - Output: DoorBolt - proto: LogicGateXor entities: - uid: 233 components: - type: Transform + anchored: True pos: 35.5,29.5 parent: 2 - type: DeviceLinkSink @@ -94444,9 +94990,13 @@ entities: linkedPorts: 5888: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 246 components: - type: Transform + anchored: True rot: 1.5707963267948966 rad pos: 33.5,44.5 parent: 2 @@ -94456,9 +95006,13 @@ entities: linkedPorts: 7155: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 618 components: - type: Transform + anchored: True pos: 35.5,35.5 parent: 2 - type: DeviceLinkSink @@ -94467,9 +95021,13 @@ entities: linkedPorts: 5887: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 620 components: - type: Transform + anchored: True pos: 35.5,37.5 parent: 2 - type: DeviceLinkSink @@ -94478,9 +95036,13 @@ entities: linkedPorts: 6148: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 624 components: - type: Transform + anchored: True rot: 1.5707963267948966 rad pos: 31.5,44.5 parent: 2 @@ -94490,21 +95052,13 @@ entities: linkedPorts: 7147: - Output: DoorBolt - - uid: 7028 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-67.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 8096: - - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 12389 components: - type: Transform + anchored: True pos: 35.5,27.5 parent: 2 - type: DeviceLinkSink @@ -94513,9 +95067,13 @@ entities: linkedPorts: 5891: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 20221 components: - type: Transform + anchored: True pos: 7.5,-61.5 parent: 2 - type: DeviceLinkSink @@ -94524,9 +95082,13 @@ entities: linkedPorts: 61: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 20223 components: - type: Transform + anchored: True rot: 1.5707963267948966 rad pos: 5.5,28.5 parent: 2 @@ -94536,9 +95098,13 @@ entities: linkedPorts: 2672: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 20224 components: - type: Transform + anchored: True rot: 1.5707963267948966 rad pos: 3.5,28.5 parent: 2 @@ -94548,9 +95114,13 @@ entities: linkedPorts: 1067: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 20277 components: - type: Transform + anchored: True pos: 7.5,-68.5 parent: 2 - type: DeviceLinkSink @@ -94559,9 +95129,13 @@ entities: linkedPorts: 63: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 20278 components: - type: Transform + anchored: True rot: 3.141592653589793 rad pos: -4.5,-61.5 parent: 2 @@ -94571,9 +95145,13 @@ entities: linkedPorts: 31: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - uid: 20279 components: - type: Transform + anchored: True rot: 3.141592653589793 rad pos: -4.5,-68.5 parent: 2 @@ -94583,6 +95161,9 @@ entities: linkedPorts: 30: - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - proto: LootSpawnerCableCoil entities: - uid: 10021 @@ -95184,11 +95765,6 @@ entities: - type: Transform pos: 13.5,-56.5 parent: 2 - - uid: 20144 - components: - - type: Transform - pos: -16.5,19.5 - parent: 2 - proto: MaintenanceWeaponSpawner entities: - uid: 2241 @@ -95655,10 +96231,10 @@ entities: - type: Transform pos: 26.5,-51.5 parent: 2 - - uid: 15370 + - uid: 18586 components: - type: Transform - pos: -32.5,1.5 + pos: -33.5,4.5 parent: 2 - proto: Multitool entities: @@ -98227,12 +98803,6 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-25.5 parent: 2 - - uid: 11629 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-37.5 - parent: 2 - uid: 11630 components: - type: Transform @@ -99167,6 +99737,12 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-32.5 parent: 2 + - uid: 8427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-36.5 + parent: 2 - uid: 8490 components: - type: Transform @@ -99662,6 +100238,12 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,-30.5 parent: 2 + - uid: 18007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-53.5 + parent: 2 - uid: 18902 components: - type: Transform @@ -100258,23 +100840,11 @@ entities: - type: Transform pos: 1.5,-11.5 parent: 2 - - uid: 5141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,19.5 - parent: 2 - uid: 5340 components: - type: Transform pos: -33.5,22.5 parent: 2 - - uid: 5383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,19.5 - parent: 2 - uid: 5499 components: - type: Transform @@ -100345,6 +100915,12 @@ entities: rot: 1.5707963267948966 rad pos: 42.5,-0.5 parent: 2 + - uid: 6408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-21.5 + parent: 2 - uid: 6639 components: - type: Transform @@ -100593,11 +101169,6 @@ entities: - type: Transform pos: 10.5,-19.5 parent: 2 - - uid: 15130 - components: - - type: Transform - pos: -27.5,-22.5 - parent: 2 - uid: 15215 components: - type: Transform @@ -100692,6 +101263,12 @@ entities: - type: Transform pos: -29.5,22.5 parent: 2 + - uid: 18589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,19.5 + parent: 2 - uid: 18812 components: - type: Transform @@ -102005,11 +102582,6 @@ entities: - type: Transform pos: -8.5,-31.5 parent: 2 - - uid: 8391 - components: - - type: Transform - pos: 29.5,-54.5 - parent: 2 - uid: 8420 components: - type: Transform @@ -103485,6 +104057,11 @@ entities: - type: Transform pos: 29.5,13.5 parent: 2 + - uid: 4919 + components: + - type: Transform + pos: -7.5,13.5 + parent: 2 - uid: 4929 components: - type: Transform @@ -103570,6 +104147,11 @@ entities: - type: Transform pos: 47.5,-89.5 parent: 2 + - uid: 5141 + components: + - type: Transform + pos: -8.5,13.5 + parent: 2 - uid: 5145 components: - type: Transform @@ -104693,7 +105275,6 @@ entities: - uid: 8683 components: - type: Transform - rot: -1.5707963267948966 rad pos: -17.5,11.5 parent: 2 - uid: 8684 @@ -104894,7 +105475,6 @@ entities: - uid: 10348 components: - type: Transform - rot: -1.5707963267948966 rad pos: -17.5,10.5 parent: 2 - uid: 10394 @@ -105657,11 +106237,6 @@ entities: - type: Transform pos: 74.42811,-44.107338 parent: 2 - - uid: 2068 - components: - - type: Transform - pos: 51.680607,-39.48218 - parent: 2 - uid: 2288 components: - type: Transform @@ -106416,6 +106991,16 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,-35.5 parent: 2 + - uid: 20388 + components: + - type: Transform + pos: -8.5,13.5 + parent: 2 + - uid: 20389 + components: + - type: Transform + pos: -7.5,13.5 + parent: 2 - proto: ShuttersWindowOpen entities: - uid: 15630 @@ -108875,11 +109460,6 @@ entities: rot: 1.5707963267948966 rad pos: -56.5,16.5 parent: 2 - - uid: 20168 - components: - - type: Transform - pos: 57.5,-3.5 - parent: 2 - uid: 20169 components: - type: Transform @@ -109100,13 +109680,6 @@ entities: rot: 3.141592653589793 rad pos: -10.5,13.5 parent: 2 -- proto: SpawnMobBoxingKangaroo - entities: - - uid: 5619 - components: - - type: Transform - pos: 51.5,-36.5 - parent: 2 - proto: SpawnMobButterfly entities: - uid: 788 @@ -109221,6 +109794,13 @@ entities: rot: -1.5707963267948966 rad pos: 15.5,-5.5 parent: 2 +- proto: SpawnMobKangarooWillow + entities: + - uid: 20136 + components: + - type: Transform + pos: 51.5,-37.5 + parent: 2 - proto: SpawnMobLizard entities: - uid: 12860 @@ -111026,14 +111606,6 @@ entities: parent: 2 - type: SurveillanceCamera id: AI Satellite - Outside South East - - uid: 9409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-17.5 - parent: 2 - - type: SurveillanceCamera - id: Camera Room - uid: 10451 components: - type: Transform @@ -111164,6 +111736,13 @@ entities: parent: 2 - type: SurveillanceCamera id: AI Satellite - Core North West + - uid: 20399 + components: + - type: Transform + pos: 12.5,-19.5 + parent: 2 + - type: SurveillanceCamera + id: Tech Vault - proto: SurveillanceCameraEngineering entities: - uid: 402 @@ -111268,6 +111847,14 @@ entities: parent: 2 - type: SurveillanceCamera id: Front Desk + - uid: 20296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,3.5 + parent: 2 + - type: SurveillanceCamera + id: Solars - North East - proto: SurveillanceCameraGeneral entities: - uid: 7726 @@ -111286,14 +111873,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Docking Arm - Seating - - uid: 8300 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-28.5 - parent: 2 - - type: SurveillanceCamera - id: Hall - Banana Phone - uid: 8307 components: - type: Transform @@ -111302,13 +111881,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Shuttle Construction - Materials - - uid: 8427 - components: - - type: Transform - pos: 12.5,-44.5 - parent: 2 - - type: SurveillanceCamera - id: Hall - Outside Cryo - uid: 8550 components: - type: Transform @@ -111324,6 +111896,14 @@ entities: parent: 2 - type: SurveillanceCamera id: Evac - North + - uid: 9409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-11.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - West of Chapel - uid: 10450 components: - type: Transform @@ -111441,14 +112021,37 @@ entities: parent: 2 - type: SurveillanceCamera id: Hall - Outside HoP + - uid: 11629 + components: + - type: Transform + pos: 16.5,-44.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Cryo + - uid: 13257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-37.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside Library - uid: 14238 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,14.5 + pos: 16.5,4.5 parent: 2 - type: SurveillanceCamera - id: Hall - To Docking Arm + id: Hall - Outside Vault + - uid: 17484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,16.5 + parent: 2 + - type: SurveillanceCamera + id: Garden - uid: 17970 components: - type: Transform @@ -111481,20 +112084,101 @@ entities: parent: 2 - type: SurveillanceCamera id: Canteen - Stage - - uid: 18168 + - uid: 18169 components: - type: Transform - pos: 47.5,-25.5 + pos: -11.5,10.5 parent: 2 - type: SurveillanceCamera - id: Evac - South - - uid: 18169 + id: Hall - NW Garden + - uid: 20392 components: - type: Transform - pos: -11.5,10.5 + rot: -1.5707963267948966 rad + pos: -9.5,-64.5 parent: 2 - type: SurveillanceCamera - id: Hall - NW Garden + id: Arrivals West - Airlocks + - uid: 20393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-64.5 + parent: 2 + - type: SurveillanceCamera + id: Arrivals East - Airlocks + - uid: 20394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-54.5 + parent: 2 + - type: SurveillanceCamera + id: Arrivals East - Seating + - uid: 20395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-52.5 + parent: 2 + - type: SurveillanceCamera + id: Arrivals West - EVA + - uid: 20397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-24.5 + parent: 2 + - type: SurveillanceCamera + id: Clothing Vendors + - uid: 20398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-29.5 + parent: 2 + - type: SurveillanceCamera + id: Banana Phone + - uid: 20400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-13.5 + parent: 2 + - type: SurveillanceCamera + id: Chapel + - uid: 20401 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-23.5 + parent: 2 + - type: SurveillanceCamera + id: Evac - West + - uid: 20402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-24.5 + parent: 2 + - type: SurveillanceCamera + id: Evac - East + - uid: 20409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,18.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Outside North Airlock + - uid: 20410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,7.5 + parent: 2 + - type: SurveillanceCamera + id: Hall - Between Lawyers and Detective - proto: SurveillanceCameraMedical entities: - uid: 8422 @@ -111573,6 +112257,13 @@ entities: parent: 2 - type: SurveillanceCamera id: Cryo Pods + - uid: 20406 + components: + - type: Transform + pos: -31.5,-26.5 + parent: 2 + - type: SurveillanceCamera + id: Paramedic's Office - proto: SurveillanceCameraRouterCommand entities: - uid: 6247 @@ -111690,6 +112381,13 @@ entities: parent: 2 - type: SurveillanceCamera id: North Hall + - uid: 20396 + components: + - type: Transform + pos: 33.5,-46.5 + parent: 2 + - type: SurveillanceCamera + id: Artifact Scanner - proto: SurveillanceCameraSecurity entities: - uid: 2189 @@ -111792,6 +112490,14 @@ entities: parent: 2 - type: SurveillanceCamera id: Locker Room + - uid: 20407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-3.5 + parent: 2 + - type: SurveillanceCamera + id: Perma - Entrance - proto: SurveillanceCameraService entities: - uid: 7673 @@ -111868,22 +112574,46 @@ entities: parent: 2 - type: SurveillanceCamera id: Outside QM's Office - - uid: 17484 + - uid: 17485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,23.5 + parent: 2 + - type: SurveillanceCamera + id: Salvage + - uid: 20403 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,26.5 + pos: 8.5,12.5 parent: 2 - type: SurveillanceCamera - id: Loading Bay - - uid: 17485 + id: Hall - Outside Cargo + - uid: 20404 components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,23.5 + pos: 12.5,18.5 parent: 2 - type: SurveillanceCamera - id: Salvage + id: Loading Bay + - uid: 20405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,26.5 + parent: 2 + - type: SurveillanceCamera + id: Docking Airlocks + - uid: 20408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,29.5 + parent: 2 + - type: SurveillanceCamera + id: Salvage - Airlocks - proto: SurveillanceCameraWirelessRouterEntertainment entities: - uid: 1254 @@ -114703,7 +115433,7 @@ entities: - uid: 16799 components: - type: Transform - pos: -27.613392,-22.354431 + pos: -26.60528,-21.406733 parent: 2 - proto: TreasureCoinGold entities: @@ -118362,16 +119092,6 @@ entities: - type: Transform pos: -33.5,21.5 parent: 2 - - uid: 5485 - components: - - type: Transform - pos: -7.5,13.5 - parent: 2 - - uid: 5486 - components: - - type: Transform - pos: -8.5,13.5 - parent: 2 - uid: 5487 components: - type: Transform @@ -126211,11 +126931,6 @@ entities: - type: Transform pos: -35.5,-38.5 parent: 2 - - uid: 4779 - components: - - type: Transform - pos: -26.5,-22.5 - parent: 2 - uid: 4780 components: - type: Transform @@ -126921,11 +127636,6 @@ entities: - type: Transform pos: 16.5,-50.5 parent: 2 - - uid: 6916 - components: - - type: Transform - pos: -14.5,19.5 - parent: 2 - uid: 6922 components: - type: Transform @@ -127686,6 +128396,11 @@ entities: - type: Transform pos: -34.5,-42.5 parent: 2 + - uid: 9939 + components: + - type: Transform + pos: -14.5,19.5 + parent: 2 - uid: 9995 components: - type: Transform @@ -130636,11 +131351,6 @@ entities: - type: Transform pos: 39.5,-15.5 parent: 2 - - uid: 6104 - components: - - type: Transform - pos: 39.5,-13.5 - parent: 2 - uid: 7276 components: - type: Transform @@ -130656,6 +131366,11 @@ entities: - type: Transform pos: -19.5,28.5 parent: 2 + - uid: 18168 + components: + - type: Transform + pos: 39.5,-13.5 + parent: 2 - proto: WoodenBench entities: - uid: 1319 @@ -130749,7 +131464,7 @@ entities: - uid: 18889 components: - type: Transform - pos: -27.490795,-22.349987 + pos: -26.532364,-21.427582 parent: 2 - proto: Zipties entities: From 5fc25e80ac9a12c74e469fe7e8ea6fc2689e9d68 Mon Sep 17 00:00:00 2001 From: Timothy Lowe Date: Mon, 16 Dec 2024 10:30:09 -0800 Subject: [PATCH 158/160] Fix merge issues. --- .../Entities/Objects/Materials/materials.yml | 19 +++++++------------ .../Objects/Weapons/Guns/Basic/wands.yml | 2 +- .../Entities/Objects/Weapons/Melee/knife.yml | 2 +- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index 6a1692f86e9..210eb3ecb1e 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -49,6 +49,7 @@ - type: Appearance - type: Item size: 30 + # heldPrefix: cardboard - type: Extractable grindableSolutionName: cardboard - type: SolutionContainerManager @@ -57,8 +58,6 @@ reagents: - ReagentId: Cellulose Quantity: 6 - - type: Item - heldPrefix: cardboard - type: entity parent: MaterialCardboard @@ -126,6 +125,7 @@ - type: Appearance - type: Item size: 30 + # heldPrefix: cloth - type: Food requiresSpecialDigestion: true - type: FlavorProfile @@ -146,8 +146,6 @@ - type: Construction graph: WebObjects # not sure if I should either keep this here or just make another prototype. Will keep it here just in case. node: cloth - - type: Item - heldPrefix: cloth - type: entity parent: MaterialCloth @@ -439,6 +437,7 @@ - type: Appearance - type: Item size: 30 + heldPrefix: cotton - type: Food requiresSpecialDigestion: true - type: FlavorProfile @@ -460,8 +459,6 @@ tags: - ClothMade - RawMaterial - - type: Item - heldPrefix: cotton - type: entity parent: MaterialCotton @@ -613,6 +610,8 @@ stackType: WebSilk - type: Item size: 50 + sprite: Objects/Materials/silk.rsi + heldPrefix: silk - type: Food requiresSpecialDigestion: true - type: FlavorProfile @@ -636,9 +635,6 @@ tags: - ClothMade - RawMaterial - - type: Item - sprite: Objects/Materials/silk.rsi - heldPrefix: silk - type: entity parent: MaterialWebSilk @@ -762,6 +758,7 @@ - type: Appearance - type: Item size: 30 + heldPrefix: bones - type: Food - type: BadFood - type: SolutionContainerManager @@ -771,8 +768,6 @@ reagents: - ReagentId: Vitamin Quantity: 3 - - type: Item - heldPrefix: bones - type: entity parent: MaterialBones @@ -829,7 +824,7 @@ - goliath_hide_3 - type: Item size: 60 - # heldPrefix: goliathhide + heldPrefix: goliathhide sprite: Objects/Materials/hide.rsi - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/wands.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/wands.yml index d3745288f62..210d49628de 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/wands.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/wands.yml @@ -77,7 +77,7 @@ capacity: 5 count: 5 - type: Item - size: Normal + size: 30 inhandVisuals: left: - state: locker-inhand-left diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml index 7291170cb67..c41155fdc6d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/knife.yml @@ -145,7 +145,7 @@ - type: Item size: 10 sprite: Objects/Weapons/Melee/kukri_knife.rsi - storedSprite: null + # storedSprite: null - type: entity parent: ClothingHeadHatGreyFlatcap From f4717ccc97c14d191ea7f3a1053cccb09cbdb91c Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:50:41 -0500 Subject: [PATCH 159/160] baby proof the terminal (#33281) * baby proof the terminal * Make a couple exceptions for items that you might take with you. * alwayspoweredlights * Uncuttable cables since cablecomp is a snowflake construction system * chairs and vendors * rerun heisentests * rerun tests again --- .../Power/Components/CableComponent.cs | 5 +- .../Power/EntitySystems/CableSystem.cs | 5 +- Resources/Maps/Misc/terminal.yml | 58025 ++++------------ .../Structures/Power/cable_terminal.yml | 8 + .../Entities/Structures/Power/cables.yml | 24 + 5 files changed, 14987 insertions(+), 43080 deletions(-) diff --git a/Content.Server/Power/Components/CableComponent.cs b/Content.Server/Power/Components/CableComponent.cs index 7398bc0616e..63899735b58 100644 --- a/Content.Server/Power/Components/CableComponent.cs +++ b/Content.Server/Power/Components/CableComponent.cs @@ -18,8 +18,11 @@ public sealed partial class CableComponent : Component [DataField] public EntProtoId CableDroppedOnCutPrototype = "CableHVStack1"; + /// + /// The tool quality needed to cut the cable. Setting to null prevents cutting. + /// [DataField] - public ProtoId CuttingQuality = SharedToolSystem.CutQuality; + public ProtoId? CuttingQuality = SharedToolSystem.CutQuality; /// /// Checked by to determine if there is diff --git a/Content.Server/Power/EntitySystems/CableSystem.cs b/Content.Server/Power/EntitySystems/CableSystem.cs index d0f45b54fcf..db44323007a 100644 --- a/Content.Server/Power/EntitySystems/CableSystem.cs +++ b/Content.Server/Power/EntitySystems/CableSystem.cs @@ -35,7 +35,10 @@ private void OnInteractUsing(EntityUid uid, CableComponent cable, InteractUsingE if (args.Handled) return; - args.Handled = _toolSystem.UseTool(args.Used, args.User, uid, cable.CuttingDelay, cable.CuttingQuality, new CableCuttingFinishedEvent()); + if (cable.CuttingQuality != null) + { + args.Handled = _toolSystem.UseTool(args.Used, args.User, uid, cable.CuttingDelay, cable.CuttingQuality, new CableCuttingFinishedEvent()); + } } private void OnCableCut(EntityUid uid, CableComponent cable, DoAfterEvent args) diff --git a/Resources/Maps/Misc/terminal.yml b/Resources/Maps/Misc/terminal.yml index bd4cb5cddcc..62dd1f49dd4 100644 --- a/Resources/Maps/Misc/terminal.yml +++ b/Resources/Maps/Misc/terminal.yml @@ -2785,55494 +2785,27363 @@ entities: chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance -- proto: AcousticGuitarInstrument + - type: SpreaderGrid + - type: GridPathfinding + - type: Godmode +- proto: AirlockExternalGlass entities: - uid: 1179 components: - type: Transform - pos: 20.620842,-6.433382 - parent: 2 -- proto: ActionStethoscope - entities: - - uid: 7985 + pos: 6.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 3 components: - type: Transform - parent: 7984 - - type: EntityTargetAction - container: 7984 -- proto: ActionToggleInternals - entities: - - uid: 7919 + pos: -7.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 4 components: - type: Transform - parent: 7918 - - type: InstantAction - container: 7918 -- proto: ActionToggleLight - entities: - - uid: 2622 + pos: -7.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 5 components: - type: Transform - parent: 2361 - - type: InstantAction - container: 2361 - - uid: 8211 + pos: 6.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 11 components: - type: Transform - parent: 8210 - - type: InstantAction - container: 8210 -- proto: AirAlarm - entities: - - uid: 7647 + rot: -1.5707963267948966 rad + pos: 12.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 12 components: - type: Transform - pos: -9.5,-14.5 - parent: 2 - - type: DeviceList - devices: - - 6148 - - 6149 - - 6150 - - 7457 - - 6772 - - 6767 - - 7462 - - 7458 - - 6768 - - 6769 - - 7460 - - 7461 - - 6766 - - 7459 - - 6770 - - 7431 - - 6819 - - 6277 - - uid: 7648 - components: - - type: Transform - pos: 4.5,24.5 - parent: 2 - - type: DeviceList - devices: - - 6235 - - 6926 - - 6301 - - 6128 - - 6127 - - uid: 7649 + rot: -1.5707963267948966 rad + pos: 12.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 13 components: - type: Transform - pos: -3.5,6.5 - parent: 2 - - type: DeviceList - devices: - - 6129 - - 6130 - - 6320 - - 6951 - - 6236 - - 6254 - - 6960 - - 6528 - - 6139 - - 6140 - - 6132 - - 6131 - - 6142 - - 6141 - - 6138 - - 6135 - - uid: 7650 - components: - - type: Transform - pos: 35.5,1.5 - parent: 2 - - type: DeviceList - devices: - - 6174 - - 6175 - - 6177 - - 6984 - - 6357 - - 6238 - - 6194 - - 6198 - - 6134 - - 6133 - - uid: 7651 - components: - - type: Transform - pos: 20.5,9.5 - parent: 2 - - type: DeviceList - devices: - - 6459 - - 7018 - - 6195 - - 6194 - - 6196 - - 6237 - - 6994 - - 6441 - - 6998 - - 6239 - - 6179 - - 6197 - - 6458 - - 6240 - - 7008 - - uid: 7652 - components: - - type: Transform - pos: 19.5,-10.5 - parent: 2 - - type: DeviceList - devices: - - 6199 - - 6198 - - 6200 - - 6201 - - 6202 - - 6242 - - 7044 - - 6428 - - 6429 - - 7042 - - 6243 - - 6244 - - 6427 - - 7033 - - 6430 - - 6245 - - 7053 - - 6246 - - 7059 - - 6431 - - uid: 7653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-9.5 - parent: 2 - - type: DeviceList - devices: - - 6174 - - 6175 - - 6177 - - 7086 - - 6247 - - 6086 - - 2522 - - 4308 - - 6460 - - 6203 - - uid: 7654 + rot: -1.5707963267948966 rad + pos: -13.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 14 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,-9.5 - parent: 2 - - type: DeviceList - devices: - - 6204 - - 6205 - - 6206 - - 6207 - - 6471 - - 6252 - - 7115 - - 6248 - - 6466 - - 7094 - - 6249 - - 7106 - - 6483 - - 6250 - - 7122 - - 6487 - - 6251 - - 7127 - - 6488 - - uid: 7655 + pos: -13.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction +- proto: AirlockExternalGlassShuttleLocked + entities: + - uid: 2622 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,-29.5 - parent: 2 - - type: DeviceList - devices: - - 4308 - - 2522 - - 6086 - - 7150 - - 6508 - - 6253 - - 6164 - - 6180 - - uid: 7656 - components: - - type: Transform - pos: -35.5,1.5 - parent: 2 - - type: DeviceList - devices: - - 6228 - - 6229 - - 6230 - - 6217 - - 6209 - - 6208 - - 6137 - - 6136 - - 6552 - - 6255 - - 7237 - - uid: 7657 - components: - - type: Transform - pos: -28.5,14.5 - parent: 2 - - type: DeviceList - devices: - - 6214 - - 6213 - - 6208 - - 6209 - - 6210 - - 6211 - - 6215 - - 6212 - - 6216 - - 6259 - - 7202 - - 6566 - - 6561 - - 6256 - - 7185 - - 6572 - - 6257 - - 7208 - - 7214 - - 6258 - - 6589 - - 7219 - - 7223 - - 6606 - - 6261 - - 6613 - - 7233 - - 6263 - - uid: 7658 - components: - - type: Transform - pos: -28.5,-4.5 - parent: 2 - - type: DeviceList - devices: - - 6217 - - 6219 - - 6220 - - 6218 - - 6221 - - 6632 - - 6265 - - 7249 - - 6621 - - 7261 - - 6264 - - 6262 - - 7241 - - 6278 - - 6639 - - 7265 - - 6266 - - 7272 - - 6640 - - 6267 - - uid: 7659 + pos: -15.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 6 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,-16.5 - parent: 2 - - type: DeviceList - devices: - - 6228 - - 6229 - - 6230 - - 6222 - - 6233 - - 6232 - - 6231 - - 7312 - - 6268 - - uid: 7660 + pos: -15.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 7 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-15.5 - parent: 2 - - type: DeviceList - devices: - - 6222 - - 6223 - - 6226 - - 6224 - - 6225 - - 7333 - - 6730 - - 6731 - - 6270 - - 7329 - - 6709 - - 6269 - - 7315 - - 6692 - - 6272 - - 6722 - - 7343 - - 6273 - - 6723 - - 7349 - - uid: 7661 + rot: 1.5707963267948966 rad + pos: 14.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 8 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-30.5 - parent: 2 - - type: DeviceList - devices: - - 6231 - - 6232 - - 6233 - - 6747 - - 6274 - - 7381 - - 6189 - - 6168 - - uid: 7662 + rot: 1.5707963267948966 rad + pos: 14.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 9 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,-28.5 - parent: 2 - - type: DeviceList - devices: - - 6147 - - 6146 - - 6145 - - 6275 - - 6827 - - 7405 - - 6150 - - 6149 - - 6148 - - 6151 - - 6152 - - 6143 - - 6144 - - uid: 7663 - components: - - type: Transform - pos: 4.5,-14.5 - parent: 2 - - type: DeviceList - devices: - - 6152 - - 6151 - - 6154 - - 6155 - - 6156 - - 6157 - - 6158 - - 6153 - - 6765 - - 6276 - - 7420 - - uid: 7664 - components: - - type: Transform - pos: -7.5,-30.5 - parent: 2 - - type: DeviceList - devices: - - 6145 - - 6146 - - 6147 - - 6169 - - 6170 - - 6167 - - 6166 - - 6165 - - 6161 - - 6159 - - 6160 - - 6173 - - 6172 - - 6171 - - 6163 - - 6162 - - 7495 - - 6838 - - 6279 - - 6190 - - uid: 7665 - components: - - type: Transform - pos: 12.5,-31.5 - parent: 2 - - type: DeviceList - devices: - - 6171 - - 6172 - - 6173 - - 6280 - - 7497 - - 6876 - - uid: 7666 - components: - - type: Transform - pos: 1.5,-43.5 - parent: 2 - - type: DeviceList - devices: - - 6160 - - 6161 - - 6159 - - 6176 - - 6181 - - 6182 - - 6165 - - 6166 - - 6167 - - 6183 - - 6184 - - 6185 - - 7510 - - 6282 - - 7513 - - uid: 7667 - components: - - type: Transform - pos: -13.5,-58.5 - parent: 2 - - type: DeviceList - devices: - - 6185 - - 6184 - - 6183 - - 7543 - - 6908 - - 6284 - - uid: 7668 + pos: 4.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 15 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,-65.5 - parent: 2 - - type: DeviceList - devices: - - 6182 - - 6181 - - 6176 - - 6283 - - 7562 - - 6877 -- proto: Airlock + pos: 4.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 16 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 17 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible +- proto: AirlockExternalLocked entities: - - uid: 353 + - uid: 589 components: - type: Transform - pos: -11.5,-18.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8656 - - uid: 354 + pos: 4.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction +- proto: AirlockGlass + entities: + - uid: 252 components: - type: Transform - pos: -11.5,-14.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9288 - - uid: 355 + pos: -9.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 253 components: - type: Transform - pos: -14.5,-13.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9285 - - uid: 356 + pos: -10.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 254 components: - type: Transform - pos: -14.5,-19.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8661 - - uid: 357 + pos: -11.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 255 components: - type: Transform - pos: -8.5,-19.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8657 - - uid: 358 + pos: 8.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 256 components: - type: Transform - pos: -8.5,-13.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9284 -- proto: AirlockArmoryLocked - entities: - - uid: 2273 + pos: 9.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 257 components: - type: Transform - pos: -19.5,11.5 - parent: 2 -- proto: AirlockAtmosphericsGlassLocked + pos: 10.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible +- proto: AirlockMaint entities: - - uid: 1423 + - uid: 146 components: - type: Transform - pos: 50.5,-15.5 - parent: 2 -- proto: AirlockBarLocked + pos: 3.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction +- proto: AlwaysPoweredWallLight entities: - - uid: 1549 + - uid: 150 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,-32.5 - parent: 2 - - uid: 1618 + pos: -8.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 188 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,-30.5 - parent: 2 -- proto: AirlockCaptainLocked - entities: - - uid: 2578 + pos: 11.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 195 components: - type: Transform - pos: -53.5,0.5 - parent: 2 - - uid: 2579 + rot: 3.141592653589793 rad + pos: -2.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 209 components: - type: Transform - pos: -53.5,-6.5 - parent: 2 -- proto: AirlockCargoGlassLocked - entities: - - uid: 1043 + rot: 1.5707963267948966 rad + pos: 7.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 341 components: - type: Transform - pos: 23.5,-4.5 - parent: 2 -- proto: AirlockCargoLocked - entities: - - uid: 1045 + rot: 3.141592653589793 rad + pos: 1.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 634 components: - type: Transform - pos: 19.5,-7.5 - parent: 2 -- proto: AirlockCentralCommandLocked - entities: - - uid: 1217 + pos: 9.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 636 components: - type: Transform - pos: 5.5,11.5 - parent: 2 - - uid: 1218 + rot: 3.141592653589793 rad + pos: 9.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 649 components: - type: Transform - pos: -6.5,11.5 - parent: 2 -- proto: AirlockChemistryLocked - entities: - - uid: 1956 + rot: 3.141592653589793 rad + pos: -10.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 650 components: - type: Transform - pos: -29.5,-6.5 - parent: 2 -- proto: AirlockChiefEngineerLocked - entities: - - uid: 1413 + pos: -10.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 687 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,-10.5 - parent: 2 - - uid: 1497 + pos: -13.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 701 components: - type: Transform - pos: 58.5,-13.5 - parent: 2 -- proto: AirlockChiefMedicalOfficerLocked - entities: - - uid: 1837 + rot: 3.141592653589793 rad + pos: -6.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 702 components: - type: Transform - pos: -27.5,-10.5 - parent: 2 - - uid: 2037 + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 715 components: - type: Transform - pos: -24.5,-15.5 - parent: 2 -- proto: AirlockCommandLocked - entities: - - uid: 2543 + pos: -0.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 717 components: - type: Transform - pos: -47.5,-11.5 - parent: 2 -- proto: AirlockDetectiveLocked - entities: - - uid: 2148 + rot: -1.5707963267948966 rad + pos: -7.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 742 components: - type: Transform - pos: -17.5,5.5 - parent: 2 -- proto: AirlockEngineeringGlassLocked + rot: 1.5707963267948966 rad + pos: 6.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible +- proto: APCBasic entities: - - uid: 1310 + - uid: 205 components: - type: Transform - pos: 47.5,-11.5 - parent: 2 - - uid: 1382 + pos: 6.5,2.5 + parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible + - uid: 206 components: - type: Transform - pos: 50.5,-7.5 - parent: 2 -- proto: AirlockEngineeringLocked - entities: - - uid: 3167 + pos: -13.5,2.5 + parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible + - uid: 211 components: - type: Transform - pos: -8.5,28.5 - parent: 2 - - uid: 3184 + pos: -13.5,-11.5 + parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible + - uid: 212 components: - type: Transform - pos: -44.5,4.5 - parent: 2 - - uid: 3205 + pos: 6.5,-11.5 + parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible + - uid: 355 components: - type: Transform - pos: -39.5,-4.5 - parent: 2 - - uid: 3255 + rot: 3.141592653589793 rad + pos: 1.5,6.5 + parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible + - uid: 846 components: - type: Transform - pos: 9.5,-26.5 - parent: 2 - - uid: 3276 + pos: 2.5,3.5 + parent: 818 + - type: AccessReader + access: + - - CentralCommand + - type: Godmode + - type: BatterySelfRecharger + autoRechargeRate: 50000 + autoRecharge: True + missingComponents: + - Construction + - Destructible +- proto: ArrivalsShuttleTimer + entities: + - uid: 597 components: - type: Transform - pos: 35.5,-6.5 - parent: 2 - - uid: 3321 + pos: -7.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - uid: 633 components: - type: Transform - pos: 43.5,5.5 - parent: 2 - - uid: 3366 + pos: 6.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - uid: 928 components: - type: Transform - pos: 11.5,-5.5 - parent: 2 -- proto: AirlockExternalGlass + pos: -6.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - uid: 929 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction +- proto: AtmosDeviceFanTiny entities: - - uid: 694 + - uid: 296 components: - type: Transform - pos: 12.5,-57.5 - parent: 2 - - uid: 765 + pos: -6.5,-10.5 + parent: 818 + - type: Godmode + - uid: 297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-64.5 - parent: 2 - - uid: 766 + pos: -14.5,-10.5 + parent: 818 + - type: Godmode + - uid: 298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-57.5 - parent: 2 - - uid: 767 + pos: -14.5,-17.5 + parent: 818 + - type: Godmode + - uid: 299 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-57.5 - parent: 2 - - uid: 768 + pos: -6.5,-17.5 + parent: 818 + - type: Godmode + - uid: 300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-64.5 - parent: 2 - - uid: 779 + pos: 5.5,-17.5 + parent: 818 + - type: Godmode + - uid: 301 components: - type: Transform - pos: -13.5,-57.5 - parent: 2 - - uid: 780 + pos: 5.5,-10.5 + parent: 818 + - type: Godmode + - uid: 302 components: - type: Transform - pos: -13.5,-64.5 - parent: 2 - - uid: 825 + pos: 13.5,-10.5 + parent: 818 + - type: Godmode + - uid: 303 components: - type: Transform - pos: 12.5,-64.5 - parent: 2 -- proto: AirlockExternalGlassShuttleArrivals - entities: - - uid: 679 + pos: 13.5,-17.5 + parent: 818 + - type: Godmode + - uid: 809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-64.5 - parent: 2 - - uid: 762 + pos: 4.5,8.5 + parent: 818 + - type: Godmode +- proto: BarSignEngineChange + entities: + - uid: 215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-57.5 - parent: 2 - - uid: 763 + pos: -10.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Destructible +- proto: BlockGameArcade + entities: + - uid: 727 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,-57.5 - parent: 2 - - uid: 764 + pos: -13.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Construction + - Destructible + - uid: 728 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,-64.5 - parent: 2 - - uid: 781 + pos: -13.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Construction + - Destructible +- proto: BookshelfFilled + entities: + - uid: 442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-64.5 - parent: 2 - - uid: 782 + pos: 7.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction + - uid: 752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-57.5 - parent: 2 - - uid: 828 + pos: 11.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction +- proto: BoozeDispenser + entities: + - uid: 710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-57.5 - parent: 2 - - uid: 829 + pos: -11.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Destructible + - Construction +- proto: CableApcExtensionUncuttable + entities: + - uid: 203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-64.5 - parent: 2 -- proto: AirlockGlass - entities: - - uid: 110 + pos: 1.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 208 components: - type: Transform - pos: 11.5,-35.5 - parent: 2 - - uid: 117 + pos: -3.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 218 components: - type: Transform - pos: 11.5,-34.5 - parent: 2 - - uid: 3375 + pos: -4.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 402 components: - type: Transform - pos: 11.5,-33.5 - parent: 2 - - uid: 6186 + pos: -4.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 404 components: - type: Transform - pos: 8.5,-51.5 - parent: 2 - - uid: 6187 + pos: 2.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 410 components: - type: Transform - pos: 9.5,-51.5 - parent: 2 - - uid: 6188 + pos: 2.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 411 components: - type: Transform - pos: 10.5,-51.5 - parent: 2 - - uid: 6191 + pos: 3.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 412 components: - type: Transform - pos: -11.5,-51.5 - parent: 2 - - uid: 6192 + pos: 3.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 426 components: - type: Transform - pos: -10.5,-51.5 - parent: 2 - - uid: 6193 + pos: -2.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 427 components: - type: Transform - pos: -9.5,-51.5 - parent: 2 -- proto: AirlockHeadOfPersonnelLocked - entities: - - uid: 2688 + pos: -1.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 428 components: - type: Transform - pos: -53.5,-16.5 - parent: 2 - - uid: 2694 + pos: -0.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 429 components: - type: Transform - pos: -53.5,-23.5 - parent: 2 -- proto: AirlockHeadOfSecurityLocked - entities: - - uid: 2092 + pos: 0.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,11.5 - parent: 2 - - uid: 2379 + pos: 1.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 431 components: - type: Transform - pos: -36.5,12.5 - parent: 2 -- proto: AirlockHydroponicsLocked - entities: - - uid: 1769 + pos: 1.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-7.5 - parent: 2 - - uid: 1791 + pos: 0.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,8.5 - parent: 2 - - uid: 1797 + pos: -0.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,6.5 - parent: 2 - - uid: 5667 + pos: -1.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 437 components: - type: Transform - pos: -2.5,-13.5 - parent: 2 -- proto: AirlockJanitorLocked - entities: - - uid: 8979 + pos: -2.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 438 components: - type: Transform - pos: 5.5,26.5 - parent: 2 -- proto: AirlockMaintLocked - entities: - - uid: 905 + pos: -3.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 439 components: - type: Transform - pos: 1.5,-26.5 - parent: 2 - - uid: 922 + pos: -4.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 440 components: - type: Transform - pos: 8.5,-30.5 - parent: 2 - - uid: 1294 + pos: -2.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 443 components: - type: Transform - pos: 45.5,-0.5 - parent: 2 - - uid: 1332 + pos: 2.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 444 components: - type: Transform - pos: 13.5,-2.5 - parent: 2 - - uid: 1640 + pos: 3.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 445 components: - type: Transform - pos: 28.5,1.5 - parent: 2 - - uid: 1641 + pos: 4.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 446 components: - type: Transform - pos: 35.5,-2.5 - parent: 2 - - uid: 1643 + pos: -5.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 447 components: - type: Transform - pos: 41.5,-12.5 - parent: 2 - - uid: 2440 + pos: -13.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 448 components: - type: Transform - pos: -41.5,-8.5 - parent: 2 - - uid: 2442 + pos: -13.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 449 components: - type: Transform - pos: -38.5,1.5 - parent: 2 - - uid: 2824 + pos: -13.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 450 components: - type: Transform - pos: -45.5,0.5 - parent: 2 - - uid: 2988 - components: - - type: Transform - pos: 2.5,24.5 - parent: 2 - - uid: 3168 + pos: -13.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 451 components: - type: Transform - pos: -6.5,22.5 - parent: 2 - - uid: 3231 + pos: -12.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 452 components: - type: Transform - pos: -32.5,-13.5 - parent: 2 - - uid: 3297 + pos: -11.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 453 components: - type: Transform - pos: 37.5,-13.5 - parent: 2 - - uid: 3355 + pos: -10.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 454 components: - type: Transform - pos: 49.5,1.5 - parent: 2 - - uid: 8893 + pos: -9.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 455 components: - type: Transform - pos: -36.5,-20.5 - parent: 2 -- proto: AirlockMedicalGlassLocked - entities: - - uid: 1836 + pos: -8.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 456 components: - type: Transform - pos: -24.5,-4.5 - parent: 2 -- proto: AirlockMedicalLocked - entities: - - uid: 1906 + pos: -7.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 457 components: - type: Transform - pos: -19.5,-6.5 - parent: 2 -- proto: AirlockQuartermasterGlassLocked - entities: - - uid: 995 + pos: -10.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 458 components: - type: Transform - pos: 24.5,-10.5 - parent: 2 -- proto: AirlockQuartermasterLocked - entities: - - uid: 1051 + pos: -10.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 459 components: - type: Transform - pos: 30.5,-12.5 - parent: 2 -- proto: AirlockResearchDirectorGlassLocked - entities: - - uid: 1227 + pos: -10.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 460 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,8.5 - parent: 2 -- proto: AirlockResearchDirectorLocked - entities: - - uid: 1228 + pos: -10.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 461 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,6.5 - parent: 2 -- proto: AirlockSalvageLocked - entities: - - uid: 984 + pos: -10.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 462 components: - type: Transform - pos: 27.5,-7.5 - parent: 2 -- proto: AirlockScienceGlassLocked - entities: - - uid: 1133 + pos: -10.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 463 components: - type: Transform - pos: 23.5,3.5 - parent: 2 -- proto: AirlockScienceLocked - entities: - - uid: 1150 + pos: -10.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 464 components: - type: Transform - pos: 19.5,5.5 - parent: 2 -- proto: AirlockSecurityGlassLocked - entities: - - uid: 2415 + pos: -11.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 465 components: - type: Transform - pos: -24.5,16.5 - parent: 2 -- proto: AirlockSecurityLocked - entities: - - uid: 2089 + pos: -9.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 466 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,5.5 - parent: 2 - - uid: 2090 + pos: -11.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,3.5 - parent: 2 - - uid: 2091 + pos: -9.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,3.5 - parent: 2 - - uid: 2266 + pos: -13.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 469 components: - type: Transform - pos: -27.5,14.5 - parent: 2 - - uid: 2306 + pos: -12.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 470 components: - type: Transform - pos: -27.5,18.5 - parent: 2 -- proto: AirSensor - entities: - - uid: 6190 + pos: -11.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 471 components: - type: Transform - pos: 7.5,-39.5 - parent: 2 - - uid: 6235 + pos: -11.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 472 components: - type: Transform - pos: -0.5,22.5 - parent: 2 - - uid: 6236 + pos: 10.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 473 components: - type: Transform - pos: -0.5,-4.5 - parent: 2 - - uid: 6237 + pos: 10.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 474 components: - type: Transform - pos: 22.5,7.5 - parent: 2 - - uid: 6238 + pos: 10.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 475 components: - type: Transform - pos: 23.5,1.5 - parent: 2 - - uid: 6239 + pos: 10.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 476 components: - type: Transform - pos: 29.5,9.5 - parent: 2 - - uid: 6240 + pos: -11.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 477 components: - type: Transform - pos: 35.5,6.5 - parent: 2 - - uid: 6241 + pos: -10.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 478 components: - type: Transform - pos: 15.5,7.5 - parent: 2 - - uid: 6242 + pos: -10.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 479 components: - type: Transform - pos: 22.5,-10.5 - parent: 2 - - uid: 6243 + pos: -10.5,-19.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 480 components: - type: Transform - pos: 18.5,-4.5 - parent: 2 - - uid: 6244 + pos: -10.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 481 components: - type: Transform - pos: 30.5,-8.5 - parent: 2 - - uid: 6245 + pos: -11.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 482 components: - type: Transform - pos: 27.5,-13.5 - parent: 2 - - uid: 6246 + pos: -12.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 483 components: - type: Transform - pos: 33.5,-11.5 - parent: 2 - - uid: 6247 + pos: -13.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 484 components: - type: Transform - pos: 42.5,-11.5 - parent: 2 - - uid: 6248 + pos: -14.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 485 components: - type: Transform - pos: 51.5,-10.5 - parent: 2 - - uid: 6249 + pos: -9.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 486 components: - type: Transform - pos: 48.5,-5.5 - parent: 2 - - uid: 6250 + pos: -8.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 487 components: - type: Transform - pos: 55.5,-9.5 - parent: 2 - - uid: 6251 + pos: -7.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 488 components: - type: Transform - pos: 57.5,-15.5 - parent: 2 - - uid: 6252 + pos: -6.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 489 components: - type: Transform - pos: 53.5,-18.5 - parent: 2 - - uid: 6253 + pos: -10.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 490 components: - type: Transform - pos: 31.5,-31.5 - parent: 2 - - uid: 6254 + pos: -9.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 491 components: - type: Transform - pos: 1.5,-2.5 - parent: 2 - - uid: 6255 + pos: -8.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 492 components: - type: Transform - pos: -26.5,-0.5 - parent: 2 - - uid: 6256 + pos: -7.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 493 components: - type: Transform - pos: -21.5,4.5 - parent: 2 - - uid: 6257 + pos: -6.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 494 components: - type: Transform - pos: -13.5,6.5 - parent: 2 - - uid: 6258 + pos: -12.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 495 components: - type: Transform - pos: -18.5,13.5 - parent: 2 - - uid: 6259 + pos: -13.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 496 components: - type: Transform - pos: -36.5,3.5 - parent: 2 - - uid: 6261 + pos: -14.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 497 components: - type: Transform - pos: -35.5,10.5 - parent: 2 - - uid: 6262 + pos: -11.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 498 components: - type: Transform - pos: -21.5,-5.5 - parent: 2 - - uid: 6263 + pos: -12.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 499 components: - type: Transform - pos: -41.5,14.5 - parent: 2 - - uid: 6264 + pos: -9.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 500 components: - type: Transform - pos: -15.5,-3.5 - parent: 2 - - uid: 6265 + pos: -8.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 501 components: - type: Transform - pos: -34.5,-4.5 - parent: 2 - - uid: 6266 + pos: -10.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 502 components: - type: Transform - pos: -26.5,-14.5 - parent: 2 - - uid: 6267 + pos: -10.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 503 components: - type: Transform - pos: -26.5,-19.5 - parent: 2 - - uid: 6268 + pos: -10.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 504 components: - type: Transform - pos: -45.5,-13.5 - parent: 2 - - uid: 6269 + pos: -10.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 505 components: - type: Transform - pos: -51.5,-7.5 - parent: 2 - - uid: 6270 + pos: 6.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 506 components: - type: Transform - pos: -50.5,-0.5 - parent: 2 - - uid: 6272 + pos: 7.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 507 components: - type: Transform - pos: -55.5,-18.5 - parent: 2 - - uid: 6273 + pos: 7.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 508 components: - type: Transform - pos: -51.5,-24.5 - parent: 2 - - uid: 6274 + pos: 6.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 509 components: - type: Transform - pos: -33.5,-30.5 - parent: 2 - - uid: 6275 + pos: 5.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 510 components: - type: Transform - pos: 0.5,-23.5 - parent: 2 - - uid: 6276 + pos: 8.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 511 components: - type: Transform - pos: 10.5,-16.5 - parent: 2 - - uid: 6277 + pos: 8.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 512 components: - type: Transform - pos: -12.5,-16.5 - parent: 2 - - uid: 6279 + pos: 9.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 513 components: - type: Transform - pos: -8.5,-39.5 - parent: 2 - - uid: 6280 + pos: 10.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 514 components: - type: Transform - pos: 16.5,-33.5 - parent: 2 - - uid: 6281 + pos: 11.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 515 components: - type: Transform - pos: 20.5,-30.5 - parent: 2 - - uid: 6282 + pos: 12.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 516 components: - type: Transform - pos: -0.5,-47.5 - parent: 2 - - uid: 6283 + pos: 13.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 517 components: - type: Transform - pos: 10.5,-61.5 - parent: 2 - - uid: 6284 + pos: 8.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 518 components: - type: Transform - pos: -11.5,-61.5 - parent: 2 - - uid: 6731 + pos: 8.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,4.5 - parent: 2 - - uid: 8062 + pos: 8.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 520 components: - type: Transform - pos: -22.5,20.5 - parent: 2 - - uid: 9127 + pos: 8.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 521 components: - type: Transform - pos: -20.5,16.5 - parent: 2 - - uid: 9128 + pos: -11.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 522 components: - type: Transform - pos: -25.5,15.5 - parent: 2 -- proto: AltarToolbox - entities: - - uid: 9498 + pos: 9.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 523 components: - type: Transform - pos: 5.5,-24.5 - parent: 2 -- proto: APCBasic - entities: - - uid: 3864 + pos: 9.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-52.5 - parent: 2 - - uid: 3880 + pos: 9.5,-19.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 525 components: - type: Transform - pos: 2.5,1.5 - parent: 2 - - uid: 3881 + pos: 9.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 526 components: - type: Transform - pos: 32.5,-20.5 - parent: 2 - - uid: 3882 + pos: 8.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 527 components: - type: Transform - pos: 43.5,1.5 - parent: 2 - - uid: 3883 + pos: 7.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 528 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-9.5 - parent: 2 - - uid: 3884 + pos: 6.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 529 components: - type: Transform - pos: 25.5,10.5 - parent: 2 - - uid: 3885 + pos: 5.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 530 components: - type: Transform - pos: 49.5,-7.5 - parent: 2 - - uid: 3886 + pos: 10.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-34.5 - parent: 2 - - uid: 3887 + pos: 11.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-52.5 - parent: 2 - - uid: 3889 + pos: 12.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-25.5 - parent: 2 - - uid: 3890 + pos: 13.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 534 components: - type: Transform - pos: -13.5,-14.5 - parent: 2 - - uid: 3891 + pos: 8.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 535 components: - type: Transform - pos: 10.5,-9.5 - parent: 2 - - uid: 3892 + pos: 7.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 536 components: - type: Transform - pos: -21.5,-4.5 - parent: 2 - - uid: 3893 + pos: 10.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 537 components: - type: Transform - pos: -30.5,9.5 - parent: 2 - - uid: 3894 + pos: 11.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 538 components: - type: Transform - pos: -50.5,-7.5 - parent: 2 - - uid: 3895 + pos: 9.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 539 components: - type: Transform - pos: -43.5,1.5 - parent: 2 - - uid: 3896 + pos: 9.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 540 components: - type: Transform - pos: -33.5,-20.5 - parent: 2 - - uid: 3897 + pos: 9.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 541 components: - type: Transform - pos: -3.5,24.5 - parent: 2 -- proto: APCElectronics - entities: - - uid: 7923 + pos: 9.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 542 components: - type: Transform - pos: 51.70546,-3.3273845 - parent: 2 -- proto: AppraisalTool - entities: - - uid: 1094 + pos: 6.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 543 components: - type: Transform - pos: 16.336403,-3.492324 - parent: 2 -- proto: ArrivalsShuttleTimer - entities: - - uid: 9165 + pos: 6.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 544 components: - type: Transform - pos: 6.5,-56.5 - parent: 2 - - uid: 9206 + pos: 6.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 545 components: - type: Transform - pos: -7.5,-65.5 - parent: 2 - - uid: 9207 + pos: 6.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 546 components: - type: Transform - pos: -7.5,-56.5 - parent: 2 - - uid: 9208 + pos: 7.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 547 components: - type: Transform - pos: 6.5,-65.5 - parent: 2 - - uid: 9209 + pos: 8.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 548 components: - type: Transform - pos: -2.5,-20.5 - parent: 2 - - uid: 9210 + pos: 9.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 549 components: - type: Transform - pos: -2.5,6.5 - parent: 2 - - uid: 9211 + pos: 9.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 550 components: - type: Transform - pos: 27.5,9.5 - parent: 2 - - uid: 9212 + pos: 9.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 551 components: - type: Transform - pos: 23.5,-10.5 - parent: 2 - - uid: 9213 + pos: 9.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 552 components: - type: Transform - pos: 54.5,-14.5 - parent: 2 - - uid: 9214 + pos: 9.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 553 components: - type: Transform - pos: -29.5,10.5 - parent: 2 - - uid: 9215 + pos: 10.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 554 components: - type: Transform - pos: -23.5,-10.5 - parent: 2 - - uid: 9216 + pos: 8.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 555 components: - type: Transform - pos: -50.5,-15.5 - parent: 2 - - uid: 9332 - components: - - type: Transform - pos: 17.5,-31.5 - parent: 2 - - uid: 9365 + pos: 10.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 556 components: - type: Transform - pos: -17.5,-41.5 - parent: 2 - - uid: 9366 + pos: 11.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 557 components: - type: Transform - pos: 16.5,-41.5 - parent: 2 -- proto: ArrivalsSpawnPointAtmosphericTechnician - entities: - - uid: 517 + pos: 12.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 558 components: - type: Transform - pos: 51.5,-8.5 - parent: 2 - - uid: 523 + pos: 9.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 559 components: - type: Transform - pos: 49.5,-13.5 - parent: 2 - - uid: 8720 + pos: 9.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 560 components: - type: Transform - pos: 47.5,-17.5 - parent: 2 - - uid: 8722 + pos: 9.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 561 components: - type: Transform - pos: 49.5,-19.5 - parent: 2 - - uid: 8723 + pos: 8.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 562 components: - type: Transform - pos: 52.5,-17.5 - parent: 2 - - uid: 8724 + pos: 10.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 563 components: - type: Transform - pos: 53.5,-17.5 - parent: 2 -- proto: ArrivalsSpawnPointCaptain - entities: - - uid: 8707 + pos: 1.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 564 components: - type: Transform - pos: -49.5,3.5 - parent: 2 -- proto: ArrivalsSpawnPointCargo - entities: - - uid: 512 + pos: 2.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 565 components: - type: Transform - pos: 19.5,-13.5 - parent: 2 - - uid: 7827 + pos: 3.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 566 components: - type: Transform - pos: 18.5,-8.5 - parent: 2 - - uid: 7828 + pos: 3.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 579 components: - type: Transform - pos: 17.5,-4.5 - parent: 2 - - uid: 7854 + pos: 2.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 599 components: - type: Transform - pos: 15.5,-4.5 - parent: 2 - - uid: 7856 + pos: -4.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 601 components: - type: Transform - pos: 22.5,-13.5 - parent: 2 - - uid: 7857 + pos: -4.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 651 components: - type: Transform - pos: 17.5,-8.5 - parent: 2 -- proto: ArrivalsSpawnPointChemist - entities: - - uid: 409 + pos: 10.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 652 components: - type: Transform - pos: -28.5,-5.5 - parent: 2 - - uid: 1810 + pos: -11.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 653 components: - type: Transform - pos: -24.5,-9.5 - parent: 2 - - uid: 8716 + pos: -11.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 654 components: - type: Transform - pos: -30.5,-7.5 - parent: 2 - - uid: 8717 + pos: -9.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 655 components: - type: Transform - pos: -31.5,-5.5 - parent: 2 - - uid: 8718 + pos: -9.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 656 components: - type: Transform - pos: -33.5,-4.5 - parent: 2 - - uid: 8719 + pos: -9.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 657 components: - type: Transform - pos: -34.5,-7.5 - parent: 2 -- proto: ArrivalsSpawnPointChiefEngineer - entities: - - uid: 8153 + pos: -9.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 658 components: - type: Transform - pos: 60.5,-16.5 - parent: 2 -- proto: ArrivalsSpawnPointChiefMedicalOfficer - entities: - - uid: 8690 + pos: -9.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 842 components: - type: Transform - pos: -23.5,-18.5 - parent: 2 -- proto: ArrivalsSpawnPointDetective - entities: - - uid: 7932 + pos: -4.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 843 components: - type: Transform - pos: -14.5,7.5 - parent: 2 -- proto: ArrivalsSpawnPointEngineer - entities: - - uid: 8072 + pos: -4.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 844 components: - type: Transform - pos: 48.5,-13.5 - parent: 2 - - uid: 8132 + pos: 2.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable +- proto: CableHVUncuttable + entities: + - uid: 413 components: - type: Transform - pos: 52.5,-4.5 - parent: 2 - - uid: 8135 + pos: -3.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 415 components: - type: Transform - pos: 53.5,-8.5 - parent: 2 - - uid: 8154 + pos: -4.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 416 components: - type: Transform - pos: 47.5,-6.5 - parent: 2 - - uid: 8430 + pos: -2.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 734 components: - type: Transform - pos: 47.5,-4.5 - parent: 2 - - uid: 8673 + pos: -0.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 735 components: - type: Transform - pos: 50.5,-3.5 - parent: 2 -- proto: ArrivalsSpawnPointGeneral + pos: -1.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable +- proto: CableMVUncuttable entities: - - uid: 903 + - uid: 177 components: - type: Transform - pos: 14.5,-43.5 - parent: 2 - - uid: 2349 + pos: 3.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 201 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-11.5 - parent: 2 - - uid: 8004 + pos: 6.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 210 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-36.5 - parent: 2 - - uid: 8005 + pos: 6.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 214 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-36.5 - parent: 2 - - uid: 8006 + pos: 6.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 219 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-16.5 - parent: 2 - - uid: 8133 + pos: 7.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 221 components: - type: Transform - pos: 3.5,22.5 - parent: 2 - - uid: 8675 + pos: 3.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 224 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-23.5 - parent: 2 - - uid: 8676 + pos: 1.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 226 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-14.5 - parent: 2 - - uid: 8677 + pos: 6.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 227 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-16.5 - parent: 2 - - uid: 8678 + pos: 8.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 228 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-18.5 - parent: 2 - - uid: 8679 + pos: 9.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-21.5 - parent: 2 - - uid: 8681 + pos: 9.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 350 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-11.5 - parent: 2 - - uid: 8682 + pos: 5.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 352 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-12.5 - parent: 2 - - uid: 8683 + pos: 2.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 353 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-20.5 - parent: 2 - - uid: 8684 + pos: 4.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 354 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-21.5 - parent: 2 - - uid: 8703 + pos: 1.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 356 components: - type: Transform - pos: -4.5,22.5 - parent: 2 - - uid: 8704 + pos: 9.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 357 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-23.5 - parent: 2 - - uid: 9258 + pos: 9.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 358 components: - type: Transform - pos: -15.5,-43.5 - parent: 2 - - uid: 9478 + pos: 9.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 359 components: - type: Transform - pos: -0.5,-35.5 - parent: 2 - - uid: 9479 + pos: 9.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 360 components: - type: Transform - pos: 6.5,3.5 - parent: 2 - - uid: 9480 + pos: 9.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 361 components: - type: Transform - pos: -7.5,3.5 - parent: 2 - - uid: 9481 + pos: 9.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 362 components: - type: Transform - pos: -8.5,-49.5 - parent: 2 - - uid: 9482 + pos: 9.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 363 components: - type: Transform - pos: 7.5,-49.5 - parent: 2 - - uid: 9483 + pos: 9.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 364 components: - type: Transform - pos: -0.5,-44.5 - parent: 2 -- proto: ArrivalsSpawnPointHeadOfPersonnel - entities: - - uid: 8708 + pos: 9.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 365 components: - type: Transform - pos: -49.5,-26.5 - parent: 2 -- proto: ArrivalsSpawnPointHeadOfSecurity - entities: - - uid: 8701 + pos: 9.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 366 components: - type: Transform - pos: -37.5,12.5 - parent: 2 -- proto: ArrivalsSpawnPointMedical - entities: - - uid: 8637 + pos: 8.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 367 components: - type: Transform - pos: -26.5,-5.5 - parent: 2 - - uid: 8687 + pos: 7.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 368 components: - type: Transform - pos: -14.5,-6.5 - parent: 2 - - uid: 8688 + pos: 6.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 369 components: - type: Transform - pos: -14.5,-7.5 - parent: 2 - - uid: 8696 + pos: 0.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 370 components: - type: Transform - pos: -16.5,-4.5 - parent: 2 - - uid: 8697 + pos: -0.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 371 components: - type: Transform - pos: -17.5,-5.5 - parent: 2 - - uid: 8698 + pos: -1.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 372 components: - type: Transform - pos: -16.5,-7.5 - parent: 2 - - uid: 8699 + pos: -2.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 373 components: - type: Transform - pos: -22.5,-9.5 - parent: 2 -- proto: ArrivalsSpawnPointPrisoner - entities: - - uid: 9163 + pos: -3.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 374 components: - type: Transform - pos: -22.5,16.5 - parent: 2 - - uid: 9164 + pos: -4.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 375 components: - type: Transform - pos: -20.5,16.5 - parent: 2 -- proto: ArrivalsSpawnPointQuartermaster - entities: - - uid: 7933 + pos: -5.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 376 components: - type: Transform - pos: 34.5,-11.5 - parent: 2 -- proto: ArrivalsSpawnPointResearchDirector - entities: - - uid: 8680 + pos: -6.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 377 components: - type: Transform - pos: 37.5,7.5 - parent: 2 -- proto: ArrivalsSpawnPointSalvage - entities: - - uid: 2358 + pos: -7.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 378 components: - type: Transform - pos: 29.5,-4.5 - parent: 2 - - uid: 2359 + pos: -8.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 379 components: - type: Transform - pos: 30.5,-6.5 - parent: 2 - - uid: 2360 + pos: -9.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 380 components: - type: Transform - pos: 30.5,-8.5 - parent: 2 - - uid: 2617 + pos: -10.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 381 components: - type: Transform - pos: 28.5,-8.5 - parent: 2 - - uid: 3259 + pos: -11.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 382 components: - type: Transform - pos: 21.5,-13.5 - parent: 2 - - uid: 7826 + pos: -12.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 383 components: - type: Transform - pos: 19.5,-11.5 - parent: 2 -- proto: ArrivalsSpawnPointScience - entities: - - uid: 2356 + pos: -13.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 384 components: - type: Transform - pos: 24.5,8.5 - parent: 2 - - uid: 2621 + pos: -13.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 385 components: - type: Transform - pos: 22.5,8.5 - parent: 2 - - uid: 2821 + pos: -13.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 386 components: - type: Transform - pos: 24.5,9.5 - parent: 2 - - uid: 7934 + pos: -13.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 387 components: - type: Transform - pos: 25.5,5.5 - parent: 2 - - uid: 8069 + pos: -10.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 388 components: - type: Transform - pos: 18.5,2.5 - parent: 2 - - uid: 8070 + pos: -10.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 389 components: - type: Transform - pos: 18.5,3.5 - parent: 2 - - uid: 8071 + pos: -10.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 390 components: - type: Transform - pos: 15.5,5.5 - parent: 2 - - uid: 8093 + pos: -10.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 391 components: - type: Transform - pos: 15.5,7.5 - parent: 2 - - uid: 8095 + pos: -10.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 392 components: - type: Transform - pos: 22.5,9.5 - parent: 2 -- proto: ArrivalsSpawnPointSecurity - entities: - - uid: 7858 + pos: -10.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 393 components: - type: Transform - pos: -36.5,7.5 - parent: 2 - - uid: 7930 + pos: -10.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 394 components: - type: Transform - pos: -35.5,7.5 - parent: 2 - - uid: 7931 + pos: -10.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 395 components: - type: Transform - pos: -23.5,12.5 - parent: 2 - - uid: 8094 + pos: -10.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 396 components: - type: Transform - pos: -19.5,7.5 - parent: 2 - - uid: 8685 + pos: -10.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 397 components: - type: Transform - pos: -19.5,6.5 - parent: 2 - - uid: 8686 + pos: -10.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 398 components: - type: Transform - pos: -23.5,6.5 - parent: 2 - - uid: 8691 + pos: -11.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 399 components: - type: Transform - pos: -29.5,7.5 - parent: 2 - - uid: 8693 + pos: -12.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 400 components: - type: Transform - pos: -25.5,6.5 - parent: 2 - - uid: 8694 + pos: -13.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 418 components: - type: Transform - pos: -29.5,6.5 - parent: 2 - - uid: 8702 + pos: 3.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 419 components: - type: Transform - pos: -23.5,7.5 - parent: 2 - - uid: 8709 + pos: 3.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 421 components: - type: Transform - pos: -40.5,8.5 - parent: 2 - - uid: 8710 + pos: -0.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 422 components: - type: Transform - pos: -40.5,5.5 - parent: 2 - - uid: 8711 + pos: 0.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 423 components: - type: Transform - pos: -36.5,5.5 - parent: 2 - - uid: 8712 + pos: 1.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 424 components: - type: Transform - pos: -36.5,3.5 - parent: 2 - - uid: 8713 + pos: 2.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 425 components: - type: Transform - pos: -25.5,7.5 - parent: 2 -- proto: ArrivalsSpawnPointWarden - entities: - - uid: 8073 + pos: 3.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 567 components: - type: Transform - pos: -15.5,11.5 - parent: 2 -- proto: Ash - entities: - - uid: 9499 + pos: 3.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 568 components: - type: Transform - pos: -3.5,36.5 - parent: 2 -- proto: Ashtray - entities: - - uid: 9433 + pos: 3.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 569 components: - type: Transform - pos: 0.2783364,1.0797868 - parent: 2 - - uid: 9434 + pos: 3.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 570 components: - type: Transform - pos: 16.636208,-31.390863 - parent: 2 - - uid: 9487 + pos: -0.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 803 components: - type: Transform - pos: -56.33293,-10.301967 - parent: 2 -- proto: AtmosDeviceFanTiny - entities: - - uid: 328 - components: - - type: Transform - pos: 4.5,-64.5 - parent: 2 - - uid: 375 - components: - - type: Transform - pos: 4.5,-57.5 - parent: 2 - - uid: 687 - components: - - type: Transform - pos: -5.5,-64.5 - parent: 2 - - uid: 769 - components: - - type: Transform - pos: -5.5,-57.5 - parent: 2 - - uid: 7469 - components: - - type: Transform - pos: -15.5,-64.5 - parent: 2 - - uid: 7641 - components: - - type: Transform - pos: -15.5,-57.5 - parent: 2 - - uid: 7696 - components: - - type: Transform - pos: 14.5,-57.5 - parent: 2 - - uid: 7699 - components: - - type: Transform - pos: 14.5,-64.5 - parent: 2 -- proto: BannerCargo - entities: - - uid: 1038 - components: - - type: Transform - pos: 20.5,-3.5 - parent: 2 - - uid: 1039 - components: - - type: Transform - pos: 26.5,-3.5 - parent: 2 -- proto: BannerEngineering - entities: - - uid: 1315 - components: - - type: Transform - pos: 46.5,-8.5 - parent: 2 - - uid: 1316 - components: - - type: Transform - pos: 46.5,-14.5 - parent: 2 -- proto: BannerMedical - entities: - - uid: 1909 - components: - - type: Transform - pos: -21.5,-3.5 - parent: 2 - - uid: 1910 - components: - - type: Transform - pos: -27.5,-3.5 - parent: 2 -- proto: BannerNanotrasen - entities: - - uid: 2544 - components: - - type: Transform - pos: -46.5,-8.5 - parent: 2 - - uid: 2545 - components: - - type: Transform - pos: -46.5,-14.5 - parent: 2 - - uid: 3060 - components: - - type: Transform - pos: -2.5,20.5 - parent: 2 - - uid: 3061 - components: - - type: Transform - pos: 1.5,20.5 - parent: 2 -- proto: BannerScience - entities: - - uid: 1123 - components: - - type: Transform - pos: 21.5,2.5 - parent: 2 - - uid: 1124 - components: - - type: Transform - pos: 25.5,2.5 - parent: 2 -- proto: BannerSecurity - entities: - - uid: 2403 - components: - - type: Transform - pos: -22.5,2.5 - parent: 2 - - uid: 2404 - components: - - type: Transform - pos: -26.5,2.5 - parent: 2 -- proto: Barricade - entities: - - uid: 8602 - components: - - type: Transform - pos: -39.5,-11.5 - parent: 2 -- proto: BarricadeBlock - entities: - - uid: 8567 - components: - - type: Transform - pos: 37.5,-13.5 - parent: 2 -- proto: BarSign - entities: - - uid: 477 - components: - - type: Transform - pos: 15.5,-27.5 - parent: 2 -- proto: Beaker - entities: - - uid: 7819 - components: - - type: Transform - pos: 16.754908,8.746695 - parent: 2 -- proto: Bed - entities: - - uid: 361 - components: - - type: Transform - pos: -14.5,-22.5 - parent: 2 - - uid: 362 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 2 - - uid: 363 - components: - - type: Transform - pos: -10.5,-21.5 - parent: 2 - - uid: 364 - components: - - type: Transform - pos: -10.5,-11.5 - parent: 2 - - uid: 365 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 2 - - uid: 366 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 2 - - uid: 1022 - components: - - type: Transform - pos: 35.5,-11.5 - parent: 2 - - uid: 1238 - components: - - type: Transform - pos: 37.5,6.5 - parent: 2 - - uid: 1477 - components: - - type: Transform - pos: 60.5,-17.5 - parent: 2 - - uid: 2012 - components: - - type: Transform - pos: -22.5,-18.5 - parent: 2 - - uid: 2354 - components: - - type: Transform - pos: -37.5,13.5 - parent: 2 - - uid: 2583 - components: - - type: Transform - pos: -48.5,3.5 - parent: 2 - - uid: 2754 - components: - - type: Transform - pos: -48.5,-26.5 - parent: 2 - - uid: 8794 + pos: 3.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable + - uid: 845 components: - type: Transform - pos: -19.5,15.5 - parent: 2 -- proto: BedsheetCaptain + pos: 2.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - RCDDeconstructable +- proto: CableTerminalUncuttable entities: - uid: 2582 components: - type: Transform - pos: -48.5,3.5 - parent: 2 -- proto: BedsheetCE + rot: 1.5707963267948966 rad + pos: -3.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction +- proto: Catwalk entities: - uid: 1478 components: - type: Transform - pos: 60.5,-17.5 - parent: 2 -- proto: BedsheetCMO - entities: - - uid: 2013 - components: - - type: Transform - pos: -22.5,-18.5 - parent: 2 -- proto: BedsheetHOP - entities: - - uid: 2755 - components: - - type: Transform - pos: -48.5,-26.5 - parent: 2 -- proto: BedsheetHOS - entities: - - uid: 2355 - components: - - type: Transform - pos: -37.5,13.5 - parent: 2 -- proto: BedsheetQM - entities: - - uid: 1003 - components: - - type: Transform - pos: 35.5,-11.5 - parent: 2 -- proto: BedsheetRD - entities: - - uid: 1290 - components: - - type: Transform - pos: 37.5,6.5 - parent: 2 -- proto: BedsheetSpawner - entities: - - uid: 8186 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 2 - - uid: 8187 - components: - - type: Transform - pos: -10.5,-21.5 - parent: 2 - - uid: 8188 - components: - - type: Transform - pos: -14.5,-22.5 - parent: 2 - - uid: 8189 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 2 - - uid: 8190 - components: - - type: Transform - pos: -10.5,-11.5 - parent: 2 - - uid: 8191 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 2 -- proto: BedsheetYellow - entities: - - uid: 8990 - components: - - type: Transform - pos: -19.5,15.5 - parent: 2 -- proto: BenchColorfulComfy - entities: - - uid: 5992 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-10.5 - parent: 2 - - uid: 7586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-2.5 - parent: 2 - - uid: 7588 + pos: 3.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable + - uid: 584 components: - type: Transform - pos: 7.5,-31.5 - parent: 2 - - uid: 7589 + pos: 2.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable + - uid: 590 components: - type: Transform - pos: -2.5,23.5 - parent: 2 - - uid: 8638 + pos: 3.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable + - uid: 596 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-49.5 - parent: 2 - - uid: 8639 + pos: 1.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable + - uid: 747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-49.5 - parent: 2 -- proto: BenchComfy - entities: - - uid: 9248 + pos: 3.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable + - uid: 810 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-43.5 - parent: 2 - - uid: 9372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-19.5 - parent: 2 -- proto: BenchSteelLeft - entities: - - uid: 1460 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-8.5 - parent: 2 - - uid: 2449 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-50.5 - parent: 2 - - uid: 2450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-47.5 - parent: 2 - - uid: 2454 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-46.5 - parent: 2 - - uid: 2455 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-49.5 - parent: 2 -- proto: BenchSteelRight - entities: - - uid: 1453 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-9.5 - parent: 2 - - uid: 1476 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-46.5 - parent: 2 - - uid: 2451 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-49.5 - parent: 2 - - uid: 2452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-50.5 - parent: 2 - - uid: 2453 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-47.5 - parent: 2 -- proto: BlastDoor - entities: - - uid: 380 - components: - - type: Transform - pos: -0.5,24.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8671 - - uid: 960 - components: - - type: Transform - pos: 0.5,24.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8671 - - uid: 993 - components: - - type: Transform - pos: -1.5,24.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8671 -- proto: BlastDoorOpen - entities: - - uid: 17 - components: - - type: Transform - pos: -19.5,-40.5 - parent: 2 - - uid: 18 - components: - - type: Transform - pos: -19.5,-39.5 - parent: 2 - - uid: 19 - components: - - type: Transform - pos: -19.5,-41.5 - parent: 2 - - uid: 20 - components: - - type: Transform - pos: -19.5,-38.5 - parent: 2 - - uid: 96 - components: - - type: Transform - pos: -19.5,-37.5 - parent: 2 - - uid: 119 - components: - - type: Transform - pos: -11.5,-1.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9167 - - uid: 120 - components: - - type: Transform - pos: -11.5,-2.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9167 - - uid: 121 - components: - - type: Transform - pos: -11.5,-0.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9167 - - uid: 872 - components: - - type: Transform - pos: 18.5,-41.5 - parent: 2 - - uid: 873 - components: - - type: Transform - pos: 18.5,-40.5 - parent: 2 - - uid: 874 - components: - - type: Transform - pos: 18.5,-39.5 - parent: 2 - - uid: 875 - components: - - type: Transform - pos: 18.5,-38.5 - parent: 2 - - uid: 876 - components: - - type: Transform - pos: 18.5,-37.5 - parent: 2 - - uid: 2920 - components: - - type: Transform - pos: -11.5,0.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9167 - - uid: 2921 - components: - - type: Transform - pos: -11.5,1.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9167 - - uid: 2922 - components: - - type: Transform - pos: -2.5,-10.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9168 - - uid: 2923 - components: - - type: Transform - pos: -1.5,-10.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9168 - - uid: 2924 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9168 - - uid: 2925 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9168 - - uid: 2926 - components: - - type: Transform - pos: 1.5,-10.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9168 - - uid: 2927 - components: - - type: Transform - pos: 10.5,-2.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9166 - - uid: 2928 - components: - - type: Transform - pos: 10.5,-1.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9166 - - uid: 2929 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9166 - - uid: 2930 - components: - - type: Transform - pos: 10.5,0.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9166 - - uid: 2931 - components: - - type: Transform - pos: 10.5,1.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9166 - - uid: 2932 - components: - - type: Transform - pos: 1.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7787 - - uid: 2933 - components: - - type: Transform - pos: 0.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7787 - - uid: 2934 - components: - - type: Transform - pos: -0.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7787 - - uid: 2935 - components: - - type: Transform - pos: -1.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7787 - - uid: 2936 - components: - - type: Transform - pos: -2.5,9.5 - parent: 2 - - type: DeviceLinkSink - links: - - 7787 -- proto: BluespaceBeaker - entities: - - uid: 7734 - components: - - type: Transform - pos: -3.478174,15.587257 - parent: 2 -- proto: Blunt - entities: - - uid: 9495 - components: - - type: Transform - pos: -0.7027468,38.8873 - parent: 2 -- proto: BodyBagFolded - entities: - - uid: 2019 - components: - - type: Transform - pos: -17.710842,-3.8202307 - parent: 2 - - uid: 8049 - components: - - type: Transform - pos: -39.39791,4.7876472 - parent: 2 - - uid: 9673 - components: - - type: Transform - pos: -3.5,35.5 - parent: 2 -- proto: BookBartendersManual - entities: - - uid: 1634 - components: - - type: Transform - pos: 20.599146,-29.45145 - parent: 2 -- proto: BookChemicalCompendium - entities: - - uid: 7990 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.532465,-5.4157457 - parent: 2 -- proto: BookEngineersHandbook - entities: - - uid: 1535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.34361,-9.281574 - parent: 2 -- proto: BookRandom - entities: - - uid: 2970 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5868554,21.578016 - parent: 2 -- proto: BookScientistsGuidebook - entities: - - uid: 901 - components: - - type: Transform - pos: 23.551973,8.677123 - parent: 2 -- proto: BookSecurity - entities: - - uid: 2114 - components: - - type: Transform - pos: -28.510689,6.64287 - parent: 2 -- proto: BookshelfFilled - entities: - - uid: 373 - components: - - type: Transform - pos: -6.5,-14.5 - parent: 2 - - uid: 1224 - components: - - type: Transform - pos: 32.5,5.5 - parent: 2 - - uid: 1225 - components: - - type: Transform - pos: 31.5,5.5 - parent: 2 - - uid: 1226 - components: - - type: Transform - pos: 30.5,5.5 - parent: 2 - - uid: 2590 - components: - - type: Transform - pos: -54.5,5.5 - parent: 2 - - uid: 2591 - components: - - type: Transform - pos: -50.5,5.5 - parent: 2 - - uid: 2758 - components: - - type: Transform - pos: -50.5,-24.5 - parent: 2 -- proto: BoozeDispenser - entities: - - uid: 1611 - components: - - type: Transform - pos: 14.5,-28.5 - parent: 2 - - uid: 2529 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-12.5 - parent: 2 -- proto: BorgCharger - entities: - - uid: 4 - components: - - type: Transform - pos: 11.5,-14.5 - parent: 2 - - uid: 7796 - components: - - type: Transform - pos: -7.5,-5.5 - parent: 2 -- proto: BoxFolderBlack - entities: - - uid: 1070 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.556377,7.6372237 - parent: 2 - - uid: 2341 - components: - - type: Transform - pos: -33.955326,15.646605 - parent: 2 -- proto: BoxFolderBlue - entities: - - uid: 1963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.60803,-2.3818717 - parent: 2 - - uid: 8145 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.601955,-21.708435 - parent: 2 -- proto: BoxFolderCentCom - entities: - - uid: 2914 - components: - - type: Transform - pos: 0.121657684,1.5684686 - parent: 2 -- proto: BoxFolderClipboard - entities: - - uid: 1093 - components: - - type: Transform - pos: 20.562931,-5.520147 - parent: 2 - - uid: 2039 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.518494,-8.45272 - parent: 2 - - uid: 2253 - components: - - type: Transform - pos: -24.658968,12.5778 - parent: 2 - - uid: 2299 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.479166,10.842613 - parent: 2 - - uid: 6674 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.470604,-1.5442758 - parent: 2 - - uid: 8003 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.537085,-11.464508 - parent: 2 -- proto: BoxFolderGrey - entities: - - uid: 7815 - components: - - type: Transform - pos: 26.430199,5.547898 - parent: 2 -- proto: BoxFolderRed - entities: - - uid: 8098 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.58732,10.571522 - parent: 2 -- proto: BoxFolderWhite - entities: - - uid: 2040 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.001276,-13.388158 - parent: 2 -- proto: BoxFolderYellow - entities: - - uid: 1505 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.520176,-13.36852 - parent: 2 -- proto: BoxLatexGloves - entities: - - uid: 1919 - components: - - type: Transform - pos: -18.027534,-8.318678 - parent: 2 -- proto: BoxLighttube - entities: - - uid: 9540 - components: - - type: Transform - pos: 7.699898,27.713648 - parent: 2 -- proto: BoxMRE - entities: - - uid: 8213 - components: - - type: Transform - pos: 5.4727316,-14.403693 - parent: 2 - - uid: 9059 - components: - - type: Transform - pos: -23.63846,15.694461 - parent: 2 -- proto: BrokenBottle - entities: - - uid: 8623 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5393,-12.893633 - parent: 2 -- proto: Bucket - entities: - - uid: 8594 - components: - - type: Transform - pos: 12.160258,-8.698183 - parent: 2 - - uid: 9536 - components: - - type: Transform - pos: 7.981148,26.885523 - parent: 2 -- proto: ButtonFrameGrey - entities: - - uid: 9490 - components: - - type: Transform - pos: -20.5,14.5 - parent: 2 -- proto: CableApcExtension - entities: - - uid: 3249 - components: - - type: Transform - pos: 4.5,29.5 - parent: 2 - - uid: 4320 - components: - - type: Transform - pos: 9.5,-47.5 - parent: 2 - - uid: 4346 - components: - - type: Transform - pos: 2.5,1.5 - parent: 2 - - uid: 4347 - components: - - type: Transform - pos: 2.5,0.5 - parent: 2 - - uid: 4348 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 2 - - uid: 4349 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 2 - - uid: 4350 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 2 - - uid: 4351 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 2 - - uid: 4352 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 2 - - uid: 4353 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 2 - - uid: 4354 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 2 - - uid: 4355 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 2 - - uid: 4356 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 2 - - uid: 4357 - components: - - type: Transform - pos: 5.5,0.5 - parent: 2 - - uid: 4358 - components: - - type: Transform - pos: 5.5,1.5 - parent: 2 - - uid: 4359 - components: - - type: Transform - pos: 5.5,2.5 - parent: 2 - - uid: 4360 - components: - - type: Transform - pos: 5.5,3.5 - parent: 2 - - uid: 4361 - components: - - type: Transform - pos: 4.5,3.5 - parent: 2 - - uid: 4362 - components: - - type: Transform - pos: 4.5,4.5 - parent: 2 - - uid: 4363 - components: - - type: Transform - pos: 3.5,4.5 - parent: 2 - - uid: 4364 - components: - - type: Transform - pos: 2.5,4.5 - parent: 2 - - uid: 4365 - components: - - type: Transform - pos: 1.5,4.5 - parent: 2 - - uid: 4366 - components: - - type: Transform - pos: 0.5,4.5 - parent: 2 - - uid: 4367 - components: - - type: Transform - pos: -0.5,4.5 - parent: 2 - - uid: 4368 - components: - - type: Transform - pos: -1.5,4.5 - parent: 2 - - uid: 4369 - components: - - type: Transform - pos: -2.5,4.5 - parent: 2 - - uid: 4370 - components: - - type: Transform - pos: -3.5,4.5 - parent: 2 - - uid: 4371 - components: - - type: Transform - pos: -4.5,4.5 - parent: 2 - - uid: 4372 - components: - - type: Transform - pos: -5.5,4.5 - parent: 2 - - uid: 4373 - components: - - type: Transform - pos: -5.5,3.5 - parent: 2 - - uid: 4374 - components: - - type: Transform - pos: -6.5,3.5 - parent: 2 - - uid: 4375 - components: - - type: Transform - pos: -6.5,2.5 - parent: 2 - - uid: 4376 - components: - - type: Transform - pos: -6.5,1.5 - parent: 2 - - uid: 4377 - components: - - type: Transform - pos: -6.5,0.5 - parent: 2 - - uid: 4378 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 2 - - uid: 4379 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 2 - - uid: 4380 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 2 - - uid: 4381 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 2 - - uid: 4382 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 2 - - uid: 4383 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 2 - - uid: 4384 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 2 - - uid: 4385 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 2 - - uid: 4386 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 2 - - uid: 4387 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 2 - - uid: 4388 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 2 - - uid: 4389 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 2 - - uid: 4390 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 2 - - uid: 4391 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 2 - - uid: 4392 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 2 - - uid: 4393 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 2 - - uid: 4394 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 2 - - uid: 4395 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 2 - - uid: 4396 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 2 - - uid: 4397 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 2 - - uid: 4398 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 2 - - uid: 4399 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 2 - - uid: 4400 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 2 - - uid: 4401 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 2 - - uid: 4402 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 2 - - uid: 4403 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 2 - - uid: 4404 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 2 - - uid: 4405 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 2 - - uid: 4406 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 2 - - uid: 4407 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 2 - - uid: 4408 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 2 - - uid: 4409 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 2 - - uid: 4410 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 2 - - uid: 4411 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 2 - - uid: 4412 - components: - - type: Transform - pos: -0.5,5.5 - parent: 2 - - uid: 4413 - components: - - type: Transform - pos: -0.5,6.5 - parent: 2 - - uid: 4414 - components: - - type: Transform - pos: -0.5,7.5 - parent: 2 - - uid: 4415 - components: - - type: Transform - pos: -0.5,8.5 - parent: 2 - - uid: 4416 - components: - - type: Transform - pos: -0.5,9.5 - parent: 2 - - uid: 4417 - components: - - type: Transform - pos: -0.5,10.5 - parent: 2 - - uid: 4418 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 2 - - uid: 4419 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 2 - - uid: 4420 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 2 - - uid: 4421 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 2 - - uid: 4422 - components: - - type: Transform - pos: -11.5,-0.5 - parent: 2 - - uid: 4423 - components: - - type: Transform - pos: -12.5,-0.5 - parent: 2 - - uid: 4424 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 2 - - uid: 4425 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 2 - - uid: 4426 - components: - - type: Transform - pos: -5.5,-0.5 - parent: 2 - - uid: 4427 - components: - - type: Transform - pos: -3.5,24.5 - parent: 2 - - uid: 4428 - components: - - type: Transform - pos: -3.5,23.5 - parent: 2 - - uid: 4429 - components: - - type: Transform - pos: -3.5,22.5 - parent: 2 - - uid: 4430 - components: - - type: Transform - pos: -2.5,22.5 - parent: 2 - - uid: 4431 - components: - - type: Transform - pos: -1.5,22.5 - parent: 2 - - uid: 4432 - components: - - type: Transform - pos: -0.5,22.5 - parent: 2 - - uid: 4433 - components: - - type: Transform - pos: 0.5,22.5 - parent: 2 - - uid: 4434 - components: - - type: Transform - pos: 1.5,22.5 - parent: 2 - - uid: 4435 - components: - - type: Transform - pos: 2.5,22.5 - parent: 2 - - uid: 4436 - components: - - type: Transform - pos: -0.5,23.5 - parent: 2 - - uid: 4437 - components: - - type: Transform - pos: -0.5,24.5 - parent: 2 - - uid: 4438 - components: - - type: Transform - pos: -0.5,25.5 - parent: 2 - - uid: 4439 - components: - - type: Transform - pos: -0.5,26.5 - parent: 2 - - uid: 4440 - components: - - type: Transform - pos: 2.5,23.5 - parent: 2 - - uid: 4441 - components: - - type: Transform - pos: 2.5,24.5 - parent: 2 - - uid: 4442 - components: - - type: Transform - pos: 2.5,25.5 - parent: 2 - - uid: 4443 - components: - - type: Transform - pos: 2.5,26.5 - parent: 2 - - uid: 4444 - components: - - type: Transform - pos: 2.5,27.5 - parent: 2 - - uid: 4445 - components: - - type: Transform - pos: 2.5,28.5 - parent: 2 - - uid: 4446 - components: - - type: Transform - pos: 2.5,29.5 - parent: 2 - - uid: 4447 - components: - - type: Transform - pos: -4.5,22.5 - parent: 2 - - uid: 4448 - components: - - type: Transform - pos: -5.5,22.5 - parent: 2 - - uid: 4449 - components: - - type: Transform - pos: -6.5,22.5 - parent: 2 - - uid: 4450 - components: - - type: Transform - pos: -7.5,22.5 - parent: 2 - - uid: 4451 - components: - - type: Transform - pos: -8.5,22.5 - parent: 2 - - uid: 4452 - components: - - type: Transform - pos: -8.5,23.5 - parent: 2 - - uid: 4453 - components: - - type: Transform - pos: -8.5,24.5 - parent: 2 - - uid: 4454 - components: - - type: Transform - pos: -8.5,25.5 - parent: 2 - - uid: 4455 - components: - - type: Transform - pos: -3.5,25.5 - parent: 2 - - uid: 4456 - components: - - type: Transform - pos: -3.5,26.5 - parent: 2 - - uid: 4457 - components: - - type: Transform - pos: -3.5,27.5 - parent: 2 - - uid: 4458 - components: - - type: Transform - pos: -3.5,28.5 - parent: 2 - - uid: 4459 - components: - - type: Transform - pos: -3.5,29.5 - parent: 2 - - uid: 4460 - components: - - type: Transform - pos: -2.5,29.5 - parent: 2 - - uid: 4461 - components: - - type: Transform - pos: -1.5,29.5 - parent: 2 - - uid: 4462 - components: - - type: Transform - pos: -0.5,29.5 - parent: 2 - - uid: 4463 - components: - - type: Transform - pos: 0.5,29.5 - parent: 2 - - uid: 4464 - components: - - type: Transform - pos: -4.5,26.5 - parent: 2 - - uid: 4465 - components: - - type: Transform - pos: -5.5,26.5 - parent: 2 - - uid: 4466 - components: - - type: Transform - pos: -6.5,26.5 - parent: 2 - - uid: 4467 - components: - - type: Transform - pos: 0.5,37.5 - parent: 2 - - uid: 4468 - components: - - type: Transform - pos: 0.5,38.5 - parent: 2 - - uid: 4469 - components: - - type: Transform - pos: 0.5,30.5 - parent: 2 - - uid: 4470 - components: - - type: Transform - pos: 0.5,31.5 - parent: 2 - - uid: 4471 - components: - - type: Transform - pos: 0.5,32.5 - parent: 2 - - uid: 4472 - components: - - type: Transform - pos: 0.5,33.5 - parent: 2 - - uid: 4473 - components: - - type: Transform - pos: 0.5,34.5 - parent: 2 - - uid: 4474 - components: - - type: Transform - pos: 0.5,35.5 - parent: 2 - - uid: 4475 - components: - - type: Transform - pos: 0.5,36.5 - parent: 2 - - uid: 4476 - components: - - type: Transform - pos: -0.5,21.5 - parent: 2 - - uid: 4477 - components: - - type: Transform - pos: -0.5,19.5 - parent: 2 - - uid: 4478 - components: - - type: Transform - pos: -0.5,20.5 - parent: 2 - - uid: 4479 - components: - - type: Transform - pos: -0.5,18.5 - parent: 2 - - uid: 4480 - components: - - type: Transform - pos: -0.5,17.5 - parent: 2 - - uid: 4481 - components: - - type: Transform - pos: -0.5,16.5 - parent: 2 - - uid: 4482 - components: - - type: Transform - pos: -0.5,15.5 - parent: 2 - - uid: 4483 - components: - - type: Transform - pos: -0.5,14.5 - parent: 2 - - uid: 4484 - components: - - type: Transform - pos: -0.5,13.5 - parent: 2 - - uid: 4485 - components: - - type: Transform - pos: -0.5,12.5 - parent: 2 - - uid: 4486 - components: - - type: Transform - pos: -1.5,16.5 - parent: 2 - - uid: 4487 - components: - - type: Transform - pos: -2.5,16.5 - parent: 2 - - uid: 4488 - components: - - type: Transform - pos: -3.5,16.5 - parent: 2 - - uid: 4489 - components: - - type: Transform - pos: -3.5,15.5 - parent: 2 - - uid: 4490 - components: - - type: Transform - pos: -3.5,14.5 - parent: 2 - - uid: 4491 - components: - - type: Transform - pos: -3.5,13.5 - parent: 2 - - uid: 4492 - components: - - type: Transform - pos: 0.5,16.5 - parent: 2 - - uid: 4493 - components: - - type: Transform - pos: 1.5,16.5 - parent: 2 - - uid: 4494 - components: - - type: Transform - pos: 2.5,16.5 - parent: 2 - - uid: 4495 - components: - - type: Transform - pos: 2.5,15.5 - parent: 2 - - uid: 4496 - components: - - type: Transform - pos: 2.5,14.5 - parent: 2 - - uid: 4497 - components: - - type: Transform - pos: 2.5,13.5 - parent: 2 - - uid: 4498 - components: - - type: Transform - pos: 2.5,12.5 - parent: 2 - - uid: 4499 - components: - - type: Transform - pos: 2.5,17.5 - parent: 2 - - uid: 4500 - components: - - type: Transform - pos: -3.5,17.5 - parent: 2 - - uid: 4501 - components: - - type: Transform - pos: -3.5,12.5 - parent: 2 - - uid: 4502 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 2 - - uid: 4503 - components: - - type: Transform - pos: -11.5,0.5 - parent: 2 - - uid: 4504 - components: - - type: Transform - pos: -11.5,1.5 - parent: 2 - - uid: 4505 - components: - - type: Transform - pos: -11.5,2.5 - parent: 2 - - uid: 4506 - components: - - type: Transform - pos: -11.5,3.5 - parent: 2 - - uid: 4507 - components: - - type: Transform - pos: -11.5,4.5 - parent: 2 - - uid: 4508 - components: - - type: Transform - pos: -11.5,5.5 - parent: 2 - - uid: 4509 - components: - - type: Transform - pos: -11.5,6.5 - parent: 2 - - uid: 4510 - components: - - type: Transform - pos: -11.5,7.5 - parent: 2 - - uid: 4511 - components: - - type: Transform - pos: -11.5,8.5 - parent: 2 - - uid: 4512 - components: - - type: Transform - pos: -11.5,9.5 - parent: 2 - - uid: 4513 - components: - - type: Transform - pos: -10.5,9.5 - parent: 2 - - uid: 4514 - components: - - type: Transform - pos: -9.5,9.5 - parent: 2 - - uid: 4515 - components: - - type: Transform - pos: -8.5,9.5 - parent: 2 - - uid: 4516 - components: - - type: Transform - pos: -7.5,9.5 - parent: 2 - - uid: 4517 - components: - - type: Transform - pos: -6.5,9.5 - parent: 2 - - uid: 4518 - components: - - type: Transform - pos: -11.5,-1.5 - parent: 2 - - uid: 4519 - components: - - type: Transform - pos: -11.5,-2.5 - parent: 2 - - uid: 4520 - components: - - type: Transform - pos: -11.5,-3.5 - parent: 2 - - uid: 4521 - components: - - type: Transform - pos: -11.5,-4.5 - parent: 2 - - uid: 4522 - components: - - type: Transform - pos: -11.5,-5.5 - parent: 2 - - uid: 4523 - components: - - type: Transform - pos: -11.5,-6.5 - parent: 2 - - uid: 4524 - components: - - type: Transform - pos: -11.5,-7.5 - parent: 2 - - uid: 4525 - components: - - type: Transform - pos: -11.5,-8.5 - parent: 2 - - uid: 4526 - components: - - type: Transform - pos: 10.5,-7.5 - parent: 2 - - uid: 4527 - components: - - type: Transform - pos: 11.5,-7.5 - parent: 2 - - uid: 4528 - components: - - type: Transform - pos: 12.5,-7.5 - parent: 2 - - uid: 4529 - components: - - type: Transform - pos: 13.5,-7.5 - parent: 2 - - uid: 4530 - components: - - type: Transform - pos: 13.5,-6.5 - parent: 2 - - uid: 4531 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 2 - - uid: 4532 - components: - - type: Transform - pos: 13.5,-4.5 - parent: 2 - - uid: 4533 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 2 - - uid: 4534 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 2 - - uid: 4535 - components: - - type: Transform - pos: 13.5,-1.5 - parent: 2 - - uid: 4536 - components: - - type: Transform - pos: 13.5,-0.5 - parent: 2 - - uid: 4537 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 2 - - uid: 4538 - components: - - type: Transform - pos: 12.5,-5.5 - parent: 2 - - uid: 4539 - components: - - type: Transform - pos: 11.5,-5.5 - parent: 2 - - uid: 4540 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 2 - - uid: 4541 - components: - - type: Transform - pos: 10.5,0.5 - parent: 2 - - uid: 4542 - components: - - type: Transform - pos: 10.5,1.5 - parent: 2 - - uid: 4543 - components: - - type: Transform - pos: 10.5,2.5 - parent: 2 - - uid: 4544 - components: - - type: Transform - pos: 10.5,3.5 - parent: 2 - - uid: 4545 - components: - - type: Transform - pos: 10.5,4.5 - parent: 2 - - uid: 4546 - components: - - type: Transform - pos: 10.5,5.5 - parent: 2 - - uid: 4547 - components: - - type: Transform - pos: 10.5,6.5 - parent: 2 - - uid: 4548 - components: - - type: Transform - pos: 10.5,7.5 - parent: 2 - - uid: 4549 - components: - - type: Transform - pos: 10.5,8.5 - parent: 2 - - uid: 4550 - components: - - type: Transform - pos: 10.5,9.5 - parent: 2 - - uid: 4551 - components: - - type: Transform - pos: 9.5,9.5 - parent: 2 - - uid: 4552 - components: - - type: Transform - pos: 8.5,9.5 - parent: 2 - - uid: 4553 - components: - - type: Transform - pos: 7.5,9.5 - parent: 2 - - uid: 4554 - components: - - type: Transform - pos: 6.5,9.5 - parent: 2 - - uid: 4555 - components: - - type: Transform - pos: 5.5,9.5 - parent: 2 - - uid: 4556 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 2 - - uid: 4557 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 2 - - uid: 4558 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 2 - - uid: 4559 - components: - - type: Transform - pos: 10.5,-13.5 - parent: 2 - - uid: 4560 - components: - - type: Transform - pos: 10.5,-14.5 - parent: 2 - - uid: 4561 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 2 - - uid: 4562 - components: - - type: Transform - pos: 10.5,-16.5 - parent: 2 - - uid: 4563 - components: - - type: Transform - pos: 11.5,-16.5 - parent: 2 - - uid: 4564 - components: - - type: Transform - pos: 12.5,-16.5 - parent: 2 - - uid: 4565 - components: - - type: Transform - pos: 13.5,-16.5 - parent: 2 - - uid: 4566 - components: - - type: Transform - pos: 14.5,-16.5 - parent: 2 - - uid: 4567 - components: - - type: Transform - pos: 14.5,-15.5 - parent: 2 - - uid: 4568 - components: - - type: Transform - pos: 14.5,-14.5 - parent: 2 - - uid: 4569 - components: - - type: Transform - pos: 14.5,-13.5 - parent: 2 - - uid: 4570 - components: - - type: Transform - pos: 15.5,-13.5 - parent: 2 - - uid: 4571 - components: - - type: Transform - pos: 15.5,-12.5 - parent: 2 - - uid: 4572 - components: - - type: Transform - pos: 15.5,-11.5 - parent: 2 - - uid: 4573 - components: - - type: Transform - pos: 15.5,-10.5 - parent: 2 - - uid: 4574 - components: - - type: Transform - pos: 6.5,-15.5 - parent: 2 - - uid: 4575 - components: - - type: Transform - pos: 6.5,-14.5 - parent: 2 - - uid: 4576 - components: - - type: Transform - pos: 6.5,-13.5 - parent: 2 - - uid: 4577 - components: - - type: Transform - pos: 5.5,-13.5 - parent: 2 - - uid: 4578 - components: - - type: Transform - pos: 5.5,-12.5 - parent: 2 - - uid: 4579 - components: - - type: Transform - pos: 5.5,-11.5 - parent: 2 - - uid: 4580 - components: - - type: Transform - pos: 5.5,-10.5 - parent: 2 - - uid: 4581 - components: - - type: Transform - pos: 6.5,-17.5 - parent: 2 - - uid: 4582 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 2 - - uid: 4583 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 2 - - uid: 4584 - components: - - type: Transform - pos: 5.5,-19.5 - parent: 2 - - uid: 4585 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 2 - - uid: 4586 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 2 - - uid: 4587 - components: - - type: Transform - pos: 5.5,-22.5 - parent: 2 - - uid: 4588 - components: - - type: Transform - pos: 10.5,-17.5 - parent: 2 - - uid: 4589 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 2 - - uid: 4590 - components: - - type: Transform - pos: 10.5,-19.5 - parent: 2 - - uid: 4591 - components: - - type: Transform - pos: 10.5,-20.5 - parent: 2 - - uid: 4592 - components: - - type: Transform - pos: 10.5,-21.5 - parent: 2 - - uid: 4593 - components: - - type: Transform - pos: 10.5,-22.5 - parent: 2 - - uid: 4594 - components: - - type: Transform - pos: 14.5,-17.5 - parent: 2 - - uid: 4595 - components: - - type: Transform - pos: 14.5,-18.5 - parent: 2 - - uid: 4596 - components: - - type: Transform - pos: 14.5,-19.5 - parent: 2 - - uid: 4597 - components: - - type: Transform - pos: 15.5,-19.5 - parent: 2 - - uid: 4598 - components: - - type: Transform - pos: 15.5,-20.5 - parent: 2 - - uid: 4599 - components: - - type: Transform - pos: 15.5,-21.5 - parent: 2 - - uid: 4600 - components: - - type: Transform - pos: 15.5,-22.5 - parent: 2 - - uid: 4601 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 2 - - uid: 4602 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 2 - - uid: 4603 - components: - - type: Transform - pos: 8.5,-16.5 - parent: 2 - - uid: 4604 - components: - - type: Transform - pos: 9.5,-16.5 - parent: 2 - - uid: 4605 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 2 - - uid: 4606 - components: - - type: Transform - pos: 4.5,-16.5 - parent: 2 - - uid: 4607 - components: - - type: Transform - pos: 3.5,-16.5 - parent: 2 - - uid: 4608 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 2 - - uid: 4609 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 2 - - uid: 4610 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 2 - - uid: 4611 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 2 - - uid: 4612 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 2 - - uid: 4613 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 2 - - uid: 4614 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 2 - - uid: 4615 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 2 - - uid: 4616 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 2 - - uid: 4617 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 2 - - uid: 4618 - components: - - type: Transform - pos: -0.5,-21.5 - parent: 2 - - uid: 4619 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 2 - - uid: 4620 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 2 - - uid: 4621 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 2 - - uid: 4622 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 2 - - uid: 4623 - components: - - type: Transform - pos: -1.5,-25.5 - parent: 2 - - uid: 4624 - components: - - type: Transform - pos: -2.5,-25.5 - parent: 2 - - uid: 4625 - components: - - type: Transform - pos: -1.5,-22.5 - parent: 2 - - uid: 4626 - components: - - type: Transform - pos: -2.5,-22.5 - parent: 2 - - uid: 4627 - components: - - type: Transform - pos: -3.5,-22.5 - parent: 2 - - uid: 4628 - components: - - type: Transform - pos: 0.5,-22.5 - parent: 2 - - uid: 4629 - components: - - type: Transform - pos: 1.5,-22.5 - parent: 2 - - uid: 4630 - components: - - type: Transform - pos: 2.5,-22.5 - parent: 2 - - uid: 4631 - components: - - type: Transform - pos: 2.5,-23.5 - parent: 2 - - uid: 4632 - components: - - type: Transform - pos: -3.5,-23.5 - parent: 2 - - uid: 4633 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 2 - - uid: 4634 - components: - - type: Transform - pos: -3.5,-16.5 - parent: 2 - - uid: 4635 - components: - - type: Transform - pos: -4.5,-16.5 - parent: 2 - - uid: 4636 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 2 - - uid: 4637 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 2 - - uid: 4638 - components: - - type: Transform - pos: -7.5,-16.5 - parent: 2 - - uid: 4639 - components: - - type: Transform - pos: -8.5,-16.5 - parent: 2 - - uid: 4640 - components: - - type: Transform - pos: -9.5,-16.5 - parent: 2 - - uid: 4641 - components: - - type: Transform - pos: -10.5,-16.5 - parent: 2 - - uid: 4642 - components: - - type: Transform - pos: -11.5,-16.5 - parent: 2 - - uid: 4643 - components: - - type: Transform - pos: -12.5,-16.5 - parent: 2 - - uid: 4644 - components: - - type: Transform - pos: -13.5,-16.5 - parent: 2 - - uid: 4645 - components: - - type: Transform - pos: -13.5,-15.5 - parent: 2 - - uid: 4646 - components: - - type: Transform - pos: -13.5,-14.5 - parent: 2 - - uid: 4647 - components: - - type: Transform - pos: -11.5,-15.5 - parent: 2 - - uid: 4648 - components: - - type: Transform - pos: -11.5,-14.5 - parent: 2 - - uid: 4649 - components: - - type: Transform - pos: -11.5,-13.5 - parent: 2 - - uid: 4650 - components: - - type: Transform - pos: -11.5,-12.5 - parent: 2 - - uid: 4651 - components: - - type: Transform - pos: -11.5,-11.5 - parent: 2 - - uid: 4652 - components: - - type: Transform - pos: -8.5,-15.5 - parent: 2 - - uid: 4653 - components: - - type: Transform - pos: -8.5,-14.5 - parent: 2 - - uid: 4654 - components: - - type: Transform - pos: -8.5,-13.5 - parent: 2 - - uid: 4655 - components: - - type: Transform - pos: -8.5,-12.5 - parent: 2 - - uid: 4656 - components: - - type: Transform - pos: -8.5,-11.5 - parent: 2 - - uid: 4657 - components: - - type: Transform - pos: -7.5,-11.5 - parent: 2 - - uid: 4658 - components: - - type: Transform - pos: -8.5,-17.5 - parent: 2 - - uid: 4659 - components: - - type: Transform - pos: -8.5,-18.5 - parent: 2 - - uid: 4660 - components: - - type: Transform - pos: -8.5,-19.5 - parent: 2 - - uid: 4661 - components: - - type: Transform - pos: -8.5,-20.5 - parent: 2 - - uid: 4662 - components: - - type: Transform - pos: -8.5,-21.5 - parent: 2 - - uid: 4663 - components: - - type: Transform - pos: -7.5,-21.5 - parent: 2 - - uid: 4664 - components: - - type: Transform - pos: -11.5,-17.5 - parent: 2 - - uid: 4665 - components: - - type: Transform - pos: -11.5,-18.5 - parent: 2 - - uid: 4666 - components: - - type: Transform - pos: -11.5,-19.5 - parent: 2 - - uid: 4667 - components: - - type: Transform - pos: -11.5,-20.5 - parent: 2 - - uid: 4668 - components: - - type: Transform - pos: -11.5,-21.5 - parent: 2 - - uid: 4669 - components: - - type: Transform - pos: -14.5,-16.5 - parent: 2 - - uid: 4670 - components: - - type: Transform - pos: -14.5,-19.5 - parent: 2 - - uid: 4671 - components: - - type: Transform - pos: -14.5,-18.5 - parent: 2 - - uid: 4672 - components: - - type: Transform - pos: -14.5,-17.5 - parent: 2 - - uid: 4673 - components: - - type: Transform - pos: -14.5,-20.5 - parent: 2 - - uid: 4674 - components: - - type: Transform - pos: -14.5,-21.5 - parent: 2 - - uid: 4675 - components: - - type: Transform - pos: -15.5,-21.5 - parent: 2 - - uid: 4676 - components: - - type: Transform - pos: -14.5,-14.5 - parent: 2 - - uid: 4677 - components: - - type: Transform - pos: -14.5,-13.5 - parent: 2 - - uid: 4678 - components: - - type: Transform - pos: -14.5,-12.5 - parent: 2 - - uid: 4679 - components: - - type: Transform - pos: -14.5,-11.5 - parent: 2 - - uid: 4680 - components: - - type: Transform - pos: -15.5,-11.5 - parent: 2 - - uid: 4681 - components: - - type: Transform - pos: -15.5,-16.5 - parent: 2 - - uid: 4682 - components: - - type: Transform - pos: -16.5,-16.5 - parent: 2 - - uid: 4683 - components: - - type: Transform - pos: 15.5,-16.5 - parent: 2 - - uid: 4684 - components: - - type: Transform - pos: -0.5,-26.5 - parent: 2 - - uid: 4685 - components: - - type: Transform - pos: -0.5,-27.5 - parent: 2 - - uid: 4686 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 2 - - uid: 4687 - components: - - type: Transform - pos: -0.5,-29.5 - parent: 2 - - uid: 4688 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 2 - - uid: 4689 - components: - - type: Transform - pos: -0.5,-31.5 - parent: 2 - - uid: 4690 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 2 - - uid: 4691 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 2 - - uid: 4692 - components: - - type: Transform - pos: 2.5,-26.5 - parent: 2 - - uid: 4693 - components: - - type: Transform - pos: 3.5,-26.5 - parent: 2 - - uid: 4694 - components: - - type: Transform - pos: 3.5,-27.5 - parent: 2 - - uid: 4695 - components: - - type: Transform - pos: 4.5,-27.5 - parent: 2 - - uid: 4696 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 4697 - components: - - type: Transform - pos: 6.5,-27.5 - parent: 2 - - uid: 4698 - components: - - type: Transform - pos: 7.5,-27.5 - parent: 2 - - uid: 4699 - components: - - type: Transform - pos: 8.5,-27.5 - parent: 2 - - uid: 4700 - components: - - type: Transform - pos: 0.5,-31.5 - parent: 2 - - uid: 4701 - components: - - type: Transform - pos: 0.5,-32.5 - parent: 2 - - uid: 4702 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 2 - - uid: 4703 - components: - - type: Transform - pos: 2.5,-32.5 - parent: 2 - - uid: 4704 - components: - - type: Transform - pos: 3.5,-32.5 - parent: 2 - - uid: 4705 - components: - - type: Transform - pos: 4.5,-32.5 - parent: 2 - - uid: 4706 - components: - - type: Transform - pos: 5.5,-32.5 - parent: 2 - - uid: 4707 - components: - - type: Transform - pos: 6.5,-32.5 - parent: 2 - - uid: 4708 - components: - - type: Transform - pos: 7.5,-32.5 - parent: 2 - - uid: 4709 - components: - - type: Transform - pos: 8.5,-32.5 - parent: 2 - - uid: 4710 - components: - - type: Transform - pos: 9.5,-32.5 - parent: 2 - - uid: 4711 - components: - - type: Transform - pos: 9.5,-33.5 - parent: 2 - - uid: 4712 - components: - - type: Transform - pos: 9.5,-34.5 - parent: 2 - - uid: 4713 - components: - - type: Transform - pos: 9.5,-35.5 - parent: 2 - - uid: 4714 - components: - - type: Transform - pos: 9.5,-36.5 - parent: 2 - - uid: 4715 - components: - - type: Transform - pos: 9.5,-37.5 - parent: 2 - - uid: 4716 - components: - - type: Transform - pos: 9.5,-38.5 - parent: 2 - - uid: 4717 - components: - - type: Transform - pos: 9.5,-39.5 - parent: 2 - - uid: 4718 - components: - - type: Transform - pos: 10.5,-39.5 - parent: 2 - - uid: 4719 - components: - - type: Transform - pos: 11.5,-39.5 - parent: 2 - - uid: 4720 - components: - - type: Transform - pos: 12.5,-39.5 - parent: 2 - - uid: 4721 - components: - - type: Transform - pos: 13.5,-39.5 - parent: 2 - - uid: 4722 - components: - - type: Transform - pos: 14.5,-39.5 - parent: 2 - - uid: 4723 - components: - - type: Transform - pos: 15.5,-39.5 - parent: 2 - - uid: 4724 - components: - - type: Transform - pos: 16.5,-39.5 - parent: 2 - - uid: 4725 - components: - - type: Transform - pos: 17.5,-39.5 - parent: 2 - - uid: 4726 - components: - - type: Transform - pos: 18.5,-39.5 - parent: 2 - - uid: 4727 - components: - - type: Transform - pos: 19.5,-39.5 - parent: 2 - - uid: 4728 - components: - - type: Transform - pos: -1.5,-31.5 - parent: 2 - - uid: 4729 - components: - - type: Transform - pos: -1.5,-32.5 - parent: 2 - - uid: 4730 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 2 - - uid: 4731 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 2 - - uid: 4732 - components: - - type: Transform - pos: -4.5,-32.5 - parent: 2 - - uid: 4733 - components: - - type: Transform - pos: -5.5,-32.5 - parent: 2 - - uid: 4734 - components: - - type: Transform - pos: -6.5,-32.5 - parent: 2 - - uid: 4735 - components: - - type: Transform - pos: -7.5,-32.5 - parent: 2 - - uid: 4736 - components: - - type: Transform - pos: -8.5,-32.5 - parent: 2 - - uid: 4737 - components: - - type: Transform - pos: -9.5,-32.5 - parent: 2 - - uid: 4738 - components: - - type: Transform - pos: -10.5,-32.5 - parent: 2 - - uid: 4739 - components: - - type: Transform - pos: -10.5,-33.5 - parent: 2 - - uid: 4740 - components: - - type: Transform - pos: -10.5,-34.5 - parent: 2 - - uid: 4741 - components: - - type: Transform - pos: -10.5,-35.5 - parent: 2 - - uid: 4742 - components: - - type: Transform - pos: -10.5,-36.5 - parent: 2 - - uid: 4743 - components: - - type: Transform - pos: -10.5,-37.5 - parent: 2 - - uid: 4744 - components: - - type: Transform - pos: -10.5,-38.5 - parent: 2 - - uid: 4745 - components: - - type: Transform - pos: -10.5,-39.5 - parent: 2 - - uid: 4746 - components: - - type: Transform - pos: -11.5,-39.5 - parent: 2 - - uid: 4747 - components: - - type: Transform - pos: -12.5,-39.5 - parent: 2 - - uid: 4748 - components: - - type: Transform - pos: -13.5,-39.5 - parent: 2 - - uid: 4749 - components: - - type: Transform - pos: -14.5,-39.5 - parent: 2 - - uid: 4750 - components: - - type: Transform - pos: -15.5,-39.5 - parent: 2 - - uid: 4751 - components: - - type: Transform - pos: -16.5,-39.5 - parent: 2 - - uid: 4752 - components: - - type: Transform - pos: -17.5,-39.5 - parent: 2 - - uid: 4753 - components: - - type: Transform - pos: -18.5,-39.5 - parent: 2 - - uid: 4754 - components: - - type: Transform - pos: -19.5,-39.5 - parent: 2 - - uid: 4755 - components: - - type: Transform - pos: -20.5,-39.5 - parent: 2 - - uid: 4756 - components: - - type: Transform - pos: 18.5,-34.5 - parent: 2 - - uid: 4757 - components: - - type: Transform - pos: 17.5,-34.5 - parent: 2 - - uid: 4758 - components: - - type: Transform - pos: 16.5,-34.5 - parent: 2 - - uid: 4759 - components: - - type: Transform - pos: 15.5,-34.5 - parent: 2 - - uid: 4760 - components: - - type: Transform - pos: 14.5,-34.5 - parent: 2 - - uid: 4761 - components: - - type: Transform - pos: 13.5,-34.5 - parent: 2 - - uid: 4762 - components: - - type: Transform - pos: 12.5,-34.5 - parent: 2 - - uid: 4763 - components: - - type: Transform - pos: 13.5,-35.5 - parent: 2 - - uid: 4764 - components: - - type: Transform - pos: 13.5,-36.5 - parent: 2 - - uid: 4765 - components: - - type: Transform - pos: 14.5,-36.5 - parent: 2 - - uid: 4766 - components: - - type: Transform - pos: 15.5,-36.5 - parent: 2 - - uid: 4767 - components: - - type: Transform - pos: 16.5,-36.5 - parent: 2 - - uid: 4768 - components: - - type: Transform - pos: 13.5,-33.5 - parent: 2 - - uid: 4769 - components: - - type: Transform - pos: 13.5,-32.5 - parent: 2 - - uid: 4770 - components: - - type: Transform - pos: 13.5,-31.5 - parent: 2 - - uid: 4771 - components: - - type: Transform - pos: 13.5,-30.5 - parent: 2 - - uid: 4772 - components: - - type: Transform - pos: 13.5,-29.5 - parent: 2 - - uid: 4773 - components: - - type: Transform - pos: 14.5,-30.5 - parent: 2 - - uid: 4774 - components: - - type: Transform - pos: 15.5,-30.5 - parent: 2 - - uid: 4775 - components: - - type: Transform - pos: 16.5,-30.5 - parent: 2 - - uid: 4776 - components: - - type: Transform - pos: 17.5,-30.5 - parent: 2 - - uid: 4777 - components: - - type: Transform - pos: 18.5,-30.5 - parent: 2 - - uid: 4778 - components: - - type: Transform - pos: 19.5,-30.5 - parent: 2 - - uid: 4779 - components: - - type: Transform - pos: 19.5,-31.5 - parent: 2 - - uid: 4780 - components: - - type: Transform - pos: 19.5,-32.5 - parent: 2 - - uid: 4781 - components: - - type: Transform - pos: 8.5,-31.5 - parent: 2 - - uid: 4782 - components: - - type: Transform - pos: 8.5,-30.5 - parent: 2 - - uid: 4783 - components: - - type: Transform - pos: 8.5,-29.5 - parent: 2 - - uid: 4784 - components: - - type: Transform - pos: -10.5,-41.5 - parent: 2 - - uid: 4785 - components: - - type: Transform - pos: -10.5,-42.5 - parent: 2 - - uid: 4786 - components: - - type: Transform - pos: -10.5,-43.5 - parent: 2 - - uid: 4787 - components: - - type: Transform - pos: -10.5,-44.5 - parent: 2 - - uid: 4788 - components: - - type: Transform - pos: -10.5,-45.5 - parent: 2 - - uid: 4789 - components: - - type: Transform - pos: -10.5,-46.5 - parent: 2 - - uid: 4790 - components: - - type: Transform - pos: -10.5,-47.5 - parent: 2 - - uid: 4791 - components: - - type: Transform - pos: -10.5,-48.5 - parent: 2 - - uid: 4792 - components: - - type: Transform - pos: -10.5,-49.5 - parent: 2 - - uid: 4793 - components: - - type: Transform - pos: -10.5,-50.5 - parent: 2 - - uid: 4794 - components: - - type: Transform - pos: -10.5,-51.5 - parent: 2 - - uid: 4795 - components: - - type: Transform - pos: -10.5,-52.5 - parent: 2 - - uid: 4796 - components: - - type: Transform - pos: -9.5,-52.5 - parent: 2 - - uid: 4797 - components: - - type: Transform - pos: -8.5,-52.5 - parent: 2 - - uid: 4798 - components: - - type: Transform - pos: -7.5,-52.5 - parent: 2 - - uid: 4799 - components: - - type: Transform - pos: -10.5,-53.5 - parent: 2 - - uid: 4800 - components: - - type: Transform - pos: -10.5,-54.5 - parent: 2 - - uid: 4801 - components: - - type: Transform - pos: -10.5,-55.5 - parent: 2 - - uid: 4802 - components: - - type: Transform - pos: -10.5,-56.5 - parent: 2 - - uid: 4803 - components: - - type: Transform - pos: -10.5,-57.5 - parent: 2 - - uid: 4804 - components: - - type: Transform - pos: -9.5,-57.5 - parent: 2 - - uid: 4805 - components: - - type: Transform - pos: -8.5,-57.5 - parent: 2 - - uid: 4806 - components: - - type: Transform - pos: -7.5,-57.5 - parent: 2 - - uid: 4807 - components: - - type: Transform - pos: -6.5,-57.5 - parent: 2 - - uid: 4808 - components: - - type: Transform - pos: -11.5,-57.5 - parent: 2 - - uid: 4809 - components: - - type: Transform - pos: -12.5,-57.5 - parent: 2 - - uid: 4810 - components: - - type: Transform - pos: -13.5,-57.5 - parent: 2 - - uid: 4811 - components: - - type: Transform - pos: -14.5,-57.5 - parent: 2 - - uid: 4812 - components: - - type: Transform - pos: -10.5,-58.5 - parent: 2 - - uid: 4813 - components: - - type: Transform - pos: -10.5,-59.5 - parent: 2 - - uid: 4814 - components: - - type: Transform - pos: -10.5,-60.5 - parent: 2 - - uid: 4815 - components: - - type: Transform - pos: -10.5,-61.5 - parent: 2 - - uid: 4816 - components: - - type: Transform - pos: -10.5,-62.5 - parent: 2 - - uid: 4817 - components: - - type: Transform - pos: -10.5,-63.5 - parent: 2 - - uid: 4818 - components: - - type: Transform - pos: -10.5,-64.5 - parent: 2 - - uid: 4819 - components: - - type: Transform - pos: -9.5,-64.5 - parent: 2 - - uid: 4820 - components: - - type: Transform - pos: -8.5,-64.5 - parent: 2 - - uid: 4821 - components: - - type: Transform - pos: -7.5,-64.5 - parent: 2 - - uid: 4822 - components: - - type: Transform - pos: -6.5,-64.5 - parent: 2 - - uid: 4823 - components: - - type: Transform - pos: -11.5,-64.5 - parent: 2 - - uid: 4824 - components: - - type: Transform - pos: -12.5,-64.5 - parent: 2 - - uid: 4825 - components: - - type: Transform - pos: -13.5,-64.5 - parent: 2 - - uid: 4826 - components: - - type: Transform - pos: -14.5,-64.5 - parent: 2 - - uid: 4827 - components: - - type: Transform - pos: -10.5,-65.5 - parent: 2 - - uid: 4828 - components: - - type: Transform - pos: -10.5,-66.5 - parent: 2 - - uid: 4829 - components: - - type: Transform - pos: -10.5,-67.5 - parent: 2 - - uid: 4830 - components: - - type: Transform - pos: -9.5,-62.5 - parent: 2 - - uid: 4831 - components: - - type: Transform - pos: -8.5,-62.5 - parent: 2 - - uid: 4832 - components: - - type: Transform - pos: -8.5,-61.5 - parent: 2 - - uid: 4833 - components: - - type: Transform - pos: -8.5,-60.5 - parent: 2 - - uid: 4834 - components: - - type: Transform - pos: -8.5,-59.5 - parent: 2 - - uid: 4835 - components: - - type: Transform - pos: -11.5,-62.5 - parent: 2 - - uid: 4836 - components: - - type: Transform - pos: -12.5,-62.5 - parent: 2 - - uid: 4837 - components: - - type: Transform - pos: -12.5,-61.5 - parent: 2 - - uid: 4838 - components: - - type: Transform - pos: -12.5,-60.5 - parent: 2 - - uid: 4839 - components: - - type: Transform - pos: -12.5,-59.5 - parent: 2 - - uid: 4840 - components: - - type: Transform - pos: -9.5,-46.5 - parent: 2 - - uid: 4841 - components: - - type: Transform - pos: -8.5,-46.5 - parent: 2 - - uid: 4842 - components: - - type: Transform - pos: -7.5,-46.5 - parent: 2 - - uid: 4843 - components: - - type: Transform - pos: -6.5,-46.5 - parent: 2 - - uid: 4844 - components: - - type: Transform - pos: -5.5,-46.5 - parent: 2 - - uid: 4845 - components: - - type: Transform - pos: -4.5,-46.5 - parent: 2 - - uid: 4846 - components: - - type: Transform - pos: -3.5,-46.5 - parent: 2 - - uid: 4847 - components: - - type: Transform - pos: -2.5,-46.5 - parent: 2 - - uid: 4848 - components: - - type: Transform - pos: -1.5,-46.5 - parent: 2 - - uid: 4849 - components: - - type: Transform - pos: -1.5,-45.5 - parent: 2 - - uid: 4850 - components: - - type: Transform - pos: -1.5,-44.5 - parent: 2 - - uid: 4851 - components: - - type: Transform - pos: 0.5,-44.5 - parent: 2 - - uid: 4852 - components: - - type: Transform - pos: 0.5,-45.5 - parent: 2 - - uid: 4853 - components: - - type: Transform - pos: 0.5,-46.5 - parent: 2 - - uid: 4854 - components: - - type: Transform - pos: -1.5,-47.5 - parent: 2 - - uid: 4855 - components: - - type: Transform - pos: 0.5,-47.5 - parent: 2 - - uid: 4856 - components: - - type: Transform - pos: 1.5,-46.5 - parent: 2 - - uid: 4857 - components: - - type: Transform - pos: 2.5,-46.5 - parent: 2 - - uid: 4858 - components: - - type: Transform - pos: 3.5,-46.5 - parent: 2 - - uid: 4859 - components: - - type: Transform - pos: 4.5,-46.5 - parent: 2 - - uid: 4860 - components: - - type: Transform - pos: 5.5,-46.5 - parent: 2 - - uid: 4861 - components: - - type: Transform - pos: 6.5,-46.5 - parent: 2 - - uid: 4862 - components: - - type: Transform - pos: 7.5,-46.5 - parent: 2 - - uid: 4863 - components: - - type: Transform - pos: 8.5,-46.5 - parent: 2 - - uid: 4864 - components: - - type: Transform - pos: 9.5,-46.5 - parent: 2 - - uid: 4865 - components: - - type: Transform - pos: 9.5,-48.5 - parent: 2 - - uid: 4866 - components: - - type: Transform - pos: 9.5,-49.5 - parent: 2 - - uid: 4867 - components: - - type: Transform - pos: 9.5,-50.5 - parent: 2 - - uid: 4868 - components: - - type: Transform - pos: 9.5,-51.5 - parent: 2 - - uid: 4869 - components: - - type: Transform - pos: 9.5,-52.5 - parent: 2 - - uid: 4870 - components: - - type: Transform - pos: 8.5,-52.5 - parent: 2 - - uid: 4871 - components: - - type: Transform - pos: 7.5,-52.5 - parent: 2 - - uid: 4872 - components: - - type: Transform - pos: 6.5,-52.5 - parent: 2 - - uid: 4873 - components: - - type: Transform - pos: -9.5,-39.5 - parent: 2 - - uid: 4874 - components: - - type: Transform - pos: 9.5,-53.5 - parent: 2 - - uid: 4875 - components: - - type: Transform - pos: 9.5,-54.5 - parent: 2 - - uid: 4876 - components: - - type: Transform - pos: 9.5,-55.5 - parent: 2 - - uid: 4877 - components: - - type: Transform - pos: 9.5,-56.5 - parent: 2 - - uid: 4878 - components: - - type: Transform - pos: 9.5,-57.5 - parent: 2 - - uid: 4879 - components: - - type: Transform - pos: 9.5,-58.5 - parent: 2 - - uid: 4880 - components: - - type: Transform - pos: 9.5,-59.5 - parent: 2 - - uid: 4881 - components: - - type: Transform - pos: 9.5,-60.5 - parent: 2 - - uid: 4882 - components: - - type: Transform - pos: 9.5,-61.5 - parent: 2 - - uid: 4883 - components: - - type: Transform - pos: 9.5,-62.5 - parent: 2 - - uid: 4884 - components: - - type: Transform - pos: 9.5,-63.5 - parent: 2 - - uid: 4885 - components: - - type: Transform - pos: 9.5,-64.5 - parent: 2 - - uid: 4886 - components: - - type: Transform - pos: 9.5,-65.5 - parent: 2 - - uid: 4887 - components: - - type: Transform - pos: 9.5,-66.5 - parent: 2 - - uid: 4888 - components: - - type: Transform - pos: 9.5,-67.5 - parent: 2 - - uid: 4889 - components: - - type: Transform - pos: 8.5,-64.5 - parent: 2 - - uid: 4890 - components: - - type: Transform - pos: 7.5,-64.5 - parent: 2 - - uid: 4891 - components: - - type: Transform - pos: 6.5,-64.5 - parent: 2 - - uid: 4892 - components: - - type: Transform - pos: 5.5,-64.5 - parent: 2 - - uid: 4893 - components: - - type: Transform - pos: 10.5,-64.5 - parent: 2 - - uid: 4894 - components: - - type: Transform - pos: 11.5,-64.5 - parent: 2 - - uid: 4895 - components: - - type: Transform - pos: 12.5,-64.5 - parent: 2 - - uid: 4896 - components: - - type: Transform - pos: 13.5,-64.5 - parent: 2 - - uid: 4897 - components: - - type: Transform - pos: 10.5,-62.5 - parent: 2 - - uid: 4898 - components: - - type: Transform - pos: 11.5,-62.5 - parent: 2 - - uid: 4899 - components: - - type: Transform - pos: 11.5,-61.5 - parent: 2 - - uid: 4900 - components: - - type: Transform - pos: 11.5,-60.5 - parent: 2 - - uid: 4901 - components: - - type: Transform - pos: 11.5,-59.5 - parent: 2 - - uid: 4902 - components: - - type: Transform - pos: 8.5,-62.5 - parent: 2 - - uid: 4903 - components: - - type: Transform - pos: 7.5,-62.5 - parent: 2 - - uid: 4904 - components: - - type: Transform - pos: 7.5,-61.5 - parent: 2 - - uid: 4905 - components: - - type: Transform - pos: 7.5,-60.5 - parent: 2 - - uid: 4906 - components: - - type: Transform - pos: 7.5,-59.5 - parent: 2 - - uid: 4907 - components: - - type: Transform - pos: 8.5,-57.5 - parent: 2 - - uid: 4908 - components: - - type: Transform - pos: 7.5,-57.5 - parent: 2 - - uid: 4909 - components: - - type: Transform - pos: 6.5,-57.5 - parent: 2 - - uid: 4910 - components: - - type: Transform - pos: 5.5,-57.5 - parent: 2 - - uid: 4911 - components: - - type: Transform - pos: 10.5,-57.5 - parent: 2 - - uid: 4912 - components: - - type: Transform - pos: 11.5,-57.5 - parent: 2 - - uid: 4913 - components: - - type: Transform - pos: 12.5,-57.5 - parent: 2 - - uid: 4914 - components: - - type: Transform - pos: 13.5,-57.5 - parent: 2 - - uid: 4915 - components: - - type: Transform - pos: 9.5,-45.5 - parent: 2 - - uid: 4916 - components: - - type: Transform - pos: 9.5,-44.5 - parent: 2 - - uid: 4917 - components: - - type: Transform - pos: 9.5,-43.5 - parent: 2 - - uid: 4918 - components: - - type: Transform - pos: 9.5,-42.5 - parent: 2 - - uid: 4919 - components: - - type: Transform - pos: 9.5,-41.5 - parent: 2 - - uid: 4920 - components: - - type: Transform - pos: -8.5,-39.5 - parent: 2 - - uid: 4921 - components: - - type: Transform - pos: -34.5,-22.5 - parent: 2 - - uid: 4922 - components: - - type: Transform - pos: 8.5,-39.5 - parent: 2 - - uid: 4923 - components: - - type: Transform - pos: 7.5,-39.5 - parent: 2 - - uid: 4924 - components: - - type: Transform - pos: 0.5,-33.5 - parent: 2 - - uid: 4925 - components: - - type: Transform - pos: 0.5,-34.5 - parent: 2 - - uid: 4926 - components: - - type: Transform - pos: -1.5,-34.5 - parent: 2 - - uid: 4927 - components: - - type: Transform - pos: -1.5,-33.5 - parent: 2 - - uid: 4928 - components: - - type: Transform - pos: 32.5,-38.5 - parent: 2 - - uid: 4929 - components: - - type: Transform - pos: 32.5,-39.5 - parent: 2 - - uid: 4930 - components: - - type: Transform - pos: 32.5,-20.5 - parent: 2 - - uid: 4931 - components: - - type: Transform - pos: 32.5,-21.5 - parent: 2 - - uid: 4932 - components: - - type: Transform - pos: 32.5,-22.5 - parent: 2 - - uid: 4933 - components: - - type: Transform - pos: 32.5,-23.5 - parent: 2 - - uid: 4934 - components: - - type: Transform - pos: 32.5,-24.5 - parent: 2 - - uid: 4935 - components: - - type: Transform - pos: 32.5,-25.5 - parent: 2 - - uid: 4936 - components: - - type: Transform - pos: 32.5,-26.5 - parent: 2 - - uid: 4937 - components: - - type: Transform - pos: 32.5,-27.5 - parent: 2 - - uid: 4938 - components: - - type: Transform - pos: 32.5,-28.5 - parent: 2 - - uid: 4939 - components: - - type: Transform - pos: 32.5,-29.5 - parent: 2 - - uid: 4940 - components: - - type: Transform - pos: 32.5,-30.5 - parent: 2 - - uid: 4941 - components: - - type: Transform - pos: 32.5,-31.5 - parent: 2 - - uid: 4942 - components: - - type: Transform - pos: 32.5,-32.5 - parent: 2 - - uid: 4943 - components: - - type: Transform - pos: 32.5,-33.5 - parent: 2 - - uid: 4944 - components: - - type: Transform - pos: 32.5,-34.5 - parent: 2 - - uid: 4945 - components: - - type: Transform - pos: 32.5,-35.5 - parent: 2 - - uid: 4946 - components: - - type: Transform - pos: 32.5,-36.5 - parent: 2 - - uid: 4947 - components: - - type: Transform - pos: 32.5,-37.5 - parent: 2 - - uid: 4948 - components: - - type: Transform - pos: 31.5,-39.5 - parent: 2 - - uid: 4949 - components: - - type: Transform - pos: 30.5,-39.5 - parent: 2 - - uid: 4950 - components: - - type: Transform - pos: 29.5,-39.5 - parent: 2 - - uid: 4951 - components: - - type: Transform - pos: 28.5,-39.5 - parent: 2 - - uid: 4952 - components: - - type: Transform - pos: 27.5,-39.5 - parent: 2 - - uid: 4953 - components: - - type: Transform - pos: 26.5,-39.5 - parent: 2 - - uid: 4954 - components: - - type: Transform - pos: 25.5,-39.5 - parent: 2 - - uid: 4955 - components: - - type: Transform - pos: 24.5,-39.5 - parent: 2 - - uid: 4956 - components: - - type: Transform - pos: 23.5,-39.5 - parent: 2 - - uid: 4957 - components: - - type: Transform - pos: 22.5,-39.5 - parent: 2 - - uid: 4958 - components: - - type: Transform - pos: 21.5,-39.5 - parent: 2 - - uid: 4959 - components: - - type: Transform - pos: 33.5,-22.5 - parent: 2 - - uid: 4960 - components: - - type: Transform - pos: 34.5,-22.5 - parent: 2 - - uid: 4961 - components: - - type: Transform - pos: 35.5,-22.5 - parent: 2 - - uid: 4962 - components: - - type: Transform - pos: 36.5,-22.5 - parent: 2 - - uid: 4963 - components: - - type: Transform - pos: 37.5,-22.5 - parent: 2 - - uid: 4964 - components: - - type: Transform - pos: 38.5,-22.5 - parent: 2 - - uid: 4965 - components: - - type: Transform - pos: 39.5,-22.5 - parent: 2 - - uid: 4966 - components: - - type: Transform - pos: 40.5,-22.5 - parent: 2 - - uid: 4967 - components: - - type: Transform - pos: 41.5,-22.5 - parent: 2 - - uid: 4968 - components: - - type: Transform - pos: 42.5,-22.5 - parent: 2 - - uid: 4969 - components: - - type: Transform - pos: 43.5,-22.5 - parent: 2 - - uid: 4970 - components: - - type: Transform - pos: 43.5,-16.5 - parent: 2 - - uid: 4971 - components: - - type: Transform - pos: 43.5,-17.5 - parent: 2 - - uid: 4972 - components: - - type: Transform - pos: 43.5,-18.5 - parent: 2 - - uid: 4973 - components: - - type: Transform - pos: 43.5,-19.5 - parent: 2 - - uid: 4974 - components: - - type: Transform - pos: 43.5,-20.5 - parent: 2 - - uid: 4975 - components: - - type: Transform - pos: 43.5,1.5 - parent: 2 - - uid: 4976 - components: - - type: Transform - pos: 43.5,0.5 - parent: 2 - - uid: 4977 - components: - - type: Transform - pos: 43.5,-0.5 - parent: 2 - - uid: 4978 - components: - - type: Transform - pos: 43.5,-1.5 - parent: 2 - - uid: 4979 - components: - - type: Transform - pos: 43.5,-2.5 - parent: 2 - - uid: 4980 - components: - - type: Transform - pos: 43.5,-3.5 - parent: 2 - - uid: 4981 - components: - - type: Transform - pos: 43.5,-4.5 - parent: 2 - - uid: 4982 - components: - - type: Transform - pos: 43.5,-5.5 - parent: 2 - - uid: 4983 - components: - - type: Transform - pos: 43.5,-6.5 - parent: 2 - - uid: 4984 - components: - - type: Transform - pos: 43.5,-7.5 - parent: 2 - - uid: 4985 - components: - - type: Transform - pos: 43.5,-8.5 - parent: 2 - - uid: 4986 - components: - - type: Transform - pos: 43.5,-9.5 - parent: 2 - - uid: 4987 - components: - - type: Transform - pos: 43.5,-10.5 - parent: 2 - - uid: 4988 - components: - - type: Transform - pos: 43.5,-11.5 - parent: 2 - - uid: 4989 - components: - - type: Transform - pos: 43.5,-12.5 - parent: 2 - - uid: 4990 - components: - - type: Transform - pos: 43.5,-13.5 - parent: 2 - - uid: 4991 - components: - - type: Transform - pos: 43.5,-14.5 - parent: 2 - - uid: 4992 - components: - - type: Transform - pos: 43.5,-15.5 - parent: 2 - - uid: 4993 - components: - - type: Transform - pos: 42.5,-0.5 - parent: 2 - - uid: 4994 - components: - - type: Transform - pos: 41.5,-0.5 - parent: 2 - - uid: 4995 - components: - - type: Transform - pos: 40.5,-0.5 - parent: 2 - - uid: 4996 - components: - - type: Transform - pos: 39.5,-0.5 - parent: 2 - - uid: 4997 - components: - - type: Transform - pos: 38.5,-0.5 - parent: 2 - - uid: 4998 - components: - - type: Transform - pos: 37.5,-0.5 - parent: 2 - - uid: 4999 - components: - - type: Transform - pos: 36.5,-0.5 - parent: 2 - - uid: 5000 - components: - - type: Transform - pos: 35.5,-0.5 - parent: 2 - - uid: 5001 - components: - - type: Transform - pos: 34.5,-0.5 - parent: 2 - - uid: 5002 - components: - - type: Transform - pos: 33.5,-0.5 - parent: 2 - - uid: 5003 - components: - - type: Transform - pos: 32.5,-0.5 - parent: 2 - - uid: 5004 - components: - - type: Transform - pos: 31.5,-0.5 - parent: 2 - - uid: 5005 - components: - - type: Transform - pos: 30.5,-0.5 - parent: 2 - - uid: 5006 - components: - - type: Transform - pos: 29.5,-0.5 - parent: 2 - - uid: 5007 - components: - - type: Transform - pos: 28.5,-0.5 - parent: 2 - - uid: 5008 - components: - - type: Transform - pos: 27.5,-0.5 - parent: 2 - - uid: 5009 - components: - - type: Transform - pos: 26.5,-0.5 - parent: 2 - - uid: 5010 - components: - - type: Transform - pos: 25.5,-0.5 - parent: 2 - - uid: 5011 - components: - - type: Transform - pos: 24.5,-0.5 - parent: 2 - - uid: 5012 - components: - - type: Transform - pos: 23.5,-0.5 - parent: 2 - - uid: 5013 - components: - - type: Transform - pos: 22.5,-0.5 - parent: 2 - - uid: 5014 - components: - - type: Transform - pos: 21.5,-0.5 - parent: 2 - - uid: 5015 - components: - - type: Transform - pos: 20.5,-0.5 - parent: 2 - - uid: 5016 - components: - - type: Transform - pos: 19.5,-0.5 - parent: 2 - - uid: 5017 - components: - - type: Transform - pos: 18.5,-0.5 - parent: 2 - - uid: 5018 - components: - - type: Transform - pos: 17.5,-0.5 - parent: 2 - - uid: 5019 - components: - - type: Transform - pos: 16.5,-0.5 - parent: 2 - - uid: 5020 - components: - - type: Transform - pos: 15.5,-0.5 - parent: 2 - - uid: 5021 - components: - - type: Transform - pos: 23.5,-1.5 - parent: 2 - - uid: 5022 - components: - - type: Transform - pos: 23.5,-2.5 - parent: 2 - - uid: 5023 - components: - - type: Transform - pos: 23.5,-3.5 - parent: 2 - - uid: 5024 - components: - - type: Transform - pos: 23.5,0.5 - parent: 2 - - uid: 5025 - components: - - type: Transform - pos: 23.5,1.5 - parent: 2 - - uid: 5026 - components: - - type: Transform - pos: 23.5,2.5 - parent: 2 - - uid: 5027 - components: - - type: Transform - pos: 28.5,0.5 - parent: 2 - - uid: 5028 - components: - - type: Transform - pos: 28.5,1.5 - parent: 2 - - uid: 5029 - components: - - type: Transform - pos: 28.5,2.5 - parent: 2 - - uid: 5030 - components: - - type: Transform - pos: 28.5,3.5 - parent: 2 - - uid: 5031 - components: - - type: Transform - pos: 29.5,3.5 - parent: 2 - - uid: 5032 - components: - - type: Transform - pos: 30.5,3.5 - parent: 2 - - uid: 5033 - components: - - type: Transform - pos: 31.5,3.5 - parent: 2 - - uid: 5034 - components: - - type: Transform - pos: 32.5,3.5 - parent: 2 - - uid: 5035 - components: - - type: Transform - pos: 33.5,3.5 - parent: 2 - - uid: 5036 - components: - - type: Transform - pos: 34.5,3.5 - parent: 2 - - uid: 5037 - components: - - type: Transform - pos: 35.5,3.5 - parent: 2 - - uid: 5038 - components: - - type: Transform - pos: 43.5,2.5 - parent: 2 - - uid: 5039 - components: - - type: Transform - pos: 43.5,3.5 - parent: 2 - - uid: 5040 - components: - - type: Transform - pos: 42.5,3.5 - parent: 2 - - uid: 5041 - components: - - type: Transform - pos: 41.5,3.5 - parent: 2 - - uid: 5042 - components: - - type: Transform - pos: 40.5,3.5 - parent: 2 - - uid: 5043 - components: - - type: Transform - pos: 40.5,4.5 - parent: 2 - - uid: 5044 - components: - - type: Transform - pos: 44.5,3.5 - parent: 2 - - uid: 5045 - components: - - type: Transform - pos: 45.5,3.5 - parent: 2 - - uid: 5046 - components: - - type: Transform - pos: 46.5,3.5 - parent: 2 - - uid: 5047 - components: - - type: Transform - pos: 46.5,4.5 - parent: 2 - - uid: 5048 - components: - - type: Transform - pos: 44.5,-0.5 - parent: 2 - - uid: 5049 - components: - - type: Transform - pos: 45.5,-0.5 - parent: 2 - - uid: 5050 - components: - - type: Transform - pos: 46.5,-0.5 - parent: 2 - - uid: 5051 - components: - - type: Transform - pos: 46.5,0.5 - parent: 2 - - uid: 5052 - components: - - type: Transform - pos: 46.5,1.5 - parent: 2 - - uid: 5053 - components: - - type: Transform - pos: 47.5,1.5 - parent: 2 - - uid: 5054 - components: - - type: Transform - pos: 48.5,1.5 - parent: 2 - - uid: 5055 - components: - - type: Transform - pos: 49.5,1.5 - parent: 2 - - uid: 5056 - components: - - type: Transform - pos: 50.5,1.5 - parent: 2 - - uid: 5057 - components: - - type: Transform - pos: 51.5,1.5 - parent: 2 - - uid: 5058 - components: - - type: Transform - pos: 52.5,1.5 - parent: 2 - - uid: 5059 - components: - - type: Transform - pos: 35.5,-1.5 - parent: 2 - - uid: 5060 - components: - - type: Transform - pos: 35.5,-2.5 - parent: 2 - - uid: 5061 - components: - - type: Transform - pos: 35.5,-3.5 - parent: 2 - - uid: 5062 - components: - - type: Transform - pos: 35.5,-4.5 - parent: 2 - - uid: 5063 - components: - - type: Transform - pos: 42.5,-12.5 - parent: 2 - - uid: 5064 - components: - - type: Transform - pos: 41.5,-12.5 - parent: 2 - - uid: 5065 - components: - - type: Transform - pos: 40.5,-12.5 - parent: 2 - - uid: 5066 - components: - - type: Transform - pos: 39.5,-12.5 - parent: 2 - - uid: 5067 - components: - - type: Transform - pos: 38.5,-12.5 - parent: 2 - - uid: 5068 - components: - - type: Transform - pos: 37.5,-12.5 - parent: 2 - - uid: 5069 - components: - - type: Transform - pos: 37.5,-13.5 - parent: 2 - - uid: 5070 - components: - - type: Transform - pos: 37.5,-14.5 - parent: 2 - - uid: 5071 - components: - - type: Transform - pos: 37.5,-15.5 - parent: 2 - - uid: 5072 - components: - - type: Transform - pos: 38.5,-15.5 - parent: 2 - - uid: 5073 - components: - - type: Transform - pos: 39.5,-15.5 - parent: 2 - - uid: 5074 - components: - - type: Transform - pos: 37.5,-11.5 - parent: 2 - - uid: 5075 - components: - - type: Transform - pos: 37.5,-10.5 - parent: 2 - - uid: 5076 - components: - - type: Transform - pos: 37.5,-9.5 - parent: 2 - - uid: 5077 - components: - - type: Transform - pos: 37.5,-8.5 - parent: 2 - - uid: 5078 - components: - - type: Transform - pos: 37.5,-7.5 - parent: 2 - - uid: 5079 - components: - - type: Transform - pos: 37.5,-6.5 - parent: 2 - - uid: 5080 - components: - - type: Transform - pos: 37.5,-5.5 - parent: 2 - - uid: 5081 - components: - - type: Transform - pos: 38.5,-5.5 - parent: 2 - - uid: 5082 - components: - - type: Transform - pos: 39.5,-5.5 - parent: 2 - - uid: 5083 - components: - - type: Transform - pos: 39.5,-4.5 - parent: 2 - - uid: 5084 - components: - - type: Transform - pos: 40.5,-11.5 - parent: 2 - - uid: 5085 - components: - - type: Transform - pos: 40.5,-10.5 - parent: 2 - - uid: 5086 - components: - - type: Transform - pos: 40.5,-9.5 - parent: 2 - - uid: 5087 - components: - - type: Transform - pos: 40.5,-8.5 - parent: 2 - - uid: 5088 - components: - - type: Transform - pos: 39.5,-3.5 - parent: 2 - - uid: 5089 - components: - - type: Transform - pos: 25.5,10.5 - parent: 2 - - uid: 5090 - components: - - type: Transform - pos: 25.5,9.5 - parent: 2 - - uid: 5091 - components: - - type: Transform - pos: 25.5,8.5 - parent: 2 - - uid: 5092 - components: - - type: Transform - pos: 25.5,7.5 - parent: 2 - - uid: 5093 - components: - - type: Transform - pos: 25.5,6.5 - parent: 2 - - uid: 5094 - components: - - type: Transform - pos: 25.5,5.5 - parent: 2 - - uid: 5095 - components: - - type: Transform - pos: 24.5,5.5 - parent: 2 - - uid: 5096 - components: - - type: Transform - pos: 23.5,5.5 - parent: 2 - - uid: 5097 - components: - - type: Transform - pos: 22.5,5.5 - parent: 2 - - uid: 5098 - components: - - type: Transform - pos: 21.5,5.5 - parent: 2 - - uid: 5099 - components: - - type: Transform - pos: 22.5,6.5 - parent: 2 - - uid: 5100 - components: - - type: Transform - pos: 22.5,7.5 - parent: 2 - - uid: 5101 - components: - - type: Transform - pos: 22.5,8.5 - parent: 2 - - uid: 5102 - components: - - type: Transform - pos: 22.5,9.5 - parent: 2 - - uid: 5103 - components: - - type: Transform - pos: 20.5,5.5 - parent: 2 - - uid: 5104 - components: - - type: Transform - pos: 19.5,5.5 - parent: 2 - - uid: 5105 - components: - - type: Transform - pos: 18.5,5.5 - parent: 2 - - uid: 5106 - components: - - type: Transform - pos: 17.5,5.5 - parent: 2 - - uid: 5107 - components: - - type: Transform - pos: 16.5,5.5 - parent: 2 - - uid: 5108 - components: - - type: Transform - pos: 16.5,4.5 - parent: 2 - - uid: 5109 - components: - - type: Transform - pos: 16.5,3.5 - parent: 2 - - uid: 5110 - components: - - type: Transform - pos: 16.5,2.5 - parent: 2 - - uid: 5111 - components: - - type: Transform - pos: 17.5,2.5 - parent: 2 - - uid: 5112 - components: - - type: Transform - pos: 18.5,2.5 - parent: 2 - - uid: 5113 - components: - - type: Transform - pos: 16.5,6.5 - parent: 2 - - uid: 5114 - components: - - type: Transform - pos: 16.5,7.5 - parent: 2 - - uid: 5115 - components: - - type: Transform - pos: 16.5,8.5 - parent: 2 - - uid: 5116 - components: - - type: Transform - pos: 17.5,8.5 - parent: 2 - - uid: 5117 - components: - - type: Transform - pos: 18.5,8.5 - parent: 2 - - uid: 5118 - components: - - type: Transform - pos: 26.5,8.5 - parent: 2 - - uid: 5119 - components: - - type: Transform - pos: 27.5,8.5 - parent: 2 - - uid: 5120 - components: - - type: Transform - pos: 28.5,8.5 - parent: 2 - - uid: 5121 - components: - - type: Transform - pos: 29.5,8.5 - parent: 2 - - uid: 5122 - components: - - type: Transform - pos: 30.5,8.5 - parent: 2 - - uid: 5123 - components: - - type: Transform - pos: 31.5,8.5 - parent: 2 - - uid: 5124 - components: - - type: Transform - pos: 32.5,8.5 - parent: 2 - - uid: 5125 - components: - - type: Transform - pos: 31.5,7.5 - parent: 2 - - uid: 5126 - components: - - type: Transform - pos: 31.5,6.5 - parent: 2 - - uid: 5127 - components: - - type: Transform - pos: 32.5,6.5 - parent: 2 - - uid: 5128 - components: - - type: Transform - pos: 33.5,6.5 - parent: 2 - - uid: 5129 - components: - - type: Transform - pos: 34.5,6.5 - parent: 2 - - uid: 5130 - components: - - type: Transform - pos: 35.5,6.5 - parent: 2 - - uid: 5131 - components: - - type: Transform - pos: 36.5,6.5 - parent: 2 - - uid: 5132 - components: - - type: Transform - pos: 36.5,7.5 - parent: 2 - - uid: 5133 - components: - - type: Transform - pos: 36.5,8.5 - parent: 2 - - uid: 5134 - components: - - type: Transform - pos: 49.5,-7.5 - parent: 2 - - uid: 5135 - components: - - type: Transform - pos: 49.5,-8.5 - parent: 2 - - uid: 5136 - components: - - type: Transform - pos: 49.5,-9.5 - parent: 2 - - uid: 5137 - components: - - type: Transform - pos: 49.5,-10.5 - parent: 2 - - uid: 5138 - components: - - type: Transform - pos: 49.5,-11.5 - parent: 2 - - uid: 5139 - components: - - type: Transform - pos: 49.5,-12.5 - parent: 2 - - uid: 5140 - components: - - type: Transform - pos: 49.5,-13.5 - parent: 2 - - uid: 5141 - components: - - type: Transform - pos: 50.5,-13.5 - parent: 2 - - uid: 5142 - components: - - type: Transform - pos: 51.5,-13.5 - parent: 2 - - uid: 5143 - components: - - type: Transform - pos: 52.5,-13.5 - parent: 2 - - uid: 5144 - components: - - type: Transform - pos: 52.5,-12.5 - parent: 2 - - uid: 5145 - components: - - type: Transform - pos: 52.5,-11.5 - parent: 2 - - uid: 5146 - components: - - type: Transform - pos: 52.5,-10.5 - parent: 2 - - uid: 5147 - components: - - type: Transform - pos: 52.5,-9.5 - parent: 2 - - uid: 5148 - components: - - type: Transform - pos: 53.5,-10.5 - parent: 2 - - uid: 5149 - components: - - type: Transform - pos: 54.5,-10.5 - parent: 2 - - uid: 5150 - components: - - type: Transform - pos: 55.5,-10.5 - parent: 2 - - uid: 5151 - components: - - type: Transform - pos: 56.5,-10.5 - parent: 2 - - uid: 5152 - components: - - type: Transform - pos: 57.5,-10.5 - parent: 2 - - uid: 5153 - components: - - type: Transform - pos: 58.5,-10.5 - parent: 2 - - uid: 5154 - components: - - type: Transform - pos: 58.5,-11.5 - parent: 2 - - uid: 5155 - components: - - type: Transform - pos: 58.5,-12.5 - parent: 2 - - uid: 5156 - components: - - type: Transform - pos: 58.5,-13.5 - parent: 2 - - uid: 5157 - components: - - type: Transform - pos: 58.5,-14.5 - parent: 2 - - uid: 5158 - components: - - type: Transform - pos: 58.5,-15.5 - parent: 2 - - uid: 5159 - components: - - type: Transform - pos: 58.5,-16.5 - parent: 2 - - uid: 5160 - components: - - type: Transform - pos: 59.5,-16.5 - parent: 2 - - uid: 5161 - components: - - type: Transform - pos: 57.5,-16.5 - parent: 2 - - uid: 5162 - components: - - type: Transform - pos: 56.5,-11.5 - parent: 2 - - uid: 5163 - components: - - type: Transform - pos: 56.5,-12.5 - parent: 2 - - uid: 5164 - components: - - type: Transform - pos: 49.5,-6.5 - parent: 2 - - uid: 5165 - components: - - type: Transform - pos: 49.5,-5.5 - parent: 2 - - uid: 5166 - components: - - type: Transform - pos: 49.5,-4.5 - parent: 2 - - uid: 5167 - components: - - type: Transform - pos: 49.5,-3.5 - parent: 2 - - uid: 5168 - components: - - type: Transform - pos: 49.5,-2.5 - parent: 2 - - uid: 5169 - components: - - type: Transform - pos: 50.5,-4.5 - parent: 2 - - uid: 5170 - components: - - type: Transform - pos: 51.5,-4.5 - parent: 2 - - uid: 5171 - components: - - type: Transform - pos: 52.5,-4.5 - parent: 2 - - uid: 5172 - components: - - type: Transform - pos: 51.5,-5.5 - parent: 2 - - uid: 5173 - components: - - type: Transform - pos: 48.5,-4.5 - parent: 2 - - uid: 5174 - components: - - type: Transform - pos: 47.5,-4.5 - parent: 2 - - uid: 5175 - components: - - type: Transform - pos: 46.5,-4.5 - parent: 2 - - uid: 5176 - components: - - type: Transform - pos: 47.5,-5.5 - parent: 2 - - uid: 5177 - components: - - type: Transform - pos: 53.5,-4.5 - parent: 2 - - uid: 5178 - components: - - type: Transform - pos: 50.5,-14.5 - parent: 2 - - uid: 5179 - components: - - type: Transform - pos: 50.5,-15.5 - parent: 2 - - uid: 5180 - components: - - type: Transform - pos: 50.5,-16.5 - parent: 2 - - uid: 5181 - components: - - type: Transform - pos: 50.5,-17.5 - parent: 2 - - uid: 5182 - components: - - type: Transform - pos: 50.5,-18.5 - parent: 2 - - uid: 5183 - components: - - type: Transform - pos: 49.5,-18.5 - parent: 2 - - uid: 5184 - components: - - type: Transform - pos: 48.5,-18.5 - parent: 2 - - uid: 5185 - components: - - type: Transform - pos: 47.5,-18.5 - parent: 2 - - uid: 5186 - components: - - type: Transform - pos: 51.5,-18.5 - parent: 2 - - uid: 5187 - components: - - type: Transform - pos: 52.5,-18.5 - parent: 2 - - uid: 5188 - components: - - type: Transform - pos: 53.5,-18.5 - parent: 2 - - uid: 5189 - components: - - type: Transform - pos: 50.5,-19.5 - parent: 2 - - uid: 5190 - components: - - type: Transform - pos: 44.5,-11.5 - parent: 2 - - uid: 5191 - components: - - type: Transform - pos: 45.5,-11.5 - parent: 2 - - uid: 5192 - components: - - type: Transform - pos: 46.5,-11.5 - parent: 2 - - uid: 5193 - components: - - type: Transform - pos: 19.5,-9.5 - parent: 2 - - uid: 5194 - components: - - type: Transform - pos: 20.5,-9.5 - parent: 2 - - uid: 5195 - components: - - type: Transform - pos: 21.5,-9.5 - parent: 2 - - uid: 5196 - components: - - type: Transform - pos: 22.5,-9.5 - parent: 2 - - uid: 5197 - components: - - type: Transform - pos: 21.5,-10.5 - parent: 2 - - uid: 5198 - components: - - type: Transform - pos: 21.5,-11.5 - parent: 2 - - uid: 5199 - components: - - type: Transform - pos: 21.5,-12.5 - parent: 2 - - uid: 5200 - components: - - type: Transform - pos: 21.5,-13.5 - parent: 2 - - uid: 5201 - components: - - type: Transform - pos: 21.5,-8.5 - parent: 2 - - uid: 5202 - components: - - type: Transform - pos: 21.5,-7.5 - parent: 2 - - uid: 5203 - components: - - type: Transform - pos: 20.5,-7.5 - parent: 2 - - uid: 5204 - components: - - type: Transform - pos: 19.5,-7.5 - parent: 2 - - uid: 5205 - components: - - type: Transform - pos: 18.5,-7.5 - parent: 2 - - uid: 5206 - components: - - type: Transform - pos: 17.5,-7.5 - parent: 2 - - uid: 5207 - components: - - type: Transform - pos: 16.5,-7.5 - parent: 2 - - uid: 5208 - components: - - type: Transform - pos: 16.5,-6.5 - parent: 2 - - uid: 5209 - components: - - type: Transform - pos: 16.5,-5.5 - parent: 2 - - uid: 5210 - components: - - type: Transform - pos: 16.5,-4.5 - parent: 2 - - uid: 5211 - components: - - type: Transform - pos: 17.5,-4.5 - parent: 2 - - uid: 5212 - components: - - type: Transform - pos: 18.5,-4.5 - parent: 2 - - uid: 5213 - components: - - type: Transform - pos: 18.5,-5.5 - parent: 2 - - uid: 5214 - components: - - type: Transform - pos: 22.5,-7.5 - parent: 2 - - uid: 5215 - components: - - type: Transform - pos: 23.5,-7.5 - parent: 2 - - uid: 5216 - components: - - type: Transform - pos: 24.5,-7.5 - parent: 2 - - uid: 5217 - components: - - type: Transform - pos: 25.5,-7.5 - parent: 2 - - uid: 5218 - components: - - type: Transform - pos: 26.5,-7.5 - parent: 2 - - uid: 5219 - components: - - type: Transform - pos: 27.5,-7.5 - parent: 2 - - uid: 5220 - components: - - type: Transform - pos: 28.5,-7.5 - parent: 2 - - uid: 5221 - components: - - type: Transform - pos: 29.5,-7.5 - parent: 2 - - uid: 5222 - components: - - type: Transform - pos: 30.5,-7.5 - parent: 2 - - uid: 5223 - components: - - type: Transform - pos: 31.5,-7.5 - parent: 2 - - uid: 5224 - components: - - type: Transform - pos: 30.5,-6.5 - parent: 2 - - uid: 5225 - components: - - type: Transform - pos: 30.5,-5.5 - parent: 2 - - uid: 5226 - components: - - type: Transform - pos: 30.5,-4.5 - parent: 2 - - uid: 5227 - components: - - type: Transform - pos: 29.5,-4.5 - parent: 2 - - uid: 5228 - components: - - type: Transform - pos: 28.5,-4.5 - parent: 2 - - uid: 5229 - components: - - type: Transform - pos: 28.5,-5.5 - parent: 2 - - uid: 5230 - components: - - type: Transform - pos: 15.5,-7.5 - parent: 2 - - uid: 5231 - components: - - type: Transform - pos: 35.5,-5.5 - parent: 2 - - uid: 5232 - components: - - type: Transform - pos: 35.5,-6.5 - parent: 2 - - uid: 5233 - components: - - type: Transform - pos: 35.5,-7.5 - parent: 2 - - uid: 5234 - components: - - type: Transform - pos: 35.5,-8.5 - parent: 2 - - uid: 5235 - components: - - type: Transform - pos: 23.5,-9.5 - parent: 2 - - uid: 5236 - components: - - type: Transform - pos: 24.5,-9.5 - parent: 2 - - uid: 5237 - components: - - type: Transform - pos: 24.5,-10.5 - parent: 2 - - uid: 5238 - components: - - type: Transform - pos: 24.5,-11.5 - parent: 2 - - uid: 5239 - components: - - type: Transform - pos: 24.5,-12.5 - parent: 2 - - uid: 5240 - components: - - type: Transform - pos: 24.5,-13.5 - parent: 2 - - uid: 5241 - components: - - type: Transform - pos: 24.5,-14.5 - parent: 2 - - uid: 5242 - components: - - type: Transform - pos: 25.5,-14.5 - parent: 2 - - uid: 5243 - components: - - type: Transform - pos: 26.5,-14.5 - parent: 2 - - uid: 5244 - components: - - type: Transform - pos: 27.5,-14.5 - parent: 2 - - uid: 5245 - components: - - type: Transform - pos: 28.5,-14.5 - parent: 2 - - uid: 5246 - components: - - type: Transform - pos: 26.5,-13.5 - parent: 2 - - uid: 5247 - components: - - type: Transform - pos: 26.5,-12.5 - parent: 2 - - uid: 5248 - components: - - type: Transform - pos: 26.5,-11.5 - parent: 2 - - uid: 5249 - components: - - type: Transform - pos: 28.5,-13.5 - parent: 2 - - uid: 5250 - components: - - type: Transform - pos: 28.5,-12.5 - parent: 2 - - uid: 5251 - components: - - type: Transform - pos: 29.5,-12.5 - parent: 2 - - uid: 5252 - components: - - type: Transform - pos: 30.5,-12.5 - parent: 2 - - uid: 5253 - components: - - type: Transform - pos: 31.5,-12.5 - parent: 2 - - uid: 5254 - components: - - type: Transform - pos: 32.5,-12.5 - parent: 2 - - uid: 5255 - components: - - type: Transform - pos: 33.5,-12.5 - parent: 2 - - uid: 5256 - components: - - type: Transform - pos: 34.5,-12.5 - parent: 2 - - uid: 5257 - components: - - type: Transform - pos: 35.5,-12.5 - parent: 2 - - uid: 5258 - components: - - type: Transform - pos: 35.5,-11.5 - parent: 2 - - uid: 5259 - components: - - type: Transform - pos: 35.5,-10.5 - parent: 2 - - uid: 5260 - components: - - type: Transform - pos: 34.5,-10.5 - parent: 2 - - uid: 5261 - components: - - type: Transform - pos: 33.5,-10.5 - parent: 2 - - uid: 5262 - components: - - type: Transform - pos: 32.5,-10.5 - parent: 2 - - uid: 5263 - components: - - type: Transform - pos: -33.5,-38.5 - parent: 2 - - uid: 5264 - components: - - type: Transform - pos: -33.5,-39.5 - parent: 2 - - uid: 5265 - components: - - type: Transform - pos: -33.5,-20.5 - parent: 2 - - uid: 5266 - components: - - type: Transform - pos: -33.5,-21.5 - parent: 2 - - uid: 5267 - components: - - type: Transform - pos: -33.5,-22.5 - parent: 2 - - uid: 5268 - components: - - type: Transform - pos: -33.5,-23.5 - parent: 2 - - uid: 5269 - components: - - type: Transform - pos: -33.5,-24.5 - parent: 2 - - uid: 5270 - components: - - type: Transform - pos: -33.5,-25.5 - parent: 2 - - uid: 5271 - components: - - type: Transform - pos: -33.5,-26.5 - parent: 2 - - uid: 5272 - components: - - type: Transform - pos: -33.5,-27.5 - parent: 2 - - uid: 5273 - components: - - type: Transform - pos: -33.5,-28.5 - parent: 2 - - uid: 5274 - components: - - type: Transform - pos: -33.5,-29.5 - parent: 2 - - uid: 5275 - components: - - type: Transform - pos: -33.5,-30.5 - parent: 2 - - uid: 5276 - components: - - type: Transform - pos: -33.5,-31.5 - parent: 2 - - uid: 5277 - components: - - type: Transform - pos: -33.5,-32.5 - parent: 2 - - uid: 5278 - components: - - type: Transform - pos: -33.5,-33.5 - parent: 2 - - uid: 5279 - components: - - type: Transform - pos: -33.5,-34.5 - parent: 2 - - uid: 5280 - components: - - type: Transform - pos: -33.5,-35.5 - parent: 2 - - uid: 5281 - components: - - type: Transform - pos: -33.5,-36.5 - parent: 2 - - uid: 5282 - components: - - type: Transform - pos: -33.5,-37.5 - parent: 2 - - uid: 5283 - components: - - type: Transform - pos: -32.5,-39.5 - parent: 2 - - uid: 5284 - components: - - type: Transform - pos: -31.5,-39.5 - parent: 2 - - uid: 5285 - components: - - type: Transform - pos: -30.5,-39.5 - parent: 2 - - uid: 5286 - components: - - type: Transform - pos: -29.5,-39.5 - parent: 2 - - uid: 5287 - components: - - type: Transform - pos: -28.5,-39.5 - parent: 2 - - uid: 5288 - components: - - type: Transform - pos: -27.5,-39.5 - parent: 2 - - uid: 5289 - components: - - type: Transform - pos: -26.5,-39.5 - parent: 2 - - uid: 5290 - components: - - type: Transform - pos: -25.5,-39.5 - parent: 2 - - uid: 5291 - components: - - type: Transform - pos: -24.5,-39.5 - parent: 2 - - uid: 5292 - components: - - type: Transform - pos: -23.5,-39.5 - parent: 2 - - uid: 5293 - components: - - type: Transform - pos: -22.5,-39.5 - parent: 2 - - uid: 5294 - components: - - type: Transform - pos: -35.5,-22.5 - parent: 2 - - uid: 5295 - components: - - type: Transform - pos: -36.5,-22.5 - parent: 2 - - uid: 5296 - components: - - type: Transform - pos: -37.5,-22.5 - parent: 2 - - uid: 5297 - components: - - type: Transform - pos: -38.5,-22.5 - parent: 2 - - uid: 5298 - components: - - type: Transform - pos: -39.5,-22.5 - parent: 2 - - uid: 5299 - components: - - type: Transform - pos: -40.5,-22.5 - parent: 2 - - uid: 5300 - components: - - type: Transform - pos: -41.5,-22.5 - parent: 2 - - uid: 5301 - components: - - type: Transform - pos: -42.5,-22.5 - parent: 2 - - uid: 5302 - components: - - type: Transform - pos: -43.5,-22.5 - parent: 2 - - uid: 5304 - components: - - type: Transform - pos: -43.5,-20.5 - parent: 2 - - uid: 5305 - components: - - type: Transform - pos: -43.5,-19.5 - parent: 2 - - uid: 5306 - components: - - type: Transform - pos: -43.5,-18.5 - parent: 2 - - uid: 5307 - components: - - type: Transform - pos: -43.5,-17.5 - parent: 2 - - uid: 5308 - components: - - type: Transform - pos: -43.5,-16.5 - parent: 2 - - uid: 5309 - components: - - type: Transform - pos: -43.5,-15.5 - parent: 2 - - uid: 5310 - components: - - type: Transform - pos: -43.5,-14.5 - parent: 2 - - uid: 5311 - components: - - type: Transform - pos: -43.5,-13.5 - parent: 2 - - uid: 5312 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 2 - - uid: 5313 - components: - - type: Transform - pos: -43.5,-11.5 - parent: 2 - - uid: 5314 - components: - - type: Transform - pos: -43.5,-10.5 - parent: 2 - - uid: 5315 - components: - - type: Transform - pos: -43.5,-9.5 - parent: 2 - - uid: 5316 - components: - - type: Transform - pos: -43.5,-8.5 - parent: 2 - - uid: 5317 - components: - - type: Transform - pos: -43.5,-7.5 - parent: 2 - - uid: 5318 - components: - - type: Transform - pos: -43.5,-6.5 - parent: 2 - - uid: 5319 - components: - - type: Transform - pos: -43.5,-5.5 - parent: 2 - - uid: 5320 - components: - - type: Transform - pos: -43.5,-4.5 - parent: 2 - - uid: 5321 - components: - - type: Transform - pos: -43.5,-3.5 - parent: 2 - - uid: 5322 - components: - - type: Transform - pos: -43.5,-2.5 - parent: 2 - - uid: 5323 - components: - - type: Transform - pos: -43.5,-1.5 - parent: 2 - - uid: 5324 - components: - - type: Transform - pos: -43.5,-0.5 - parent: 2 - - uid: 5325 - components: - - type: Transform - pos: -43.5,0.5 - parent: 2 - - uid: 5326 - components: - - type: Transform - pos: -43.5,1.5 - parent: 2 - - uid: 5327 - components: - - type: Transform - pos: -24.5,-0.5 - parent: 2 - - uid: 5328 - components: - - type: Transform - pos: -23.5,-0.5 - parent: 2 - - uid: 5329 - components: - - type: Transform - pos: -22.5,-0.5 - parent: 2 - - uid: 5330 - components: - - type: Transform - pos: -21.5,-0.5 - parent: 2 - - uid: 5331 - components: - - type: Transform - pos: -20.5,-0.5 - parent: 2 - - uid: 5332 - components: - - type: Transform - pos: -19.5,-0.5 - parent: 2 - - uid: 5333 - components: - - type: Transform - pos: -18.5,-0.5 - parent: 2 - - uid: 5334 - components: - - type: Transform - pos: -17.5,-0.5 - parent: 2 - - uid: 5335 - components: - - type: Transform - pos: -16.5,-0.5 - parent: 2 - - uid: 5336 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 2 - - uid: 5337 - components: - - type: Transform - pos: -14.5,-0.5 - parent: 2 - - uid: 5338 - components: - - type: Transform - pos: -42.5,-0.5 - parent: 2 - - uid: 5339 - components: - - type: Transform - pos: -41.5,-0.5 - parent: 2 - - uid: 5340 - components: - - type: Transform - pos: -40.5,-0.5 - parent: 2 - - uid: 5341 - components: - - type: Transform - pos: -39.5,-0.5 - parent: 2 - - uid: 5342 - components: - - type: Transform - pos: -38.5,-0.5 - parent: 2 - - uid: 5343 - components: - - type: Transform - pos: -37.5,-0.5 - parent: 2 - - uid: 5344 - components: - - type: Transform - pos: -36.5,-0.5 - parent: 2 - - uid: 5345 - components: - - type: Transform - pos: -35.5,-0.5 - parent: 2 - - uid: 5346 - components: - - type: Transform - pos: -34.5,-0.5 - parent: 2 - - uid: 5347 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 2 - - uid: 5348 - components: - - type: Transform - pos: -32.5,-0.5 - parent: 2 - - uid: 5349 - components: - - type: Transform - pos: -31.5,-0.5 - parent: 2 - - uid: 5350 - components: - - type: Transform - pos: -30.5,-0.5 - parent: 2 - - uid: 5351 - components: - - type: Transform - pos: -29.5,-0.5 - parent: 2 - - uid: 5352 - components: - - type: Transform - pos: -28.5,-0.5 - parent: 2 - - uid: 5353 - components: - - type: Transform - pos: -27.5,-0.5 - parent: 2 - - uid: 5354 - components: - - type: Transform - pos: -26.5,-0.5 - parent: 2 - - uid: 5355 - components: - - type: Transform - pos: -25.5,-0.5 - parent: 2 - - uid: 5356 - components: - - type: Transform - pos: -24.5,-1.5 - parent: 2 - - uid: 5357 - components: - - type: Transform - pos: -24.5,-2.5 - parent: 2 - - uid: 5358 - components: - - type: Transform - pos: -24.5,-3.5 - parent: 2 - - uid: 5359 - components: - - type: Transform - pos: -24.5,0.5 - parent: 2 - - uid: 5360 - components: - - type: Transform - pos: -24.5,1.5 - parent: 2 - - uid: 5361 - components: - - type: Transform - pos: -24.5,2.5 - parent: 2 - - uid: 5362 - components: - - type: Transform - pos: -44.5,-11.5 - parent: 2 - - uid: 5363 - components: - - type: Transform - pos: -45.5,-11.5 - parent: 2 - - uid: 5364 - components: - - type: Transform - pos: -46.5,-11.5 - parent: 2 - - uid: 5365 - components: - - type: Transform - pos: -43.5,2.5 - parent: 2 - - uid: 5366 - components: - - type: Transform - pos: -43.5,3.5 - parent: 2 - - uid: 5367 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 - - uid: 5368 - components: - - type: Transform - pos: -44.5,4.5 - parent: 2 - - uid: 5369 - components: - - type: Transform - pos: -44.5,5.5 - parent: 2 - - uid: 5370 - components: - - type: Transform - pos: -44.5,6.5 - parent: 2 - - uid: 5371 - components: - - type: Transform - pos: -42.5,2.5 - parent: 2 - - uid: 5372 - components: - - type: Transform - pos: -41.5,2.5 - parent: 2 - - uid: 5373 - components: - - type: Transform - pos: -40.5,2.5 - parent: 2 - - uid: 5374 - components: - - type: Transform - pos: -38.5,0.5 - parent: 2 - - uid: 5375 - components: - - type: Transform - pos: -38.5,1.5 - parent: 2 - - uid: 5376 - components: - - type: Transform - pos: -38.5,2.5 - parent: 2 - - uid: 5377 - components: - - type: Transform - pos: -44.5,0.5 - parent: 2 - - uid: 5378 - components: - - type: Transform - pos: -45.5,0.5 - parent: 2 - - uid: 5379 - components: - - type: Transform - pos: -46.5,0.5 - parent: 2 - - uid: 5380 - components: - - type: Transform - pos: -47.5,0.5 - parent: 2 - - uid: 5381 - components: - - type: Transform - pos: -46.5,1.5 - parent: 2 - - uid: 5382 - components: - - type: Transform - pos: -46.5,2.5 - parent: 2 - - uid: 5383 - components: - - type: Transform - pos: -42.5,-8.5 - parent: 2 - - uid: 5384 - components: - - type: Transform - pos: -41.5,-8.5 - parent: 2 - - uid: 5385 - components: - - type: Transform - pos: -40.5,-8.5 - parent: 2 - - uid: 5386 - components: - - type: Transform - pos: -39.5,-8.5 - parent: 2 - - uid: 5387 - components: - - type: Transform - pos: -38.5,-8.5 - parent: 2 - - uid: 5388 - components: - - type: Transform - pos: -38.5,-9.5 - parent: 2 - - uid: 5389 - components: - - type: Transform - pos: -38.5,-10.5 - parent: 2 - - uid: 5390 - components: - - type: Transform - pos: -38.5,-11.5 - parent: 2 - - uid: 5391 - components: - - type: Transform - pos: -39.5,-11.5 - parent: 2 - - uid: 5392 - components: - - type: Transform - pos: -40.5,-11.5 - parent: 2 - - uid: 5393 - components: - - type: Transform - pos: -40.5,-12.5 - parent: 2 - - uid: 5394 - components: - - type: Transform - pos: -37.5,-11.5 - parent: 2 - - uid: 5395 - components: - - type: Transform - pos: -36.5,-11.5 - parent: 2 - - uid: 5396 - components: - - type: Transform - pos: -35.5,-11.5 - parent: 2 - - uid: 5397 - components: - - type: Transform - pos: -34.5,-11.5 - parent: 2 - - uid: 5398 - components: - - type: Transform - pos: -34.5,-12.5 - parent: 2 - - uid: 5399 - components: - - type: Transform - pos: -34.5,-13.5 - parent: 2 - - uid: 5400 - components: - - type: Transform - pos: -34.5,-14.5 - parent: 2 - - uid: 5401 - components: - - type: Transform - pos: -33.5,-14.5 - parent: 2 - - uid: 5402 - components: - - type: Transform - pos: -32.5,-14.5 - parent: 2 - - uid: 5403 - components: - - type: Transform - pos: -32.5,-13.5 - parent: 2 - - uid: 5404 - components: - - type: Transform - pos: -32.5,-12.5 - parent: 2 - - uid: 5405 - components: - - type: Transform - pos: -32.5,-11.5 - parent: 2 - - uid: 5406 - components: - - type: Transform - pos: -31.5,-11.5 - parent: 2 - - uid: 5407 - components: - - type: Transform - pos: -30.5,-11.5 - parent: 2 - - uid: 5408 - components: - - type: Transform - pos: -40.5,-7.5 - parent: 2 - - uid: 5409 - components: - - type: Transform - pos: -40.5,-6.5 - parent: 2 - - uid: 5410 - components: - - type: Transform - pos: -40.5,-5.5 - parent: 2 - - uid: 5411 - components: - - type: Transform - pos: -40.5,-4.5 - parent: 2 - - uid: 5412 - components: - - type: Transform - pos: -39.5,-4.5 - parent: 2 - - uid: 5413 - components: - - type: Transform - pos: -38.5,-4.5 - parent: 2 - - uid: 5414 - components: - - type: Transform - pos: -21.5,-4.5 - parent: 2 - - uid: 5415 - components: - - type: Transform - pos: -21.5,-5.5 - parent: 2 - - uid: 5416 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 2 - - uid: 5417 - components: - - type: Transform - pos: -20.5,-6.5 - parent: 2 - - uid: 5418 - components: - - type: Transform - pos: -19.5,-6.5 - parent: 2 - - uid: 5419 - components: - - type: Transform - pos: -18.5,-6.5 - parent: 2 - - uid: 5420 - components: - - type: Transform - pos: -17.5,-6.5 - parent: 2 - - uid: 5421 - components: - - type: Transform - pos: -16.5,-6.5 - parent: 2 - - uid: 5422 - components: - - type: Transform - pos: -16.5,-5.5 - parent: 2 - - uid: 5423 - components: - - type: Transform - pos: -16.5,-4.5 - parent: 2 - - uid: 5424 - components: - - type: Transform - pos: -15.5,-4.5 - parent: 2 - - uid: 5425 - components: - - type: Transform - pos: -14.5,-4.5 - parent: 2 - - uid: 5426 - components: - - type: Transform - pos: -16.5,-7.5 - parent: 2 - - uid: 5427 - components: - - type: Transform - pos: -15.5,-7.5 - parent: 2 - - uid: 5428 - components: - - type: Transform - pos: -14.5,-7.5 - parent: 2 - - uid: 5429 - components: - - type: Transform - pos: -22.5,-6.5 - parent: 2 - - uid: 5430 - components: - - type: Transform - pos: -23.5,-6.5 - parent: 2 - - uid: 5431 - components: - - type: Transform - pos: -24.5,-6.5 - parent: 2 - - uid: 5432 - components: - - type: Transform - pos: -25.5,-6.5 - parent: 2 - - uid: 5433 - components: - - type: Transform - pos: -26.5,-6.5 - parent: 2 - - uid: 5434 - components: - - type: Transform - pos: -27.5,-6.5 - parent: 2 - - uid: 5435 - components: - - type: Transform - pos: -28.5,-6.5 - parent: 2 - - uid: 5436 - components: - - type: Transform - pos: -29.5,-6.5 - parent: 2 - - uid: 5437 - components: - - type: Transform - pos: -30.5,-6.5 - parent: 2 - - uid: 5438 - components: - - type: Transform - pos: -31.5,-6.5 - parent: 2 - - uid: 5439 - components: - - type: Transform - pos: -32.5,-6.5 - parent: 2 - - uid: 5440 - components: - - type: Transform - pos: -32.5,-5.5 - parent: 2 - - uid: 5441 - components: - - type: Transform - pos: -32.5,-4.5 - parent: 2 - - uid: 5442 - components: - - type: Transform - pos: -33.5,-4.5 - parent: 2 - - uid: 5443 - components: - - type: Transform - pos: -34.5,-4.5 - parent: 2 - - uid: 5444 - components: - - type: Transform - pos: -32.5,-7.5 - parent: 2 - - uid: 5445 - components: - - type: Transform - pos: -33.5,-7.5 - parent: 2 - - uid: 5446 - components: - - type: Transform - pos: -34.5,-7.5 - parent: 2 - - uid: 5447 - components: - - type: Transform - pos: -27.5,-7.5 - parent: 2 - - uid: 5448 - components: - - type: Transform - pos: -27.5,-8.5 - parent: 2 - - uid: 5449 - components: - - type: Transform - pos: -27.5,-9.5 - parent: 2 - - uid: 5450 - components: - - type: Transform - pos: -27.5,-10.5 - parent: 2 - - uid: 5451 - components: - - type: Transform - pos: -27.5,-11.5 - parent: 2 - - uid: 5452 - components: - - type: Transform - pos: -27.5,-12.5 - parent: 2 - - uid: 5453 - components: - - type: Transform - pos: -27.5,-13.5 - parent: 2 - - uid: 5454 - components: - - type: Transform - pos: -26.5,-12.5 - parent: 2 - - uid: 5455 - components: - - type: Transform - pos: -25.5,-12.5 - parent: 2 - - uid: 5456 - components: - - type: Transform - pos: -24.5,-12.5 - parent: 2 - - uid: 5457 - components: - - type: Transform - pos: -23.5,-12.5 - parent: 2 - - uid: 5458 - components: - - type: Transform - pos: -24.5,-13.5 - parent: 2 - - uid: 5459 - components: - - type: Transform - pos: -24.5,-14.5 - parent: 2 - - uid: 5460 - components: - - type: Transform - pos: -24.5,-15.5 - parent: 2 - - uid: 5461 - components: - - type: Transform - pos: -24.5,-16.5 - parent: 2 - - uid: 5462 - components: - - type: Transform - pos: -24.5,-17.5 - parent: 2 - - uid: 5463 - components: - - type: Transform - pos: -24.5,-18.5 - parent: 2 - - uid: 5464 - components: - - type: Transform - pos: -25.5,-18.5 - parent: 2 - - uid: 5465 - components: - - type: Transform - pos: -26.5,-18.5 - parent: 2 - - uid: 5466 - components: - - type: Transform - pos: -23.5,-18.5 - parent: 2 - - uid: 5467 - components: - - type: Transform - pos: -24.5,-7.5 - parent: 2 - - uid: 5468 - components: - - type: Transform - pos: -24.5,-8.5 - parent: 2 - - uid: 5469 - components: - - type: Transform - pos: -30.5,9.5 - parent: 2 - - uid: 5470 - components: - - type: Transform - pos: -30.5,8.5 - parent: 2 - - uid: 5471 - components: - - type: Transform - pos: -30.5,7.5 - parent: 2 - - uid: 5472 - components: - - type: Transform - pos: -30.5,6.5 - parent: 2 - - uid: 5473 - components: - - type: Transform - pos: -30.5,5.5 - parent: 2 - - uid: 5474 - components: - - type: Transform - pos: -31.5,5.5 - parent: 2 - - uid: 5475 - components: - - type: Transform - pos: -32.5,5.5 - parent: 2 - - uid: 5476 - components: - - type: Transform - pos: -33.5,5.5 - parent: 2 - - uid: 5477 - components: - - type: Transform - pos: -34.5,5.5 - parent: 2 - - uid: 5478 - components: - - type: Transform - pos: -35.5,5.5 - parent: 2 - - uid: 5479 - components: - - type: Transform - pos: -36.5,5.5 - parent: 2 - - uid: 5480 - components: - - type: Transform - pos: -35.5,4.5 - parent: 2 - - uid: 5481 - components: - - type: Transform - pos: -35.5,3.5 - parent: 2 - - uid: 5482 - components: - - type: Transform - pos: -35.5,6.5 - parent: 2 - - uid: 5483 - components: - - type: Transform - pos: -35.5,7.5 - parent: 2 - - uid: 5484 - components: - - type: Transform - pos: -33.5,6.5 - parent: 2 - - uid: 5485 - components: - - type: Transform - pos: -33.5,7.5 - parent: 2 - - uid: 5486 - components: - - type: Transform - pos: -36.5,7.5 - parent: 2 - - uid: 5487 - components: - - type: Transform - pos: -37.5,7.5 - parent: 2 - - uid: 5488 - components: - - type: Transform - pos: -38.5,7.5 - parent: 2 - - uid: 5489 - components: - - type: Transform - pos: -39.5,7.5 - parent: 2 - - uid: 5490 - components: - - type: Transform - pos: -40.5,7.5 - parent: 2 - - uid: 5491 - components: - - type: Transform - pos: -40.5,6.5 - parent: 2 - - uid: 5492 - components: - - type: Transform - pos: -40.5,5.5 - parent: 2 - - uid: 5493 - components: - - type: Transform - pos: -29.5,5.5 - parent: 2 - - uid: 5494 - components: - - type: Transform - pos: -28.5,5.5 - parent: 2 - - uid: 5495 - components: - - type: Transform - pos: -27.5,5.5 - parent: 2 - - uid: 5496 - components: - - type: Transform - pos: -26.5,5.5 - parent: 2 - - uid: 5497 - components: - - type: Transform - pos: -25.5,5.5 - parent: 2 - - uid: 5498 - components: - - type: Transform - pos: -24.5,5.5 - parent: 2 - - uid: 5499 - components: - - type: Transform - pos: -23.5,5.5 - parent: 2 - - uid: 5500 - components: - - type: Transform - pos: -22.5,5.5 - parent: 2 - - uid: 5501 - components: - - type: Transform - pos: -21.5,5.5 - parent: 2 - - uid: 5502 - components: - - type: Transform - pos: -20.5,5.5 - parent: 2 - - uid: 5503 - components: - - type: Transform - pos: -19.5,5.5 - parent: 2 - - uid: 5504 - components: - - type: Transform - pos: -18.5,5.5 - parent: 2 - - uid: 5505 - components: - - type: Transform - pos: -17.5,5.5 - parent: 2 - - uid: 5506 - components: - - type: Transform - pos: -16.5,5.5 - parent: 2 - - uid: 5507 - components: - - type: Transform - pos: -15.5,5.5 - parent: 2 - - uid: 5508 - components: - - type: Transform - pos: -14.5,5.5 - parent: 2 - - uid: 5509 - components: - - type: Transform - pos: -15.5,6.5 - parent: 2 - - uid: 5510 - components: - - type: Transform - pos: -15.5,7.5 - parent: 2 - - uid: 5511 - components: - - type: Transform - pos: -15.5,8.5 - parent: 2 - - uid: 5512 - components: - - type: Transform - pos: -13.5,5.5 - parent: 2 - - uid: 5513 - components: - - type: Transform - pos: -24.5,6.5 - parent: 2 - - uid: 5514 - components: - - type: Transform - pos: -24.5,7.5 - parent: 2 - - uid: 5515 - components: - - type: Transform - pos: -24.5,8.5 - parent: 2 - - uid: 5516 - components: - - type: Transform - pos: -24.5,9.5 - parent: 2 - - uid: 5517 - components: - - type: Transform - pos: -23.5,9.5 - parent: 2 - - uid: 5518 - components: - - type: Transform - pos: -22.5,9.5 - parent: 2 - - uid: 5519 - components: - - type: Transform - pos: -21.5,9.5 - parent: 2 - - uid: 5520 - components: - - type: Transform - pos: -21.5,10.5 - parent: 2 - - uid: 5521 - components: - - type: Transform - pos: -21.5,11.5 - parent: 2 - - uid: 5522 - components: - - type: Transform - pos: -21.5,12.5 - parent: 2 - - uid: 5523 - components: - - type: Transform - pos: -21.5,13.5 - parent: 2 - - uid: 5524 - components: - - type: Transform - pos: -22.5,13.5 - parent: 2 - - uid: 5525 - components: - - type: Transform - pos: -25.5,9.5 - parent: 2 - - uid: 5526 - components: - - type: Transform - pos: -26.5,9.5 - parent: 2 - - uid: 5527 - components: - - type: Transform - pos: -27.5,9.5 - parent: 2 - - uid: 5528 - components: - - type: Transform - pos: -27.5,10.5 - parent: 2 - - uid: 5529 - components: - - type: Transform - pos: -27.5,11.5 - parent: 2 - - uid: 5530 - components: - - type: Transform - pos: -27.5,12.5 - parent: 2 - - uid: 5531 - components: - - type: Transform - pos: -27.5,13.5 - parent: 2 - - uid: 5532 - components: - - type: Transform - pos: -26.5,13.5 - parent: 2 - - uid: 5533 - components: - - type: Transform - pos: -27.5,14.5 - parent: 2 - - uid: 5534 - components: - - type: Transform - pos: -27.5,15.5 - parent: 2 - - uid: 5535 - components: - - type: Transform - pos: -27.5,16.5 - parent: 2 - - uid: 5536 - components: - - type: Transform - pos: -26.5,16.5 - parent: 2 - - uid: 5537 - components: - - type: Transform - pos: -25.5,16.5 - parent: 2 - - uid: 5538 - components: - - type: Transform - pos: -24.5,16.5 - parent: 2 - - uid: 5539 - components: - - type: Transform - pos: -23.5,16.5 - parent: 2 - - uid: 5540 - components: - - type: Transform - pos: -22.5,16.5 - parent: 2 - - uid: 5541 - components: - - type: Transform - pos: -21.5,16.5 - parent: 2 - - uid: 5542 - components: - - type: Transform - pos: -20.5,16.5 - parent: 2 - - uid: 5543 - components: - - type: Transform - pos: -19.5,16.5 - parent: 2 - - uid: 5544 - components: - - type: Transform - pos: -20.5,11.5 - parent: 2 - - uid: 5545 - components: - - type: Transform - pos: -19.5,11.5 - parent: 2 - - uid: 5546 - components: - - type: Transform - pos: -18.5,11.5 - parent: 2 - - uid: 5547 - components: - - type: Transform - pos: -17.5,11.5 - parent: 2 - - uid: 5548 - components: - - type: Transform - pos: -16.5,11.5 - parent: 2 - - uid: 5549 - components: - - type: Transform - pos: -15.5,11.5 - parent: 2 - - uid: 5550 - components: - - type: Transform - pos: -16.5,12.5 - parent: 2 - - uid: 5551 - components: - - type: Transform - pos: -16.5,13.5 - parent: 2 - - uid: 5552 - components: - - type: Transform - pos: -16.5,14.5 - parent: 2 - - uid: 5553 - components: - - type: Transform - pos: -28.5,11.5 - parent: 2 - - uid: 5554 - components: - - type: Transform - pos: -29.5,11.5 - parent: 2 - - uid: 5555 - components: - - type: Transform - pos: -30.5,11.5 - parent: 2 - - uid: 5556 - components: - - type: Transform - pos: -31.5,11.5 - parent: 2 - - uid: 5557 - components: - - type: Transform - pos: -32.5,11.5 - parent: 2 - - uid: 5558 - components: - - type: Transform - pos: -33.5,11.5 - parent: 2 - - uid: 5559 - components: - - type: Transform - pos: -34.5,11.5 - parent: 2 - - uid: 5560 - components: - - type: Transform - pos: -34.5,12.5 - parent: 2 - - uid: 5561 - components: - - type: Transform - pos: -34.5,13.5 - parent: 2 - - uid: 5562 - components: - - type: Transform - pos: -34.5,14.5 - parent: 2 - - uid: 5563 - components: - - type: Transform - pos: -33.5,14.5 - parent: 2 - - uid: 5564 - components: - - type: Transform - pos: -32.5,14.5 - parent: 2 - - uid: 5565 - components: - - type: Transform - pos: -31.5,14.5 - parent: 2 - - uid: 5566 - components: - - type: Transform - pos: -35.5,12.5 - parent: 2 - - uid: 5567 - components: - - type: Transform - pos: -36.5,12.5 - parent: 2 - - uid: 5568 - components: - - type: Transform - pos: -37.5,12.5 - parent: 2 - - uid: 5569 - components: - - type: Transform - pos: -38.5,12.5 - parent: 2 - - uid: 5570 - components: - - type: Transform - pos: -39.5,12.5 - parent: 2 - - uid: 5571 - components: - - type: Transform - pos: -40.5,12.5 - parent: 2 - - uid: 5572 - components: - - type: Transform - pos: -40.5,11.5 - parent: 2 - - uid: 5573 - components: - - type: Transform - pos: -40.5,10.5 - parent: 2 - - uid: 5574 - components: - - type: Transform - pos: -40.5,13.5 - parent: 2 - - uid: 5575 - components: - - type: Transform - pos: -38.5,11.5 - parent: 2 - - uid: 5576 - components: - - type: Transform - pos: -38.5,10.5 - parent: 2 - - uid: 5577 - components: - - type: Transform - pos: -41.5,11.5 - parent: 2 - - uid: 5578 - components: - - type: Transform - pos: -42.5,11.5 - parent: 2 - - uid: 5579 - components: - - type: Transform - pos: -50.5,-7.5 - parent: 2 - - uid: 5580 - components: - - type: Transform - pos: -50.5,-8.5 - parent: 2 - - uid: 5581 - components: - - type: Transform - pos: -50.5,-9.5 - parent: 2 - - uid: 5582 - components: - - type: Transform - pos: -50.5,-10.5 - parent: 2 - - uid: 5583 - components: - - type: Transform - pos: -50.5,-11.5 - parent: 2 - - uid: 5584 - components: - - type: Transform - pos: -49.5,-11.5 - parent: 2 - - uid: 5585 - components: - - type: Transform - pos: -51.5,-9.5 - parent: 2 - - uid: 5586 - components: - - type: Transform - pos: -52.5,-9.5 - parent: 2 - - uid: 5587 - components: - - type: Transform - pos: -53.5,-9.5 - parent: 2 - - uid: 5588 - components: - - type: Transform - pos: -54.5,-9.5 - parent: 2 - - uid: 5589 - components: - - type: Transform - pos: -55.5,-9.5 - parent: 2 - - uid: 5590 - components: - - type: Transform - pos: -56.5,-9.5 - parent: 2 - - uid: 5591 - components: - - type: Transform - pos: -56.5,-13.5 - parent: 2 - - uid: 5592 - components: - - type: Transform - pos: -55.5,-13.5 - parent: 2 - - uid: 5593 - components: - - type: Transform - pos: -54.5,-13.5 - parent: 2 - - uid: 5594 - components: - - type: Transform - pos: -53.5,-13.5 - parent: 2 - - uid: 5595 - components: - - type: Transform - pos: -52.5,-13.5 - parent: 2 - - uid: 5596 - components: - - type: Transform - pos: -51.5,-13.5 - parent: 2 - - uid: 5597 - components: - - type: Transform - pos: -50.5,-13.5 - parent: 2 - - uid: 5598 - components: - - type: Transform - pos: -50.5,-12.5 - parent: 2 - - uid: 5599 - components: - - type: Transform - pos: -53.5,-14.5 - parent: 2 - - uid: 5600 - components: - - type: Transform - pos: -53.5,-15.5 - parent: 2 - - uid: 5601 - components: - - type: Transform - pos: -53.5,-16.5 - parent: 2 - - uid: 5602 - components: - - type: Transform - pos: -53.5,-17.5 - parent: 2 - - uid: 5603 - components: - - type: Transform - pos: -53.5,-18.5 - parent: 2 - - uid: 5604 - components: - - type: Transform - pos: -53.5,-19.5 - parent: 2 - - uid: 5605 - components: - - type: Transform - pos: -53.5,-20.5 - parent: 2 - - uid: 5606 - components: - - type: Transform - pos: -52.5,-18.5 - parent: 2 - - uid: 5607 - components: - - type: Transform - pos: -51.5,-18.5 - parent: 2 - - uid: 5608 - components: - - type: Transform - pos: -50.5,-18.5 - parent: 2 - - uid: 5609 - components: - - type: Transform - pos: -49.5,-18.5 - parent: 2 - - uid: 5610 - components: - - type: Transform - pos: -49.5,-19.5 - parent: 2 - - uid: 5611 - components: - - type: Transform - pos: -49.5,-20.5 - parent: 2 - - uid: 5612 - components: - - type: Transform - pos: -49.5,-21.5 - parent: 2 - - uid: 5613 - components: - - type: Transform - pos: -50.5,-21.5 - parent: 2 - - uid: 5614 - components: - - type: Transform - pos: -51.5,-21.5 - parent: 2 - - uid: 5615 - components: - - type: Transform - pos: -53.5,-21.5 - parent: 2 - - uid: 5616 - components: - - type: Transform - pos: -53.5,-22.5 - parent: 2 - - uid: 5617 - components: - - type: Transform - pos: -53.5,-23.5 - parent: 2 - - uid: 5618 - components: - - type: Transform - pos: -53.5,-24.5 - parent: 2 - - uid: 5619 - components: - - type: Transform - pos: -53.5,-25.5 - parent: 2 - - uid: 5620 - components: - - type: Transform - pos: -53.5,-26.5 - parent: 2 - - uid: 5621 - components: - - type: Transform - pos: -53.5,-27.5 - parent: 2 - - uid: 5622 - components: - - type: Transform - pos: -52.5,-26.5 - parent: 2 - - uid: 5623 - components: - - type: Transform - pos: -51.5,-26.5 - parent: 2 - - uid: 5624 - components: - - type: Transform - pos: -50.5,-26.5 - parent: 2 - - uid: 5625 - components: - - type: Transform - pos: -49.5,-26.5 - parent: 2 - - uid: 5626 - components: - - type: Transform - pos: -53.5,-8.5 - parent: 2 - - uid: 5627 - components: - - type: Transform - pos: -53.5,-7.5 - parent: 2 - - uid: 5628 - components: - - type: Transform - pos: -53.5,-6.5 - parent: 2 - - uid: 5629 - components: - - type: Transform - pos: -53.5,-5.5 - parent: 2 - - uid: 5630 - components: - - type: Transform - pos: -53.5,-4.5 - parent: 2 - - uid: 5631 - components: - - type: Transform - pos: -53.5,-3.5 - parent: 2 - - uid: 5632 - components: - - type: Transform - pos: -53.5,-2.5 - parent: 2 - - uid: 5633 - components: - - type: Transform - pos: -53.5,-1.5 - parent: 2 - - uid: 5634 - components: - - type: Transform - pos: -53.5,-0.5 - parent: 2 - - uid: 5635 - components: - - type: Transform - pos: -53.5,0.5 - parent: 2 - - uid: 5636 - components: - - type: Transform - pos: -53.5,1.5 - parent: 2 - - uid: 5637 - components: - - type: Transform - pos: -53.5,2.5 - parent: 2 - - uid: 5638 - components: - - type: Transform - pos: -53.5,3.5 - parent: 2 - - uid: 5639 - components: - - type: Transform - pos: -53.5,4.5 - parent: 2 - - uid: 5640 - components: - - type: Transform - pos: -53.5,5.5 - parent: 2 - - uid: 5641 - components: - - type: Transform - pos: -52.5,3.5 - parent: 2 - - uid: 5642 - components: - - type: Transform - pos: -51.5,3.5 - parent: 2 - - uid: 5643 - components: - - type: Transform - pos: -50.5,3.5 - parent: 2 - - uid: 5644 - components: - - type: Transform - pos: -49.5,3.5 - parent: 2 - - uid: 5645 - components: - - type: Transform - pos: -52.5,-1.5 - parent: 2 - - uid: 5646 - components: - - type: Transform - pos: -51.5,-1.5 - parent: 2 - - uid: 5647 - components: - - type: Transform - pos: -50.5,-1.5 - parent: 2 - - uid: 5648 - components: - - type: Transform - pos: -50.5,-2.5 - parent: 2 - - uid: 5649 - components: - - type: Transform - pos: -50.5,-3.5 - parent: 2 - - uid: 5650 - components: - - type: Transform - pos: -52.5,-5.5 - parent: 2 - - uid: 5651 - components: - - type: Transform - pos: -51.5,-5.5 - parent: 2 - - uid: 7762 - components: - - type: Transform - pos: 1.5,37.5 - parent: 2 - - uid: 7763 - components: - - type: Transform - pos: 2.5,37.5 - parent: 2 - - uid: 7764 - components: - - type: Transform - pos: -0.5,37.5 - parent: 2 - - uid: 7765 - components: - - type: Transform - pos: -1.5,37.5 - parent: 2 - - uid: 7766 - components: - - type: Transform - pos: -2.5,37.5 - parent: 2 - - uid: 7767 - components: - - type: Transform - pos: -3.5,37.5 - parent: 2 - - uid: 7768 - components: - - type: Transform - pos: -4.5,37.5 - parent: 2 - - uid: 7769 - components: - - type: Transform - pos: -5.5,37.5 - parent: 2 - - uid: 7770 - components: - - type: Transform - pos: -6.5,37.5 - parent: 2 - - uid: 7771 - components: - - type: Transform - pos: -7.5,37.5 - parent: 2 - - uid: 7772 - components: - - type: Transform - pos: -7.5,36.5 - parent: 2 - - uid: 8653 - components: - - type: Transform - pos: -29.5,1.5 - parent: 2 - - uid: 8660 - components: - - type: Transform - pos: -32.5,1.5 - parent: 2 - - uid: 8663 - components: - - type: Transform - pos: -28.5,1.5 - parent: 2 - - uid: 8721 - components: - - type: Transform - pos: 3.5,29.5 - parent: 2 - - uid: 9015 - components: - - type: Transform - pos: -31.5,1.5 - parent: 2 - - uid: 9129 - components: - - type: Transform - pos: -27.5,17.5 - parent: 2 - - uid: 9130 - components: - - type: Transform - pos: -27.5,18.5 - parent: 2 - - uid: 9131 - components: - - type: Transform - pos: -27.5,19.5 - parent: 2 - - uid: 9132 - components: - - type: Transform - pos: -27.5,20.5 - parent: 2 - - uid: 9133 - components: - - type: Transform - pos: -26.5,20.5 - parent: 2 - - uid: 9134 - components: - - type: Transform - pos: -25.5,20.5 - parent: 2 - - uid: 9135 - components: - - type: Transform - pos: -24.5,20.5 - parent: 2 - - uid: 9136 - components: - - type: Transform - pos: -23.5,20.5 - parent: 2 - - uid: 9137 - components: - - type: Transform - pos: -22.5,20.5 - parent: 2 - - uid: 9138 - components: - - type: Transform - pos: -21.5,20.5 - parent: 2 - - uid: 9139 - components: - - type: Transform - pos: -20.5,20.5 - parent: 2 - - uid: 9289 - components: - - type: Transform - pos: -28.5,0.5 - parent: 2 - - uid: 9290 - components: - - type: Transform - pos: -32.5,0.5 - parent: 2 - - uid: 9291 - components: - - type: Transform - pos: -20.5,1.5 - parent: 2 - - uid: 9292 - components: - - type: Transform - pos: -19.5,1.5 - parent: 2 - - uid: 9293 - components: - - type: Transform - pos: -16.5,1.5 - parent: 2 - - uid: 9294 - components: - - type: Transform - pos: -17.5,1.5 - parent: 2 - - uid: 9295 - components: - - type: Transform - pos: -16.5,0.5 - parent: 2 - - uid: 9296 - components: - - type: Transform - pos: -20.5,0.5 - parent: 2 - - uid: 9297 - components: - - type: Transform - pos: -22.5,3.5 - parent: 2 - - uid: 9298 - components: - - type: Transform - pos: -24.5,3.5 - parent: 2 - - uid: 9299 - components: - - type: Transform - pos: -25.5,2.5 - parent: 2 - - uid: 9300 - components: - - type: Transform - pos: -26.5,2.5 - parent: 2 - - uid: 9301 - components: - - type: Transform - pos: -22.5,2.5 - parent: 2 - - uid: 9302 - components: - - type: Transform - pos: -23.5,2.5 - parent: 2 - - uid: 9303 - components: - - type: Transform - pos: 24.5,2.5 - parent: 2 - - uid: 9304 - components: - - type: Transform - pos: 25.5,2.5 - parent: 2 - - uid: 9305 - components: - - type: Transform - pos: 25.5,3.5 - parent: 2 - - uid: 9306 - components: - - type: Transform - pos: 22.5,2.5 - parent: 2 - - uid: 9307 - components: - - type: Transform - pos: 21.5,2.5 - parent: 2 - - uid: 9308 - components: - - type: Transform - pos: 21.5,3.5 - parent: 2 - - uid: 9309 - components: - - type: Transform - pos: 24.5,-3.5 - parent: 2 - - uid: 9310 - components: - - type: Transform - pos: 24.5,-4.5 - parent: 2 - - uid: 9311 - components: - - type: Transform - pos: 22.5,-4.5 - parent: 2 - - uid: 9312 - components: - - type: Transform - pos: 22.5,-3.5 - parent: 2 - - uid: 9313 - components: - - type: Transform - pos: 46.5,-10.5 - parent: 2 - - uid: 9314 - components: - - type: Transform - pos: 46.5,-9.5 - parent: 2 - - uid: 9315 - components: - - type: Transform - pos: 47.5,-9.5 - parent: 2 - - uid: 9316 - components: - - type: Transform - pos: 47.5,-8.5 - parent: 2 - - uid: 9317 - components: - - type: Transform - pos: 46.5,-12.5 - parent: 2 - - uid: 9318 - components: - - type: Transform - pos: 46.5,-13.5 - parent: 2 - - uid: 9319 - components: - - type: Transform - pos: 47.5,-13.5 - parent: 2 - - uid: 9320 - components: - - type: Transform - pos: 47.5,-14.5 - parent: 2 - - uid: 9321 - components: - - type: Transform - pos: -46.5,-12.5 - parent: 2 - - uid: 9322 - components: - - type: Transform - pos: -46.5,-10.5 - parent: 2 - - uid: 9323 - components: - - type: Transform - pos: -47.5,-10.5 - parent: 2 - - uid: 9324 - components: - - type: Transform - pos: -47.5,-9.5 - parent: 2 - - uid: 9325 - components: - - type: Transform - pos: -47.5,-12.5 - parent: 2 - - uid: 9326 - components: - - type: Transform - pos: -47.5,-13.5 - parent: 2 - - uid: 9327 - components: - - type: Transform - pos: -23.5,-3.5 - parent: 2 - - uid: 9328 - components: - - type: Transform - pos: -23.5,-4.5 - parent: 2 - - uid: 9329 - components: - - type: Transform - pos: -25.5,-4.5 - parent: 2 - - uid: 9330 - components: - - type: Transform - pos: -25.5,-3.5 - parent: 2 - - uid: 9331 - components: - - type: Transform - pos: -26.5,3.5 - parent: 2 - - uid: 9389 - components: - - type: Transform - pos: -36.5,-21.5 - parent: 2 - - uid: 9390 - components: - - type: Transform - pos: -36.5,-20.5 - parent: 2 - - uid: 9391 - components: - - type: Transform - pos: -36.5,-19.5 - parent: 2 - - uid: 9392 - components: - - type: Transform - pos: -36.5,-18.5 - parent: 2 - - uid: 9393 - components: - - type: Transform - pos: -36.5,-17.5 - parent: 2 - - uid: 9394 - components: - - type: Transform - pos: -36.5,-16.5 - parent: 2 - - uid: 9395 - components: - - type: Transform - pos: -36.5,-15.5 - parent: 2 - - uid: 9396 - components: - - type: Transform - pos: -36.5,-14.5 - parent: 2 - - uid: 9397 - components: - - type: Transform - pos: -36.5,-13.5 - parent: 2 - - uid: 9398 - components: - - type: Transform - pos: -37.5,-17.5 - parent: 2 - - uid: 9399 - components: - - type: Transform - pos: -38.5,-17.5 - parent: 2 - - uid: 9400 - components: - - type: Transform - pos: -39.5,-17.5 - parent: 2 - - uid: 9462 - components: - - type: Transform - pos: -32.5,-18.5 - parent: 2 - - uid: 9463 - components: - - type: Transform - pos: -33.5,-19.5 - parent: 2 - - uid: 9465 - components: - - type: Transform - pos: -33.5,-18.5 - parent: 2 - - uid: 9472 - components: - - type: Transform - pos: -31.5,-18.5 - parent: 2 - - uid: 9473 - components: - - type: Transform - pos: -30.5,-18.5 - parent: 2 - - uid: 9553 - components: - - type: Transform - pos: -7.5,38.5 - parent: 2 - - uid: 9554 - components: - - type: Transform - pos: -8.5,38.5 - parent: 2 - - uid: 9555 - components: - - type: Transform - pos: -9.5,38.5 - parent: 2 - - uid: 9556 - components: - - type: Transform - pos: -7.5,35.5 - parent: 2 - - uid: 9557 - components: - - type: Transform - pos: -8.5,35.5 - parent: 2 - - uid: 9558 - components: - - type: Transform - pos: -9.5,35.5 - parent: 2 - - uid: 9569 - components: - - type: Transform - pos: 3.5,26.5 - parent: 2 - - uid: 9570 - components: - - type: Transform - pos: 4.5,26.5 - parent: 2 - - uid: 9571 - components: - - type: Transform - pos: 5.5,26.5 - parent: 2 - - uid: 9572 - components: - - type: Transform - pos: 6.5,26.5 - parent: 2 - - uid: 9573 - components: - - type: Transform - pos: 7.5,26.5 - parent: 2 - - uid: 9574 - components: - - type: Transform - pos: 7.5,25.5 - parent: 2 - - uid: 9590 - components: - - type: Transform - pos: 4.5,37.5 - parent: 2 - - uid: 9591 - components: - - type: Transform - pos: 3.5,37.5 - parent: 2 - - uid: 9594 - components: - - type: Transform - pos: 5.5,37.5 - parent: 2 - - uid: 9595 - components: - - type: Transform - pos: 6.5,37.5 - parent: 2 - - uid: 9621 - components: - - type: Transform - pos: 7.5,37.5 - parent: 2 - - uid: 9622 - components: - - type: Transform - pos: 8.5,37.5 - parent: 2 - - uid: 9623 - components: - - type: Transform - pos: 9.5,37.5 - parent: 2 -- proto: CableHV - entities: - - uid: 374 - components: - - type: Transform - pos: 1.5,17.5 - parent: 2 - - uid: 770 - components: - - type: Transform - pos: 0.5,18.5 - parent: 2 - - uid: 771 - components: - - type: Transform - pos: 1.5,18.5 - parent: 2 - - uid: 3108 - components: - - type: Transform - pos: -43.5,-9.5 - parent: 2 - - uid: 3139 - components: - - type: Transform - pos: 2.5,35.5 - parent: 2 - - uid: 3142 - components: - - type: Transform - pos: 0.5,35.5 - parent: 2 - - uid: 3143 - components: - - type: Transform - pos: 0.5,34.5 - parent: 2 - - uid: 3144 - components: - - type: Transform - pos: 0.5,33.5 - parent: 2 - - uid: 3145 - components: - - type: Transform - pos: 0.5,32.5 - parent: 2 - - uid: 3146 - components: - - type: Transform - pos: 0.5,31.5 - parent: 2 - - uid: 3379 - components: - - type: Transform - pos: 0.5,30.5 - parent: 2 - - uid: 3380 - components: - - type: Transform - pos: 0.5,29.5 - parent: 2 - - uid: 3381 - components: - - type: Transform - pos: -0.5,29.5 - parent: 2 - - uid: 3382 - components: - - type: Transform - pos: -1.5,29.5 - parent: 2 - - uid: 3383 - components: - - type: Transform - pos: -2.5,29.5 - parent: 2 - - uid: 3384 - components: - - type: Transform - pos: -3.5,29.5 - parent: 2 - - uid: 3385 - components: - - type: Transform - pos: -4.5,29.5 - parent: 2 - - uid: 3386 - components: - - type: Transform - pos: -4.5,28.5 - parent: 2 - - uid: 3387 - components: - - type: Transform - pos: -4.5,27.5 - parent: 2 - - uid: 3388 - components: - - type: Transform - pos: -4.5,26.5 - parent: 2 - - uid: 3389 - components: - - type: Transform - pos: -5.5,26.5 - parent: 2 - - uid: 3390 - components: - - type: Transform - pos: -6.5,26.5 - parent: 2 - - uid: 3391 - components: - - type: Transform - pos: -7.5,26.5 - parent: 2 - - uid: 3392 - components: - - type: Transform - pos: -8.5,26.5 - parent: 2 - - uid: 3393 - components: - - type: Transform - pos: -8.5,27.5 - parent: 2 - - uid: 3394 - components: - - type: Transform - pos: -8.5,28.5 - parent: 2 - - uid: 3395 - components: - - type: Transform - pos: -8.5,29.5 - parent: 2 - - uid: 3396 - components: - - type: Transform - pos: -8.5,30.5 - parent: 2 - - uid: 3397 - components: - - type: Transform - pos: -7.5,30.5 - parent: 2 - - uid: 3398 - components: - - type: Transform - pos: -8.5,25.5 - parent: 2 - - uid: 3399 - components: - - type: Transform - pos: -8.5,24.5 - parent: 2 - - uid: 3400 - components: - - type: Transform - pos: -8.5,23.5 - parent: 2 - - uid: 3401 - components: - - type: Transform - pos: -8.5,22.5 - parent: 2 - - uid: 3402 - components: - - type: Transform - pos: -7.5,22.5 - parent: 2 - - uid: 3403 - components: - - type: Transform - pos: -6.5,22.5 - parent: 2 - - uid: 3404 - components: - - type: Transform - pos: -5.5,22.5 - parent: 2 - - uid: 3405 - components: - - type: Transform - pos: -4.5,22.5 - parent: 2 - - uid: 3406 - components: - - type: Transform - pos: -3.5,22.5 - parent: 2 - - uid: 3407 - components: - - type: Transform - pos: -2.5,22.5 - parent: 2 - - uid: 3408 - components: - - type: Transform - pos: -1.5,22.5 - parent: 2 - - uid: 3409 - components: - - type: Transform - pos: -0.5,22.5 - parent: 2 - - uid: 3410 - components: - - type: Transform - pos: -0.5,21.5 - parent: 2 - - uid: 3411 - components: - - type: Transform - pos: -0.5,20.5 - parent: 2 - - uid: 3412 - components: - - type: Transform - pos: -0.5,19.5 - parent: 2 - - uid: 3413 - components: - - type: Transform - pos: -0.5,18.5 - parent: 2 - - uid: 3414 - components: - - type: Transform - pos: -0.5,17.5 - parent: 2 - - uid: 3415 - components: - - type: Transform - pos: -0.5,16.5 - parent: 2 - - uid: 3416 - components: - - type: Transform - pos: -0.5,15.5 - parent: 2 - - uid: 3417 - components: - - type: Transform - pos: -0.5,14.5 - parent: 2 - - uid: 3418 - components: - - type: Transform - pos: -0.5,13.5 - parent: 2 - - uid: 3419 - components: - - type: Transform - pos: -0.5,12.5 - parent: 2 - - uid: 3420 - components: - - type: Transform - pos: -0.5,11.5 - parent: 2 - - uid: 3421 - components: - - type: Transform - pos: -0.5,10.5 - parent: 2 - - uid: 3422 - components: - - type: Transform - pos: -0.5,9.5 - parent: 2 - - uid: 3423 - components: - - type: Transform - pos: -0.5,7.5 - parent: 2 - - uid: 3424 - components: - - type: Transform - pos: -0.5,8.5 - parent: 2 - - uid: 3425 - components: - - type: Transform - pos: -0.5,6.5 - parent: 2 - - uid: 3426 - components: - - type: Transform - pos: -0.5,5.5 - parent: 2 - - uid: 3427 - components: - - type: Transform - pos: -0.5,4.5 - parent: 2 - - uid: 3428 - components: - - type: Transform - pos: 0.5,4.5 - parent: 2 - - uid: 3429 - components: - - type: Transform - pos: 1.5,4.5 - parent: 2 - - uid: 3430 - components: - - type: Transform - pos: 2.5,4.5 - parent: 2 - - uid: 3431 - components: - - type: Transform - pos: 3.5,4.5 - parent: 2 - - uid: 3432 - components: - - type: Transform - pos: 4.5,4.5 - parent: 2 - - uid: 3433 - components: - - type: Transform - pos: 4.5,3.5 - parent: 2 - - uid: 3434 - components: - - type: Transform - pos: 5.5,3.5 - parent: 2 - - uid: 3435 - components: - - type: Transform - pos: 5.5,2.5 - parent: 2 - - uid: 3436 - components: - - type: Transform - pos: 5.5,0.5 - parent: 2 - - uid: 3437 - components: - - type: Transform - pos: 5.5,1.5 - parent: 2 - - uid: 3438 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 2 - - uid: 3439 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 2 - - uid: 3440 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 2 - - uid: 3441 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 2 - - uid: 3442 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 2 - - uid: 3443 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 2 - - uid: 3444 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 2 - - uid: 3445 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 2 - - uid: 3446 - components: - - type: Transform - pos: 13.5,-0.5 - parent: 2 - - uid: 3447 - components: - - type: Transform - pos: 13.5,-1.5 - parent: 2 - - uid: 3448 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 2 - - uid: 3449 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 2 - - uid: 3450 - components: - - type: Transform - pos: 13.5,-4.5 - parent: 2 - - uid: 3451 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 2 - - uid: 3452 - components: - - type: Transform - pos: 12.5,-5.5 - parent: 2 - - uid: 3453 - components: - - type: Transform - pos: 11.5,-5.5 - parent: 2 - - uid: 3454 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 2 - - uid: 3455 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 2 - - uid: 3456 - components: - - type: Transform - pos: 14.5,-0.5 - parent: 2 - - uid: 3457 - components: - - type: Transform - pos: 15.5,-0.5 - parent: 2 - - uid: 3458 - components: - - type: Transform - pos: 16.5,-0.5 - parent: 2 - - uid: 3459 - components: - - type: Transform - pos: 17.5,-0.5 - parent: 2 - - uid: 3460 - components: - - type: Transform - pos: 18.5,-0.5 - parent: 2 - - uid: 3461 - components: - - type: Transform - pos: 19.5,-0.5 - parent: 2 - - uid: 3462 - components: - - type: Transform - pos: 20.5,-0.5 - parent: 2 - - uid: 3463 - components: - - type: Transform - pos: 21.5,-0.5 - parent: 2 - - uid: 3464 - components: - - type: Transform - pos: 22.5,-0.5 - parent: 2 - - uid: 3465 - components: - - type: Transform - pos: 23.5,-0.5 - parent: 2 - - uid: 3466 - components: - - type: Transform - pos: 24.5,-0.5 - parent: 2 - - uid: 3467 - components: - - type: Transform - pos: 25.5,-0.5 - parent: 2 - - uid: 3468 - components: - - type: Transform - pos: 26.5,-0.5 - parent: 2 - - uid: 3469 - components: - - type: Transform - pos: 27.5,-0.5 - parent: 2 - - uid: 3470 - components: - - type: Transform - pos: 28.5,-0.5 - parent: 2 - - uid: 3471 - components: - - type: Transform - pos: 28.5,0.5 - parent: 2 - - uid: 3472 - components: - - type: Transform - pos: 28.5,1.5 - parent: 2 - - uid: 3473 - components: - - type: Transform - pos: 28.5,2.5 - parent: 2 - - uid: 3474 - components: - - type: Transform - pos: 28.5,3.5 - parent: 2 - - uid: 3475 - components: - - type: Transform - pos: 29.5,3.5 - parent: 2 - - uid: 3476 - components: - - type: Transform - pos: 30.5,3.5 - parent: 2 - - uid: 3477 - components: - - type: Transform - pos: 31.5,3.5 - parent: 2 - - uid: 3478 - components: - - type: Transform - pos: 32.5,3.5 - parent: 2 - - uid: 3479 - components: - - type: Transform - pos: 33.5,3.5 - parent: 2 - - uid: 3480 - components: - - type: Transform - pos: 34.5,3.5 - parent: 2 - - uid: 3481 - components: - - type: Transform - pos: 35.5,3.5 - parent: 2 - - uid: 3482 - components: - - type: Transform - pos: 36.5,3.5 - parent: 2 - - uid: 3483 - components: - - type: Transform - pos: 37.5,3.5 - parent: 2 - - uid: 3484 - components: - - type: Transform - pos: 38.5,3.5 - parent: 2 - - uid: 3485 - components: - - type: Transform - pos: 39.5,3.5 - parent: 2 - - uid: 3486 - components: - - type: Transform - pos: 40.5,3.5 - parent: 2 - - uid: 3487 - components: - - type: Transform - pos: 41.5,3.5 - parent: 2 - - uid: 3488 - components: - - type: Transform - pos: 42.5,3.5 - parent: 2 - - uid: 3489 - components: - - type: Transform - pos: 43.5,3.5 - parent: 2 - - uid: 3490 - components: - - type: Transform - pos: 43.5,4.5 - parent: 2 - - uid: 3491 - components: - - type: Transform - pos: 43.5,5.5 - parent: 2 - - uid: 3492 - components: - - type: Transform - pos: 43.5,6.5 - parent: 2 - - uid: 3493 - components: - - type: Transform - pos: 44.5,6.5 - parent: 2 - - uid: 3494 - components: - - type: Transform - pos: 29.5,-0.5 - parent: 2 - - uid: 3495 - components: - - type: Transform - pos: 30.5,-0.5 - parent: 2 - - uid: 3496 - components: - - type: Transform - pos: 31.5,-0.5 - parent: 2 - - uid: 3497 - components: - - type: Transform - pos: 32.5,-0.5 - parent: 2 - - uid: 3498 - components: - - type: Transform - pos: 33.5,-0.5 - parent: 2 - - uid: 3499 - components: - - type: Transform - pos: 34.5,-0.5 - parent: 2 - - uid: 3500 - components: - - type: Transform - pos: 35.5,-0.5 - parent: 2 - - uid: 3501 - components: - - type: Transform - pos: 36.5,-0.5 - parent: 2 - - uid: 3502 - components: - - type: Transform - pos: 37.5,-0.5 - parent: 2 - - uid: 3503 - components: - - type: Transform - pos: 38.5,-0.5 - parent: 2 - - uid: 3504 - components: - - type: Transform - pos: 39.5,-0.5 - parent: 2 - - uid: 3505 - components: - - type: Transform - pos: 40.5,-0.5 - parent: 2 - - uid: 3506 - components: - - type: Transform - pos: 41.5,-0.5 - parent: 2 - - uid: 3507 - components: - - type: Transform - pos: 42.5,-0.5 - parent: 2 - - uid: 3508 - components: - - type: Transform - pos: 43.5,-0.5 - parent: 2 - - uid: 3509 - components: - - type: Transform - pos: 43.5,-1.5 - parent: 2 - - uid: 3510 - components: - - type: Transform - pos: 43.5,-2.5 - parent: 2 - - uid: 3511 - components: - - type: Transform - pos: 43.5,-3.5 - parent: 2 - - uid: 3512 - components: - - type: Transform - pos: 43.5,-4.5 - parent: 2 - - uid: 3513 - components: - - type: Transform - pos: 43.5,-5.5 - parent: 2 - - uid: 3514 - components: - - type: Transform - pos: 43.5,-6.5 - parent: 2 - - uid: 3515 - components: - - type: Transform - pos: 43.5,-7.5 - parent: 2 - - uid: 3516 - components: - - type: Transform - pos: 43.5,-8.5 - parent: 2 - - uid: 3517 - components: - - type: Transform - pos: 43.5,-9.5 - parent: 2 - - uid: 3518 - components: - - type: Transform - pos: 43.5,-10.5 - parent: 2 - - uid: 3519 - components: - - type: Transform - pos: 43.5,-11.5 - parent: 2 - - uid: 3520 - components: - - type: Transform - pos: 43.5,-12.5 - parent: 2 - - uid: 3521 - components: - - type: Transform - pos: 35.5,-1.5 - parent: 2 - - uid: 3522 - components: - - type: Transform - pos: 35.5,-2.5 - parent: 2 - - uid: 3523 - components: - - type: Transform - pos: 35.5,-3.5 - parent: 2 - - uid: 3524 - components: - - type: Transform - pos: 35.5,-4.5 - parent: 2 - - uid: 3525 - components: - - type: Transform - pos: 35.5,-5.5 - parent: 2 - - uid: 3526 - components: - - type: Transform - pos: 35.5,-6.5 - parent: 2 - - uid: 3527 - components: - - type: Transform - pos: 35.5,-7.5 - parent: 2 - - uid: 3528 - components: - - type: Transform - pos: 34.5,-7.5 - parent: 2 - - uid: 3529 - components: - - type: Transform - pos: 33.5,-7.5 - parent: 2 - - uid: 3530 - components: - - type: Transform - pos: 33.5,-6.5 - parent: 2 - - uid: 3531 - components: - - type: Transform - pos: 42.5,-12.5 - parent: 2 - - uid: 3532 - components: - - type: Transform - pos: 41.5,-12.5 - parent: 2 - - uid: 3533 - components: - - type: Transform - pos: 40.5,-12.5 - parent: 2 - - uid: 3534 - components: - - type: Transform - pos: 39.5,-12.5 - parent: 2 - - uid: 3535 - components: - - type: Transform - pos: 38.5,-12.5 - parent: 2 - - uid: 3536 - components: - - type: Transform - pos: 37.5,-12.5 - parent: 2 - - uid: 3537 - components: - - type: Transform - pos: 37.5,-11.5 - parent: 2 - - uid: 3538 - components: - - type: Transform - pos: 37.5,-10.5 - parent: 2 - - uid: 3539 - components: - - type: Transform - pos: 37.5,-9.5 - parent: 2 - - uid: 3540 - components: - - type: Transform - pos: 37.5,-8.5 - parent: 2 - - uid: 3541 - components: - - type: Transform - pos: 37.5,-7.5 - parent: 2 - - uid: 3542 - components: - - type: Transform - pos: 37.5,-6.5 - parent: 2 - - uid: 3543 - components: - - type: Transform - pos: 37.5,-5.5 - parent: 2 - - uid: 3544 - components: - - type: Transform - pos: 36.5,-5.5 - parent: 2 - - uid: 3545 - components: - - type: Transform - pos: 44.5,-0.5 - parent: 2 - - uid: 3546 - components: - - type: Transform - pos: 45.5,-0.5 - parent: 2 - - uid: 3547 - components: - - type: Transform - pos: 46.5,-0.5 - parent: 2 - - uid: 3548 - components: - - type: Transform - pos: 46.5,0.5 - parent: 2 - - uid: 3549 - components: - - type: Transform - pos: 46.5,1.5 - parent: 2 - - uid: 3550 - components: - - type: Transform - pos: 46.5,2.5 - parent: 2 - - uid: 3551 - components: - - type: Transform - pos: 46.5,3.5 - parent: 2 - - uid: 3552 - components: - - type: Transform - pos: 45.5,3.5 - parent: 2 - - uid: 3553 - components: - - type: Transform - pos: 44.5,3.5 - parent: 2 - - uid: 3554 - components: - - type: Transform - pos: 0.5,22.5 - parent: 2 - - uid: 3555 - components: - - type: Transform - pos: 1.5,22.5 - parent: 2 - - uid: 3556 - components: - - type: Transform - pos: 2.5,22.5 - parent: 2 - - uid: 3557 - components: - - type: Transform - pos: 2.5,23.5 - parent: 2 - - uid: 3558 - components: - - type: Transform - pos: 2.5,24.5 - parent: 2 - - uid: 3559 - components: - - type: Transform - pos: 2.5,25.5 - parent: 2 - - uid: 3560 - components: - - type: Transform - pos: 2.5,26.5 - parent: 2 - - uid: 3561 - components: - - type: Transform - pos: 2.5,27.5 - parent: 2 - - uid: 3562 - components: - - type: Transform - pos: 2.5,28.5 - parent: 2 - - uid: 3563 - components: - - type: Transform - pos: 2.5,29.5 - parent: 2 - - uid: 3564 - components: - - type: Transform - pos: 1.5,29.5 - parent: 2 - - uid: 3565 - components: - - type: Transform - pos: 43.5,-13.5 - parent: 2 - - uid: 3566 - components: - - type: Transform - pos: 43.5,-14.5 - parent: 2 - - uid: 3567 - components: - - type: Transform - pos: 43.5,-15.5 - parent: 2 - - uid: 3568 - components: - - type: Transform - pos: 43.5,-16.5 - parent: 2 - - uid: 3569 - components: - - type: Transform - pos: 43.5,-17.5 - parent: 2 - - uid: 3570 - components: - - type: Transform - pos: 43.5,-18.5 - parent: 2 - - uid: 3571 - components: - - type: Transform - pos: 43.5,-19.5 - parent: 2 - - uid: 3572 - components: - - type: Transform - pos: 43.5,-20.5 - parent: 2 - - uid: 3573 - components: - - type: Transform - pos: 43.5,-21.5 - parent: 2 - - uid: 3574 - components: - - type: Transform - pos: 43.5,-22.5 - parent: 2 - - uid: 3575 - components: - - type: Transform - pos: 42.5,-22.5 - parent: 2 - - uid: 3576 - components: - - type: Transform - pos: 41.5,-22.5 - parent: 2 - - uid: 3577 - components: - - type: Transform - pos: 40.5,-22.5 - parent: 2 - - uid: 3578 - components: - - type: Transform - pos: 39.5,-22.5 - parent: 2 - - uid: 3579 - components: - - type: Transform - pos: 38.5,-22.5 - parent: 2 - - uid: 3580 - components: - - type: Transform - pos: 37.5,-22.5 - parent: 2 - - uid: 3581 - components: - - type: Transform - pos: 36.5,-22.5 - parent: 2 - - uid: 3582 - components: - - type: Transform - pos: 35.5,-22.5 - parent: 2 - - uid: 3583 - components: - - type: Transform - pos: 34.5,-22.5 - parent: 2 - - uid: 3584 - components: - - type: Transform - pos: 33.5,-22.5 - parent: 2 - - uid: 3585 - components: - - type: Transform - pos: 32.5,-22.5 - parent: 2 - - uid: 3586 - components: - - type: Transform - pos: 32.5,-23.5 - parent: 2 - - uid: 3587 - components: - - type: Transform - pos: 32.5,-24.5 - parent: 2 - - uid: 3588 - components: - - type: Transform - pos: 32.5,-25.5 - parent: 2 - - uid: 3589 - components: - - type: Transform - pos: 32.5,-26.5 - parent: 2 - - uid: 3590 - components: - - type: Transform - pos: 32.5,-27.5 - parent: 2 - - uid: 3591 - components: - - type: Transform - pos: 32.5,-28.5 - parent: 2 - - uid: 3592 - components: - - type: Transform - pos: 32.5,-29.5 - parent: 2 - - uid: 3593 - components: - - type: Transform - pos: 32.5,-30.5 - parent: 2 - - uid: 3594 - components: - - type: Transform - pos: 32.5,-31.5 - parent: 2 - - uid: 3595 - components: - - type: Transform - pos: 32.5,-32.5 - parent: 2 - - uid: 3596 - components: - - type: Transform - pos: 32.5,-33.5 - parent: 2 - - uid: 3597 - components: - - type: Transform - pos: 32.5,-34.5 - parent: 2 - - uid: 3598 - components: - - type: Transform - pos: 32.5,-35.5 - parent: 2 - - uid: 3599 - components: - - type: Transform - pos: 32.5,-36.5 - parent: 2 - - uid: 3600 - components: - - type: Transform - pos: 32.5,-37.5 - parent: 2 - - uid: 3601 - components: - - type: Transform - pos: 32.5,-38.5 - parent: 2 - - uid: 3602 - components: - - type: Transform - pos: 32.5,-39.5 - parent: 2 - - uid: 3603 - components: - - type: Transform - pos: 9.5,-39.5 - parent: 2 - - uid: 3604 - components: - - type: Transform - pos: 31.5,-39.5 - parent: 2 - - uid: 3605 - components: - - type: Transform - pos: 30.5,-39.5 - parent: 2 - - uid: 3606 - components: - - type: Transform - pos: 29.5,-39.5 - parent: 2 - - uid: 3607 - components: - - type: Transform - pos: 28.5,-39.5 - parent: 2 - - uid: 3608 - components: - - type: Transform - pos: 27.5,-39.5 - parent: 2 - - uid: 3609 - components: - - type: Transform - pos: 26.5,-39.5 - parent: 2 - - uid: 3610 - components: - - type: Transform - pos: 25.5,-39.5 - parent: 2 - - uid: 3611 - components: - - type: Transform - pos: 24.5,-39.5 - parent: 2 - - uid: 3612 - components: - - type: Transform - pos: 23.5,-39.5 - parent: 2 - - uid: 3613 - components: - - type: Transform - pos: 22.5,-39.5 - parent: 2 - - uid: 3614 - components: - - type: Transform - pos: 21.5,-39.5 - parent: 2 - - uid: 3615 - components: - - type: Transform - pos: 20.5,-39.5 - parent: 2 - - uid: 3616 - components: - - type: Transform - pos: 19.5,-39.5 - parent: 2 - - uid: 3617 - components: - - type: Transform - pos: 18.5,-39.5 - parent: 2 - - uid: 3618 - components: - - type: Transform - pos: 17.5,-39.5 - parent: 2 - - uid: 3619 - components: - - type: Transform - pos: 16.5,-39.5 - parent: 2 - - uid: 3620 - components: - - type: Transform - pos: 15.5,-39.5 - parent: 2 - - uid: 3621 - components: - - type: Transform - pos: 14.5,-39.5 - parent: 2 - - uid: 3622 - components: - - type: Transform - pos: 13.5,-39.5 - parent: 2 - - uid: 3623 - components: - - type: Transform - pos: 12.5,-39.5 - parent: 2 - - uid: 3624 - components: - - type: Transform - pos: 11.5,-39.5 - parent: 2 - - uid: 3625 - components: - - type: Transform - pos: 10.5,-39.5 - parent: 2 - - uid: 3626 - components: - - type: Transform - pos: -1.5,4.5 - parent: 2 - - uid: 3627 - components: - - type: Transform - pos: -2.5,4.5 - parent: 2 - - uid: 3628 - components: - - type: Transform - pos: -3.5,4.5 - parent: 2 - - uid: 3629 - components: - - type: Transform - pos: -4.5,4.5 - parent: 2 - - uid: 3630 - components: - - type: Transform - pos: -5.5,4.5 - parent: 2 - - uid: 3631 - components: - - type: Transform - pos: -5.5,3.5 - parent: 2 - - uid: 3632 - components: - - type: Transform - pos: -6.5,3.5 - parent: 2 - - uid: 3633 - components: - - type: Transform - pos: -6.5,2.5 - parent: 2 - - uid: 3634 - components: - - type: Transform - pos: -6.5,1.5 - parent: 2 - - uid: 3635 - components: - - type: Transform - pos: -6.5,0.5 - parent: 2 - - uid: 3636 - components: - - type: Transform - pos: -6.5,-0.5 - parent: 2 - - uid: 3637 - components: - - type: Transform - pos: -29.5,-0.5 - parent: 2 - - uid: 3638 - components: - - type: Transform - pos: -30.5,-0.5 - parent: 2 - - uid: 3639 - components: - - type: Transform - pos: -31.5,-0.5 - parent: 2 - - uid: 3640 - components: - - type: Transform - pos: -32.5,-0.5 - parent: 2 - - uid: 3641 - components: - - type: Transform - pos: -33.5,-0.5 - parent: 2 - - uid: 3642 - components: - - type: Transform - pos: -34.5,-0.5 - parent: 2 - - uid: 3643 - components: - - type: Transform - pos: -35.5,-0.5 - parent: 2 - - uid: 3644 - components: - - type: Transform - pos: -36.5,-0.5 - parent: 2 - - uid: 3645 - components: - - type: Transform - pos: -37.5,-0.5 - parent: 2 - - uid: 3646 - components: - - type: Transform - pos: -38.5,-0.5 - parent: 2 - - uid: 3647 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 2 - - uid: 3648 - components: - - type: Transform - pos: -8.5,-0.5 - parent: 2 - - uid: 3649 - components: - - type: Transform - pos: -9.5,-0.5 - parent: 2 - - uid: 3650 - components: - - type: Transform - pos: -10.5,-0.5 - parent: 2 - - uid: 3651 - components: - - type: Transform - pos: -11.5,-0.5 - parent: 2 - - uid: 3652 - components: - - type: Transform - pos: -12.5,-0.5 - parent: 2 - - uid: 3653 - components: - - type: Transform - pos: -13.5,-0.5 - parent: 2 - - uid: 3654 - components: - - type: Transform - pos: -14.5,-0.5 - parent: 2 - - uid: 3655 - components: - - type: Transform - pos: -15.5,-0.5 - parent: 2 - - uid: 3656 - components: - - type: Transform - pos: -16.5,-0.5 - parent: 2 - - uid: 3657 - components: - - type: Transform - pos: -17.5,-0.5 - parent: 2 - - uid: 3658 - components: - - type: Transform - pos: -18.5,-0.5 - parent: 2 - - uid: 3659 - components: - - type: Transform - pos: -19.5,-0.5 - parent: 2 - - uid: 3660 - components: - - type: Transform - pos: -20.5,-0.5 - parent: 2 - - uid: 3661 - components: - - type: Transform - pos: -21.5,-0.5 - parent: 2 - - uid: 3662 - components: - - type: Transform - pos: -22.5,-0.5 - parent: 2 - - uid: 3663 - components: - - type: Transform - pos: -23.5,-0.5 - parent: 2 - - uid: 3664 - components: - - type: Transform - pos: -24.5,-0.5 - parent: 2 - - uid: 3665 - components: - - type: Transform - pos: -25.5,-0.5 - parent: 2 - - uid: 3666 - components: - - type: Transform - pos: -26.5,-0.5 - parent: 2 - - uid: 3667 - components: - - type: Transform - pos: -27.5,-0.5 - parent: 2 - - uid: 3668 - components: - - type: Transform - pos: -28.5,-0.5 - parent: 2 - - uid: 3669 - components: - - type: Transform - pos: -38.5,0.5 - parent: 2 - - uid: 3670 - components: - - type: Transform - pos: -38.5,1.5 - parent: 2 - - uid: 3671 - components: - - type: Transform - pos: -38.5,2.5 - parent: 2 - - uid: 3672 - components: - - type: Transform - pos: -39.5,2.5 - parent: 2 - - uid: 3673 - components: - - type: Transform - pos: -40.5,2.5 - parent: 2 - - uid: 3674 - components: - - type: Transform - pos: -41.5,2.5 - parent: 2 - - uid: 3675 - components: - - type: Transform - pos: -42.5,2.5 - parent: 2 - - uid: 3676 - components: - - type: Transform - pos: -43.5,2.5 - parent: 2 - - uid: 3677 - components: - - type: Transform - pos: -44.5,2.5 - parent: 2 - - uid: 3678 - components: - - type: Transform - pos: -45.5,2.5 - parent: 2 - - uid: 3679 - components: - - type: Transform - pos: -46.5,2.5 - parent: 2 - - uid: 3680 - components: - - type: Transform - pos: -46.5,1.5 - parent: 2 - - uid: 3681 - components: - - type: Transform - pos: -46.5,0.5 - parent: 2 - - uid: 3682 - components: - - type: Transform - pos: -44.5,0.5 - parent: 2 - - uid: 3683 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 - - uid: 3684 - components: - - type: Transform - pos: -43.5,-0.5 - parent: 2 - - uid: 3685 - components: - - type: Transform - pos: -42.5,-0.5 - parent: 2 - - uid: 3686 - components: - - type: Transform - pos: -41.5,-0.5 - parent: 2 - - uid: 3687 - components: - - type: Transform - pos: -40.5,-0.5 - parent: 2 - - uid: 3688 - components: - - type: Transform - pos: -39.5,-0.5 - parent: 2 - - uid: 3689 - components: - - type: Transform - pos: -45.5,0.5 - parent: 2 - - uid: 3690 - components: - - type: Transform - pos: -43.5,-1.5 - parent: 2 - - uid: 3691 - components: - - type: Transform - pos: -43.5,-2.5 - parent: 2 - - uid: 3692 - components: - - type: Transform - pos: -43.5,-3.5 - parent: 2 - - uid: 3693 - components: - - type: Transform - pos: -43.5,-4.5 - parent: 2 - - uid: 3694 - components: - - type: Transform - pos: -43.5,-5.5 - parent: 2 - - uid: 3695 - components: - - type: Transform - pos: -43.5,-6.5 - parent: 2 - - uid: 3696 - components: - - type: Transform - pos: -43.5,-7.5 - parent: 2 - - uid: 3697 - components: - - type: Transform - pos: -43.5,-8.5 - parent: 2 - - uid: 3698 - components: - - type: Transform - pos: -44.5,-0.5 - parent: 2 - - uid: 3699 - components: - - type: Transform - pos: -44.5,4.5 - parent: 2 - - uid: 3700 - components: - - type: Transform - pos: -44.5,5.5 - parent: 2 - - uid: 3701 - components: - - type: Transform - pos: -44.5,6.5 - parent: 2 - - uid: 3702 - components: - - type: Transform - pos: -43.5,6.5 - parent: 2 - - uid: 3703 - components: - - type: Transform - pos: -42.5,-8.5 - parent: 2 - - uid: 3704 - components: - - type: Transform - pos: -41.5,-8.5 - parent: 2 - - uid: 3705 - components: - - type: Transform - pos: -40.5,-8.5 - parent: 2 - - uid: 3706 - components: - - type: Transform - pos: -40.5,-7.5 - parent: 2 - - uid: 3707 - components: - - type: Transform - pos: -40.5,-6.5 - parent: 2 - - uid: 3708 - components: - - type: Transform - pos: -40.5,-5.5 - parent: 2 - - uid: 3709 - components: - - type: Transform - pos: -40.5,-4.5 - parent: 2 - - uid: 3710 - components: - - type: Transform - pos: -39.5,-4.5 - parent: 2 - - uid: 3711 - components: - - type: Transform - pos: -38.5,-4.5 - parent: 2 - - uid: 3712 - components: - - type: Transform - pos: -37.5,-4.5 - parent: 2 - - uid: 3713 - components: - - type: Transform - pos: -37.5,-3.5 - parent: 2 - - uid: 3714 - components: - - type: Transform - pos: -39.5,-8.5 - parent: 2 - - uid: 3715 - components: - - type: Transform - pos: -38.5,-8.5 - parent: 2 - - uid: 3716 - components: - - type: Transform - pos: -43.5,-10.5 - parent: 2 - - uid: 3717 - components: - - type: Transform - pos: -43.5,-11.5 - parent: 2 - - uid: 3718 - components: - - type: Transform - pos: -43.5,-12.5 - parent: 2 - - uid: 3719 - components: - - type: Transform - pos: -43.5,-13.5 - parent: 2 - - uid: 3720 - components: - - type: Transform - pos: -43.5,-14.5 - parent: 2 - - uid: 3721 - components: - - type: Transform - pos: -43.5,-15.5 - parent: 2 - - uid: 3722 - components: - - type: Transform - pos: -43.5,-16.5 - parent: 2 - - uid: 3723 - components: - - type: Transform - pos: -43.5,-17.5 - parent: 2 - - uid: 3724 - components: - - type: Transform - pos: -43.5,-18.5 - parent: 2 - - uid: 3725 - components: - - type: Transform - pos: -43.5,-19.5 - parent: 2 - - uid: 3726 - components: - - type: Transform - pos: -43.5,-20.5 - parent: 2 - - uid: 3727 - components: - - type: Transform - pos: -43.5,-21.5 - parent: 2 - - uid: 3728 - components: - - type: Transform - pos: -43.5,-22.5 - parent: 2 - - uid: 3729 - components: - - type: Transform - pos: 9.5,-33.5 - parent: 2 - - uid: 3730 - components: - - type: Transform - pos: -42.5,-22.5 - parent: 2 - - uid: 3731 - components: - - type: Transform - pos: -41.5,-22.5 - parent: 2 - - uid: 3732 - components: - - type: Transform - pos: -40.5,-22.5 - parent: 2 - - uid: 3733 - components: - - type: Transform - pos: -39.5,-22.5 - parent: 2 - - uid: 3734 - components: - - type: Transform - pos: -38.5,-22.5 - parent: 2 - - uid: 3735 - components: - - type: Transform - pos: -37.5,-22.5 - parent: 2 - - uid: 3736 - components: - - type: Transform - pos: -36.5,-22.5 - parent: 2 - - uid: 3737 - components: - - type: Transform - pos: -35.5,-22.5 - parent: 2 - - uid: 3738 - components: - - type: Transform - pos: -34.5,-22.5 - parent: 2 - - uid: 3739 - components: - - type: Transform - pos: -33.5,-22.5 - parent: 2 - - uid: 3740 - components: - - type: Transform - pos: -33.5,-23.5 - parent: 2 - - uid: 3741 - components: - - type: Transform - pos: -33.5,-24.5 - parent: 2 - - uid: 3742 - components: - - type: Transform - pos: -33.5,-25.5 - parent: 2 - - uid: 3743 - components: - - type: Transform - pos: -33.5,-26.5 - parent: 2 - - uid: 3744 - components: - - type: Transform - pos: -33.5,-27.5 - parent: 2 - - uid: 3745 - components: - - type: Transform - pos: -33.5,-28.5 - parent: 2 - - uid: 3746 - components: - - type: Transform - pos: -33.5,-29.5 - parent: 2 - - uid: 3747 - components: - - type: Transform - pos: -33.5,-30.5 - parent: 2 - - uid: 3748 - components: - - type: Transform - pos: -33.5,-31.5 - parent: 2 - - uid: 3749 - components: - - type: Transform - pos: -33.5,-32.5 - parent: 2 - - uid: 3750 - components: - - type: Transform - pos: -33.5,-33.5 - parent: 2 - - uid: 3751 - components: - - type: Transform - pos: -33.5,-34.5 - parent: 2 - - uid: 3752 - components: - - type: Transform - pos: -33.5,-35.5 - parent: 2 - - uid: 3753 - components: - - type: Transform - pos: -33.5,-36.5 - parent: 2 - - uid: 3754 - components: - - type: Transform - pos: -33.5,-37.5 - parent: 2 - - uid: 3755 - components: - - type: Transform - pos: -33.5,-38.5 - parent: 2 - - uid: 3756 - components: - - type: Transform - pos: -33.5,-39.5 - parent: 2 - - uid: 3757 - components: - - type: Transform - pos: -32.5,-39.5 - parent: 2 - - uid: 3758 - components: - - type: Transform - pos: -31.5,-39.5 - parent: 2 - - uid: 3759 - components: - - type: Transform - pos: -30.5,-39.5 - parent: 2 - - uid: 3760 - components: - - type: Transform - pos: -29.5,-39.5 - parent: 2 - - uid: 3761 - components: - - type: Transform - pos: -28.5,-39.5 - parent: 2 - - uid: 3762 - components: - - type: Transform - pos: -27.5,-39.5 - parent: 2 - - uid: 3763 - components: - - type: Transform - pos: -26.5,-39.5 - parent: 2 - - uid: 3764 - components: - - type: Transform - pos: -25.5,-39.5 - parent: 2 - - uid: 3765 - components: - - type: Transform - pos: -24.5,-39.5 - parent: 2 - - uid: 3766 - components: - - type: Transform - pos: -23.5,-39.5 - parent: 2 - - uid: 3767 - components: - - type: Transform - pos: -22.5,-39.5 - parent: 2 - - uid: 3768 - components: - - type: Transform - pos: -21.5,-39.5 - parent: 2 - - uid: 3769 - components: - - type: Transform - pos: -20.5,-39.5 - parent: 2 - - uid: 3770 - components: - - type: Transform - pos: -19.5,-39.5 - parent: 2 - - uid: 3771 - components: - - type: Transform - pos: -18.5,-39.5 - parent: 2 - - uid: 3772 - components: - - type: Transform - pos: -17.5,-39.5 - parent: 2 - - uid: 3773 - components: - - type: Transform - pos: -16.5,-39.5 - parent: 2 - - uid: 3774 - components: - - type: Transform - pos: -15.5,-39.5 - parent: 2 - - uid: 3775 - components: - - type: Transform - pos: -14.5,-39.5 - parent: 2 - - uid: 3776 - components: - - type: Transform - pos: -13.5,-39.5 - parent: 2 - - uid: 3777 - components: - - type: Transform - pos: -12.5,-39.5 - parent: 2 - - uid: 3778 - components: - - type: Transform - pos: -11.5,-39.5 - parent: 2 - - uid: 3779 - components: - - type: Transform - pos: -10.5,-39.5 - parent: 2 - - uid: 3780 - components: - - type: Transform - pos: -6.5,-1.5 - parent: 2 - - uid: 3781 - components: - - type: Transform - pos: -6.5,-2.5 - parent: 2 - - uid: 3782 - components: - - type: Transform - pos: -6.5,-3.5 - parent: 2 - - uid: 3783 - components: - - type: Transform - pos: -6.5,-4.5 - parent: 2 - - uid: 3784 - components: - - type: Transform - pos: -5.5,-4.5 - parent: 2 - - uid: 3785 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 2 - - uid: 3786 - components: - - type: Transform - pos: -4.5,-5.5 - parent: 2 - - uid: 3787 - components: - - type: Transform - pos: -3.5,-5.5 - parent: 2 - - uid: 3788 - components: - - type: Transform - pos: -2.5,-5.5 - parent: 2 - - uid: 3789 - components: - - type: Transform - pos: -1.5,-5.5 - parent: 2 - - uid: 3790 - components: - - type: Transform - pos: -0.5,-5.5 - parent: 2 - - uid: 3791 - components: - - type: Transform - pos: 0.5,-5.5 - parent: 2 - - uid: 3792 - components: - - type: Transform - pos: 1.5,-5.5 - parent: 2 - - uid: 3793 - components: - - type: Transform - pos: 2.5,-5.5 - parent: 2 - - uid: 3794 - components: - - type: Transform - pos: 3.5,-5.5 - parent: 2 - - uid: 3795 - components: - - type: Transform - pos: 4.5,-5.5 - parent: 2 - - uid: 3796 - components: - - type: Transform - pos: 4.5,-4.5 - parent: 2 - - uid: 3797 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 2 - - uid: 3798 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 2 - - uid: 3799 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 2 - - uid: 3800 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 2 - - uid: 3801 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 2 - - uid: 3802 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 2 - - uid: 3803 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 2 - - uid: 3804 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 2 - - uid: 3805 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 2 - - uid: 3806 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 2 - - uid: 3807 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 2 - - uid: 3808 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 2 - - uid: 3809 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 2 - - uid: 3810 - components: - - type: Transform - pos: -0.5,-15.5 - parent: 2 - - uid: 3811 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 2 - - uid: 3812 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 2 - - uid: 3813 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 2 - - uid: 3814 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 2 - - uid: 3815 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 2 - - uid: 3816 - components: - - type: Transform - pos: -0.5,-21.5 - parent: 2 - - uid: 3817 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 2 - - uid: 3818 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 2 - - uid: 3819 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 2 - - uid: 3820 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 2 - - uid: 3821 - components: - - type: Transform - pos: -0.5,-26.5 - parent: 2 - - uid: 3822 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 2 - - uid: 3823 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 2 - - uid: 3824 - components: - - type: Transform - pos: 2.5,-26.5 - parent: 2 - - uid: 3825 - components: - - type: Transform - pos: 3.5,-26.5 - parent: 2 - - uid: 3826 - components: - - type: Transform - pos: 3.5,-27.5 - parent: 2 - - uid: 3827 - components: - - type: Transform - pos: 4.5,-27.5 - parent: 2 - - uid: 3828 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 3829 - components: - - type: Transform - pos: 6.5,-27.5 - parent: 2 - - uid: 3830 - components: - - type: Transform - pos: 7.5,-27.5 - parent: 2 - - uid: 3831 - components: - - type: Transform - pos: 8.5,-27.5 - parent: 2 - - uid: 3832 - components: - - type: Transform - pos: 9.5,-27.5 - parent: 2 - - uid: 3833 - components: - - type: Transform - pos: 9.5,-26.5 - parent: 2 - - uid: 3834 - components: - - type: Transform - pos: 9.5,-25.5 - parent: 2 - - uid: 3835 - components: - - type: Transform - pos: 9.5,-24.5 - parent: 2 - - uid: 3836 - components: - - type: Transform - pos: 10.5,-24.5 - parent: 2 - - uid: 3837 - components: - - type: Transform - pos: 8.5,-28.5 - parent: 2 - - uid: 3838 - components: - - type: Transform - pos: 8.5,-29.5 - parent: 2 - - uid: 3839 - components: - - type: Transform - pos: 8.5,-30.5 - parent: 2 - - uid: 3840 - components: - - type: Transform - pos: 8.5,-31.5 - parent: 2 - - uid: 3841 - components: - - type: Transform - pos: 8.5,-32.5 - parent: 2 - - uid: 3842 - components: - - type: Transform - pos: -0.5,-27.5 - parent: 2 - - uid: 3843 - components: - - type: Transform - pos: -0.5,-28.5 - parent: 2 - - uid: 3844 - components: - - type: Transform - pos: -0.5,-29.5 - parent: 2 - - uid: 3845 - components: - - type: Transform - pos: -0.5,-30.5 - parent: 2 - - uid: 3846 - components: - - type: Transform - pos: -0.5,-31.5 - parent: 2 - - uid: 3847 - components: - - type: Transform - pos: 0.5,-31.5 - parent: 2 - - uid: 3848 - components: - - type: Transform - pos: 0.5,-32.5 - parent: 2 - - uid: 3849 - components: - - type: Transform - pos: -1.5,-32.5 - parent: 2 - - uid: 3850 - components: - - type: Transform - pos: -1.5,-31.5 - parent: 2 - - uid: 3851 - components: - - type: Transform - pos: 1.5,-32.5 - parent: 2 - - uid: 3852 - components: - - type: Transform - pos: 2.5,-32.5 - parent: 2 - - uid: 3853 - components: - - type: Transform - pos: 3.5,-32.5 - parent: 2 - - uid: 3854 - components: - - type: Transform - pos: 4.5,-32.5 - parent: 2 - - uid: 3855 - components: - - type: Transform - pos: 5.5,-32.5 - parent: 2 - - uid: 3856 - components: - - type: Transform - pos: 6.5,-32.5 - parent: 2 - - uid: 3857 - components: - - type: Transform - pos: 7.5,-32.5 - parent: 2 - - uid: 3858 - components: - - type: Transform - pos: 9.5,-32.5 - parent: 2 - - uid: 3859 - components: - - type: Transform - pos: 9.5,-34.5 - parent: 2 - - uid: 3860 - components: - - type: Transform - pos: 9.5,-35.5 - parent: 2 - - uid: 3861 - components: - - type: Transform - pos: 9.5,-36.5 - parent: 2 - - uid: 3862 - components: - - type: Transform - pos: 9.5,-37.5 - parent: 2 - - uid: 3863 - components: - - type: Transform - pos: 9.5,-38.5 - parent: 2 - - uid: 3865 - components: - - type: Transform - pos: -2.5,-32.5 - parent: 2 - - uid: 3866 - components: - - type: Transform - pos: -3.5,-32.5 - parent: 2 - - uid: 3867 - components: - - type: Transform - pos: -4.5,-32.5 - parent: 2 - - uid: 3868 - components: - - type: Transform - pos: -5.5,-32.5 - parent: 2 - - uid: 3869 - components: - - type: Transform - pos: -6.5,-32.5 - parent: 2 - - uid: 3870 - components: - - type: Transform - pos: -7.5,-32.5 - parent: 2 - - uid: 3871 - components: - - type: Transform - pos: -8.5,-32.5 - parent: 2 - - uid: 3872 - components: - - type: Transform - pos: -9.5,-32.5 - parent: 2 - - uid: 3873 - components: - - type: Transform - pos: -10.5,-32.5 - parent: 2 - - uid: 3874 - components: - - type: Transform - pos: -10.5,-33.5 - parent: 2 - - uid: 3875 - components: - - type: Transform - pos: -10.5,-34.5 - parent: 2 - - uid: 3876 - components: - - type: Transform - pos: -10.5,-35.5 - parent: 2 - - uid: 3877 - components: - - type: Transform - pos: -10.5,-36.5 - parent: 2 - - uid: 3878 - components: - - type: Transform - pos: -10.5,-37.5 - parent: 2 - - uid: 3879 - components: - - type: Transform - pos: -10.5,-38.5 - parent: 2 - - uid: 6120 - components: - - type: Transform - pos: 3.5,35.5 - parent: 2 - - uid: 6121 - components: - - type: Transform - pos: 1.5,35.5 - parent: 2 - - uid: 7692 - components: - - type: Transform - pos: 1.5,13.5 - parent: 2 - - uid: 7693 - components: - - type: Transform - pos: 1.5,16.5 - parent: 2 - - uid: 7700 - components: - - type: Transform - pos: 1.5,12.5 - parent: 2 - - uid: 7701 - components: - - type: Transform - pos: 1.5,15.5 - parent: 2 - - uid: 7702 - components: - - type: Transform - pos: 1.5,14.5 - parent: 2 - - uid: 7703 - components: - - type: Transform - pos: 1.5,11.5 - parent: 2 - - uid: 7704 - components: - - type: Transform - pos: 0.5,11.5 - parent: 2 - - uid: 7705 - components: - - type: Transform - pos: -1.5,11.5 - parent: 2 - - uid: 7706 - components: - - type: Transform - pos: -2.5,11.5 - parent: 2 - - uid: 7707 - components: - - type: Transform - pos: -2.5,12.5 - parent: 2 - - uid: 7708 - components: - - type: Transform - pos: -2.5,13.5 - parent: 2 - - uid: 7709 - components: - - type: Transform - pos: -2.5,14.5 - parent: 2 - - uid: 7710 - components: - - type: Transform - pos: -2.5,15.5 - parent: 2 - - uid: 7711 - components: - - type: Transform - pos: -2.5,16.5 - parent: 2 - - uid: 7712 - components: - - type: Transform - pos: -2.5,17.5 - parent: 2 - - uid: 7713 - components: - - type: Transform - pos: -2.5,18.5 - parent: 2 - - uid: 7714 - components: - - type: Transform - pos: -1.5,18.5 - parent: 2 - - uid: 9585 - components: - - type: Transform - pos: 7.5,35.5 - parent: 2 - - uid: 9627 - components: - - type: Transform - pos: 7.5,37.5 - parent: 2 - - uid: 9628 - components: - - type: Transform - pos: 4.5,35.5 - parent: 2 - - uid: 9629 - components: - - type: Transform - pos: 5.5,35.5 - parent: 2 - - uid: 9630 - components: - - type: Transform - pos: 6.5,35.5 - parent: 2 - - uid: 9631 - components: - - type: Transform - pos: 7.5,36.5 - parent: 2 - - uid: 9634 - components: - - type: Transform - pos: 7.5,38.5 - parent: 2 -- proto: CableHVStack10 - entities: - - uid: 8634 - components: - - type: Transform - pos: -37.658268,-5.334872 - parent: 2 -- proto: CableMV - entities: - - uid: 2537 - components: - - type: Transform - pos: 1.5,1.5 - parent: 2 - - uid: 3888 - components: - - type: Transform - pos: -7.5,-52.5 - parent: 2 - - uid: 3898 - components: - - type: Transform - pos: -7.5,30.5 - parent: 2 - - uid: 3899 - components: - - type: Transform - pos: -8.5,30.5 - parent: 2 - - uid: 3900 - components: - - type: Transform - pos: -8.5,29.5 - parent: 2 - - uid: 3901 - components: - - type: Transform - pos: -8.5,28.5 - parent: 2 - - uid: 3902 - components: - - type: Transform - pos: -8.5,27.5 - parent: 2 - - uid: 3903 - components: - - type: Transform - pos: -8.5,26.5 - parent: 2 - - uid: 3904 - components: - - type: Transform - pos: -8.5,25.5 - parent: 2 - - uid: 3905 - components: - - type: Transform - pos: -8.5,24.5 - parent: 2 - - uid: 3906 - components: - - type: Transform - pos: -8.5,23.5 - parent: 2 - - uid: 3907 - components: - - type: Transform - pos: -8.5,22.5 - parent: 2 - - uid: 3908 - components: - - type: Transform - pos: -7.5,26.5 - parent: 2 - - uid: 3909 - components: - - type: Transform - pos: -6.5,26.5 - parent: 2 - - uid: 3910 - components: - - type: Transform - pos: -5.5,26.5 - parent: 2 - - uid: 3911 - components: - - type: Transform - pos: -4.5,26.5 - parent: 2 - - uid: 3912 - components: - - type: Transform - pos: -3.5,26.5 - parent: 2 - - uid: 3913 - components: - - type: Transform - pos: -3.5,25.5 - parent: 2 - - uid: 3914 - components: - - type: Transform - pos: -3.5,24.5 - parent: 2 - - uid: 3915 - components: - - type: Transform - pos: 10.5,-4.5 - parent: 2 - - uid: 3916 - components: - - type: Transform - pos: 10.5,-5.5 - parent: 2 - - uid: 3917 - components: - - type: Transform - pos: 11.5,-5.5 - parent: 2 - - uid: 3918 - components: - - type: Transform - pos: 12.5,-5.5 - parent: 2 - - uid: 3919 - components: - - type: Transform - pos: 13.5,-5.5 - parent: 2 - - uid: 3920 - components: - - type: Transform - pos: 13.5,-4.5 - parent: 2 - - uid: 3921 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 2 - - uid: 3922 - components: - - type: Transform - pos: 13.5,-2.5 - parent: 2 - - uid: 3923 - components: - - type: Transform - pos: 13.5,-1.5 - parent: 2 - - uid: 3924 - components: - - type: Transform - pos: 13.5,-0.5 - parent: 2 - - uid: 3925 - components: - - type: Transform - pos: 12.5,-0.5 - parent: 2 - - uid: 3926 - components: - - type: Transform - pos: 11.5,-0.5 - parent: 2 - - uid: 3927 - components: - - type: Transform - pos: 10.5,-0.5 - parent: 2 - - uid: 3928 - components: - - type: Transform - pos: 9.5,-0.5 - parent: 2 - - uid: 3929 - components: - - type: Transform - pos: 8.5,-0.5 - parent: 2 - - uid: 3930 - components: - - type: Transform - pos: 7.5,-0.5 - parent: 2 - - uid: 3931 - components: - - type: Transform - pos: 6.5,-0.5 - parent: 2 - - uid: 3932 - components: - - type: Transform - pos: 5.5,-0.5 - parent: 2 - - uid: 3933 - components: - - type: Transform - pos: 4.5,-0.5 - parent: 2 - - uid: 3934 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 2 - - uid: 3935 - components: - - type: Transform - pos: 2.5,-0.5 - parent: 2 - - uid: 3937 - components: - - type: Transform - pos: 2.5,1.5 - parent: 2 - - uid: 3938 - components: - - type: Transform - pos: 33.5,-6.5 - parent: 2 - - uid: 3939 - components: - - type: Transform - pos: 33.5,-7.5 - parent: 2 - - uid: 3940 - components: - - type: Transform - pos: 34.5,-7.5 - parent: 2 - - uid: 3941 - components: - - type: Transform - pos: 35.5,-7.5 - parent: 2 - - uid: 3942 - components: - - type: Transform - pos: 35.5,-6.5 - parent: 2 - - uid: 3943 - components: - - type: Transform - pos: 35.5,-5.5 - parent: 2 - - uid: 3944 - components: - - type: Transform - pos: 35.5,-4.5 - parent: 2 - - uid: 3945 - components: - - type: Transform - pos: 35.5,-3.5 - parent: 2 - - uid: 3946 - components: - - type: Transform - pos: 35.5,-2.5 - parent: 2 - - uid: 3947 - components: - - type: Transform - pos: 35.5,-1.5 - parent: 2 - - uid: 3948 - components: - - type: Transform - pos: 34.5,-1.5 - parent: 2 - - uid: 3949 - components: - - type: Transform - pos: 33.5,-1.5 - parent: 2 - - uid: 3950 - components: - - type: Transform - pos: 32.5,-1.5 - parent: 2 - - uid: 3951 - components: - - type: Transform - pos: 31.5,-1.5 - parent: 2 - - uid: 3952 - components: - - type: Transform - pos: 30.5,-1.5 - parent: 2 - - uid: 3953 - components: - - type: Transform - pos: 29.5,-1.5 - parent: 2 - - uid: 3954 - components: - - type: Transform - pos: 28.5,-1.5 - parent: 2 - - uid: 3955 - components: - - type: Transform - pos: 27.5,-1.5 - parent: 2 - - uid: 3956 - components: - - type: Transform - pos: 26.5,-1.5 - parent: 2 - - uid: 3957 - components: - - type: Transform - pos: 25.5,-1.5 - parent: 2 - - uid: 3958 - components: - - type: Transform - pos: 24.5,-1.5 - parent: 2 - - uid: 3959 - components: - - type: Transform - pos: 23.5,-1.5 - parent: 2 - - uid: 3960 - components: - - type: Transform - pos: 23.5,-2.5 - parent: 2 - - uid: 3961 - components: - - type: Transform - pos: 23.5,-3.5 - parent: 2 - - uid: 3962 - components: - - type: Transform - pos: 23.5,-4.5 - parent: 2 - - uid: 3963 - components: - - type: Transform - pos: 23.5,-5.5 - parent: 2 - - uid: 3964 - components: - - type: Transform - pos: 23.5,-6.5 - parent: 2 - - uid: 3965 - components: - - type: Transform - pos: 23.5,-7.5 - parent: 2 - - uid: 3966 - components: - - type: Transform - pos: 22.5,-7.5 - parent: 2 - - uid: 3967 - components: - - type: Transform - pos: 21.5,-7.5 - parent: 2 - - uid: 3968 - components: - - type: Transform - pos: 21.5,-8.5 - parent: 2 - - uid: 3969 - components: - - type: Transform - pos: 21.5,-9.5 - parent: 2 - - uid: 3970 - components: - - type: Transform - pos: 20.5,-9.5 - parent: 2 - - uid: 3971 - components: - - type: Transform - pos: 19.5,-9.5 - parent: 2 - - uid: 3972 - components: - - type: Transform - pos: 44.5,6.5 - parent: 2 - - uid: 3973 - components: - - type: Transform - pos: 43.5,6.5 - parent: 2 - - uid: 3974 - components: - - type: Transform - pos: 43.5,5.5 - parent: 2 - - uid: 3975 - components: - - type: Transform - pos: 43.5,4.5 - parent: 2 - - uid: 3976 - components: - - type: Transform - pos: 43.5,3.5 - parent: 2 - - uid: 3977 - components: - - type: Transform - pos: 42.5,3.5 - parent: 2 - - uid: 3978 - components: - - type: Transform - pos: 41.5,3.5 - parent: 2 - - uid: 3979 - components: - - type: Transform - pos: 40.5,3.5 - parent: 2 - - uid: 3980 - components: - - type: Transform - pos: 39.5,3.5 - parent: 2 - - uid: 3981 - components: - - type: Transform - pos: 38.5,3.5 - parent: 2 - - uid: 3982 - components: - - type: Transform - pos: 37.5,3.5 - parent: 2 - - uid: 3983 - components: - - type: Transform - pos: 36.5,3.5 - parent: 2 - - uid: 3984 - components: - - type: Transform - pos: 35.5,3.5 - parent: 2 - - uid: 3985 - components: - - type: Transform - pos: 34.5,3.5 - parent: 2 - - uid: 3986 - components: - - type: Transform - pos: 33.5,3.5 - parent: 2 - - uid: 3987 - components: - - type: Transform - pos: 32.5,3.5 - parent: 2 - - uid: 3988 - components: - - type: Transform - pos: 31.5,3.5 - parent: 2 - - uid: 3989 - components: - - type: Transform - pos: 30.5,3.5 - parent: 2 - - uid: 3990 - components: - - type: Transform - pos: 29.5,3.5 - parent: 2 - - uid: 3991 - components: - - type: Transform - pos: 28.5,3.5 - parent: 2 - - uid: 3992 - components: - - type: Transform - pos: 28.5,2.5 - parent: 2 - - uid: 3993 - components: - - type: Transform - pos: 28.5,1.5 - parent: 2 - - uid: 3994 - components: - - type: Transform - pos: 28.5,0.5 - parent: 2 - - uid: 3995 - components: - - type: Transform - pos: 27.5,0.5 - parent: 2 - - uid: 3996 - components: - - type: Transform - pos: 26.5,0.5 - parent: 2 - - uid: 3997 - components: - - type: Transform - pos: 25.5,0.5 - parent: 2 - - uid: 3998 - components: - - type: Transform - pos: 24.5,0.5 - parent: 2 - - uid: 3999 - components: - - type: Transform - pos: 23.5,0.5 - parent: 2 - - uid: 4000 - components: - - type: Transform - pos: 23.5,1.5 - parent: 2 - - uid: 4001 - components: - - type: Transform - pos: 23.5,2.5 - parent: 2 - - uid: 4002 - components: - - type: Transform - pos: 23.5,3.5 - parent: 2 - - uid: 4003 - components: - - type: Transform - pos: 23.5,4.5 - parent: 2 - - uid: 4004 - components: - - type: Transform - pos: 23.5,5.5 - parent: 2 - - uid: 4005 - components: - - type: Transform - pos: 23.5,6.5 - parent: 2 - - uid: 4006 - components: - - type: Transform - pos: 23.5,7.5 - parent: 2 - - uid: 4007 - components: - - type: Transform - pos: 24.5,7.5 - parent: 2 - - uid: 4008 - components: - - type: Transform - pos: 25.5,7.5 - parent: 2 - - uid: 4009 - components: - - type: Transform - pos: 25.5,8.5 - parent: 2 - - uid: 4010 - components: - - type: Transform - pos: 25.5,9.5 - parent: 2 - - uid: 4011 - components: - - type: Transform - pos: 25.5,10.5 - parent: 2 - - uid: 4012 - components: - - type: Transform - pos: 44.5,3.5 - parent: 2 - - uid: 4013 - components: - - type: Transform - pos: 45.5,3.5 - parent: 2 - - uid: 4014 - components: - - type: Transform - pos: 46.5,3.5 - parent: 2 - - uid: 4015 - components: - - type: Transform - pos: 46.5,2.5 - parent: 2 - - uid: 4016 - components: - - type: Transform - pos: 46.5,1.5 - parent: 2 - - uid: 4017 - components: - - type: Transform - pos: 46.5,0.5 - parent: 2 - - uid: 4018 - components: - - type: Transform - pos: 46.5,-0.5 - parent: 2 - - uid: 4019 - components: - - type: Transform - pos: 45.5,-0.5 - parent: 2 - - uid: 4020 - components: - - type: Transform - pos: 44.5,-0.5 - parent: 2 - - uid: 4021 - components: - - type: Transform - pos: 44.5,-1.5 - parent: 2 - - uid: 4022 - components: - - type: Transform - pos: 44.5,-2.5 - parent: 2 - - uid: 4023 - components: - - type: Transform - pos: 44.5,-3.5 - parent: 2 - - uid: 4024 - components: - - type: Transform - pos: 44.5,-4.5 - parent: 2 - - uid: 4025 - components: - - type: Transform - pos: 44.5,-5.5 - parent: 2 - - uid: 4026 - components: - - type: Transform - pos: 44.5,-6.5 - parent: 2 - - uid: 4027 - components: - - type: Transform - pos: 44.5,-7.5 - parent: 2 - - uid: 4028 - components: - - type: Transform - pos: 44.5,-8.5 - parent: 2 - - uid: 4029 - components: - - type: Transform - pos: 44.5,-9.5 - parent: 2 - - uid: 4030 - components: - - type: Transform - pos: 44.5,-10.5 - parent: 2 - - uid: 4031 - components: - - type: Transform - pos: 44.5,-11.5 - parent: 2 - - uid: 4032 - components: - - type: Transform - pos: 45.5,-11.5 - parent: 2 - - uid: 4033 - components: - - type: Transform - pos: 46.5,-11.5 - parent: 2 - - uid: 4034 - components: - - type: Transform - pos: 47.5,-11.5 - parent: 2 - - uid: 4035 - components: - - type: Transform - pos: 48.5,-11.5 - parent: 2 - - uid: 4036 - components: - - type: Transform - pos: 49.5,-11.5 - parent: 2 - - uid: 4037 - components: - - type: Transform - pos: 49.5,-10.5 - parent: 2 - - uid: 4038 - components: - - type: Transform - pos: 49.5,-9.5 - parent: 2 - - uid: 4039 - components: - - type: Transform - pos: 49.5,-8.5 - parent: 2 - - uid: 4040 - components: - - type: Transform - pos: 49.5,-7.5 - parent: 2 - - uid: 4041 - components: - - type: Transform - pos: 43.5,2.5 - parent: 2 - - uid: 4042 - components: - - type: Transform - pos: 43.5,1.5 - parent: 2 - - uid: 4043 - components: - - type: Transform - pos: 36.5,-5.5 - parent: 2 - - uid: 4044 - components: - - type: Transform - pos: 37.5,-5.5 - parent: 2 - - uid: 4045 - components: - - type: Transform - pos: 37.5,-6.5 - parent: 2 - - uid: 4046 - components: - - type: Transform - pos: 37.5,-7.5 - parent: 2 - - uid: 4047 - components: - - type: Transform - pos: 37.5,-8.5 - parent: 2 - - uid: 4048 - components: - - type: Transform - pos: 37.5,-9.5 - parent: 2 - - uid: 4049 - components: - - type: Transform - pos: 37.5,-10.5 - parent: 2 - - uid: 4050 - components: - - type: Transform - pos: 37.5,-11.5 - parent: 2 - - uid: 4051 - components: - - type: Transform - pos: 37.5,-12.5 - parent: 2 - - uid: 4052 - components: - - type: Transform - pos: 38.5,-12.5 - parent: 2 - - uid: 4053 - components: - - type: Transform - pos: 39.5,-12.5 - parent: 2 - - uid: 4054 - components: - - type: Transform - pos: 40.5,-12.5 - parent: 2 - - uid: 4055 - components: - - type: Transform - pos: 41.5,-12.5 - parent: 2 - - uid: 4056 - components: - - type: Transform - pos: 42.5,-12.5 - parent: 2 - - uid: 4057 - components: - - type: Transform - pos: 42.5,-13.5 - parent: 2 - - uid: 4058 - components: - - type: Transform - pos: 42.5,-14.5 - parent: 2 - - uid: 4059 - components: - - type: Transform - pos: 42.5,-15.5 - parent: 2 - - uid: 4060 - components: - - type: Transform - pos: 42.5,-16.5 - parent: 2 - - uid: 4061 - components: - - type: Transform - pos: 42.5,-17.5 - parent: 2 - - uid: 4062 - components: - - type: Transform - pos: 42.5,-18.5 - parent: 2 - - uid: 4063 - components: - - type: Transform - pos: 42.5,-19.5 - parent: 2 - - uid: 4064 - components: - - type: Transform - pos: 42.5,-20.5 - parent: 2 - - uid: 4065 - components: - - type: Transform - pos: 42.5,-21.5 - parent: 2 - - uid: 4066 - components: - - type: Transform - pos: 41.5,-21.5 - parent: 2 - - uid: 4067 - components: - - type: Transform - pos: 40.5,-21.5 - parent: 2 - - uid: 4068 - components: - - type: Transform - pos: 39.5,-21.5 - parent: 2 - - uid: 4069 - components: - - type: Transform - pos: 38.5,-21.5 - parent: 2 - - uid: 4070 - components: - - type: Transform - pos: 37.5,-21.5 - parent: 2 - - uid: 4071 - components: - - type: Transform - pos: 36.5,-21.5 - parent: 2 - - uid: 4072 - components: - - type: Transform - pos: 35.5,-21.5 - parent: 2 - - uid: 4073 - components: - - type: Transform - pos: 34.5,-21.5 - parent: 2 - - uid: 4074 - components: - - type: Transform - pos: 33.5,-21.5 - parent: 2 - - uid: 4075 - components: - - type: Transform - pos: 32.5,-21.5 - parent: 2 - - uid: 4076 - components: - - type: Transform - pos: 32.5,-20.5 - parent: 2 - - uid: 4077 - components: - - type: Transform - pos: -37.5,-3.5 - parent: 2 - - uid: 4078 - components: - - type: Transform - pos: -37.5,-4.5 - parent: 2 - - uid: 4079 - components: - - type: Transform - pos: -38.5,-4.5 - parent: 2 - - uid: 4080 - components: - - type: Transform - pos: -39.5,-4.5 - parent: 2 - - uid: 4081 - components: - - type: Transform - pos: -40.5,-4.5 - parent: 2 - - uid: 4082 - components: - - type: Transform - pos: -40.5,-5.5 - parent: 2 - - uid: 4083 - components: - - type: Transform - pos: -40.5,-6.5 - parent: 2 - - uid: 4084 - components: - - type: Transform - pos: -40.5,-7.5 - parent: 2 - - uid: 4085 - components: - - type: Transform - pos: -40.5,-8.5 - parent: 2 - - uid: 4086 - components: - - type: Transform - pos: -41.5,-8.5 - parent: 2 - - uid: 4087 - components: - - type: Transform - pos: -42.5,-8.5 - parent: 2 - - uid: 4088 - components: - - type: Transform - pos: -42.5,-7.5 - parent: 2 - - uid: 4089 - components: - - type: Transform - pos: -42.5,-6.5 - parent: 2 - - uid: 4090 - components: - - type: Transform - pos: -42.5,-5.5 - parent: 2 - - uid: 4091 - components: - - type: Transform - pos: -42.5,-4.5 - parent: 2 - - uid: 4092 - components: - - type: Transform - pos: -42.5,-3.5 - parent: 2 - - uid: 4093 - components: - - type: Transform - pos: -42.5,-2.5 - parent: 2 - - uid: 4094 - components: - - type: Transform - pos: -42.5,-1.5 - parent: 2 - - uid: 4095 - components: - - type: Transform - pos: -41.5,-1.5 - parent: 2 - - uid: 4096 - components: - - type: Transform - pos: -40.5,-1.5 - parent: 2 - - uid: 4097 - components: - - type: Transform - pos: -39.5,-1.5 - parent: 2 - - uid: 4098 - components: - - type: Transform - pos: -38.5,-1.5 - parent: 2 - - uid: 4099 - components: - - type: Transform - pos: -37.5,-1.5 - parent: 2 - - uid: 4100 - components: - - type: Transform - pos: -36.5,-1.5 - parent: 2 - - uid: 4101 - components: - - type: Transform - pos: -35.5,-1.5 - parent: 2 - - uid: 4102 - components: - - type: Transform - pos: -34.5,-1.5 - parent: 2 - - uid: 4103 - components: - - type: Transform - pos: -33.5,-1.5 - parent: 2 - - uid: 4104 - components: - - type: Transform - pos: -32.5,-1.5 - parent: 2 - - uid: 4105 - components: - - type: Transform - pos: -31.5,-1.5 - parent: 2 - - uid: 4106 - components: - - type: Transform - pos: -30.5,-1.5 - parent: 2 - - uid: 4107 - components: - - type: Transform - pos: -29.5,-1.5 - parent: 2 - - uid: 4108 - components: - - type: Transform - pos: -28.5,-1.5 - parent: 2 - - uid: 4109 - components: - - type: Transform - pos: -27.5,-1.5 - parent: 2 - - uid: 4110 - components: - - type: Transform - pos: -26.5,-1.5 - parent: 2 - - uid: 4111 - components: - - type: Transform - pos: -25.5,-1.5 - parent: 2 - - uid: 4112 - components: - - type: Transform - pos: -24.5,-1.5 - parent: 2 - - uid: 4113 - components: - - type: Transform - pos: -24.5,-2.5 - parent: 2 - - uid: 4114 - components: - - type: Transform - pos: -24.5,-3.5 - parent: 2 - - uid: 4115 - components: - - type: Transform - pos: -24.5,-4.5 - parent: 2 - - uid: 4116 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 2 - - uid: 4117 - components: - - type: Transform - pos: -24.5,-6.5 - parent: 2 - - uid: 4118 - components: - - type: Transform - pos: -23.5,-6.5 - parent: 2 - - uid: 4119 - components: - - type: Transform - pos: -22.5,-6.5 - parent: 2 - - uid: 4120 - components: - - type: Transform - pos: -21.5,-6.5 - parent: 2 - - uid: 4121 - components: - - type: Transform - pos: -21.5,-5.5 - parent: 2 - - uid: 4122 - components: - - type: Transform - pos: -21.5,-4.5 - parent: 2 - - uid: 4123 - components: - - type: Transform - pos: -43.5,6.5 - parent: 2 - - uid: 4124 - components: - - type: Transform - pos: -44.5,6.5 - parent: 2 - - uid: 4125 - components: - - type: Transform - pos: -44.5,5.5 - parent: 2 - - uid: 4126 - components: - - type: Transform - pos: -44.5,4.5 - parent: 2 - - uid: 4127 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 - - uid: 4128 - components: - - type: Transform - pos: -44.5,2.5 - parent: 2 - - uid: 4129 - components: - - type: Transform - pos: -43.5,2.5 - parent: 2 - - uid: 4130 - components: - - type: Transform - pos: -42.5,2.5 - parent: 2 - - uid: 4131 - components: - - type: Transform - pos: -41.5,2.5 - parent: 2 - - uid: 4132 - components: - - type: Transform - pos: -40.5,2.5 - parent: 2 - - uid: 4133 - components: - - type: Transform - pos: -39.5,2.5 - parent: 2 - - uid: 4134 - components: - - type: Transform - pos: -38.5,2.5 - parent: 2 - - uid: 4135 - components: - - type: Transform - pos: -38.5,1.5 - parent: 2 - - uid: 4136 - components: - - type: Transform - pos: -38.5,0.5 - parent: 2 - - uid: 4137 - components: - - type: Transform - pos: -37.5,0.5 - parent: 2 - - uid: 4138 - components: - - type: Transform - pos: -36.5,0.5 - parent: 2 - - uid: 4139 - components: - - type: Transform - pos: -35.5,0.5 - parent: 2 - - uid: 4140 - components: - - type: Transform - pos: -34.5,0.5 - parent: 2 - - uid: 4141 - components: - - type: Transform - pos: -33.5,0.5 - parent: 2 - - uid: 4142 - components: - - type: Transform - pos: -32.5,0.5 - parent: 2 - - uid: 4143 - components: - - type: Transform - pos: -31.5,0.5 - parent: 2 - - uid: 4144 - components: - - type: Transform - pos: -30.5,0.5 - parent: 2 - - uid: 4145 - components: - - type: Transform - pos: -29.5,0.5 - parent: 2 - - uid: 4146 - components: - - type: Transform - pos: -28.5,0.5 - parent: 2 - - uid: 4147 - components: - - type: Transform - pos: -27.5,0.5 - parent: 2 - - uid: 4148 - components: - - type: Transform - pos: -26.5,0.5 - parent: 2 - - uid: 4149 - components: - - type: Transform - pos: -25.5,0.5 - parent: 2 - - uid: 4150 - components: - - type: Transform - pos: -24.5,0.5 - parent: 2 - - uid: 4151 - components: - - type: Transform - pos: -24.5,1.5 - parent: 2 - - uid: 4152 - components: - - type: Transform - pos: -24.5,2.5 - parent: 2 - - uid: 4153 - components: - - type: Transform - pos: -24.5,3.5 - parent: 2 - - uid: 4154 - components: - - type: Transform - pos: -24.5,4.5 - parent: 2 - - uid: 4155 - components: - - type: Transform - pos: -24.5,5.5 - parent: 2 - - uid: 4156 - components: - - type: Transform - pos: -24.5,6.5 - parent: 2 - - uid: 4157 - components: - - type: Transform - pos: -24.5,7.5 - parent: 2 - - uid: 4158 - components: - - type: Transform - pos: -24.5,8.5 - parent: 2 - - uid: 4159 - components: - - type: Transform - pos: -25.5,8.5 - parent: 2 - - uid: 4160 - components: - - type: Transform - pos: -26.5,8.5 - parent: 2 - - uid: 4161 - components: - - type: Transform - pos: -27.5,8.5 - parent: 2 - - uid: 4162 - components: - - type: Transform - pos: -28.5,8.5 - parent: 2 - - uid: 4163 - components: - - type: Transform - pos: -29.5,8.5 - parent: 2 - - uid: 4164 - components: - - type: Transform - pos: -30.5,8.5 - parent: 2 - - uid: 4165 - components: - - type: Transform - pos: -30.5,9.5 - parent: 2 - - uid: 4166 - components: - - type: Transform - pos: -45.5,2.5 - parent: 2 - - uid: 4167 - components: - - type: Transform - pos: -46.5,2.5 - parent: 2 - - uid: 4168 - components: - - type: Transform - pos: -46.5,1.5 - parent: 2 - - uid: 4169 - components: - - type: Transform - pos: -46.5,0.5 - parent: 2 - - uid: 4170 - components: - - type: Transform - pos: -45.5,0.5 - parent: 2 - - uid: 4171 - components: - - type: Transform - pos: -44.5,0.5 - parent: 2 - - uid: 4172 - components: - - type: Transform - pos: -43.5,1.5 - parent: 2 - - uid: 4173 - components: - - type: Transform - pos: -44.5,-0.5 - parent: 2 - - uid: 4174 - components: - - type: Transform - pos: -44.5,-1.5 - parent: 2 - - uid: 4175 - components: - - type: Transform - pos: -44.5,-2.5 - parent: 2 - - uid: 4176 - components: - - type: Transform - pos: -44.5,-3.5 - parent: 2 - - uid: 4177 - components: - - type: Transform - pos: -44.5,-4.5 - parent: 2 - - uid: 4178 - components: - - type: Transform - pos: -44.5,-5.5 - parent: 2 - - uid: 4179 - components: - - type: Transform - pos: -44.5,-6.5 - parent: 2 - - uid: 4180 - components: - - type: Transform - pos: -44.5,-7.5 - parent: 2 - - uid: 4181 - components: - - type: Transform - pos: -44.5,-8.5 - parent: 2 - - uid: 4182 - components: - - type: Transform - pos: -44.5,-9.5 - parent: 2 - - uid: 4183 - components: - - type: Transform - pos: -44.5,-10.5 - parent: 2 - - uid: 4184 - components: - - type: Transform - pos: -44.5,-11.5 - parent: 2 - - uid: 4185 - components: - - type: Transform - pos: -45.5,-11.5 - parent: 2 - - uid: 4186 - components: - - type: Transform - pos: -46.5,-11.5 - parent: 2 - - uid: 4187 - components: - - type: Transform - pos: -47.5,-11.5 - parent: 2 - - uid: 4188 - components: - - type: Transform - pos: -48.5,-11.5 - parent: 2 - - uid: 4189 - components: - - type: Transform - pos: -49.5,-11.5 - parent: 2 - - uid: 4190 - components: - - type: Transform - pos: -50.5,-11.5 - parent: 2 - - uid: 4191 - components: - - type: Transform - pos: -50.5,-10.5 - parent: 2 - - uid: 4192 - components: - - type: Transform - pos: -50.5,-9.5 - parent: 2 - - uid: 4193 - components: - - type: Transform - pos: -50.5,-8.5 - parent: 2 - - uid: 4194 - components: - - type: Transform - pos: -50.5,-7.5 - parent: 2 - - uid: 4195 - components: - - type: Transform - pos: -42.5,-9.5 - parent: 2 - - uid: 4196 - components: - - type: Transform - pos: -42.5,-10.5 - parent: 2 - - uid: 4197 - components: - - type: Transform - pos: -42.5,-11.5 - parent: 2 - - uid: 4198 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 2 - - uid: 4199 - components: - - type: Transform - pos: -42.5,-13.5 - parent: 2 - - uid: 4200 - components: - - type: Transform - pos: -42.5,-14.5 - parent: 2 - - uid: 4201 - components: - - type: Transform - pos: -42.5,-15.5 - parent: 2 - - uid: 4202 - components: - - type: Transform - pos: -42.5,-16.5 - parent: 2 - - uid: 4203 - components: - - type: Transform - pos: -42.5,-17.5 - parent: 2 - - uid: 4204 - components: - - type: Transform - pos: -42.5,-18.5 - parent: 2 - - uid: 4205 - components: - - type: Transform - pos: -42.5,-19.5 - parent: 2 - - uid: 4206 - components: - - type: Transform - pos: -42.5,-20.5 - parent: 2 - - uid: 4207 - components: - - type: Transform - pos: -42.5,-21.5 - parent: 2 - - uid: 4208 - components: - - type: Transform - pos: -41.5,-21.5 - parent: 2 - - uid: 4209 - components: - - type: Transform - pos: -40.5,-21.5 - parent: 2 - - uid: 4210 - components: - - type: Transform - pos: -39.5,-21.5 - parent: 2 - - uid: 4211 - components: - - type: Transform - pos: -38.5,-21.5 - parent: 2 - - uid: 4212 - components: - - type: Transform - pos: -37.5,-21.5 - parent: 2 - - uid: 4213 - components: - - type: Transform - pos: -36.5,-21.5 - parent: 2 - - uid: 4214 - components: - - type: Transform - pos: -35.5,-21.5 - parent: 2 - - uid: 4215 - components: - - type: Transform - pos: -34.5,-21.5 - parent: 2 - - uid: 4216 - components: - - type: Transform - pos: -33.5,-21.5 - parent: 2 - - uid: 4217 - components: - - type: Transform - pos: -33.5,-20.5 - parent: 2 - - uid: 4218 - components: - - type: Transform - pos: 10.5,-24.5 - parent: 2 - - uid: 4219 - components: - - type: Transform - pos: 9.5,-24.5 - parent: 2 - - uid: 4220 - components: - - type: Transform - pos: 9.5,-25.5 - parent: 2 - - uid: 4221 - components: - - type: Transform - pos: 9.5,-26.5 - parent: 2 - - uid: 4222 - components: - - type: Transform - pos: 9.5,-27.5 - parent: 2 - - uid: 4223 - components: - - type: Transform - pos: 8.5,-27.5 - parent: 2 - - uid: 4224 - components: - - type: Transform - pos: 7.5,-27.5 - parent: 2 - - uid: 4225 - components: - - type: Transform - pos: 6.5,-27.5 - parent: 2 - - uid: 4226 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 4227 - components: - - type: Transform - pos: 4.5,-27.5 - parent: 2 - - uid: 4228 - components: - - type: Transform - pos: 3.5,-27.5 - parent: 2 - - uid: 4229 - components: - - type: Transform - pos: 3.5,-26.5 - parent: 2 - - uid: 4230 - components: - - type: Transform - pos: 2.5,-26.5 - parent: 2 - - uid: 4231 - components: - - type: Transform - pos: 1.5,-26.5 - parent: 2 - - uid: 4232 - components: - - type: Transform - pos: 0.5,-26.5 - parent: 2 - - uid: 4233 - components: - - type: Transform - pos: -0.5,-26.5 - parent: 2 - - uid: 4234 - components: - - type: Transform - pos: -0.5,-25.5 - parent: 2 - - uid: 4235 - components: - - type: Transform - pos: -1.5,-25.5 - parent: 2 - - uid: 4236 - components: - - type: Transform - pos: -2.5,-25.5 - parent: 2 - - uid: 4237 - components: - - type: Transform - pos: -0.5,-24.5 - parent: 2 - - uid: 4238 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 2 - - uid: 4239 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 2 - - uid: 4240 - components: - - type: Transform - pos: -0.5,-21.5 - parent: 2 - - uid: 4241 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 2 - - uid: 4242 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 2 - - uid: 4243 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 2 - - uid: 4244 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 2 - - uid: 4245 - components: - - type: Transform - pos: -0.5,-16.5 - parent: 2 - - uid: 4246 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 2 - - uid: 4247 - components: - - type: Transform - pos: 1.5,-16.5 - parent: 2 - - uid: 4248 - components: - - type: Transform - pos: 2.5,-16.5 - parent: 2 - - uid: 4249 - components: - - type: Transform - pos: 3.5,-16.5 - parent: 2 - - uid: 4250 - components: - - type: Transform - pos: 4.5,-16.5 - parent: 2 - - uid: 4251 - components: - - type: Transform - pos: 5.5,-16.5 - parent: 2 - - uid: 4252 - components: - - type: Transform - pos: 6.5,-16.5 - parent: 2 - - uid: 4253 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 2 - - uid: 4254 - components: - - type: Transform - pos: 8.5,-16.5 - parent: 2 - - uid: 4255 - components: - - type: Transform - pos: 9.5,-16.5 - parent: 2 - - uid: 4256 - components: - - type: Transform - pos: 10.5,-16.5 - parent: 2 - - uid: 4257 - components: - - type: Transform - pos: 10.5,-15.5 - parent: 2 - - uid: 4258 - components: - - type: Transform - pos: 10.5,-14.5 - parent: 2 - - uid: 4259 - components: - - type: Transform - pos: 10.5,-13.5 - parent: 2 - - uid: 4260 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 2 - - uid: 4261 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 2 - - uid: 4262 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 2 - - uid: 4263 - components: - - type: Transform - pos: 10.5,-9.5 - parent: 2 - - uid: 4264 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 2 - - uid: 4265 - components: - - type: Transform - pos: -2.5,-16.5 - parent: 2 - - uid: 4266 - components: - - type: Transform - pos: -3.5,-16.5 - parent: 2 - - uid: 4267 - components: - - type: Transform - pos: -4.5,-16.5 - parent: 2 - - uid: 4268 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 2 - - uid: 4269 - components: - - type: Transform - pos: -6.5,-16.5 - parent: 2 - - uid: 4270 - components: - - type: Transform - pos: -7.5,-16.5 - parent: 2 - - uid: 4271 - components: - - type: Transform - pos: -8.5,-16.5 - parent: 2 - - uid: 4272 - components: - - type: Transform - pos: -9.5,-16.5 - parent: 2 - - uid: 4273 - components: - - type: Transform - pos: -10.5,-16.5 - parent: 2 - - uid: 4274 - components: - - type: Transform - pos: -11.5,-16.5 - parent: 2 - - uid: 4275 - components: - - type: Transform - pos: -12.5,-16.5 - parent: 2 - - uid: 4276 - components: - - type: Transform - pos: -13.5,-16.5 - parent: 2 - - uid: 4277 - components: - - type: Transform - pos: -13.5,-15.5 - parent: 2 - - uid: 4278 - components: - - type: Transform - pos: -13.5,-14.5 - parent: 2 - - uid: 4279 - components: - - type: Transform - pos: 8.5,-28.5 - parent: 2 - - uid: 4280 - components: - - type: Transform - pos: 8.5,-29.5 - parent: 2 - - uid: 4281 - components: - - type: Transform - pos: 8.5,-30.5 - parent: 2 - - uid: 4282 - components: - - type: Transform - pos: 8.5,-31.5 - parent: 2 - - uid: 4283 - components: - - type: Transform - pos: 8.5,-32.5 - parent: 2 - - uid: 4284 - components: - - type: Transform - pos: 9.5,-32.5 - parent: 2 - - uid: 4285 - components: - - type: Transform - pos: 9.5,-33.5 - parent: 2 - - uid: 4286 - components: - - type: Transform - pos: 9.5,-34.5 - parent: 2 - - uid: 4287 - components: - - type: Transform - pos: 10.5,-34.5 - parent: 2 - - uid: 4288 - components: - - type: Transform - pos: 11.5,-34.5 - parent: 2 - - uid: 4289 - components: - - type: Transform - pos: 12.5,-34.5 - parent: 2 - - uid: 4290 - components: - - type: Transform - pos: 13.5,-34.5 - parent: 2 - - uid: 4291 - components: - - type: Transform - pos: 14.5,-34.5 - parent: 2 - - uid: 4292 - components: - - type: Transform - pos: 15.5,-34.5 - parent: 2 - - uid: 4293 - components: - - type: Transform - pos: 16.5,-34.5 - parent: 2 - - uid: 4294 - components: - - type: Transform - pos: 17.5,-34.5 - parent: 2 - - uid: 4295 - components: - - type: Transform - pos: 18.5,-34.5 - parent: 2 - - uid: 4296 - components: - - type: Transform - pos: 9.5,-35.5 - parent: 2 - - uid: 4297 - components: - - type: Transform - pos: 9.5,-36.5 - parent: 2 - - uid: 4298 - components: - - type: Transform - pos: 9.5,-37.5 - parent: 2 - - uid: 4299 - components: - - type: Transform - pos: 9.5,-38.5 - parent: 2 - - uid: 4300 - components: - - type: Transform - pos: 9.5,-39.5 - parent: 2 - - uid: 4301 - components: - - type: Transform - pos: 9.5,-40.5 - parent: 2 - - uid: 4302 - components: - - type: Transform - pos: 9.5,-41.5 - parent: 2 - - uid: 4303 - components: - - type: Transform - pos: 9.5,-42.5 - parent: 2 - - uid: 4304 - components: - - type: Transform - pos: 9.5,-43.5 - parent: 2 - - uid: 4305 - components: - - type: Transform - pos: 9.5,-44.5 - parent: 2 - - uid: 4306 - components: - - type: Transform - pos: 9.5,-45.5 - parent: 2 - - uid: 4307 - components: - - type: Transform - pos: 9.5,-46.5 - parent: 2 - - uid: 4309 - components: - - type: Transform - pos: 9.5,-48.5 - parent: 2 - - uid: 4310 - components: - - type: Transform - pos: 9.5,-49.5 - parent: 2 - - uid: 4311 - components: - - type: Transform - pos: 9.5,-50.5 - parent: 2 - - uid: 4312 - components: - - type: Transform - pos: 9.5,-51.5 - parent: 2 - - uid: 4313 - components: - - type: Transform - pos: 9.5,-52.5 - parent: 2 - - uid: 4314 - components: - - type: Transform - pos: 8.5,-52.5 - parent: 2 - - uid: 4315 - components: - - type: Transform - pos: 7.5,-52.5 - parent: 2 - - uid: 4316 - components: - - type: Transform - pos: 6.5,-52.5 - parent: 2 - - uid: 4317 - components: - - type: Transform - pos: -8.5,-52.5 - parent: 2 - - uid: 4318 - components: - - type: Transform - pos: -9.5,-52.5 - parent: 2 - - uid: 4319 - components: - - type: Transform - pos: -10.5,-52.5 - parent: 2 - - uid: 4321 - components: - - type: Transform - pos: -10.5,-51.5 - parent: 2 - - uid: 4322 - components: - - type: Transform - pos: -10.5,-50.5 - parent: 2 - - uid: 4323 - components: - - type: Transform - pos: -10.5,-49.5 - parent: 2 - - uid: 4324 - components: - - type: Transform - pos: -10.5,-48.5 - parent: 2 - - uid: 4325 - components: - - type: Transform - pos: -10.5,-47.5 - parent: 2 - - uid: 4326 - components: - - type: Transform - pos: -10.5,-46.5 - parent: 2 - - uid: 4327 - components: - - type: Transform - pos: -9.5,-46.5 - parent: 2 - - uid: 4328 - components: - - type: Transform - pos: -8.5,-46.5 - parent: 2 - - uid: 4329 - components: - - type: Transform - pos: -7.5,-46.5 - parent: 2 - - uid: 4330 - components: - - type: Transform - pos: -6.5,-46.5 - parent: 2 - - uid: 4331 - components: - - type: Transform - pos: -5.5,-46.5 - parent: 2 - - uid: 4332 - components: - - type: Transform - pos: -4.5,-46.5 - parent: 2 - - uid: 4333 - components: - - type: Transform - pos: -3.5,-46.5 - parent: 2 - - uid: 4334 - components: - - type: Transform - pos: -2.5,-46.5 - parent: 2 - - uid: 4335 - components: - - type: Transform - pos: -1.5,-46.5 - parent: 2 - - uid: 4336 - components: - - type: Transform - pos: -0.5,-46.5 - parent: 2 - - uid: 4337 - components: - - type: Transform - pos: 0.5,-46.5 - parent: 2 - - uid: 4338 - components: - - type: Transform - pos: 1.5,-46.5 - parent: 2 - - uid: 4339 - components: - - type: Transform - pos: 2.5,-46.5 - parent: 2 - - uid: 4340 - components: - - type: Transform - pos: 3.5,-46.5 - parent: 2 - - uid: 4341 - components: - - type: Transform - pos: 4.5,-46.5 - parent: 2 - - uid: 4342 - components: - - type: Transform - pos: 5.5,-46.5 - parent: 2 - - uid: 4343 - components: - - type: Transform - pos: 6.5,-46.5 - parent: 2 - - uid: 4344 - components: - - type: Transform - pos: 7.5,-46.5 - parent: 2 - - uid: 4345 - components: - - type: Transform - pos: 8.5,-46.5 - parent: 2 - - uid: 6868 - components: - - type: Transform - pos: 9.5,-47.5 - parent: 2 - - uid: 9140 - components: - - type: Transform - pos: -27.5,9.5 - parent: 2 - - uid: 9141 - components: - - type: Transform - pos: -27.5,10.5 - parent: 2 - - uid: 9142 - components: - - type: Transform - pos: -27.5,11.5 - parent: 2 - - uid: 9143 - components: - - type: Transform - pos: -27.5,12.5 - parent: 2 - - uid: 9144 - components: - - type: Transform - pos: -27.5,13.5 - parent: 2 - - uid: 9145 - components: - - type: Transform - pos: -27.5,14.5 - parent: 2 - - uid: 9146 - components: - - type: Transform - pos: -27.5,15.5 - parent: 2 - - uid: 9147 - components: - - type: Transform - pos: -27.5,16.5 - parent: 2 - - uid: 9148 - components: - - type: Transform - pos: -26.5,16.5 - parent: 2 - - uid: 9149 - components: - - type: Transform - pos: -25.5,16.5 - parent: 2 - - uid: 9150 - components: - - type: Transform - pos: -24.5,16.5 - parent: 2 - - uid: 9151 - components: - - type: Transform - pos: -24.5,15.5 - parent: 2 - - uid: 9152 - components: - - type: Transform - pos: -24.5,17.5 - parent: 2 - - uid: 9153 - components: - - type: Transform - pos: -23.5,8.5 - parent: 2 - - uid: 9154 - components: - - type: Transform - pos: -22.5,8.5 - parent: 2 - - uid: 9155 - components: - - type: Transform - pos: -21.5,8.5 - parent: 2 - - uid: 9156 - components: - - type: Transform - pos: -21.5,9.5 - parent: 2 - - uid: 9157 - components: - - type: Transform - pos: -21.5,10.5 - parent: 2 - - uid: 9158 - components: - - type: Transform - pos: -21.5,11.5 - parent: 2 - - uid: 9159 - components: - - type: Transform - pos: -21.5,12.5 - parent: 2 - - uid: 9160 - components: - - type: Transform - pos: -21.5,13.5 - parent: 2 - - uid: 9161 - components: - - type: Transform - pos: -21.5,14.5 - parent: 2 - - uid: 9162 - components: - - type: Transform - pos: -22.5,14.5 - parent: 2 - - uid: 9435 - components: - - type: Transform - pos: 1.5,-0.5 - parent: 2 - - uid: 9436 - components: - - type: Transform - pos: 0.5,-0.5 - parent: 2 - - uid: 9437 - components: - - type: Transform - pos: -0.5,-0.5 - parent: 2 - - uid: 9438 - components: - - type: Transform - pos: -1.5,-0.5 - parent: 2 - - uid: 9439 - components: - - type: Transform - pos: -2.5,-0.5 - parent: 2 - - uid: 9440 - components: - - type: Transform - pos: -3.5,-0.5 - parent: 2 - - uid: 9441 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 2 - - uid: 9442 - components: - - type: Transform - pos: -4.5,0.5 - parent: 2 - - uid: 9443 - components: - - type: Transform - pos: -4.5,-1.5 - parent: 2 - - uid: 9444 - components: - - type: Transform - pos: -0.5,0.5 - parent: 2 - - uid: 9445 - components: - - type: Transform - pos: -0.5,1.5 - parent: 2 - - uid: 9446 - components: - - type: Transform - pos: -0.5,2.5 - parent: 2 - - uid: 9447 - components: - - type: Transform - pos: -2.5,2.5 - parent: 2 - - uid: 9448 - components: - - type: Transform - pos: -1.5,2.5 - parent: 2 - - uid: 9449 - components: - - type: Transform - pos: 0.5,2.5 - parent: 2 - - uid: 9450 - components: - - type: Transform - pos: 1.5,2.5 - parent: 2 - - uid: 9451 - components: - - type: Transform - pos: 1.5,-3.5 - parent: 2 - - uid: 9452 - components: - - type: Transform - pos: 0.5,-3.5 - parent: 2 - - uid: 9453 - components: - - type: Transform - pos: -0.5,-3.5 - parent: 2 - - uid: 9454 - components: - - type: Transform - pos: -1.5,-3.5 - parent: 2 - - uid: 9455 - components: - - type: Transform - pos: -2.5,-3.5 - parent: 2 - - uid: 9456 - components: - - type: Transform - pos: -0.5,-2.5 - parent: 2 - - uid: 9457 - components: - - type: Transform - pos: -0.5,-1.5 - parent: 2 - - uid: 9458 - components: - - type: Transform - pos: 3.5,-1.5 - parent: 2 - - uid: 9459 - components: - - type: Transform - pos: 3.5,0.5 - parent: 2 -- proto: CableTerminal - entities: - - uid: 9632 - components: - - type: Transform - pos: 7.5,36.5 - parent: 2 -- proto: CandleBlack - entities: - - uid: 9506 - components: - - type: Transform - pos: -42.768475,12.067802 - parent: 2 -- proto: CandleBlackSmall - entities: - - uid: 9505 - components: - - type: Transform - pos: 36.36139,6.8629527 - parent: 2 - - uid: 9511 - components: - - type: Transform - pos: -52.04538,5.7156816 - parent: 2 - - uid: 9518 - components: - - type: Transform - pos: -2.1517763,-48.093506 - parent: 2 - - uid: 9521 - components: - - type: Transform - pos: 52.14114,1.7329617 - parent: 2 -- proto: CandleBlue - entities: - - uid: 9509 - components: - - type: Transform - pos: -51.85788,5.738193 - parent: 2 - - uid: 9512 - components: - - type: Transform - pos: -55.828316,-26.549543 - parent: 2 -- proto: CandleBlueSmall - entities: - - uid: 9507 - components: - - type: Transform - pos: -26.754911,-17.334892 - parent: 2 - - uid: 9510 - components: - - type: Transform - pos: -51.717255,5.5906816 - parent: 2 - - uid: 9517 - components: - - type: Transform - pos: -10.654151,-13.119266 - parent: 2 -- proto: CandleGreen - entities: - - uid: 9514 - components: - - type: Transform - pos: -7.222584,-22.201056 - parent: 2 -- proto: CandlePurple - entities: - - uid: 9503 - components: - - type: Transform - pos: 60.24316,-14.184422 - parent: 2 - - uid: 9504 - components: - - type: Transform - pos: 36.574818,6.8813076 - parent: 2 - - uid: 9519 - components: - - type: Transform - pos: 52.60989,1.8579617 - parent: 2 -- proto: CandlePurpleSmall - entities: - - uid: 9502 - components: - - type: Transform - pos: -7.5606728,-18.52041 - parent: 2 -- proto: CandleRedSmall - entities: - - uid: 9513 - components: - - type: Transform - pos: -55.878075,-26.183296 - parent: 2 - - uid: 9515 - components: - - type: Transform - pos: 31.185574,-10.336631 - parent: 2 - - uid: 9516 - components: - - type: Transform - pos: -10.421664,-19.184874 - parent: 2 - - uid: 9520 - components: - - type: Transform - pos: 53.094265,1.4204617 - parent: 2 -- proto: CandleSmall - entities: - - uid: 9508 - components: - - type: Transform - pos: -26.536161,-17.194267 - parent: 2 -- proto: CaptainSabre - entities: - - uid: 7736 - components: - - type: Transform - pos: 2.5162191,14.7318 - parent: 2 -- proto: CarbonDioxideCanister - entities: - - uid: 8607 - components: - - type: Transform - pos: -32.5,-14.5 - parent: 2 -- proto: Carpet - entities: - - uid: 2647 - components: - - type: Transform - pos: -55.5,-0.5 - parent: 2 - - uid: 2648 - components: - - type: Transform - pos: -55.5,-1.5 - parent: 2 - - uid: 2649 - components: - - type: Transform - pos: -55.5,-2.5 - parent: 2 - - uid: 2650 - components: - - type: Transform - pos: -55.5,-3.5 - parent: 2 - - uid: 2651 - components: - - type: Transform - pos: -54.5,-0.5 - parent: 2 - - uid: 2652 - components: - - type: Transform - pos: -54.5,-1.5 - parent: 2 - - uid: 2653 - components: - - type: Transform - pos: -54.5,-2.5 - parent: 2 - - uid: 2654 - components: - - type: Transform - pos: -54.5,-3.5 - parent: 2 - - uid: 2655 - components: - - type: Transform - pos: -53.5,-0.5 - parent: 2 - - uid: 2656 - components: - - type: Transform - pos: -53.5,-1.5 - parent: 2 - - uid: 2657 - components: - - type: Transform - pos: -53.5,-2.5 - parent: 2 - - uid: 2658 - components: - - type: Transform - pos: -53.5,-3.5 - parent: 2 - - uid: 2659 - components: - - type: Transform - pos: -52.5,-3.5 - parent: 2 - - uid: 2660 - components: - - type: Transform - pos: -52.5,-2.5 - parent: 2 - - uid: 2661 - components: - - type: Transform - pos: -52.5,-1.5 - parent: 2 - - uid: 8019 - components: - - type: Transform - pos: -37.5,11.5 - parent: 2 - - uid: 8020 - components: - - type: Transform - pos: -38.5,12.5 - parent: 2 - - uid: 8021 - components: - - type: Transform - pos: -38.5,13.5 - parent: 2 - - uid: 8022 - components: - - type: Transform - pos: -37.5,12.5 - parent: 2 - - uid: 8023 - components: - - type: Transform - pos: -37.5,13.5 - parent: 2 -- proto: CarpetBlack - entities: - - uid: 2804 - components: - - type: Transform - pos: -55.5,-22.5 - parent: 2 - - uid: 2805 - components: - - type: Transform - pos: -55.5,-21.5 - parent: 2 - - uid: 2806 - components: - - type: Transform - pos: -55.5,-20.5 - parent: 2 - - uid: 2807 - components: - - type: Transform - pos: -55.5,-19.5 - parent: 2 - - uid: 2808 - components: - - type: Transform - pos: -54.5,-22.5 - parent: 2 - - uid: 2809 - components: - - type: Transform - pos: -54.5,-21.5 - parent: 2 - - uid: 2810 - components: - - type: Transform - pos: -54.5,-20.5 - parent: 2 - - uid: 2811 - components: - - type: Transform - pos: -54.5,-19.5 - parent: 2 - - uid: 2812 - components: - - type: Transform - pos: -53.5,-22.5 - parent: 2 - - uid: 2813 - components: - - type: Transform - pos: -53.5,-21.5 - parent: 2 - - uid: 7867 - components: - - type: Transform - pos: 35.5,-10.5 - parent: 2 - - uid: 7868 - components: - - type: Transform - pos: 35.5,-11.5 - parent: 2 - - uid: 7869 - components: - - type: Transform - pos: 35.5,-12.5 - parent: 2 - - uid: 7870 - components: - - type: Transform - pos: 34.5,-10.5 - parent: 2 - - uid: 7871 - components: - - type: Transform - pos: 34.5,-11.5 - parent: 2 - - uid: 7872 - components: - - type: Transform - pos: 34.5,-12.5 - parent: 2 - - uid: 7873 - components: - - type: Transform - pos: 33.5,-10.5 - parent: 2 - - uid: 7874 - components: - - type: Transform - pos: 33.5,-11.5 - parent: 2 - - uid: 7876 - components: - - type: Transform - pos: 32.5,-11.5 - parent: 2 - - uid: 7877 - components: - - type: Transform - pos: 32.5,-10.5 - parent: 2 - - uid: 7878 - components: - - type: Transform - pos: 31.5,-11.5 - parent: 2 - - uid: 7879 - components: - - type: Transform - pos: 31.5,-10.5 - parent: 2 - - uid: 7925 - components: - - type: Transform - pos: 55.5,-9.5 - parent: 2 - - uid: 7926 - components: - - type: Transform - pos: 56.5,-9.5 - parent: 2 - - uid: 7927 - components: - - type: Transform - pos: 57.5,-9.5 - parent: 2 - - uid: 7928 - components: - - type: Transform - pos: 55.5,-10.5 - parent: 2 - - uid: 7929 - components: - - type: Transform - pos: 56.5,-10.5 - parent: 2 - - uid: 7958 - components: - - type: Transform - pos: -40.5,12.5 - parent: 2 - - uid: 8013 - components: - - type: Transform - pos: -42.5,12.5 - parent: 2 - - uid: 8015 - components: - - type: Transform - pos: -41.5,11.5 - parent: 2 - - uid: 8016 - components: - - type: Transform - pos: -42.5,11.5 - parent: 2 - - uid: 8017 - components: - - type: Transform - pos: -41.5,10.5 - parent: 2 - - uid: 8018 - components: - - type: Transform - pos: -42.5,10.5 - parent: 2 - - uid: 8024 - components: - - type: Transform - pos: -40.5,10.5 - parent: 2 - - uid: 8026 - components: - - type: Transform - pos: -41.5,12.5 - parent: 2 - - uid: 8028 - components: - - type: Transform - pos: -41.5,13.5 - parent: 2 - - uid: 8032 - components: - - type: Transform - pos: -40.5,13.5 - parent: 2 - - uid: 8033 - components: - - type: Transform - pos: -40.5,11.5 - parent: 2 - - uid: 8243 - components: - - type: Transform - pos: -7.5,-12.5 - parent: 2 - - uid: 8244 - components: - - type: Transform - pos: -7.5,-11.5 - parent: 2 - - uid: 8245 - components: - - type: Transform - pos: -6.5,-12.5 - parent: 2 - - uid: 8246 - components: - - type: Transform - pos: -6.5,-11.5 - parent: 2 - - uid: 8247 - components: - - type: Transform - pos: -8.5,-12.5 - parent: 2 -- proto: CarpetBlue - entities: - - uid: 2628 - components: - - type: Transform - pos: -48.5,4.5 - parent: 2 - - uid: 2629 - components: - - type: Transform - pos: -48.5,3.5 - parent: 2 - - uid: 2630 - components: - - type: Transform - pos: -48.5,2.5 - parent: 2 - - uid: 2631 - components: - - type: Transform - pos: -49.5,4.5 - parent: 2 - - uid: 2632 - components: - - type: Transform - pos: -49.5,3.5 - parent: 2 - - uid: 2633 - components: - - type: Transform - pos: -49.5,2.5 - parent: 2 - - uid: 2635 - components: - - type: Transform - pos: -50.5,2.5 - parent: 2 - - uid: 2637 - components: - - type: Transform - pos: -50.5,4.5 - parent: 2 - - uid: 2638 - components: - - type: Transform - pos: -50.5,3.5 - parent: 2 - - uid: 2766 - components: - - type: Transform - pos: -48.5,-25.5 - parent: 2 - - uid: 2767 - components: - - type: Transform - pos: -48.5,-26.5 - parent: 2 - - uid: 2768 - components: - - type: Transform - pos: -48.5,-27.5 - parent: 2 - - uid: 2769 - components: - - type: Transform - pos: -49.5,-25.5 - parent: 2 - - uid: 2770 - components: - - type: Transform - pos: -49.5,-26.5 - parent: 2 - - uid: 2771 - components: - - type: Transform - pos: -49.5,-27.5 - parent: 2 - - uid: 2772 - components: - - type: Transform - pos: -50.5,-27.5 - parent: 2 - - uid: 2773 - components: - - type: Transform - pos: -50.5,-26.5 - parent: 2 - - uid: 2774 - components: - - type: Transform - pos: -50.5,-25.5 - parent: 2 - - uid: 7993 - components: - - type: Transform - pos: -22.5,-18.5 - parent: 2 - - uid: 7994 - components: - - type: Transform - pos: -22.5,-17.5 - parent: 2 - - uid: 7995 - components: - - type: Transform - pos: -23.5,-18.5 - parent: 2 - - uid: 7996 - components: - - type: Transform - pos: -23.5,-17.5 - parent: 2 - - uid: 7997 - components: - - type: Transform - pos: -24.5,-18.5 - parent: 2 - - uid: 7998 - components: - - type: Transform - pos: -24.5,-17.5 - parent: 2 - - uid: 7999 - components: - - type: Transform - pos: -23.5,-19.5 - parent: 2 - - uid: 8000 - components: - - type: Transform - pos: -24.5,-19.5 - parent: 2 -- proto: CarpetGreen - entities: - - uid: 2789 - components: - - type: Transform - pos: -51.5,-18.5 - parent: 2 - - uid: 2790 - components: - - type: Transform - pos: -51.5,-19.5 - parent: 2 - - uid: 2791 - components: - - type: Transform - pos: -51.5,-20.5 - parent: 2 - - uid: 2792 - components: - - type: Transform - pos: -50.5,-18.5 - parent: 2 - - uid: 2793 - components: - - type: Transform - pos: -50.5,-19.5 - parent: 2 - - uid: 2794 - components: - - type: Transform - pos: -50.5,-20.5 - parent: 2 - - uid: 2795 - components: - - type: Transform - pos: -49.5,-18.5 - parent: 2 - - uid: 2796 - components: - - type: Transform - pos: -49.5,-19.5 - parent: 2 - - uid: 2797 - components: - - type: Transform - pos: -49.5,-20.5 - parent: 2 - - uid: 2798 - components: - - type: Transform - pos: -48.5,-18.5 - parent: 2 - - uid: 2799 - components: - - type: Transform - pos: -48.5,-19.5 - parent: 2 - - uid: 2800 - components: - - type: Transform - pos: -48.5,-20.5 - parent: 2 - - uid: 2801 - components: - - type: Transform - pos: -50.5,-21.5 - parent: 2 - - uid: 2802 - components: - - type: Transform - pos: -49.5,-21.5 - parent: 2 - - uid: 2803 - components: - - type: Transform - pos: -48.5,-21.5 - parent: 2 - - uid: 8235 - components: - - type: Transform - pos: -16.5,-15.5 - parent: 2 - - uid: 8236 - components: - - type: Transform - pos: -16.5,-16.5 - parent: 2 - - uid: 8237 - components: - - type: Transform - pos: -16.5,-17.5 - parent: 2 - - uid: 8238 - components: - - type: Transform - pos: -15.5,-15.5 - parent: 2 - - uid: 8239 - components: - - type: Transform - pos: -15.5,-16.5 - parent: 2 - - uid: 8240 - components: - - type: Transform - pos: -15.5,-17.5 - parent: 2 - - uid: 8241 - components: - - type: Transform - pos: -16.5,-18.5 - parent: 2 - - uid: 8242 - components: - - type: Transform - pos: -16.5,-14.5 - parent: 2 -- proto: CarpetOrange - entities: - - uid: 2662 - components: - - type: Transform - pos: -50.5,-4.5 - parent: 2 - - uid: 2663 - components: - - type: Transform - pos: -50.5,-3.5 - parent: 2 - - uid: 2664 - components: - - type: Transform - pos: -50.5,-2.5 - parent: 2 - - uid: 2665 - components: - - type: Transform - pos: -49.5,-4.5 - parent: 2 - - uid: 2666 - components: - - type: Transform - pos: -49.5,-3.5 - parent: 2 - - uid: 2667 - components: - - type: Transform - pos: -49.5,-2.5 - parent: 2 - - uid: 2668 - components: - - type: Transform - pos: -48.5,-4.5 - parent: 2 - - uid: 2669 - components: - - type: Transform - pos: -48.5,-3.5 - parent: 2 - - uid: 2670 - components: - - type: Transform - pos: -48.5,-2.5 - parent: 2 - - uid: 2671 - components: - - type: Transform - pos: -49.5,-1.5 - parent: 2 - - uid: 2672 - components: - - type: Transform - pos: -48.5,-1.5 - parent: 2 - - uid: 7887 - components: - - type: Transform - pos: 60.5,-17.5 - parent: 2 - - uid: 7888 - components: - - type: Transform - pos: 60.5,-16.5 - parent: 2 - - uid: 7889 - components: - - type: Transform - pos: 60.5,-15.5 - parent: 2 - - uid: 7890 - components: - - type: Transform - pos: 59.5,-17.5 - parent: 2 - - uid: 7891 - components: - - type: Transform - pos: 59.5,-16.5 - parent: 2 - - uid: 7892 - components: - - type: Transform - pos: 59.5,-15.5 - parent: 2 - - uid: 7893 - components: - - type: Transform - pos: 58.5,-16.5 - parent: 2 - - uid: 7894 - components: - - type: Transform - pos: 58.5,-17.5 - parent: 2 - - uid: 7895 - components: - - type: Transform - pos: 60.5,-14.5 - parent: 2 - - uid: 7896 - components: - - type: Transform - pos: 59.5,-14.5 - parent: 2 - - uid: 8221 - components: - - type: Transform - pos: -14.5,-10.5 - parent: 2 - - uid: 8222 - components: - - type: Transform - pos: -15.5,-10.5 - parent: 2 - - uid: 8223 - components: - - type: Transform - pos: -16.5,-10.5 - parent: 2 - - uid: 8224 - components: - - type: Transform - pos: -14.5,-11.5 - parent: 2 - - uid: 8225 - components: - - type: Transform - pos: -15.5,-11.5 - parent: 2 -- proto: CarpetPurple - entities: - - uid: 7566 - components: - - type: Transform - pos: -6.5,-18.5 - parent: 2 - - uid: 7859 - components: - - type: Transform - pos: 34.5,9.5 - parent: 2 - - uid: 7860 - components: - - type: Transform - pos: 34.5,8.5 - parent: 2 - - uid: 7861 - components: - - type: Transform - pos: 35.5,9.5 - parent: 2 - - uid: 7862 - components: - - type: Transform - pos: 35.5,8.5 - parent: 2 - - uid: 7863 - components: - - type: Transform - pos: 36.5,9.5 - parent: 2 - - uid: 7864 - components: - - type: Transform - pos: 36.5,8.5 - parent: 2 - - uid: 7865 - components: - - type: Transform - pos: 35.5,7.5 - parent: 2 - - uid: 7866 - components: - - type: Transform - pos: 36.5,7.5 - parent: 2 - - uid: 8228 - components: - - type: Transform - pos: -7.5,-18.5 - parent: 2 - - uid: 8230 - components: - - type: Transform - pos: -8.5,-18.5 - parent: 2 - - uid: 8233 - components: - - type: Transform - pos: -7.5,-17.5 - parent: 2 - - uid: 8234 - components: - - type: Transform - pos: -6.5,-17.5 - parent: 2 -- proto: CarpetSBlue - entities: - - uid: 2618 - components: - - type: Transform - pos: -54.5,2.5 - parent: 2 - - uid: 2619 - components: - - type: Transform - pos: -54.5,3.5 - parent: 2 - - uid: 2636 - components: - - type: Transform - pos: -55.5,4.5 - parent: 2 - - uid: 2639 - components: - - type: Transform - pos: -53.5,1.5 - parent: 2 - - uid: 2640 - components: - - type: Transform - pos: -54.5,1.5 - parent: 2 - - uid: 2642 - components: - - type: Transform - pos: -55.5,3.5 - parent: 2 - - uid: 2643 - components: - - type: Transform - pos: -53.5,2.5 - parent: 2 - - uid: 2644 - components: - - type: Transform - pos: -54.5,4.5 - parent: 2 - - uid: 2645 - components: - - type: Transform - pos: -55.5,1.5 - parent: 2 - - uid: 2646 - components: - - type: Transform - pos: -55.5,2.5 - parent: 2 - - uid: 2775 - components: - - type: Transform - pos: -55.5,-24.5 - parent: 2 - - uid: 2776 - components: - - type: Transform - pos: -55.5,-25.5 - parent: 2 - - uid: 2777 - components: - - type: Transform - pos: -55.5,-26.5 - parent: 2 - - uid: 2778 - components: - - type: Transform - pos: -55.5,-27.5 - parent: 2 - - uid: 2779 - components: - - type: Transform - pos: -54.5,-24.5 - parent: 2 - - uid: 2780 - components: - - type: Transform - pos: -54.5,-25.5 - parent: 2 - - uid: 2781 - components: - - type: Transform - pos: -54.5,-26.5 - parent: 2 - - uid: 2782 - components: - - type: Transform - pos: -54.5,-27.5 - parent: 2 - - uid: 2783 - components: - - type: Transform - pos: -54.5,-28.5 - parent: 2 - - uid: 2784 - components: - - type: Transform - pos: -53.5,-28.5 - parent: 2 - - uid: 2786 - components: - - type: Transform - pos: -53.5,-27.5 - parent: 2 - - uid: 2787 - components: - - type: Transform - pos: -53.5,-26.5 - parent: 2 - - uid: 8226 - components: - - type: Transform - pos: -7.5,-21.5 - parent: 2 - - uid: 8227 - components: - - type: Transform - pos: -6.5,-21.5 - parent: 2 - - uid: 8231 - components: - - type: Transform - pos: -7.5,-20.5 - parent: 2 - - uid: 8232 - components: - - type: Transform - pos: -6.5,-20.5 - parent: 2 -- proto: Catwalk - entities: - - uid: 22 - components: - - type: Transform - pos: 10.5,-19.5 - parent: 2 - - uid: 30 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 2 - - uid: 33 - components: - - type: Transform - pos: 10.5,-20.5 - parent: 2 - - uid: 36 - components: - - type: Transform - pos: 14.5,-10.5 - parent: 2 - - uid: 101 - components: - - type: Transform - pos: 10.5,-21.5 - parent: 2 - - uid: 103 - components: - - type: Transform - pos: 14.5,-20.5 - parent: 2 - - uid: 106 - components: - - type: Transform - pos: 10.5,-14.5 - parent: 2 - - uid: 143 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 2 - - uid: 144 - components: - - type: Transform - pos: 6.5,-19.5 - parent: 2 - - uid: 145 - components: - - type: Transform - pos: 6.5,-20.5 - parent: 2 - - uid: 146 - components: - - type: Transform - pos: 6.5,-21.5 - parent: 2 - - uid: 147 - components: - - type: Transform - pos: 6.5,-13.5 - parent: 2 - - uid: 148 - components: - - type: Transform - pos: 6.5,-12.5 - parent: 2 - - uid: 149 - components: - - type: Transform - pos: 10.5,-11.5 - parent: 2 - - uid: 150 - components: - - type: Transform - pos: 10.5,-12.5 - parent: 2 - - uid: 151 - components: - - type: Transform - pos: 6.5,-10.5 - parent: 2 - - uid: 152 - components: - - type: Transform - pos: 6.5,-11.5 - parent: 2 - - uid: 153 - components: - - type: Transform - pos: 6.5,-14.5 - parent: 2 - - uid: 154 - components: - - type: Transform - pos: 10.5,-10.5 - parent: 2 - - uid: 156 - components: - - type: Transform - pos: 6.5,-22.5 - parent: 2 - - uid: 163 - components: - - type: Transform - pos: 14.5,-22.5 - parent: 2 - - uid: 164 - components: - - type: Transform - pos: 14.5,-14.5 - parent: 2 - - uid: 165 - components: - - type: Transform - pos: 14.5,-13.5 - parent: 2 - - uid: 166 - components: - - type: Transform - pos: 14.5,-12.5 - parent: 2 - - uid: 167 - components: - - type: Transform - pos: 14.5,-19.5 - parent: 2 - - uid: 168 - components: - - type: Transform - pos: 14.5,-18.5 - parent: 2 - - uid: 171 - components: - - type: Transform - pos: 10.5,-22.5 - parent: 2 - - uid: 172 - components: - - type: Transform - pos: 14.5,-21.5 - parent: 2 - - uid: 173 - components: - - type: Transform - pos: 14.5,-11.5 - parent: 2 - - uid: 181 - components: - - type: Transform - pos: 10.5,-13.5 - parent: 2 - - uid: 1279 - components: - - type: Transform - pos: 29.5,3.5 - parent: 2 - - uid: 1280 - components: - - type: Transform - pos: 30.5,3.5 - parent: 2 - - uid: 1281 - components: - - type: Transform - pos: 31.5,3.5 - parent: 2 - - uid: 1282 - components: - - type: Transform - pos: 32.5,3.5 - parent: 2 - - uid: 1283 - components: - - type: Transform - pos: 33.5,3.5 - parent: 2 - - uid: 1284 - components: - - type: Transform - pos: 36.5,3.5 - parent: 2 - - uid: 1285 - components: - - type: Transform - pos: 37.5,3.5 - parent: 2 - - uid: 1286 - components: - - type: Transform - pos: 38.5,3.5 - parent: 2 - - uid: 3070 - components: - - type: Transform - pos: -3.5,29.5 - parent: 2 - - uid: 3071 - components: - - type: Transform - pos: -2.5,29.5 - parent: 2 - - uid: 3075 - components: - - type: Transform - pos: -4.5,26.5 - parent: 2 - - uid: 3076 - components: - - type: Transform - pos: -4.5,27.5 - parent: 2 - - uid: 3077 - components: - - type: Transform - pos: -4.5,28.5 - parent: 2 - - uid: 3078 - components: - - type: Transform - pos: -5.5,26.5 - parent: 2 - - uid: 3169 - components: - - type: Transform - pos: -8.5,22.5 - parent: 2 - - uid: 3170 - components: - - type: Transform - pos: -8.5,23.5 - parent: 2 - - uid: 3171 - components: - - type: Transform - pos: -8.5,24.5 - parent: 2 - - uid: 3172 - components: - - type: Transform - pos: -8.5,25.5 - parent: 2 - - uid: 3173 - components: - - type: Transform - pos: -7.5,24.5 - parent: 2 - - uid: 3174 - components: - - type: Transform - pos: -4.5,30.5 - parent: 2 - - uid: 3175 - components: - - type: Transform - pos: -4.5,31.5 - parent: 2 - - uid: 3177 - components: - - type: Transform - pos: -8.5,30.5 - parent: 2 - - uid: 3178 - components: - - type: Transform - pos: -8.5,31.5 - parent: 2 - - uid: 3179 - components: - - type: Transform - pos: -7.5,31.5 - parent: 2 - - uid: 3182 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,29.5 - parent: 2 - - uid: 3195 - components: - - type: Transform - pos: -44.5,5.5 - parent: 2 - - uid: 3196 - components: - - type: Transform - pos: -44.5,6.5 - parent: 2 - - uid: 3197 - components: - - type: Transform - pos: -44.5,3.5 - parent: 2 - - uid: 3198 - components: - - type: Transform - pos: -44.5,2.5 - parent: 2 - - uid: 3207 - components: - - type: Transform - pos: -40.5,-8.5 - parent: 2 - - uid: 3208 - components: - - type: Transform - pos: -40.5,-7.5 - parent: 2 - - uid: 3209 - components: - - type: Transform - pos: -40.5,-4.5 - parent: 2 - - uid: 3210 - components: - - type: Transform - pos: -40.5,-5.5 - parent: 2 - - uid: 3211 - components: - - type: Transform - pos: -38.5,-8.5 - parent: 2 - - uid: 3212 - components: - - type: Transform - pos: -38.5,-9.5 - parent: 2 - - uid: 3213 - components: - - type: Transform - pos: -38.5,-10.5 - parent: 2 - - uid: 3214 - components: - - type: Transform - pos: -37.5,-11.5 - parent: 2 - - uid: 3215 - components: - - type: Transform - pos: -36.5,-11.5 - parent: 2 - - uid: 3216 - components: - - type: Transform - pos: -35.5,-11.5 - parent: 2 - - uid: 3217 - components: - - type: Transform - pos: -34.5,-11.5 - parent: 2 - - uid: 3225 - components: - - type: Transform - pos: -34.5,-12.5 - parent: 2 - - uid: 3229 - components: - - type: Transform - pos: -32.5,-14.5 - parent: 2 - - uid: 3230 - components: - - type: Transform - pos: -33.5,-14.5 - parent: 2 - - uid: 3251 - components: - - type: Transform - pos: -38.5,2.5 - parent: 2 - - uid: 3263 - components: - - type: Transform - pos: 8.5,-29.5 - parent: 2 - - uid: 3264 - components: - - type: Transform - pos: 9.5,-28.5 - parent: 2 - - uid: 3265 - components: - - type: Transform - pos: 9.5,-27.5 - parent: 2 - - uid: 3266 - components: - - type: Transform - pos: 7.5,-27.5 - parent: 2 - - uid: 3267 - components: - - type: Transform - pos: 6.5,-27.5 - parent: 2 - - uid: 3268 - components: - - type: Transform - pos: 5.5,-27.5 - parent: 2 - - uid: 3269 - components: - - type: Transform - pos: 3.5,-27.5 - parent: 2 - - uid: 3270 - components: - - type: Transform - pos: 3.5,-26.5 - parent: 2 - - uid: 3271 - components: - - type: Transform - pos: 2.5,-26.5 - parent: 2 - - uid: 3301 - components: - - type: Transform - pos: 40.5,-12.5 - parent: 2 - - uid: 3302 - components: - - type: Transform - pos: 39.5,-12.5 - parent: 2 - - uid: 3303 - components: - - type: Transform - pos: 38.5,-12.5 - parent: 2 - - uid: 3304 - components: - - type: Transform - pos: 37.5,-10.5 - parent: 2 - - uid: 3305 - components: - - type: Transform - pos: 37.5,-9.5 - parent: 2 - - uid: 3306 - components: - - type: Transform - pos: 37.5,-8.5 - parent: 2 - - uid: 3307 - components: - - type: Transform - pos: 37.5,-6.5 - parent: 2 - - uid: 3308 - components: - - type: Transform - pos: 37.5,-5.5 - parent: 2 - - uid: 3309 - components: - - type: Transform - pos: 36.5,-5.5 - parent: 2 - - uid: 3310 - components: - - type: Transform - pos: 35.5,-4.5 - parent: 2 - - uid: 3311 - components: - - type: Transform - pos: 35.5,-3.5 - parent: 2 - - uid: 3356 - components: - - type: Transform - pos: 42.5,3.5 - parent: 2 - - uid: 3357 - components: - - type: Transform - pos: 43.5,3.5 - parent: 2 - - uid: 3358 - components: - - type: Transform - pos: 44.5,3.5 - parent: 2 - - uid: 3359 - components: - - type: Transform - pos: 45.5,3.5 - parent: 2 - - uid: 3360 - components: - - type: Transform - pos: 46.5,3.5 - parent: 2 - - uid: 3361 - components: - - type: Transform - pos: 46.5,1.5 - parent: 2 - - uid: 3362 - components: - - type: Transform - pos: 46.5,0.5 - parent: 2 - - uid: 3363 - components: - - type: Transform - pos: 46.5,-0.5 - parent: 2 - - uid: 3364 - components: - - type: Transform - pos: 48.5,1.5 - parent: 2 - - uid: 3365 - components: - - type: Transform - pos: 43.5,4.5 - parent: 2 - - uid: 3372 - components: - - type: Transform - pos: 13.5,-3.5 - parent: 2 - - uid: 3373 - components: - - type: Transform - pos: 13.5,-4.5 - parent: 2 - - uid: 3374 - components: - - type: Transform - pos: 12.5,-5.5 - parent: 2 - - uid: 5705 - components: - - type: Transform - pos: 2.5,28.5 - parent: 2 - - uid: 5706 - components: - - type: Transform - pos: 2.5,29.5 - parent: 2 - - uid: 8552 - components: - - type: Transform - pos: 35.5,-7.5 - parent: 2 - - uid: 8553 - components: - - type: Transform - pos: 34.5,-7.5 - parent: 2 - - uid: 8554 - components: - - type: Transform - pos: 33.5,-7.5 - parent: 2 - - uid: 8582 - components: - - type: Transform - pos: 9.5,-24.5 - parent: 2 - - uid: 8583 - components: - - type: Transform - pos: 9.5,-25.5 - parent: 2 - - uid: 8598 - components: - - type: Transform - pos: -45.5,2.5 - parent: 2 - - uid: 8630 - components: - - type: Transform - pos: -38.5,-4.5 - parent: 2 - - uid: 8631 - components: - - type: Transform - pos: -37.5,-4.5 - parent: 2 - - uid: 9016 - components: - - type: Transform - pos: -36.5,-13.5 - parent: 2 - - uid: 9367 - components: - - type: Transform - pos: -36.5,-14.5 - parent: 2 - - uid: 9368 - components: - - type: Transform - pos: -36.5,-15.5 - parent: 2 - - uid: 9369 - components: - - type: Transform - pos: -36.5,-17.5 - parent: 2 - - uid: 9370 - components: - - type: Transform - pos: -37.5,-17.5 - parent: 2 - - uid: 9371 - components: - - type: Transform - pos: -36.5,-18.5 - parent: 2 -- proto: Chair - entities: - - uid: 1075 - components: - - type: Transform - pos: 18.5,-3.5 - parent: 2 - - uid: 1089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-5.5 - parent: 2 - - uid: 1170 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,2.5 - parent: 2 - - uid: 1432 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-16.5 - parent: 2 - - uid: 1461 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-8.5 - parent: 2 - - uid: 1802 - components: - - type: Transform - pos: 22.5,2.5 - parent: 2 - - uid: 1803 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,21.5 - parent: 2 - - uid: 1815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,21.5 - parent: 2 - - uid: 1817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-6.5 - parent: 2 - - uid: 1818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-6.5 - parent: 2 - - uid: 1819 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-6.5 - parent: 2 - - uid: 1962 - components: - - type: Transform - pos: -31.5,-3.5 - parent: 2 - - uid: 2344 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,4.5 - parent: 2 - - uid: 2915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-61.5 - parent: 2 - - uid: 3106 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-62.5 - parent: 2 - - uid: 3164 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-60.5 - parent: 2 - - uid: 3176 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-59.5 - parent: 2 - - uid: 3936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-60.5 - parent: 2 - - uid: 5653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-59.5 - parent: 2 - - uid: 5654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-61.5 - parent: 2 - - uid: 5971 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-62.5 - parent: 2 - - uid: 7564 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-60.5 - parent: 2 - - uid: 7565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-59.5 - parent: 2 - - uid: 7567 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-61.5 - parent: 2 - - uid: 7568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-62.5 - parent: 2 - - uid: 7569 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-62.5 - parent: 2 - - uid: 7570 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-61.5 - parent: 2 - - uid: 7571 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-60.5 - parent: 2 - - uid: 7572 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-59.5 - parent: 2 - - uid: 7573 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-52.5 - parent: 2 - - uid: 7577 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-53.5 - parent: 2 - - uid: 7578 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-54.5 - parent: 2 - - uid: 7579 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-55.5 - parent: 2 - - uid: 7580 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-52.5 - parent: 2 - - uid: 7581 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-53.5 - parent: 2 - - uid: 7582 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-54.5 - parent: 2 - - uid: 7583 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-55.5 - parent: 2 - - uid: 7597 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-52.5 - parent: 2 - - uid: 7598 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-53.5 - parent: 2 - - uid: 7599 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-54.5 - parent: 2 - - uid: 7600 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-55.5 - parent: 2 - - uid: 7601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-52.5 - parent: 2 - - uid: 7602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-53.5 - parent: 2 - - uid: 7603 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-54.5 - parent: 2 - - uid: 7604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-55.5 - parent: 2 - - uid: 7613 - components: - - type: Transform - pos: -4.5,-45.5 - parent: 2 - - uid: 7614 - components: - - type: Transform - pos: 3.5,-45.5 - parent: 2 - - uid: 7615 - components: - - type: Transform - pos: 4.5,-45.5 - parent: 2 - - uid: 7625 - components: - - type: Transform - pos: -5.5,-45.5 - parent: 2 - - uid: 7626 - components: - - type: Transform - pos: -6.5,-45.5 - parent: 2 - - uid: 7628 - components: - - type: Transform - pos: 5.5,-45.5 - parent: 2 - - uid: 7740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,4.5 - parent: 2 - - uid: 7741 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,2.5 - parent: 2 - - uid: 7743 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-6.5 - parent: 2 - - uid: 7744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-6.5 - parent: 2 - - uid: 7959 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-3.5 - parent: 2 - - uid: 8115 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-13.5 - parent: 2 - - uid: 8268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-38.5 - parent: 2 - - uid: 8269 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-40.5 - parent: 2 - - uid: 8270 - components: - - type: Transform - pos: 6.5,-38.5 - parent: 2 - - uid: 8285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-62.5 - parent: 2 - - uid: 8286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-61.5 - parent: 2 - - uid: 8287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-60.5 - parent: 2 - - uid: 8288 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-59.5 - parent: 2 - - uid: 8289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-59.5 - parent: 2 - - uid: 8290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-60.5 - parent: 2 - - uid: 8291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-61.5 - parent: 2 - - uid: 8292 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-62.5 - parent: 2 - - uid: 8727 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-62.5 - parent: 2 - - uid: 8728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-61.5 - parent: 2 - - uid: 8729 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-60.5 - parent: 2 - - uid: 8730 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-59.5 - parent: 2 - - uid: 8731 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-59.5 - parent: 2 - - uid: 8732 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-60.5 - parent: 2 - - uid: 8733 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-61.5 - parent: 2 - - uid: 8734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-62.5 - parent: 2 - - uid: 9058 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,17.5 - parent: 2 -- proto: ChairFolding - entities: - - uid: 412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-24.5 - parent: 2 - - uid: 413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-24.5 - parent: 2 - - uid: 1454 - components: - - type: Transform - pos: 49.5,-13.5 - parent: 2 - - uid: 1456 - components: - - type: Transform - pos: 48.5,-13.5 - parent: 2 - - uid: 1891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-4.5 - parent: 2 - - uid: 1980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,21.5 - parent: 2 - - uid: 2075 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,6.5 - parent: 2 - - uid: 2076 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,7.5 - parent: 2 - - uid: 2077 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,7.5 - parent: 2 - - uid: 2078 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,6.5 - parent: 2 - - uid: 2079 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,7.5 - parent: 2 - - uid: 2080 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,6.5 - parent: 2 - - uid: 2081 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,7.5 - parent: 2 - - uid: 2082 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,6.5 - parent: 2 - - uid: 7590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-30.5 - parent: 2 - - uid: 7605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-58.5 - parent: 2 - - uid: 7606 - components: - - type: Transform - pos: -10.5,-63.5 - parent: 2 - - uid: 7607 - components: - - type: Transform - pos: 9.5,-63.5 - parent: 2 - - uid: 7608 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-58.5 - parent: 2 - - uid: 7742 - components: - - type: Transform - pos: -5.5,5.5 - parent: 2 - - uid: 7773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,4.5 - parent: 2 - - uid: 7803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-3.5 - parent: 2 - - uid: 7947 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-31.5 - parent: 2 - - uid: 7948 - components: - - type: Transform - pos: 31.5,-29.5 - parent: 2 - - uid: 7960 - components: - - type: Transform - pos: -36.5,0.5 - parent: 2 - - uid: 7961 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,0.5 - parent: 2 - - uid: 8265 - components: - - type: Transform - pos: -10.5,-31.5 - parent: 2 - - uid: 8266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-33.5 - parent: 2 - - uid: 8577 - components: - - type: Transform - pos: 5.5,-28.5 - parent: 2 - - uid: 9239 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-44.5 - parent: 2 -- proto: ChairOfficeDark - entities: - - uid: 1061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-12.5 - parent: 2 - - uid: 1083 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-6.5 - parent: 2 - - uid: 1184 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,8.5 - parent: 2 - - uid: 1472 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-12.5 - parent: 2 - - uid: 1812 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,0.5 - parent: 2 - - uid: 1813 - components: - - type: Transform - pos: -1.5,-1.5 - parent: 2 - - uid: 2123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,12.5 - parent: 2 - - uid: 2276 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,11.5 - parent: 2 - - uid: 2277 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,11.5 - parent: 2 - - uid: 2320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,14.5 - parent: 2 - - uid: 2540 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-3.5 - parent: 2 - - uid: 2691 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-19.5 - parent: 2 - - uid: 2700 - components: - - type: Transform - pos: -54.5,-21.5 - parent: 2 - - uid: 2765 - components: - - type: Transform - pos: -50.5,-27.5 - parent: 2 -- proto: ChairOfficeLight - entities: - - uid: 938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-12.5 - parent: 2 - - uid: 1262 - components: - - type: Transform - pos: 25.5,5.5 - parent: 2 - - uid: 1982 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-7.5 - parent: 2 -- proto: ChairPilotSeat - entities: - - uid: 9466 - components: - - type: Transform - pos: -30.5,-17.5 - parent: 2 - - uid: 9470 - components: - - type: Transform - pos: -32.5,-17.5 - parent: 2 -- proto: ChairWood - entities: - - uid: 376 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-16.5 - parent: 2 - - uid: 377 - components: - - type: Transform - pos: -16.5,-14.5 - parent: 2 - - uid: 1071 - components: - - type: Transform - pos: 21.5,-13.5 - parent: 2 - - uid: 1072 - components: - - type: Transform - pos: 22.5,-13.5 - parent: 2 -- proto: CheapLighter - entities: - - uid: 7776 - components: - - type: Transform - pos: -6.25189,5.4356194 - parent: 2 - - uid: 9077 - components: - - type: Transform - pos: -23.379593,13.572519 - parent: 2 -- proto: CheckerBoard - entities: - - uid: 7837 - components: - - type: Transform - pos: 19.428404,-12.426074 - parent: 2 -- proto: ChemBag - entities: - - uid: 1957 - components: - - type: Transform - pos: -31.713497,-8.378671 - parent: 2 -- proto: ChemistryEmptyBottle02 - entities: - - uid: 1354 - components: - - type: Transform - pos: -34.271645,-8.419703 - parent: 2 -- proto: ChemistryEmptyBottle04 - entities: - - uid: 9096 - components: - - type: Transform - pos: -25.528572,-12.930597 - parent: 2 -- proto: ChessBoard - entities: - - uid: 8103 - components: - - type: Transform - pos: -52.332314,-12.431362 - parent: 2 -- proto: Cigar - entities: - - uid: 7777 - components: - - type: Transform - pos: -6.591313,5.6126103 - parent: 2 - - uid: 8302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.542163,-36.44932 - parent: 2 -- proto: CigarCase - entities: - - uid: 8038 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.500223,6.583769 - parent: 2 -- proto: CigarGold - entities: - - uid: 1541 - components: - - type: Transform - pos: 60.37952,-14.306984 - parent: 2 - - uid: 7875 - components: - - type: Transform - pos: 26.439526,-11.369116 - parent: 2 - - uid: 8061 - components: - - type: Transform - pos: -16.279839,10.521913 - parent: 2 -- proto: CigarGoldCase - entities: - - uid: 8118 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.555573,-10.756532 - parent: 2 -- proto: CigPackBlack - entities: - - uid: 8249 - components: - - type: Transform - pos: -7.30211,-10.31647 - parent: 2 - - uid: 9079 - components: - - type: Transform - pos: -23.622662,13.602486 - parent: 2 -- proto: CigPackRed - entities: - - uid: 7822 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.598198,4.543154 - parent: 2 -- proto: CleanerDispenser - entities: - - uid: 9538 - components: - - type: Transform - pos: 8.5,27.5 - parent: 2 -- proto: CleanerGrenade - entities: - - uid: 9489 - components: - - type: Transform - pos: 6.426608,27.666847 - parent: 2 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 222 - components: - - type: Transform - pos: 15.5,-14.5 - parent: 2 - - uid: 7634 - components: - - type: Transform - pos: 11.5,-66.5 - parent: 2 - - uid: 7636 - components: - - type: Transform - pos: -12.5,-66.5 - parent: 2 - - uid: 7638 - components: - - type: Transform - pos: -7.5,-45.5 - parent: 2 - - uid: 7644 - components: - - type: Transform - pos: 9.5,-31.5 - parent: 2 - - uid: 7753 - components: - - type: Transform - pos: 3.5,2.5 - parent: 2 - - uid: 8177 - components: - - type: Transform - pos: -29.5,-38.5 - parent: 2 - - uid: 8179 - components: - - type: Transform - pos: 28.5,-38.5 - parent: 2 - - uid: 8534 - components: - - type: Transform - pos: -8.5,21.5 - parent: 2 - - uid: 9380 - components: - - type: Transform - pos: -35.5,-17.5 - parent: 2 -- proto: ClosetEmergencyN2FilledRandom - entities: - - uid: 9669 - components: - - type: Transform - pos: -5.5,31.5 - parent: 2 - - uid: 9670 - components: - - type: Transform - pos: 38.5,2.5 - parent: 2 -- proto: ClosetFireFilled - entities: - - uid: 223 - components: - - type: Transform - pos: 15.5,-18.5 - parent: 2 - - uid: 7635 - components: - - type: Transform - pos: 7.5,-66.5 - parent: 2 - - uid: 7637 - components: - - type: Transform - pos: -8.5,-66.5 - parent: 2 - - uid: 7639 - components: - - type: Transform - pos: 6.5,-45.5 - parent: 2 - - uid: 7756 - components: - - type: Transform - pos: -4.5,-3.5 - parent: 2 - - uid: 8178 - components: - - type: Transform - pos: -28.5,-38.5 - parent: 2 - - uid: 8180 - components: - - type: Transform - pos: 26.5,-38.5 - parent: 2 - - uid: 8535 - components: - - type: Transform - pos: -0.5,31.5 - parent: 2 - - uid: 8560 - components: - - type: Transform - pos: 33.5,-4.5 - parent: 2 - - uid: 9381 - components: - - type: Transform - pos: -38.5,-15.5 - parent: 2 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 5696 - components: - - type: Transform - pos: 0.5,31.5 - parent: 2 - - uid: 8526 - components: - - type: Transform - pos: -42.5,4.5 - parent: 2 - - uid: 8527 - components: - - type: Transform - pos: -5.5,25.5 - parent: 2 - - uid: 8539 - components: - - type: Transform - pos: 28.5,4.5 - parent: 2 - - uid: 8540 - components: - - type: Transform - pos: 47.5,-1.5 - parent: 2 - - uid: 8559 - components: - - type: Transform - pos: 38.5,-7.5 - parent: 2 - - uid: 8573 - components: - - type: Transform - pos: 3.5,-29.5 - parent: 2 - - uid: 8628 - components: - - type: Transform - pos: -37.5,-7.5 - parent: 2 -- proto: ClosetToolFilled - entities: - - uid: 8536 - components: - - type: Transform - pos: -7.5,29.5 - parent: 2 -- proto: ClothingBackpackDuffelEngineering - entities: - - uid: 7911 - components: - - type: Transform - pos: 51.568115,-2.7373834 - parent: 2 -- proto: ClothingBackpackDuffelSalvage - entities: - - uid: 1008 - components: - - type: Transform - pos: 30.496008,-3.20936 - parent: 2 -- proto: ClothingBackpackDuffelSurgeryFilled - entities: - - uid: 7965 - components: - - type: Transform - pos: -13.842619,-5.4390097 - parent: 2 -- proto: ClothingBackpackHolding - entities: - - uid: 7733 - components: - - type: Transform - pos: 4.5232472,13.728849 - parent: 2 -- proto: ClothingBackpackSatchel - entities: - - uid: 8989 - components: - - type: Transform - pos: -26.633257,17.445375 - parent: 2 -- proto: ClothingBackpackSatchelBrigmedic - entities: - - uid: 1908 - components: - - type: Transform - pos: -23.38142,-19.443447 - parent: 2 -- proto: ClothingBackpackSatchelLeather - entities: - - uid: 3141 - components: - - type: Transform - pos: -2.5,35.5 - parent: 2 - - uid: 9094 - components: - - type: Transform - pos: 34.41609,-13.397057 - parent: 2 - - uid: 9253 - components: - - type: Transform - pos: -17.503399,-44.335926 - parent: 2 - - uid: 9471 - components: - - type: Transform - pos: -3.5,35.5 - parent: 2 - - uid: 9596 - components: - - type: Transform - pos: 2.5,38.5 - parent: 2 -- proto: ClothingBeltAssault - entities: - - uid: 8075 - components: - - type: Transform - pos: -38.016167,10.712485 - parent: 2 -- proto: ClothingBeltHolster - entities: - - uid: 2297 - components: - - type: Transform - pos: -39.582104,8.79618 - parent: 2 -- proto: ClothingBeltMedical - entities: - - uid: 1961 - components: - - type: Transform - pos: -35.532024,-8.496665 - parent: 2 -- proto: ClothingBeltSecurity - entities: - - uid: 2109 - components: - - type: Transform - pos: -32.470276,8.471779 - parent: 2 -- proto: ClothingBeltSecurityWebbing - entities: - - uid: 2112 - components: - - type: Transform - pos: -38.609417,8.589773 - parent: 2 - - uid: 2296 - components: - - type: Transform - pos: -17.527233,14.6028595 - parent: 2 - - uid: 9092 - components: - - type: Transform - pos: -38.576927,10.652401 - parent: 2 -- proto: ClothingBeltUtilityEngineering - entities: - - uid: 1415 - components: - - type: Transform - pos: 53.491665,-5.5318255 - parent: 2 -- proto: ClothingEyesGlasses - entities: - - uid: 1964 - components: - - type: Transform - pos: -35.064476,-3.4676437 - parent: 2 - - uid: 2146 - components: - - type: Transform - pos: -13.793735,8.394621 - parent: 2 - - uid: 2971 - components: - - type: Transform - pos: 17.610846,8.451709 - parent: 2 - - uid: 7835 - components: - - type: Transform - pos: 30.53237,9.0132265 - parent: 2 - - uid: 8001 - components: - - type: Transform - pos: -25.552124,-12.002445 - parent: 2 - - uid: 8204 - components: - - type: Transform - pos: 2.3393357,-21.26714 - parent: 2 -- proto: ClothingEyesGlassesAviator - entities: - - uid: 9249 - components: - - type: Transform - pos: -15.573391,-44.35565 - parent: 2 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 1416 - components: - - type: Transform - pos: 51.42561,-2.4049816 - parent: 2 -- proto: ClothingEyesGlassesSecurity - entities: - - uid: 9432 - components: - - type: Transform - pos: 2.5,38.5 - parent: 2 -- proto: ClothingEyesGlassesSunglasses - entities: - - uid: 8042 - components: - - type: Transform - pos: -33.849556,8.516174 - parent: 2 -- proto: ClothingEyesGlassesThermal - entities: - - uid: 1435 - components: - - type: Transform - pos: 51.48622,-20.265348 - parent: 2 -- proto: ClothingEyesHudMedical - entities: - - uid: 7963 - components: - - type: Transform - pos: -18.470263,-7.315727 - parent: 2 -- proto: ClothingEyesHudSecurity - entities: - - uid: 2105 - components: - - type: Transform - pos: -34.47901,7.5464554 - parent: 2 - - uid: 2106 - components: - - type: Transform - pos: -34.597073,7.723447 - parent: 2 - - uid: 2298 - components: - - type: Transform - pos: -16.945015,14.441783 - parent: 2 - - uid: 3018 - components: - - type: Transform - pos: -0.43264732,-2.2551992 - parent: 2 - - uid: 9427 - components: - - type: Transform - pos: -3.5,35.5 - parent: 2 -- proto: ClothingHandsGlovesColorBlack - entities: - - uid: 8619 - components: - - type: Transform - pos: -30.59833,-10.415756 - parent: 2 -- proto: ClothingHandsGlovesColorBlue - entities: - - uid: 9095 - components: - - type: Transform - pos: -18.40808,-7.745063 - parent: 2 -- proto: ClothingHandsGlovesColorGray - entities: - - uid: 8571 - components: - - type: MetaData - desc: Dusty, old, grey gloves that do not keep you from frying. Seem fit for a king. - - type: Transform - pos: 5.4831805,-24.369528 - parent: 2 -- proto: ClothingHandsGlovesFingerless - entities: - - uid: 1173 - components: - - type: Transform - pos: 15.463922,2.450069 - parent: 2 - - uid: 7846 - components: - - type: Transform - pos: 16.05782,-6.386447 - parent: 2 - - uid: 7920 - components: - - type: Transform - pos: 51.781662,-20.592072 - parent: 2 - - uid: 8058 - components: - - type: Transform - pos: -14.384037,8.402596 - parent: 2 - - uid: 8074 - components: - - type: Transform - pos: -38.016167,10.4175005 - parent: 2 - - uid: 8538 - components: - - type: Transform - pos: 4.508488,25.556108 - parent: 2 -- proto: ClothingHandsGlovesLatex - entities: - - uid: 9401 - components: - - type: Transform - pos: -35.496872,-19.54776 - parent: 2 -- proto: ClothingHandsGlovesLeather - entities: - - uid: 8595 - components: - - type: Transform - pos: 11.536786,-8.393434 - parent: 2 -- proto: ClothingHandsGlovesNitrile - entities: - - uid: 1918 - components: - - type: Transform - pos: -32.522633,-8.372165 - parent: 2 -- proto: ClothingHeadHatAnimalHeadslime - entities: - - uid: 9552 - components: - - type: Transform - pos: 2.434067,31.50986 - parent: 2 -- proto: ClothingHeadHatBeret - entities: - - uid: 9250 - components: - - type: Transform - pos: 16.240294,-43.260998 - parent: 2 -- proto: ClothingHeadHatBeretBrigmedic - entities: - - uid: 1911 - components: - - type: Transform - pos: -17.296577,-3.4993591 - parent: 2 -- proto: ClothingHeadHatBeretEngineering - entities: - - uid: 1417 - components: - - type: Transform - pos: 52.222515,-6.180793 - parent: 2 -- proto: ClothingHeadHatBeretFrench - entities: - - uid: 9484 - components: - - type: MetaData - desc: Beret, in a sleek black color, fancy. - name: black beret - - type: Transform - pos: -0.7691238,-43.20969 - parent: 2 - missingComponents: - - AddAccentClothing -- proto: ClothingHeadHatBeretRND - entities: - - uid: 1176 - components: - - type: Transform - pos: 16.231407,8.434973 - parent: 2 -- proto: ClothingHeadHatBeretSecurity - entities: - - uid: 2108 - components: - - type: Transform - pos: -39.760506,8.412782 - parent: 2 -- proto: ClothingHeadHatCargosoftFlipped - entities: - - uid: 1177 - components: - - type: Transform - pos: 16.78188,-6.620102 - parent: 2 -- proto: ClothingHeadHatCatEars - entities: - - uid: 9225 - components: - - type: Transform - pos: 11.5,-30.5 - parent: 2 - missingComponents: - - AddAccentClothing -- proto: ClothingHeadHatCone - entities: - - uid: 1503 - components: - - type: Transform - pos: 51.617374,-6.645749 - parent: 2 - - uid: 9101 - components: - - type: Transform - pos: 51.633,-6.567624 - parent: 2 - - uid: 9493 - components: - - type: Transform - pos: -38.78572,-10.633766 - parent: 2 -- proto: ClothingHeadHatCorpsoft - entities: - - uid: 7797 - components: - - type: Transform - pos: -0.73315704,1.7090936 - parent: 2 - - uid: 8043 - components: - - type: Transform - pos: -33.123417,8.634169 - parent: 2 -- proto: ClothingHeadHatDogEars - entities: - - uid: 9228 - components: - - type: Transform - pos: 11.5,-30.5 - parent: 2 - missingComponents: - - AddAccentClothing -- proto: ClothingHeadHatHardhatOrange - entities: - - uid: 7921 - components: - - type: Transform - pos: 46.5198,-4.862994 - parent: 2 -- proto: ClothingHeadHatOrangesoft - entities: - - uid: 9474 - components: - - type: Transform - pos: -22.882603,17.457619 - parent: 2 -- proto: ClothingHeadHatParamedicsoftFlipped - entities: - - uid: 1915 - components: - - type: Transform - pos: -17.253208,-8.633782 - parent: 2 -- proto: ClothingHeadHatPirateTricord - entities: - - uid: 8601 - components: - - type: Transform - pos: -40.737198,-13.177081 - parent: 2 -- proto: ClothingHeadHatSurgcapBlue - entities: - - uid: 7966 - components: - - type: Transform - pos: -18.706383,-7.787704 - parent: 2 -- proto: ClothingHeadHatUshanka - entities: - - uid: 8737 - components: - - type: Transform - pos: -31.567904,-10.247647 - parent: 2 -- proto: ClothingHeadHatWelding - entities: - - uid: 7821 - components: - - type: Transform - pos: 14.556032,4.7496443 - parent: 2 - - uid: 7844 - components: - - type: Transform - pos: 28.660498,-3.2544818 - parent: 2 -- proto: ClothingHeadHatWeldingMaskPainted - entities: - - uid: 8548 - components: - - type: Transform - pos: 39.36562,5.6580253 - parent: 2 -- proto: ClothingHeadHatYellowsoft - entities: - - uid: 7914 - components: - - type: Transform - pos: 51.20626,-3.4693265 - parent: 2 -- proto: ClothingHeadHelmetERTLeader - entities: - - uid: 3049 - components: - - type: Transform - pos: 4.4697094,15.602008 - parent: 2 -- proto: ClothingHeadsetMining - entities: - - uid: 1076 - components: - - type: Transform - pos: 31.38288,-5.550561 - parent: 2 -- proto: ClothingHeadsetSecurity - entities: - - uid: 2113 - components: - - type: Transform - pos: -41.619957,6.5838733 - parent: 2 -- proto: ClothingMaskBreathMedical - entities: - - uid: 1913 - components: - - type: Transform - pos: -13.593334,-8.397794 - parent: 2 - - uid: 7977 - components: - - type: Transform - pos: -35.654778,-3.4676437 - parent: 2 -- proto: ClothingMaskBreathMedicalSecurity - entities: - - uid: 6234 - components: - - type: Transform - pos: -23.912691,-19.561441 - parent: 2 -- proto: ClothingMaskGas - entities: - - uid: 7975 - components: - - type: Transform - pos: 16.137882,2.5230176 - parent: 2 - - uid: 8611 - components: - - type: Transform - pos: -34.482536,-10.406689 - parent: 2 -- proto: ClothingMaskGasAtmos - entities: - - uid: 1436 - components: - - type: Transform - pos: 50.335133,-20.41284 - parent: 2 -- proto: ClothingMaskGasCentcom - entities: - - uid: 772 - components: - - type: Transform - pos: -5.5118904,15.498761 - parent: 2 -- proto: ClothingMaskGasExplorer - entities: - - uid: 8612 - components: - - type: Transform - pos: -31.601843,-10.474753 - parent: 2 -- proto: ClothingMaskGasSecurity - entities: - - uid: 2185 - components: - - type: Transform - pos: -39.5528,4.4668555 - parent: 2 -- proto: ClothingMaskNeckGaiter - entities: - - uid: 8035 - components: - - type: Transform - pos: -41.341217,7.6447616 - parent: 2 -- proto: ClothingMaskSterile - entities: - - uid: 1175 - components: - - type: Transform - pos: 16.43792,3.4235206 - parent: 2 - - uid: 1920 - components: - - type: Transform - pos: -14.300686,-5.296539 - parent: 2 - - uid: 1921 - components: - - type: Transform - pos: -14.182626,-5.3555365 - parent: 2 - - uid: 9387 - components: - - type: Transform - pos: -35.500957,-19.250885 - parent: 2 -- proto: ClothingNeckCargomedal - entities: - - uid: 9097 - components: - - type: Transform - pos: 33.36846,-13.466563 - parent: 2 -- proto: ClothingNeckCloakNanotrasen - entities: - - uid: 3050 - components: - - type: Transform - pos: 4.4697094,14.717052 - parent: 2 -- proto: ClothingNeckEngineermedal - entities: - - uid: 9100 - components: - - type: Transform - pos: 55.348793,-15.414225 - parent: 2 -- proto: ClothingNeckHeadphones - entities: - - uid: 2394 - components: - - type: Transform - pos: -28.44328,21.72877 - parent: 2 - - uid: 9252 - components: - - type: Transform - pos: 16.539623,-44.539253 - parent: 2 - - uid: 9605 - components: - - type: Transform - pos: -4.4642844,-23.404097 - parent: 2 -- proto: ClothingNeckLawyerbadge - entities: - - uid: 9597 - components: - - type: Transform - pos: 2.5,37.5 - parent: 2 -- proto: ClothingNeckLGBTPin - entities: - - uid: 8195 - components: - - type: Transform - pos: 2.6020877,-21.379698 - parent: 2 -- proto: ClothingNeckMedicalmedal - entities: - - uid: 9093 - components: - - type: Transform - pos: -24.756418,-19.457933 - parent: 2 -- proto: ClothingNeckScarfStripedBlack - entities: - - uid: 8060 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.443258,14.559776 - parent: 2 -- proto: ClothingNeckScarfStripedBlue - entities: - - uid: 8155 - components: - - type: Transform - pos: -51.406834,-28.496784 - parent: 2 -- proto: ClothingNeckScarfStripedOrange - entities: - - uid: 1438 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.463734,-6.5214977 - parent: 2 - - uid: 1959 - components: - - type: Transform - pos: -32.776043,-7.6117096 - parent: 2 -- proto: ClothingNeckScarfStripedPurple - entities: - - uid: 1174 - components: - - type: Transform - pos: 31.473715,-3.5284007 - parent: 2 -- proto: ClothingNeckScarfStripedRed - entities: - - uid: 8052 - components: - - type: Transform - pos: -33.197826,4.454718 - parent: 2 -- proto: ClothingNeckScarfStripedZebra - entities: - - uid: 7789 - components: - - type: Transform - pos: 1.2543312,-21.71789 - parent: 2 -- proto: ClothingNeckSciencemedal - entities: - - uid: 9098 - components: - - type: Transform - pos: 35.250965,9.5363035 - parent: 2 -- proto: ClothingNeckSecuritymedal - entities: - - uid: 9091 - components: - - type: Transform - pos: -37.35231,11.462542 - parent: 2 -- proto: ClothingNeckStethoscope - entities: - - uid: 7984 - components: - - type: Transform - pos: -18.617838,-8.200684 - parent: 2 - - type: Stethoscope - actionEntity: 7985 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 7985 -- proto: ClothingNeckTieRed - entities: - - uid: 8201 - components: - - type: Transform - pos: -4.5405684,-24.093561 - parent: 2 -- proto: ClothingNeckTieSci - entities: - - uid: 9099 - components: - - type: Transform - pos: 35.43779,9.508367 - parent: 2 -- proto: ClothingOuterApronBar - entities: - - uid: 1630 - components: - - type: Transform - pos: 19.461279,-29.41678 - parent: 2 -- proto: ClothingOuterArmorBasicSlim - entities: - - uid: 6097 - components: - - type: Transform - pos: 2.5,38.5 - parent: 2 - - uid: 8039 - components: - - type: Transform - pos: -33.62841,4.6105266 - parent: 2 - - uid: 8057 - components: - - type: Transform - pos: -13.734705,8.630609 - parent: 2 - - uid: 9580 - components: - - type: Transform - pos: -3.5,35.5 - parent: 2 -- proto: ClothingOuterCoatJensen - entities: - - uid: 8046 - components: - - type: Transform - pos: -41.366043,7.165116 - parent: 2 - - uid: 8251 - components: - - type: Transform - pos: -12.496769,-21.377604 - parent: 2 -- proto: ClothingOuterCoatLab - entities: - - uid: 1917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.533293,-5.3555365 - parent: 2 - - uid: 7825 - components: - - type: Transform - pos: 16.429207,2.8880806 - parent: 2 -- proto: ClothingOuterHoodieBlack - entities: - - uid: 8198 - components: - - type: Transform - pos: -4.5424094,-23.638472 - parent: 2 -- proto: ClothingOuterVest - entities: - - uid: 9256 - components: - - type: Transform - pos: 16.621819,-44.05593 - parent: 2 -- proto: ClothingOuterVestHazard - entities: - - uid: 3036 - components: - - type: Transform - pos: 15.406275,-6.461355 - parent: 2 - - uid: 7917 - components: - - type: Transform - pos: 46.509884,-4.1546497 - parent: 2 -- proto: ClothingOuterWinterAtmos - entities: - - uid: 1437 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.57828,-20.530834 - parent: 2 -- proto: ClothingOuterWinterCargo - entities: - - uid: 1086 - components: - - type: Transform - pos: 16.602037,-3.3743298 - parent: 2 -- proto: ClothingOuterWinterChem - entities: - - uid: 1958 - components: - - type: Transform - pos: -34.415142,-3.3496494 - parent: 2 -- proto: ClothingOuterWinterCoat - entities: - - uid: 8205 - components: - - type: Transform - pos: 13.497653,-14.415368 - parent: 2 - - uid: 8206 - components: - - type: Transform - pos: 13.586199,-14.356371 - parent: 2 -- proto: ClothingShoesBootsCowboyBrown - entities: - - uid: 9251 - components: - - type: Transform - pos: -14.156767,-42.243355 - parent: 2 -- proto: ClothingShoesBootsJack - entities: - - uid: 9257 - components: - - type: Transform - pos: 14.835168,-44.739853 - parent: 2 -- proto: ClothingShoesBootsLaceup - entities: - - uid: 7882 - components: - - type: Transform - pos: -3.5494766,-21.377157 - parent: 2 -- proto: ClothingShoesBootsSalvage - entities: - - uid: 1077 - components: - - type: Transform - pos: 30.572256,-4.065982 - parent: 2 -- proto: ClothingShoesBootsWinter - entities: - - uid: 8209 - components: - - type: Transform - pos: 13.548805,-14.944964 - parent: 2 -- proto: ClothingShoesBootsWork - entities: - - uid: 1181 - components: - - type: Transform - pos: 18.594952,-4.1440086 - parent: 2 - - uid: 8202 - components: - - type: Transform - pos: 1.7325641,-21.994967 - parent: 2 -- proto: ClothingShoesGraySkates - entities: - - uid: 9674 - components: - - type: Transform - pos: -7.6470437,37.716984 - parent: 2 -- proto: ClothingShoesLeather - entities: - - uid: 3110 - components: - - type: Transform - pos: 2.5,38.5 - parent: 2 - - uid: 7881 - components: - - type: Transform - pos: -3.3137593,-21.557034 - parent: 2 - - uid: 8725 - components: - - type: Transform - pos: -54.462753,1.4370198 - parent: 2 - - uid: 9426 - components: - - type: Transform - pos: -3.5,35.5 - parent: 2 -- proto: ClothingShoesTourist - entities: - - uid: 9255 - components: - - type: Transform - pos: -15.510891,-44.6369 - parent: 2 -- proto: ClothingUnderSocksBee - entities: - - uid: 8197 - components: - - type: Transform - pos: -16.115301,-44.55366 - parent: 2 -- proto: ClothingUniformJumpskirtOfLife - entities: - - uid: 6106 - components: - - type: Transform - pos: -17.687202,-3.4212341 - parent: 2 -- proto: ClothingUniformJumpsuitAtmosCasual - entities: - - uid: 1434 - components: - - type: Transform - pos: 47.177013,-16.460037 - parent: 2 -- proto: ClothingUniformJumpsuitBartender - entities: - - uid: 8196 - components: - - type: Transform - pos: 1.8051796,-21.497692 - parent: 2 -- proto: ClothingUniformJumpsuitBoilersuitNTNavy - entities: - - uid: 9551 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.51085,5.6900797 - parent: 2 -- proto: ClothingUniformJumpsuitDetective - entities: - - uid: 8200 - components: - - type: Transform - pos: -4.5424094,-23.841597 - parent: 2 -- proto: ClothingUniformJumpsuitDetectiveGrey - entities: - - uid: 9254 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.580727,-43.57428 - parent: 2 -- proto: ClothingUniformJumpsuitEngineeringHazard - entities: - - uid: 1414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.40804,-5.472828 - parent: 2 -- proto: ClothingUniformJumpsuitLawyerBlack - entities: - - uid: 8199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.3364525,-21.556688 - parent: 2 -- proto: ClothingUniformJumpsuitLoungewear - entities: - - uid: 9102 - components: - - type: Transform - pos: -16.568426,-44.475536 - parent: 2 -- proto: ClothingUniformJumpsuitPirate - entities: - - uid: 8600 - components: - - type: Transform - pos: -40.3535,-13.59006 - parent: 2 -- proto: ClothingUniformJumpsuitSecBlue - entities: - - uid: 2295 - components: - - type: Transform - pos: -33.715607,8.613878 - parent: 2 -- proto: ClothingUniformJumpsuitSecGrey - entities: - - uid: 8030 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.499355,4.5137906 - parent: 2 -- proto: Cobweb1 - entities: - - uid: 9488 - components: - - type: Transform - pos: 36.5,-14.5 - parent: 2 -- proto: Cobweb2 - entities: - - uid: 9491 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,3.5 - parent: 2 -- proto: ComfyChair - entities: - - uid: 367 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-10.5 - parent: 2 - - uid: 369 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-22.5 - parent: 2 - - uid: 379 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-18.5 - parent: 2 - - uid: 387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-22.5 - parent: 2 - - uid: 388 - components: - - type: Transform - pos: -12.5,-20.5 - parent: 2 - - uid: 390 - components: - - type: Transform - pos: -12.5,-10.5 - parent: 2 - - uid: 391 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-12.5 - parent: 2 - - uid: 399 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-20.5 - parent: 2 - - uid: 403 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-12.5 - parent: 2 - - uid: 1004 - components: - - type: Transform - pos: 33.5,-10.5 - parent: 2 - - uid: 1006 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-13.5 - parent: 2 - - uid: 1007 - components: - - type: Transform - pos: 19.5,-11.5 - parent: 2 - - uid: 1069 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-11.5 - parent: 2 - - uid: 1188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,8.5 - parent: 2 - - uid: 1232 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,8.5 - parent: 2 - - uid: 1263 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,9.5 - parent: 2 - - uid: 1264 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,8.5 - parent: 2 - - uid: 1265 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,9.5 - parent: 2 - - uid: 1266 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,8.5 - parent: 2 - - uid: 1473 - components: - - type: Transform - pos: 56.5,-10.5 - parent: 2 - - uid: 1475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-15.5 - parent: 2 - - uid: 1636 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-36.5 - parent: 2 - - uid: 1638 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-36.5 - parent: 2 - - uid: 1642 - components: - - type: Transform - pos: 13.5,-28.5 - parent: 2 - - uid: 1968 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-5.5 - parent: 2 - - uid: 1969 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-5.5 - parent: 2 - - uid: 1970 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-9.5 - parent: 2 - - uid: 1971 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-8.5 - parent: 2 - - uid: 1972 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-9.5 - parent: 2 - - uid: 1985 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-12.5 - parent: 2 - - uid: 1986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-12.5 - parent: 2 - - uid: 2010 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-17.5 - parent: 2 - - uid: 2011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-17.5 - parent: 2 - - uid: 2313 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,7.5 - parent: 2 - - uid: 2314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,11.5 - parent: 2 - - uid: 2315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,11.5 - parent: 2 - - uid: 2348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,12.5 - parent: 2 - - uid: 2351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,10.5 - parent: 2 - - uid: 2456 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-12.5 - parent: 2 - - uid: 2457 - components: - - type: Transform - pos: -51.5,-9.5 - parent: 2 - - uid: 2458 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-13.5 - parent: 2 - - uid: 2459 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-10.5 - parent: 2 - - uid: 2460 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-10.5 - parent: 2 - - uid: 2462 - components: - - type: Transform - pos: -53.5,-9.5 - parent: 2 - - uid: 2463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-13.5 - parent: 2 - - uid: 2531 - components: - - type: Transform - pos: -53.5,-1.5 - parent: 2 - - uid: 2534 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-3.5 - parent: 2 - - uid: 2589 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,4.5 - parent: 2 - - uid: 2690 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-19.5 - parent: 2 - - uid: 2761 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-27.5 - parent: 2 - - uid: 2762 - components: - - type: Transform - pos: -55.5,-25.5 - parent: 2 - - uid: 7616 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-43.5 - parent: 2 - - uid: 7617 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-43.5 - parent: 2 - - uid: 7618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-48.5 - parent: 2 - - uid: 7619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-48.5 - parent: 2 - - uid: 7620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-48.5 - parent: 2 - - uid: 7621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-48.5 - parent: 2 - - uid: 8164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-19.5 - parent: 2 - - uid: 8165 - components: - - type: Transform - pos: -42.5,-17.5 - parent: 2 - - uid: 9475 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-12.5 - parent: 2 -- proto: ComputerAlert - entities: - - uid: 1462 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-14.5 - parent: 2 - - uid: 1809 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-2.5 - parent: 2 -- proto: ComputerBroken - entities: - - uid: 1463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-14.5 - parent: 2 -- proto: ComputerCargoShuttle - entities: - - uid: 949 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-13.5 - parent: 2 -- proto: ComputerCriminalRecords - entities: - - uid: 2156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,10.5 - parent: 2 - - uid: 2316 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,14.5 - parent: 2 - - uid: 2695 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-20.5 - parent: 2 - - uid: 8036 - components: - - type: Transform - pos: -22.5,13.5 - parent: 2 -- proto: ComputerId - entities: - - uid: 2581 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-1.5 - parent: 2 - - uid: 2692 - components: - - type: Transform - pos: -49.5,-18.5 - parent: 2 -- proto: ComputerMedicalRecords - entities: - - uid: 1987 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-13.5 - parent: 2 - - uid: 2538 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-3.5 - parent: 2 - - uid: 2697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-22.5 - parent: 2 -- proto: ComputerPalletConsole - entities: - - uid: 1080 - components: - - type: Transform - pos: 21.5,-5.5 - parent: 2 -- proto: ComputerResearchAndDevelopment - entities: - - uid: 1261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,4.5 - parent: 2 -- proto: ComputerStationRecords - entities: - - uid: 1049 - components: - - type: Transform - pos: 28.5,-11.5 - parent: 2 - - uid: 1186 - components: - - type: Transform - pos: 31.5,9.5 - parent: 2 - - uid: 1471 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-12.5 - parent: 2 - - uid: 1988 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-12.5 - parent: 2 - - uid: 2152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,7.5 - parent: 2 - - uid: 2278 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,10.5 - parent: 2 - - uid: 2317 - components: - - type: Transform - pos: -32.5,15.5 - parent: 2 - - uid: 2535 - components: - - type: Transform - pos: -49.5,-1.5 - parent: 2 - - uid: 2696 - components: - - type: Transform - pos: -48.5,-18.5 - parent: 2 -- proto: ComputerSurveillanceCameraMonitor - entities: - - uid: 1804 - components: - - type: Transform - pos: -1.5,1.5 - parent: 2 -- proto: ComputerTabletopAlert - entities: - - uid: 9464 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-18.5 - parent: 2 -- proto: ComputerTabletopCrewMonitoring - entities: - - uid: 8636 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 - parent: 2 -- proto: ComputerTabletopCriminalRecords - entities: - - uid: 8272 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-4.5 - parent: 2 -- proto: ComputerTabletopMedicalRecords - entities: - - uid: 9422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-7.5 - parent: 2 -- proto: ComputerTabletopSurveillanceCameraMonitor - entities: - - uid: 6122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-18.5 - parent: 2 -- proto: ComputerTelevision - entities: - - uid: 1981 - components: - - type: Transform - pos: -22.5,-5.5 - parent: 2 - - uid: 2542 - components: - - type: Transform - pos: -54.5,-7.5 - parent: 2 -- proto: ConveyorBelt - entities: - - uid: 3099 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,31.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8256 - - uid: 7974 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,31.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8256 - - uid: 8263 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,29.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8256 - - uid: 8264 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,30.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8256 - - uid: 9575 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,31.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8256 - - uid: 9576 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,31.5 - parent: 2 - - type: DeviceLinkSink - links: - - 8256 -- proto: CrateEmptySpawner - entities: - - uid: 8562 - components: - - type: Transform - pos: 36.5,-14.5 - parent: 2 - - uid: 8563 - components: - - type: Transform - pos: 36.5,-15.5 - parent: 2 - - uid: 8565 - components: - - type: Transform - pos: 40.5,-14.5 - parent: 2 - - uid: 8566 - components: - - type: Transform - pos: 40.5,-15.5 - parent: 2 - - uid: 8568 - components: - - type: Transform - pos: -3.5,28.5 - parent: 2 -- proto: CrateEngineeringSecure - entities: - - uid: 1539 - components: - - type: Transform - pos: 51.5,-14.5 - parent: 2 -- proto: CrateFilledSpawner - entities: - - uid: 8564 - components: - - type: Transform - pos: 39.5,-15.5 - parent: 2 -- proto: Crowbar - entities: - - uid: 8635 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.06224,-12.523144 - parent: 2 - - uid: 9276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.4355073,1.4747186 - parent: 2 -- proto: CrowbarRed - entities: - - uid: 8212 - components: - - type: Transform - pos: 13.707076,-18.524755 - parent: 2 -- proto: CurtainsBlack - entities: - - uid: 9559 - components: - - type: Transform - pos: 54.5,1.5 - parent: 2 - - uid: 9560 - components: - - type: Transform - pos: 54.5,2.5 - parent: 2 - - uid: 9561 - components: - - type: Transform - pos: 54.5,0.5 - parent: 2 -- proto: d6Dice - entities: - - uid: 8078 - components: - - type: Transform - pos: -42.255898,11.747769 - parent: 2 - - uid: 8079 - components: - - type: Transform - pos: -42.34444,11.511781 - parent: 2 - - uid: 8217 - components: - - type: Transform - pos: -16.548565,-15.240736 - parent: 2 -- proto: DebugGenerator - entities: - - uid: 9626 - components: - - type: Transform - pos: 7.5,38.5 - parent: 2 -- proto: DebugSMES - entities: - - uid: 9625 - components: - - type: Transform - pos: 7.5,35.5 - parent: 2 -- proto: DeployableBarrier - entities: - - uid: 9170 - components: - - type: Transform - pos: 2.5,0.5 - parent: 2 -- proto: DisposalBend - entities: - - uid: 3073 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,26.5 - parent: 2 - - uid: 5707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,26.5 - parent: 2 - - uid: 5716 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,22.5 - parent: 2 - - uid: 5719 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,22.5 - parent: 2 - - uid: 5744 - components: - - type: Transform - pos: 5.5,4.5 - parent: 2 - - uid: 5747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,0.5 - parent: 2 - - uid: 5809 - components: - - type: Transform - pos: 43.5,-0.5 - parent: 2 - - uid: 5822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-8.5 - parent: 2 - - uid: 5828 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,4.5 - parent: 2 - - uid: 5833 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-0.5 - parent: 2 - - uid: 5863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,9.5 - parent: 2 - - uid: 5877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-9.5 - parent: 2 - - uid: 5896 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-0.5 - parent: 2 - - uid: 5905 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-9.5 - parent: 2 - - uid: 5920 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-5.5 - parent: 2 - - uid: 5921 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-5.5 - parent: 2 - - uid: 5949 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-16.5 - parent: 2 - - uid: 5972 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-32.5 - parent: 2 - - uid: 5973 - components: - - type: Transform - pos: 0.5,-31.5 - parent: 2 - - uid: 5982 - components: - - type: Transform - pos: 9.5,-32.5 - parent: 2 - - uid: 5983 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-33.5 - parent: 2 - - uid: 6034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-67.5 - parent: 2 - - uid: 6064 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-67.5 - parent: 2 - - uid: 6065 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-46.5 - parent: 2 - - uid: 8894 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-42.5 - parent: 2 - - uid: 9333 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-39.5 - parent: 2 - - uid: 9353 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-39.5 - parent: 2 - - uid: 9354 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-32.5 - parent: 2 - - uid: 9355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-32.5 - parent: 2 - - uid: 9356 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-31.5 - parent: 2 - - uid: 9357 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-42.5 - parent: 2 - - uid: 9358 - components: - - type: Transform - pos: 13.5,-39.5 - parent: 2 -- proto: DisposalJunction - entities: - - uid: 5745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-0.5 - parent: 2 - - uid: 5769 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-0.5 - parent: 2 - - uid: 5850 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-0.5 - parent: 2 - - uid: 5957 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-24.5 - parent: 2 - - uid: 5984 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-33.5 - parent: 2 - - uid: 8193 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-39.5 - parent: 2 -- proto: DisposalJunctionFlipped - entities: - - uid: 5712 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,23.5 - parent: 2 - - uid: 5746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,0.5 - parent: 2 - - uid: 5780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-0.5 - parent: 2 - - uid: 5849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-0.5 - parent: 2 - - uid: 5931 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-16.5 - parent: 2 - - uid: 5999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-46.5 - parent: 2 - - uid: 6001 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-46.5 - parent: 2 -- proto: DisposalPipe - entities: - - uid: 5697 - components: - - type: Transform - pos: 3.5,27.5 - parent: 2 - - uid: 5710 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,25.5 - parent: 2 - - uid: 5711 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,24.5 - parent: 2 - - uid: 5717 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,22.5 - parent: 2 - - uid: 5718 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,22.5 - parent: 2 - - uid: 5720 - components: - - type: Transform - pos: -0.5,21.5 - parent: 2 - - uid: 5721 - components: - - type: Transform - pos: -0.5,20.5 - parent: 2 - - uid: 5722 - components: - - type: Transform - pos: -0.5,19.5 - parent: 2 - - uid: 5723 - components: - - type: Transform - pos: -0.5,18.5 - parent: 2 - - uid: 5724 - components: - - type: Transform - pos: -0.5,17.5 - parent: 2 - - uid: 5725 - components: - - type: Transform - pos: -0.5,16.5 - parent: 2 - - uid: 5726 - components: - - type: Transform - pos: -0.5,15.5 - parent: 2 - - uid: 5727 - components: - - type: Transform - pos: -0.5,14.5 - parent: 2 - - uid: 5728 - components: - - type: Transform - pos: -0.5,13.5 - parent: 2 - - uid: 5729 - components: - - type: Transform - pos: -0.5,12.5 - parent: 2 - - uid: 5730 - components: - - type: Transform - pos: -0.5,11.5 - parent: 2 - - uid: 5731 - components: - - type: Transform - pos: -0.5,10.5 - parent: 2 - - uid: 5732 - components: - - type: Transform - pos: -0.5,9.5 - parent: 2 - - uid: 5733 - components: - - type: Transform - pos: -0.5,8.5 - parent: 2 - - uid: 5734 - components: - - type: Transform - pos: -0.5,7.5 - parent: 2 - - uid: 5735 - components: - - type: Transform - pos: -0.5,6.5 - parent: 2 - - uid: 5736 - components: - - type: Transform - pos: -0.5,5.5 - parent: 2 - - uid: 5739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,4.5 - parent: 2 - - uid: 5740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,4.5 - parent: 2 - - uid: 5741 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,4.5 - parent: 2 - - uid: 5742 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 - parent: 2 - - uid: 5743 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,4.5 - parent: 2 - - uid: 5748 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,0.5 - parent: 2 - - uid: 5749 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,0.5 - parent: 2 - - uid: 5750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,0.5 - parent: 2 - - uid: 5751 - components: - - type: Transform - pos: 5.5,1.5 - parent: 2 - - uid: 5752 - components: - - type: Transform - pos: 5.5,2.5 - parent: 2 - - uid: 5753 - components: - - type: Transform - pos: 5.5,3.5 - parent: 2 - - uid: 5754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-0.5 - parent: 2 - - uid: 5755 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-0.5 - parent: 2 - - uid: 5756 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-0.5 - parent: 2 - - uid: 5757 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-0.5 - parent: 2 - - uid: 5758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-0.5 - parent: 2 - - uid: 5759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-0.5 - parent: 2 - - uid: 5760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-0.5 - parent: 2 - - uid: 5761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-0.5 - parent: 2 - - uid: 5762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-0.5 - parent: 2 - - uid: 5763 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-0.5 - parent: 2 - - uid: 5764 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-0.5 - parent: 2 - - uid: 5765 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-0.5 - parent: 2 - - uid: 5766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-0.5 - parent: 2 - - uid: 5767 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-0.5 - parent: 2 - - uid: 5768 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-0.5 - parent: 2 - - uid: 5770 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-0.5 - parent: 2 - - uid: 5771 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,0.5 - parent: 2 - - uid: 5772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,1.5 - parent: 2 - - uid: 5773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,2.5 - parent: 2 - - uid: 5774 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,3.5 - parent: 2 - - uid: 5775 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,4.5 - parent: 2 - - uid: 5776 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,5.5 - parent: 2 - - uid: 5777 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,6.5 - parent: 2 - - uid: 5778 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,7.5 - parent: 2 - - uid: 5782 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-1.5 - parent: 2 - - uid: 5783 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-2.5 - parent: 2 - - uid: 5784 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-3.5 - parent: 2 - - uid: 5785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-4.5 - parent: 2 - - uid: 5786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-5.5 - parent: 2 - - uid: 5787 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-6.5 - parent: 2 - - uid: 5788 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-7.5 - parent: 2 - - uid: 5789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-8.5 - parent: 2 - - uid: 5790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-0.5 - parent: 2 - - uid: 5791 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-0.5 - parent: 2 - - uid: 5792 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-0.5 - parent: 2 - - uid: 5793 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-0.5 - parent: 2 - - uid: 5794 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-0.5 - parent: 2 - - uid: 5795 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-0.5 - parent: 2 - - uid: 5796 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-0.5 - parent: 2 - - uid: 5797 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-0.5 - parent: 2 - - uid: 5798 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-0.5 - parent: 2 - - uid: 5799 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-0.5 - parent: 2 - - uid: 5800 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-0.5 - parent: 2 - - uid: 5801 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-0.5 - parent: 2 - - uid: 5802 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-0.5 - parent: 2 - - uid: 5803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-0.5 - parent: 2 - - uid: 5804 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-0.5 - parent: 2 - - uid: 5805 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-0.5 - parent: 2 - - uid: 5806 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-0.5 - parent: 2 - - uid: 5807 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-0.5 - parent: 2 - - uid: 5808 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-0.5 - parent: 2 - - uid: 5810 - components: - - type: Transform - pos: 43.5,-1.5 - parent: 2 - - uid: 5811 - components: - - type: Transform - pos: 43.5,-2.5 - parent: 2 - - uid: 5812 - components: - - type: Transform - pos: 43.5,-3.5 - parent: 2 - - uid: 5813 - components: - - type: Transform - pos: 43.5,-4.5 - parent: 2 - - uid: 5814 - components: - - type: Transform - pos: 43.5,-5.5 - parent: 2 - - uid: 5815 - components: - - type: Transform - pos: 43.5,-6.5 - parent: 2 - - uid: 5816 - components: - - type: Transform - pos: 43.5,-7.5 - parent: 2 - - uid: 5818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-8.5 - parent: 2 - - uid: 5819 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-8.5 - parent: 2 - - uid: 5820 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-8.5 - parent: 2 - - uid: 5821 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-8.5 - parent: 2 - - uid: 5823 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,4.5 - parent: 2 - - uid: 5824 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,4.5 - parent: 2 - - uid: 5825 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,4.5 - parent: 2 - - uid: 5826 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,4.5 - parent: 2 - - uid: 5827 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,4.5 - parent: 2 - - uid: 5829 - components: - - type: Transform - pos: -6.5,3.5 - parent: 2 - - uid: 5830 - components: - - type: Transform - pos: -6.5,2.5 - parent: 2 - - uid: 5831 - components: - - type: Transform - pos: -6.5,1.5 - parent: 2 - - uid: 5832 - components: - - type: Transform - pos: -6.5,0.5 - parent: 2 - - uid: 5834 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-0.5 - parent: 2 - - uid: 5835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-0.5 - parent: 2 - - uid: 5836 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-0.5 - parent: 2 - - uid: 5837 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-0.5 - parent: 2 - - uid: 5838 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-0.5 - parent: 2 - - uid: 5839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-0.5 - parent: 2 - - uid: 5840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-0.5 - parent: 2 - - uid: 5841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-0.5 - parent: 2 - - uid: 5842 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-0.5 - parent: 2 - - uid: 5843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-0.5 - parent: 2 - - uid: 5844 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-0.5 - parent: 2 - - uid: 5845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-0.5 - parent: 2 - - uid: 5846 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-0.5 - parent: 2 - - uid: 5847 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-0.5 - parent: 2 - - uid: 5848 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-0.5 - parent: 2 - - uid: 5851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-0.5 - parent: 2 - - uid: 5852 - components: - - type: Transform - pos: -22.5,0.5 - parent: 2 - - uid: 5853 - components: - - type: Transform - pos: -22.5,1.5 - parent: 2 - - uid: 5854 - components: - - type: Transform - pos: -22.5,2.5 - parent: 2 - - uid: 5855 - components: - - type: Transform - pos: -22.5,3.5 - parent: 2 - - uid: 5856 - components: - - type: Transform - pos: -22.5,4.5 - parent: 2 - - uid: 5857 - components: - - type: Transform - pos: -22.5,5.5 - parent: 2 - - uid: 5858 - components: - - type: Transform - pos: -22.5,6.5 - parent: 2 - - uid: 5859 - components: - - type: Transform - pos: -22.5,7.5 - parent: 2 - - uid: 5860 - components: - - type: Transform - pos: -22.5,8.5 - parent: 2 - - uid: 5861 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,9.5 - parent: 2 - - uid: 5862 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,9.5 - parent: 2 - - uid: 5866 - components: - - type: Transform - pos: -24.5,-1.5 - parent: 2 - - uid: 5867 - components: - - type: Transform - pos: -24.5,-2.5 - parent: 2 - - uid: 5868 - components: - - type: Transform - pos: -24.5,-3.5 - parent: 2 - - uid: 5869 - components: - - type: Transform - pos: -24.5,-4.5 - parent: 2 - - uid: 5870 - components: - - type: Transform - pos: -24.5,-5.5 - parent: 2 - - uid: 5871 - components: - - type: Transform - pos: -24.5,-6.5 - parent: 2 - - uid: 5872 - components: - - type: Transform - pos: -24.5,-7.5 - parent: 2 - - uid: 5873 - components: - - type: Transform - pos: -24.5,-8.5 - parent: 2 - - uid: 5874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-9.5 - parent: 2 - - uid: 5875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-9.5 - parent: 2 - - uid: 5876 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-9.5 - parent: 2 - - uid: 5878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-0.5 - parent: 2 - - uid: 5879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-0.5 - parent: 2 - - uid: 5880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-0.5 - parent: 2 - - uid: 5881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-0.5 - parent: 2 - - uid: 5882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-0.5 - parent: 2 - - uid: 5883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-0.5 - parent: 2 - - uid: 5884 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-0.5 - parent: 2 - - uid: 5885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-0.5 - parent: 2 - - uid: 5886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-0.5 - parent: 2 - - uid: 5887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-0.5 - parent: 2 - - uid: 5888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-0.5 - parent: 2 - - uid: 5889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-0.5 - parent: 2 - - uid: 5890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-0.5 - parent: 2 - - uid: 5891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-0.5 - parent: 2 - - uid: 5892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-0.5 - parent: 2 - - uid: 5893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-0.5 - parent: 2 - - uid: 5894 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-0.5 - parent: 2 - - uid: 5895 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-0.5 - parent: 2 - - uid: 5897 - components: - - type: Transform - pos: -43.5,-1.5 - parent: 2 - - uid: 5898 - components: - - type: Transform - pos: -43.5,-2.5 - parent: 2 - - uid: 5899 - components: - - type: Transform - pos: -43.5,-3.5 - parent: 2 - - uid: 5900 - components: - - type: Transform - pos: -43.5,-4.5 - parent: 2 - - uid: 5901 - components: - - type: Transform - pos: -43.5,-5.5 - parent: 2 - - uid: 5902 - components: - - type: Transform - pos: -43.5,-6.5 - parent: 2 - - uid: 5903 - components: - - type: Transform - pos: -43.5,-7.5 - parent: 2 - - uid: 5904 - components: - - type: Transform - pos: -43.5,-8.5 - parent: 2 - - uid: 5907 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-9.5 - parent: 2 - - uid: 5908 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-9.5 - parent: 2 - - uid: 5909 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-9.5 - parent: 2 - - uid: 5910 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-9.5 - parent: 2 - - uid: 5911 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 2 - - uid: 5912 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 2 - - uid: 5913 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 2 - - uid: 5914 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 2 - - uid: 5915 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-5.5 - parent: 2 - - uid: 5916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-5.5 - parent: 2 - - uid: 5917 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-5.5 - parent: 2 - - uid: 5918 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-5.5 - parent: 2 - - uid: 5919 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-5.5 - parent: 2 - - uid: 5922 - components: - - type: Transform - pos: -0.5,-6.5 - parent: 2 - - uid: 5923 - components: - - type: Transform - pos: -0.5,-7.5 - parent: 2 - - uid: 5924 - components: - - type: Transform - pos: -0.5,-8.5 - parent: 2 - - uid: 5925 - components: - - type: Transform - pos: -0.5,-9.5 - parent: 2 - - uid: 5926 - components: - - type: Transform - pos: -0.5,-10.5 - parent: 2 - - uid: 5927 - components: - - type: Transform - pos: -0.5,-11.5 - parent: 2 - - uid: 5928 - components: - - type: Transform - pos: -0.5,-12.5 - parent: 2 - - uid: 5929 - components: - - type: Transform - pos: -0.5,-13.5 - parent: 2 - - uid: 5930 - components: - - type: Transform - pos: -0.5,-14.5 - parent: 2 - - uid: 5932 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-15.5 - parent: 2 - - uid: 5933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-16.5 - parent: 2 - - uid: 5934 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-16.5 - parent: 2 - - uid: 5935 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-16.5 - parent: 2 - - uid: 5936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-16.5 - parent: 2 - - uid: 5937 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-16.5 - parent: 2 - - uid: 5938 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-16.5 - parent: 2 - - uid: 5939 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-16.5 - parent: 2 - - uid: 5940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-16.5 - parent: 2 - - uid: 5941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-16.5 - parent: 2 - - uid: 5942 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-16.5 - parent: 2 - - uid: 5943 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-16.5 - parent: 2 - - uid: 5944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-16.5 - parent: 2 - - uid: 5945 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-16.5 - parent: 2 - - uid: 5946 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-16.5 - parent: 2 - - uid: 5947 - components: - - type: Transform - pos: -15.5,-17.5 - parent: 2 - - uid: 5950 - components: - - type: Transform - pos: -0.5,-17.5 - parent: 2 - - uid: 5951 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 2 - - uid: 5952 - components: - - type: Transform - pos: -0.5,-19.5 - parent: 2 - - uid: 5953 - components: - - type: Transform - pos: -0.5,-20.5 - parent: 2 - - uid: 5954 - components: - - type: Transform - pos: -0.5,-21.5 - parent: 2 - - uid: 5955 - components: - - type: Transform - pos: -0.5,-22.5 - parent: 2 - - uid: 5956 - components: - - type: Transform - pos: -0.5,-23.5 - parent: 2 - - uid: 5959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-24.5 - parent: 2 - - uid: 5960 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-24.5 - parent: 2 - - uid: 5961 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-24.5 - parent: 2 - - uid: 5962 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-25.5 - parent: 2 - - uid: 5963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-26.5 - parent: 2 - - uid: 5964 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-27.5 - parent: 2 - - uid: 5965 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-28.5 - parent: 2 - - uid: 5966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-29.5 - parent: 2 - - uid: 5967 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-30.5 - parent: 2 - - uid: 5974 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-32.5 - parent: 2 - - uid: 5975 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-32.5 - parent: 2 - - uid: 5976 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-32.5 - parent: 2 - - uid: 5977 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-32.5 - parent: 2 - - uid: 5978 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-32.5 - parent: 2 - - uid: 5979 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-32.5 - parent: 2 - - uid: 5980 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-32.5 - parent: 2 - - uid: 5981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-32.5 - parent: 2 - - uid: 5985 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-33.5 - parent: 2 - - uid: 5986 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-33.5 - parent: 2 - - uid: 5987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-34.5 - parent: 2 - - uid: 5988 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-35.5 - parent: 2 - - uid: 5989 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-36.5 - parent: 2 - - uid: 5990 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-37.5 - parent: 2 - - uid: 5991 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-38.5 - parent: 2 - - uid: 5993 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-40.5 - parent: 2 - - uid: 5994 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-41.5 - parent: 2 - - uid: 5995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-42.5 - parent: 2 - - uid: 5996 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-43.5 - parent: 2 - - uid: 5997 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-44.5 - parent: 2 - - uid: 5998 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-45.5 - parent: 2 - - uid: 6002 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-45.5 - parent: 2 - - uid: 6003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-46.5 - parent: 2 - - uid: 6004 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-46.5 - parent: 2 - - uid: 6005 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-46.5 - parent: 2 - - uid: 6006 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-46.5 - parent: 2 - - uid: 6007 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-46.5 - parent: 2 - - uid: 6008 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-46.5 - parent: 2 - - uid: 6009 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-46.5 - parent: 2 - - uid: 6010 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-46.5 - parent: 2 - - uid: 6011 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-46.5 - parent: 2 - - uid: 6012 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-46.5 - parent: 2 - - uid: 6013 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-46.5 - parent: 2 - - uid: 6014 - components: - - type: Transform - pos: 9.5,-47.5 - parent: 2 - - uid: 6015 - components: - - type: Transform - pos: 9.5,-48.5 - parent: 2 - - uid: 6016 - components: - - type: Transform - pos: 9.5,-49.5 - parent: 2 - - uid: 6017 - components: - - type: Transform - pos: 9.5,-50.5 - parent: 2 - - uid: 6018 - components: - - type: Transform - pos: 9.5,-51.5 - parent: 2 - - uid: 6019 - components: - - type: Transform - pos: 9.5,-52.5 - parent: 2 - - uid: 6020 - components: - - type: Transform - pos: 9.5,-53.5 - parent: 2 - - uid: 6021 - components: - - type: Transform - pos: 9.5,-54.5 - parent: 2 - - uid: 6022 - components: - - type: Transform - pos: 9.5,-55.5 - parent: 2 - - uid: 6023 - components: - - type: Transform - pos: 9.5,-56.5 - parent: 2 - - uid: 6024 - components: - - type: Transform - pos: 9.5,-57.5 - parent: 2 - - uid: 6025 - components: - - type: Transform - pos: 9.5,-58.5 - parent: 2 - - uid: 6026 - components: - - type: Transform - pos: 9.5,-59.5 - parent: 2 - - uid: 6027 - components: - - type: Transform - pos: 9.5,-60.5 - parent: 2 - - uid: 6028 - components: - - type: Transform - pos: 9.5,-61.5 - parent: 2 - - uid: 6029 - components: - - type: Transform - pos: 9.5,-62.5 - parent: 2 - - uid: 6030 - components: - - type: Transform - pos: 9.5,-63.5 - parent: 2 - - uid: 6031 - components: - - type: Transform - pos: 9.5,-64.5 - parent: 2 - - uid: 6032 - components: - - type: Transform - pos: 9.5,-65.5 - parent: 2 - - uid: 6033 - components: - - type: Transform - pos: 9.5,-66.5 - parent: 2 - - uid: 6037 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-46.5 - parent: 2 - - uid: 6038 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-46.5 - parent: 2 - - uid: 6039 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-46.5 - parent: 2 - - uid: 6040 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-46.5 - parent: 2 - - uid: 6041 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-46.5 - parent: 2 - - uid: 6042 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-46.5 - parent: 2 - - uid: 6043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-46.5 - parent: 2 - - uid: 6044 - components: - - type: Transform - pos: -10.5,-47.5 - parent: 2 - - uid: 6045 - components: - - type: Transform - pos: -10.5,-48.5 - parent: 2 - - uid: 6046 - components: - - type: Transform - pos: -10.5,-49.5 - parent: 2 - - uid: 6047 - components: - - type: Transform - pos: -10.5,-50.5 - parent: 2 - - uid: 6048 - components: - - type: Transform - pos: -10.5,-51.5 - parent: 2 - - uid: 6049 - components: - - type: Transform - pos: -10.5,-52.5 - parent: 2 - - uid: 6050 - components: - - type: Transform - pos: -10.5,-53.5 - parent: 2 - - uid: 6051 - components: - - type: Transform - pos: -10.5,-54.5 - parent: 2 - - uid: 6052 - components: - - type: Transform - pos: -10.5,-55.5 - parent: 2 - - uid: 6053 - components: - - type: Transform - pos: -10.5,-56.5 - parent: 2 - - uid: 6054 - components: - - type: Transform - pos: -10.5,-57.5 - parent: 2 - - uid: 6055 - components: - - type: Transform - pos: -10.5,-58.5 - parent: 2 - - uid: 6056 - components: - - type: Transform - pos: -10.5,-59.5 - parent: 2 - - uid: 6057 - components: - - type: Transform - pos: -10.5,-60.5 - parent: 2 - - uid: 6058 - components: - - type: Transform - pos: -10.5,-61.5 - parent: 2 - - uid: 6059 - components: - - type: Transform - pos: -10.5,-62.5 - parent: 2 - - uid: 6060 - components: - - type: Transform - pos: -10.5,-63.5 - parent: 2 - - uid: 6061 - components: - - type: Transform - pos: -10.5,-64.5 - parent: 2 - - uid: 6062 - components: - - type: Transform - pos: -10.5,-65.5 - parent: 2 - - uid: 6063 - components: - - type: Transform - pos: -10.5,-66.5 - parent: 2 - - uid: 8501 - components: - - type: Transform - pos: 3.5,28.5 - parent: 2 - - uid: 9334 - components: - - type: Transform - pos: -14.5,-41.5 - parent: 2 - - uid: 9335 - components: - - type: Transform - pos: -14.5,-40.5 - parent: 2 - - uid: 9336 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-39.5 - parent: 2 - - uid: 9337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-39.5 - parent: 2 - - uid: 9338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-39.5 - parent: 2 - - uid: 9339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-38.5 - parent: 2 - - uid: 9340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-37.5 - parent: 2 - - uid: 9341 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-36.5 - parent: 2 - - uid: 9342 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-35.5 - parent: 2 - - uid: 9343 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-34.5 - parent: 2 - - uid: 9344 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-33.5 - parent: 2 - - uid: 9345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-32.5 - parent: 2 - - uid: 9346 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-32.5 - parent: 2 - - uid: 9347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-32.5 - parent: 2 - - uid: 9348 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-32.5 - parent: 2 - - uid: 9349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-32.5 - parent: 2 - - uid: 9350 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-32.5 - parent: 2 - - uid: 9351 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-32.5 - parent: 2 - - uid: 9352 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-32.5 - parent: 2 - - uid: 9360 - components: - - type: Transform - pos: 13.5,-41.5 - parent: 2 - - uid: 9361 - components: - - type: Transform - pos: 13.5,-40.5 - parent: 2 - - uid: 9362 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-39.5 - parent: 2 - - uid: 9363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-39.5 - parent: 2 - - uid: 9364 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-39.5 - parent: 2 -- proto: DisposalTrunk - entities: - - uid: 5715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,23.5 - parent: 2 - - uid: 5737 - components: - - type: Transform - pos: 1.5,1.5 - parent: 2 - - uid: 5779 - components: - - type: Transform - pos: 21.5,8.5 - parent: 2 - - uid: 5781 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-9.5 - parent: 2 - - uid: 5817 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-8.5 - parent: 2 - - uid: 5864 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,9.5 - parent: 2 - - uid: 5865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-9.5 - parent: 2 - - uid: 5906 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-9.5 - parent: 2 - - uid: 5948 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-18.5 - parent: 2 - - uid: 5958 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-24.5 - parent: 2 - - uid: 6000 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 2 - - uid: 6035 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-67.5 - parent: 2 - - uid: 6036 - components: - - type: Transform - pos: 12.5,-32.5 - parent: 2 - - uid: 6066 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-67.5 - parent: 2 - - uid: 8175 - components: - - type: Transform - pos: 3.5,29.5 - parent: 2 - - uid: 8896 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-42.5 - parent: 2 - - uid: 9359 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-42.5 - parent: 2 -- proto: DisposalUnit - entities: - - uid: 116 - components: - - type: Transform - pos: 12.5,-32.5 - parent: 2 - - uid: 331 - components: - - type: Transform - pos: -15.5,-18.5 - parent: 2 - - uid: 1287 - components: - - type: Transform - pos: 21.5,8.5 - parent: 2 - - uid: 1288 - components: - - type: Transform - pos: 23.5,-9.5 - parent: 2 - - uid: 1289 - components: - - type: Transform - pos: 3.5,-24.5 - parent: 2 - - uid: 1538 - components: - - type: Transform - pos: 48.5,-8.5 - parent: 2 - - uid: 1811 - components: - - type: Transform - pos: 1.5,1.5 - parent: 2 - - uid: 1984 - components: - - type: Transform - pos: -28.5,-9.5 - parent: 2 - - uid: 2308 - components: - - type: Transform - pos: -19.5,9.5 - parent: 2 - - uid: 2814 - components: - - type: Transform - pos: -48.5,-9.5 - parent: 2 - - uid: 3250 - components: - - type: Transform - pos: 1.5,23.5 - parent: 2 - - uid: 5303 - components: - - type: Transform - pos: 8.5,-67.5 - parent: 2 - - uid: 5709 - components: - - type: Transform - pos: -13.5,-42.5 - parent: 2 - - uid: 5969 - components: - - type: Transform - pos: -2.5,-44.5 - parent: 2 - - uid: 5970 - components: - - type: Transform - pos: -9.5,-67.5 - parent: 2 - - uid: 9238 - components: - - type: Transform - pos: 12.5,-42.5 - parent: 2 -- proto: DisposalYJunction - entities: - - uid: 5738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,4.5 - parent: 2 - - uid: 8134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-31.5 - parent: 2 -- proto: DogBed - entities: - - uid: 1059 - components: - - type: Transform - pos: 29.5,-11.5 - parent: 2 - - uid: 1537 - components: - - type: Transform - pos: 59.5,-10.5 - parent: 2 - - uid: 1991 - components: - - type: Transform - pos: -28.5,-13.5 - parent: 2 - - uid: 2580 - components: - - type: Transform - pos: -55.5,-3.5 - parent: 2 - - uid: 2693 - components: - - type: Transform - pos: -51.5,-17.5 - parent: 2 -- proto: DoubleEmergencyOxygenTankFilled - entities: - - uid: 7918 - components: - - type: Transform - pos: 50.542027,-20.300407 - parent: 2 - - type: GasTank - toggleActionEntity: 7919 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 7919 -- proto: Dresser - entities: - - uid: 359 - components: - - type: Transform - pos: -7.5,-20.5 - parent: 2 - - uid: 368 - components: - - type: Transform - pos: -7.5,-12.5 - parent: 2 - - uid: 384 - components: - - type: Transform - pos: -10.5,-19.5 - parent: 2 - - uid: 392 - components: - - type: Transform - pos: -10.5,-13.5 - parent: 2 - - uid: 1021 - components: - - type: Transform - pos: 35.5,-10.5 - parent: 2 - - uid: 1239 - components: - - type: Transform - pos: 36.5,6.5 - parent: 2 - - uid: 1499 - components: - - type: Transform - pos: 59.5,-17.5 - parent: 2 - - uid: 2352 - components: - - type: Transform - pos: -38.5,13.5 - parent: 2 - - uid: 2585 - components: - - type: Transform - pos: -48.5,4.5 - parent: 2 - - uid: 6227 - components: - - type: Transform - pos: -48.5,-25.5 - parent: 2 -- proto: DrinkBottleVodka - entities: - - uid: 8621 - components: - - type: Transform - pos: -30.214634,-12.421656 - parent: 2 - - uid: 8622 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.487297,-11.418706 - parent: 2 -- proto: DrinkBraveBullGlass - entities: - - uid: 8045 - components: - - type: Transform - pos: -20.4467,7.5542164 - parent: 2 -- proto: DrinkChampagneBottleFull - entities: - - uid: 8156 - components: - - type: Transform - pos: -55.648075,-26.061361 - parent: 2 -- proto: DrinkChocolateGlass - entities: - - uid: 8207 - components: - - type: Transform - pos: 5.367957,-18.307796 - parent: 2 -- proto: DrinkCoffee - entities: - - uid: 7988 - components: - - type: Transform - pos: -23.673742,-9.06538 - parent: 2 -- proto: DrinkCream - entities: - - uid: 7987 - components: - - type: Transform - pos: -23.349077,-9.360365 - parent: 2 -- proto: DrinkDoctorsDelightGlass - entities: - - uid: 2054 - components: - - type: Transform - pos: -24.460289,-13.248962 - parent: 2 -- proto: DrinkEnergyDrinkCan - entities: - - uid: 7814 - components: - - type: Transform - pos: 24.668615,4.6687922 - parent: 2 -- proto: DrinkFlask - entities: - - uid: 8136 - components: - - type: Transform - pos: -53.58223,4.8327723 - parent: 2 -- proto: DrinkGinGlass - entities: - - uid: 7992 - components: - - type: Transform - pos: 60.683723,-14.403574 - parent: 2 -- proto: DrinkGlass - entities: - - uid: 7829 - components: - - type: Transform - pos: 36.063465,9.555281 - parent: 2 - - uid: 8107 - components: - - type: Transform - pos: -56.39064,-12.814842 - parent: 2 - - uid: 8109 - components: - - type: Transform - pos: -56.56773,-13.168825 - parent: 2 - - uid: 8112 - components: - - type: Transform - pos: -56.62676,-10.808943 - parent: 2 - - uid: 8157 - components: - - type: Transform - pos: -55.470985,-26.486336 - parent: 2 - - uid: 8158 - components: - - type: Transform - pos: -55.234863,-26.19135 - parent: 2 - - uid: 8298 - components: - - type: Transform - pos: 13.7893915,-31.399359 - parent: 2 - - uid: 8299 - components: - - type: Transform - pos: 14.143574,-31.458355 - parent: 2 - - uid: 8300 - components: - - type: Transform - pos: 15.943995,-31.34036 - parent: 2 - - uid: 8545 - components: - - type: Transform - pos: 53.597065,1.8335893 - parent: 2 - - uid: 8546 - components: - - type: Transform - pos: 50.761814,-0.21791244 - parent: 2 -- proto: DrinkHosFlask - entities: - - uid: 2357 - components: - - type: Transform - pos: -32.406086,10.680475 - parent: 2 - - uid: 8895 - components: - - type: Transform - pos: -2.5,36.5 - parent: 2 -- proto: DrinkHotCoco - entities: - - uid: 8208 - components: - - type: Transform - pos: 5.698441,-18.307796 - parent: 2 -- proto: DrinkHotCoffee - entities: - - uid: 7793 - components: - - type: Transform - pos: -0.56128204,1.4278436 - parent: 2 - - uid: 8044 - components: - - type: Transform - pos: -26.448895,6.6872663 - parent: 2 - - uid: 8099 - components: - - type: Transform - pos: -32.639317,12.1201935 - parent: 2 -- proto: DrinkMREFlask - entities: - - uid: 7883 - components: - - type: Transform - pos: 27.62575,-14.385761 - parent: 2 -- proto: DrinkMugBlue - entities: - - uid: 8146 - components: - - type: Transform - pos: -50.384914,-19.0172 - parent: 2 - - uid: 9075 - components: - - type: Transform - pos: -25.254463,-11.734898 - parent: 2 -- proto: DrinkMugOne - entities: - - uid: 8125 - components: - - type: Transform - pos: -53.132275,-2.5260758 - parent: 2 -- proto: DrinkMugRed - entities: - - uid: 8059 - components: - - type: Transform - pos: -16.349476,11.633667 - parent: 2 -- proto: DrinkShotGlass - entities: - - uid: 7852 - components: - - type: Transform - pos: 31.741276,-10.298908 - parent: 2 - - uid: 7853 - components: - - type: Transform - pos: 31.65273,-10.593893 - parent: 2 - - uid: 8034 - components: - - type: Transform - pos: -16.735592,8.593774 - parent: 2 - - uid: 8076 - components: - - type: Transform - pos: -42.73514,11.6677475 - parent: 2 - - uid: 8077 - components: - - type: Transform - pos: -42.292416,12.493706 - parent: 2 - - uid: 8105 - components: - - type: Transform - pos: -56.361122,-11.87089 - parent: 2 - - uid: 8301 - components: - - type: Transform - pos: 13.671332,-36.27446 - parent: 2 - - uid: 8648 - components: - - type: Transform - pos: 52.41646,1.5386038 - parent: 2 -- proto: DrinkSodaWaterCan - entities: - - uid: 9375 - components: - - type: Transform - pos: -40.643093,-15.335701 - parent: 2 - - uid: 9376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.361843,-15.288826 - parent: 2 - - uid: 9377 - components: - - type: Transform - pos: -40.299343,-19.195076 - parent: 2 -- proto: DrinkVermouthGlass - entities: - - uid: 8293 - components: - - type: Transform - pos: -0.41545537,-43.42149 - parent: 2 -- proto: DrinkVodkaBottleFull - entities: - - uid: 8620 - components: - - type: Transform - pos: -31.188633,-10.238765 - parent: 2 -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 2149 - components: - - type: Transform - pos: -16.456015,8.735891 - parent: 2 -- proto: DrinkWhiskeyGlass - entities: - - uid: 7836 - components: - - type: Transform - pos: 22.49893,-14.392227 - parent: 2 -- proto: DrinkWineGlass - entities: - - uid: 8215 - components: - - type: Transform - pos: -7.665916,-18.240057 - parent: 2 -- proto: EmergencyLight - entities: - - uid: 8488 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-32.5 - parent: 2 - - uid: 8489 - components: - - type: Transform - pos: -2.5,23.5 - parent: 2 - - uid: 8490 - components: - - type: Transform - pos: 1.5,5.5 - parent: 2 - - uid: 8491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-6.5 - parent: 2 - - uid: 8492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,-40.5 - parent: 2 - - uid: 8493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-1.5 - parent: 2 - - uid: 8494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-23.5 - parent: 2 - - uid: 8495 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-1.5 - parent: 2 - - uid: 8496 - components: - - type: Transform - pos: -18.5,0.5 - parent: 2 - - uid: 8497 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-0.5 - parent: 2 - - uid: 8498 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-22.5 - parent: 2 - - uid: 8499 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-40.5 - parent: 2 - - uid: 8500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-20.5 - parent: 2 - - uid: 8502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-58.5 - parent: 2 - - uid: 8503 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-32.5 - parent: 2 - - uid: 8504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-58.5 - parent: 2 -- proto: EmergencyOxygenTankFilled - entities: - - uid: 8550 - components: - - type: Transform - pos: 46.606777,6.5634203 - parent: 2 - - uid: 8551 - components: - - type: Transform - pos: 46.4592,6.6814146 - parent: 2 -- proto: EmergencyRollerBedSpawnFolded - entities: - - uid: 7967 - components: - - type: Transform - pos: -15.790616,-8.62485 - parent: 2 -- proto: EncryptionKeyCargo - entities: - - uid: 1085 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.451964,-8.4449835 - parent: 2 -- proto: EncryptionKeyMedical - entities: - - uid: 1912 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.628083,-5.561151 - parent: 2 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 7716 - components: - - type: Transform - pos: 26.5,1.5 - parent: 2 - - uid: 7717 - components: - - type: Transform - pos: 45.5,-7.5 - parent: 2 - - uid: 7718 - components: - - type: Transform - pos: 2.5,-30.5 - parent: 2 - - uid: 7719 - components: - - type: Transform - pos: -4.5,-14.5 - parent: 2 - - uid: 7720 - components: - - type: Transform - pos: -8.5,32.5 - parent: 2 - - uid: 7721 - components: - - type: Transform - pos: -30.5,1.5 - parent: 2 - - uid: 7722 - components: - - type: Transform - pos: -3.5,-3.5 - parent: 2 - - uid: 7723 - components: - - type: Transform - pos: -45.5,-7.5 - parent: 2 -- proto: FancyTableSpawner - entities: - - uid: 8053 - components: - - type: Transform - pos: -2.5,-48.5 - parent: 2 - - uid: 8524 - components: - - type: Transform - pos: 1.5,-48.5 - parent: 2 -- proto: filingCabinetDrawerRandom - entities: - - uid: 1185 - components: - - type: Transform - pos: 32.5,9.5 - parent: 2 - - uid: 1990 - components: - - type: Transform - pos: -24.5,-11.5 - parent: 2 - - uid: 2279 - components: - - type: Transform - pos: -14.5,12.5 - parent: 2 - - uid: 2536 - components: - - type: Transform - pos: -50.5,-4.5 - parent: 2 -- proto: filingCabinetRandom - entities: - - uid: 979 - components: - - type: Transform - pos: 27.5,-11.5 - parent: 2 - - uid: 1816 - components: - - type: Transform - pos: -3.5,0.5 - parent: 2 - - uid: 1977 - components: - - type: Transform - pos: -20.5,-5.5 - parent: 2 - - uid: 2151 - components: - - type: Transform - pos: -13.5,5.5 - parent: 2 - - uid: 2321 - components: - - type: Transform - pos: -30.5,14.5 - parent: 2 - - uid: 2715 - components: - - type: Transform - pos: -50.5,-22.5 - parent: 2 -- proto: filingCabinetTallRandom - entities: - - uid: 1068 - components: - - type: Transform - pos: 25.5,-5.5 - parent: 2 - - uid: 2256 - components: - - type: Transform - pos: -20.5,13.5 - parent: 2 - - uid: 2701 - components: - - type: Transform - pos: -51.5,-22.5 - parent: 2 -- proto: FireAlarm - entities: - - uid: 826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-13.5 - parent: 2 - - type: DeviceList - devices: - - 6141 - - 6142 - - 6143 - - 6144 - - 6152 - - 6151 - - 6150 - - 6149 - - 6148 - - uid: 5668 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-18.5 - parent: 2 - - type: DeviceList - devices: - - 6152 - - 6151 - - 6154 - - 6155 - - 6156 - - 6157 - - 6158 - - 6153 - - uid: 7669 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,2.5 - parent: 2 - - type: DeviceList - devices: - - 6130 - - 6129 - - 6128 - - 6127 - - 6135 - - 6136 - - 6137 - - 6138 - - 6139 - - uid: 7670 - components: - - type: Transform - pos: 13.5,1.5 - parent: 2 - - type: DeviceList - devices: - - 6133 - - 6132 - - 6131 - - 6134 - - uid: 7671 - components: - - type: Transform - pos: 42.5,1.5 - parent: 2 - - type: DeviceList - devices: - - 6174 - - 6175 - - 6177 - - uid: 7672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-2.5 - parent: 2 - - type: DeviceList - devices: - - 6174 - - 6175 - - 6177 - - uid: 7673 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,13.5 - parent: 2 - - type: DeviceList - devices: - - 6127 - - 6128 - - 6130 - - 6129 - - uid: 7674 - components: - - type: Transform - pos: 2.5,-3.5 - parent: 2 - - type: DeviceList - devices: - - 6140 - - 6132 - - 6131 - - 6142 - - 6141 - - uid: 7675 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-8.5 - parent: 2 - - type: DeviceList - devices: - - 6200 - - 6201 - - 6199 - - 6198 - - uid: 7676 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,4.5 - parent: 2 - - type: DeviceList - devices: - - 6195 - - 6194 - - 6196 - - uid: 7677 - components: - - type: Transform - pos: 41.5,-20.5 - parent: 2 - - type: DeviceList - devices: - - 6086 - - 2522 - - 4308 - - uid: 7678 - components: - - type: Transform - pos: 51.5,-7.5 - parent: 2 - - type: DeviceList - devices: - - 6203 - - 6204 - - 6206 - - 6205 - - uid: 7679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-24.5 - parent: 2 - - type: DeviceList - devices: - - 6086 - - 2522 - - 4308 - - uid: 7680 - components: - - type: Transform - pos: 21.5,-37.5 - parent: 2 - - type: DeviceList - devices: - - 6163 - - 6162 - - 6180 - - 6164 - - uid: 7681 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-2.5 - parent: 2 - - type: DeviceList - devices: - - 6136 - - 6137 - - 6138 - - 6135 - - uid: 7682 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,3.5 - parent: 2 - - type: DeviceList - devices: - - 6213 - - 6208 - - 6209 - - 6210 - - 6211 - - 6215 - - 6212 - - uid: 7683 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-9.5 - parent: 2 - - type: DeviceList - devices: - - 6219 - - 6217 - - 6218 - - 6220 - - uid: 7684 - components: - - type: Transform - pos: -39.5,1.5 - parent: 2 - - type: DeviceList - devices: - - 6230 - - 6229 - - 6228 - - uid: 7685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-2.5 - parent: 2 - - type: DeviceList - devices: - - 6230 - - 6229 - - 6228 - - uid: 7686 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-14.5 - parent: 2 - - type: DeviceList - devices: - - 6222 - - 6223 - - 6224 - - uid: 7687 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-24.5 - parent: 2 - - type: DeviceList - devices: - - 6233 - - 6232 - - 6231 - - uid: 7688 - components: - - type: Transform - pos: -38.5,-20.5 - parent: 2 - - type: DeviceList - devices: - - 6233 - - 6232 - - 6231 - - uid: 7689 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-41.5 - parent: 2 - - type: DeviceList - devices: - - 6189 - - 6168 - - 6169 - - 6170 - - uid: 7690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-25.5 - parent: 2 - - type: DeviceList - devices: - - 6145 - - 6146 - - 6147 - - uid: 7691 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-18.5 - parent: 2 - - type: DeviceList - devices: - - 6150 - - 6149 - - 6148 - - uid: 7694 - components: - - type: Transform - pos: -12.5,-51.5 - parent: 2 - - type: DeviceList - devices: - - 6183 - - 6184 - - 6185 - - 6165 - - 6166 - - 6167 - - uid: 7695 - components: - - type: Transform - pos: 11.5,-51.5 - parent: 2 - - type: DeviceList - devices: - - 6182 - - 6181 - - 6176 - - 6160 - - 6161 - - 6159 - - uid: 7697 - components: - - type: Transform - pos: -12.5,-37.5 - parent: 2 - - type: DeviceList - devices: - - 6168 - - 6189 - - 6170 - - 6169 - - 6167 - - 6166 - - 6165 - - 6145 - - 6146 - - 6147 - - uid: 7698 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-41.5 - parent: 2 - - type: DeviceList - devices: - - 6180 - - 6164 - - 6163 - - 6162 - - 6160 - - 6161 - - 6159 - - 6173 - - 6172 - - 6171 - - 6147 - - 6146 - - 6145 -- proto: Firelock - entities: - - uid: 6195 - components: - - type: Transform - pos: 19.5,5.5 - parent: 2 - - uid: 6196 - components: - - type: Transform - pos: 27.5,8.5 - parent: 2 - - uid: 6198 - components: - - type: Transform - pos: 23.5,-4.5 - parent: 2 - - uid: 6199 - components: - - type: Transform - pos: 19.5,-7.5 - parent: 2 - - uid: 6200 - components: - - type: Transform - pos: 27.5,-7.5 - parent: 2 - - uid: 6201 - components: - - type: Transform - pos: 24.5,-10.5 - parent: 2 - - uid: 6206 - components: - - type: Transform - pos: 54.5,-10.5 - parent: 2 - - uid: 6208 - components: - - type: Transform - pos: -25.5,3.5 - parent: 2 - - uid: 6209 - components: - - type: Transform - pos: -23.5,3.5 - parent: 2 - - uid: 6210 - components: - - type: Transform - pos: -17.5,5.5 - parent: 2 - - uid: 6211 - components: - - type: Transform - pos: -19.5,11.5 - parent: 2 - - uid: 6212 - components: - - type: Transform - pos: -29.5,11.5 - parent: 2 - - uid: 6213 - components: - - type: Transform - pos: -31.5,5.5 - parent: 2 - - uid: 6217 - components: - - type: Transform - pos: -24.5,-4.5 - parent: 2 - - uid: 6218 - components: - - type: Transform - pos: -29.5,-6.5 - parent: 2 - - uid: 6219 - components: - - type: Transform - pos: -19.5,-6.5 - parent: 2 - - uid: 6220 - components: - - type: Transform - pos: -27.5,-10.5 - parent: 2 - - uid: 6222 - components: - - type: Transform - pos: -47.5,-11.5 - parent: 2 - - uid: 6223 - components: - - type: Transform - pos: -53.5,-6.5 - parent: 2 - - uid: 6224 - components: - - type: Transform - pos: -53.5,-16.5 - parent: 2 - - uid: 9125 - components: - - type: Transform - pos: -24.5,16.5 - parent: 2 -- proto: FirelockEdge - entities: - - uid: 6153 - components: - - type: Transform - pos: 6.5,-18.5 - parent: 2 - - uid: 6154 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-14.5 - parent: 2 - - uid: 6155 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-14.5 - parent: 2 - - uid: 6156 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-14.5 - parent: 2 - - uid: 6157 - components: - - type: Transform - pos: 14.5,-18.5 - parent: 2 - - uid: 6158 - components: - - type: Transform - pos: 10.5,-18.5 - parent: 2 -- proto: FirelockGlass - entities: - - uid: 2522 - components: - - type: Transform - pos: 40.5,-22.5 - parent: 2 - - uid: 4308 - components: - - type: Transform - pos: 40.5,-23.5 - parent: 2 - - uid: 6086 - components: - - type: Transform - pos: 40.5,-21.5 - parent: 2 - - uid: 6127 - components: - - type: Transform - pos: -1.5,10.5 - parent: 2 - - uid: 6128 - components: - - type: Transform - pos: 0.5,10.5 - parent: 2 - - uid: 6129 - components: - - type: Transform - pos: 0.5,8.5 - parent: 2 - - uid: 6130 - components: - - type: Transform - pos: -1.5,8.5 - parent: 2 - - uid: 6131 - components: - - type: Transform - pos: 9.5,-1.5 - parent: 2 - - uid: 6132 - components: - - type: Transform - pos: 9.5,0.5 - parent: 2 - - uid: 6133 - components: - - type: Transform - pos: 11.5,0.5 - parent: 2 - - uid: 6134 - components: - - type: Transform - pos: 11.5,-1.5 - parent: 2 - - uid: 6135 - components: - - type: Transform - pos: -10.5,0.5 - parent: 2 - - uid: 6136 - components: - - type: Transform - pos: -12.5,0.5 - parent: 2 - - uid: 6137 - components: - - type: Transform - pos: -12.5,-1.5 - parent: 2 - - uid: 6138 - components: - - type: Transform - pos: -10.5,-1.5 - parent: 2 - - uid: 6139 - components: - - type: Transform - pos: -4.5,-0.5 - parent: 2 - - uid: 6140 - components: - - type: Transform - pos: 3.5,-0.5 - parent: 2 - - uid: 6141 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 2 - - uid: 6142 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 2 - - uid: 6143 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 2 - - uid: 6144 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 2 - - uid: 6145 - components: - - type: Transform - pos: -1.5,-29.5 - parent: 2 - - uid: 6146 - components: - - type: Transform - pos: -0.5,-29.5 - parent: 2 - - uid: 6147 - components: - - type: Transform - pos: 0.5,-29.5 - parent: 2 - - uid: 6148 - components: - - type: Transform - pos: -5.5,-15.5 - parent: 2 - - uid: 6149 - components: - - type: Transform - pos: -5.5,-16.5 - parent: 2 - - uid: 6150 - components: - - type: Transform - pos: -5.5,-17.5 - parent: 2 - - uid: 6151 - components: - - type: Transform - pos: 3.5,-17.5 - parent: 2 - - uid: 6152 - components: - - type: Transform - pos: 3.5,-15.5 - parent: 2 - - uid: 6159 - components: - - type: Transform - pos: 8.5,-43.5 - parent: 2 - - uid: 6160 - components: - - type: Transform - pos: 10.5,-43.5 - parent: 2 - - uid: 6161 - components: - - type: Transform - pos: 9.5,-43.5 - parent: 2 - - uid: 6162 - components: - - type: Transform - pos: 17.5,-40.5 - parent: 2 - - uid: 6163 - components: - - type: Transform - pos: 17.5,-38.5 - parent: 2 - - uid: 6164 - components: - - type: Transform - pos: 19.5,-38.5 - parent: 2 - - uid: 6165 - components: - - type: Transform - pos: -9.5,-43.5 - parent: 2 - - uid: 6166 - components: - - type: Transform - pos: -10.5,-43.5 - parent: 2 - - uid: 6167 - components: - - type: Transform - pos: -11.5,-43.5 - parent: 2 - - uid: 6168 - components: - - type: Transform - pos: -20.5,-38.5 - parent: 2 - - uid: 6169 - components: - - type: Transform - pos: -18.5,-38.5 - parent: 2 - - uid: 6170 - components: - - type: Transform - pos: -18.5,-40.5 - parent: 2 - - uid: 6171 - components: - - type: Transform - pos: 11.5,-33.5 - parent: 2 - - uid: 6172 - components: - - type: Transform - pos: 11.5,-34.5 - parent: 2 - - uid: 6173 - components: - - type: Transform - pos: 11.5,-35.5 - parent: 2 - - uid: 6174 - components: - - type: Transform - pos: 40.5,-1.5 - parent: 2 - - uid: 6175 - components: - - type: Transform - pos: 40.5,-0.5 - parent: 2 - - uid: 6176 - components: - - type: Transform - pos: 8.5,-51.5 - parent: 2 - - uid: 6177 - components: - - type: Transform - pos: 40.5,0.5 - parent: 2 - - uid: 6180 - components: - - type: Transform - pos: 19.5,-40.5 - parent: 2 - - uid: 6181 - components: - - type: Transform - pos: 9.5,-51.5 - parent: 2 - - uid: 6182 - components: - - type: Transform - pos: 10.5,-51.5 - parent: 2 - - uid: 6183 - components: - - type: Transform - pos: -11.5,-51.5 - parent: 2 - - uid: 6184 - components: - - type: Transform - pos: -10.5,-51.5 - parent: 2 - - uid: 6185 - components: - - type: Transform - pos: -9.5,-51.5 - parent: 2 - - uid: 6189 - components: - - type: Transform - pos: -20.5,-40.5 - parent: 2 - - uid: 6194 - components: - - type: Transform - pos: 23.5,3.5 - parent: 2 - - uid: 6197 - components: - - type: Transform - pos: 33.5,6.5 - parent: 2 - - uid: 6202 - components: - - type: Transform - pos: 30.5,-12.5 - parent: 2 - - uid: 6203 - components: - - type: Transform - pos: 47.5,-11.5 - parent: 2 - - uid: 6204 - components: - - type: Transform - pos: 50.5,-7.5 - parent: 2 - - uid: 6205 - components: - - type: Transform - pos: 50.5,-15.5 - parent: 2 - - uid: 6207 - components: - - type: Transform - pos: 58.5,-13.5 - parent: 2 - - uid: 6214 - components: - - type: Transform - pos: -37.5,7.5 - parent: 2 - - uid: 6215 - components: - - type: Transform - pos: -27.5,14.5 - parent: 2 - - uid: 6216 - components: - - type: Transform - pos: -36.5,12.5 - parent: 2 - - uid: 6221 - components: - - type: Transform - pos: -24.5,-15.5 - parent: 2 - - uid: 6225 - components: - - type: Transform - pos: -53.5,-23.5 - parent: 2 - - uid: 6226 - components: - - type: Transform - pos: -53.5,0.5 - parent: 2 - - uid: 6228 - components: - - type: Transform - pos: -40.5,-1.5 - parent: 2 - - uid: 6229 - components: - - type: Transform - pos: -40.5,-0.5 - parent: 2 - - uid: 6230 - components: - - type: Transform - pos: -40.5,0.5 - parent: 2 - - uid: 6231 - components: - - type: Transform - pos: -40.5,-23.5 - parent: 2 - - uid: 6232 - components: - - type: Transform - pos: -40.5,-22.5 - parent: 2 - - uid: 6233 - components: - - type: Transform - pos: -40.5,-21.5 - parent: 2 - - uid: 9126 - components: - - type: Transform - pos: -27.5,18.5 - parent: 2 -- proto: Fireplace - entities: - - uid: 1073 - components: - - type: Transform - pos: 32.5,-10.5 - parent: 2 - - uid: 1234 - components: - - type: Transform - pos: 34.5,9.5 - parent: 2 - - uid: 1474 - components: - - type: Transform - pos: 59.5,-14.5 - parent: 2 - - uid: 2009 - components: - - type: Transform - pos: -26.5,-16.5 - parent: 2 - - uid: 2347 - components: - - type: Transform - pos: -40.5,14.5 - parent: 2 - - uid: 2614 - components: - - type: Transform - pos: -55.5,4.5 - parent: 2 - - uid: 2759 - components: - - type: Transform - pos: -54.5,-24.5 - parent: 2 -- proto: Flare - entities: - - uid: 7790 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.6020508,-2.4624155 - parent: 2 -- proto: FlashlightLantern - entities: - - uid: 1078 - components: - - type: Transform - pos: 31.359701,-4.5352507 - parent: 2 - - uid: 7916 - components: - - type: Transform - pos: 52.388493,-8.404823 - parent: 2 - - uid: 8210 - components: - - type: Transform - pos: 13.500471,-18.288767 - parent: 2 - - type: HandheldLight - toggleActionEntity: 8211 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 8211 - - type: ActionsContainer - - uid: 8617 - components: - - type: Transform - pos: -37.59033,-12.235597 - parent: 2 -- proto: FlashlightSeclite - entities: - - uid: 2110 - components: - - type: Transform - pos: -35.539845,2.4540792 - parent: 2 - - uid: 2111 - components: - - type: Transform - pos: -35.598877,2.7195663 - parent: 2 - - uid: 2361 - components: - - type: Transform - pos: -38.56472,13.878742 - parent: 2 - - type: HandheldLight - toggleActionEntity: 2622 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 2622 - - type: ActionsContainer - - uid: 7791 - components: - - type: Transform - pos: -0.5395062,-2.5802617 - parent: 2 -- proto: FloorDrain - entities: - - uid: 9535 - components: - - type: Transform - pos: 7.5,25.5 - parent: 2 - - type: Fixtures - fixtures: {} -- proto: FoodBakedBrownie - entities: - - uid: 8138 - components: - - type: Transform - pos: -51.877476,-10.263662 - parent: 2 -- proto: FoodBreadCreamcheeseSlice - entities: - - uid: 7978 - components: - - type: Transform - pos: -23.490627,-8.490159 - parent: 2 -- proto: FoodBurgerBacon - entities: - - uid: 7936 - components: - - type: Transform - pos: 52.684002,-8.73487 - parent: 2 -- proto: FoodCakeSuppermatterSlice - entities: - - uid: 3056 - components: - - type: Transform - pos: 2.5111954,18.597483 - parent: 2 -- proto: FoodDonkpocketSpicy - entities: - - uid: 7843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.464947,-14.490971 - parent: 2 -- proto: FoodDonutJellySlugcat - entities: - - uid: 7732 - components: - - type: Transform - pos: -5.5118904,13.610855 - parent: 2 -- proto: FoodPizzaMeatSlice - entities: - - uid: 8650 - components: - - type: Transform - pos: 53.50852,1.5409468 - parent: 2 -- proto: FoodPoppy - entities: - - uid: 2817 - components: - - type: Transform - pos: -51.71337,-28.369938 - parent: 2 - - uid: 3248 - components: - - type: Transform - pos: 1.4596637,-21.308285 - parent: 2 - - uid: 8649 - components: - - type: Transform - pos: 53.00676,1.6565981 - parent: 2 - - uid: 9604 - components: - - type: Transform - pos: 6.814361,-29.621756 - parent: 2 -- proto: FoodSnackNutribrick - entities: - - uid: 8047 - components: - - type: Transform - pos: -20.457546,6.9329686 - parent: 2 -- proto: FoodTinMRE - entities: - - uid: 9076 - components: - - type: Transform - pos: -23.63817,15.779099 - parent: 2 -- proto: ForensicPad - entities: - - uid: 2145 - components: - - type: Transform - pos: -13.291979,8.630609 - parent: 2 -- proto: GasAnalyzer - entities: - - uid: 1439 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.439137,-18.42445 - parent: 2 -- proto: GasCanisterBrokenBase - entities: - - uid: 8603 - components: - - type: Transform - pos: -34.5,-13.5 - parent: 2 -- proto: GasMinerNitrogenStation - entities: - - uid: 6099 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,38.5 - parent: 2 -- proto: GasMinerOxygenStation - entities: - - uid: 6098 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,35.5 - parent: 2 -- proto: GasMixer - entities: - - uid: 6104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,38.5 - parent: 2 - - type: GasMixer - inletTwoConcentration: 0.20999998 - inletOneConcentration: 0.79 -- proto: GasPassiveVent - entities: - - uid: 3130 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,38.5 - parent: 2 - - uid: 3131 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,35.5 - parent: 2 - - uid: 6126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,33.5 - parent: 2 -- proto: GasPipeBend - entities: - - uid: 6103 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,35.5 - parent: 2 - - uid: 6105 - components: - - type: Transform - pos: -4.5,38.5 - parent: 2 - - uid: 6298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6300 - components: - - type: Transform - pos: 2.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6303 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6323 - components: - - type: Transform - pos: 5.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6378 - components: - - type: Transform - pos: 42.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6418 - components: - - type: Transform - pos: 24.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6457 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6470 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6497 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6514 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6578 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6588 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6592 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6620 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6631 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6664 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6693 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6710 - components: - - type: Transform - pos: -52.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6733 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6743 - components: - - type: Transform - pos: -32.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6764 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6837 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6846 - components: - - type: Transform - pos: 9.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6896 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6909 - components: - - type: Transform - pos: -1.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6912 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6913 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6945 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6946 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7007 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7032 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7077 - components: - - type: Transform - pos: 44.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7104 - components: - - type: Transform - pos: 52.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7126 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 58.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7141 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7207 - components: - - type: Transform - pos: -14.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7260 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7270 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7291 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7357 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7367 - components: - - type: Transform - pos: -34.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7380 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7388 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7392 - components: - - type: Transform - pos: -1.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7437 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7449 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7964 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,36.5 - parent: 2 - - uid: 8726 - components: - - type: Transform - pos: -5.5,36.5 - parent: 2 - - uid: 9109 - components: - - type: Transform - pos: -27.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9385 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-17.5 - parent: 2 -- proto: GasPipeBroken - entities: - - uid: 9386 - components: - - type: Transform - pos: -37.5,-16.5 - parent: 2 -- proto: GasPipeFourway - entities: - - uid: 3134 - components: - - type: Transform - pos: 5.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3234 - components: - - type: Transform - pos: 9.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6333 - components: - - type: Transform - pos: 5.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6359 - components: - - type: Transform - pos: 21.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6398 - components: - - type: Transform - pos: 22.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6461 - components: - - type: Transform - pos: 50.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6541 - components: - - type: Transform - pos: -23.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6553 - components: - - type: Transform - pos: -23.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6694 - components: - - type: Transform - pos: -52.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6748 - components: - - type: Transform - pos: 0.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6785 - components: - - type: Transform - pos: -6.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6786 - components: - - type: Transform - pos: -10.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6953 - components: - - type: Transform - pos: -5.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7024 - components: - - type: Transform - pos: 24.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7170 - components: - - type: Transform - pos: -25.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7242 - components: - - type: Transform - pos: -25.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7403 - components: - - type: Transform - pos: -1.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7411 - components: - - type: Transform - pos: 13.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7427 - components: - - type: Transform - pos: -8.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7428 - components: - - type: Transform - pos: -12.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7511 - components: - - type: Transform - pos: 8.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasPipeHalf - entities: - - uid: 9384 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-17.5 - parent: 2 -- proto: GasPipeStraight - entities: - - uid: 3132 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,35.5 - parent: 2 - - uid: 3133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,38.5 - parent: 2 - - uid: 6101 - components: - - type: Transform - pos: -7.5,36.5 - parent: 2 - - uid: 6102 - components: - - type: Transform - pos: -7.5,37.5 - parent: 2 - - uid: 6108 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,38.5 - parent: 2 - - uid: 6109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6112 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6113 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6114 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6115 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6116 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6117 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6118 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6125 - components: - - type: Transform - pos: -6.5,34.5 - parent: 2 - - uid: 6271 - components: - - type: Transform - pos: -42.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6285 - components: - - type: Transform - pos: -4.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6287 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6293 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6294 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6296 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6297 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6302 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6304 - components: - - type: Transform - pos: 0.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6305 - components: - - type: Transform - pos: 0.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6306 - components: - - type: Transform - pos: 0.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6307 - components: - - type: Transform - pos: 0.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6308 - components: - - type: Transform - pos: 0.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6309 - components: - - type: Transform - pos: 0.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6310 - components: - - type: Transform - pos: 0.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6311 - components: - - type: Transform - pos: 0.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6312 - components: - - type: Transform - pos: 0.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6313 - components: - - type: Transform - pos: 0.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6314 - components: - - type: Transform - pos: 0.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6315 - components: - - type: Transform - pos: 0.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6316 - components: - - type: Transform - pos: 0.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6317 - components: - - type: Transform - pos: 0.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6318 - components: - - type: Transform - pos: 0.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6319 - components: - - type: Transform - pos: 0.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6324 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6325 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6327 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6329 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6330 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6331 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6332 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6334 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6335 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6336 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6339 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6340 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6341 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6342 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6346 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6347 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6348 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6350 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6351 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6352 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6353 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6354 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6356 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6360 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6363 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6364 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6367 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6368 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6369 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6370 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6371 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6372 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6373 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6374 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6376 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6377 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6379 - components: - - type: Transform - pos: 42.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6380 - components: - - type: Transform - pos: 42.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6381 - components: - - type: Transform - pos: 42.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6382 - components: - - type: Transform - pos: 42.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6383 - components: - - type: Transform - pos: 42.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6384 - components: - - type: Transform - pos: 42.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6385 - components: - - type: Transform - pos: 42.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6386 - components: - - type: Transform - pos: 42.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6387 - components: - - type: Transform - pos: 42.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6388 - components: - - type: Transform - pos: 42.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6389 - components: - - type: Transform - pos: 42.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6393 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6394 - components: - - type: Transform - pos: 22.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6395 - components: - - type: Transform - pos: 22.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6396 - components: - - type: Transform - pos: 22.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6397 - components: - - type: Transform - pos: 22.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6403 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6406 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6407 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6408 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6409 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6410 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6411 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6412 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6413 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6414 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6415 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6417 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6420 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6421 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6422 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6423 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6424 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6425 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6426 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6438 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6440 - components: - - type: Transform - pos: 21.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6442 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6443 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6444 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6445 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6446 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6447 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6449 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6450 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6451 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6453 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6454 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6462 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6463 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6464 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6467 - components: - - type: Transform - pos: 50.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6468 - components: - - type: Transform - pos: 50.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6469 - components: - - type: Transform - pos: 50.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6473 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6476 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6477 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6480 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6481 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6485 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6486 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6489 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6491 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6494 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6495 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6496 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6501 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6503 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6504 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6505 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6506 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6510 - components: - - type: Transform - pos: 5.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6511 - components: - - type: Transform - pos: 5.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6512 - components: - - type: Transform - pos: 5.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6513 - components: - - type: Transform - pos: 5.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6515 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6516 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6517 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6520 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6521 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6523 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6524 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6525 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6526 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6529 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6530 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6531 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6532 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6533 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6534 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6535 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6536 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6537 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6538 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6539 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6540 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6543 - components: - - type: Transform - pos: -23.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6544 - components: - - type: Transform - pos: -23.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6545 - components: - - type: Transform - pos: -23.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6546 - components: - - type: Transform - pos: -23.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6547 - components: - - type: Transform - pos: -23.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6548 - components: - - type: Transform - pos: -23.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6549 - components: - - type: Transform - pos: -23.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6550 - components: - - type: Transform - pos: -23.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6551 - components: - - type: Transform - pos: -23.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6555 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6556 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6557 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6558 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6559 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6560 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6562 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6563 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6564 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6567 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6568 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6570 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6571 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6573 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6574 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6575 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6576 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6580 - components: - - type: Transform - pos: -22.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6581 - components: - - type: Transform - pos: -22.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6583 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6584 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6585 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6586 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6587 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6591 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6594 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6595 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6596 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6597 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6603 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6604 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6608 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6609 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6610 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6611 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6612 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6615 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6616 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6617 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6625 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6626 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6627 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6628 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6629 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6630 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6634 - components: - - type: Transform - pos: -24.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6635 - components: - - type: Transform - pos: -24.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6636 - components: - - type: Transform - pos: -24.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6637 - components: - - type: Transform - pos: -24.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6642 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6643 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6644 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6646 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6647 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6648 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6649 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6650 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6651 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6652 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6653 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6655 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6656 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6657 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6659 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6660 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6661 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6662 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6663 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6665 - components: - - type: Transform - pos: -42.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6666 - components: - - type: Transform - pos: -42.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6667 - components: - - type: Transform - pos: -42.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6668 - components: - - type: Transform - pos: -42.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6669 - components: - - type: Transform - pos: -42.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6670 - components: - - type: Transform - pos: -42.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6671 - components: - - type: Transform - pos: -42.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6673 - components: - - type: Transform - pos: -42.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6675 - components: - - type: Transform - pos: -42.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6676 - components: - - type: Transform - pos: -42.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6677 - components: - - type: Transform - pos: -42.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6678 - components: - - type: Transform - pos: -42.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6679 - components: - - type: Transform - pos: -42.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6680 - components: - - type: Transform - pos: -42.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6681 - components: - - type: Transform - pos: -42.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6682 - components: - - type: Transform - pos: -42.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6683 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6684 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6685 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6686 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6689 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6695 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6696 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6697 - components: - - type: Transform - pos: -52.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6698 - components: - - type: Transform - pos: -52.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6699 - components: - - type: Transform - pos: -52.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6700 - components: - - type: Transform - pos: -52.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6702 - components: - - type: Transform - pos: -52.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6703 - components: - - type: Transform - pos: -52.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6704 - components: - - type: Transform - pos: -52.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6705 - components: - - type: Transform - pos: -52.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6706 - components: - - type: Transform - pos: -52.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6707 - components: - - type: Transform - pos: -52.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6708 - components: - - type: Transform - pos: -52.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6711 - components: - - type: Transform - pos: -52.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6712 - components: - - type: Transform - pos: -52.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6713 - components: - - type: Transform - pos: -52.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6714 - components: - - type: Transform - pos: -52.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6715 - components: - - type: Transform - pos: -52.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6716 - components: - - type: Transform - pos: -52.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6717 - components: - - type: Transform - pos: -52.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6718 - components: - - type: Transform - pos: -52.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6719 - components: - - type: Transform - pos: -52.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6720 - components: - - type: Transform - pos: -52.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6724 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6725 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6726 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6728 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6729 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6732 - components: - - type: Transform - pos: -42.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6734 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6735 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6736 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6737 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6738 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6740 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6741 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6742 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6744 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6745 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6746 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6750 - components: - - type: Transform - pos: 0.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6751 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6752 - components: - - type: Transform - pos: 0.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6753 - components: - - type: Transform - pos: 0.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6754 - components: - - type: Transform - pos: 0.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6755 - components: - - type: Transform - pos: 0.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6756 - components: - - type: Transform - pos: 0.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6757 - components: - - type: Transform - pos: 0.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6759 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6761 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6763 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6774 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6776 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6778 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6779 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6782 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6783 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6790 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6791 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6792 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6793 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6794 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6795 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6796 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6797 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6798 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6799 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6800 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6801 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6802 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6803 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6804 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6805 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6806 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6807 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6808 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6809 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6810 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6812 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6813 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6814 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6815 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6816 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6818 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6820 - components: - - type: Transform - pos: 0.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6821 - components: - - type: Transform - pos: 0.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6822 - components: - - type: Transform - pos: 0.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6823 - components: - - type: Transform - pos: 0.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6824 - components: - - type: Transform - pos: 0.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6825 - components: - - type: Transform - pos: 0.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6826 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6828 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6829 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6830 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6831 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6833 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6834 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6835 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6840 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6841 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6842 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6844 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6848 - components: - - type: Transform - pos: 9.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6849 - components: - - type: Transform - pos: 9.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6850 - components: - - type: Transform - pos: 9.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6852 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6853 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6854 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6857 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6859 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6860 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6861 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6865 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6866 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6869 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6870 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6873 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6874 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6875 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6879 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6881 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6882 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6883 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6884 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6885 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6886 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6887 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6888 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6889 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6890 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6891 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6893 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6895 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6897 - components: - - type: Transform - pos: -9.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6898 - components: - - type: Transform - pos: -9.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6899 - components: - - type: Transform - pos: -9.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6900 - components: - - type: Transform - pos: -9.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6901 - components: - - type: Transform - pos: -9.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6902 - components: - - type: Transform - pos: -9.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6903 - components: - - type: Transform - pos: -9.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6904 - components: - - type: Transform - pos: -9.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6905 - components: - - type: Transform - pos: -9.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6906 - components: - - type: Transform - pos: -9.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6914 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6915 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6917 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6919 - components: - - type: Transform - pos: -7.5,25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6920 - components: - - type: Transform - pos: -7.5,24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6921 - components: - - type: Transform - pos: -7.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6922 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6923 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6924 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6925 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6927 - components: - - type: Transform - pos: -1.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6928 - components: - - type: Transform - pos: -1.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6929 - components: - - type: Transform - pos: -1.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6930 - components: - - type: Transform - pos: -1.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6931 - components: - - type: Transform - pos: -1.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6932 - components: - - type: Transform - pos: -1.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6933 - components: - - type: Transform - pos: -1.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6934 - components: - - type: Transform - pos: -1.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6935 - components: - - type: Transform - pos: -1.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6936 - components: - - type: Transform - pos: -1.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6937 - components: - - type: Transform - pos: -1.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6938 - components: - - type: Transform - pos: -1.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6939 - components: - - type: Transform - pos: -1.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6940 - components: - - type: Transform - pos: -1.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6941 - components: - - type: Transform - pos: -1.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6942 - components: - - type: Transform - pos: -1.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6943 - components: - - type: Transform - pos: -1.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6944 - components: - - type: Transform - pos: -1.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6947 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6948 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6949 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6950 - components: - - type: Transform - pos: -5.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6954 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6955 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6956 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6957 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6959 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6961 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6963 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6965 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6966 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6967 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6968 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6969 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6970 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6971 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6972 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6973 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6974 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6975 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6976 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6977 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6978 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6979 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6980 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6982 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6983 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6985 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6986 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6988 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6995 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6996 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6999 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7002 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7003 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7004 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7005 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7006 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7009 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7010 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7011 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7012 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7013 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7014 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7016 - components: - - type: Transform - pos: 18.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7017 - components: - - type: Transform - pos: 18.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7019 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7020 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7021 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7022 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7023 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7025 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7026 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7027 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7028 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7029 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7030 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7036 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7037 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7038 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7039 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7040 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7046 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7047 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7048 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7049 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7050 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7051 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7054 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7055 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7056 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7060 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7061 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7062 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7063 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7065 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7066 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7067 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7068 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7070 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7071 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7072 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7073 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7074 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7075 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7076 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7078 - components: - - type: Transform - pos: 44.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7079 - components: - - type: Transform - pos: 44.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7080 - components: - - type: Transform - pos: 44.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7081 - components: - - type: Transform - pos: 44.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7082 - components: - - type: Transform - pos: 44.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7083 - components: - - type: Transform - pos: 44.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7084 - components: - - type: Transform - pos: 44.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7088 - components: - - type: Transform - pos: 44.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7090 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7091 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7092 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7097 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7098 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7099 - components: - - type: Transform - pos: 52.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7100 - components: - - type: Transform - pos: 52.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7101 - components: - - type: Transform - pos: 52.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7102 - components: - - type: Transform - pos: 52.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7103 - components: - - type: Transform - pos: 52.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7105 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7107 - components: - - type: Transform - pos: 52.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7108 - components: - - type: Transform - pos: 52.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7109 - components: - - type: Transform - pos: 52.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7110 - components: - - type: Transform - pos: 52.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7111 - components: - - type: Transform - pos: 52.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7112 - components: - - type: Transform - pos: 52.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7113 - components: - - type: Transform - pos: 52.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7114 - components: - - type: Transform - pos: 52.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7116 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7117 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7118 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7119 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7120 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7123 - components: - - type: Transform - pos: 58.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7124 - components: - - type: Transform - pos: 58.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7125 - components: - - type: Transform - pos: 58.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7128 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7129 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7130 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7131 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7132 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7135 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7136 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7137 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7138 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7139 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7140 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7142 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7145 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7146 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7147 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7149 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7154 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7155 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7156 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7157 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7158 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7160 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7161 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7162 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7164 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7168 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7169 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7171 - components: - - type: Transform - pos: -25.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7172 - components: - - type: Transform - pos: -25.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7173 - components: - - type: Transform - pos: -25.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7174 - components: - - type: Transform - pos: -25.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7175 - components: - - type: Transform - pos: -25.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7176 - components: - - type: Transform - pos: -25.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7178 - components: - - type: Transform - pos: -25.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7181 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7182 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7188 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7189 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7190 - components: - - type: Transform - pos: -28.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7191 - components: - - type: Transform - pos: -28.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7192 - components: - - type: Transform - pos: -20.5,9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7193 - components: - - type: Transform - pos: -20.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7195 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7197 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7198 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7199 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7200 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7203 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7204 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7205 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7206 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7210 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7215 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7216 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7217 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7220 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7224 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7225 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7226 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7227 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7228 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7229 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7230 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7231 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7232 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7235 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7236 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7238 - components: - - type: Transform - pos: -25.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7239 - components: - - type: Transform - pos: -25.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7243 - components: - - type: Transform - pos: -25.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7244 - components: - - type: Transform - pos: -25.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7246 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7247 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7248 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7250 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7251 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7252 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7253 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7254 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7255 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7256 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7257 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7258 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7259 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7262 - components: - - type: Transform - pos: -25.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7263 - components: - - type: Transform - pos: -25.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7266 - components: - - type: Transform - pos: -25.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7267 - components: - - type: Transform - pos: -25.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7268 - components: - - type: Transform - pos: -25.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7269 - components: - - type: Transform - pos: -25.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7271 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7273 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7274 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7275 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7276 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7277 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7278 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7281 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7283 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7284 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7285 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7287 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7288 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7289 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7292 - components: - - type: Transform - pos: -44.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7293 - components: - - type: Transform - pos: -44.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7294 - components: - - type: Transform - pos: -44.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7295 - components: - - type: Transform - pos: -44.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7296 - components: - - type: Transform - pos: -44.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7297 - components: - - type: Transform - pos: -44.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7298 - components: - - type: Transform - pos: -44.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7299 - components: - - type: Transform - pos: -44.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7300 - components: - - type: Transform - pos: -44.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7301 - components: - - type: Transform - pos: -44.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7302 - components: - - type: Transform - pos: -44.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7303 - components: - - type: Transform - pos: -44.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7304 - components: - - type: Transform - pos: -44.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7308 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7309 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7310 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7311 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7317 - components: - - type: Transform - pos: -51.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7318 - components: - - type: Transform - pos: -51.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7319 - components: - - type: Transform - pos: -51.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7320 - components: - - type: Transform - pos: -51.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7321 - components: - - type: Transform - pos: -51.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7322 - components: - - type: Transform - pos: -51.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7323 - components: - - type: Transform - pos: -51.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7324 - components: - - type: Transform - pos: -51.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7325 - components: - - type: Transform - pos: -51.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7326 - components: - - type: Transform - pos: -51.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7327 - components: - - type: Transform - pos: -51.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7330 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7331 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7334 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7336 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7337 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7338 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7339 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7341 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7344 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7345 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7346 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7350 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7352 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7353 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7354 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7355 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7356 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7358 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7359 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7360 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7361 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7362 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7363 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7364 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7368 - components: - - type: Transform - pos: -34.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7369 - components: - - type: Transform - pos: -34.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7370 - components: - - type: Transform - pos: -34.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7371 - components: - - type: Transform - pos: -34.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7372 - components: - - type: Transform - pos: -34.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7373 - components: - - type: Transform - pos: -34.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7374 - components: - - type: Transform - pos: -34.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7375 - components: - - type: Transform - pos: -34.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7376 - components: - - type: Transform - pos: -34.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7377 - components: - - type: Transform - pos: -34.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7378 - components: - - type: Transform - pos: -34.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7379 - components: - - type: Transform - pos: -34.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7382 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7383 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7384 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7385 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-3.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7386 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7387 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7390 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7393 - components: - - type: Transform - pos: -1.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7394 - components: - - type: Transform - pos: -1.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7395 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7396 - components: - - type: Transform - pos: -1.5,-10.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7397 - components: - - type: Transform - pos: -1.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7398 - components: - - type: Transform - pos: -1.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7399 - components: - - type: Transform - pos: -1.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7400 - components: - - type: Transform - pos: -1.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7401 - components: - - type: Transform - pos: -1.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7402 - components: - - type: Transform - pos: -1.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7406 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7408 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7412 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7413 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7414 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7416 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7417 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7418 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7421 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7422 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7423 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7432 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7433 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7434 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7438 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7439 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7440 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7441 - components: - - type: Transform - pos: -8.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7442 - components: - - type: Transform - pos: -8.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7443 - components: - - type: Transform - pos: -8.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7444 - components: - - type: Transform - pos: -8.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7445 - components: - - type: Transform - pos: -12.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7446 - components: - - type: Transform - pos: -12.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7447 - components: - - type: Transform - pos: -12.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7448 - components: - - type: Transform - pos: -12.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7450 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7451 - components: - - type: Transform - pos: -14.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7452 - components: - - type: Transform - pos: -14.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7453 - components: - - type: Transform - pos: -14.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7454 - components: - - type: Transform - pos: -14.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7455 - components: - - type: Transform - pos: -14.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7456 - components: - - type: Transform - pos: -14.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7463 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7464 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7465 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7466 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7467 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7468 - components: - - type: Transform - pos: -1.5,-23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7470 - components: - - type: Transform - pos: -1.5,-24.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7471 - components: - - type: Transform - pos: -1.5,-25.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7472 - components: - - type: Transform - pos: -1.5,-26.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7473 - components: - - type: Transform - pos: -1.5,-27.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7474 - components: - - type: Transform - pos: -1.5,-28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7475 - components: - - type: Transform - pos: -1.5,-29.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7476 - components: - - type: Transform - pos: -1.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7477 - components: - - type: Transform - pos: -1.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7480 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7481 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7482 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7483 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7484 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7485 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7486 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7487 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7488 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7490 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7491 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7496 - components: - - type: Transform - pos: 13.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7498 - components: - - type: Transform - pos: 13.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7499 - components: - - type: Transform - pos: 8.5,-34.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7500 - components: - - type: Transform - pos: 8.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7501 - components: - - type: Transform - pos: 8.5,-36.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7502 - components: - - type: Transform - pos: 8.5,-37.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7503 - components: - - type: Transform - pos: 8.5,-38.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7504 - components: - - type: Transform - pos: 8.5,-39.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7505 - components: - - type: Transform - pos: 8.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7506 - components: - - type: Transform - pos: 8.5,-41.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7507 - components: - - type: Transform - pos: 8.5,-42.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7508 - components: - - type: Transform - pos: 8.5,-43.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7509 - components: - - type: Transform - pos: 8.5,-44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7514 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7515 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7516 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7517 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7519 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7520 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7521 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7522 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7524 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7525 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7526 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7527 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7528 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7530 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7534 - components: - - type: Transform - pos: -11.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7535 - components: - - type: Transform - pos: -11.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7536 - components: - - type: Transform - pos: -11.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7537 - components: - - type: Transform - pos: -11.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7538 - components: - - type: Transform - pos: -11.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7539 - components: - - type: Transform - pos: -11.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7540 - components: - - type: Transform - pos: -11.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7541 - components: - - type: Transform - pos: -11.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7542 - components: - - type: Transform - pos: -11.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7544 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7545 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7547 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-49.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7548 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-50.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7549 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-51.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7550 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-52.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7551 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-53.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7552 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-54.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7553 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-55.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7554 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-56.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7555 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-57.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7556 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7557 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-59.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7558 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-60.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7559 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7560 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 8700 - components: - - type: Transform - pos: -4.5,37.5 - parent: 2 - - uid: 9110 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9119 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9120 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9122 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9123 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9124 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9176 - components: - - type: Transform - pos: 13.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9177 - components: - - type: Transform - pos: 13.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9178 - components: - - type: Transform - pos: 13.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9179 - components: - - type: Transform - pos: 13.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9180 - components: - - type: Transform - pos: 9.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9181 - components: - - type: Transform - pos: 9.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9182 - components: - - type: Transform - pos: 9.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9183 - components: - - type: Transform - pos: 9.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9184 - components: - - type: Transform - pos: 5.5,-18.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9185 - components: - - type: Transform - pos: 5.5,-19.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9186 - components: - - type: Transform - pos: 5.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9187 - components: - - type: Transform - pos: 5.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9188 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9189 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9190 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9191 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9192 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9193 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9194 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9195 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9196 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9197 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9198 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9199 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9200 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9201 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9202 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9203 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9204 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9205 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-17.5 - parent: 2 - - uid: 9501 - components: - - type: Transform - pos: -5.5,35.5 - parent: 2 -- proto: GasPipeTJunction - entities: - - uid: 777 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1187 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-47.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2623 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6322 - components: - - type: Transform - pos: 1.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6355 - components: - - type: Transform - pos: 22.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6390 - components: - - type: Transform - pos: 45.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6416 + pos: 0.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable + - uid: 811 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6419 + pos: -0.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable + - uid: 812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6437 + pos: -1.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable + - uid: 813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6439 + pos: -2.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable + - uid: 814 components: - type: Transform - pos: 21.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6455 + pos: -3.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable + - uid: 815 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6474 + pos: -4.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - RCDDeconstructable +- proto: Chair + entities: + - uid: 2013 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6484 + rot: -1.5707963267948966 rad + pos: -7.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 593 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6527 + pos: -7.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 603 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6542 + rot: -1.5707963267948966 rad + pos: -7.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-0.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6554 + rot: -1.5707963267948966 rad + pos: -7.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6577 + rot: -1.5707963267948966 rad + pos: -11.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 606 components: - type: Transform - pos: -23.5,10.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6593 + rot: -1.5707963267948966 rad + pos: -11.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 607 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6598 + pos: -11.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6599 + rot: -1.5707963267948966 rad + pos: -11.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 609 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6605 + pos: -13.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 610 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6614 + rot: 1.5707963267948966 rad + pos: -13.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 611 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6622 + rot: 1.5707963267948966 rad + pos: -13.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 612 components: - type: Transform - pos: -24.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6633 + rot: 1.5707963267948966 rad + pos: -13.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 613 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6638 + pos: -9.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 614 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6672 + pos: -9.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6701 + rot: 1.5707963267948966 rad + pos: -9.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 616 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6721 + rot: 1.5707963267948966 rad + pos: -9.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 617 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6749 + rot: 1.5707963267948966 rad + pos: 6.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 618 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6787 + pos: 6.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 619 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6788 + pos: 6.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6836 + rot: 1.5707963267948966 rad + pos: 6.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 621 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6847 + rot: 1.5707963267948966 rad + pos: 10.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 622 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-35.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6910 + pos: 10.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6952 + rot: 1.5707963267948966 rad + pos: 10.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6962 + rot: 1.5707963267948966 rad + pos: 10.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 625 components: - type: Transform - pos: 2.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6989 + rot: -1.5707963267948966 rad + pos: 8.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 626 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6990 + rot: -1.5707963267948966 rad + pos: 8.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 627 components: - type: Transform - pos: 24.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6991 + rot: -1.5707963267948966 rad + pos: 8.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 628 components: - type: Transform - pos: 26.5,0.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6992 + rot: -1.5707963267948966 rad + pos: 8.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 629 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6993 + pos: 12.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 630 components: - type: Transform - pos: 25.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6997 + rot: -1.5707963267948966 rad + pos: 12.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 631 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,6.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7043 + rot: -1.5707963267948966 rad + pos: 12.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 632 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,-8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7052 + pos: 12.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 847 components: - type: Transform - pos: 29.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7085 + rot: 1.5707963267948966 rad + pos: -12.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 848 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7087 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7093 + pos: -8.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 849 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7095 + rot: -1.5707963267948966 rad + pos: -8.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 850 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-9.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7096 + pos: -8.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible +- proto: ChairOfficeDark + entities: + - uid: 18 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7121 + anchored: True + rot: 3.141592653589793 rad + pos: 9.5,3.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible +- proto: ChairWood + entities: + - uid: 2355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7177 + anchored: True + pos: 10.5,1.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable + - uid: 591 components: - type: Transform - pos: -25.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7183 + anchored: True + rot: 1.5707963267948966 rad + pos: 8.5,0.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable + - uid: 703 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7184 + anchored: True + pos: 9.5,1.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable + - uid: 704 components: - type: Transform - pos: -19.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7186 + anchored: True + rot: 1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable +- proto: ChessBoard + entities: + - uid: 714 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7187 + pos: 12.5093775,-2.403601 + parent: 818 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7218 + pos: -5.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction +- proto: ClosetWallFireFilledRandom + entities: + - uid: 432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7222 + pos: 4.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction +- proto: ComfyChair + entities: + - uid: 595 components: - type: Transform - pos: -31.5,11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7234 + rot: 3.141592653589793 rad + pos: 6.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7240 + pos: 12.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7264 + pos: 12.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-11.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7305 + rot: 3.141592653589793 rad + pos: 12.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7306 + rot: 3.141592653589793 rad + pos: 12.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible +- proto: DisposalBend + entities: + - uid: 853 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7314 + pos: -10.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 862 components: - type: Transform - pos: -50.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7316 + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7328 + pos: 3.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 893 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,-1.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7342 + pos: -4.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 898 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-22.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7404 + rot: 3.141592653589793 rad + pos: 9.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 899 components: - type: Transform - pos: -0.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7429 + pos: 9.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 900 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7430 + rot: 3.141592653589793 rad + pos: 3.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible +- proto: DisposalJunctionFlipped + entities: + - uid: 892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7478 + rot: 3.141592653589793 rad + pos: 3.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible +- proto: DisposalPipe + entities: + - uid: 854 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,-32.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7489 + pos: -11.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 855 components: - type: Transform - pos: 8.5,-33.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9108 + rot: 3.141592653589793 rad + pos: -10.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 856 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,15.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasVentPump - entities: - - uid: 6179 + pos: -10.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 857 components: - type: Transform - pos: 32.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6278 + rot: 3.141592653589793 rad + pos: -10.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6301 + rot: 3.141592653589793 rad + pos: -10.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 859 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,21.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6320 + pos: -10.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 860 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6357 + pos: -10.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 861 components: - type: Transform rot: 3.141592653589793 rad - pos: 21.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6427 + pos: -10.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-6.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6428 + rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 864 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6429 + pos: -8.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 865 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6430 + rot: 1.5707963267948966 rad + pos: -7.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 866 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6431 + rot: 1.5707963267948966 rad + pos: -6.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 867 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-13.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6441 + rot: 1.5707963267948966 rad + pos: -5.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6458 + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 869 components: - type: Transform - pos: 34.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6459 + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 870 components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,7.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6460 + pos: -2.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 871 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-14.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6466 + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 872 components: - type: Transform - pos: 50.5,-12.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6471 + rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 873 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,-17.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6483 + pos: 0.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 874 components: - type: Transform - pos: 53.5,-4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6487 + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 875 components: - type: Transform - pos: 56.5,-12.5 + pos: 18.5,-38.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6488 + - uid: 876 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-15.5 + pos: 18.5,-37.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6508 + - uid: 2920 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-21.5 + pos: -11.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6528 + - type: DeviceLinkSink + links: + - 9167 + - uid: 2921 components: - type: Transform - pos: -1.5,-0.5 + pos: -11.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6552 + - type: DeviceLinkSink + links: + - 9167 + - uid: 2922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-0.5 + pos: -2.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6561 + - type: DeviceLinkSink + links: + - 9168 + - uid: 2923 components: - type: Transform - pos: -30.5,6.5 + pos: -1.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6566 + - type: DeviceLinkSink + links: + - 9168 + - uid: 2924 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,5.5 + pos: -0.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6572 + - type: DeviceLinkSink + links: + - 9168 + - uid: 2925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,5.5 + pos: 0.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6589 + - type: DeviceLinkSink + links: + - 9168 + - uid: 2926 components: - type: Transform - pos: -15.5,14.5 + pos: 1.5,-10.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6606 + - type: DeviceLinkSink + links: + - 9168 + - uid: 2927 components: - type: Transform - pos: -32.5,14.5 + pos: 10.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6613 + - type: DeviceLinkSink + links: + - 9166 + - uid: 2928 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,13.5 + pos: 10.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6621 + - type: DeviceLinkSink + links: + - 9166 + - uid: 2929 components: - type: Transform - pos: -17.5,-5.5 + pos: 10.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6632 + - type: DeviceLinkSink + links: + - 9166 + - uid: 2930 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-7.5 + pos: 10.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6639 + - type: DeviceLinkSink + links: + - 9166 + - uid: 2931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-12.5 + pos: 10.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6640 + - type: DeviceLinkSink + links: + - 9166 + - uid: 2932 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-18.5 + pos: 1.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6692 + - type: DeviceLinkSink + links: + - 7787 + - uid: 2933 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-10.5 + pos: 0.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6709 + - type: DeviceLinkSink + links: + - 7787 + - uid: 2934 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-4.5 + pos: -0.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6722 + - type: DeviceLinkSink + links: + - 7787 + - uid: 2935 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-20.5 + pos: -1.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6723 + - type: DeviceLinkSink + links: + - 7787 + - uid: 2936 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-27.5 + pos: -2.5,9.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6730 + - type: DeviceLinkSink + links: + - 7787 +- proto: BluespaceBeaker + entities: + - uid: 7734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,3.5 + pos: -3.478174,15.587257 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6747 +- proto: Blunt + entities: + - uid: 9495 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-25.5 + pos: -0.7027468,38.8873 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6765 +- proto: BodyBagFolded + entities: + - uid: 2019 components: - type: Transform - pos: 7.5,-14.5 + pos: -17.710842,-3.8202307 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6766 + - uid: 8049 components: - type: Transform - pos: -10.5,-10.5 + pos: -39.39791,4.7876472 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6767 + - uid: 9673 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-22.5 + pos: -3.5,35.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6768 +- proto: BookBartendersManual + entities: + - uid: 1634 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-22.5 + pos: 20.599146,-29.45145 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6769 +- proto: BookChemicalCompendium + entities: + - uid: 7990 components: - type: Transform - pos: -16.5,-10.5 + rot: 1.5707963267948966 rad + pos: -27.532465,-5.4157457 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6770 +- proto: BookEngineersHandbook + entities: + - uid: 1535 components: - type: Transform - pos: -6.5,-10.5 + rot: -1.5707963267948966 rad + pos: 52.34361,-9.281574 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6772 +- proto: BookRandom + entities: + - uid: 2970 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-22.5 + rot: 1.5707963267948966 rad + pos: -5.5868554,21.578016 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6819 +- proto: BookScientistsGuidebook + entities: + - uid: 901 components: - type: Transform - pos: -15.5,-14.5 + pos: 23.551973,8.677123 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6827 +- proto: BookSecurity + entities: + - uid: 2114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-22.5 + pos: -28.510689,6.64287 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6838 +- proto: BookshelfFilled + entities: + - uid: 373 components: - type: Transform - pos: 1.5,-30.5 + pos: -6.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6876 + - uid: 1224 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-35.5 + pos: 32.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6877 + - uid: 1225 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-57.5 + pos: 31.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6908 + - uid: 1226 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-58.5 + pos: 30.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 7510 + - uid: 2590 components: - type: Transform - pos: -7.5,-46.5 + pos: -54.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8101 + - uid: 2591 components: - type: Transform - pos: -43.5,-8.5 + pos: -50.5,5.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9106 + - uid: 2758 components: - type: Transform - pos: -26.5,21.5 + pos: -50.5,-24.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9107 +- proto: BoozeDispenser + entities: + - uid: 1611 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,17.5 + pos: 14.5,-28.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9117 + - uid: 2529 components: - type: Transform - pos: -22.5,17.5 + rot: 1.5707963267948966 rad + pos: -58.5,-12.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' -- proto: GasVentScrubber +- proto: BorgCharger entities: - - uid: 3065 + - uid: 4 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-22.5 + pos: 11.5,-14.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6926 + - uid: 7796 components: - type: Transform - pos: -3.5,23.5 + pos: -7.5,-5.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6951 +- proto: BoxFolderBlack + entities: + - uid: 1070 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,1.5 + pos: 30.556377,7.6372237 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6960 + - uid: 2341 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-0.5 + pos: -33.955326,15.646605 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6984 +- proto: BoxFolderBlue + entities: + - uid: 1963 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,-0.5 + pos: -54.60803,-2.3818717 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6994 + - uid: 8145 components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,5.5 + pos: -55.601955,-21.708435 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6998 +- proto: BoxFolderCentCom + entities: + - uid: 2914 components: - type: Transform - pos: 28.5,7.5 + pos: 0.121657684,1.5684686 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7008 +- proto: BoxFolderClipboard + entities: + - uid: 1093 components: - type: Transform - pos: 37.5,7.5 + pos: 20.562931,-5.520147 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7018 + - uid: 2039 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,3.5 + rot: -1.5707963267948966 rad + pos: -21.518494,-8.45272 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7033 + - uid: 2253 components: - type: Transform - pos: 30.5,-4.5 + pos: -24.658968,12.5778 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7042 + - uid: 2299 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,-5.5 + pos: -16.479166,10.842613 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7044 + - uid: 6674 components: - type: Transform rot: 1.5707963267948966 rad - pos: 23.5,-8.5 + pos: -55.470604,-1.5442758 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7053 + - uid: 8003 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-12.5 + rot: -1.5707963267948966 rad + pos: -22.537085,-11.464508 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7059 +- proto: BoxFolderGrey + entities: + - uid: 7815 components: - type: Transform - pos: 34.5,-10.5 + pos: 26.430199,5.547898 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7086 +- proto: BoxFolderRed + entities: + - uid: 8098 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,-7.5 + pos: -35.58732,10.571522 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7094 +- proto: BoxFolderWhite + entities: + - uid: 2040 components: - type: Transform - pos: 49.5,-8.5 + rot: 3.141592653589793 rad + pos: -25.001276,-13.388158 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7106 +- proto: BoxFolderYellow + entities: + - uid: 1505 components: - type: Transform rot: 1.5707963267948966 rad - pos: 50.5,-3.5 + pos: 55.520176,-13.36852 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7115 +- proto: BoxLatexGloves + entities: + - uid: 1919 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-19.5 + pos: -18.027534,-8.318678 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7122 +- proto: BoxLighttube + entities: + - uid: 9540 components: - type: Transform - pos: 58.5,-11.5 + pos: 7.699898,27.713648 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7127 +- proto: BoxMRE + entities: + - uid: 8213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-16.5 + pos: 5.4727316,-14.403693 + parent: 2 + - uid: 9059 + components: + - type: Transform + pos: -23.63846,15.694461 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7150 +- proto: BrokenBottle + entities: + - uid: 8623 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,-23.5 + pos: -30.5393,-12.893633 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7185 +- proto: Bucket + entities: + - uid: 8594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,7.5 + pos: 12.160258,-8.698183 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7202 + - uid: 9536 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,7.5 + pos: 7.981148,26.885523 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7208 +- proto: ButtonFrameGrey + entities: + - uid: 9490 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,7.5 + pos: -20.5,14.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7214 +- proto: CableApcExtension + entities: + - uid: 3249 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,11.5 + pos: 4.5,29.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7219 + - uid: 4320 components: - type: Transform - pos: -28.5,16.5 + pos: 9.5,-47.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7223 + - uid: 4346 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,10.5 + pos: 2.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7233 + - uid: 4347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,11.5 + pos: 2.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7237 + - uid: 4348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-2.5 + pos: 2.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7241 + - uid: 4349 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-5.5 + pos: 1.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7249 + - uid: 4350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-8.5 + pos: 0.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7261 + - uid: 4351 components: - type: Transform - pos: -14.5,-7.5 + pos: -0.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7265 + - uid: 4352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-11.5 + pos: -1.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7272 + - uid: 4353 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-16.5 + pos: -2.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7312 + - uid: 4354 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-15.5 + pos: 3.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7315 + - uid: 4355 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-14.5 + pos: 4.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7329 + - uid: 4356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-1.5 + pos: 5.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7333 + - uid: 4357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,1.5 + pos: 5.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7343 + - uid: 4358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-22.5 + pos: 5.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7349 + - uid: 4359 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-28.5 + pos: 5.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7381 + - uid: 4360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-36.5 + pos: 5.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7405 + - uid: 4361 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-18.5 + pos: 4.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7420 + - uid: 4362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-17.5 + pos: 4.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7431 + - uid: 4363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-16.5 + pos: 3.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7457 + - uid: 4364 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-21.5 + pos: 2.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7458 + - uid: 4365 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-20.5 + pos: 1.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7459 + - uid: 4366 components: - type: Transform - pos: -8.5,-11.5 + pos: 0.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7460 + - uid: 4367 components: - type: Transform - pos: -14.5,-12.5 + pos: -0.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7461 + - uid: 4368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-12.5 + pos: -1.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7462 + - uid: 4369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-20.5 + pos: -2.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7495 + - uid: 4370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-32.5 + pos: -3.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7497 + - uid: 4371 components: - type: Transform - pos: 13.5,-30.5 + pos: -4.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7513 + - uid: 4372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-45.5 + pos: -5.5,4.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7543 + - uid: 4373 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-55.5 + pos: -5.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 7562 + - uid: 4374 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-64.5 + pos: -6.5,3.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9105 + - uid: 4375 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,19.5 + pos: -6.5,2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9116 + - uid: 4376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,15.5 + pos: -6.5,1.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9171 + - uid: 4377 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-22.5 + pos: -6.5,0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9172 + - uid: 4378 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-22.5 + pos: -6.5,-0.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9173 + - uid: 4379 components: - type: Transform - pos: 5.5,-10.5 + pos: -6.5,-1.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9174 + - uid: 4380 components: - type: Transform - pos: 9.5,-10.5 + pos: -6.5,-2.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 9175 + - uid: 4381 components: - type: Transform - pos: 13.5,-10.5 + pos: -6.5,-3.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' -- proto: GasVolumePump - entities: - - uid: 7956 + - uid: 4382 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,38.5 + pos: -6.5,-4.5 parent: 2 - - uid: 8572 + - uid: 4383 components: - type: Transform - pos: -6.5,35.5 + pos: -5.5,-4.5 parent: 2 -- proto: GlowstickBase - entities: - - uid: 7938 + - uid: 4384 components: - type: Transform - pos: 47.39579,-16.473925 + pos: -5.5,-5.5 parent: 2 -- proto: GlowstickRed - entities: - - uid: 7845 + - uid: 4385 components: - type: Transform - pos: 31.530577,-4.1122193 + pos: -4.5,-5.5 parent: 2 -- proto: GlowstickYellow - entities: - - uid: 9103 + - uid: 4386 components: - type: Transform - pos: 56.605877,-15.396398 + pos: -3.5,-5.5 parent: 2 - - uid: 9104 + - uid: 4387 components: - type: Transform - pos: 56.684002,-15.474523 + pos: -2.5,-5.5 parent: 2 -- proto: GravityGenerator - entities: - - uid: 9624 + - uid: 4388 components: - type: Transform - pos: 8.5,37.5 + pos: -1.5,-5.5 parent: 2 -- proto: Grille - entities: - - uid: 26 + - uid: 4389 components: - type: Transform - pos: 8.5,-14.5 + pos: -0.5,-5.5 parent: 2 - - uid: 27 + - uid: 4390 components: - type: Transform - pos: 8.5,-13.5 + pos: 0.5,-5.5 parent: 2 - - uid: 28 + - uid: 4391 components: - type: Transform - pos: 3.5,-16.5 + pos: 1.5,-5.5 parent: 2 - - uid: 29 + - uid: 4392 components: - type: Transform - pos: 8.5,-12.5 + pos: 2.5,-5.5 parent: 2 - - uid: 38 + - uid: 4393 components: - type: Transform - pos: 12.5,-11.5 + pos: 3.5,-5.5 parent: 2 - - uid: 47 + - uid: 4394 components: - type: Transform - pos: 8.5,-18.5 + pos: 4.5,-5.5 parent: 2 - - uid: 48 + - uid: 4395 components: - type: Transform - pos: 8.5,-21.5 + pos: 4.5,-4.5 parent: 2 - - uid: 58 + - uid: 4396 components: - type: Transform - pos: 8.5,-19.5 + pos: 5.5,-4.5 parent: 2 - - uid: 68 + - uid: 4397 components: - type: Transform - pos: 1.5,-19.5 + pos: 5.5,-3.5 parent: 2 - - uid: 69 + - uid: 4398 components: - type: Transform - pos: 2.5,-18.5 + pos: 5.5,-2.5 parent: 2 - - uid: 77 + - uid: 4399 components: - type: Transform - pos: 12.5,-20.5 + pos: 5.5,-1.5 parent: 2 - - uid: 82 + - uid: 4400 components: - type: Transform - pos: 12.5,-19.5 + pos: -0.5,-6.5 parent: 2 - - uid: 83 + - uid: 4401 components: - type: Transform - pos: 12.5,-18.5 + pos: -0.5,-7.5 parent: 2 - - uid: 107 + - uid: 4402 components: - type: Transform - pos: 8.5,-11.5 + pos: -0.5,-8.5 parent: 2 - - uid: 111 + - uid: 4403 components: - type: Transform - pos: 6.5,-7.5 + pos: -0.5,-9.5 parent: 2 - - uid: 112 + - uid: 4404 components: - type: Transform - pos: 5.5,-7.5 + pos: -0.5,-10.5 parent: 2 - - uid: 122 + - uid: 4405 components: - type: Transform - pos: -7.5,-6.5 + pos: -0.5,-11.5 parent: 2 - - uid: 142 + - uid: 4406 components: - type: Transform - pos: 12.5,-21.5 + pos: 6.5,-0.5 parent: 2 - - uid: 160 + - uid: 4407 components: - type: Transform - pos: 8.5,-20.5 + pos: 7.5,-0.5 parent: 2 - - uid: 175 + - uid: 4408 components: - type: Transform - pos: 12.5,-13.5 + pos: 8.5,-0.5 parent: 2 - - uid: 177 + - uid: 4409 components: - type: Transform - pos: 12.5,-14.5 + pos: 9.5,-0.5 parent: 2 - - uid: 179 + - uid: 4410 components: - type: Transform - pos: 12.5,-12.5 + pos: 10.5,-0.5 parent: 2 - - uid: 182 + - uid: 4411 components: - type: Transform - pos: 1.5,-18.5 + pos: 11.5,-0.5 parent: 2 - - uid: 183 + - uid: 4412 components: - type: Transform - pos: 2.5,-14.5 + pos: -0.5,5.5 parent: 2 - - uid: 185 + - uid: 4413 components: - type: Transform - pos: 1.5,-14.5 + pos: -0.5,6.5 parent: 2 - - uid: 193 + - uid: 4414 components: - type: Transform - pos: -3.5,-20.5 + pos: -0.5,7.5 parent: 2 - - uid: 194 + - uid: 4415 components: - type: Transform - pos: -4.5,-20.5 + pos: -0.5,8.5 parent: 2 - - uid: 221 + - uid: 4416 components: - type: Transform - pos: 2.5,-20.5 + pos: -0.5,9.5 parent: 2 - - uid: 228 + - uid: 4417 components: - type: Transform - pos: 3.5,-20.5 + pos: -0.5,10.5 parent: 2 - - uid: 262 + - uid: 4418 components: - type: Transform - pos: -17.5,-17.5 + pos: -7.5,-0.5 parent: 2 - - uid: 263 + - uid: 4419 components: - type: Transform - pos: -17.5,-16.5 + pos: -8.5,-0.5 parent: 2 - - uid: 264 + - uid: 4420 components: - type: Transform - pos: -17.5,-15.5 + pos: -9.5,-0.5 parent: 2 - - uid: 273 + - uid: 4421 components: - type: Transform - pos: -14.5,-23.5 + pos: -10.5,-0.5 parent: 2 - - uid: 275 + - uid: 4422 components: - type: Transform - pos: -7.5,-23.5 + pos: -11.5,-0.5 parent: 2 - - uid: 323 + - uid: 4423 components: - type: Transform - pos: -3.5,-18.5 + pos: -12.5,-0.5 parent: 2 - - uid: 324 + - uid: 4424 components: - type: Transform - pos: -2.5,-18.5 + pos: -3.5,-0.5 parent: 2 - - uid: 325 + - uid: 4425 components: - type: Transform - pos: -2.5,-19.5 + pos: -4.5,-0.5 parent: 2 - - uid: 326 + - uid: 4426 components: - type: Transform - pos: -3.5,-14.5 + pos: -5.5,-0.5 parent: 2 - - uid: 327 + - uid: 4427 components: - type: Transform - pos: -2.5,-14.5 + pos: -3.5,24.5 parent: 2 - - uid: 347 + - uid: 4428 components: - type: Transform - pos: 16.5,-17.5 + pos: -3.5,23.5 parent: 2 - - uid: 348 + - uid: 4429 components: - type: Transform - pos: 16.5,-16.5 + pos: -3.5,22.5 parent: 2 - - uid: 349 + - uid: 4430 components: - type: Transform - pos: 16.5,-15.5 + pos: -2.5,22.5 parent: 2 - - uid: 431 + - uid: 4431 components: - type: Transform - pos: 6.5,-6.5 + pos: -1.5,22.5 parent: 2 - - uid: 433 + - uid: 4432 components: - type: Transform - pos: -8.5,-23.5 + pos: -0.5,22.5 parent: 2 - - uid: 435 + - uid: 4433 components: - type: Transform - pos: 7.5,-6.5 + pos: 0.5,22.5 parent: 2 - - uid: 446 + - uid: 4434 components: - type: Transform - pos: -6.5,-7.5 + pos: 1.5,22.5 parent: 2 - - uid: 447 + - uid: 4435 components: - type: Transform - pos: 7.5,-5.5 + pos: 2.5,22.5 parent: 2 - - uid: 448 + - uid: 4436 components: - type: Transform - pos: -3.5,-7.5 + pos: -0.5,23.5 parent: 2 - - uid: 472 + - uid: 4437 components: - type: Transform - pos: -2.5,-12.5 + pos: -0.5,24.5 parent: 2 - - uid: 530 + - uid: 4438 components: - type: Transform - pos: -2.5,-28.5 + pos: -0.5,25.5 parent: 2 - - uid: 533 + - uid: 4439 components: - type: Transform - pos: -2.5,-27.5 + pos: -0.5,26.5 parent: 2 - - uid: 534 + - uid: 4440 components: - type: Transform - pos: -2.5,-26.5 + pos: 2.5,23.5 parent: 2 - - uid: 559 + - uid: 4441 components: - type: Transform - pos: -15.5,-23.5 + pos: 2.5,24.5 parent: 2 - - uid: 560 + - uid: 4442 components: - type: Transform - pos: -12.5,-23.5 + pos: 2.5,25.5 parent: 2 - - uid: 561 + - uid: 4443 components: - type: Transform - pos: -11.5,-23.5 + pos: 2.5,26.5 parent: 2 - - uid: 562 + - uid: 4444 components: - type: Transform - pos: -10.5,-23.5 + pos: 2.5,27.5 parent: 2 - - uid: 568 + - uid: 4445 components: - type: Transform - pos: -5.5,-48.5 + pos: 2.5,28.5 parent: 2 - - uid: 569 + - uid: 4446 components: - type: Transform - pos: 4.5,-48.5 + pos: 2.5,29.5 parent: 2 - - uid: 590 + - uid: 4447 components: - type: Transform - pos: -13.5,-53.5 + pos: -4.5,22.5 parent: 2 - - uid: 592 + - uid: 4448 components: - type: Transform - pos: 13.5,-60.5 + pos: -5.5,22.5 parent: 2 - - uid: 593 + - uid: 4449 components: - type: Transform - pos: -6.5,-62.5 + pos: -6.5,22.5 parent: 2 - - uid: 594 + - uid: 4450 components: - type: Transform - pos: -6.5,-61.5 + pos: -7.5,22.5 parent: 2 - - uid: 595 + - uid: 4451 components: - type: Transform - pos: -6.5,-60.5 + pos: -8.5,22.5 parent: 2 - - uid: 596 + - uid: 4452 components: - type: Transform - pos: -6.5,-59.5 + pos: -8.5,23.5 parent: 2 - - uid: 597 + - uid: 4453 components: - type: Transform - pos: -7.5,-55.5 + pos: -8.5,24.5 parent: 2 - - uid: 598 + - uid: 4454 components: - type: Transform - pos: -7.5,-54.5 + pos: -8.5,25.5 parent: 2 - - uid: 599 + - uid: 4455 components: - type: Transform - pos: -7.5,-53.5 + pos: -3.5,25.5 parent: 2 - - uid: 600 + - uid: 4456 components: - type: Transform - pos: 3.5,-48.5 + pos: -3.5,26.5 parent: 2 - - uid: 601 + - uid: 4457 components: - type: Transform - pos: -4.5,-49.5 + pos: -3.5,27.5 parent: 2 - - uid: 602 + - uid: 4458 components: - type: Transform - pos: -3.5,-49.5 + pos: -3.5,28.5 parent: 2 - - uid: 603 + - uid: 4459 components: - type: Transform - pos: 2.5,-49.5 + pos: -3.5,29.5 parent: 2 - - uid: 604 + - uid: 4460 components: - type: Transform - pos: 3.5,-49.5 + pos: -2.5,29.5 parent: 2 - - uid: 605 + - uid: 4461 components: - type: Transform - pos: -4.5,-48.5 + pos: -1.5,29.5 parent: 2 - - uid: 606 + - uid: 4462 components: - type: Transform - pos: 6.5,-53.5 + pos: -0.5,29.5 parent: 2 - - uid: 607 + - uid: 4463 components: - type: Transform - pos: 6.5,-54.5 + pos: 0.5,29.5 parent: 2 - - uid: 608 + - uid: 4464 components: - type: Transform - pos: 6.5,-55.5 + pos: -4.5,26.5 parent: 2 - - uid: 609 + - uid: 4465 components: - type: Transform - pos: 13.5,-59.5 + pos: -5.5,26.5 parent: 2 - - uid: 614 + - uid: 4466 components: - type: Transform - pos: 7.5,-67.5 + pos: -6.5,26.5 parent: 2 - - uid: 615 + - uid: 4467 components: - type: Transform - pos: 6.5,-67.5 + pos: 0.5,37.5 parent: 2 - - uid: 616 + - uid: 4468 components: - type: Transform - pos: 6.5,-66.5 + pos: 0.5,38.5 parent: 2 - - uid: 617 + - uid: 4469 components: - type: Transform - pos: 5.5,-62.5 + pos: 0.5,30.5 parent: 2 - - uid: 618 + - uid: 4470 components: - type: Transform - pos: 5.5,-61.5 + pos: 0.5,31.5 parent: 2 - - uid: 619 + - uid: 4471 components: - type: Transform - pos: 5.5,-60.5 + pos: 0.5,32.5 parent: 2 - - uid: 620 + - uid: 4472 components: - type: Transform - pos: 5.5,-59.5 + pos: 0.5,33.5 parent: 2 - - uid: 632 + - uid: 4473 components: - type: Transform - pos: 3.5,-44.5 + pos: 0.5,34.5 parent: 2 - - uid: 633 + - uid: 4474 components: - type: Transform - pos: 4.5,-44.5 + pos: 0.5,35.5 parent: 2 - - uid: 636 + - uid: 4475 components: - type: Transform - pos: 12.5,-49.5 + pos: 0.5,36.5 parent: 2 - - uid: 637 + - uid: 4476 components: - type: Transform - pos: 12.5,-48.5 + pos: -0.5,21.5 parent: 2 - - uid: 675 + - uid: 4477 components: - type: Transform - pos: -13.5,-54.5 + pos: -0.5,19.5 parent: 2 - - uid: 688 + - uid: 4478 components: - type: Transform - pos: -7.5,-7.5 + pos: -0.5,20.5 parent: 2 - - uid: 702 + - uid: 4479 components: - type: Transform - pos: 12.5,-53.5 + pos: -0.5,18.5 parent: 2 - - uid: 703 + - uid: 4480 components: - type: Transform - pos: 12.5,-54.5 + pos: -0.5,17.5 parent: 2 - - uid: 704 + - uid: 4481 components: - type: Transform - pos: 12.5,-55.5 + pos: -0.5,16.5 parent: 2 - - uid: 710 + - uid: 4482 components: - type: Transform - pos: 12.5,-47.5 + pos: -0.5,15.5 parent: 2 - - uid: 715 + - uid: 4483 components: - type: Transform - pos: 5.5,-44.5 + pos: -0.5,14.5 parent: 2 - - uid: 721 + - uid: 4484 components: - type: Transform - pos: -13.5,-48.5 + pos: -0.5,13.5 parent: 2 - - uid: 734 + - uid: 4485 components: - type: Transform - pos: -9.5,-68.5 + pos: -0.5,12.5 parent: 2 - - uid: 735 + - uid: 4486 components: - type: Transform - pos: -8.5,-68.5 + pos: -1.5,16.5 parent: 2 - - uid: 736 + - uid: 4487 components: - type: Transform - pos: -11.5,-68.5 + pos: -2.5,16.5 parent: 2 - - uid: 737 + - uid: 4488 components: - type: Transform - pos: -8.5,-67.5 + pos: -3.5,16.5 parent: 2 - - uid: 738 + - uid: 4489 components: - type: Transform - pos: -12.5,-68.5 + pos: -3.5,15.5 parent: 2 - - uid: 739 + - uid: 4490 components: - type: Transform - pos: -14.5,-62.5 + pos: -3.5,14.5 parent: 2 - - uid: 740 + - uid: 4491 components: - type: Transform - pos: -13.5,-66.5 + pos: -3.5,13.5 parent: 2 - - uid: 741 + - uid: 4492 components: - type: Transform - pos: -13.5,-67.5 + pos: 0.5,16.5 parent: 2 - - uid: 742 + - uid: 4493 components: - type: Transform - pos: -12.5,-67.5 + pos: 1.5,16.5 parent: 2 - - uid: 743 + - uid: 4494 components: - type: Transform - pos: -14.5,-61.5 + pos: 2.5,16.5 parent: 2 - - uid: 744 + - uid: 4495 components: - type: Transform - pos: -14.5,-60.5 + pos: 2.5,15.5 parent: 2 - - uid: 745 + - uid: 4496 components: - type: Transform - pos: -13.5,-55.5 + pos: 2.5,14.5 parent: 2 - - uid: 746 + - uid: 4497 components: - type: Transform - pos: -14.5,-59.5 + pos: 2.5,13.5 parent: 2 - - uid: 759 + - uid: 4498 components: - type: Transform - pos: 13.5,-62.5 + pos: 2.5,12.5 parent: 2 - - uid: 760 + - uid: 4499 components: - type: Transform - pos: 13.5,-61.5 + pos: 2.5,17.5 parent: 2 - - uid: 774 + - uid: 4500 components: - type: Transform - pos: -7.5,-67.5 + pos: -3.5,17.5 parent: 2 - - uid: 775 + - uid: 4501 components: - type: Transform - pos: -7.5,-66.5 + pos: -3.5,12.5 parent: 2 - - uid: 784 + - uid: 4502 components: - type: Transform - pos: -13.5,-47.5 + pos: 10.5,-9.5 parent: 2 - - uid: 786 + - uid: 4503 components: - type: Transform - pos: -13.5,-49.5 + pos: -11.5,0.5 parent: 2 - - uid: 791 + - uid: 4504 components: - type: Transform - pos: -5.5,-44.5 + pos: -11.5,1.5 parent: 2 - - uid: 792 + - uid: 4505 components: - type: Transform - pos: -4.5,-44.5 + pos: -11.5,2.5 parent: 2 - - uid: 793 + - uid: 4506 components: - type: Transform - pos: -6.5,-44.5 + pos: -11.5,3.5 parent: 2 - - uid: 798 + - uid: 4507 components: - type: Transform - pos: 5.5,-40.5 + pos: -11.5,4.5 parent: 2 - - uid: 810 + - uid: 4508 components: - type: Transform - pos: 7.5,-68.5 + pos: -11.5,5.5 parent: 2 - - uid: 811 + - uid: 4509 components: - type: Transform - pos: 8.5,-68.5 + pos: -11.5,6.5 parent: 2 - - uid: 812 + - uid: 4510 components: - type: Transform - pos: 10.5,-68.5 + pos: -11.5,7.5 parent: 2 - - uid: 813 + - uid: 4511 components: - type: Transform - pos: 11.5,-68.5 + pos: -11.5,8.5 parent: 2 - - uid: 814 + - uid: 4512 components: - type: Transform - pos: 11.5,-67.5 + pos: -11.5,9.5 parent: 2 - - uid: 815 + - uid: 4513 components: - type: Transform - pos: 12.5,-67.5 + pos: -10.5,9.5 parent: 2 - - uid: 816 + - uid: 4514 components: - type: Transform - pos: 12.5,-66.5 + pos: -9.5,9.5 parent: 2 - - uid: 832 + - uid: 4515 components: - type: Transform - pos: -1.5,-42.5 + pos: -8.5,9.5 parent: 2 - - uid: 833 + - uid: 4516 components: - type: Transform - pos: -0.5,-42.5 + pos: -7.5,9.5 parent: 2 - - uid: 834 + - uid: 4517 components: - type: Transform - pos: 0.5,-42.5 + pos: -6.5,9.5 parent: 2 - - uid: 835 + - uid: 4518 components: - type: Transform - pos: 5.5,-39.5 + pos: -11.5,-1.5 parent: 2 - - uid: 836 + - uid: 4519 components: - type: Transform - pos: 5.5,-38.5 + pos: -11.5,-2.5 parent: 2 - - uid: 837 + - uid: 4520 components: - type: Transform - pos: -0.5,-36.5 + pos: -11.5,-3.5 parent: 2 - - uid: 838 + - uid: 4521 components: - type: Transform - pos: 0.5,-36.5 + pos: -11.5,-4.5 parent: 2 - - uid: 839 + - uid: 4522 components: - type: Transform - pos: -1.5,-36.5 + pos: -11.5,-5.5 parent: 2 - - uid: 840 + - uid: 4523 components: - type: Transform - pos: -6.5,-38.5 + pos: -11.5,-6.5 parent: 2 - - uid: 841 + - uid: 4524 components: - type: Transform - pos: -6.5,-39.5 + pos: -11.5,-7.5 parent: 2 - - uid: 842 + - uid: 4525 components: - type: Transform - pos: -6.5,-40.5 + pos: -11.5,-8.5 parent: 2 - - uid: 855 + - uid: 4526 components: - type: Transform - pos: 1.5,-12.5 + pos: 10.5,-7.5 parent: 2 - - uid: 870 + - uid: 4527 components: - type: Transform - pos: 17.5,-39.5 + pos: 11.5,-7.5 parent: 2 - - uid: 871 + - uid: 4528 components: - type: Transform - pos: 19.5,-39.5 + pos: 12.5,-7.5 parent: 2 - - uid: 914 + - uid: 4529 components: - type: Transform - pos: -18.5,-39.5 + pos: 13.5,-7.5 parent: 2 - - uid: 915 + - uid: 4530 components: - type: Transform - pos: -20.5,-39.5 + pos: 13.5,-6.5 parent: 2 - - uid: 929 + - uid: 4531 components: - type: Transform - pos: 23.5,-12.5 + pos: 13.5,-5.5 parent: 2 - - uid: 930 + - uid: 4532 components: - type: Transform - pos: 19.5,-5.5 + pos: 13.5,-4.5 parent: 2 - - uid: 931 + - uid: 4533 components: - type: Transform - pos: 25.5,-10.5 + pos: 13.5,-3.5 parent: 2 - - uid: 932 + - uid: 4534 components: - type: Transform - pos: 23.5,-11.5 + pos: 13.5,-2.5 parent: 2 - - uid: 933 + - uid: 4535 components: - type: Transform - pos: 27.5,-6.5 + pos: 13.5,-1.5 parent: 2 - - uid: 934 + - uid: 4536 components: - type: Transform - pos: 22.5,-4.5 + pos: 13.5,-0.5 parent: 2 - - uid: 935 + - uid: 4537 components: - type: Transform - pos: 24.5,-4.5 + pos: 12.5,-0.5 parent: 2 - - uid: 976 + - uid: 4538 components: - type: Transform - pos: 18.5,-12.5 + pos: 12.5,-5.5 parent: 2 - - uid: 980 + - uid: 4539 components: - type: Transform - pos: 19.5,-6.5 + pos: 11.5,-5.5 parent: 2 - - uid: 1026 + - uid: 4540 components: - type: Transform - pos: 18.5,-11.5 + pos: 10.5,-5.5 parent: 2 - - uid: 1028 + - uid: 4541 components: - type: Transform - pos: 23.5,-13.5 + pos: 10.5,0.5 parent: 2 - - uid: 1032 + - uid: 4542 components: - type: Transform - pos: 27.5,-5.5 + pos: 10.5,1.5 parent: 2 - - uid: 1044 + - uid: 4543 components: - type: Transform - pos: 26.5,-10.5 + pos: 10.5,2.5 parent: 2 - - uid: 1126 + - uid: 4544 components: - type: Transform - pos: 25.5,3.5 + pos: 10.5,3.5 parent: 2 - - uid: 1129 + - uid: 4545 components: - type: Transform - pos: 21.5,3.5 + pos: 10.5,4.5 parent: 2 - - uid: 1144 + - uid: 4546 components: - type: Transform - pos: 14.5,-37.5 + pos: 10.5,5.5 parent: 2 - - uid: 1145 + - uid: 4547 components: - type: Transform - pos: 13.5,-37.5 + pos: 10.5,6.5 parent: 2 - - uid: 1148 + - uid: 4548 components: - type: Transform - pos: 19.5,6.5 + pos: 10.5,7.5 parent: 2 - - uid: 1149 + - uid: 4549 components: - type: Transform - pos: 19.5,7.5 + pos: 10.5,8.5 parent: 2 - - uid: 1153 + - uid: 4550 components: - type: Transform - pos: 19.5,8.5 + pos: 10.5,9.5 parent: 2 - - uid: 1172 + - uid: 4551 components: - type: Transform - pos: 15.5,-37.5 + pos: 9.5,9.5 parent: 2 - - uid: 1193 + - uid: 4552 components: - type: Transform - pos: 27.5,6.5 + pos: 8.5,9.5 parent: 2 - - uid: 1194 + - uid: 4553 components: - type: Transform - pos: 27.5,7.5 + pos: 7.5,9.5 parent: 2 - - uid: 1245 + - uid: 4554 components: - type: Transform - pos: 35.5,10.5 + pos: 6.5,9.5 parent: 2 - - uid: 1246 + - uid: 4555 components: - type: Transform - pos: 36.5,10.5 + pos: 5.5,9.5 parent: 2 - - uid: 1247 + - uid: 4556 components: - type: Transform - pos: 37.5,10.5 + pos: 10.5,-10.5 parent: 2 - - uid: 1248 + - uid: 4557 components: - type: Transform - pos: 37.5,9.5 + pos: 10.5,-11.5 parent: 2 - - uid: 1249 + - uid: 4558 components: - type: Transform - pos: 38.5,9.5 + pos: 10.5,-12.5 parent: 2 - - uid: 1307 + - uid: 4559 components: - type: Transform - pos: 47.5,-14.5 + pos: 10.5,-13.5 parent: 2 - - uid: 1312 + - uid: 4560 components: - type: Transform - pos: 47.5,-13.5 + pos: 10.5,-14.5 parent: 2 - - uid: 1314 + - uid: 4561 components: - type: Transform - pos: 47.5,-8.5 + pos: 10.5,-15.5 parent: 2 - - uid: 1319 + - uid: 4562 components: - type: Transform - pos: 47.5,-9.5 + pos: 10.5,-16.5 parent: 2 - - uid: 1356 + - uid: 4563 components: - type: Transform - pos: 44.5,-24.5 + pos: 11.5,-16.5 parent: 2 - - uid: 1396 + - uid: 4564 components: - type: Transform - pos: 52.5,-15.5 + pos: 12.5,-16.5 parent: 2 - - uid: 1397 + - uid: 4565 components: - type: Transform - pos: 53.5,-15.5 + pos: 13.5,-16.5 parent: 2 - - uid: 1398 + - uid: 4566 components: - type: Transform - pos: 52.5,-7.5 + pos: 14.5,-16.5 parent: 2 - - uid: 1399 + - uid: 4567 components: - type: Transform - pos: 53.5,-7.5 + pos: 14.5,-15.5 parent: 2 - - uid: 1404 + - uid: 4568 components: - type: Transform - pos: 54.5,-13.5 + pos: 14.5,-14.5 parent: 2 - - uid: 1405 + - uid: 4569 components: - type: Transform - pos: 54.5,-12.5 + pos: 14.5,-13.5 parent: 2 - - uid: 1406 + - uid: 4570 components: - type: Transform - pos: 54.5,-11.5 + pos: 15.5,-13.5 parent: 2 - - uid: 1485 + - uid: 4571 components: - type: Transform - pos: 61.5,-15.5 + pos: 15.5,-12.5 parent: 2 - - uid: 1486 + - uid: 4572 components: - type: Transform - pos: 61.5,-14.5 + pos: 15.5,-11.5 parent: 2 - - uid: 1508 + - uid: 4573 components: - type: Transform - pos: 42.5,-24.5 + pos: 15.5,-10.5 parent: 2 - - uid: 1513 + - uid: 4574 components: - type: Transform - pos: 60.5,-12.5 + pos: 6.5,-15.5 parent: 2 - - uid: 1514 + - uid: 4575 components: - type: Transform - pos: 60.5,-11.5 + pos: 6.5,-14.5 parent: 2 - - uid: 1515 + - uid: 4576 components: - type: Transform - pos: 60.5,-10.5 + pos: 6.5,-13.5 parent: 2 - - uid: 1543 + - uid: 4577 components: - type: Transform - pos: 45.5,-23.5 + pos: 5.5,-13.5 parent: 2 - - uid: 1563 + - uid: 4578 components: - type: Transform - pos: 45.5,-21.5 + pos: 5.5,-12.5 parent: 2 - - uid: 1564 + - uid: 4579 components: - type: Transform - pos: 34.5,-37.5 + pos: 5.5,-11.5 parent: 2 - - uid: 1565 + - uid: 4580 components: - type: Transform - pos: 34.5,-36.5 + pos: 5.5,-10.5 parent: 2 - - uid: 1574 + - uid: 4581 components: - type: Transform - pos: 15.5,9.5 + pos: 6.5,-17.5 parent: 2 - - uid: 1637 + - uid: 4582 components: - type: Transform - pos: 16.5,9.5 + pos: 6.5,-18.5 parent: 2 - - uid: 1639 + - uid: 4583 components: - type: Transform - pos: 17.5,9.5 + pos: 6.5,-19.5 parent: 2 - - uid: 1663 + - uid: 4584 components: - type: Transform - pos: -2.5,2.5 + pos: 5.5,-19.5 parent: 2 - - uid: 1664 + - uid: 4585 components: - type: Transform - pos: -1.5,2.5 + pos: 5.5,-20.5 parent: 2 - - uid: 1665 + - uid: 4586 components: - type: Transform - pos: -0.5,2.5 + pos: 5.5,-21.5 parent: 2 - - uid: 1666 + - uid: 4587 components: - type: Transform - pos: 0.5,2.5 + pos: 5.5,-22.5 parent: 2 - - uid: 1667 + - uid: 4588 components: - type: Transform - pos: 1.5,2.5 + pos: 10.5,-17.5 parent: 2 - - uid: 1668 + - uid: 4589 components: - type: Transform - pos: 3.5,0.5 + pos: 10.5,-18.5 parent: 2 - - uid: 1669 + - uid: 4590 components: - type: Transform - pos: 3.5,-1.5 + pos: 10.5,-19.5 parent: 2 - - uid: 1670 + - uid: 4591 components: - type: Transform - pos: -4.5,-1.5 + pos: 10.5,-20.5 parent: 2 - - uid: 1671 + - uid: 4592 components: - type: Transform - pos: -4.5,0.5 + pos: 10.5,-21.5 parent: 2 - - uid: 1672 + - uid: 4593 components: - type: Transform - pos: -2.5,-3.5 + pos: 10.5,-22.5 parent: 2 - - uid: 1673 + - uid: 4594 components: - type: Transform - pos: -1.5,-3.5 + pos: 14.5,-17.5 parent: 2 - - uid: 1674 + - uid: 4595 components: - type: Transform - pos: -0.5,-3.5 + pos: 14.5,-18.5 parent: 2 - - uid: 1675 + - uid: 4596 components: - type: Transform - pos: 0.5,-3.5 + pos: 14.5,-19.5 parent: 2 - - uid: 1676 + - uid: 4597 components: - type: Transform - pos: 1.5,-3.5 + pos: 15.5,-19.5 parent: 2 - - uid: 1694 + - uid: 4598 components: - type: Transform - pos: 2.5,-7.5 + pos: 15.5,-20.5 parent: 2 - - uid: 1695 + - uid: 4599 components: - type: Transform - pos: 7.5,-3.5 + pos: 15.5,-21.5 parent: 2 - - uid: 1701 + - uid: 4600 components: - type: Transform - pos: -8.5,-6.5 + pos: 15.5,-22.5 parent: 2 - - uid: 1702 + - uid: 4601 components: - type: Transform - pos: -8.5,-5.5 + pos: 6.5,-16.5 parent: 2 - - uid: 1708 + - uid: 4602 components: - type: Transform - pos: 4.5,6.5 + pos: 7.5,-16.5 parent: 2 - - uid: 1711 + - uid: 4603 components: - type: Transform - pos: 7.5,2.5 + pos: 8.5,-16.5 parent: 2 - - uid: 1714 + - uid: 4604 components: - type: Transform - pos: -8.5,3.5 + pos: 9.5,-16.5 parent: 2 - - uid: 1717 + - uid: 4605 components: - type: Transform - pos: -8.5,4.5 + pos: 5.5,-16.5 parent: 2 - - uid: 1718 + - uid: 4606 components: - type: Transform - pos: -8.5,2.5 + pos: 4.5,-16.5 parent: 2 - - uid: 1719 + - uid: 4607 components: - type: Transform - pos: -8.5,-3.5 + pos: 3.5,-16.5 parent: 2 - - uid: 1732 + - uid: 4608 components: - type: Transform - pos: 3.5,6.5 + pos: 2.5,-16.5 parent: 2 - - uid: 1734 + - uid: 4609 components: - type: Transform - pos: 7.5,3.5 + pos: 1.5,-16.5 parent: 2 - - uid: 1736 + - uid: 4610 components: - type: Transform - pos: -4.5,6.5 + pos: -0.5,-13.5 parent: 2 - - uid: 1737 + - uid: 4611 components: - type: Transform - pos: -5.5,6.5 + pos: -0.5,-14.5 parent: 2 - - uid: 1752 + - uid: 4612 components: - type: Transform - pos: 7.5,4.5 + pos: -0.5,-15.5 parent: 2 - - uid: 1828 + - uid: 4613 components: - type: Transform - pos: -0.5,-11.5 + pos: -0.5,-16.5 parent: 2 - - uid: 1829 + - uid: 4614 components: - type: Transform - pos: -0.5,-9.5 + pos: -0.5,-17.5 parent: 2 - - uid: 1830 + - uid: 4615 components: - type: Transform - pos: -12.5,-0.5 + pos: -0.5,-18.5 parent: 2 - - uid: 1831 + - uid: 4616 components: - type: Transform - pos: -10.5,-0.5 + pos: -0.5,-19.5 parent: 2 - - uid: 1832 + - uid: 4617 components: - type: Transform - pos: -0.5,8.5 + pos: -0.5,-20.5 parent: 2 - - uid: 1833 + - uid: 4618 components: - type: Transform - pos: -0.5,10.5 + pos: -0.5,-21.5 parent: 2 - - uid: 1834 + - uid: 4619 components: - type: Transform - pos: 9.5,-0.5 + pos: -0.5,-22.5 parent: 2 - - uid: 1835 + - uid: 4620 components: - type: Transform - pos: 11.5,-0.5 + pos: -0.5,-23.5 parent: 2 - - uid: 1854 + - uid: 4621 components: - type: Transform - pos: -20.5,-2.5 + pos: -0.5,-24.5 parent: 2 - - uid: 1855 + - uid: 4622 components: - type: Transform - pos: -20.5,-3.5 + pos: -0.5,-25.5 parent: 2 - - uid: 1856 + - uid: 4623 components: - type: Transform - pos: -19.5,-2.5 + pos: -1.5,-25.5 parent: 2 - - uid: 1892 + - uid: 4624 components: - type: Transform - pos: -19.5,-7.5 + pos: -2.5,-25.5 parent: 2 - - uid: 1893 + - uid: 4625 components: - type: Transform - pos: -19.5,-8.5 + pos: -1.5,-22.5 parent: 2 - - uid: 1896 + - uid: 4626 components: - type: Transform - pos: -29.5,-8.5 + pos: -2.5,-22.5 parent: 2 - - uid: 1897 + - uid: 4627 components: - type: Transform - pos: -29.5,-7.5 + pos: -3.5,-22.5 parent: 2 - - uid: 1898 + - uid: 4628 components: - type: Transform - pos: -26.5,-10.5 + pos: 0.5,-22.5 parent: 2 - - uid: 1899 + - uid: 4629 components: - type: Transform - pos: -25.5,-10.5 + pos: 1.5,-22.5 parent: 2 - - uid: 1900 + - uid: 4630 components: - type: Transform - pos: -24.5,-10.5 + pos: 2.5,-22.5 parent: 2 - - uid: 1914 + - uid: 4631 components: - type: Transform - pos: 34.5,-35.5 + pos: 2.5,-23.5 parent: 2 - - uid: 2041 + - uid: 4632 components: - type: Transform - pos: -29.5,-2.5 + pos: -3.5,-23.5 parent: 2 - - uid: 2042 + - uid: 4633 components: - type: Transform - pos: -28.5,-2.5 + pos: -2.5,-16.5 parent: 2 - - uid: 2043 + - uid: 4634 components: - type: Transform - pos: -28.5,-3.5 + pos: -3.5,-16.5 parent: 2 - - uid: 2044 + - uid: 4635 components: - type: Transform - pos: -23.5,-4.5 + pos: -4.5,-16.5 parent: 2 - - uid: 2045 + - uid: 4636 components: - type: Transform - pos: -25.5,-4.5 + pos: -5.5,-16.5 parent: 2 - - uid: 2115 + - uid: 4637 components: - type: Transform - pos: -38.5,4.5 + pos: -6.5,-16.5 parent: 2 - - uid: 2116 + - uid: 4638 components: - type: Transform - pos: -38.5,5.5 + pos: -7.5,-16.5 parent: 2 - - uid: 2117 + - uid: 4639 components: - type: Transform - pos: -31.5,6.5 + pos: -8.5,-16.5 parent: 2 - - uid: 2118 + - uid: 4640 components: - type: Transform - pos: -31.5,7.5 + pos: -9.5,-16.5 parent: 2 - - uid: 2119 + - uid: 4641 components: - type: Transform - pos: -31.5,8.5 + pos: -10.5,-16.5 parent: 2 - - uid: 2120 + - uid: 4642 components: - type: Transform - pos: -29.5,12.5 + pos: -11.5,-16.5 parent: 2 - - uid: 2121 + - uid: 4643 components: - type: Transform - pos: -29.5,13.5 + pos: -12.5,-16.5 parent: 2 - - uid: 2125 + - uid: 4644 components: - type: Transform - pos: -25.5,11.5 + pos: -13.5,-16.5 parent: 2 - - uid: 2126 + - uid: 4645 components: - type: Transform - pos: -25.5,12.5 + pos: -13.5,-15.5 parent: 2 - - uid: 2127 + - uid: 4646 components: - type: Transform - pos: -25.5,13.5 + pos: -13.5,-14.5 parent: 2 - - uid: 2131 + - uid: 4647 components: - type: Transform - pos: -19.5,13.5 + pos: -11.5,-15.5 parent: 2 - - uid: 2132 + - uid: 4648 components: - type: Transform - pos: -19.5,12.5 + pos: -11.5,-14.5 parent: 2 - - uid: 2138 + - uid: 4649 components: - type: Transform - pos: -24.5,3.5 + pos: -11.5,-13.5 parent: 2 - - uid: 2139 + - uid: 4650 components: - type: Transform - pos: -26.5,3.5 + pos: -11.5,-12.5 parent: 2 - - uid: 2140 + - uid: 4651 components: - type: Transform - pos: -22.5,3.5 + pos: -11.5,-11.5 parent: 2 - - uid: 2177 + - uid: 4652 components: - type: Transform - pos: -17.5,8.5 + pos: -8.5,-15.5 parent: 2 - - uid: 2178 + - uid: 4653 components: - type: Transform - pos: -17.5,7.5 + pos: -8.5,-14.5 parent: 2 - - uid: 2179 + - uid: 4654 components: - type: Transform - pos: -17.5,6.5 + pos: -8.5,-13.5 parent: 2 - - uid: 2189 + - uid: 4655 components: - type: Transform - pos: -16.5,1.5 + pos: -8.5,-12.5 parent: 2 - - uid: 2190 + - uid: 4656 components: - type: Transform - pos: -17.5,1.5 + pos: -8.5,-11.5 parent: 2 - - uid: 2192 + - uid: 4657 components: - type: Transform - pos: -19.5,1.5 + pos: -7.5,-11.5 parent: 2 - - uid: 2193 + - uid: 4658 components: - type: Transform - pos: -20.5,1.5 + pos: -8.5,-17.5 parent: 2 - - uid: 2197 + - uid: 4659 components: - type: Transform - pos: -28.5,1.5 + pos: -8.5,-18.5 parent: 2 - - uid: 2198 + - uid: 4660 components: - type: Transform - pos: -29.5,1.5 + pos: -8.5,-19.5 parent: 2 - - uid: 2199 + - uid: 4661 components: - type: Transform - pos: -31.5,1.5 + pos: -8.5,-20.5 parent: 2 - - uid: 2232 + - uid: 4662 components: - type: Transform - pos: -29.5,3.5 + pos: -8.5,-21.5 parent: 2 - - uid: 2233 + - uid: 4663 components: - type: Transform - pos: -30.5,3.5 + pos: -7.5,-21.5 parent: 2 - - uid: 2234 + - uid: 4664 components: - type: Transform - pos: -32.5,1.5 + pos: -11.5,-17.5 parent: 2 - - uid: 2239 + - uid: 4665 components: - type: Transform - pos: -18.5,3.5 + pos: -11.5,-18.5 parent: 2 - - uid: 2241 + - uid: 4666 components: - type: Transform - pos: -19.5,3.5 + pos: -11.5,-19.5 parent: 2 - - uid: 2262 + - uid: 4667 components: - type: Transform - pos: -24.5,15.5 + pos: -11.5,-20.5 parent: 2 - - uid: 2290 + - uid: 4668 components: - type: Transform - pos: -17.5,15.5 + pos: -11.5,-21.5 parent: 2 - - uid: 2291 + - uid: 4669 components: - type: Transform - pos: -16.5,15.5 + pos: -14.5,-16.5 parent: 2 - - uid: 2292 + - uid: 4670 components: - type: Transform - pos: -15.5,15.5 + pos: -14.5,-19.5 parent: 2 - - uid: 2328 + - uid: 4671 components: - type: Transform - pos: -35.5,16.5 + pos: -14.5,-18.5 parent: 2 - - uid: 2331 + - uid: 4672 components: - type: Transform - pos: -34.5,16.5 + pos: -14.5,-17.5 parent: 2 - - uid: 2332 + - uid: 4673 components: - type: Transform - pos: -35.5,15.5 + pos: -14.5,-20.5 parent: 2 - - uid: 2337 + - uid: 4674 components: - type: Transform - pos: -33.5,16.5 + pos: -14.5,-21.5 parent: 2 - - uid: 2362 + - uid: 4675 components: - type: Transform - pos: -43.5,10.5 + pos: -15.5,-21.5 parent: 2 - - uid: 2363 + - uid: 4676 components: - type: Transform - pos: -43.5,11.5 + pos: -14.5,-14.5 parent: 2 - - uid: 2364 + - uid: 4677 components: - type: Transform - pos: -43.5,12.5 + pos: -14.5,-13.5 parent: 2 - - uid: 2411 + - uid: 4678 components: - type: Transform - pos: -22.5,14.5 + pos: -14.5,-12.5 parent: 2 - - uid: 2414 + - uid: 4679 components: - type: Transform - pos: -21.5,14.5 + pos: -14.5,-11.5 parent: 2 - - uid: 2478 + - uid: 4680 components: - type: Transform - pos: -56.5,-14.5 + pos: -15.5,-11.5 parent: 2 - - uid: 2479 + - uid: 4681 components: - type: Transform - pos: -57.5,-14.5 + pos: -15.5,-16.5 parent: 2 - - uid: 2480 + - uid: 4682 components: - type: Transform - pos: -59.5,-12.5 + pos: -16.5,-16.5 parent: 2 - - uid: 2486 + - uid: 4683 components: - type: Transform - pos: -52.5,-6.5 + pos: 15.5,-16.5 parent: 2 - - uid: 2487 + - uid: 4684 components: - type: Transform - pos: -51.5,-6.5 + pos: -0.5,-26.5 parent: 2 - - uid: 2493 + - uid: 4685 components: - type: Transform - pos: -52.5,-16.5 + pos: -0.5,-27.5 parent: 2 - - uid: 2494 + - uid: 4686 components: - type: Transform - pos: -51.5,-16.5 + pos: -0.5,-28.5 parent: 2 - - uid: 2495 + - uid: 4687 components: - type: Transform - pos: -47.5,-13.5 + pos: -0.5,-29.5 parent: 2 - - uid: 2496 + - uid: 4688 components: - type: Transform - pos: -47.5,-12.5 + pos: -0.5,-30.5 parent: 2 - - uid: 2497 + - uid: 4689 components: - type: Transform - pos: -47.5,-10.5 + pos: -0.5,-31.5 parent: 2 - - uid: 2498 + - uid: 4690 components: - type: Transform - pos: -47.5,-9.5 + pos: 0.5,-26.5 parent: 2 - - uid: 2507 + - uid: 4691 components: - type: Transform - pos: -57.5,-8.5 + pos: 1.5,-26.5 parent: 2 - - uid: 2508 + - uid: 4692 components: - type: Transform - pos: -56.5,-8.5 + pos: 2.5,-26.5 parent: 2 - - uid: 2514 + - uid: 4693 components: - type: Transform - pos: -59.5,-10.5 + pos: 3.5,-26.5 parent: 2 - - uid: 2571 + - uid: 4694 components: - type: Transform - pos: -56.5,-3.5 + pos: 3.5,-27.5 parent: 2 - - uid: 2572 + - uid: 4695 components: - type: Transform - pos: -56.5,-2.5 + pos: 4.5,-27.5 parent: 2 - - uid: 2573 + - uid: 4696 components: - type: Transform - pos: -56.5,-1.5 + pos: 5.5,-27.5 parent: 2 - - uid: 2574 + - uid: 4697 components: - type: Transform - pos: -56.5,-0.5 + pos: 6.5,-27.5 parent: 2 - - uid: 2584 + - uid: 4698 components: - type: Transform - pos: 11.5,22.5 + pos: 7.5,-27.5 parent: 2 - - uid: 2604 + - uid: 4699 components: - type: Transform - pos: -56.5,2.5 + pos: 8.5,-27.5 parent: 2 - - uid: 2605 + - uid: 4700 components: - type: Transform - pos: -56.5,3.5 + pos: 0.5,-31.5 parent: 2 - - uid: 2611 + - uid: 4701 components: - type: Transform - pos: -53.5,6.5 + pos: 0.5,-32.5 parent: 2 - - uid: 2612 + - uid: 4702 components: - type: Transform - pos: -52.5,6.5 + pos: 1.5,-32.5 parent: 2 - - uid: 2613 + - uid: 4703 components: - type: Transform - pos: -51.5,6.5 + pos: 2.5,-32.5 parent: 2 - - uid: 2722 + - uid: 4704 components: - type: Transform - pos: -56.5,-22.5 + pos: 3.5,-32.5 parent: 2 - - uid: 2725 + - uid: 4705 components: - type: Transform - pos: -56.5,-20.5 + pos: 4.5,-32.5 parent: 2 - - uid: 2726 + - uid: 4706 components: - type: Transform - pos: -56.5,-18.5 + pos: 5.5,-32.5 parent: 2 - - uid: 2742 + - uid: 4707 components: - type: Transform - pos: -53.5,-29.5 + pos: 6.5,-32.5 parent: 2 - - uid: 2744 + - uid: 4708 components: - type: Transform - pos: -51.5,-29.5 + pos: 7.5,-32.5 parent: 2 - - uid: 2749 + - uid: 4709 components: - type: Transform - pos: -56.5,-26.5 + pos: 8.5,-32.5 parent: 2 - - uid: 2750 + - uid: 4710 components: - type: Transform - pos: -56.5,-25.5 + pos: 9.5,-32.5 parent: 2 - - uid: 2751 + - uid: 4711 components: - type: Transform - pos: -56.5,-27.5 + pos: 9.5,-33.5 parent: 2 - - uid: 2857 + - uid: 4712 components: - type: Transform - pos: -35.5,-32.5 + pos: 9.5,-34.5 parent: 2 - - uid: 2859 + - uid: 4713 components: - type: Transform - pos: -35.5,-31.5 + pos: 9.5,-35.5 parent: 2 - - uid: 2860 + - uid: 4714 components: - type: Transform - pos: -35.5,-30.5 + pos: 9.5,-36.5 parent: 2 - - uid: 2861 + - uid: 4715 components: - type: Transform - pos: -35.5,-29.5 + pos: 9.5,-37.5 parent: 2 - - uid: 2862 + - uid: 4716 components: - type: Transform - pos: -35.5,-27.5 + pos: 9.5,-38.5 parent: 2 - - uid: 2864 + - uid: 4717 components: - type: Transform - pos: -35.5,-34.5 + pos: 9.5,-39.5 parent: 2 - - uid: 2940 + - uid: 4718 components: - type: Transform - pos: -2.5,12.5 + pos: 10.5,-39.5 parent: 2 - - uid: 2941 + - uid: 4719 components: - type: Transform - pos: -2.5,11.5 + pos: 11.5,-39.5 parent: 2 - - uid: 2943 + - uid: 4720 components: - type: Transform - pos: -2.5,15.5 + pos: 12.5,-39.5 parent: 2 - - uid: 2944 + - uid: 4721 components: - type: Transform - pos: -2.5,14.5 + pos: 13.5,-39.5 parent: 2 - - uid: 2946 + - uid: 4722 components: - type: Transform - pos: -2.5,17.5 + pos: 14.5,-39.5 parent: 2 - - uid: 2947 + - uid: 4723 components: - type: Transform - pos: -2.5,18.5 + pos: 15.5,-39.5 parent: 2 - - uid: 2954 + - uid: 4724 components: - type: Transform - pos: 1.5,18.5 + pos: 16.5,-39.5 parent: 2 - - uid: 2955 + - uid: 4725 components: - type: Transform - pos: 1.5,17.5 + pos: 17.5,-39.5 parent: 2 - - uid: 2957 + - uid: 4726 components: - type: Transform - pos: 1.5,15.5 + pos: 18.5,-39.5 parent: 2 - - uid: 2958 + - uid: 4727 components: - type: Transform - pos: 1.5,14.5 + pos: 19.5,-39.5 parent: 2 - - uid: 2960 + - uid: 4728 components: - type: Transform - pos: 1.5,11.5 + pos: -1.5,-31.5 parent: 2 - - uid: 2961 + - uid: 4729 components: - type: Transform - pos: 1.5,12.5 + pos: -1.5,-32.5 parent: 2 - - uid: 3062 + - uid: 4730 components: - type: Transform - pos: 31.5,10.5 + pos: -2.5,-32.5 parent: 2 - - uid: 3063 + - uid: 4731 components: - type: Transform - pos: 32.5,10.5 + pos: -3.5,-32.5 parent: 2 - - uid: 3260 + - uid: 4732 components: - type: Transform - pos: 6.5,-25.5 + pos: -4.5,-32.5 parent: 2 - - uid: 3261 + - uid: 4733 components: - type: Transform - pos: 5.5,-25.5 + pos: -5.5,-32.5 parent: 2 - - uid: 3281 + - uid: 4734 components: - type: Transform - pos: 39.5,-9.5 + pos: -6.5,-32.5 parent: 2 - - uid: 3282 + - uid: 4735 components: - type: Transform - pos: 39.5,-7.5 + pos: -7.5,-32.5 parent: 2 - - uid: 3349 + - uid: 4736 components: - type: Transform - pos: 54.5,0.5 + pos: -8.5,-32.5 parent: 2 - - uid: 3350 + - uid: 4737 components: - type: Transform - pos: 54.5,1.5 + pos: -9.5,-32.5 parent: 2 - - uid: 3351 + - uid: 4738 components: - type: Transform - pos: 54.5,2.5 + pos: -10.5,-32.5 parent: 2 - - uid: 5699 + - uid: 4739 components: - type: Transform - pos: 17.5,-43.5 + pos: -10.5,-33.5 parent: 2 - - uid: 5700 + - uid: 4740 components: - type: Transform - pos: -22.5,-43.5 + pos: -10.5,-34.5 parent: 2 - - uid: 5701 + - uid: 4741 components: - type: Transform - pos: 17.5,-44.5 + pos: -10.5,-35.5 parent: 2 - - uid: 5714 + - uid: 4742 components: - type: Transform - pos: 13.5,-45.5 + pos: -10.5,-36.5 parent: 2 - - uid: 7593 + - uid: 4743 components: - type: Transform - pos: 14.5,-45.5 + pos: -10.5,-37.5 parent: 2 - - uid: 7594 + - uid: 4744 components: - type: Transform - pos: -14.5,-45.5 + pos: -10.5,-38.5 parent: 2 - - uid: 8533 + - uid: 4745 components: - type: Transform - pos: -18.5,-44.5 + pos: -10.5,-39.5 parent: 2 - - uid: 8587 + - uid: 4746 components: - type: Transform - pos: 4.5,27.5 + pos: -11.5,-39.5 parent: 2 - - uid: 8672 + - uid: 4747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,33.5 + pos: -12.5,-39.5 parent: 2 - - uid: 8749 + - uid: 4748 components: - type: Transform - pos: -24.5,17.5 + pos: -13.5,-39.5 parent: 2 - - uid: 8750 + - uid: 4749 components: - type: Transform - pos: -31.5,20.5 + pos: -14.5,-39.5 parent: 2 - - uid: 8754 + - uid: 4750 components: - type: Transform - pos: -27.5,22.5 + pos: -15.5,-39.5 parent: 2 - - uid: 8755 + - uid: 4751 components: - type: Transform - pos: -26.5,22.5 + pos: -16.5,-39.5 parent: 2 - - uid: 8756 + - uid: 4752 components: - type: Transform - pos: -24.5,22.5 + pos: -17.5,-39.5 parent: 2 - - uid: 8763 + - uid: 4753 components: - type: Transform - pos: -15.5,-45.5 + pos: -18.5,-39.5 parent: 2 - - uid: 8767 + - uid: 4754 components: - type: Transform - pos: -18.5,-43.5 + pos: -19.5,-39.5 parent: 2 - - uid: 8768 + - uid: 4755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,32.5 + pos: -20.5,-39.5 parent: 2 - - uid: 8769 + - uid: 4756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,31.5 + pos: 18.5,-34.5 parent: 2 - - uid: 8772 + - uid: 4757 components: - type: Transform - pos: -10.5,25.5 + pos: 17.5,-34.5 parent: 2 - - uid: 8775 + - uid: 4758 components: - type: Transform - pos: 2.5,33.5 + pos: 16.5,-34.5 parent: 2 - - uid: 8776 + - uid: 4759 components: - type: Transform - pos: -8.5,33.5 + pos: 15.5,-34.5 parent: 2 - - uid: 8777 + - uid: 4760 components: - type: Transform - pos: -11.5,25.5 + pos: 14.5,-34.5 parent: 2 - - uid: 8778 + - uid: 4761 components: - type: Transform - pos: -11.5,26.5 + pos: 13.5,-34.5 parent: 2 - - uid: 8779 + - uid: 4762 components: - type: Transform - pos: -11.5,19.5 + pos: 12.5,-34.5 parent: 2 - - uid: 8780 + - uid: 4763 components: - type: Transform - pos: -11.5,18.5 + pos: 13.5,-35.5 parent: 2 - - uid: 8781 + - uid: 4764 components: - type: Transform - pos: -11.5,17.5 + pos: 13.5,-36.5 parent: 2 - - uid: 8782 + - uid: 4765 components: - type: Transform - pos: -11.5,16.5 + pos: 14.5,-36.5 parent: 2 - - uid: 8783 + - uid: 4766 components: - type: Transform - pos: -11.5,14.5 + pos: 15.5,-36.5 parent: 2 - - uid: 8784 + - uid: 4767 components: - type: Transform - pos: -11.5,13.5 + pos: 16.5,-36.5 parent: 2 - - uid: 8785 + - uid: 4768 components: - type: Transform - pos: -12.5,13.5 + pos: 13.5,-33.5 parent: 2 - - uid: 8786 + - uid: 4769 components: - type: Transform - pos: -16.5,17.5 + pos: 13.5,-32.5 parent: 2 - - uid: 8787 + - uid: 4770 components: - type: Transform - pos: -15.5,17.5 + pos: 13.5,-31.5 parent: 2 - - uid: 8788 + - uid: 4771 components: - type: Transform - pos: -43.5,17.5 + pos: 13.5,-30.5 parent: 2 - - uid: 8789 + - uid: 4772 components: - type: Transform - pos: -23.5,22.5 + pos: 13.5,-29.5 parent: 2 - - uid: 8790 + - uid: 4773 components: - type: Transform - pos: -21.5,22.5 + pos: 14.5,-30.5 parent: 2 - - uid: 8791 + - uid: 4774 components: - type: Transform - pos: -20.5,22.5 + pos: 15.5,-30.5 parent: 2 - - uid: 8795 + - uid: 4775 components: - type: Transform - pos: -34.5,18.5 + pos: 16.5,-30.5 parent: 2 - - uid: 8796 + - uid: 4776 components: - type: Transform - pos: -33.5,18.5 + pos: 17.5,-30.5 parent: 2 - - uid: 8797 + - uid: 4777 components: - type: Transform - pos: -32.5,18.5 + pos: 18.5,-30.5 parent: 2 - - uid: 8798 + - uid: 4778 components: - type: Transform - pos: -32.5,17.5 + pos: 19.5,-30.5 parent: 2 - - uid: 8799 + - uid: 4779 components: - type: Transform - pos: -37.5,17.5 + pos: 19.5,-31.5 parent: 2 - - uid: 8800 + - uid: 4780 components: - type: Transform - pos: -37.5,18.5 + pos: 19.5,-32.5 parent: 2 - - uid: 8801 + - uid: 4781 components: - type: Transform - pos: -36.5,18.5 + pos: 8.5,-31.5 parent: 2 - - uid: 8802 + - uid: 4782 components: - type: Transform - pos: -38.5,18.5 + pos: 8.5,-30.5 parent: 2 - - uid: 8803 + - uid: 4783 components: - type: Transform - pos: -42.5,17.5 + pos: 8.5,-29.5 parent: 2 - - uid: 8804 + - uid: 4784 components: - type: Transform - pos: -41.5,17.5 + pos: -10.5,-41.5 parent: 2 - - uid: 8805 + - uid: 4785 components: - type: Transform - pos: -45.5,12.5 + pos: -10.5,-42.5 parent: 2 - - uid: 8806 + - uid: 4786 components: - type: Transform - pos: -45.5,11.5 + pos: -10.5,-43.5 parent: 2 - - uid: 8807 + - uid: 4787 components: - type: Transform - pos: -45.5,10.5 + pos: -10.5,-44.5 parent: 2 - - uid: 8808 + - uid: 4788 components: - type: Transform - pos: -45.5,9.5 + pos: -10.5,-45.5 parent: 2 - - uid: 8809 + - uid: 4789 components: - type: Transform - pos: -44.5,9.5 + pos: -10.5,-46.5 parent: 2 - - uid: 8810 + - uid: 4790 components: - type: Transform - pos: -45.5,14.5 + pos: -10.5,-47.5 parent: 2 - - uid: 8811 + - uid: 4791 components: - type: Transform - pos: -45.5,15.5 + pos: -10.5,-48.5 parent: 2 - - uid: 8812 + - uid: 4792 components: - type: Transform - pos: -58.5,1.5 + pos: -10.5,-49.5 parent: 2 - - uid: 8813 + - uid: 4793 components: - type: Transform - pos: -48.5,8.5 + pos: -10.5,-50.5 parent: 2 - - uid: 8814 + - uid: 4794 components: - type: Transform - pos: -49.5,8.5 + pos: -10.5,-51.5 parent: 2 - - uid: 8815 + - uid: 4795 components: - type: Transform - pos: -56.5,8.5 + pos: -10.5,-52.5 parent: 2 - - uid: 8816 + - uid: 4796 components: - type: Transform - pos: -55.5,8.5 + pos: -9.5,-52.5 parent: 2 - - uid: 8817 + - uid: 4797 components: - type: Transform - pos: -54.5,8.5 + pos: -8.5,-52.5 parent: 2 - - uid: 8818 + - uid: 4798 components: - type: Transform - pos: -53.5,8.5 + pos: -7.5,-52.5 parent: 2 - - uid: 8819 + - uid: 4799 components: - type: Transform - pos: -55.5,7.5 + pos: -10.5,-53.5 parent: 2 - - uid: 8820 + - uid: 4800 components: - type: Transform - pos: -58.5,2.5 + pos: -10.5,-54.5 parent: 2 - - uid: 8821 + - uid: 4801 components: - type: Transform - pos: -58.5,3.5 + pos: -10.5,-55.5 parent: 2 - - uid: 8822 + - uid: 4802 components: - type: Transform - pos: -58.5,4.5 + pos: -10.5,-56.5 parent: 2 - - uid: 8823 + - uid: 4803 components: - type: Transform - pos: -57.5,1.5 + pos: -10.5,-57.5 parent: 2 - - uid: 8824 + - uid: 4804 components: - type: Transform - pos: -58.5,-24.5 + pos: -9.5,-57.5 parent: 2 - - uid: 8825 + - uid: 4805 components: - type: Transform - pos: -58.5,-6.5 + pos: -8.5,-57.5 parent: 2 - - uid: 8826 + - uid: 4806 components: - type: Transform - pos: -61.5,-11.5 + pos: -7.5,-57.5 parent: 2 - - uid: 8827 + - uid: 4807 components: - type: Transform - pos: -60.5,-13.5 + pos: -6.5,-57.5 parent: 2 - - uid: 8828 + - uid: 4808 components: - type: Transform - pos: -61.5,-13.5 + pos: -11.5,-57.5 parent: 2 - - uid: 8829 + - uid: 4809 components: - type: Transform - pos: -61.5,-10.5 + pos: -12.5,-57.5 parent: 2 - - uid: 8830 + - uid: 4810 components: - type: Transform - pos: -61.5,-14.5 + pos: -13.5,-57.5 parent: 2 - - uid: 8831 + - uid: 4811 components: - type: Transform - pos: -61.5,-9.5 + pos: -14.5,-57.5 parent: 2 - - uid: 8832 + - uid: 4812 components: - type: Transform - pos: -58.5,-5.5 + pos: -10.5,-58.5 parent: 2 - - uid: 8833 + - uid: 4813 components: - type: Transform - pos: -58.5,-4.5 + pos: -10.5,-59.5 parent: 2 - - uid: 8834 + - uid: 4814 components: - type: Transform - pos: -58.5,-7.5 + pos: -10.5,-60.5 parent: 2 - - uid: 8835 + - uid: 4815 components: - type: Transform - pos: -58.5,-19.5 + pos: -10.5,-61.5 parent: 2 - - uid: 8836 + - uid: 4816 components: - type: Transform - pos: -57.5,-19.5 + pos: -10.5,-62.5 parent: 2 - - uid: 8837 + - uid: 4817 components: - type: Transform - pos: -58.5,-18.5 + pos: -10.5,-63.5 parent: 2 - - uid: 8838 + - uid: 4818 components: - type: Transform - pos: -58.5,-17.5 + pos: -10.5,-64.5 parent: 2 - - uid: 8839 + - uid: 4819 components: - type: Transform - pos: -58.5,-25.5 + pos: -9.5,-64.5 parent: 2 - - uid: 8840 + - uid: 4820 components: - type: Transform - pos: -58.5,-26.5 + pos: -8.5,-64.5 parent: 2 - - uid: 8841 + - uid: 4821 components: - type: Transform - pos: -58.5,-28.5 + pos: -7.5,-64.5 parent: 2 - - uid: 8842 + - uid: 4822 components: - type: Transform - pos: -57.5,-28.5 + pos: -6.5,-64.5 parent: 2 - - uid: 8843 + - uid: 4823 components: - type: Transform - pos: -56.5,-31.5 + pos: -11.5,-64.5 parent: 2 - - uid: 8844 + - uid: 4824 components: - type: Transform - pos: -55.5,-31.5 + pos: -12.5,-64.5 parent: 2 - - uid: 8845 + - uid: 4825 components: - type: Transform - pos: -54.5,-31.5 + pos: -13.5,-64.5 parent: 2 - - uid: 8846 + - uid: 4826 components: - type: Transform - pos: -53.5,-31.5 + pos: -14.5,-64.5 parent: 2 - - uid: 8847 + - uid: 4827 components: - type: Transform - pos: -47.5,-31.5 + pos: -10.5,-65.5 parent: 2 - - uid: 8848 + - uid: 4828 components: - type: Transform - pos: -45.5,-26.5 + pos: -10.5,-66.5 parent: 2 - - uid: 8849 + - uid: 4829 components: - type: Transform - pos: -47.5,-29.5 + pos: -10.5,-67.5 parent: 2 - - uid: 8850 + - uid: 4830 components: - type: Transform - pos: -48.5,-31.5 + pos: -9.5,-62.5 parent: 2 - - uid: 8851 + - uid: 4831 components: - type: Transform - pos: -49.5,-31.5 + pos: -8.5,-62.5 parent: 2 - - uid: 8852 + - uid: 4832 components: - type: Transform - pos: -44.5,-26.5 + pos: -8.5,-61.5 parent: 2 - - uid: 8853 + - uid: 4833 components: - type: Transform - pos: -43.5,-26.5 + pos: -8.5,-60.5 parent: 2 - - uid: 8854 + - uid: 4834 components: - type: Transform - pos: -40.5,-26.5 + pos: -8.5,-59.5 parent: 2 - - uid: 8855 + - uid: 4835 components: - type: Transform - pos: -41.5,-26.5 + pos: -11.5,-62.5 parent: 2 - - uid: 8856 + - uid: 4836 components: - type: Transform - pos: -41.5,-25.5 + pos: -12.5,-62.5 parent: 2 - - uid: 8857 + - uid: 4837 components: - type: Transform - pos: -37.5,-28.5 + pos: -12.5,-61.5 parent: 2 - - uid: 8858 + - uid: 4838 components: - type: Transform - pos: -37.5,-29.5 + pos: -12.5,-60.5 parent: 2 - - uid: 8859 + - uid: 4839 components: - type: Transform - pos: -37.5,-30.5 + pos: -12.5,-59.5 parent: 2 - - uid: 8860 + - uid: 4840 components: - type: Transform - pos: -37.5,-35.5 + pos: -9.5,-46.5 parent: 2 - - uid: 8861 + - uid: 4841 components: - type: Transform - pos: -37.5,-34.5 + pos: -8.5,-46.5 parent: 2 - - uid: 8862 + - uid: 4842 components: - type: Transform - pos: -37.5,-33.5 + pos: -7.5,-46.5 parent: 2 - - uid: 8863 + - uid: 4843 components: - type: Transform - pos: -37.5,-32.5 + pos: -6.5,-46.5 parent: 2 - - uid: 8864 + - uid: 4844 components: - type: Transform - pos: -36.5,-28.5 + pos: -5.5,-46.5 parent: 2 - - uid: 8865 + - uid: 4845 components: - type: Transform - pos: -35.5,-42.5 + pos: -4.5,-46.5 parent: 2 - - uid: 8866 + - uid: 4846 components: - type: Transform - pos: -37.5,-43.5 + pos: -3.5,-46.5 parent: 2 - - uid: 8867 + - uid: 4847 components: - type: Transform - pos: -36.5,-43.5 + pos: -2.5,-46.5 parent: 2 - - uid: 8868 + - uid: 4848 components: - type: Transform - pos: -34.5,-43.5 + pos: -1.5,-46.5 parent: 2 - - uid: 8869 + - uid: 4849 components: - type: Transform - pos: -37.5,-39.5 + pos: -1.5,-45.5 parent: 2 - - uid: 8870 + - uid: 4850 components: - type: Transform - pos: -37.5,-40.5 + pos: -1.5,-44.5 parent: 2 - - uid: 8871 + - uid: 4851 components: - type: Transform - pos: -37.5,-41.5 + pos: 0.5,-44.5 parent: 2 - - uid: 8872 + - uid: 4852 components: - type: Transform - pos: -16.5,-45.5 + pos: 0.5,-45.5 parent: 2 - - uid: 8873 + - uid: 4853 components: - type: Transform - pos: -28.5,-42.5 + pos: 0.5,-46.5 parent: 2 - - uid: 8875 + - uid: 4854 components: - type: Transform - pos: -24.5,-43.5 + pos: -1.5,-47.5 parent: 2 - - uid: 8876 + - uid: 4855 components: - type: Transform - pos: -25.5,-43.5 + pos: 0.5,-47.5 parent: 2 - - uid: 8879 + - uid: 4856 components: - type: Transform - pos: 15.5,-45.5 + pos: 1.5,-46.5 parent: 2 - - uid: 8881 + - uid: 4857 components: - type: Transform - pos: -15.5,-48.5 + pos: 2.5,-46.5 parent: 2 - - uid: 8882 + - uid: 4858 components: - type: Transform - pos: -15.5,-49.5 + pos: 3.5,-46.5 parent: 2 - - uid: 8883 + - uid: 4859 components: - type: Transform - pos: -15.5,-50.5 + pos: 4.5,-46.5 parent: 2 - - uid: 8885 + - uid: 4860 components: - type: Transform - pos: 14.5,-54.5 + pos: 5.5,-46.5 parent: 2 - - uid: 8886 + - uid: 4861 components: - type: Transform - pos: -15.5,-55.5 + pos: 6.5,-46.5 parent: 2 - - uid: 8887 + - uid: 4862 components: - type: Transform - pos: 14.5,-53.5 + pos: 7.5,-46.5 parent: 2 - - uid: 8888 + - uid: 4863 components: - type: Transform - pos: 14.5,-52.5 + pos: 8.5,-46.5 parent: 2 - - uid: 8889 + - uid: 4864 components: - type: Transform - pos: 14.5,-51.5 + pos: 9.5,-46.5 parent: 2 - - uid: 8890 + - uid: 4865 components: - type: Transform - pos: 14.5,-50.5 + pos: 9.5,-48.5 parent: 2 - - uid: 8891 + - uid: 4866 components: - type: Transform - pos: 14.5,-49.5 + pos: 9.5,-49.5 parent: 2 - - uid: 8892 + - uid: 4867 components: - type: Transform - pos: 23.5,-43.5 + pos: 9.5,-50.5 parent: 2 - - uid: 8897 + - uid: 4868 components: - type: Transform - pos: 25.5,-43.5 + pos: 9.5,-51.5 parent: 2 - - uid: 8898 + - uid: 4869 components: - type: Transform - pos: 24.5,-43.5 + pos: 9.5,-52.5 parent: 2 - - uid: 8899 + - uid: 4870 components: - type: Transform - pos: 29.5,-43.5 + pos: 8.5,-52.5 parent: 2 - - uid: 8900 + - uid: 4871 components: - type: Transform - pos: 30.5,-43.5 + pos: 7.5,-52.5 parent: 2 - - uid: 8901 + - uid: 4872 components: - type: Transform - pos: 31.5,-43.5 + pos: 6.5,-52.5 parent: 2 - - uid: 8902 + - uid: 4873 components: - type: Transform - pos: 32.5,-43.5 + pos: -9.5,-39.5 parent: 2 - - uid: 8903 + - uid: 4874 components: - type: Transform - pos: 33.5,-43.5 + pos: 9.5,-53.5 parent: 2 - - uid: 8904 + - uid: 4875 components: - type: Transform - pos: 31.5,-42.5 + pos: 9.5,-54.5 parent: 2 - - uid: 8905 + - uid: 4876 components: - type: Transform - pos: 36.5,-43.5 + pos: 9.5,-55.5 parent: 2 - - uid: 8906 + - uid: 4877 components: - type: Transform - pos: 35.5,-43.5 + pos: 9.5,-56.5 parent: 2 - - uid: 8907 + - uid: 4878 components: - type: Transform - pos: 36.5,-28.5 + pos: 9.5,-57.5 parent: 2 - - uid: 8908 + - uid: 4879 components: - type: Transform - pos: 36.5,-36.5 + pos: 9.5,-58.5 parent: 2 - - uid: 8909 + - uid: 4880 components: - type: Transform - pos: 36.5,-35.5 + pos: 9.5,-59.5 parent: 2 - - uid: 8910 + - uid: 4881 components: - type: Transform - pos: 36.5,-34.5 + pos: 9.5,-60.5 parent: 2 - - uid: 8911 + - uid: 4882 components: - type: Transform - pos: 35.5,-39.5 + pos: 9.5,-61.5 parent: 2 - - uid: 8912 + - uid: 4883 components: - type: Transform - pos: 36.5,-39.5 + pos: 9.5,-62.5 parent: 2 - - uid: 8913 + - uid: 4884 components: - type: Transform - pos: 36.5,-27.5 + pos: 9.5,-63.5 parent: 2 - - uid: 8914 + - uid: 4885 components: - type: Transform - pos: 36.5,-26.5 + pos: 9.5,-64.5 parent: 2 - - uid: 8915 + - uid: 4886 components: - type: Transform - pos: 43.5,-25.5 + pos: 9.5,-65.5 parent: 2 - - uid: 8916 + - uid: 4887 components: - type: Transform - pos: 43.5,-26.5 + pos: 9.5,-66.5 parent: 2 - - uid: 8917 + - uid: 4888 components: - type: Transform - pos: 42.5,-26.5 + pos: 9.5,-67.5 parent: 2 - - uid: 8918 + - uid: 4889 components: - type: Transform - pos: 53.5,-22.5 + pos: 8.5,-64.5 parent: 2 - - uid: 8919 + - uid: 4890 components: - type: Transform - pos: 53.5,-23.5 + pos: 7.5,-64.5 parent: 2 - - uid: 8920 + - uid: 4891 components: - type: Transform - pos: 54.5,-23.5 + pos: 6.5,-64.5 parent: 2 - - uid: 8921 + - uid: 4892 components: - type: Transform - pos: 55.5,-23.5 + pos: 5.5,-64.5 parent: 2 - - uid: 8922 + - uid: 4893 components: - type: Transform - pos: 48.5,-23.5 + pos: 10.5,-64.5 parent: 2 - - uid: 8923 + - uid: 4894 components: - type: Transform - pos: 56.5,-6.5 + pos: 11.5,-64.5 parent: 2 - - uid: 8924 + - uid: 4895 components: - type: Transform - pos: 58.5,-19.5 + pos: 12.5,-64.5 parent: 2 - - uid: 8925 + - uid: 4896 components: - type: Transform - pos: 57.5,-20.5 + pos: 13.5,-64.5 parent: 2 - - uid: 8926 + - uid: 4897 components: - type: Transform - pos: 58.5,-20.5 + pos: 10.5,-62.5 parent: 2 - - uid: 8927 + - uid: 4898 components: - type: Transform - pos: 59.5,-20.5 + pos: 11.5,-62.5 parent: 2 - - uid: 8928 + - uid: 4899 components: - type: Transform - pos: 60.5,-20.5 + pos: 11.5,-61.5 parent: 2 - - uid: 8929 + - uid: 4900 components: - type: Transform - pos: 63.5,-12.5 + pos: 11.5,-60.5 parent: 2 - - uid: 8930 + - uid: 4901 components: - type: Transform - pos: 63.5,-13.5 + pos: 11.5,-59.5 parent: 2 - - uid: 8931 + - uid: 4902 components: - type: Transform - pos: 63.5,-14.5 + pos: 8.5,-62.5 parent: 2 - - uid: 8932 + - uid: 4903 components: - type: Transform - pos: 63.5,-15.5 + pos: 7.5,-62.5 parent: 2 - - uid: 8933 + - uid: 4904 components: - type: Transform - pos: 61.5,-9.5 + pos: 7.5,-61.5 parent: 2 - - uid: 8934 + - uid: 4905 components: - type: Transform - pos: 57.5,-6.5 + pos: 7.5,-60.5 parent: 2 - - uid: 8935 + - uid: 4906 components: - type: Transform - pos: 63.5,-9.5 + pos: 7.5,-59.5 parent: 2 - - uid: 8936 + - uid: 4907 components: - type: Transform - pos: 63.5,-10.5 + pos: 8.5,-57.5 parent: 2 - - uid: 8937 + - uid: 4908 components: - type: Transform - pos: 63.5,-8.5 + pos: 7.5,-57.5 parent: 2 - - uid: 8938 + - uid: 4909 components: - type: Transform - pos: 58.5,-6.5 + pos: 6.5,-57.5 parent: 2 - - uid: 8939 + - uid: 4910 components: - type: Transform - pos: 59.5,-6.5 + pos: 5.5,-57.5 parent: 2 - - uid: 8940 + - uid: 4911 components: - type: Transform - pos: 62.5,-6.5 + pos: 10.5,-57.5 parent: 2 - - uid: 8941 + - uid: 4912 components: - type: Transform - pos: 61.5,-6.5 + pos: 11.5,-57.5 parent: 2 - - uid: 8942 + - uid: 4913 components: - type: Transform - pos: 56.5,2.5 + pos: 12.5,-57.5 parent: 2 - - uid: 8943 + - uid: 4914 components: - type: Transform - pos: 56.5,0.5 + pos: 13.5,-57.5 parent: 2 - - uid: 8944 + - uid: 4915 components: - type: Transform - pos: 56.5,-0.5 + pos: 9.5,-45.5 parent: 2 - - uid: 8945 + - uid: 4916 components: - type: Transform - pos: 56.5,-1.5 + pos: 9.5,-44.5 parent: 2 - - uid: 8946 + - uid: 4917 components: - type: Transform - pos: 56.5,3.5 + pos: 9.5,-43.5 parent: 2 - - uid: 8947 + - uid: 4918 components: - type: Transform - pos: 56.5,4.5 + pos: 9.5,-42.5 parent: 2 - - uid: 8948 + - uid: 4919 components: - type: Transform - pos: 56.5,5.5 + pos: 9.5,-41.5 parent: 2 - - uid: 8949 + - uid: 4920 components: - type: Transform - pos: 55.5,-1.5 + pos: -8.5,-39.5 parent: 2 - - uid: 8950 + - uid: 4921 components: - type: Transform - pos: 29.5,11.5 + pos: -34.5,-22.5 parent: 2 - - uid: 8951 + - uid: 4922 components: - type: Transform - pos: 52.5,5.5 + pos: 8.5,-39.5 parent: 2 - - uid: 8952 + - uid: 4923 components: - type: Transform - pos: 51.5,5.5 + pos: 7.5,-39.5 parent: 2 - - uid: 8953 + - uid: 4924 components: - type: Transform - pos: 50.5,5.5 + pos: 0.5,-33.5 parent: 2 - - uid: 8954 + - uid: 4925 components: - type: Transform - pos: 40.5,9.5 + pos: 0.5,-34.5 parent: 2 - - uid: 8955 + - uid: 4926 components: - type: Transform - pos: 41.5,9.5 + pos: -1.5,-34.5 parent: 2 - - uid: 8956 + - uid: 4927 components: - type: Transform - pos: 42.5,9.5 + pos: -1.5,-33.5 parent: 2 - - uid: 8957 + - uid: 4928 components: - type: Transform - pos: 43.5,9.5 + pos: 32.5,-38.5 parent: 2 - - uid: 8958 + - uid: 4929 components: - type: Transform - pos: 47.5,8.5 + pos: 32.5,-39.5 parent: 2 - - uid: 8959 + - uid: 4930 components: - type: Transform - pos: 49.5,9.5 + pos: 32.5,-20.5 parent: 2 - - uid: 8960 + - uid: 4931 components: - type: Transform - pos: 15.5,11.5 + pos: 32.5,-21.5 parent: 2 - - uid: 8961 + - uid: 4932 components: - type: Transform - pos: 32.5,12.5 + pos: 32.5,-22.5 parent: 2 - - uid: 8962 + - uid: 4933 components: - type: Transform - pos: 31.5,12.5 + pos: 32.5,-23.5 parent: 2 - - uid: 8963 + - uid: 4934 components: - type: Transform - pos: 29.5,12.5 + pos: 32.5,-24.5 parent: 2 - - uid: 8964 + - uid: 4935 components: - type: Transform - pos: 22.5,12.5 + pos: 32.5,-25.5 parent: 2 - - uid: 8965 + - uid: 4936 components: - type: Transform - pos: 21.5,12.5 + pos: 32.5,-26.5 parent: 2 - - uid: 8966 + - uid: 4937 components: - type: Transform - pos: 20.5,12.5 + pos: 32.5,-27.5 parent: 2 - - uid: 8967 + - uid: 4938 components: - type: Transform - pos: 14.5,11.5 + pos: 32.5,-28.5 parent: 2 - - uid: 8968 + - uid: 4939 components: - type: Transform - pos: 13.5,11.5 + pos: 32.5,-29.5 parent: 2 - - uid: 8969 + - uid: 4940 components: - type: Transform - pos: 10.5,12.5 + pos: 32.5,-30.5 parent: 2 - - uid: 8970 + - uid: 4941 components: - type: Transform - pos: 10.5,13.5 + pos: 32.5,-31.5 parent: 2 - - uid: 8971 + - uid: 4942 components: - type: Transform - pos: 10.5,14.5 + pos: 32.5,-32.5 parent: 2 - - uid: 8972 + - uid: 4943 components: - type: Transform - pos: 10.5,15.5 + pos: 32.5,-33.5 parent: 2 - - uid: 8973 + - uid: 4944 components: - type: Transform - pos: 9.5,14.5 + pos: 32.5,-34.5 parent: 2 - - uid: 8976 + - uid: 4945 components: - type: Transform - pos: 10.5,19.5 + pos: 32.5,-35.5 parent: 2 - - uid: 9052 + - uid: 4946 components: - type: Transform - pos: 10.5,23.5 + pos: 32.5,-36.5 parent: 2 - - uid: 9080 + - uid: 4947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,24.5 + pos: 32.5,-37.5 parent: 2 - - uid: 9081 + - uid: 4948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,24.5 + pos: 31.5,-39.5 parent: 2 - - uid: 9082 + - uid: 4949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,24.5 + pos: 30.5,-39.5 parent: 2 - - uid: 9085 + - uid: 4950 components: - type: Transform - pos: -26.5,24.5 + pos: 29.5,-39.5 parent: 2 - - uid: 9086 + - uid: 4951 components: - type: Transform - pos: -28.5,24.5 + pos: 28.5,-39.5 parent: 2 - - uid: 9087 + - uid: 4952 components: - type: Transform - pos: -28.5,23.5 + pos: 27.5,-39.5 parent: 2 - - uid: 9090 + - uid: 4953 components: - type: Transform - pos: -30.5,20.5 + pos: 26.5,-39.5 parent: 2 - - uid: 9242 + - uid: 4954 components: - type: Transform - pos: 17.5,-47.5 + pos: 25.5,-39.5 parent: 2 - - uid: 9259 + - uid: 4955 components: - type: Transform - pos: 18.5,-47.5 + pos: 24.5,-39.5 parent: 2 - - uid: 9260 + - uid: 4956 components: - type: Transform - pos: 19.5,-45.5 + pos: 23.5,-39.5 parent: 2 - - uid: 9261 + - uid: 4957 components: - type: Transform - pos: 19.5,-44.5 + pos: 22.5,-39.5 parent: 2 - - uid: 9262 + - uid: 4958 components: - type: Transform - pos: 14.5,-47.5 + pos: 21.5,-39.5 parent: 2 - - uid: 9263 + - uid: 4959 components: - type: Transform - pos: 16.5,-47.5 + pos: 33.5,-22.5 parent: 2 - - uid: 9264 + - uid: 4960 components: - type: Transform - pos: -21.5,-43.5 + pos: 34.5,-22.5 parent: 2 - - uid: 9265 + - uid: 4961 components: - type: Transform - pos: -20.5,-43.5 + pos: 35.5,-22.5 parent: 2 - - uid: 9267 + - uid: 4962 components: - type: Transform - pos: -19.5,-47.5 + pos: 36.5,-22.5 parent: 2 - - uid: 9268 + - uid: 4963 components: - type: Transform - pos: -17.5,-47.5 + pos: 37.5,-22.5 parent: 2 - - uid: 9269 + - uid: 4964 components: - type: Transform - pos: -18.5,-47.5 + pos: 38.5,-22.5 parent: 2 - - uid: 9430 + - uid: 4965 components: - type: Transform - pos: -8.5,35.5 + pos: 39.5,-22.5 parent: 2 - - uid: 9431 + - uid: 4966 components: - type: Transform - pos: -8.5,38.5 + pos: 40.5,-22.5 parent: 2 - - uid: 9543 + - uid: 4967 components: - type: Transform - pos: 11.5,28.5 + pos: 41.5,-22.5 parent: 2 - - uid: 9544 + - uid: 4968 components: - type: Transform - pos: 11.5,27.5 + pos: 42.5,-22.5 parent: 2 - - uid: 9545 + - uid: 4969 components: - type: Transform - pos: 10.5,27.5 + pos: 43.5,-22.5 parent: 2 -- proto: GrilleBroken - entities: - - uid: 8589 + - uid: 4970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,27.5 + pos: 43.5,-16.5 parent: 2 - - uid: 8770 + - uid: 4971 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,30.5 + pos: 43.5,-17.5 parent: 2 - - uid: 8771 + - uid: 4972 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,32.5 + pos: 43.5,-18.5 parent: 2 - - uid: 8773 + - uid: 4973 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,33.5 + pos: 43.5,-19.5 parent: 2 - - uid: 8980 + - uid: 4974 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,23.5 + pos: 43.5,-20.5 parent: 2 - - uid: 8981 + - uid: 4975 components: - type: Transform - pos: -11.5,12.5 + pos: 43.5,1.5 parent: 2 - - uid: 8982 + - uid: 4976 components: - type: Transform - pos: -11.5,27.5 + pos: 43.5,0.5 parent: 2 - - uid: 8983 + - uid: 4977 components: - type: Transform - pos: -11.5,20.5 + pos: 43.5,-0.5 parent: 2 - - uid: 8984 + - uid: 4978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,17.5 + pos: 43.5,-1.5 parent: 2 - - uid: 8985 + - uid: 4979 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,15.5 + pos: 43.5,-2.5 parent: 2 - - uid: 8986 + - uid: 4980 components: - type: Transform - pos: -11.5,15.5 + pos: 43.5,-3.5 parent: 2 - - uid: 8987 + - uid: 4981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,18.5 + pos: 43.5,-4.5 parent: 2 - - uid: 8988 + - uid: 4982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,17.5 + pos: 43.5,-5.5 parent: 2 - - uid: 8993 + - uid: 4983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,18.5 + pos: 43.5,-6.5 parent: 2 - - uid: 8994 + - uid: 4984 components: - type: Transform - pos: -37.5,15.5 + pos: 43.5,-7.5 parent: 2 - - uid: 8995 + - uid: 4985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,8.5 + pos: 43.5,-8.5 parent: 2 - - uid: 8996 + - uid: 4986 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,17.5 + pos: 43.5,-9.5 parent: 2 - - uid: 8997 + - uid: 4987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,15.5 + pos: 43.5,-10.5 parent: 2 - - uid: 8998 + - uid: 4988 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,15.5 + pos: 43.5,-11.5 parent: 2 - - uid: 8999 + - uid: 4989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,8.5 + pos: 43.5,-12.5 parent: 2 - - uid: 9000 + - uid: 4990 components: - type: Transform - pos: -58.5,-16.5 + pos: 43.5,-13.5 parent: 2 - - uid: 9001 + - uid: 4991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,0.5 + pos: 43.5,-14.5 parent: 2 - - uid: 9002 + - uid: 4992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-7.5 + pos: 43.5,-15.5 parent: 2 - - uid: 9003 + - uid: 4993 components: - type: Transform - pos: -61.5,-12.5 + pos: 42.5,-0.5 parent: 2 - - uid: 9004 + - uid: 4994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-12.5 + pos: 41.5,-0.5 parent: 2 - - uid: 9005 + - uid: 4995 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-11.5 + pos: 40.5,-0.5 parent: 2 - - uid: 9006 + - uid: 4996 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-27.5 + pos: 39.5,-0.5 parent: 2 - - uid: 9007 + - uid: 4997 components: - type: Transform - pos: -55.5,-30.5 + pos: 38.5,-0.5 parent: 2 - - uid: 9008 + - uid: 4998 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-30.5 + pos: 37.5,-0.5 parent: 2 - - uid: 9009 + - uid: 4999 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-26.5 + pos: 36.5,-0.5 parent: 2 - - uid: 9010 + - uid: 5000 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-35.5 + pos: 35.5,-0.5 parent: 2 - - uid: 9011 + - uid: 5001 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-35.5 + pos: 34.5,-0.5 parent: 2 - - uid: 9012 + - uid: 5002 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-51.5 + pos: 33.5,-0.5 parent: 2 - - uid: 9013 + - uid: 5003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-43.5 + pos: 32.5,-0.5 parent: 2 - - uid: 9014 + - uid: 5004 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-43.5 + pos: 31.5,-0.5 parent: 2 - - uid: 9018 + - uid: 5005 components: - type: Transform - pos: -15.5,-54.5 + pos: 30.5,-0.5 parent: 2 - - uid: 9019 + - uid: 5006 components: - type: Transform - pos: 14.5,-55.5 + pos: 29.5,-0.5 parent: 2 - - uid: 9020 + - uid: 5007 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-55.5 + pos: 28.5,-0.5 parent: 2 - - uid: 9021 + - uid: 5008 components: - type: Transform - pos: 63.5,-11.5 + pos: 27.5,-0.5 parent: 2 - - uid: 9022 + - uid: 5009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-43.5 + pos: 26.5,-0.5 parent: 2 - - uid: 9023 + - uid: 5010 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-40.5 + pos: 25.5,-0.5 parent: 2 - - uid: 9024 + - uid: 5011 components: - type: Transform - pos: 36.5,-38.5 + pos: 24.5,-0.5 parent: 2 - - uid: 9025 + - uid: 5012 components: - type: Transform - pos: 36.5,-33.5 + pos: 23.5,-0.5 parent: 2 - - uid: 9026 + - uid: 5013 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-25.5 + pos: 22.5,-0.5 parent: 2 - - uid: 9027 + - uid: 5014 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-26.5 + pos: 21.5,-0.5 parent: 2 - - uid: 9028 + - uid: 5015 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-26.5 + pos: 20.5,-0.5 parent: 2 - - uid: 9029 + - uid: 5016 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-22.5 + pos: 19.5,-0.5 parent: 2 - - uid: 9030 + - uid: 5017 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-23.5 + pos: 18.5,-0.5 parent: 2 - - uid: 9031 + - uid: 5018 components: - type: Transform - pos: 60.5,-19.5 + pos: 17.5,-0.5 parent: 2 - - uid: 9032 + - uid: 5019 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,-11.5 + pos: 16.5,-0.5 parent: 2 - - uid: 9033 + - uid: 5020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-9.5 + pos: 15.5,-0.5 parent: 2 - - uid: 9034 + - uid: 5021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-9.5 + pos: 23.5,-1.5 parent: 2 - - uid: 9035 + - uid: 5022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,9.5 + pos: 23.5,-2.5 parent: 2 - - uid: 9036 + - uid: 5023 components: - type: Transform - pos: 60.5,-8.5 + pos: 23.5,-3.5 parent: 2 - - uid: 9037 + - uid: 5024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-6.5 + pos: 23.5,0.5 parent: 2 - - uid: 9038 + - uid: 5025 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,5.5 + pos: 23.5,1.5 parent: 2 - - uid: 9039 + - uid: 5026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,5.5 + pos: 23.5,2.5 parent: 2 - - uid: 9040 + - uid: 5027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,5.5 + pos: 28.5,0.5 parent: 2 - - uid: 9041 + - uid: 5028 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,9.5 + pos: 28.5,1.5 parent: 2 - - uid: 9042 + - uid: 5029 components: - type: Transform - pos: 47.5,9.5 + pos: 28.5,2.5 parent: 2 - - uid: 9043 + - uid: 5030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,9.5 + pos: 28.5,3.5 parent: 2 - - uid: 9044 + - uid: 5031 components: - type: Transform - pos: 45.5,8.5 + pos: 29.5,3.5 parent: 2 - - uid: 9045 + - uid: 5032 components: - type: Transform - pos: 14.5,10.5 + pos: 30.5,3.5 parent: 2 - - uid: 9046 + - uid: 5033 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,12.5 + pos: 31.5,3.5 parent: 2 - - uid: 9047 + - uid: 5034 components: - type: Transform - pos: 34.5,11.5 + pos: 32.5,3.5 parent: 2 - - uid: 9048 + - uid: 5035 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,12.5 + pos: 33.5,3.5 parent: 2 - - uid: 9049 + - uid: 5036 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,11.5 + pos: 34.5,3.5 parent: 2 - - uid: 9050 + - uid: 5037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,12.5 + pos: 35.5,3.5 parent: 2 - - uid: 9051 + - uid: 5038 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,10.5 + pos: 43.5,2.5 parent: 2 - - uid: 9053 + - uid: 5039 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,18.5 + pos: 43.5,3.5 parent: 2 - - uid: 9054 + - uid: 5040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,19.5 + pos: 42.5,3.5 parent: 2 - - uid: 9056 + - uid: 5041 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,33.5 + pos: 41.5,3.5 parent: 2 - - uid: 9057 + - uid: 5042 components: - type: Transform - pos: 5.5,33.5 + pos: 40.5,3.5 parent: 2 - - uid: 9083 + - uid: 5043 components: - type: Transform - pos: -19.5,23.5 + pos: 40.5,4.5 parent: 2 - - uid: 9084 + - uid: 5044 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,23.5 + pos: 44.5,3.5 parent: 2 - - uid: 9088 + - uid: 5045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,24.5 + pos: 45.5,3.5 parent: 2 - - uid: 9089 + - uid: 5046 components: - type: Transform - pos: -22.5,23.5 + pos: 46.5,3.5 parent: 2 - - uid: 9546 + - uid: 5047 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,26.5 + pos: 46.5,4.5 parent: 2 -- proto: GrilleSpawner - entities: - - uid: 3283 + - uid: 5048 components: - type: Transform - pos: 39.5,-8.5 + pos: 44.5,-0.5 parent: 2 - - uid: 8092 + - uid: 5049 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-25.5 + pos: 45.5,-0.5 parent: 2 - - uid: 8774 + - uid: 5050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,33.5 + pos: 46.5,-0.5 parent: 2 -- proto: Handcuffs - entities: - - uid: 6092 + - uid: 5051 components: - type: Transform - pos: -2.5,35.5 + pos: 46.5,0.5 parent: 2 - - uid: 8051 + - uid: 5052 components: - type: Transform - pos: -34.569714,8.632569 + pos: 46.5,1.5 parent: 2 - - uid: 8884 + - uid: 5053 components: - type: Transform - pos: 2.5,38.5 + pos: 47.5,1.5 parent: 2 - - uid: 9069 + - uid: 5054 components: - type: Transform - pos: -25.504314,17.45183 + pos: 48.5,1.5 parent: 2 - - uid: 9072 + - uid: 5055 components: - type: Transform - pos: -25.566494,17.60449 + pos: 49.5,1.5 parent: 2 - - uid: 9425 + - uid: 5056 components: - type: Transform - pos: -3.5,35.5 + pos: 50.5,1.5 parent: 2 -- proto: HandheldGPSBasic - entities: - - uid: 1087 + - uid: 5057 components: - type: Transform - pos: 28.31444,-3.4380596 + pos: 51.5,1.5 parent: 2 -- proto: HandheldHealthAnalyzerEmpty - entities: - - uid: 8002 + - uid: 5058 components: - type: Transform - pos: -17.560238,-4.4531527 + pos: 52.5,1.5 parent: 2 -- proto: HandLabeler - entities: - - uid: 7970 + - uid: 5059 components: - type: Transform - pos: -35.03673,-3.2353244 + pos: 35.5,-1.5 parent: 2 - - uid: 7971 + - uid: 5060 components: - type: Transform - pos: 15.461165,-8.309071 + pos: 35.5,-2.5 parent: 2 - - uid: 8084 + - uid: 5061 components: - type: Transform - pos: -32.462517,4.769805 + pos: 35.5,-3.5 parent: 2 -- proto: HarmonicaInstrument - entities: - - uid: 9070 + - uid: 5062 components: - type: Transform - pos: -23.37715,15.598139 + pos: 35.5,-4.5 parent: 2 -- proto: HighSecCentralCommandLocked - entities: - - uid: 7415 + - uid: 5063 components: - type: Transform - pos: 3.5,-0.5 + pos: 42.5,-12.5 parent: 2 - - uid: 7419 + - uid: 5064 components: - type: Transform - pos: -4.5,-0.5 + pos: 41.5,-12.5 parent: 2 -- proto: HighSecDoor - entities: - - uid: 5 + - uid: 5065 components: - type: Transform - pos: 11.5,-1.5 + pos: 40.5,-12.5 parent: 2 - - uid: 6 + - uid: 5066 components: - type: Transform - pos: 11.5,0.5 + pos: 39.5,-12.5 parent: 2 - - uid: 7 + - uid: 5067 components: - type: Transform - pos: -10.5,0.5 + pos: 38.5,-12.5 parent: 2 - - uid: 8 + - uid: 5068 components: - type: Transform - pos: 9.5,-1.5 + pos: 37.5,-12.5 parent: 2 - - uid: 9 + - uid: 5069 components: - type: Transform - pos: -1.5,10.5 + pos: 37.5,-13.5 parent: 2 - - uid: 10 + - uid: 5070 components: - type: Transform - pos: 9.5,0.5 + pos: 37.5,-14.5 parent: 2 - - uid: 11 + - uid: 5071 components: - type: Transform - pos: 0.5,10.5 + pos: 37.5,-15.5 parent: 2 - - uid: 12 + - uid: 5072 components: - type: Transform - pos: 0.5,8.5 + pos: 38.5,-15.5 parent: 2 - - uid: 13 + - uid: 5073 components: - type: Transform - pos: -1.5,8.5 + pos: 39.5,-15.5 parent: 2 - - uid: 14 + - uid: 5074 components: - type: Transform - pos: -10.5,-1.5 + pos: 37.5,-11.5 parent: 2 - - uid: 15 + - uid: 5075 components: - type: Transform - pos: -12.5,-1.5 + pos: 37.5,-10.5 parent: 2 - - uid: 16 + - uid: 5076 components: - type: Transform - pos: -12.5,0.5 + pos: 37.5,-9.5 parent: 2 - - uid: 59 + - uid: 5077 components: - type: Transform - pos: 3.5,-17.5 + pos: 37.5,-8.5 parent: 2 - - uid: 60 + - uid: 5078 components: - type: Transform - pos: 3.5,-15.5 + pos: 37.5,-7.5 parent: 2 - - uid: 124 + - uid: 5079 components: - type: Transform - pos: 0.5,-9.5 + pos: 37.5,-6.5 parent: 2 - - uid: 127 + - uid: 5080 components: - type: Transform - pos: -1.5,-9.5 + pos: 37.5,-5.5 parent: 2 - - uid: 233 + - uid: 5081 components: - type: Transform - pos: 0.5,-11.5 + pos: 38.5,-5.5 parent: 2 - - uid: 877 + - uid: 5082 components: - type: Transform - pos: 17.5,-40.5 + pos: 39.5,-5.5 parent: 2 - - uid: 878 + - uid: 5083 components: - type: Transform - pos: 17.5,-38.5 + pos: 39.5,-4.5 parent: 2 - - uid: 879 + - uid: 5084 components: - type: Transform - pos: 19.5,-40.5 + pos: 40.5,-11.5 parent: 2 - - uid: 880 + - uid: 5085 components: - type: Transform - pos: 19.5,-38.5 + pos: 40.5,-10.5 parent: 2 - - uid: 910 + - uid: 5086 components: - type: Transform - pos: -20.5,-40.5 + pos: 40.5,-9.5 parent: 2 - - uid: 911 + - uid: 5087 components: - type: Transform - pos: -20.5,-38.5 + pos: 40.5,-8.5 parent: 2 - - uid: 912 + - uid: 5088 components: - type: Transform - pos: -18.5,-38.5 + pos: 39.5,-3.5 parent: 2 - - uid: 913 + - uid: 5089 components: - type: Transform - pos: -18.5,-40.5 + pos: 25.5,10.5 parent: 2 - - uid: 1645 + - uid: 5090 components: - type: Transform - pos: -1.5,-11.5 + pos: 25.5,9.5 parent: 2 -- proto: HydroponicsToolSpade - entities: - - uid: 8593 + - uid: 5091 components: - type: Transform - pos: 10.477897,-8.403197 + pos: 25.5,8.5 parent: 2 -- proto: InflatableWall - entities: - - uid: 9378 + - uid: 5092 components: - type: Transform - pos: -38.5,-17.5 + pos: 25.5,7.5 parent: 2 -- proto: InflatableWallStack5 - entities: - - uid: 1452 + - uid: 5093 components: - type: Transform - pos: 46.52145,-3.6173031 + pos: 25.5,6.5 parent: 2 -- proto: IntercomEngineering - entities: - - uid: 7955 + - uid: 5094 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-10.5 + pos: 25.5,5.5 parent: 2 -- proto: IntercomMedical - entities: - - uid: 8117 + - uid: 5095 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-4.5 + pos: 24.5,5.5 parent: 2 -- proto: IntercomScience - entities: - - uid: 7953 + - uid: 5096 components: - type: Transform - pos: 22.5,3.5 + pos: 23.5,5.5 parent: 2 -- proto: IntercomSecurity - entities: - - uid: 8116 + - uid: 5097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,1.5 + pos: 22.5,5.5 parent: 2 -- proto: IntercomSupply - entities: - - uid: 7954 + - uid: 5098 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-2.5 + pos: 21.5,5.5 parent: 2 -- proto: JanitorialTrolley - entities: - - uid: 9529 + - uid: 5099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,24.5 + pos: 22.5,6.5 parent: 2 -- proto: JukeboxCircuitBoard - entities: - - uid: 9602 + - uid: 5100 components: - type: Transform - pos: 6.6259494,37.38208 + pos: 22.5,7.5 parent: 2 -- proto: Lamp - entities: - - uid: 1108 + - uid: 5101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.529902,-14.009188 + pos: 22.5,8.5 parent: 2 - - uid: 1504 + - uid: 5102 components: - type: Transform - pos: 55.461147,-11.067635 + pos: 22.5,9.5 parent: 2 - - uid: 2155 + - uid: 5103 components: - type: Transform - pos: -14.604253,8.999672 + pos: 20.5,5.5 parent: 2 - - uid: 2322 + - uid: 5104 components: - type: Transform - pos: -33.053425,12.825653 + pos: 19.5,5.5 parent: 2 - - uid: 8144 + - uid: 5105 components: - type: Transform - pos: -53.52031,5.8773212 + pos: 18.5,5.5 parent: 2 - - uid: 8219 + - uid: 5106 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.436971,-11.907684 + pos: 17.5,5.5 parent: 2 -- proto: LampGold - entities: - - uid: 1189 + - uid: 5107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.307503,9.603359 + pos: 16.5,5.5 parent: 2 - - uid: 2038 + - uid: 5108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.562063,-11.360263 + pos: 16.5,4.5 parent: 2 - - uid: 2624 + - uid: 5109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.69951,-1.9779178 + pos: 16.5,3.5 parent: 2 - - uid: 8150 + - uid: 5110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.70251,-21.042889 + pos: 16.5,2.5 parent: 2 -- proto: Lantern - entities: - - uid: 8579 + - uid: 5111 components: - type: Transform - pos: 6.6242113,-29.118408 + pos: 17.5,2.5 parent: 2 -- proto: LargeBeaker - entities: - - uid: 1960 + - uid: 5112 components: - type: Transform - pos: -34.684856,-8.301708 + pos: 18.5,2.5 parent: 2 -- proto: LGBTQHandyFlag - entities: - - uid: 9485 + - uid: 5113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.336591,-29.454037 + pos: 16.5,6.5 parent: 2 -- proto: Lighter - entities: - - uid: 7880 + - uid: 5114 components: - type: Transform - pos: 26.786741,-11.642492 + pos: 16.5,7.5 parent: 2 - - uid: 8082 + - uid: 5115 components: - type: Transform - pos: -33.576385,12.5394535 + pos: 16.5,8.5 parent: 2 - - uid: 8250 + - uid: 5116 components: - type: Transform - pos: -7.6858063,-10.390216 + pos: 17.5,8.5 parent: 2 -- proto: LightReplacer - entities: - - uid: 3072 + - uid: 5117 components: - type: Transform - pos: 7.621773,27.698023 + pos: 18.5,8.5 parent: 2 -- proto: LightReplacerEmpty - entities: - - uid: 7792 + - uid: 5118 components: - type: Transform - pos: 52.963375,-6.227824 + pos: 26.5,8.5 parent: 2 -- proto: LockerAtmosphericsFilledCosmetic - entities: - - uid: 985 + - uid: 5119 components: - type: Transform - pos: 53.5,-16.5 + pos: 27.5,8.5 parent: 2 - - uid: 1009 + - uid: 5120 components: - type: Transform - pos: 46.5,-17.5 + pos: 28.5,8.5 parent: 2 - - uid: 1010 + - uid: 5121 components: - type: Transform - pos: 52.5,-16.5 + pos: 29.5,8.5 parent: 2 - - uid: 1037 + - uid: 5122 components: - type: Transform - pos: 49.5,-20.5 + pos: 30.5,8.5 parent: 2 -- proto: LockerCaptainFilledCosmetic - entities: - - uid: 88 + - uid: 5123 components: - type: Transform - pos: -55.5,2.5 + pos: 31.5,8.5 parent: 2 -- proto: LockerChemistryFilled - entities: - - uid: 1924 + - uid: 5124 components: - type: Transform - pos: -35.5,-4.5 + pos: 32.5,8.5 parent: 2 -- proto: LockerChiefEngineerFilledCosmetic - entities: - - uid: 1106 + - uid: 5125 components: - type: Transform - pos: 55.5,-16.5 + pos: 31.5,7.5 parent: 2 -- proto: LockerChiefMedicalOfficerFilledCosmetic - entities: - - uid: 1109 + - uid: 5126 components: - type: Transform - pos: -22.5,-17.5 + pos: 31.5,6.5 parent: 2 -- proto: LockerDetectiveFilled - entities: - - uid: 2154 + - uid: 5127 components: - type: Transform - pos: -15.5,4.5 + pos: 32.5,6.5 parent: 2 -- proto: LockerElectricalSuppliesFilled - entities: - - uid: 8555 + - uid: 5128 components: - type: Transform - pos: 33.5,-8.5 + pos: 33.5,6.5 parent: 2 -- proto: LockerEngineerFilled - entities: - - uid: 1384 + - uid: 5129 components: - type: Transform - pos: 46.5,-6.5 + pos: 34.5,6.5 parent: 2 - - uid: 1385 + - uid: 5130 components: - type: Transform - pos: 50.5,-2.5 + pos: 35.5,6.5 parent: 2 - - uid: 1386 + - uid: 5131 components: - type: Transform - pos: 53.5,-4.5 + pos: 36.5,6.5 parent: 2 - - uid: 1387 + - uid: 5132 components: - type: Transform - pos: 47.5,-3.5 + pos: 36.5,7.5 parent: 2 -- proto: LockerEvidence - entities: - - uid: 7715 + - uid: 5133 components: - type: Transform - pos: 1.5,-2.5 + pos: 36.5,8.5 parent: 2 - - uid: 9066 + - uid: 5134 components: - type: Transform - pos: -28.5,17.5 + pos: 49.5,-7.5 parent: 2 -- proto: LockerHeadOfPersonnelFilledCosmetic - entities: - - uid: 1233 + - uid: 5135 components: - type: Transform - pos: -52.5,-28.5 + pos: 49.5,-8.5 parent: 2 -- proto: LockerHeadOfSecurityFilledCosmetic - entities: - - uid: 1498 + - uid: 5136 components: - type: Transform - pos: -39.5,10.5 + pos: 49.5,-9.5 parent: 2 -- proto: LockerMedicalFilled - entities: - - uid: 1877 + - uid: 5137 components: - type: Transform - pos: -16.5,-3.5 + pos: 49.5,-10.5 parent: 2 - - uid: 1878 + - uid: 5138 components: - type: Transform - pos: -13.5,-6.5 + pos: 49.5,-11.5 parent: 2 - - uid: 1879 + - uid: 5139 components: - type: Transform - pos: -13.5,-7.5 + pos: 49.5,-12.5 parent: 2 - - uid: 1880 + - uid: 5140 components: - type: Transform - pos: -18.5,-5.5 + pos: 49.5,-13.5 parent: 2 -- proto: LockerParamedicFilledCosmetic - entities: - - uid: 1418 + - uid: 5141 components: - type: Transform - pos: -16.5,-8.5 + pos: 50.5,-13.5 parent: 2 -- proto: LockerQuarterMasterFilledCosmetic - entities: - - uid: 1916 + - uid: 5142 components: - type: Transform - pos: 32.5,-13.5 + pos: 51.5,-13.5 parent: 2 -- proto: LockerResearchDirectorFilledCosmetic - entities: - - uid: 2014 + - uid: 5143 components: - type: Transform - pos: 37.5,8.5 + pos: 52.5,-13.5 parent: 2 -- proto: LockerSalvageSpecialistFilledCosmetic - entities: - - uid: 1419 + - uid: 5144 components: - type: Transform - pos: 28.5,-9.5 + pos: 52.5,-12.5 parent: 2 - - uid: 1420 + - uid: 5145 components: - type: Transform - pos: 31.5,-8.5 + pos: 52.5,-11.5 parent: 2 - - uid: 1422 + - uid: 5146 components: - type: Transform - pos: 31.5,-6.5 + pos: 52.5,-10.5 parent: 2 - - uid: 1502 + - uid: 5147 components: - type: Transform - pos: 29.5,-3.5 + pos: 52.5,-9.5 parent: 2 -- proto: LockerScienceFilled - entities: - - uid: 1157 + - uid: 5148 components: - type: Transform - pos: 15.5,8.5 + pos: 53.5,-10.5 parent: 2 - - uid: 1159 + - uid: 5149 components: - type: Transform - pos: 14.5,5.5 + pos: 54.5,-10.5 parent: 2 - - uid: 1161 + - uid: 5150 components: - type: Transform - pos: 19.5,2.5 + pos: 55.5,-10.5 parent: 2 - - uid: 1162 + - uid: 5151 components: - type: Transform - pos: 19.5,3.5 + pos: 56.5,-10.5 parent: 2 -- proto: LockerSecurityFilled - entities: - - uid: 2084 + - uid: 5152 components: - type: Transform - pos: -36.5,8.5 + pos: 57.5,-10.5 parent: 2 - - uid: 2085 + - uid: 5153 components: - type: Transform - pos: -35.5,8.5 + pos: 58.5,-10.5 parent: 2 - - uid: 2086 + - uid: 5154 components: - type: Transform - pos: -36.5,2.5 + pos: 58.5,-11.5 parent: 2 - - uid: 2087 + - uid: 5155 components: - type: Transform - pos: -40.5,4.5 + pos: 58.5,-12.5 parent: 2 - - uid: 2088 + - uid: 5156 components: - type: Transform - pos: -37.5,5.5 + pos: 58.5,-13.5 parent: 2 - - uid: 2093 + - uid: 5157 components: - type: Transform - pos: -41.5,8.5 + pos: 58.5,-14.5 parent: 2 -- proto: LockerWardenFilledCosmetic - entities: - - uid: 2280 + - uid: 5158 components: - type: Transform - pos: -15.5,14.5 + pos: 58.5,-15.5 parent: 2 -- proto: LockerWeldingSuppliesFilled - entities: - - uid: 1466 + - uid: 5159 components: - type: Transform - pos: 46.5,-19.5 + pos: 58.5,-16.5 parent: 2 - - uid: 8549 + - uid: 5160 components: - type: Transform - pos: 46.5,-1.5 + pos: 59.5,-16.5 parent: 2 - - uid: 8581 + - uid: 5161 components: - type: Transform - pos: 10.5,-25.5 + pos: 57.5,-16.5 parent: 2 -- proto: MachineCryoSleepPod - entities: - - uid: 49 + - uid: 5162 components: - type: Transform - pos: 7.5,-21.5 + pos: 56.5,-11.5 parent: 2 - - uid: 50 + - uid: 5163 components: - type: Transform - pos: 7.5,-22.5 + pos: 56.5,-12.5 parent: 2 - - uid: 54 + - uid: 5164 components: - type: Transform - pos: 7.5,-19.5 + pos: 49.5,-6.5 parent: 2 - - uid: 73 + - uid: 5165 components: - type: Transform - pos: 15.5,-11.5 + pos: 49.5,-5.5 parent: 2 - - uid: 74 + - uid: 5166 components: - type: Transform - pos: 15.5,-10.5 + pos: 49.5,-4.5 parent: 2 - - uid: 75 + - uid: 5167 components: - type: Transform - pos: 15.5,-12.5 + pos: 49.5,-3.5 parent: 2 - - uid: 76 + - uid: 5168 components: - type: Transform - pos: 15.5,-21.5 + pos: 49.5,-2.5 parent: 2 - - uid: 78 + - uid: 5169 components: - type: Transform - pos: 15.5,-22.5 + pos: 50.5,-4.5 parent: 2 - - uid: 79 + - uid: 5170 components: - type: Transform - pos: 15.5,-13.5 + pos: 51.5,-4.5 parent: 2 - - uid: 85 + - uid: 5171 components: - type: Transform - pos: 11.5,-20.5 + pos: 52.5,-4.5 parent: 2 - - uid: 97 + - uid: 5172 components: - type: Transform - pos: 11.5,-21.5 + pos: 51.5,-5.5 parent: 2 - - uid: 98 + - uid: 5173 components: - type: Transform - pos: 7.5,-20.5 + pos: 48.5,-4.5 parent: 2 - - uid: 99 + - uid: 5174 components: - type: Transform - pos: 11.5,-22.5 + pos: 47.5,-4.5 parent: 2 - - uid: 139 + - uid: 5175 components: - type: Transform - pos: 11.5,-19.5 + pos: 46.5,-4.5 parent: 2 - - uid: 140 + - uid: 5176 components: - type: Transform - pos: 15.5,-19.5 + pos: 47.5,-5.5 parent: 2 - - uid: 141 + - uid: 5177 components: - type: Transform - pos: 15.5,-20.5 + pos: 53.5,-4.5 parent: 2 - - uid: 212 + - uid: 5178 components: - type: Transform - pos: 11.5,-13.5 + pos: 50.5,-14.5 parent: 2 - - uid: 213 + - uid: 5179 components: - type: Transform - pos: 11.5,-12.5 + pos: 50.5,-15.5 parent: 2 - - uid: 214 + - uid: 5180 components: - type: Transform - pos: 11.5,-11.5 + pos: 50.5,-16.5 parent: 2 - - uid: 215 + - uid: 5181 components: - type: Transform - pos: 11.5,-10.5 + pos: 50.5,-17.5 parent: 2 - - uid: 216 + - uid: 5182 components: - type: Transform - pos: 7.5,-13.5 + pos: 50.5,-18.5 parent: 2 - - uid: 217 + - uid: 5183 components: - type: Transform - pos: 7.5,-12.5 + pos: 49.5,-18.5 parent: 2 - - uid: 218 + - uid: 5184 components: - type: Transform - pos: 7.5,-11.5 + pos: 48.5,-18.5 parent: 2 - - uid: 219 + - uid: 5185 components: - type: Transform - pos: 7.5,-10.5 + pos: 47.5,-18.5 parent: 2 - - uid: 8792 + - uid: 5186 components: - type: Transform - pos: -19.5,17.5 + pos: 51.5,-18.5 parent: 2 -- proto: MachineFlatpacker - entities: - - uid: 9635 + - uid: 5187 components: - type: Transform - pos: 4.5,38.5 + pos: 52.5,-18.5 parent: 2 -- proto: MagazineBoxPistolPractice - entities: - - uid: 2393 + - uid: 5188 components: - type: Transform - pos: -27.320272,21.463093 + pos: 53.5,-18.5 parent: 2 -- proto: MagazinePistolPractice - entities: - - uid: 2400 + - uid: 5189 components: - type: Transform - pos: -27.644938,21.581087 + pos: 50.5,-19.5 parent: 2 -- proto: MaintenanceFluffSpawner - entities: - - uid: 3199 + - uid: 5190 components: - type: Transform - pos: -48.5,0.5 + pos: 44.5,-11.5 parent: 2 - - uid: 7976 + - uid: 5191 components: - type: Transform - pos: -3.5,-21.5 + pos: 45.5,-11.5 parent: 2 - - uid: 8100 + - uid: 5192 components: - type: Transform - pos: -35.5,0.5 + pos: 46.5,-11.5 parent: 2 - - uid: 8574 + - uid: 5193 components: - type: Transform - pos: 10.5,-28.5 + pos: 19.5,-9.5 parent: 2 -- proto: MaintenancePlantSpawner - entities: - - uid: 8531 + - uid: 5194 components: - type: Transform - pos: -7.5,21.5 + pos: 20.5,-9.5 parent: 2 - - uid: 8597 + - uid: 5195 components: - type: Transform - pos: -46.5,3.5 + pos: 21.5,-9.5 parent: 2 -- proto: MaintenanceToolSpawner - entities: - - uid: 7817 + - uid: 5196 components: - type: Transform - pos: 21.5,4.5 + pos: 22.5,-9.5 parent: 2 - - uid: 8530 + - uid: 5197 components: - type: Transform - pos: -3.5,31.5 + pos: 21.5,-10.5 parent: 2 - - uid: 8569 + - uid: 5198 components: - type: Transform - pos: 35.5,-8.5 + pos: 21.5,-11.5 parent: 2 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 8558 + - uid: 5199 components: - type: Transform - pos: 38.5,-3.5 + pos: 21.5,-12.5 parent: 2 -- proto: Matchbox - entities: - - uid: 7912 + - uid: 5200 components: - type: Transform - pos: 52.634075,-6.4939036 + pos: 21.5,-13.5 parent: 2 - - uid: 8037 + - uid: 5201 components: - type: Transform - pos: -22.588768,7.6457157 + pos: 21.5,-8.5 parent: 2 - - uid: 8119 + - uid: 5202 components: - type: Transform - pos: -53.473175,-11.641487 + pos: 21.5,-7.5 parent: 2 -- proto: MaterialCloth10 - entities: - - uid: 9060 + - uid: 5203 components: - type: Transform - pos: -23.461369,15.812455 + pos: 20.5,-7.5 parent: 2 -- proto: MaterialWoodPlank - entities: - - uid: 9606 + - uid: 5204 components: - type: Transform - pos: 5.8290744,38.678955 + pos: 19.5,-7.5 parent: 2 -- proto: MaterialWoodPlank1 - entities: - - uid: 8641 + - uid: 5205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.419252,-11.652937 + pos: 18.5,-7.5 parent: 2 - - uid: 8642 + - uid: 5206 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.54434,-10.649987 + pos: 17.5,-7.5 parent: 2 -- proto: MedkitCombatFilled - entities: - - uid: 9275 + - uid: 5207 components: - type: Transform - pos: -2.623952,1.7634274 + pos: 16.5,-7.5 parent: 2 -- proto: MedkitFilled - entities: - - uid: 1922 + - uid: 5208 components: - type: Transform - pos: -17.35666,-4.1152163 + pos: 16.5,-6.5 parent: 2 -- proto: MindShieldImplanter - entities: - - uid: 9587 + - uid: 5209 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.20901537,38.527924 + pos: 16.5,-5.5 parent: 2 - - uid: 9641 + - uid: 5210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.20901537,38.527924 + pos: 16.5,-4.5 parent: 2 - - uid: 9642 + - uid: 5211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.20901537,38.527924 + pos: 17.5,-4.5 parent: 2 - - uid: 9643 + - uid: 5212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.20901537,38.527924 + pos: 18.5,-4.5 parent: 2 - - uid: 9644 + - uid: 5213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.20901537,38.527924 + pos: 18.5,-5.5 parent: 2 -- proto: MopItem - entities: - - uid: 9534 + - uid: 5214 components: - type: Transform - pos: 6.340523,27.494898 + pos: 22.5,-7.5 parent: 2 -- proto: Multitool - entities: - - uid: 9603 + - uid: 5215 components: - type: Transform - pos: 6.1884494,37.491455 + pos: 23.5,-7.5 parent: 2 -- proto: NitrogenTankFilled - entities: - - uid: 8616 + - uid: 5216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.65287,-12.501084 + pos: 24.5,-7.5 parent: 2 -- proto: NitrousOxideTankFilled - entities: - - uid: 7968 + - uid: 5217 components: - type: Transform - pos: -13.498234,-8.349408 + pos: 25.5,-7.5 parent: 2 -- proto: NoticeBoard - entities: - - uid: 3345 + - uid: 5218 components: - type: Transform - pos: 1.5,24.5 + pos: 26.5,-7.5 parent: 2 -- proto: OxygenTankFilled - entities: - - uid: 8615 + - uid: 5219 components: - type: Transform - pos: -34.520756,-10.3181925 + pos: 27.5,-7.5 parent: 2 -- proto: Paper - entities: - - uid: 9061 + - uid: 5220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.575916,17.646038 + pos: 28.5,-7.5 parent: 2 - - uid: 9063 + - uid: 5221 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.457855,17.528044 + pos: 29.5,-7.5 parent: 2 -- proto: PaperBin5 - entities: - - uid: 8137 + - uid: 5222 components: - type: Transform - pos: -48.5,-1.5 + pos: 30.5,-7.5 parent: 2 - - uid: 8149 + - uid: 5223 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-18.5 + pos: 31.5,-7.5 parent: 2 -- proto: PaperCaptainsThoughts - entities: - - uid: 2620 + - uid: 5224 components: - type: Transform - pos: -52.41216,5.60266 + pos: 30.5,-6.5 parent: 2 -- proto: PaperOffice - entities: - - uid: 2018 + - uid: 5225 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.01695,-8.400714 + pos: 30.5,-5.5 parent: 2 - - uid: 7884 + - uid: 5226 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.374882,-11.945338 + pos: 30.5,-4.5 parent: 2 - - uid: 7885 + - uid: 5227 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.463427,-12.004335 + pos: 29.5,-4.5 parent: 2 - - uid: 7935 + - uid: 5228 components: - type: Transform - pos: 56.66266,-11.415864 + pos: 28.5,-4.5 parent: 2 - - uid: 7989 + - uid: 5229 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.95792,-8.459711 + pos: 28.5,-5.5 parent: 2 - - uid: 8086 + - uid: 5230 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.590294,11.359512 + pos: 15.5,-7.5 parent: 2 - - uid: 8147 + - uid: 5231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.455105,-20.403631 + pos: 35.5,-5.5 parent: 2 - - uid: 8148 + - uid: 5232 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.575085,-20.344633 + pos: 35.5,-6.5 parent: 2 - - uid: 8218 + - uid: 5233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.4755335,-22.515383 + pos: 35.5,-7.5 parent: 2 -- proto: Pen - entities: - - uid: 7788 + - uid: 5234 components: - type: Transform - pos: -0.14396732,1.4903436 + pos: 35.5,-8.5 parent: 2 - - uid: 7830 + - uid: 5235 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.702398,9.516926 + pos: 23.5,-9.5 parent: 2 - - uid: 7937 + - uid: 5236 components: - type: Transform - pos: 56.53542,-11.493428 + pos: 24.5,-9.5 parent: 2 - - uid: 8007 + - uid: 5237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.410631,-17.372473 + pos: 24.5,-10.5 parent: 2 - - uid: 8130 + - uid: 5238 components: - type: Transform - pos: -53.903088,-2.4843693 + pos: 24.5,-11.5 parent: 2 - - uid: 8216 + - uid: 5239 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.322114,-18.417048 + pos: 24.5,-12.5 parent: 2 -- proto: PersonalAI - entities: - - uid: 9071 + - uid: 5240 components: - type: Transform - pos: -21.500006,17.624893 + pos: 24.5,-13.5 parent: 2 -- proto: PlasmaTank - entities: - - uid: 7820 + - uid: 5241 components: - type: Transform - pos: 21.226446,4.6021514 + pos: 24.5,-14.5 parent: 2 -- proto: PlasticFlapsAirtightClear - entities: - - uid: 8874 + - uid: 5242 components: - type: Transform - pos: 5.5,31.5 + pos: 25.5,-14.5 parent: 2 -- proto: PlushieAtmosian - entities: - - uid: 1433 + - uid: 5243 components: - type: Transform - pos: 51.899433,-16.84352 + pos: 26.5,-14.5 parent: 2 -- proto: PlushieBee - entities: - - uid: 9469 + - uid: 5244 components: - - type: MetaData - desc: A cute toy that resembles an even cuter programmer. - type: Transform - pos: -30.491352,-17.548737 + pos: 27.5,-14.5 parent: 2 -- proto: PlushieLizardMirrored - entities: - - uid: 902 + - uid: 5245 components: - type: Transform - pos: -24.420609,-8.430642 + pos: 28.5,-14.5 parent: 2 - - uid: 9461 + - uid: 5246 components: - - type: MetaData - desc: An adorable stuffed toy that resembles an even more adorable administrator. - type: Transform - pos: -32.558098,-17.548737 + pos: 26.5,-13.5 parent: 2 -- proto: PosterContrabandBorgFancyv2 - entities: - - uid: 1079 + - uid: 5247 components: - type: Transform - pos: 19.5,4.5 + pos: 26.5,-12.5 parent: 2 -- proto: PosterContrabandHackingGuide - entities: - - uid: 7898 + - uid: 5248 components: - type: Transform - pos: 49.5,-15.5 + pos: 26.5,-11.5 parent: 2 -- proto: PosterContrabandMissingGloves - entities: - - uid: 7841 + - uid: 5249 components: - type: Transform - pos: 20.5,-14.5 + pos: 28.5,-13.5 parent: 2 -- proto: PosterContrabandRevolver - entities: - - uid: 8083 + - uid: 5250 components: - type: Transform - pos: -12.5,6.5 + pos: 28.5,-12.5 parent: 2 -- proto: PosterContrabandTools - entities: - - uid: 7842 + - uid: 5251 components: - type: Transform - pos: 27.5,-9.5 + pos: 29.5,-12.5 parent: 2 -- proto: PosterContrabandWaffleCorp - entities: - - uid: 2340 + - uid: 5252 components: - type: Transform - pos: -25.5,22.5 + pos: 30.5,-12.5 parent: 2 -- proto: PosterLegit12Gauge - entities: - - uid: 8064 + - uid: 5253 components: - type: Transform - pos: -33.5,9.5 + pos: 31.5,-12.5 parent: 2 -- proto: PosterLegitAnatomyPoster - entities: - - uid: 7982 + - uid: 5254 components: - type: Transform - pos: -18.5,-4.5 + pos: 32.5,-12.5 parent: 2 -- proto: PosterLegitBuild - entities: - - uid: 7899 + - uid: 5255 components: - type: Transform - pos: 47.5,-2.5 + pos: 33.5,-12.5 parent: 2 -- proto: PosterLegitCleanliness - entities: - - uid: 7981 + - uid: 5256 components: - type: Transform - pos: -20.5,-9.5 + pos: 34.5,-12.5 parent: 2 -- proto: PosterLegitEnlist - entities: - - uid: 8065 + - uid: 5257 components: - type: Transform - pos: -41.5,5.5 + pos: 35.5,-12.5 parent: 2 -- proto: PosterLegitHighClassMartini - entities: - - uid: 8674 + - uid: 5258 components: - type: Transform - pos: 17.5,-28.5 + pos: 35.5,-11.5 parent: 2 -- proto: PosterLegitIan - entities: - - uid: 8128 + - uid: 5259 components: - type: Transform - pos: -56.5,-21.5 + pos: 35.5,-10.5 parent: 2 -- proto: PosterLegitLoveIan - entities: - - uid: 8129 + - uid: 5260 components: - type: Transform - pos: -49.5,-17.5 + pos: 34.5,-10.5 parent: 2 -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 7794 + - uid: 5261 components: - type: Transform - pos: 4.5,18.5 + pos: 33.5,-10.5 parent: 2 - - uid: 7795 + - uid: 5262 components: - type: Transform - pos: -5.5,18.5 + pos: 32.5,-10.5 parent: 2 - - uid: 8126 + - uid: 5263 components: - type: Transform - pos: -49.5,-8.5 + pos: -33.5,-38.5 parent: 2 -- proto: PosterLegitObey - entities: - - uid: 8066 + - uid: 5264 components: - type: Transform - pos: -18.5,9.5 + pos: -33.5,-39.5 parent: 2 -- proto: PosterLegitPeriodicTable - entities: - - uid: 7980 + - uid: 5265 components: - type: Transform - pos: -31.5,-9.5 + pos: -33.5,-20.5 parent: 2 -- proto: PosterLegitRenault - entities: - - uid: 8127 + - uid: 5266 components: - type: Transform - pos: -50.5,-5.5 + pos: -33.5,-21.5 parent: 2 -- proto: PosterLegitReportCrimes - entities: - - uid: 8040 + - uid: 5267 components: - type: Transform - pos: -14.5,1.5 + pos: -33.5,-22.5 parent: 2 -- proto: PosterLegitSafetyEyeProtection - entities: - - uid: 7810 + - uid: 5268 components: - type: Transform - pos: 14.5,7.5 + pos: -33.5,-23.5 parent: 2 -- proto: PosterLegitSafetyInternals - entities: - - uid: 7839 + - uid: 5269 components: - type: Transform - pos: 32.5,-5.5 + pos: -33.5,-24.5 parent: 2 -- proto: PosterLegitSafetyMothEpi - entities: - - uid: 7979 + - uid: 5270 components: - type: Transform - pos: -36.5,-4.5 + pos: -33.5,-25.5 parent: 2 -- proto: PosterLegitSafetyMothHardhat - entities: - - uid: 2461 + - uid: 5271 components: - type: Transform - pos: -6.5,24.5 + pos: -33.5,-26.5 parent: 2 -- proto: PosterLegitScience - entities: - - uid: 7809 + - uid: 5272 components: - type: Transform - pos: 23.5,10.5 + pos: -33.5,-27.5 parent: 2 -- proto: PosterLegitWalk - entities: - - uid: 7902 + - uid: 5273 components: - type: Transform - pos: 54.5,-6.5 + pos: -33.5,-28.5 parent: 2 -- proto: PosterLegitWorkForAFuture - entities: - - uid: 7838 + - uid: 5274 components: - type: Transform - pos: 16.5,-2.5 + pos: -33.5,-29.5 parent: 2 -- proto: PottedPlantBioluminscent - entities: - - uid: 3045 + - uid: 5275 components: - type: Transform - pos: 3.5,10.5 + pos: -33.5,-30.5 parent: 2 - - uid: 3046 + - uid: 5276 components: - type: Transform - pos: 3.5,19.5 + pos: -33.5,-31.5 parent: 2 - - uid: 3047 + - uid: 5277 components: - type: Transform - pos: -4.5,19.5 + pos: -33.5,-32.5 parent: 2 - - uid: 3048 + - uid: 5278 components: - type: Transform - pos: -4.5,10.5 + pos: -33.5,-33.5 parent: 2 -- proto: PottedPlantRandom - entities: - - uid: 394 + - uid: 5279 components: - type: Transform - pos: -12.5,-19.5 + pos: -33.5,-34.5 parent: 2 - - uid: 395 + - uid: 5280 components: - type: Transform - pos: -12.5,-13.5 + pos: -33.5,-35.5 parent: 2 - - uid: 400 + - uid: 5281 components: - type: Transform - pos: -13.5,-15.5 + pos: -33.5,-36.5 parent: 2 - - uid: 402 + - uid: 5282 components: - type: Transform - pos: -9.5,-15.5 + pos: -33.5,-37.5 parent: 2 - - uid: 3162 + - uid: 5283 components: - type: Transform - pos: -5.5,1.5 + pos: -32.5,-39.5 parent: 2 - - uid: 3165 + - uid: 5284 components: - type: Transform - pos: 4.5,-2.5 + pos: -31.5,-39.5 parent: 2 - - uid: 7738 + - uid: 5285 components: - type: Transform - pos: -5.5,-2.5 + pos: -30.5,-39.5 parent: 2 - - uid: 7739 + - uid: 5286 components: - type: Transform - pos: -4.5,23.5 + pos: -29.5,-39.5 parent: 2 - - uid: 7806 + - uid: 5287 components: - type: Transform - pos: 24.5,2.5 + pos: -28.5,-39.5 parent: 2 - - uid: 7807 + - uid: 5288 components: - type: Transform - pos: 20.5,-2.5 + pos: -27.5,-39.5 parent: 2 - - uid: 7832 + - uid: 5289 components: - type: Transform - pos: 26.5,6.5 + pos: -26.5,-39.5 parent: 2 - - uid: 7833 + - uid: 5290 components: - type: Transform - pos: 20.5,8.5 + pos: -25.5,-39.5 parent: 2 - - uid: 7834 + - uid: 5291 components: - type: Transform - pos: 35.5,6.5 + pos: -24.5,-39.5 parent: 2 - - uid: 7847 + - uid: 5292 components: - type: Transform - pos: 20.5,-9.5 + pos: -23.5,-39.5 parent: 2 - - uid: 7848 + - uid: 5293 components: - type: Transform - pos: 26.5,-8.5 + pos: -22.5,-39.5 parent: 2 - - uid: 7849 + - uid: 5294 components: - type: Transform - pos: 24.5,-14.5 + pos: -35.5,-22.5 parent: 2 - - uid: 7850 + - uid: 5295 components: - type: Transform - pos: 35.5,-12.5 + pos: -36.5,-22.5 parent: 2 - - uid: 7855 + - uid: 5296 components: - type: Transform - pos: 31.5,-28.5 + pos: -37.5,-22.5 parent: 2 - - uid: 7900 + - uid: 5297 components: - type: Transform - pos: 37.5,-1.5 + pos: -38.5,-22.5 parent: 2 - - uid: 7903 + - uid: 5298 components: - type: Transform - pos: 42.5,-14.5 + pos: -39.5,-22.5 parent: 2 - - uid: 7904 + - uid: 5299 components: - type: Transform - pos: 42.5,-8.5 + pos: -40.5,-22.5 parent: 2 - - uid: 7924 + - uid: 5300 components: - type: Transform - pos: 59.5,-12.5 + pos: -41.5,-22.5 parent: 2 - - uid: 7940 + - uid: 5301 components: - type: Transform - pos: 44.5,-23.5 + pos: -42.5,-22.5 parent: 2 - - uid: 8008 + - uid: 5302 components: - type: Transform - pos: -18.5,-1.5 + pos: -43.5,-22.5 parent: 2 - - uid: 8009 + - uid: 5304 components: - type: Transform - pos: -30.5,-1.5 + pos: -43.5,-20.5 parent: 2 - - uid: 8010 + - uid: 5305 components: - type: Transform - pos: -21.5,-5.5 + pos: -43.5,-19.5 parent: 2 - - uid: 8011 + - uid: 5306 components: - type: Transform - pos: -25.5,-9.5 + pos: -43.5,-18.5 parent: 2 - - uid: 8012 + - uid: 5307 components: - type: Transform - pos: -28.5,-14.5 + pos: -43.5,-17.5 parent: 2 - - uid: 8014 + - uid: 5308 components: - type: Transform - pos: -26.5,-19.5 + pos: -43.5,-16.5 parent: 2 - - uid: 8025 + - uid: 5309 components: - type: Transform - pos: -26.5,13.5 + pos: -43.5,-15.5 parent: 2 - - uid: 8029 + - uid: 5310 components: - type: Transform - pos: -18.5,4.5 + pos: -43.5,-14.5 parent: 2 - - uid: 8088 + - uid: 5311 components: - type: Transform - pos: -41.5,14.5 + pos: -43.5,-13.5 parent: 2 - - uid: 8089 + - uid: 5312 components: - type: Transform - pos: -39.5,14.5 + pos: -43.5,-12.5 parent: 2 - - uid: 8090 + - uid: 5313 components: - type: Transform - pos: -18.5,13.5 + pos: -43.5,-11.5 parent: 2 - - uid: 8091 + - uid: 5314 components: - type: Transform - pos: -15.5,8.5 + pos: -43.5,-10.5 parent: 2 - - uid: 8097 + - uid: 5315 components: - type: Transform - pos: -31.5,10.5 + pos: -43.5,-9.5 parent: 2 - - uid: 8113 + - uid: 5316 components: - type: Transform - pos: -45.5,-14.5 + pos: -43.5,-8.5 parent: 2 - - uid: 8114 + - uid: 5317 components: - type: Transform - pos: -45.5,-8.5 + pos: -43.5,-7.5 parent: 2 - - uid: 8120 + - uid: 5318 components: - type: Transform - pos: -54.5,-15.5 + pos: -43.5,-6.5 parent: 2 - - uid: 8121 + - uid: 5319 components: - type: Transform - pos: -51.5,-7.5 + pos: -43.5,-5.5 parent: 2 - - uid: 8139 + - uid: 5320 components: - type: Transform - pos: -55.5,-0.5 + pos: -43.5,-4.5 parent: 2 - - uid: 8140 + - uid: 5321 components: - type: Transform - pos: -50.5,1.5 + pos: -43.5,-3.5 parent: 2 - - uid: 8141 + - uid: 5322 components: - type: Transform - pos: -55.5,-19.5 + pos: -43.5,-2.5 parent: 2 - - uid: 8142 + - uid: 5323 components: - type: Transform - pos: -54.5,-28.5 + pos: -43.5,-1.5 parent: 2 - - uid: 8143 + - uid: 5324 components: - type: Transform - pos: -51.5,-24.5 + pos: -43.5,-0.5 parent: 2 - - uid: 8172 + - uid: 5325 components: - type: Transform - pos: -32.5,-21.5 + pos: -43.5,0.5 parent: 2 - - uid: 8173 + - uid: 5326 components: - type: Transform - pos: -34.5,-33.5 + pos: -43.5,1.5 parent: 2 - - uid: 8174 + - uid: 5327 components: - type: Transform - pos: -34.5,-28.5 + pos: -24.5,-0.5 parent: 2 - - uid: 8181 + - uid: 5328 components: - type: Transform - pos: 2.5,-16.5 + pos: -23.5,-0.5 parent: 2 - - uid: 8252 + - uid: 5329 components: - type: Transform - pos: 1.5,-30.5 + pos: -22.5,-0.5 parent: 2 - - uid: 8253 + - uid: 5330 components: - type: Transform - pos: -2.5,-30.5 + pos: -21.5,-0.5 parent: 2 - - uid: 8254 + - uid: 5331 components: - type: Transform - pos: -2.5,-34.5 + pos: -20.5,-0.5 parent: 2 - - uid: 8255 + - uid: 5332 components: - type: Transform - pos: 1.5,-34.5 + pos: -19.5,-0.5 parent: 2 - - uid: 8271 + - uid: 5333 components: - type: Transform - pos: -7.5,-39.5 + pos: -18.5,-0.5 parent: 2 - - uid: 8303 + - uid: 5334 components: - type: Transform - pos: 7.5,-41.5 + pos: -17.5,-0.5 parent: 2 - - uid: 8305 + - uid: 5335 components: - type: Transform - pos: -3.5,-45.5 + pos: -16.5,-0.5 parent: 2 - - uid: 8306 + - uid: 5336 components: - type: Transform - pos: -0.5,-48.5 + pos: -15.5,-0.5 parent: 2 - - uid: 8307 + - uid: 5337 components: - type: Transform - pos: 10.5,-67.5 + pos: -14.5,-0.5 parent: 2 - - uid: 8308 + - uid: 5338 components: - type: Transform - pos: -11.5,-67.5 + pos: -42.5,-0.5 parent: 2 - - uid: 8309 + - uid: 5339 components: - type: Transform - pos: 11.5,-48.5 + pos: -41.5,-0.5 parent: 2 - - uid: 8310 + - uid: 5340 components: - type: Transform - pos: 15.5,-36.5 + pos: -40.5,-0.5 parent: 2 - - uid: 8311 + - uid: 5341 components: - type: Transform - pos: -27.5,-38.5 + pos: -39.5,-0.5 parent: 2 - - uid: 8329 + - uid: 5342 components: - type: Transform - pos: 4.5,1.5 + pos: -38.5,-0.5 parent: 2 - - uid: 9428 + - uid: 5343 components: - type: Transform - pos: 33.5,-40.5 + pos: -37.5,-0.5 parent: 2 - - uid: 9429 + - uid: 5344 components: - type: Transform - pos: 27.5,-38.5 + pos: -36.5,-0.5 parent: 2 - - uid: 9477 + - uid: 5345 components: - type: Transform - pos: -12.5,-48.5 + pos: -35.5,-0.5 parent: 2 -- proto: PottedPlantRD - entities: - - uid: 1291 + - uid: 5346 components: - type: Transform - pos: 28.5,9.5 + pos: -34.5,-0.5 parent: 2 -- proto: PowerCellMedium - entities: - - uid: 7909 + - uid: 5347 components: - type: Transform - pos: 45.39687,-14.456472 + pos: -33.5,-0.5 parent: 2 - - uid: 7972 + - uid: 5348 components: - type: Transform - pos: -17.313217,-8.198296 + pos: -32.5,-0.5 parent: 2 - - uid: 8744 + - uid: 5349 components: - type: Transform - pos: -24.688482,13.108773 + pos: -31.5,-0.5 parent: 2 -- proto: PowerCellRecharger - entities: - - uid: 2254 + - uid: 5350 components: - type: Transform - pos: -24.5,13.5 + pos: -30.5,-0.5 parent: 2 - - uid: 2410 + - uid: 5351 components: - type: Transform - pos: 48.5,-14.5 + pos: -29.5,-0.5 parent: 2 - - uid: 7991 + - uid: 5352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-8.5 + pos: -28.5,-0.5 parent: 2 -- proto: PowerCellSmall - entities: - - uid: 7818 + - uid: 5353 components: - type: Transform - pos: 16.656042,3.7779863 + pos: -27.5,-0.5 parent: 2 -- proto: Poweredlight - entities: - - uid: 370 + - uid: 5354 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,1.5 + pos: -26.5,-0.5 parent: 2 - - uid: 2408 + - uid: 5355 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,16.5 + pos: -25.5,-0.5 parent: 2 - - uid: 3346 + - uid: 5356 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,35.5 + pos: -24.5,-1.5 parent: 2 - - uid: 7563 + - uid: 5357 components: - type: Transform - pos: -0.5,27.5 + pos: -24.5,-2.5 parent: 2 - - uid: 7575 + - uid: 5358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-7.5 + pos: -24.5,-3.5 parent: 2 - - uid: 7576 + - uid: 5359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,17.5 + pos: -24.5,0.5 parent: 2 - - uid: 8304 + - uid: 5360 components: - type: Transform - pos: 6.5,-59.5 + pos: -24.5,1.5 parent: 2 - - uid: 8313 + - uid: 5361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,21.5 + pos: -24.5,2.5 parent: 2 - - uid: 8314 + - uid: 5362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,21.5 + pos: -44.5,-11.5 parent: 2 - - uid: 8315 + - uid: 5363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,12.5 + pos: -45.5,-11.5 parent: 2 - - uid: 8316 + - uid: 5364 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,12.5 + pos: -46.5,-11.5 parent: 2 - - uid: 8317 + - uid: 5365 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,17.5 + pos: -43.5,2.5 parent: 2 - - uid: 8318 + - uid: 5366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,19.5 + pos: -43.5,3.5 parent: 2 - - uid: 8319 + - uid: 5367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-19.5 + pos: -44.5,3.5 parent: 2 - - uid: 8320 + - uid: 5368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-27.5 + pos: -44.5,4.5 parent: 2 - - uid: 8321 + - uid: 5369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,13.5 + pos: -44.5,5.5 parent: 2 - - uid: 8322 + - uid: 5370 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,3.5 + pos: -44.5,6.5 parent: 2 - - uid: 8323 + - uid: 5371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,9.5 + pos: -42.5,2.5 parent: 2 - - uid: 8324 + - uid: 5372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,9.5 + pos: -41.5,2.5 parent: 2 - - uid: 8325 + - uid: 5373 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,3.5 + pos: -40.5,2.5 parent: 2 - - uid: 8326 + - uid: 5374 components: - type: Transform - pos: 2.5,-4.5 + pos: -38.5,0.5 parent: 2 - - uid: 8327 + - uid: 5375 components: - type: Transform - pos: -3.5,-4.5 + pos: -38.5,1.5 parent: 2 - - uid: 8328 + - uid: 5376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-2.5 + pos: -38.5,2.5 parent: 2 - - uid: 8330 + - uid: 5377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-2.5 + pos: -44.5,0.5 parent: 2 - - uid: 8331 + - uid: 5378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,1.5 + pos: -45.5,0.5 parent: 2 - - uid: 8332 + - uid: 5379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-8.5 + pos: -46.5,0.5 parent: 2 - - uid: 8333 + - uid: 5380 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-1.5 + pos: -47.5,0.5 parent: 2 - - uid: 8334 + - uid: 5381 components: - type: Transform - pos: 14.5,0.5 + pos: -46.5,1.5 parent: 2 - - uid: 8335 + - uid: 5382 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,6.5 + pos: -46.5,2.5 parent: 2 - - uid: 8336 + - uid: 5383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-10.5 + pos: -42.5,-8.5 parent: 2 - - uid: 8337 + - uid: 5384 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-10.5 + pos: -41.5,-8.5 parent: 2 - - uid: 8338 + - uid: 5385 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,1.5 + pos: -40.5,-8.5 parent: 2 - - uid: 8339 + - uid: 5386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-2.5 + pos: -39.5,-8.5 parent: 2 - - uid: 8340 + - uid: 5387 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-2.5 + pos: -38.5,-8.5 parent: 2 - - uid: 8341 + - uid: 5388 components: - type: Transform - pos: 10.5,1.5 + pos: -38.5,-9.5 parent: 2 - - uid: 8342 + - uid: 5389 components: - type: Transform - pos: -11.5,1.5 + pos: -38.5,-10.5 parent: 2 - - uid: 8343 + - uid: 5390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-2.5 + pos: -38.5,-11.5 parent: 2 - - uid: 8344 + - uid: 5391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,7.5 + pos: -39.5,-11.5 parent: 2 - - uid: 8345 + - uid: 5392 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,2.5 + pos: -40.5,-11.5 parent: 2 - - uid: 8346 + - uid: 5393 components: - type: Transform - pos: 8.5,7.5 + pos: -40.5,-12.5 parent: 2 - - uid: 8347 + - uid: 5394 components: - type: Transform - pos: -9.5,7.5 + pos: -37.5,-11.5 parent: 2 - - uid: 8348 + - uid: 5395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,7.5 + pos: -36.5,-11.5 parent: 2 - - uid: 8349 + - uid: 5396 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,2.5 + pos: -35.5,-11.5 parent: 2 - - uid: 8350 + - uid: 5397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,2.5 + pos: -34.5,-11.5 parent: 2 - - uid: 8351 + - uid: 5398 components: - type: Transform - pos: -9.5,-3.5 + pos: -34.5,-12.5 parent: 2 - - uid: 8352 + - uid: 5399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-8.5 + pos: -34.5,-13.5 parent: 2 - - uid: 8353 + - uid: 5400 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-3.5 + pos: -34.5,-14.5 parent: 2 - - uid: 8354 + - uid: 5401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-8.5 + pos: -33.5,-14.5 parent: 2 - - uid: 8355 + - uid: 5402 components: - type: Transform - pos: 8.5,-3.5 + pos: -32.5,-14.5 parent: 2 - - uid: 8356 + - uid: 5403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,2.5 + pos: -32.5,-13.5 parent: 2 - - uid: 8357 + - uid: 5404 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,-8.5 + pos: -32.5,-12.5 parent: 2 - - uid: 8358 + - uid: 5405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,2.5 + pos: -32.5,-11.5 parent: 2 - - uid: 8359 + - uid: 5406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,8.5 + pos: -31.5,-11.5 parent: 2 - - uid: 8360 + - uid: 5407 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,2.5 + pos: -30.5,-11.5 parent: 2 - - uid: 8361 + - uid: 5408 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,4.5 + pos: -40.5,-7.5 parent: 2 - - uid: 8362 + - uid: 5409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,9.5 + pos: -40.5,-6.5 parent: 2 - - uid: 8363 + - uid: 5410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,8.5 + pos: -40.5,-5.5 parent: 2 - - uid: 8364 + - uid: 5411 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,7.5 + pos: -40.5,-4.5 parent: 2 - - type: DeviceLinkSink - links: - - 8665 - - uid: 8365 + - uid: 5412 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,-3.5 + pos: -39.5,-4.5 parent: 2 - - uid: 8366 + - uid: 5413 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-3.5 + pos: -38.5,-4.5 parent: 2 - - uid: 8367 + - uid: 5414 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,-13.5 + pos: -21.5,-4.5 parent: 2 - - uid: 8368 + - uid: 5415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-11.5 + pos: -21.5,-5.5 parent: 2 - - uid: 8369 + - uid: 5416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-8.5 + pos: -21.5,-6.5 parent: 2 - - uid: 8370 + - uid: 5417 components: - type: Transform - pos: 15.5,-3.5 + pos: -20.5,-6.5 parent: 2 - - uid: 8371 + - uid: 5418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-8.5 + pos: -19.5,-6.5 parent: 2 - - uid: 8372 + - uid: 5419 components: - type: Transform - pos: 31.5,-3.5 + pos: -18.5,-6.5 parent: 2 - - uid: 8373 + - uid: 5420 components: - type: Transform - pos: 29.5,-11.5 + pos: -17.5,-6.5 parent: 2 - - uid: 8374 + - uid: 5421 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-15.5 + pos: -16.5,-6.5 parent: 2 - - uid: 8375 + - uid: 5422 components: - type: Transform - pos: 42.5,0.5 + pos: -16.5,-5.5 parent: 2 - - uid: 8376 + - uid: 5423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-13.5 + pos: -16.5,-4.5 parent: 2 - - type: DeviceLinkSink - links: - - 8664 - - uid: 8377 + - uid: 5424 components: - type: Transform - pos: 34.5,0.5 + pos: -15.5,-4.5 parent: 2 - - uid: 8378 + - uid: 5425 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-1.5 + pos: -14.5,-4.5 parent: 2 - - uid: 8379 + - uid: 5426 components: - type: Transform - pos: 46.5,-8.5 + pos: -16.5,-7.5 parent: 2 - - uid: 8380 + - uid: 5427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-5.5 + pos: -15.5,-7.5 parent: 2 - - uid: 8381 + - uid: 5428 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-14.5 + pos: -14.5,-7.5 parent: 2 - - uid: 8382 + - uid: 5429 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-10.5 + pos: -22.5,-6.5 parent: 2 - - uid: 8383 + - uid: 5430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-9.5 + pos: -23.5,-6.5 parent: 2 - - uid: 8384 + - uid: 5431 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,-6.5 + pos: -24.5,-6.5 parent: 2 - - uid: 8385 + - uid: 5432 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-3.5 + pos: -25.5,-6.5 parent: 2 - - uid: 8386 + - uid: 5433 components: - type: Transform - pos: 48.5,-16.5 + pos: -26.5,-6.5 parent: 2 - - uid: 8387 + - uid: 5434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-19.5 + pos: -27.5,-6.5 parent: 2 - - uid: 8388 + - uid: 5435 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-12.5 + pos: -28.5,-6.5 parent: 2 - - uid: 8389 + - uid: 5436 components: - type: Transform - pos: 38.5,-21.5 + pos: -29.5,-6.5 parent: 2 - - uid: 8390 + - uid: 5437 components: - type: Transform - pos: 57.5,-15.5 + pos: -30.5,-6.5 parent: 2 - - type: DeviceLinkSink - links: - - 8666 - - uid: 8391 + - uid: 5438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-35.5 + pos: -31.5,-6.5 parent: 2 - - uid: 8392 + - uid: 5439 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,-40.5 + pos: -32.5,-6.5 parent: 2 - - uid: 8393 + - uid: 5440 components: - type: Transform - pos: 22.5,-38.5 + pos: -32.5,-5.5 parent: 2 - - uid: 8394 + - uid: 5441 components: - type: Transform - pos: 18.5,-37.5 + pos: -32.5,-4.5 parent: 2 - - uid: 8395 + - uid: 5442 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-41.5 + pos: -33.5,-4.5 parent: 2 - - uid: 8396 + - uid: 5443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,2.5 + pos: -34.5,-4.5 parent: 2 - - uid: 8397 + - uid: 5444 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-3.5 + pos: -32.5,-7.5 parent: 2 - - uid: 8398 + - uid: 5445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,2.5 + pos: -33.5,-7.5 parent: 2 - - uid: 8399 + - uid: 5446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,2.5 + pos: -34.5,-7.5 parent: 2 - - uid: 8400 + - uid: 5447 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-1.5 + pos: -27.5,-7.5 parent: 2 - - uid: 8401 + - uid: 5448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-1.5 + pos: -27.5,-8.5 parent: 2 - - uid: 8402 + - uid: 5449 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,4.5 + pos: -27.5,-9.5 parent: 2 - - uid: 8403 + - uid: 5450 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,4.5 + pos: -27.5,-10.5 parent: 2 - - uid: 8404 + - uid: 5451 components: - type: Transform - pos: -15.5,8.5 + pos: -27.5,-11.5 parent: 2 - - uid: 8405 + - uid: 5452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,11.5 + pos: -27.5,-12.5 parent: 2 - - uid: 8407 + - uid: 5453 components: - type: Transform - pos: -41.5,0.5 + pos: -27.5,-13.5 parent: 2 - - uid: 8408 + - uid: 5454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,6.5 + pos: -26.5,-12.5 parent: 2 - - uid: 8409 + - uid: 5455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,3.5 + pos: -25.5,-12.5 parent: 2 - - uid: 8410 + - uid: 5456 components: - type: Transform - pos: -40.5,8.5 + pos: -24.5,-12.5 parent: 2 - - uid: 8412 + - uid: 5457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,16.5 + pos: -23.5,-12.5 parent: 2 - - uid: 8413 + - uid: 5458 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,10.5 + pos: -24.5,-13.5 parent: 2 - - uid: 8414 + - uid: 5459 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,10.5 + pos: -24.5,-14.5 parent: 2 - - type: DeviceLinkSink - links: - - 8667 - - uid: 8415 + - uid: 5460 components: - type: Transform - pos: -24.5,13.5 + pos: -24.5,-15.5 parent: 2 - - uid: 8416 + - uid: 5461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-15.5 + pos: -24.5,-16.5 parent: 2 - - uid: 8417 + - uid: 5462 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-13.5 + pos: -24.5,-17.5 parent: 2 - - uid: 8418 + - uid: 5463 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-5.5 + pos: -24.5,-18.5 parent: 2 - - uid: 8419 + - uid: 5464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-11.5 + pos: -25.5,-18.5 parent: 2 - - uid: 8420 + - uid: 5465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-17.5 + pos: -26.5,-18.5 parent: 2 - - uid: 8421 + - uid: 5466 components: - type: Transform - pos: -52.5,-0.5 + pos: -23.5,-18.5 parent: 2 - - uid: 8422 + - uid: 5467 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-22.5 + pos: -24.5,-7.5 parent: 2 - - uid: 8423 + - uid: 5468 components: - type: Transform - pos: -49.5,-25.5 + pos: -24.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 8670 - - uid: 8424 + - uid: 5469 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-28.5 + pos: -30.5,9.5 parent: 2 - - type: DeviceLinkSink - links: - - 8670 - - uid: 8425 + - uid: 5470 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,1.5 + pos: -30.5,8.5 parent: 2 - - type: DeviceLinkSink - links: - - 8669 - - uid: 8426 + - uid: 5471 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,2.5 + pos: -30.5,7.5 parent: 2 - - type: DeviceLinkSink - links: - - 8669 - - uid: 8427 + - uid: 5472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-26.5 + pos: -30.5,6.5 parent: 2 - - uid: 8428 + - uid: 5473 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,-23.5 + pos: -30.5,5.5 parent: 2 - - uid: 8429 + - uid: 5474 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-35.5 + pos: -31.5,5.5 parent: 2 - - uid: 8431 + - uid: 5475 components: - type: Transform - pos: -19.5,-37.5 + pos: -32.5,5.5 parent: 2 - - uid: 8432 + - uid: 5476 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-41.5 + pos: -33.5,5.5 parent: 2 - - uid: 8433 + - uid: 5477 components: - type: Transform - pos: -20.5,-5.5 + pos: -34.5,5.5 parent: 2 - - uid: 8434 + - uid: 5478 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-8.5 + pos: -35.5,5.5 parent: 2 - - uid: 8435 + - uid: 5479 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-4.5 + pos: -36.5,5.5 parent: 2 - - uid: 8436 + - uid: 5480 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-8.5 + pos: -35.5,4.5 parent: 2 - - uid: 8437 + - uid: 5481 components: - type: Transform - pos: -28.5,-5.5 + pos: -35.5,3.5 parent: 2 - - uid: 8438 + - uid: 5482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-4.5 + pos: -35.5,6.5 parent: 2 - - uid: 8439 + - uid: 5483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-14.5 + pos: -35.5,7.5 parent: 2 - - uid: 8440 + - uid: 5484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-13.5 + pos: -33.5,6.5 parent: 2 - - uid: 8441 + - uid: 5485 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-19.5 + pos: -33.5,7.5 parent: 2 - - type: DeviceLinkSink - links: - - 8668 - - uid: 8442 + - uid: 5486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-13.5 + pos: -36.5,7.5 parent: 2 - - uid: 8443 + - uid: 5487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-13.5 + pos: -37.5,7.5 parent: 2 - - uid: 8444 + - uid: 5488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-18.5 + pos: -38.5,7.5 parent: 2 - - uid: 8445 + - uid: 5489 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-17.5 + pos: -39.5,7.5 parent: 2 - - uid: 8446 + - uid: 5490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-16.5 + pos: -40.5,7.5 parent: 2 - - uid: 8447 + - uid: 5491 components: - type: Transform - pos: -11.5,-10.5 + pos: -40.5,6.5 parent: 2 - - type: DeviceLinkSink - links: - - 9287 - - uid: 8448 + - uid: 5492 components: - type: Transform - pos: -15.5,-10.5 + pos: -40.5,5.5 parent: 2 - - type: DeviceLinkSink - links: - - 9286 - - uid: 8449 + - uid: 5493 components: - type: Transform - pos: -7.5,-10.5 + pos: -29.5,5.5 parent: 2 - - type: DeviceLinkSink - links: - - 8659 - - uid: 8450 + - uid: 5494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-25.5 + pos: -28.5,5.5 parent: 2 - - uid: 8451 + - uid: 5495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-20.5 + pos: -27.5,5.5 parent: 2 - - type: DeviceLinkSink - links: - - 8654 - - uid: 8452 + - uid: 5496 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-22.5 + pos: -26.5,5.5 parent: 2 - - type: DeviceLinkSink - links: - - 8652 - - uid: 8453 + - uid: 5497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-22.5 + pos: -25.5,5.5 parent: 2 - - type: DeviceLinkSink - links: - - 8662 - - uid: 8454 + - uid: 5498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-16.5 + pos: -24.5,5.5 parent: 2 - - uid: 8455 + - uid: 5499 components: - type: Transform - pos: 3.5,-19.5 + pos: -23.5,5.5 parent: 2 - - uid: 8456 + - uid: 5500 components: - type: Transform - pos: -4.5,-19.5 + pos: -22.5,5.5 parent: 2 - - uid: 8457 + - uid: 5501 components: - type: Transform - pos: 6.5,-10.5 + pos: -21.5,5.5 parent: 2 - - uid: 8458 + - uid: 5502 components: - type: Transform - pos: 10.5,-10.5 + pos: -20.5,5.5 parent: 2 - - uid: 8459 + - uid: 5503 components: - type: Transform - pos: 14.5,-10.5 + pos: -19.5,5.5 parent: 2 - - uid: 8460 + - uid: 5504 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-22.5 + pos: -18.5,5.5 parent: 2 - - uid: 8461 + - uid: 5505 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-22.5 + pos: -17.5,5.5 parent: 2 - - uid: 8462 + - uid: 5506 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-22.5 + pos: -16.5,5.5 parent: 2 - - uid: 8463 + - uid: 5507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-32.5 + pos: -15.5,5.5 parent: 2 - - uid: 8464 + - uid: 5508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-32.5 + pos: -14.5,5.5 parent: 2 - - uid: 8465 + - uid: 5509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-33.5 + pos: -15.5,6.5 parent: 2 - - uid: 8466 + - uid: 5510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-34.5 + pos: -15.5,7.5 parent: 2 - - uid: 8467 + - uid: 5511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-34.5 + pos: -15.5,8.5 parent: 2 - - uid: 8468 + - uid: 5512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-30.5 + pos: -13.5,5.5 parent: 2 - - uid: 8469 + - uid: 5513 components: - type: Transform - pos: 13.5,-28.5 + pos: -24.5,6.5 parent: 2 - - uid: 8470 + - uid: 5514 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-40.5 + pos: -24.5,7.5 parent: 2 - - uid: 8471 + - uid: 5515 components: - type: Transform - pos: -7.5,-38.5 + pos: -24.5,8.5 parent: 2 - - uid: 8472 + - uid: 5516 components: - type: Transform - pos: 6.5,-38.5 + pos: -24.5,9.5 parent: 2 - - uid: 8473 + - uid: 5517 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-40.5 + pos: -23.5,9.5 parent: 2 - - uid: 8474 + - uid: 5518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-46.5 + pos: -22.5,9.5 parent: 2 - - uid: 8475 + - uid: 5519 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-46.5 + pos: -21.5,9.5 parent: 2 - - uid: 8476 + - uid: 5520 components: - type: Transform - pos: -7.5,-59.5 + pos: -21.5,10.5 parent: 2 - - uid: 8477 + - uid: 5521 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-48.5 + pos: -21.5,11.5 parent: 2 - - uid: 8478 + - uid: 5522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-52.5 + pos: -21.5,12.5 parent: 2 - - uid: 8479 + - uid: 5523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-52.5 + pos: -21.5,13.5 parent: 2 - - uid: 8480 + - uid: 5524 components: - type: Transform - pos: -13.5,-59.5 + pos: -22.5,13.5 parent: 2 - - uid: 8481 + - uid: 5525 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-67.5 + pos: -25.5,9.5 parent: 2 - - uid: 8482 + - uid: 5526 components: - type: Transform - pos: 12.5,-59.5 + pos: -26.5,9.5 parent: 2 - - uid: 8483 + - uid: 5527 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-67.5 + pos: -27.5,9.5 parent: 2 - - uid: 8484 + - uid: 5528 components: - type: Transform - pos: -3.5,-36.5 + pos: -27.5,10.5 parent: 2 - - uid: 8485 + - uid: 5529 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-42.5 + pos: -27.5,11.5 parent: 2 - - uid: 8486 + - uid: 5530 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-42.5 + pos: -27.5,12.5 parent: 2 - - uid: 8487 + - uid: 5531 components: - type: Transform - pos: 2.5,-36.5 + pos: -27.5,13.5 parent: 2 - - uid: 8705 + - uid: 5532 components: - type: Transform - pos: -24.5,-38.5 + pos: -26.5,13.5 parent: 2 - - uid: 8706 + - uid: 5533 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-40.5 + pos: -27.5,14.5 parent: 2 - - uid: 9240 + - uid: 5534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-43.5 + pos: -27.5,15.5 parent: 2 - - uid: 9241 + - uid: 5535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-43.5 + pos: -27.5,16.5 parent: 2 - - uid: 9494 + - uid: 5536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,38.5 + pos: -26.5,16.5 parent: 2 - - uid: 9496 + - uid: 5537 components: - type: Transform - pos: -0.5,38.5 + pos: -25.5,16.5 parent: 2 - - uid: 9497 + - uid: 5538 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,35.5 + pos: -24.5,16.5 parent: 2 - - uid: 9581 + - uid: 5539 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,35.5 + pos: -23.5,16.5 parent: 2 - - uid: 9582 + - uid: 5540 components: - type: Transform - pos: 8.5,38.5 + pos: -22.5,16.5 parent: 2 -- proto: PoweredlightSodium - entities: - - uid: 9064 + - uid: 5541 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,20.5 + pos: -21.5,16.5 parent: 2 - - uid: 9065 + - uid: 5542 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,20.5 + pos: -20.5,16.5 parent: 2 -- proto: PoweredSmallLight - entities: - - uid: 3181 + - uid: 5543 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,24.5 + pos: -19.5,16.5 parent: 2 - - uid: 8505 + - uid: 5544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-9.5 + pos: -20.5,11.5 parent: 2 - - uid: 8506 + - uid: 5545 components: - type: Transform - pos: -43.5,3.5 + pos: -19.5,11.5 parent: 2 - - uid: 8507 + - uid: 5546 components: - type: Transform - pos: -31.5,-10.5 + pos: -18.5,11.5 parent: 2 - - uid: 8508 + - uid: 5547 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-26.5 + pos: -17.5,11.5 parent: 2 - - uid: 8509 + - uid: 5548 components: - type: Transform - pos: 33.5,3.5 + pos: -16.5,11.5 parent: 2 - - uid: 8510 + - uid: 5549 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-6.5 + pos: -15.5,11.5 parent: 2 - - uid: 8511 + - uid: 5550 components: - type: Transform - pos: 45.5,4.5 + pos: -16.5,12.5 parent: 2 - - uid: 8512 + - uid: 5551 components: - type: Transform - pos: 51.5,2.5 + pos: -16.5,13.5 parent: 2 - - uid: 8513 + - uid: 5552 components: - type: Transform - pos: 38.5,-5.5 + pos: -16.5,14.5 parent: 2 - - uid: 8514 + - uid: 5553 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-15.5 + pos: -28.5,11.5 parent: 2 - - uid: 8515 + - uid: 5554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-64.5 + pos: -29.5,11.5 parent: 2 - - uid: 8516 + - uid: 5555 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-64.5 + pos: -30.5,11.5 parent: 2 - - uid: 8517 + - uid: 5556 components: - type: Transform - pos: -14.5,-57.5 + pos: -31.5,11.5 parent: 2 - - uid: 8518 + - uid: 5557 components: - type: Transform - pos: -6.5,-57.5 + pos: -32.5,11.5 parent: 2 - - uid: 8519 + - uid: 5558 components: - type: Transform - pos: 5.5,-57.5 + pos: -33.5,11.5 parent: 2 - - uid: 8520 + - uid: 5559 components: - type: Transform - pos: 13.5,-57.5 + pos: -34.5,11.5 parent: 2 - - uid: 8521 + - uid: 5560 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-64.5 + pos: -34.5,12.5 parent: 2 - - uid: 8522 + - uid: 5561 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-64.5 + pos: -34.5,13.5 parent: 2 - - uid: 8523 + - uid: 5562 components: - type: Transform - pos: -6.5,27.5 + pos: -34.5,14.5 parent: 2 - - uid: 8525 + - uid: 5563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,28.5 + pos: -33.5,14.5 parent: 2 - - uid: 9379 + - uid: 5564 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-19.5 + pos: -32.5,14.5 parent: 2 -- proto: Rack - entities: - - uid: 129 + - uid: 5565 components: - type: Transform - pos: 13.5,-14.5 + pos: -31.5,14.5 parent: 2 - - uid: 224 + - uid: 5566 components: - type: Transform - pos: 13.5,-18.5 + pos: -35.5,12.5 parent: 2 - - uid: 408 + - uid: 5567 components: - type: Transform - pos: -3.5,-21.5 + pos: -36.5,12.5 parent: 2 - - uid: 1025 + - uid: 5568 components: - type: Transform - pos: 28.5,-3.5 + pos: -37.5,12.5 parent: 2 - - uid: 1067 + - uid: 5569 components: - type: Transform - pos: 15.5,-8.5 + pos: -38.5,12.5 parent: 2 - - uid: 1169 + - uid: 5570 components: - type: Transform - pos: 14.5,4.5 + pos: -39.5,12.5 parent: 2 - - uid: 1268 + - uid: 5571 components: - type: Transform - pos: 21.5,4.5 + pos: -40.5,12.5 parent: 2 - - uid: 1391 + - uid: 5572 components: - type: Transform - pos: 53.5,-5.5 + pos: -40.5,11.5 parent: 2 - - uid: 1431 + - uid: 5573 components: - type: Transform - pos: 50.5,-20.5 + pos: -40.5,10.5 parent: 2 - - uid: 1888 + - uid: 5574 components: - type: Transform - pos: -13.5,-8.5 + pos: -40.5,13.5 parent: 2 - - uid: 1933 + - uid: 5575 components: - type: Transform - pos: -35.5,-8.5 + pos: -38.5,11.5 parent: 2 - - uid: 1934 + - uid: 5576 components: - type: Transform - pos: -34.5,-8.5 + pos: -38.5,10.5 parent: 2 - - uid: 2184 + - uid: 5577 components: - type: Transform - pos: -39.5,4.5 + pos: -41.5,11.5 parent: 2 - - uid: 2391 + - uid: 5578 components: - type: Transform - pos: -28.5,19.5 + pos: -42.5,11.5 parent: 2 - - uid: 6124 + - uid: 5579 components: - type: Transform - pos: 3.5,38.5 + pos: -50.5,-7.5 parent: 2 - - uid: 7761 + - uid: 5580 components: - type: Transform - pos: 3.5,35.5 + pos: -50.5,-8.5 parent: 2 - - uid: 8529 + - uid: 5581 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,31.5 + pos: -50.5,-9.5 parent: 2 - - uid: 8537 + - uid: 5582 components: - type: Transform - pos: 4.5,25.5 + pos: -50.5,-10.5 parent: 2 - - uid: 8542 + - uid: 5583 components: - type: Transform - pos: 46.5,6.5 + pos: -50.5,-11.5 parent: 2 - - uid: 8543 + - uid: 5584 components: - type: Transform - pos: 32.5,2.5 + pos: -49.5,-11.5 parent: 2 - - uid: 8557 + - uid: 5585 components: - type: Transform - pos: 38.5,-3.5 + pos: -51.5,-9.5 parent: 2 - - uid: 8580 + - uid: 5586 components: - type: Transform - pos: 10.5,-28.5 + pos: -52.5,-9.5 parent: 2 - - uid: 8591 + - uid: 5587 components: - type: Transform - pos: 10.5,-8.5 + pos: -53.5,-9.5 parent: 2 - - uid: 8596 + - uid: 5588 components: - type: Transform - pos: -48.5,0.5 + pos: -54.5,-9.5 parent: 2 - - uid: 8608 + - uid: 5589 components: - type: Transform - pos: -34.5,-10.5 + pos: -55.5,-9.5 parent: 2 - - uid: 8735 + - uid: 5590 components: - type: Transform - pos: -2.5,38.5 + pos: -56.5,-9.5 parent: 2 - - uid: 9062 + - uid: 5591 components: - type: Transform - pos: -23.5,15.5 + pos: -56.5,-13.5 parent: 2 - - uid: 9246 + - uid: 5592 components: - type: Transform - pos: -17.5,-44.5 + pos: -55.5,-13.5 parent: 2 - - uid: 9373 + - uid: 5593 components: - type: Transform - pos: -40.5,-15.5 + pos: -54.5,-13.5 parent: 2 - - uid: 9424 + - uid: 5594 components: - type: Transform - pos: 1.5,38.5 + pos: -53.5,-13.5 parent: 2 - - uid: 9548 + - uid: 5595 components: - type: Transform - pos: 6.5,25.5 + pos: -52.5,-13.5 parent: 2 - - uid: 9583 + - uid: 5596 components: - type: Transform - pos: 2.5,38.5 + pos: -51.5,-13.5 parent: 2 - - uid: 9584 + - uid: 5597 components: - type: Transform - pos: 2.5,35.5 + pos: -50.5,-13.5 parent: 2 - - uid: 9586 + - uid: 5598 components: - type: Transform - pos: -3.5,35.5 + pos: -50.5,-12.5 parent: 2 - - uid: 9588 + - uid: 5599 components: - type: Transform - pos: -2.5,35.5 + pos: -53.5,-14.5 parent: 2 - - uid: 9589 + - uid: 5600 components: - type: Transform - pos: -3.5,38.5 + pos: -53.5,-15.5 parent: 2 - - uid: 9637 + - uid: 5601 components: - type: Transform - pos: 1.5,35.5 + pos: -53.5,-16.5 parent: 2 - - uid: 9638 + - uid: 5602 components: - type: Transform - pos: 0.5,35.5 + pos: -53.5,-17.5 parent: 2 - - uid: 9639 + - uid: 5603 components: - type: Transform - pos: -1.5,35.5 + pos: -53.5,-18.5 parent: 2 - - uid: 9671 + - uid: 5604 components: - type: Transform - pos: -4.5,38.5 + pos: -53.5,-19.5 parent: 2 - - uid: 9672 + - uid: 5605 components: - type: Transform - pos: -4.5,35.5 + pos: -53.5,-20.5 parent: 2 -- proto: RadioHandheld - entities: - - uid: 1074 + - uid: 5606 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.641523,-5.024393 + pos: -52.5,-18.5 parent: 2 - - uid: 7774 + - uid: 5607 components: - type: Transform - pos: -2.2817001,1.0997186 + pos: -51.5,-18.5 parent: 2 -- proto: Railing - entities: - - uid: 5674 + - uid: 5608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,31.5 + pos: -50.5,-18.5 parent: 2 - - uid: 5713 + - uid: 5609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,30.5 + pos: -49.5,-18.5 parent: 2 -- proto: RailingCornerSmall - entities: - - uid: 3074 + - uid: 5610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,29.5 + pos: -49.5,-19.5 parent: 2 -- proto: RandomDrinkBottle - entities: - - uid: 2350 + - uid: 5611 components: - type: Transform - pos: 36.5,9.5 + pos: -49.5,-20.5 parent: 2 - - uid: 7851 + - uid: 5612 components: - type: Transform - pos: 31.5,-10.5 + pos: -49.5,-21.5 parent: 2 - - uid: 8080 + - uid: 5613 components: - type: Transform - pos: -42.5,12.5 + pos: -50.5,-21.5 parent: 2 - - uid: 8108 + - uid: 5614 components: - type: Transform - pos: -58.5,-11.5 + pos: -51.5,-21.5 parent: 2 - - uid: 8296 + - uid: 5615 components: - type: Transform - pos: 15.5,-28.5 + pos: -53.5,-21.5 parent: 2 - - uid: 8647 + - uid: 5616 components: - type: Transform - pos: 50.5,-0.5 + pos: -53.5,-22.5 parent: 2 -- proto: RandomDrinkGlass - entities: - - uid: 7778 + - uid: 5617 components: - type: Transform - pos: 4.5,-6.5 + pos: -53.5,-23.5 parent: 2 - - uid: 7816 + - uid: 5618 components: - type: Transform - pos: 23.5,9.5 + pos: -53.5,-24.5 parent: 2 - - uid: 8106 + - uid: 5619 components: - type: Transform - pos: -53.5,-10.5 + pos: -53.5,-25.5 parent: 2 - - uid: 8111 + - uid: 5620 components: - type: Transform - pos: -51.5,-12.5 + pos: -53.5,-26.5 parent: 2 - - uid: 8297 + - uid: 5621 components: - type: Transform - pos: 17.5,-35.5 + pos: -53.5,-27.5 parent: 2 -- proto: RandomFoodBakedSingle - entities: - - uid: 8220 + - uid: 5622 components: - type: Transform - pos: -12.5,-11.5 + pos: -52.5,-26.5 parent: 2 -- proto: RandomFoodMeal - entities: - - uid: 8048 + - uid: 5623 components: - type: Transform - pos: -28.5,7.5 + pos: -51.5,-26.5 parent: 2 - - uid: 8104 + - uid: 5624 components: - type: Transform - pos: -51.5,-11.5 + pos: -50.5,-26.5 parent: 2 - - uid: 8294 + - uid: 5625 components: - type: Transform - pos: -2.5,-48.5 + pos: -49.5,-26.5 parent: 2 -- proto: RandomFoodSingle - entities: - - uid: 7804 + - uid: 5626 components: - type: Transform - pos: 25.5,-3.5 + pos: -53.5,-8.5 parent: 2 - - uid: 8102 + - uid: 5627 components: - type: Transform - pos: -53.5,-12.5 + pos: -53.5,-7.5 parent: 2 -- proto: RandomInstruments - entities: - - uid: 1355 + - uid: 5628 components: - type: Transform - pos: 49.5,-14.5 + pos: -53.5,-6.5 parent: 2 - - uid: 8110 + - uid: 5629 components: - type: Transform - pos: -52.5,-10.5 + pos: -53.5,-5.5 parent: 2 - - uid: 8248 + - uid: 5630 components: - type: Transform - pos: -15.5,-20.5 + pos: -53.5,-4.5 parent: 2 -- proto: RandomPainting - entities: - - uid: 7784 + - uid: 5631 components: - type: Transform - pos: 5.5,14.5 + pos: -53.5,-3.5 parent: 2 - - uid: 7785 + - uid: 5632 components: - type: Transform - pos: -6.5,14.5 + pos: -53.5,-2.5 parent: 2 - - uid: 7811 + - uid: 5633 components: - type: Transform - pos: 33.5,8.5 + pos: -53.5,-1.5 parent: 2 - - uid: 7840 + - uid: 5634 components: - type: Transform - pos: 30.5,-11.5 + pos: -53.5,-0.5 parent: 2 - - uid: 7901 + - uid: 5635 components: - type: Transform - pos: 56.5,-14.5 + pos: -53.5,0.5 parent: 2 - - uid: 7983 + - uid: 5636 components: - type: Transform - pos: -27.5,-15.5 + pos: -53.5,1.5 parent: 2 - - uid: 8063 + - uid: 5637 components: - type: Transform - pos: -36.5,10.5 + pos: -53.5,2.5 parent: 2 - - uid: 8067 + - uid: 5638 components: - type: Transform - pos: -14.5,13.5 + pos: -53.5,3.5 parent: 2 - - uid: 8122 + - uid: 5639 components: - type: Transform - pos: -58.5,-9.5 + pos: -53.5,4.5 parent: 2 - - uid: 8123 + - uid: 5640 components: - type: Transform - pos: -51.5,0.5 + pos: -53.5,5.5 parent: 2 - - uid: 8124 + - uid: 5641 components: - type: Transform - pos: -55.5,-23.5 + pos: -52.5,3.5 parent: 2 - - uid: 8184 + - uid: 5642 components: - type: Transform - pos: -17.5,-14.5 + pos: -51.5,3.5 parent: 2 -- proto: RandomPosterAny - entities: - - uid: 8194 + - uid: 5643 components: - type: Transform - pos: -11.5,-9.5 + pos: -50.5,3.5 parent: 2 - - uid: 8626 + - uid: 5644 components: - type: Transform - pos: 39.5,-13.5 + pos: -49.5,3.5 parent: 2 - - uid: 8627 + - uid: 5645 components: - type: Transform - pos: 49.5,-0.5 + pos: -52.5,-1.5 parent: 2 -- proto: RandomPosterContraband - entities: - - uid: 8041 + - uid: 5646 components: - type: Transform - pos: -39.5,-16.5 + pos: -51.5,-1.5 parent: 2 - - uid: 8625 + - uid: 5647 components: - type: Transform - pos: -33.5,-11.5 + pos: -50.5,-1.5 parent: 2 - - uid: 8991 + - uid: 5648 components: - type: Transform - pos: -18.5,17.5 + pos: -50.5,-2.5 parent: 2 -- proto: RandomPosterLegit - entities: - - uid: 1465 + - uid: 5649 components: - type: Transform - pos: 34.5,-32.5 + pos: -50.5,-3.5 parent: 2 - - uid: 6260 + - uid: 5650 components: - type: Transform - pos: -24.5,14.5 + pos: -52.5,-5.5 parent: 2 - - uid: 7781 + - uid: 5651 components: - type: Transform - pos: -2.5,-7.5 + pos: -51.5,-5.5 parent: 2 - - uid: 7782 + - uid: 7762 components: - type: Transform - pos: 6.5,5.5 + pos: 1.5,37.5 parent: 2 - - uid: 7783 + - uid: 7763 components: - type: Transform - pos: -7.5,5.5 + pos: 2.5,37.5 parent: 2 - - uid: 7805 + - uid: 7764 components: - type: Transform - pos: 20.5,1.5 + pos: -0.5,37.5 parent: 2 - - uid: 7906 + - uid: 7765 components: - type: Transform - pos: 38.5,1.5 + pos: -1.5,37.5 parent: 2 - - uid: 7907 + - uid: 7766 components: - type: Transform - pos: 45.5,-16.5 + pos: -2.5,37.5 parent: 2 - - uid: 7908 + - uid: 7767 components: - type: Transform - pos: 41.5,-5.5 + pos: -3.5,37.5 parent: 2 - - uid: 7939 + - uid: 7768 components: - type: Transform - pos: 39.5,-20.5 + pos: -4.5,37.5 parent: 2 - - uid: 7949 + - uid: 7769 components: - type: Transform - pos: 25.5,-37.5 + pos: -5.5,37.5 parent: 2 - - uid: 8159 + - uid: 7770 components: - type: Transform - pos: -38.5,-2.5 + pos: -6.5,37.5 parent: 2 - - uid: 8160 + - uid: 7771 components: - type: Transform - pos: -45.5,-4.5 + pos: -7.5,37.5 parent: 2 - - uid: 8161 + - uid: 7772 components: - type: Transform - pos: -41.5,-15.5 + pos: -7.5,36.5 parent: 2 - - uid: 8162 + - uid: 8653 components: - type: Transform - pos: -38.5,-24.5 + pos: -29.5,1.5 parent: 2 - - uid: 8182 + - uid: 8660 components: - type: Transform - pos: -35.5,-37.5 + pos: -32.5,1.5 parent: 2 - - uid: 8183 + - uid: 8663 components: - type: Transform - pos: -25.5,-41.5 + pos: -28.5,1.5 parent: 2 - - uid: 8192 + - uid: 8721 components: - type: Transform - pos: -9.5,-18.5 + pos: 3.5,29.5 parent: 2 - - uid: 8257 + - uid: 9015 components: - type: Transform - pos: 4.5,-24.5 + pos: -31.5,1.5 parent: 2 - - uid: 8258 + - uid: 9129 components: - type: Transform - pos: -5.5,-30.5 + pos: -27.5,17.5 parent: 2 - - uid: 8259 + - uid: 9130 components: - type: Transform - pos: 7.5,-35.5 + pos: -27.5,18.5 parent: 2 - - uid: 8260 + - uid: 9131 components: - type: Transform - pos: 11.5,-45.5 + pos: -27.5,19.5 parent: 2 - - uid: 8261 + - uid: 9132 components: - type: Transform - pos: -2.5,-43.5 + pos: -27.5,20.5 parent: 2 - - uid: 8262 + - uid: 9133 components: - type: Transform - pos: -13.5,-56.5 + pos: -26.5,20.5 parent: 2 - - uid: 8658 + - uid: 9134 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-13.5 + pos: -25.5,20.5 parent: 2 - - uid: 8765 + - uid: 9135 components: - type: Transform - pos: -14.5,-37.5 + pos: -24.5,20.5 parent: 2 -- proto: RandomSpawner - entities: - - uid: 407 + - uid: 9136 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-27.5 + pos: -23.5,20.5 parent: 2 - - uid: 7905 + - uid: 9137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-28.5 + pos: -22.5,20.5 parent: 2 - - uid: 9403 + - uid: 9138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-19.5 + pos: -21.5,20.5 parent: 2 - - uid: 9404 + - uid: 9139 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-17.5 + pos: -20.5,20.5 parent: 2 - - uid: 9405 + - uid: 9289 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-6.5 + pos: -28.5,0.5 parent: 2 - - uid: 9406 + - uid: 9290 components: - type: Transform - pos: -41.5,2.5 + pos: -32.5,0.5 parent: 2 - - uid: 9407 + - uid: 9291 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,0.5 + pos: -20.5,1.5 parent: 2 - - uid: 9408 + - uid: 9292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,25.5 + pos: -19.5,1.5 parent: 2 - - uid: 9409 + - uid: 9293 components: - type: Transform - pos: -1.5,30.5 + pos: -16.5,1.5 parent: 2 - - uid: 9410 + - uid: 9294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,25.5 + pos: -17.5,1.5 parent: 2 - - uid: 9411 + - uid: 9295 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,29.5 + pos: -16.5,0.5 parent: 2 - - uid: 9412 + - uid: 9296 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,31.5 + pos: -20.5,0.5 parent: 2 - - uid: 9413 + - uid: 9297 components: - type: Transform - pos: 12.5,-4.5 + pos: -22.5,3.5 parent: 2 - - uid: 9414 + - uid: 9298 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,2.5 + pos: -24.5,3.5 parent: 2 - - uid: 9415 + - uid: 9299 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,4.5 + pos: -25.5,2.5 parent: 2 - - uid: 9416 + - uid: 9300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,0.5 + pos: -26.5,2.5 parent: 2 - - uid: 9417 + - uid: 9301 components: - type: Transform - pos: 51.5,2.5 + pos: -22.5,2.5 parent: 2 - - uid: 9418 + - uid: 9302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-0.5 + pos: -23.5,2.5 parent: 2 - - uid: 9419 + - uid: 9303 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-5.5 + pos: 24.5,2.5 parent: 2 - - uid: 9420 + - uid: 9304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-3.5 + pos: 25.5,2.5 parent: 2 - - uid: 9421 + - uid: 9305 components: - type: Transform - pos: 39.5,-12.5 + pos: 25.5,3.5 parent: 2 -- proto: RandomSpawner100 - entities: - - uid: 9388 + - uid: 9306 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-13.5 + pos: 22.5,2.5 parent: 2 -- proto: RandomVending - entities: - - uid: 3004 + - uid: 9307 components: - type: Transform - pos: -7.5,-14.5 + pos: 21.5,2.5 parent: 2 - - uid: 8176 + - uid: 9308 components: - type: Transform - pos: -26.5,-38.5 + pos: 21.5,3.5 parent: 2 - - uid: 8203 + - uid: 9309 components: - type: Transform - pos: -8.5,-37.5 + pos: 24.5,-3.5 parent: 2 -- proto: RandomVendingDrinks - entities: - - uid: 3069 + - uid: 9310 components: - type: Transform - pos: 4.5,23.5 + pos: 24.5,-4.5 parent: 2 -- proto: RandomVendingSnacks - entities: - - uid: 3068 + - uid: 9311 components: - type: Transform - pos: -5.5,23.5 + pos: 22.5,-4.5 parent: 2 -- proto: ReinforcedWindow - entities: - - uid: 186 + - uid: 9312 components: - type: Transform - pos: 3.5,-16.5 + pos: 22.5,-3.5 parent: 2 - - uid: 271 + - uid: 9313 components: - type: Transform - pos: -14.5,-23.5 + pos: 46.5,-10.5 parent: 2 - - uid: 272 + - uid: 9314 components: - type: Transform - pos: -8.5,-23.5 + pos: 46.5,-9.5 parent: 2 - - uid: 276 + - uid: 9315 components: - type: Transform - pos: -15.5,-23.5 + pos: 47.5,-9.5 parent: 2 - - uid: 277 + - uid: 9316 components: - type: Transform - pos: -12.5,-23.5 + pos: 47.5,-8.5 parent: 2 - - uid: 279 + - uid: 9317 components: - type: Transform - pos: -11.5,-23.5 + pos: 46.5,-12.5 parent: 2 - - uid: 280 + - uid: 9318 components: - type: Transform - pos: -10.5,-23.5 + pos: 46.5,-13.5 parent: 2 - - uid: 281 + - uid: 9319 components: - type: Transform - pos: -7.5,-23.5 + pos: 47.5,-13.5 parent: 2 - - uid: 330 + - uid: 9320 components: - type: Transform - pos: 19.5,-39.5 + pos: 47.5,-14.5 parent: 2 - - uid: 497 + - uid: 9321 components: - type: Transform - pos: 17.5,-39.5 + pos: -46.5,-12.5 parent: 2 - - uid: 529 + - uid: 9322 components: - type: Transform - pos: -2.5,-28.5 + pos: -46.5,-10.5 parent: 2 - - uid: 531 + - uid: 9323 components: - type: Transform - pos: -2.5,-27.5 + pos: -47.5,-10.5 parent: 2 - - uid: 532 + - uid: 9324 components: - type: Transform - pos: -2.5,-26.5 + pos: -47.5,-9.5 parent: 2 - - uid: 565 + - uid: 9325 components: - type: Transform - pos: 6.5,-55.5 + pos: -47.5,-12.5 parent: 2 - - uid: 566 + - uid: 9326 components: - type: Transform - pos: 2.5,-49.5 + pos: -47.5,-13.5 parent: 2 - - uid: 567 + - uid: 9327 components: - type: Transform - pos: 3.5,-49.5 + pos: -23.5,-3.5 parent: 2 - - uid: 570 + - uid: 9328 components: - type: Transform - pos: -4.5,-49.5 + pos: -23.5,-4.5 parent: 2 - - uid: 571 + - uid: 9329 components: - type: Transform - pos: -3.5,-49.5 + pos: -25.5,-4.5 parent: 2 - - uid: 572 + - uid: 9330 components: - type: Transform - pos: 6.5,-54.5 + pos: -25.5,-3.5 parent: 2 - - uid: 573 + - uid: 9331 components: - type: Transform - pos: 6.5,-53.5 + pos: -26.5,3.5 parent: 2 - - uid: 574 + - uid: 9389 components: - type: Transform - pos: -7.5,-55.5 + pos: -36.5,-21.5 parent: 2 - - uid: 575 + - uid: 9390 components: - type: Transform - pos: -7.5,-54.5 + pos: -36.5,-20.5 parent: 2 - - uid: 576 + - uid: 9391 components: - type: Transform - pos: -7.5,-53.5 + pos: -36.5,-19.5 parent: 2 - - uid: 577 + - uid: 9392 components: - type: Transform - pos: 5.5,-59.5 + pos: -36.5,-18.5 parent: 2 - - uid: 578 + - uid: 9393 components: - type: Transform - pos: 5.5,-60.5 + pos: -36.5,-17.5 parent: 2 - - uid: 579 + - uid: 9394 components: - type: Transform - pos: 5.5,-61.5 + pos: -36.5,-16.5 parent: 2 - - uid: 580 + - uid: 9395 components: - type: Transform - pos: 5.5,-62.5 + pos: -36.5,-15.5 parent: 2 - - uid: 581 + - uid: 9396 components: - type: Transform - pos: -6.5,-62.5 + pos: -36.5,-14.5 parent: 2 - - uid: 582 + - uid: 9397 components: - type: Transform - pos: -6.5,-61.5 + pos: -36.5,-13.5 parent: 2 - - uid: 583 + - uid: 9398 components: - type: Transform - pos: -6.5,-60.5 + pos: -37.5,-17.5 parent: 2 - - uid: 584 + - uid: 9399 components: - type: Transform - pos: -6.5,-59.5 + pos: -38.5,-17.5 parent: 2 - - uid: 585 + - uid: 9400 components: - type: Transform - pos: -13.5,-66.5 + pos: -39.5,-17.5 parent: 2 - - uid: 586 + - uid: 9462 components: - type: Transform - pos: -12.5,-67.5 + pos: -32.5,-18.5 parent: 2 - - uid: 587 + - uid: 9463 components: - type: Transform - pos: 6.5,-66.5 + pos: -33.5,-19.5 parent: 2 - - uid: 588 + - uid: 9465 components: - type: Transform - pos: 6.5,-67.5 + pos: -33.5,-18.5 parent: 2 - - uid: 589 + - uid: 9472 components: - type: Transform - pos: -11.5,-68.5 + pos: -31.5,-18.5 parent: 2 - - uid: 591 + - uid: 9473 components: - type: Transform - pos: 7.5,-67.5 + pos: -30.5,-18.5 parent: 2 - - uid: 610 + - uid: 9553 components: - type: Transform - pos: -14.5,-62.5 + pos: -7.5,38.5 parent: 2 - - uid: 611 + - uid: 9554 components: - type: Transform - pos: -13.5,-67.5 + pos: -8.5,38.5 parent: 2 - - uid: 612 + - uid: 9555 components: - type: Transform - pos: -12.5,-68.5 + pos: -9.5,38.5 parent: 2 - - uid: 613 + - uid: 9556 components: - type: Transform - pos: -7.5,-66.5 + pos: -7.5,35.5 parent: 2 - - uid: 622 + - uid: 9557 components: - type: Transform - pos: -4.5,-48.5 + pos: -8.5,35.5 parent: 2 - - uid: 623 + - uid: 9558 components: - type: Transform - pos: -5.5,-48.5 + pos: -9.5,35.5 parent: 2 - - uid: 624 + - uid: 9569 components: - type: Transform - pos: 3.5,-48.5 + pos: 3.5,26.5 parent: 2 - - uid: 625 + - uid: 9570 components: - type: Transform - pos: 4.5,-48.5 + pos: 4.5,26.5 parent: 2 - - uid: 674 + - uid: 9571 components: - type: Transform - pos: -8.5,-68.5 + pos: 5.5,26.5 parent: 2 - - uid: 676 + - uid: 9572 components: - type: Transform - pos: -7.5,-67.5 + pos: 6.5,26.5 parent: 2 - - uid: 677 + - uid: 9573 components: - type: Transform - pos: -8.5,-67.5 + pos: 7.5,26.5 parent: 2 - - uid: 678 + - uid: 9574 components: - type: Transform - pos: -9.5,-68.5 + pos: 7.5,25.5 parent: 2 - - uid: 684 + - uid: 9590 components: - type: Transform - pos: -14.5,-60.5 + pos: 4.5,37.5 parent: 2 - - uid: 685 + - uid: 9591 components: - type: Transform - pos: -14.5,-59.5 + pos: 3.5,37.5 parent: 2 - - uid: 686 + - uid: 9594 components: - type: Transform - pos: -4.5,-44.5 + pos: 5.5,37.5 parent: 2 - - uid: 695 + - uid: 9595 components: - type: Transform - pos: 13.5,-62.5 + pos: 6.5,37.5 parent: 2 - - uid: 699 + - uid: 9621 components: - type: Transform - pos: 12.5,-53.5 + pos: 7.5,37.5 parent: 2 - - uid: 700 + - uid: 9622 components: - type: Transform - pos: 12.5,-54.5 + pos: 8.5,37.5 parent: 2 - - uid: 701 + - uid: 9623 components: - type: Transform - pos: 12.5,-55.5 + pos: 9.5,37.5 parent: 2 - - uid: 708 +- proto: CableHV + entities: + - uid: 374 components: - type: Transform - pos: 12.5,-48.5 + pos: 1.5,17.5 parent: 2 - - uid: 709 + - uid: 770 components: - type: Transform - pos: 12.5,-49.5 + pos: 0.5,18.5 parent: 2 - - uid: 716 + - uid: 771 components: - type: Transform - pos: 3.5,-44.5 + pos: 1.5,18.5 parent: 2 - - uid: 717 + - uid: 3108 components: - type: Transform - pos: 4.5,-44.5 + pos: -43.5,-9.5 parent: 2 - - uid: 718 + - uid: 3139 components: - type: Transform - pos: 5.5,-44.5 + pos: 2.5,35.5 parent: 2 - - uid: 731 + - uid: 3142 components: - type: Transform - pos: -13.5,-55.5 + pos: 0.5,35.5 parent: 2 - - uid: 733 + - uid: 3143 components: - type: Transform - pos: -14.5,-61.5 + pos: 0.5,34.5 parent: 2 - - uid: 747 + - uid: 3144 components: - type: Transform - pos: -13.5,-53.5 + pos: 0.5,33.5 parent: 2 - - uid: 748 + - uid: 3145 components: - type: Transform - pos: -13.5,-54.5 + pos: 0.5,32.5 parent: 2 - - uid: 756 + - uid: 3146 components: - type: Transform - pos: 12.5,-47.5 + pos: 0.5,31.5 parent: 2 - - uid: 773 + - uid: 3379 components: - type: Transform - pos: 13.5,-61.5 + pos: 0.5,30.5 parent: 2 - - uid: 789 + - uid: 3380 components: - type: Transform - pos: -6.5,-44.5 + pos: 0.5,29.5 parent: 2 - - uid: 790 + - uid: 3381 components: - type: Transform - pos: -5.5,-44.5 + pos: -0.5,29.5 parent: 2 - - uid: 799 + - uid: 3382 components: - type: Transform - pos: -13.5,-47.5 + pos: -1.5,29.5 parent: 2 - - uid: 800 + - uid: 3383 components: - type: Transform - pos: -13.5,-48.5 + pos: -2.5,29.5 parent: 2 - - uid: 801 + - uid: 3384 components: - type: Transform - pos: -13.5,-49.5 + pos: -3.5,29.5 parent: 2 - - uid: 802 + - uid: 3385 components: - type: Transform - pos: 13.5,-60.5 + pos: -4.5,29.5 parent: 2 - - uid: 803 + - uid: 3386 components: - type: Transform - pos: 13.5,-59.5 + pos: -4.5,28.5 parent: 2 - - uid: 817 + - uid: 3387 components: - type: Transform - pos: 7.5,-68.5 + pos: -4.5,27.5 parent: 2 - - uid: 818 + - uid: 3388 components: - type: Transform - pos: 8.5,-68.5 + pos: -4.5,26.5 parent: 2 - - uid: 819 + - uid: 3389 components: - type: Transform - pos: 10.5,-68.5 + pos: -5.5,26.5 parent: 2 - - uid: 820 + - uid: 3390 components: - type: Transform - pos: 11.5,-68.5 + pos: -6.5,26.5 parent: 2 - - uid: 821 + - uid: 3391 components: - type: Transform - pos: 11.5,-67.5 + pos: -7.5,26.5 parent: 2 - - uid: 822 + - uid: 3392 components: - type: Transform - pos: 12.5,-67.5 + pos: -8.5,26.5 parent: 2 - - uid: 823 + - uid: 3393 components: - type: Transform - pos: 12.5,-66.5 + pos: -8.5,27.5 parent: 2 - - uid: 843 + - uid: 3394 components: - type: Transform - pos: -6.5,-40.5 + pos: -8.5,28.5 parent: 2 - - uid: 844 + - uid: 3395 components: - type: Transform - pos: -6.5,-39.5 + pos: -8.5,29.5 parent: 2 - - uid: 845 + - uid: 3396 components: - type: Transform - pos: -6.5,-38.5 + pos: -8.5,30.5 parent: 2 - - uid: 846 + - uid: 3397 components: - type: Transform - pos: -1.5,-36.5 + pos: -7.5,30.5 parent: 2 - - uid: 847 + - uid: 3398 components: - type: Transform - pos: -0.5,-36.5 + pos: -8.5,25.5 parent: 2 - - uid: 848 + - uid: 3399 components: - type: Transform - pos: 0.5,-36.5 + pos: -8.5,24.5 parent: 2 - - uid: 849 + - uid: 3400 components: - type: Transform - pos: 5.5,-38.5 + pos: -8.5,23.5 parent: 2 - - uid: 850 + - uid: 3401 components: - type: Transform - pos: 5.5,-39.5 + pos: -8.5,22.5 parent: 2 - - uid: 851 + - uid: 3402 components: - type: Transform - pos: 5.5,-40.5 + pos: -7.5,22.5 parent: 2 - - uid: 852 + - uid: 3403 components: - type: Transform - pos: 0.5,-42.5 + pos: -6.5,22.5 parent: 2 - - uid: 853 + - uid: 3404 components: - type: Transform - pos: -0.5,-42.5 + pos: -5.5,22.5 parent: 2 - - uid: 854 + - uid: 3405 components: - type: Transform - pos: -1.5,-42.5 + pos: -4.5,22.5 parent: 2 - - uid: 916 + - uid: 3406 components: - type: Transform - pos: -18.5,-39.5 + pos: -3.5,22.5 parent: 2 - - uid: 917 + - uid: 3407 components: - type: Transform - pos: -20.5,-39.5 + pos: -2.5,22.5 parent: 2 - - uid: 970 + - uid: 3408 components: - type: Transform - pos: 23.5,-11.5 + pos: -1.5,22.5 parent: 2 - - uid: 974 + - uid: 3409 components: - type: Transform - pos: 26.5,-10.5 + pos: -0.5,22.5 parent: 2 - - uid: 975 + - uid: 3410 components: - type: Transform - pos: 25.5,-10.5 + pos: -0.5,21.5 parent: 2 - - uid: 1035 + - uid: 3411 components: - type: Transform - pos: 24.5,-4.5 + pos: -0.5,20.5 parent: 2 - - uid: 1036 + - uid: 3412 components: - type: Transform - pos: 22.5,-4.5 + pos: -0.5,19.5 parent: 2 - - uid: 1056 + - uid: 3413 components: - type: Transform - pos: 23.5,-13.5 + pos: -0.5,18.5 parent: 2 - - uid: 1063 + - uid: 3414 components: - type: Transform - pos: 23.5,-12.5 + pos: -0.5,17.5 parent: 2 - - uid: 1131 + - uid: 3415 components: - type: Transform - pos: 25.5,3.5 + pos: -0.5,16.5 parent: 2 - - uid: 1132 + - uid: 3416 components: - type: Transform - pos: 21.5,3.5 + pos: -0.5,15.5 parent: 2 - - uid: 1202 + - uid: 3417 components: - type: Transform - pos: 27.5,6.5 + pos: -0.5,14.5 parent: 2 - - uid: 1203 + - uid: 3418 components: - type: Transform - pos: 27.5,7.5 + pos: -0.5,13.5 parent: 2 - - uid: 1251 + - uid: 3419 components: - type: Transform - pos: 35.5,10.5 + pos: -0.5,12.5 parent: 2 - - uid: 1252 + - uid: 3420 components: - type: Transform - pos: 36.5,10.5 + pos: -0.5,11.5 parent: 2 - - uid: 1253 + - uid: 3421 components: - type: Transform - pos: 37.5,10.5 + pos: -0.5,10.5 parent: 2 - - uid: 1254 + - uid: 3422 components: - type: Transform - pos: 37.5,9.5 + pos: -0.5,9.5 parent: 2 - - uid: 1255 + - uid: 3423 components: - type: Transform - pos: 38.5,9.5 + pos: -0.5,7.5 parent: 2 - - uid: 1308 + - uid: 3424 components: - type: Transform - pos: 47.5,-13.5 + pos: -0.5,8.5 parent: 2 - - uid: 1309 + - uid: 3425 components: - type: Transform - pos: 47.5,-14.5 + pos: -0.5,6.5 parent: 2 - - uid: 1311 + - uid: 3426 components: - type: Transform - pos: 47.5,-9.5 + pos: -0.5,5.5 parent: 2 - - uid: 1318 + - uid: 3427 components: - type: Transform - pos: 47.5,-8.5 + pos: -0.5,4.5 parent: 2 - - uid: 1407 + - uid: 3428 components: - type: Transform - pos: 54.5,-13.5 + pos: 0.5,4.5 parent: 2 - - uid: 1408 + - uid: 3429 components: - type: Transform - pos: 54.5,-12.5 + pos: 1.5,4.5 parent: 2 - - uid: 1409 + - uid: 3430 components: - type: Transform - pos: 54.5,-11.5 + pos: 2.5,4.5 parent: 2 - - uid: 1516 + - uid: 3431 components: - type: Transform - pos: 60.5,-12.5 + pos: 3.5,4.5 parent: 2 - - uid: 1517 + - uid: 3432 components: - type: Transform - pos: 60.5,-11.5 + pos: 4.5,4.5 parent: 2 - - uid: 1518 + - uid: 3433 components: - type: Transform - pos: 60.5,-10.5 + pos: 4.5,3.5 parent: 2 - - uid: 1519 + - uid: 3434 components: - type: Transform - pos: 61.5,-14.5 + pos: 5.5,3.5 parent: 2 - - uid: 1520 + - uid: 3435 components: - type: Transform - pos: 61.5,-15.5 + pos: 5.5,2.5 parent: 2 - - uid: 1649 + - uid: 3436 components: - type: Transform - pos: -2.5,-3.5 + pos: 5.5,0.5 parent: 2 - - uid: 1650 + - uid: 3437 components: - type: Transform - pos: -1.5,-3.5 + pos: 5.5,1.5 parent: 2 - - uid: 1651 + - uid: 3438 components: - type: Transform - pos: -0.5,-3.5 + pos: 5.5,-0.5 parent: 2 - - uid: 1652 + - uid: 3439 components: - type: Transform - pos: 0.5,-3.5 + pos: 6.5,-0.5 parent: 2 - - uid: 1653 + - uid: 3440 components: - type: Transform - pos: 1.5,-3.5 + pos: 7.5,-0.5 parent: 2 - - uid: 1654 + - uid: 3441 components: - type: Transform - pos: 1.5,2.5 + pos: 8.5,-0.5 parent: 2 - - uid: 1655 + - uid: 3442 components: - type: Transform - pos: 0.5,2.5 + pos: 9.5,-0.5 parent: 2 - - uid: 1656 + - uid: 3443 components: - type: Transform - pos: -0.5,2.5 + pos: 10.5,-0.5 parent: 2 - - uid: 1657 + - uid: 3444 components: - type: Transform - pos: -1.5,2.5 + pos: 11.5,-0.5 parent: 2 - - uid: 1658 + - uid: 3445 components: - type: Transform - pos: -2.5,2.5 + pos: 12.5,-0.5 parent: 2 - - uid: 1659 + - uid: 3446 components: - type: Transform - pos: -4.5,0.5 + pos: 13.5,-0.5 parent: 2 - - uid: 1660 + - uid: 3447 components: - type: Transform - pos: -4.5,-1.5 + pos: 13.5,-1.5 parent: 2 - - uid: 1661 + - uid: 3448 components: - type: Transform - pos: 3.5,-1.5 + pos: 13.5,-2.5 parent: 2 - - uid: 1662 + - uid: 3449 components: - type: Transform - pos: 3.5,0.5 + pos: 13.5,-3.5 parent: 2 - - uid: 1820 + - uid: 3450 components: - type: Transform - pos: 9.5,-0.5 + pos: 13.5,-4.5 parent: 2 - - uid: 1821 + - uid: 3451 components: - type: Transform - pos: 11.5,-0.5 + pos: 13.5,-5.5 parent: 2 - - uid: 1822 + - uid: 3452 components: - type: Transform - pos: -0.5,-9.5 + pos: 12.5,-5.5 parent: 2 - - uid: 1823 + - uid: 3453 components: - type: Transform - pos: -0.5,10.5 + pos: 11.5,-5.5 parent: 2 - - uid: 1824 + - uid: 3454 components: - type: Transform - pos: -0.5,8.5 + pos: 10.5,-5.5 parent: 2 - - uid: 1825 + - uid: 3455 components: - type: Transform - pos: -10.5,-0.5 + pos: 10.5,-4.5 parent: 2 - - uid: 1826 + - uid: 3456 components: - type: Transform - pos: -12.5,-0.5 + pos: 14.5,-0.5 parent: 2 - - uid: 1827 + - uid: 3457 components: - type: Transform - pos: -0.5,-11.5 + pos: 15.5,-0.5 parent: 2 - - uid: 1901 + - uid: 3458 components: - type: Transform - pos: -26.5,-10.5 + pos: 16.5,-0.5 parent: 2 - - uid: 1902 + - uid: 3459 components: - type: Transform - pos: -25.5,-10.5 + pos: 17.5,-0.5 parent: 2 - - uid: 1903 + - uid: 3460 components: - type: Transform - pos: -24.5,-10.5 + pos: 18.5,-0.5 parent: 2 - - uid: 2052 + - uid: 3461 components: - type: Transform - pos: -25.5,-4.5 + pos: 19.5,-0.5 parent: 2 - - uid: 2053 + - uid: 3462 components: - type: Transform - pos: -23.5,-4.5 + pos: 20.5,-0.5 parent: 2 - - uid: 2122 + - uid: 3463 components: - type: Transform - pos: -27.5,22.5 + pos: 21.5,-0.5 parent: 2 - - uid: 2141 + - uid: 3464 components: - type: Transform - pos: -26.5,3.5 + pos: 22.5,-0.5 parent: 2 - - uid: 2142 + - uid: 3465 components: - type: Transform - pos: -24.5,3.5 + pos: 23.5,-0.5 parent: 2 - - uid: 2143 + - uid: 3466 components: - type: Transform - pos: -22.5,3.5 + pos: 24.5,-0.5 parent: 2 - - uid: 2269 + - uid: 3467 components: - type: Transform - pos: -29.5,12.5 + pos: 25.5,-0.5 parent: 2 - - uid: 2270 + - uid: 3468 components: - type: Transform - pos: -29.5,13.5 + pos: 26.5,-0.5 parent: 2 - - uid: 2271 + - uid: 3469 components: - type: Transform - pos: -19.5,12.5 + pos: 27.5,-0.5 parent: 2 - - uid: 2272 + - uid: 3470 components: - type: Transform - pos: -19.5,13.5 + pos: 28.5,-0.5 parent: 2 - - uid: 2300 + - uid: 3471 components: - type: Transform - pos: -17.5,15.5 + pos: 28.5,0.5 parent: 2 - - uid: 2301 + - uid: 3472 components: - type: Transform - pos: -16.5,15.5 + pos: 28.5,1.5 parent: 2 - - uid: 2302 + - uid: 3473 components: - type: Transform - pos: -15.5,15.5 + pos: 28.5,2.5 parent: 2 - - uid: 2330 + - uid: 3474 components: - type: Transform - pos: -33.5,16.5 + pos: 28.5,3.5 parent: 2 - - uid: 2335 + - uid: 3475 components: - type: Transform - pos: -34.5,16.5 + pos: 29.5,3.5 parent: 2 - - uid: 2338 + - uid: 3476 components: - type: Transform - pos: -35.5,16.5 + pos: 30.5,3.5 parent: 2 - - uid: 2365 + - uid: 3477 components: - type: Transform - pos: -43.5,10.5 + pos: 31.5,3.5 parent: 2 - - uid: 2366 + - uid: 3478 components: - type: Transform - pos: -43.5,11.5 + pos: 32.5,3.5 parent: 2 - - uid: 2367 + - uid: 3479 components: - type: Transform - pos: -43.5,12.5 + pos: 33.5,3.5 parent: 2 - - uid: 2396 + - uid: 3480 components: - type: Transform - pos: -35.5,15.5 + pos: 34.5,3.5 parent: 2 - - uid: 2401 + - uid: 3481 components: - type: Transform - pos: -23.5,22.5 + pos: 35.5,3.5 parent: 2 - - uid: 2402 + - uid: 3482 components: - type: Transform - pos: -24.5,22.5 + pos: 36.5,3.5 parent: 2 - - uid: 2405 + - uid: 3483 components: - type: Transform - pos: -24.5,17.5 + pos: 37.5,3.5 parent: 2 - - uid: 2418 + - uid: 3484 components: - type: Transform - pos: -29.5,1.5 + pos: 38.5,3.5 parent: 2 - - uid: 2419 + - uid: 3485 components: - type: Transform - pos: -28.5,1.5 + pos: 39.5,3.5 parent: 2 - - uid: 2420 + - uid: 3486 components: - type: Transform - pos: -31.5,1.5 + pos: 40.5,3.5 parent: 2 - - uid: 2421 + - uid: 3487 components: - type: Transform - pos: -32.5,1.5 + pos: 41.5,3.5 parent: 2 - - uid: 2422 + - uid: 3488 components: - type: Transform - pos: -30.5,3.5 + pos: 42.5,3.5 parent: 2 - - uid: 2423 + - uid: 3489 components: - type: Transform - pos: -29.5,3.5 + pos: 43.5,3.5 parent: 2 - - uid: 2424 + - uid: 3490 components: - type: Transform - pos: -20.5,1.5 + pos: 43.5,4.5 parent: 2 - - uid: 2425 + - uid: 3491 components: - type: Transform - pos: -19.5,1.5 + pos: 43.5,5.5 parent: 2 - - uid: 2426 + - uid: 3492 components: - type: Transform - pos: -19.5,3.5 + pos: 43.5,6.5 parent: 2 - - uid: 2427 + - uid: 3493 components: - type: Transform - pos: -18.5,3.5 + pos: 44.5,6.5 parent: 2 - - uid: 2428 + - uid: 3494 components: - type: Transform - pos: -17.5,1.5 + pos: 29.5,-0.5 parent: 2 - - uid: 2429 + - uid: 3495 components: - type: Transform - pos: -16.5,1.5 + pos: 30.5,-0.5 parent: 2 - - uid: 2499 + - uid: 3496 components: - type: Transform - pos: -52.5,-16.5 + pos: 31.5,-0.5 parent: 2 - - uid: 2500 + - uid: 3497 components: - type: Transform - pos: -51.5,-16.5 + pos: 32.5,-0.5 parent: 2 - - uid: 2501 + - uid: 3498 components: - type: Transform - pos: -52.5,-6.5 + pos: 33.5,-0.5 parent: 2 - - uid: 2502 + - uid: 3499 components: - type: Transform - pos: -51.5,-6.5 + pos: 34.5,-0.5 parent: 2 - - uid: 2503 + - uid: 3500 components: - type: Transform - pos: -47.5,-9.5 + pos: 35.5,-0.5 parent: 2 - - uid: 2504 + - uid: 3501 components: - type: Transform - pos: -47.5,-10.5 + pos: 36.5,-0.5 parent: 2 - - uid: 2505 + - uid: 3502 components: - type: Transform - pos: -47.5,-12.5 + pos: 37.5,-0.5 parent: 2 - - uid: 2506 + - uid: 3503 components: - type: Transform - pos: -47.5,-13.5 + pos: 38.5,-0.5 parent: 2 - - uid: 2509 + - uid: 3504 components: - type: Transform - pos: -56.5,-8.5 + pos: 39.5,-0.5 parent: 2 - - uid: 2510 + - uid: 3505 components: - type: Transform - pos: -57.5,-8.5 + pos: 40.5,-0.5 parent: 2 - - uid: 2515 + - uid: 3506 components: - type: Transform - pos: -57.5,-14.5 + pos: 41.5,-0.5 parent: 2 - - uid: 2516 + - uid: 3507 components: - type: Transform - pos: -56.5,-14.5 + pos: 42.5,-0.5 parent: 2 - - uid: 2518 + - uid: 3508 components: - type: Transform - pos: -59.5,-12.5 + pos: 43.5,-0.5 parent: 2 - - uid: 2520 + - uid: 3509 components: - type: Transform - pos: -59.5,-10.5 + pos: 43.5,-1.5 parent: 2 - - uid: 2625 + - uid: 3510 components: - type: Transform - pos: -53.5,6.5 + pos: 43.5,-2.5 parent: 2 - - uid: 2626 + - uid: 3511 components: - type: Transform - pos: -52.5,6.5 + pos: 43.5,-3.5 parent: 2 - - uid: 2627 + - uid: 3512 components: - type: Transform - pos: -51.5,6.5 + pos: 43.5,-4.5 parent: 2 - - uid: 2673 + - uid: 3513 components: - type: Transform - pos: -56.5,-3.5 + pos: 43.5,-5.5 parent: 2 - - uid: 2674 + - uid: 3514 components: - type: Transform - pos: -56.5,-2.5 + pos: 43.5,-6.5 parent: 2 - - uid: 2675 + - uid: 3515 components: - type: Transform - pos: -56.5,-1.5 + pos: 43.5,-7.5 parent: 2 - - uid: 2676 + - uid: 3516 components: - type: Transform - pos: -56.5,-0.5 + pos: 43.5,-8.5 parent: 2 - - uid: 2677 + - uid: 3517 components: - type: Transform - pos: -56.5,2.5 + pos: 43.5,-9.5 parent: 2 - - uid: 2678 + - uid: 3518 components: - type: Transform - pos: -56.5,3.5 + pos: 43.5,-10.5 parent: 2 - - uid: 2727 + - uid: 3519 components: - type: Transform - pos: -56.5,-18.5 + pos: 43.5,-11.5 parent: 2 - - uid: 2728 + - uid: 3520 components: - type: Transform - pos: -56.5,-20.5 + pos: 43.5,-12.5 parent: 2 - - uid: 2729 + - uid: 3521 components: - type: Transform - pos: -56.5,-22.5 + pos: 35.5,-1.5 parent: 2 - - uid: 2785 + - uid: 3522 components: - type: Transform - pos: -56.5,-27.5 + pos: 35.5,-2.5 parent: 2 - - uid: 2788 + - uid: 3523 components: - type: Transform - pos: -56.5,-26.5 + pos: 35.5,-3.5 parent: 2 - - uid: 2818 + - uid: 3524 components: - type: Transform - pos: -56.5,-25.5 + pos: 35.5,-4.5 parent: 2 - - uid: 2819 + - uid: 3525 components: - type: Transform - pos: -53.5,-29.5 + pos: 35.5,-5.5 parent: 2 - - uid: 2820 + - uid: 3526 components: - type: Transform - pos: -51.5,-29.5 + pos: 35.5,-6.5 parent: 2 - - uid: 3024 + - uid: 3527 components: - type: Transform - pos: -2.5,18.5 + pos: 35.5,-7.5 parent: 2 - - uid: 3025 + - uid: 3528 components: - type: Transform - pos: -2.5,17.5 + pos: 34.5,-7.5 parent: 2 - - uid: 3026 + - uid: 3529 components: - type: Transform - pos: -2.5,15.5 + pos: 33.5,-7.5 parent: 2 - - uid: 3027 + - uid: 3530 components: - type: Transform - pos: -2.5,14.5 + pos: 33.5,-6.5 parent: 2 - - uid: 3028 + - uid: 3531 components: - type: Transform - pos: -2.5,12.5 + pos: 42.5,-12.5 parent: 2 - - uid: 3029 + - uid: 3532 components: - type: Transform - pos: -2.5,11.5 + pos: 41.5,-12.5 parent: 2 - - uid: 3030 + - uid: 3533 components: - type: Transform - pos: 1.5,11.5 + pos: 40.5,-12.5 parent: 2 - - uid: 3031 + - uid: 3534 components: - type: Transform - pos: 1.5,12.5 + pos: 39.5,-12.5 parent: 2 - - uid: 3032 + - uid: 3535 components: - type: Transform - pos: 1.5,14.5 + pos: 38.5,-12.5 parent: 2 - - uid: 3033 + - uid: 3536 components: - type: Transform - pos: 1.5,15.5 + pos: 37.5,-12.5 parent: 2 - - uid: 3034 + - uid: 3537 components: - type: Transform - pos: 1.5,17.5 + pos: 37.5,-11.5 parent: 2 - - uid: 3035 + - uid: 3538 components: - type: Transform - pos: 1.5,18.5 + pos: 37.5,-10.5 parent: 2 - - uid: 3064 + - uid: 3539 components: - type: Transform - pos: 13.5,-45.5 + pos: 37.5,-9.5 parent: 2 - - uid: 3352 + - uid: 3540 components: - type: Transform - pos: 54.5,0.5 + pos: 37.5,-8.5 parent: 2 - - uid: 3353 + - uid: 3541 components: - type: Transform - pos: 54.5,1.5 + pos: 37.5,-7.5 parent: 2 - - uid: 3354 + - uid: 3542 components: - type: Transform - pos: 54.5,2.5 + pos: 37.5,-6.5 parent: 2 - - uid: 5693 + - uid: 3543 components: - type: Transform - pos: 17.5,9.5 + pos: 37.5,-5.5 parent: 2 - - uid: 5694 + - uid: 3544 components: - type: Transform - pos: 16.5,9.5 + pos: 36.5,-5.5 parent: 2 - - uid: 5695 + - uid: 3545 components: - type: Transform - pos: 15.5,9.5 + pos: 44.5,-0.5 parent: 2 - - uid: 5702 + - uid: 3546 components: - type: Transform - pos: -18.5,-43.5 + pos: 45.5,-0.5 parent: 2 - - uid: 5703 + - uid: 3547 components: - type: Transform - pos: -16.5,-45.5 + pos: 46.5,-0.5 parent: 2 - - uid: 5704 + - uid: 3548 components: - type: Transform - pos: -15.5,-45.5 + pos: 46.5,0.5 parent: 2 - - uid: 7595 + - uid: 3549 components: - type: Transform - pos: -14.5,-45.5 + pos: 46.5,1.5 parent: 2 - - uid: 7627 + - uid: 3550 components: - type: Transform - pos: -18.5,-44.5 + pos: 46.5,2.5 parent: 2 - - uid: 7812 + - uid: 3551 components: - type: Transform - pos: 32.5,10.5 + pos: 46.5,3.5 parent: 2 - - uid: 7813 + - uid: 3552 components: - type: Transform - pos: 31.5,10.5 + pos: 45.5,3.5 parent: 2 - - uid: 7886 + - uid: 3553 components: - type: Transform - pos: 34.5,-35.5 + pos: 44.5,3.5 parent: 2 - - uid: 7941 + - uid: 3554 components: - type: Transform - pos: 45.5,-21.5 + pos: 0.5,22.5 parent: 2 - - uid: 7943 + - uid: 3555 components: - type: Transform - pos: 45.5,-23.5 + pos: 1.5,22.5 parent: 2 - - uid: 7944 + - uid: 3556 components: - type: Transform - pos: 44.5,-24.5 + pos: 2.5,22.5 parent: 2 - - uid: 7946 + - uid: 3557 components: - type: Transform - pos: 42.5,-24.5 + pos: 2.5,23.5 parent: 2 - - uid: 7951 + - uid: 3558 components: - type: Transform - pos: 34.5,-36.5 + pos: 2.5,24.5 parent: 2 - - uid: 7952 + - uid: 3559 components: - type: Transform - pos: 34.5,-37.5 + pos: 2.5,25.5 parent: 2 - - uid: 8056 + - uid: 3560 components: - type: Transform - pos: -21.5,22.5 + pos: 2.5,26.5 parent: 2 - - uid: 8068 + - uid: 3561 components: - type: Transform - pos: -22.5,14.5 + pos: 2.5,27.5 parent: 2 - - uid: 8166 + - uid: 3562 components: - type: Transform - pos: -35.5,-34.5 + pos: 2.5,28.5 parent: 2 - - uid: 8167 + - uid: 3563 components: - type: Transform - pos: -35.5,-32.5 + pos: 2.5,29.5 parent: 2 - - uid: 8168 + - uid: 3564 components: - type: Transform - pos: -35.5,-31.5 + pos: 1.5,29.5 parent: 2 - - uid: 8169 + - uid: 3565 components: - type: Transform - pos: -35.5,-30.5 + pos: 43.5,-13.5 parent: 2 - - uid: 8170 + - uid: 3566 components: - type: Transform - pos: -35.5,-29.5 + pos: 43.5,-14.5 parent: 2 - - uid: 8171 + - uid: 3567 components: - type: Transform - pos: -35.5,-27.5 + pos: 43.5,-15.5 parent: 2 - - uid: 8411 + - uid: 3568 components: - type: Transform - pos: -21.5,14.5 + pos: 43.5,-16.5 parent: 2 - - uid: 8739 + - uid: 3569 components: - type: Transform - pos: -24.5,15.5 + pos: 43.5,-17.5 parent: 2 - - uid: 8740 + - uid: 3570 components: - type: Transform - pos: -20.5,22.5 + pos: 43.5,-18.5 parent: 2 - - uid: 8753 + - uid: 3571 components: - type: Transform - pos: -26.5,22.5 + pos: 43.5,-19.5 parent: 2 - - uid: 9229 + - uid: 3572 components: - type: Transform - pos: 14.5,-45.5 + pos: 43.5,-20.5 parent: 2 - - uid: 9230 + - uid: 3573 components: - type: Transform - pos: 15.5,-45.5 + pos: 43.5,-21.5 parent: 2 - - uid: 9231 + - uid: 3574 components: - type: Transform - pos: 17.5,-44.5 + pos: 43.5,-22.5 parent: 2 - - uid: 9232 + - uid: 3575 components: - type: Transform - pos: 17.5,-43.5 + pos: 42.5,-22.5 parent: 2 -- proto: RubberStampApproved - entities: - - uid: 1097 + - uid: 3576 components: - type: Transform - pos: 20.660002,-5.9933825 + pos: 41.5,-22.5 parent: 2 - - uid: 8085 + - uid: 3577 components: - type: Transform - pos: -34.58822,15.763747 + pos: 40.5,-22.5 parent: 2 - - uid: 8151 + - uid: 3578 components: - type: Transform - pos: -50.348988,-20.302904 + pos: 39.5,-22.5 parent: 2 -- proto: RubberStampCentcom - entities: - - uid: 9577 + - uid: 3579 components: - type: Transform - pos: -0.7835331,38.41855 + pos: 38.5,-22.5 parent: 2 -- proto: RubberStampDenied - entities: - - uid: 1096 + - uid: 3580 components: - type: Transform - pos: 20.394657,-6.1408753 + pos: 37.5,-22.5 parent: 2 - - uid: 8081 + - uid: 3581 components: - type: Transform - pos: -34.52919,15.52776 + pos: 36.5,-22.5 parent: 2 - - uid: 8152 + - uid: 3582 components: - type: Transform - pos: -50.64414,-20.125914 + pos: 35.5,-22.5 parent: 2 -- proto: SalvageCanisterSpawner - entities: - - uid: 8532 + - uid: 3583 components: - type: Transform - pos: -3.5,25.5 + pos: 34.5,-22.5 parent: 2 - - uid: 8544 + - uid: 3584 components: - type: Transform - pos: 41.5,5.5 + pos: 33.5,-22.5 parent: 2 - - uid: 8561 + - uid: 3585 components: - type: Transform - pos: 38.5,-9.5 + pos: 32.5,-22.5 parent: 2 - - uid: 8604 + - uid: 3586 components: - type: Transform - pos: -34.5,-15.5 + pos: 32.5,-23.5 parent: 2 - - uid: 8618 + - uid: 3587 components: - type: Transform - pos: -31.5,-12.5 + pos: 32.5,-24.5 parent: 2 -- proto: Screwdriver - entities: - - uid: 9547 + - uid: 3588 components: - type: Transform - pos: 6.4358597,25.45479 + pos: 32.5,-25.5 parent: 2 -- proto: SheetGlass - entities: - - uid: 9600 + - uid: 3589 components: - type: Transform - pos: 5.3134494,38.60083 + pos: 32.5,-26.5 parent: 2 -- proto: SheetPlastic - entities: - - uid: 9599 + - uid: 3590 components: - type: Transform - pos: 5.3134494,38.75708 + pos: 32.5,-27.5 parent: 2 -- proto: SheetSteel - entities: - - uid: 9598 + - uid: 3591 components: - type: Transform - pos: 5.3446994,38.428955 + pos: 32.5,-28.5 parent: 2 -- proto: SheetSteel10 - entities: - - uid: 1536 + - uid: 3592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.210487,-16.425406 + pos: 32.5,-29.5 parent: 2 -- proto: ShowcaseRobot - entities: - - uid: 3009 + - uid: 3593 components: - type: Transform - pos: 4.5,17.5 + pos: 32.5,-30.5 parent: 2 -- proto: ShowcaseRobotAntique - entities: - - uid: 3010 + - uid: 3594 components: - type: Transform - pos: -5.5,17.5 + pos: 32.5,-31.5 parent: 2 -- proto: ShowcaseRobotMarauder - entities: - - uid: 7726 + - uid: 3595 components: - type: Transform - pos: 4.5,12.5 + pos: 32.5,-32.5 parent: 2 -- proto: ShowcaseRobotWhite - entities: - - uid: 3166 + - uid: 3596 components: - type: Transform - pos: -5.5,12.5 + pos: 32.5,-33.5 parent: 2 -- proto: ShuttersNormalOpen - entities: - - uid: 9073 + - uid: 3597 components: - type: Transform - pos: -22.5,14.5 + pos: 32.5,-34.5 parent: 2 - - type: DeviceLinkSink - links: - - 3347 - - uid: 9074 + - uid: 3598 components: - type: Transform - pos: -21.5,14.5 + pos: 32.5,-35.5 parent: 2 - - type: DeviceLinkSink - links: - - 3347 -- proto: ShuttleWindow - entities: - - uid: 3129 + - uid: 3599 components: - type: Transform - pos: -8.5,35.5 + pos: 32.5,-36.5 parent: 2 - - uid: 3135 + - uid: 3600 components: - type: Transform - pos: -8.5,38.5 + pos: 32.5,-37.5 parent: 2 -- proto: SignalButton - entities: - - uid: 7787 + - uid: 3601 components: - type: Transform - pos: -2.4993017,1.0757885 + pos: 32.5,-38.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2936: - - Pressed: Toggle - 2935: - - Pressed: Toggle - 2934: - - Pressed: Toggle - 2933: - - Pressed: Toggle - 2932: - - Pressed: Toggle - - uid: 8665 + - uid: 3602 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,5.5 + pos: 32.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8364: - - Pressed: Toggle - - uid: 8666 + - uid: 3603 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-18.5 + pos: 9.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8390: - - Pressed: Toggle - - uid: 8667 + - uid: 3604 components: - type: Transform - pos: -38.5,14.5 + pos: 31.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8414: - - Pressed: Toggle - - uid: 8668 + - uid: 3605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-20.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8441: - - Pressed: Toggle - - uid: 8669 - components: - - type: Transform - pos: -48.5,5.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8426: - - Pressed: Toggle - 8425: - - Pressed: Toggle - - uid: 8670 - components: - - type: Transform - pos: -48.5,-24.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8423: - - Pressed: Toggle - 8424: - - Pressed: Toggle - - uid: 8671 - components: - - type: Transform - pos: -0.5,35.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 993: - - Pressed: Toggle - 380: - - Pressed: Toggle - 960: - - Pressed: Toggle - - uid: 9166 - components: - - type: Transform - pos: -2.281709,0.8674551 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2931: - - Pressed: Toggle - 2930: - - Pressed: Toggle - 2929: - - Pressed: Toggle - 2928: - - Pressed: Toggle - 2927: - - Pressed: Toggle - - uid: 9167 - components: - - type: Transform - pos: -2.7168941,0.8628255 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2921: - - Pressed: Toggle - 2920: - - Pressed: Toggle - 121: - - Pressed: Toggle - 119: - - Pressed: Toggle - 120: - - Pressed: Toggle - - uid: 9168 - components: - - type: Transform - pos: -2.4993017,0.6498625 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 2922: - - Pressed: Toggle - 2923: - - Pressed: Toggle - 2924: - - Pressed: Toggle - 2925: - - Pressed: Toggle - 2926: - - Pressed: Toggle -- proto: SignalButtonDirectional - entities: - - uid: 3347 + pos: 30.5,-39.5 + parent: 2 + - uid: 3606 components: - type: Transform - pos: -20.5,14.5 + pos: 29.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 9074: - - Pressed: Toggle - 9073: - - Pressed: Toggle - - uid: 8652 + - uid: 3607 components: - - type: MetaData - name: light switch - type: Transform - rot: 1.5707963267948966 rad - pos: -17.498495,-21.685263 + pos: 28.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8452: - - Pressed: Toggle - - uid: 8654 + - uid: 3608 components: - - type: MetaData - name: light switch - type: Transform - pos: -12.684189,-18.497927 + pos: 27.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8451: - - Pressed: Toggle - - uid: 8656 + - uid: 3609 components: - - type: MetaData - name: bolt button - type: Transform - pos: -12.313819,-18.497927 + pos: 26.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 353: - - Pressed: DoorBolt - - uid: 8657 + - uid: 3610 components: - - type: MetaData - name: bolt button - type: Transform - rot: -1.5707963267948966 rad - pos: -5.497803,-21.686888 + pos: 25.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 357: - - Pressed: DoorBolt - - uid: 8659 + - uid: 3611 components: - - type: MetaData - name: light switch - type: Transform - rot: -1.5707963267948966 rad - pos: -5.497962,-11.318992 + pos: 24.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8449: - - Pressed: Toggle - - uid: 8661 + - uid: 3612 components: - - type: MetaData - name: bolt button - type: Transform - rot: 1.5707963267948966 rad - pos: -17.498495,-21.314892 + pos: 23.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 356: - - Pressed: DoorBolt - - uid: 8662 + - uid: 3613 components: - - type: MetaData - name: light switch - type: Transform - rot: -1.5707963267948966 rad - pos: -5.497803,-21.316517 + pos: 22.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8453: - - Pressed: Toggle - - uid: 8664 + - uid: 3614 components: - type: Transform - pos: 35.5,-9.5 + pos: 21.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8376: - - Pressed: Toggle - - uid: 9284 + - uid: 3615 components: - - type: MetaData - name: bolt button - type: Transform - rot: -1.5707963267948966 rad - pos: -5.497962,-11.680103 + pos: 20.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 358: - - Pressed: DoorBolt - - uid: 9285 + - uid: 3616 components: - - type: MetaData - name: bolt button - type: Transform - rot: 1.5707963267948966 rad - pos: -17.501833,-11.316162 + pos: 19.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 355: - - Pressed: DoorBolt - - uid: 9286 + - uid: 3617 components: - - type: MetaData - name: light switch - type: Transform - rot: 1.5707963267948966 rad - pos: -17.501833,-11.680284 + pos: 18.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8448: - - Pressed: Toggle - - uid: 9287 + - uid: 3618 components: - - type: MetaData - name: light switch - type: Transform - rot: 3.141592653589793 rad - pos: -12.314848,-14.50485 + pos: 17.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8447: - - Pressed: Toggle - - uid: 9288 + - uid: 3619 components: - - type: MetaData - name: bolt button - type: Transform - rot: 3.141592653589793 rad - pos: -12.685218,-14.50485 + pos: 16.5,-39.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 354: - - Pressed: DoorBolt -- proto: SignCargo - entities: - - uid: 3376 + - uid: 3620 components: - type: Transform - pos: 21.5,-4.5 + pos: 15.5,-39.5 parent: 2 -- proto: SignCryogenicsMed - entities: - - uid: 8185 + - uid: 3621 components: - type: Transform - pos: 3.5,-18.5 + pos: 14.5,-39.5 parent: 2 -- proto: SignDirectionalBridge - entities: - - uid: 7748 + - uid: 3622 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.50091,1.3060951 + pos: 13.5,-39.5 parent: 2 -- proto: SignDirectionalCryo - entities: - - uid: 7752 + - uid: 3623 components: - type: Transform - pos: 1.5,-7.5 + pos: 12.5,-39.5 parent: 2 - - uid: 9078 + - uid: 3624 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-14.5 + pos: 11.5,-39.5 parent: 2 -- proto: SignDirectionalDorms - entities: - - uid: 7754 + - uid: 3625 components: - type: Transform - pos: 1.4997442,-7.3198824 + pos: 10.5,-39.5 parent: 2 -- proto: SignDirectionalEng - entities: - - uid: 7751 + - uid: 3626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.4964175,1.3071551 + pos: -1.5,4.5 parent: 2 -- proto: SignDirectionalEvac - entities: - - uid: 7755 + - uid: 3627 components: - type: Transform - pos: 1.4997442,-7.6869755 + pos: -2.5,4.5 parent: 2 - - uid: 7950 + - uid: 3628 components: - type: Transform - pos: 45.5,-15.5 + pos: -3.5,4.5 parent: 2 - - uid: 8214 + - uid: 3629 components: - type: Transform - pos: -45.5,-15.5 + pos: -4.5,4.5 parent: 2 -- proto: SignDirectionalMed - entities: - - uid: 7746 + - uid: 3630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,1.5 + pos: -5.5,4.5 parent: 2 -- proto: SignDirectionalSci - entities: - - uid: 7750 + - uid: 3631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.4964175,1.6856244 + pos: -5.5,3.5 parent: 2 -- proto: SignDirectionalSec - entities: - - uid: 7747 + - uid: 3632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.50091,1.6994088 + pos: -6.5,3.5 parent: 2 -- proto: SignDirectionalSupply - entities: - - uid: 7749 + - uid: 3633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,1.5 + pos: -6.5,2.5 parent: 2 -- proto: SignEngineering - entities: - - uid: 7897 + - uid: 3634 components: - type: Transform - pos: 47.5,-12.5 + pos: -6.5,1.5 parent: 2 -- proto: SignHead - entities: - - uid: 2822 + - uid: 3635 components: - type: Transform - pos: -47.5,-8.5 + pos: -6.5,0.5 parent: 2 -- proto: SignJanitor - entities: - - uid: 9530 + - uid: 3636 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,27.5 + pos: -6.5,-0.5 parent: 2 -- proto: SignMedical - entities: - - uid: 7962 + - uid: 3637 components: - type: Transform - pos: -26.5,-4.5 + pos: -29.5,-0.5 parent: 2 -- proto: SignNanotrasen1 - entities: - - uid: 383 + - uid: 3638 components: - type: Transform - pos: -2.5,-49.5 + pos: -30.5,-0.5 parent: 2 -- proto: SignNanotrasen2 - entities: - - uid: 502 + - uid: 3639 components: - type: Transform - pos: -1.5,-49.5 + pos: -31.5,-0.5 parent: 2 -- proto: SignNanotrasen3 - entities: - - uid: 3 + - uid: 3640 components: - type: Transform - pos: -0.5,-49.5 + pos: -32.5,-0.5 parent: 2 -- proto: SignNanotrasen4 - entities: - - uid: 329 + - uid: 3641 components: - type: Transform - pos: 0.5,-49.5 + pos: -33.5,-0.5 parent: 2 -- proto: SignNanotrasen5 - entities: - - uid: 72 + - uid: 3642 components: - type: Transform - pos: 1.5,-49.5 + pos: -34.5,-0.5 parent: 2 -- proto: SignPlaque - entities: - - uid: 7780 + - uid: 3643 components: - type: Transform - pos: -0.5,-32.5 + pos: -35.5,-0.5 parent: 2 -- proto: SignRedEight - entities: - - uid: 9563 + - uid: 3644 components: - type: Transform - pos: 14.5,-63.5 + pos: -36.5,-0.5 parent: 2 -- proto: SignRedFive - entities: - - uid: 9522 + - uid: 3645 components: - type: Transform - pos: 4.5,-58.5 + pos: -37.5,-0.5 parent: 2 -- proto: SignRedFour - entities: - - uid: 9568 + - uid: 3646 components: - type: Transform - pos: -5.5,-63.5 + pos: -38.5,-0.5 parent: 2 -- proto: SignRedOne - entities: - - uid: 9565 + - uid: 3647 components: - type: Transform - pos: -15.5,-58.5 + pos: -7.5,-0.5 parent: 2 -- proto: SignRedSeven - entities: - - uid: 9564 + - uid: 3648 components: - type: Transform - pos: 14.5,-58.5 + pos: -8.5,-0.5 parent: 2 -- proto: SignRedSix - entities: - - uid: 9562 + - uid: 3649 components: - type: Transform - pos: 4.5,-63.5 + pos: -9.5,-0.5 parent: 2 -- proto: SignRedThree - entities: - - uid: 9567 + - uid: 3650 components: - type: Transform - pos: -5.5,-58.5 + pos: -10.5,-0.5 parent: 2 -- proto: SignRedTwo - entities: - - uid: 9566 + - uid: 3651 components: - type: Transform - pos: -15.5,-63.5 + pos: -11.5,-0.5 parent: 2 -- proto: SignScience - entities: - - uid: 7808 + - uid: 3652 components: - type: Transform - pos: 24.5,3.5 + pos: -12.5,-0.5 parent: 2 -- proto: SignSecurity - entities: - - uid: 7973 + - uid: 3653 components: - type: Transform - pos: -21.5,1.5 + pos: -13.5,-0.5 parent: 2 -- proto: Sink - entities: - - uid: 8312 + - uid: 3654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-29.5 + pos: -14.5,-0.5 parent: 2 -- proto: Skub - entities: - - uid: 9492 + - uid: 3655 components: - type: Transform - pos: -8.038198,37.105595 + pos: -15.5,-0.5 parent: 2 -- proto: SodaDispenser - entities: - - uid: 1612 + - uid: 3656 components: - type: Transform - pos: 16.5,-28.5 + pos: -16.5,-0.5 parent: 2 -- proto: SofaCorpLeft - entities: - - uid: 2464 + - uid: 3657 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,0.5 + pos: -17.5,-0.5 parent: 2 - - uid: 3001 + - uid: 3658 components: - type: Transform - pos: 53.5,2.5 + pos: -18.5,-0.5 parent: 2 -- proto: SofaCorpRight - entities: - - uid: 2999 + - uid: 3659 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,0.5 + pos: -19.5,-0.5 parent: 2 - - uid: 3000 + - uid: 3660 components: - type: Transform - pos: 52.5,2.5 + pos: -20.5,-0.5 parent: 2 -- proto: SpawnMobCleanBot - entities: - - uid: 9226 + - uid: 3661 components: - type: Transform - pos: -0.5,-16.5 + pos: -21.5,-0.5 parent: 2 - - uid: 9227 + - uid: 3662 components: - type: Transform - pos: -0.5,-46.5 + pos: -22.5,-0.5 parent: 2 -- proto: SpawnPointBorg - entities: - - uid: 8689 + - uid: 3663 components: - type: Transform - pos: 9.5,-22.5 + pos: -23.5,-0.5 parent: 2 - - uid: 8692 + - uid: 3664 components: - type: Transform - pos: 9.5,-10.5 + pos: -24.5,-0.5 parent: 2 -- proto: SpawnPointLatejoin - entities: - - uid: 8745 + - uid: 3665 components: - type: Transform - pos: 6.5,-11.5 + pos: -25.5,-0.5 parent: 2 - - uid: 8757 + - uid: 3666 components: - type: Transform - pos: 14.5,-11.5 + pos: -26.5,-0.5 parent: 2 - - uid: 8758 + - uid: 3667 components: - type: Transform - pos: 14.5,-21.5 + pos: -27.5,-0.5 parent: 2 - - uid: 8759 + - uid: 3668 components: - type: Transform - pos: 6.5,-21.5 + pos: -28.5,-0.5 parent: 2 - - uid: 8760 + - uid: 3669 components: - type: Transform - pos: 10.5,-20.5 + pos: -38.5,0.5 parent: 2 - - uid: 8761 + - uid: 3670 components: - type: Transform - pos: 10.5,-12.5 + pos: -38.5,1.5 parent: 2 -- proto: SprayBottle - entities: - - uid: 7986 + - uid: 3671 components: - type: Transform - pos: -32.253666,-7.3626685 + pos: -38.5,2.5 parent: 2 -- proto: SprayBottleSpaceCleaner - entities: - - uid: 9539 + - uid: 3672 components: - type: Transform - pos: 7.262398,27.619898 + pos: -39.5,2.5 parent: 2 -- proto: SS13Memorial - entities: - - uid: 2965 + - uid: 3673 components: - type: Transform - pos: -0.5,-39.5 + pos: -40.5,2.5 parent: 2 -- proto: Stairs - entities: - - uid: 9266 + - uid: 3674 components: - type: Transform - pos: -16.5,-41.5 + pos: -41.5,2.5 parent: 2 - - uid: 9270 + - uid: 3675 components: - type: Transform - pos: -15.5,-41.5 + pos: -42.5,2.5 parent: 2 - - uid: 9271 + - uid: 3676 components: - type: Transform - pos: -14.5,-41.5 + pos: -43.5,2.5 parent: 2 - - uid: 9272 + - uid: 3677 components: - type: Transform - pos: 13.5,-41.5 + pos: -44.5,2.5 parent: 2 - - uid: 9273 + - uid: 3678 components: - type: Transform - pos: 14.5,-41.5 + pos: -45.5,2.5 parent: 2 - - uid: 9274 + - uid: 3679 components: - type: Transform - pos: 15.5,-41.5 + pos: -46.5,2.5 parent: 2 -- proto: StationMap - entities: - - uid: 7757 + - uid: 3680 components: - type: Transform - pos: 3.5,-2.5 + pos: -46.5,1.5 parent: 2 - - uid: 7758 + - uid: 3681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-12.5 + pos: -46.5,0.5 parent: 2 - - uid: 7759 + - uid: 3682 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-13.5 + pos: -44.5,0.5 parent: 2 - - uid: 7760 + - uid: 3683 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-34.5 + pos: -44.5,3.5 parent: 2 -- proto: StationMapBroken - entities: - - uid: 8624 + - uid: 3684 components: - type: Transform - pos: 37.5,-4.5 + pos: -43.5,-0.5 parent: 2 -- proto: SteelBench - entities: - - uid: 7591 + - uid: 3685 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-67.5 + pos: -42.5,-0.5 parent: 2 - - uid: 7596 + - uid: 3686 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-67.5 + pos: -41.5,-0.5 parent: 2 - - uid: 7642 + - uid: 3687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-35.5 + pos: -40.5,-0.5 parent: 2 - - uid: 7643 + - uid: 3688 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-35.5 + pos: -39.5,-0.5 parent: 2 - - uid: 8640 + - uid: 3689 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-40.5 + pos: -45.5,0.5 parent: 2 - - uid: 8992 + - uid: 3690 components: - type: Transform - pos: -21.5,17.5 + pos: -43.5,-1.5 parent: 2 -- proto: Stool - entities: - - uid: 118 + - uid: 3691 components: - type: Transform - pos: 16.5,-35.5 + pos: -43.5,-2.5 parent: 2 -- proto: StoolBar - entities: - - uid: 1613 + - uid: 3692 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-32.5 + pos: -43.5,-3.5 parent: 2 - - uid: 1614 + - uid: 3693 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-32.5 + pos: -43.5,-4.5 parent: 2 - - uid: 1615 + - uid: 3694 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-32.5 + pos: -43.5,-5.5 parent: 2 - - uid: 1616 + - uid: 3695 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-32.5 + pos: -43.5,-6.5 parent: 2 -- proto: StorageCanister - entities: - - uid: 3100 + - uid: 3696 components: - type: Transform - pos: -1.5,31.5 + pos: -43.5,-7.5 parent: 2 - - uid: 8605 + - uid: 3697 components: - type: Transform - pos: -33.5,-15.5 + pos: -43.5,-8.5 parent: 2 - - uid: 8606 + - uid: 3698 components: - type: Transform - pos: -30.5,-14.5 + pos: -44.5,-0.5 parent: 2 -- proto: Stunbaton - entities: - - uid: 8050 + - uid: 3699 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.11504,8.632569 + pos: -44.5,4.5 parent: 2 -- proto: SubstationBasic - entities: - - uid: 2992 + - uid: 3700 components: - type: Transform - pos: -7.5,30.5 + pos: -44.5,5.5 parent: 2 - - uid: 3189 + - uid: 3701 components: - type: Transform - pos: -43.5,6.5 + pos: -44.5,6.5 parent: 2 - - uid: 3206 + - uid: 3702 components: - type: Transform - pos: -37.5,-3.5 + pos: -43.5,6.5 parent: 2 - - uid: 3262 + - uid: 3703 components: - type: Transform - pos: 10.5,-24.5 + pos: -42.5,-8.5 parent: 2 - - uid: 3295 + - uid: 3704 components: - type: Transform - pos: 33.5,-6.5 + pos: -41.5,-8.5 parent: 2 - - uid: 3371 + - uid: 3705 components: - type: Transform - pos: 10.5,-4.5 + pos: -40.5,-8.5 parent: 2 - - uid: 3378 + - uid: 3706 components: - type: Transform - pos: 44.5,6.5 + pos: -40.5,-7.5 parent: 2 -- proto: SurveillanceCameraGeneral - entities: - - uid: 6090 + - uid: 3707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-15.5 + pos: -40.5,-6.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Dorms - - uid: 6091 + - uid: 3708 components: - type: Transform - pos: 1.5,-6.5 + pos: -40.5,-5.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Central Room South - - uid: 6093 + - uid: 3709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,16.5 + pos: -40.5,-4.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Showroom Hall - - uid: 6100 + - uid: 3710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,5.5 + pos: -39.5,-4.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Central Room North - - uid: 6119 + - uid: 3711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-12.5 + pos: -38.5,-4.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Cryo North - - uid: 6123 + - uid: 3712 components: - type: Transform - pos: -3.5,21.5 + pos: -37.5,-4.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Elevator Lobby - - uid: 9423 + - uid: 3713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-20.5 + pos: -37.5,-3.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Cryo South - - uid: 9601 + - uid: 3714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-22.5 + pos: -39.5,-8.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Clothing Room Central - - uid: 9645 + - uid: 3715 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-31.5 + pos: -38.5,-8.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Memorial Circle East - - uid: 9646 + - uid: 3716 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-31.5 + pos: -43.5,-10.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Memorial Circle West - - uid: 9647 + - uid: 3717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-30.5 + pos: -43.5,-11.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Bar - - uid: 9648 + - uid: 3718 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-42.5 + pos: -43.5,-12.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Clothing Room East - - uid: 9649 + - uid: 3719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,-42.5 + pos: -43.5,-13.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Clothing Room West - - uid: 9650 + - uid: 3720 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-63.5 + pos: -43.5,-14.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Docks West - - uid: 9651 + - uid: 3721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-63.5 + pos: -43.5,-15.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Docks East - - uid: 9652 + - uid: 3722 components: - type: Transform - pos: 0.5,-48.5 + pos: -43.5,-16.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Docks North - - uid: 9653 + - uid: 3723 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,0.5 + pos: -43.5,-17.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Science-Cargo Hall - - uid: 9654 + - uid: 3724 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,9.5 + pos: -43.5,-18.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Science - - uid: 9655 + - uid: 3725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-5.5 + pos: -43.5,-19.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Cargo - - uid: 9656 + - uid: 3726 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,0.5 + pos: -43.5,-20.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Upper Corner East - - uid: 9657 + - uid: 3727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-11.5 + pos: -43.5,-21.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Engineering Hall - - uid: 9658 + - uid: 3728 components: - type: Transform - pos: 43.5,-23.5 + pos: -43.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Lower Corner East - - uid: 9659 + - uid: 3729 components: - type: Transform - pos: 51.5,-14.5 + pos: 9.5,-33.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Engineering - - uid: 9660 + - uid: 3730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-39.5 + pos: -42.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Lowest Corner East - - uid: 9661 + - uid: 3731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,1.5 + pos: -41.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Security-Medical Hall - - uid: 9662 + - uid: 3732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,10.5 + pos: -40.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Security - - uid: 9663 + - uid: 3733 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,17.5 + pos: -39.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Holding Cell - - uid: 9664 + - uid: 3734 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,0.5 + pos: -38.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Upper Corner West - - uid: 9665 + - uid: 3735 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-11.5 + pos: -37.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Command Hall - - uid: 9666 + - uid: 3736 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-9.5 + pos: -36.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Command - - uid: 9667 + - uid: 3737 components: - type: Transform - pos: -43.5,-23.5 + pos: -35.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Lower Corner West - - uid: 9668 + - uid: 3738 components: - type: Transform - pos: -33.5,-40.5 + pos: -34.5,-22.5 parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Lowest Corner West -- proto: SurveillanceCameraRouterGeneral - entities: - - uid: 8880 + - uid: 3739 components: - type: Transform - pos: 8.5,35.5 + pos: -33.5,-22.5 parent: 2 -- proto: Syringe - entities: - - uid: 7823 + - uid: 3740 components: - type: Transform - pos: 16.902483,8.569703 + pos: -33.5,-23.5 parent: 2 - - uid: 7969 + - uid: 3741 components: - type: Transform - pos: -34.44874,-8.360705 + pos: -33.5,-24.5 parent: 2 -- proto: Table - entities: - - uid: 1011 + - uid: 3742 components: - type: Transform - pos: 30.5,-3.5 + pos: -33.5,-25.5 parent: 2 - - uid: 1012 + - uid: 3743 components: - type: Transform - pos: 31.5,-3.5 + pos: -33.5,-26.5 parent: 2 - - uid: 1013 + - uid: 3744 components: - type: Transform - pos: 31.5,-4.5 + pos: -33.5,-27.5 parent: 2 - - uid: 1020 + - uid: 3745 components: - type: Transform - pos: 31.5,-5.5 + pos: -33.5,-28.5 parent: 2 - - uid: 1057 + - uid: 3746 components: - type: Transform - pos: 15.5,-6.5 + pos: -33.5,-29.5 parent: 2 - - uid: 1065 + - uid: 3747 components: - type: Transform - pos: 16.5,-6.5 + pos: -33.5,-30.5 parent: 2 - - uid: 1066 + - uid: 3748 components: - type: Transform - pos: 16.5,-3.5 + pos: -33.5,-31.5 parent: 2 - - uid: 1081 + - uid: 3749 components: - type: Transform - pos: 20.5,-6.5 + pos: -33.5,-32.5 parent: 2 - - uid: 1082 + - uid: 3750 components: - type: Transform - pos: 20.5,-5.5 + pos: -33.5,-33.5 parent: 2 - - uid: 1163 + - uid: 3751 components: - type: Transform - pos: 16.5,8.5 + pos: -33.5,-34.5 parent: 2 - - uid: 1164 + - uid: 3752 components: - type: Transform - pos: 17.5,8.5 + pos: -33.5,-35.5 parent: 2 - - uid: 1166 + - uid: 3753 components: - type: Transform - pos: 15.5,2.5 + pos: -33.5,-36.5 parent: 2 - - uid: 1167 + - uid: 3754 components: - type: Transform - pos: 16.5,2.5 + pos: -33.5,-37.5 parent: 2 - - uid: 1168 + - uid: 3755 components: - type: Transform - pos: 16.5,3.5 + pos: -33.5,-38.5 parent: 2 - - uid: 1455 + - uid: 3756 components: - type: Transform - pos: 52.5,-8.5 + pos: -33.5,-39.5 parent: 2 - - uid: 1457 + - uid: 3757 components: - type: Transform - pos: 48.5,-14.5 + pos: -32.5,-39.5 parent: 2 - - uid: 1458 + - uid: 3758 components: - type: Transform - pos: 49.5,-14.5 + pos: -31.5,-39.5 parent: 2 - - uid: 1459 + - uid: 3759 components: - type: Transform - pos: 52.5,-9.5 + pos: -30.5,-39.5 parent: 2 - - uid: 1881 + - uid: 3760 components: - type: Transform - pos: -17.5,-3.5 + pos: -29.5,-39.5 parent: 2 - - uid: 1882 + - uid: 3761 components: - type: Transform - pos: -17.5,-4.5 + pos: -28.5,-39.5 parent: 2 - - uid: 1883 + - uid: 3762 components: - type: Transform - pos: -18.5,-7.5 + pos: -27.5,-39.5 parent: 2 - - uid: 1884 + - uid: 3763 components: - type: Transform - pos: -18.5,-8.5 + pos: -26.5,-39.5 parent: 2 - - uid: 1885 + - uid: 3764 components: - type: Transform - pos: -17.5,-8.5 + pos: -25.5,-39.5 parent: 2 - - uid: 1886 + - uid: 3765 components: - type: Transform - pos: -13.5,-5.5 + pos: -24.5,-39.5 parent: 2 - - uid: 1887 + - uid: 3766 components: - type: Transform - pos: -14.5,-5.5 + pos: -23.5,-39.5 parent: 2 - - uid: 1927 + - uid: 3767 components: - type: Transform - pos: -35.5,-3.5 + pos: -22.5,-39.5 parent: 2 - - uid: 1928 + - uid: 3768 components: - type: Transform - pos: -34.5,-3.5 + pos: -21.5,-39.5 parent: 2 - - uid: 1930 + - uid: 3769 components: - type: Transform - pos: -31.5,-8.5 + pos: -20.5,-39.5 parent: 2 - - uid: 1931 + - uid: 3770 components: - type: Transform - pos: -32.5,-8.5 + pos: -19.5,-39.5 parent: 2 - - uid: 1932 + - uid: 3771 components: - type: Transform - pos: -32.5,-7.5 + pos: -18.5,-39.5 parent: 2 - - uid: 1978 + - uid: 3772 components: - type: Transform - pos: -20.5,-8.5 + pos: -17.5,-39.5 parent: 2 - - uid: 1979 + - uid: 3773 components: - type: Transform - pos: -21.5,-8.5 + pos: -16.5,-39.5 parent: 2 - - uid: 2061 + - uid: 3774 components: - type: Transform - pos: -26.5,6.5 + pos: -15.5,-39.5 parent: 2 - - uid: 2062 + - uid: 3775 components: - type: Transform - pos: -26.5,7.5 + pos: -14.5,-39.5 parent: 2 - - uid: 2063 + - uid: 3776 components: - type: Transform - pos: -22.5,6.5 + pos: -13.5,-39.5 parent: 2 - - uid: 2070 + - uid: 3777 components: - type: Transform - pos: -28.5,7.5 + pos: -12.5,-39.5 parent: 2 - - uid: 2071 + - uid: 3778 components: - type: Transform - pos: -22.5,7.5 + pos: -11.5,-39.5 parent: 2 - - uid: 2072 + - uid: 3779 components: - type: Transform - pos: -28.5,6.5 + pos: -10.5,-39.5 parent: 2 - - uid: 2073 + - uid: 3780 components: - type: Transform - pos: -20.5,7.5 + pos: -6.5,-1.5 parent: 2 - - uid: 2074 + - uid: 3781 components: - type: Transform - pos: -20.5,6.5 + pos: -6.5,-2.5 parent: 2 - - uid: 2094 + - uid: 3782 components: - type: Transform - pos: -34.5,7.5 + pos: -6.5,-3.5 parent: 2 - - uid: 2095 + - uid: 3783 components: - type: Transform - pos: -34.5,8.5 + pos: -6.5,-4.5 parent: 2 - - uid: 2096 + - uid: 3784 components: - type: Transform - pos: -33.5,8.5 + pos: -5.5,-4.5 parent: 2 - - uid: 2097 + - uid: 3785 components: - type: Transform - pos: -32.5,8.5 + pos: -5.5,-5.5 parent: 2 - - uid: 2098 + - uid: 3786 components: - type: Transform - pos: -35.5,2.5 + pos: -4.5,-5.5 parent: 2 - - uid: 2101 + - uid: 3787 components: - type: Transform - pos: -41.5,7.5 + pos: -3.5,-5.5 parent: 2 - - uid: 2102 + - uid: 3788 components: - type: Transform - pos: -41.5,6.5 + pos: -2.5,-5.5 parent: 2 - - uid: 2103 + - uid: 3789 components: - type: Transform - pos: -38.5,8.5 + pos: -1.5,-5.5 parent: 2 - - uid: 2104 + - uid: 3790 components: - type: Transform - pos: -39.5,8.5 + pos: -0.5,-5.5 parent: 2 - - uid: 2128 + - uid: 3791 components: - type: Transform - pos: -23.5,13.5 + pos: 0.5,-5.5 parent: 2 - - uid: 2252 + - uid: 3792 components: - type: Transform - pos: -24.5,12.5 + pos: 1.5,-5.5 parent: 2 - - uid: 2342 + - uid: 3793 components: - type: Transform - pos: -32.5,4.5 + pos: 2.5,-5.5 parent: 2 - - uid: 2343 + - uid: 3794 components: - type: Transform - pos: -33.5,4.5 + pos: 3.5,-5.5 parent: 2 - - uid: 3066 + - uid: 3795 components: - type: Transform - pos: -5.5,21.5 + pos: 4.5,-5.5 parent: 2 - - uid: 3067 + - uid: 3796 components: - type: Transform - pos: 4.5,21.5 + pos: 4.5,-4.5 parent: 2 - - uid: 7574 + - uid: 3797 components: - type: Transform - pos: -8.5,-50.5 + pos: 5.5,-4.5 parent: 2 - - uid: 7640 + - uid: 3798 components: - type: Transform - pos: 7.5,-50.5 + pos: 5.5,-3.5 parent: 2 - - uid: 7801 + - uid: 3799 components: - type: Transform - pos: 25.5,-3.5 + pos: 5.5,-2.5 parent: 2 - - uid: 7910 + - uid: 3800 components: - type: Transform - pos: 45.5,-14.5 + pos: 5.5,-1.5 parent: 2 - - uid: 7957 + - uid: 3801 components: - type: Transform - pos: -35.5,0.5 + pos: -0.5,-6.5 parent: 2 - - uid: 8131 + - uid: 3802 components: - type: Transform - pos: -20.5,-7.5 + pos: -0.5,-7.5 parent: 2 - - uid: 8267 + - uid: 3803 components: - type: Transform - pos: -11.5,-32.5 + pos: -0.5,-8.5 parent: 2 - - uid: 8541 + - uid: 3804 components: - type: Transform - pos: 39.5,5.5 + pos: -0.5,-9.5 parent: 2 - - uid: 8556 + - uid: 3805 components: - type: Transform - pos: 35.5,-8.5 + pos: -0.5,-10.5 parent: 2 - - uid: 8575 + - uid: 3806 components: - type: Transform - pos: 6.5,-29.5 + pos: -0.5,-11.5 parent: 2 - - uid: 8576 + - uid: 3807 components: - type: Transform - pos: 5.5,-29.5 + pos: -0.5,-12.5 parent: 2 - - uid: 8632 + - uid: 3808 components: - type: Transform - pos: -37.5,-5.5 + pos: -0.5,-13.5 parent: 2 - - uid: 8743 + - uid: 3809 components: - type: Transform - pos: -24.5,13.5 + pos: -0.5,-14.5 parent: 2 - - uid: 8748 + - uid: 3810 components: - type: Transform - pos: -22.5,17.5 + pos: -0.5,-15.5 parent: 2 - - uid: 9067 + - uid: 3811 components: - type: Transform - pos: -25.5,17.5 + pos: -0.5,-16.5 parent: 2 - - uid: 9068 + - uid: 3812 components: - type: Transform - pos: -26.5,17.5 + pos: -0.5,-17.5 parent: 2 - - uid: 9382 + - uid: 3813 components: - type: Transform - pos: -35.5,-19.5 + pos: -0.5,-18.5 parent: 2 -- proto: TableCarpet - entities: - - uid: 378 + - uid: 3814 components: - type: Transform - pos: -16.5,-15.5 + pos: -0.5,-19.5 parent: 2 - - uid: 7624 + - uid: 3815 components: - type: Transform - pos: -0.5,-43.5 + pos: -0.5,-20.5 parent: 2 - - uid: 8027 + - uid: 3816 components: - type: Transform - pos: -42.5,11.5 + pos: -0.5,-21.5 parent: 2 - - uid: 8031 + - uid: 3817 components: - type: Transform - pos: -42.5,12.5 + pos: -0.5,-22.5 parent: 2 -- proto: TableCounterMetal - entities: - - uid: 382 + - uid: 3818 components: - type: Transform - pos: 2.5,-21.5 + pos: -0.5,-23.5 parent: 2 - - uid: 404 + - uid: 3819 components: - type: Transform - pos: 1.5,-21.5 + pos: -0.5,-24.5 parent: 2 - - uid: 406 + - uid: 3820 components: - type: Transform - pos: -4.5,-24.5 + pos: -0.5,-25.5 parent: 2 - - uid: 410 + - uid: 3821 components: - type: Transform - pos: -4.5,-23.5 + pos: -0.5,-26.5 parent: 2 - - uid: 9235 + - uid: 3822 components: - type: Transform - pos: 16.5,-44.5 + pos: 0.5,-26.5 parent: 2 - - uid: 9236 + - uid: 3823 components: - type: Transform - pos: 16.5,-43.5 + pos: 1.5,-26.5 parent: 2 - - uid: 9244 + - uid: 3824 components: - type: Transform - pos: -15.5,-44.5 + pos: 2.5,-26.5 parent: 2 - - uid: 9245 + - uid: 3825 components: - type: Transform - pos: -16.5,-44.5 + pos: 3.5,-26.5 parent: 2 -- proto: TableCounterWood - entities: - - uid: 480 + - uid: 3826 components: - type: Transform - pos: 13.5,-31.5 + pos: 3.5,-27.5 parent: 2 - - uid: 483 + - uid: 3827 components: - type: Transform - pos: 16.5,-31.5 + pos: 4.5,-27.5 parent: 2 - - uid: 485 + - uid: 3828 components: - type: Transform - pos: 15.5,-31.5 + pos: 5.5,-27.5 parent: 2 - - uid: 486 + - uid: 3829 components: - type: Transform - pos: 14.5,-31.5 + pos: 6.5,-27.5 parent: 2 - - uid: 1023 + - uid: 3830 components: - type: Transform - pos: 31.5,-10.5 + pos: 7.5,-27.5 parent: 2 - - uid: 2153 + - uid: 3831 components: - type: Transform - pos: -16.5,8.5 + pos: 8.5,-27.5 parent: 2 - - uid: 2523 + - uid: 3832 components: - type: Transform - pos: -56.5,-12.5 + pos: 9.5,-27.5 parent: 2 - - uid: 2524 + - uid: 3833 components: - type: Transform - pos: -56.5,-11.5 + pos: 9.5,-26.5 parent: 2 - - uid: 2525 + - uid: 3834 components: - type: Transform - pos: -56.5,-10.5 + pos: 9.5,-25.5 parent: 2 - - uid: 6178 + - uid: 3835 components: - type: Transform - pos: -56.5,-13.5 + pos: 9.5,-24.5 parent: 2 -- proto: TableFancyBlue - entities: - - uid: 7609 + - uid: 3836 components: - type: Transform - pos: -51.5,-10.5 + pos: 10.5,-24.5 parent: 2 - - uid: 7610 + - uid: 3837 components: - type: Transform - pos: -52.5,-10.5 + pos: 8.5,-28.5 parent: 2 - - uid: 7611 + - uid: 3838 components: - type: Transform - pos: -53.5,-12.5 + pos: 8.5,-29.5 parent: 2 - - uid: 7612 + - uid: 3839 components: - type: Transform - pos: -53.5,-11.5 + pos: 8.5,-30.5 parent: 2 - - uid: 7622 + - uid: 3840 components: - type: Transform - pos: -52.5,-12.5 + pos: 8.5,-31.5 parent: 2 - - uid: 7623 + - uid: 3841 components: - type: Transform - pos: -53.5,-10.5 + pos: 8.5,-32.5 parent: 2 - - uid: 7630 + - uid: 3842 components: - type: Transform - pos: -51.5,-12.5 + pos: -0.5,-27.5 parent: 2 - - uid: 7631 + - uid: 3843 components: - type: Transform - pos: -51.5,-11.5 + pos: -0.5,-28.5 parent: 2 - - uid: 8588 + - uid: 3844 components: - type: Transform - pos: -52.5,5.5 + pos: -0.5,-29.5 parent: 2 - - uid: 8974 + - uid: 3845 components: - type: Transform - pos: -51.5,5.5 + pos: -0.5,-30.5 parent: 2 - - uid: 8975 + - uid: 3846 components: - type: Transform - pos: -53.5,5.5 + pos: -0.5,-31.5 parent: 2 - - uid: 8977 + - uid: 3847 components: - type: Transform - pos: -53.5,4.5 + pos: 0.5,-31.5 parent: 2 -- proto: TableFancyCyan - entities: - - uid: 8528 + - uid: 3848 components: - type: Transform - pos: -26.5,-17.5 + pos: 0.5,-32.5 parent: 2 - - uid: 8978 + - uid: 3849 components: - type: Transform - pos: -55.5,-26.5 + pos: -1.5,-32.5 parent: 2 -- proto: TableFancyPink - entities: - - uid: 7632 + - uid: 3850 components: - type: Transform - pos: -7.5,-18.5 + pos: -1.5,-31.5 parent: 2 -- proto: TableFancyRed - entities: - - uid: 3348 + - uid: 3851 components: - type: Transform - pos: 60.5,-14.5 + pos: 1.5,-32.5 parent: 2 -- proto: TableReinforced - entities: - - uid: 226 + - uid: 3852 components: - type: Transform - pos: 5.5,-18.5 + pos: 2.5,-32.5 parent: 2 - - uid: 227 + - uid: 3853 components: - type: Transform - pos: 5.5,-14.5 + pos: 3.5,-32.5 parent: 2 - - uid: 1258 + - uid: 3854 components: - type: Transform - pos: 26.5,4.5 + pos: 4.5,-32.5 parent: 2 - - uid: 1259 + - uid: 3855 components: - type: Transform - pos: 26.5,5.5 + pos: 5.5,-32.5 parent: 2 - - uid: 1260 + - uid: 3856 components: - type: Transform - pos: 24.5,4.5 + pos: 6.5,-32.5 parent: 2 - - uid: 1388 + - uid: 3857 components: - type: Transform - pos: 46.5,-5.5 + pos: 7.5,-32.5 parent: 2 - - uid: 1389 + - uid: 3858 components: - type: Transform - pos: 46.5,-4.5 + pos: 9.5,-32.5 parent: 2 - - uid: 1390 + - uid: 3859 components: - type: Transform - pos: 46.5,-3.5 + pos: 9.5,-34.5 parent: 2 - - uid: 1392 + - uid: 3860 components: - type: Transform - pos: 48.5,-16.5 + pos: 9.5,-35.5 parent: 2 - - uid: 1393 + - uid: 3861 components: - type: Transform - pos: 53.5,-6.5 + pos: 9.5,-36.5 parent: 2 - - uid: 1394 + - uid: 3862 components: - type: Transform - pos: 51.5,-2.5 + pos: 9.5,-37.5 parent: 2 - - uid: 1395 + - uid: 3863 components: - type: Transform - pos: 51.5,-3.5 + pos: 9.5,-38.5 parent: 2 - - uid: 1425 + - uid: 3865 components: - type: Transform - pos: 52.5,-6.5 + pos: -2.5,-32.5 parent: 2 - - uid: 1426 + - uid: 3866 components: - type: Transform - pos: 51.5,-20.5 + pos: -3.5,-32.5 parent: 2 - - uid: 1427 + - uid: 3867 components: - type: Transform - pos: 52.5,-20.5 + pos: -4.5,-32.5 parent: 2 - - uid: 1428 + - uid: 3868 components: - type: Transform - pos: 47.5,-16.5 + pos: -5.5,-32.5 parent: 2 - - uid: 1429 + - uid: 3869 components: - type: Transform - pos: 46.5,-16.5 + pos: -6.5,-32.5 parent: 2 - - uid: 1430 + - uid: 3870 components: - type: Transform - pos: 46.5,-18.5 + pos: -7.5,-32.5 parent: 2 - - uid: 1805 + - uid: 3871 components: - type: Transform - pos: -0.5,1.5 + pos: -8.5,-32.5 parent: 2 - - uid: 1806 + - uid: 3872 components: - type: Transform - pos: 0.5,1.5 + pos: -9.5,-32.5 parent: 2 - - uid: 1807 + - uid: 3873 components: - type: Transform - pos: -2.5,1.5 + pos: -10.5,-32.5 parent: 2 - - uid: 1808 + - uid: 3874 components: - type: Transform - pos: -2.5,0.5 + pos: -10.5,-33.5 parent: 2 - - uid: 1814 + - uid: 3875 components: - type: Transform - pos: -1.5,-2.5 + pos: -10.5,-34.5 parent: 2 - - uid: 1989 + - uid: 3876 components: - type: Transform - pos: -22.5,-11.5 + pos: -10.5,-35.5 parent: 2 - - uid: 2390 + - uid: 3877 components: - type: Transform - pos: -27.5,21.5 + pos: -10.5,-36.5 parent: 2 - - uid: 2398 + - uid: 3878 components: - type: Transform - pos: -28.5,21.5 + pos: -10.5,-37.5 parent: 2 - - uid: 3137 + - uid: 3879 components: - type: Transform - pos: 6.5,38.5 + pos: -10.5,-38.5 parent: 2 - - uid: 3138 + - uid: 6120 components: - type: Transform - pos: 6.5,37.5 + pos: 3.5,35.5 parent: 2 - - uid: 7798 + - uid: 6121 components: - type: Transform - pos: -0.5,-2.5 + pos: 1.5,35.5 parent: 2 - - uid: 8590 + - uid: 7692 components: - type: Transform - pos: 11.5,-8.5 + pos: 1.5,13.5 parent: 2 - - uid: 8609 + - uid: 7693 components: - type: Transform - pos: -38.5,-12.5 + pos: 1.5,16.5 parent: 2 - - uid: 8610 + - uid: 7700 components: - type: Transform - pos: -37.5,-12.5 + pos: 1.5,12.5 parent: 2 - - uid: 8655 + - uid: 7701 components: - type: Transform - pos: 0.5,0.5 + pos: 1.5,15.5 parent: 2 - - uid: 9374 + - uid: 7702 components: - type: Transform - pos: -40.5,-19.5 + pos: 1.5,14.5 parent: 2 - - uid: 9460 + - uid: 7703 components: - type: Transform - pos: -32.5,-18.5 + pos: 1.5,11.5 parent: 2 - - uid: 9467 + - uid: 7704 components: - type: Transform - pos: -30.5,-18.5 + pos: 0.5,11.5 parent: 2 - - uid: 9468 + - uid: 7705 components: - type: Transform - pos: -31.5,-18.5 + pos: -1.5,11.5 parent: 2 - - uid: 9531 + - uid: 7706 components: - type: Transform - pos: 6.5,27.5 + pos: -2.5,11.5 parent: 2 - - uid: 9532 + - uid: 7707 components: - type: Transform - pos: 7.5,27.5 + pos: -2.5,12.5 parent: 2 - - uid: 9579 + - uid: 7708 components: - type: Transform - pos: -0.5,38.5 + pos: -2.5,13.5 parent: 2 - - uid: 9636 + - uid: 7709 components: - type: Transform - pos: 5.5,38.5 + pos: -2.5,14.5 parent: 2 -- proto: TableReinforcedGlass - entities: - - uid: 115 + - uid: 7710 components: - type: Transform - pos: 17.5,-35.5 + pos: -2.5,15.5 parent: 2 - - uid: 1256 + - uid: 7711 components: - type: Transform - pos: 23.5,9.5 + pos: -2.5,16.5 parent: 2 - - uid: 1257 + - uid: 7712 components: - type: Transform - pos: 23.5,8.5 + pos: -2.5,17.5 parent: 2 - - uid: 1635 + - uid: 7713 components: - type: Transform - pos: 13.5,-36.5 + pos: -2.5,18.5 parent: 2 - - uid: 1965 + - uid: 7714 components: - type: Transform - pos: -23.5,-8.5 + pos: -1.5,18.5 parent: 2 - - uid: 1966 + - uid: 9585 components: - type: Transform - pos: -23.5,-9.5 + pos: 7.5,35.5 parent: 2 - - uid: 1967 + - uid: 9627 components: - type: Transform - pos: -27.5,-5.5 + pos: 7.5,37.5 parent: 2 - - uid: 1973 + - uid: 9628 components: - type: Transform - pos: -25.5,-11.5 + pos: 4.5,35.5 parent: 2 - - uid: 1974 + - uid: 9629 components: - type: Transform - pos: -25.5,-12.5 + pos: 5.5,35.5 parent: 2 - - uid: 1975 + - uid: 9630 components: - type: Transform - pos: -25.5,-13.5 + pos: 6.5,35.5 parent: 2 - - uid: 1976 + - uid: 9631 components: - type: Transform - pos: -24.5,-13.5 + pos: 7.5,36.5 parent: 2 - - uid: 7745 + - uid: 9634 components: - type: Transform - pos: 4.5,-6.5 + pos: 7.5,38.5 parent: 2 - - uid: 7775 +- proto: CableHVStack10 + entities: + - uid: 8634 components: - type: Transform - pos: -6.5,5.5 + pos: -37.658268,-5.334872 parent: 2 - - uid: 7945 +- proto: CableMV + entities: + - uid: 2537 components: - type: Transform - pos: 31.5,-30.5 + pos: 1.5,1.5 parent: 2 - - uid: 8163 + - uid: 3888 components: - type: Transform - pos: -42.5,-18.5 + pos: -7.5,-52.5 parent: 2 -- proto: TableStone - entities: - - uid: 191 + - uid: 3898 components: - type: Transform - pos: -5.5,14.5 + pos: -7.5,30.5 parent: 2 - - uid: 3005 + - uid: 3899 components: - type: Transform - pos: -5.5,13.5 + pos: -8.5,30.5 parent: 2 - - uid: 3006 + - uid: 3900 components: - type: Transform - pos: 4.5,14.5 + pos: -8.5,29.5 parent: 2 - - uid: 3007 + - uid: 3901 components: - type: Transform - pos: 2.5,15.5 + pos: -8.5,28.5 parent: 2 - - uid: 3008 + - uid: 3902 components: - type: Transform - pos: 2.5,14.5 + pos: -8.5,27.5 parent: 2 - - uid: 3015 + - uid: 3903 components: - type: Transform - pos: -3.5,14.5 + pos: -8.5,26.5 parent: 2 - - uid: 3016 + - uid: 3904 components: - type: Transform - pos: -3.5,15.5 + pos: -8.5,25.5 parent: 2 - - uid: 3017 + - uid: 3905 components: - type: Transform - pos: 4.5,13.5 + pos: -8.5,24.5 parent: 2 - - uid: 3037 + - uid: 3906 components: - type: Transform - pos: -5.5,15.5 + pos: -8.5,23.5 parent: 2 - - uid: 3043 + - uid: 3907 components: - type: Transform - pos: 4.5,15.5 + pos: -8.5,22.5 parent: 2 - - uid: 3051 + - uid: 3908 components: - type: Transform - pos: 2.5,11.5 + pos: -7.5,26.5 parent: 2 - - uid: 3052 + - uid: 3909 components: - type: Transform - pos: 2.5,18.5 + pos: -6.5,26.5 parent: 2 - - uid: 3053 + - uid: 3910 components: - type: Transform - pos: -3.5,11.5 + pos: -5.5,26.5 parent: 2 - - uid: 3054 + - uid: 3911 components: - type: Transform - pos: -3.5,18.5 + pos: -4.5,26.5 parent: 2 -- proto: TableWood - entities: - - uid: 371 + - uid: 3912 components: - type: Transform - pos: -7.5,-10.5 + pos: -3.5,26.5 parent: 2 - - uid: 385 + - uid: 3913 components: - type: Transform - pos: -12.5,-21.5 + pos: -3.5,25.5 parent: 2 - - uid: 389 + - uid: 3914 components: - type: Transform - pos: -12.5,-11.5 + pos: -3.5,24.5 parent: 2 - - uid: 396 + - uid: 3915 components: - type: Transform - pos: -15.5,-20.5 + pos: 10.5,-4.5 parent: 2 - - uid: 397 + - uid: 3916 components: - type: Transform - pos: -15.5,-12.5 + pos: 10.5,-5.5 parent: 2 - - uid: 464 + - uid: 3917 components: - type: Transform - pos: 21.5,-14.5 + pos: 11.5,-5.5 parent: 2 - - uid: 468 + - uid: 3918 components: - type: Transform - pos: 26.5,-14.5 + pos: 12.5,-5.5 parent: 2 - - uid: 491 + - uid: 3919 components: - type: Transform - pos: 16.5,-28.5 + pos: 13.5,-5.5 parent: 2 - - uid: 493 + - uid: 3920 components: - type: Transform - pos: 15.5,-28.5 + pos: 13.5,-4.5 parent: 2 - - uid: 495 + - uid: 3921 components: - type: Transform - pos: 14.5,-28.5 + pos: 13.5,-3.5 parent: 2 - - uid: 951 + - uid: 3922 components: - type: Transform - pos: 26.5,-11.5 + pos: 13.5,-2.5 parent: 2 - - uid: 953 + - uid: 3923 components: - type: Transform - pos: 19.5,-12.5 + pos: 13.5,-1.5 parent: 2 - - uid: 954 + - uid: 3924 components: - type: Transform - pos: 22.5,-14.5 + pos: 13.5,-0.5 parent: 2 - - uid: 1029 + - uid: 3925 components: - type: Transform - pos: 27.5,-14.5 + pos: 12.5,-0.5 parent: 2 - - uid: 1053 + - uid: 3926 components: - type: Transform - pos: 26.5,-12.5 + pos: 11.5,-0.5 parent: 2 - - uid: 1180 + - uid: 3927 components: - type: Transform - pos: 30.5,9.5 + pos: 10.5,-0.5 parent: 2 - - uid: 1182 + - uid: 3928 components: - type: Transform - pos: 30.5,8.5 + pos: 9.5,-0.5 parent: 2 - - uid: 1183 + - uid: 3929 components: - type: Transform - pos: 30.5,7.5 + pos: 8.5,-0.5 parent: 2 - - uid: 1235 + - uid: 3930 components: - type: Transform - pos: 35.5,9.5 + pos: 7.5,-0.5 parent: 2 - - uid: 1236 + - uid: 3931 components: - type: Transform - pos: 36.5,9.5 + pos: 6.5,-0.5 parent: 2 - - uid: 1467 + - uid: 3932 components: - type: Transform - pos: 55.5,-11.5 + pos: 5.5,-0.5 parent: 2 - - uid: 1468 + - uid: 3933 components: - type: Transform - pos: 56.5,-11.5 + pos: 4.5,-0.5 parent: 2 - - uid: 1469 + - uid: 3934 components: - type: Transform - pos: 57.5,-11.5 + pos: 3.5,-0.5 parent: 2 - - uid: 1470 + - uid: 3935 components: - type: Transform - pos: 55.5,-13.5 + pos: 2.5,-0.5 parent: 2 - - uid: 1500 + - uid: 3937 components: - type: Transform - pos: 55.5,-15.5 + pos: 2.5,1.5 parent: 2 - - uid: 1501 + - uid: 3938 components: - type: Transform - pos: 56.5,-15.5 + pos: 33.5,-6.5 parent: 2 - - uid: 1631 + - uid: 3939 components: - type: Transform - pos: 19.5,-29.5 + pos: 33.5,-7.5 parent: 2 - - uid: 1632 + - uid: 3940 components: - type: Transform - pos: 20.5,-29.5 + pos: 34.5,-7.5 parent: 2 - - uid: 2016 + - uid: 3941 components: - type: Transform - pos: -23.5,-19.5 + pos: 35.5,-7.5 parent: 2 - - uid: 2017 + - uid: 3942 components: - type: Transform - pos: -24.5,-19.5 + pos: 35.5,-6.5 parent: 2 - - uid: 2144 + - uid: 3943 components: - type: Transform - pos: -13.5,8.5 + pos: 35.5,-5.5 parent: 2 - - uid: 2147 + - uid: 3944 components: - type: Transform - pos: -14.5,8.5 + pos: 35.5,-4.5 parent: 2 - - uid: 2274 + - uid: 3945 components: - type: Transform - pos: -16.5,10.5 + pos: 35.5,-3.5 parent: 2 - - uid: 2275 + - uid: 3946 components: - type: Transform - pos: -16.5,11.5 + pos: 35.5,-2.5 parent: 2 - - uid: 2281 + - uid: 3947 components: - type: Transform - pos: -17.5,14.5 + pos: 35.5,-1.5 parent: 2 - - uid: 2282 + - uid: 3948 components: - type: Transform - pos: -16.5,14.5 + pos: 34.5,-1.5 parent: 2 - - uid: 2309 + - uid: 3949 components: - type: Transform - pos: -32.5,10.5 + pos: 33.5,-1.5 parent: 2 - - uid: 2310 + - uid: 3950 components: - type: Transform - pos: -32.5,11.5 + pos: 32.5,-1.5 parent: 2 - - uid: 2311 + - uid: 3951 components: - type: Transform - pos: -32.5,12.5 + pos: 31.5,-1.5 parent: 2 - - uid: 2312 + - uid: 3952 components: - type: Transform - pos: -33.5,12.5 + pos: 30.5,-1.5 parent: 2 - - uid: 2318 + - uid: 3953 components: - type: Transform - pos: -34.5,15.5 + pos: 29.5,-1.5 parent: 2 - - uid: 2319 + - uid: 3954 components: - type: Transform - pos: -33.5,15.5 + pos: 28.5,-1.5 parent: 2 - - uid: 2345 + - uid: 3955 components: - type: Transform - pos: -37.5,11.5 + pos: 27.5,-1.5 parent: 2 - - uid: 2346 + - uid: 3956 components: - type: Transform - pos: -37.5,10.5 + pos: 26.5,-1.5 parent: 2 - - uid: 2353 + - uid: 3957 components: - type: Transform - pos: -38.5,10.5 + pos: 25.5,-1.5 parent: 2 - - uid: 2475 + - uid: 3958 components: - type: Transform - pos: -54.5,-2.5 + pos: 24.5,-1.5 parent: 2 - - uid: 2513 + - uid: 3959 components: - type: Transform - pos: -53.5,-2.5 + pos: 23.5,-1.5 parent: 2 - - uid: 2526 + - uid: 3960 components: - type: Transform - pos: -58.5,-12.5 + pos: 23.5,-2.5 parent: 2 - - uid: 2527 + - uid: 3961 components: - type: Transform - pos: -58.5,-11.5 + pos: 23.5,-3.5 parent: 2 - - uid: 2530 + - uid: 3962 components: - type: Transform - pos: -52.5,-2.5 + pos: 23.5,-4.5 parent: 2 - - uid: 2532 + - uid: 3963 components: - type: Transform - pos: -55.5,-2.5 + pos: 23.5,-5.5 parent: 2 - - uid: 2533 + - uid: 3964 components: - type: Transform - pos: -55.5,-1.5 + pos: 23.5,-6.5 parent: 2 - - uid: 2539 + - uid: 3965 components: - type: Transform - pos: -48.5,-4.5 + pos: 23.5,-7.5 parent: 2 - - uid: 2541 + - uid: 3966 components: - type: Transform - pos: -48.5,-2.5 + pos: 22.5,-7.5 parent: 2 - - uid: 2552 + - uid: 3967 components: - type: Transform - pos: -48.5,-1.5 + pos: 21.5,-7.5 parent: 2 - - uid: 2560 + - uid: 3968 components: - type: Transform - pos: -50.5,-19.5 + pos: 21.5,-8.5 parent: 2 - - uid: 2634 + - uid: 3969 components: - type: Transform - pos: -54.5,1.5 + pos: 21.5,-9.5 parent: 2 - - uid: 2641 + - uid: 3970 components: - type: Transform - pos: -55.5,1.5 + pos: 20.5,-9.5 parent: 2 - - uid: 2680 + - uid: 3971 components: - type: Transform - pos: -50.5,-20.5 + pos: 19.5,-9.5 parent: 2 - - uid: 2681 + - uid: 3972 components: - type: Transform - pos: -50.5,-18.5 + pos: 44.5,6.5 parent: 2 - - uid: 2689 + - uid: 3973 components: - type: Transform - pos: -49.5,-20.5 + pos: 43.5,6.5 parent: 2 - - uid: 2698 + - uid: 3974 components: - type: Transform - pos: -55.5,-21.5 + pos: 43.5,5.5 parent: 2 - - uid: 2699 + - uid: 3975 components: - type: Transform - pos: -55.5,-22.5 + pos: 43.5,4.5 parent: 2 - - uid: 2763 + - uid: 3976 components: - type: Transform - pos: -50.5,-28.5 + pos: 43.5,3.5 parent: 2 - - uid: 2764 + - uid: 3977 components: - type: Transform - pos: -51.5,-28.5 + pos: 42.5,3.5 parent: 2 - - uid: 3343 + - uid: 3978 components: - type: Transform - pos: 53.5,1.5 + pos: 41.5,3.5 parent: 2 - - uid: 3344 + - uid: 3979 components: - type: Transform - pos: 52.5,1.5 + pos: 40.5,3.5 parent: 2 - - uid: 7633 + - uid: 3980 components: - type: Transform - pos: 33.5,-13.5 + pos: 39.5,3.5 parent: 2 - - uid: 7786 + - uid: 3981 components: - type: Transform - pos: 34.5,-13.5 + pos: 38.5,3.5 parent: 2 - - uid: 8054 + - uid: 3982 components: - type: Transform - pos: -49.5,-4.5 + pos: 37.5,3.5 parent: 2 - - uid: 8087 + - uid: 3983 components: - type: Transform - pos: -35.5,11.5 + pos: 36.5,3.5 parent: 2 - - uid: 8096 + - uid: 3984 components: - type: Transform - pos: -35.5,10.5 + pos: 35.5,3.5 parent: 2 - - uid: 8229 + - uid: 3985 components: - type: Transform - pos: -7.5,-22.5 + pos: 34.5,3.5 parent: 2 - - uid: 8613 + - uid: 3986 components: - type: Transform - pos: -31.5,-10.5 + pos: 33.5,3.5 parent: 2 - - uid: 8614 + - uid: 3987 components: - type: Transform - pos: -30.5,-10.5 + pos: 32.5,3.5 parent: 2 - - uid: 8646 + - uid: 3988 components: - type: Transform - pos: 50.5,-0.5 + pos: 31.5,3.5 parent: 2 -- proto: TargetSyndicate - entities: - - uid: 2387 + - uid: 3989 components: - type: Transform - pos: -19.5,20.5 + pos: 30.5,3.5 parent: 2 -- proto: TechnologyDiskRare - entities: - - uid: 7735 + - uid: 3990 components: - type: Transform - pos: 2.5752501,15.498761 + pos: 29.5,3.5 parent: 2 -- proto: TelecomServerFilled - entities: - - uid: 9633 + - uid: 3991 components: - type: Transform - pos: 8.5,38.5 + pos: 28.5,3.5 parent: 2 -- proto: TelescopicShield - entities: - - uid: 3058 + - uid: 3992 components: - type: Transform - pos: -3.5098875,18.597483 + pos: 28.5,2.5 parent: 2 -- proto: ToolboxEmergencyFilled - entities: - - uid: 8570 + - uid: 3993 components: - type: Transform - pos: 32.556385,2.6530209 + pos: 28.5,1.5 parent: 2 -- proto: ToolboxMechanicalFilled - entities: - - uid: 1540 + - uid: 3994 components: - type: Transform - pos: 46.43547,-4.666317 + pos: 28.5,0.5 parent: 2 -- proto: ToyAmongPequeno - entities: - - uid: 9486 + - uid: 3995 components: - type: Transform - pos: 55.732277,3.2603636 + pos: 27.5,0.5 parent: 2 -- proto: ToyNuke - entities: - - uid: 9476 + - uid: 3996 components: - - type: MetaData - desc: The panic button. - name: shutdown - type: Transform - pos: -31.5,-18.5 + pos: 26.5,0.5 parent: 2 -- proto: ToySpawner - entities: - - uid: 7779 + - uid: 3997 components: - type: Transform - pos: 4.5,21.5 + pos: 25.5,0.5 parent: 2 - - uid: 8295 + - uid: 3998 components: - type: Transform - pos: 1.5,-48.5 + pos: 24.5,0.5 parent: 2 - - uid: 8578 + - uid: 3999 components: - type: Transform - pos: 5.5,-29.5 + pos: 23.5,0.5 parent: 2 - - uid: 8599 + - uid: 4000 components: - type: Transform - pos: -40.5,-10.5 + pos: 23.5,1.5 parent: 2 -- proto: TrashBag - entities: - - uid: 9533 + - uid: 4001 components: - type: Transform - pos: 6.199898,27.651148 + pos: 23.5,2.5 parent: 2 -- proto: TrashBananaPeel - entities: - - uid: 8738 + - uid: 4002 components: - type: Transform - pos: 39.567932,3.5566196 + pos: 23.5,3.5 parent: 2 -- proto: trayScanner - entities: - - uid: 1451 + - uid: 4003 components: - type: Transform - pos: 48.714245,-16.436579 + pos: 23.5,4.5 parent: 2 -- proto: TwoWayLever - entities: - - uid: 8256 + - uid: 4004 components: - type: Transform - pos: 4.5,30.5 + pos: 23.5,5.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 8264: - - Middle: Forward - - Right: Off - - Left: Off - 9575: - - Middle: Forward - - Right: Off - - Left: Off - 7974: - - Middle: Forward - - Left: Off - - Right: Off - 3099: - - Middle: Forward - - Right: Off - - Left: Off - 8263: - - Middle: Forward - - Right: Off - - Left: Off - 9576: - - Middle: Forward - - Right: Off - - Left: Off -- proto: UprightPianoInstrument - entities: - - uid: 109 + - uid: 4005 components: - type: Transform - pos: 16.5,-36.5 + pos: 23.5,6.5 parent: 2 -- proto: VendingBarDrobe - entities: - - uid: 1633 + - uid: 4006 components: - type: Transform - pos: 20.5,-32.5 + pos: 23.5,7.5 parent: 2 -- proto: VendingMachineAtmosDrobe - entities: - - uid: 1424 + - uid: 4007 components: - type: Transform - pos: 49.5,-16.5 + pos: 24.5,7.5 parent: 2 -- proto: VendingMachineBooze - entities: - - uid: 1606 + - uid: 4008 components: - type: Transform - pos: 12.5,-28.5 + pos: 25.5,7.5 parent: 2 - - uid: 2528 + - uid: 4009 components: - type: Transform - pos: -58.5,-10.5 + pos: 25.5,8.5 parent: 2 -- proto: VendingMachineCargoDrobe - entities: - - uid: 971 + - uid: 4010 components: - type: Transform - pos: 26.5,-9.5 + pos: 25.5,9.5 parent: 2 -- proto: VendingMachineCentDrobe - entities: - - uid: 9578 + - uid: 4011 components: - type: Transform - pos: -1.5,38.5 + pos: 25.5,10.5 parent: 2 -- proto: VendingMachineChemDrobe - entities: - - uid: 1907 + - uid: 4012 components: - type: Transform - pos: -32.5,-3.5 + pos: 44.5,3.5 parent: 2 -- proto: VendingMachineCigs - entities: - - uid: 1088 + - uid: 4013 components: - type: Transform - pos: 26.5,-5.5 + pos: 45.5,3.5 parent: 2 - - uid: 2815 + - uid: 4014 components: - type: Transform - pos: -55.5,-8.5 + pos: 46.5,3.5 parent: 2 - - uid: 6691 + - uid: 4015 components: - type: Transform - pos: -24.5,2.5 + pos: 46.5,2.5 parent: 2 - - uid: 7645 + - uid: 4016 components: - type: Transform - pos: 7.5,-37.5 + pos: 46.5,1.5 parent: 2 -- proto: VendingMachineClothing - entities: - - uid: 381 + - uid: 4017 components: - type: Transform - pos: 3.5,-21.5 + pos: 46.5,0.5 parent: 2 - - uid: 9233 + - uid: 4018 components: - type: Transform - pos: 12.5,-44.5 + pos: 46.5,-0.5 parent: 2 -- proto: VendingMachineCoffee - entities: - - uid: 2816 + - uid: 4019 components: - type: Transform - pos: -48.5,-13.5 + pos: 45.5,-0.5 parent: 2 - - uid: 8695 + - uid: 4020 components: - type: Transform - pos: 5.5,5.5 + pos: 44.5,-0.5 parent: 2 -- proto: VendingMachineDetDrobe - entities: - - uid: 2150 + - uid: 4021 components: - type: Transform - pos: -16.5,4.5 + pos: 44.5,-1.5 parent: 2 -- proto: VendingMachineEngiDrobe - entities: - - uid: 1412 + - uid: 4022 components: - type: Transform - pos: 49.5,-6.5 + pos: 44.5,-2.5 parent: 2 -- proto: VendingMachineEngivend - entities: - - uid: 1411 + - uid: 4023 components: - type: Transform - pos: 52.5,-2.5 + pos: 44.5,-3.5 parent: 2 -- proto: VendingMachineGames - entities: - - uid: 827 + - uid: 4024 components: - type: Transform - pos: -16.5,-18.5 + pos: 44.5,-4.5 parent: 2 -- proto: VendingMachineMediDrobe - entities: - - uid: 1890 + - uid: 4025 components: - type: Transform - pos: -13.5,-3.5 + pos: 44.5,-5.5 parent: 2 -- proto: VendingMachineQuickThreads - entities: - - uid: 8714 + - uid: 4026 components: - type: Transform - pos: -4.5,-21.5 + pos: 44.5,-6.5 parent: 2 - - uid: 9234 + - uid: 4027 components: - type: Transform - pos: 16.5,-42.5 + pos: 44.5,-7.5 parent: 2 -- proto: VendingMachineRestockClothes - entities: - - uid: 9017 + - uid: 4028 components: - type: Transform - pos: -4.4853964,-24.433317 + pos: 44.5,-8.5 parent: 2 - - uid: 9549 + - uid: 4029 components: - type: Transform - pos: 6.4358597,25.73604 + pos: 44.5,-9.5 parent: 2 - - uid: 9550 + - uid: 4030 components: - type: Transform - pos: 6.5296097,25.73604 + pos: 44.5,-10.5 parent: 2 -- proto: VendingMachineRoboDrobe - entities: - - uid: 1165 + - uid: 4031 components: - type: Transform - pos: 14.5,2.5 + pos: 44.5,-11.5 parent: 2 -- proto: VendingMachineSciDrobe - entities: - - uid: 1171 + - uid: 4032 components: - type: Transform - pos: 15.5,6.5 + pos: 45.5,-11.5 parent: 2 -- proto: VendingMachineSecDrobe - entities: - - uid: 2100 + - uid: 4033 components: - type: Transform - pos: -37.5,4.5 + pos: 46.5,-11.5 parent: 2 -- proto: VendingMachineSyndieDrobe - entities: - - uid: 9640 + - uid: 4034 components: - type: Transform - pos: 0.5,38.5 + pos: 47.5,-11.5 parent: 2 -- proto: VendingMachineTheater - entities: - - uid: 411 + - uid: 4035 components: - type: Transform - pos: -2.5,-24.5 + pos: 48.5,-11.5 parent: 2 - - uid: 9247 + - uid: 4036 components: - type: Transform - pos: -17.5,-42.5 + pos: 49.5,-11.5 parent: 2 -- proto: VendingMachineWinter - entities: - - uid: 405 + - uid: 4037 components: - type: Transform - pos: -3.5,-24.5 + pos: 49.5,-10.5 parent: 2 - - uid: 9243 + - uid: 4038 components: - type: Transform - pos: -13.5,-44.5 + pos: 49.5,-9.5 parent: 2 -- proto: VendingMachineYouTool - entities: - - uid: 7646 + - uid: 4039 components: - type: Transform - pos: 48.5,-3.5 + pos: 49.5,-8.5 parent: 2 -- proto: WallPlastitanium - entities: - - uid: 2972 + - uid: 4040 components: - type: Transform - pos: 1.5,25.5 + pos: 49.5,-7.5 parent: 2 - - uid: 2973 + - uid: 4041 components: - type: Transform - pos: 1.5,26.5 + pos: 43.5,2.5 parent: 2 - - uid: 2974 + - uid: 4042 components: - type: Transform - pos: 1.5,27.5 + pos: 43.5,1.5 parent: 2 - - uid: 2975 + - uid: 4043 components: - type: Transform - pos: 1.5,28.5 + pos: 36.5,-5.5 parent: 2 - - uid: 2976 + - uid: 4044 components: - type: Transform - pos: 0.5,28.5 + pos: 37.5,-5.5 parent: 2 - - uid: 2977 + - uid: 4045 components: - type: Transform - pos: -0.5,28.5 + pos: 37.5,-6.5 parent: 2 - - uid: 2978 + - uid: 4046 components: - type: Transform - pos: -1.5,28.5 + pos: 37.5,-7.5 parent: 2 - - uid: 2979 + - uid: 4047 components: - type: Transform - pos: -2.5,28.5 + pos: 37.5,-8.5 parent: 2 - - uid: 2980 + - uid: 4048 components: - type: Transform - pos: -2.5,27.5 + pos: 37.5,-9.5 parent: 2 - - uid: 2981 + - uid: 4049 components: - type: Transform - pos: -2.5,26.5 + pos: 37.5,-10.5 parent: 2 - - uid: 2982 + - uid: 4050 components: - type: Transform - pos: -2.5,25.5 + pos: 37.5,-11.5 parent: 2 -- proto: WallPlastitaniumDiagonal - entities: - - uid: 3042 + - uid: 4051 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,37.5 + pos: 37.5,-12.5 parent: 2 - - uid: 3044 + - uid: 4052 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,36.5 + pos: 38.5,-12.5 parent: 2 - - uid: 9592 + - uid: 4053 components: - type: Transform - pos: 9.5,35.5 + pos: 39.5,-12.5 parent: 2 - - uid: 9593 + - uid: 4054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,38.5 + pos: 40.5,-12.5 parent: 2 -- proto: WallPlastitaniumIndestructible - entities: - - uid: 3111 + - uid: 4055 components: - type: Transform - pos: -3.5,34.5 + pos: 41.5,-12.5 parent: 2 - - uid: 3112 + - uid: 4056 components: - type: Transform - pos: -2.5,34.5 + pos: 42.5,-12.5 parent: 2 - - uid: 3113 + - uid: 4057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,34.5 + pos: 42.5,-13.5 parent: 2 - - uid: 3114 + - uid: 4058 components: - type: Transform - pos: -0.5,34.5 + pos: 42.5,-14.5 parent: 2 - - uid: 3115 + - uid: 4059 components: - type: Transform - pos: 0.5,34.5 + pos: 42.5,-15.5 parent: 2 - - uid: 3116 + - uid: 4060 components: - type: Transform - pos: 1.5,34.5 + pos: 42.5,-16.5 parent: 2 - - uid: 3117 + - uid: 4061 components: - type: Transform - pos: 2.5,34.5 + pos: 42.5,-17.5 parent: 2 - - uid: 3118 + - uid: 4062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,36.5 + pos: 42.5,-18.5 parent: 2 - - uid: 3119 + - uid: 4063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,36.5 + pos: 42.5,-19.5 parent: 2 - - uid: 3120 + - uid: 4064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,37.5 + pos: 42.5,-20.5 parent: 2 - - uid: 3121 + - uid: 4065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,37.5 + pos: 42.5,-21.5 parent: 2 - - uid: 3122 + - uid: 4066 components: - type: Transform - pos: 2.5,39.5 + pos: 41.5,-21.5 parent: 2 - - uid: 3123 + - uid: 4067 components: - type: Transform - pos: 1.5,39.5 + pos: 40.5,-21.5 parent: 2 - - uid: 3124 + - uid: 4068 components: - type: Transform - pos: 0.5,39.5 + pos: 39.5,-21.5 parent: 2 - - uid: 3125 + - uid: 4069 components: - type: Transform - pos: -0.5,39.5 + pos: 38.5,-21.5 parent: 2 - - uid: 3126 + - uid: 4070 components: - type: Transform - pos: -1.5,39.5 + pos: 37.5,-21.5 parent: 2 - - uid: 3127 + - uid: 4071 components: - type: Transform - pos: -2.5,39.5 + pos: 36.5,-21.5 parent: 2 - - uid: 3128 + - uid: 4072 components: - type: Transform - pos: -3.5,39.5 + pos: 35.5,-21.5 parent: 2 - - uid: 5968 + - uid: 4073 components: - type: Transform - pos: -4.5,34.5 + pos: 34.5,-21.5 parent: 2 - - uid: 6067 + - uid: 4074 components: - type: Transform - pos: -5.5,34.5 + pos: 33.5,-21.5 parent: 2 - - uid: 6068 + - uid: 4075 components: - type: Transform - pos: -6.5,34.5 + pos: 32.5,-21.5 parent: 2 - - uid: 6069 + - uid: 4076 components: - type: Transform - pos: -7.5,34.5 + pos: 32.5,-20.5 parent: 2 - - uid: 6070 + - uid: 4077 components: - type: Transform - pos: -8.5,34.5 + pos: -37.5,-3.5 parent: 2 - - uid: 6071 + - uid: 4078 components: - type: Transform - pos: -9.5,34.5 + pos: -37.5,-4.5 parent: 2 - - uid: 6072 + - uid: 4079 components: - type: Transform - pos: -10.5,34.5 + pos: -38.5,-4.5 parent: 2 - - uid: 6073 + - uid: 4080 components: - type: Transform - pos: -11.5,34.5 + pos: -39.5,-4.5 parent: 2 - - uid: 6074 + - uid: 4081 components: - type: Transform - pos: -11.5,35.5 + pos: -40.5,-4.5 parent: 2 - - uid: 6075 + - uid: 4082 components: - type: Transform - pos: -11.5,36.5 + pos: -40.5,-5.5 parent: 2 - - uid: 6076 + - uid: 4083 components: - type: Transform - pos: -11.5,37.5 + pos: -40.5,-6.5 parent: 2 - - uid: 6077 + - uid: 4084 components: - type: Transform - pos: -11.5,38.5 + pos: -40.5,-7.5 parent: 2 - - uid: 6078 + - uid: 4085 components: - type: Transform - pos: -11.5,39.5 + pos: -40.5,-8.5 parent: 2 - - uid: 6079 + - uid: 4086 components: - type: Transform - pos: -10.5,39.5 + pos: -41.5,-8.5 parent: 2 - - uid: 6080 + - uid: 4087 components: - type: Transform - pos: -9.5,39.5 + pos: -42.5,-8.5 parent: 2 - - uid: 6081 + - uid: 4088 components: - type: Transform - pos: -8.5,39.5 + pos: -42.5,-7.5 parent: 2 - - uid: 6082 + - uid: 4089 components: - type: Transform - pos: -7.5,39.5 + pos: -42.5,-6.5 parent: 2 - - uid: 6083 + - uid: 4090 components: - type: Transform - pos: -6.5,39.5 + pos: -42.5,-5.5 parent: 2 - - uid: 6084 + - uid: 4091 components: - type: Transform - pos: -5.5,39.5 + pos: -42.5,-4.5 parent: 2 - - uid: 6085 + - uid: 4092 components: - type: Transform - pos: -4.5,39.5 + pos: -42.5,-3.5 parent: 2 - - uid: 6087 + - uid: 4093 components: - type: Transform - pos: 3.5,39.5 + pos: -42.5,-2.5 parent: 2 - - uid: 6088 + - uid: 4094 components: - type: Transform - pos: 4.5,39.5 + pos: -42.5,-1.5 parent: 2 - - uid: 6089 + - uid: 4095 components: - type: Transform - pos: 5.5,39.5 + pos: -41.5,-1.5 parent: 2 - - uid: 6094 + - uid: 4096 components: - type: Transform - pos: 5.5,34.5 + pos: -40.5,-1.5 parent: 2 - - uid: 6095 + - uid: 4097 components: - type: Transform - pos: 4.5,34.5 + pos: -39.5,-1.5 parent: 2 - - uid: 6096 + - uid: 4098 components: - type: Transform - pos: 3.5,34.5 + pos: -38.5,-1.5 parent: 2 - - uid: 9607 + - uid: 4099 components: - type: Transform - pos: 6.5,34.5 + pos: -37.5,-1.5 parent: 2 - - uid: 9608 + - uid: 4100 components: - type: Transform - pos: 7.5,34.5 + pos: -36.5,-1.5 parent: 2 - - uid: 9609 + - uid: 4101 components: - type: Transform - pos: 8.5,34.5 + pos: -35.5,-1.5 parent: 2 - - uid: 9610 + - uid: 4102 components: - type: Transform - pos: 9.5,34.5 + pos: -34.5,-1.5 parent: 2 - - uid: 9611 + - uid: 4103 components: - type: Transform - pos: 10.5,34.5 + pos: -33.5,-1.5 parent: 2 - - uid: 9612 + - uid: 4104 components: - type: Transform - pos: 10.5,35.5 + pos: -32.5,-1.5 parent: 2 - - uid: 9613 + - uid: 4105 components: - type: Transform - pos: 10.5,36.5 + pos: -31.5,-1.5 parent: 2 - - uid: 9614 + - uid: 4106 components: - type: Transform - pos: 10.5,37.5 + pos: -30.5,-1.5 parent: 2 - - uid: 9615 + - uid: 4107 components: - type: Transform - pos: 10.5,38.5 + pos: -29.5,-1.5 parent: 2 - - uid: 9616 + - uid: 4108 components: - type: Transform - pos: 10.5,39.5 + pos: -28.5,-1.5 parent: 2 - - uid: 9617 + - uid: 4109 components: - type: Transform - pos: 9.5,39.5 + pos: -27.5,-1.5 parent: 2 - - uid: 9618 + - uid: 4110 components: - type: Transform - pos: 8.5,39.5 + pos: -26.5,-1.5 parent: 2 - - uid: 9619 + - uid: 4111 components: - type: Transform - pos: 7.5,39.5 + pos: -25.5,-1.5 parent: 2 - - uid: 9620 + - uid: 4112 components: - type: Transform - pos: 6.5,39.5 + pos: -24.5,-1.5 parent: 2 -- proto: WallRiveted - entities: - - uid: 31 + - uid: 4113 components: - type: Transform - pos: 4.5,-23.5 + pos: -24.5,-2.5 parent: 2 - - uid: 32 + - uid: 4114 components: - type: Transform - pos: 12.5,-23.5 + pos: -24.5,-3.5 parent: 2 - - uid: 34 + - uid: 4115 components: - type: Transform - pos: 5.5,-23.5 + pos: -24.5,-4.5 parent: 2 - - uid: 35 + - uid: 4116 components: - type: Transform - pos: 10.5,-23.5 + pos: -24.5,-5.5 parent: 2 - - uid: 37 + - uid: 4117 components: - type: Transform - pos: 7.5,-9.5 + pos: -24.5,-6.5 parent: 2 - - uid: 39 + - uid: 4118 components: - type: Transform - pos: 15.5,-9.5 + pos: -23.5,-6.5 parent: 2 - - uid: 40 + - uid: 4119 components: - type: Transform - pos: 12.5,-10.5 + pos: -22.5,-6.5 parent: 2 - - uid: 41 + - uid: 4120 components: - type: Transform - pos: 9.5,-9.5 + pos: -21.5,-6.5 parent: 2 - - uid: 42 + - uid: 4121 components: - type: Transform - pos: 8.5,-9.5 + pos: -21.5,-5.5 parent: 2 - - uid: 43 + - uid: 4122 components: - type: Transform - pos: 11.5,-9.5 + pos: -21.5,-4.5 parent: 2 - - uid: 44 + - uid: 4123 components: - type: Transform - pos: 13.5,-9.5 + pos: -43.5,6.5 parent: 2 - - uid: 51 + - uid: 4124 components: - type: Transform - pos: 14.5,-9.5 + pos: -44.5,6.5 parent: 2 - - uid: 52 + - uid: 4125 components: - type: Transform - pos: 12.5,-9.5 + pos: -44.5,5.5 parent: 2 - - uid: 53 + - uid: 4126 components: - type: Transform - pos: 10.5,-9.5 + pos: -44.5,4.5 parent: 2 - - uid: 61 + - uid: 4127 components: - type: Transform - pos: 4.5,-18.5 + pos: -44.5,3.5 parent: 2 - - uid: 62 + - uid: 4128 components: - type: Transform - pos: 4.5,-19.5 + pos: -44.5,2.5 parent: 2 - - uid: 63 + - uid: 4129 components: - type: Transform - pos: 4.5,-20.5 + pos: -43.5,2.5 parent: 2 - - uid: 66 + - uid: 4130 components: - type: Transform - pos: 4.5,-21.5 + pos: -42.5,2.5 parent: 2 - - uid: 70 + - uid: 4131 components: - type: Transform - pos: 7.5,-23.5 + pos: -41.5,2.5 parent: 2 - - uid: 71 + - uid: 4132 components: - type: Transform - pos: 9.5,-23.5 + pos: -40.5,2.5 parent: 2 - - uid: 80 + - uid: 4133 components: - type: Transform - pos: 16.5,-23.5 + pos: -39.5,2.5 parent: 2 - - uid: 81 + - uid: 4134 components: - type: Transform - pos: 14.5,-23.5 + pos: -38.5,2.5 parent: 2 - - uid: 84 + - uid: 4135 components: - type: Transform - pos: 16.5,-21.5 + pos: -38.5,1.5 parent: 2 - - uid: 86 + - uid: 4136 components: - type: Transform - pos: 16.5,-20.5 + pos: -38.5,0.5 parent: 2 - - uid: 87 + - uid: 4137 components: - type: Transform - pos: 16.5,-19.5 + pos: -37.5,0.5 parent: 2 - - uid: 89 + - uid: 4138 components: - type: Transform - pos: 12.5,-31.5 + pos: -36.5,0.5 parent: 2 - - uid: 90 + - uid: 4139 components: - type: Transform - pos: 16.5,-18.5 + pos: -35.5,0.5 parent: 2 - - uid: 91 + - uid: 4140 components: - type: Transform - pos: 11.5,-31.5 + pos: -34.5,0.5 parent: 2 - - uid: 92 + - uid: 4141 components: - type: Transform - pos: 4.5,-9.5 + pos: -33.5,0.5 parent: 2 - - uid: 93 + - uid: 4142 components: - type: Transform - pos: 4.5,-10.5 + pos: -32.5,0.5 parent: 2 - - uid: 94 + - uid: 4143 components: - type: Transform - pos: 4.5,-11.5 + pos: -31.5,0.5 parent: 2 - - uid: 95 + - uid: 4144 components: - type: Transform - pos: 4.5,-12.5 + pos: -30.5,0.5 parent: 2 - - uid: 102 + - uid: 4145 components: - type: Transform - pos: 5.5,-9.5 + pos: -29.5,0.5 parent: 2 - - uid: 108 + - uid: 4146 components: - type: Transform - pos: 7.5,-2.5 + pos: -28.5,0.5 parent: 2 - - uid: 113 + - uid: 4147 components: - type: Transform - pos: -4.5,-7.5 + pos: -27.5,0.5 parent: 2 - - uid: 114 + - uid: 4148 components: - type: Transform - pos: -3.5,-11.5 + pos: -26.5,0.5 parent: 2 - - uid: 123 + - uid: 4149 components: - type: Transform - pos: -5.5,-7.5 + pos: -25.5,0.5 parent: 2 - - uid: 125 + - uid: 4150 components: - type: Transform - pos: 1.5,-11.5 + pos: -24.5,0.5 parent: 2 - - uid: 126 + - uid: 4151 components: - type: Transform - pos: 4.5,-7.5 + pos: -24.5,1.5 parent: 2 - - uid: 130 + - uid: 4152 components: - type: Transform - pos: 17.5,-13.5 + pos: -24.5,2.5 parent: 2 - - uid: 131 + - uid: 4153 components: - type: Transform - pos: 16.5,-14.5 + pos: -24.5,3.5 parent: 2 - - uid: 132 + - uid: 4154 components: - type: Transform - pos: 16.5,-13.5 + pos: -24.5,4.5 parent: 2 - - uid: 133 + - uid: 4155 components: - type: Transform - pos: 16.5,-12.5 + pos: -24.5,5.5 parent: 2 - - uid: 134 + - uid: 4156 components: - type: Transform - pos: 16.5,-11.5 + pos: -24.5,6.5 parent: 2 - - uid: 135 + - uid: 4157 components: - type: Transform - pos: 16.5,-10.5 + pos: -24.5,7.5 parent: 2 - - uid: 136 + - uid: 4158 components: - type: Transform - pos: 16.5,-9.5 + pos: -24.5,8.5 parent: 2 - - uid: 137 + - uid: 4159 components: - type: Transform - pos: -8.5,-35.5 + pos: -25.5,8.5 parent: 2 - - uid: 138 + - uid: 4160 components: - type: Transform - pos: -7.5,-37.5 + pos: -26.5,8.5 parent: 2 - - uid: 155 + - uid: 4161 components: - type: Transform - pos: 13.5,-23.5 + pos: -27.5,8.5 parent: 2 - - uid: 157 + - uid: 4162 components: - type: Transform - pos: 11.5,-23.5 + pos: -28.5,8.5 parent: 2 - - uid: 158 + - uid: 4163 components: - type: Transform - pos: 16.5,-22.5 + pos: -29.5,8.5 parent: 2 - - uid: 159 + - uid: 4164 components: - type: Transform - pos: 15.5,-23.5 + pos: -30.5,8.5 parent: 2 - - uid: 161 + - uid: 4165 components: - type: Transform - pos: 8.5,-10.5 + pos: -30.5,9.5 parent: 2 - - uid: 162 + - uid: 4166 components: - type: Transform - pos: 6.5,-23.5 + pos: -45.5,2.5 parent: 2 - - uid: 169 + - uid: 4167 components: - type: Transform - pos: 8.5,-23.5 + pos: -46.5,2.5 parent: 2 - - uid: 170 + - uid: 4168 components: - type: Transform - pos: 8.5,-22.5 + pos: -46.5,1.5 parent: 2 - - uid: 174 + - uid: 4169 components: - type: Transform - pos: 4.5,-22.5 + pos: -46.5,0.5 parent: 2 - - uid: 178 + - uid: 4170 components: - type: Transform - pos: 6.5,-9.5 + pos: -45.5,0.5 parent: 2 - - uid: 180 + - uid: 4171 components: - type: Transform - pos: 12.5,-22.5 + pos: -44.5,0.5 parent: 2 - - uid: 184 + - uid: 4172 components: - type: Transform - pos: -6.5,16.5 + pos: -43.5,1.5 parent: 2 - - uid: 192 + - uid: 4173 components: - type: Transform - pos: 1.5,-20.5 + pos: -44.5,-0.5 parent: 2 - - uid: 195 + - uid: 4174 components: - type: Transform - pos: 3.5,-18.5 + pos: -44.5,-1.5 parent: 2 - - uid: 196 + - uid: 4175 components: - type: Transform - pos: 3.5,-14.5 + pos: -44.5,-2.5 parent: 2 - - uid: 198 + - uid: 4176 components: - type: Transform - pos: 4.5,-14.5 + pos: -44.5,-3.5 parent: 2 - - uid: 199 + - uid: 4177 components: - type: Transform - pos: 4.5,-13.5 + pos: -44.5,-4.5 parent: 2 - - uid: 225 + - uid: 4178 components: - type: Transform - pos: -2.5,-20.5 + pos: -44.5,-5.5 parent: 2 - - uid: 229 + - uid: 4179 components: - type: Transform - pos: -5.5,-20.5 + pos: -44.5,-6.5 parent: 2 - - uid: 230 + - uid: 4180 components: - type: Transform - pos: -5.5,-19.5 + pos: -44.5,-7.5 parent: 2 - - uid: 231 + - uid: 4181 components: - type: Transform - pos: -5.5,-18.5 + pos: -44.5,-8.5 parent: 2 - - uid: 232 + - uid: 4182 components: - type: Transform - pos: -4.5,-18.5 + pos: -44.5,-9.5 parent: 2 - - uid: 234 + - uid: 4183 components: - type: Transform - pos: -5.5,-14.5 + pos: -44.5,-10.5 parent: 2 - - uid: 235 + - uid: 4184 components: - type: Transform - pos: -5.5,-13.5 + pos: -44.5,-11.5 parent: 2 - - uid: 236 + - uid: 4185 components: - type: Transform - pos: -5.5,-12.5 + pos: -45.5,-11.5 parent: 2 - - uid: 237 + - uid: 4186 components: - type: Transform - pos: 2.5,-11.5 + pos: -46.5,-11.5 parent: 2 - - uid: 238 + - uid: 4187 components: - type: Transform - pos: 2.5,-10.5 + pos: -47.5,-11.5 parent: 2 - - uid: 239 + - uid: 4188 components: - type: Transform - pos: 2.5,-9.5 + pos: -48.5,-11.5 parent: 2 - - uid: 240 + - uid: 4189 components: - type: Transform - pos: -2.5,-11.5 + pos: -49.5,-11.5 parent: 2 - - uid: 241 + - uid: 4190 components: - type: Transform - pos: 1.5,-7.5 + pos: -50.5,-11.5 parent: 2 - - uid: 242 + - uid: 4191 components: - type: Transform - pos: -5.5,-11.5 + pos: -50.5,-10.5 parent: 2 - - uid: 243 + - uid: 4192 components: - type: Transform - pos: -5.5,-10.5 + pos: -50.5,-9.5 parent: 2 - - uid: 244 + - uid: 4193 components: - type: Transform - pos: -5.5,-9.5 + pos: -50.5,-8.5 parent: 2 - - uid: 245 + - uid: 4194 components: - type: Transform - pos: -6.5,-9.5 + pos: -50.5,-7.5 parent: 2 - - uid: 246 + - uid: 4195 components: - type: Transform - pos: -7.5,-9.5 + pos: -42.5,-9.5 parent: 2 - - uid: 247 + - uid: 4196 components: - type: Transform - pos: -8.5,-9.5 + pos: -42.5,-10.5 parent: 2 - - uid: 248 + - uid: 4197 components: - type: Transform - pos: -9.5,-9.5 + pos: -42.5,-11.5 parent: 2 - - uid: 249 + - uid: 4198 components: - type: Transform - pos: -10.5,-9.5 + pos: -42.5,-12.5 parent: 2 - - uid: 250 + - uid: 4199 components: - type: Transform - pos: -11.5,-9.5 + pos: -42.5,-13.5 parent: 2 - - uid: 251 + - uid: 4200 components: - type: Transform - pos: -12.5,-9.5 + pos: -42.5,-14.5 parent: 2 - - uid: 252 + - uid: 4201 components: - type: Transform - pos: -13.5,-9.5 + pos: -42.5,-15.5 parent: 2 - - uid: 253 + - uid: 4202 components: - type: Transform - pos: -14.5,-9.5 + pos: -42.5,-16.5 parent: 2 - - uid: 254 + - uid: 4203 components: - type: Transform - pos: -15.5,-9.5 + pos: -42.5,-17.5 parent: 2 - - uid: 255 + - uid: 4204 components: - type: Transform - pos: -16.5,-9.5 + pos: -42.5,-18.5 parent: 2 - - uid: 256 + - uid: 4205 components: - type: Transform - pos: -17.5,-9.5 + pos: -42.5,-19.5 parent: 2 - - uid: 257 + - uid: 4206 components: - type: Transform - pos: -17.5,-10.5 + pos: -42.5,-20.5 parent: 2 - - uid: 258 + - uid: 4207 components: - type: Transform - pos: -17.5,-11.5 + pos: -42.5,-21.5 parent: 2 - - uid: 259 + - uid: 4208 components: - type: Transform - pos: -17.5,-12.5 + pos: -41.5,-21.5 parent: 2 - - uid: 260 + - uid: 4209 components: - type: Transform - pos: -17.5,-13.5 + pos: -40.5,-21.5 parent: 2 - - uid: 261 + - uid: 4210 components: - type: Transform - pos: -17.5,-14.5 + pos: -39.5,-21.5 parent: 2 - - uid: 265 + - uid: 4211 components: - type: Transform - pos: -17.5,-18.5 + pos: -38.5,-21.5 parent: 2 - - uid: 266 + - uid: 4212 components: - type: Transform - pos: -17.5,-19.5 + pos: -37.5,-21.5 parent: 2 - - uid: 267 + - uid: 4213 components: - type: Transform - pos: -17.5,-20.5 + pos: -36.5,-21.5 parent: 2 - - uid: 268 + - uid: 4214 components: - type: Transform - pos: -17.5,-21.5 + pos: -35.5,-21.5 parent: 2 - - uid: 269 + - uid: 4215 components: - type: Transform - pos: -17.5,-22.5 + pos: -34.5,-21.5 parent: 2 - - uid: 270 + - uid: 4216 components: - type: Transform - pos: -17.5,-23.5 + pos: -33.5,-21.5 parent: 2 - - uid: 274 + - uid: 4217 components: - type: Transform - pos: -13.5,-23.5 + pos: -33.5,-20.5 parent: 2 - - uid: 278 + - uid: 4218 components: - type: Transform - pos: -9.5,-23.5 + pos: 10.5,-24.5 parent: 2 - - uid: 282 + - uid: 4219 components: - type: Transform - pos: -5.5,-23.5 + pos: 9.5,-24.5 parent: 2 - - uid: 283 + - uid: 4220 components: - type: Transform - pos: -5.5,-22.5 + pos: 9.5,-25.5 parent: 2 - - uid: 284 + - uid: 4221 components: - type: Transform - pos: -5.5,-21.5 + pos: 9.5,-26.5 parent: 2 - - uid: 285 + - uid: 4222 components: - type: Transform - pos: -9.5,-22.5 + pos: 9.5,-27.5 parent: 2 - - uid: 286 + - uid: 4223 components: - type: Transform - pos: -9.5,-21.5 + pos: 8.5,-27.5 parent: 2 - - uid: 287 + - uid: 4224 components: - type: Transform - pos: -9.5,-20.5 + pos: 7.5,-27.5 parent: 2 - - uid: 288 + - uid: 4225 components: - type: Transform - pos: -9.5,-19.5 + pos: 6.5,-27.5 parent: 2 - - uid: 289 + - uid: 4226 components: - type: Transform - pos: -9.5,-18.5 + pos: 5.5,-27.5 parent: 2 - - uid: 290 + - uid: 4227 components: - type: Transform - pos: -7.5,-19.5 + pos: 4.5,-27.5 parent: 2 - - uid: 291 + - uid: 4228 components: - type: Transform - pos: -6.5,-19.5 + pos: 3.5,-27.5 parent: 2 - - uid: 292 + - uid: 4229 components: - type: Transform - pos: -10.5,-18.5 + pos: 3.5,-26.5 parent: 2 - - uid: 293 + - uid: 4230 components: - type: Transform - pos: -12.5,-18.5 + pos: 2.5,-26.5 parent: 2 - - uid: 294 + - uid: 4231 components: - type: Transform - pos: -13.5,-18.5 + pos: 1.5,-26.5 parent: 2 - - uid: 295 + - uid: 4232 components: - type: Transform - pos: -13.5,-19.5 + pos: 0.5,-26.5 parent: 2 - - uid: 296 + - uid: 4233 components: - type: Transform - pos: -13.5,-20.5 + pos: -0.5,-26.5 parent: 2 - - uid: 297 + - uid: 4234 components: - type: Transform - pos: -13.5,-21.5 + pos: -0.5,-25.5 parent: 2 - - uid: 298 + - uid: 4235 components: - type: Transform - pos: -13.5,-22.5 + pos: -1.5,-25.5 parent: 2 - - uid: 299 + - uid: 4236 components: - type: Transform - pos: -7.5,-13.5 + pos: -2.5,-25.5 parent: 2 - - uid: 300 + - uid: 4237 components: - type: Transform - pos: -16.5,-19.5 + pos: -0.5,-24.5 parent: 2 - - uid: 301 + - uid: 4238 components: - type: Transform - pos: -13.5,-14.5 + pos: -0.5,-23.5 parent: 2 - - uid: 302 + - uid: 4239 components: - type: Transform - pos: -12.5,-14.5 + pos: -0.5,-22.5 parent: 2 - - uid: 303 + - uid: 4240 components: - type: Transform - pos: -10.5,-14.5 + pos: -0.5,-21.5 parent: 2 - - uid: 304 + - uid: 4241 components: - type: Transform - pos: -9.5,-14.5 + pos: -0.5,-20.5 parent: 2 - - uid: 305 + - uid: 4242 components: - type: Transform - pos: -9.5,-13.5 + pos: -0.5,-19.5 parent: 2 - - uid: 306 + - uid: 4243 components: - type: Transform - pos: -15.5,-19.5 + pos: -0.5,-18.5 parent: 2 - - uid: 307 + - uid: 4244 components: - type: Transform - pos: -6.5,-13.5 + pos: -0.5,-17.5 parent: 2 - - uid: 308 + - uid: 4245 components: - type: Transform - pos: -9.5,-12.5 + pos: -0.5,-16.5 parent: 2 - - uid: 309 + - uid: 4246 components: - type: Transform - pos: -9.5,-11.5 + pos: 0.5,-16.5 parent: 2 - - uid: 310 + - uid: 4247 components: - type: Transform - pos: -9.5,-10.5 + pos: 1.5,-16.5 parent: 2 - - uid: 311 + - uid: 4248 components: - type: Transform - pos: -13.5,-13.5 + pos: 2.5,-16.5 parent: 2 - - uid: 312 + - uid: 4249 components: - type: Transform - pos: -13.5,-12.5 + pos: 3.5,-16.5 parent: 2 - - uid: 313 + - uid: 4250 components: - type: Transform - pos: -13.5,-11.5 + pos: 4.5,-16.5 parent: 2 - - uid: 314 + - uid: 4251 components: - type: Transform - pos: -13.5,-10.5 + pos: 5.5,-16.5 parent: 2 - - uid: 315 + - uid: 4252 components: - type: Transform - pos: -15.5,-13.5 + pos: 6.5,-16.5 parent: 2 - - uid: 316 + - uid: 4253 components: - type: Transform - pos: -16.5,-13.5 + pos: 7.5,-16.5 parent: 2 - - uid: 322 + - uid: 4254 components: - type: Transform - pos: -4.5,-14.5 + pos: 8.5,-16.5 parent: 2 - - uid: 332 + - uid: 4255 components: - type: Transform - pos: 18.5,-31.5 + pos: 9.5,-16.5 parent: 2 - - uid: 333 + - uid: 4256 components: - type: Transform - pos: 15.5,-27.5 + pos: 10.5,-16.5 parent: 2 - - uid: 334 + - uid: 4257 components: - type: Transform - pos: 17.5,-19.5 + pos: 10.5,-15.5 parent: 2 - - uid: 338 + - uid: 4258 components: - type: Transform - pos: -18.5,-13.5 + pos: 10.5,-14.5 parent: 2 - - uid: 339 + - uid: 4259 components: - type: Transform - pos: -19.5,-13.5 + pos: 10.5,-13.5 parent: 2 - - uid: 340 + - uid: 4260 components: - type: Transform - pos: -19.5,-14.5 + pos: 10.5,-12.5 parent: 2 - - uid: 341 + - uid: 4261 components: - type: Transform - pos: -19.5,-15.5 + pos: 10.5,-11.5 parent: 2 - - uid: 342 + - uid: 4262 components: - type: Transform - pos: -19.5,-16.5 + pos: 10.5,-10.5 parent: 2 - - uid: 343 + - uid: 4263 components: - type: Transform - pos: -19.5,-17.5 + pos: 10.5,-9.5 parent: 2 - - uid: 344 + - uid: 4264 components: - type: Transform - pos: -19.5,-18.5 + pos: -1.5,-16.5 parent: 2 - - uid: 345 + - uid: 4265 components: - type: Transform - pos: -19.5,-19.5 + pos: -2.5,-16.5 parent: 2 - - uid: 346 + - uid: 4266 components: - type: Transform - pos: -18.5,-19.5 + pos: -3.5,-16.5 parent: 2 - - uid: 418 + - uid: 4267 components: - type: Transform - pos: 4.5,-24.5 + pos: -4.5,-16.5 parent: 2 - - uid: 419 + - uid: 4268 components: - type: Transform - pos: 4.5,-25.5 + pos: -5.5,-16.5 parent: 2 - - uid: 420 + - uid: 4269 components: - type: Transform - pos: 3.5,-25.5 + pos: -6.5,-16.5 parent: 2 - - uid: 421 + - uid: 4270 components: - type: Transform - pos: 2.5,-25.5 + pos: -7.5,-16.5 parent: 2 - - uid: 422 + - uid: 4271 components: - type: Transform - pos: 1.5,-25.5 + pos: -8.5,-16.5 parent: 2 - - uid: 423 + - uid: 4272 components: - type: Transform - pos: -2.5,-25.5 + pos: -9.5,-16.5 parent: 2 - - uid: 424 + - uid: 4273 components: - type: Transform - pos: -3.5,-25.5 + pos: -10.5,-16.5 parent: 2 - - uid: 425 + - uid: 4274 components: - type: Transform - pos: -4.5,-25.5 + pos: -11.5,-16.5 parent: 2 - - uid: 426 + - uid: 4275 components: - type: Transform - pos: -5.5,-25.5 + pos: -12.5,-16.5 parent: 2 - - uid: 427 + - uid: 4276 components: - type: Transform - pos: -5.5,-24.5 + pos: -13.5,-16.5 parent: 2 - - uid: 428 + - uid: 4277 components: - type: Transform - pos: 10.5,-30.5 + pos: -13.5,-15.5 parent: 2 - - uid: 429 + - uid: 4278 components: - type: Transform - pos: 3.5,-7.5 + pos: -13.5,-14.5 parent: 2 - - uid: 430 + - uid: 4279 components: - type: Transform - pos: 8.5,-2.5 + pos: 8.5,-28.5 parent: 2 - - uid: 432 + - uid: 4280 components: - type: Transform - pos: -10.5,-30.5 + pos: 8.5,-29.5 parent: 2 - - uid: 434 + - uid: 4281 components: - type: Transform - pos: -12.5,-31.5 + pos: 8.5,-30.5 parent: 2 - - uid: 436 + - uid: 4282 components: - type: Transform - pos: 5.5,-41.5 + pos: 8.5,-31.5 parent: 2 - - uid: 437 + - uid: 4283 components: - type: Transform - pos: 7.5,-43.5 + pos: 8.5,-32.5 parent: 2 - - uid: 438 + - uid: 4284 components: - type: Transform - pos: 7.5,-42.5 + pos: 9.5,-32.5 parent: 2 - - uid: 439 + - uid: 4285 components: - type: Transform - pos: 6.5,-42.5 + pos: 9.5,-33.5 parent: 2 - - uid: 440 + - uid: 4286 components: - type: Transform - pos: 6.5,-41.5 + pos: 9.5,-34.5 parent: 2 - - uid: 441 + - uid: 4287 components: - type: Transform - pos: 11.5,-42.5 + pos: 10.5,-34.5 parent: 2 - - uid: 442 + - uid: 4288 components: - type: Transform - pos: 5.5,-37.5 + pos: 11.5,-34.5 parent: 2 - - uid: 443 + - uid: 4289 components: - type: Transform - pos: -2.5,-29.5 + pos: 12.5,-34.5 parent: 2 - - uid: 444 + - uid: 4290 components: - type: Transform - pos: -8.5,-30.5 + pos: 13.5,-34.5 parent: 2 - - uid: 445 + - uid: 4291 components: - type: Transform - pos: 9.5,-2.5 + pos: 14.5,-34.5 parent: 2 - - uid: 449 + - uid: 4292 components: - type: Transform - pos: 1.5,-29.5 + pos: 15.5,-34.5 parent: 2 - - uid: 450 + - uid: 4293 components: - type: Transform - pos: 2.5,-29.5 + pos: 16.5,-34.5 parent: 2 - - uid: 451 + - uid: 4294 components: - type: Transform - pos: 2.5,-30.5 + pos: 17.5,-34.5 parent: 2 - - uid: 452 + - uid: 4295 components: - type: Transform - pos: 3.5,-30.5 + pos: 18.5,-34.5 parent: 2 - - uid: 453 + - uid: 4296 components: - type: Transform - pos: 4.5,-30.5 + pos: 9.5,-35.5 parent: 2 - - uid: 454 + - uid: 4297 components: - type: Transform - pos: 5.5,-30.5 + pos: 9.5,-36.5 parent: 2 - - uid: 455 + - uid: 4298 components: - type: Transform - pos: 6.5,-30.5 + pos: 9.5,-37.5 parent: 2 - - uid: 456 + - uid: 4299 components: - type: Transform - pos: 7.5,-30.5 + pos: 9.5,-38.5 parent: 2 - - uid: 457 + - uid: 4300 components: - type: Transform - pos: 9.5,-3.5 + pos: 9.5,-39.5 parent: 2 - - uid: 458 + - uid: 4301 components: - type: Transform - pos: -6.5,-30.5 + pos: 9.5,-40.5 parent: 2 - - uid: 459 + - uid: 4302 components: - type: Transform - pos: 9.5,-30.5 + pos: 9.5,-41.5 parent: 2 - - uid: 460 + - uid: 4303 components: - type: Transform - pos: 11.5,-37.5 + pos: 9.5,-42.5 parent: 2 - - uid: 461 + - uid: 4304 components: - type: Transform - pos: 11.5,-28.5 + pos: 9.5,-43.5 parent: 2 - - uid: 462 + - uid: 4305 components: - type: Transform - pos: 18.5,-17.5 + pos: 9.5,-44.5 parent: 2 - - uid: 463 + - uid: 4306 components: - type: Transform - pos: 6.5,-34.5 + pos: 9.5,-45.5 parent: 2 - - uid: 465 + - uid: 4307 components: - type: Transform - pos: 18.5,-16.5 + pos: 9.5,-46.5 parent: 2 - - uid: 466 + - uid: 4309 components: - type: Transform - pos: 18.5,-15.5 + pos: 9.5,-48.5 parent: 2 - - uid: 467 + - uid: 4310 components: - type: Transform - pos: 18.5,-14.5 + pos: 9.5,-49.5 parent: 2 - - uid: 469 + - uid: 4311 components: - type: Transform - pos: 18.5,-13.5 + pos: 9.5,-50.5 parent: 2 - - uid: 470 + - uid: 4312 components: - type: Transform - pos: 10.5,-31.5 + pos: 9.5,-51.5 parent: 2 - - uid: 471 + - uid: 4313 components: - type: Transform - pos: 1.5,-8.5 + pos: 9.5,-52.5 parent: 2 - - uid: 473 + - uid: 4314 components: - type: Transform - pos: 17.5,-27.5 + pos: 8.5,-52.5 parent: 2 - - uid: 474 + - uid: 4315 components: - type: Transform - pos: 13.5,-27.5 + pos: 7.5,-52.5 parent: 2 - - uid: 475 + - uid: 4316 components: - type: Transform - pos: 37.5,-24.5 + pos: 6.5,-52.5 parent: 2 - - uid: 476 + - uid: 4317 components: - type: Transform - pos: 17.5,-28.5 + pos: -8.5,-52.5 parent: 2 - - uid: 478 + - uid: 4318 components: - type: Transform - pos: 37.5,-20.5 + pos: -9.5,-52.5 parent: 2 - - uid: 479 + - uid: 4319 components: - type: Transform - pos: 18.5,-35.5 + pos: -10.5,-52.5 parent: 2 - - uid: 481 + - uid: 4321 components: - type: Transform - pos: 18.5,-33.5 + pos: -10.5,-51.5 parent: 2 - - uid: 482 + - uid: 4322 components: - type: Transform - pos: 17.5,-31.5 + pos: -10.5,-50.5 parent: 2 - - uid: 484 + - uid: 4323 components: - type: Transform - pos: 14.5,-27.5 + pos: -10.5,-49.5 parent: 2 - - uid: 487 + - uid: 4324 components: - type: Transform - pos: 18.5,-28.5 + pos: -10.5,-48.5 parent: 2 - - uid: 488 + - uid: 4325 components: - type: Transform - pos: 18.5,-29.5 + pos: -10.5,-47.5 parent: 2 - - uid: 489 + - uid: 4326 components: - type: Transform - pos: 12.5,-27.5 + pos: -10.5,-46.5 parent: 2 - - uid: 490 + - uid: 4327 components: - type: Transform - pos: 11.5,-27.5 + pos: -9.5,-46.5 parent: 2 - - uid: 492 + - uid: 4328 components: - type: Transform - pos: 12.5,-29.5 + pos: -8.5,-46.5 parent: 2 - - uid: 494 + - uid: 4329 components: - type: Transform - pos: 12.5,-30.5 + pos: -7.5,-46.5 parent: 2 - - uid: 496 + - uid: 4330 components: - type: Transform - pos: -12.5,-37.5 + pos: -6.5,-46.5 parent: 2 - - uid: 498 + - uid: 4331 components: - type: Transform - pos: -12.5,-43.5 + pos: -5.5,-46.5 parent: 2 - - uid: 499 + - uid: 4332 components: - type: Transform - pos: -2.5,-42.5 + pos: -4.5,-46.5 parent: 2 - - uid: 500 + - uid: 4333 components: - type: Transform - pos: 12.5,-41.5 + pos: -3.5,-46.5 parent: 2 - - uid: 501 + - uid: 4334 components: - type: Transform - pos: -8.5,-34.5 + pos: -2.5,-46.5 parent: 2 - - uid: 503 + - uid: 4335 components: - type: Transform - pos: -8.5,-36.5 + pos: -1.5,-46.5 parent: 2 - - uid: 504 + - uid: 4336 components: - type: Transform - pos: 11.5,-41.5 + pos: -0.5,-46.5 parent: 2 - - uid: 505 + - uid: 4337 components: - type: Transform - pos: 7.5,-35.5 + pos: 0.5,-46.5 parent: 2 - - uid: 506 + - uid: 4338 components: - type: Transform - pos: 7.5,-34.5 + pos: 1.5,-46.5 parent: 2 - - uid: 507 + - uid: 4339 components: - type: Transform - pos: 5.5,-34.5 + pos: 2.5,-46.5 parent: 2 - - uid: 508 + - uid: 4340 components: - type: Transform - pos: 4.5,-34.5 + pos: 3.5,-46.5 parent: 2 - - uid: 509 + - uid: 4341 components: - type: Transform - pos: 3.5,-34.5 + pos: 4.5,-46.5 parent: 2 - - uid: 510 + - uid: 4342 components: - type: Transform - pos: 2.5,-34.5 + pos: 5.5,-46.5 parent: 2 - - uid: 511 + - uid: 4343 components: - type: Transform - pos: 11.5,-43.5 + pos: 6.5,-46.5 parent: 2 - - uid: 513 + - uid: 4344 components: - type: Transform - pos: 2.5,-35.5 + pos: 7.5,-46.5 parent: 2 - - uid: 514 + - uid: 4345 components: - type: Transform - pos: 1.5,-35.5 + pos: 8.5,-46.5 parent: 2 - - uid: 515 + - uid: 6868 components: - type: Transform - pos: -2.5,-35.5 + pos: 9.5,-47.5 parent: 2 - - uid: 516 + - uid: 9140 components: - type: Transform - pos: -3.5,-35.5 + pos: -27.5,9.5 parent: 2 - - uid: 518 + - uid: 9141 components: - type: Transform - pos: 7.5,-36.5 + pos: -27.5,10.5 parent: 2 - - uid: 519 + - uid: 9142 components: - type: Transform - pos: 6.5,-36.5 + pos: -27.5,11.5 parent: 2 - - uid: 520 + - uid: 9143 components: - type: Transform - pos: 6.5,-37.5 + pos: -27.5,12.5 parent: 2 - - uid: 521 + - uid: 9144 components: - type: Transform - pos: -3.5,-29.5 + pos: -27.5,13.5 parent: 2 - - uid: 522 + - uid: 9145 components: - type: Transform - pos: -12.5,-32.5 + pos: -27.5,14.5 parent: 2 - - uid: 524 + - uid: 9146 components: - type: Transform - pos: -11.5,-30.5 + pos: -27.5,15.5 parent: 2 - - uid: 525 + - uid: 9147 components: - type: Transform - pos: -9.5,-30.5 + pos: -27.5,16.5 parent: 2 - - uid: 526 + - uid: 9148 components: - type: Transform - pos: -7.5,-30.5 + pos: -26.5,16.5 parent: 2 - - uid: 527 + - uid: 9149 components: - type: Transform - pos: -5.5,-30.5 + pos: -25.5,16.5 parent: 2 - - uid: 528 + - uid: 9150 components: - type: Transform - pos: -0.5,-32.5 + pos: -24.5,16.5 parent: 2 - - uid: 535 + - uid: 9151 components: - type: Transform - pos: -3.5,-34.5 + pos: -24.5,15.5 parent: 2 - - uid: 536 + - uid: 9152 components: - type: Transform - pos: -12.5,-42.5 + pos: -24.5,17.5 parent: 2 - - uid: 537 + - uid: 9153 components: - type: Transform - pos: -12.5,-41.5 + pos: -23.5,8.5 parent: 2 - - uid: 538 + - uid: 9154 components: - type: Transform - pos: 16.5,-41.5 + pos: -22.5,8.5 parent: 2 - - uid: 539 + - uid: 9155 components: - type: Transform - pos: -12.5,-36.5 + pos: -21.5,8.5 parent: 2 - - uid: 541 + - uid: 9156 components: - type: Transform - pos: -7.5,-34.5 + pos: -21.5,9.5 parent: 2 - - uid: 542 + - uid: 9157 components: - type: Transform - pos: -6.5,-34.5 + pos: -21.5,10.5 parent: 2 - - uid: 543 + - uid: 9158 components: - type: Transform - pos: -5.5,-34.5 + pos: -21.5,11.5 parent: 2 - - uid: 544 + - uid: 9159 components: - type: Transform - pos: -4.5,-34.5 + pos: -21.5,12.5 parent: 2 - - uid: 545 + - uid: 9160 components: - type: Transform - pos: -8.5,-43.5 + pos: -21.5,13.5 parent: 2 - - uid: 546 + - uid: 9161 components: - type: Transform - pos: -8.5,-42.5 + pos: -21.5,14.5 parent: 2 - - uid: 547 + - uid: 9162 components: - type: Transform - pos: -7.5,-42.5 + pos: -22.5,14.5 parent: 2 - - uid: 548 + - uid: 9435 components: - type: Transform - pos: -6.5,-41.5 + pos: 1.5,-0.5 parent: 2 - - uid: 549 + - uid: 9436 components: - type: Transform - pos: -7.5,-41.5 + pos: 0.5,-0.5 parent: 2 - - uid: 550 + - uid: 9437 components: - type: Transform - pos: -7.5,-36.5 + pos: -0.5,-0.5 parent: 2 - - uid: 551 + - uid: 9438 components: - type: Transform - pos: -6.5,-37.5 + pos: -1.5,-0.5 parent: 2 - - uid: 552 + - uid: 9439 components: - type: Transform - pos: 11.5,-32.5 + pos: -2.5,-0.5 parent: 2 - - uid: 553 + - uid: 9440 components: - type: Transform - pos: 11.5,-36.5 + pos: -3.5,-0.5 parent: 2 - - uid: 554 + - uid: 9441 components: - type: Transform - pos: 1.5,-42.5 + pos: -4.5,-0.5 parent: 2 - - uid: 555 + - uid: 9442 components: - type: Transform - pos: 1.5,-36.5 + pos: -4.5,0.5 parent: 2 - - uid: 556 + - uid: 9443 components: - type: Transform - pos: -2.5,-36.5 + pos: -4.5,-1.5 parent: 2 - - uid: 557 + - uid: 9444 components: - type: Transform - pos: -2.5,-43.5 + pos: -0.5,0.5 parent: 2 - - uid: 558 + - uid: 9445 components: - type: Transform - pos: 1.5,-43.5 + pos: -0.5,1.5 parent: 2 - - uid: 563 + - uid: 9446 components: - type: Transform - pos: -6.5,-23.5 + pos: -0.5,2.5 parent: 2 - - uid: 564 + - uid: 9447 components: - type: Transform - pos: -16.5,-23.5 + pos: -2.5,2.5 parent: 2 - - uid: 621 + - uid: 9448 components: - type: Transform - pos: 1.5,-49.5 + pos: -1.5,2.5 parent: 2 - - uid: 626 + - uid: 9449 components: - type: Transform - pos: -3.5,-43.5 + pos: 0.5,2.5 parent: 2 - - uid: 627 + - uid: 9450 components: - type: Transform - pos: 12.5,-46.5 + pos: 1.5,2.5 parent: 2 - - uid: 628 + - uid: 9451 components: - type: Transform - pos: 17.5,-41.5 + pos: 1.5,-3.5 parent: 2 - - uid: 629 + - uid: 9452 components: - type: Transform - pos: 12.5,-37.5 + pos: 0.5,-3.5 parent: 2 - - uid: 630 + - uid: 9453 components: - type: Transform - pos: 2.5,-43.5 + pos: -0.5,-3.5 parent: 2 - - uid: 631 + - uid: 9454 components: - type: Transform - pos: 5.5,-48.5 + pos: -1.5,-3.5 parent: 2 - - uid: 634 + - uid: 9455 components: - type: Transform - pos: -3.5,-44.5 + pos: -2.5,-3.5 parent: 2 - - uid: 635 + - uid: 9456 components: - type: Transform - pos: 2.5,-44.5 + pos: -0.5,-2.5 parent: 2 - - uid: 638 + - uid: 9457 components: - type: Transform - pos: 0.5,-49.5 + pos: -0.5,-1.5 parent: 2 - - uid: 639 + - uid: 9458 components: - type: Transform - pos: -0.5,-49.5 + pos: 3.5,-1.5 parent: 2 - - uid: 640 + - uid: 9459 components: - type: Transform - pos: -1.5,-49.5 + pos: 3.5,0.5 parent: 2 - - uid: 641 +- proto: CableTerminal + entities: + - uid: 9632 components: - type: Transform - pos: -2.5,-49.5 + pos: 7.5,36.5 parent: 2 - - uid: 642 +- proto: CandleBlack + entities: + - uid: 9506 components: - type: Transform - pos: -6.5,-48.5 + pos: -42.768475,12.067802 parent: 2 - - uid: 643 +- proto: CandleBlackSmall + entities: + - uid: 9505 components: - type: Transform - pos: -7.5,-50.5 + pos: 36.36139,6.8629527 parent: 2 - - uid: 644 + - uid: 9511 components: - type: Transform - pos: -7.5,-49.5 + pos: -52.04538,5.7156816 parent: 2 - - uid: 645 + - uid: 9518 components: - type: Transform - pos: -8.5,-51.5 + pos: -2.1517763,-48.093506 parent: 2 - - uid: 646 + - uid: 9521 components: - type: Transform - pos: -7.5,-51.5 + pos: 52.14114,1.7329617 parent: 2 - - uid: 647 +- proto: CandleBlue + entities: + - uid: 9509 components: - type: Transform - pos: -7.5,-52.5 + pos: -51.85788,5.738193 parent: 2 - - uid: 648 + - uid: 9512 components: - type: Transform - pos: -7.5,-56.5 + pos: -55.828316,-26.549543 parent: 2 - - uid: 649 +- proto: CandleBlueSmall + entities: + - uid: 9507 components: - type: Transform - pos: -6.5,-56.5 + pos: -26.754911,-17.334892 parent: 2 - - uid: 650 + - uid: 9510 components: - type: Transform - pos: -5.5,-56.5 + pos: -51.717255,5.5906816 parent: 2 - - uid: 651 + - uid: 9517 components: - type: Transform - pos: -7.5,-58.5 + pos: -10.654151,-13.119266 parent: 2 - - uid: 652 +- proto: CandleGreen + entities: + - uid: 9514 components: - type: Transform - pos: -6.5,-58.5 + pos: -7.222584,-22.201056 parent: 2 - - uid: 653 +- proto: CandlePurple + entities: + - uid: 9503 components: - type: Transform - pos: -5.5,-58.5 + pos: 60.24316,-14.184422 parent: 2 - - uid: 654 + - uid: 9504 components: - type: Transform - pos: 4.5,-58.5 + pos: 36.574818,6.8813076 parent: 2 - - uid: 655 + - uid: 9519 components: - type: Transform - pos: 5.5,-58.5 + pos: 52.60989,1.8579617 parent: 2 - - uid: 656 +- proto: CandlePurpleSmall + entities: + - uid: 9502 components: - type: Transform - pos: 6.5,-58.5 + pos: -7.5606728,-18.52041 parent: 2 - - uid: 657 +- proto: CandleRedSmall + entities: + - uid: 9513 components: - type: Transform - pos: 4.5,-56.5 + pos: -55.878075,-26.183296 parent: 2 - - uid: 658 + - uid: 9515 components: - type: Transform - pos: 5.5,-56.5 + pos: 31.185574,-10.336631 parent: 2 - - uid: 659 + - uid: 9516 components: - type: Transform - pos: 6.5,-56.5 + pos: -10.421664,-19.184874 parent: 2 - - uid: 660 + - uid: 9520 components: - type: Transform - pos: 6.5,-52.5 + pos: 53.094265,1.4204617 parent: 2 - - uid: 661 +- proto: CandleSmall + entities: + - uid: 9508 components: - type: Transform - pos: 6.5,-51.5 + pos: -26.536161,-17.194267 parent: 2 - - uid: 662 +- proto: CaptainSabre + entities: + - uid: 7736 components: - type: Transform - pos: 4.5,-63.5 + pos: 2.5162191,14.7318 parent: 2 - - uid: 663 +- proto: CarbonDioxideCanister + entities: + - uid: 8607 components: - type: Transform - pos: 5.5,-63.5 + pos: -32.5,-14.5 parent: 2 - - uid: 664 +- proto: Carpet + entities: + - uid: 2647 components: - type: Transform - pos: 6.5,-63.5 + pos: -55.5,-0.5 parent: 2 - - uid: 665 + - uid: 2648 components: - type: Transform - pos: 4.5,-65.5 + pos: -55.5,-1.5 parent: 2 - - uid: 666 + - uid: 2649 components: - type: Transform - pos: 5.5,-65.5 + pos: -55.5,-2.5 parent: 2 - - uid: 667 + - uid: 2650 components: - type: Transform - pos: 6.5,-65.5 + pos: -55.5,-3.5 parent: 2 - - uid: 668 + - uid: 2651 components: - type: Transform - pos: -5.5,-65.5 + pos: -54.5,-0.5 parent: 2 - - uid: 669 + - uid: 2652 components: - type: Transform - pos: -6.5,-65.5 + pos: -54.5,-1.5 parent: 2 - - uid: 670 + - uid: 2653 components: - type: Transform - pos: -7.5,-65.5 + pos: -54.5,-2.5 parent: 2 - - uid: 671 + - uid: 2654 components: - type: Transform - pos: -7.5,-63.5 + pos: -54.5,-3.5 parent: 2 - - uid: 672 + - uid: 2655 components: - type: Transform - pos: -6.5,-63.5 + pos: -53.5,-0.5 parent: 2 - - uid: 673 + - uid: 2656 components: - type: Transform - pos: -5.5,-63.5 + pos: -53.5,-1.5 parent: 2 - - uid: 680 + - uid: 2657 components: - type: Transform - pos: 14.5,-56.5 + pos: -53.5,-2.5 parent: 2 - - uid: 681 + - uid: 2658 components: - type: Transform - pos: 11.5,-51.5 + pos: -53.5,-3.5 parent: 2 - - uid: 682 + - uid: 2659 components: - type: Transform - pos: 12.5,-51.5 + pos: -52.5,-3.5 parent: 2 - - uid: 683 + - uid: 2660 components: - type: Transform - pos: 7.5,-51.5 + pos: -52.5,-2.5 parent: 2 - - uid: 689 + - uid: 2661 components: - type: Transform - pos: 16.5,-37.5 + pos: -52.5,-1.5 parent: 2 - - uid: 690 + - uid: 8019 components: - type: Transform - pos: -15.5,-65.5 + pos: -37.5,11.5 parent: 2 - - uid: 691 + - uid: 8020 components: - type: Transform - pos: -14.5,-56.5 + pos: -38.5,12.5 parent: 2 - - uid: 692 + - uid: 8021 components: - type: Transform - pos: -13.5,-58.5 + pos: -38.5,13.5 parent: 2 - - uid: 693 + - uid: 8022 components: - type: Transform - pos: 12.5,-58.5 + pos: -37.5,12.5 parent: 2 - - uid: 696 + - uid: 8023 components: - type: Transform - pos: 14.5,-58.5 + pos: -37.5,13.5 parent: 2 - - uid: 697 +- proto: CarpetBlack + entities: + - uid: 2804 components: - type: Transform - pos: 12.5,-56.5 + pos: -55.5,-22.5 parent: 2 - - uid: 698 + - uid: 2805 components: - type: Transform - pos: 13.5,-56.5 + pos: -55.5,-21.5 parent: 2 - - uid: 705 + - uid: 2806 components: - type: Transform - pos: 6.5,-49.5 + pos: -55.5,-20.5 parent: 2 - - uid: 706 + - uid: 2807 components: - type: Transform - pos: 6.5,-48.5 + pos: -55.5,-19.5 parent: 2 - - uid: 707 + - uid: 2808 components: - type: Transform - pos: 6.5,-50.5 + pos: -54.5,-22.5 parent: 2 - - uid: 711 + - uid: 2809 components: - type: Transform - pos: 12.5,-45.5 + pos: -54.5,-21.5 parent: 2 - - uid: 712 + - uid: 2810 components: - type: Transform - pos: 11.5,-45.5 + pos: -54.5,-20.5 parent: 2 - - uid: 713 + - uid: 2811 components: - type: Transform - pos: 10.5,-29.5 + pos: -54.5,-19.5 parent: 2 - - uid: 714 + - uid: 2812 components: - type: Transform - pos: 11.5,-44.5 + pos: -53.5,-22.5 parent: 2 - - uid: 719 + - uid: 2813 components: - type: Transform - pos: 6.5,-44.5 + pos: -53.5,-21.5 parent: 2 - - uid: 720 + - uid: 7867 components: - type: Transform - pos: 11.5,-29.5 + pos: 35.5,-10.5 parent: 2 - - uid: 722 + - uid: 7868 components: - type: Transform - pos: -7.5,-48.5 + pos: 35.5,-11.5 parent: 2 - - uid: 723 + - uid: 7869 components: - type: Transform - pos: -12.5,-51.5 + pos: 35.5,-12.5 parent: 2 - - uid: 724 + - uid: 7870 components: - type: Transform - pos: -12.5,-45.5 + pos: 34.5,-10.5 parent: 2 - - uid: 725 + - uid: 7871 components: - type: Transform - pos: -14.5,-58.5 + pos: 34.5,-11.5 parent: 2 - - uid: 726 + - uid: 7872 components: - type: Transform - pos: -14.5,-65.5 + pos: 34.5,-12.5 parent: 2 - - uid: 727 + - uid: 7873 components: - type: Transform - pos: -13.5,-65.5 + pos: 33.5,-10.5 parent: 2 - - uid: 728 + - uid: 7874 components: - type: Transform - pos: -15.5,-63.5 + pos: 33.5,-11.5 parent: 2 - - uid: 729 + - uid: 7876 components: - type: Transform - pos: -14.5,-63.5 + pos: 32.5,-11.5 parent: 2 - - uid: 730 + - uid: 7877 components: - type: Transform - pos: -13.5,-63.5 + pos: 32.5,-10.5 parent: 2 - - uid: 732 + - uid: 7878 components: - type: Transform - pos: -13.5,-52.5 + pos: 31.5,-11.5 parent: 2 - - uid: 749 + - uid: 7879 components: - type: Transform - pos: -13.5,-51.5 + pos: 31.5,-10.5 parent: 2 - - uid: 750 + - uid: 7925 components: - type: Transform - pos: -13.5,-56.5 + pos: 55.5,-9.5 parent: 2 - - uid: 751 + - uid: 7926 components: - type: Transform - pos: -15.5,-56.5 + pos: 56.5,-9.5 parent: 2 - - uid: 752 + - uid: 7927 components: - type: Transform - pos: -15.5,-58.5 + pos: 57.5,-9.5 parent: 2 - - uid: 753 + - uid: 7928 components: - type: Transform - pos: 17.5,-36.5 + pos: 55.5,-10.5 parent: 2 - - uid: 754 + - uid: 7929 components: - type: Transform - pos: 7.5,-44.5 + pos: 56.5,-10.5 parent: 2 - - uid: 755 + - uid: 7958 components: - type: Transform - pos: 17.5,-37.5 + pos: -40.5,12.5 parent: 2 - - uid: 757 + - uid: 8013 components: - type: Transform - pos: 12.5,-50.5 + pos: -42.5,12.5 parent: 2 - - uid: 758 + - uid: 8015 components: - type: Transform - pos: 12.5,-52.5 + pos: -41.5,11.5 parent: 2 - - uid: 761 + - uid: 8016 components: - type: Transform - pos: 13.5,-58.5 + pos: -42.5,11.5 parent: 2 - - uid: 776 + - uid: 8017 components: - type: Transform - pos: -10.5,-68.5 + pos: -41.5,10.5 parent: 2 - - uid: 778 + - uid: 8018 components: - type: Transform - pos: 1.5,-13.5 + pos: -42.5,10.5 parent: 2 - - uid: 783 + - uid: 8024 components: - type: Transform - pos: -13.5,-46.5 + pos: -40.5,10.5 parent: 2 - - uid: 785 + - uid: 8026 components: - type: Transform - pos: -13.5,-50.5 + pos: -41.5,12.5 parent: 2 - - uid: 787 + - uid: 8028 components: - type: Transform - pos: -12.5,-44.5 + pos: -41.5,13.5 parent: 2 - - uid: 788 + - uid: 8032 components: - type: Transform - pos: -13.5,-45.5 + pos: -40.5,13.5 parent: 2 - - uid: 794 + - uid: 8033 components: - type: Transform - pos: -8.5,-44.5 + pos: -40.5,11.5 parent: 2 - - uid: 795 + - uid: 8243 components: - type: Transform - pos: -7.5,-44.5 + pos: -7.5,-12.5 parent: 2 - - uid: 796 + - uid: 8244 components: - type: Transform - pos: -11.5,-31.5 + pos: -7.5,-11.5 parent: 2 - - uid: 804 + - uid: 8245 components: - type: Transform - pos: 12.5,-63.5 + pos: -6.5,-12.5 parent: 2 - - uid: 805 + - uid: 8246 components: - type: Transform - pos: 13.5,-63.5 + pos: -6.5,-11.5 parent: 2 - - uid: 806 + - uid: 8247 components: - type: Transform - pos: 14.5,-63.5 + pos: -8.5,-12.5 parent: 2 - - uid: 807 +- proto: CarpetBlue + entities: + - uid: 2628 components: - type: Transform - pos: 12.5,-65.5 + pos: -48.5,4.5 parent: 2 - - uid: 808 + - uid: 2629 components: - type: Transform - pos: 13.5,-65.5 + pos: -48.5,3.5 parent: 2 - - uid: 809 + - uid: 2630 components: - type: Transform - pos: 14.5,-65.5 + pos: -48.5,2.5 parent: 2 - - uid: 824 + - uid: 2631 components: - type: Transform - pos: 9.5,-68.5 + pos: -49.5,4.5 parent: 2 - - uid: 830 + - uid: 2632 components: - type: Transform - pos: -4.5,-30.5 + pos: -49.5,3.5 parent: 2 - - uid: 831 + - uid: 2633 components: - type: Transform - pos: -3.5,-30.5 + pos: -49.5,2.5 parent: 2 - - uid: 856 + - uid: 2635 components: - type: Transform - pos: 18.5,-36.5 + pos: -50.5,2.5 parent: 2 - - uid: 857 + - uid: 2637 components: - type: Transform - pos: 19.5,-36.5 + pos: -50.5,4.5 parent: 2 - - uid: 858 + - uid: 2638 components: - type: Transform - pos: 19.5,-37.5 + pos: -50.5,3.5 parent: 2 - - uid: 859 + - uid: 2766 components: - type: Transform - pos: 20.5,-37.5 + pos: -48.5,-25.5 parent: 2 - - uid: 860 + - uid: 2767 components: - type: Transform - pos: 21.5,-37.5 + pos: -48.5,-26.5 parent: 2 - - uid: 861 + - uid: 2768 components: - type: Transform - pos: 45.5,-1.5 + pos: -48.5,-27.5 parent: 2 - - uid: 862 + - uid: 2769 components: - type: Transform - pos: 1.5,-9.5 + pos: -49.5,-25.5 parent: 2 - - uid: 863 + - uid: 2770 components: - type: Transform - pos: 45.5,0.5 + pos: -49.5,-26.5 parent: 2 - - uid: 864 + - uid: 2771 components: - type: Transform - pos: 21.5,-41.5 + pos: -49.5,-27.5 parent: 2 - - uid: 865 + - uid: 2772 components: - type: Transform - pos: 20.5,-41.5 + pos: -50.5,-27.5 parent: 2 - - uid: 866 + - uid: 2773 components: - type: Transform - pos: 19.5,-41.5 + pos: -50.5,-26.5 parent: 2 - - uid: 867 + - uid: 2774 components: - type: Transform - pos: 17.5,-42.5 + pos: -50.5,-25.5 parent: 2 - - uid: 868 + - uid: 7993 components: - type: Transform - pos: 18.5,-42.5 + pos: -22.5,-18.5 parent: 2 - - uid: 869 + - uid: 7994 components: - type: Transform - pos: 19.5,-42.5 + pos: -22.5,-17.5 parent: 2 - - uid: 881 + - uid: 7995 components: - type: Transform - pos: -13.5,-37.5 + pos: -23.5,-18.5 parent: 2 - - uid: 882 + - uid: 7996 components: - type: Transform - pos: -14.5,-37.5 + pos: -23.5,-17.5 parent: 2 - - uid: 883 + - uid: 7997 components: - type: Transform - pos: -15.5,-37.5 + pos: -24.5,-18.5 parent: 2 - - uid: 884 + - uid: 7998 components: - type: Transform - pos: -16.5,-37.5 + pos: -24.5,-17.5 parent: 2 - - uid: 885 + - uid: 7999 components: - type: Transform - pos: -17.5,-37.5 + pos: -23.5,-19.5 parent: 2 - - uid: 886 + - uid: 8000 components: - type: Transform - pos: -18.5,-37.5 + pos: -24.5,-19.5 parent: 2 - - uid: 887 +- proto: CarpetGreen + entities: + - uid: 2789 components: - type: Transform - pos: -18.5,-36.5 + pos: -51.5,-18.5 parent: 2 - - uid: 888 + - uid: 2790 components: - type: Transform - pos: -19.5,-36.5 + pos: -51.5,-19.5 parent: 2 - - uid: 889 + - uid: 2791 components: - type: Transform - pos: -20.5,-36.5 + pos: -51.5,-20.5 parent: 2 - - uid: 890 + - uid: 2792 components: - type: Transform - pos: -20.5,-37.5 + pos: -50.5,-18.5 parent: 2 - - uid: 891 + - uid: 2793 components: - type: Transform - pos: -21.5,-37.5 + pos: -50.5,-19.5 parent: 2 - - uid: 892 + - uid: 2794 components: - type: Transform - pos: -22.5,-37.5 + pos: -50.5,-20.5 parent: 2 - - uid: 893 + - uid: 2795 components: - type: Transform - pos: -22.5,-41.5 + pos: -49.5,-18.5 parent: 2 - - uid: 894 + - uid: 2796 components: - type: Transform - pos: -21.5,-41.5 + pos: -49.5,-19.5 parent: 2 - - uid: 895 + - uid: 2797 components: - type: Transform - pos: -20.5,-41.5 + pos: -49.5,-20.5 parent: 2 - - uid: 896 + - uid: 2798 components: - type: Transform - pos: -20.5,-42.5 + pos: -48.5,-18.5 parent: 2 - - uid: 897 + - uid: 2799 components: - type: Transform - pos: -19.5,-42.5 + pos: -48.5,-19.5 parent: 2 - - uid: 898 + - uid: 2800 components: - type: Transform - pos: -18.5,-42.5 + pos: -48.5,-20.5 parent: 2 - - uid: 899 + - uid: 2801 components: - type: Transform - pos: -18.5,-41.5 + pos: -50.5,-21.5 parent: 2 - - uid: 900 + - uid: 2802 components: - type: Transform - pos: -17.5,-41.5 + pos: -49.5,-21.5 parent: 2 - - uid: 904 + - uid: 2803 components: - type: Transform - pos: -13.5,-41.5 + pos: -48.5,-21.5 parent: 2 - - uid: 906 + - uid: 8235 components: - type: Transform - pos: -12.5,-35.5 + pos: -16.5,-15.5 parent: 2 - - uid: 907 + - uid: 8236 components: - type: Transform - pos: -12.5,-34.5 + pos: -16.5,-16.5 parent: 2 - - uid: 908 + - uid: 8237 components: - type: Transform - pos: 4.5,-29.5 + pos: -16.5,-17.5 parent: 2 - - uid: 909 + - uid: 8238 components: - type: Transform - pos: 1.5,-28.5 + pos: -15.5,-15.5 parent: 2 - - uid: 918 + - uid: 8239 components: - type: Transform - pos: 10.5,-3.5 + pos: -15.5,-16.5 parent: 2 - - uid: 919 + - uid: 8240 components: - type: Transform - pos: 11.5,-3.5 + pos: -15.5,-17.5 parent: 2 - - uid: 920 + - uid: 8241 components: - type: Transform - pos: 11.5,-2.5 + pos: -16.5,-18.5 parent: 2 - - uid: 921 + - uid: 8242 components: - type: Transform - pos: 12.5,-2.5 + pos: -16.5,-14.5 parent: 2 - - uid: 923 +- proto: CarpetOrange + entities: + - uid: 2662 components: - type: Transform - pos: 14.5,-2.5 + pos: -50.5,-4.5 parent: 2 - - uid: 924 + - uid: 2663 components: - type: Transform - pos: 27.5,-3.5 + pos: -50.5,-3.5 parent: 2 - - uid: 925 + - uid: 2664 components: - type: Transform - pos: 27.5,-4.5 + pos: -50.5,-2.5 parent: 2 - - uid: 926 + - uid: 2665 components: - type: Transform - pos: 26.5,-4.5 + pos: -49.5,-4.5 parent: 2 - - uid: 927 + - uid: 2666 components: - type: Transform - pos: 25.5,-4.5 + pos: -49.5,-3.5 parent: 2 - - uid: 928 + - uid: 2667 components: - type: Transform - pos: 21.5,-4.5 + pos: -49.5,-2.5 parent: 2 - - uid: 937 + - uid: 2668 components: - type: Transform - pos: 27.5,-9.5 + pos: -48.5,-4.5 parent: 2 - - uid: 939 + - uid: 2669 components: - type: Transform - pos: 29.5,-14.5 + pos: -48.5,-3.5 parent: 2 - - uid: 940 + - uid: 2670 components: - type: Transform - pos: 19.5,-2.5 + pos: -48.5,-2.5 parent: 2 - - uid: 941 + - uid: 2671 components: - type: Transform - pos: 18.5,-2.5 + pos: -49.5,-1.5 parent: 2 - - uid: 942 + - uid: 2672 components: - type: Transform - pos: 15.5,-2.5 + pos: -48.5,-1.5 parent: 2 - - uid: 943 + - uid: 7887 components: - type: Transform - pos: 16.5,-2.5 + pos: 60.5,-17.5 parent: 2 - - uid: 944 + - uid: 7888 components: - type: Transform - pos: 17.5,-2.5 + pos: 60.5,-16.5 parent: 2 - - uid: 945 + - uid: 7889 components: - type: Transform - pos: 18.5,-18.5 + pos: 60.5,-15.5 parent: 2 - - uid: 946 + - uid: 7890 components: - type: Transform - pos: 29.5,-16.5 + pos: 59.5,-17.5 parent: 2 - - uid: 947 + - uid: 7891 components: - type: Transform - pos: 30.5,-11.5 + pos: 59.5,-16.5 parent: 2 - - uid: 948 + - uid: 7892 components: - type: Transform - pos: 18.5,-19.5 + pos: 59.5,-15.5 parent: 2 - - uid: 950 + - uid: 7893 components: - type: Transform - pos: 29.5,-15.5 + pos: 58.5,-16.5 parent: 2 - - uid: 952 + - uid: 7894 components: - type: Transform - pos: 28.5,-16.5 + pos: 58.5,-17.5 parent: 2 - - uid: 955 + - uid: 7895 components: - type: Transform - pos: 19.5,-10.5 + pos: 60.5,-14.5 parent: 2 - - uid: 956 + - uid: 7896 components: - type: Transform - pos: 18.5,-10.5 + pos: 59.5,-14.5 parent: 2 - - uid: 957 + - uid: 8221 components: - type: Transform - pos: 17.5,-10.5 + pos: -14.5,-10.5 parent: 2 - - uid: 958 + - uid: 8222 components: - type: Transform - pos: 33.5,-9.5 + pos: -15.5,-10.5 parent: 2 - - uid: 959 + - uid: 8223 components: - type: Transform - pos: 24.5,-15.5 + pos: -16.5,-10.5 parent: 2 - - uid: 961 + - uid: 8224 components: - type: Transform - pos: 34.5,-9.5 + pos: -14.5,-11.5 parent: 2 - - uid: 962 + - uid: 8225 components: - type: Transform - pos: 31.5,-14.5 + pos: -15.5,-11.5 parent: 2 - - uid: 963 +- proto: CarpetPurple + entities: + - uid: 7566 components: - type: Transform - pos: 30.5,-2.5 + pos: -6.5,-18.5 parent: 2 - - uid: 964 + - uid: 7859 components: - type: Transform - pos: 29.5,-2.5 + pos: 34.5,9.5 parent: 2 - - uid: 965 + - uid: 7860 components: - type: Transform - pos: 28.5,-2.5 + pos: 34.5,8.5 parent: 2 - - uid: 966 + - uid: 7861 components: - type: Transform - pos: 27.5,-2.5 + pos: 35.5,9.5 parent: 2 - - uid: 972 + - uid: 7862 components: - type: Transform - pos: 40.5,-20.5 + pos: 35.5,8.5 parent: 2 - - uid: 973 + - uid: 7863 components: - type: Transform - pos: 20.5,-14.5 + pos: 36.5,9.5 parent: 2 - - uid: 977 + - uid: 7864 components: - type: Transform - pos: 28.5,-10.5 + pos: 36.5,8.5 parent: 2 - - uid: 978 + - uid: 7865 components: - type: Transform - pos: 27.5,-10.5 + pos: 35.5,7.5 parent: 2 - - uid: 981 + - uid: 7866 components: - type: Transform - pos: 19.5,-4.5 + pos: 36.5,7.5 parent: 2 - - uid: 982 + - uid: 8228 components: - type: Transform - pos: 20.5,-4.5 + pos: -7.5,-18.5 parent: 2 - - uid: 983 + - uid: 8230 components: - type: Transform - pos: 19.5,-3.5 + pos: -8.5,-18.5 parent: 2 - - uid: 986 + - uid: 8233 components: - type: Transform - pos: 14.5,-8.5 + pos: -7.5,-17.5 parent: 2 - - uid: 987 + - uid: 8234 components: - type: Transform - pos: 14.5,-7.5 + pos: -6.5,-17.5 parent: 2 - - uid: 988 +- proto: CarpetSBlue + entities: + - uid: 2618 components: - type: Transform - pos: 14.5,-6.5 + pos: -54.5,2.5 parent: 2 - - uid: 989 + - uid: 2619 components: - type: Transform - pos: 14.5,-5.5 + pos: -54.5,3.5 parent: 2 - - uid: 990 + - uid: 2636 components: - type: Transform - pos: 14.5,-4.5 + pos: -55.5,4.5 parent: 2 - - uid: 991 + - uid: 2639 components: - type: Transform - pos: 14.5,-3.5 + pos: -53.5,1.5 parent: 2 - - uid: 994 + - uid: 2640 components: - type: Transform - pos: 11.5,1.5 + pos: -54.5,1.5 parent: 2 - - uid: 996 + - uid: 2642 components: - type: Transform - pos: 36.5,-10.5 + pos: -55.5,3.5 parent: 2 - - uid: 997 + - uid: 2643 components: - type: Transform - pos: 30.5,-10.5 + pos: -53.5,2.5 parent: 2 - - uid: 998 + - uid: 2644 components: - type: Transform - pos: 30.5,-9.5 + pos: -54.5,4.5 parent: 2 - - uid: 999 + - uid: 2645 components: - type: Transform - pos: 31.5,-9.5 + pos: -55.5,1.5 parent: 2 - - uid: 1000 + - uid: 2646 components: - type: Transform - pos: 29.5,-10.5 + pos: -55.5,2.5 parent: 2 - - uid: 1001 + - uid: 2775 components: - type: Transform - pos: 32.5,-9.5 + pos: -55.5,-24.5 parent: 2 - - uid: 1002 + - uid: 2776 components: - type: Transform - pos: 32.5,-8.5 + pos: -55.5,-25.5 parent: 2 - - uid: 1005 + - uid: 2777 components: - type: Transform - pos: 5.5,16.5 + pos: -55.5,-26.5 parent: 2 - - uid: 1014 + - uid: 2778 components: - type: Transform - pos: 32.5,-7.5 + pos: -55.5,-27.5 parent: 2 - - uid: 1015 + - uid: 2779 components: - type: Transform - pos: 32.5,-6.5 + pos: -54.5,-24.5 parent: 2 - - uid: 1016 + - uid: 2780 components: - type: Transform - pos: 32.5,-5.5 + pos: -54.5,-25.5 parent: 2 - - uid: 1017 + - uid: 2781 components: - type: Transform - pos: 32.5,-2.5 + pos: -54.5,-26.5 parent: 2 - - uid: 1018 + - uid: 2782 components: - type: Transform - pos: 32.5,-4.5 + pos: -54.5,-27.5 parent: 2 - - uid: 1019 + - uid: 2783 components: - type: Transform - pos: 31.5,-2.5 + pos: -54.5,-28.5 parent: 2 - - uid: 1024 + - uid: 2784 components: - type: Transform - pos: 32.5,-3.5 + pos: -53.5,-28.5 parent: 2 - - uid: 1030 + - uid: 2786 components: - type: Transform - pos: 19.5,-8.5 + pos: -53.5,-27.5 parent: 2 - - uid: 1031 + - uid: 2787 components: - type: Transform - pos: 19.5,-9.5 + pos: -53.5,-26.5 parent: 2 - - uid: 1034 + - uid: 8226 components: - type: Transform - pos: 27.5,-8.5 + pos: -7.5,-21.5 parent: 2 - - uid: 1046 + - uid: 8227 components: - type: Transform - pos: 25.5,-16.5 + pos: -6.5,-21.5 parent: 2 - - uid: 1047 + - uid: 8231 components: - type: Transform - pos: 27.5,-16.5 + pos: -7.5,-20.5 parent: 2 - - uid: 1048 + - uid: 8232 components: - type: Transform - pos: 24.5,-16.5 + pos: -6.5,-20.5 parent: 2 - - uid: 1052 +- proto: Catwalk + entities: + - uid: 22 components: - type: Transform - pos: 20.5,-15.5 + pos: 10.5,-19.5 parent: 2 - - uid: 1054 + - uid: 30 components: - type: Transform - pos: 30.5,-13.5 + pos: 10.5,-18.5 parent: 2 - - uid: 1055 + - uid: 33 components: - type: Transform - pos: 26.5,-16.5 + pos: 10.5,-20.5 parent: 2 - - uid: 1058 + - uid: 36 components: - type: Transform - pos: 22.5,-15.5 + pos: 14.5,-10.5 parent: 2 - - uid: 1060 + - uid: 101 components: - type: Transform - pos: 30.5,-14.5 + pos: 10.5,-21.5 parent: 2 - - uid: 1062 + - uid: 103 components: - type: Transform - pos: 21.5,-15.5 + pos: 14.5,-20.5 parent: 2 - - uid: 1064 + - uid: 106 components: - type: Transform - pos: 19.5,-14.5 + pos: 10.5,-14.5 parent: 2 - - uid: 1090 + - uid: 143 components: - type: Transform - pos: 23.5,-14.5 + pos: 6.5,-18.5 parent: 2 - - uid: 1091 + - uid: 144 components: - type: Transform - pos: 23.5,-10.5 + pos: 6.5,-19.5 parent: 2 - - uid: 1092 + - uid: 145 components: - type: Transform - pos: 23.5,-15.5 + pos: 6.5,-20.5 parent: 2 - - uid: 1095 + - uid: 146 components: - type: Transform - pos: 36.5,-11.5 + pos: 6.5,-21.5 parent: 2 - - uid: 1098 + - uid: 147 components: - type: Transform - pos: 36.5,-12.5 + pos: 6.5,-13.5 parent: 2 - - uid: 1099 + - uid: 148 components: - type: Transform - pos: 35.5,-13.5 + pos: 6.5,-12.5 parent: 2 - - uid: 1100 + - uid: 149 components: - type: Transform - pos: 35.5,-14.5 + pos: 10.5,-11.5 parent: 2 - - uid: 1101 + - uid: 150 components: - type: Transform - pos: 36.5,-13.5 + pos: 10.5,-12.5 parent: 2 - - uid: 1102 + - uid: 151 components: - type: Transform - pos: 33.5,-14.5 + pos: 6.5,-10.5 parent: 2 - - uid: 1103 + - uid: 152 components: - type: Transform - pos: 34.5,-14.5 + pos: 6.5,-11.5 parent: 2 - - uid: 1104 + - uid: 153 components: - type: Transform - pos: 12.5,1.5 + pos: 6.5,-14.5 parent: 2 - - uid: 1105 + - uid: 154 components: - type: Transform - pos: 32.5,-14.5 + pos: 10.5,-10.5 parent: 2 - - uid: 1107 + - uid: 156 components: - type: Transform - pos: 13.5,1.5 + pos: 6.5,-22.5 parent: 2 - - uid: 1110 + - uid: 163 components: - type: Transform - pos: 36.5,-9.5 + pos: 14.5,-22.5 parent: 2 - - uid: 1111 + - uid: 164 components: - type: Transform - pos: 35.5,-9.5 + pos: 14.5,-14.5 parent: 2 - - uid: 1112 + - uid: 165 components: - type: Transform - pos: 14.5,1.5 + pos: 14.5,-13.5 parent: 2 - - uid: 1113 + - uid: 166 components: - type: Transform - pos: 15.5,1.5 + pos: 14.5,-12.5 parent: 2 - - uid: 1114 + - uid: 167 components: - type: Transform - pos: 16.5,1.5 + pos: 14.5,-19.5 parent: 2 - - uid: 1115 + - uid: 168 components: - type: Transform - pos: 17.5,1.5 + pos: 14.5,-18.5 parent: 2 - - uid: 1116 + - uid: 171 components: - type: Transform - pos: 18.5,1.5 + pos: 10.5,-22.5 parent: 2 - - uid: 1117 + - uid: 172 components: - type: Transform - pos: 19.5,1.5 + pos: 14.5,-21.5 parent: 2 - - uid: 1118 + - uid: 173 components: - type: Transform - pos: 20.5,1.5 + pos: 14.5,-11.5 parent: 2 - - uid: 1119 + - uid: 181 components: - type: Transform - pos: 20.5,2.5 + pos: 10.5,-13.5 parent: 2 - - uid: 1120 + - uid: 1279 components: - type: Transform - pos: 26.5,2.5 + pos: 29.5,3.5 parent: 2 - - uid: 1121 + - uid: 1280 components: - type: Transform - pos: 26.5,1.5 + pos: 30.5,3.5 parent: 2 - - uid: 1122 + - uid: 1281 components: - type: Transform - pos: 27.5,1.5 + pos: 31.5,3.5 parent: 2 - - uid: 1125 + - uid: 1282 components: - type: Transform - pos: 26.5,3.5 + pos: 32.5,3.5 parent: 2 - - uid: 1127 + - uid: 1283 components: - type: Transform - pos: 24.5,3.5 + pos: 33.5,3.5 parent: 2 - - uid: 1128 + - uid: 1284 components: - type: Transform - pos: 22.5,3.5 + pos: 36.5,3.5 parent: 2 - - uid: 1130 + - uid: 1285 components: - type: Transform - pos: 20.5,3.5 + pos: 37.5,3.5 parent: 2 - - uid: 1134 + - uid: 1286 components: - type: Transform - pos: 13.5,2.5 + pos: 38.5,3.5 parent: 2 - - uid: 1135 + - uid: 3070 components: - type: Transform - pos: 13.5,3.5 + pos: -3.5,29.5 parent: 2 - - uid: 1136 + - uid: 3071 components: - type: Transform - pos: 13.5,4.5 + pos: -2.5,29.5 parent: 2 - - uid: 1137 + - uid: 3075 components: - type: Transform - pos: 13.5,5.5 + pos: -4.5,26.5 parent: 2 - - uid: 1138 + - uid: 3076 components: - type: Transform - pos: 13.5,6.5 + pos: -4.5,27.5 parent: 2 - - uid: 1139 + - uid: 3077 components: - type: Transform - pos: 14.5,6.5 + pos: -4.5,28.5 parent: 2 - - uid: 1140 + - uid: 3078 components: - type: Transform - pos: 14.5,7.5 + pos: -5.5,26.5 parent: 2 - - uid: 1141 + - uid: 3169 components: - type: Transform - pos: 14.5,8.5 + pos: -8.5,22.5 parent: 2 - - uid: 1142 + - uid: 3170 components: - type: Transform - pos: 14.5,9.5 + pos: -8.5,23.5 parent: 2 - - uid: 1143 + - uid: 3171 components: - type: Transform - pos: -12.5,-33.5 + pos: -8.5,24.5 parent: 2 - - uid: 1146 + - uid: 3172 components: - type: Transform - pos: 18.5,9.5 + pos: -8.5,25.5 parent: 2 - - uid: 1147 + - uid: 3173 components: - type: Transform - pos: 19.5,9.5 + pos: -7.5,24.5 parent: 2 - - uid: 1151 + - uid: 3174 components: - type: Transform - pos: 19.5,4.5 + pos: -4.5,30.5 parent: 2 - - uid: 1152 + - uid: 3175 components: - type: Transform - pos: 20.5,4.5 + pos: -4.5,31.5 parent: 2 - - uid: 1190 + - uid: 3177 components: - type: Transform - pos: 27.5,3.5 + pos: -8.5,30.5 parent: 2 - - uid: 1191 + - uid: 3178 components: - type: Transform - pos: 27.5,4.5 + pos: -8.5,31.5 parent: 2 - - uid: 1192 + - uid: 3179 components: - type: Transform - pos: 27.5,5.5 + pos: -7.5,31.5 parent: 2 - - uid: 1195 + - uid: 3182 components: - type: Transform - pos: 29.5,5.5 + rot: 1.5707963267948966 rad + pos: -1.5,29.5 parent: 2 - - uid: 1196 + - uid: 3195 components: - type: Transform - pos: 29.5,4.5 + pos: -44.5,5.5 parent: 2 - - uid: 1197 + - uid: 3196 components: - type: Transform - pos: 30.5,4.5 + pos: -44.5,6.5 parent: 2 - - uid: 1198 + - uid: 3197 components: - type: Transform - pos: 31.5,4.5 + pos: -44.5,3.5 parent: 2 - - uid: 1199 + - uid: 3198 components: - type: Transform - pos: 32.5,4.5 + pos: -44.5,2.5 parent: 2 - - uid: 1200 + - uid: 3207 components: - type: Transform - pos: 33.5,4.5 + pos: -40.5,-8.5 parent: 2 - - uid: 1201 + - uid: 3208 components: - type: Transform - pos: 33.5,5.5 + pos: -40.5,-7.5 parent: 2 - - uid: 1204 + - uid: 3209 components: - type: Transform - pos: 27.5,9.5 + pos: -40.5,-4.5 parent: 2 - - uid: 1205 + - uid: 3210 components: - type: Transform - pos: 27.5,10.5 + pos: -40.5,-5.5 parent: 2 - - uid: 1206 + - uid: 3211 components: - type: Transform - pos: 26.5,10.5 + pos: -38.5,-8.5 parent: 2 - - uid: 1207 + - uid: 3212 components: - type: Transform - pos: 25.5,10.5 + pos: -38.5,-9.5 parent: 2 - - uid: 1208 + - uid: 3213 components: - type: Transform - pos: 24.5,10.5 + pos: -38.5,-10.5 parent: 2 - - uid: 1209 + - uid: 3214 components: - type: Transform - pos: 23.5,10.5 + pos: -37.5,-11.5 parent: 2 - - uid: 1210 + - uid: 3215 components: - type: Transform - pos: 22.5,10.5 + pos: -36.5,-11.5 parent: 2 - - uid: 1211 + - uid: 3216 components: - type: Transform - pos: 21.5,10.5 + pos: -35.5,-11.5 parent: 2 - - uid: 1212 + - uid: 3217 components: - type: Transform - pos: 21.5,9.5 + pos: -34.5,-11.5 parent: 2 - - uid: 1213 + - uid: 3225 components: - type: Transform - pos: 20.5,9.5 + pos: -34.5,-12.5 parent: 2 - - uid: 1214 + - uid: 3229 components: - type: Transform - pos: 28.5,10.5 + pos: -32.5,-14.5 parent: 2 - - uid: 1215 + - uid: 3230 components: - type: Transform - pos: 29.5,10.5 + pos: -33.5,-14.5 parent: 2 - - uid: 1216 + - uid: 3251 components: - type: Transform - pos: 30.5,10.5 + pos: -38.5,2.5 parent: 2 - - uid: 1219 + - uid: 3263 components: - type: Transform - pos: 33.5,10.5 + pos: 8.5,-29.5 parent: 2 - - uid: 1220 + - uid: 3264 components: - type: Transform - pos: 33.5,9.5 + pos: 9.5,-28.5 parent: 2 - - uid: 1221 + - uid: 3265 components: - type: Transform - pos: 33.5,8.5 + pos: 9.5,-27.5 parent: 2 - - uid: 1222 + - uid: 3266 components: - type: Transform - pos: 33.5,7.5 + pos: 7.5,-27.5 parent: 2 - - uid: 1223 + - uid: 3267 components: - type: Transform - pos: 28.5,5.5 + pos: 6.5,-27.5 parent: 2 - - uid: 1229 + - uid: 3268 components: - type: Transform - pos: 34.5,5.5 + pos: 5.5,-27.5 parent: 2 - - uid: 1230 + - uid: 3269 components: - type: Transform - pos: 35.5,5.5 + pos: 3.5,-27.5 parent: 2 - - uid: 1231 + - uid: 3270 components: - type: Transform - pos: 36.5,5.5 + pos: 3.5,-26.5 parent: 2 - - uid: 1240 + - uid: 3271 components: - type: Transform - pos: 37.5,5.5 + pos: 2.5,-26.5 parent: 2 - - uid: 1241 + - uid: 3301 components: - type: Transform - pos: 38.5,5.5 + pos: 40.5,-12.5 parent: 2 - - uid: 1242 + - uid: 3302 components: - type: Transform - pos: 38.5,6.5 + pos: 39.5,-12.5 parent: 2 - - uid: 1243 + - uid: 3303 components: - type: Transform - pos: 38.5,7.5 + pos: 38.5,-12.5 parent: 2 - - uid: 1244 + - uid: 3304 components: - type: Transform - pos: 38.5,8.5 + pos: 37.5,-10.5 parent: 2 - - uid: 1250 + - uid: 3305 components: - type: Transform - pos: 34.5,10.5 + pos: 37.5,-9.5 parent: 2 - - uid: 1269 + - uid: 3306 components: - type: Transform - pos: 29.5,1.5 + pos: 37.5,-8.5 parent: 2 - - uid: 1270 + - uid: 3307 components: - type: Transform - pos: 30.5,1.5 + pos: 37.5,-6.5 parent: 2 - - uid: 1271 + - uid: 3308 components: - type: Transform - pos: 31.5,1.5 + pos: 37.5,-5.5 parent: 2 - - uid: 1272 + - uid: 3309 components: - type: Transform - pos: 32.5,1.5 + pos: 36.5,-5.5 parent: 2 - - uid: 1273 + - uid: 3310 components: - type: Transform - pos: 33.5,1.5 + pos: 35.5,-4.5 parent: 2 - - uid: 1274 + - uid: 3311 components: - type: Transform - pos: 34.5,1.5 + pos: 35.5,-3.5 parent: 2 - - uid: 1275 + - uid: 3356 components: - type: Transform - pos: 35.5,1.5 + pos: 42.5,3.5 parent: 2 - - uid: 1276 + - uid: 3357 components: - type: Transform - pos: 36.5,1.5 + pos: 43.5,3.5 parent: 2 - - uid: 1277 + - uid: 3358 components: - type: Transform - pos: 37.5,1.5 + pos: 44.5,3.5 parent: 2 - - uid: 1278 + - uid: 3359 components: - type: Transform - pos: 38.5,1.5 + pos: 45.5,3.5 parent: 2 - - uid: 1292 + - uid: 3360 components: - type: Transform - pos: 33.5,-2.5 + pos: 46.5,3.5 parent: 2 - - uid: 1293 + - uid: 3361 components: - type: Transform - pos: 34.5,-2.5 + pos: 46.5,1.5 parent: 2 - - uid: 1295 + - uid: 3362 components: - type: Transform - pos: 36.5,-2.5 + pos: 46.5,0.5 parent: 2 - - uid: 1296 + - uid: 3363 components: - type: Transform - pos: 37.5,-2.5 + pos: 46.5,-0.5 parent: 2 - - uid: 1297 + - uid: 3364 components: - type: Transform - pos: 38.5,-2.5 + pos: 48.5,1.5 parent: 2 - - uid: 1298 + - uid: 3365 components: - type: Transform - pos: 39.5,-2.5 + pos: 43.5,4.5 parent: 2 - - uid: 1299 + - uid: 3372 components: - type: Transform - pos: 40.5,-2.5 + pos: 13.5,-3.5 parent: 2 - - uid: 1300 + - uid: 3373 components: - type: Transform - pos: 41.5,-2.5 + pos: 13.5,-4.5 parent: 2 - - uid: 1301 + - uid: 3374 components: - type: Transform - pos: 39.5,1.5 + pos: 12.5,-5.5 parent: 2 - - uid: 1302 + - uid: 5705 components: - type: Transform - pos: 40.5,1.5 + pos: 2.5,28.5 parent: 2 - - uid: 1303 + - uid: 5706 components: - type: Transform - pos: 41.5,1.5 + pos: 2.5,29.5 parent: 2 - - uid: 1304 + - uid: 8552 components: - type: Transform - pos: 45.5,-6.5 + pos: 35.5,-7.5 parent: 2 - - uid: 1305 + - uid: 8553 components: - type: Transform - pos: 46.5,-15.5 + pos: 34.5,-7.5 parent: 2 - - uid: 1306 + - uid: 8554 components: - type: Transform - pos: 47.5,-15.5 + pos: 33.5,-7.5 parent: 2 - - uid: 1313 + - uid: 8582 components: - type: Transform - pos: 47.5,-12.5 + pos: 9.5,-24.5 parent: 2 - - uid: 1317 + - uid: 8583 components: - type: Transform - pos: 47.5,-10.5 + pos: 9.5,-25.5 parent: 2 - - uid: 1320 + - uid: 8598 components: - type: Transform - pos: 46.5,-7.5 + pos: -45.5,2.5 parent: 2 - - uid: 1321 + - uid: 8630 components: - type: Transform - pos: 45.5,-7.5 + pos: -38.5,-4.5 parent: 2 - - uid: 1322 + - uid: 8631 components: - type: Transform - pos: 47.5,-7.5 + pos: -37.5,-4.5 parent: 2 - - uid: 1323 + - uid: 9016 components: - type: Transform - pos: 41.5,-3.5 + pos: -36.5,-13.5 parent: 2 - - uid: 1324 + - uid: 9367 components: - type: Transform - pos: 41.5,-4.5 + pos: -36.5,-14.5 parent: 2 - - uid: 1325 + - uid: 9368 components: - type: Transform - pos: 41.5,-5.5 + pos: -36.5,-15.5 parent: 2 - - uid: 1326 + - uid: 9369 components: - type: Transform - pos: 41.5,-6.5 + pos: -36.5,-17.5 parent: 2 - - uid: 1327 + - uid: 9370 components: - type: Transform - pos: 41.5,-7.5 + pos: -37.5,-17.5 parent: 2 - - uid: 1328 + - uid: 9371 components: - type: Transform - pos: 41.5,-8.5 + pos: -36.5,-18.5 parent: 2 - - uid: 1329 +- proto: Chair + entities: + - uid: 1075 components: - type: Transform - pos: 41.5,-9.5 + pos: 18.5,-3.5 parent: 2 - - uid: 1330 + - uid: 1089 components: - type: Transform - pos: 41.5,-10.5 + rot: -1.5707963267948966 rad + pos: 30.5,-5.5 parent: 2 - - uid: 1331 + - uid: 1170 components: - type: Transform - pos: 41.5,-11.5 + rot: 3.141592653589793 rad + pos: 17.5,2.5 parent: 2 - - uid: 1333 + - uid: 1432 components: - type: Transform - pos: 41.5,-13.5 + rot: -1.5707963267948966 rad + pos: 51.5,-16.5 parent: 2 - - uid: 1334 + - uid: 1461 components: - type: Transform - pos: 41.5,-14.5 + rot: 1.5707963267948966 rad + pos: 51.5,-8.5 parent: 2 - - uid: 1335 + - uid: 1802 components: - type: Transform - pos: 41.5,-15.5 + pos: 22.5,2.5 parent: 2 - - uid: 1336 + - uid: 1803 components: - type: Transform - pos: 41.5,-16.5 + rot: 3.141592653589793 rad + pos: 2.5,21.5 parent: 2 - - uid: 1337 + - uid: 1815 components: - type: Transform - pos: 41.5,-17.5 + rot: 3.141592653589793 rad + pos: 3.5,21.5 parent: 2 - - uid: 1338 + - uid: 1817 components: - type: Transform - pos: 41.5,-18.5 + rot: 3.141592653589793 rad + pos: -6.5,-6.5 parent: 2 - - uid: 1339 + - uid: 1818 components: - type: Transform - pos: 41.5,-19.5 + rot: 3.141592653589793 rad + pos: -5.5,-6.5 parent: 2 - - uid: 1340 + - uid: 1819 components: - type: Transform - pos: 41.5,-20.5 + rot: 3.141592653589793 rad + pos: -4.5,-6.5 parent: 2 - - uid: 1341 + - uid: 1962 components: - type: Transform - pos: 39.5,-20.5 + pos: -31.5,-3.5 parent: 2 - - uid: 1342 + - uid: 2344 components: - type: Transform - pos: 38.5,-20.5 + rot: -1.5707963267948966 rad + pos: -34.5,4.5 parent: 2 - - uid: 1343 + - uid: 2915 components: - type: Transform - pos: 16.5,-27.5 + rot: -1.5707963267948966 rad + pos: -7.5,-61.5 parent: 2 - - uid: 1344 + - uid: 3106 components: - type: Transform - pos: 36.5,-20.5 + rot: -1.5707963267948966 rad + pos: -7.5,-62.5 parent: 2 - - uid: 1345 + - uid: 3164 components: - type: Transform - pos: 35.5,-20.5 + rot: -1.5707963267948966 rad + pos: -7.5,-60.5 parent: 2 - - uid: 1346 + - uid: 3176 components: - type: Transform - pos: 34.5,-20.5 + rot: -1.5707963267948966 rad + pos: -7.5,-59.5 parent: 2 - - uid: 1347 + - uid: 3936 components: - type: Transform - pos: 33.5,-20.5 + rot: 1.5707963267948966 rad + pos: -13.5,-60.5 parent: 2 - - uid: 1348 + - uid: 5653 components: - type: Transform - pos: 32.5,-20.5 + rot: 1.5707963267948966 rad + pos: -13.5,-59.5 parent: 2 - - uid: 1349 + - uid: 5654 components: - type: Transform - pos: 31.5,-20.5 + rot: 1.5707963267948966 rad + pos: -13.5,-61.5 parent: 2 - - uid: 1350 + - uid: 5971 components: - type: Transform - pos: 30.5,-20.5 + rot: 1.5707963267948966 rad + pos: -13.5,-62.5 parent: 2 - - uid: 1351 + - uid: 7564 components: - type: Transform - pos: 30.5,-36.5 + rot: -1.5707963267948966 rad + pos: 12.5,-60.5 parent: 2 - - uid: 1352 + - uid: 7565 components: - type: Transform - pos: 45.5,-15.5 + rot: -1.5707963267948966 rad + pos: 12.5,-59.5 parent: 2 - - uid: 1353 + - uid: 7567 components: - type: Transform - pos: 45.5,-24.5 + rot: -1.5707963267948966 rad + pos: 12.5,-61.5 parent: 2 - - uid: 1357 + - uid: 7568 components: - type: Transform - pos: 45.5,-20.5 + rot: -1.5707963267948966 rad + pos: 12.5,-62.5 parent: 2 - - uid: 1358 + - uid: 7569 components: - type: Transform - pos: 45.5,-19.5 + rot: 1.5707963267948966 rad + pos: 6.5,-62.5 parent: 2 - - uid: 1359 + - uid: 7570 components: - type: Transform - pos: 45.5,-18.5 + rot: 1.5707963267948966 rad + pos: 6.5,-61.5 parent: 2 - - uid: 1360 + - uid: 7571 components: - type: Transform - pos: 45.5,-17.5 + rot: 1.5707963267948966 rad + pos: 6.5,-60.5 parent: 2 - - uid: 1361 + - uid: 7572 components: - type: Transform - pos: 45.5,-16.5 + rot: 1.5707963267948966 rad + pos: 6.5,-59.5 parent: 2 - - uid: 1362 + - uid: 7573 components: - type: Transform - pos: 45.5,-5.5 + rot: -1.5707963267948966 rad + pos: 11.5,-52.5 parent: 2 - - uid: 1363 + - uid: 7577 components: - type: Transform - pos: 45.5,-4.5 + rot: -1.5707963267948966 rad + pos: 11.5,-53.5 parent: 2 - - uid: 1364 + - uid: 7578 components: - type: Transform - pos: 45.5,-3.5 + rot: -1.5707963267948966 rad + pos: 11.5,-54.5 parent: 2 - - uid: 1365 + - uid: 7579 components: - type: Transform - pos: 45.5,-2.5 + rot: -1.5707963267948966 rad + pos: 11.5,-55.5 parent: 2 - - uid: 1366 + - uid: 7580 components: - type: Transform - pos: 51.5,-15.5 + rot: 1.5707963267948966 rad + pos: 7.5,-52.5 parent: 2 - - uid: 1367 + - uid: 7581 components: - type: Transform - pos: 48.5,-15.5 + rot: 1.5707963267948966 rad + pos: 7.5,-53.5 parent: 2 - - uid: 1368 + - uid: 7582 components: - type: Transform - pos: 49.5,-15.5 + rot: 1.5707963267948966 rad + pos: 7.5,-54.5 parent: 2 - - uid: 1369 + - uid: 7583 components: - type: Transform - pos: 54.5,-15.5 + rot: 1.5707963267948966 rad + pos: 7.5,-55.5 parent: 2 - - uid: 1370 + - uid: 7597 components: - type: Transform - pos: 54.5,-14.5 + rot: 1.5707963267948966 rad + pos: -12.5,-52.5 parent: 2 - - uid: 1371 + - uid: 7598 components: - type: Transform - pos: 54.5,-16.5 + rot: 1.5707963267948966 rad + pos: -12.5,-53.5 parent: 2 - - uid: 1372 + - uid: 7599 components: - type: Transform - pos: 54.5,-17.5 + rot: 1.5707963267948966 rad + pos: -12.5,-54.5 parent: 2 - - uid: 1373 + - uid: 7600 components: - type: Transform - pos: 54.5,-18.5 + rot: 1.5707963267948966 rad + pos: -12.5,-55.5 parent: 2 - - uid: 1374 + - uid: 7601 components: - type: Transform - pos: 54.5,-19.5 + rot: -1.5707963267948966 rad + pos: -8.5,-52.5 parent: 2 - - uid: 1375 + - uid: 7602 components: - type: Transform - pos: 55.5,-14.5 + rot: -1.5707963267948966 rad + pos: -8.5,-53.5 parent: 2 - - uid: 1376 + - uid: 7603 components: - type: Transform - pos: 51.5,-7.5 + rot: -1.5707963267948966 rad + pos: -8.5,-54.5 parent: 2 - - uid: 1377 + - uid: 7604 components: - type: Transform - pos: 49.5,-7.5 + rot: -1.5707963267948966 rad + pos: -8.5,-55.5 parent: 2 - - uid: 1378 + - uid: 7613 components: - type: Transform - pos: 48.5,-7.5 + pos: -4.5,-45.5 parent: 2 - - uid: 1379 + - uid: 7614 components: - type: Transform - pos: 54.5,-7.5 + pos: 3.5,-45.5 parent: 2 - - uid: 1380 + - uid: 7615 components: - type: Transform - pos: 54.5,-8.5 + pos: 4.5,-45.5 parent: 2 - - uid: 1381 + - uid: 7625 components: - type: Transform - pos: 54.5,-6.5 + pos: -5.5,-45.5 parent: 2 - - uid: 1410 + - uid: 7626 components: - type: Transform - pos: 54.5,-9.5 + pos: -6.5,-45.5 parent: 2 - - uid: 1440 + - uid: 7628 components: - type: Transform - pos: 53.5,-19.5 + pos: 5.5,-45.5 parent: 2 - - uid: 1441 + - uid: 7740 components: - type: Transform - pos: 53.5,-20.5 + rot: -1.5707963267948966 rad + pos: 6.5,4.5 parent: 2 - - uid: 1442 + - uid: 7741 components: - type: Transform - pos: 53.5,-21.5 + rot: -1.5707963267948966 rad + pos: 6.5,2.5 parent: 2 - - uid: 1443 + - uid: 7743 components: - type: Transform - pos: 52.5,-21.5 + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 parent: 2 - - uid: 1444 + - uid: 7744 components: - type: Transform - pos: 51.5,-21.5 + rot: -1.5707963267948966 rad + pos: 5.5,-6.5 parent: 2 - - uid: 1445 + - uid: 7959 components: - type: Transform - pos: 50.5,-21.5 + rot: 3.141592653589793 rad + pos: -26.5,-3.5 parent: 2 - - uid: 1446 + - uid: 8115 components: - type: Transform - pos: 49.5,-21.5 + rot: 1.5707963267948966 rad + pos: -46.5,-13.5 parent: 2 - - uid: 1447 + - uid: 8268 components: - type: Transform - pos: 48.5,-21.5 + rot: 1.5707963267948966 rad + pos: -7.5,-38.5 parent: 2 - - uid: 1448 + - uid: 8269 components: - type: Transform - pos: 48.5,-20.5 + rot: 1.5707963267948966 rad + pos: -7.5,-40.5 parent: 2 - - uid: 1449 + - uid: 8270 components: - type: Transform - pos: 47.5,-20.5 + pos: 6.5,-38.5 parent: 2 - - uid: 1450 + - uid: 8285 components: - type: Transform - pos: 46.5,-20.5 + rot: 1.5707963267948966 rad + pos: 10.5,-62.5 parent: 2 - - uid: 1479 + - uid: 8286 components: - type: Transform - pos: 56.5,-14.5 + rot: 1.5707963267948966 rad + pos: 10.5,-61.5 parent: 2 - - uid: 1480 + - uid: 8287 components: - type: Transform - pos: 57.5,-14.5 + rot: 1.5707963267948966 rad + pos: 10.5,-60.5 parent: 2 - - uid: 1481 + - uid: 8288 components: - type: Transform - pos: 57.5,-13.5 + rot: 1.5707963267948966 rad + pos: 10.5,-59.5 parent: 2 - - uid: 1482 + - uid: 8289 components: - type: Transform - pos: 59.5,-13.5 + rot: -1.5707963267948966 rad + pos: 8.5,-59.5 parent: 2 - - uid: 1483 + - uid: 8290 components: - type: Transform - pos: 60.5,-13.5 + rot: -1.5707963267948966 rad + pos: 8.5,-60.5 parent: 2 - - uid: 1484 + - uid: 8291 components: - type: Transform - pos: 61.5,-13.5 + rot: -1.5707963267948966 rad + pos: 8.5,-61.5 parent: 2 - - uid: 1487 + - uid: 8292 components: - type: Transform - pos: 61.5,-16.5 + rot: -1.5707963267948966 rad + pos: 8.5,-62.5 parent: 2 - - uid: 1488 + - uid: 8727 components: - type: Transform - pos: 61.5,-17.5 + rot: -1.5707963267948966 rad + pos: -11.5,-62.5 parent: 2 - - uid: 1489 + - uid: 8728 components: - type: Transform - pos: 61.5,-18.5 + rot: -1.5707963267948966 rad + pos: -11.5,-61.5 parent: 2 - - uid: 1490 + - uid: 8729 components: - type: Transform - pos: 60.5,-18.5 + rot: -1.5707963267948966 rad + pos: -11.5,-60.5 parent: 2 - - uid: 1491 + - uid: 8730 components: - type: Transform - pos: 59.5,-18.5 + rot: -1.5707963267948966 rad + pos: -11.5,-59.5 parent: 2 - - uid: 1492 + - uid: 8731 components: - type: Transform - pos: 58.5,-18.5 + rot: 1.5707963267948966 rad + pos: -9.5,-59.5 parent: 2 - - uid: 1493 + - uid: 8732 components: - type: Transform - pos: 57.5,-18.5 + rot: 1.5707963267948966 rad + pos: -9.5,-60.5 parent: 2 - - uid: 1494 + - uid: 8733 components: - type: Transform - pos: 56.5,-18.5 + rot: 1.5707963267948966 rad + pos: -9.5,-61.5 parent: 2 - - uid: 1495 + - uid: 8734 components: - type: Transform - pos: 56.5,-17.5 + rot: 1.5707963267948966 rad + pos: -9.5,-62.5 parent: 2 - - uid: 1496 + - uid: 9058 components: - type: Transform - pos: 55.5,-17.5 + rot: 1.5707963267948966 rad + pos: -23.5,17.5 parent: 2 - - uid: 1506 +- proto: ChairFolding + entities: + - uid: 412 components: - type: Transform - pos: 59.5,-9.5 + rot: 3.141592653589793 rad + pos: 1.5,-24.5 parent: 2 - - uid: 1507 + - uid: 413 components: - type: Transform - pos: 60.5,-9.5 + rot: 3.141592653589793 rad + pos: 2.5,-24.5 parent: 2 - - uid: 1509 + - uid: 1454 components: - type: Transform - pos: 58.5,-8.5 + pos: 49.5,-13.5 parent: 2 - - uid: 1510 + - uid: 1456 components: - type: Transform - pos: 57.5,-8.5 + pos: 48.5,-13.5 parent: 2 - - uid: 1511 + - uid: 1891 components: - type: Transform - pos: 56.5,-8.5 + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 parent: 2 - - uid: 1512 + - uid: 1980 components: - type: Transform - pos: 55.5,-8.5 + rot: 3.141592653589793 rad + pos: -3.5,21.5 parent: 2 - - uid: 1521 + - uid: 2075 components: - type: Transform - pos: 54.5,-5.5 + rot: -1.5707963267948966 rad + pos: -25.5,6.5 parent: 2 - - uid: 1522 + - uid: 2076 components: - type: Transform - pos: 54.5,-4.5 + rot: -1.5707963267948966 rad + pos: -25.5,7.5 parent: 2 - - uid: 1523 + - uid: 2077 components: - type: Transform - pos: 54.5,-3.5 + rot: 1.5707963267948966 rad + pos: -29.5,7.5 parent: 2 - - uid: 1524 + - uid: 2078 components: - type: Transform - pos: 53.5,-3.5 + rot: 1.5707963267948966 rad + pos: -29.5,6.5 parent: 2 - - uid: 1525 + - uid: 2079 components: - type: Transform - pos: 53.5,-2.5 + rot: 1.5707963267948966 rad + pos: -23.5,7.5 parent: 2 - - uid: 1526 + - uid: 2080 components: - type: Transform - pos: 53.5,-1.5 + rot: 1.5707963267948966 rad + pos: -23.5,6.5 parent: 2 - - uid: 1527 + - uid: 2081 components: - type: Transform - pos: 52.5,-1.5 + rot: -1.5707963267948966 rad + pos: -19.5,7.5 parent: 2 - - uid: 1528 + - uid: 2082 components: - type: Transform - pos: 51.5,-1.5 + rot: -1.5707963267948966 rad + pos: -19.5,6.5 parent: 2 - - uid: 1529 + - uid: 7590 components: - type: Transform - pos: 50.5,-1.5 + rot: -1.5707963267948966 rad + pos: -34.5,-30.5 parent: 2 - - uid: 1530 + - uid: 7605 components: - type: Transform - pos: 49.5,-1.5 + rot: 3.141592653589793 rad + pos: -10.5,-58.5 parent: 2 - - uid: 1531 + - uid: 7606 components: - type: Transform - pos: 48.5,-1.5 + pos: -10.5,-63.5 parent: 2 - - uid: 1532 + - uid: 7607 components: - type: Transform - pos: 48.5,-2.5 + pos: 9.5,-63.5 parent: 2 - - uid: 1533 + - uid: 7608 components: - type: Transform - pos: 47.5,-2.5 + rot: 3.141592653589793 rad + pos: 9.5,-58.5 parent: 2 - - uid: 1534 + - uid: 7742 components: - type: Transform - pos: 46.5,-2.5 + pos: -5.5,5.5 parent: 2 - - uid: 1542 + - uid: 7773 components: - type: Transform - pos: 58.5,-9.5 + rot: 1.5707963267948966 rad + pos: -7.5,4.5 parent: 2 - - uid: 1544 + - uid: 7803 components: - type: Transform - pos: 45.5,-22.5 + rot: 1.5707963267948966 rad + pos: 24.5,-3.5 parent: 2 - - uid: 1545 + - uid: 7947 components: - type: Transform - pos: 41.5,-24.5 + rot: 3.141592653589793 rad + pos: 31.5,-31.5 parent: 2 - - uid: 1546 + - uid: 7948 components: - type: Transform - pos: 40.5,-24.5 + pos: 31.5,-29.5 parent: 2 - - uid: 1547 + - uid: 7960 components: - type: Transform - pos: 39.5,-24.5 + pos: -36.5,0.5 parent: 2 - - uid: 1548 + - uid: 7961 components: - type: Transform - pos: 38.5,-24.5 + rot: -1.5707963267948966 rad + pos: -34.5,0.5 parent: 2 - - uid: 1550 + - uid: 8265 components: - type: Transform - pos: 36.5,-24.5 + pos: -10.5,-31.5 parent: 2 - - uid: 1551 + - uid: 8266 components: - type: Transform - pos: 35.5,-24.5 + rot: 1.5707963267948966 rad + pos: -11.5,-33.5 parent: 2 - - uid: 1552 + - uid: 8577 components: - type: Transform - pos: 34.5,-24.5 + pos: 5.5,-28.5 parent: 2 - - uid: 1553 + - uid: 9239 components: - type: Transform - pos: 34.5,-25.5 + rot: 3.141592653589793 rad + pos: 15.5,-44.5 parent: 2 - - uid: 1554 +- proto: ChairOfficeDark + entities: + - uid: 1061 components: - type: Transform - pos: 34.5,-26.5 + rot: -1.5707963267948966 rad + pos: 27.5,-12.5 parent: 2 - - uid: 1555 + - uid: 1083 components: - type: Transform - pos: 34.5,-27.5 + rot: 3.141592653589793 rad + pos: 21.5,-6.5 parent: 2 - - uid: 1556 + - uid: 1184 components: - type: Transform - pos: 34.5,-28.5 + rot: -1.5707963267948966 rad + pos: 31.5,8.5 parent: 2 - - uid: 1557 + - uid: 1472 components: - type: Transform - pos: 34.5,-29.5 + rot: 3.141592653589793 rad + pos: 56.5,-12.5 parent: 2 - - uid: 1558 + - uid: 1812 components: - type: Transform - pos: 34.5,-30.5 + rot: 3.141592653589793 rad + pos: -0.5,0.5 parent: 2 - - uid: 1559 + - uid: 1813 components: - type: Transform - pos: 34.5,-31.5 + pos: -1.5,-1.5 parent: 2 - - uid: 1560 + - uid: 2123 components: - type: Transform - pos: 34.5,-32.5 + rot: 3.141592653589793 rad + pos: -23.5,12.5 parent: 2 - - uid: 1561 + - uid: 2276 components: - type: Transform - pos: 34.5,-33.5 + rot: 1.5707963267948966 rad + pos: -17.5,11.5 parent: 2 - - uid: 1562 + - uid: 2277 components: - type: Transform - pos: 34.5,-34.5 + rot: -1.5707963267948966 rad + pos: -15.5,11.5 parent: 2 - - uid: 1566 + - uid: 2320 components: - type: Transform - pos: 34.5,-38.5 + rot: 3.141592653589793 rad + pos: -33.5,14.5 parent: 2 - - uid: 1567 + - uid: 2540 components: - type: Transform - pos: 34.5,-39.5 + rot: 1.5707963267948966 rad + pos: -49.5,-3.5 parent: 2 - - uid: 1568 + - uid: 2691 components: - type: Transform - pos: 34.5,-40.5 + rot: -1.5707963267948966 rad + pos: -49.5,-19.5 parent: 2 - - uid: 1569 + - uid: 2700 components: - type: Transform - pos: 34.5,-41.5 + pos: -54.5,-21.5 parent: 2 - - uid: 1570 + - uid: 2765 components: - type: Transform - pos: 33.5,-41.5 + pos: -50.5,-27.5 parent: 2 - - uid: 1571 +- proto: ChairOfficeLight + entities: + - uid: 938 components: - type: Transform - pos: 32.5,-41.5 + rot: 1.5707963267948966 rad + pos: 25.5,-12.5 parent: 2 - - uid: 1572 + - uid: 1262 components: - type: Transform - pos: 31.5,-41.5 + pos: 25.5,5.5 parent: 2 - - uid: 1573 + - uid: 1982 components: - type: Transform - pos: 30.5,-41.5 + rot: 1.5707963267948966 rad + pos: -21.5,-7.5 parent: 2 - - uid: 1575 +- proto: ChairPilotSeat + entities: + - uid: 9466 components: - type: Transform - pos: 28.5,-41.5 + pos: -30.5,-17.5 parent: 2 - - uid: 1576 + - uid: 9470 components: - type: Transform - pos: 27.5,-41.5 + pos: -32.5,-17.5 parent: 2 - - uid: 1577 +- proto: ChairWood + entities: + - uid: 376 components: - type: Transform - pos: 26.5,-41.5 + rot: 3.141592653589793 rad + pos: -16.5,-16.5 parent: 2 - - uid: 1578 + - uid: 377 components: - type: Transform - pos: 25.5,-41.5 + pos: -16.5,-14.5 parent: 2 - - uid: 1579 + - uid: 1071 components: - type: Transform - pos: 24.5,-41.5 + pos: 21.5,-13.5 parent: 2 - - uid: 1580 + - uid: 1072 components: - type: Transform - pos: 23.5,-41.5 + pos: 22.5,-13.5 parent: 2 - - uid: 1581 +- proto: CheapLighter + entities: + - uid: 7776 components: - type: Transform - pos: 22.5,-41.5 + pos: -6.25189,5.4356194 parent: 2 - - uid: 1582 + - uid: 9077 components: - type: Transform - pos: 22.5,-37.5 + pos: -23.379593,13.572519 parent: 2 - - uid: 1583 +- proto: CheckerBoard + entities: + - uid: 7837 components: - type: Transform - pos: 23.5,-37.5 + pos: 19.428404,-12.426074 parent: 2 - - uid: 1584 +- proto: ChemBag + entities: + - uid: 1957 components: - type: Transform - pos: 24.5,-37.5 + pos: -31.713497,-8.378671 parent: 2 - - uid: 1585 +- proto: ChemistryEmptyBottle02 + entities: + - uid: 1354 components: - type: Transform - pos: 25.5,-37.5 + pos: -34.271645,-8.419703 parent: 2 - - uid: 1586 +- proto: ChemistryEmptyBottle04 + entities: + - uid: 9096 components: - type: Transform - pos: 26.5,-37.5 + pos: -25.528572,-12.930597 parent: 2 - - uid: 1587 +- proto: ChessBoard + entities: + - uid: 8103 components: - type: Transform - pos: 27.5,-37.5 + pos: -52.332314,-12.431362 parent: 2 - - uid: 1588 +- proto: Cigar + entities: + - uid: 7777 components: - type: Transform - pos: 28.5,-37.5 + pos: -6.591313,5.6126103 parent: 2 - - uid: 1589 + - uid: 8302 components: - type: Transform - pos: 29.5,-37.5 + rot: -1.5707963267948966 rad + pos: 13.542163,-36.44932 parent: 2 - - uid: 1590 +- proto: CigarCase + entities: + - uid: 8038 components: - type: Transform - pos: 30.5,-37.5 + rot: -1.5707963267948966 rad + pos: -22.500223,6.583769 parent: 2 - - uid: 1591 +- proto: CigarGold + entities: + - uid: 1541 components: - type: Transform - pos: 30.5,-35.5 + pos: 60.37952,-14.306984 parent: 2 - - uid: 1592 + - uid: 7875 components: - type: Transform - pos: 30.5,-34.5 + pos: 26.439526,-11.369116 parent: 2 - - uid: 1593 + - uid: 8061 components: - type: Transform - pos: 30.5,-33.5 + pos: -16.279839,10.521913 parent: 2 - - uid: 1594 +- proto: CigarGoldCase + entities: + - uid: 8118 components: - type: Transform - pos: 30.5,-32.5 + rot: 1.5707963267948966 rad + pos: -51.555573,-10.756532 parent: 2 - - uid: 1595 +- proto: CigPackBlack + entities: + - uid: 8249 components: - type: Transform - pos: 30.5,-31.5 + pos: -7.30211,-10.31647 parent: 2 - - uid: 1596 + - uid: 9079 components: - type: Transform - pos: 30.5,-30.5 + pos: -23.622662,13.602486 parent: 2 - - uid: 1597 +- proto: CigPackRed + entities: + - uid: 7822 components: - type: Transform - pos: 30.5,-29.5 + rot: -1.5707963267948966 rad + pos: 26.598198,4.543154 parent: 2 - - uid: 1598 +- proto: CleanerDispenser + entities: + - uid: 9538 components: - type: Transform - pos: 30.5,-28.5 + pos: 8.5,27.5 parent: 2 - - uid: 1599 +- proto: CleanerGrenade + entities: + - uid: 9489 components: - type: Transform - pos: 30.5,-27.5 + pos: 6.426608,27.666847 parent: 2 - - uid: 1600 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 222 components: - type: Transform - pos: 30.5,-26.5 + pos: 15.5,-14.5 parent: 2 - - uid: 1601 + - uid: 7634 components: - type: Transform - pos: 30.5,-25.5 + pos: 11.5,-66.5 parent: 2 - - uid: 1602 + - uid: 7636 components: - type: Transform - pos: 30.5,-24.5 + pos: -12.5,-66.5 parent: 2 - - uid: 1603 + - uid: 7638 components: - type: Transform - pos: 30.5,-23.5 + pos: -7.5,-45.5 parent: 2 - - uid: 1604 + - uid: 7644 components: - type: Transform - pos: 30.5,-22.5 + pos: 9.5,-31.5 parent: 2 - - uid: 1605 + - uid: 7753 components: - type: Transform - pos: 30.5,-21.5 + pos: 3.5,2.5 parent: 2 - - uid: 1607 + - uid: 8177 components: - type: Transform - pos: 45.5,1.5 + pos: -29.5,-38.5 parent: 2 - - uid: 1608 + - uid: 8179 components: - type: Transform - pos: 44.5,1.5 + pos: 28.5,-38.5 parent: 2 - - uid: 1609 + - uid: 8534 components: - type: Transform - pos: 43.5,1.5 + pos: -8.5,21.5 parent: 2 - - uid: 1610 + - uid: 9380 components: - type: Transform - pos: 42.5,1.5 + pos: -35.5,-17.5 parent: 2 - - uid: 1619 +- proto: ClosetEmergencyN2FilledRandom + entities: + - uid: 9669 components: - type: Transform - pos: 18.5,-34.5 + pos: -5.5,31.5 parent: 2 - - uid: 1620 + - uid: 9670 components: - type: Transform - pos: 19.5,-33.5 + pos: 38.5,2.5 parent: 2 - - uid: 1621 +- proto: ClosetFireFilled + entities: + - uid: 223 components: - type: Transform - pos: 20.5,-33.5 + pos: 15.5,-18.5 parent: 2 - - uid: 1622 + - uid: 7635 components: - type: Transform - pos: 21.5,-33.5 + pos: 7.5,-66.5 parent: 2 - - uid: 1623 + - uid: 7637 components: - type: Transform - pos: 21.5,-32.5 + pos: -8.5,-66.5 parent: 2 - - uid: 1624 + - uid: 7639 components: - type: Transform - pos: 21.5,-31.5 + pos: 6.5,-45.5 parent: 2 - - uid: 1625 + - uid: 7756 components: - type: Transform - pos: 21.5,-30.5 + pos: -4.5,-3.5 parent: 2 - - uid: 1626 + - uid: 8178 components: - type: Transform - pos: 21.5,-29.5 + pos: -28.5,-38.5 parent: 2 - - uid: 1627 + - uid: 8180 components: - type: Transform - pos: 21.5,-28.5 + pos: 26.5,-38.5 parent: 2 - - uid: 1628 + - uid: 8535 components: - type: Transform - pos: 20.5,-28.5 + pos: -0.5,31.5 parent: 2 - - uid: 1629 + - uid: 8560 components: - type: Transform - pos: 19.5,-28.5 + pos: 33.5,-4.5 parent: 2 - - uid: 1644 + - uid: 9381 components: - type: Transform - pos: 29.5,-41.5 + pos: -38.5,-15.5 parent: 2 - - uid: 1677 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 5696 components: - type: Transform - pos: 2.5,-3.5 + pos: 0.5,31.5 parent: 2 - - uid: 1678 + - uid: 8526 components: - type: Transform - pos: 2.5,-2.5 + pos: -42.5,4.5 parent: 2 - - uid: 1679 + - uid: 8527 components: - type: Transform - pos: 3.5,-2.5 + pos: -5.5,25.5 parent: 2 - - uid: 1680 + - uid: 8539 components: - type: Transform - pos: 3.5,1.5 + pos: 28.5,4.5 parent: 2 - - uid: 1681 + - uid: 8540 components: - type: Transform - pos: 2.5,1.5 + pos: 47.5,-1.5 parent: 2 - - uid: 1682 + - uid: 8559 components: - type: Transform - pos: 2.5,2.5 + pos: 38.5,-7.5 parent: 2 - - uid: 1683 + - uid: 8573 components: - type: Transform - pos: -3.5,2.5 + pos: 3.5,-29.5 parent: 2 - - uid: 1684 + - uid: 8628 components: - type: Transform - pos: -3.5,1.5 + pos: -37.5,-7.5 parent: 2 - - uid: 1685 +- proto: ClosetToolFilled + entities: + - uid: 8536 components: - type: Transform - pos: -4.5,1.5 + pos: -7.5,29.5 parent: 2 - - uid: 1686 +- proto: ClothingBackpackDuffelEngineering + entities: + - uid: 7911 components: - type: Transform - pos: -4.5,-2.5 + pos: 51.568115,-2.7373834 parent: 2 - - uid: 1687 +- proto: ClothingBackpackDuffelSalvage + entities: + - uid: 1008 components: - type: Transform - pos: -3.5,-2.5 + pos: 30.496008,-3.20936 parent: 2 - - uid: 1688 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 7965 components: - type: Transform - pos: -3.5,-3.5 + pos: -13.842619,-5.4390097 parent: 2 - - uid: 1689 +- proto: ClothingBackpackHolding + entities: + - uid: 7733 components: - type: Transform - pos: -3.5,-10.5 + pos: 4.5232472,13.728849 parent: 2 - - uid: 1690 +- proto: ClothingBackpackSatchel + entities: + - uid: 8989 components: - type: Transform - pos: -3.5,-9.5 + pos: -26.633257,17.445375 parent: 2 - - uid: 1691 +- proto: ClothingBackpackSatchelBrigmedic + entities: + - uid: 1908 components: - type: Transform - pos: -2.5,-9.5 + pos: -23.38142,-19.443447 parent: 2 - - uid: 1692 +- proto: ClothingBackpackSatchelLeather + entities: + - uid: 3141 components: - type: Transform - pos: -2.5,-8.5 + pos: -2.5,35.5 parent: 2 - - uid: 1693 + - uid: 9094 components: - type: Transform - pos: -2.5,-7.5 + pos: 34.41609,-13.397057 parent: 2 - - uid: 1703 + - uid: 9253 components: - type: Transform - pos: -8.5,-2.5 + pos: -17.503399,-44.335926 parent: 2 - - uid: 1704 + - uid: 9471 components: - type: Transform - pos: -44.5,-24.5 + pos: -3.5,35.5 parent: 2 - - uid: 1705 + - uid: 9596 components: - type: Transform - pos: 7.5,1.5 + pos: 2.5,38.5 parent: 2 - - uid: 1707 +- proto: ClothingBeltAssault + entities: + - uid: 8075 components: - type: Transform - pos: 2.5,6.5 + pos: -38.016167,10.712485 parent: 2 - - uid: 1709 +- proto: ClothingBeltHolster + entities: + - uid: 2297 components: - type: Transform - pos: 5.5,6.5 + pos: -39.582104,8.79618 parent: 2 - - uid: 1712 +- proto: ClothingBeltMedical + entities: + - uid: 1961 components: - type: Transform - pos: -6.5,6.5 + pos: -35.532024,-8.496665 parent: 2 - - uid: 1713 +- proto: ClothingBeltSecurity + entities: + - uid: 2109 components: - type: Transform - pos: -3.5,6.5 + pos: -32.470276,8.471779 parent: 2 - - uid: 1715 +- proto: ClothingBeltSecurityWebbing + entities: + - uid: 2112 components: - type: Transform - pos: -7.5,5.5 + pos: -38.609417,8.589773 parent: 2 - - uid: 1716 + - uid: 2296 components: - type: Transform - pos: -7.5,6.5 + pos: -17.527233,14.6028595 parent: 2 - - uid: 1729 + - uid: 9092 components: - type: Transform - pos: 7.5,5.5 + pos: -38.576927,10.652401 parent: 2 - - uid: 1730 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 1415 components: - type: Transform - pos: -10.5,-4.5 + pos: 53.491665,-5.5318255 parent: 2 - - uid: 1733 +- proto: ClothingEyesGlasses + entities: + - uid: 1964 components: - type: Transform - pos: 6.5,6.5 + pos: -35.064476,-3.4676437 parent: 2 - - uid: 1735 + - uid: 2146 components: - type: Transform - pos: 6.5,5.5 + pos: -13.793735,8.394621 parent: 2 - - uid: 1739 + - uid: 2971 components: - type: Transform - pos: -8.5,5.5 + pos: 17.610846,8.451709 parent: 2 - - uid: 1740 + - uid: 7835 components: - type: Transform - pos: -10.5,-8.5 + pos: 30.53237,9.0132265 parent: 2 - - uid: 1743 + - uid: 8001 components: - type: Transform - pos: -8.5,-4.5 + pos: -25.552124,-12.002445 parent: 2 - - uid: 1744 + - uid: 8204 components: - type: Transform - pos: 7.5,-4.5 + pos: 2.3393357,-21.26714 parent: 2 - - uid: 1746 +- proto: ClothingEyesGlassesAviator + entities: + - uid: 9249 components: - type: Transform - pos: -10.5,-3.5 + pos: -15.573391,-44.35565 parent: 2 - - uid: 1747 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 1416 components: - type: Transform - pos: 8.5,1.5 + pos: 51.42561,-2.4049816 parent: 2 - - uid: 1748 +- proto: ClothingEyesGlassesSecurity + entities: + - uid: 9432 components: - type: Transform - pos: 9.5,1.5 + pos: 2.5,38.5 parent: 2 - - uid: 1749 +- proto: ClothingEyesGlassesSunglasses + entities: + - uid: 8042 components: - type: Transform - pos: 9.5,2.5 + pos: -33.849556,8.516174 parent: 2 - - uid: 1750 +- proto: ClothingEyesGlassesThermal + entities: + - uid: 1435 components: - type: Transform - pos: 10.5,2.5 + pos: 51.48622,-20.265348 parent: 2 - - uid: 1751 +- proto: ClothingEyesHudMedical + entities: + - uid: 7963 components: - type: Transform - pos: 11.5,2.5 + pos: -18.470263,-7.315727 parent: 2 - - uid: 1754 +- proto: ClothingEyesHudSecurity + entities: + - uid: 2105 components: - type: Transform - pos: 1.5,6.5 + pos: -34.47901,7.5464554 parent: 2 - - uid: 1755 + - uid: 2106 components: - type: Transform - pos: 1.5,7.5 + pos: -34.597073,7.723447 parent: 2 - - uid: 1756 + - uid: 2298 components: - type: Transform - pos: 1.5,8.5 + pos: -16.945015,14.441783 parent: 2 - - uid: 1757 + - uid: 3018 components: - type: Transform - pos: -2.5,6.5 + pos: -0.43264732,-2.2551992 parent: 2 - - uid: 1758 + - uid: 9427 components: - type: Transform - pos: -2.5,7.5 + pos: -3.5,35.5 parent: 2 - - uid: 1759 +- proto: ClothingHandsGlovesColorBlack + entities: + - uid: 8619 components: - type: Transform - pos: -2.5,8.5 + pos: -30.59833,-10.415756 parent: 2 - - uid: 1762 +- proto: ClothingHandsGlovesColorBlue + entities: + - uid: 9095 components: - type: Transform - pos: -10.5,-7.5 + pos: -18.40808,-7.745063 parent: 2 - - uid: 1763 +- proto: ClothingHandsGlovesColorGray + entities: + - uid: 8571 components: + - type: MetaData + desc: Dusty, old, grey gloves that do not keep you from frying. Seem fit for a king. - type: Transform - pos: -8.5,1.5 + pos: 5.4831805,-24.369528 parent: 2 - - uid: 1764 +- proto: ClothingHandsGlovesFingerless + entities: + - uid: 1173 components: - type: Transform - pos: -9.5,1.5 + pos: 15.463922,2.450069 parent: 2 - - uid: 1765 + - uid: 7846 components: - type: Transform - pos: -10.5,1.5 + pos: 16.05782,-6.386447 parent: 2 - - uid: 1766 + - uid: 7920 components: - type: Transform - pos: -10.5,-2.5 + pos: 51.781662,-20.592072 parent: 2 - - uid: 1767 + - uid: 8058 components: - type: Transform - pos: -9.5,-2.5 + pos: -14.384037,8.402596 parent: 2 - - uid: 1768 + - uid: 8074 components: - type: Transform - pos: 9.5,-8.5 + pos: -38.016167,10.4175005 parent: 2 - - uid: 1770 + - uid: 8538 components: - type: Transform - pos: 9.5,-6.5 + pos: 4.508488,25.556108 parent: 2 - - uid: 1771 +- proto: ClothingHandsGlovesLatex + entities: + - uid: 9401 components: - type: Transform - pos: 9.5,-5.5 + pos: -35.496872,-19.54776 parent: 2 - - uid: 1772 +- proto: ClothingHandsGlovesLeather + entities: + - uid: 8595 components: - type: Transform - pos: 9.5,-4.5 + pos: 11.536786,-8.393434 parent: 2 - - uid: 1773 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 1918 components: - type: Transform - pos: -10.5,-6.5 + pos: -32.522633,-8.372165 parent: 2 - - uid: 1774 +- proto: ClothingHeadHatAnimalHeadslime + entities: + - uid: 9552 components: - type: Transform - pos: 9.5,5.5 + pos: 2.434067,31.50986 parent: 2 - - uid: 1775 +- proto: ClothingHeadHatBeret + entities: + - uid: 9250 components: - type: Transform - pos: -10.5,-5.5 + pos: 16.240294,-43.260998 parent: 2 - - uid: 1776 +- proto: ClothingHeadHatBeretBrigmedic + entities: + - uid: 1911 components: - type: Transform - pos: 6.5,8.5 + pos: -17.296577,-3.4993591 parent: 2 - - uid: 1777 +- proto: ClothingHeadHatBeretEngineering + entities: + - uid: 1417 components: - type: Transform - pos: 5.5,8.5 + pos: 52.222515,-6.180793 parent: 2 - - uid: 1778 +- proto: ClothingHeadHatBeretFrench + entities: + - uid: 9484 components: + - type: MetaData + desc: Beret, in a sleek black color, fancy. + name: black beret - type: Transform - pos: 4.5,8.5 + pos: -0.7691238,-43.20969 parent: 2 - - uid: 1779 + missingComponents: + - AddAccentClothing +- proto: ClothingHeadHatBeretRND + entities: + - uid: 1176 components: - type: Transform - pos: -4.5,9.5 + pos: 16.231407,8.434973 parent: 2 - - uid: 1780 +- proto: ClothingHeadHatBeretSecurity + entities: + - uid: 2108 components: - type: Transform - pos: 2.5,8.5 + pos: -39.760506,8.412782 parent: 2 - - uid: 1781 +- proto: ClothingHeadHatCargosoftFlipped + entities: + - uid: 1177 components: - type: Transform - pos: 9.5,3.5 + pos: 16.78188,-6.620102 parent: 2 - - uid: 1782 +- proto: ClothingHeadHatCatEars + entities: + - uid: 9225 components: - type: Transform - pos: 9.5,4.5 + pos: 11.5,-30.5 parent: 2 - - uid: 1783 + missingComponents: + - AddAccentClothing +- proto: ClothingHeadHatCone + entities: + - uid: 1503 components: - type: Transform - pos: -10.5,2.5 + pos: 51.617374,-6.645749 parent: 2 - - uid: 1784 + - uid: 9101 components: - type: Transform - pos: -10.5,3.5 + pos: 51.633,-6.567624 parent: 2 - - uid: 1785 + - uid: 9493 components: - type: Transform - pos: -10.5,4.5 + pos: -38.78572,-10.633766 parent: 2 - - uid: 1786 +- proto: ClothingHeadHatCorpsoft + entities: + - uid: 7797 components: - type: Transform - pos: -10.5,5.5 + pos: -0.73315704,1.7090936 parent: 2 - - uid: 1787 + - uid: 8043 components: - type: Transform - pos: -10.5,6.5 + pos: -33.123417,8.634169 parent: 2 - - uid: 1788 +- proto: ClothingHeadHatDogEars + entities: + - uid: 9228 components: - type: Transform - pos: -10.5,7.5 + pos: 11.5,-30.5 parent: 2 - - uid: 1789 + missingComponents: + - AddAccentClothing +- proto: ClothingHeadHatHardhatOrange + entities: + - uid: 7921 components: - type: Transform - pos: -10.5,8.5 + pos: 46.5198,-4.862994 parent: 2 - - uid: 1790 +- proto: ClothingHeadHatOrangesoft + entities: + - uid: 9474 components: - type: Transform - pos: -9.5,8.5 + pos: -22.882603,17.457619 parent: 2 - - uid: 1792 +- proto: ClothingHeadHatParamedicsoftFlipped + entities: + - uid: 1915 components: - type: Transform - pos: -7.5,8.5 + pos: -17.253208,-8.633782 parent: 2 - - uid: 1793 +- proto: ClothingHeadHatPirateTricord + entities: + - uid: 8601 components: - type: Transform - pos: -6.5,8.5 + pos: -40.737198,-13.177081 parent: 2 - - uid: 1794 +- proto: ClothingHeadHatSurgcapBlue + entities: + - uid: 7966 components: - type: Transform - pos: -5.5,8.5 + pos: -18.706383,-7.787704 parent: 2 - - uid: 1795 +- proto: ClothingHeadHatUshanka + entities: + - uid: 8737 components: - type: Transform - pos: 3.5,9.5 + pos: -31.567904,-10.247647 parent: 2 - - uid: 1796 +- proto: ClothingHeadHatWelding + entities: + - uid: 7821 components: - type: Transform - pos: -3.5,8.5 + pos: 14.556032,4.7496443 parent: 2 - - uid: 1798 + - uid: 7844 components: - type: Transform - pos: 9.5,7.5 + pos: 28.660498,-3.2544818 parent: 2 - - uid: 1799 +- proto: ClothingHeadHatWeldingMaskPainted + entities: + - uid: 8548 components: - type: Transform - pos: 9.5,8.5 + pos: 39.36562,5.6580253 parent: 2 - - uid: 1800 +- proto: ClothingHeadHatYellowsoft + entities: + - uid: 7914 components: - type: Transform - pos: 8.5,8.5 + pos: 51.20626,-3.4693265 parent: 2 - - uid: 1801 +- proto: ClothingHeadHelmetERTLeader + entities: + - uid: 3049 components: - type: Transform - pos: 7.5,8.5 + pos: 4.4697094,15.602008 parent: 2 - - uid: 1838 +- proto: ClothingHeadsetMining + entities: + - uid: 1076 components: - type: Transform - pos: -12.5,-8.5 + pos: 31.38288,-5.550561 parent: 2 - - uid: 1839 +- proto: ClothingHeadsetSecurity + entities: + - uid: 2113 components: - type: Transform - pos: -12.5,-7.5 + pos: -41.619957,6.5838733 parent: 2 - - uid: 1840 +- proto: ClothingMaskBreathMedical + entities: + - uid: 1913 components: - type: Transform - pos: -12.5,-6.5 + pos: -13.593334,-8.397794 parent: 2 - - uid: 1841 + - uid: 7977 components: - type: Transform - pos: -12.5,-5.5 + pos: -35.654778,-3.4676437 parent: 2 - - uid: 1842 +- proto: ClothingMaskBreathMedicalSecurity + entities: + - uid: 6234 components: - type: Transform - pos: -12.5,-4.5 + pos: -23.912691,-19.561441 parent: 2 - - uid: 1843 +- proto: ClothingMaskGas + entities: + - uid: 7975 components: - type: Transform - pos: -12.5,-3.5 + pos: 16.137882,2.5230176 parent: 2 - - uid: 1844 + - uid: 8611 components: - type: Transform - pos: -12.5,-2.5 + pos: -34.482536,-10.406689 parent: 2 - - uid: 1845 +- proto: ClothingMaskGasAtmos + entities: + - uid: 1436 components: - type: Transform - pos: -13.5,-2.5 + pos: 50.335133,-20.41284 parent: 2 - - uid: 1846 +- proto: ClothingMaskGasCentcom + entities: + - uid: 772 components: - type: Transform - pos: -14.5,-2.5 + pos: -5.5118904,15.498761 parent: 2 - - uid: 1847 +- proto: ClothingMaskGasExplorer + entities: + - uid: 8612 components: - type: Transform - pos: -15.5,-2.5 + pos: -31.601843,-10.474753 parent: 2 - - uid: 1848 +- proto: ClothingMaskGasSecurity + entities: + - uid: 2185 components: - type: Transform - pos: -16.5,-2.5 + pos: -39.5528,4.4668555 parent: 2 - - uid: 1849 +- proto: ClothingMaskNeckGaiter + entities: + - uid: 8035 components: - type: Transform - pos: -17.5,-2.5 + pos: -41.341217,7.6447616 parent: 2 - - uid: 1850 +- proto: ClothingMaskSterile + entities: + - uid: 1175 components: - type: Transform - pos: -18.5,-2.5 + pos: 16.43792,3.4235206 parent: 2 - - uid: 1851 + - uid: 1920 components: - type: Transform - pos: -18.5,-3.5 + pos: -14.300686,-5.296539 parent: 2 - - uid: 1852 + - uid: 1921 components: - type: Transform - pos: -18.5,-4.5 + pos: -14.182626,-5.3555365 parent: 2 - - uid: 1853 + - uid: 9387 components: - type: Transform - pos: -19.5,-4.5 + pos: -35.500957,-19.250885 parent: 2 - - uid: 1857 +- proto: ClothingNeckCargomedal + entities: + - uid: 9097 components: - type: Transform - pos: -20.5,-4.5 + pos: 33.36846,-13.466563 parent: 2 - - uid: 1858 +- proto: ClothingNeckCloakNanotrasen + entities: + - uid: 3050 components: - type: Transform - pos: -21.5,-4.5 + pos: 4.4697094,14.717052 parent: 2 - - uid: 1859 +- proto: ClothingNeckEngineermedal + entities: + - uid: 9100 components: - type: Transform - pos: -22.5,-4.5 + pos: 55.348793,-15.414225 parent: 2 - - uid: 1860 +- proto: ClothingNeckHeadphones + entities: + - uid: 2394 components: - type: Transform - pos: -26.5,-4.5 + pos: -28.44328,21.72877 parent: 2 - - uid: 1861 + - uid: 9252 components: - type: Transform - pos: -27.5,-4.5 + pos: 16.539623,-44.539253 parent: 2 - - uid: 1862 + - uid: 9605 components: - type: Transform - pos: -28.5,-4.5 + pos: -4.4642844,-23.404097 parent: 2 - - uid: 1863 +- proto: ClothingNeckLawyerbadge + entities: + - uid: 9597 components: - type: Transform - pos: -29.5,-4.5 + pos: 2.5,37.5 parent: 2 - - uid: 1864 +- proto: ClothingNeckLGBTPin + entities: + - uid: 8195 components: - type: Transform - pos: -30.5,-4.5 + pos: 2.6020877,-21.379698 parent: 2 - - uid: 1865 +- proto: ClothingNeckMedicalmedal + entities: + - uid: 9093 components: - type: Transform - pos: -29.5,-5.5 + pos: -24.756418,-19.457933 parent: 2 - - uid: 1866 +- proto: ClothingNeckScarfStripedBlack + entities: + - uid: 8060 components: - type: Transform - pos: -29.5,-9.5 + rot: 1.5707963267948966 rad + pos: -16.443258,14.559776 parent: 2 - - uid: 1867 +- proto: ClothingNeckScarfStripedBlue + entities: + - uid: 8155 components: - type: Transform - pos: -29.5,-10.5 + pos: -51.406834,-28.496784 parent: 2 - - uid: 1868 +- proto: ClothingNeckScarfStripedOrange + entities: + - uid: 1438 components: - type: Transform - pos: -28.5,-10.5 + rot: -1.5707963267948966 rad + pos: 53.463734,-6.5214977 parent: 2 - - uid: 1869 + - uid: 1959 components: - type: Transform - pos: -23.5,-10.5 + pos: -32.776043,-7.6117096 parent: 2 - - uid: 1870 +- proto: ClothingNeckScarfStripedPurple + entities: + - uid: 1174 components: - type: Transform - pos: -22.5,-10.5 + pos: 31.473715,-3.5284007 parent: 2 - - uid: 1871 +- proto: ClothingNeckScarfStripedRed + entities: + - uid: 8052 components: - type: Transform - pos: -21.5,-10.5 + pos: -33.197826,4.454718 parent: 2 - - uid: 1872 +- proto: ClothingNeckScarfStripedZebra + entities: + - uid: 7789 components: - type: Transform - pos: -21.5,-9.5 + pos: 1.2543312,-21.71789 parent: 2 - - uid: 1873 +- proto: ClothingNeckSciencemedal + entities: + - uid: 9098 components: - type: Transform - pos: -20.5,-9.5 + pos: 35.250965,9.5363035 parent: 2 - - uid: 1874 +- proto: ClothingNeckSecuritymedal + entities: + - uid: 9091 components: - type: Transform - pos: -19.5,-9.5 + pos: -37.35231,11.462542 parent: 2 - - uid: 1875 +- proto: ClothingNeckStethoscope + entities: + - uid: 7984 components: - type: Transform - pos: -18.5,-9.5 + pos: -18.617838,-8.200684 parent: 2 - - uid: 1876 + - type: Stethoscope + actionEntity: 7985 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 7985 +- proto: ClothingNeckTieRed + entities: + - uid: 8201 components: - type: Transform - pos: -19.5,-5.5 + pos: -4.5405684,-24.093561 parent: 2 - - uid: 1935 +- proto: ClothingNeckTieSci + entities: + - uid: 9099 components: - type: Transform - pos: -30.5,-3.5 + pos: 35.43779,9.508367 parent: 2 - - uid: 1936 +- proto: ClothingOuterApronBar + entities: + - uid: 1630 components: - type: Transform - pos: -30.5,-2.5 + pos: 19.461279,-29.41678 parent: 2 - - uid: 1937 +- proto: ClothingOuterArmorBasicSlim + entities: + - uid: 6097 components: - type: Transform - pos: -31.5,-2.5 + pos: 2.5,38.5 parent: 2 - - uid: 1938 + - uid: 8039 components: - type: Transform - pos: -32.5,-2.5 + pos: -33.62841,4.6105266 parent: 2 - - uid: 1939 + - uid: 8057 components: - type: Transform - pos: -33.5,-2.5 + pos: -13.734705,8.630609 parent: 2 - - uid: 1940 + - uid: 9580 components: - type: Transform - pos: -34.5,-2.5 + pos: -3.5,35.5 parent: 2 - - uid: 1941 +- proto: ClothingOuterCoatJensen + entities: + - uid: 8046 components: - type: Transform - pos: -35.5,-2.5 + pos: -41.366043,7.165116 parent: 2 - - uid: 1942 + - uid: 8251 components: - type: Transform - pos: -36.5,-2.5 + pos: -12.496769,-21.377604 parent: 2 - - uid: 1943 +- proto: ClothingOuterCoatLab + entities: + - uid: 1917 components: - type: Transform - pos: -36.5,-3.5 + rot: -1.5707963267948966 rad + pos: -13.533293,-5.3555365 parent: 2 - - uid: 1944 + - uid: 7825 components: - type: Transform - pos: -36.5,-4.5 + pos: 16.429207,2.8880806 parent: 2 - - uid: 1945 +- proto: ClothingOuterHoodieBlack + entities: + - uid: 8198 components: - type: Transform - pos: -36.5,-5.5 + pos: -4.5424094,-23.638472 parent: 2 - - uid: 1946 +- proto: ClothingOuterVest + entities: + - uid: 9256 components: - type: Transform - pos: -36.5,-6.5 + pos: 16.621819,-44.05593 parent: 2 - - uid: 1947 +- proto: ClothingOuterVestHazard + entities: + - uid: 3036 components: - type: Transform - pos: -36.5,-7.5 + pos: 15.406275,-6.461355 parent: 2 - - uid: 1948 + - uid: 7917 components: - type: Transform - pos: -36.5,-8.5 + pos: 46.509884,-4.1546497 parent: 2 - - uid: 1949 +- proto: ClothingOuterWinterAtmos + entities: + - uid: 1437 components: - type: Transform - pos: -36.5,-9.5 + rot: -1.5707963267948966 rad + pos: 52.57828,-20.530834 parent: 2 - - uid: 1950 +- proto: ClothingOuterWinterCargo + entities: + - uid: 1086 components: - type: Transform - pos: -35.5,-9.5 + pos: 16.602037,-3.3743298 parent: 2 - - uid: 1951 +- proto: ClothingOuterWinterChem + entities: + - uid: 1958 components: - type: Transform - pos: -34.5,-9.5 + pos: -34.415142,-3.3496494 parent: 2 - - uid: 1952 +- proto: ClothingOuterWinterCoat + entities: + - uid: 8205 components: - type: Transform - pos: -33.5,-9.5 + pos: 13.497653,-14.415368 parent: 2 - - uid: 1953 + - uid: 8206 components: - type: Transform - pos: -32.5,-9.5 + pos: 13.586199,-14.356371 parent: 2 - - uid: 1954 +- proto: ClothingShoesBootsCowboyBrown + entities: + - uid: 9251 components: - type: Transform - pos: -31.5,-9.5 + pos: -14.156767,-42.243355 parent: 2 - - uid: 1955 +- proto: ClothingShoesBootsJack + entities: + - uid: 9257 components: - type: Transform - pos: -30.5,-9.5 + pos: 14.835168,-44.739853 parent: 2 - - uid: 1992 +- proto: ClothingShoesBootsLaceup + entities: + - uid: 7882 components: - type: Transform - pos: -21.5,-11.5 + pos: -3.5494766,-21.377157 parent: 2 - - uid: 1993 +- proto: ClothingShoesBootsSalvage + entities: + - uid: 1077 components: - type: Transform - pos: -21.5,-12.5 + pos: 30.572256,-4.065982 parent: 2 - - uid: 1994 +- proto: ClothingShoesBootsWinter + entities: + - uid: 8209 components: - type: Transform - pos: -21.5,-13.5 + pos: 13.548805,-14.944964 parent: 2 - - uid: 1995 +- proto: ClothingShoesBootsWork + entities: + - uid: 1181 components: - type: Transform - pos: -21.5,-14.5 + pos: 18.594952,-4.1440086 parent: 2 - - uid: 1996 + - uid: 8202 components: - type: Transform - pos: -22.5,-14.5 + pos: 1.7325641,-21.994967 parent: 2 - - uid: 1997 +- proto: ClothingShoesGraySkates + entities: + - uid: 9674 components: - type: Transform - pos: -22.5,-15.5 + pos: -7.6470437,37.716984 parent: 2 - - uid: 1998 +- proto: ClothingShoesLeather + entities: + - uid: 3110 components: - type: Transform - pos: -23.5,-15.5 + pos: 2.5,38.5 parent: 2 - - uid: 1999 + - uid: 7881 components: - type: Transform - pos: -25.5,-15.5 + pos: -3.3137593,-21.557034 parent: 2 - - uid: 2000 + - uid: 8725 components: - type: Transform - pos: -26.5,-15.5 + pos: -54.462753,1.4370198 parent: 2 - - uid: 2001 + - uid: 9426 components: - type: Transform - pos: -27.5,-15.5 + pos: -3.5,35.5 parent: 2 - - uid: 2002 +- proto: ClothingShoesTourist + entities: + - uid: 9255 components: - type: Transform - pos: -28.5,-15.5 + pos: -15.510891,-44.6369 parent: 2 - - uid: 2003 +- proto: ClothingUnderSocksBee + entities: + - uid: 8197 components: - type: Transform - pos: -29.5,-15.5 + pos: -16.115301,-44.55366 parent: 2 - - uid: 2004 +- proto: ClothingUniformJumpskirtOfLife + entities: + - uid: 6106 components: - type: Transform - pos: -29.5,-14.5 + pos: -17.687202,-3.4212341 parent: 2 - - uid: 2005 +- proto: ClothingUniformJumpsuitAtmosCasual + entities: + - uid: 1434 components: - type: Transform - pos: -29.5,-13.5 + pos: 47.177013,-16.460037 parent: 2 - - uid: 2006 +- proto: ClothingUniformJumpsuitBartender + entities: + - uid: 8196 components: - type: Transform - pos: -29.5,-12.5 + pos: 1.8051796,-21.497692 parent: 2 - - uid: 2007 +- proto: ClothingUniformJumpsuitBoilersuitNTNavy + entities: + - uid: 9551 components: - type: Transform - pos: -28.5,-12.5 + rot: -1.5707963267948966 rad + pos: 39.51085,5.6900797 parent: 2 - - uid: 2008 +- proto: ClothingUniformJumpsuitDetective + entities: + - uid: 8200 components: - type: Transform - pos: -28.5,-11.5 + pos: -4.5424094,-23.841597 parent: 2 - - uid: 2015 +- proto: ClothingUniformJumpsuitDetectiveGrey + entities: + - uid: 9254 components: - type: Transform - pos: 8.5,21.5 + rot: -1.5707963267948966 rad + pos: 16.580727,-43.57428 parent: 2 - - uid: 2020 +- proto: ClothingUniformJumpsuitEngineeringHazard + entities: + - uid: 1414 components: - type: Transform - pos: -22.5,-16.5 + rot: 1.5707963267948966 rad + pos: 46.40804,-5.472828 parent: 2 - - uid: 2021 +- proto: ClothingUniformJumpsuitLawyerBlack + entities: + - uid: 8199 components: - type: Transform - pos: -21.5,-16.5 + rot: -1.5707963267948966 rad + pos: 2.3364525,-21.556688 parent: 2 - - uid: 2022 +- proto: ClothingUniformJumpsuitLoungewear + entities: + - uid: 9102 components: - type: Transform - pos: -21.5,-17.5 + pos: -16.568426,-44.475536 parent: 2 - - uid: 2023 +- proto: ClothingUniformJumpsuitPirate + entities: + - uid: 8600 components: - type: Transform - pos: -21.5,-18.5 + pos: -40.3535,-13.59006 parent: 2 - - uid: 2024 +- proto: ClothingUniformJumpsuitSecBlue + entities: + - uid: 2295 components: - type: Transform - pos: -21.5,-19.5 + pos: -33.715607,8.613878 parent: 2 - - uid: 2025 +- proto: ClothingUniformJumpsuitSecGrey + entities: + - uid: 8030 components: - type: Transform - pos: -22.5,-19.5 + rot: -1.5707963267948966 rad + pos: -32.499355,4.5137906 parent: 2 - - uid: 2026 +- proto: Cobweb1 + entities: + - uid: 9488 components: - type: Transform - pos: -22.5,-20.5 + pos: 36.5,-14.5 parent: 2 - - uid: 2027 +- proto: Cobweb2 + entities: + - uid: 9491 components: - type: Transform - pos: -23.5,-20.5 + rot: 1.5707963267948966 rad + pos: -46.5,3.5 parent: 2 - - uid: 2028 +- proto: ComfyChair + entities: + - uid: 367 components: - type: Transform - pos: -24.5,-20.5 + rot: 1.5707963267948966 rad + pos: -8.5,-10.5 parent: 2 - - uid: 2029 + - uid: 369 components: - type: Transform - pos: -25.5,-20.5 + rot: 1.5707963267948966 rad + pos: -8.5,-22.5 parent: 2 - - uid: 2030 + - uid: 379 components: - type: Transform - pos: -26.5,-20.5 + rot: 3.141592653589793 rad + pos: -6.5,-18.5 parent: 2 - - uid: 2031 + - uid: 387 components: - type: Transform - pos: -27.5,-20.5 + rot: 3.141592653589793 rad + pos: -12.5,-22.5 parent: 2 - - uid: 2032 + - uid: 388 components: - type: Transform - pos: -27.5,-19.5 + pos: -12.5,-20.5 parent: 2 - - uid: 2033 + - uid: 390 components: - type: Transform - pos: -28.5,-19.5 + pos: -12.5,-10.5 parent: 2 - - uid: 2034 + - uid: 391 components: - type: Transform - pos: -28.5,-18.5 + rot: 3.141592653589793 rad + pos: -12.5,-12.5 parent: 2 - - uid: 2035 + - uid: 399 components: - type: Transform - pos: -28.5,-17.5 + rot: 1.5707963267948966 rad + pos: -16.5,-20.5 parent: 2 - - uid: 2036 + - uid: 403 components: - type: Transform - pos: -28.5,-16.5 + rot: 1.5707963267948966 rad + pos: -16.5,-12.5 parent: 2 - - uid: 2099 + - uid: 1004 components: - type: Transform - pos: -37.5,1.5 + pos: 33.5,-10.5 parent: 2 - - uid: 2107 + - uid: 1006 components: - type: Transform - pos: -36.5,1.5 + rot: 3.141592653589793 rad + pos: 19.5,-13.5 parent: 2 - - uid: 2124 + - uid: 1007 components: - type: Transform - pos: -29.5,22.5 + pos: 19.5,-11.5 parent: 2 - - uid: 2129 + - uid: 1069 components: - type: Transform - pos: -18.5,19.5 + rot: 1.5707963267948966 rad + pos: 31.5,-11.5 parent: 2 - - uid: 2130 + - uid: 1188 components: - type: Transform - pos: -29.5,19.5 + rot: 1.5707963267948966 rad + pos: 29.5,8.5 parent: 2 - - uid: 2157 + - uid: 1232 components: - type: Transform - pos: -17.5,3.5 + rot: 3.141592653589793 rad + pos: 35.5,8.5 parent: 2 - - uid: 2158 + - uid: 1263 components: - type: Transform - pos: -16.5,3.5 + rot: 1.5707963267948966 rad + pos: 22.5,9.5 parent: 2 - - uid: 2159 + - uid: 1264 components: - type: Transform - pos: -15.5,3.5 + rot: 1.5707963267948966 rad + pos: 22.5,8.5 parent: 2 - - uid: 2160 + - uid: 1265 components: - type: Transform - pos: -14.5,3.5 + rot: -1.5707963267948966 rad + pos: 24.5,9.5 parent: 2 - - uid: 2161 + - uid: 1266 components: - type: Transform - pos: -14.5,4.5 + rot: -1.5707963267948966 rad + pos: 24.5,8.5 parent: 2 - - uid: 2162 + - uid: 1473 components: - type: Transform - pos: -13.5,4.5 + pos: 56.5,-10.5 parent: 2 - - uid: 2163 + - uid: 1475 components: - type: Transform - pos: -12.5,4.5 + rot: 3.141592653589793 rad + pos: 60.5,-15.5 parent: 2 - - uid: 2164 + - uid: 1636 components: - type: Transform - pos: -12.5,5.5 + rot: 1.5707963267948966 rad + pos: 12.5,-36.5 parent: 2 - - uid: 2165 + - uid: 1638 components: - type: Transform - pos: -12.5,6.5 + rot: -1.5707963267948966 rad + pos: 14.5,-36.5 parent: 2 - - uid: 2166 + - uid: 1642 components: - type: Transform - pos: -12.5,7.5 + pos: 13.5,-28.5 parent: 2 - - uid: 2167 + - uid: 1968 components: - type: Transform - pos: -12.5,8.5 + rot: -1.5707963267948966 rad + pos: -26.5,-5.5 parent: 2 - - uid: 2168 + - uid: 1969 components: - type: Transform - pos: -12.5,9.5 + rot: 1.5707963267948966 rad + pos: -28.5,-5.5 parent: 2 - - uid: 2169 + - uid: 1970 components: - type: Transform - pos: -13.5,9.5 + rot: -1.5707963267948966 rad + pos: -22.5,-9.5 parent: 2 - - uid: 2170 + - uid: 1971 components: - type: Transform - pos: -14.5,9.5 + rot: 1.5707963267948966 rad + pos: -24.5,-8.5 parent: 2 - - uid: 2171 + - uid: 1972 components: - type: Transform - pos: -15.5,9.5 + rot: 1.5707963267948966 rad + pos: -24.5,-9.5 parent: 2 - - uid: 2172 + - uid: 1985 components: - type: Transform - pos: -16.5,9.5 + rot: 1.5707963267948966 rad + pos: -26.5,-12.5 parent: 2 - - uid: 2173 + - uid: 1986 components: - type: Transform - pos: -17.5,9.5 + rot: -1.5707963267948966 rad + pos: -24.5,-12.5 parent: 2 - - uid: 2174 + - uid: 2010 components: - type: Transform - pos: -18.5,9.5 + rot: 1.5707963267948966 rad + pos: -27.5,-17.5 parent: 2 - - uid: 2175 + - uid: 2011 components: - type: Transform - pos: -18.5,10.5 + rot: -1.5707963267948966 rad + pos: -25.5,-17.5 parent: 2 - - uid: 2176 + - uid: 2313 components: - type: Transform - pos: -19.5,10.5 + rot: 1.5707963267948966 rad + pos: -14.5,7.5 parent: 2 - - uid: 2183 + - uid: 2314 components: - type: Transform - pos: -17.5,4.5 + rot: 1.5707963267948966 rad + pos: -33.5,11.5 parent: 2 - - uid: 2186 + - uid: 2315 components: - type: Transform - pos: -35.5,1.5 + rot: -1.5707963267948966 rad + pos: -31.5,11.5 parent: 2 - - uid: 2187 + - uid: 2348 components: - type: Transform - pos: -34.5,1.5 + rot: -1.5707963267948966 rad + pos: -41.5,12.5 parent: 2 - - uid: 2188 + - uid: 2351 components: - type: Transform - pos: -33.5,1.5 + rot: 3.141592653589793 rad + pos: -42.5,10.5 parent: 2 - - uid: 2191 + - uid: 2456 components: - type: Transform - pos: -30.5,1.5 + rot: 1.5707963267948966 rad + pos: -54.5,-12.5 parent: 2 - - uid: 2194 + - uid: 2457 components: - type: Transform - pos: -27.5,1.5 + pos: -51.5,-9.5 parent: 2 - - uid: 2195 + - uid: 2458 components: - type: Transform - pos: -27.5,2.5 + rot: 3.141592653589793 rad + pos: -51.5,-13.5 parent: 2 - - uid: 2196 + - uid: 2459 components: - type: Transform - pos: -27.5,3.5 + rot: -1.5707963267948966 rad + pos: -50.5,-10.5 parent: 2 - - uid: 2200 + - uid: 2460 components: - type: Transform - pos: -31.5,3.5 + rot: 1.5707963267948966 rad + pos: -54.5,-10.5 parent: 2 - - uid: 2201 + - uid: 2462 components: - type: Transform - pos: -32.5,3.5 + pos: -53.5,-9.5 parent: 2 - - uid: 2202 + - uid: 2463 components: - type: Transform - pos: -33.5,3.5 + rot: 3.141592653589793 rad + pos: -53.5,-13.5 parent: 2 - - uid: 2203 + - uid: 2531 components: - type: Transform - pos: -33.5,2.5 + pos: -53.5,-1.5 parent: 2 - - uid: 2204 + - uid: 2534 components: - type: Transform - pos: -37.5,2.5 + rot: 3.141592653589793 rad + pos: -53.5,-3.5 parent: 2 - - uid: 2205 + - uid: 2589 components: - type: Transform - pos: -37.5,3.5 + rot: 3.141592653589793 rad + pos: -52.5,4.5 parent: 2 - - uid: 2206 + - uid: 2690 components: - type: Transform - pos: -38.5,3.5 + rot: 1.5707963267948966 rad + pos: -51.5,-19.5 parent: 2 - - uid: 2207 + - uid: 2761 components: - type: Transform - pos: -39.5,3.5 + rot: 3.141592653589793 rad + pos: -55.5,-27.5 parent: 2 - - uid: 2208 + - uid: 2762 components: - type: Transform - pos: -40.5,3.5 + pos: -55.5,-25.5 parent: 2 - - uid: 2209 + - uid: 7616 components: - type: Transform - pos: -41.5,3.5 + rot: 1.5707963267948966 rad + pos: -1.5,-43.5 parent: 2 - - uid: 2210 + - uid: 7617 components: - type: Transform - pos: -41.5,4.5 + rot: -1.5707963267948966 rad + pos: 0.5,-43.5 parent: 2 - - uid: 2211 + - uid: 7618 components: - type: Transform - pos: -41.5,5.5 + rot: -1.5707963267948966 rad + pos: -1.5,-48.5 parent: 2 - - uid: 2212 + - uid: 7619 components: - type: Transform - pos: -42.5,5.5 + rot: 1.5707963267948966 rad + pos: -3.5,-48.5 parent: 2 - - uid: 2213 + - uid: 7620 components: - type: Transform - pos: -42.5,6.5 + rot: 1.5707963267948966 rad + pos: 0.5,-48.5 parent: 2 - - uid: 2214 + - uid: 7621 components: - type: Transform - pos: -42.5,7.5 + rot: -1.5707963267948966 rad + pos: 2.5,-48.5 parent: 2 - - uid: 2215 + - uid: 8164 components: - type: Transform - pos: -42.5,8.5 + rot: 3.141592653589793 rad + pos: -42.5,-19.5 parent: 2 - - uid: 2216 + - uid: 8165 components: - type: Transform - pos: -42.5,9.5 + pos: -42.5,-17.5 parent: 2 - - uid: 2217 + - uid: 9475 components: - type: Transform - pos: -41.5,9.5 + rot: -1.5707963267948966 rad + pos: -50.5,-12.5 parent: 2 - - uid: 2218 +- proto: ComputerAlert + entities: + - uid: 1462 components: - type: Transform - pos: -40.5,9.5 + rot: 3.141592653589793 rad + pos: 53.5,-14.5 parent: 2 - - uid: 2219 + - uid: 1809 components: - type: Transform - pos: -39.5,9.5 + rot: 3.141592653589793 rad + pos: -2.5,-2.5 parent: 2 - - uid: 2220 +- proto: ComputerBroken + entities: + - uid: 1463 components: - type: Transform - pos: -38.5,9.5 + rot: 3.141592653589793 rad + pos: 52.5,-14.5 parent: 2 - - uid: 2221 +- proto: ComputerCargoShuttle + entities: + - uid: 949 components: - type: Transform - pos: -37.5,9.5 + rot: 1.5707963267948966 rad + pos: 26.5,-13.5 parent: 2 - - uid: 2222 +- proto: ComputerCriminalRecords + entities: + - uid: 2156 components: - type: Transform - pos: -36.5,9.5 + rot: 3.141592653589793 rad + pos: -15.5,10.5 parent: 2 - - uid: 2223 + - uid: 2316 components: - type: Transform - pos: -35.5,9.5 + rot: 1.5707963267948966 rad + pos: -34.5,14.5 parent: 2 - - uid: 2224 + - uid: 2695 components: - type: Transform - pos: -34.5,9.5 + rot: 1.5707963267948966 rad + pos: -55.5,-20.5 parent: 2 - - uid: 2225 + - uid: 8036 components: - type: Transform - pos: -33.5,9.5 + pos: -22.5,13.5 parent: 2 - - uid: 2226 +- proto: ComputerId + entities: + - uid: 2581 components: - type: Transform - pos: -32.5,9.5 + rot: -1.5707963267948966 rad + pos: -52.5,-1.5 parent: 2 - - uid: 2227 + - uid: 2692 components: - type: Transform - pos: -31.5,9.5 + pos: -49.5,-18.5 parent: 2 - - uid: 2228 +- proto: ComputerMedicalRecords + entities: + - uid: 1987 components: - type: Transform - pos: -37.5,8.5 + rot: -1.5707963267948966 rad + pos: -22.5,-13.5 parent: 2 - - uid: 2229 + - uid: 2538 components: - type: Transform - pos: -38.5,6.5 + rot: -1.5707963267948966 rad + pos: -48.5,-3.5 parent: 2 - - uid: 2230 + - uid: 2697 components: - type: Transform - pos: -37.5,6.5 + rot: 3.141592653589793 rad + pos: -54.5,-22.5 parent: 2 - - uid: 2231 +- proto: ComputerPalletConsole + entities: + - uid: 1080 components: - type: Transform - pos: -31.5,4.5 + pos: 21.5,-5.5 parent: 2 - - uid: 2235 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 1261 components: - type: Transform - pos: -21.5,3.5 + rot: 3.141592653589793 rad + pos: 25.5,4.5 parent: 2 - - uid: 2236 +- proto: ComputerStationRecords + entities: + - uid: 1049 components: - type: Transform - pos: -21.5,2.5 + pos: 28.5,-11.5 parent: 2 - - uid: 2237 + - uid: 1186 components: - type: Transform - pos: -21.5,1.5 + pos: 31.5,9.5 parent: 2 - - uid: 2238 + - uid: 1471 components: - type: Transform - pos: -20.5,3.5 + rot: 1.5707963267948966 rad + pos: 55.5,-12.5 parent: 2 - - uid: 2240 + - uid: 1988 components: - type: Transform - pos: -18.5,1.5 + rot: -1.5707963267948966 rad + pos: -22.5,-12.5 parent: 2 - - uid: 2242 + - uid: 2152 components: - type: Transform - pos: -28.5,3.5 + rot: -1.5707963267948966 rad + pos: -13.5,7.5 parent: 2 - - uid: 2243 + - uid: 2278 components: - type: Transform - pos: -15.5,1.5 + rot: 3.141592653589793 rad + pos: -14.5,10.5 parent: 2 - - uid: 2244 + - uid: 2317 components: - type: Transform - pos: -14.5,1.5 + pos: -32.5,15.5 parent: 2 - - uid: 2245 + - uid: 2535 components: - type: Transform - pos: -13.5,1.5 + pos: -49.5,-1.5 parent: 2 - - uid: 2246 + - uid: 2696 components: - type: Transform - pos: -12.5,1.5 + pos: -48.5,-18.5 parent: 2 - - uid: 2247 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 1804 components: - type: Transform - pos: -12.5,2.5 + pos: -1.5,1.5 parent: 2 - - uid: 2248 +- proto: ComputerTabletopAlert + entities: + - uid: 9464 components: - type: Transform - pos: -11.5,2.5 + rot: 3.141592653589793 rad + pos: -30.5,-18.5 parent: 2 - - uid: 2255 +- proto: ComputerTabletopCrewMonitoring + entities: + - uid: 8636 components: - type: Transform - pos: -25.5,22.5 + rot: -1.5707963267948966 rad + pos: 0.5,0.5 parent: 2 - - uid: 2258 +- proto: ComputerTabletopCriminalRecords + entities: + - uid: 8272 components: - type: Transform - pos: -19.5,14.5 + rot: 3.141592653589793 rad + pos: -49.5,-4.5 parent: 2 - - uid: 2260 +- proto: ComputerTabletopMedicalRecords + entities: + - uid: 9422 components: - type: Transform - pos: -20.5,18.5 + rot: -1.5707963267948966 rad + pos: -20.5,-7.5 parent: 2 - - uid: 2261 +- proto: ComputerTabletopSurveillanceCameraMonitor + entities: + - uid: 6122 components: - type: Transform - pos: -23.5,18.5 + rot: 3.141592653589793 rad + pos: -32.5,-18.5 parent: 2 - - uid: 2263 +- proto: ComputerTelevision + entities: + - uid: 1981 components: - type: Transform - pos: -24.5,14.5 + pos: -22.5,-5.5 parent: 2 - - uid: 2264 + - uid: 2542 components: - type: Transform - pos: -25.5,14.5 + pos: -54.5,-7.5 parent: 2 - - uid: 2265 +- proto: ConveyorBelt + entities: + - uid: 3099 components: - type: Transform - pos: -26.5,14.5 + rot: 1.5707963267948966 rad + pos: 3.5,31.5 parent: 2 - - uid: 2267 + - type: DeviceLinkSink + links: + - 8256 + - uid: 7974 components: - type: Transform - pos: -28.5,14.5 + rot: 1.5707963267948966 rad + pos: 4.5,31.5 parent: 2 - - uid: 2268 + - type: DeviceLinkSink + links: + - 8256 + - uid: 8263 components: - type: Transform - pos: -29.5,14.5 + rot: 3.141592653589793 rad + pos: 3.5,29.5 parent: 2 - - uid: 2283 + - type: DeviceLinkSink + links: + - 8256 + - uid: 8264 components: - type: Transform - pos: -13.5,10.5 + rot: 3.141592653589793 rad + pos: 3.5,30.5 parent: 2 - - uid: 2284 + - type: DeviceLinkSink + links: + - 8256 + - uid: 9575 components: - type: Transform - pos: -13.5,11.5 + rot: 1.5707963267948966 rad + pos: 5.5,31.5 parent: 2 - - uid: 2285 + - type: DeviceLinkSink + links: + - 8256 + - uid: 9576 components: - type: Transform - pos: -13.5,12.5 + rot: 1.5707963267948966 rad + pos: 6.5,31.5 parent: 2 - - uid: 2286 + - type: DeviceLinkSink + links: + - 8256 +- proto: CrateEmptySpawner + entities: + - uid: 8562 components: - type: Transform - pos: -13.5,13.5 + pos: 36.5,-14.5 parent: 2 - - uid: 2287 + - uid: 8563 components: - type: Transform - pos: -14.5,13.5 + pos: 36.5,-15.5 parent: 2 - - uid: 2288 + - uid: 8565 components: - type: Transform - pos: -14.5,14.5 + pos: 40.5,-14.5 parent: 2 - - uid: 2289 + - uid: 8566 components: - type: Transform - pos: -14.5,15.5 + pos: 40.5,-15.5 parent: 2 - - uid: 2293 + - uid: 8568 components: - type: Transform - pos: -18.5,15.5 + pos: -3.5,28.5 parent: 2 - - uid: 2294 +- proto: CrateEngineeringSecure + entities: + - uid: 1539 components: - type: Transform - pos: -18.5,14.5 + pos: 51.5,-14.5 parent: 2 - - uid: 2303 +- proto: CrateFilledSpawner + entities: + - uid: 8564 components: - type: Transform - pos: -30.5,9.5 + pos: 39.5,-15.5 parent: 2 - - uid: 2304 +- proto: Crowbar + entities: + - uid: 8635 components: - type: Transform - pos: -30.5,10.5 + rot: -1.5707963267948966 rad + pos: -38.06224,-12.523144 parent: 2 - - uid: 2305 + - uid: 9276 components: - type: Transform - pos: -29.5,10.5 + rot: 3.141592653589793 rad + pos: -2.4355073,1.4747186 parent: 2 - - uid: 2307 +- proto: CrowbarRed + entities: + - uid: 8212 components: - type: Transform - pos: -23.5,14.5 + pos: 13.707076,-18.524755 parent: 2 - - uid: 2323 +- proto: CurtainsBlack + entities: + - uid: 9559 components: - type: Transform - pos: -36.5,10.5 + pos: 54.5,1.5 parent: 2 - - uid: 2324 + - uid: 9560 components: - type: Transform - pos: -36.5,11.5 + pos: 54.5,2.5 parent: 2 - - uid: 2325 + - uid: 9561 components: - type: Transform - pos: -36.5,13.5 + pos: 54.5,0.5 parent: 2 - - uid: 2326 +- proto: d6Dice + entities: + - uid: 8078 components: - type: Transform - pos: -36.5,14.5 + pos: -42.255898,11.747769 parent: 2 - - uid: 2327 + - uid: 8079 components: - type: Transform - pos: -35.5,14.5 + pos: -42.34444,11.511781 parent: 2 - - uid: 2329 + - uid: 8217 components: - type: Transform - pos: -29.5,15.5 + pos: -16.548565,-15.240736 parent: 2 - - uid: 2333 +- proto: DebugGenerator + entities: + - uid: 9626 components: - type: Transform - pos: -32.5,16.5 + pos: 7.5,38.5 parent: 2 - - uid: 2334 +- proto: DebugSMES + entities: + - uid: 9625 components: - type: Transform - pos: -31.5,15.5 + pos: 7.5,35.5 parent: 2 - - uid: 2336 +- proto: DeployableBarrier + entities: + - uid: 9170 components: - type: Transform - pos: -30.5,15.5 + pos: 2.5,0.5 parent: 2 - - uid: 2339 +- proto: DisposalBend + entities: + - uid: 3073 components: - type: Transform - pos: -31.5,16.5 + rot: -1.5707963267948966 rad + pos: 3.5,26.5 parent: 2 - - uid: 2368 + - uid: 5707 components: - type: Transform - pos: -43.5,9.5 + rot: 1.5707963267948966 rad + pos: 2.5,26.5 parent: 2 - - uid: 2369 + - uid: 5716 components: - type: Transform - pos: -43.5,13.5 + rot: -1.5707963267948966 rad + pos: 2.5,22.5 parent: 2 - - uid: 2370 + - uid: 5719 components: - type: Transform - pos: -42.5,13.5 + rot: 1.5707963267948966 rad + pos: -0.5,22.5 parent: 2 - - uid: 2371 + - uid: 5744 components: - type: Transform - pos: -42.5,14.5 + pos: 5.5,4.5 parent: 2 - - uid: 2372 + - uid: 5747 components: - type: Transform - pos: -42.5,15.5 + rot: 3.141592653589793 rad + pos: 1.5,0.5 parent: 2 - - uid: 2373 + - uid: 5809 components: - type: Transform - pos: -41.5,15.5 + pos: 43.5,-0.5 parent: 2 - - uid: 2374 + - uid: 5822 components: - type: Transform - pos: -40.5,15.5 + rot: 3.141592653589793 rad + pos: 43.5,-8.5 parent: 2 - - uid: 2375 + - uid: 5828 components: - type: Transform - pos: -39.5,15.5 + rot: 1.5707963267948966 rad + pos: -6.5,4.5 parent: 2 - - uid: 2376 + - uid: 5833 components: - type: Transform - pos: -38.5,15.5 + rot: -1.5707963267948966 rad + pos: -6.5,-0.5 parent: 2 - - uid: 2377 + - uid: 5863 components: - type: Transform - pos: -38.5,14.5 + rot: 1.5707963267948966 rad + pos: -22.5,9.5 parent: 2 - - uid: 2378 + - uid: 5877 components: - type: Transform - pos: -37.5,14.5 + rot: -1.5707963267948966 rad + pos: -24.5,-9.5 parent: 2 - - uid: 2380 + - uid: 5896 components: - type: Transform - pos: -18.5,16.5 + rot: 1.5707963267948966 rad + pos: -43.5,-0.5 parent: 2 - - uid: 2381 + - uid: 5905 components: - type: Transform - pos: -18.5,17.5 + rot: -1.5707963267948966 rad + pos: -43.5,-9.5 parent: 2 - - uid: 2382 + - uid: 5920 components: - type: Transform - pos: -18.5,18.5 + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 parent: 2 - - uid: 2383 + - uid: 5921 components: - type: Transform - pos: -29.5,16.5 + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 parent: 2 - - uid: 2384 + - uid: 5949 components: - type: Transform - pos: -29.5,17.5 + rot: 1.5707963267948966 rad + pos: -15.5,-16.5 parent: 2 - - uid: 2385 + - uid: 5972 components: - type: Transform - pos: -29.5,18.5 + rot: 3.141592653589793 rad + pos: 0.5,-32.5 parent: 2 - - uid: 2386 + - uid: 5973 components: - type: Transform - pos: -28.5,18.5 + pos: 0.5,-31.5 parent: 2 - - uid: 2389 + - uid: 5982 components: - type: Transform - pos: -25.5,18.5 + pos: 9.5,-32.5 parent: 2 - - uid: 2392 + - uid: 5983 components: - type: Transform - pos: -22.5,18.5 + rot: -1.5707963267948966 rad + pos: 12.5,-33.5 parent: 2 - - uid: 2395 + - uid: 6034 components: - type: Transform - pos: -19.5,18.5 + rot: -1.5707963267948966 rad + pos: 9.5,-67.5 parent: 2 - - uid: 2406 + - uid: 6064 components: - type: Transform - pos: -29.5,21.5 + rot: 3.141592653589793 rad + pos: -10.5,-67.5 parent: 2 - - uid: 2407 + - uid: 6065 components: - type: Transform - pos: -29.5,20.5 + rot: 1.5707963267948966 rad + pos: -10.5,-46.5 parent: 2 - - uid: 2409 + - uid: 8894 components: - type: Transform - pos: -19.5,22.5 + rot: 3.141592653589793 rad + pos: -14.5,-42.5 parent: 2 - - uid: 2412 + - uid: 9333 components: - type: Transform - pos: -21.5,18.5 + rot: 1.5707963267948966 rad + pos: -14.5,-39.5 parent: 2 - - uid: 2413 + - uid: 9353 components: - type: Transform - pos: -24.5,18.5 + rot: -1.5707963267948966 rad + pos: -10.5,-39.5 parent: 2 - - uid: 2416 + - uid: 9354 components: - type: Transform - pos: -26.5,18.5 + rot: 1.5707963267948966 rad + pos: -10.5,-32.5 parent: 2 - - uid: 2417 + - uid: 9355 components: - type: Transform - pos: -15.5,2.5 + rot: -1.5707963267948966 rad + pos: -1.5,-32.5 parent: 2 - - uid: 2430 + - uid: 9356 components: - type: Transform - pos: -37.5,-2.5 + rot: 1.5707963267948966 rad + pos: -1.5,-31.5 parent: 2 - - uid: 2431 + - uid: 9357 components: - type: Transform - pos: -38.5,-2.5 + rot: -1.5707963267948966 rad + pos: 13.5,-42.5 parent: 2 - - uid: 2432 + - uid: 9358 components: - type: Transform - pos: -39.5,-2.5 + pos: 13.5,-39.5 parent: 2 - - uid: 2433 +- proto: DisposalJunction + entities: + - uid: 5745 components: - type: Transform - pos: -40.5,-2.5 + rot: 3.141592653589793 rad + pos: 5.5,-0.5 parent: 2 - - uid: 2434 + - uid: 5769 components: - type: Transform - pos: -41.5,-2.5 + rot: -1.5707963267948966 rad + pos: 21.5,-0.5 parent: 2 - - uid: 2435 + - uid: 5850 components: - type: Transform - pos: -41.5,-3.5 + rot: 1.5707963267948966 rad + pos: -24.5,-0.5 parent: 2 - - uid: 2436 + - uid: 5957 components: - type: Transform - pos: -41.5,-4.5 + rot: 3.141592653589793 rad + pos: -0.5,-24.5 parent: 2 - - uid: 2437 + - uid: 5984 components: - type: Transform - pos: -41.5,-5.5 + rot: 3.141592653589793 rad + pos: 9.5,-33.5 parent: 2 - - uid: 2438 + - uid: 8193 components: - type: Transform - pos: -41.5,-6.5 + rot: 3.141592653589793 rad + pos: 9.5,-39.5 parent: 2 - - uid: 2439 +- proto: DisposalJunctionFlipped + entities: + - uid: 5712 components: - type: Transform - pos: -41.5,-7.5 + rot: 3.141592653589793 rad + pos: 2.5,23.5 parent: 2 - - uid: 2441 + - uid: 5746 components: - type: Transform - pos: -41.5,-9.5 + rot: 3.141592653589793 rad + pos: 5.5,0.5 parent: 2 - - uid: 2443 + - uid: 5780 components: - type: Transform - pos: -39.5,1.5 + rot: -1.5707963267948966 rad + pos: 23.5,-0.5 parent: 2 - - uid: 2444 + - uid: 5849 components: - type: Transform - pos: -40.5,1.5 + rot: 1.5707963267948966 rad + pos: -22.5,-0.5 parent: 2 - - uid: 2445 + - uid: 5931 components: - type: Transform - pos: -41.5,1.5 + rot: 3.141592653589793 rad + pos: -0.5,-16.5 parent: 2 - - uid: 2446 + - uid: 5999 components: - type: Transform - pos: -42.5,1.5 + rot: 3.141592653589793 rad + pos: 9.5,-46.5 parent: 2 - - uid: 2447 + - uid: 6001 components: - type: Transform - pos: -43.5,1.5 + rot: 1.5707963267948966 rad + pos: -2.5,-46.5 parent: 2 - - uid: 2448 +- proto: DisposalPipe + entities: + - uid: 5697 components: - type: Transform - pos: -44.5,1.5 + pos: 3.5,27.5 parent: 2 - - uid: 2465 + - uid: 5710 components: - type: Transform - pos: -47.5,-8.5 + rot: 3.141592653589793 rad + pos: 2.5,25.5 parent: 2 - - uid: 2466 + - uid: 5711 components: - type: Transform - pos: -48.5,-8.5 + rot: 3.141592653589793 rad + pos: 2.5,24.5 parent: 2 - - uid: 2467 + - uid: 5717 components: - type: Transform - pos: -49.5,-8.5 + rot: -1.5707963267948966 rad + pos: 1.5,22.5 parent: 2 - - uid: 2468 + - uid: 5718 components: - type: Transform - pos: -49.5,-14.5 + rot: -1.5707963267948966 rad + pos: 0.5,22.5 parent: 2 - - uid: 2469 + - uid: 5720 components: - type: Transform - pos: -48.5,-14.5 + pos: -0.5,21.5 parent: 2 - - uid: 2470 + - uid: 5721 components: - type: Transform - pos: -47.5,-14.5 + pos: -0.5,20.5 parent: 2 - - uid: 2471 + - uid: 5722 components: - type: Transform - pos: -49.5,-7.5 + pos: -0.5,19.5 parent: 2 - - uid: 2472 + - uid: 5723 components: - type: Transform - pos: -50.5,-7.5 + pos: -0.5,18.5 parent: 2 - - uid: 2473 + - uid: 5724 components: - type: Transform - pos: -55.5,-7.5 + pos: -0.5,17.5 parent: 2 - - uid: 2474 + - uid: 5725 components: - type: Transform - pos: -56.5,-7.5 + pos: -0.5,16.5 parent: 2 - - uid: 2476 + - uid: 5726 components: - type: Transform - pos: -58.5,-9.5 + pos: -0.5,15.5 parent: 2 - - uid: 2477 + - uid: 5727 components: - type: Transform - pos: -58.5,-8.5 + pos: -0.5,14.5 parent: 2 - - uid: 2481 + - uid: 5728 components: - type: Transform - pos: -56.5,-15.5 + pos: -0.5,13.5 parent: 2 - - uid: 2482 + - uid: 5729 components: - type: Transform - pos: -55.5,-15.5 + pos: -0.5,12.5 parent: 2 - - uid: 2483 + - uid: 5730 components: - type: Transform - pos: -49.5,-15.5 + pos: -0.5,11.5 parent: 2 - - uid: 2484 + - uid: 5731 components: - type: Transform - pos: -50.5,-15.5 + pos: -0.5,10.5 parent: 2 - - uid: 2485 + - uid: 5732 components: - type: Transform - pos: -50.5,-16.5 + pos: -0.5,9.5 parent: 2 - - uid: 2488 + - uid: 5733 components: - type: Transform - pos: -54.5,-16.5 + pos: -0.5,8.5 parent: 2 - - uid: 2489 + - uid: 5734 components: - type: Transform - pos: -55.5,-16.5 + pos: -0.5,7.5 parent: 2 - - uid: 2490 + - uid: 5735 components: - type: Transform - pos: -55.5,-6.5 + pos: -0.5,6.5 parent: 2 - - uid: 2491 + - uid: 5736 components: - type: Transform - pos: -54.5,-6.5 + pos: -0.5,5.5 parent: 2 - - uid: 2492 + - uid: 5739 components: - type: Transform - pos: -50.5,-6.5 + rot: 1.5707963267948966 rad + pos: 0.5,4.5 parent: 2 - - uid: 2511 + - uid: 5740 components: - type: Transform - pos: -58.5,-14.5 + rot: 1.5707963267948966 rad + pos: 1.5,4.5 parent: 2 - - uid: 2512 + - uid: 5741 components: - type: Transform - pos: -58.5,-13.5 + rot: 1.5707963267948966 rad + pos: 2.5,4.5 parent: 2 - - uid: 2517 + - uid: 5742 components: - type: Transform - pos: -59.5,-13.5 + rot: 1.5707963267948966 rad + pos: 3.5,4.5 parent: 2 - - uid: 2519 + - uid: 5743 components: - type: Transform - pos: -59.5,-11.5 + rot: 1.5707963267948966 rad + pos: 4.5,4.5 parent: 2 - - uid: 2521 + - uid: 5748 components: - type: Transform - pos: -59.5,-9.5 - parent: 2 - - uid: 2546 + rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 876 components: - type: Transform - pos: -47.5,-15.5 - parent: 2 - - uid: 2547 + pos: 3.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 877 components: - type: Transform - pos: -46.5,-15.5 - parent: 2 - - uid: 2548 + pos: 3.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 878 components: - type: Transform - pos: -45.5,-15.5 - parent: 2 - - uid: 2549 + pos: 3.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 879 components: - type: Transform - pos: -47.5,-7.5 - parent: 2 - - uid: 2550 + pos: 3.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 880 components: - type: Transform - pos: -46.5,-7.5 - parent: 2 - - uid: 2551 + pos: 3.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 881 components: - type: Transform - pos: -45.5,-7.5 - parent: 2 - - uid: 2553 + pos: 3.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 882 components: - type: Transform - pos: -50.5,-5.5 - parent: 2 - - uid: 2554 + rot: -1.5707963267948966 rad + pos: 2.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 883 components: - type: Transform - pos: -49.5,-5.5 - parent: 2 - - uid: 2555 + rot: -1.5707963267948966 rad + pos: 1.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 884 components: - type: Transform - pos: -48.5,-5.5 - parent: 2 - - uid: 2556 + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 885 components: - type: Transform - pos: -47.5,-5.5 - parent: 2 - - uid: 2557 + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 886 components: - type: Transform - pos: -47.5,-4.5 - parent: 2 - - uid: 2558 + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 887 components: - type: Transform - pos: -47.5,-1.5 - parent: 2 - - uid: 2559 + rot: -1.5707963267948966 rad + pos: -2.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 888 components: - type: Transform - pos: -47.5,-2.5 - parent: 2 - - uid: 2561 + rot: -1.5707963267948966 rad + pos: -3.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 889 components: - type: Transform - pos: -47.5,-0.5 - parent: 2 - - uid: 2562 + rot: 3.141592653589793 rad + pos: -4.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 890 components: - type: Transform - pos: -48.5,-0.5 - parent: 2 - - uid: 2563 + rot: 3.141592653589793 rad + pos: -4.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 901 components: - type: Transform - pos: -49.5,-0.5 - parent: 2 - - uid: 2564 + rot: 1.5707963267948966 rad + pos: 10.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 902 components: - type: Transform - pos: -49.5,0.5 - parent: 2 - - uid: 2565 + pos: 9.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 903 components: - type: Transform - pos: -50.5,0.5 - parent: 2 - - uid: 2566 + pos: 9.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 904 components: - type: Transform - pos: -51.5,0.5 - parent: 2 - - uid: 2567 + pos: 9.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 905 components: - type: Transform - pos: -52.5,0.5 - parent: 2 - - uid: 2568 + pos: 9.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 906 components: - type: Transform - pos: -54.5,0.5 - parent: 2 - - uid: 2569 + pos: 9.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 907 components: - type: Transform - pos: -55.5,0.5 - parent: 2 - - uid: 2570 + rot: -1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 908 components: - type: Transform - pos: -56.5,0.5 - parent: 2 - - uid: 2575 + rot: -1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 909 components: - type: Transform - pos: -56.5,-4.5 - parent: 2 - - uid: 2576 + rot: -1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 910 components: - type: Transform - pos: -56.5,-5.5 + rot: -1.5707963267948966 rad + pos: 9.5,-0.5 parent: 2 - - uid: 2577 + - uid: 5758 components: - type: Transform - pos: -55.5,-5.5 + rot: -1.5707963267948966 rad + pos: 10.5,-0.5 parent: 2 - - uid: 2586 + - uid: 5759 components: - type: Transform - pos: 9.5,25.5 + rot: -1.5707963267948966 rad + pos: 11.5,-0.5 parent: 2 - - uid: 2587 + - uid: 5760 components: - type: Transform - pos: 8.5,23.5 + rot: -1.5707963267948966 rad + pos: 12.5,-0.5 parent: 2 - - uid: 2588 + - uid: 5761 components: - type: Transform - pos: 6.5,23.5 + rot: -1.5707963267948966 rad + pos: 13.5,-0.5 parent: 2 - - uid: 2592 + - uid: 5762 components: - type: Transform - pos: -50.5,6.5 + rot: -1.5707963267948966 rad + pos: 14.5,-0.5 parent: 2 - - uid: 2593 + - uid: 5763 components: - type: Transform - pos: -49.5,6.5 + rot: -1.5707963267948966 rad + pos: 15.5,-0.5 parent: 2 - - uid: 2594 + - uid: 5764 components: - type: Transform - pos: -49.5,5.5 + rot: -1.5707963267948966 rad + pos: 16.5,-0.5 parent: 2 - - uid: 2595 + - uid: 5765 components: - type: Transform - pos: -48.5,5.5 + rot: -1.5707963267948966 rad + pos: 17.5,-0.5 parent: 2 - - uid: 2596 + - uid: 5766 components: - type: Transform - pos: -47.5,5.5 + rot: -1.5707963267948966 rad + pos: 18.5,-0.5 parent: 2 - - uid: 2597 + - uid: 5767 components: - type: Transform - pos: -47.5,4.5 + rot: -1.5707963267948966 rad + pos: 19.5,-0.5 parent: 2 - - uid: 2598 + - uid: 5768 components: - type: Transform - pos: -47.5,3.5 + rot: -1.5707963267948966 rad + pos: 20.5,-0.5 parent: 2 - - uid: 2599 + - uid: 5770 components: - type: Transform - pos: -47.5,2.5 + rot: -1.5707963267948966 rad + pos: 22.5,-0.5 parent: 2 - - uid: 2600 + - uid: 5771 components: - type: Transform - pos: -47.5,1.5 + rot: 3.141592653589793 rad + pos: 21.5,0.5 parent: 2 - - uid: 2601 + - uid: 5772 components: - type: Transform - pos: -48.5,1.5 + rot: 3.141592653589793 rad + pos: 21.5,1.5 parent: 2 - - uid: 2602 + - uid: 5773 components: - type: Transform - pos: -49.5,1.5 + rot: 3.141592653589793 rad + pos: 21.5,2.5 parent: 2 - - uid: 2603 + - uid: 5774 components: - type: Transform - pos: -56.5,1.5 + rot: 3.141592653589793 rad + pos: 21.5,3.5 parent: 2 - - uid: 2606 + - uid: 5775 components: - type: Transform - pos: -56.5,4.5 + rot: 3.141592653589793 rad + pos: 21.5,4.5 parent: 2 - - uid: 2607 + - uid: 5776 components: - type: Transform - pos: -56.5,5.5 + rot: 3.141592653589793 rad + pos: 21.5,5.5 parent: 2 - - uid: 2608 + - uid: 5777 components: - type: Transform - pos: -55.5,5.5 + rot: 3.141592653589793 rad + pos: 21.5,6.5 parent: 2 - - uid: 2609 + - uid: 5778 components: - type: Transform - pos: -55.5,6.5 + rot: 3.141592653589793 rad + pos: 21.5,7.5 parent: 2 - - uid: 2610 + - uid: 5782 components: - type: Transform - pos: -54.5,6.5 + rot: 3.141592653589793 rad + pos: 23.5,-1.5 parent: 2 - - uid: 2679 + - uid: 5783 components: - type: Transform - pos: -47.5,-3.5 + rot: 3.141592653589793 rad + pos: 23.5,-2.5 parent: 2 - - uid: 2682 + - uid: 5784 components: - type: Transform - pos: -45.5,-0.5 + rot: 3.141592653589793 rad + pos: 23.5,-3.5 parent: 2 - - uid: 2683 + - uid: 5785 components: - type: Transform - pos: -45.5,-1.5 + rot: 3.141592653589793 rad + pos: 23.5,-4.5 parent: 2 - - uid: 2684 + - uid: 5786 components: - type: Transform - pos: -45.5,-2.5 + rot: 3.141592653589793 rad + pos: 23.5,-5.5 parent: 2 - - uid: 2685 + - uid: 5787 components: - type: Transform - pos: -45.5,-3.5 + rot: 3.141592653589793 rad + pos: 23.5,-6.5 parent: 2 - - uid: 2686 + - uid: 5788 components: - type: Transform - pos: -45.5,-4.5 + rot: 3.141592653589793 rad + pos: 23.5,-7.5 parent: 2 - - uid: 2687 + - uid: 5789 components: - type: Transform - pos: -45.5,-5.5 + rot: 3.141592653589793 rad + pos: 23.5,-8.5 parent: 2 - - uid: 2702 + - uid: 5790 components: - type: Transform - pos: -55.5,-17.5 + rot: 1.5707963267948966 rad + pos: 24.5,-0.5 parent: 2 - - uid: 2703 + - uid: 5791 components: - type: Transform - pos: -56.5,-17.5 + rot: 1.5707963267948966 rad + pos: 25.5,-0.5 parent: 2 - - uid: 2704 + - uid: 5792 components: - type: Transform - pos: -50.5,-17.5 + rot: 1.5707963267948966 rad + pos: 26.5,-0.5 parent: 2 - - uid: 2705 + - uid: 5793 components: - type: Transform - pos: -49.5,-17.5 + rot: 1.5707963267948966 rad + pos: 27.5,-0.5 parent: 2 - - uid: 2706 + - uid: 5794 components: - type: Transform - pos: -48.5,-17.5 + rot: 1.5707963267948966 rad + pos: 28.5,-0.5 parent: 2 - - uid: 2707 + - uid: 5795 components: - type: Transform - pos: -47.5,-17.5 + rot: 1.5707963267948966 rad + pos: 29.5,-0.5 parent: 2 - - uid: 2708 + - uid: 5796 components: - type: Transform - pos: -47.5,-18.5 + rot: 1.5707963267948966 rad + pos: 30.5,-0.5 parent: 2 - - uid: 2709 + - uid: 5797 components: - type: Transform - pos: -47.5,-19.5 + rot: 1.5707963267948966 rad + pos: 31.5,-0.5 parent: 2 - - uid: 2710 + - uid: 5798 components: - type: Transform - pos: -47.5,-20.5 + rot: 1.5707963267948966 rad + pos: 32.5,-0.5 parent: 2 - - uid: 2711 + - uid: 5799 components: - type: Transform - pos: -47.5,-21.5 + rot: 1.5707963267948966 rad + pos: 33.5,-0.5 parent: 2 - - uid: 2712 + - uid: 5800 components: - type: Transform - pos: -47.5,-22.5 + rot: 1.5707963267948966 rad + pos: 34.5,-0.5 parent: 2 - - uid: 2713 + - uid: 5801 components: - type: Transform - pos: -48.5,-22.5 + rot: 1.5707963267948966 rad + pos: 35.5,-0.5 parent: 2 - - uid: 2714 + - uid: 5802 components: - type: Transform - pos: -49.5,-22.5 + rot: 1.5707963267948966 rad + pos: 36.5,-0.5 parent: 2 - - uid: 2716 + - uid: 5803 components: - type: Transform - pos: -50.5,-23.5 + rot: 1.5707963267948966 rad + pos: 37.5,-0.5 parent: 2 - - uid: 2717 + - uid: 5804 components: - type: Transform - pos: -51.5,-23.5 + rot: 1.5707963267948966 rad + pos: 38.5,-0.5 parent: 2 - - uid: 2718 + - uid: 5805 components: - type: Transform - pos: -52.5,-23.5 + rot: 1.5707963267948966 rad + pos: 39.5,-0.5 parent: 2 - - uid: 2719 + - uid: 5806 components: - type: Transform - pos: -54.5,-23.5 + rot: 1.5707963267948966 rad + pos: 40.5,-0.5 parent: 2 - - uid: 2720 + - uid: 5807 components: - type: Transform - pos: -55.5,-23.5 + rot: 1.5707963267948966 rad + pos: 41.5,-0.5 parent: 2 - - uid: 2721 + - uid: 5808 components: - type: Transform - pos: -56.5,-23.5 + rot: 1.5707963267948966 rad + pos: 42.5,-0.5 parent: 2 - - uid: 2723 + - uid: 5810 components: - type: Transform - pos: -56.5,-19.5 + pos: 43.5,-1.5 parent: 2 - - uid: 2724 + - uid: 5811 components: - type: Transform - pos: -56.5,-21.5 + pos: 43.5,-2.5 parent: 2 - - uid: 2730 + - uid: 5812 components: - type: Transform - pos: -49.5,-23.5 + pos: 43.5,-3.5 parent: 2 - - uid: 2731 + - uid: 5813 components: - type: Transform - pos: -49.5,-24.5 + pos: 43.5,-4.5 parent: 2 - - uid: 2732 + - uid: 5814 components: - type: Transform - pos: -48.5,-24.5 + pos: 43.5,-5.5 parent: 2 - - uid: 2733 + - uid: 5815 components: - type: Transform - pos: -47.5,-24.5 + pos: 43.5,-6.5 parent: 2 - - uid: 2734 + - uid: 5816 components: - type: Transform - pos: -47.5,-25.5 + pos: 43.5,-7.5 parent: 2 - - uid: 2735 + - uid: 5818 components: - type: Transform - pos: -47.5,-26.5 + rot: -1.5707963267948966 rad + pos: 47.5,-8.5 parent: 2 - - uid: 2736 + - uid: 5819 components: - type: Transform - pos: -47.5,-27.5 + rot: -1.5707963267948966 rad + pos: 46.5,-8.5 parent: 2 - - uid: 2737 + - uid: 5820 components: - type: Transform - pos: -47.5,-28.5 + rot: -1.5707963267948966 rad + pos: 45.5,-8.5 parent: 2 - - uid: 2738 + - uid: 5821 components: - type: Transform - pos: -48.5,-28.5 + rot: -1.5707963267948966 rad + pos: 44.5,-8.5 parent: 2 - - uid: 2739 + - uid: 5823 components: - type: Transform - pos: -49.5,-28.5 + rot: 1.5707963267948966 rad + pos: -1.5,4.5 parent: 2 - - uid: 2740 + - uid: 5824 components: - type: Transform - pos: -49.5,-29.5 + rot: 1.5707963267948966 rad + pos: -2.5,4.5 parent: 2 - - uid: 2741 + - uid: 5825 components: - type: Transform - pos: -50.5,-29.5 + rot: 1.5707963267948966 rad + pos: -3.5,4.5 parent: 2 - - uid: 2743 + - uid: 5826 components: - type: Transform - pos: -52.5,-29.5 + rot: 1.5707963267948966 rad + pos: -4.5,4.5 parent: 2 - - uid: 2745 + - uid: 5827 components: - type: Transform - pos: -54.5,-29.5 + rot: 1.5707963267948966 rad + pos: -5.5,4.5 parent: 2 - - uid: 2746 + - uid: 5829 components: - type: Transform - pos: -55.5,-29.5 + pos: -6.5,3.5 parent: 2 - - uid: 2747 + - uid: 5830 components: - type: Transform - pos: -55.5,-28.5 + pos: -6.5,2.5 parent: 2 - - uid: 2748 + - uid: 5831 components: - type: Transform - pos: -56.5,-28.5 + pos: -6.5,1.5 parent: 2 - - uid: 2752 + - uid: 5832 components: - type: Transform - pos: -56.5,-24.5 + pos: -6.5,0.5 parent: 2 - - uid: 2760 + - uid: 5834 components: - type: Transform - pos: 7.5,23.5 + rot: -1.5707963267948966 rad + pos: -7.5,-0.5 parent: 2 - - uid: 2823 + - uid: 5835 components: - type: Transform - pos: -45.5,-6.5 + rot: -1.5707963267948966 rad + pos: -8.5,-0.5 parent: 2 - - uid: 2825 + - uid: 5836 components: - type: Transform - pos: -45.5,1.5 + rot: -1.5707963267948966 rad + pos: -9.5,-0.5 parent: 2 - - uid: 2826 + - uid: 5837 components: - type: Transform - pos: -41.5,-10.5 + rot: -1.5707963267948966 rad + pos: -10.5,-0.5 parent: 2 - - uid: 2827 + - uid: 5838 components: - type: Transform - pos: -41.5,-11.5 + rot: -1.5707963267948966 rad + pos: -11.5,-0.5 parent: 2 - - uid: 2828 + - uid: 5839 components: - type: Transform - pos: -41.5,-12.5 + rot: -1.5707963267948966 rad + pos: -12.5,-0.5 parent: 2 - - uid: 2829 + - uid: 5840 components: - type: Transform - pos: -41.5,-13.5 + rot: -1.5707963267948966 rad + pos: -13.5,-0.5 parent: 2 - - uid: 2830 + - uid: 5841 components: - type: Transform - pos: -41.5,-14.5 + rot: -1.5707963267948966 rad + pos: -14.5,-0.5 parent: 2 - - uid: 2831 + - uid: 5842 components: - type: Transform - pos: -41.5,-15.5 + rot: -1.5707963267948966 rad + pos: -15.5,-0.5 parent: 2 - - uid: 2832 + - uid: 5843 components: - type: Transform - pos: -41.5,-16.5 + rot: -1.5707963267948966 rad + pos: -16.5,-0.5 parent: 2 - - uid: 2833 + - uid: 5844 components: - type: Transform - pos: -41.5,-17.5 + rot: -1.5707963267948966 rad + pos: -17.5,-0.5 parent: 2 - - uid: 2834 + - uid: 5845 components: - type: Transform - pos: -41.5,-18.5 + rot: -1.5707963267948966 rad + pos: -18.5,-0.5 parent: 2 - - uid: 2835 + - uid: 5846 components: - type: Transform - pos: -41.5,-19.5 + rot: -1.5707963267948966 rad + pos: -19.5,-0.5 parent: 2 - - uid: 2836 + - uid: 5847 components: - type: Transform - pos: -41.5,-20.5 + rot: -1.5707963267948966 rad + pos: -20.5,-0.5 parent: 2 - - uid: 2837 + - uid: 5848 components: - type: Transform - pos: -45.5,-24.5 + rot: -1.5707963267948966 rad + pos: -21.5,-0.5 parent: 2 - - uid: 2838 + - uid: 5851 components: - type: Transform - pos: -45.5,-23.5 + rot: 1.5707963267948966 rad + pos: -23.5,-0.5 parent: 2 - - uid: 2839 + - uid: 5852 components: - type: Transform - pos: -45.5,-22.5 + pos: -22.5,0.5 parent: 2 - - uid: 2840 + - uid: 5853 components: - type: Transform - pos: -45.5,-21.5 + pos: -22.5,1.5 parent: 2 - - uid: 2841 + - uid: 5854 components: - type: Transform - pos: -45.5,-20.5 + pos: -22.5,2.5 parent: 2 - - uid: 2842 + - uid: 5855 components: - type: Transform - pos: -45.5,-19.5 + pos: -22.5,3.5 parent: 2 - - uid: 2843 + - uid: 5856 components: - type: Transform - pos: -45.5,-18.5 + pos: -22.5,4.5 parent: 2 - - uid: 2844 + - uid: 5857 components: - type: Transform - pos: -45.5,-17.5 + pos: -22.5,5.5 parent: 2 - - uid: 2845 + - uid: 5858 components: - type: Transform - pos: -45.5,-16.5 + pos: -22.5,6.5 parent: 2 - - uid: 2846 + - uid: 5859 components: - type: Transform - pos: -43.5,-24.5 + pos: -22.5,7.5 parent: 2 - - uid: 2847 + - uid: 5860 components: - type: Transform - pos: -42.5,-24.5 + pos: -22.5,8.5 parent: 2 - - uid: 2848 + - uid: 5861 components: - type: Transform - pos: -41.5,-24.5 + rot: -1.5707963267948966 rad + pos: -20.5,9.5 parent: 2 - - uid: 2849 + - uid: 5862 components: - type: Transform - pos: -40.5,-24.5 + rot: -1.5707963267948966 rad + pos: -21.5,9.5 parent: 2 - - uid: 2850 + - uid: 5866 components: - type: Transform - pos: -39.5,-24.5 + pos: -24.5,-1.5 parent: 2 - - uid: 2851 + - uid: 5867 components: - type: Transform - pos: -38.5,-24.5 + pos: -24.5,-2.5 parent: 2 - - uid: 2852 + - uid: 5868 components: - type: Transform - pos: -37.5,-24.5 + pos: -24.5,-3.5 parent: 2 - - uid: 2853 + - uid: 5869 components: - type: Transform - pos: -36.5,-24.5 + pos: -24.5,-4.5 parent: 2 - - uid: 2854 + - uid: 5870 components: - type: Transform - pos: -35.5,-24.5 + pos: -24.5,-5.5 parent: 2 - - uid: 2855 + - uid: 5871 components: - type: Transform - pos: -35.5,-25.5 + pos: -24.5,-6.5 parent: 2 - - uid: 2856 + - uid: 5872 components: - type: Transform - pos: -35.5,-26.5 + pos: -24.5,-7.5 parent: 2 - - uid: 2858 + - uid: 5873 components: - type: Transform - pos: -35.5,-28.5 + pos: -24.5,-8.5 parent: 2 - - uid: 2863 + - uid: 5874 components: - type: Transform - pos: -35.5,-33.5 + rot: -1.5707963267948966 rad + pos: -25.5,-9.5 parent: 2 - - uid: 2865 + - uid: 5875 components: - type: Transform - pos: -35.5,-35.5 + rot: -1.5707963267948966 rad + pos: -26.5,-9.5 parent: 2 - - uid: 2866 + - uid: 5876 components: - type: Transform - pos: -35.5,-36.5 + rot: -1.5707963267948966 rad + pos: -27.5,-9.5 parent: 2 - - uid: 2867 + - uid: 5878 components: - type: Transform - pos: -35.5,-37.5 + rot: -1.5707963267948966 rad + pos: -25.5,-0.5 parent: 2 - - uid: 2868 + - uid: 5879 components: - type: Transform - pos: -35.5,-38.5 + rot: -1.5707963267948966 rad + pos: -26.5,-0.5 parent: 2 - - uid: 2869 + - uid: 5880 components: - type: Transform - pos: -35.5,-39.5 + rot: -1.5707963267948966 rad + pos: -27.5,-0.5 parent: 2 - - uid: 2870 + - uid: 5881 components: - type: Transform - pos: -35.5,-40.5 + rot: -1.5707963267948966 rad + pos: -28.5,-0.5 parent: 2 - - uid: 2871 + - uid: 5882 components: - type: Transform - pos: -35.5,-41.5 + rot: -1.5707963267948966 rad + pos: -29.5,-0.5 parent: 2 - - uid: 2872 + - uid: 5883 components: - type: Transform - pos: 11.5,-26.5 + rot: -1.5707963267948966 rad + pos: -30.5,-0.5 parent: 2 - - uid: 2873 + - uid: 5884 components: - type: Transform - pos: -34.5,-41.5 + rot: -1.5707963267948966 rad + pos: -31.5,-0.5 parent: 2 - - uid: 2874 + - uid: 5885 components: - type: Transform - pos: -33.5,-41.5 + rot: -1.5707963267948966 rad + pos: -32.5,-0.5 parent: 2 - - uid: 2875 + - uid: 5886 components: - type: Transform - pos: -32.5,-41.5 + rot: -1.5707963267948966 rad + pos: -33.5,-0.5 parent: 2 - - uid: 2876 + - uid: 5887 components: - type: Transform - pos: -31.5,-41.5 + rot: -1.5707963267948966 rad + pos: -34.5,-0.5 parent: 2 - - uid: 2877 + - uid: 5888 components: - type: Transform - pos: -30.5,-41.5 + rot: -1.5707963267948966 rad + pos: -35.5,-0.5 parent: 2 - - uid: 2878 + - uid: 5889 components: - type: Transform - pos: -29.5,-41.5 + rot: -1.5707963267948966 rad + pos: -36.5,-0.5 parent: 2 - - uid: 2879 + - uid: 5890 components: - type: Transform - pos: -28.5,-41.5 + rot: -1.5707963267948966 rad + pos: -37.5,-0.5 parent: 2 - - uid: 2880 + - uid: 5891 components: - type: Transform - pos: -27.5,-41.5 + rot: -1.5707963267948966 rad + pos: -38.5,-0.5 parent: 2 - - uid: 2881 + - uid: 5892 components: - type: Transform - pos: -26.5,-41.5 + rot: -1.5707963267948966 rad + pos: -39.5,-0.5 parent: 2 - - uid: 2882 + - uid: 5893 components: - type: Transform - pos: -25.5,-41.5 + rot: -1.5707963267948966 rad + pos: -40.5,-0.5 parent: 2 - - uid: 2883 + - uid: 5894 components: - type: Transform - pos: -24.5,-41.5 + rot: -1.5707963267948966 rad + pos: -41.5,-0.5 parent: 2 - - uid: 2884 + - uid: 5895 components: - type: Transform - pos: -23.5,-41.5 + rot: -1.5707963267948966 rad + pos: -42.5,-0.5 parent: 2 - - uid: 2885 + - uid: 5897 components: - type: Transform - pos: -23.5,-37.5 + pos: -43.5,-1.5 parent: 2 - - uid: 2886 + - uid: 5898 components: - type: Transform - pos: -24.5,-37.5 + pos: -43.5,-2.5 parent: 2 - - uid: 2887 + - uid: 5899 components: - type: Transform - pos: -25.5,-37.5 + pos: -43.5,-3.5 parent: 2 - - uid: 2888 + - uid: 5900 components: - type: Transform - pos: -26.5,-37.5 + pos: -43.5,-4.5 parent: 2 - - uid: 2889 + - uid: 5901 components: - type: Transform - pos: -27.5,-37.5 + pos: -43.5,-5.5 parent: 2 - - uid: 2890 + - uid: 5902 components: - type: Transform - pos: -28.5,-37.5 + pos: -43.5,-6.5 parent: 2 - - uid: 2891 + - uid: 5903 components: - type: Transform - pos: -29.5,-37.5 + pos: -43.5,-7.5 parent: 2 - - uid: 2892 + - uid: 5904 components: - type: Transform - pos: -30.5,-37.5 + pos: -43.5,-8.5 parent: 2 - - uid: 2893 + - uid: 5907 components: - type: Transform - pos: -31.5,-37.5 + rot: 1.5707963267948966 rad + pos: -47.5,-9.5 parent: 2 - - uid: 2894 + - uid: 5908 components: - type: Transform - pos: -31.5,-36.5 + rot: 1.5707963267948966 rad + pos: -46.5,-9.5 parent: 2 - - uid: 2895 + - uid: 5909 components: - type: Transform - pos: -31.5,-35.5 + rot: 1.5707963267948966 rad + pos: -45.5,-9.5 parent: 2 - - uid: 2896 + - uid: 5910 components: - type: Transform - pos: -31.5,-34.5 + rot: 1.5707963267948966 rad + pos: -44.5,-9.5 parent: 2 - - uid: 2897 + - uid: 5911 components: - type: Transform - pos: -31.5,-33.5 - parent: 2 - - uid: 2898 + pos: 5.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 911 components: - type: Transform - pos: -31.5,-32.5 - parent: 2 - - uid: 2899 + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 912 components: - type: Transform - pos: -31.5,-31.5 - parent: 2 - - uid: 2900 + rot: 3.141592653589793 rad + pos: 3.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible +- proto: DisposalTrunk + entities: + - uid: 852 components: - type: Transform - pos: -31.5,-30.5 - parent: 2 - - uid: 2901 + rot: 1.5707963267948966 rad + pos: -12.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 894 components: - type: Transform - pos: -31.5,-29.5 - parent: 2 - - uid: 2902 + rot: 3.141592653589793 rad + pos: -4.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 897 components: - type: Transform - pos: -31.5,-28.5 - parent: 2 - - uid: 2903 + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible +- proto: DisposalUnit + entities: + - uid: 851 components: - type: Transform - pos: -31.5,-27.5 - parent: 2 - - uid: 2904 + pos: -12.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable + - uid: 896 components: - type: Transform - pos: -31.5,-26.5 - parent: 2 - - uid: 2905 + pos: 11.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Destructible + - Anchorable +- proto: DrinkGlass + entities: + - uid: 723 components: - type: Transform - pos: -31.5,-25.5 - parent: 2 - - uid: 2906 + pos: -12.618602,2.5336328 + parent: 818 + - uid: 915 components: - type: Transform - pos: -31.5,-24.5 - parent: 2 - - uid: 2907 + pos: -12.399852,2.6273828 + parent: 818 +- proto: DrinkShaker + entities: + - uid: 724 components: - type: Transform - pos: -31.5,-23.5 - parent: 2 - - uid: 2908 + pos: -12.722768,2.7627993 + parent: 818 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 213 components: - type: Transform - pos: -31.5,-22.5 - parent: 2 - - uid: 2909 + pos: -6.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 816 components: - type: Transform - pos: -31.5,-21.5 - parent: 2 - - uid: 2910 + pos: 5.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: FirelockEdge + entities: + - uid: 690 components: - type: Transform - pos: -31.5,-20.5 - parent: 2 - - uid: 2911 + pos: -8.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 694 components: - type: Transform - pos: -32.5,-20.5 - parent: 2 - - uid: 2912 + pos: -12.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 695 components: - type: Transform - pos: -33.5,-20.5 - parent: 2 - - uid: 2913 + rot: 3.141592653589793 rad + pos: -8.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 696 components: - type: Transform - pos: -34.5,-20.5 - parent: 2 - - uid: 2916 + rot: 3.141592653589793 rad + pos: -12.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 697 components: - type: Transform - pos: -37.5,-20.5 - parent: 2 - - uid: 2917 + rot: 3.141592653589793 rad + pos: 7.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 698 components: - type: Transform - pos: -38.5,-20.5 - parent: 2 - - uid: 2918 + rot: 3.141592653589793 rad + pos: 11.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 699 components: - type: Transform - pos: -39.5,-20.5 - parent: 2 - - uid: 2919 + pos: 11.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 700 components: - type: Transform - pos: -40.5,-20.5 - parent: 2 - - uid: 2937 + pos: 7.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 822 components: - type: Transform - pos: 2.5,9.5 - parent: 2 - - uid: 2938 + pos: 10.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 823 components: - type: Transform - pos: 2.5,10.5 - parent: 2 - - uid: 2939 + pos: 9.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 824 components: - type: Transform - pos: 1.5,10.5 - parent: 2 - - uid: 2942 + pos: 8.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 825 components: - type: Transform - pos: 1.5,13.5 - parent: 2 - - uid: 2945 + rot: 3.141592653589793 rad + pos: 8.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 826 components: - type: Transform - pos: 1.5,16.5 - parent: 2 - - uid: 2948 + rot: 3.141592653589793 rad + pos: 9.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 827 components: - type: Transform - pos: 1.5,19.5 - parent: 2 - - uid: 2949 + rot: 3.141592653589793 rad + pos: 10.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 828 components: - type: Transform - pos: 2.5,19.5 - parent: 2 - - uid: 2950 + pos: -9.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 829 components: - type: Transform - pos: 4.5,20.5 - parent: 2 - - uid: 2951 + pos: -10.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 830 components: - type: Transform - pos: -3.5,19.5 - parent: 2 - - uid: 2952 + pos: -11.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 831 components: - type: Transform - pos: 2.5,20.5 - parent: 2 - - uid: 2953 + rot: 3.141592653589793 rad + pos: -11.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 832 components: - type: Transform - pos: -2.5,19.5 - parent: 2 - - uid: 2956 + rot: 3.141592653589793 rad + pos: -10.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 833 components: - type: Transform - pos: -2.5,16.5 - parent: 2 - - uid: 2959 + rot: 3.141592653589793 rad + pos: -9.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible +- proto: FirelockGlass + entities: + - uid: 194 components: - type: Transform - pos: -2.5,13.5 - parent: 2 - - uid: 2962 + pos: 5.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 216 components: - type: Transform - pos: -2.5,10.5 - parent: 2 - - uid: 2963 + pos: -10.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 220 components: - type: Transform - pos: -3.5,9.5 - parent: 2 - - uid: 2964 + pos: -9.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 305 components: - type: Transform - pos: -3.5,10.5 - parent: 2 - - uid: 2966 + pos: -6.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 345 components: - type: Transform - pos: -3.5,20.5 - parent: 2 - - uid: 2967 + pos: 5.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 346 components: - type: Transform - pos: -4.5,20.5 - parent: 2 - - uid: 2968 + pos: 5.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 347 components: - type: Transform - pos: 3.5,20.5 - parent: 2 - - uid: 2969 + pos: -6.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 348 components: - type: Transform - pos: -5.5,20.5 - parent: 2 - - uid: 2983 + pos: -6.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 586 components: - type: Transform - pos: -3.5,24.5 - parent: 2 - - uid: 2984 + pos: -11.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 716 components: - type: Transform - pos: -4.5,24.5 - parent: 2 - - uid: 2985 + pos: -12.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible +- proto: GeneratorBasic15kW + entities: + - uid: 124 components: - type: Transform - pos: -5.5,24.5 - parent: 2 - - uid: 2986 + pos: -4.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Anchorable + - Destructible +- proto: GravityGeneratorMini + entities: + - uid: 808 components: - type: Transform - pos: -6.5,24.5 - parent: 2 - - uid: 2987 + pos: 1.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction +- proto: Grille + entities: + - uid: 96 components: - type: Transform - pos: -6.5,23.5 - parent: 2 - - uid: 2989 + pos: -14.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 97 components: - type: Transform - pos: -6.5,21.5 - parent: 2 - - uid: 2990 + pos: -14.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 98 components: - type: Transform - pos: -6.5,20.5 - parent: 2 - - uid: 2991 + pos: -14.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 99 components: - type: Transform - pos: 3.5,24.5 - parent: 2 - - uid: 2993 + pos: -6.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 101 components: - type: Transform - pos: 4.5,24.5 - parent: 2 - - uid: 2994 + pos: 5.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 102 components: - type: Transform - pos: 5.5,24.5 - parent: 2 - - uid: 2995 + pos: 5.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 103 components: - type: Transform - pos: 5.5,23.5 - parent: 2 - - uid: 2996 + pos: 13.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 104 components: - type: Transform - pos: 5.5,22.5 - parent: 2 - - uid: 2997 + pos: 13.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 125 components: - type: Transform - pos: 5.5,21.5 - parent: 2 - - uid: 2998 + rot: 1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 126 components: - type: Transform - pos: 5.5,20.5 - parent: 2 - - uid: 3002 + rot: 1.5707963267948966 rad + pos: -7.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 127 components: - type: Transform - pos: 4.5,9.5 - parent: 2 - - uid: 3003 + rot: 1.5707963267948966 rad + pos: -8.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 128 components: - type: Transform - pos: 4.5,10.5 - parent: 2 - - uid: 3011 + rot: 1.5707963267948966 rad + pos: -8.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 129 components: - type: Transform - pos: 4.5,18.5 - parent: 2 - - uid: 3012 + rot: 1.5707963267948966 rad + pos: -9.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 130 components: - type: Transform - pos: 4.5,19.5 - parent: 2 - - uid: 3013 + rot: 1.5707963267948966 rad + pos: -11.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 131 components: - type: Transform - pos: -5.5,19.5 - parent: 2 - - uid: 3014 + rot: 1.5707963267948966 rad + pos: -12.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 132 components: - type: Transform - pos: -5.5,18.5 - parent: 2 - - uid: 3019 + rot: 1.5707963267948966 rad + pos: -12.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 133 components: - type: Transform - pos: -6.5,17.5 - parent: 2 - - uid: 3020 + rot: 1.5707963267948966 rad + pos: -13.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 134 components: - type: Transform - pos: -6.5,15.5 - parent: 2 - - uid: 3021 + rot: 1.5707963267948966 rad + pos: -13.5,-19.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 135 components: - type: Transform - pos: -6.5,14.5 - parent: 2 - - uid: 3022 + pos: 5.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 136 components: - type: Transform - pos: -6.5,13.5 - parent: 2 - - uid: 3023 + pos: 5.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 137 components: - type: Transform - pos: -5.5,9.5 - parent: 2 - - uid: 3038 + pos: 13.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 138 components: - type: Transform - pos: -2.5,24.5 - parent: 2 - - uid: 3039 + pos: 13.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 139 components: - type: Transform - pos: 1.5,24.5 - parent: 2 - - uid: 3040 + pos: -14.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 140 components: - type: Transform - pos: -5.5,10.5 - parent: 2 - - uid: 3041 + pos: -6.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 141 components: - type: Transform - pos: -6.5,10.5 - parent: 2 - - uid: 3079 + pos: -6.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 142 components: - type: Transform - pos: -9.5,28.5 - parent: 2 - - uid: 3080 + pos: -6.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 143 components: - type: Transform - pos: -7.5,28.5 - parent: 2 - - uid: 3081 + rot: 1.5707963267948966 rad + pos: -7.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 144 components: - type: Transform - pos: -6.5,25.5 - parent: 2 - - uid: 3082 + rot: 1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 145 components: - type: Transform - pos: -6.5,28.5 - parent: 2 - - uid: 3083 + rot: 1.5707963267948966 rad + pos: -7.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 147 components: - type: Transform - pos: -6.5,29.5 - parent: 2 - - uid: 3084 + rot: 1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 148 components: - type: Transform - pos: -6.5,30.5 - parent: 2 - - uid: 3085 + rot: 1.5707963267948966 rad + pos: -13.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 149 components: - type: Transform - pos: -6.5,31.5 - parent: 2 - - uid: 3086 + rot: 1.5707963267948966 rad + pos: -13.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 151 components: - type: Transform - pos: -6.5,32.5 - parent: 2 - - uid: 3087 + rot: 1.5707963267948966 rad + pos: 12.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 152 components: - type: Transform - pos: -5.5,32.5 - parent: 2 - - uid: 3088 + rot: 1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 153 components: - type: Transform - pos: -4.5,32.5 - parent: 2 - - uid: 3089 + rot: 1.5707963267948966 rad + pos: 12.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 155 components: - type: Transform - pos: -3.5,32.5 - parent: 2 - - uid: 3090 + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 156 components: - type: Transform - pos: -2.5,32.5 - parent: 2 - - uid: 3091 + rot: 1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 157 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,31.5 - parent: 2 - - uid: 3092 + pos: 6.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 167 components: - type: Transform - pos: -0.5,32.5 - parent: 2 - - uid: 3093 + rot: 1.5707963267948966 rad + pos: 12.5,-19.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 168 components: - type: Transform - pos: 0.5,32.5 - parent: 2 - - uid: 3094 + rot: 1.5707963267948966 rad + pos: 12.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 169 components: - type: Transform - pos: 1.5,32.5 - parent: 2 - - uid: 3095 + rot: 1.5707963267948966 rad + pos: 11.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 170 components: - type: Transform - pos: 2.5,32.5 - parent: 2 - - uid: 3096 + rot: 1.5707963267948966 rad + pos: 11.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 171 components: - type: Transform - pos: 3.5,32.5 - parent: 2 - - uid: 3097 + rot: 1.5707963267948966 rad + pos: 10.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 172 components: - type: Transform - pos: 4.5,32.5 - parent: 2 - - uid: 3098 + rot: 1.5707963267948966 rad + pos: 8.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 173 components: - type: Transform - pos: 5.5,32.5 - parent: 2 - - uid: 3101 + rot: 1.5707963267948966 rad + pos: 7.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 174 components: - type: Transform - pos: 5.5,29.5 - parent: 2 - - uid: 3102 + rot: 1.5707963267948966 rad + pos: 7.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 175 components: - type: Transform - pos: 5.5,28.5 - parent: 2 - - uid: 3103 + rot: 1.5707963267948966 rad + pos: 6.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 176 components: - type: Transform - pos: 5.5,27.5 - parent: 2 - - uid: 3104 + rot: 1.5707963267948966 rad + pos: 6.5,-19.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 178 components: - type: Transform - pos: 9.5,24.5 - parent: 2 - - uid: 3105 + pos: 3.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 183 components: - type: Transform - pos: 5.5,25.5 - parent: 2 - - uid: 3107 + pos: -3.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 184 components: - type: Transform - pos: 4.5,-28.5 - parent: 2 - - uid: 3109 + pos: 4.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 191 components: - type: Transform - pos: 1.5,-27.5 - parent: 2 - - uid: 3147 + pos: -5.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 197 components: - type: Transform - pos: -9.5,27.5 - parent: 2 - - uid: 3148 + pos: -4.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 229 components: - type: Transform - pos: -9.5,26.5 - parent: 2 - - uid: 3149 + pos: 2.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 233 components: - type: Transform - pos: -9.5,25.5 - parent: 2 - - uid: 3150 + pos: -8.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 234 components: - type: Transform - pos: -9.5,24.5 - parent: 2 - - uid: 3151 + pos: 11.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 235 components: - type: Transform - pos: -9.5,23.5 - parent: 2 - - uid: 3152 + pos: 7.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 244 components: - type: Transform - pos: -9.5,22.5 - parent: 2 - - uid: 3153 + pos: -12.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 276 components: - type: Transform - pos: -9.5,21.5 - parent: 2 - - uid: 3154 + pos: 13.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 277 components: - type: Transform - pos: -9.5,20.5 - parent: 2 - - uid: 3155 + pos: 13.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 278 components: - type: Transform - pos: -8.5,20.5 - parent: 2 - - uid: 3156 + pos: 13.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 279 components: - type: Transform - pos: -7.5,20.5 - parent: 2 - - uid: 3157 + pos: 13.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 280 components: - type: Transform - pos: -7.5,32.5 - parent: 2 - - uid: 3158 + pos: -14.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 281 components: - type: Transform - pos: -8.5,32.5 - parent: 2 - - uid: 3159 + pos: -14.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 282 components: - type: Transform - pos: -9.5,30.5 - parent: 2 - - uid: 3160 + pos: -14.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 283 components: - type: Transform - pos: -9.5,31.5 - parent: 2 - - uid: 3161 + pos: -14.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 318 components: - type: Transform - pos: -9.5,32.5 - parent: 2 - - uid: 3163 + pos: -13.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 319 components: - type: Transform - pos: -9.5,29.5 - parent: 2 - - uid: 3180 + pos: -13.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 320 components: - type: Transform - pos: -2.5,31.5 - parent: 2 - - uid: 3183 + pos: -12.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 321 components: - type: Transform - pos: -43.5,5.5 - parent: 2 - - uid: 3185 + pos: -12.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 322 components: - type: Transform - pos: -44.5,7.5 - parent: 2 - - uid: 3186 + pos: -11.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 323 components: - type: Transform - pos: -45.5,4.5 - parent: 2 - - uid: 3187 + pos: -10.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 324 components: - type: Transform - pos: -43.5,4.5 - parent: 2 - - uid: 3188 + pos: -9.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 325 components: - type: Transform - pos: -46.5,4.5 - parent: 2 - - uid: 3190 + pos: -8.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 326 components: - type: Transform - pos: -43.5,7.5 - parent: 2 - - uid: 3191 + pos: -8.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 327 components: - type: Transform - pos: -45.5,7.5 - parent: 2 - - uid: 3192 + pos: -7.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 328 components: - type: Transform - pos: -45.5,6.5 - parent: 2 - - uid: 3193 + pos: -7.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 329 components: - type: Transform - pos: -45.5,5.5 - parent: 2 - - uid: 3194 + pos: 6.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 330 components: - type: Transform - pos: -46.5,-0.5 - parent: 2 - - uid: 3200 + pos: 6.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 331 components: - type: Transform - pos: -37.5,-6.5 - parent: 2 - - uid: 3201 + pos: 7.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 332 components: - type: Transform - pos: -38.5,-6.5 - parent: 2 - - uid: 3202 + pos: 7.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 333 components: - type: Transform - pos: -38.5,-5.5 - parent: 2 - - uid: 3203 + pos: 8.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 334 components: - type: Transform - pos: -39.5,-5.5 - parent: 2 - - uid: 3204 + pos: 9.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 335 components: - type: Transform - pos: -39.5,-3.5 - parent: 2 - - uid: 3218 + pos: 10.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 336 components: - type: Transform - pos: -40.5,-9.5 - parent: 2 - - uid: 3219 + pos: 11.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 337 components: - type: Transform - pos: -39.5,-9.5 - parent: 2 - - uid: 3220 + pos: 11.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 338 components: - type: Transform - pos: -39.5,-12.5 - parent: 2 - - uid: 3221 + pos: 12.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible + - uid: 339 components: - type: Transform - pos: -39.5,-10.5 - parent: 2 - - uid: 3222 + pos: 12.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Construction + - Destructible +- proto: PaperBin10 + entities: + - uid: 729 components: - type: Transform - pos: -33.5,-10.5 - parent: 2 - - uid: 3223 + pos: 8.5,4.5 + parent: 818 +- proto: PosterLegitCohibaRobustoAd + entities: + - uid: 927 components: - type: Transform - pos: -33.5,-11.5 - parent: 2 - - uid: 3224 + pos: -6.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: PosterLegitEnlist + entities: + - uid: 926 components: - type: Transform - pos: -33.5,-12.5 - parent: 2 - - uid: 3226 + pos: -14.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: PosterLegitHighClassMartini + entities: + - uid: 925 components: - type: Transform - pos: -33.5,-13.5 - parent: 2 - - uid: 3227 + pos: -6.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: PosterLegitJustAWeekAway + entities: + - uid: 821 components: - type: Transform - pos: -31.5,-13.5 - parent: 2 - - uid: 3228 + pos: 5.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: PosterLegitNanomichiAd + entities: + - uid: 820 components: - type: Transform - pos: -30.5,-13.5 - parent: 2 - - uid: 3232 + pos: -4.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 246 components: - type: Transform - pos: -35.5,-14.5 - parent: 2 - - uid: 3233 + pos: -7.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 247 components: - type: Transform - pos: -35.5,-13.5 - parent: 2 - - uid: 3235 + pos: -13.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 248 components: - type: Transform - pos: -37.5,-13.5 - parent: 2 - - uid: 3236 + pos: 12.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 249 components: - type: Transform - pos: -38.5,-13.5 - parent: 2 - - uid: 3237 + pos: 6.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 250 components: - type: Transform - pos: -39.5,-13.5 - parent: 2 - - uid: 3238 + pos: -13.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 251 components: - type: Transform - pos: -40.5,-14.5 - parent: 2 - - uid: 3239 + pos: 12.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 922 components: - type: Transform - pos: -39.5,-14.5 - parent: 2 - - uid: 3240 + pos: -0.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: PosterLegitNTTGC + entities: + - uid: 924 components: - type: Transform - pos: -35.5,-15.5 - parent: 2 - - uid: 3241 + pos: 5.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: PosterLegitPDAAd + entities: + - uid: 920 components: - type: Transform - pos: -35.5,-16.5 - parent: 2 - - uid: 3242 + pos: 12.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: PosterLegitVacation + entities: + - uid: 921 components: - type: Transform - pos: -34.5,-16.5 - parent: 2 - - uid: 3243 + pos: -7.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: PosterLegitWorkForAFuture + entities: + - uid: 923 components: - type: Transform - pos: -33.5,-16.5 - parent: 2 - - uid: 3244 + pos: 12.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: PottedPlantRandom + entities: + - uid: 236 components: - type: Transform - pos: -32.5,-16.5 - parent: 2 - - uid: 3245 + pos: 7.5,-19.5 + parent: 818 + - type: Godmode + - uid: 237 components: - type: Transform - pos: -31.5,-16.5 - parent: 2 - - uid: 3246 + pos: -12.5,-19.5 + parent: 818 + - type: Godmode + - uid: 238 components: - type: Transform - pos: -31.5,-15.5 - parent: 2 - - uid: 3247 + pos: 11.5,-19.5 + parent: 818 + - type: Godmode + - uid: 239 components: - type: Transform - pos: -30.5,-15.5 - parent: 2 - - uid: 3252 + pos: -8.5,-19.5 + parent: 818 + - type: Godmode + - uid: 733 components: - type: Transform - pos: 11.5,-25.5 - parent: 2 - - uid: 3253 + pos: -8.5,-5.5 + parent: 818 + - type: Godmode + - uid: 741 components: - type: Transform - pos: 11.5,-24.5 - parent: 2 - - uid: 3254 + pos: -7.5,-3.5 + parent: 818 + - type: Godmode +- proto: PottedPlantRandomPlastic + entities: + - uid: 708 components: - type: Transform - pos: 10.5,-26.5 - parent: 2 - - uid: 3256 + pos: -13.5,1.5 + parent: 818 + - type: Godmode + - uid: 755 components: - type: Transform - pos: 8.5,-26.5 - parent: 2 - - uid: 3257 + pos: -13.5,-3.5 + parent: 818 + - type: Godmode +- proto: RandomSpawner + entities: + - uid: 895 components: - type: Transform - pos: 8.5,-25.5 - parent: 2 - - uid: 3258 + pos: -4.5,4.5 + parent: 818 + - type: Godmode +- proto: ReinforcedWindow + entities: + - uid: 19 components: - type: Transform - pos: 8.5,-24.5 - parent: 2 - - uid: 3272 + rot: 1.5707963267948966 rad + pos: -7.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 20 components: - type: Transform - pos: 33.5,-5.5 - parent: 2 - - uid: 3273 + rot: 1.5707963267948966 rad + pos: -8.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 21 components: - type: Transform - pos: 36.5,-8.5 - parent: 2 - - uid: 3274 + rot: 1.5707963267948966 rad + pos: -8.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 22 components: - type: Transform - pos: 36.5,-7.5 - parent: 2 - - uid: 3275 + rot: 1.5707963267948966 rad + pos: -9.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 24 components: - type: Transform - pos: 36.5,-6.5 - parent: 2 - - uid: 3277 + rot: 1.5707963267948966 rad + pos: -7.5,-19.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 25 components: - type: Transform - pos: 34.5,-6.5 - parent: 2 - - uid: 3278 + rot: 1.5707963267948966 rad + pos: -11.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 26 components: - type: Transform - pos: 34.5,-5.5 - parent: 2 - - uid: 3279 + rot: 1.5707963267948966 rad + pos: -12.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 27 components: - type: Transform - pos: 39.5,-10.5 - parent: 2 - - uid: 3280 + rot: 1.5707963267948966 rad + pos: -12.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 28 components: - type: Transform - pos: 39.5,-6.5 - parent: 2 - - uid: 3284 + rot: 1.5707963267948966 rad + pos: -13.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 29 components: - type: Transform - pos: 38.5,-13.5 - parent: 2 - - uid: 3285 + rot: 1.5707963267948966 rad + pos: -13.5,-19.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 30 components: - type: Transform - pos: 39.5,-13.5 - parent: 2 - - uid: 3286 + rot: 1.5707963267948966 rad + pos: 8.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 31 components: - type: Transform - pos: 40.5,-13.5 - parent: 2 - - uid: 3289 + rot: 1.5707963267948966 rad + pos: 7.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 32 components: - type: Transform - pos: 35.5,-15.5 - parent: 2 - - uid: 3290 + rot: 1.5707963267948966 rad + pos: 7.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 33 components: - type: Transform - pos: 35.5,-16.5 - parent: 2 - - uid: 3291 + rot: 1.5707963267948966 rad + pos: 6.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 34 components: - type: Transform - pos: 36.5,-16.5 - parent: 2 - - uid: 3292 + rot: 1.5707963267948966 rad + pos: 6.5,-19.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 35 components: - type: Transform - pos: 37.5,-16.5 - parent: 2 - - uid: 3293 + rot: 1.5707963267948966 rad + pos: 10.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 36 components: - type: Transform - pos: 38.5,-16.5 - parent: 2 - - uid: 3294 + rot: 1.5707963267948966 rad + pos: 11.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 37 components: - type: Transform - pos: 39.5,-16.5 - parent: 2 - - uid: 3296 + rot: 1.5707963267948966 rad + pos: 11.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 38 components: - type: Transform - pos: 40.5,-16.5 - parent: 2 - - uid: 3298 + rot: 1.5707963267948966 rad + pos: 12.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 39 components: - type: Transform - pos: 37.5,-3.5 - parent: 2 - - uid: 3299 + rot: 1.5707963267948966 rad + pos: 12.5,-19.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 91 components: - type: Transform - pos: 37.5,-4.5 - parent: 2 - - uid: 3300 + pos: -14.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 93 components: - type: Transform - pos: 38.5,-4.5 - parent: 2 - - uid: 3312 + pos: -14.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 94 components: - type: Transform - pos: 42.5,5.5 - parent: 2 - - uid: 3313 + pos: -6.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 95 components: - type: Transform - pos: 42.5,6.5 - parent: 2 - - uid: 3314 + pos: -6.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 100 components: - type: Transform - pos: 42.5,7.5 - parent: 2 - - uid: 3315 + rot: 1.5707963267948966 rad + pos: -7.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 105 components: - type: Transform - pos: 43.5,7.5 - parent: 2 - - uid: 3316 + pos: 5.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 106 components: - type: Transform - pos: 44.5,7.5 - parent: 2 - - uid: 3317 + pos: 5.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 107 components: - type: Transform - pos: 45.5,7.5 - parent: 2 - - uid: 3318 + pos: 13.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 108 components: - type: Transform - pos: 45.5,5.5 - parent: 2 - - uid: 3319 + pos: 13.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 109 components: - type: Transform - pos: 44.5,5.5 - parent: 2 - - uid: 3320 + rot: 1.5707963267948966 rad + pos: 12.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 110 components: - type: Transform - pos: 45.5,6.5 - parent: 2 - - uid: 3322 + rot: 1.5707963267948966 rad + pos: 12.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 111 components: - type: Transform - pos: 41.5,6.5 - parent: 2 - - uid: 3323 + rot: 1.5707963267948966 rad + pos: 12.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 113 components: - type: Transform - pos: 40.5,6.5 - parent: 2 - - uid: 3324 + rot: 1.5707963267948966 rad + pos: 6.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 115 components: - type: Transform - pos: 39.5,6.5 - parent: 2 - - uid: 3325 + rot: 1.5707963267948966 rad + pos: 6.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 116 components: - type: Transform - pos: 46.5,7.5 - parent: 2 - - uid: 3326 + rot: 1.5707963267948966 rad + pos: 6.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 117 components: - type: Transform - pos: 47.5,7.5 - parent: 2 - - uid: 3327 + rot: 1.5707963267948966 rad + pos: -7.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 118 components: - type: Transform - pos: 47.5,6.5 - parent: 2 - - uid: 3328 + rot: 1.5707963267948966 rad + pos: -7.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 121 components: - type: Transform - pos: 47.5,5.5 - parent: 2 - - uid: 3329 + rot: 1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 122 components: - type: Transform - pos: 47.5,4.5 - parent: 2 - - uid: 3330 + rot: 1.5707963267948966 rad + pos: -13.5,-7.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 123 components: - type: Transform - pos: 48.5,4.5 - parent: 2 - - uid: 3331 + rot: 1.5707963267948966 rad + pos: -13.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 159 components: - type: Transform - pos: 48.5,3.5 - parent: 2 - - uid: 3332 + pos: -14.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 160 components: - type: Transform - pos: 49.5,3.5 - parent: 2 - - uid: 3333 + pos: -14.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 161 components: - type: Transform - pos: 50.5,3.5 - parent: 2 - - uid: 3334 + pos: -6.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 162 components: - type: Transform - pos: 51.5,3.5 - parent: 2 - - uid: 3335 + pos: -6.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 163 components: - type: Transform - pos: 52.5,3.5 - parent: 2 - - uid: 3336 + pos: 5.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 164 components: - type: Transform - pos: 49.5,-0.5 - parent: 2 - - uid: 3337 + pos: 13.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 165 components: - type: Transform - pos: 49.5,0.5 - parent: 2 - - uid: 3338 + pos: 5.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 166 components: - type: Transform - pos: 49.5,2.5 - parent: 2 - - uid: 3339 + pos: 13.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 185 components: - type: Transform - pos: 54.5,-1.5 - parent: 2 - - uid: 3340 + pos: -5.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 186 components: - type: Transform - pos: 54.5,3.5 - parent: 2 - - uid: 3341 + pos: 2.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 192 components: - type: Transform - pos: 53.5,3.5 - parent: 2 - - uid: 3342 + pos: 4.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 196 components: - type: Transform - pos: 54.5,-0.5 - parent: 2 - - uid: 3367 + pos: 3.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 198 components: - type: Transform - pos: 10.5,-6.5 - parent: 2 - - uid: 3368 + pos: -3.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 232 components: - type: Transform - pos: 11.5,-6.5 - parent: 2 - - uid: 3369 + pos: -4.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 240 components: - type: Transform - pos: 12.5,-6.5 - parent: 2 - - uid: 3370 + pos: -12.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 241 components: - type: Transform pos: 11.5,-4.5 - parent: 2 - - uid: 3377 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 242 components: - type: Transform - pos: -11.5,-3.5 - parent: 2 - - uid: 5652 + pos: 7.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 243 components: - type: Transform - pos: 5.5,10.5 - parent: 2 - - uid: 5655 + pos: -8.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 268 components: - type: Transform - pos: 8.5,10.5 - parent: 2 - - uid: 5656 + pos: -14.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 269 components: - type: Transform - pos: 9.5,10.5 - parent: 2 - - uid: 5657 + pos: -14.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 270 components: - type: Transform - pos: 10.5,10.5 - parent: 2 - - uid: 5658 + pos: -14.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 271 components: - type: Transform - pos: 11.5,10.5 - parent: 2 - - uid: 5659 + pos: -14.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 272 components: - type: Transform - pos: 11.5,9.5 - parent: 2 - - uid: 5660 + pos: 13.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 273 components: - type: Transform - pos: 11.5,8.5 - parent: 2 - - uid: 5661 + pos: 13.5,-1.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 274 components: - type: Transform - pos: 11.5,7.5 - parent: 2 - - uid: 5662 + pos: 13.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 275 components: - type: Transform - pos: 11.5,6.5 - parent: 2 - - uid: 5663 + pos: 13.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 284 components: - type: Transform - pos: 11.5,5.5 - parent: 2 - - uid: 5664 + pos: -13.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 285 components: - type: Transform - pos: 11.5,4.5 - parent: 2 - - uid: 5665 + pos: -12.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 286 components: - type: Transform - pos: 11.5,3.5 - parent: 2 - - uid: 5666 + pos: -10.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 287 components: - type: Transform - pos: -6.5,12.5 - parent: 2 - - uid: 5669 + pos: -11.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 288 components: - type: Transform - pos: -9.5,11.5 - parent: 2 - - uid: 5670 + pos: -8.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 289 components: - type: Transform - pos: -10.5,11.5 - parent: 2 - - uid: 5671 + pos: -8.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 290 components: - type: Transform - pos: -11.5,11.5 - parent: 2 - - uid: 5672 + pos: -12.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 291 components: - type: Transform - pos: -12.5,11.5 - parent: 2 - - uid: 5673 + pos: -13.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 292 components: - type: Transform - pos: 9.5,23.5 - parent: 2 - - uid: 5675 + pos: -9.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 293 components: - type: Transform - pos: 8.5,20.5 - parent: 2 - - uid: 5676 + pos: 6.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 294 components: - type: Transform - pos: 8.5,19.5 - parent: 2 - - uid: 5677 + pos: -7.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 295 components: - type: Transform - pos: 8.5,18.5 - parent: 2 - - uid: 5678 + pos: -7.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 308 components: - type: Transform - pos: 8.5,17.5 - parent: 2 - - uid: 5679 + pos: 6.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 309 components: - type: Transform - pos: 8.5,16.5 - parent: 2 - - uid: 5680 + pos: 7.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 310 components: - type: Transform - pos: 8.5,15.5 - parent: 2 - - uid: 5681 + pos: 7.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 311 components: - type: Transform - pos: 8.5,14.5 - parent: 2 - - uid: 5682 + pos: 8.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 312 components: - type: Transform - pos: 8.5,13.5 - parent: 2 - - uid: 5683 + pos: 9.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 313 components: - type: Transform - pos: 8.5,12.5 - parent: 2 - - uid: 5684 + pos: 10.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 314 components: - type: Transform - pos: 8.5,11.5 - parent: 2 - - uid: 5685 + pos: 11.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 315 components: - type: Transform - pos: -9.5,12.5 - parent: 2 - - uid: 5686 + pos: 11.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 316 components: - type: Transform - pos: -9.5,13.5 - parent: 2 - - uid: 5687 + pos: 12.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 317 components: - type: Transform - pos: -9.5,14.5 - parent: 2 - - uid: 5688 + pos: 12.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction +- proto: SignNanotrasen1 + entities: + - uid: 721 components: - type: Transform - pos: -9.5,15.5 - parent: 2 - - uid: 5689 + pos: -2.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: SignNanotrasen2 + entities: + - uid: 722 components: - type: Transform - pos: -9.5,16.5 - parent: 2 - - uid: 5690 + pos: -1.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: SignNanotrasen3 + entities: + - uid: 719 components: - type: Transform - pos: -9.5,17.5 - parent: 2 - - uid: 5691 + pos: -0.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: SignNanotrasen4 + entities: + - uid: 801 components: - type: Transform - pos: -9.5,18.5 - parent: 2 - - uid: 5692 + pos: 0.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: SignNanotrasen5 + entities: + - uid: 802 components: - type: Transform - pos: -9.5,19.5 - parent: 2 - - uid: 5698 + pos: 1.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: SignNosmoking + entities: + - uid: 720 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,32.5 - parent: 2 - - uid: 5708 + pos: -7.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: SignShipDock + entities: + - uid: 200 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,30.5 - parent: 2 - - uid: 7592 + pos: 6.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 245 components: - type: Transform - pos: 17.5,-45.5 - parent: 2 - - uid: 7629 + pos: -7.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: SignSpace + entities: + - uid: 571 components: - type: Transform - pos: 16.5,-45.5 - parent: 2 - - uid: 7724 + pos: 12.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 640 components: - type: Transform - pos: 5.5,18.5 - parent: 2 - - uid: 7725 + pos: -7.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 688 components: - type: Transform - pos: 5.5,17.5 - parent: 2 - - uid: 7727 + pos: -13.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 689 components: - type: Transform - pos: 5.5,15.5 - parent: 2 - - uid: 7728 + pos: -7.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 691 components: - type: Transform - pos: 5.5,14.5 - parent: 2 - - uid: 7729 + pos: -13.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 705 components: - type: Transform - pos: 5.5,13.5 - parent: 2 - - uid: 7730 + pos: 12.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 709 components: - type: Transform - pos: 5.5,12.5 - parent: 2 - - uid: 7731 + pos: 6.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 817 components: - type: Transform - pos: -6.5,18.5 - parent: 2 - - uid: 7799 + pos: 6.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 819 components: - type: Transform - pos: -35.5,-20.5 - parent: 2 - - uid: 7831 + pos: 4.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: SinkWide + entities: + - uid: 913 components: - type: Transform - pos: 5.5,30.5 - parent: 2 - - uid: 7942 + rot: 1.5707963267948966 rad + pos: -12.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: SmallLight + entities: + - uid: 598 components: - type: Transform - pos: 43.5,-24.5 - parent: 2 - - uid: 8055 + rot: -1.5707963267948966 rad + pos: -8.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable + - uid: 641 components: - type: Transform - pos: -18.5,20.5 - parent: 2 - - uid: 8406 + pos: -14.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable + - uid: 642 components: - type: Transform - pos: -20.5,14.5 - parent: 2 - - uid: 8643 + pos: -6.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable + - uid: 643 components: - type: Transform - pos: 36.5,2.5 - parent: 2 - - uid: 8644 + pos: -14.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable + - uid: 644 components: - type: Transform - pos: 42.5,4.5 - parent: 2 - - uid: 8645 + pos: -6.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable + - uid: 645 components: - type: Transform - pos: 39.5,2.5 - parent: 2 - - uid: 8741 + pos: 5.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable + - uid: 646 components: - type: Transform - pos: -18.5,22.5 - parent: 2 - - uid: 8742 + pos: 13.5,-10.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable + - uid: 647 components: - type: Transform - pos: -18.5,21.5 - parent: 2 - - uid: 8746 + pos: 13.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable + - uid: 648 components: - type: Transform - pos: -28.5,22.5 - parent: 2 - - uid: 8747 + pos: 5.5,-17.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable + - uid: 917 components: - type: Transform - pos: -22.5,22.5 - parent: 2 - - uid: 8762 + rot: 3.141592653589793 rad + pos: -0.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - RCDDeconstructable +- proto: SMESBasic + entities: + - uid: 805 components: - type: Transform - pos: -46.5,-24.5 - parent: 2 - - uid: 8764 + pos: -2.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Anchorable + - Destructible + - Construction +- proto: SodaDispenser + entities: + - uid: 795 components: - type: Transform - pos: -18.5,-45.5 - parent: 2 - - uid: 8766 + pos: -10.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Destructible + - Construction +- proto: SpaceVillainArcadeFilled + entities: + - uid: 731 components: - type: Transform - pos: -17.5,-45.5 - parent: 2 - - uid: 8877 + rot: 1.5707963267948966 rad + pos: -13.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Construction + - Destructible + - uid: 732 components: - type: Transform - pos: -18.5,-21.5 - parent: 2 - - uid: 8878 + rot: 1.5707963267948966 rad + pos: -13.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - ApcPowerReceiver + - Anchorable + - Construction + - Destructible +- proto: SpawnPointLatejoin + entities: + - uid: 763 components: - type: Transform - pos: -19.5,-21.5 - parent: 2 - - uid: 9055 + pos: -7.5,-15.5 + parent: 818 + - type: Godmode + - uid: 764 components: - type: Transform - pos: 9.5,26.5 - parent: 2 - - uid: 9217 + pos: -7.5,-14.5 + parent: 818 + - type: Godmode + - uid: 765 components: - type: Transform - pos: -34.5,-19.5 - parent: 2 - - uid: 9218 + pos: -7.5,-13.5 + parent: 818 + - type: Godmode + - uid: 766 components: - type: Transform - pos: -34.5,-18.5 - parent: 2 - - uid: 9219 + pos: -7.5,-12.5 + parent: 818 + - type: Godmode + - uid: 767 components: - type: Transform - pos: -34.5,-17.5 - parent: 2 - - uid: 9220 + pos: -9.5,-15.5 + parent: 818 + - type: Godmode + - uid: 768 components: - type: Transform - pos: -39.5,-15.5 - parent: 2 - - uid: 9221 + pos: -9.5,-14.5 + parent: 818 + - type: Godmode + - uid: 769 components: - type: Transform - pos: -39.5,-16.5 - parent: 2 - - uid: 9222 + pos: -9.5,-13.5 + parent: 818 + - type: Godmode + - uid: 770 components: - type: Transform - pos: -38.5,-16.5 - parent: 2 - - uid: 9223 + pos: -9.5,-12.5 + parent: 818 + - type: Godmode + - uid: 771 components: - type: Transform - pos: -38.5,-19.5 - parent: 2 - - uid: 9224 + pos: -11.5,-15.5 + parent: 818 + - type: Godmode + - uid: 772 components: - type: Transform - pos: -38.5,-18.5 - parent: 2 - - uid: 9277 + pos: -11.5,-14.5 + parent: 818 + - type: Godmode + - uid: 773 components: - type: Transform - pos: -30.5,-21.5 - parent: 2 - - uid: 9278 + pos: -11.5,-13.5 + parent: 818 + - type: Godmode + - uid: 774 components: - type: Transform - pos: -29.5,-21.5 - parent: 2 - - uid: 9279 + pos: -11.5,-12.5 + parent: 818 + - type: Godmode + - uid: 775 components: - type: Transform - pos: -28.5,-21.5 - parent: 2 - - uid: 9280 + pos: -13.5,-15.5 + parent: 818 + - type: Godmode + - uid: 776 components: - type: Transform - pos: -21.5,-21.5 - parent: 2 - - uid: 9281 + pos: -13.5,-14.5 + parent: 818 + - type: Godmode + - uid: 777 components: - type: Transform - pos: -27.5,-21.5 - parent: 2 - - uid: 9282 + pos: -13.5,-13.5 + parent: 818 + - type: Godmode + - uid: 778 components: - type: Transform - pos: -22.5,-21.5 - parent: 2 - - uid: 9283 + pos: -13.5,-12.5 + parent: 818 + - type: Godmode + - uid: 779 components: - type: Transform - pos: -20.5,-21.5 - parent: 2 - - uid: 9524 + pos: 6.5,-15.5 + parent: 818 + - type: Godmode + - uid: 780 components: - type: Transform - pos: 9.5,27.5 - parent: 2 - - uid: 9525 + pos: 6.5,-14.5 + parent: 818 + - type: Godmode + - uid: 781 components: - type: Transform - pos: 8.5,27.5 - parent: 2 - - uid: 9526 + pos: 6.5,-13.5 + parent: 818 + - type: Godmode + - uid: 782 components: - type: Transform - pos: 8.5,28.5 - parent: 2 - - uid: 9527 + pos: 6.5,-12.5 + parent: 818 + - type: Godmode + - uid: 783 components: - type: Transform - pos: 7.5,28.5 - parent: 2 - - uid: 9528 + pos: 8.5,-15.5 + parent: 818 + - type: Godmode + - uid: 784 components: - type: Transform - pos: 6.5,28.5 - parent: 2 - - uid: 9541 + pos: 8.5,-14.5 + parent: 818 + - type: Godmode + - uid: 785 components: - type: Transform - pos: 9.5,21.5 - parent: 2 - - uid: 9542 + pos: 8.5,-13.5 + parent: 818 + - type: Godmode + - uid: 786 components: - type: Transform - pos: 9.5,22.5 - parent: 2 -- proto: WardrobeAtmosphericsFilled - entities: - - uid: 1421 + pos: 8.5,-12.5 + parent: 818 + - type: Godmode + - uid: 787 components: - type: Transform - pos: 52.5,-19.5 - parent: 2 -- proto: WardrobeCargoFilled - entities: - - uid: 1040 + pos: 10.5,-15.5 + parent: 818 + - type: Godmode + - uid: 788 components: - type: Transform - pos: 15.5,-3.5 - parent: 2 - - uid: 1041 + pos: 10.5,-14.5 + parent: 818 + - type: Godmode + - uid: 789 components: - type: Transform - pos: 17.5,-9.5 - parent: 2 - - uid: 1042 + pos: 10.5,-13.5 + parent: 818 + - type: Godmode + - uid: 790 components: - type: Transform - pos: 18.5,-9.5 - parent: 2 - - uid: 1084 + pos: 10.5,-12.5 + parent: 818 + - type: Godmode + - uid: 791 components: - type: Transform - pos: 17.5,-3.5 - parent: 2 -- proto: WardrobeChemistryFilled - entities: - - uid: 1923 + pos: 12.5,-15.5 + parent: 818 + - type: Godmode + - uid: 792 components: - type: Transform - pos: -30.5,-5.5 - parent: 2 - - uid: 1925 + pos: 12.5,-14.5 + parent: 818 + - type: Godmode + - uid: 793 components: - type: Transform - pos: -35.5,-7.5 - parent: 2 - - uid: 1926 + pos: 12.5,-13.5 + parent: 818 + - type: Godmode + - uid: 794 components: - type: Transform - pos: -33.5,-3.5 - parent: 2 - - uid: 1929 + pos: 12.5,-12.5 + parent: 818 + - type: Godmode +- proto: SS13Memorial + entities: + - uid: 594 components: - type: Transform - pos: -30.5,-8.5 - parent: 2 -- proto: WardrobeEngineeringFilled + pos: -0.5,4.5 + parent: 818 + - type: Godmode +- proto: Stool entities: - - uid: 1383 + - uid: 119 components: - type: Transform - pos: 49.5,-2.5 - parent: 2 -- proto: WardrobeGrey - entities: - - uid: 360 + anchored: True + rot: 3.141592653589793 rad + pos: -11.5,-20.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 639 components: - type: Transform - pos: -6.5,-22.5 - parent: 2 - - uid: 372 + anchored: True + rot: 3.141592653589793 rad + pos: -9.5,-20.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 730 components: - type: Transform - pos: -6.5,-10.5 - parent: 2 - - uid: 386 + anchored: True + rot: 3.141592653589793 rad + pos: 8.5,-20.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 737 components: - type: Transform - pos: -10.5,-22.5 - parent: 2 - - uid: 393 + anchored: True + rot: 3.141592653589793 rad + pos: 10.5,-20.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 738 components: - type: Transform - pos: -10.5,-10.5 - parent: 2 - - uid: 398 + anchored: True + rot: -1.5707963267948966 rad + pos: -12.5,-0.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 740 components: - type: Transform - pos: -16.5,-10.5 - parent: 2 - - uid: 401 + anchored: True + rot: -1.5707963267948966 rad + pos: -12.5,0.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 761 components: - type: Transform - pos: -16.5,-22.5 - parent: 2 -- proto: WardrobeMedicalDoctorFilled - entities: - - uid: 1889 + anchored: True + rot: -1.5707963267948966 rad + pos: -12.5,-1.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 914 components: - type: Transform - pos: -14.5,-3.5 - parent: 2 -- proto: WardrobeMixed + anchored: True + rot: -1.5707963267948966 rad + pos: -12.5,-2.5 + parent: 818 + - type: Physics + bodyType: Static + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible +- proto: StoolBar entities: - - uid: 128 + - uid: 230 components: - type: Transform - pos: 9.5,-18.5 - parent: 2 - - uid: 220 + rot: 3.141592653589793 rad + pos: -9.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 342 components: - type: Transform - pos: 9.5,-14.5 - parent: 2 -- proto: WardrobeMixedFilled - entities: - - uid: 8715 + rot: 3.141592653589793 rad + pos: -11.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible + - uid: 433 components: - type: Transform - pos: -2.5,-21.5 - parent: 2 -- proto: WardrobePrisonFilled + rot: 3.141592653589793 rad + pos: -10.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - Anchorable + - Destructible +- proto: SubstationBasic entities: - - uid: 8793 + - uid: 807 components: - type: Transform - pos: -19.5,16.5 - parent: 2 -- proto: WardrobeRoboticsFilled + pos: -0.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - Construction +- proto: TableCarpet entities: - - uid: 1160 + - uid: 572 components: - type: Transform - pos: 14.5,3.5 - parent: 2 -- proto: WardrobeSalvageFilled - entities: - - uid: 1027 + pos: 9.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 573 components: - type: Transform - pos: 29.5,-9.5 - parent: 2 -- proto: WardrobeScienceFilled - entities: - - uid: 1158 + pos: 9.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 574 components: - type: Transform - pos: 18.5,8.5 - parent: 2 -- proto: WardrobeSecurityFilled - entities: - - uid: 2083 + pos: 10.5,-0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 576 components: - type: Transform - pos: -34.5,2.5 - parent: 2 -- proto: WardrobeWhiteFilled + pos: 10.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction +- proto: TableReinforced entities: - - uid: 9237 + - uid: 585 components: - type: Transform - pos: 13.5,-44.5 - parent: 2 -- proto: WarpPoint - entities: - - uid: 8736 + rot: 1.5707963267948966 rad + pos: -9.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 707 components: - type: Transform - pos: -0.5,-0.5 - parent: 2 - - type: WarpPoint - location: Terminal -- proto: WaterCooler - entities: - - uid: 967 + rot: -1.5707963267948966 rad + pos: -10.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 751 components: - type: Transform - pos: 20.5,-10.5 - parent: 2 - - uid: 1267 + rot: -1.5707963267948966 rad + pos: -11.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 796 components: - type: Transform - pos: 26.5,9.5 - parent: 2 - - uid: 1464 + rot: -1.5707963267948966 rad + pos: -10.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 797 components: - type: Transform - pos: 48.5,-10.5 - parent: 2 - - uid: 1983 + rot: -1.5707963267948966 rad + pos: -12.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 798 components: - type: Transform - pos: -28.5,-7.5 - parent: 2 - - uid: 2257 + rot: -1.5707963267948966 rad + pos: -11.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction +- proto: TableWood + entities: + - uid: 441 components: - type: Transform - pos: -29.5,9.5 - parent: 2 - - uid: 2753 + pos: 12.5,0.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 575 components: - type: Transform - pos: -54.5,-17.5 - parent: 2 -- proto: WaterTankFull - entities: - - uid: 8585 + pos: 6.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 587 components: - type: Transform - pos: 47.5,3.5 - parent: 2 - - uid: 8592 + pos: 12.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 706 components: - type: Transform - pos: 12.5,-3.5 - parent: 2 - - uid: 8629 + pos: 9.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 750 components: - type: Transform - pos: -40.5,-3.5 - parent: 2 - - uid: 9537 + pos: 10.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction + - uid: 756 components: - type: Transform - pos: 6.5,24.5 - parent: 2 -- proto: WeaponCapacitorRecharger + pos: 8.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Construction +- proto: TelecomServerFilled entities: - - uid: 2399 + - uid: 919 components: - type: Transform - pos: -28.5,21.5 - parent: 2 - - uid: 9169 + pos: -1.5,8.5 + parent: 818 + - type: EncryptionKeyHolder + keysUnlocked: False + - type: Godmode + missingComponents: + - Destructible + - ApcPowerReceiver + - Anchorable + - Construction +- proto: VendingMachineBooze + entities: + - uid: 753 components: - type: Transform - pos: 0.5,1.5 - parent: 2 -- proto: WeaponDisabler + pos: -9.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - ApcPowerReceiver +- proto: VendingMachineChang entities: - - uid: 3140 + - uid: 692 components: - type: Transform - pos: -2.5,35.5 - parent: 2 - - uid: 6107 + pos: 9.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable +- proto: VendingMachineCigs + entities: + - uid: 744 components: - type: Transform - pos: 2.5,38.5 - parent: 2 - - uid: 9500 + pos: -7.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - ApcPowerReceiver +- proto: VendingMachineCola + entities: + - uid: 635 components: - type: Transform - pos: -3.5,35.5 - parent: 2 -- proto: WeaponDisablerPractice + pos: -12.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - ApcPowerReceiver +- proto: VendingMachineColaBlack entities: - - uid: 8752 + - uid: 834 components: - type: Transform - pos: -28.585564,19.647816 - parent: 2 -- proto: WeaponFlareGun + pos: -10.5,-20.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable +- proto: VendingMachineDiscount entities: - - uid: 7913 + - uid: 836 components: - type: Transform - pos: 46.435905,-3.308063 - parent: 2 -- proto: WeaponLaserCarbinePractice + pos: 11.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable +- proto: VendingMachineDrGibb entities: - - uid: 8751 + - uid: 835 components: - type: Transform - pos: -28.408474,19.411827 - parent: 2 -- proto: WeaponRevolverDeckard + pos: 11.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable +- proto: VendingMachineGames entities: - - uid: 7737 + - uid: 748 components: - type: Transform - pos: -3.537204,14.761298 - parent: 2 -- proto: WeaponTaser + pos: 6.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - ApcPowerReceiver +- proto: VendingMachineSnack entities: - - uid: 3057 + - uid: 637 components: - type: Transform - pos: 2.5111954,11.4883375 - parent: 2 -- proto: WeaponTetherGun + pos: -12.5,-6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - Anchorable + - ApcPowerReceiver +- proto: WallRiveted entities: - - uid: 3059 + - uid: 10 components: - type: Transform - pos: -5.5782247,14.510563 - parent: 2 -- proto: WeaponTurretHostile - entities: - - uid: 1237 + rot: 1.5707963267948966 rad + pos: 6.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 23 components: - type: Transform - pos: 4.5,16.5 - parent: 2 - - uid: 8651 + rot: 1.5707963267948966 rad + pos: -10.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 40 components: - type: Transform - pos: -5.5,16.5 - parent: 2 -- proto: Welder - entities: - - uid: 7915 + rot: 1.5707963267948966 rad + pos: 9.5,-21.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 41 components: - type: Transform - pos: 46.47083,-16.33574 - parent: 2 - - uid: 8633 + rot: 1.5707963267948966 rad + pos: 6.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 42 components: - type: Transform - pos: -37.304085,-5.3643703 - parent: 2 -- proto: WelderExperimental - entities: - - uid: 3055 + rot: 1.5707963267948966 rad + pos: 5.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 43 components: - type: Transform - pos: -3.513493,11.505985 - parent: 2 -- proto: WelderMini - entities: - - uid: 1178 + rot: 1.5707963267948966 rad + pos: 4.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 44 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.519531,4.4526725 - parent: 2 -- proto: WeldingFuelTankFull - entities: - - uid: 8584 + rot: 1.5707963267948966 rad + pos: 12.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 45 components: - type: Transform - pos: 35.5,4.5 - parent: 2 - - uid: 8586 + rot: 1.5707963267948966 rad + pos: 13.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 46 components: - type: Transform - pos: 40.5,-3.5 - parent: 2 - - uid: 9402 + rot: 1.5707963267948966 rad + pos: 14.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 47 components: - type: Transform - pos: -38.5,-14.5 - parent: 2 - - uid: 9523 + rot: 1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 48 components: - type: Transform - pos: -3.5,27.5 - parent: 2 -- proto: Window - entities: - - uid: 21 + rot: 1.5707963267948966 rad + pos: -6.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 49 components: - type: Transform - pos: 12.5,-14.5 - parent: 2 - - uid: 23 + rot: 1.5707963267948966 rad + pos: -7.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 50 components: - type: Transform - pos: 12.5,-19.5 - parent: 2 - - uid: 24 + rot: 1.5707963267948966 rad + pos: -13.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 51 components: - type: Transform - pos: 8.5,-20.5 - parent: 2 - - uid: 25 + rot: 1.5707963267948966 rad + pos: -14.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 52 components: - type: Transform - pos: 8.5,-19.5 - parent: 2 - - uid: 45 + rot: 1.5707963267948966 rad + pos: -15.5,-18.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 53 components: - type: Transform - pos: 12.5,-21.5 - parent: 2 - - uid: 46 + rot: 1.5707963267948966 rad + pos: -13.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 54 components: - type: Transform - pos: 8.5,-18.5 - parent: 2 + rot: 1.5707963267948966 rad + pos: -14.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 55 components: - type: Transform - pos: 12.5,-18.5 - parent: 2 + rot: 1.5707963267948966 rad + pos: -15.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 56 components: - type: Transform - pos: 12.5,-20.5 - parent: 2 + rot: 1.5707963267948966 rad + pos: -7.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible - uid: 57 components: - type: Transform - pos: 8.5,-21.5 - parent: 2 - - uid: 65 - components: - - type: Transform - pos: 8.5,-14.5 - parent: 2 - - uid: 67 + rot: 1.5707963267948966 rad + pos: -6.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 58 components: - type: Transform - pos: 1.5,-19.5 - parent: 2 - - uid: 100 + rot: 1.5707963267948966 rad + pos: -5.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 59 components: - type: Transform - pos: 12.5,-13.5 - parent: 2 - - uid: 105 + rot: 1.5707963267948966 rad + pos: -5.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 60 components: - type: Transform - pos: 12.5,-11.5 - parent: 2 - - uid: 176 + rot: 1.5707963267948966 rad + pos: -6.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 61 components: - type: Transform - pos: 12.5,-12.5 - parent: 2 - - uid: 187 + rot: 1.5707963267948966 rad + pos: -7.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 62 components: - type: Transform - pos: 2.5,-18.5 - parent: 2 - - uid: 188 + rot: 1.5707963267948966 rad + pos: -13.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 63 components: - type: Transform - pos: 2.5,-14.5 - parent: 2 - - uid: 189 + rot: 1.5707963267948966 rad + pos: -14.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 64 components: - type: Transform - pos: 1.5,-14.5 - parent: 2 - - uid: 190 + rot: 1.5707963267948966 rad + pos: -15.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 65 components: - type: Transform - pos: 1.5,-18.5 - parent: 2 - - uid: 209 + rot: 1.5707963267948966 rad + pos: -13.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 66 components: - type: Transform - pos: 8.5,-11.5 - parent: 2 - - uid: 210 + rot: 1.5707963267948966 rad + pos: -14.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 67 components: - type: Transform - pos: 8.5,-12.5 - parent: 2 - - uid: 211 + rot: 1.5707963267948966 rad + pos: -15.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 68 components: - type: Transform - pos: 8.5,-13.5 - parent: 2 - - uid: 317 + rot: 1.5707963267948966 rad + pos: -7.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 69 components: - type: Transform - pos: -2.5,-19.5 - parent: 2 - - uid: 318 + rot: 1.5707963267948966 rad + pos: -6.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 70 components: - type: Transform - pos: -2.5,-18.5 - parent: 2 - - uid: 319 + rot: 1.5707963267948966 rad + pos: -5.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 71 components: - type: Transform - pos: -3.5,-18.5 - parent: 2 - - uid: 320 + rot: 1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 72 components: - type: Transform - pos: -3.5,-14.5 - parent: 2 - - uid: 321 + rot: 1.5707963267948966 rad + pos: 13.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 73 components: - type: Transform - pos: -2.5,-14.5 - parent: 2 - - uid: 335 + rot: 1.5707963267948966 rad + pos: 14.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 74 components: - type: Transform - pos: -17.5,-17.5 - parent: 2 - - uid: 336 + rot: 1.5707963267948966 rad + pos: 14.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 75 components: - type: Transform - pos: -17.5,-16.5 - parent: 2 - - uid: 337 + rot: 1.5707963267948966 rad + pos: 13.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 76 components: - type: Transform - pos: -17.5,-15.5 - parent: 2 - - uid: 350 + rot: 1.5707963267948966 rad + pos: 12.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 77 components: - type: Transform - pos: 16.5,-17.5 - parent: 2 - - uid: 351 + rot: 1.5707963267948966 rad + pos: 14.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 78 components: - type: Transform - pos: 16.5,-16.5 - parent: 2 - - uid: 352 + rot: 1.5707963267948966 rad + pos: 13.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 79 components: - type: Transform - pos: 16.5,-15.5 - parent: 2 - - uid: 414 + rot: 1.5707963267948966 rad + pos: 12.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 80 components: - type: Transform - pos: 2.5,-20.5 - parent: 2 - - uid: 415 + rot: 1.5707963267948966 rad + pos: 6.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 81 components: - type: Transform - pos: 3.5,-20.5 - parent: 2 - - uid: 416 + rot: 1.5707963267948966 rad + pos: 5.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 82 components: - type: Transform - pos: -3.5,-20.5 - parent: 2 - - uid: 417 + rot: 1.5707963267948966 rad + pos: 4.5,-9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 83 components: - type: Transform - pos: -4.5,-20.5 - parent: 2 - - uid: 540 + rot: 1.5707963267948966 rad + pos: 6.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 84 components: - type: Transform - pos: 1.5,-12.5 - parent: 2 - - uid: 797 + rot: 1.5707963267948966 rad + pos: 5.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 85 components: - type: Transform - pos: -2.5,-12.5 - parent: 2 - - uid: 936 + rot: 1.5707963267948966 rad + pos: 4.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 86 components: - type: Transform - pos: 27.5,-5.5 - parent: 2 - - uid: 968 + rot: 1.5707963267948966 rad + pos: 6.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 87 components: - type: Transform - pos: 18.5,-11.5 - parent: 2 - - uid: 969 + rot: 1.5707963267948966 rad + pos: 5.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 88 components: - type: Transform - pos: 18.5,-12.5 - parent: 2 - - uid: 992 + rot: 1.5707963267948966 rad + pos: 4.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 89 components: - type: Transform - pos: 19.5,-6.5 - parent: 2 - - uid: 1033 + rot: 1.5707963267948966 rad + pos: -7.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 90 components: - type: Transform - pos: 27.5,-6.5 - parent: 2 - - uid: 1050 + rot: 1.5707963267948966 rad + pos: -13.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 92 components: - type: Transform - pos: 19.5,-5.5 - parent: 2 - - uid: 1154 + rot: 1.5707963267948966 rad + pos: 12.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 112 components: - type: Transform - pos: 19.5,6.5 - parent: 2 - - uid: 1155 + rot: -1.5707963267948966 rad + pos: 6.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 114 components: - type: Transform - pos: 19.5,7.5 - parent: 2 - - uid: 1156 + rot: -1.5707963267948966 rad + pos: -13.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 120 components: - type: Transform - pos: 19.5,8.5 - parent: 2 - - uid: 1400 + pos: 5.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 154 components: - type: Transform - pos: 52.5,-15.5 - parent: 2 - - uid: 1401 + rot: -1.5707963267948966 rad + pos: 12.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 158 components: - type: Transform - pos: 53.5,-15.5 - parent: 2 - - uid: 1402 + rot: -1.5707963267948966 rad + pos: -7.5,-5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 179 components: - type: Transform - pos: 52.5,-7.5 - parent: 2 - - uid: 1403 + pos: -2.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 180 components: - type: Transform - pos: 53.5,-7.5 - parent: 2 - - uid: 1646 + pos: 5.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 182 components: - type: Transform - pos: 13.5,-37.5 - parent: 2 - - uid: 1647 + pos: 1.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 187 components: - type: Transform - pos: 14.5,-37.5 - parent: 2 - - uid: 1648 + pos: -6.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 189 components: - type: Transform - pos: 15.5,-37.5 - parent: 2 - - uid: 1696 + pos: 5.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 190 components: - type: Transform - pos: -7.5,-7.5 - parent: 2 - - uid: 1697 + pos: 1.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 193 components: - type: Transform - pos: -6.5,-7.5 - parent: 2 - - uid: 1698 + pos: 5.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 199 components: - type: Transform - pos: -7.5,-6.5 - parent: 2 - - uid: 1699 + pos: -6.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 202 components: - type: Transform - pos: -8.5,-6.5 - parent: 2 - - uid: 1700 + pos: -6.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 207 components: - type: Transform - pos: -8.5,-5.5 - parent: 2 - - uid: 1706 + pos: -6.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 217 components: - type: Transform - pos: 7.5,3.5 - parent: 2 - - uid: 1710 + pos: -4.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 222 components: - type: Transform - pos: 4.5,6.5 - parent: 2 - - uid: 1720 + pos: -2.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 223 components: - type: Transform - pos: -8.5,-3.5 - parent: 2 - - uid: 1721 + pos: -0.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 225 components: - type: Transform - pos: -3.5,-7.5 - parent: 2 - - uid: 1722 + pos: -1.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 231 components: - type: Transform - pos: 2.5,-7.5 - parent: 2 - - uid: 1723 + pos: -4.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 258 components: - type: Transform - pos: 5.5,-7.5 - parent: 2 - - uid: 1724 + pos: -14.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 259 components: - type: Transform - pos: 6.5,-7.5 - parent: 2 - - uid: 1725 + pos: 13.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 260 components: - type: Transform - pos: 6.5,-6.5 - parent: 2 - - uid: 1726 + pos: 13.5,-4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 261 components: - type: Transform - pos: 7.5,-6.5 - parent: 2 - - uid: 1727 + pos: -14.5,-3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 262 components: - type: Transform - pos: 7.5,-5.5 - parent: 2 - - uid: 1728 + pos: 13.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 263 components: - type: Transform - pos: 7.5,-3.5 - parent: 2 - - uid: 1731 + pos: 13.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 264 components: - type: Transform - pos: 3.5,6.5 - parent: 2 - - uid: 1738 + pos: 12.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 265 components: - type: Transform - pos: -8.5,3.5 - parent: 2 - - uid: 1741 + pos: -14.5,1.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 266 components: - type: Transform - pos: -8.5,4.5 - parent: 2 - - uid: 1742 + pos: -14.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 267 components: - type: Transform - pos: -8.5,2.5 - parent: 2 - - uid: 1745 + pos: -13.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 304 components: - type: Transform - pos: 7.5,2.5 - parent: 2 - - uid: 1753 + pos: -7.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 306 components: - type: Transform - pos: 7.5,4.5 - parent: 2 - - uid: 1760 + pos: -6.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 307 components: - type: Transform - pos: -4.5,6.5 - parent: 2 - - uid: 1761 + pos: 6.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 340 components: - type: Transform - pos: -5.5,6.5 - parent: 2 - - uid: 1894 + pos: 5.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 343 components: - type: Transform - pos: -19.5,-7.5 - parent: 2 - - uid: 1895 + pos: 0.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 351 components: - type: Transform - pos: -19.5,-8.5 - parent: 2 - - uid: 1904 + pos: -3.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 401 components: - type: Transform - pos: -29.5,-8.5 - parent: 2 - - uid: 1905 + pos: -5.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 403 components: - type: Transform - pos: -29.5,-7.5 - parent: 2 - - uid: 2046 + pos: 4.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 405 components: - type: Transform - pos: -20.5,-3.5 - parent: 2 - - uid: 2047 + pos: -1.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 406 components: - type: Transform - pos: -20.5,-2.5 - parent: 2 - - uid: 2048 + pos: 4.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 407 components: - type: Transform - pos: -19.5,-2.5 - parent: 2 - - uid: 2049 + pos: 2.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 408 components: - type: Transform - pos: -28.5,-3.5 - parent: 2 - - uid: 2050 + pos: 2.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 409 components: - type: Transform - pos: -28.5,-2.5 - parent: 2 - - uid: 2051 + pos: 2.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 414 components: - type: Transform - pos: -29.5,-2.5 - parent: 2 - - uid: 2133 + pos: 3.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 420 components: - type: Transform - pos: -31.5,8.5 - parent: 2 - - uid: 2134 + pos: 2.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 578 components: - type: Transform - pos: -31.5,7.5 - parent: 2 - - uid: 2135 + pos: -3.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 581 components: - type: Transform - pos: -31.5,6.5 - parent: 2 - - uid: 2136 + pos: -3.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 582 components: - type: Transform - pos: -38.5,5.5 - parent: 2 - - uid: 2137 + pos: -3.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 583 components: - type: Transform - pos: -38.5,4.5 - parent: 2 - - uid: 2180 + pos: -3.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 588 components: - type: Transform - pos: -17.5,6.5 - parent: 2 - - uid: 2181 + pos: -2.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 602 components: - type: Transform - pos: -17.5,7.5 - parent: 2 - - uid: 2182 + pos: 0.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 693 components: - type: Transform - pos: -17.5,8.5 - parent: 2 - - uid: 2249 + pos: 1.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 711 components: - type: Transform - pos: -25.5,11.5 - parent: 2 - - uid: 2250 + pos: -1.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 712 components: - type: Transform - pos: -25.5,12.5 - parent: 2 - - uid: 2251 + pos: -0.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 713 components: - type: Transform - pos: -25.5,13.5 - parent: 2 -- proto: WindowDirectional - entities: - - uid: 64 + pos: 0.5,-2.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 725 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-14.5 - parent: 2 - - uid: 104 + pos: -5.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 726 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-14.5 - parent: 2 - - uid: 197 + pos: -5.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 736 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-14.5 - parent: 2 - - uid: 200 + pos: -5.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 739 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-14.5 - parent: 2 - - uid: 201 + pos: -5.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 743 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-14.5 - parent: 2 - - uid: 202 + pos: -5.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 745 components: - type: Transform - pos: 13.5,-18.5 - parent: 2 - - uid: 203 + pos: -5.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 746 components: - type: Transform - pos: 15.5,-18.5 - parent: 2 - - uid: 204 + pos: 2.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 754 components: - type: Transform - pos: 5.5,-18.5 - parent: 2 - - uid: 205 + pos: 4.5,7.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 757 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-14.5 - parent: 2 - - uid: 206 + pos: 4.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 758 components: - type: Transform - pos: 11.5,-18.5 - parent: 2 - - uid: 207 + pos: 4.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 762 components: - type: Transform - pos: 9.5,-18.5 - parent: 2 - - uid: 208 + pos: 4.5,5.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 799 components: - type: Transform - pos: 7.5,-18.5 - parent: 2 - - uid: 1617 + pos: 4.5,4.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-60.5 - parent: 2 - - uid: 2055 + pos: -5.5,9.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible + - uid: 804 components: - type: Transform - pos: -27.5,6.5 - parent: 2 - - uid: 2056 + pos: -0.5,6.5 + parent: 818 + - type: Godmode + missingComponents: + - Destructible +- proto: WarpPoint + entities: + - uid: 638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,6.5 - parent: 2 - - uid: 2057 + pos: -0.5,1.5 + parent: 818 + - type: WarpPoint + location: Terminal + - type: Godmode +- proto: Windoor + entities: + - uid: 806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,6.5 - parent: 2 - - uid: 2058 + pos: -8.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction + - uid: 841 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,7.5 - parent: 2 - - uid: 2059 + pos: -2.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - RCDDeconstructable + - Destructible + - Construction +- proto: WindowReinforcedDirectional + entities: + - uid: 181 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,7.5 - parent: 2 - - uid: 2060 + rot: 1.5707963267948966 rad + pos: -9.5,2.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 204 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,7.5 - parent: 2 - - uid: 2064 + rot: 1.5707963267948966 rad + pos: 0.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 600 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,6.5 - parent: 2 - - uid: 2065 + pos: 2.5,8.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,7.5 - parent: 2 - - uid: 2066 + pos: 9.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 660 components: - type: Transform - pos: -21.5,6.5 - parent: 2 - - uid: 2067 + rot: 3.141592653589793 rad + pos: 9.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 661 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,7.5 - parent: 2 - - uid: 2068 + pos: 9.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 662 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,7.5 - parent: 2 - - uid: 2069 + rot: 1.5707963267948966 rad + pos: 9.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 663 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,6.5 - parent: 2 - - uid: 2259 + pos: 9.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 664 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-60.5 - parent: 2 - - uid: 2615 + pos: 9.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 665 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,2.5 - parent: 2 - - uid: 2616 + pos: 9.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 666 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,4.5 - parent: 2 - - uid: 2756 + pos: 9.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 667 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,-25.5 - parent: 2 - - uid: 2757 + pos: 9.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 668 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,-27.5 - parent: 2 - - uid: 3136 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-61.5 - parent: 2 - - uid: 3287 - components: - - type: Transform - pos: 38.5,-6.5 - parent: 2 - - uid: 3288 + pos: 9.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 669 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,-10.5 - parent: 2 - - uid: 6894 + pos: -10.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-62.5 - parent: 2 - - uid: 7584 + pos: -10.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-59.5 - parent: 2 - - uid: 7585 + rot: -1.5707963267948966 rad + pos: -10.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-61.5 - parent: 2 - - uid: 7587 + rot: -1.5707963267948966 rad + pos: -10.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 673 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-61.5 - parent: 2 - - uid: 7802 + pos: -10.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-59.5 - parent: 2 - - uid: 8273 + rot: -1.5707963267948966 rad + pos: -10.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 675 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-62.5 - parent: 2 - - uid: 8274 - components: - - type: Transform - pos: -10.5,-62.5 - parent: 2 - - uid: 8275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-61.5 - parent: 2 - - uid: 8276 + pos: -10.5,-12.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-60.5 - parent: 2 - - uid: 8277 + rot: 1.5707963267948966 rad + pos: -10.5,-13.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-59.5 - parent: 2 - - uid: 8278 + rot: 1.5707963267948966 rad + pos: -10.5,-14.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 678 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-59.5 - parent: 2 - - uid: 8279 + pos: -10.5,-15.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 679 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-62.5 - parent: 2 - - uid: 8280 + rot: 3.141592653589793 rad + pos: -9.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-62.5 - parent: 2 - - uid: 8281 + rot: 3.141592653589793 rad + pos: -11.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-60.5 - parent: 2 - - uid: 8282 + pos: -11.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-59.5 - parent: 2 - - uid: 8283 + pos: -9.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 683 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-59.5 - parent: 2 - - uid: 8284 + pos: 10.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 684 components: - type: Transform - pos: 9.5,-62.5 - parent: 2 -- proto: WindowReinforcedDirectional - entities: - - uid: 2388 + pos: 8.5,-11.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,19.5 - parent: 2 - - uid: 2397 + rot: 3.141592653589793 rad + pos: 8.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 686 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,21.5 - parent: 2 -- proto: Wrench - entities: - - uid: 7824 + rot: 3.141592653589793 rad + pos: 10.5,-16.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.606297,2.5340981 - parent: 2 - - uid: 7922 + pos: 1.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 838 components: - type: Transform - pos: 52.155132,-20.448378 - parent: 2 - - uid: 8547 + pos: 0.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 839 components: - type: Transform - pos: 32.404167,2.531181 - parent: 2 -- proto: Zipties - entities: - - uid: 7800 + pos: -0.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible + - uid: 840 components: - type: Transform - pos: -1.1729649,-2.290776 - parent: 2 + pos: -1.5,3.5 + parent: 818 + - type: Godmode + missingComponents: + - Construction + - RCDDeconstructable + - Destructible ... diff --git a/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml b/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml index 8c7ee9e2194..cc6abce25ed 100644 --- a/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml +++ b/Resources/Prototypes/Entities/Structures/Power/cable_terminal.yml @@ -45,3 +45,11 @@ powerMV: !type:CableTerminalNode nodeGroupID: MVPower + +- type: entity + id: CableTerminalUncuttable + parent: CableTerminal + suffix: uncuttable + components: + - type: Cable + cuttingQuality: null \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Structures/Power/cables.yml b/Resources/Prototypes/Entities/Structures/Power/cables.yml index ac855a54606..f1ae038bc15 100644 --- a/Resources/Prototypes/Entities/Structures/Power/cables.yml +++ b/Resources/Prototypes/Entities/Structures/Power/cables.yml @@ -98,6 +98,14 @@ sound: path: /Audio/Ambience/Objects/emf_buzz.ogg +- type: entity + id: CableHVUncuttable + parent: CableHV + suffix: uncuttable + components: + - type: Cable + cuttingQuality: null + - type: entity parent: CableBase id: CableMV @@ -142,6 +150,14 @@ - type: CableVisualizer statePrefix: mvcable_ +- type: entity + id: CableMVUncuttable + parent: CableMV + suffix: uncuttable + components: + - type: Cable + cuttingQuality: null + - type: entity parent: CableBase id: CableApcExtension @@ -188,3 +204,11 @@ acts: [ "Destruction" ] - type: CableVisualizer statePrefix: lvcable_ + +- type: entity + id: CableApcExtensionUncuttable + parent: CableApcExtension + suffix: uncuttable + components: + - type: Cable + cuttingQuality: null From c23b31420646e38b3390e980f1ae7b9c953672c7 Mon Sep 17 00:00:00 2001 From: Timothy Lowe Date: Mon, 16 Dec 2024 11:08:39 -0800 Subject: [PATCH 160/160] Fix the terminal. --- Resources/Maps/Misc/terminal.yml | 58051 +++++++++++++++++++++-------- 1 file changed, 43091 insertions(+), 14960 deletions(-) diff --git a/Resources/Maps/Misc/terminal.yml b/Resources/Maps/Misc/terminal.yml index 62dd1f49dd4..bd4cb5cddcc 100644 --- a/Resources/Maps/Misc/terminal.yml +++ b/Resources/Maps/Misc/terminal.yml @@ -2785,27363 +2785,55494 @@ entities: chunkSize: 4 - type: GasTileOverlay - type: RadiationGridResistance - - type: SpreaderGrid - - type: GridPathfinding - - type: Godmode -- proto: AirlockExternalGlass +- proto: AcousticGuitarInstrument entities: - uid: 1179 components: - type: Transform - pos: 6.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 3 + pos: 20.620842,-6.433382 + parent: 2 +- proto: ActionStethoscope + entities: + - uid: 7985 components: - type: Transform - pos: -7.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 4 + parent: 7984 + - type: EntityTargetAction + container: 7984 +- proto: ActionToggleInternals + entities: + - uid: 7919 components: - type: Transform - pos: -7.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 5 + parent: 7918 + - type: InstantAction + container: 7918 +- proto: ActionToggleLight + entities: + - uid: 2622 components: - type: Transform - pos: 6.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 11 + parent: 2361 + - type: InstantAction + container: 2361 + - uid: 8211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 12 + parent: 8210 + - type: InstantAction + container: 8210 +- proto: AirAlarm + entities: + - uid: 7647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 13 + pos: -9.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 6148 + - 6149 + - 6150 + - 7457 + - 6772 + - 6767 + - 7462 + - 7458 + - 6768 + - 6769 + - 7460 + - 7461 + - 6766 + - 7459 + - 6770 + - 7431 + - 6819 + - 6277 + - uid: 7648 + components: + - type: Transform + pos: 4.5,24.5 + parent: 2 + - type: DeviceList + devices: + - 6235 + - 6926 + - 6301 + - 6128 + - 6127 + - uid: 7649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 14 + pos: -3.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 6129 + - 6130 + - 6320 + - 6951 + - 6236 + - 6254 + - 6960 + - 6528 + - 6139 + - 6140 + - 6132 + - 6131 + - 6142 + - 6141 + - 6138 + - 6135 + - uid: 7650 + components: + - type: Transform + pos: 35.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 6174 + - 6175 + - 6177 + - 6984 + - 6357 + - 6238 + - 6194 + - 6198 + - 6134 + - 6133 + - uid: 7651 + components: + - type: Transform + pos: 20.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 6459 + - 7018 + - 6195 + - 6194 + - 6196 + - 6237 + - 6994 + - 6441 + - 6998 + - 6239 + - 6179 + - 6197 + - 6458 + - 6240 + - 7008 + - uid: 7652 + components: + - type: Transform + pos: 19.5,-10.5 + parent: 2 + - type: DeviceList + devices: + - 6199 + - 6198 + - 6200 + - 6201 + - 6202 + - 6242 + - 7044 + - 6428 + - 6429 + - 7042 + - 6243 + - 6244 + - 6427 + - 7033 + - 6430 + - 6245 + - 7053 + - 6246 + - 7059 + - 6431 + - uid: 7653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 6174 + - 6175 + - 6177 + - 7086 + - 6247 + - 6086 + - 2522 + - 4308 + - 6460 + - 6203 + - uid: 7654 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction -- proto: AirlockExternalGlassShuttleLocked - entities: - - uid: 2622 + pos: 54.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 6204 + - 6205 + - 6206 + - 6207 + - 6471 + - 6252 + - 7115 + - 6248 + - 6466 + - 7094 + - 6249 + - 7106 + - 6483 + - 6250 + - 7122 + - 6487 + - 6251 + - 7127 + - 6488 + - uid: 7655 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 6 + pos: 34.5,-29.5 + parent: 2 + - type: DeviceList + devices: + - 4308 + - 2522 + - 6086 + - 7150 + - 6508 + - 6253 + - 6164 + - 6180 + - uid: 7656 + components: + - type: Transform + pos: -35.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 6228 + - 6229 + - 6230 + - 6217 + - 6209 + - 6208 + - 6137 + - 6136 + - 6552 + - 6255 + - 7237 + - uid: 7657 + components: + - type: Transform + pos: -28.5,14.5 + parent: 2 + - type: DeviceList + devices: + - 6214 + - 6213 + - 6208 + - 6209 + - 6210 + - 6211 + - 6215 + - 6212 + - 6216 + - 6259 + - 7202 + - 6566 + - 6561 + - 6256 + - 7185 + - 6572 + - 6257 + - 7208 + - 7214 + - 6258 + - 6589 + - 7219 + - 7223 + - 6606 + - 6261 + - 6613 + - 7233 + - 6263 + - uid: 7658 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 6217 + - 6219 + - 6220 + - 6218 + - 6221 + - 6632 + - 6265 + - 7249 + - 6621 + - 7261 + - 6264 + - 6262 + - 7241 + - 6278 + - 6639 + - 7265 + - 6266 + - 7272 + - 6640 + - 6267 + - uid: 7659 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 7 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 8 + pos: -41.5,-16.5 + parent: 2 + - type: DeviceList + devices: + - 6228 + - 6229 + - 6230 + - 6222 + - 6233 + - 6232 + - 6231 + - 7312 + - 6268 + - uid: 7660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 9 + rot: 3.141592653589793 rad + pos: -55.5,-15.5 + parent: 2 + - type: DeviceList + devices: + - 6222 + - 6223 + - 6226 + - 6224 + - 6225 + - 7333 + - 6730 + - 6731 + - 6270 + - 7329 + - 6709 + - 6269 + - 7315 + - 6692 + - 6272 + - 6722 + - 7343 + - 6273 + - 6723 + - 7349 + - uid: 7661 components: - type: Transform rot: -1.5707963267948966 rad - pos: 4.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 15 + pos: -31.5,-30.5 + parent: 2 + - type: DeviceList + devices: + - 6231 + - 6232 + - 6233 + - 6747 + - 6274 + - 7381 + - 6189 + - 6168 + - uid: 7662 components: - type: Transform rot: -1.5707963267948966 rad - pos: 4.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 16 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 17 + pos: 1.5,-28.5 + parent: 2 + - type: DeviceList + devices: + - 6147 + - 6146 + - 6145 + - 6275 + - 6827 + - 7405 + - 6150 + - 6149 + - 6148 + - 6151 + - 6152 + - 6143 + - 6144 + - uid: 7663 + components: + - type: Transform + pos: 4.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 6152 + - 6151 + - 6154 + - 6155 + - 6156 + - 6157 + - 6158 + - 6153 + - 6765 + - 6276 + - 7420 + - uid: 7664 + components: + - type: Transform + pos: -7.5,-30.5 + parent: 2 + - type: DeviceList + devices: + - 6145 + - 6146 + - 6147 + - 6169 + - 6170 + - 6167 + - 6166 + - 6165 + - 6161 + - 6159 + - 6160 + - 6173 + - 6172 + - 6171 + - 6163 + - 6162 + - 7495 + - 6838 + - 6279 + - 6190 + - uid: 7665 + components: + - type: Transform + pos: 12.5,-31.5 + parent: 2 + - type: DeviceList + devices: + - 6171 + - 6172 + - 6173 + - 6280 + - 7497 + - 6876 + - uid: 7666 + components: + - type: Transform + pos: 1.5,-43.5 + parent: 2 + - type: DeviceList + devices: + - 6160 + - 6161 + - 6159 + - 6176 + - 6181 + - 6182 + - 6165 + - 6166 + - 6167 + - 6183 + - 6184 + - 6185 + - 7510 + - 6282 + - 7513 + - uid: 7667 + components: + - type: Transform + pos: -13.5,-58.5 + parent: 2 + - type: DeviceList + devices: + - 6185 + - 6184 + - 6183 + - 7543 + - 6908 + - 6284 + - uid: 7668 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible -- proto: AirlockExternalLocked + rot: -1.5707963267948966 rad + pos: 12.5,-65.5 + parent: 2 + - type: DeviceList + devices: + - 6182 + - 6181 + - 6176 + - 6283 + - 7562 + - 6877 +- proto: Airlock entities: - - uid: 589 + - uid: 353 components: - type: Transform - pos: 4.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction -- proto: AirlockGlass - entities: - - uid: 252 + pos: -11.5,-18.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8656 + - uid: 354 components: - type: Transform - pos: -9.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 253 + pos: -11.5,-14.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9288 + - uid: 355 components: - type: Transform - pos: -10.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 254 + pos: -14.5,-13.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9285 + - uid: 356 components: - type: Transform - pos: -11.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 255 + pos: -14.5,-19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8661 + - uid: 357 components: - type: Transform - pos: 8.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 256 + pos: -8.5,-19.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8657 + - uid: 358 components: - type: Transform - pos: 9.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 257 + pos: -8.5,-13.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9284 +- proto: AirlockArmoryLocked + entities: + - uid: 2273 components: - type: Transform - pos: 10.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible -- proto: AirlockMaint + pos: -19.5,11.5 + parent: 2 +- proto: AirlockAtmosphericsGlassLocked entities: - - uid: 146 + - uid: 1423 components: - type: Transform - pos: 3.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction -- proto: AlwaysPoweredWallLight + pos: 50.5,-15.5 + parent: 2 +- proto: AirlockBarLocked entities: - - uid: 150 + - uid: 1549 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 188 + pos: 18.5,-32.5 + parent: 2 + - uid: 1618 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 195 + pos: 18.5,-30.5 + parent: 2 +- proto: AirlockCaptainLocked + entities: + - uid: 2578 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 209 + pos: -53.5,0.5 + parent: 2 + - uid: 2579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 341 + pos: -53.5,-6.5 + parent: 2 +- proto: AirlockCargoGlassLocked + entities: + - uid: 1043 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 634 + pos: 23.5,-4.5 + parent: 2 +- proto: AirlockCargoLocked + entities: + - uid: 1045 components: - type: Transform - pos: 9.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 636 + pos: 19.5,-7.5 + parent: 2 +- proto: AirlockCentralCommandLocked + entities: + - uid: 1217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 649 + pos: 5.5,11.5 + parent: 2 + - uid: 1218 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 650 + pos: -6.5,11.5 + parent: 2 +- proto: AirlockChemistryLocked + entities: + - uid: 1956 components: - type: Transform - pos: -10.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 687 + pos: -29.5,-6.5 + parent: 2 +- proto: AirlockChiefEngineerLocked + entities: + - uid: 1413 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 701 + pos: 54.5,-10.5 + parent: 2 + - uid: 1497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 702 + pos: 58.5,-13.5 + parent: 2 +- proto: AirlockChiefMedicalOfficerLocked + entities: + - uid: 1837 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 715 + pos: -27.5,-10.5 + parent: 2 + - uid: 2037 components: - type: Transform - pos: -0.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 717 + pos: -24.5,-15.5 + parent: 2 +- proto: AirlockCommandLocked + entities: + - uid: 2543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 742 + pos: -47.5,-11.5 + parent: 2 +- proto: AirlockDetectiveLocked + entities: + - uid: 2148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible -- proto: APCBasic + pos: -17.5,5.5 + parent: 2 +- proto: AirlockEngineeringGlassLocked entities: - - uid: 205 + - uid: 1310 components: - type: Transform - pos: 6.5,2.5 - parent: 818 - - type: AccessReader - access: - - - CentralCommand - - type: Godmode - - type: BatterySelfRecharger - autoRechargeRate: 50000 - autoRecharge: True - missingComponents: - - Construction - - Destructible - - uid: 206 + pos: 47.5,-11.5 + parent: 2 + - uid: 1382 components: - type: Transform - pos: -13.5,2.5 - parent: 818 - - type: AccessReader - access: - - - CentralCommand - - type: Godmode - - type: BatterySelfRecharger - autoRechargeRate: 50000 - autoRecharge: True - missingComponents: - - Construction - - Destructible - - uid: 211 + pos: 50.5,-7.5 + parent: 2 +- proto: AirlockEngineeringLocked + entities: + - uid: 3167 components: - type: Transform - pos: -13.5,-11.5 - parent: 818 - - type: AccessReader - access: - - - CentralCommand - - type: Godmode - - type: BatterySelfRecharger - autoRechargeRate: 50000 - autoRecharge: True - missingComponents: - - Construction - - Destructible - - uid: 212 + pos: -8.5,28.5 + parent: 2 + - uid: 3184 components: - type: Transform - pos: 6.5,-11.5 - parent: 818 - - type: AccessReader - access: - - - CentralCommand - - type: Godmode - - type: BatterySelfRecharger - autoRechargeRate: 50000 - autoRecharge: True - missingComponents: - - Construction - - Destructible - - uid: 355 + pos: -44.5,4.5 + parent: 2 + - uid: 3205 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,6.5 - parent: 818 - - type: AccessReader - access: - - - CentralCommand - - type: Godmode - - type: BatterySelfRecharger - autoRechargeRate: 50000 - autoRecharge: True - missingComponents: - - Construction - - Destructible - - uid: 846 + pos: -39.5,-4.5 + parent: 2 + - uid: 3255 components: - type: Transform - pos: 2.5,3.5 - parent: 818 - - type: AccessReader - access: - - - CentralCommand - - type: Godmode - - type: BatterySelfRecharger - autoRechargeRate: 50000 - autoRecharge: True - missingComponents: - - Construction - - Destructible -- proto: ArrivalsShuttleTimer - entities: - - uid: 597 + pos: 9.5,-26.5 + parent: 2 + - uid: 3276 components: - type: Transform - pos: -7.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - uid: 633 - components: - - type: Transform - pos: 6.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - uid: 928 + pos: 35.5,-6.5 + parent: 2 + - uid: 3321 components: - type: Transform - pos: -6.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - uid: 929 + pos: 43.5,5.5 + parent: 2 + - uid: 3366 components: - type: Transform - pos: 5.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction -- proto: AtmosDeviceFanTiny + pos: 11.5,-5.5 + parent: 2 +- proto: AirlockExternalGlass entities: - - uid: 296 + - uid: 694 components: - type: Transform - pos: -6.5,-10.5 - parent: 818 - - type: Godmode - - uid: 297 + pos: 12.5,-57.5 + parent: 2 + - uid: 765 components: - type: Transform - pos: -14.5,-10.5 - parent: 818 - - type: Godmode - - uid: 298 + rot: 1.5707963267948966 rad + pos: -7.5,-64.5 + parent: 2 + - uid: 766 components: - type: Transform - pos: -14.5,-17.5 - parent: 818 - - type: Godmode - - uid: 299 + rot: 1.5707963267948966 rad + pos: -7.5,-57.5 + parent: 2 + - uid: 767 components: - type: Transform - pos: -6.5,-17.5 - parent: 818 - - type: Godmode - - uid: 300 + rot: 1.5707963267948966 rad + pos: 6.5,-57.5 + parent: 2 + - uid: 768 components: - type: Transform - pos: 5.5,-17.5 - parent: 818 - - type: Godmode - - uid: 301 + rot: 1.5707963267948966 rad + pos: 6.5,-64.5 + parent: 2 + - uid: 779 components: - type: Transform - pos: 5.5,-10.5 - parent: 818 - - type: Godmode - - uid: 302 + pos: -13.5,-57.5 + parent: 2 + - uid: 780 components: - type: Transform - pos: 13.5,-10.5 - parent: 818 - - type: Godmode - - uid: 303 + pos: -13.5,-64.5 + parent: 2 + - uid: 825 components: - type: Transform - pos: 13.5,-17.5 - parent: 818 - - type: Godmode - - uid: 809 + pos: 12.5,-64.5 + parent: 2 +- proto: AirlockExternalGlassShuttleArrivals + entities: + - uid: 679 components: - type: Transform - pos: 4.5,8.5 - parent: 818 - - type: Godmode -- proto: BarSignEngineChange - entities: - - uid: 215 + rot: -1.5707963267948966 rad + pos: 4.5,-64.5 + parent: 2 + - uid: 762 components: - type: Transform - pos: -10.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - ApcPowerReceiver - - Destructible -- proto: BlockGameArcade - entities: - - uid: 727 + rot: -1.5707963267948966 rad + pos: 4.5,-57.5 + parent: 2 + - uid: 763 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - ApcPowerReceiver - - Anchorable - - Construction - - Destructible - - uid: 728 + pos: -5.5,-57.5 + parent: 2 + - uid: 764 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - ApcPowerReceiver - - Anchorable - - Construction - - Destructible -- proto: BookshelfFilled - entities: - - uid: 442 + pos: -5.5,-64.5 + parent: 2 + - uid: 781 components: - type: Transform - pos: 7.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable - - Construction - - uid: 752 + rot: -1.5707963267948966 rad + pos: -15.5,-64.5 + parent: 2 + - uid: 782 components: - type: Transform - pos: 11.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable - - Construction -- proto: BoozeDispenser - entities: - - uid: 710 + rot: -1.5707963267948966 rad + pos: -15.5,-57.5 + parent: 2 + - uid: 828 components: - type: Transform - pos: -11.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - ApcPowerReceiver - - Anchorable - - Destructible - - Construction -- proto: CableApcExtensionUncuttable - entities: - - uid: 203 + rot: 1.5707963267948966 rad + pos: 14.5,-57.5 + parent: 2 + - uid: 829 components: - type: Transform - pos: 1.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 208 + rot: 1.5707963267948966 rad + pos: 14.5,-64.5 + parent: 2 +- proto: AirlockGlass + entities: + - uid: 110 components: - type: Transform - pos: -3.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 218 + pos: 11.5,-35.5 + parent: 2 + - uid: 117 components: - type: Transform - pos: -4.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 402 + pos: 11.5,-34.5 + parent: 2 + - uid: 3375 components: - type: Transform - pos: -4.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 404 + pos: 11.5,-33.5 + parent: 2 + - uid: 6186 components: - type: Transform - pos: 2.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 410 + pos: 8.5,-51.5 + parent: 2 + - uid: 6187 components: - type: Transform - pos: 2.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 411 + pos: 9.5,-51.5 + parent: 2 + - uid: 6188 components: - type: Transform - pos: 3.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 412 + pos: 10.5,-51.5 + parent: 2 + - uid: 6191 components: - type: Transform - pos: 3.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 426 + pos: -11.5,-51.5 + parent: 2 + - uid: 6192 components: - type: Transform - pos: -2.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 427 + pos: -10.5,-51.5 + parent: 2 + - uid: 6193 components: - type: Transform - pos: -1.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 428 + pos: -9.5,-51.5 + parent: 2 +- proto: AirlockHeadOfPersonnelLocked + entities: + - uid: 2688 components: - type: Transform - pos: -0.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 429 + pos: -53.5,-16.5 + parent: 2 + - uid: 2694 components: - type: Transform - pos: 0.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 430 + pos: -53.5,-23.5 + parent: 2 +- proto: AirlockHeadOfSecurityLocked + entities: + - uid: 2092 components: - type: Transform - pos: 1.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 431 + rot: -1.5707963267948966 rad + pos: -29.5,11.5 + parent: 2 + - uid: 2379 components: - type: Transform - pos: 1.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 434 + pos: -36.5,12.5 + parent: 2 +- proto: AirlockHydroponicsLocked + entities: + - uid: 1769 components: - type: Transform - pos: 0.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 435 + rot: -1.5707963267948966 rad + pos: 9.5,-7.5 + parent: 2 + - uid: 1791 components: - type: Transform - pos: -0.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 436 + rot: -1.5707963267948966 rad + pos: -8.5,8.5 + parent: 2 + - uid: 1797 components: - type: Transform - pos: -1.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 437 + rot: -1.5707963267948966 rad + pos: 9.5,6.5 + parent: 2 + - uid: 5667 components: - type: Transform - pos: -2.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 438 + pos: -2.5,-13.5 + parent: 2 +- proto: AirlockJanitorLocked + entities: + - uid: 8979 components: - type: Transform - pos: -3.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 439 + pos: 5.5,26.5 + parent: 2 +- proto: AirlockMaintLocked + entities: + - uid: 905 components: - type: Transform - pos: -4.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 440 + pos: 1.5,-26.5 + parent: 2 + - uid: 922 components: - type: Transform - pos: -2.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 443 + pos: 8.5,-30.5 + parent: 2 + - uid: 1294 components: - type: Transform - pos: 2.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 444 + pos: 45.5,-0.5 + parent: 2 + - uid: 1332 components: - type: Transform - pos: 3.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 445 + pos: 13.5,-2.5 + parent: 2 + - uid: 1640 components: - type: Transform - pos: 4.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 446 + pos: 28.5,1.5 + parent: 2 + - uid: 1641 components: - type: Transform - pos: -5.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 447 + pos: 35.5,-2.5 + parent: 2 + - uid: 1643 components: - type: Transform - pos: -13.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 448 + pos: 41.5,-12.5 + parent: 2 + - uid: 2440 components: - type: Transform - pos: -13.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 449 + pos: -41.5,-8.5 + parent: 2 + - uid: 2442 components: - type: Transform - pos: -13.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 450 + pos: -38.5,1.5 + parent: 2 + - uid: 2824 components: - type: Transform - pos: -13.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 451 + pos: -45.5,0.5 + parent: 2 + - uid: 2988 components: - type: Transform - pos: -12.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 452 + pos: 2.5,24.5 + parent: 2 + - uid: 3168 components: - type: Transform - pos: -11.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 453 + pos: -6.5,22.5 + parent: 2 + - uid: 3231 components: - type: Transform - pos: -10.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 454 + pos: -32.5,-13.5 + parent: 2 + - uid: 3297 components: - type: Transform - pos: -9.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 455 + pos: 37.5,-13.5 + parent: 2 + - uid: 3355 components: - type: Transform - pos: -8.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 456 + pos: 49.5,1.5 + parent: 2 + - uid: 8893 components: - type: Transform - pos: -7.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 457 + pos: -36.5,-20.5 + parent: 2 +- proto: AirlockMedicalGlassLocked + entities: + - uid: 1836 components: - type: Transform - pos: -10.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 458 + pos: -24.5,-4.5 + parent: 2 +- proto: AirlockMedicalLocked + entities: + - uid: 1906 components: - type: Transform - pos: -10.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 459 + pos: -19.5,-6.5 + parent: 2 +- proto: AirlockQuartermasterGlassLocked + entities: + - uid: 995 components: - type: Transform - pos: -10.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 460 + pos: 24.5,-10.5 + parent: 2 +- proto: AirlockQuartermasterLocked + entities: + - uid: 1051 components: - type: Transform - pos: -10.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 461 + pos: 30.5,-12.5 + parent: 2 +- proto: AirlockResearchDirectorGlassLocked + entities: + - uid: 1227 components: - type: Transform - pos: -10.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 462 + rot: 3.141592653589793 rad + pos: 27.5,8.5 + parent: 2 +- proto: AirlockResearchDirectorLocked + entities: + - uid: 1228 components: - type: Transform - pos: -10.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 463 + rot: 3.141592653589793 rad + pos: 33.5,6.5 + parent: 2 +- proto: AirlockSalvageLocked + entities: + - uid: 984 components: - type: Transform - pos: -10.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 464 + pos: 27.5,-7.5 + parent: 2 +- proto: AirlockScienceGlassLocked + entities: + - uid: 1133 components: - type: Transform - pos: -11.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 465 + pos: 23.5,3.5 + parent: 2 +- proto: AirlockScienceLocked + entities: + - uid: 1150 components: - type: Transform - pos: -9.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 466 + pos: 19.5,5.5 + parent: 2 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 2415 components: - type: Transform - pos: -11.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 467 + pos: -24.5,16.5 + parent: 2 +- proto: AirlockSecurityLocked + entities: + - uid: 2089 components: - type: Transform - pos: -9.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 468 + rot: -1.5707963267948966 rad + pos: -31.5,5.5 + parent: 2 + - uid: 2090 components: - type: Transform - pos: -13.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 469 + rot: -1.5707963267948966 rad + pos: -25.5,3.5 + parent: 2 + - uid: 2091 components: - type: Transform - pos: -12.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 470 + rot: -1.5707963267948966 rad + pos: -23.5,3.5 + parent: 2 + - uid: 2266 components: - type: Transform - pos: -11.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 471 + pos: -27.5,14.5 + parent: 2 + - uid: 2306 components: - type: Transform - pos: -11.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 472 + pos: -27.5,18.5 + parent: 2 +- proto: AirSensor + entities: + - uid: 6190 components: - type: Transform - pos: 10.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 473 + pos: 7.5,-39.5 + parent: 2 + - uid: 6235 components: - type: Transform - pos: 10.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 474 + pos: -0.5,22.5 + parent: 2 + - uid: 6236 components: - type: Transform - pos: 10.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 475 + pos: -0.5,-4.5 + parent: 2 + - uid: 6237 components: - type: Transform - pos: 10.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 476 + pos: 22.5,7.5 + parent: 2 + - uid: 6238 components: - type: Transform - pos: -11.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 477 + pos: 23.5,1.5 + parent: 2 + - uid: 6239 components: - type: Transform - pos: -10.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 478 + pos: 29.5,9.5 + parent: 2 + - uid: 6240 components: - type: Transform - pos: -10.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 479 + pos: 35.5,6.5 + parent: 2 + - uid: 6241 components: - type: Transform - pos: -10.5,-19.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 480 + pos: 15.5,7.5 + parent: 2 + - uid: 6242 components: - type: Transform - pos: -10.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 481 + pos: 22.5,-10.5 + parent: 2 + - uid: 6243 components: - type: Transform - pos: -11.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 482 + pos: 18.5,-4.5 + parent: 2 + - uid: 6244 components: - type: Transform - pos: -12.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 483 + pos: 30.5,-8.5 + parent: 2 + - uid: 6245 components: - type: Transform - pos: -13.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 484 + pos: 27.5,-13.5 + parent: 2 + - uid: 6246 components: - type: Transform - pos: -14.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 485 + pos: 33.5,-11.5 + parent: 2 + - uid: 6247 components: - type: Transform - pos: -9.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 486 + pos: 42.5,-11.5 + parent: 2 + - uid: 6248 components: - type: Transform - pos: -8.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 487 + pos: 51.5,-10.5 + parent: 2 + - uid: 6249 components: - type: Transform - pos: -7.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 488 + pos: 48.5,-5.5 + parent: 2 + - uid: 6250 components: - type: Transform - pos: -6.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 489 + pos: 55.5,-9.5 + parent: 2 + - uid: 6251 components: - type: Transform - pos: -10.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 490 + pos: 57.5,-15.5 + parent: 2 + - uid: 6252 components: - type: Transform - pos: -9.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 491 + pos: 53.5,-18.5 + parent: 2 + - uid: 6253 components: - type: Transform - pos: -8.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 492 + pos: 31.5,-31.5 + parent: 2 + - uid: 6254 components: - type: Transform - pos: -7.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 493 + pos: 1.5,-2.5 + parent: 2 + - uid: 6255 components: - type: Transform - pos: -6.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 494 + pos: -26.5,-0.5 + parent: 2 + - uid: 6256 components: - type: Transform - pos: -12.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 495 + pos: -21.5,4.5 + parent: 2 + - uid: 6257 components: - type: Transform - pos: -13.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 496 + pos: -13.5,6.5 + parent: 2 + - uid: 6258 components: - type: Transform - pos: -14.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 497 + pos: -18.5,13.5 + parent: 2 + - uid: 6259 components: - type: Transform - pos: -11.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 498 + pos: -36.5,3.5 + parent: 2 + - uid: 6261 components: - type: Transform - pos: -12.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 499 + pos: -35.5,10.5 + parent: 2 + - uid: 6262 components: - type: Transform - pos: -9.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 500 + pos: -21.5,-5.5 + parent: 2 + - uid: 6263 components: - type: Transform - pos: -8.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 501 + pos: -41.5,14.5 + parent: 2 + - uid: 6264 components: - type: Transform - pos: -10.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 502 + pos: -15.5,-3.5 + parent: 2 + - uid: 6265 components: - type: Transform - pos: -10.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 503 + pos: -34.5,-4.5 + parent: 2 + - uid: 6266 components: - type: Transform - pos: -10.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 504 + pos: -26.5,-14.5 + parent: 2 + - uid: 6267 components: - type: Transform - pos: -10.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 505 + pos: -26.5,-19.5 + parent: 2 + - uid: 6268 components: - type: Transform - pos: 6.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 506 + pos: -45.5,-13.5 + parent: 2 + - uid: 6269 components: - type: Transform - pos: 7.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 507 + pos: -51.5,-7.5 + parent: 2 + - uid: 6270 components: - type: Transform - pos: 7.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 508 + pos: -50.5,-0.5 + parent: 2 + - uid: 6272 components: - type: Transform - pos: 6.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 509 + pos: -55.5,-18.5 + parent: 2 + - uid: 6273 components: - type: Transform - pos: 5.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 510 + pos: -51.5,-24.5 + parent: 2 + - uid: 6274 components: - type: Transform - pos: 8.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 511 + pos: -33.5,-30.5 + parent: 2 + - uid: 6275 components: - type: Transform - pos: 8.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 512 + pos: 0.5,-23.5 + parent: 2 + - uid: 6276 components: - type: Transform - pos: 9.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 513 + pos: 10.5,-16.5 + parent: 2 + - uid: 6277 components: - type: Transform - pos: 10.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 514 + pos: -12.5,-16.5 + parent: 2 + - uid: 6279 components: - type: Transform - pos: 11.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 515 + pos: -8.5,-39.5 + parent: 2 + - uid: 6280 components: - type: Transform - pos: 12.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 516 + pos: 16.5,-33.5 + parent: 2 + - uid: 6281 components: - type: Transform - pos: 13.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 517 + pos: 20.5,-30.5 + parent: 2 + - uid: 6282 components: - type: Transform - pos: 8.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 518 + pos: -0.5,-47.5 + parent: 2 + - uid: 6283 components: - type: Transform - pos: 8.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 519 + pos: 10.5,-61.5 + parent: 2 + - uid: 6284 components: - type: Transform - pos: 8.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 520 + pos: -11.5,-61.5 + parent: 2 + - uid: 6731 components: - type: Transform - pos: 8.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 521 + rot: 1.5707963267948966 rad + pos: -51.5,4.5 + parent: 2 + - uid: 8062 components: - type: Transform - pos: -11.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 522 + pos: -22.5,20.5 + parent: 2 + - uid: 9127 components: - type: Transform - pos: 9.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 523 + pos: -20.5,16.5 + parent: 2 + - uid: 9128 components: - type: Transform - pos: 9.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 524 + pos: -25.5,15.5 + parent: 2 +- proto: AltarToolbox + entities: + - uid: 9498 components: - type: Transform - pos: 9.5,-19.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 525 + pos: 5.5,-24.5 + parent: 2 +- proto: APCBasic + entities: + - uid: 3864 components: - type: Transform - pos: 9.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 526 + rot: 1.5707963267948966 rad + pos: 6.5,-52.5 + parent: 2 + - uid: 3880 components: - type: Transform - pos: 8.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 527 + pos: 2.5,1.5 + parent: 2 + - uid: 3881 components: - type: Transform - pos: 7.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 528 + pos: 32.5,-20.5 + parent: 2 + - uid: 3882 components: - type: Transform - pos: 6.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 529 + pos: 43.5,1.5 + parent: 2 + - uid: 3883 components: - type: Transform - pos: 5.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 530 + rot: 1.5707963267948966 rad + pos: 19.5,-9.5 + parent: 2 + - uid: 3884 components: - type: Transform - pos: 10.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 531 + pos: 25.5,10.5 + parent: 2 + - uid: 3885 components: - type: Transform - pos: 11.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 532 + pos: 49.5,-7.5 + parent: 2 + - uid: 3886 components: - type: Transform - pos: 12.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 533 + rot: -1.5707963267948966 rad + pos: 18.5,-34.5 + parent: 2 + - uid: 3887 components: - type: Transform - pos: 13.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 534 + rot: -1.5707963267948966 rad + pos: -7.5,-52.5 + parent: 2 + - uid: 3889 components: - type: Transform - pos: 8.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 535 + rot: 1.5707963267948966 rad + pos: -2.5,-25.5 + parent: 2 + - uid: 3890 components: - type: Transform - pos: 7.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 536 + pos: -13.5,-14.5 + parent: 2 + - uid: 3891 components: - type: Transform - pos: 10.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 537 + pos: 10.5,-9.5 + parent: 2 + - uid: 3892 components: - type: Transform - pos: 11.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 538 + pos: -21.5,-4.5 + parent: 2 + - uid: 3893 components: - type: Transform - pos: 9.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 539 + pos: -30.5,9.5 + parent: 2 + - uid: 3894 components: - type: Transform - pos: 9.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 540 + pos: -50.5,-7.5 + parent: 2 + - uid: 3895 components: - type: Transform - pos: 9.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 541 + pos: -43.5,1.5 + parent: 2 + - uid: 3896 components: - type: Transform - pos: 9.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 542 + pos: -33.5,-20.5 + parent: 2 + - uid: 3897 components: - type: Transform - pos: 6.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 543 + pos: -3.5,24.5 + parent: 2 +- proto: APCElectronics + entities: + - uid: 7923 components: - type: Transform - pos: 6.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 544 + pos: 51.70546,-3.3273845 + parent: 2 +- proto: AppraisalTool + entities: + - uid: 1094 components: - type: Transform - pos: 6.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 545 + pos: 16.336403,-3.492324 + parent: 2 +- proto: ArrivalsShuttleTimer + entities: + - uid: 9165 components: - type: Transform - pos: 6.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 546 + pos: 6.5,-56.5 + parent: 2 + - uid: 9206 components: - type: Transform - pos: 7.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 547 + pos: -7.5,-65.5 + parent: 2 + - uid: 9207 components: - type: Transform - pos: 8.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 548 + pos: -7.5,-56.5 + parent: 2 + - uid: 9208 components: - type: Transform - pos: 9.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 549 + pos: 6.5,-65.5 + parent: 2 + - uid: 9209 components: - type: Transform - pos: 9.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 550 + pos: -2.5,-20.5 + parent: 2 + - uid: 9210 components: - type: Transform - pos: 9.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 551 + pos: -2.5,6.5 + parent: 2 + - uid: 9211 components: - type: Transform - pos: 9.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 552 + pos: 27.5,9.5 + parent: 2 + - uid: 9212 components: - type: Transform - pos: 9.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 553 + pos: 23.5,-10.5 + parent: 2 + - uid: 9213 components: - type: Transform - pos: 10.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 554 + pos: 54.5,-14.5 + parent: 2 + - uid: 9214 components: - type: Transform - pos: 8.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 555 + pos: -29.5,10.5 + parent: 2 + - uid: 9215 components: - type: Transform - pos: 10.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 556 + pos: -23.5,-10.5 + parent: 2 + - uid: 9216 components: - type: Transform - pos: 11.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 557 + pos: -50.5,-15.5 + parent: 2 + - uid: 9332 components: - type: Transform - pos: 12.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 558 + pos: 17.5,-31.5 + parent: 2 + - uid: 9365 components: - type: Transform - pos: 9.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 559 + pos: -17.5,-41.5 + parent: 2 + - uid: 9366 components: - type: Transform - pos: 9.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 560 + pos: 16.5,-41.5 + parent: 2 +- proto: ArrivalsSpawnPointAtmosphericTechnician + entities: + - uid: 517 components: - type: Transform - pos: 9.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 561 + pos: 51.5,-8.5 + parent: 2 + - uid: 523 components: - type: Transform - pos: 8.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 562 + pos: 49.5,-13.5 + parent: 2 + - uid: 8720 components: - type: Transform - pos: 10.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 563 + pos: 47.5,-17.5 + parent: 2 + - uid: 8722 components: - type: Transform - pos: 1.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 564 + pos: 49.5,-19.5 + parent: 2 + - uid: 8723 components: - type: Transform - pos: 2.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 565 + pos: 52.5,-17.5 + parent: 2 + - uid: 8724 components: - type: Transform - pos: 3.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 566 + pos: 53.5,-17.5 + parent: 2 +- proto: ArrivalsSpawnPointCaptain + entities: + - uid: 8707 components: - type: Transform - pos: 3.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 579 + pos: -49.5,3.5 + parent: 2 +- proto: ArrivalsSpawnPointCargo + entities: + - uid: 512 components: - type: Transform - pos: 2.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 599 + pos: 19.5,-13.5 + parent: 2 + - uid: 7827 components: - type: Transform - pos: -4.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 601 + pos: 18.5,-8.5 + parent: 2 + - uid: 7828 components: - type: Transform - pos: -4.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 651 + pos: 17.5,-4.5 + parent: 2 + - uid: 7854 components: - type: Transform - pos: 10.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 652 + pos: 15.5,-4.5 + parent: 2 + - uid: 7856 components: - type: Transform - pos: -11.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 653 + pos: 22.5,-13.5 + parent: 2 + - uid: 7857 components: - type: Transform - pos: -11.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 654 + pos: 17.5,-8.5 + parent: 2 +- proto: ArrivalsSpawnPointChemist + entities: + - uid: 409 components: - type: Transform - pos: -9.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 655 + pos: -28.5,-5.5 + parent: 2 + - uid: 1810 components: - type: Transform - pos: -9.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 656 + pos: -24.5,-9.5 + parent: 2 + - uid: 8716 components: - type: Transform - pos: -9.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 657 + pos: -30.5,-7.5 + parent: 2 + - uid: 8717 components: - type: Transform - pos: -9.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 658 + pos: -31.5,-5.5 + parent: 2 + - uid: 8718 components: - type: Transform - pos: -9.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 842 + pos: -33.5,-4.5 + parent: 2 + - uid: 8719 components: - type: Transform - pos: -4.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 843 + pos: -34.5,-7.5 + parent: 2 +- proto: ArrivalsSpawnPointChiefEngineer + entities: + - uid: 8153 components: - type: Transform - pos: -4.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 844 + pos: 60.5,-16.5 + parent: 2 +- proto: ArrivalsSpawnPointChiefMedicalOfficer + entities: + - uid: 8690 components: - type: Transform - pos: 2.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable -- proto: CableHVUncuttable + pos: -23.5,-18.5 + parent: 2 +- proto: ArrivalsSpawnPointDetective entities: - - uid: 413 + - uid: 7932 components: - type: Transform - pos: -3.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 415 + pos: -14.5,7.5 + parent: 2 +- proto: ArrivalsSpawnPointEngineer + entities: + - uid: 8072 components: - type: Transform - pos: -4.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 416 + pos: 48.5,-13.5 + parent: 2 + - uid: 8132 components: - type: Transform - pos: -2.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 734 + pos: 52.5,-4.5 + parent: 2 + - uid: 8135 components: - type: Transform - pos: -0.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 735 + pos: 53.5,-8.5 + parent: 2 + - uid: 8154 components: - type: Transform - pos: -1.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable -- proto: CableMVUncuttable - entities: - - uid: 177 + pos: 47.5,-6.5 + parent: 2 + - uid: 8430 components: - type: Transform - pos: 3.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 201 + pos: 47.5,-4.5 + parent: 2 + - uid: 8673 components: - type: Transform - pos: 6.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 210 + pos: 50.5,-3.5 + parent: 2 +- proto: ArrivalsSpawnPointGeneral + entities: + - uid: 903 components: - type: Transform - pos: 6.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 214 + pos: 14.5,-43.5 + parent: 2 + - uid: 2349 components: - type: Transform - pos: 6.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 219 + rot: 3.141592653589793 rad + pos: -6.5,-11.5 + parent: 2 + - uid: 8004 components: - type: Transform - pos: 7.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 221 + rot: 3.141592653589793 rad + pos: 14.5,-36.5 + parent: 2 + - uid: 8005 components: - type: Transform - pos: 3.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 224 + rot: 3.141592653589793 rad + pos: 12.5,-36.5 + parent: 2 + - uid: 8006 components: - type: Transform - pos: 1.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 226 + rot: 3.141592653589793 rad + pos: 14.5,-16.5 + parent: 2 + - uid: 8133 components: - type: Transform - pos: 6.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 227 + pos: 3.5,22.5 + parent: 2 + - uid: 8675 components: - type: Transform - pos: 8.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 228 + rot: 3.141592653589793 rad + pos: 2.5,-23.5 + parent: 2 + - uid: 8676 components: - type: Transform - pos: 9.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 349 + rot: 3.141592653589793 rad + pos: -16.5,-14.5 + parent: 2 + - uid: 8677 components: - type: Transform - pos: 9.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 350 + rot: 3.141592653589793 rad + pos: -16.5,-16.5 + parent: 2 + - uid: 8678 components: - type: Transform - pos: 5.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 352 + rot: 3.141592653589793 rad + pos: -6.5,-18.5 + parent: 2 + - uid: 8679 components: - type: Transform - pos: 2.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 353 + rot: 3.141592653589793 rad + pos: -6.5,-21.5 + parent: 2 + - uid: 8681 components: - type: Transform - pos: 4.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 354 + rot: 3.141592653589793 rad + pos: -14.5,-11.5 + parent: 2 + - uid: 8682 components: - type: Transform - pos: 1.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 356 + rot: 3.141592653589793 rad + pos: -10.5,-12.5 + parent: 2 + - uid: 8683 components: - type: Transform - pos: 9.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 357 + rot: 3.141592653589793 rad + pos: -10.5,-20.5 + parent: 2 + - uid: 8684 components: - type: Transform - pos: 9.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 358 + rot: 3.141592653589793 rad + pos: -14.5,-21.5 + parent: 2 + - uid: 8703 components: - type: Transform - pos: 9.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 359 + pos: -4.5,22.5 + parent: 2 + - uid: 8704 components: - type: Transform - pos: 9.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 360 + rot: 3.141592653589793 rad + pos: -3.5,-23.5 + parent: 2 + - uid: 9258 components: - type: Transform - pos: 9.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 361 + pos: -15.5,-43.5 + parent: 2 + - uid: 9478 components: - type: Transform - pos: 9.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 362 + pos: -0.5,-35.5 + parent: 2 + - uid: 9479 components: - type: Transform - pos: 9.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 363 + pos: 6.5,3.5 + parent: 2 + - uid: 9480 components: - type: Transform - pos: 9.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 364 + pos: -7.5,3.5 + parent: 2 + - uid: 9481 components: - type: Transform - pos: 9.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 365 + pos: -8.5,-49.5 + parent: 2 + - uid: 9482 components: - type: Transform - pos: 9.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 366 + pos: 7.5,-49.5 + parent: 2 + - uid: 9483 components: - type: Transform - pos: 8.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 367 + pos: -0.5,-44.5 + parent: 2 +- proto: ArrivalsSpawnPointHeadOfPersonnel + entities: + - uid: 8708 components: - type: Transform - pos: 7.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 368 + pos: -49.5,-26.5 + parent: 2 +- proto: ArrivalsSpawnPointHeadOfSecurity + entities: + - uid: 8701 components: - type: Transform - pos: 6.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 369 + pos: -37.5,12.5 + parent: 2 +- proto: ArrivalsSpawnPointMedical + entities: + - uid: 8637 components: - type: Transform - pos: 0.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 370 + pos: -26.5,-5.5 + parent: 2 + - uid: 8687 components: - type: Transform - pos: -0.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 371 + pos: -14.5,-6.5 + parent: 2 + - uid: 8688 components: - type: Transform - pos: -1.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 372 + pos: -14.5,-7.5 + parent: 2 + - uid: 8696 components: - type: Transform - pos: -2.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 373 + pos: -16.5,-4.5 + parent: 2 + - uid: 8697 components: - type: Transform - pos: -3.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 374 + pos: -17.5,-5.5 + parent: 2 + - uid: 8698 components: - type: Transform - pos: -4.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 375 + pos: -16.5,-7.5 + parent: 2 + - uid: 8699 components: - type: Transform - pos: -5.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 376 + pos: -22.5,-9.5 + parent: 2 +- proto: ArrivalsSpawnPointPrisoner + entities: + - uid: 9163 components: - type: Transform - pos: -6.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 377 + pos: -22.5,16.5 + parent: 2 + - uid: 9164 components: - type: Transform - pos: -7.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 378 + pos: -20.5,16.5 + parent: 2 +- proto: ArrivalsSpawnPointQuartermaster + entities: + - uid: 7933 components: - type: Transform - pos: -8.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 379 + pos: 34.5,-11.5 + parent: 2 +- proto: ArrivalsSpawnPointResearchDirector + entities: + - uid: 8680 components: - type: Transform - pos: -9.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 380 + pos: 37.5,7.5 + parent: 2 +- proto: ArrivalsSpawnPointSalvage + entities: + - uid: 2358 components: - type: Transform - pos: -10.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 381 + pos: 29.5,-4.5 + parent: 2 + - uid: 2359 components: - type: Transform - pos: -11.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 382 + pos: 30.5,-6.5 + parent: 2 + - uid: 2360 components: - type: Transform - pos: -12.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 383 + pos: 30.5,-8.5 + parent: 2 + - uid: 2617 components: - type: Transform - pos: -13.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 384 + pos: 28.5,-8.5 + parent: 2 + - uid: 3259 components: - type: Transform - pos: -13.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 385 + pos: 21.5,-13.5 + parent: 2 + - uid: 7826 components: - type: Transform - pos: -13.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 386 + pos: 19.5,-11.5 + parent: 2 +- proto: ArrivalsSpawnPointScience + entities: + - uid: 2356 components: - type: Transform - pos: -13.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 387 + pos: 24.5,8.5 + parent: 2 + - uid: 2621 components: - type: Transform - pos: -10.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 388 + pos: 22.5,8.5 + parent: 2 + - uid: 2821 components: - type: Transform - pos: -10.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 389 + pos: 24.5,9.5 + parent: 2 + - uid: 7934 components: - type: Transform - pos: -10.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 390 + pos: 25.5,5.5 + parent: 2 + - uid: 8069 components: - type: Transform - pos: -10.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 391 + pos: 18.5,2.5 + parent: 2 + - uid: 8070 components: - type: Transform - pos: -10.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 392 + pos: 18.5,3.5 + parent: 2 + - uid: 8071 components: - type: Transform - pos: -10.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 393 + pos: 15.5,5.5 + parent: 2 + - uid: 8093 components: - type: Transform - pos: -10.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 394 + pos: 15.5,7.5 + parent: 2 + - uid: 8095 components: - type: Transform - pos: -10.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 395 + pos: 22.5,9.5 + parent: 2 +- proto: ArrivalsSpawnPointSecurity + entities: + - uid: 7858 components: - type: Transform - pos: -10.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 396 + pos: -36.5,7.5 + parent: 2 + - uid: 7930 components: - type: Transform - pos: -10.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 397 + pos: -35.5,7.5 + parent: 2 + - uid: 7931 components: - type: Transform - pos: -10.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 398 + pos: -23.5,12.5 + parent: 2 + - uid: 8094 components: - type: Transform - pos: -11.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 399 + pos: -19.5,7.5 + parent: 2 + - uid: 8685 components: - type: Transform - pos: -12.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 400 + pos: -19.5,6.5 + parent: 2 + - uid: 8686 components: - type: Transform - pos: -13.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 418 + pos: -23.5,6.5 + parent: 2 + - uid: 8691 components: - type: Transform - pos: 3.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 419 + pos: -29.5,7.5 + parent: 2 + - uid: 8693 components: - type: Transform - pos: 3.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 421 + pos: -25.5,6.5 + parent: 2 + - uid: 8694 components: - type: Transform - pos: -0.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 422 + pos: -29.5,6.5 + parent: 2 + - uid: 8702 components: - type: Transform - pos: 0.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 423 + pos: -23.5,7.5 + parent: 2 + - uid: 8709 components: - type: Transform - pos: 1.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 424 + pos: -40.5,8.5 + parent: 2 + - uid: 8710 components: - type: Transform - pos: 2.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 425 + pos: -40.5,5.5 + parent: 2 + - uid: 8711 components: - type: Transform - pos: 3.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 567 + pos: -36.5,5.5 + parent: 2 + - uid: 8712 components: - type: Transform - pos: 3.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 568 + pos: -36.5,3.5 + parent: 2 + - uid: 8713 components: - type: Transform - pos: 3.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 569 + pos: -25.5,7.5 + parent: 2 +- proto: ArrivalsSpawnPointWarden + entities: + - uid: 8073 components: - type: Transform - pos: 3.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 570 + pos: -15.5,11.5 + parent: 2 +- proto: Ash + entities: + - uid: 9499 components: - type: Transform - pos: -0.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 803 + pos: -3.5,36.5 + parent: 2 +- proto: Ashtray + entities: + - uid: 9433 components: - type: Transform - pos: 3.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable - - uid: 845 + pos: 0.2783364,1.0797868 + parent: 2 + - uid: 9434 components: - type: Transform - pos: 2.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - RCDDeconstructable -- proto: CableTerminalUncuttable - entities: - - uid: 2582 + pos: 16.636208,-31.390863 + parent: 2 + - uid: 9487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction -- proto: Catwalk + pos: -56.33293,-10.301967 + parent: 2 +- proto: AtmosDeviceFanTiny entities: - - uid: 1478 + - uid: 328 components: - type: Transform - pos: 3.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable - - uid: 584 + pos: 4.5,-64.5 + parent: 2 + - uid: 375 components: - type: Transform - pos: 2.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable - - uid: 590 + pos: 4.5,-57.5 + parent: 2 + - uid: 687 components: - type: Transform - pos: 3.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable - - uid: 596 + pos: -5.5,-64.5 + parent: 2 + - uid: 769 components: - type: Transform - pos: 1.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable - - uid: 747 + pos: -5.5,-57.5 + parent: 2 + - uid: 7469 components: - type: Transform - pos: 3.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable - - uid: 810 + pos: -15.5,-64.5 + parent: 2 + - uid: 7641 components: - type: Transform - pos: 0.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable - - uid: 811 + pos: -15.5,-57.5 + parent: 2 + - uid: 7696 components: - type: Transform - pos: -0.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable - - uid: 812 + pos: 14.5,-57.5 + parent: 2 + - uid: 7699 components: - type: Transform - pos: -1.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable - - uid: 813 + pos: 14.5,-64.5 + parent: 2 +- proto: BannerCargo + entities: + - uid: 1038 components: - type: Transform - pos: -2.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable - - uid: 814 + pos: 20.5,-3.5 + parent: 2 + - uid: 1039 components: - type: Transform - pos: -3.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable - - uid: 815 + pos: 26.5,-3.5 + parent: 2 +- proto: BannerEngineering + entities: + - uid: 1315 components: - type: Transform - pos: -4.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - RCDDeconstructable -- proto: Chair + pos: 46.5,-8.5 + parent: 2 + - uid: 1316 + components: + - type: Transform + pos: 46.5,-14.5 + parent: 2 +- proto: BannerMedical + entities: + - uid: 1909 + components: + - type: Transform + pos: -21.5,-3.5 + parent: 2 + - uid: 1910 + components: + - type: Transform + pos: -27.5,-3.5 + parent: 2 +- proto: BannerNanotrasen + entities: + - uid: 2544 + components: + - type: Transform + pos: -46.5,-8.5 + parent: 2 + - uid: 2545 + components: + - type: Transform + pos: -46.5,-14.5 + parent: 2 + - uid: 3060 + components: + - type: Transform + pos: -2.5,20.5 + parent: 2 + - uid: 3061 + components: + - type: Transform + pos: 1.5,20.5 + parent: 2 +- proto: BannerScience + entities: + - uid: 1123 + components: + - type: Transform + pos: 21.5,2.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: 25.5,2.5 + parent: 2 +- proto: BannerSecurity + entities: + - uid: 2403 + components: + - type: Transform + pos: -22.5,2.5 + parent: 2 + - uid: 2404 + components: + - type: Transform + pos: -26.5,2.5 + parent: 2 +- proto: Barricade + entities: + - uid: 8602 + components: + - type: Transform + pos: -39.5,-11.5 + parent: 2 +- proto: BarricadeBlock + entities: + - uid: 8567 + components: + - type: Transform + pos: 37.5,-13.5 + parent: 2 +- proto: BarSign + entities: + - uid: 477 + components: + - type: Transform + pos: 15.5,-27.5 + parent: 2 +- proto: Beaker + entities: + - uid: 7819 + components: + - type: Transform + pos: 16.754908,8.746695 + parent: 2 +- proto: Bed + entities: + - uid: 361 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 2 + - uid: 362 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 + - uid: 363 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 364 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 2 + - uid: 365 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 2 + - uid: 366 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 2 + - uid: 1022 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 2 + - uid: 1238 + components: + - type: Transform + pos: 37.5,6.5 + parent: 2 + - uid: 1477 + components: + - type: Transform + pos: 60.5,-17.5 + parent: 2 + - uid: 2012 + components: + - type: Transform + pos: -22.5,-18.5 + parent: 2 + - uid: 2354 + components: + - type: Transform + pos: -37.5,13.5 + parent: 2 + - uid: 2583 + components: + - type: Transform + pos: -48.5,3.5 + parent: 2 + - uid: 2754 + components: + - type: Transform + pos: -48.5,-26.5 + parent: 2 + - uid: 8794 + components: + - type: Transform + pos: -19.5,15.5 + parent: 2 +- proto: BedsheetCaptain + entities: + - uid: 2582 + components: + - type: Transform + pos: -48.5,3.5 + parent: 2 +- proto: BedsheetCE + entities: + - uid: 1478 + components: + - type: Transform + pos: 60.5,-17.5 + parent: 2 +- proto: BedsheetCMO entities: - uid: 2013 + components: + - type: Transform + pos: -22.5,-18.5 + parent: 2 +- proto: BedsheetHOP + entities: + - uid: 2755 + components: + - type: Transform + pos: -48.5,-26.5 + parent: 2 +- proto: BedsheetHOS + entities: + - uid: 2355 + components: + - type: Transform + pos: -37.5,13.5 + parent: 2 +- proto: BedsheetQM + entities: + - uid: 1003 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 2 +- proto: BedsheetRD + entities: + - uid: 1290 + components: + - type: Transform + pos: 37.5,6.5 + parent: 2 +- proto: BedsheetSpawner + entities: + - uid: 8186 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 2 + - uid: 8187 + components: + - type: Transform + pos: -10.5,-21.5 + parent: 2 + - uid: 8188 + components: + - type: Transform + pos: -14.5,-22.5 + parent: 2 + - uid: 8189 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 + - uid: 8190 + components: + - type: Transform + pos: -10.5,-11.5 + parent: 2 + - uid: 8191 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 2 +- proto: BedsheetYellow + entities: + - uid: 8990 + components: + - type: Transform + pos: -19.5,15.5 + parent: 2 +- proto: BenchColorfulComfy + entities: + - uid: 5992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-10.5 + parent: 2 + - uid: 7586 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 593 + pos: -21.5,-2.5 + parent: 2 + - uid: 7588 + components: + - type: Transform + pos: 7.5,-31.5 + parent: 2 + - uid: 7589 + components: + - type: Transform + pos: -2.5,23.5 + parent: 2 + - uid: 8638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-49.5 + parent: 2 + - uid: 8639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-49.5 + parent: 2 +- proto: BenchComfy + entities: + - uid: 9248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-43.5 + parent: 2 + - uid: 9372 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-19.5 + parent: 2 +- proto: BenchSteelLeft + entities: + - uid: 1460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-8.5 + parent: 2 + - uid: 2449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-50.5 + parent: 2 + - uid: 2450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-47.5 + parent: 2 + - uid: 2454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-46.5 + parent: 2 + - uid: 2455 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-49.5 + parent: 2 +- proto: BenchSteelRight + entities: + - uid: 1453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-9.5 + parent: 2 + - uid: 1476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-46.5 + parent: 2 + - uid: 2451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-49.5 + parent: 2 + - uid: 2452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-50.5 + parent: 2 + - uid: 2453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-47.5 + parent: 2 +- proto: BlastDoor + entities: + - uid: 380 + components: + - type: Transform + pos: -0.5,24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8671 + - uid: 960 + components: + - type: Transform + pos: 0.5,24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8671 + - uid: 993 + components: + - type: Transform + pos: -1.5,24.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8671 +- proto: BlastDoorOpen + entities: + - uid: 17 + components: + - type: Transform + pos: -19.5,-40.5 + parent: 2 + - uid: 18 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - uid: 19 + components: + - type: Transform + pos: -19.5,-41.5 + parent: 2 + - uid: 20 + components: + - type: Transform + pos: -19.5,-38.5 + parent: 2 + - uid: 96 + components: + - type: Transform + pos: -19.5,-37.5 + parent: 2 + - uid: 119 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9167 + - uid: 120 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9167 + - uid: 121 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9167 + - uid: 872 + components: + - type: Transform + pos: 18.5,-41.5 + parent: 2 + - uid: 873 + components: + - type: Transform + pos: 18.5,-40.5 + parent: 2 + - uid: 874 + components: + - type: Transform + pos: 18.5,-39.5 + parent: 2 + - uid: 875 + components: + - type: Transform + pos: 18.5,-38.5 + parent: 2 + - uid: 876 + components: + - type: Transform + pos: 18.5,-37.5 + parent: 2 + - uid: 2920 + components: + - type: Transform + pos: -11.5,0.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9167 + - uid: 2921 + components: + - type: Transform + pos: -11.5,1.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9167 + - uid: 2922 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9168 + - uid: 2923 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9168 + - uid: 2924 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9168 + - uid: 2925 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9168 + - uid: 2926 + components: + - type: Transform + pos: 1.5,-10.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9168 + - uid: 2927 + components: + - type: Transform + pos: 10.5,-2.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9166 + - uid: 2928 + components: + - type: Transform + pos: 10.5,-1.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9166 + - uid: 2929 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9166 + - uid: 2930 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9166 + - uid: 2931 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - type: DeviceLinkSink + links: + - 9166 + - uid: 2932 + components: + - type: Transform + pos: 1.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7787 + - uid: 2933 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7787 + - uid: 2934 + components: + - type: Transform + pos: -0.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7787 + - uid: 2935 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7787 + - uid: 2936 + components: + - type: Transform + pos: -2.5,9.5 + parent: 2 + - type: DeviceLinkSink + links: + - 7787 +- proto: BluespaceBeaker + entities: + - uid: 7734 + components: + - type: Transform + pos: -3.478174,15.587257 + parent: 2 +- proto: Blunt + entities: + - uid: 9495 + components: + - type: Transform + pos: -0.7027468,38.8873 + parent: 2 +- proto: BodyBagFolded + entities: + - uid: 2019 + components: + - type: Transform + pos: -17.710842,-3.8202307 + parent: 2 + - uid: 8049 + components: + - type: Transform + pos: -39.39791,4.7876472 + parent: 2 + - uid: 9673 + components: + - type: Transform + pos: -3.5,35.5 + parent: 2 +- proto: BookBartendersManual + entities: + - uid: 1634 + components: + - type: Transform + pos: 20.599146,-29.45145 + parent: 2 +- proto: BookChemicalCompendium + entities: + - uid: 7990 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.532465,-5.4157457 + parent: 2 +- proto: BookEngineersHandbook + entities: + - uid: 1535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.34361,-9.281574 + parent: 2 +- proto: BookRandom + entities: + - uid: 2970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5868554,21.578016 + parent: 2 +- proto: BookScientistsGuidebook + entities: + - uid: 901 + components: + - type: Transform + pos: 23.551973,8.677123 + parent: 2 +- proto: BookSecurity + entities: + - uid: 2114 + components: + - type: Transform + pos: -28.510689,6.64287 + parent: 2 +- proto: BookshelfFilled + entities: + - uid: 373 + components: + - type: Transform + pos: -6.5,-14.5 + parent: 2 + - uid: 1224 + components: + - type: Transform + pos: 32.5,5.5 + parent: 2 + - uid: 1225 + components: + - type: Transform + pos: 31.5,5.5 + parent: 2 + - uid: 1226 + components: + - type: Transform + pos: 30.5,5.5 + parent: 2 + - uid: 2590 + components: + - type: Transform + pos: -54.5,5.5 + parent: 2 + - uid: 2591 + components: + - type: Transform + pos: -50.5,5.5 + parent: 2 + - uid: 2758 + components: + - type: Transform + pos: -50.5,-24.5 + parent: 2 +- proto: BoozeDispenser + entities: + - uid: 1611 + components: + - type: Transform + pos: 14.5,-28.5 + parent: 2 + - uid: 2529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-12.5 + parent: 2 +- proto: BorgCharger + entities: + - uid: 4 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 7796 + components: + - type: Transform + pos: -7.5,-5.5 + parent: 2 +- proto: BoxFolderBlack + entities: + - uid: 1070 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.556377,7.6372237 + parent: 2 + - uid: 2341 + components: + - type: Transform + pos: -33.955326,15.646605 + parent: 2 +- proto: BoxFolderBlue + entities: + - uid: 1963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.60803,-2.3818717 + parent: 2 + - uid: 8145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.601955,-21.708435 + parent: 2 +- proto: BoxFolderCentCom + entities: + - uid: 2914 + components: + - type: Transform + pos: 0.121657684,1.5684686 + parent: 2 +- proto: BoxFolderClipboard + entities: + - uid: 1093 + components: + - type: Transform + pos: 20.562931,-5.520147 + parent: 2 + - uid: 2039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.518494,-8.45272 + parent: 2 + - uid: 2253 + components: + - type: Transform + pos: -24.658968,12.5778 + parent: 2 + - uid: 2299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.479166,10.842613 + parent: 2 + - uid: 6674 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.470604,-1.5442758 + parent: 2 + - uid: 8003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.537085,-11.464508 + parent: 2 +- proto: BoxFolderGrey + entities: + - uid: 7815 + components: + - type: Transform + pos: 26.430199,5.547898 + parent: 2 +- proto: BoxFolderRed + entities: + - uid: 8098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.58732,10.571522 + parent: 2 +- proto: BoxFolderWhite + entities: + - uid: 2040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.001276,-13.388158 + parent: 2 +- proto: BoxFolderYellow + entities: + - uid: 1505 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.520176,-13.36852 + parent: 2 +- proto: BoxLatexGloves + entities: + - uid: 1919 + components: + - type: Transform + pos: -18.027534,-8.318678 + parent: 2 +- proto: BoxLighttube + entities: + - uid: 9540 + components: + - type: Transform + pos: 7.699898,27.713648 + parent: 2 +- proto: BoxMRE + entities: + - uid: 8213 + components: + - type: Transform + pos: 5.4727316,-14.403693 + parent: 2 + - uid: 9059 + components: + - type: Transform + pos: -23.63846,15.694461 + parent: 2 +- proto: BrokenBottle + entities: + - uid: 8623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5393,-12.893633 + parent: 2 +- proto: Bucket + entities: + - uid: 8594 + components: + - type: Transform + pos: 12.160258,-8.698183 + parent: 2 + - uid: 9536 + components: + - type: Transform + pos: 7.981148,26.885523 + parent: 2 +- proto: ButtonFrameGrey + entities: + - uid: 9490 + components: + - type: Transform + pos: -20.5,14.5 + parent: 2 +- proto: CableApcExtension + entities: + - uid: 3249 + components: + - type: Transform + pos: 4.5,29.5 + parent: 2 + - uid: 4320 + components: + - type: Transform + pos: 9.5,-47.5 + parent: 2 + - uid: 4346 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 4347 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 + - uid: 4348 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 4349 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 4350 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 4351 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 4352 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 4353 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 4354 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 4355 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 4356 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 4357 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 4358 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 4359 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 4360 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 4361 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 4362 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 4363 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 4364 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 4365 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 4366 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 4367 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 4368 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 4369 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 4370 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 4371 + components: + - type: Transform + pos: -4.5,4.5 + parent: 2 + - uid: 4372 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 4373 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 4374 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 4375 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 4376 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 4377 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 4378 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 2 + - uid: 4379 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 4380 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 2 + - uid: 4381 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 2 + - uid: 4382 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 4383 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 4384 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 4385 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 2 + - uid: 4386 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 4387 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 4388 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 4389 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 4390 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 4391 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 4392 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 4393 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - uid: 4394 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 4395 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 4396 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 4397 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 4398 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 4399 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 4400 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 4401 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 4402 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 + - uid: 4403 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 4404 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 4405 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 4406 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 4407 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 4408 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 2 + - uid: 4409 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 4410 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 4411 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 4412 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 4413 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 4414 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 4415 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 4416 + components: + - type: Transform + pos: -0.5,9.5 + parent: 2 + - uid: 4417 + components: + - type: Transform + pos: -0.5,10.5 + parent: 2 + - uid: 4418 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 2 + - uid: 4419 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 2 + - uid: 4420 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - uid: 4421 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 4422 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 2 + - uid: 4423 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 2 + - uid: 4424 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 4425 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - uid: 4426 + components: + - type: Transform + pos: -5.5,-0.5 + parent: 2 + - uid: 4427 + components: + - type: Transform + pos: -3.5,24.5 + parent: 2 + - uid: 4428 + components: + - type: Transform + pos: -3.5,23.5 + parent: 2 + - uid: 4429 + components: + - type: Transform + pos: -3.5,22.5 + parent: 2 + - uid: 4430 + components: + - type: Transform + pos: -2.5,22.5 + parent: 2 + - uid: 4431 + components: + - type: Transform + pos: -1.5,22.5 + parent: 2 + - uid: 4432 + components: + - type: Transform + pos: -0.5,22.5 + parent: 2 + - uid: 4433 + components: + - type: Transform + pos: 0.5,22.5 + parent: 2 + - uid: 4434 + components: + - type: Transform + pos: 1.5,22.5 + parent: 2 + - uid: 4435 + components: + - type: Transform + pos: 2.5,22.5 + parent: 2 + - uid: 4436 + components: + - type: Transform + pos: -0.5,23.5 + parent: 2 + - uid: 4437 + components: + - type: Transform + pos: -0.5,24.5 + parent: 2 + - uid: 4438 + components: + - type: Transform + pos: -0.5,25.5 + parent: 2 + - uid: 4439 + components: + - type: Transform + pos: -0.5,26.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + pos: 2.5,23.5 + parent: 2 + - uid: 4441 + components: + - type: Transform + pos: 2.5,24.5 + parent: 2 + - uid: 4442 + components: + - type: Transform + pos: 2.5,25.5 + parent: 2 + - uid: 4443 + components: + - type: Transform + pos: 2.5,26.5 + parent: 2 + - uid: 4444 + components: + - type: Transform + pos: 2.5,27.5 + parent: 2 + - uid: 4445 + components: + - type: Transform + pos: 2.5,28.5 + parent: 2 + - uid: 4446 + components: + - type: Transform + pos: 2.5,29.5 + parent: 2 + - uid: 4447 + components: + - type: Transform + pos: -4.5,22.5 + parent: 2 + - uid: 4448 + components: + - type: Transform + pos: -5.5,22.5 + parent: 2 + - uid: 4449 + components: + - type: Transform + pos: -6.5,22.5 + parent: 2 + - uid: 4450 + components: + - type: Transform + pos: -7.5,22.5 + parent: 2 + - uid: 4451 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - uid: 4452 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 4453 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 4454 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 4455 + components: + - type: Transform + pos: -3.5,25.5 + parent: 2 + - uid: 4456 + components: + - type: Transform + pos: -3.5,26.5 + parent: 2 + - uid: 4457 + components: + - type: Transform + pos: -3.5,27.5 + parent: 2 + - uid: 4458 + components: + - type: Transform + pos: -3.5,28.5 + parent: 2 + - uid: 4459 + components: + - type: Transform + pos: -3.5,29.5 + parent: 2 + - uid: 4460 + components: + - type: Transform + pos: -2.5,29.5 + parent: 2 + - uid: 4461 + components: + - type: Transform + pos: -1.5,29.5 + parent: 2 + - uid: 4462 + components: + - type: Transform + pos: -0.5,29.5 + parent: 2 + - uid: 4463 + components: + - type: Transform + pos: 0.5,29.5 + parent: 2 + - uid: 4464 + components: + - type: Transform + pos: -4.5,26.5 + parent: 2 + - uid: 4465 + components: + - type: Transform + pos: -5.5,26.5 + parent: 2 + - uid: 4466 + components: + - type: Transform + pos: -6.5,26.5 + parent: 2 + - uid: 4467 + components: + - type: Transform + pos: 0.5,37.5 + parent: 2 + - uid: 4468 + components: + - type: Transform + pos: 0.5,38.5 + parent: 2 + - uid: 4469 + components: + - type: Transform + pos: 0.5,30.5 + parent: 2 + - uid: 4470 + components: + - type: Transform + pos: 0.5,31.5 + parent: 2 + - uid: 4471 + components: + - type: Transform + pos: 0.5,32.5 + parent: 2 + - uid: 4472 + components: + - type: Transform + pos: 0.5,33.5 + parent: 2 + - uid: 4473 + components: + - type: Transform + pos: 0.5,34.5 + parent: 2 + - uid: 4474 + components: + - type: Transform + pos: 0.5,35.5 + parent: 2 + - uid: 4475 + components: + - type: Transform + pos: 0.5,36.5 + parent: 2 + - uid: 4476 + components: + - type: Transform + pos: -0.5,21.5 + parent: 2 + - uid: 4477 + components: + - type: Transform + pos: -0.5,19.5 + parent: 2 + - uid: 4478 + components: + - type: Transform + pos: -0.5,20.5 + parent: 2 + - uid: 4479 + components: + - type: Transform + pos: -0.5,18.5 + parent: 2 + - uid: 4480 + components: + - type: Transform + pos: -0.5,17.5 + parent: 2 + - uid: 4481 + components: + - type: Transform + pos: -0.5,16.5 + parent: 2 + - uid: 4482 + components: + - type: Transform + pos: -0.5,15.5 + parent: 2 + - uid: 4483 + components: + - type: Transform + pos: -0.5,14.5 + parent: 2 + - uid: 4484 + components: + - type: Transform + pos: -0.5,13.5 + parent: 2 + - uid: 4485 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 4486 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - uid: 4487 + components: + - type: Transform + pos: -2.5,16.5 + parent: 2 + - uid: 4488 + components: + - type: Transform + pos: -3.5,16.5 + parent: 2 + - uid: 4489 + components: + - type: Transform + pos: -3.5,15.5 + parent: 2 + - uid: 4490 + components: + - type: Transform + pos: -3.5,14.5 + parent: 2 + - uid: 4491 + components: + - type: Transform + pos: -3.5,13.5 + parent: 2 + - uid: 4492 + components: + - type: Transform + pos: 0.5,16.5 + parent: 2 + - uid: 4493 + components: + - type: Transform + pos: 1.5,16.5 + parent: 2 + - uid: 4494 + components: + - type: Transform + pos: 2.5,16.5 + parent: 2 + - uid: 4495 + components: + - type: Transform + pos: 2.5,15.5 + parent: 2 + - uid: 4496 + components: + - type: Transform + pos: 2.5,14.5 + parent: 2 + - uid: 4497 + components: + - type: Transform + pos: 2.5,13.5 + parent: 2 + - uid: 4498 + components: + - type: Transform + pos: 2.5,12.5 + parent: 2 + - uid: 4499 + components: + - type: Transform + pos: 2.5,17.5 + parent: 2 + - uid: 4500 + components: + - type: Transform + pos: -3.5,17.5 + parent: 2 + - uid: 4501 + components: + - type: Transform + pos: -3.5,12.5 + parent: 2 + - uid: 4502 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - uid: 4503 + components: + - type: Transform + pos: -11.5,0.5 + parent: 2 + - uid: 4504 + components: + - type: Transform + pos: -11.5,1.5 + parent: 2 + - uid: 4505 + components: + - type: Transform + pos: -11.5,2.5 + parent: 2 + - uid: 4506 + components: + - type: Transform + pos: -11.5,3.5 + parent: 2 + - uid: 4507 + components: + - type: Transform + pos: -11.5,4.5 + parent: 2 + - uid: 4508 + components: + - type: Transform + pos: -11.5,5.5 + parent: 2 + - uid: 4509 + components: + - type: Transform + pos: -11.5,6.5 + parent: 2 + - uid: 4510 + components: + - type: Transform + pos: -11.5,7.5 + parent: 2 + - uid: 4511 + components: + - type: Transform + pos: -11.5,8.5 + parent: 2 + - uid: 4512 + components: + - type: Transform + pos: -11.5,9.5 + parent: 2 + - uid: 4513 + components: + - type: Transform + pos: -10.5,9.5 + parent: 2 + - uid: 4514 + components: + - type: Transform + pos: -9.5,9.5 + parent: 2 + - uid: 4515 + components: + - type: Transform + pos: -8.5,9.5 + parent: 2 + - uid: 4516 + components: + - type: Transform + pos: -7.5,9.5 + parent: 2 + - uid: 4517 + components: + - type: Transform + pos: -6.5,9.5 + parent: 2 + - uid: 4518 + components: + - type: Transform + pos: -11.5,-1.5 + parent: 2 + - uid: 4519 + components: + - type: Transform + pos: -11.5,-2.5 + parent: 2 + - uid: 4520 + components: + - type: Transform + pos: -11.5,-3.5 + parent: 2 + - uid: 4521 + components: + - type: Transform + pos: -11.5,-4.5 + parent: 2 + - uid: 4522 + components: + - type: Transform + pos: -11.5,-5.5 + parent: 2 + - uid: 4523 + components: + - type: Transform + pos: -11.5,-6.5 + parent: 2 + - uid: 4524 + components: + - type: Transform + pos: -11.5,-7.5 + parent: 2 + - uid: 4525 + components: + - type: Transform + pos: -11.5,-8.5 + parent: 2 + - uid: 4526 + components: + - type: Transform + pos: 10.5,-7.5 + parent: 2 + - uid: 4527 + components: + - type: Transform + pos: 11.5,-7.5 + parent: 2 + - uid: 4528 + components: + - type: Transform + pos: 12.5,-7.5 + parent: 2 + - uid: 4529 + components: + - type: Transform + pos: 13.5,-7.5 + parent: 2 + - uid: 4530 + components: + - type: Transform + pos: 13.5,-6.5 + parent: 2 + - uid: 4531 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 4532 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 4533 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 4534 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 4535 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 4536 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 4537 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 4538 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 4539 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 4540 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 4541 + components: + - type: Transform + pos: 10.5,0.5 + parent: 2 + - uid: 4542 + components: + - type: Transform + pos: 10.5,1.5 + parent: 2 + - uid: 4543 + components: + - type: Transform + pos: 10.5,2.5 + parent: 2 + - uid: 4544 + components: + - type: Transform + pos: 10.5,3.5 + parent: 2 + - uid: 4545 + components: + - type: Transform + pos: 10.5,4.5 + parent: 2 + - uid: 4546 + components: + - type: Transform + pos: 10.5,5.5 + parent: 2 + - uid: 4547 + components: + - type: Transform + pos: 10.5,6.5 + parent: 2 + - uid: 4548 + components: + - type: Transform + pos: 10.5,7.5 + parent: 2 + - uid: 4549 + components: + - type: Transform + pos: 10.5,8.5 + parent: 2 + - uid: 4550 + components: + - type: Transform + pos: 10.5,9.5 + parent: 2 + - uid: 4551 + components: + - type: Transform + pos: 9.5,9.5 + parent: 2 + - uid: 4552 + components: + - type: Transform + pos: 8.5,9.5 + parent: 2 + - uid: 4553 + components: + - type: Transform + pos: 7.5,9.5 + parent: 2 + - uid: 4554 + components: + - type: Transform + pos: 6.5,9.5 + parent: 2 + - uid: 4555 + components: + - type: Transform + pos: 5.5,9.5 + parent: 2 + - uid: 4556 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 4557 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - uid: 4558 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 2 + - uid: 4559 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 + - uid: 4560 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 4561 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 4562 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 2 + - uid: 4563 + components: + - type: Transform + pos: 11.5,-16.5 + parent: 2 + - uid: 4564 + components: + - type: Transform + pos: 12.5,-16.5 + parent: 2 + - uid: 4565 + components: + - type: Transform + pos: 13.5,-16.5 + parent: 2 + - uid: 4566 + components: + - type: Transform + pos: 14.5,-16.5 + parent: 2 + - uid: 4567 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 2 + - uid: 4568 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 4569 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 2 + - uid: 4570 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 4571 + components: + - type: Transform + pos: 15.5,-12.5 + parent: 2 + - uid: 4572 + components: + - type: Transform + pos: 15.5,-11.5 + parent: 2 + - uid: 4573 + components: + - type: Transform + pos: 15.5,-10.5 + parent: 2 + - uid: 4574 + components: + - type: Transform + pos: 6.5,-15.5 + parent: 2 + - uid: 4575 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 2 + - uid: 4576 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 2 + - uid: 4577 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 2 + - uid: 4578 + components: + - type: Transform + pos: 5.5,-12.5 + parent: 2 + - uid: 4579 + components: + - type: Transform + pos: 5.5,-11.5 + parent: 2 + - uid: 4580 + components: + - type: Transform + pos: 5.5,-10.5 + parent: 2 + - uid: 4581 + components: + - type: Transform + pos: 6.5,-17.5 + parent: 2 + - uid: 4582 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 4583 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 4584 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 + - uid: 4585 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - uid: 4586 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - uid: 4587 + components: + - type: Transform + pos: 5.5,-22.5 + parent: 2 + - uid: 4588 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 2 + - uid: 4589 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 4590 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 2 + - uid: 4591 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 2 + - uid: 4592 + components: + - type: Transform + pos: 10.5,-21.5 + parent: 2 + - uid: 4593 + components: + - type: Transform + pos: 10.5,-22.5 + parent: 2 + - uid: 4594 + components: + - type: Transform + pos: 14.5,-17.5 + parent: 2 + - uid: 4595 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 4596 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 4597 + components: + - type: Transform + pos: 15.5,-19.5 + parent: 2 + - uid: 4598 + components: + - type: Transform + pos: 15.5,-20.5 + parent: 2 + - uid: 4599 + components: + - type: Transform + pos: 15.5,-21.5 + parent: 2 + - uid: 4600 + components: + - type: Transform + pos: 15.5,-22.5 + parent: 2 + - uid: 4601 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 + - uid: 4602 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 4603 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - uid: 4604 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 2 + - uid: 4605 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 4606 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 2 + - uid: 4607 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 2 + - uid: 4608 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 4609 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 4610 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 + - uid: 4611 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 4612 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 4613 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 4614 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 4615 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 2 + - uid: 4616 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - uid: 4617 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 4618 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 2 + - uid: 4619 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 2 + - uid: 4620 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 + - uid: 4621 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 4622 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 4623 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 4624 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 2 + - uid: 4625 + components: + - type: Transform + pos: -1.5,-22.5 + parent: 2 + - uid: 4626 + components: + - type: Transform + pos: -2.5,-22.5 + parent: 2 + - uid: 4627 + components: + - type: Transform + pos: -3.5,-22.5 + parent: 2 + - uid: 4628 + components: + - type: Transform + pos: 0.5,-22.5 + parent: 2 + - uid: 4629 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 4630 + components: + - type: Transform + pos: 2.5,-22.5 + parent: 2 + - uid: 4631 + components: + - type: Transform + pos: 2.5,-23.5 + parent: 2 + - uid: 4632 + components: + - type: Transform + pos: -3.5,-23.5 + parent: 2 + - uid: 4633 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - uid: 4634 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 2 + - uid: 4635 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 2 + - uid: 4636 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 4637 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 2 + - uid: 4638 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - uid: 4639 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 + - uid: 4640 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 4641 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 4642 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 2 + - uid: 4643 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 2 + - uid: 4644 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 2 + - uid: 4645 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 2 + - uid: 4646 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 2 + - uid: 4647 + components: + - type: Transform + pos: -11.5,-15.5 + parent: 2 + - uid: 4648 + components: + - type: Transform + pos: -11.5,-14.5 + parent: 2 + - uid: 4649 + components: + - type: Transform + pos: -11.5,-13.5 + parent: 2 + - uid: 4650 + components: + - type: Transform + pos: -11.5,-12.5 + parent: 2 + - uid: 4651 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 2 + - uid: 4652 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 2 + - uid: 4653 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 2 + - uid: 4654 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 2 + - uid: 4655 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 2 + - uid: 4656 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 2 + - uid: 4657 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 2 + - uid: 4658 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - uid: 4659 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 4660 + components: + - type: Transform + pos: -8.5,-19.5 + parent: 2 + - uid: 4661 + components: + - type: Transform + pos: -8.5,-20.5 + parent: 2 + - uid: 4662 + components: + - type: Transform + pos: -8.5,-21.5 + parent: 2 + - uid: 4663 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - uid: 4664 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 2 + - uid: 4665 + components: + - type: Transform + pos: -11.5,-18.5 + parent: 2 + - uid: 4666 + components: + - type: Transform + pos: -11.5,-19.5 + parent: 2 + - uid: 4667 + components: + - type: Transform + pos: -11.5,-20.5 + parent: 2 + - uid: 4668 + components: + - type: Transform + pos: -11.5,-21.5 + parent: 2 + - uid: 4669 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 2 + - uid: 4670 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 2 + - uid: 4671 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 2 + - uid: 4672 + components: + - type: Transform + pos: -14.5,-17.5 + parent: 2 + - uid: 4673 + components: + - type: Transform + pos: -14.5,-20.5 + parent: 2 + - uid: 4674 + components: + - type: Transform + pos: -14.5,-21.5 + parent: 2 + - uid: 4675 + components: + - type: Transform + pos: -15.5,-21.5 + parent: 2 + - uid: 4676 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 2 + - uid: 4677 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 2 + - uid: 4678 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 4679 + components: + - type: Transform + pos: -14.5,-11.5 + parent: 2 + - uid: 4680 + components: + - type: Transform + pos: -15.5,-11.5 + parent: 2 + - uid: 4681 + components: + - type: Transform + pos: -15.5,-16.5 + parent: 2 + - uid: 4682 + components: + - type: Transform + pos: -16.5,-16.5 + parent: 2 + - uid: 4683 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 2 + - uid: 4684 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 4685 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 4686 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 4687 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - uid: 4688 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 4689 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 4690 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 4691 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 4692 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 4693 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 4694 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 2 + - uid: 4695 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 4696 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 4697 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 4698 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 4699 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 2 + - uid: 4700 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 4701 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 4702 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 4703 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 2 + - uid: 4704 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 2 + - uid: 4705 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 2 + - uid: 4706 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 2 + - uid: 4707 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 4708 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 4709 + components: + - type: Transform + pos: 8.5,-32.5 + parent: 2 + - uid: 4710 + components: + - type: Transform + pos: 9.5,-32.5 + parent: 2 + - uid: 4711 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 2 + - uid: 4712 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - uid: 4713 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 + - uid: 4714 + components: + - type: Transform + pos: 9.5,-36.5 + parent: 2 + - uid: 4715 + components: + - type: Transform + pos: 9.5,-37.5 + parent: 2 + - uid: 4716 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 2 + - uid: 4717 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 2 + - uid: 4718 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 2 + - uid: 4719 + components: + - type: Transform + pos: 11.5,-39.5 + parent: 2 + - uid: 4720 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 2 + - uid: 4721 + components: + - type: Transform + pos: 13.5,-39.5 + parent: 2 + - uid: 4722 + components: + - type: Transform + pos: 14.5,-39.5 + parent: 2 + - uid: 4723 + components: + - type: Transform + pos: 15.5,-39.5 + parent: 2 + - uid: 4724 + components: + - type: Transform + pos: 16.5,-39.5 + parent: 2 + - uid: 4725 + components: + - type: Transform + pos: 17.5,-39.5 + parent: 2 + - uid: 4726 + components: + - type: Transform + pos: 18.5,-39.5 + parent: 2 + - uid: 4727 + components: + - type: Transform + pos: 19.5,-39.5 + parent: 2 + - uid: 4728 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 4729 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 4730 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 4731 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - uid: 4732 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 4733 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 4734 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 4735 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 + - uid: 4736 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 + - uid: 4737 + components: + - type: Transform + pos: -9.5,-32.5 + parent: 2 + - uid: 4738 + components: + - type: Transform + pos: -10.5,-32.5 + parent: 2 + - uid: 4739 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 + - uid: 4740 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 2 + - uid: 4741 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 2 + - uid: 4742 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 2 + - uid: 4743 + components: + - type: Transform + pos: -10.5,-37.5 + parent: 2 + - uid: 4744 + components: + - type: Transform + pos: -10.5,-38.5 + parent: 2 + - uid: 4745 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 2 + - uid: 4746 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 2 + - uid: 4747 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 2 + - uid: 4748 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 4749 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 + - uid: 4750 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - uid: 4751 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 + - uid: 4752 + components: + - type: Transform + pos: -17.5,-39.5 + parent: 2 + - uid: 4753 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 + - uid: 4754 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - uid: 4755 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 + - uid: 4756 + components: + - type: Transform + pos: 18.5,-34.5 + parent: 2 + - uid: 4757 + components: + - type: Transform + pos: 17.5,-34.5 + parent: 2 + - uid: 4758 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - uid: 4759 + components: + - type: Transform + pos: 15.5,-34.5 + parent: 2 + - uid: 4760 + components: + - type: Transform + pos: 14.5,-34.5 + parent: 2 + - uid: 4761 + components: + - type: Transform + pos: 13.5,-34.5 + parent: 2 + - uid: 4762 + components: + - type: Transform + pos: 12.5,-34.5 + parent: 2 + - uid: 4763 + components: + - type: Transform + pos: 13.5,-35.5 + parent: 2 + - uid: 4764 + components: + - type: Transform + pos: 13.5,-36.5 + parent: 2 + - uid: 4765 + components: + - type: Transform + pos: 14.5,-36.5 + parent: 2 + - uid: 4766 + components: + - type: Transform + pos: 15.5,-36.5 + parent: 2 + - uid: 4767 + components: + - type: Transform + pos: 16.5,-36.5 + parent: 2 + - uid: 4768 + components: + - type: Transform + pos: 13.5,-33.5 + parent: 2 + - uid: 4769 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 2 + - uid: 4770 + components: + - type: Transform + pos: 13.5,-31.5 + parent: 2 + - uid: 4771 + components: + - type: Transform + pos: 13.5,-30.5 + parent: 2 + - uid: 4772 + components: + - type: Transform + pos: 13.5,-29.5 + parent: 2 + - uid: 4773 + components: + - type: Transform + pos: 14.5,-30.5 + parent: 2 + - uid: 4774 + components: + - type: Transform + pos: 15.5,-30.5 + parent: 2 + - uid: 4775 + components: + - type: Transform + pos: 16.5,-30.5 + parent: 2 + - uid: 4776 + components: + - type: Transform + pos: 17.5,-30.5 + parent: 2 + - uid: 4777 + components: + - type: Transform + pos: 18.5,-30.5 + parent: 2 + - uid: 4778 + components: + - type: Transform + pos: 19.5,-30.5 + parent: 2 + - uid: 4779 + components: + - type: Transform + pos: 19.5,-31.5 + parent: 2 + - uid: 4780 + components: + - type: Transform + pos: 19.5,-32.5 + parent: 2 + - uid: 4781 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 4782 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 4783 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 4784 + components: + - type: Transform + pos: -10.5,-41.5 + parent: 2 + - uid: 4785 + components: + - type: Transform + pos: -10.5,-42.5 + parent: 2 + - uid: 4786 + components: + - type: Transform + pos: -10.5,-43.5 + parent: 2 + - uid: 4787 + components: + - type: Transform + pos: -10.5,-44.5 + parent: 2 + - uid: 4788 + components: + - type: Transform + pos: -10.5,-45.5 + parent: 2 + - uid: 4789 + components: + - type: Transform + pos: -10.5,-46.5 + parent: 2 + - uid: 4790 + components: + - type: Transform + pos: -10.5,-47.5 + parent: 2 + - uid: 4791 + components: + - type: Transform + pos: -10.5,-48.5 + parent: 2 + - uid: 4792 + components: + - type: Transform + pos: -10.5,-49.5 + parent: 2 + - uid: 4793 + components: + - type: Transform + pos: -10.5,-50.5 + parent: 2 + - uid: 4794 + components: + - type: Transform + pos: -10.5,-51.5 + parent: 2 + - uid: 4795 + components: + - type: Transform + pos: -10.5,-52.5 + parent: 2 + - uid: 4796 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - uid: 4797 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 4798 + components: + - type: Transform + pos: -7.5,-52.5 + parent: 2 + - uid: 4799 + components: + - type: Transform + pos: -10.5,-53.5 + parent: 2 + - uid: 4800 + components: + - type: Transform + pos: -10.5,-54.5 + parent: 2 + - uid: 4801 + components: + - type: Transform + pos: -10.5,-55.5 + parent: 2 + - uid: 4802 + components: + - type: Transform + pos: -10.5,-56.5 + parent: 2 + - uid: 4803 + components: + - type: Transform + pos: -10.5,-57.5 + parent: 2 + - uid: 4804 + components: + - type: Transform + pos: -9.5,-57.5 + parent: 2 + - uid: 4805 + components: + - type: Transform + pos: -8.5,-57.5 + parent: 2 + - uid: 4806 + components: + - type: Transform + pos: -7.5,-57.5 + parent: 2 + - uid: 4807 + components: + - type: Transform + pos: -6.5,-57.5 + parent: 2 + - uid: 4808 + components: + - type: Transform + pos: -11.5,-57.5 + parent: 2 + - uid: 4809 + components: + - type: Transform + pos: -12.5,-57.5 + parent: 2 + - uid: 4810 + components: + - type: Transform + pos: -13.5,-57.5 + parent: 2 + - uid: 4811 + components: + - type: Transform + pos: -14.5,-57.5 + parent: 2 + - uid: 4812 + components: + - type: Transform + pos: -10.5,-58.5 + parent: 2 + - uid: 4813 + components: + - type: Transform + pos: -10.5,-59.5 + parent: 2 + - uid: 4814 + components: + - type: Transform + pos: -10.5,-60.5 + parent: 2 + - uid: 4815 + components: + - type: Transform + pos: -10.5,-61.5 + parent: 2 + - uid: 4816 + components: + - type: Transform + pos: -10.5,-62.5 + parent: 2 + - uid: 4817 + components: + - type: Transform + pos: -10.5,-63.5 + parent: 2 + - uid: 4818 + components: + - type: Transform + pos: -10.5,-64.5 + parent: 2 + - uid: 4819 + components: + - type: Transform + pos: -9.5,-64.5 + parent: 2 + - uid: 4820 + components: + - type: Transform + pos: -8.5,-64.5 + parent: 2 + - uid: 4821 + components: + - type: Transform + pos: -7.5,-64.5 + parent: 2 + - uid: 4822 + components: + - type: Transform + pos: -6.5,-64.5 + parent: 2 + - uid: 4823 + components: + - type: Transform + pos: -11.5,-64.5 + parent: 2 + - uid: 4824 + components: + - type: Transform + pos: -12.5,-64.5 + parent: 2 + - uid: 4825 + components: + - type: Transform + pos: -13.5,-64.5 + parent: 2 + - uid: 4826 + components: + - type: Transform + pos: -14.5,-64.5 + parent: 2 + - uid: 4827 + components: + - type: Transform + pos: -10.5,-65.5 + parent: 2 + - uid: 4828 + components: + - type: Transform + pos: -10.5,-66.5 + parent: 2 + - uid: 4829 + components: + - type: Transform + pos: -10.5,-67.5 + parent: 2 + - uid: 4830 + components: + - type: Transform + pos: -9.5,-62.5 + parent: 2 + - uid: 4831 + components: + - type: Transform + pos: -8.5,-62.5 + parent: 2 + - uid: 4832 + components: + - type: Transform + pos: -8.5,-61.5 + parent: 2 + - uid: 4833 + components: + - type: Transform + pos: -8.5,-60.5 + parent: 2 + - uid: 4834 + components: + - type: Transform + pos: -8.5,-59.5 + parent: 2 + - uid: 4835 + components: + - type: Transform + pos: -11.5,-62.5 + parent: 2 + - uid: 4836 + components: + - type: Transform + pos: -12.5,-62.5 + parent: 2 + - uid: 4837 + components: + - type: Transform + pos: -12.5,-61.5 + parent: 2 + - uid: 4838 + components: + - type: Transform + pos: -12.5,-60.5 + parent: 2 + - uid: 4839 + components: + - type: Transform + pos: -12.5,-59.5 + parent: 2 + - uid: 4840 + components: + - type: Transform + pos: -9.5,-46.5 + parent: 2 + - uid: 4841 + components: + - type: Transform + pos: -8.5,-46.5 + parent: 2 + - uid: 4842 + components: + - type: Transform + pos: -7.5,-46.5 + parent: 2 + - uid: 4843 + components: + - type: Transform + pos: -6.5,-46.5 + parent: 2 + - uid: 4844 + components: + - type: Transform + pos: -5.5,-46.5 + parent: 2 + - uid: 4845 + components: + - type: Transform + pos: -4.5,-46.5 + parent: 2 + - uid: 4846 + components: + - type: Transform + pos: -3.5,-46.5 + parent: 2 + - uid: 4847 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 + - uid: 4848 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 4849 + components: + - type: Transform + pos: -1.5,-45.5 + parent: 2 + - uid: 4850 + components: + - type: Transform + pos: -1.5,-44.5 + parent: 2 + - uid: 4851 + components: + - type: Transform + pos: 0.5,-44.5 + parent: 2 + - uid: 4852 + components: + - type: Transform + pos: 0.5,-45.5 + parent: 2 + - uid: 4853 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 4854 + components: + - type: Transform + pos: -1.5,-47.5 + parent: 2 + - uid: 4855 + components: + - type: Transform + pos: 0.5,-47.5 + parent: 2 + - uid: 4856 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 4857 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 2 + - uid: 4858 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 4859 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - uid: 4860 + components: + - type: Transform + pos: 5.5,-46.5 + parent: 2 + - uid: 4861 + components: + - type: Transform + pos: 6.5,-46.5 + parent: 2 + - uid: 4862 + components: + - type: Transform + pos: 7.5,-46.5 + parent: 2 + - uid: 4863 + components: + - type: Transform + pos: 8.5,-46.5 + parent: 2 + - uid: 4864 + components: + - type: Transform + pos: 9.5,-46.5 + parent: 2 + - uid: 4865 + components: + - type: Transform + pos: 9.5,-48.5 + parent: 2 + - uid: 4866 + components: + - type: Transform + pos: 9.5,-49.5 + parent: 2 + - uid: 4867 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 + - uid: 4868 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 4869 + components: + - type: Transform + pos: 9.5,-52.5 + parent: 2 + - uid: 4870 + components: + - type: Transform + pos: 8.5,-52.5 + parent: 2 + - uid: 4871 + components: + - type: Transform + pos: 7.5,-52.5 + parent: 2 + - uid: 4872 + components: + - type: Transform + pos: 6.5,-52.5 + parent: 2 + - uid: 4873 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 2 + - uid: 4874 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 2 + - uid: 4875 + components: + - type: Transform + pos: 9.5,-54.5 + parent: 2 + - uid: 4876 + components: + - type: Transform + pos: 9.5,-55.5 + parent: 2 + - uid: 4877 + components: + - type: Transform + pos: 9.5,-56.5 + parent: 2 + - uid: 4878 + components: + - type: Transform + pos: 9.5,-57.5 + parent: 2 + - uid: 4879 + components: + - type: Transform + pos: 9.5,-58.5 + parent: 2 + - uid: 4880 + components: + - type: Transform + pos: 9.5,-59.5 + parent: 2 + - uid: 4881 + components: + - type: Transform + pos: 9.5,-60.5 + parent: 2 + - uid: 4882 + components: + - type: Transform + pos: 9.5,-61.5 + parent: 2 + - uid: 4883 + components: + - type: Transform + pos: 9.5,-62.5 + parent: 2 + - uid: 4884 + components: + - type: Transform + pos: 9.5,-63.5 + parent: 2 + - uid: 4885 + components: + - type: Transform + pos: 9.5,-64.5 + parent: 2 + - uid: 4886 + components: + - type: Transform + pos: 9.5,-65.5 + parent: 2 + - uid: 4887 + components: + - type: Transform + pos: 9.5,-66.5 + parent: 2 + - uid: 4888 + components: + - type: Transform + pos: 9.5,-67.5 + parent: 2 + - uid: 4889 + components: + - type: Transform + pos: 8.5,-64.5 + parent: 2 + - uid: 4890 + components: + - type: Transform + pos: 7.5,-64.5 + parent: 2 + - uid: 4891 + components: + - type: Transform + pos: 6.5,-64.5 + parent: 2 + - uid: 4892 + components: + - type: Transform + pos: 5.5,-64.5 + parent: 2 + - uid: 4893 + components: + - type: Transform + pos: 10.5,-64.5 + parent: 2 + - uid: 4894 + components: + - type: Transform + pos: 11.5,-64.5 + parent: 2 + - uid: 4895 + components: + - type: Transform + pos: 12.5,-64.5 + parent: 2 + - uid: 4896 + components: + - type: Transform + pos: 13.5,-64.5 + parent: 2 + - uid: 4897 + components: + - type: Transform + pos: 10.5,-62.5 + parent: 2 + - uid: 4898 + components: + - type: Transform + pos: 11.5,-62.5 + parent: 2 + - uid: 4899 + components: + - type: Transform + pos: 11.5,-61.5 + parent: 2 + - uid: 4900 + components: + - type: Transform + pos: 11.5,-60.5 + parent: 2 + - uid: 4901 + components: + - type: Transform + pos: 11.5,-59.5 + parent: 2 + - uid: 4902 + components: + - type: Transform + pos: 8.5,-62.5 + parent: 2 + - uid: 4903 + components: + - type: Transform + pos: 7.5,-62.5 + parent: 2 + - uid: 4904 + components: + - type: Transform + pos: 7.5,-61.5 + parent: 2 + - uid: 4905 + components: + - type: Transform + pos: 7.5,-60.5 + parent: 2 + - uid: 4906 + components: + - type: Transform + pos: 7.5,-59.5 + parent: 2 + - uid: 4907 + components: + - type: Transform + pos: 8.5,-57.5 + parent: 2 + - uid: 4908 + components: + - type: Transform + pos: 7.5,-57.5 + parent: 2 + - uid: 4909 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 2 + - uid: 4910 + components: + - type: Transform + pos: 5.5,-57.5 + parent: 2 + - uid: 4911 + components: + - type: Transform + pos: 10.5,-57.5 + parent: 2 + - uid: 4912 + components: + - type: Transform + pos: 11.5,-57.5 + parent: 2 + - uid: 4913 + components: + - type: Transform + pos: 12.5,-57.5 + parent: 2 + - uid: 4914 + components: + - type: Transform + pos: 13.5,-57.5 + parent: 2 + - uid: 4915 + components: + - type: Transform + pos: 9.5,-45.5 + parent: 2 + - uid: 4916 + components: + - type: Transform + pos: 9.5,-44.5 + parent: 2 + - uid: 4917 + components: + - type: Transform + pos: 9.5,-43.5 + parent: 2 + - uid: 4918 + components: + - type: Transform + pos: 9.5,-42.5 + parent: 2 + - uid: 4919 + components: + - type: Transform + pos: 9.5,-41.5 + parent: 2 + - uid: 4920 + components: + - type: Transform + pos: -8.5,-39.5 + parent: 2 + - uid: 4921 + components: + - type: Transform + pos: -34.5,-22.5 + parent: 2 + - uid: 4922 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 2 + - uid: 4923 + components: + - type: Transform + pos: 7.5,-39.5 + parent: 2 + - uid: 4924 + components: + - type: Transform + pos: 0.5,-33.5 + parent: 2 + - uid: 4925 + components: + - type: Transform + pos: 0.5,-34.5 + parent: 2 + - uid: 4926 + components: + - type: Transform + pos: -1.5,-34.5 + parent: 2 + - uid: 4927 + components: + - type: Transform + pos: -1.5,-33.5 + parent: 2 + - uid: 4928 + components: + - type: Transform + pos: 32.5,-38.5 + parent: 2 + - uid: 4929 + components: + - type: Transform + pos: 32.5,-39.5 + parent: 2 + - uid: 4930 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 2 + - uid: 4931 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 2 + - uid: 4932 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 2 + - uid: 4933 + components: + - type: Transform + pos: 32.5,-23.5 + parent: 2 + - uid: 4934 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 2 + - uid: 4935 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 2 + - uid: 4936 + components: + - type: Transform + pos: 32.5,-26.5 + parent: 2 + - uid: 4937 + components: + - type: Transform + pos: 32.5,-27.5 + parent: 2 + - uid: 4938 + components: + - type: Transform + pos: 32.5,-28.5 + parent: 2 + - uid: 4939 + components: + - type: Transform + pos: 32.5,-29.5 + parent: 2 + - uid: 4940 + components: + - type: Transform + pos: 32.5,-30.5 + parent: 2 + - uid: 4941 + components: + - type: Transform + pos: 32.5,-31.5 + parent: 2 + - uid: 4942 + components: + - type: Transform + pos: 32.5,-32.5 + parent: 2 + - uid: 4943 + components: + - type: Transform + pos: 32.5,-33.5 + parent: 2 + - uid: 4944 + components: + - type: Transform + pos: 32.5,-34.5 + parent: 2 + - uid: 4945 + components: + - type: Transform + pos: 32.5,-35.5 + parent: 2 + - uid: 4946 + components: + - type: Transform + pos: 32.5,-36.5 + parent: 2 + - uid: 4947 + components: + - type: Transform + pos: 32.5,-37.5 + parent: 2 + - uid: 4948 + components: + - type: Transform + pos: 31.5,-39.5 + parent: 2 + - uid: 4949 + components: + - type: Transform + pos: 30.5,-39.5 + parent: 2 + - uid: 4950 + components: + - type: Transform + pos: 29.5,-39.5 + parent: 2 + - uid: 4951 + components: + - type: Transform + pos: 28.5,-39.5 + parent: 2 + - uid: 4952 + components: + - type: Transform + pos: 27.5,-39.5 + parent: 2 + - uid: 4953 + components: + - type: Transform + pos: 26.5,-39.5 + parent: 2 + - uid: 4954 + components: + - type: Transform + pos: 25.5,-39.5 + parent: 2 + - uid: 4955 + components: + - type: Transform + pos: 24.5,-39.5 + parent: 2 + - uid: 4956 + components: + - type: Transform + pos: 23.5,-39.5 + parent: 2 + - uid: 4957 + components: + - type: Transform + pos: 22.5,-39.5 + parent: 2 + - uid: 4958 + components: + - type: Transform + pos: 21.5,-39.5 + parent: 2 + - uid: 4959 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - uid: 4960 + components: + - type: Transform + pos: 34.5,-22.5 + parent: 2 + - uid: 4961 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - uid: 4962 + components: + - type: Transform + pos: 36.5,-22.5 + parent: 2 + - uid: 4963 + components: + - type: Transform + pos: 37.5,-22.5 + parent: 2 + - uid: 4964 + components: + - type: Transform + pos: 38.5,-22.5 + parent: 2 + - uid: 4965 + components: + - type: Transform + pos: 39.5,-22.5 + parent: 2 + - uid: 4966 + components: + - type: Transform + pos: 40.5,-22.5 + parent: 2 + - uid: 4967 + components: + - type: Transform + pos: 41.5,-22.5 + parent: 2 + - uid: 4968 + components: + - type: Transform + pos: 42.5,-22.5 + parent: 2 + - uid: 4969 + components: + - type: Transform + pos: 43.5,-22.5 + parent: 2 + - uid: 4970 + components: + - type: Transform + pos: 43.5,-16.5 + parent: 2 + - uid: 4971 + components: + - type: Transform + pos: 43.5,-17.5 + parent: 2 + - uid: 4972 + components: + - type: Transform + pos: 43.5,-18.5 + parent: 2 + - uid: 4973 + components: + - type: Transform + pos: 43.5,-19.5 + parent: 2 + - uid: 4974 + components: + - type: Transform + pos: 43.5,-20.5 + parent: 2 + - uid: 4975 + components: + - type: Transform + pos: 43.5,1.5 + parent: 2 + - uid: 4976 + components: + - type: Transform + pos: 43.5,0.5 + parent: 2 + - uid: 4977 + components: + - type: Transform + pos: 43.5,-0.5 + parent: 2 + - uid: 4978 + components: + - type: Transform + pos: 43.5,-1.5 + parent: 2 + - uid: 4979 + components: + - type: Transform + pos: 43.5,-2.5 + parent: 2 + - uid: 4980 + components: + - type: Transform + pos: 43.5,-3.5 + parent: 2 + - uid: 4981 + components: + - type: Transform + pos: 43.5,-4.5 + parent: 2 + - uid: 4982 + components: + - type: Transform + pos: 43.5,-5.5 + parent: 2 + - uid: 4983 + components: + - type: Transform + pos: 43.5,-6.5 + parent: 2 + - uid: 4984 + components: + - type: Transform + pos: 43.5,-7.5 + parent: 2 + - uid: 4985 + components: + - type: Transform + pos: 43.5,-8.5 + parent: 2 + - uid: 4986 + components: + - type: Transform + pos: 43.5,-9.5 + parent: 2 + - uid: 4987 + components: + - type: Transform + pos: 43.5,-10.5 + parent: 2 + - uid: 4988 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 2 + - uid: 4989 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 2 + - uid: 4990 + components: + - type: Transform + pos: 43.5,-13.5 + parent: 2 + - uid: 4991 + components: + - type: Transform + pos: 43.5,-14.5 + parent: 2 + - uid: 4992 + components: + - type: Transform + pos: 43.5,-15.5 + parent: 2 + - uid: 4993 + components: + - type: Transform + pos: 42.5,-0.5 + parent: 2 + - uid: 4994 + components: + - type: Transform + pos: 41.5,-0.5 + parent: 2 + - uid: 4995 + components: + - type: Transform + pos: 40.5,-0.5 + parent: 2 + - uid: 4996 + components: + - type: Transform + pos: 39.5,-0.5 + parent: 2 + - uid: 4997 + components: + - type: Transform + pos: 38.5,-0.5 + parent: 2 + - uid: 4998 + components: + - type: Transform + pos: 37.5,-0.5 + parent: 2 + - uid: 4999 + components: + - type: Transform + pos: 36.5,-0.5 + parent: 2 + - uid: 5000 + components: + - type: Transform + pos: 35.5,-0.5 + parent: 2 + - uid: 5001 + components: + - type: Transform + pos: 34.5,-0.5 + parent: 2 + - uid: 5002 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 2 + - uid: 5003 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 2 + - uid: 5004 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 2 + - uid: 5005 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 2 + - uid: 5006 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 2 + - uid: 5007 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 2 + - uid: 5008 + components: + - type: Transform + pos: 27.5,-0.5 + parent: 2 + - uid: 5009 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 2 + - uid: 5010 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 2 + - uid: 5011 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 2 + - uid: 5012 + components: + - type: Transform + pos: 23.5,-0.5 + parent: 2 + - uid: 5013 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 + - uid: 5014 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 2 + - uid: 5015 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 + - uid: 5016 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 + - uid: 5017 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 5018 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 2 + - uid: 5019 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 2 + - uid: 5020 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 2 + - uid: 5021 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 + - uid: 5022 + components: + - type: Transform + pos: 23.5,-2.5 + parent: 2 + - uid: 5023 + components: + - type: Transform + pos: 23.5,-3.5 + parent: 2 + - uid: 5024 + components: + - type: Transform + pos: 23.5,0.5 + parent: 2 + - uid: 5025 + components: + - type: Transform + pos: 23.5,1.5 + parent: 2 + - uid: 5026 + components: + - type: Transform + pos: 23.5,2.5 + parent: 2 + - uid: 5027 + components: + - type: Transform + pos: 28.5,0.5 + parent: 2 + - uid: 5028 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - uid: 5029 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 5030 + components: + - type: Transform + pos: 28.5,3.5 + parent: 2 + - uid: 5031 + components: + - type: Transform + pos: 29.5,3.5 + parent: 2 + - uid: 5032 + components: + - type: Transform + pos: 30.5,3.5 + parent: 2 + - uid: 5033 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 + - uid: 5034 + components: + - type: Transform + pos: 32.5,3.5 + parent: 2 + - uid: 5035 + components: + - type: Transform + pos: 33.5,3.5 + parent: 2 + - uid: 5036 + components: + - type: Transform + pos: 34.5,3.5 + parent: 2 + - uid: 5037 + components: + - type: Transform + pos: 35.5,3.5 + parent: 2 + - uid: 5038 + components: + - type: Transform + pos: 43.5,2.5 + parent: 2 + - uid: 5039 + components: + - type: Transform + pos: 43.5,3.5 + parent: 2 + - uid: 5040 + components: + - type: Transform + pos: 42.5,3.5 + parent: 2 + - uid: 5041 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 5042 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 5043 + components: + - type: Transform + pos: 40.5,4.5 + parent: 2 + - uid: 5044 + components: + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 5045 + components: + - type: Transform + pos: 45.5,3.5 + parent: 2 + - uid: 5046 + components: + - type: Transform + pos: 46.5,3.5 + parent: 2 + - uid: 5047 + components: + - type: Transform + pos: 46.5,4.5 + parent: 2 + - uid: 5048 + components: + - type: Transform + pos: 44.5,-0.5 + parent: 2 + - uid: 5049 + components: + - type: Transform + pos: 45.5,-0.5 + parent: 2 + - uid: 5050 + components: + - type: Transform + pos: 46.5,-0.5 + parent: 2 + - uid: 5051 + components: + - type: Transform + pos: 46.5,0.5 + parent: 2 + - uid: 5052 + components: + - type: Transform + pos: 46.5,1.5 + parent: 2 + - uid: 5053 + components: + - type: Transform + pos: 47.5,1.5 + parent: 2 + - uid: 5054 + components: + - type: Transform + pos: 48.5,1.5 + parent: 2 + - uid: 5055 + components: + - type: Transform + pos: 49.5,1.5 + parent: 2 + - uid: 5056 + components: + - type: Transform + pos: 50.5,1.5 + parent: 2 + - uid: 5057 + components: + - type: Transform + pos: 51.5,1.5 + parent: 2 + - uid: 5058 + components: + - type: Transform + pos: 52.5,1.5 + parent: 2 + - uid: 5059 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - uid: 5060 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - uid: 5061 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 + - uid: 5062 + components: + - type: Transform + pos: 35.5,-4.5 + parent: 2 + - uid: 5063 + components: + - type: Transform + pos: 42.5,-12.5 + parent: 2 + - uid: 5064 + components: + - type: Transform + pos: 41.5,-12.5 + parent: 2 + - uid: 5065 + components: + - type: Transform + pos: 40.5,-12.5 + parent: 2 + - uid: 5066 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 + - uid: 5067 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 5068 + components: + - type: Transform + pos: 37.5,-12.5 + parent: 2 + - uid: 5069 + components: + - type: Transform + pos: 37.5,-13.5 + parent: 2 + - uid: 5070 + components: + - type: Transform + pos: 37.5,-14.5 + parent: 2 + - uid: 5071 + components: + - type: Transform + pos: 37.5,-15.5 + parent: 2 + - uid: 5072 + components: + - type: Transform + pos: 38.5,-15.5 + parent: 2 + - uid: 5073 + components: + - type: Transform + pos: 39.5,-15.5 + parent: 2 + - uid: 5074 + components: + - type: Transform + pos: 37.5,-11.5 + parent: 2 + - uid: 5075 + components: + - type: Transform + pos: 37.5,-10.5 + parent: 2 + - uid: 5076 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 5077 + components: + - type: Transform + pos: 37.5,-8.5 + parent: 2 + - uid: 5078 + components: + - type: Transform + pos: 37.5,-7.5 + parent: 2 + - uid: 5079 + components: + - type: Transform + pos: 37.5,-6.5 + parent: 2 + - uid: 5080 + components: + - type: Transform + pos: 37.5,-5.5 + parent: 2 + - uid: 5081 + components: + - type: Transform + pos: 38.5,-5.5 + parent: 2 + - uid: 5082 + components: + - type: Transform + pos: 39.5,-5.5 + parent: 2 + - uid: 5083 + components: + - type: Transform + pos: 39.5,-4.5 + parent: 2 + - uid: 5084 + components: + - type: Transform + pos: 40.5,-11.5 + parent: 2 + - uid: 5085 + components: + - type: Transform + pos: 40.5,-10.5 + parent: 2 + - uid: 5086 + components: + - type: Transform + pos: 40.5,-9.5 + parent: 2 + - uid: 5087 + components: + - type: Transform + pos: 40.5,-8.5 + parent: 2 + - uid: 5088 + components: + - type: Transform + pos: 39.5,-3.5 + parent: 2 + - uid: 5089 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 + - uid: 5090 + components: + - type: Transform + pos: 25.5,9.5 + parent: 2 + - uid: 5091 + components: + - type: Transform + pos: 25.5,8.5 + parent: 2 + - uid: 5092 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - uid: 5093 + components: + - type: Transform + pos: 25.5,6.5 + parent: 2 + - uid: 5094 + components: + - type: Transform + pos: 25.5,5.5 + parent: 2 + - uid: 5095 + components: + - type: Transform + pos: 24.5,5.5 + parent: 2 + - uid: 5096 + components: + - type: Transform + pos: 23.5,5.5 + parent: 2 + - uid: 5097 + components: + - type: Transform + pos: 22.5,5.5 + parent: 2 + - uid: 5098 + components: + - type: Transform + pos: 21.5,5.5 + parent: 2 + - uid: 5099 + components: + - type: Transform + pos: 22.5,6.5 + parent: 2 + - uid: 5100 + components: + - type: Transform + pos: 22.5,7.5 + parent: 2 + - uid: 5101 + components: + - type: Transform + pos: 22.5,8.5 + parent: 2 + - uid: 5102 + components: + - type: Transform + pos: 22.5,9.5 + parent: 2 + - uid: 5103 + components: + - type: Transform + pos: 20.5,5.5 + parent: 2 + - uid: 5104 + components: + - type: Transform + pos: 19.5,5.5 + parent: 2 + - uid: 5105 + components: + - type: Transform + pos: 18.5,5.5 + parent: 2 + - uid: 5106 + components: + - type: Transform + pos: 17.5,5.5 + parent: 2 + - uid: 5107 + components: + - type: Transform + pos: 16.5,5.5 + parent: 2 + - uid: 5108 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - uid: 5109 + components: + - type: Transform + pos: 16.5,3.5 + parent: 2 + - uid: 5110 + components: + - type: Transform + pos: 16.5,2.5 + parent: 2 + - uid: 5111 + components: + - type: Transform + pos: 17.5,2.5 + parent: 2 + - uid: 5112 + components: + - type: Transform + pos: 18.5,2.5 + parent: 2 + - uid: 5113 + components: + - type: Transform + pos: 16.5,6.5 + parent: 2 + - uid: 5114 + components: + - type: Transform + pos: 16.5,7.5 + parent: 2 + - uid: 5115 + components: + - type: Transform + pos: 16.5,8.5 + parent: 2 + - uid: 5116 + components: + - type: Transform + pos: 17.5,8.5 + parent: 2 + - uid: 5117 + components: + - type: Transform + pos: 18.5,8.5 + parent: 2 + - uid: 5118 + components: + - type: Transform + pos: 26.5,8.5 + parent: 2 + - uid: 5119 + components: + - type: Transform + pos: 27.5,8.5 + parent: 2 + - uid: 5120 + components: + - type: Transform + pos: 28.5,8.5 + parent: 2 + - uid: 5121 + components: + - type: Transform + pos: 29.5,8.5 + parent: 2 + - uid: 5122 + components: + - type: Transform + pos: 30.5,8.5 + parent: 2 + - uid: 5123 + components: + - type: Transform + pos: 31.5,8.5 + parent: 2 + - uid: 5124 + components: + - type: Transform + pos: 32.5,8.5 + parent: 2 + - uid: 5125 + components: + - type: Transform + pos: 31.5,7.5 + parent: 2 + - uid: 5126 + components: + - type: Transform + pos: 31.5,6.5 + parent: 2 + - uid: 5127 + components: + - type: Transform + pos: 32.5,6.5 + parent: 2 + - uid: 5128 + components: + - type: Transform + pos: 33.5,6.5 + parent: 2 + - uid: 5129 + components: + - type: Transform + pos: 34.5,6.5 + parent: 2 + - uid: 5130 + components: + - type: Transform + pos: 35.5,6.5 + parent: 2 + - uid: 5131 + components: + - type: Transform + pos: 36.5,6.5 + parent: 2 + - uid: 5132 + components: + - type: Transform + pos: 36.5,7.5 + parent: 2 + - uid: 5133 + components: + - type: Transform + pos: 36.5,8.5 + parent: 2 + - uid: 5134 + components: + - type: Transform + pos: 49.5,-7.5 + parent: 2 + - uid: 5135 + components: + - type: Transform + pos: 49.5,-8.5 + parent: 2 + - uid: 5136 + components: + - type: Transform + pos: 49.5,-9.5 + parent: 2 + - uid: 5137 + components: + - type: Transform + pos: 49.5,-10.5 + parent: 2 + - uid: 5138 + components: + - type: Transform + pos: 49.5,-11.5 + parent: 2 + - uid: 5139 + components: + - type: Transform + pos: 49.5,-12.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + pos: 49.5,-13.5 + parent: 2 + - uid: 5141 + components: + - type: Transform + pos: 50.5,-13.5 + parent: 2 + - uid: 5142 + components: + - type: Transform + pos: 51.5,-13.5 + parent: 2 + - uid: 5143 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - uid: 5144 + components: + - type: Transform + pos: 52.5,-12.5 + parent: 2 + - uid: 5145 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - uid: 5146 + components: + - type: Transform + pos: 52.5,-10.5 + parent: 2 + - uid: 5147 + components: + - type: Transform + pos: 52.5,-9.5 + parent: 2 + - uid: 5148 + components: + - type: Transform + pos: 53.5,-10.5 + parent: 2 + - uid: 5149 + components: + - type: Transform + pos: 54.5,-10.5 + parent: 2 + - uid: 5150 + components: + - type: Transform + pos: 55.5,-10.5 + parent: 2 + - uid: 5151 + components: + - type: Transform + pos: 56.5,-10.5 + parent: 2 + - uid: 5152 + components: + - type: Transform + pos: 57.5,-10.5 + parent: 2 + - uid: 5153 + components: + - type: Transform + pos: 58.5,-10.5 + parent: 2 + - uid: 5154 + components: + - type: Transform + pos: 58.5,-11.5 + parent: 2 + - uid: 5155 + components: + - type: Transform + pos: 58.5,-12.5 + parent: 2 + - uid: 5156 + components: + - type: Transform + pos: 58.5,-13.5 + parent: 2 + - uid: 5157 + components: + - type: Transform + pos: 58.5,-14.5 + parent: 2 + - uid: 5158 + components: + - type: Transform + pos: 58.5,-15.5 + parent: 2 + - uid: 5159 + components: + - type: Transform + pos: 58.5,-16.5 + parent: 2 + - uid: 5160 + components: + - type: Transform + pos: 59.5,-16.5 + parent: 2 + - uid: 5161 + components: + - type: Transform + pos: 57.5,-16.5 + parent: 2 + - uid: 5162 + components: + - type: Transform + pos: 56.5,-11.5 + parent: 2 + - uid: 5163 + components: + - type: Transform + pos: 56.5,-12.5 + parent: 2 + - uid: 5164 + components: + - type: Transform + pos: 49.5,-6.5 + parent: 2 + - uid: 5165 + components: + - type: Transform + pos: 49.5,-5.5 + parent: 2 + - uid: 5166 + components: + - type: Transform + pos: 49.5,-4.5 + parent: 2 + - uid: 5167 + components: + - type: Transform + pos: 49.5,-3.5 + parent: 2 + - uid: 5168 + components: + - type: Transform + pos: 49.5,-2.5 + parent: 2 + - uid: 5169 + components: + - type: Transform + pos: 50.5,-4.5 + parent: 2 + - uid: 5170 + components: + - type: Transform + pos: 51.5,-4.5 + parent: 2 + - uid: 5171 + components: + - type: Transform + pos: 52.5,-4.5 + parent: 2 + - uid: 5172 + components: + - type: Transform + pos: 51.5,-5.5 + parent: 2 + - uid: 5173 + components: + - type: Transform + pos: 48.5,-4.5 + parent: 2 + - uid: 5174 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 2 + - uid: 5175 + components: + - type: Transform + pos: 46.5,-4.5 + parent: 2 + - uid: 5176 + components: + - type: Transform + pos: 47.5,-5.5 + parent: 2 + - uid: 5177 + components: + - type: Transform + pos: 53.5,-4.5 + parent: 2 + - uid: 5178 + components: + - type: Transform + pos: 50.5,-14.5 + parent: 2 + - uid: 5179 + components: + - type: Transform + pos: 50.5,-15.5 + parent: 2 + - uid: 5180 + components: + - type: Transform + pos: 50.5,-16.5 + parent: 2 + - uid: 5181 + components: + - type: Transform + pos: 50.5,-17.5 + parent: 2 + - uid: 5182 + components: + - type: Transform + pos: 50.5,-18.5 + parent: 2 + - uid: 5183 + components: + - type: Transform + pos: 49.5,-18.5 + parent: 2 + - uid: 5184 + components: + - type: Transform + pos: 48.5,-18.5 + parent: 2 + - uid: 5185 + components: + - type: Transform + pos: 47.5,-18.5 + parent: 2 + - uid: 5186 + components: + - type: Transform + pos: 51.5,-18.5 + parent: 2 + - uid: 5187 + components: + - type: Transform + pos: 52.5,-18.5 + parent: 2 + - uid: 5188 + components: + - type: Transform + pos: 53.5,-18.5 + parent: 2 + - uid: 5189 + components: + - type: Transform + pos: 50.5,-19.5 + parent: 2 + - uid: 5190 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 5191 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 5192 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 5193 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 5194 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 5195 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 5196 + components: + - type: Transform + pos: 22.5,-9.5 + parent: 2 + - uid: 5197 + components: + - type: Transform + pos: 21.5,-10.5 + parent: 2 + - uid: 5198 + components: + - type: Transform + pos: 21.5,-11.5 + parent: 2 + - uid: 5199 + components: + - type: Transform + pos: 21.5,-12.5 + parent: 2 + - uid: 5200 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 2 + - uid: 5201 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 + - uid: 5202 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 5203 + components: + - type: Transform + pos: 20.5,-7.5 + parent: 2 + - uid: 5204 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 5205 + components: + - type: Transform + pos: 18.5,-7.5 + parent: 2 + - uid: 5206 + components: + - type: Transform + pos: 17.5,-7.5 + parent: 2 + - uid: 5207 + components: + - type: Transform + pos: 16.5,-7.5 + parent: 2 + - uid: 5208 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 + - uid: 5209 + components: + - type: Transform + pos: 16.5,-5.5 + parent: 2 + - uid: 5210 + components: + - type: Transform + pos: 16.5,-4.5 + parent: 2 + - uid: 5211 + components: + - type: Transform + pos: 17.5,-4.5 + parent: 2 + - uid: 5212 + components: + - type: Transform + pos: 18.5,-4.5 + parent: 2 + - uid: 5213 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - uid: 5214 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - uid: 5215 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 5216 + components: + - type: Transform + pos: 24.5,-7.5 + parent: 2 + - uid: 5217 + components: + - type: Transform + pos: 25.5,-7.5 + parent: 2 + - uid: 5218 + components: + - type: Transform + pos: 26.5,-7.5 + parent: 2 + - uid: 5219 + components: + - type: Transform + pos: 27.5,-7.5 + parent: 2 + - uid: 5220 + components: + - type: Transform + pos: 28.5,-7.5 + parent: 2 + - uid: 5221 + components: + - type: Transform + pos: 29.5,-7.5 + parent: 2 + - uid: 5222 + components: + - type: Transform + pos: 30.5,-7.5 + parent: 2 + - uid: 5223 + components: + - type: Transform + pos: 31.5,-7.5 + parent: 2 + - uid: 5224 + components: + - type: Transform + pos: 30.5,-6.5 + parent: 2 + - uid: 5225 + components: + - type: Transform + pos: 30.5,-5.5 + parent: 2 + - uid: 5226 + components: + - type: Transform + pos: 30.5,-4.5 + parent: 2 + - uid: 5227 + components: + - type: Transform + pos: 29.5,-4.5 + parent: 2 + - uid: 5228 + components: + - type: Transform + pos: 28.5,-4.5 + parent: 2 + - uid: 5229 + components: + - type: Transform + pos: 28.5,-5.5 + parent: 2 + - uid: 5230 + components: + - type: Transform + pos: 15.5,-7.5 + parent: 2 + - uid: 5231 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 2 + - uid: 5232 + components: + - type: Transform + pos: 35.5,-6.5 + parent: 2 + - uid: 5233 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 2 + - uid: 5234 + components: + - type: Transform + pos: 35.5,-8.5 + parent: 2 + - uid: 5235 + components: + - type: Transform + pos: 23.5,-9.5 + parent: 2 + - uid: 5236 + components: + - type: Transform + pos: 24.5,-9.5 + parent: 2 + - uid: 5237 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 2 + - uid: 5238 + components: + - type: Transform + pos: 24.5,-11.5 + parent: 2 + - uid: 5239 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 2 + - uid: 5240 + components: + - type: Transform + pos: 24.5,-13.5 + parent: 2 + - uid: 5241 + components: + - type: Transform + pos: 24.5,-14.5 + parent: 2 + - uid: 5242 + components: + - type: Transform + pos: 25.5,-14.5 + parent: 2 + - uid: 5243 + components: + - type: Transform + pos: 26.5,-14.5 + parent: 2 + - uid: 5244 + components: + - type: Transform + pos: 27.5,-14.5 + parent: 2 + - uid: 5245 + components: + - type: Transform + pos: 28.5,-14.5 + parent: 2 + - uid: 5246 + components: + - type: Transform + pos: 26.5,-13.5 + parent: 2 + - uid: 5247 + components: + - type: Transform + pos: 26.5,-12.5 + parent: 2 + - uid: 5248 + components: + - type: Transform + pos: 26.5,-11.5 + parent: 2 + - uid: 5249 + components: + - type: Transform + pos: 28.5,-13.5 + parent: 2 + - uid: 5250 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 + - uid: 5251 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 2 + - uid: 5252 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 2 + - uid: 5253 + components: + - type: Transform + pos: 31.5,-12.5 + parent: 2 + - uid: 5254 + components: + - type: Transform + pos: 32.5,-12.5 + parent: 2 + - uid: 5255 + components: + - type: Transform + pos: 33.5,-12.5 + parent: 2 + - uid: 5256 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 2 + - uid: 5257 + components: + - type: Transform + pos: 35.5,-12.5 + parent: 2 + - uid: 5258 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 2 + - uid: 5259 + components: + - type: Transform + pos: 35.5,-10.5 + parent: 2 + - uid: 5260 + components: + - type: Transform + pos: 34.5,-10.5 + parent: 2 + - uid: 5261 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 + - uid: 5262 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 + - uid: 5263 + components: + - type: Transform + pos: -33.5,-38.5 + parent: 2 + - uid: 5264 + components: + - type: Transform + pos: -33.5,-39.5 + parent: 2 + - uid: 5265 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 + - uid: 5266 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 5267 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - uid: 5268 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - uid: 5269 + components: + - type: Transform + pos: -33.5,-24.5 + parent: 2 + - uid: 5270 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 5271 + components: + - type: Transform + pos: -33.5,-26.5 + parent: 2 + - uid: 5272 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 + - uid: 5273 + components: + - type: Transform + pos: -33.5,-28.5 + parent: 2 + - uid: 5274 + components: + - type: Transform + pos: -33.5,-29.5 + parent: 2 + - uid: 5275 + components: + - type: Transform + pos: -33.5,-30.5 + parent: 2 + - uid: 5276 + components: + - type: Transform + pos: -33.5,-31.5 + parent: 2 + - uid: 5277 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 2 + - uid: 5278 + components: + - type: Transform + pos: -33.5,-33.5 + parent: 2 + - uid: 5279 + components: + - type: Transform + pos: -33.5,-34.5 + parent: 2 + - uid: 5280 + components: + - type: Transform + pos: -33.5,-35.5 + parent: 2 + - uid: 5281 + components: + - type: Transform + pos: -33.5,-36.5 + parent: 2 + - uid: 5282 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 2 + - uid: 5283 + components: + - type: Transform + pos: -32.5,-39.5 + parent: 2 + - uid: 5284 + components: + - type: Transform + pos: -31.5,-39.5 + parent: 2 + - uid: 5285 + components: + - type: Transform + pos: -30.5,-39.5 + parent: 2 + - uid: 5286 + components: + - type: Transform + pos: -29.5,-39.5 + parent: 2 + - uid: 5287 + components: + - type: Transform + pos: -28.5,-39.5 + parent: 2 + - uid: 5288 + components: + - type: Transform + pos: -27.5,-39.5 + parent: 2 + - uid: 5289 + components: + - type: Transform + pos: -26.5,-39.5 + parent: 2 + - uid: 5290 + components: + - type: Transform + pos: -25.5,-39.5 + parent: 2 + - uid: 5291 + components: + - type: Transform + pos: -24.5,-39.5 + parent: 2 + - uid: 5292 + components: + - type: Transform + pos: -23.5,-39.5 + parent: 2 + - uid: 5293 + components: + - type: Transform + pos: -22.5,-39.5 + parent: 2 + - uid: 5294 + components: + - type: Transform + pos: -35.5,-22.5 + parent: 2 + - uid: 5295 + components: + - type: Transform + pos: -36.5,-22.5 + parent: 2 + - uid: 5296 + components: + - type: Transform + pos: -37.5,-22.5 + parent: 2 + - uid: 5297 + components: + - type: Transform + pos: -38.5,-22.5 + parent: 2 + - uid: 5298 + components: + - type: Transform + pos: -39.5,-22.5 + parent: 2 + - uid: 5299 + components: + - type: Transform + pos: -40.5,-22.5 + parent: 2 + - uid: 5300 + components: + - type: Transform + pos: -41.5,-22.5 + parent: 2 + - uid: 5301 + components: + - type: Transform + pos: -42.5,-22.5 + parent: 2 + - uid: 5302 + components: + - type: Transform + pos: -43.5,-22.5 + parent: 2 + - uid: 5304 + components: + - type: Transform + pos: -43.5,-20.5 + parent: 2 + - uid: 5305 + components: + - type: Transform + pos: -43.5,-19.5 + parent: 2 + - uid: 5306 + components: + - type: Transform + pos: -43.5,-18.5 + parent: 2 + - uid: 5307 + components: + - type: Transform + pos: -43.5,-17.5 + parent: 2 + - uid: 5308 + components: + - type: Transform + pos: -43.5,-16.5 + parent: 2 + - uid: 5309 + components: + - type: Transform + pos: -43.5,-15.5 + parent: 2 + - uid: 5310 + components: + - type: Transform + pos: -43.5,-14.5 + parent: 2 + - uid: 5311 + components: + - type: Transform + pos: -43.5,-13.5 + parent: 2 + - uid: 5312 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 2 + - uid: 5313 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 2 + - uid: 5314 + components: + - type: Transform + pos: -43.5,-10.5 + parent: 2 + - uid: 5315 + components: + - type: Transform + pos: -43.5,-9.5 + parent: 2 + - uid: 5316 + components: + - type: Transform + pos: -43.5,-8.5 + parent: 2 + - uid: 5317 + components: + - type: Transform + pos: -43.5,-7.5 + parent: 2 + - uid: 5318 + components: + - type: Transform + pos: -43.5,-6.5 + parent: 2 + - uid: 5319 + components: + - type: Transform + pos: -43.5,-5.5 + parent: 2 + - uid: 5320 + components: + - type: Transform + pos: -43.5,-4.5 + parent: 2 + - uid: 5321 + components: + - type: Transform + pos: -43.5,-3.5 + parent: 2 + - uid: 5322 + components: + - type: Transform + pos: -43.5,-2.5 + parent: 2 + - uid: 5323 + components: + - type: Transform + pos: -43.5,-1.5 + parent: 2 + - uid: 5324 + components: + - type: Transform + pos: -43.5,-0.5 + parent: 2 + - uid: 5325 + components: + - type: Transform + pos: -43.5,0.5 + parent: 2 + - uid: 5326 + components: + - type: Transform + pos: -43.5,1.5 + parent: 2 + - uid: 5327 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 2 + - uid: 5328 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 2 + - uid: 5329 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 5330 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - uid: 5331 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 5332 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 2 + - uid: 5333 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 + - uid: 5334 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 2 + - uid: 5335 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 2 + - uid: 5336 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - uid: 5337 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 2 + - uid: 5338 + components: + - type: Transform + pos: -42.5,-0.5 + parent: 2 + - uid: 5339 + components: + - type: Transform + pos: -41.5,-0.5 + parent: 2 + - uid: 5340 + components: + - type: Transform + pos: -40.5,-0.5 + parent: 2 + - uid: 5341 + components: + - type: Transform + pos: -39.5,-0.5 + parent: 2 + - uid: 5342 + components: + - type: Transform + pos: -38.5,-0.5 + parent: 2 + - uid: 5343 + components: + - type: Transform + pos: -37.5,-0.5 + parent: 2 + - uid: 5344 + components: + - type: Transform + pos: -36.5,-0.5 + parent: 2 + - uid: 5345 + components: + - type: Transform + pos: -35.5,-0.5 + parent: 2 + - uid: 5346 + components: + - type: Transform + pos: -34.5,-0.5 + parent: 2 + - uid: 5347 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 + - uid: 5348 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 2 + - uid: 5349 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 2 + - uid: 5350 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 2 + - uid: 5351 + components: + - type: Transform + pos: -29.5,-0.5 + parent: 2 + - uid: 5352 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 2 + - uid: 5353 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 2 + - uid: 5354 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 2 + - uid: 5355 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 2 + - uid: 5356 + components: + - type: Transform + pos: -24.5,-1.5 + parent: 2 + - uid: 5357 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 2 + - uid: 5358 + components: + - type: Transform + pos: -24.5,-3.5 + parent: 2 + - uid: 5359 + components: + - type: Transform + pos: -24.5,0.5 + parent: 2 + - uid: 5360 + components: + - type: Transform + pos: -24.5,1.5 + parent: 2 + - uid: 5361 + components: + - type: Transform + pos: -24.5,2.5 + parent: 2 + - uid: 5362 + components: + - type: Transform + pos: -44.5,-11.5 + parent: 2 + - uid: 5363 + components: + - type: Transform + pos: -45.5,-11.5 + parent: 2 + - uid: 5364 + components: + - type: Transform + pos: -46.5,-11.5 + parent: 2 + - uid: 5365 + components: + - type: Transform + pos: -43.5,2.5 + parent: 2 + - uid: 5366 + components: + - type: Transform + pos: -43.5,3.5 + parent: 2 + - uid: 5367 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 + - uid: 5368 + components: + - type: Transform + pos: -44.5,4.5 + parent: 2 + - uid: 5369 + components: + - type: Transform + pos: -44.5,5.5 + parent: 2 + - uid: 5370 + components: + - type: Transform + pos: -44.5,6.5 + parent: 2 + - uid: 5371 + components: + - type: Transform + pos: -42.5,2.5 + parent: 2 + - uid: 5372 + components: + - type: Transform + pos: -41.5,2.5 + parent: 2 + - uid: 5373 + components: + - type: Transform + pos: -40.5,2.5 + parent: 2 + - uid: 5374 + components: + - type: Transform + pos: -38.5,0.5 + parent: 2 + - uid: 5375 + components: + - type: Transform + pos: -38.5,1.5 + parent: 2 + - uid: 5376 + components: + - type: Transform + pos: -38.5,2.5 + parent: 2 + - uid: 5377 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 + - uid: 5378 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 5379 + components: + - type: Transform + pos: -46.5,0.5 + parent: 2 + - uid: 5380 + components: + - type: Transform + pos: -47.5,0.5 + parent: 2 + - uid: 5381 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 + - uid: 5382 + components: + - type: Transform + pos: -46.5,2.5 + parent: 2 + - uid: 5383 + components: + - type: Transform + pos: -42.5,-8.5 + parent: 2 + - uid: 5384 + components: + - type: Transform + pos: -41.5,-8.5 + parent: 2 + - uid: 5385 + components: + - type: Transform + pos: -40.5,-8.5 + parent: 2 + - uid: 5386 + components: + - type: Transform + pos: -39.5,-8.5 + parent: 2 + - uid: 5387 + components: + - type: Transform + pos: -38.5,-8.5 + parent: 2 + - uid: 5388 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 + - uid: 5389 + components: + - type: Transform + pos: -38.5,-10.5 + parent: 2 + - uid: 5390 + components: + - type: Transform + pos: -38.5,-11.5 + parent: 2 + - uid: 5391 + components: + - type: Transform + pos: -39.5,-11.5 + parent: 2 + - uid: 5392 + components: + - type: Transform + pos: -40.5,-11.5 + parent: 2 + - uid: 5393 + components: + - type: Transform + pos: -40.5,-12.5 + parent: 2 + - uid: 5394 + components: + - type: Transform + pos: -37.5,-11.5 + parent: 2 + - uid: 5395 + components: + - type: Transform + pos: -36.5,-11.5 + parent: 2 + - uid: 5396 + components: + - type: Transform + pos: -35.5,-11.5 + parent: 2 + - uid: 5397 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 5398 + components: + - type: Transform + pos: -34.5,-12.5 + parent: 2 + - uid: 5399 + components: + - type: Transform + pos: -34.5,-13.5 + parent: 2 + - uid: 5400 + components: + - type: Transform + pos: -34.5,-14.5 + parent: 2 + - uid: 5401 + components: + - type: Transform + pos: -33.5,-14.5 + parent: 2 + - uid: 5402 + components: + - type: Transform + pos: -32.5,-14.5 + parent: 2 + - uid: 5403 + components: + - type: Transform + pos: -32.5,-13.5 + parent: 2 + - uid: 5404 + components: + - type: Transform + pos: -32.5,-12.5 + parent: 2 + - uid: 5405 + components: + - type: Transform + pos: -32.5,-11.5 + parent: 2 + - uid: 5406 + components: + - type: Transform + pos: -31.5,-11.5 + parent: 2 + - uid: 5407 + components: + - type: Transform + pos: -30.5,-11.5 + parent: 2 + - uid: 5408 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 + - uid: 5409 + components: + - type: Transform + pos: -40.5,-6.5 + parent: 2 + - uid: 5410 + components: + - type: Transform + pos: -40.5,-5.5 + parent: 2 + - uid: 5411 + components: + - type: Transform + pos: -40.5,-4.5 + parent: 2 + - uid: 5412 + components: + - type: Transform + pos: -39.5,-4.5 + parent: 2 + - uid: 5413 + components: + - type: Transform + pos: -38.5,-4.5 + parent: 2 + - uid: 5414 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 2 + - uid: 5415 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 + - uid: 5416 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 5417 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - uid: 5418 + components: + - type: Transform + pos: -19.5,-6.5 + parent: 2 + - uid: 5419 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 + - uid: 5420 + components: + - type: Transform + pos: -17.5,-6.5 + parent: 2 + - uid: 5421 + components: + - type: Transform + pos: -16.5,-6.5 + parent: 2 + - uid: 5422 + components: + - type: Transform + pos: -16.5,-5.5 + parent: 2 + - uid: 5423 + components: + - type: Transform + pos: -16.5,-4.5 + parent: 2 + - uid: 5424 + components: + - type: Transform + pos: -15.5,-4.5 + parent: 2 + - uid: 5425 + components: + - type: Transform + pos: -14.5,-4.5 + parent: 2 + - uid: 5426 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 2 + - uid: 5427 + components: + - type: Transform + pos: -15.5,-7.5 + parent: 2 + - uid: 5428 + components: + - type: Transform + pos: -14.5,-7.5 + parent: 2 + - uid: 5429 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 2 + - uid: 5430 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 + - uid: 5431 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - uid: 5432 + components: + - type: Transform + pos: -25.5,-6.5 + parent: 2 + - uid: 5433 + components: + - type: Transform + pos: -26.5,-6.5 + parent: 2 + - uid: 5434 + components: + - type: Transform + pos: -27.5,-6.5 + parent: 2 + - uid: 5435 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 2 + - uid: 5436 + components: + - type: Transform + pos: -29.5,-6.5 + parent: 2 + - uid: 5437 + components: + - type: Transform + pos: -30.5,-6.5 + parent: 2 + - uid: 5438 + components: + - type: Transform + pos: -31.5,-6.5 + parent: 2 + - uid: 5439 + components: + - type: Transform + pos: -32.5,-6.5 + parent: 2 + - uid: 5440 + components: + - type: Transform + pos: -32.5,-5.5 + parent: 2 + - uid: 5441 + components: + - type: Transform + pos: -32.5,-4.5 + parent: 2 + - uid: 5442 + components: + - type: Transform + pos: -33.5,-4.5 + parent: 2 + - uid: 5443 + components: + - type: Transform + pos: -34.5,-4.5 + parent: 2 + - uid: 5444 + components: + - type: Transform + pos: -32.5,-7.5 + parent: 2 + - uid: 5445 + components: + - type: Transform + pos: -33.5,-7.5 + parent: 2 + - uid: 5446 + components: + - type: Transform + pos: -34.5,-7.5 + parent: 2 + - uid: 5447 + components: + - type: Transform + pos: -27.5,-7.5 + parent: 2 + - uid: 5448 + components: + - type: Transform + pos: -27.5,-8.5 + parent: 2 + - uid: 5449 + components: + - type: Transform + pos: -27.5,-9.5 + parent: 2 + - uid: 5450 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 2 + - uid: 5451 + components: + - type: Transform + pos: -27.5,-11.5 + parent: 2 + - uid: 5452 + components: + - type: Transform + pos: -27.5,-12.5 + parent: 2 + - uid: 5453 + components: + - type: Transform + pos: -27.5,-13.5 + parent: 2 + - uid: 5454 + components: + - type: Transform + pos: -26.5,-12.5 + parent: 2 + - uid: 5455 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - uid: 5456 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 5457 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 + - uid: 5458 + components: + - type: Transform + pos: -24.5,-13.5 + parent: 2 + - uid: 5459 + components: + - type: Transform + pos: -24.5,-14.5 + parent: 2 + - uid: 5460 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 5461 + components: + - type: Transform + pos: -24.5,-16.5 + parent: 2 + - uid: 5462 + components: + - type: Transform + pos: -24.5,-17.5 + parent: 2 + - uid: 5463 + components: + - type: Transform + pos: -24.5,-18.5 + parent: 2 + - uid: 5464 + components: + - type: Transform + pos: -25.5,-18.5 + parent: 2 + - uid: 5465 + components: + - type: Transform + pos: -26.5,-18.5 + parent: 2 + - uid: 5466 + components: + - type: Transform + pos: -23.5,-18.5 + parent: 2 + - uid: 5467 + components: + - type: Transform + pos: -24.5,-7.5 + parent: 2 + - uid: 5468 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 5469 + components: + - type: Transform + pos: -30.5,9.5 + parent: 2 + - uid: 5470 + components: + - type: Transform + pos: -30.5,8.5 + parent: 2 + - uid: 5471 + components: + - type: Transform + pos: -30.5,7.5 + parent: 2 + - uid: 5472 + components: + - type: Transform + pos: -30.5,6.5 + parent: 2 + - uid: 5473 + components: + - type: Transform + pos: -30.5,5.5 + parent: 2 + - uid: 5474 + components: + - type: Transform + pos: -31.5,5.5 + parent: 2 + - uid: 5475 + components: + - type: Transform + pos: -32.5,5.5 + parent: 2 + - uid: 5476 + components: + - type: Transform + pos: -33.5,5.5 + parent: 2 + - uid: 5477 + components: + - type: Transform + pos: -34.5,5.5 + parent: 2 + - uid: 5478 + components: + - type: Transform + pos: -35.5,5.5 + parent: 2 + - uid: 5479 + components: + - type: Transform + pos: -36.5,5.5 + parent: 2 + - uid: 5480 + components: + - type: Transform + pos: -35.5,4.5 + parent: 2 + - uid: 5481 + components: + - type: Transform + pos: -35.5,3.5 + parent: 2 + - uid: 5482 + components: + - type: Transform + pos: -35.5,6.5 + parent: 2 + - uid: 5483 + components: + - type: Transform + pos: -35.5,7.5 + parent: 2 + - uid: 5484 + components: + - type: Transform + pos: -33.5,6.5 + parent: 2 + - uid: 5485 + components: + - type: Transform + pos: -33.5,7.5 + parent: 2 + - uid: 5486 + components: + - type: Transform + pos: -36.5,7.5 + parent: 2 + - uid: 5487 + components: + - type: Transform + pos: -37.5,7.5 + parent: 2 + - uid: 5488 + components: + - type: Transform + pos: -38.5,7.5 + parent: 2 + - uid: 5489 + components: + - type: Transform + pos: -39.5,7.5 + parent: 2 + - uid: 5490 + components: + - type: Transform + pos: -40.5,7.5 + parent: 2 + - uid: 5491 + components: + - type: Transform + pos: -40.5,6.5 + parent: 2 + - uid: 5492 + components: + - type: Transform + pos: -40.5,5.5 + parent: 2 + - uid: 5493 + components: + - type: Transform + pos: -29.5,5.5 + parent: 2 + - uid: 5494 + components: + - type: Transform + pos: -28.5,5.5 + parent: 2 + - uid: 5495 + components: + - type: Transform + pos: -27.5,5.5 + parent: 2 + - uid: 5496 + components: + - type: Transform + pos: -26.5,5.5 + parent: 2 + - uid: 5497 + components: + - type: Transform + pos: -25.5,5.5 + parent: 2 + - uid: 5498 + components: + - type: Transform + pos: -24.5,5.5 + parent: 2 + - uid: 5499 + components: + - type: Transform + pos: -23.5,5.5 + parent: 2 + - uid: 5500 + components: + - type: Transform + pos: -22.5,5.5 + parent: 2 + - uid: 5501 + components: + - type: Transform + pos: -21.5,5.5 + parent: 2 + - uid: 5502 + components: + - type: Transform + pos: -20.5,5.5 + parent: 2 + - uid: 5503 + components: + - type: Transform + pos: -19.5,5.5 + parent: 2 + - uid: 5504 + components: + - type: Transform + pos: -18.5,5.5 + parent: 2 + - uid: 5505 + components: + - type: Transform + pos: -17.5,5.5 + parent: 2 + - uid: 5506 + components: + - type: Transform + pos: -16.5,5.5 + parent: 2 + - uid: 5507 + components: + - type: Transform + pos: -15.5,5.5 + parent: 2 + - uid: 5508 + components: + - type: Transform + pos: -14.5,5.5 + parent: 2 + - uid: 5509 + components: + - type: Transform + pos: -15.5,6.5 + parent: 2 + - uid: 5510 + components: + - type: Transform + pos: -15.5,7.5 + parent: 2 + - uid: 5511 + components: + - type: Transform + pos: -15.5,8.5 + parent: 2 + - uid: 5512 + components: + - type: Transform + pos: -13.5,5.5 + parent: 2 + - uid: 5513 + components: + - type: Transform + pos: -24.5,6.5 + parent: 2 + - uid: 5514 + components: + - type: Transform + pos: -24.5,7.5 + parent: 2 + - uid: 5515 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 5516 + components: + - type: Transform + pos: -24.5,9.5 + parent: 2 + - uid: 5517 + components: + - type: Transform + pos: -23.5,9.5 + parent: 2 + - uid: 5518 + components: + - type: Transform + pos: -22.5,9.5 + parent: 2 + - uid: 5519 + components: + - type: Transform + pos: -21.5,9.5 + parent: 2 + - uid: 5520 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - uid: 5521 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 + - uid: 5522 + components: + - type: Transform + pos: -21.5,12.5 + parent: 2 + - uid: 5523 + components: + - type: Transform + pos: -21.5,13.5 + parent: 2 + - uid: 5524 + components: + - type: Transform + pos: -22.5,13.5 + parent: 2 + - uid: 5525 + components: + - type: Transform + pos: -25.5,9.5 + parent: 2 + - uid: 5526 + components: + - type: Transform + pos: -26.5,9.5 + parent: 2 + - uid: 5527 + components: + - type: Transform + pos: -27.5,9.5 + parent: 2 + - uid: 5528 + components: + - type: Transform + pos: -27.5,10.5 + parent: 2 + - uid: 5529 + components: + - type: Transform + pos: -27.5,11.5 + parent: 2 + - uid: 5530 + components: + - type: Transform + pos: -27.5,12.5 + parent: 2 + - uid: 5531 + components: + - type: Transform + pos: -27.5,13.5 + parent: 2 + - uid: 5532 + components: + - type: Transform + pos: -26.5,13.5 + parent: 2 + - uid: 5533 + components: + - type: Transform + pos: -27.5,14.5 + parent: 2 + - uid: 5534 + components: + - type: Transform + pos: -27.5,15.5 + parent: 2 + - uid: 5535 + components: + - type: Transform + pos: -27.5,16.5 + parent: 2 + - uid: 5536 + components: + - type: Transform + pos: -26.5,16.5 + parent: 2 + - uid: 5537 + components: + - type: Transform + pos: -25.5,16.5 + parent: 2 + - uid: 5538 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 + - uid: 5539 + components: + - type: Transform + pos: -23.5,16.5 + parent: 2 + - uid: 5540 + components: + - type: Transform + pos: -22.5,16.5 + parent: 2 + - uid: 5541 + components: + - type: Transform + pos: -21.5,16.5 + parent: 2 + - uid: 5542 + components: + - type: Transform + pos: -20.5,16.5 + parent: 2 + - uid: 5543 + components: + - type: Transform + pos: -19.5,16.5 + parent: 2 + - uid: 5544 + components: + - type: Transform + pos: -20.5,11.5 + parent: 2 + - uid: 5545 + components: + - type: Transform + pos: -19.5,11.5 + parent: 2 + - uid: 5546 + components: + - type: Transform + pos: -18.5,11.5 + parent: 2 + - uid: 5547 + components: + - type: Transform + pos: -17.5,11.5 + parent: 2 + - uid: 5548 + components: + - type: Transform + pos: -16.5,11.5 + parent: 2 + - uid: 5549 + components: + - type: Transform + pos: -15.5,11.5 + parent: 2 + - uid: 5550 + components: + - type: Transform + pos: -16.5,12.5 + parent: 2 + - uid: 5551 + components: + - type: Transform + pos: -16.5,13.5 + parent: 2 + - uid: 5552 + components: + - type: Transform + pos: -16.5,14.5 + parent: 2 + - uid: 5553 + components: + - type: Transform + pos: -28.5,11.5 + parent: 2 + - uid: 5554 + components: + - type: Transform + pos: -29.5,11.5 + parent: 2 + - uid: 5555 + components: + - type: Transform + pos: -30.5,11.5 + parent: 2 + - uid: 5556 + components: + - type: Transform + pos: -31.5,11.5 + parent: 2 + - uid: 5557 + components: + - type: Transform + pos: -32.5,11.5 + parent: 2 + - uid: 5558 + components: + - type: Transform + pos: -33.5,11.5 + parent: 2 + - uid: 5559 + components: + - type: Transform + pos: -34.5,11.5 + parent: 2 + - uid: 5560 + components: + - type: Transform + pos: -34.5,12.5 + parent: 2 + - uid: 5561 + components: + - type: Transform + pos: -34.5,13.5 + parent: 2 + - uid: 5562 + components: + - type: Transform + pos: -34.5,14.5 + parent: 2 + - uid: 5563 + components: + - type: Transform + pos: -33.5,14.5 + parent: 2 + - uid: 5564 + components: + - type: Transform + pos: -32.5,14.5 + parent: 2 + - uid: 5565 + components: + - type: Transform + pos: -31.5,14.5 + parent: 2 + - uid: 5566 + components: + - type: Transform + pos: -35.5,12.5 + parent: 2 + - uid: 5567 + components: + - type: Transform + pos: -36.5,12.5 + parent: 2 + - uid: 5568 + components: + - type: Transform + pos: -37.5,12.5 + parent: 2 + - uid: 5569 + components: + - type: Transform + pos: -38.5,12.5 + parent: 2 + - uid: 5570 + components: + - type: Transform + pos: -39.5,12.5 + parent: 2 + - uid: 5571 + components: + - type: Transform + pos: -40.5,12.5 + parent: 2 + - uid: 5572 + components: + - type: Transform + pos: -40.5,11.5 + parent: 2 + - uid: 5573 + components: + - type: Transform + pos: -40.5,10.5 + parent: 2 + - uid: 5574 + components: + - type: Transform + pos: -40.5,13.5 + parent: 2 + - uid: 5575 + components: + - type: Transform + pos: -38.5,11.5 + parent: 2 + - uid: 5576 + components: + - type: Transform + pos: -38.5,10.5 + parent: 2 + - uid: 5577 + components: + - type: Transform + pos: -41.5,11.5 + parent: 2 + - uid: 5578 + components: + - type: Transform + pos: -42.5,11.5 + parent: 2 + - uid: 5579 + components: + - type: Transform + pos: -50.5,-7.5 + parent: 2 + - uid: 5580 + components: + - type: Transform + pos: -50.5,-8.5 + parent: 2 + - uid: 5581 + components: + - type: Transform + pos: -50.5,-9.5 + parent: 2 + - uid: 5582 + components: + - type: Transform + pos: -50.5,-10.5 + parent: 2 + - uid: 5583 + components: + - type: Transform + pos: -50.5,-11.5 + parent: 2 + - uid: 5584 + components: + - type: Transform + pos: -49.5,-11.5 + parent: 2 + - uid: 5585 + components: + - type: Transform + pos: -51.5,-9.5 + parent: 2 + - uid: 5586 + components: + - type: Transform + pos: -52.5,-9.5 + parent: 2 + - uid: 5587 + components: + - type: Transform + pos: -53.5,-9.5 + parent: 2 + - uid: 5588 + components: + - type: Transform + pos: -54.5,-9.5 + parent: 2 + - uid: 5589 + components: + - type: Transform + pos: -55.5,-9.5 + parent: 2 + - uid: 5590 + components: + - type: Transform + pos: -56.5,-9.5 + parent: 2 + - uid: 5591 + components: + - type: Transform + pos: -56.5,-13.5 + parent: 2 + - uid: 5592 + components: + - type: Transform + pos: -55.5,-13.5 + parent: 2 + - uid: 5593 + components: + - type: Transform + pos: -54.5,-13.5 + parent: 2 + - uid: 5594 + components: + - type: Transform + pos: -53.5,-13.5 + parent: 2 + - uid: 5595 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - uid: 5596 + components: + - type: Transform + pos: -51.5,-13.5 + parent: 2 + - uid: 5597 + components: + - type: Transform + pos: -50.5,-13.5 + parent: 2 + - uid: 5598 + components: + - type: Transform + pos: -50.5,-12.5 + parent: 2 + - uid: 5599 + components: + - type: Transform + pos: -53.5,-14.5 + parent: 2 + - uid: 5600 + components: + - type: Transform + pos: -53.5,-15.5 + parent: 2 + - uid: 5601 + components: + - type: Transform + pos: -53.5,-16.5 + parent: 2 + - uid: 5602 + components: + - type: Transform + pos: -53.5,-17.5 + parent: 2 + - uid: 5603 + components: + - type: Transform + pos: -53.5,-18.5 + parent: 2 + - uid: 5604 + components: + - type: Transform + pos: -53.5,-19.5 + parent: 2 + - uid: 5605 + components: + - type: Transform + pos: -53.5,-20.5 + parent: 2 + - uid: 5606 + components: + - type: Transform + pos: -52.5,-18.5 + parent: 2 + - uid: 5607 + components: + - type: Transform + pos: -51.5,-18.5 + parent: 2 + - uid: 5608 + components: + - type: Transform + pos: -50.5,-18.5 + parent: 2 + - uid: 5609 + components: + - type: Transform + pos: -49.5,-18.5 + parent: 2 + - uid: 5610 + components: + - type: Transform + pos: -49.5,-19.5 + parent: 2 + - uid: 5611 + components: + - type: Transform + pos: -49.5,-20.5 + parent: 2 + - uid: 5612 + components: + - type: Transform + pos: -49.5,-21.5 + parent: 2 + - uid: 5613 + components: + - type: Transform + pos: -50.5,-21.5 + parent: 2 + - uid: 5614 + components: + - type: Transform + pos: -51.5,-21.5 + parent: 2 + - uid: 5615 + components: + - type: Transform + pos: -53.5,-21.5 + parent: 2 + - uid: 5616 + components: + - type: Transform + pos: -53.5,-22.5 + parent: 2 + - uid: 5617 + components: + - type: Transform + pos: -53.5,-23.5 + parent: 2 + - uid: 5618 + components: + - type: Transform + pos: -53.5,-24.5 + parent: 2 + - uid: 5619 + components: + - type: Transform + pos: -53.5,-25.5 + parent: 2 + - uid: 5620 + components: + - type: Transform + pos: -53.5,-26.5 + parent: 2 + - uid: 5621 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - uid: 5622 + components: + - type: Transform + pos: -52.5,-26.5 + parent: 2 + - uid: 5623 + components: + - type: Transform + pos: -51.5,-26.5 + parent: 2 + - uid: 5624 + components: + - type: Transform + pos: -50.5,-26.5 + parent: 2 + - uid: 5625 + components: + - type: Transform + pos: -49.5,-26.5 + parent: 2 + - uid: 5626 + components: + - type: Transform + pos: -53.5,-8.5 + parent: 2 + - uid: 5627 + components: + - type: Transform + pos: -53.5,-7.5 + parent: 2 + - uid: 5628 + components: + - type: Transform + pos: -53.5,-6.5 + parent: 2 + - uid: 5629 + components: + - type: Transform + pos: -53.5,-5.5 + parent: 2 + - uid: 5630 + components: + - type: Transform + pos: -53.5,-4.5 + parent: 2 + - uid: 5631 + components: + - type: Transform + pos: -53.5,-3.5 + parent: 2 + - uid: 5632 + components: + - type: Transform + pos: -53.5,-2.5 + parent: 2 + - uid: 5633 + components: + - type: Transform + pos: -53.5,-1.5 + parent: 2 + - uid: 5634 + components: + - type: Transform + pos: -53.5,-0.5 + parent: 2 + - uid: 5635 + components: + - type: Transform + pos: -53.5,0.5 + parent: 2 + - uid: 5636 + components: + - type: Transform + pos: -53.5,1.5 + parent: 2 + - uid: 5637 + components: + - type: Transform + pos: -53.5,2.5 + parent: 2 + - uid: 5638 + components: + - type: Transform + pos: -53.5,3.5 + parent: 2 + - uid: 5639 + components: + - type: Transform + pos: -53.5,4.5 + parent: 2 + - uid: 5640 + components: + - type: Transform + pos: -53.5,5.5 + parent: 2 + - uid: 5641 + components: + - type: Transform + pos: -52.5,3.5 + parent: 2 + - uid: 5642 + components: + - type: Transform + pos: -51.5,3.5 + parent: 2 + - uid: 5643 + components: + - type: Transform + pos: -50.5,3.5 + parent: 2 + - uid: 5644 + components: + - type: Transform + pos: -49.5,3.5 + parent: 2 + - uid: 5645 + components: + - type: Transform + pos: -52.5,-1.5 + parent: 2 + - uid: 5646 + components: + - type: Transform + pos: -51.5,-1.5 + parent: 2 + - uid: 5647 + components: + - type: Transform + pos: -50.5,-1.5 + parent: 2 + - uid: 5648 + components: + - type: Transform + pos: -50.5,-2.5 + parent: 2 + - uid: 5649 + components: + - type: Transform + pos: -50.5,-3.5 + parent: 2 + - uid: 5650 + components: + - type: Transform + pos: -52.5,-5.5 + parent: 2 + - uid: 5651 + components: + - type: Transform + pos: -51.5,-5.5 + parent: 2 + - uid: 7762 + components: + - type: Transform + pos: 1.5,37.5 + parent: 2 + - uid: 7763 + components: + - type: Transform + pos: 2.5,37.5 + parent: 2 + - uid: 7764 + components: + - type: Transform + pos: -0.5,37.5 + parent: 2 + - uid: 7765 + components: + - type: Transform + pos: -1.5,37.5 + parent: 2 + - uid: 7766 + components: + - type: Transform + pos: -2.5,37.5 + parent: 2 + - uid: 7767 + components: + - type: Transform + pos: -3.5,37.5 + parent: 2 + - uid: 7768 + components: + - type: Transform + pos: -4.5,37.5 + parent: 2 + - uid: 7769 + components: + - type: Transform + pos: -5.5,37.5 + parent: 2 + - uid: 7770 + components: + - type: Transform + pos: -6.5,37.5 + parent: 2 + - uid: 7771 + components: + - type: Transform + pos: -7.5,37.5 + parent: 2 + - uid: 7772 + components: + - type: Transform + pos: -7.5,36.5 + parent: 2 + - uid: 8653 + components: + - type: Transform + pos: -29.5,1.5 + parent: 2 + - uid: 8660 + components: + - type: Transform + pos: -32.5,1.5 + parent: 2 + - uid: 8663 + components: + - type: Transform + pos: -28.5,1.5 + parent: 2 + - uid: 8721 + components: + - type: Transform + pos: 3.5,29.5 + parent: 2 + - uid: 9015 + components: + - type: Transform + pos: -31.5,1.5 + parent: 2 + - uid: 9129 + components: + - type: Transform + pos: -27.5,17.5 + parent: 2 + - uid: 9130 + components: + - type: Transform + pos: -27.5,18.5 + parent: 2 + - uid: 9131 + components: + - type: Transform + pos: -27.5,19.5 + parent: 2 + - uid: 9132 + components: + - type: Transform + pos: -27.5,20.5 + parent: 2 + - uid: 9133 + components: + - type: Transform + pos: -26.5,20.5 + parent: 2 + - uid: 9134 + components: + - type: Transform + pos: -25.5,20.5 + parent: 2 + - uid: 9135 + components: + - type: Transform + pos: -24.5,20.5 + parent: 2 + - uid: 9136 + components: + - type: Transform + pos: -23.5,20.5 + parent: 2 + - uid: 9137 + components: + - type: Transform + pos: -22.5,20.5 + parent: 2 + - uid: 9138 + components: + - type: Transform + pos: -21.5,20.5 + parent: 2 + - uid: 9139 + components: + - type: Transform + pos: -20.5,20.5 + parent: 2 + - uid: 9289 + components: + - type: Transform + pos: -28.5,0.5 + parent: 2 + - uid: 9290 + components: + - type: Transform + pos: -32.5,0.5 + parent: 2 + - uid: 9291 + components: + - type: Transform + pos: -20.5,1.5 + parent: 2 + - uid: 9292 + components: + - type: Transform + pos: -19.5,1.5 + parent: 2 + - uid: 9293 + components: + - type: Transform + pos: -16.5,1.5 + parent: 2 + - uid: 9294 + components: + - type: Transform + pos: -17.5,1.5 + parent: 2 + - uid: 9295 + components: + - type: Transform + pos: -16.5,0.5 + parent: 2 + - uid: 9296 + components: + - type: Transform + pos: -20.5,0.5 + parent: 2 + - uid: 9297 + components: + - type: Transform + pos: -22.5,3.5 + parent: 2 + - uid: 9298 + components: + - type: Transform + pos: -24.5,3.5 + parent: 2 + - uid: 9299 + components: + - type: Transform + pos: -25.5,2.5 + parent: 2 + - uid: 9300 + components: + - type: Transform + pos: -26.5,2.5 + parent: 2 + - uid: 9301 + components: + - type: Transform + pos: -22.5,2.5 + parent: 2 + - uid: 9302 + components: + - type: Transform + pos: -23.5,2.5 + parent: 2 + - uid: 9303 + components: + - type: Transform + pos: 24.5,2.5 + parent: 2 + - uid: 9304 + components: + - type: Transform + pos: 25.5,2.5 + parent: 2 + - uid: 9305 + components: + - type: Transform + pos: 25.5,3.5 + parent: 2 + - uid: 9306 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 + - uid: 9307 + components: + - type: Transform + pos: 21.5,2.5 + parent: 2 + - uid: 9308 + components: + - type: Transform + pos: 21.5,3.5 + parent: 2 + - uid: 9309 + components: + - type: Transform + pos: 24.5,-3.5 + parent: 2 + - uid: 9310 + components: + - type: Transform + pos: 24.5,-4.5 + parent: 2 + - uid: 9311 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - uid: 9312 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 + - uid: 9313 + components: + - type: Transform + pos: 46.5,-10.5 + parent: 2 + - uid: 9314 + components: + - type: Transform + pos: 46.5,-9.5 + parent: 2 + - uid: 9315 + components: + - type: Transform + pos: 47.5,-9.5 + parent: 2 + - uid: 9316 + components: + - type: Transform + pos: 47.5,-8.5 + parent: 2 + - uid: 9317 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 2 + - uid: 9318 + components: + - type: Transform + pos: 46.5,-13.5 + parent: 2 + - uid: 9319 + components: + - type: Transform + pos: 47.5,-13.5 + parent: 2 + - uid: 9320 + components: + - type: Transform + pos: 47.5,-14.5 + parent: 2 + - uid: 9321 + components: + - type: Transform + pos: -46.5,-12.5 + parent: 2 + - uid: 9322 + components: + - type: Transform + pos: -46.5,-10.5 + parent: 2 + - uid: 9323 + components: + - type: Transform + pos: -47.5,-10.5 + parent: 2 + - uid: 9324 + components: + - type: Transform + pos: -47.5,-9.5 + parent: 2 + - uid: 9325 + components: + - type: Transform + pos: -47.5,-12.5 + parent: 2 + - uid: 9326 + components: + - type: Transform + pos: -47.5,-13.5 + parent: 2 + - uid: 9327 + components: + - type: Transform + pos: -23.5,-3.5 + parent: 2 + - uid: 9328 + components: + - type: Transform + pos: -23.5,-4.5 + parent: 2 + - uid: 9329 + components: + - type: Transform + pos: -25.5,-4.5 + parent: 2 + - uid: 9330 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 2 + - uid: 9331 + components: + - type: Transform + pos: -26.5,3.5 + parent: 2 + - uid: 9389 + components: + - type: Transform + pos: -36.5,-21.5 + parent: 2 + - uid: 9390 + components: + - type: Transform + pos: -36.5,-20.5 + parent: 2 + - uid: 9391 + components: + - type: Transform + pos: -36.5,-19.5 + parent: 2 + - uid: 9392 + components: + - type: Transform + pos: -36.5,-18.5 + parent: 2 + - uid: 9393 + components: + - type: Transform + pos: -36.5,-17.5 + parent: 2 + - uid: 9394 + components: + - type: Transform + pos: -36.5,-16.5 + parent: 2 + - uid: 9395 + components: + - type: Transform + pos: -36.5,-15.5 + parent: 2 + - uid: 9396 + components: + - type: Transform + pos: -36.5,-14.5 + parent: 2 + - uid: 9397 + components: + - type: Transform + pos: -36.5,-13.5 + parent: 2 + - uid: 9398 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 2 + - uid: 9399 + components: + - type: Transform + pos: -38.5,-17.5 + parent: 2 + - uid: 9400 + components: + - type: Transform + pos: -39.5,-17.5 + parent: 2 + - uid: 9462 + components: + - type: Transform + pos: -32.5,-18.5 + parent: 2 + - uid: 9463 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 9465 + components: + - type: Transform + pos: -33.5,-18.5 + parent: 2 + - uid: 9472 + components: + - type: Transform + pos: -31.5,-18.5 + parent: 2 + - uid: 9473 + components: + - type: Transform + pos: -30.5,-18.5 + parent: 2 + - uid: 9553 + components: + - type: Transform + pos: -7.5,38.5 + parent: 2 + - uid: 9554 + components: + - type: Transform + pos: -8.5,38.5 + parent: 2 + - uid: 9555 + components: + - type: Transform + pos: -9.5,38.5 + parent: 2 + - uid: 9556 + components: + - type: Transform + pos: -7.5,35.5 + parent: 2 + - uid: 9557 + components: + - type: Transform + pos: -8.5,35.5 + parent: 2 + - uid: 9558 + components: + - type: Transform + pos: -9.5,35.5 + parent: 2 + - uid: 9569 + components: + - type: Transform + pos: 3.5,26.5 + parent: 2 + - uid: 9570 + components: + - type: Transform + pos: 4.5,26.5 + parent: 2 + - uid: 9571 + components: + - type: Transform + pos: 5.5,26.5 + parent: 2 + - uid: 9572 + components: + - type: Transform + pos: 6.5,26.5 + parent: 2 + - uid: 9573 + components: + - type: Transform + pos: 7.5,26.5 + parent: 2 + - uid: 9574 + components: + - type: Transform + pos: 7.5,25.5 + parent: 2 + - uid: 9590 + components: + - type: Transform + pos: 4.5,37.5 + parent: 2 + - uid: 9591 + components: + - type: Transform + pos: 3.5,37.5 + parent: 2 + - uid: 9594 + components: + - type: Transform + pos: 5.5,37.5 + parent: 2 + - uid: 9595 + components: + - type: Transform + pos: 6.5,37.5 + parent: 2 + - uid: 9621 + components: + - type: Transform + pos: 7.5,37.5 + parent: 2 + - uid: 9622 + components: + - type: Transform + pos: 8.5,37.5 + parent: 2 + - uid: 9623 + components: + - type: Transform + pos: 9.5,37.5 + parent: 2 +- proto: CableHV + entities: + - uid: 374 + components: + - type: Transform + pos: 1.5,17.5 + parent: 2 + - uid: 770 + components: + - type: Transform + pos: 0.5,18.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: 1.5,18.5 + parent: 2 + - uid: 3108 + components: + - type: Transform + pos: -43.5,-9.5 + parent: 2 + - uid: 3139 + components: + - type: Transform + pos: 2.5,35.5 + parent: 2 + - uid: 3142 + components: + - type: Transform + pos: 0.5,35.5 + parent: 2 + - uid: 3143 + components: + - type: Transform + pos: 0.5,34.5 + parent: 2 + - uid: 3144 + components: + - type: Transform + pos: 0.5,33.5 + parent: 2 + - uid: 3145 + components: + - type: Transform + pos: 0.5,32.5 + parent: 2 + - uid: 3146 + components: + - type: Transform + pos: 0.5,31.5 + parent: 2 + - uid: 3379 + components: + - type: Transform + pos: 0.5,30.5 + parent: 2 + - uid: 3380 + components: + - type: Transform + pos: 0.5,29.5 + parent: 2 + - uid: 3381 + components: + - type: Transform + pos: -0.5,29.5 + parent: 2 + - uid: 3382 + components: + - type: Transform + pos: -1.5,29.5 + parent: 2 + - uid: 3383 + components: + - type: Transform + pos: -2.5,29.5 + parent: 2 + - uid: 3384 + components: + - type: Transform + pos: -3.5,29.5 + parent: 2 + - uid: 3385 + components: + - type: Transform + pos: -4.5,29.5 + parent: 2 + - uid: 3386 + components: + - type: Transform + pos: -4.5,28.5 + parent: 2 + - uid: 3387 + components: + - type: Transform + pos: -4.5,27.5 + parent: 2 + - uid: 3388 + components: + - type: Transform + pos: -4.5,26.5 + parent: 2 + - uid: 3389 + components: + - type: Transform + pos: -5.5,26.5 + parent: 2 + - uid: 3390 + components: + - type: Transform + pos: -6.5,26.5 + parent: 2 + - uid: 3391 + components: + - type: Transform + pos: -7.5,26.5 + parent: 2 + - uid: 3392 + components: + - type: Transform + pos: -8.5,26.5 + parent: 2 + - uid: 3393 + components: + - type: Transform + pos: -8.5,27.5 + parent: 2 + - uid: 3394 + components: + - type: Transform + pos: -8.5,28.5 + parent: 2 + - uid: 3395 + components: + - type: Transform + pos: -8.5,29.5 + parent: 2 + - uid: 3396 + components: + - type: Transform + pos: -8.5,30.5 + parent: 2 + - uid: 3397 + components: + - type: Transform + pos: -7.5,30.5 + parent: 2 + - uid: 3398 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 3399 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 3400 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 3401 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - uid: 3402 + components: + - type: Transform + pos: -7.5,22.5 + parent: 2 + - uid: 3403 + components: + - type: Transform + pos: -6.5,22.5 + parent: 2 + - uid: 3404 + components: + - type: Transform + pos: -5.5,22.5 + parent: 2 + - uid: 3405 + components: + - type: Transform + pos: -4.5,22.5 + parent: 2 + - uid: 3406 + components: + - type: Transform + pos: -3.5,22.5 + parent: 2 + - uid: 3407 + components: + - type: Transform + pos: -2.5,22.5 + parent: 2 + - uid: 3408 + components: + - type: Transform + pos: -1.5,22.5 + parent: 2 + - uid: 3409 + components: + - type: Transform + pos: -0.5,22.5 + parent: 2 + - uid: 3410 + components: + - type: Transform + pos: -0.5,21.5 + parent: 2 + - uid: 3411 + components: + - type: Transform + pos: -0.5,20.5 + parent: 2 + - uid: 3412 + components: + - type: Transform + pos: -0.5,19.5 + parent: 2 + - uid: 3413 + components: + - type: Transform + pos: -0.5,18.5 + parent: 2 + - uid: 3414 + components: + - type: Transform + pos: -0.5,17.5 + parent: 2 + - uid: 3415 + components: + - type: Transform + pos: -0.5,16.5 + parent: 2 + - uid: 3416 + components: + - type: Transform + pos: -0.5,15.5 + parent: 2 + - uid: 3417 + components: + - type: Transform + pos: -0.5,14.5 + parent: 2 + - uid: 3418 + components: + - type: Transform + pos: -0.5,13.5 + parent: 2 + - uid: 3419 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 3420 + components: + - type: Transform + pos: -0.5,11.5 + parent: 2 + - uid: 3421 + components: + - type: Transform + pos: -0.5,10.5 + parent: 2 + - uid: 3422 + components: + - type: Transform + pos: -0.5,9.5 + parent: 2 + - uid: 3423 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 3424 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 3425 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 3426 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 3427 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 3428 + components: + - type: Transform + pos: 0.5,4.5 + parent: 2 + - uid: 3429 + components: + - type: Transform + pos: 1.5,4.5 + parent: 2 + - uid: 3430 + components: + - type: Transform + pos: 2.5,4.5 + parent: 2 + - uid: 3431 + components: + - type: Transform + pos: 3.5,4.5 + parent: 2 + - uid: 3432 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 3433 + components: + - type: Transform + pos: 4.5,3.5 + parent: 2 + - uid: 3434 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 3435 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 3436 + components: + - type: Transform + pos: 5.5,0.5 + parent: 2 + - uid: 3437 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 3438 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 3439 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 3440 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 3441 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 2 + - uid: 3442 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 3443 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 3444 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 3445 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 3446 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 3447 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 3448 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 3449 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 3450 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 3451 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 3452 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 3453 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 3454 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 3455 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 2 + - uid: 3456 + components: + - type: Transform + pos: 14.5,-0.5 + parent: 2 + - uid: 3457 + components: + - type: Transform + pos: 15.5,-0.5 + parent: 2 + - uid: 3458 + components: + - type: Transform + pos: 16.5,-0.5 + parent: 2 + - uid: 3459 + components: + - type: Transform + pos: 17.5,-0.5 + parent: 2 + - uid: 3460 + components: + - type: Transform + pos: 18.5,-0.5 + parent: 2 + - uid: 3461 + components: + - type: Transform + pos: 19.5,-0.5 + parent: 2 + - uid: 3462 + components: + - type: Transform + pos: 20.5,-0.5 + parent: 2 + - uid: 3463 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 2 + - uid: 3464 + components: + - type: Transform + pos: 22.5,-0.5 + parent: 2 + - uid: 3465 + components: + - type: Transform + pos: 23.5,-0.5 + parent: 2 + - uid: 3466 + components: + - type: Transform + pos: 24.5,-0.5 + parent: 2 + - uid: 3467 + components: + - type: Transform + pos: 25.5,-0.5 + parent: 2 + - uid: 3468 + components: + - type: Transform + pos: 26.5,-0.5 + parent: 2 + - uid: 3469 + components: + - type: Transform + pos: 27.5,-0.5 + parent: 2 + - uid: 3470 + components: + - type: Transform + pos: 28.5,-0.5 + parent: 2 + - uid: 3471 + components: + - type: Transform + pos: 28.5,0.5 + parent: 2 + - uid: 3472 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - uid: 3473 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 3474 + components: + - type: Transform + pos: 28.5,3.5 + parent: 2 + - uid: 3475 + components: + - type: Transform + pos: 29.5,3.5 + parent: 2 + - uid: 3476 + components: + - type: Transform + pos: 30.5,3.5 + parent: 2 + - uid: 3477 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 + - uid: 3478 + components: + - type: Transform + pos: 32.5,3.5 + parent: 2 + - uid: 3479 + components: + - type: Transform + pos: 33.5,3.5 + parent: 2 + - uid: 3480 + components: + - type: Transform + pos: 34.5,3.5 + parent: 2 + - uid: 3481 + components: + - type: Transform + pos: 35.5,3.5 + parent: 2 + - uid: 3482 + components: + - type: Transform + pos: 36.5,3.5 + parent: 2 + - uid: 3483 + components: + - type: Transform + pos: 37.5,3.5 + parent: 2 + - uid: 3484 + components: + - type: Transform + pos: 38.5,3.5 + parent: 2 + - uid: 3485 + components: + - type: Transform + pos: 39.5,3.5 + parent: 2 + - uid: 3486 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 3487 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 3488 + components: + - type: Transform + pos: 42.5,3.5 + parent: 2 + - uid: 3489 + components: + - type: Transform + pos: 43.5,3.5 + parent: 2 + - uid: 3490 + components: + - type: Transform + pos: 43.5,4.5 + parent: 2 + - uid: 3491 + components: + - type: Transform + pos: 43.5,5.5 + parent: 2 + - uid: 3492 + components: + - type: Transform + pos: 43.5,6.5 + parent: 2 + - uid: 3493 + components: + - type: Transform + pos: 44.5,6.5 + parent: 2 + - uid: 3494 + components: + - type: Transform + pos: 29.5,-0.5 + parent: 2 + - uid: 3495 + components: + - type: Transform + pos: 30.5,-0.5 + parent: 2 + - uid: 3496 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 2 + - uid: 3497 + components: + - type: Transform + pos: 32.5,-0.5 + parent: 2 + - uid: 3498 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 2 + - uid: 3499 + components: + - type: Transform + pos: 34.5,-0.5 + parent: 2 + - uid: 3500 + components: + - type: Transform + pos: 35.5,-0.5 + parent: 2 + - uid: 3501 + components: + - type: Transform + pos: 36.5,-0.5 + parent: 2 + - uid: 3502 + components: + - type: Transform + pos: 37.5,-0.5 + parent: 2 + - uid: 3503 + components: + - type: Transform + pos: 38.5,-0.5 + parent: 2 + - uid: 3504 + components: + - type: Transform + pos: 39.5,-0.5 + parent: 2 + - uid: 3505 + components: + - type: Transform + pos: 40.5,-0.5 + parent: 2 + - uid: 3506 + components: + - type: Transform + pos: 41.5,-0.5 + parent: 2 + - uid: 3507 + components: + - type: Transform + pos: 42.5,-0.5 + parent: 2 + - uid: 3508 + components: + - type: Transform + pos: 43.5,-0.5 + parent: 2 + - uid: 3509 + components: + - type: Transform + pos: 43.5,-1.5 + parent: 2 + - uid: 3510 + components: + - type: Transform + pos: 43.5,-2.5 + parent: 2 + - uid: 3511 + components: + - type: Transform + pos: 43.5,-3.5 + parent: 2 + - uid: 3512 + components: + - type: Transform + pos: 43.5,-4.5 + parent: 2 + - uid: 3513 + components: + - type: Transform + pos: 43.5,-5.5 + parent: 2 + - uid: 3514 + components: + - type: Transform + pos: 43.5,-6.5 + parent: 2 + - uid: 3515 + components: + - type: Transform + pos: 43.5,-7.5 + parent: 2 + - uid: 3516 + components: + - type: Transform + pos: 43.5,-8.5 + parent: 2 + - uid: 3517 + components: + - type: Transform + pos: 43.5,-9.5 + parent: 2 + - uid: 3518 + components: + - type: Transform + pos: 43.5,-10.5 + parent: 2 + - uid: 3519 + components: + - type: Transform + pos: 43.5,-11.5 + parent: 2 + - uid: 3520 + components: + - type: Transform + pos: 43.5,-12.5 + parent: 2 + - uid: 3521 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - uid: 3522 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - uid: 3523 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 + - uid: 3524 + components: + - type: Transform + pos: 35.5,-4.5 + parent: 2 + - uid: 3525 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 2 + - uid: 3526 + components: + - type: Transform + pos: 35.5,-6.5 + parent: 2 + - uid: 3527 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 2 + - uid: 3528 + components: + - type: Transform + pos: 34.5,-7.5 + parent: 2 + - uid: 3529 + components: + - type: Transform + pos: 33.5,-7.5 + parent: 2 + - uid: 3530 + components: + - type: Transform + pos: 33.5,-6.5 + parent: 2 + - uid: 3531 + components: + - type: Transform + pos: 42.5,-12.5 + parent: 2 + - uid: 3532 + components: + - type: Transform + pos: 41.5,-12.5 + parent: 2 + - uid: 3533 + components: + - type: Transform + pos: 40.5,-12.5 + parent: 2 + - uid: 3534 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 + - uid: 3535 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 3536 + components: + - type: Transform + pos: 37.5,-12.5 + parent: 2 + - uid: 3537 + components: + - type: Transform + pos: 37.5,-11.5 + parent: 2 + - uid: 3538 + components: + - type: Transform + pos: 37.5,-10.5 + parent: 2 + - uid: 3539 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 3540 + components: + - type: Transform + pos: 37.5,-8.5 + parent: 2 + - uid: 3541 + components: + - type: Transform + pos: 37.5,-7.5 + parent: 2 + - uid: 3542 + components: + - type: Transform + pos: 37.5,-6.5 + parent: 2 + - uid: 3543 + components: + - type: Transform + pos: 37.5,-5.5 + parent: 2 + - uid: 3544 + components: + - type: Transform + pos: 36.5,-5.5 + parent: 2 + - uid: 3545 + components: + - type: Transform + pos: 44.5,-0.5 + parent: 2 + - uid: 3546 + components: + - type: Transform + pos: 45.5,-0.5 + parent: 2 + - uid: 3547 + components: + - type: Transform + pos: 46.5,-0.5 + parent: 2 + - uid: 3548 + components: + - type: Transform + pos: 46.5,0.5 + parent: 2 + - uid: 3549 + components: + - type: Transform + pos: 46.5,1.5 + parent: 2 + - uid: 3550 + components: + - type: Transform + pos: 46.5,2.5 + parent: 2 + - uid: 3551 + components: + - type: Transform + pos: 46.5,3.5 + parent: 2 + - uid: 3552 + components: + - type: Transform + pos: 45.5,3.5 + parent: 2 + - uid: 3553 + components: + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 3554 + components: + - type: Transform + pos: 0.5,22.5 + parent: 2 + - uid: 3555 + components: + - type: Transform + pos: 1.5,22.5 + parent: 2 + - uid: 3556 + components: + - type: Transform + pos: 2.5,22.5 + parent: 2 + - uid: 3557 + components: + - type: Transform + pos: 2.5,23.5 + parent: 2 + - uid: 3558 + components: + - type: Transform + pos: 2.5,24.5 + parent: 2 + - uid: 3559 + components: + - type: Transform + pos: 2.5,25.5 + parent: 2 + - uid: 3560 + components: + - type: Transform + pos: 2.5,26.5 + parent: 2 + - uid: 3561 + components: + - type: Transform + pos: 2.5,27.5 + parent: 2 + - uid: 3562 + components: + - type: Transform + pos: 2.5,28.5 + parent: 2 + - uid: 3563 + components: + - type: Transform + pos: 2.5,29.5 + parent: 2 + - uid: 3564 + components: + - type: Transform + pos: 1.5,29.5 + parent: 2 + - uid: 3565 + components: + - type: Transform + pos: 43.5,-13.5 + parent: 2 + - uid: 3566 + components: + - type: Transform + pos: 43.5,-14.5 + parent: 2 + - uid: 3567 + components: + - type: Transform + pos: 43.5,-15.5 + parent: 2 + - uid: 3568 + components: + - type: Transform + pos: 43.5,-16.5 + parent: 2 + - uid: 3569 + components: + - type: Transform + pos: 43.5,-17.5 + parent: 2 + - uid: 3570 + components: + - type: Transform + pos: 43.5,-18.5 + parent: 2 + - uid: 3571 + components: + - type: Transform + pos: 43.5,-19.5 + parent: 2 + - uid: 3572 + components: + - type: Transform + pos: 43.5,-20.5 + parent: 2 + - uid: 3573 + components: + - type: Transform + pos: 43.5,-21.5 + parent: 2 + - uid: 3574 + components: + - type: Transform + pos: 43.5,-22.5 + parent: 2 + - uid: 3575 + components: + - type: Transform + pos: 42.5,-22.5 + parent: 2 + - uid: 3576 + components: + - type: Transform + pos: 41.5,-22.5 + parent: 2 + - uid: 3577 + components: + - type: Transform + pos: 40.5,-22.5 + parent: 2 + - uid: 3578 + components: + - type: Transform + pos: 39.5,-22.5 + parent: 2 + - uid: 3579 + components: + - type: Transform + pos: 38.5,-22.5 + parent: 2 + - uid: 3580 + components: + - type: Transform + pos: 37.5,-22.5 + parent: 2 + - uid: 3581 + components: + - type: Transform + pos: 36.5,-22.5 + parent: 2 + - uid: 3582 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - uid: 3583 + components: + - type: Transform + pos: 34.5,-22.5 + parent: 2 + - uid: 3584 + components: + - type: Transform + pos: 33.5,-22.5 + parent: 2 + - uid: 3585 + components: + - type: Transform + pos: 32.5,-22.5 + parent: 2 + - uid: 3586 + components: + - type: Transform + pos: 32.5,-23.5 + parent: 2 + - uid: 3587 + components: + - type: Transform + pos: 32.5,-24.5 + parent: 2 + - uid: 3588 + components: + - type: Transform + pos: 32.5,-25.5 + parent: 2 + - uid: 3589 + components: + - type: Transform + pos: 32.5,-26.5 + parent: 2 + - uid: 3590 + components: + - type: Transform + pos: 32.5,-27.5 + parent: 2 + - uid: 3591 + components: + - type: Transform + pos: 32.5,-28.5 + parent: 2 + - uid: 3592 + components: + - type: Transform + pos: 32.5,-29.5 + parent: 2 + - uid: 3593 + components: + - type: Transform + pos: 32.5,-30.5 + parent: 2 + - uid: 3594 + components: + - type: Transform + pos: 32.5,-31.5 + parent: 2 + - uid: 3595 + components: + - type: Transform + pos: 32.5,-32.5 + parent: 2 + - uid: 3596 + components: + - type: Transform + pos: 32.5,-33.5 + parent: 2 + - uid: 3597 + components: + - type: Transform + pos: 32.5,-34.5 + parent: 2 + - uid: 3598 + components: + - type: Transform + pos: 32.5,-35.5 + parent: 2 + - uid: 3599 + components: + - type: Transform + pos: 32.5,-36.5 + parent: 2 + - uid: 3600 + components: + - type: Transform + pos: 32.5,-37.5 + parent: 2 + - uid: 3601 + components: + - type: Transform + pos: 32.5,-38.5 + parent: 2 + - uid: 3602 + components: + - type: Transform + pos: 32.5,-39.5 + parent: 2 + - uid: 3603 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 2 + - uid: 3604 + components: + - type: Transform + pos: 31.5,-39.5 + parent: 2 + - uid: 3605 + components: + - type: Transform + pos: 30.5,-39.5 + parent: 2 + - uid: 3606 + components: + - type: Transform + pos: 29.5,-39.5 + parent: 2 + - uid: 3607 + components: + - type: Transform + pos: 28.5,-39.5 + parent: 2 + - uid: 3608 + components: + - type: Transform + pos: 27.5,-39.5 + parent: 2 + - uid: 3609 + components: + - type: Transform + pos: 26.5,-39.5 + parent: 2 + - uid: 3610 + components: + - type: Transform + pos: 25.5,-39.5 + parent: 2 + - uid: 3611 + components: + - type: Transform + pos: 24.5,-39.5 + parent: 2 + - uid: 3612 + components: + - type: Transform + pos: 23.5,-39.5 + parent: 2 + - uid: 3613 + components: + - type: Transform + pos: 22.5,-39.5 + parent: 2 + - uid: 3614 + components: + - type: Transform + pos: 21.5,-39.5 + parent: 2 + - uid: 3615 + components: + - type: Transform + pos: 20.5,-39.5 + parent: 2 + - uid: 3616 + components: + - type: Transform + pos: 19.5,-39.5 + parent: 2 + - uid: 3617 + components: + - type: Transform + pos: 18.5,-39.5 + parent: 2 + - uid: 3618 + components: + - type: Transform + pos: 17.5,-39.5 + parent: 2 + - uid: 3619 + components: + - type: Transform + pos: 16.5,-39.5 + parent: 2 + - uid: 3620 + components: + - type: Transform + pos: 15.5,-39.5 + parent: 2 + - uid: 3621 + components: + - type: Transform + pos: 14.5,-39.5 + parent: 2 + - uid: 3622 + components: + - type: Transform + pos: 13.5,-39.5 + parent: 2 + - uid: 3623 + components: + - type: Transform + pos: 12.5,-39.5 + parent: 2 + - uid: 3624 + components: + - type: Transform + pos: 11.5,-39.5 + parent: 2 + - uid: 3625 + components: + - type: Transform + pos: 10.5,-39.5 + parent: 2 + - uid: 3626 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 3627 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 3628 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 3629 + components: + - type: Transform + pos: -4.5,4.5 + parent: 2 + - uid: 3630 + components: + - type: Transform + pos: -5.5,4.5 + parent: 2 + - uid: 3631 + components: + - type: Transform + pos: -5.5,3.5 + parent: 2 + - uid: 3632 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 3633 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 3634 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 3635 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 3636 + components: + - type: Transform + pos: -6.5,-0.5 + parent: 2 + - uid: 3637 + components: + - type: Transform + pos: -29.5,-0.5 + parent: 2 + - uid: 3638 + components: + - type: Transform + pos: -30.5,-0.5 + parent: 2 + - uid: 3639 + components: + - type: Transform + pos: -31.5,-0.5 + parent: 2 + - uid: 3640 + components: + - type: Transform + pos: -32.5,-0.5 + parent: 2 + - uid: 3641 + components: + - type: Transform + pos: -33.5,-0.5 + parent: 2 + - uid: 3642 + components: + - type: Transform + pos: -34.5,-0.5 + parent: 2 + - uid: 3643 + components: + - type: Transform + pos: -35.5,-0.5 + parent: 2 + - uid: 3644 + components: + - type: Transform + pos: -36.5,-0.5 + parent: 2 + - uid: 3645 + components: + - type: Transform + pos: -37.5,-0.5 + parent: 2 + - uid: 3646 + components: + - type: Transform + pos: -38.5,-0.5 + parent: 2 + - uid: 3647 + components: + - type: Transform + pos: -7.5,-0.5 + parent: 2 + - uid: 3648 + components: + - type: Transform + pos: -8.5,-0.5 + parent: 2 + - uid: 3649 + components: + - type: Transform + pos: -9.5,-0.5 + parent: 2 + - uid: 3650 + components: + - type: Transform + pos: -10.5,-0.5 + parent: 2 + - uid: 3651 + components: + - type: Transform + pos: -11.5,-0.5 + parent: 2 + - uid: 3652 + components: + - type: Transform + pos: -12.5,-0.5 + parent: 2 + - uid: 3653 + components: + - type: Transform + pos: -13.5,-0.5 + parent: 2 + - uid: 3654 + components: + - type: Transform + pos: -14.5,-0.5 + parent: 2 + - uid: 3655 + components: + - type: Transform + pos: -15.5,-0.5 + parent: 2 + - uid: 3656 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 2 + - uid: 3657 + components: + - type: Transform + pos: -17.5,-0.5 + parent: 2 + - uid: 3658 + components: + - type: Transform + pos: -18.5,-0.5 + parent: 2 + - uid: 3659 + components: + - type: Transform + pos: -19.5,-0.5 + parent: 2 + - uid: 3660 + components: + - type: Transform + pos: -20.5,-0.5 + parent: 2 + - uid: 3661 + components: + - type: Transform + pos: -21.5,-0.5 + parent: 2 + - uid: 3662 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 3663 + components: + - type: Transform + pos: -23.5,-0.5 + parent: 2 + - uid: 3664 + components: + - type: Transform + pos: -24.5,-0.5 + parent: 2 + - uid: 3665 + components: + - type: Transform + pos: -25.5,-0.5 + parent: 2 + - uid: 3666 + components: + - type: Transform + pos: -26.5,-0.5 + parent: 2 + - uid: 3667 + components: + - type: Transform + pos: -27.5,-0.5 + parent: 2 + - uid: 3668 + components: + - type: Transform + pos: -28.5,-0.5 + parent: 2 + - uid: 3669 + components: + - type: Transform + pos: -38.5,0.5 + parent: 2 + - uid: 3670 + components: + - type: Transform + pos: -38.5,1.5 + parent: 2 + - uid: 3671 + components: + - type: Transform + pos: -38.5,2.5 + parent: 2 + - uid: 3672 + components: + - type: Transform + pos: -39.5,2.5 + parent: 2 + - uid: 3673 + components: + - type: Transform + pos: -40.5,2.5 + parent: 2 + - uid: 3674 + components: + - type: Transform + pos: -41.5,2.5 + parent: 2 + - uid: 3675 + components: + - type: Transform + pos: -42.5,2.5 + parent: 2 + - uid: 3676 + components: + - type: Transform + pos: -43.5,2.5 + parent: 2 + - uid: 3677 + components: + - type: Transform + pos: -44.5,2.5 + parent: 2 + - uid: 3678 + components: + - type: Transform + pos: -45.5,2.5 + parent: 2 + - uid: 3679 + components: + - type: Transform + pos: -46.5,2.5 + parent: 2 + - uid: 3680 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 + - uid: 3681 + components: + - type: Transform + pos: -46.5,0.5 + parent: 2 + - uid: 3682 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 + - uid: 3683 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 + - uid: 3684 + components: + - type: Transform + pos: -43.5,-0.5 + parent: 2 + - uid: 3685 + components: + - type: Transform + pos: -42.5,-0.5 + parent: 2 + - uid: 3686 + components: + - type: Transform + pos: -41.5,-0.5 + parent: 2 + - uid: 3687 + components: + - type: Transform + pos: -40.5,-0.5 + parent: 2 + - uid: 3688 + components: + - type: Transform + pos: -39.5,-0.5 + parent: 2 + - uid: 3689 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 3690 + components: + - type: Transform + pos: -43.5,-1.5 + parent: 2 + - uid: 3691 + components: + - type: Transform + pos: -43.5,-2.5 + parent: 2 + - uid: 3692 + components: + - type: Transform + pos: -43.5,-3.5 + parent: 2 + - uid: 3693 + components: + - type: Transform + pos: -43.5,-4.5 + parent: 2 + - uid: 3694 + components: + - type: Transform + pos: -43.5,-5.5 + parent: 2 + - uid: 3695 + components: + - type: Transform + pos: -43.5,-6.5 + parent: 2 + - uid: 3696 + components: + - type: Transform + pos: -43.5,-7.5 + parent: 2 + - uid: 3697 + components: + - type: Transform + pos: -43.5,-8.5 + parent: 2 + - uid: 3698 + components: + - type: Transform + pos: -44.5,-0.5 + parent: 2 + - uid: 3699 + components: + - type: Transform + pos: -44.5,4.5 + parent: 2 + - uid: 3700 + components: + - type: Transform + pos: -44.5,5.5 + parent: 2 + - uid: 3701 + components: + - type: Transform + pos: -44.5,6.5 + parent: 2 + - uid: 3702 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 + - uid: 3703 + components: + - type: Transform + pos: -42.5,-8.5 + parent: 2 + - uid: 3704 + components: + - type: Transform + pos: -41.5,-8.5 + parent: 2 + - uid: 3705 + components: + - type: Transform + pos: -40.5,-8.5 + parent: 2 + - uid: 3706 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 + - uid: 3707 + components: + - type: Transform + pos: -40.5,-6.5 + parent: 2 + - uid: 3708 + components: + - type: Transform + pos: -40.5,-5.5 + parent: 2 + - uid: 3709 + components: + - type: Transform + pos: -40.5,-4.5 + parent: 2 + - uid: 3710 + components: + - type: Transform + pos: -39.5,-4.5 + parent: 2 + - uid: 3711 + components: + - type: Transform + pos: -38.5,-4.5 + parent: 2 + - uid: 3712 + components: + - type: Transform + pos: -37.5,-4.5 + parent: 2 + - uid: 3713 + components: + - type: Transform + pos: -37.5,-3.5 + parent: 2 + - uid: 3714 + components: + - type: Transform + pos: -39.5,-8.5 + parent: 2 + - uid: 3715 + components: + - type: Transform + pos: -38.5,-8.5 + parent: 2 + - uid: 3716 + components: + - type: Transform + pos: -43.5,-10.5 + parent: 2 + - uid: 3717 + components: + - type: Transform + pos: -43.5,-11.5 + parent: 2 + - uid: 3718 + components: + - type: Transform + pos: -43.5,-12.5 + parent: 2 + - uid: 3719 + components: + - type: Transform + pos: -43.5,-13.5 + parent: 2 + - uid: 3720 + components: + - type: Transform + pos: -43.5,-14.5 + parent: 2 + - uid: 3721 + components: + - type: Transform + pos: -43.5,-15.5 + parent: 2 + - uid: 3722 + components: + - type: Transform + pos: -43.5,-16.5 + parent: 2 + - uid: 3723 + components: + - type: Transform + pos: -43.5,-17.5 + parent: 2 + - uid: 3724 + components: + - type: Transform + pos: -43.5,-18.5 + parent: 2 + - uid: 3725 + components: + - type: Transform + pos: -43.5,-19.5 + parent: 2 + - uid: 3726 + components: + - type: Transform + pos: -43.5,-20.5 + parent: 2 + - uid: 3727 + components: + - type: Transform + pos: -43.5,-21.5 + parent: 2 + - uid: 3728 + components: + - type: Transform + pos: -43.5,-22.5 + parent: 2 + - uid: 3729 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 2 + - uid: 3730 + components: + - type: Transform + pos: -42.5,-22.5 + parent: 2 + - uid: 3731 + components: + - type: Transform + pos: -41.5,-22.5 + parent: 2 + - uid: 3732 + components: + - type: Transform + pos: -40.5,-22.5 + parent: 2 + - uid: 3733 + components: + - type: Transform + pos: -39.5,-22.5 + parent: 2 + - uid: 3734 + components: + - type: Transform + pos: -38.5,-22.5 + parent: 2 + - uid: 3735 + components: + - type: Transform + pos: -37.5,-22.5 + parent: 2 + - uid: 3736 + components: + - type: Transform + pos: -36.5,-22.5 + parent: 2 + - uid: 3737 + components: + - type: Transform + pos: -35.5,-22.5 + parent: 2 + - uid: 3738 + components: + - type: Transform + pos: -34.5,-22.5 + parent: 2 + - uid: 3739 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - uid: 3740 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - uid: 3741 + components: + - type: Transform + pos: -33.5,-24.5 + parent: 2 + - uid: 3742 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 3743 + components: + - type: Transform + pos: -33.5,-26.5 + parent: 2 + - uid: 3744 + components: + - type: Transform + pos: -33.5,-27.5 + parent: 2 + - uid: 3745 + components: + - type: Transform + pos: -33.5,-28.5 + parent: 2 + - uid: 3746 + components: + - type: Transform + pos: -33.5,-29.5 + parent: 2 + - uid: 3747 + components: + - type: Transform + pos: -33.5,-30.5 + parent: 2 + - uid: 3748 + components: + - type: Transform + pos: -33.5,-31.5 + parent: 2 + - uid: 3749 + components: + - type: Transform + pos: -33.5,-32.5 + parent: 2 + - uid: 3750 + components: + - type: Transform + pos: -33.5,-33.5 + parent: 2 + - uid: 3751 + components: + - type: Transform + pos: -33.5,-34.5 + parent: 2 + - uid: 3752 + components: + - type: Transform + pos: -33.5,-35.5 + parent: 2 + - uid: 3753 + components: + - type: Transform + pos: -33.5,-36.5 + parent: 2 + - uid: 3754 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 2 + - uid: 3755 + components: + - type: Transform + pos: -33.5,-38.5 + parent: 2 + - uid: 3756 + components: + - type: Transform + pos: -33.5,-39.5 + parent: 2 + - uid: 3757 + components: + - type: Transform + pos: -32.5,-39.5 + parent: 2 + - uid: 3758 + components: + - type: Transform + pos: -31.5,-39.5 + parent: 2 + - uid: 3759 + components: + - type: Transform + pos: -30.5,-39.5 + parent: 2 + - uid: 3760 + components: + - type: Transform + pos: -29.5,-39.5 + parent: 2 + - uid: 3761 + components: + - type: Transform + pos: -28.5,-39.5 + parent: 2 + - uid: 3762 + components: + - type: Transform + pos: -27.5,-39.5 + parent: 2 + - uid: 3763 + components: + - type: Transform + pos: -26.5,-39.5 + parent: 2 + - uid: 3764 + components: + - type: Transform + pos: -25.5,-39.5 + parent: 2 + - uid: 3765 + components: + - type: Transform + pos: -24.5,-39.5 + parent: 2 + - uid: 3766 + components: + - type: Transform + pos: -23.5,-39.5 + parent: 2 + - uid: 3767 + components: + - type: Transform + pos: -22.5,-39.5 + parent: 2 + - uid: 3768 + components: + - type: Transform + pos: -21.5,-39.5 + parent: 2 + - uid: 3769 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 + - uid: 3770 + components: + - type: Transform + pos: -19.5,-39.5 + parent: 2 + - uid: 3771 + components: + - type: Transform + pos: -18.5,-39.5 + parent: 2 + - uid: 3772 + components: + - type: Transform + pos: -17.5,-39.5 + parent: 2 + - uid: 3773 + components: + - type: Transform + pos: -16.5,-39.5 + parent: 2 + - uid: 3774 + components: + - type: Transform + pos: -15.5,-39.5 + parent: 2 + - uid: 3775 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 + - uid: 3776 + components: + - type: Transform + pos: -13.5,-39.5 + parent: 2 + - uid: 3777 + components: + - type: Transform + pos: -12.5,-39.5 + parent: 2 + - uid: 3778 + components: + - type: Transform + pos: -11.5,-39.5 + parent: 2 + - uid: 3779 + components: + - type: Transform + pos: -10.5,-39.5 + parent: 2 + - uid: 3780 + components: + - type: Transform + pos: -6.5,-1.5 + parent: 2 + - uid: 3781 + components: + - type: Transform + pos: -6.5,-2.5 + parent: 2 + - uid: 3782 + components: + - type: Transform + pos: -6.5,-3.5 + parent: 2 + - uid: 3783 + components: + - type: Transform + pos: -6.5,-4.5 + parent: 2 + - uid: 3784 + components: + - type: Transform + pos: -5.5,-4.5 + parent: 2 + - uid: 3785 + components: + - type: Transform + pos: -5.5,-5.5 + parent: 2 + - uid: 3786 + components: + - type: Transform + pos: -4.5,-5.5 + parent: 2 + - uid: 3787 + components: + - type: Transform + pos: -3.5,-5.5 + parent: 2 + - uid: 3788 + components: + - type: Transform + pos: -2.5,-5.5 + parent: 2 + - uid: 3789 + components: + - type: Transform + pos: -1.5,-5.5 + parent: 2 + - uid: 3790 + components: + - type: Transform + pos: -0.5,-5.5 + parent: 2 + - uid: 3791 + components: + - type: Transform + pos: 0.5,-5.5 + parent: 2 + - uid: 3792 + components: + - type: Transform + pos: 1.5,-5.5 + parent: 2 + - uid: 3793 + components: + - type: Transform + pos: 2.5,-5.5 + parent: 2 + - uid: 3794 + components: + - type: Transform + pos: 3.5,-5.5 + parent: 2 + - uid: 3795 + components: + - type: Transform + pos: 4.5,-5.5 + parent: 2 + - uid: 3796 + components: + - type: Transform + pos: 4.5,-4.5 + parent: 2 + - uid: 3797 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 3798 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 3799 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 3800 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 3801 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 3802 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 3803 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 + - uid: 3804 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 3805 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 3806 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 3807 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 3808 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 + - uid: 3809 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 3810 + components: + - type: Transform + pos: -0.5,-15.5 + parent: 2 + - uid: 3811 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 3812 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 3813 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 2 + - uid: 3814 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - uid: 3815 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 3816 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 2 + - uid: 3817 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 2 + - uid: 3818 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 + - uid: 3819 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 3820 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 3821 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 3822 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 3823 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 3824 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 3825 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 3826 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 2 + - uid: 3827 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 3828 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 3829 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 3830 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 3831 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 2 + - uid: 3832 + components: + - type: Transform + pos: 9.5,-27.5 + parent: 2 + - uid: 3833 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 2 + - uid: 3834 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 + - uid: 3835 + components: + - type: Transform + pos: 9.5,-24.5 + parent: 2 + - uid: 3836 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 + - uid: 3837 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 3838 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 3839 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 3840 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 3841 + components: + - type: Transform + pos: 8.5,-32.5 + parent: 2 + - uid: 3842 + components: + - type: Transform + pos: -0.5,-27.5 + parent: 2 + - uid: 3843 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 3844 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - uid: 3845 + components: + - type: Transform + pos: -0.5,-30.5 + parent: 2 + - uid: 3846 + components: + - type: Transform + pos: -0.5,-31.5 + parent: 2 + - uid: 3847 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 3848 + components: + - type: Transform + pos: 0.5,-32.5 + parent: 2 + - uid: 3849 + components: + - type: Transform + pos: -1.5,-32.5 + parent: 2 + - uid: 3850 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - uid: 3851 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 3852 + components: + - type: Transform + pos: 2.5,-32.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + pos: 3.5,-32.5 + parent: 2 + - uid: 3854 + components: + - type: Transform + pos: 4.5,-32.5 + parent: 2 + - uid: 3855 + components: + - type: Transform + pos: 5.5,-32.5 + parent: 2 + - uid: 3856 + components: + - type: Transform + pos: 6.5,-32.5 + parent: 2 + - uid: 3857 + components: + - type: Transform + pos: 7.5,-32.5 + parent: 2 + - uid: 3858 + components: + - type: Transform + pos: 9.5,-32.5 + parent: 2 + - uid: 3859 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - uid: 3860 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 + - uid: 3861 + components: + - type: Transform + pos: 9.5,-36.5 + parent: 2 + - uid: 3862 + components: + - type: Transform + pos: 9.5,-37.5 + parent: 2 + - uid: 3863 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 2 + - uid: 3865 + components: + - type: Transform + pos: -2.5,-32.5 + parent: 2 + - uid: 3866 + components: + - type: Transform + pos: -3.5,-32.5 + parent: 2 + - uid: 3867 + components: + - type: Transform + pos: -4.5,-32.5 + parent: 2 + - uid: 3868 + components: + - type: Transform + pos: -5.5,-32.5 + parent: 2 + - uid: 3869 + components: + - type: Transform + pos: -6.5,-32.5 + parent: 2 + - uid: 3870 + components: + - type: Transform + pos: -7.5,-32.5 + parent: 2 + - uid: 3871 + components: + - type: Transform + pos: -8.5,-32.5 + parent: 2 + - uid: 3872 + components: + - type: Transform + pos: -9.5,-32.5 + parent: 2 + - uid: 3873 + components: + - type: Transform + pos: -10.5,-32.5 + parent: 2 + - uid: 3874 + components: + - type: Transform + pos: -10.5,-33.5 + parent: 2 + - uid: 3875 + components: + - type: Transform + pos: -10.5,-34.5 + parent: 2 + - uid: 3876 + components: + - type: Transform + pos: -10.5,-35.5 + parent: 2 + - uid: 3877 + components: + - type: Transform + pos: -10.5,-36.5 + parent: 2 + - uid: 3878 + components: + - type: Transform + pos: -10.5,-37.5 + parent: 2 + - uid: 3879 + components: + - type: Transform + pos: -10.5,-38.5 + parent: 2 + - uid: 6120 + components: + - type: Transform + pos: 3.5,35.5 + parent: 2 + - uid: 6121 + components: + - type: Transform + pos: 1.5,35.5 + parent: 2 + - uid: 7692 + components: + - type: Transform + pos: 1.5,13.5 + parent: 2 + - uid: 7693 + components: + - type: Transform + pos: 1.5,16.5 + parent: 2 + - uid: 7700 + components: + - type: Transform + pos: 1.5,12.5 + parent: 2 + - uid: 7701 + components: + - type: Transform + pos: 1.5,15.5 + parent: 2 + - uid: 7702 + components: + - type: Transform + pos: 1.5,14.5 + parent: 2 + - uid: 7703 + components: + - type: Transform + pos: 1.5,11.5 + parent: 2 + - uid: 7704 + components: + - type: Transform + pos: 0.5,11.5 + parent: 2 + - uid: 7705 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - uid: 7706 + components: + - type: Transform + pos: -2.5,11.5 + parent: 2 + - uid: 7707 + components: + - type: Transform + pos: -2.5,12.5 + parent: 2 + - uid: 7708 + components: + - type: Transform + pos: -2.5,13.5 + parent: 2 + - uid: 7709 + components: + - type: Transform + pos: -2.5,14.5 + parent: 2 + - uid: 7710 + components: + - type: Transform + pos: -2.5,15.5 + parent: 2 + - uid: 7711 + components: + - type: Transform + pos: -2.5,16.5 + parent: 2 + - uid: 7712 + components: + - type: Transform + pos: -2.5,17.5 + parent: 2 + - uid: 7713 + components: + - type: Transform + pos: -2.5,18.5 + parent: 2 + - uid: 7714 + components: + - type: Transform + pos: -1.5,18.5 + parent: 2 + - uid: 9585 + components: + - type: Transform + pos: 7.5,35.5 + parent: 2 + - uid: 9627 + components: + - type: Transform + pos: 7.5,37.5 + parent: 2 + - uid: 9628 + components: + - type: Transform + pos: 4.5,35.5 + parent: 2 + - uid: 9629 + components: + - type: Transform + pos: 5.5,35.5 + parent: 2 + - uid: 9630 + components: + - type: Transform + pos: 6.5,35.5 + parent: 2 + - uid: 9631 + components: + - type: Transform + pos: 7.5,36.5 + parent: 2 + - uid: 9634 + components: + - type: Transform + pos: 7.5,38.5 + parent: 2 +- proto: CableHVStack10 + entities: + - uid: 8634 + components: + - type: Transform + pos: -37.658268,-5.334872 + parent: 2 +- proto: CableMV + entities: + - uid: 2537 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 3888 + components: + - type: Transform + pos: -7.5,-52.5 + parent: 2 + - uid: 3898 + components: + - type: Transform + pos: -7.5,30.5 + parent: 2 + - uid: 3899 + components: + - type: Transform + pos: -8.5,30.5 + parent: 2 + - uid: 3900 + components: + - type: Transform + pos: -8.5,29.5 + parent: 2 + - uid: 3901 + components: + - type: Transform + pos: -8.5,28.5 + parent: 2 + - uid: 3902 + components: + - type: Transform + pos: -8.5,27.5 + parent: 2 + - uid: 3903 + components: + - type: Transform + pos: -8.5,26.5 + parent: 2 + - uid: 3904 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 3905 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 3906 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 3907 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - uid: 3908 + components: + - type: Transform + pos: -7.5,26.5 + parent: 2 + - uid: 3909 + components: + - type: Transform + pos: -6.5,26.5 + parent: 2 + - uid: 3910 + components: + - type: Transform + pos: -5.5,26.5 + parent: 2 + - uid: 3911 + components: + - type: Transform + pos: -4.5,26.5 + parent: 2 + - uid: 3912 + components: + - type: Transform + pos: -3.5,26.5 + parent: 2 + - uid: 3913 + components: + - type: Transform + pos: -3.5,25.5 + parent: 2 + - uid: 3914 + components: + - type: Transform + pos: -3.5,24.5 + parent: 2 + - uid: 3915 + components: + - type: Transform + pos: 10.5,-4.5 + parent: 2 + - uid: 3916 + components: + - type: Transform + pos: 10.5,-5.5 + parent: 2 + - uid: 3917 + components: + - type: Transform + pos: 11.5,-5.5 + parent: 2 + - uid: 3918 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 3919 + components: + - type: Transform + pos: 13.5,-5.5 + parent: 2 + - uid: 3920 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 3921 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 3922 + components: + - type: Transform + pos: 13.5,-2.5 + parent: 2 + - uid: 3923 + components: + - type: Transform + pos: 13.5,-1.5 + parent: 2 + - uid: 3924 + components: + - type: Transform + pos: 13.5,-0.5 + parent: 2 + - uid: 3925 + components: + - type: Transform + pos: 12.5,-0.5 + parent: 2 + - uid: 3926 + components: + - type: Transform + pos: 11.5,-0.5 + parent: 2 + - uid: 3927 + components: + - type: Transform + pos: 10.5,-0.5 + parent: 2 + - uid: 3928 + components: + - type: Transform + pos: 9.5,-0.5 + parent: 2 + - uid: 3929 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 2 + - uid: 3930 + components: + - type: Transform + pos: 7.5,-0.5 + parent: 2 + - uid: 3931 + components: + - type: Transform + pos: 6.5,-0.5 + parent: 2 + - uid: 3932 + components: + - type: Transform + pos: 5.5,-0.5 + parent: 2 + - uid: 3933 + components: + - type: Transform + pos: 4.5,-0.5 + parent: 2 + - uid: 3934 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 3935 + components: + - type: Transform + pos: 2.5,-0.5 + parent: 2 + - uid: 3937 + components: + - type: Transform + pos: 2.5,1.5 + parent: 2 + - uid: 3938 + components: + - type: Transform + pos: 33.5,-6.5 + parent: 2 + - uid: 3939 + components: + - type: Transform + pos: 33.5,-7.5 + parent: 2 + - uid: 3940 + components: + - type: Transform + pos: 34.5,-7.5 + parent: 2 + - uid: 3941 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 2 + - uid: 3942 + components: + - type: Transform + pos: 35.5,-6.5 + parent: 2 + - uid: 3943 + components: + - type: Transform + pos: 35.5,-5.5 + parent: 2 + - uid: 3944 + components: + - type: Transform + pos: 35.5,-4.5 + parent: 2 + - uid: 3945 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 + - uid: 3946 + components: + - type: Transform + pos: 35.5,-2.5 + parent: 2 + - uid: 3947 + components: + - type: Transform + pos: 35.5,-1.5 + parent: 2 + - uid: 3948 + components: + - type: Transform + pos: 34.5,-1.5 + parent: 2 + - uid: 3949 + components: + - type: Transform + pos: 33.5,-1.5 + parent: 2 + - uid: 3950 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - uid: 3951 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - uid: 3952 + components: + - type: Transform + pos: 30.5,-1.5 + parent: 2 + - uid: 3953 + components: + - type: Transform + pos: 29.5,-1.5 + parent: 2 + - uid: 3954 + components: + - type: Transform + pos: 28.5,-1.5 + parent: 2 + - uid: 3955 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 2 + - uid: 3956 + components: + - type: Transform + pos: 26.5,-1.5 + parent: 2 + - uid: 3957 + components: + - type: Transform + pos: 25.5,-1.5 + parent: 2 + - uid: 3958 + components: + - type: Transform + pos: 24.5,-1.5 + parent: 2 + - uid: 3959 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 + - uid: 3960 + components: + - type: Transform + pos: 23.5,-2.5 + parent: 2 + - uid: 3961 + components: + - type: Transform + pos: 23.5,-3.5 + parent: 2 + - uid: 3962 + components: + - type: Transform + pos: 23.5,-4.5 + parent: 2 + - uid: 3963 + components: + - type: Transform + pos: 23.5,-5.5 + parent: 2 + - uid: 3964 + components: + - type: Transform + pos: 23.5,-6.5 + parent: 2 + - uid: 3965 + components: + - type: Transform + pos: 23.5,-7.5 + parent: 2 + - uid: 3966 + components: + - type: Transform + pos: 22.5,-7.5 + parent: 2 + - uid: 3967 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 2 + - uid: 3968 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 2 + - uid: 3969 + components: + - type: Transform + pos: 21.5,-9.5 + parent: 2 + - uid: 3970 + components: + - type: Transform + pos: 20.5,-9.5 + parent: 2 + - uid: 3971 + components: + - type: Transform + pos: 19.5,-9.5 + parent: 2 + - uid: 3972 + components: + - type: Transform + pos: 44.5,6.5 + parent: 2 + - uid: 3973 + components: + - type: Transform + pos: 43.5,6.5 + parent: 2 + - uid: 3974 + components: + - type: Transform + pos: 43.5,5.5 + parent: 2 + - uid: 3975 + components: + - type: Transform + pos: 43.5,4.5 + parent: 2 + - uid: 3976 + components: + - type: Transform + pos: 43.5,3.5 + parent: 2 + - uid: 3977 + components: + - type: Transform + pos: 42.5,3.5 + parent: 2 + - uid: 3978 + components: + - type: Transform + pos: 41.5,3.5 + parent: 2 + - uid: 3979 + components: + - type: Transform + pos: 40.5,3.5 + parent: 2 + - uid: 3980 + components: + - type: Transform + pos: 39.5,3.5 + parent: 2 + - uid: 3981 + components: + - type: Transform + pos: 38.5,3.5 + parent: 2 + - uid: 3982 + components: + - type: Transform + pos: 37.5,3.5 + parent: 2 + - uid: 3983 + components: + - type: Transform + pos: 36.5,3.5 + parent: 2 + - uid: 3984 + components: + - type: Transform + pos: 35.5,3.5 + parent: 2 + - uid: 3985 + components: + - type: Transform + pos: 34.5,3.5 + parent: 2 + - uid: 3986 + components: + - type: Transform + pos: 33.5,3.5 + parent: 2 + - uid: 3987 + components: + - type: Transform + pos: 32.5,3.5 + parent: 2 + - uid: 3988 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 + - uid: 3989 + components: + - type: Transform + pos: 30.5,3.5 + parent: 2 + - uid: 3990 + components: + - type: Transform + pos: 29.5,3.5 + parent: 2 + - uid: 3991 + components: + - type: Transform + pos: 28.5,3.5 + parent: 2 + - uid: 3992 + components: + - type: Transform + pos: 28.5,2.5 + parent: 2 + - uid: 3993 + components: + - type: Transform + pos: 28.5,1.5 + parent: 2 + - uid: 3994 + components: + - type: Transform + pos: 28.5,0.5 + parent: 2 + - uid: 3995 + components: + - type: Transform + pos: 27.5,0.5 + parent: 2 + - uid: 3996 + components: + - type: Transform + pos: 26.5,0.5 + parent: 2 + - uid: 3997 + components: + - type: Transform + pos: 25.5,0.5 + parent: 2 + - uid: 3998 + components: + - type: Transform + pos: 24.5,0.5 + parent: 2 + - uid: 3999 + components: + - type: Transform + pos: 23.5,0.5 + parent: 2 + - uid: 4000 + components: + - type: Transform + pos: 23.5,1.5 + parent: 2 + - uid: 4001 + components: + - type: Transform + pos: 23.5,2.5 + parent: 2 + - uid: 4002 + components: + - type: Transform + pos: 23.5,3.5 + parent: 2 + - uid: 4003 + components: + - type: Transform + pos: 23.5,4.5 + parent: 2 + - uid: 4004 + components: + - type: Transform + pos: 23.5,5.5 + parent: 2 + - uid: 4005 + components: + - type: Transform + pos: 23.5,6.5 + parent: 2 + - uid: 4006 + components: + - type: Transform + pos: 23.5,7.5 + parent: 2 + - uid: 4007 + components: + - type: Transform + pos: 24.5,7.5 + parent: 2 + - uid: 4008 + components: + - type: Transform + pos: 25.5,7.5 + parent: 2 + - uid: 4009 + components: + - type: Transform + pos: 25.5,8.5 + parent: 2 + - uid: 4010 + components: + - type: Transform + pos: 25.5,9.5 + parent: 2 + - uid: 4011 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 + - uid: 4012 + components: + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 4013 + components: + - type: Transform + pos: 45.5,3.5 + parent: 2 + - uid: 4014 + components: + - type: Transform + pos: 46.5,3.5 + parent: 2 + - uid: 4015 + components: + - type: Transform + pos: 46.5,2.5 + parent: 2 + - uid: 4016 + components: + - type: Transform + pos: 46.5,1.5 + parent: 2 + - uid: 4017 + components: + - type: Transform + pos: 46.5,0.5 + parent: 2 + - uid: 4018 + components: + - type: Transform + pos: 46.5,-0.5 + parent: 2 + - uid: 4019 + components: + - type: Transform + pos: 45.5,-0.5 + parent: 2 + - uid: 4020 + components: + - type: Transform + pos: 44.5,-0.5 + parent: 2 + - uid: 4021 + components: + - type: Transform + pos: 44.5,-1.5 + parent: 2 + - uid: 4022 + components: + - type: Transform + pos: 44.5,-2.5 + parent: 2 + - uid: 4023 + components: + - type: Transform + pos: 44.5,-3.5 + parent: 2 + - uid: 4024 + components: + - type: Transform + pos: 44.5,-4.5 + parent: 2 + - uid: 4025 + components: + - type: Transform + pos: 44.5,-5.5 + parent: 2 + - uid: 4026 + components: + - type: Transform + pos: 44.5,-6.5 + parent: 2 + - uid: 4027 + components: + - type: Transform + pos: 44.5,-7.5 + parent: 2 + - uid: 4028 + components: + - type: Transform + pos: 44.5,-8.5 + parent: 2 + - uid: 4029 + components: + - type: Transform + pos: 44.5,-9.5 + parent: 2 + - uid: 4030 + components: + - type: Transform + pos: 44.5,-10.5 + parent: 2 + - uid: 4031 + components: + - type: Transform + pos: 44.5,-11.5 + parent: 2 + - uid: 4032 + components: + - type: Transform + pos: 45.5,-11.5 + parent: 2 + - uid: 4033 + components: + - type: Transform + pos: 46.5,-11.5 + parent: 2 + - uid: 4034 + components: + - type: Transform + pos: 47.5,-11.5 + parent: 2 + - uid: 4035 + components: + - type: Transform + pos: 48.5,-11.5 + parent: 2 + - uid: 4036 + components: + - type: Transform + pos: 49.5,-11.5 + parent: 2 + - uid: 4037 + components: + - type: Transform + pos: 49.5,-10.5 + parent: 2 + - uid: 4038 + components: + - type: Transform + pos: 49.5,-9.5 + parent: 2 + - uid: 4039 + components: + - type: Transform + pos: 49.5,-8.5 + parent: 2 + - uid: 4040 + components: + - type: Transform + pos: 49.5,-7.5 + parent: 2 + - uid: 4041 + components: + - type: Transform + pos: 43.5,2.5 + parent: 2 + - uid: 4042 + components: + - type: Transform + pos: 43.5,1.5 + parent: 2 + - uid: 4043 + components: + - type: Transform + pos: 36.5,-5.5 + parent: 2 + - uid: 4044 + components: + - type: Transform + pos: 37.5,-5.5 + parent: 2 + - uid: 4045 + components: + - type: Transform + pos: 37.5,-6.5 + parent: 2 + - uid: 4046 + components: + - type: Transform + pos: 37.5,-7.5 + parent: 2 + - uid: 4047 + components: + - type: Transform + pos: 37.5,-8.5 + parent: 2 + - uid: 4048 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 4049 + components: + - type: Transform + pos: 37.5,-10.5 + parent: 2 + - uid: 4050 + components: + - type: Transform + pos: 37.5,-11.5 + parent: 2 + - uid: 4051 + components: + - type: Transform + pos: 37.5,-12.5 + parent: 2 + - uid: 4052 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 4053 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 + - uid: 4054 + components: + - type: Transform + pos: 40.5,-12.5 + parent: 2 + - uid: 4055 + components: + - type: Transform + pos: 41.5,-12.5 + parent: 2 + - uid: 4056 + components: + - type: Transform + pos: 42.5,-12.5 + parent: 2 + - uid: 4057 + components: + - type: Transform + pos: 42.5,-13.5 + parent: 2 + - uid: 4058 + components: + - type: Transform + pos: 42.5,-14.5 + parent: 2 + - uid: 4059 + components: + - type: Transform + pos: 42.5,-15.5 + parent: 2 + - uid: 4060 + components: + - type: Transform + pos: 42.5,-16.5 + parent: 2 + - uid: 4061 + components: + - type: Transform + pos: 42.5,-17.5 + parent: 2 + - uid: 4062 + components: + - type: Transform + pos: 42.5,-18.5 + parent: 2 + - uid: 4063 + components: + - type: Transform + pos: 42.5,-19.5 + parent: 2 + - uid: 4064 + components: + - type: Transform + pos: 42.5,-20.5 + parent: 2 + - uid: 4065 + components: + - type: Transform + pos: 42.5,-21.5 + parent: 2 + - uid: 4066 + components: + - type: Transform + pos: 41.5,-21.5 + parent: 2 + - uid: 4067 + components: + - type: Transform + pos: 40.5,-21.5 + parent: 2 + - uid: 4068 + components: + - type: Transform + pos: 39.5,-21.5 + parent: 2 + - uid: 4069 + components: + - type: Transform + pos: 38.5,-21.5 + parent: 2 + - uid: 4070 + components: + - type: Transform + pos: 37.5,-21.5 + parent: 2 + - uid: 4071 + components: + - type: Transform + pos: 36.5,-21.5 + parent: 2 + - uid: 4072 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 2 + - uid: 4073 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 2 + - uid: 4074 + components: + - type: Transform + pos: 33.5,-21.5 + parent: 2 + - uid: 4075 + components: + - type: Transform + pos: 32.5,-21.5 + parent: 2 + - uid: 4076 + components: + - type: Transform + pos: 32.5,-20.5 + parent: 2 + - uid: 4077 + components: + - type: Transform + pos: -37.5,-3.5 + parent: 2 + - uid: 4078 + components: + - type: Transform + pos: -37.5,-4.5 + parent: 2 + - uid: 4079 + components: + - type: Transform + pos: -38.5,-4.5 + parent: 2 + - uid: 4080 + components: + - type: Transform + pos: -39.5,-4.5 + parent: 2 + - uid: 4081 + components: + - type: Transform + pos: -40.5,-4.5 + parent: 2 + - uid: 4082 + components: + - type: Transform + pos: -40.5,-5.5 + parent: 2 + - uid: 4083 + components: + - type: Transform + pos: -40.5,-6.5 + parent: 2 + - uid: 4084 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 + - uid: 4085 + components: + - type: Transform + pos: -40.5,-8.5 + parent: 2 + - uid: 4086 + components: + - type: Transform + pos: -41.5,-8.5 + parent: 2 + - uid: 4087 + components: + - type: Transform + pos: -42.5,-8.5 + parent: 2 + - uid: 4088 + components: + - type: Transform + pos: -42.5,-7.5 + parent: 2 + - uid: 4089 + components: + - type: Transform + pos: -42.5,-6.5 + parent: 2 + - uid: 4090 + components: + - type: Transform + pos: -42.5,-5.5 + parent: 2 + - uid: 4091 + components: + - type: Transform + pos: -42.5,-4.5 + parent: 2 + - uid: 4092 + components: + - type: Transform + pos: -42.5,-3.5 + parent: 2 + - uid: 4093 + components: + - type: Transform + pos: -42.5,-2.5 + parent: 2 + - uid: 4094 + components: + - type: Transform + pos: -42.5,-1.5 + parent: 2 + - uid: 4095 + components: + - type: Transform + pos: -41.5,-1.5 + parent: 2 + - uid: 4096 + components: + - type: Transform + pos: -40.5,-1.5 + parent: 2 + - uid: 4097 + components: + - type: Transform + pos: -39.5,-1.5 + parent: 2 + - uid: 4098 + components: + - type: Transform + pos: -38.5,-1.5 + parent: 2 + - uid: 4099 + components: + - type: Transform + pos: -37.5,-1.5 + parent: 2 + - uid: 4100 + components: + - type: Transform + pos: -36.5,-1.5 + parent: 2 + - uid: 4101 + components: + - type: Transform + pos: -35.5,-1.5 + parent: 2 + - uid: 4102 + components: + - type: Transform + pos: -34.5,-1.5 + parent: 2 + - uid: 4103 + components: + - type: Transform + pos: -33.5,-1.5 + parent: 2 + - uid: 4104 + components: + - type: Transform + pos: -32.5,-1.5 + parent: 2 + - uid: 4105 + components: + - type: Transform + pos: -31.5,-1.5 + parent: 2 + - uid: 4106 + components: + - type: Transform + pos: -30.5,-1.5 + parent: 2 + - uid: 4107 + components: + - type: Transform + pos: -29.5,-1.5 + parent: 2 + - uid: 4108 + components: + - type: Transform + pos: -28.5,-1.5 + parent: 2 + - uid: 4109 + components: + - type: Transform + pos: -27.5,-1.5 + parent: 2 + - uid: 4110 + components: + - type: Transform + pos: -26.5,-1.5 + parent: 2 + - uid: 4111 + components: + - type: Transform + pos: -25.5,-1.5 + parent: 2 + - uid: 4112 + components: + - type: Transform + pos: -24.5,-1.5 + parent: 2 + - uid: 4113 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 2 + - uid: 4114 + components: + - type: Transform + pos: -24.5,-3.5 + parent: 2 + - uid: 4115 + components: + - type: Transform + pos: -24.5,-4.5 + parent: 2 + - uid: 4116 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 4117 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - uid: 4118 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 + - uid: 4119 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 2 + - uid: 4120 + components: + - type: Transform + pos: -21.5,-6.5 + parent: 2 + - uid: 4121 + components: + - type: Transform + pos: -21.5,-5.5 + parent: 2 + - uid: 4122 + components: + - type: Transform + pos: -21.5,-4.5 + parent: 2 + - uid: 4123 + components: + - type: Transform + pos: -43.5,6.5 + parent: 2 + - uid: 4124 + components: + - type: Transform + pos: -44.5,6.5 + parent: 2 + - uid: 4125 + components: + - type: Transform + pos: -44.5,5.5 + parent: 2 + - uid: 4126 + components: + - type: Transform + pos: -44.5,4.5 + parent: 2 + - uid: 4127 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 + - uid: 4128 + components: + - type: Transform + pos: -44.5,2.5 + parent: 2 + - uid: 4129 + components: + - type: Transform + pos: -43.5,2.5 + parent: 2 + - uid: 4130 + components: + - type: Transform + pos: -42.5,2.5 + parent: 2 + - uid: 4131 + components: + - type: Transform + pos: -41.5,2.5 + parent: 2 + - uid: 4132 + components: + - type: Transform + pos: -40.5,2.5 + parent: 2 + - uid: 4133 + components: + - type: Transform + pos: -39.5,2.5 + parent: 2 + - uid: 4134 + components: + - type: Transform + pos: -38.5,2.5 + parent: 2 + - uid: 4135 + components: + - type: Transform + pos: -38.5,1.5 + parent: 2 + - uid: 4136 + components: + - type: Transform + pos: -38.5,0.5 + parent: 2 + - uid: 4137 + components: + - type: Transform + pos: -37.5,0.5 + parent: 2 + - uid: 4138 + components: + - type: Transform + pos: -36.5,0.5 + parent: 2 + - uid: 4139 + components: + - type: Transform + pos: -35.5,0.5 + parent: 2 + - uid: 4140 + components: + - type: Transform + pos: -34.5,0.5 + parent: 2 + - uid: 4141 + components: + - type: Transform + pos: -33.5,0.5 + parent: 2 + - uid: 4142 + components: + - type: Transform + pos: -32.5,0.5 + parent: 2 + - uid: 4143 + components: + - type: Transform + pos: -31.5,0.5 + parent: 2 + - uid: 4144 + components: + - type: Transform + pos: -30.5,0.5 + parent: 2 + - uid: 4145 + components: + - type: Transform + pos: -29.5,0.5 + parent: 2 + - uid: 4146 + components: + - type: Transform + pos: -28.5,0.5 + parent: 2 + - uid: 4147 + components: + - type: Transform + pos: -27.5,0.5 + parent: 2 + - uid: 4148 + components: + - type: Transform + pos: -26.5,0.5 + parent: 2 + - uid: 4149 + components: + - type: Transform + pos: -25.5,0.5 + parent: 2 + - uid: 4150 + components: + - type: Transform + pos: -24.5,0.5 + parent: 2 + - uid: 4151 + components: + - type: Transform + pos: -24.5,1.5 + parent: 2 + - uid: 4152 + components: + - type: Transform + pos: -24.5,2.5 + parent: 2 + - uid: 4153 + components: + - type: Transform + pos: -24.5,3.5 + parent: 2 + - uid: 4154 + components: + - type: Transform + pos: -24.5,4.5 + parent: 2 + - uid: 4155 + components: + - type: Transform + pos: -24.5,5.5 + parent: 2 + - uid: 4156 + components: + - type: Transform + pos: -24.5,6.5 + parent: 2 + - uid: 4157 + components: + - type: Transform + pos: -24.5,7.5 + parent: 2 + - uid: 4158 + components: + - type: Transform + pos: -24.5,8.5 + parent: 2 + - uid: 4159 + components: + - type: Transform + pos: -25.5,8.5 + parent: 2 + - uid: 4160 + components: + - type: Transform + pos: -26.5,8.5 + parent: 2 + - uid: 4161 + components: + - type: Transform + pos: -27.5,8.5 + parent: 2 + - uid: 4162 + components: + - type: Transform + pos: -28.5,8.5 + parent: 2 + - uid: 4163 + components: + - type: Transform + pos: -29.5,8.5 + parent: 2 + - uid: 4164 + components: + - type: Transform + pos: -30.5,8.5 + parent: 2 + - uid: 4165 + components: + - type: Transform + pos: -30.5,9.5 + parent: 2 + - uid: 4166 + components: + - type: Transform + pos: -45.5,2.5 + parent: 2 + - uid: 4167 + components: + - type: Transform + pos: -46.5,2.5 + parent: 2 + - uid: 4168 + components: + - type: Transform + pos: -46.5,1.5 + parent: 2 + - uid: 4169 + components: + - type: Transform + pos: -46.5,0.5 + parent: 2 + - uid: 4170 + components: + - type: Transform + pos: -45.5,0.5 + parent: 2 + - uid: 4171 + components: + - type: Transform + pos: -44.5,0.5 + parent: 2 + - uid: 4172 + components: + - type: Transform + pos: -43.5,1.5 + parent: 2 + - uid: 4173 + components: + - type: Transform + pos: -44.5,-0.5 + parent: 2 + - uid: 4174 + components: + - type: Transform + pos: -44.5,-1.5 + parent: 2 + - uid: 4175 + components: + - type: Transform + pos: -44.5,-2.5 + parent: 2 + - uid: 4176 + components: + - type: Transform + pos: -44.5,-3.5 + parent: 2 + - uid: 4177 + components: + - type: Transform + pos: -44.5,-4.5 + parent: 2 + - uid: 4178 + components: + - type: Transform + pos: -44.5,-5.5 + parent: 2 + - uid: 4179 + components: + - type: Transform + pos: -44.5,-6.5 + parent: 2 + - uid: 4180 + components: + - type: Transform + pos: -44.5,-7.5 + parent: 2 + - uid: 4181 + components: + - type: Transform + pos: -44.5,-8.5 + parent: 2 + - uid: 4182 + components: + - type: Transform + pos: -44.5,-9.5 + parent: 2 + - uid: 4183 + components: + - type: Transform + pos: -44.5,-10.5 + parent: 2 + - uid: 4184 + components: + - type: Transform + pos: -44.5,-11.5 + parent: 2 + - uid: 4185 + components: + - type: Transform + pos: -45.5,-11.5 + parent: 2 + - uid: 4186 + components: + - type: Transform + pos: -46.5,-11.5 + parent: 2 + - uid: 4187 + components: + - type: Transform + pos: -47.5,-11.5 + parent: 2 + - uid: 4188 + components: + - type: Transform + pos: -48.5,-11.5 + parent: 2 + - uid: 4189 + components: + - type: Transform + pos: -49.5,-11.5 + parent: 2 + - uid: 4190 + components: + - type: Transform + pos: -50.5,-11.5 + parent: 2 + - uid: 4191 + components: + - type: Transform + pos: -50.5,-10.5 + parent: 2 + - uid: 4192 + components: + - type: Transform + pos: -50.5,-9.5 + parent: 2 + - uid: 4193 + components: + - type: Transform + pos: -50.5,-8.5 + parent: 2 + - uid: 4194 + components: + - type: Transform + pos: -50.5,-7.5 + parent: 2 + - uid: 4195 + components: + - type: Transform + pos: -42.5,-9.5 + parent: 2 + - uid: 4196 + components: + - type: Transform + pos: -42.5,-10.5 + parent: 2 + - uid: 4197 + components: + - type: Transform + pos: -42.5,-11.5 + parent: 2 + - uid: 4198 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - uid: 4199 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 2 + - uid: 4200 + components: + - type: Transform + pos: -42.5,-14.5 + parent: 2 + - uid: 4201 + components: + - type: Transform + pos: -42.5,-15.5 + parent: 2 + - uid: 4202 + components: + - type: Transform + pos: -42.5,-16.5 + parent: 2 + - uid: 4203 + components: + - type: Transform + pos: -42.5,-17.5 + parent: 2 + - uid: 4204 + components: + - type: Transform + pos: -42.5,-18.5 + parent: 2 + - uid: 4205 + components: + - type: Transform + pos: -42.5,-19.5 + parent: 2 + - uid: 4206 + components: + - type: Transform + pos: -42.5,-20.5 + parent: 2 + - uid: 4207 + components: + - type: Transform + pos: -42.5,-21.5 + parent: 2 + - uid: 4208 + components: + - type: Transform + pos: -41.5,-21.5 + parent: 2 + - uid: 4209 + components: + - type: Transform + pos: -40.5,-21.5 + parent: 2 + - uid: 4210 + components: + - type: Transform + pos: -39.5,-21.5 + parent: 2 + - uid: 4211 + components: + - type: Transform + pos: -38.5,-21.5 + parent: 2 + - uid: 4212 + components: + - type: Transform + pos: -37.5,-21.5 + parent: 2 + - uid: 4213 + components: + - type: Transform + pos: -36.5,-21.5 + parent: 2 + - uid: 4214 + components: + - type: Transform + pos: -35.5,-21.5 + parent: 2 + - uid: 4215 + components: + - type: Transform + pos: -34.5,-21.5 + parent: 2 + - uid: 4216 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 4217 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 + - uid: 4218 + components: + - type: Transform + pos: 10.5,-24.5 + parent: 2 + - uid: 4219 + components: + - type: Transform + pos: 9.5,-24.5 + parent: 2 + - uid: 4220 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 + - uid: 4221 + components: + - type: Transform + pos: 9.5,-26.5 + parent: 2 + - uid: 4222 + components: + - type: Transform + pos: 9.5,-27.5 + parent: 2 + - uid: 4223 + components: + - type: Transform + pos: 8.5,-27.5 + parent: 2 + - uid: 4224 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 4225 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 4226 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 4227 + components: + - type: Transform + pos: 4.5,-27.5 + parent: 2 + - uid: 4228 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 2 + - uid: 4229 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 4230 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 4231 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 4232 + components: + - type: Transform + pos: 0.5,-26.5 + parent: 2 + - uid: 4233 + components: + - type: Transform + pos: -0.5,-26.5 + parent: 2 + - uid: 4234 + components: + - type: Transform + pos: -0.5,-25.5 + parent: 2 + - uid: 4235 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - uid: 4236 + components: + - type: Transform + pos: -2.5,-25.5 + parent: 2 + - uid: 4237 + components: + - type: Transform + pos: -0.5,-24.5 + parent: 2 + - uid: 4238 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 + - uid: 4239 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 2 + - uid: 4240 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 2 + - uid: 4241 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 4242 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - uid: 4243 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 2 + - uid: 4244 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 4245 + components: + - type: Transform + pos: -0.5,-16.5 + parent: 2 + - uid: 4246 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - uid: 4247 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 4248 + components: + - type: Transform + pos: 2.5,-16.5 + parent: 2 + - uid: 4249 + components: + - type: Transform + pos: 3.5,-16.5 + parent: 2 + - uid: 4250 + components: + - type: Transform + pos: 4.5,-16.5 + parent: 2 + - uid: 4251 + components: + - type: Transform + pos: 5.5,-16.5 + parent: 2 + - uid: 4252 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 2 + - uid: 4253 + components: + - type: Transform + pos: 7.5,-16.5 + parent: 2 + - uid: 4254 + components: + - type: Transform + pos: 8.5,-16.5 + parent: 2 + - uid: 4255 + components: + - type: Transform + pos: 9.5,-16.5 + parent: 2 + - uid: 4256 + components: + - type: Transform + pos: 10.5,-16.5 + parent: 2 + - uid: 4257 + components: + - type: Transform + pos: 10.5,-15.5 + parent: 2 + - uid: 4258 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 4259 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 + - uid: 4260 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 2 + - uid: 4261 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - uid: 4262 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 4263 + components: + - type: Transform + pos: 10.5,-9.5 + parent: 2 + - uid: 4264 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - uid: 4265 + components: + - type: Transform + pos: -2.5,-16.5 + parent: 2 + - uid: 4266 + components: + - type: Transform + pos: -3.5,-16.5 + parent: 2 + - uid: 4267 + components: + - type: Transform + pos: -4.5,-16.5 + parent: 2 + - uid: 4268 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 4269 + components: + - type: Transform + pos: -6.5,-16.5 + parent: 2 + - uid: 4270 + components: + - type: Transform + pos: -7.5,-16.5 + parent: 2 + - uid: 4271 + components: + - type: Transform + pos: -8.5,-16.5 + parent: 2 + - uid: 4272 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 2 + - uid: 4273 + components: + - type: Transform + pos: -10.5,-16.5 + parent: 2 + - uid: 4274 + components: + - type: Transform + pos: -11.5,-16.5 + parent: 2 + - uid: 4275 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 2 + - uid: 4276 + components: + - type: Transform + pos: -13.5,-16.5 + parent: 2 + - uid: 4277 + components: + - type: Transform + pos: -13.5,-15.5 + parent: 2 + - uid: 4278 + components: + - type: Transform + pos: -13.5,-14.5 + parent: 2 + - uid: 4279 + components: + - type: Transform + pos: 8.5,-28.5 + parent: 2 + - uid: 4280 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 4281 + components: + - type: Transform + pos: 8.5,-30.5 + parent: 2 + - uid: 4282 + components: + - type: Transform + pos: 8.5,-31.5 + parent: 2 + - uid: 4283 + components: + - type: Transform + pos: 8.5,-32.5 + parent: 2 + - uid: 4284 + components: + - type: Transform + pos: 9.5,-32.5 + parent: 2 + - uid: 4285 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 2 + - uid: 4286 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - uid: 4287 + components: + - type: Transform + pos: 10.5,-34.5 + parent: 2 + - uid: 4288 + components: + - type: Transform + pos: 11.5,-34.5 + parent: 2 + - uid: 4289 + components: + - type: Transform + pos: 12.5,-34.5 + parent: 2 + - uid: 4290 + components: + - type: Transform + pos: 13.5,-34.5 + parent: 2 + - uid: 4291 + components: + - type: Transform + pos: 14.5,-34.5 + parent: 2 + - uid: 4292 + components: + - type: Transform + pos: 15.5,-34.5 + parent: 2 + - uid: 4293 + components: + - type: Transform + pos: 16.5,-34.5 + parent: 2 + - uid: 4294 + components: + - type: Transform + pos: 17.5,-34.5 + parent: 2 + - uid: 4295 + components: + - type: Transform + pos: 18.5,-34.5 + parent: 2 + - uid: 4296 + components: + - type: Transform + pos: 9.5,-35.5 + parent: 2 + - uid: 4297 + components: + - type: Transform + pos: 9.5,-36.5 + parent: 2 + - uid: 4298 + components: + - type: Transform + pos: 9.5,-37.5 + parent: 2 + - uid: 4299 + components: + - type: Transform + pos: 9.5,-38.5 + parent: 2 + - uid: 4300 + components: + - type: Transform + pos: 9.5,-39.5 + parent: 2 + - uid: 4301 + components: + - type: Transform + pos: 9.5,-40.5 + parent: 2 + - uid: 4302 + components: + - type: Transform + pos: 9.5,-41.5 + parent: 2 + - uid: 4303 + components: + - type: Transform + pos: 9.5,-42.5 + parent: 2 + - uid: 4304 + components: + - type: Transform + pos: 9.5,-43.5 + parent: 2 + - uid: 4305 + components: + - type: Transform + pos: 9.5,-44.5 + parent: 2 + - uid: 4306 + components: + - type: Transform + pos: 9.5,-45.5 + parent: 2 + - uid: 4307 + components: + - type: Transform + pos: 9.5,-46.5 + parent: 2 + - uid: 4309 + components: + - type: Transform + pos: 9.5,-48.5 + parent: 2 + - uid: 4310 + components: + - type: Transform + pos: 9.5,-49.5 + parent: 2 + - uid: 4311 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 + - uid: 4312 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 4313 + components: + - type: Transform + pos: 9.5,-52.5 + parent: 2 + - uid: 4314 + components: + - type: Transform + pos: 8.5,-52.5 + parent: 2 + - uid: 4315 + components: + - type: Transform + pos: 7.5,-52.5 + parent: 2 + - uid: 4316 + components: + - type: Transform + pos: 6.5,-52.5 + parent: 2 + - uid: 4317 + components: + - type: Transform + pos: -8.5,-52.5 + parent: 2 + - uid: 4318 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - uid: 4319 + components: + - type: Transform + pos: -10.5,-52.5 + parent: 2 + - uid: 4321 + components: + - type: Transform + pos: -10.5,-51.5 + parent: 2 + - uid: 4322 + components: + - type: Transform + pos: -10.5,-50.5 + parent: 2 + - uid: 4323 + components: + - type: Transform + pos: -10.5,-49.5 + parent: 2 + - uid: 4324 + components: + - type: Transform + pos: -10.5,-48.5 + parent: 2 + - uid: 4325 + components: + - type: Transform + pos: -10.5,-47.5 + parent: 2 + - uid: 4326 + components: + - type: Transform + pos: -10.5,-46.5 + parent: 2 + - uid: 4327 + components: + - type: Transform + pos: -9.5,-46.5 + parent: 2 + - uid: 4328 + components: + - type: Transform + pos: -8.5,-46.5 + parent: 2 + - uid: 4329 + components: + - type: Transform + pos: -7.5,-46.5 + parent: 2 + - uid: 4330 + components: + - type: Transform + pos: -6.5,-46.5 + parent: 2 + - uid: 4331 + components: + - type: Transform + pos: -5.5,-46.5 + parent: 2 + - uid: 4332 + components: + - type: Transform + pos: -4.5,-46.5 + parent: 2 + - uid: 4333 + components: + - type: Transform + pos: -3.5,-46.5 + parent: 2 + - uid: 4334 + components: + - type: Transform + pos: -2.5,-46.5 + parent: 2 + - uid: 4335 + components: + - type: Transform + pos: -1.5,-46.5 + parent: 2 + - uid: 4336 + components: + - type: Transform + pos: -0.5,-46.5 + parent: 2 + - uid: 4337 + components: + - type: Transform + pos: 0.5,-46.5 + parent: 2 + - uid: 4338 + components: + - type: Transform + pos: 1.5,-46.5 + parent: 2 + - uid: 4339 + components: + - type: Transform + pos: 2.5,-46.5 + parent: 2 + - uid: 4340 + components: + - type: Transform + pos: 3.5,-46.5 + parent: 2 + - uid: 4341 + components: + - type: Transform + pos: 4.5,-46.5 + parent: 2 + - uid: 4342 + components: + - type: Transform + pos: 5.5,-46.5 + parent: 2 + - uid: 4343 + components: + - type: Transform + pos: 6.5,-46.5 + parent: 2 + - uid: 4344 + components: + - type: Transform + pos: 7.5,-46.5 + parent: 2 + - uid: 4345 + components: + - type: Transform + pos: 8.5,-46.5 + parent: 2 + - uid: 6868 + components: + - type: Transform + pos: 9.5,-47.5 + parent: 2 + - uid: 9140 + components: + - type: Transform + pos: -27.5,9.5 + parent: 2 + - uid: 9141 + components: + - type: Transform + pos: -27.5,10.5 + parent: 2 + - uid: 9142 + components: + - type: Transform + pos: -27.5,11.5 + parent: 2 + - uid: 9143 + components: + - type: Transform + pos: -27.5,12.5 + parent: 2 + - uid: 9144 + components: + - type: Transform + pos: -27.5,13.5 + parent: 2 + - uid: 9145 + components: + - type: Transform + pos: -27.5,14.5 + parent: 2 + - uid: 9146 + components: + - type: Transform + pos: -27.5,15.5 + parent: 2 + - uid: 9147 + components: + - type: Transform + pos: -27.5,16.5 + parent: 2 + - uid: 9148 + components: + - type: Transform + pos: -26.5,16.5 + parent: 2 + - uid: 9149 + components: + - type: Transform + pos: -25.5,16.5 + parent: 2 + - uid: 9150 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 + - uid: 9151 + components: + - type: Transform + pos: -24.5,15.5 + parent: 2 + - uid: 9152 + components: + - type: Transform + pos: -24.5,17.5 + parent: 2 + - uid: 9153 + components: + - type: Transform + pos: -23.5,8.5 + parent: 2 + - uid: 9154 + components: + - type: Transform + pos: -22.5,8.5 + parent: 2 + - uid: 9155 + components: + - type: Transform + pos: -21.5,8.5 + parent: 2 + - uid: 9156 + components: + - type: Transform + pos: -21.5,9.5 + parent: 2 + - uid: 9157 + components: + - type: Transform + pos: -21.5,10.5 + parent: 2 + - uid: 9158 + components: + - type: Transform + pos: -21.5,11.5 + parent: 2 + - uid: 9159 + components: + - type: Transform + pos: -21.5,12.5 + parent: 2 + - uid: 9160 + components: + - type: Transform + pos: -21.5,13.5 + parent: 2 + - uid: 9161 + components: + - type: Transform + pos: -21.5,14.5 + parent: 2 + - uid: 9162 + components: + - type: Transform + pos: -22.5,14.5 + parent: 2 + - uid: 9435 + components: + - type: Transform + pos: 1.5,-0.5 + parent: 2 + - uid: 9436 + components: + - type: Transform + pos: 0.5,-0.5 + parent: 2 + - uid: 9437 + components: + - type: Transform + pos: -0.5,-0.5 + parent: 2 + - uid: 9438 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 9439 + components: + - type: Transform + pos: -2.5,-0.5 + parent: 2 + - uid: 9440 + components: + - type: Transform + pos: -3.5,-0.5 + parent: 2 + - uid: 9441 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - uid: 9442 + components: + - type: Transform + pos: -4.5,0.5 + parent: 2 + - uid: 9443 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 2 + - uid: 9444 + components: + - type: Transform + pos: -0.5,0.5 + parent: 2 + - uid: 9445 + components: + - type: Transform + pos: -0.5,1.5 + parent: 2 + - uid: 9446 + components: + - type: Transform + pos: -0.5,2.5 + parent: 2 + - uid: 9447 + components: + - type: Transform + pos: -2.5,2.5 + parent: 2 + - uid: 9448 + components: + - type: Transform + pos: -1.5,2.5 + parent: 2 + - uid: 9449 + components: + - type: Transform + pos: 0.5,2.5 + parent: 2 + - uid: 9450 + components: + - type: Transform + pos: 1.5,2.5 + parent: 2 + - uid: 9451 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 9452 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 9453 + components: + - type: Transform + pos: -0.5,-3.5 + parent: 2 + - uid: 9454 + components: + - type: Transform + pos: -1.5,-3.5 + parent: 2 + - uid: 9455 + components: + - type: Transform + pos: -2.5,-3.5 + parent: 2 + - uid: 9456 + components: + - type: Transform + pos: -0.5,-2.5 + parent: 2 + - uid: 9457 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 2 + - uid: 9458 + components: + - type: Transform + pos: 3.5,-1.5 + parent: 2 + - uid: 9459 + components: + - type: Transform + pos: 3.5,0.5 + parent: 2 +- proto: CableTerminal + entities: + - uid: 9632 + components: + - type: Transform + pos: 7.5,36.5 + parent: 2 +- proto: CandleBlack + entities: + - uid: 9506 + components: + - type: Transform + pos: -42.768475,12.067802 + parent: 2 +- proto: CandleBlackSmall + entities: + - uid: 9505 + components: + - type: Transform + pos: 36.36139,6.8629527 + parent: 2 + - uid: 9511 + components: + - type: Transform + pos: -52.04538,5.7156816 + parent: 2 + - uid: 9518 + components: + - type: Transform + pos: -2.1517763,-48.093506 + parent: 2 + - uid: 9521 + components: + - type: Transform + pos: 52.14114,1.7329617 + parent: 2 +- proto: CandleBlue + entities: + - uid: 9509 + components: + - type: Transform + pos: -51.85788,5.738193 + parent: 2 + - uid: 9512 + components: + - type: Transform + pos: -55.828316,-26.549543 + parent: 2 +- proto: CandleBlueSmall + entities: + - uid: 9507 + components: + - type: Transform + pos: -26.754911,-17.334892 + parent: 2 + - uid: 9510 + components: + - type: Transform + pos: -51.717255,5.5906816 + parent: 2 + - uid: 9517 + components: + - type: Transform + pos: -10.654151,-13.119266 + parent: 2 +- proto: CandleGreen + entities: + - uid: 9514 + components: + - type: Transform + pos: -7.222584,-22.201056 + parent: 2 +- proto: CandlePurple + entities: + - uid: 9503 + components: + - type: Transform + pos: 60.24316,-14.184422 + parent: 2 + - uid: 9504 + components: + - type: Transform + pos: 36.574818,6.8813076 + parent: 2 + - uid: 9519 + components: + - type: Transform + pos: 52.60989,1.8579617 + parent: 2 +- proto: CandlePurpleSmall + entities: + - uid: 9502 + components: + - type: Transform + pos: -7.5606728,-18.52041 + parent: 2 +- proto: CandleRedSmall + entities: + - uid: 9513 + components: + - type: Transform + pos: -55.878075,-26.183296 + parent: 2 + - uid: 9515 + components: + - type: Transform + pos: 31.185574,-10.336631 + parent: 2 + - uid: 9516 + components: + - type: Transform + pos: -10.421664,-19.184874 + parent: 2 + - uid: 9520 + components: + - type: Transform + pos: 53.094265,1.4204617 + parent: 2 +- proto: CandleSmall + entities: + - uid: 9508 + components: + - type: Transform + pos: -26.536161,-17.194267 + parent: 2 +- proto: CaptainSabre + entities: + - uid: 7736 + components: + - type: Transform + pos: 2.5162191,14.7318 + parent: 2 +- proto: CarbonDioxideCanister + entities: + - uid: 8607 + components: + - type: Transform + pos: -32.5,-14.5 + parent: 2 +- proto: Carpet + entities: + - uid: 2647 + components: + - type: Transform + pos: -55.5,-0.5 + parent: 2 + - uid: 2648 + components: + - type: Transform + pos: -55.5,-1.5 + parent: 2 + - uid: 2649 + components: + - type: Transform + pos: -55.5,-2.5 + parent: 2 + - uid: 2650 + components: + - type: Transform + pos: -55.5,-3.5 + parent: 2 + - uid: 2651 + components: + - type: Transform + pos: -54.5,-0.5 + parent: 2 + - uid: 2652 + components: + - type: Transform + pos: -54.5,-1.5 + parent: 2 + - uid: 2653 + components: + - type: Transform + pos: -54.5,-2.5 + parent: 2 + - uid: 2654 + components: + - type: Transform + pos: -54.5,-3.5 + parent: 2 + - uid: 2655 + components: + - type: Transform + pos: -53.5,-0.5 + parent: 2 + - uid: 2656 + components: + - type: Transform + pos: -53.5,-1.5 + parent: 2 + - uid: 2657 + components: + - type: Transform + pos: -53.5,-2.5 + parent: 2 + - uid: 2658 + components: + - type: Transform + pos: -53.5,-3.5 + parent: 2 + - uid: 2659 + components: + - type: Transform + pos: -52.5,-3.5 + parent: 2 + - uid: 2660 + components: + - type: Transform + pos: -52.5,-2.5 + parent: 2 + - uid: 2661 + components: + - type: Transform + pos: -52.5,-1.5 + parent: 2 + - uid: 8019 + components: + - type: Transform + pos: -37.5,11.5 + parent: 2 + - uid: 8020 + components: + - type: Transform + pos: -38.5,12.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + pos: -38.5,13.5 + parent: 2 + - uid: 8022 + components: + - type: Transform + pos: -37.5,12.5 + parent: 2 + - uid: 8023 + components: + - type: Transform + pos: -37.5,13.5 + parent: 2 +- proto: CarpetBlack + entities: + - uid: 2804 + components: + - type: Transform + pos: -55.5,-22.5 + parent: 2 + - uid: 2805 + components: + - type: Transform + pos: -55.5,-21.5 + parent: 2 + - uid: 2806 + components: + - type: Transform + pos: -55.5,-20.5 + parent: 2 + - uid: 2807 + components: + - type: Transform + pos: -55.5,-19.5 + parent: 2 + - uid: 2808 + components: + - type: Transform + pos: -54.5,-22.5 + parent: 2 + - uid: 2809 + components: + - type: Transform + pos: -54.5,-21.5 + parent: 2 + - uid: 2810 + components: + - type: Transform + pos: -54.5,-20.5 + parent: 2 + - uid: 2811 + components: + - type: Transform + pos: -54.5,-19.5 + parent: 2 + - uid: 2812 + components: + - type: Transform + pos: -53.5,-22.5 + parent: 2 + - uid: 2813 + components: + - type: Transform + pos: -53.5,-21.5 + parent: 2 + - uid: 7867 + components: + - type: Transform + pos: 35.5,-10.5 + parent: 2 + - uid: 7868 + components: + - type: Transform + pos: 35.5,-11.5 + parent: 2 + - uid: 7869 + components: + - type: Transform + pos: 35.5,-12.5 + parent: 2 + - uid: 7870 + components: + - type: Transform + pos: 34.5,-10.5 + parent: 2 + - uid: 7871 + components: + - type: Transform + pos: 34.5,-11.5 + parent: 2 + - uid: 7872 + components: + - type: Transform + pos: 34.5,-12.5 + parent: 2 + - uid: 7873 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 + - uid: 7874 + components: + - type: Transform + pos: 33.5,-11.5 + parent: 2 + - uid: 7876 + components: + - type: Transform + pos: 32.5,-11.5 + parent: 2 + - uid: 7877 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 + - uid: 7878 + components: + - type: Transform + pos: 31.5,-11.5 + parent: 2 + - uid: 7879 + components: + - type: Transform + pos: 31.5,-10.5 + parent: 2 + - uid: 7925 + components: + - type: Transform + pos: 55.5,-9.5 + parent: 2 + - uid: 7926 + components: + - type: Transform + pos: 56.5,-9.5 + parent: 2 + - uid: 7927 + components: + - type: Transform + pos: 57.5,-9.5 + parent: 2 + - uid: 7928 + components: + - type: Transform + pos: 55.5,-10.5 + parent: 2 + - uid: 7929 + components: + - type: Transform + pos: 56.5,-10.5 + parent: 2 + - uid: 7958 + components: + - type: Transform + pos: -40.5,12.5 + parent: 2 + - uid: 8013 + components: + - type: Transform + pos: -42.5,12.5 + parent: 2 + - uid: 8015 + components: + - type: Transform + pos: -41.5,11.5 + parent: 2 + - uid: 8016 + components: + - type: Transform + pos: -42.5,11.5 + parent: 2 + - uid: 8017 + components: + - type: Transform + pos: -41.5,10.5 + parent: 2 + - uid: 8018 + components: + - type: Transform + pos: -42.5,10.5 + parent: 2 + - uid: 8024 + components: + - type: Transform + pos: -40.5,10.5 + parent: 2 + - uid: 8026 + components: + - type: Transform + pos: -41.5,12.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + pos: -41.5,13.5 + parent: 2 + - uid: 8032 + components: + - type: Transform + pos: -40.5,13.5 + parent: 2 + - uid: 8033 + components: + - type: Transform + pos: -40.5,11.5 + parent: 2 + - uid: 8243 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 2 + - uid: 8244 + components: + - type: Transform + pos: -7.5,-11.5 + parent: 2 + - uid: 8245 + components: + - type: Transform + pos: -6.5,-12.5 + parent: 2 + - uid: 8246 + components: + - type: Transform + pos: -6.5,-11.5 + parent: 2 + - uid: 8247 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 2 +- proto: CarpetBlue + entities: + - uid: 2628 + components: + - type: Transform + pos: -48.5,4.5 + parent: 2 + - uid: 2629 + components: + - type: Transform + pos: -48.5,3.5 + parent: 2 + - uid: 2630 + components: + - type: Transform + pos: -48.5,2.5 + parent: 2 + - uid: 2631 + components: + - type: Transform + pos: -49.5,4.5 + parent: 2 + - uid: 2632 + components: + - type: Transform + pos: -49.5,3.5 + parent: 2 + - uid: 2633 + components: + - type: Transform + pos: -49.5,2.5 + parent: 2 + - uid: 2635 + components: + - type: Transform + pos: -50.5,2.5 + parent: 2 + - uid: 2637 + components: + - type: Transform + pos: -50.5,4.5 + parent: 2 + - uid: 2638 + components: + - type: Transform + pos: -50.5,3.5 + parent: 2 + - uid: 2766 + components: + - type: Transform + pos: -48.5,-25.5 + parent: 2 + - uid: 2767 + components: + - type: Transform + pos: -48.5,-26.5 + parent: 2 + - uid: 2768 + components: + - type: Transform + pos: -48.5,-27.5 + parent: 2 + - uid: 2769 + components: + - type: Transform + pos: -49.5,-25.5 + parent: 2 + - uid: 2770 + components: + - type: Transform + pos: -49.5,-26.5 + parent: 2 + - uid: 2771 + components: + - type: Transform + pos: -49.5,-27.5 + parent: 2 + - uid: 2772 + components: + - type: Transform + pos: -50.5,-27.5 + parent: 2 + - uid: 2773 + components: + - type: Transform + pos: -50.5,-26.5 + parent: 2 + - uid: 2774 + components: + - type: Transform + pos: -50.5,-25.5 + parent: 2 + - uid: 7993 + components: + - type: Transform + pos: -22.5,-18.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: -22.5,-17.5 + parent: 2 + - uid: 7995 + components: + - type: Transform + pos: -23.5,-18.5 + parent: 2 + - uid: 7996 + components: + - type: Transform + pos: -23.5,-17.5 + parent: 2 + - uid: 7997 + components: + - type: Transform + pos: -24.5,-18.5 + parent: 2 + - uid: 7998 + components: + - type: Transform + pos: -24.5,-17.5 + parent: 2 + - uid: 7999 + components: + - type: Transform + pos: -23.5,-19.5 + parent: 2 + - uid: 8000 + components: + - type: Transform + pos: -24.5,-19.5 + parent: 2 +- proto: CarpetGreen + entities: + - uid: 2789 + components: + - type: Transform + pos: -51.5,-18.5 + parent: 2 + - uid: 2790 + components: + - type: Transform + pos: -51.5,-19.5 + parent: 2 + - uid: 2791 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 2 + - uid: 2792 + components: + - type: Transform + pos: -50.5,-18.5 + parent: 2 + - uid: 2793 + components: + - type: Transform + pos: -50.5,-19.5 + parent: 2 + - uid: 2794 + components: + - type: Transform + pos: -50.5,-20.5 + parent: 2 + - uid: 2795 + components: + - type: Transform + pos: -49.5,-18.5 + parent: 2 + - uid: 2796 + components: + - type: Transform + pos: -49.5,-19.5 + parent: 2 + - uid: 2797 + components: + - type: Transform + pos: -49.5,-20.5 + parent: 2 + - uid: 2798 + components: + - type: Transform + pos: -48.5,-18.5 + parent: 2 + - uid: 2799 + components: + - type: Transform + pos: -48.5,-19.5 + parent: 2 + - uid: 2800 + components: + - type: Transform + pos: -48.5,-20.5 + parent: 2 + - uid: 2801 + components: + - type: Transform + pos: -50.5,-21.5 + parent: 2 + - uid: 2802 + components: + - type: Transform + pos: -49.5,-21.5 + parent: 2 + - uid: 2803 + components: + - type: Transform + pos: -48.5,-21.5 + parent: 2 + - uid: 8235 + components: + - type: Transform + pos: -16.5,-15.5 + parent: 2 + - uid: 8236 + components: + - type: Transform + pos: -16.5,-16.5 + parent: 2 + - uid: 8237 + components: + - type: Transform + pos: -16.5,-17.5 + parent: 2 + - uid: 8238 + components: + - type: Transform + pos: -15.5,-15.5 + parent: 2 + - uid: 8239 + components: + - type: Transform + pos: -15.5,-16.5 + parent: 2 + - uid: 8240 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 2 + - uid: 8241 + components: + - type: Transform + pos: -16.5,-18.5 + parent: 2 + - uid: 8242 + components: + - type: Transform + pos: -16.5,-14.5 + parent: 2 +- proto: CarpetOrange + entities: + - uid: 2662 + components: + - type: Transform + pos: -50.5,-4.5 + parent: 2 + - uid: 2663 + components: + - type: Transform + pos: -50.5,-3.5 + parent: 2 + - uid: 2664 + components: + - type: Transform + pos: -50.5,-2.5 + parent: 2 + - uid: 2665 + components: + - type: Transform + pos: -49.5,-4.5 + parent: 2 + - uid: 2666 + components: + - type: Transform + pos: -49.5,-3.5 + parent: 2 + - uid: 2667 + components: + - type: Transform + pos: -49.5,-2.5 + parent: 2 + - uid: 2668 + components: + - type: Transform + pos: -48.5,-4.5 + parent: 2 + - uid: 2669 + components: + - type: Transform + pos: -48.5,-3.5 + parent: 2 + - uid: 2670 + components: + - type: Transform + pos: -48.5,-2.5 + parent: 2 + - uid: 2671 + components: + - type: Transform + pos: -49.5,-1.5 + parent: 2 + - uid: 2672 + components: + - type: Transform + pos: -48.5,-1.5 + parent: 2 + - uid: 7887 + components: + - type: Transform + pos: 60.5,-17.5 + parent: 2 + - uid: 7888 + components: + - type: Transform + pos: 60.5,-16.5 + parent: 2 + - uid: 7889 + components: + - type: Transform + pos: 60.5,-15.5 + parent: 2 + - uid: 7890 + components: + - type: Transform + pos: 59.5,-17.5 + parent: 2 + - uid: 7891 + components: + - type: Transform + pos: 59.5,-16.5 + parent: 2 + - uid: 7892 + components: + - type: Transform + pos: 59.5,-15.5 + parent: 2 + - uid: 7893 + components: + - type: Transform + pos: 58.5,-16.5 + parent: 2 + - uid: 7894 + components: + - type: Transform + pos: 58.5,-17.5 + parent: 2 + - uid: 7895 + components: + - type: Transform + pos: 60.5,-14.5 + parent: 2 + - uid: 7896 + components: + - type: Transform + pos: 59.5,-14.5 + parent: 2 + - uid: 8221 + components: + - type: Transform + pos: -14.5,-10.5 + parent: 2 + - uid: 8222 + components: + - type: Transform + pos: -15.5,-10.5 + parent: 2 + - uid: 8223 + components: + - type: Transform + pos: -16.5,-10.5 + parent: 2 + - uid: 8224 + components: + - type: Transform + pos: -14.5,-11.5 + parent: 2 + - uid: 8225 + components: + - type: Transform + pos: -15.5,-11.5 + parent: 2 +- proto: CarpetPurple + entities: + - uid: 7566 + components: + - type: Transform + pos: -6.5,-18.5 + parent: 2 + - uid: 7859 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - uid: 7860 + components: + - type: Transform + pos: 34.5,8.5 + parent: 2 + - uid: 7861 + components: + - type: Transform + pos: 35.5,9.5 + parent: 2 + - uid: 7862 + components: + - type: Transform + pos: 35.5,8.5 + parent: 2 + - uid: 7863 + components: + - type: Transform + pos: 36.5,9.5 + parent: 2 + - uid: 7864 + components: + - type: Transform + pos: 36.5,8.5 + parent: 2 + - uid: 7865 + components: + - type: Transform + pos: 35.5,7.5 + parent: 2 + - uid: 7866 + components: + - type: Transform + pos: 36.5,7.5 + parent: 2 + - uid: 8228 + components: + - type: Transform + pos: -7.5,-18.5 + parent: 2 + - uid: 8230 + components: + - type: Transform + pos: -8.5,-18.5 + parent: 2 + - uid: 8233 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 2 + - uid: 8234 + components: + - type: Transform + pos: -6.5,-17.5 + parent: 2 +- proto: CarpetSBlue + entities: + - uid: 2618 + components: + - type: Transform + pos: -54.5,2.5 + parent: 2 + - uid: 2619 + components: + - type: Transform + pos: -54.5,3.5 + parent: 2 + - uid: 2636 + components: + - type: Transform + pos: -55.5,4.5 + parent: 2 + - uid: 2639 + components: + - type: Transform + pos: -53.5,1.5 + parent: 2 + - uid: 2640 + components: + - type: Transform + pos: -54.5,1.5 + parent: 2 + - uid: 2642 + components: + - type: Transform + pos: -55.5,3.5 + parent: 2 + - uid: 2643 + components: + - type: Transform + pos: -53.5,2.5 + parent: 2 + - uid: 2644 + components: + - type: Transform + pos: -54.5,4.5 + parent: 2 + - uid: 2645 + components: + - type: Transform + pos: -55.5,1.5 + parent: 2 + - uid: 2646 + components: + - type: Transform + pos: -55.5,2.5 + parent: 2 + - uid: 2775 + components: + - type: Transform + pos: -55.5,-24.5 + parent: 2 + - uid: 2776 + components: + - type: Transform + pos: -55.5,-25.5 + parent: 2 + - uid: 2777 + components: + - type: Transform + pos: -55.5,-26.5 + parent: 2 + - uid: 2778 + components: + - type: Transform + pos: -55.5,-27.5 + parent: 2 + - uid: 2779 + components: + - type: Transform + pos: -54.5,-24.5 + parent: 2 + - uid: 2780 + components: + - type: Transform + pos: -54.5,-25.5 + parent: 2 + - uid: 2781 + components: + - type: Transform + pos: -54.5,-26.5 + parent: 2 + - uid: 2782 + components: + - type: Transform + pos: -54.5,-27.5 + parent: 2 + - uid: 2783 + components: + - type: Transform + pos: -54.5,-28.5 + parent: 2 + - uid: 2784 + components: + - type: Transform + pos: -53.5,-28.5 + parent: 2 + - uid: 2786 + components: + - type: Transform + pos: -53.5,-27.5 + parent: 2 + - uid: 2787 + components: + - type: Transform + pos: -53.5,-26.5 + parent: 2 + - uid: 8226 + components: + - type: Transform + pos: -7.5,-21.5 + parent: 2 + - uid: 8227 + components: + - type: Transform + pos: -6.5,-21.5 + parent: 2 + - uid: 8231 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 + - uid: 8232 + components: + - type: Transform + pos: -6.5,-20.5 + parent: 2 +- proto: Catwalk + entities: + - uid: 22 + components: + - type: Transform + pos: 10.5,-19.5 + parent: 2 + - uid: 30 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 + - uid: 33 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 2 + - uid: 36 + components: + - type: Transform + pos: 14.5,-10.5 + parent: 2 + - uid: 101 + components: + - type: Transform + pos: 10.5,-21.5 + parent: 2 + - uid: 103 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - uid: 106 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 2 + - uid: 143 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: 6.5,-19.5 + parent: 2 + - uid: 145 + components: + - type: Transform + pos: 6.5,-20.5 + parent: 2 + - uid: 146 + components: + - type: Transform + pos: 6.5,-21.5 + parent: 2 + - uid: 147 + components: + - type: Transform + pos: 6.5,-13.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: 6.5,-12.5 + parent: 2 + - uid: 149 + components: + - type: Transform + pos: 10.5,-11.5 + parent: 2 + - uid: 150 + components: + - type: Transform + pos: 10.5,-12.5 + parent: 2 + - uid: 151 + components: + - type: Transform + pos: 6.5,-10.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: 6.5,-11.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: 6.5,-14.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: 10.5,-10.5 + parent: 2 + - uid: 156 + components: + - type: Transform + pos: 6.5,-22.5 + parent: 2 + - uid: 163 + components: + - type: Transform + pos: 14.5,-22.5 + parent: 2 + - uid: 164 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 2 + - uid: 165 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 2 + - uid: 166 + components: + - type: Transform + pos: 14.5,-12.5 + parent: 2 + - uid: 167 + components: + - type: Transform + pos: 14.5,-19.5 + parent: 2 + - uid: 168 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 171 + components: + - type: Transform + pos: 10.5,-22.5 + parent: 2 + - uid: 172 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 2 + - uid: 173 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 2 + - uid: 181 + components: + - type: Transform + pos: 10.5,-13.5 + parent: 2 + - uid: 1279 + components: + - type: Transform + pos: 29.5,3.5 + parent: 2 + - uid: 1280 + components: + - type: Transform + pos: 30.5,3.5 + parent: 2 + - uid: 1281 + components: + - type: Transform + pos: 31.5,3.5 + parent: 2 + - uid: 1282 + components: + - type: Transform + pos: 32.5,3.5 + parent: 2 + - uid: 1283 + components: + - type: Transform + pos: 33.5,3.5 + parent: 2 + - uid: 1284 + components: + - type: Transform + pos: 36.5,3.5 + parent: 2 + - uid: 1285 + components: + - type: Transform + pos: 37.5,3.5 + parent: 2 + - uid: 1286 + components: + - type: Transform + pos: 38.5,3.5 + parent: 2 + - uid: 3070 + components: + - type: Transform + pos: -3.5,29.5 + parent: 2 + - uid: 3071 + components: + - type: Transform + pos: -2.5,29.5 + parent: 2 + - uid: 3075 + components: + - type: Transform + pos: -4.5,26.5 + parent: 2 + - uid: 3076 + components: + - type: Transform + pos: -4.5,27.5 + parent: 2 + - uid: 3077 + components: + - type: Transform + pos: -4.5,28.5 + parent: 2 + - uid: 3078 + components: + - type: Transform + pos: -5.5,26.5 + parent: 2 + - uid: 3169 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - uid: 3170 + components: + - type: Transform + pos: -8.5,23.5 + parent: 2 + - uid: 3171 + components: + - type: Transform + pos: -8.5,24.5 + parent: 2 + - uid: 3172 + components: + - type: Transform + pos: -8.5,25.5 + parent: 2 + - uid: 3173 + components: + - type: Transform + pos: -7.5,24.5 + parent: 2 + - uid: 3174 + components: + - type: Transform + pos: -4.5,30.5 + parent: 2 + - uid: 3175 + components: + - type: Transform + pos: -4.5,31.5 + parent: 2 + - uid: 3177 + components: + - type: Transform + pos: -8.5,30.5 + parent: 2 + - uid: 3178 + components: + - type: Transform + pos: -8.5,31.5 + parent: 2 + - uid: 3179 + components: + - type: Transform + pos: -7.5,31.5 + parent: 2 + - uid: 3182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,29.5 + parent: 2 + - uid: 3195 + components: + - type: Transform + pos: -44.5,5.5 + parent: 2 + - uid: 3196 + components: + - type: Transform + pos: -44.5,6.5 + parent: 2 + - uid: 3197 + components: + - type: Transform + pos: -44.5,3.5 + parent: 2 + - uid: 3198 + components: + - type: Transform + pos: -44.5,2.5 + parent: 2 + - uid: 3207 + components: + - type: Transform + pos: -40.5,-8.5 + parent: 2 + - uid: 3208 + components: + - type: Transform + pos: -40.5,-7.5 + parent: 2 + - uid: 3209 + components: + - type: Transform + pos: -40.5,-4.5 + parent: 2 + - uid: 3210 + components: + - type: Transform + pos: -40.5,-5.5 + parent: 2 + - uid: 3211 + components: + - type: Transform + pos: -38.5,-8.5 + parent: 2 + - uid: 3212 + components: + - type: Transform + pos: -38.5,-9.5 + parent: 2 + - uid: 3213 + components: + - type: Transform + pos: -38.5,-10.5 + parent: 2 + - uid: 3214 + components: + - type: Transform + pos: -37.5,-11.5 + parent: 2 + - uid: 3215 + components: + - type: Transform + pos: -36.5,-11.5 + parent: 2 + - uid: 3216 + components: + - type: Transform + pos: -35.5,-11.5 + parent: 2 + - uid: 3217 + components: + - type: Transform + pos: -34.5,-11.5 + parent: 2 + - uid: 3225 + components: + - type: Transform + pos: -34.5,-12.5 + parent: 2 + - uid: 3229 + components: + - type: Transform + pos: -32.5,-14.5 + parent: 2 + - uid: 3230 + components: + - type: Transform + pos: -33.5,-14.5 + parent: 2 + - uid: 3251 + components: + - type: Transform + pos: -38.5,2.5 + parent: 2 + - uid: 3263 + components: + - type: Transform + pos: 8.5,-29.5 + parent: 2 + - uid: 3264 + components: + - type: Transform + pos: 9.5,-28.5 + parent: 2 + - uid: 3265 + components: + - type: Transform + pos: 9.5,-27.5 + parent: 2 + - uid: 3266 + components: + - type: Transform + pos: 7.5,-27.5 + parent: 2 + - uid: 3267 + components: + - type: Transform + pos: 6.5,-27.5 + parent: 2 + - uid: 3268 + components: + - type: Transform + pos: 5.5,-27.5 + parent: 2 + - uid: 3269 + components: + - type: Transform + pos: 3.5,-27.5 + parent: 2 + - uid: 3270 + components: + - type: Transform + pos: 3.5,-26.5 + parent: 2 + - uid: 3271 + components: + - type: Transform + pos: 2.5,-26.5 + parent: 2 + - uid: 3301 + components: + - type: Transform + pos: 40.5,-12.5 + parent: 2 + - uid: 3302 + components: + - type: Transform + pos: 39.5,-12.5 + parent: 2 + - uid: 3303 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 3304 + components: + - type: Transform + pos: 37.5,-10.5 + parent: 2 + - uid: 3305 + components: + - type: Transform + pos: 37.5,-9.5 + parent: 2 + - uid: 3306 + components: + - type: Transform + pos: 37.5,-8.5 + parent: 2 + - uid: 3307 + components: + - type: Transform + pos: 37.5,-6.5 + parent: 2 + - uid: 3308 + components: + - type: Transform + pos: 37.5,-5.5 + parent: 2 + - uid: 3309 + components: + - type: Transform + pos: 36.5,-5.5 + parent: 2 + - uid: 3310 + components: + - type: Transform + pos: 35.5,-4.5 + parent: 2 + - uid: 3311 + components: + - type: Transform + pos: 35.5,-3.5 + parent: 2 + - uid: 3356 + components: + - type: Transform + pos: 42.5,3.5 + parent: 2 + - uid: 3357 + components: + - type: Transform + pos: 43.5,3.5 + parent: 2 + - uid: 3358 + components: + - type: Transform + pos: 44.5,3.5 + parent: 2 + - uid: 3359 + components: + - type: Transform + pos: 45.5,3.5 + parent: 2 + - uid: 3360 + components: + - type: Transform + pos: 46.5,3.5 + parent: 2 + - uid: 3361 + components: + - type: Transform + pos: 46.5,1.5 + parent: 2 + - uid: 3362 + components: + - type: Transform + pos: 46.5,0.5 + parent: 2 + - uid: 3363 + components: + - type: Transform + pos: 46.5,-0.5 + parent: 2 + - uid: 3364 + components: + - type: Transform + pos: 48.5,1.5 + parent: 2 + - uid: 3365 + components: + - type: Transform + pos: 43.5,4.5 + parent: 2 + - uid: 3372 + components: + - type: Transform + pos: 13.5,-3.5 + parent: 2 + - uid: 3373 + components: + - type: Transform + pos: 13.5,-4.5 + parent: 2 + - uid: 3374 + components: + - type: Transform + pos: 12.5,-5.5 + parent: 2 + - uid: 5705 + components: + - type: Transform + pos: 2.5,28.5 + parent: 2 + - uid: 5706 + components: + - type: Transform + pos: 2.5,29.5 + parent: 2 + - uid: 8552 + components: + - type: Transform + pos: 35.5,-7.5 + parent: 2 + - uid: 8553 + components: + - type: Transform + pos: 34.5,-7.5 + parent: 2 + - uid: 8554 + components: + - type: Transform + pos: 33.5,-7.5 + parent: 2 + - uid: 8582 + components: + - type: Transform + pos: 9.5,-24.5 + parent: 2 + - uid: 8583 + components: + - type: Transform + pos: 9.5,-25.5 + parent: 2 + - uid: 8598 + components: + - type: Transform + pos: -45.5,2.5 + parent: 2 + - uid: 8630 + components: + - type: Transform + pos: -38.5,-4.5 + parent: 2 + - uid: 8631 + components: + - type: Transform + pos: -37.5,-4.5 + parent: 2 + - uid: 9016 + components: + - type: Transform + pos: -36.5,-13.5 + parent: 2 + - uid: 9367 + components: + - type: Transform + pos: -36.5,-14.5 + parent: 2 + - uid: 9368 + components: + - type: Transform + pos: -36.5,-15.5 + parent: 2 + - uid: 9369 + components: + - type: Transform + pos: -36.5,-17.5 + parent: 2 + - uid: 9370 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 2 + - uid: 9371 + components: + - type: Transform + pos: -36.5,-18.5 + parent: 2 +- proto: Chair + entities: + - uid: 1075 + components: + - type: Transform + pos: 18.5,-3.5 + parent: 2 + - uid: 1089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-5.5 + parent: 2 + - uid: 1170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,2.5 + parent: 2 + - uid: 1432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-16.5 + parent: 2 + - uid: 1461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-8.5 + parent: 2 + - uid: 1802 + components: + - type: Transform + pos: 22.5,2.5 + parent: 2 + - uid: 1803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,21.5 + parent: 2 + - uid: 1815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,21.5 + parent: 2 + - uid: 1817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-6.5 + parent: 2 + - uid: 1818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-6.5 + parent: 2 + - uid: 1819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-6.5 + parent: 2 + - uid: 1962 + components: + - type: Transform + pos: -31.5,-3.5 + parent: 2 + - uid: 2344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,4.5 + parent: 2 + - uid: 2915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-61.5 + parent: 2 + - uid: 3106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-62.5 + parent: 2 + - uid: 3164 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-60.5 + parent: 2 + - uid: 3176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-59.5 + parent: 2 + - uid: 3936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-60.5 + parent: 2 + - uid: 5653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-59.5 + parent: 2 + - uid: 5654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-61.5 + parent: 2 + - uid: 5971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-62.5 + parent: 2 + - uid: 7564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-60.5 + parent: 2 + - uid: 7565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-59.5 + parent: 2 + - uid: 7567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-61.5 + parent: 2 + - uid: 7568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-62.5 + parent: 2 + - uid: 7569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-62.5 + parent: 2 + - uid: 7570 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-61.5 + parent: 2 + - uid: 7571 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-60.5 + parent: 2 + - uid: 7572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-59.5 + parent: 2 + - uid: 7573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-52.5 + parent: 2 + - uid: 7577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-53.5 + parent: 2 + - uid: 7578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-54.5 + parent: 2 + - uid: 7579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-55.5 + parent: 2 + - uid: 7580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-52.5 + parent: 2 + - uid: 7581 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-53.5 + parent: 2 + - uid: 7582 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-54.5 + parent: 2 + - uid: 7583 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-55.5 + parent: 2 + - uid: 7597 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-52.5 + parent: 2 + - uid: 7598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-53.5 + parent: 2 + - uid: 7599 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-54.5 + parent: 2 + - uid: 7600 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-55.5 + parent: 2 + - uid: 7601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-52.5 + parent: 2 + - uid: 7602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-53.5 + parent: 2 + - uid: 7603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-54.5 + parent: 2 + - uid: 7604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-55.5 + parent: 2 + - uid: 7613 + components: + - type: Transform + pos: -4.5,-45.5 + parent: 2 + - uid: 7614 + components: + - type: Transform + pos: 3.5,-45.5 + parent: 2 + - uid: 7615 + components: + - type: Transform + pos: 4.5,-45.5 + parent: 2 + - uid: 7625 + components: + - type: Transform + pos: -5.5,-45.5 + parent: 2 + - uid: 7626 + components: + - type: Transform + pos: -6.5,-45.5 + parent: 2 + - uid: 7628 + components: + - type: Transform + pos: 5.5,-45.5 + parent: 2 + - uid: 7740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,4.5 + parent: 2 + - uid: 7741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,2.5 + parent: 2 + - uid: 7743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - uid: 7744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 2 + - uid: 7959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-3.5 + parent: 2 + - uid: 8115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-13.5 + parent: 2 + - uid: 8268 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-38.5 + parent: 2 + - uid: 8269 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-40.5 + parent: 2 + - uid: 8270 + components: + - type: Transform + pos: 6.5,-38.5 + parent: 2 + - uid: 8285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-62.5 + parent: 2 + - uid: 8286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-61.5 + parent: 2 + - uid: 8287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-60.5 + parent: 2 + - uid: 8288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-59.5 + parent: 2 + - uid: 8289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-59.5 + parent: 2 + - uid: 8290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-60.5 + parent: 2 + - uid: 8291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-61.5 + parent: 2 + - uid: 8292 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-62.5 + parent: 2 + - uid: 8727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-62.5 + parent: 2 + - uid: 8728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-61.5 + parent: 2 + - uid: 8729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-60.5 + parent: 2 + - uid: 8730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-59.5 + parent: 2 + - uid: 8731 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-59.5 + parent: 2 + - uid: 8732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-60.5 + parent: 2 + - uid: 8733 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-61.5 + parent: 2 + - uid: 8734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-62.5 + parent: 2 + - uid: 9058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,17.5 + parent: 2 +- proto: ChairFolding + entities: + - uid: 412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-24.5 + parent: 2 + - uid: 413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,-24.5 + parent: 2 + - uid: 1454 + components: + - type: Transform + pos: 49.5,-13.5 + parent: 2 + - uid: 1456 + components: + - type: Transform + pos: 48.5,-13.5 + parent: 2 + - uid: 1891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 + parent: 2 + - uid: 1980 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,21.5 + parent: 2 + - uid: 2075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,6.5 + parent: 2 + - uid: 2076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,7.5 + parent: 2 + - uid: 2077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,7.5 + parent: 2 + - uid: 2078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,6.5 + parent: 2 + - uid: 2079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,7.5 + parent: 2 + - uid: 2080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,6.5 + parent: 2 + - uid: 2081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,7.5 + parent: 2 + - uid: 2082 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,6.5 + parent: 2 + - uid: 7590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-30.5 + parent: 2 + - uid: 7605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-58.5 + parent: 2 + - uid: 7606 + components: + - type: Transform + pos: -10.5,-63.5 + parent: 2 + - uid: 7607 + components: + - type: Transform + pos: 9.5,-63.5 + parent: 2 + - uid: 7608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-58.5 + parent: 2 + - uid: 7742 + components: + - type: Transform + pos: -5.5,5.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,4.5 + parent: 2 + - uid: 7803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-3.5 + parent: 2 + - uid: 7947 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-31.5 + parent: 2 + - uid: 7948 + components: + - type: Transform + pos: 31.5,-29.5 + parent: 2 + - uid: 7960 + components: + - type: Transform + pos: -36.5,0.5 + parent: 2 + - uid: 7961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,0.5 + parent: 2 + - uid: 8265 + components: + - type: Transform + pos: -10.5,-31.5 + parent: 2 + - uid: 8266 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-33.5 + parent: 2 + - uid: 8577 + components: + - type: Transform + pos: 5.5,-28.5 + parent: 2 + - uid: 9239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-44.5 + parent: 2 +- proto: ChairOfficeDark + entities: + - uid: 1061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-12.5 + parent: 2 + - uid: 1083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-6.5 + parent: 2 + - uid: 1184 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,8.5 + parent: 2 + - uid: 1472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-12.5 + parent: 2 + - uid: 1812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,0.5 + parent: 2 + - uid: 1813 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 2123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,12.5 + parent: 2 + - uid: 2276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,11.5 + parent: 2 + - uid: 2277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,11.5 + parent: 2 + - uid: 2320 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,14.5 + parent: 2 + - uid: 2540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-3.5 + parent: 2 + - uid: 2691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-19.5 + parent: 2 + - uid: 2700 + components: + - type: Transform + pos: -54.5,-21.5 + parent: 2 + - uid: 2765 + components: + - type: Transform + pos: -50.5,-27.5 + parent: 2 +- proto: ChairOfficeLight + entities: + - uid: 938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-12.5 + parent: 2 + - uid: 1262 + components: + - type: Transform + pos: 25.5,5.5 + parent: 2 + - uid: 1982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-7.5 + parent: 2 +- proto: ChairPilotSeat + entities: + - uid: 9466 + components: + - type: Transform + pos: -30.5,-17.5 + parent: 2 + - uid: 9470 + components: + - type: Transform + pos: -32.5,-17.5 + parent: 2 +- proto: ChairWood + entities: + - uid: 376 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-16.5 + parent: 2 + - uid: 377 + components: + - type: Transform + pos: -16.5,-14.5 + parent: 2 + - uid: 1071 + components: + - type: Transform + pos: 21.5,-13.5 + parent: 2 + - uid: 1072 + components: + - type: Transform + pos: 22.5,-13.5 + parent: 2 +- proto: CheapLighter + entities: + - uid: 7776 + components: + - type: Transform + pos: -6.25189,5.4356194 + parent: 2 + - uid: 9077 + components: + - type: Transform + pos: -23.379593,13.572519 + parent: 2 +- proto: CheckerBoard + entities: + - uid: 7837 + components: + - type: Transform + pos: 19.428404,-12.426074 + parent: 2 +- proto: ChemBag + entities: + - uid: 1957 + components: + - type: Transform + pos: -31.713497,-8.378671 + parent: 2 +- proto: ChemistryEmptyBottle02 + entities: + - uid: 1354 + components: + - type: Transform + pos: -34.271645,-8.419703 + parent: 2 +- proto: ChemistryEmptyBottle04 + entities: + - uid: 9096 + components: + - type: Transform + pos: -25.528572,-12.930597 + parent: 2 +- proto: ChessBoard + entities: + - uid: 8103 + components: + - type: Transform + pos: -52.332314,-12.431362 + parent: 2 +- proto: Cigar + entities: + - uid: 7777 + components: + - type: Transform + pos: -6.591313,5.6126103 + parent: 2 + - uid: 8302 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.542163,-36.44932 + parent: 2 +- proto: CigarCase + entities: + - uid: 8038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.500223,6.583769 + parent: 2 +- proto: CigarGold + entities: + - uid: 1541 + components: + - type: Transform + pos: 60.37952,-14.306984 + parent: 2 + - uid: 7875 + components: + - type: Transform + pos: 26.439526,-11.369116 + parent: 2 + - uid: 8061 + components: + - type: Transform + pos: -16.279839,10.521913 + parent: 2 +- proto: CigarGoldCase + entities: + - uid: 8118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.555573,-10.756532 + parent: 2 +- proto: CigPackBlack + entities: + - uid: 8249 + components: + - type: Transform + pos: -7.30211,-10.31647 + parent: 2 + - uid: 9079 + components: + - type: Transform + pos: -23.622662,13.602486 + parent: 2 +- proto: CigPackRed + entities: + - uid: 7822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.598198,4.543154 + parent: 2 +- proto: CleanerDispenser + entities: + - uid: 9538 + components: + - type: Transform + pos: 8.5,27.5 + parent: 2 +- proto: CleanerGrenade + entities: + - uid: 9489 + components: + - type: Transform + pos: 6.426608,27.666847 + parent: 2 +- proto: ClosetEmergencyFilledRandom + entities: + - uid: 222 + components: + - type: Transform + pos: 15.5,-14.5 + parent: 2 + - uid: 7634 + components: + - type: Transform + pos: 11.5,-66.5 + parent: 2 + - uid: 7636 + components: + - type: Transform + pos: -12.5,-66.5 + parent: 2 + - uid: 7638 + components: + - type: Transform + pos: -7.5,-45.5 + parent: 2 + - uid: 7644 + components: + - type: Transform + pos: 9.5,-31.5 + parent: 2 + - uid: 7753 + components: + - type: Transform + pos: 3.5,2.5 + parent: 2 + - uid: 8177 + components: + - type: Transform + pos: -29.5,-38.5 + parent: 2 + - uid: 8179 + components: + - type: Transform + pos: 28.5,-38.5 + parent: 2 + - uid: 8534 + components: + - type: Transform + pos: -8.5,21.5 + parent: 2 + - uid: 9380 + components: + - type: Transform + pos: -35.5,-17.5 + parent: 2 +- proto: ClosetEmergencyN2FilledRandom + entities: + - uid: 9669 + components: + - type: Transform + pos: -5.5,31.5 + parent: 2 + - uid: 9670 + components: + - type: Transform + pos: 38.5,2.5 + parent: 2 +- proto: ClosetFireFilled + entities: + - uid: 223 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 2 + - uid: 7635 + components: + - type: Transform + pos: 7.5,-66.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + pos: -8.5,-66.5 + parent: 2 + - uid: 7639 + components: + - type: Transform + pos: 6.5,-45.5 + parent: 2 + - uid: 7756 + components: + - type: Transform + pos: -4.5,-3.5 + parent: 2 + - uid: 8178 + components: + - type: Transform + pos: -28.5,-38.5 + parent: 2 + - uid: 8180 + components: + - type: Transform + pos: 26.5,-38.5 + parent: 2 + - uid: 8535 + components: + - type: Transform + pos: -0.5,31.5 + parent: 2 + - uid: 8560 + components: + - type: Transform + pos: 33.5,-4.5 + parent: 2 + - uid: 9381 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 2 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 5696 + components: + - type: Transform + pos: 0.5,31.5 + parent: 2 + - uid: 8526 + components: + - type: Transform + pos: -42.5,4.5 + parent: 2 + - uid: 8527 + components: + - type: Transform + pos: -5.5,25.5 + parent: 2 + - uid: 8539 + components: + - type: Transform + pos: 28.5,4.5 + parent: 2 + - uid: 8540 + components: + - type: Transform + pos: 47.5,-1.5 + parent: 2 + - uid: 8559 + components: + - type: Transform + pos: 38.5,-7.5 + parent: 2 + - uid: 8573 + components: + - type: Transform + pos: 3.5,-29.5 + parent: 2 + - uid: 8628 + components: + - type: Transform + pos: -37.5,-7.5 + parent: 2 +- proto: ClosetToolFilled + entities: + - uid: 8536 + components: + - type: Transform + pos: -7.5,29.5 + parent: 2 +- proto: ClothingBackpackDuffelEngineering + entities: + - uid: 7911 + components: + - type: Transform + pos: 51.568115,-2.7373834 + parent: 2 +- proto: ClothingBackpackDuffelSalvage + entities: + - uid: 1008 + components: + - type: Transform + pos: 30.496008,-3.20936 + parent: 2 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 7965 + components: + - type: Transform + pos: -13.842619,-5.4390097 + parent: 2 +- proto: ClothingBackpackHolding + entities: + - uid: 7733 + components: + - type: Transform + pos: 4.5232472,13.728849 + parent: 2 +- proto: ClothingBackpackSatchel + entities: + - uid: 8989 + components: + - type: Transform + pos: -26.633257,17.445375 + parent: 2 +- proto: ClothingBackpackSatchelBrigmedic + entities: + - uid: 1908 + components: + - type: Transform + pos: -23.38142,-19.443447 + parent: 2 +- proto: ClothingBackpackSatchelLeather + entities: + - uid: 3141 + components: + - type: Transform + pos: -2.5,35.5 + parent: 2 + - uid: 9094 + components: + - type: Transform + pos: 34.41609,-13.397057 + parent: 2 + - uid: 9253 + components: + - type: Transform + pos: -17.503399,-44.335926 + parent: 2 + - uid: 9471 + components: + - type: Transform + pos: -3.5,35.5 + parent: 2 + - uid: 9596 + components: + - type: Transform + pos: 2.5,38.5 + parent: 2 +- proto: ClothingBeltAssault + entities: + - uid: 8075 + components: + - type: Transform + pos: -38.016167,10.712485 + parent: 2 +- proto: ClothingBeltHolster + entities: + - uid: 2297 + components: + - type: Transform + pos: -39.582104,8.79618 + parent: 2 +- proto: ClothingBeltMedical + entities: + - uid: 1961 + components: + - type: Transform + pos: -35.532024,-8.496665 + parent: 2 +- proto: ClothingBeltSecurity + entities: + - uid: 2109 + components: + - type: Transform + pos: -32.470276,8.471779 + parent: 2 +- proto: ClothingBeltSecurityWebbing + entities: + - uid: 2112 + components: + - type: Transform + pos: -38.609417,8.589773 + parent: 2 + - uid: 2296 + components: + - type: Transform + pos: -17.527233,14.6028595 + parent: 2 + - uid: 9092 + components: + - type: Transform + pos: -38.576927,10.652401 + parent: 2 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 1415 + components: + - type: Transform + pos: 53.491665,-5.5318255 + parent: 2 +- proto: ClothingEyesGlasses + entities: + - uid: 1964 + components: + - type: Transform + pos: -35.064476,-3.4676437 + parent: 2 + - uid: 2146 + components: + - type: Transform + pos: -13.793735,8.394621 + parent: 2 + - uid: 2971 + components: + - type: Transform + pos: 17.610846,8.451709 + parent: 2 + - uid: 7835 + components: + - type: Transform + pos: 30.53237,9.0132265 + parent: 2 + - uid: 8001 + components: + - type: Transform + pos: -25.552124,-12.002445 + parent: 2 + - uid: 8204 + components: + - type: Transform + pos: 2.3393357,-21.26714 + parent: 2 +- proto: ClothingEyesGlassesAviator + entities: + - uid: 9249 + components: + - type: Transform + pos: -15.573391,-44.35565 + parent: 2 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 1416 + components: + - type: Transform + pos: 51.42561,-2.4049816 + parent: 2 +- proto: ClothingEyesGlassesSecurity + entities: + - uid: 9432 + components: + - type: Transform + pos: 2.5,38.5 + parent: 2 +- proto: ClothingEyesGlassesSunglasses + entities: + - uid: 8042 + components: + - type: Transform + pos: -33.849556,8.516174 + parent: 2 +- proto: ClothingEyesGlassesThermal + entities: + - uid: 1435 + components: + - type: Transform + pos: 51.48622,-20.265348 + parent: 2 +- proto: ClothingEyesHudMedical + entities: + - uid: 7963 + components: + - type: Transform + pos: -18.470263,-7.315727 + parent: 2 +- proto: ClothingEyesHudSecurity + entities: + - uid: 2105 + components: + - type: Transform + pos: -34.47901,7.5464554 + parent: 2 + - uid: 2106 + components: + - type: Transform + pos: -34.597073,7.723447 + parent: 2 + - uid: 2298 + components: + - type: Transform + pos: -16.945015,14.441783 + parent: 2 + - uid: 3018 + components: + - type: Transform + pos: -0.43264732,-2.2551992 + parent: 2 + - uid: 9427 + components: + - type: Transform + pos: -3.5,35.5 + parent: 2 +- proto: ClothingHandsGlovesColorBlack + entities: + - uid: 8619 + components: + - type: Transform + pos: -30.59833,-10.415756 + parent: 2 +- proto: ClothingHandsGlovesColorBlue + entities: + - uid: 9095 + components: + - type: Transform + pos: -18.40808,-7.745063 + parent: 2 +- proto: ClothingHandsGlovesColorGray + entities: + - uid: 8571 + components: + - type: MetaData + desc: Dusty, old, grey gloves that do not keep you from frying. Seem fit for a king. + - type: Transform + pos: 5.4831805,-24.369528 + parent: 2 +- proto: ClothingHandsGlovesFingerless + entities: + - uid: 1173 + components: + - type: Transform + pos: 15.463922,2.450069 + parent: 2 + - uid: 7846 + components: + - type: Transform + pos: 16.05782,-6.386447 + parent: 2 + - uid: 7920 + components: + - type: Transform + pos: 51.781662,-20.592072 + parent: 2 + - uid: 8058 + components: + - type: Transform + pos: -14.384037,8.402596 + parent: 2 + - uid: 8074 + components: + - type: Transform + pos: -38.016167,10.4175005 + parent: 2 + - uid: 8538 + components: + - type: Transform + pos: 4.508488,25.556108 + parent: 2 +- proto: ClothingHandsGlovesLatex + entities: + - uid: 9401 + components: + - type: Transform + pos: -35.496872,-19.54776 + parent: 2 +- proto: ClothingHandsGlovesLeather + entities: + - uid: 8595 + components: + - type: Transform + pos: 11.536786,-8.393434 + parent: 2 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 1918 + components: + - type: Transform + pos: -32.522633,-8.372165 + parent: 2 +- proto: ClothingHeadHatAnimalHeadslime + entities: + - uid: 9552 + components: + - type: Transform + pos: 2.434067,31.50986 + parent: 2 +- proto: ClothingHeadHatBeret + entities: + - uid: 9250 + components: + - type: Transform + pos: 16.240294,-43.260998 + parent: 2 +- proto: ClothingHeadHatBeretBrigmedic + entities: + - uid: 1911 + components: + - type: Transform + pos: -17.296577,-3.4993591 + parent: 2 +- proto: ClothingHeadHatBeretEngineering + entities: + - uid: 1417 + components: + - type: Transform + pos: 52.222515,-6.180793 + parent: 2 +- proto: ClothingHeadHatBeretFrench + entities: + - uid: 9484 + components: + - type: MetaData + desc: Beret, in a sleek black color, fancy. + name: black beret + - type: Transform + pos: -0.7691238,-43.20969 + parent: 2 + missingComponents: + - AddAccentClothing +- proto: ClothingHeadHatBeretRND + entities: + - uid: 1176 + components: + - type: Transform + pos: 16.231407,8.434973 + parent: 2 +- proto: ClothingHeadHatBeretSecurity + entities: + - uid: 2108 + components: + - type: Transform + pos: -39.760506,8.412782 + parent: 2 +- proto: ClothingHeadHatCargosoftFlipped + entities: + - uid: 1177 + components: + - type: Transform + pos: 16.78188,-6.620102 + parent: 2 +- proto: ClothingHeadHatCatEars + entities: + - uid: 9225 + components: + - type: Transform + pos: 11.5,-30.5 + parent: 2 + missingComponents: + - AddAccentClothing +- proto: ClothingHeadHatCone + entities: + - uid: 1503 + components: + - type: Transform + pos: 51.617374,-6.645749 + parent: 2 + - uid: 9101 + components: + - type: Transform + pos: 51.633,-6.567624 + parent: 2 + - uid: 9493 + components: + - type: Transform + pos: -38.78572,-10.633766 + parent: 2 +- proto: ClothingHeadHatCorpsoft + entities: + - uid: 7797 + components: + - type: Transform + pos: -0.73315704,1.7090936 + parent: 2 + - uid: 8043 + components: + - type: Transform + pos: -33.123417,8.634169 + parent: 2 +- proto: ClothingHeadHatDogEars + entities: + - uid: 9228 + components: + - type: Transform + pos: 11.5,-30.5 + parent: 2 + missingComponents: + - AddAccentClothing +- proto: ClothingHeadHatHardhatOrange + entities: + - uid: 7921 + components: + - type: Transform + pos: 46.5198,-4.862994 + parent: 2 +- proto: ClothingHeadHatOrangesoft + entities: + - uid: 9474 + components: + - type: Transform + pos: -22.882603,17.457619 + parent: 2 +- proto: ClothingHeadHatParamedicsoftFlipped + entities: + - uid: 1915 + components: + - type: Transform + pos: -17.253208,-8.633782 + parent: 2 +- proto: ClothingHeadHatPirateTricord + entities: + - uid: 8601 + components: + - type: Transform + pos: -40.737198,-13.177081 + parent: 2 +- proto: ClothingHeadHatSurgcapBlue + entities: + - uid: 7966 + components: + - type: Transform + pos: -18.706383,-7.787704 + parent: 2 +- proto: ClothingHeadHatUshanka + entities: + - uid: 8737 + components: + - type: Transform + pos: -31.567904,-10.247647 + parent: 2 +- proto: ClothingHeadHatWelding + entities: + - uid: 7821 + components: + - type: Transform + pos: 14.556032,4.7496443 + parent: 2 + - uid: 7844 + components: + - type: Transform + pos: 28.660498,-3.2544818 + parent: 2 +- proto: ClothingHeadHatWeldingMaskPainted + entities: + - uid: 8548 + components: + - type: Transform + pos: 39.36562,5.6580253 + parent: 2 +- proto: ClothingHeadHatYellowsoft + entities: + - uid: 7914 + components: + - type: Transform + pos: 51.20626,-3.4693265 + parent: 2 +- proto: ClothingHeadHelmetERTLeader + entities: + - uid: 3049 + components: + - type: Transform + pos: 4.4697094,15.602008 + parent: 2 +- proto: ClothingHeadsetMining + entities: + - uid: 1076 + components: + - type: Transform + pos: 31.38288,-5.550561 + parent: 2 +- proto: ClothingHeadsetSecurity + entities: + - uid: 2113 + components: + - type: Transform + pos: -41.619957,6.5838733 + parent: 2 +- proto: ClothingMaskBreathMedical + entities: + - uid: 1913 + components: + - type: Transform + pos: -13.593334,-8.397794 + parent: 2 + - uid: 7977 + components: + - type: Transform + pos: -35.654778,-3.4676437 + parent: 2 +- proto: ClothingMaskBreathMedicalSecurity + entities: + - uid: 6234 + components: + - type: Transform + pos: -23.912691,-19.561441 + parent: 2 +- proto: ClothingMaskGas + entities: + - uid: 7975 + components: + - type: Transform + pos: 16.137882,2.5230176 + parent: 2 + - uid: 8611 + components: + - type: Transform + pos: -34.482536,-10.406689 + parent: 2 +- proto: ClothingMaskGasAtmos + entities: + - uid: 1436 + components: + - type: Transform + pos: 50.335133,-20.41284 + parent: 2 +- proto: ClothingMaskGasCentcom + entities: + - uid: 772 + components: + - type: Transform + pos: -5.5118904,15.498761 + parent: 2 +- proto: ClothingMaskGasExplorer + entities: + - uid: 8612 + components: + - type: Transform + pos: -31.601843,-10.474753 + parent: 2 +- proto: ClothingMaskGasSecurity + entities: + - uid: 2185 + components: + - type: Transform + pos: -39.5528,4.4668555 + parent: 2 +- proto: ClothingMaskNeckGaiter + entities: + - uid: 8035 + components: + - type: Transform + pos: -41.341217,7.6447616 + parent: 2 +- proto: ClothingMaskSterile + entities: + - uid: 1175 + components: + - type: Transform + pos: 16.43792,3.4235206 + parent: 2 + - uid: 1920 + components: + - type: Transform + pos: -14.300686,-5.296539 + parent: 2 + - uid: 1921 + components: + - type: Transform + pos: -14.182626,-5.3555365 + parent: 2 + - uid: 9387 + components: + - type: Transform + pos: -35.500957,-19.250885 + parent: 2 +- proto: ClothingNeckCargomedal + entities: + - uid: 9097 + components: + - type: Transform + pos: 33.36846,-13.466563 + parent: 2 +- proto: ClothingNeckCloakNanotrasen + entities: + - uid: 3050 + components: + - type: Transform + pos: 4.4697094,14.717052 + parent: 2 +- proto: ClothingNeckEngineermedal + entities: + - uid: 9100 + components: + - type: Transform + pos: 55.348793,-15.414225 + parent: 2 +- proto: ClothingNeckHeadphones + entities: + - uid: 2394 + components: + - type: Transform + pos: -28.44328,21.72877 + parent: 2 + - uid: 9252 + components: + - type: Transform + pos: 16.539623,-44.539253 + parent: 2 + - uid: 9605 + components: + - type: Transform + pos: -4.4642844,-23.404097 + parent: 2 +- proto: ClothingNeckLawyerbadge + entities: + - uid: 9597 + components: + - type: Transform + pos: 2.5,37.5 + parent: 2 +- proto: ClothingNeckLGBTPin + entities: + - uid: 8195 + components: + - type: Transform + pos: 2.6020877,-21.379698 + parent: 2 +- proto: ClothingNeckMedicalmedal + entities: + - uid: 9093 + components: + - type: Transform + pos: -24.756418,-19.457933 + parent: 2 +- proto: ClothingNeckScarfStripedBlack + entities: + - uid: 8060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.443258,14.559776 + parent: 2 +- proto: ClothingNeckScarfStripedBlue + entities: + - uid: 8155 + components: + - type: Transform + pos: -51.406834,-28.496784 + parent: 2 +- proto: ClothingNeckScarfStripedOrange + entities: + - uid: 1438 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.463734,-6.5214977 + parent: 2 + - uid: 1959 + components: + - type: Transform + pos: -32.776043,-7.6117096 + parent: 2 +- proto: ClothingNeckScarfStripedPurple + entities: + - uid: 1174 + components: + - type: Transform + pos: 31.473715,-3.5284007 + parent: 2 +- proto: ClothingNeckScarfStripedRed + entities: + - uid: 8052 + components: + - type: Transform + pos: -33.197826,4.454718 + parent: 2 +- proto: ClothingNeckScarfStripedZebra + entities: + - uid: 7789 + components: + - type: Transform + pos: 1.2543312,-21.71789 + parent: 2 +- proto: ClothingNeckSciencemedal + entities: + - uid: 9098 + components: + - type: Transform + pos: 35.250965,9.5363035 + parent: 2 +- proto: ClothingNeckSecuritymedal + entities: + - uid: 9091 + components: + - type: Transform + pos: -37.35231,11.462542 + parent: 2 +- proto: ClothingNeckStethoscope + entities: + - uid: 7984 + components: + - type: Transform + pos: -18.617838,-8.200684 + parent: 2 + - type: Stethoscope + actionEntity: 7985 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 7985 +- proto: ClothingNeckTieRed + entities: + - uid: 8201 + components: + - type: Transform + pos: -4.5405684,-24.093561 + parent: 2 +- proto: ClothingNeckTieSci + entities: + - uid: 9099 + components: + - type: Transform + pos: 35.43779,9.508367 + parent: 2 +- proto: ClothingOuterApronBar + entities: + - uid: 1630 + components: + - type: Transform + pos: 19.461279,-29.41678 + parent: 2 +- proto: ClothingOuterArmorBasicSlim + entities: + - uid: 6097 + components: + - type: Transform + pos: 2.5,38.5 + parent: 2 + - uid: 8039 + components: + - type: Transform + pos: -33.62841,4.6105266 + parent: 2 + - uid: 8057 + components: + - type: Transform + pos: -13.734705,8.630609 + parent: 2 + - uid: 9580 + components: + - type: Transform + pos: -3.5,35.5 + parent: 2 +- proto: ClothingOuterCoatJensen + entities: + - uid: 8046 + components: + - type: Transform + pos: -41.366043,7.165116 + parent: 2 + - uid: 8251 + components: + - type: Transform + pos: -12.496769,-21.377604 + parent: 2 +- proto: ClothingOuterCoatLab + entities: + - uid: 1917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.533293,-5.3555365 + parent: 2 + - uid: 7825 + components: + - type: Transform + pos: 16.429207,2.8880806 + parent: 2 +- proto: ClothingOuterHoodieBlack + entities: + - uid: 8198 + components: + - type: Transform + pos: -4.5424094,-23.638472 + parent: 2 +- proto: ClothingOuterVest + entities: + - uid: 9256 + components: + - type: Transform + pos: 16.621819,-44.05593 + parent: 2 +- proto: ClothingOuterVestHazard + entities: + - uid: 3036 + components: + - type: Transform + pos: 15.406275,-6.461355 + parent: 2 + - uid: 7917 + components: + - type: Transform + pos: 46.509884,-4.1546497 + parent: 2 +- proto: ClothingOuterWinterAtmos + entities: + - uid: 1437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.57828,-20.530834 + parent: 2 +- proto: ClothingOuterWinterCargo + entities: + - uid: 1086 + components: + - type: Transform + pos: 16.602037,-3.3743298 + parent: 2 +- proto: ClothingOuterWinterChem + entities: + - uid: 1958 + components: + - type: Transform + pos: -34.415142,-3.3496494 + parent: 2 +- proto: ClothingOuterWinterCoat + entities: + - uid: 8205 + components: + - type: Transform + pos: 13.497653,-14.415368 + parent: 2 + - uid: 8206 + components: + - type: Transform + pos: 13.586199,-14.356371 + parent: 2 +- proto: ClothingShoesBootsCowboyBrown + entities: + - uid: 9251 + components: + - type: Transform + pos: -14.156767,-42.243355 + parent: 2 +- proto: ClothingShoesBootsJack + entities: + - uid: 9257 + components: + - type: Transform + pos: 14.835168,-44.739853 + parent: 2 +- proto: ClothingShoesBootsLaceup + entities: + - uid: 7882 + components: + - type: Transform + pos: -3.5494766,-21.377157 + parent: 2 +- proto: ClothingShoesBootsSalvage + entities: + - uid: 1077 + components: + - type: Transform + pos: 30.572256,-4.065982 + parent: 2 +- proto: ClothingShoesBootsWinter + entities: + - uid: 8209 + components: + - type: Transform + pos: 13.548805,-14.944964 + parent: 2 +- proto: ClothingShoesBootsWork + entities: + - uid: 1181 + components: + - type: Transform + pos: 18.594952,-4.1440086 + parent: 2 + - uid: 8202 + components: + - type: Transform + pos: 1.7325641,-21.994967 + parent: 2 +- proto: ClothingShoesGraySkates + entities: + - uid: 9674 + components: + - type: Transform + pos: -7.6470437,37.716984 + parent: 2 +- proto: ClothingShoesLeather + entities: + - uid: 3110 + components: + - type: Transform + pos: 2.5,38.5 + parent: 2 + - uid: 7881 + components: + - type: Transform + pos: -3.3137593,-21.557034 + parent: 2 + - uid: 8725 + components: + - type: Transform + pos: -54.462753,1.4370198 + parent: 2 + - uid: 9426 + components: + - type: Transform + pos: -3.5,35.5 + parent: 2 +- proto: ClothingShoesTourist + entities: + - uid: 9255 + components: + - type: Transform + pos: -15.510891,-44.6369 + parent: 2 +- proto: ClothingUnderSocksBee + entities: + - uid: 8197 + components: + - type: Transform + pos: -16.115301,-44.55366 + parent: 2 +- proto: ClothingUniformJumpskirtOfLife + entities: + - uid: 6106 + components: + - type: Transform + pos: -17.687202,-3.4212341 + parent: 2 +- proto: ClothingUniformJumpsuitAtmosCasual + entities: + - uid: 1434 + components: + - type: Transform + pos: 47.177013,-16.460037 + parent: 2 +- proto: ClothingUniformJumpsuitBartender + entities: + - uid: 8196 + components: + - type: Transform + pos: 1.8051796,-21.497692 + parent: 2 +- proto: ClothingUniformJumpsuitBoilersuitNTNavy + entities: + - uid: 9551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.51085,5.6900797 + parent: 2 +- proto: ClothingUniformJumpsuitDetective + entities: + - uid: 8200 + components: + - type: Transform + pos: -4.5424094,-23.841597 + parent: 2 +- proto: ClothingUniformJumpsuitDetectiveGrey + entities: + - uid: 9254 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.580727,-43.57428 + parent: 2 +- proto: ClothingUniformJumpsuitEngineeringHazard + entities: + - uid: 1414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.40804,-5.472828 + parent: 2 +- proto: ClothingUniformJumpsuitLawyerBlack + entities: + - uid: 8199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.3364525,-21.556688 + parent: 2 +- proto: ClothingUniformJumpsuitLoungewear + entities: + - uid: 9102 + components: + - type: Transform + pos: -16.568426,-44.475536 + parent: 2 +- proto: ClothingUniformJumpsuitPirate + entities: + - uid: 8600 + components: + - type: Transform + pos: -40.3535,-13.59006 + parent: 2 +- proto: ClothingUniformJumpsuitSecBlue + entities: + - uid: 2295 + components: + - type: Transform + pos: -33.715607,8.613878 + parent: 2 +- proto: ClothingUniformJumpsuitSecGrey + entities: + - uid: 8030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.499355,4.5137906 + parent: 2 +- proto: Cobweb1 + entities: + - uid: 9488 + components: + - type: Transform + pos: 36.5,-14.5 + parent: 2 +- proto: Cobweb2 + entities: + - uid: 9491 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,3.5 + parent: 2 +- proto: ComfyChair + entities: + - uid: 367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-10.5 + parent: 2 + - uid: 369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-22.5 + parent: 2 + - uid: 379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-18.5 + parent: 2 + - uid: 387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-22.5 + parent: 2 + - uid: 388 + components: + - type: Transform + pos: -12.5,-20.5 + parent: 2 + - uid: 390 + components: + - type: Transform + pos: -12.5,-10.5 + parent: 2 + - uid: 391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-12.5 + parent: 2 + - uid: 399 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-20.5 + parent: 2 + - uid: 403 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-12.5 + parent: 2 + - uid: 1004 + components: + - type: Transform + pos: 33.5,-10.5 + parent: 2 + - uid: 1006 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,-13.5 + parent: 2 + - uid: 1007 + components: + - type: Transform + pos: 19.5,-11.5 + parent: 2 + - uid: 1069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-11.5 + parent: 2 + - uid: 1188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,8.5 + parent: 2 + - uid: 1232 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,8.5 + parent: 2 + - uid: 1263 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,9.5 + parent: 2 + - uid: 1264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,8.5 + parent: 2 + - uid: 1265 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,9.5 + parent: 2 + - uid: 1266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,8.5 + parent: 2 + - uid: 1473 + components: + - type: Transform + pos: 56.5,-10.5 + parent: 2 + - uid: 1475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,-15.5 + parent: 2 + - uid: 1636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-36.5 + parent: 2 + - uid: 1638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-36.5 + parent: 2 + - uid: 1642 + components: + - type: Transform + pos: 13.5,-28.5 + parent: 2 + - uid: 1968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-5.5 + parent: 2 + - uid: 1969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-5.5 + parent: 2 + - uid: 1970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-9.5 + parent: 2 + - uid: 1971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-8.5 + parent: 2 + - uid: 1972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-9.5 + parent: 2 + - uid: 1985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-12.5 + parent: 2 + - uid: 1986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-12.5 + parent: 2 + - uid: 2010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-17.5 + parent: 2 + - uid: 2011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-17.5 + parent: 2 + - uid: 2313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,7.5 + parent: 2 + - uid: 2314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,11.5 + parent: 2 + - uid: 2315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,11.5 + parent: 2 + - uid: 2348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,12.5 + parent: 2 + - uid: 2351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,10.5 + parent: 2 + - uid: 2456 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-12.5 + parent: 2 + - uid: 2457 + components: + - type: Transform + pos: -51.5,-9.5 + parent: 2 + - uid: 2458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-13.5 + parent: 2 + - uid: 2459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-10.5 + parent: 2 + - uid: 2460 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-10.5 + parent: 2 + - uid: 2462 + components: + - type: Transform + pos: -53.5,-9.5 + parent: 2 + - uid: 2463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-13.5 + parent: 2 + - uid: 2531 + components: + - type: Transform + pos: -53.5,-1.5 + parent: 2 + - uid: 2534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,-3.5 + parent: 2 + - uid: 2589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,4.5 + parent: 2 + - uid: 2690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-19.5 + parent: 2 + - uid: 2761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-27.5 + parent: 2 + - uid: 2762 + components: + - type: Transform + pos: -55.5,-25.5 + parent: 2 + - uid: 7616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-43.5 + parent: 2 + - uid: 7617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-43.5 + parent: 2 + - uid: 7618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-48.5 + parent: 2 + - uid: 7619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-48.5 + parent: 2 + - uid: 7620 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-48.5 + parent: 2 + - uid: 7621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-48.5 + parent: 2 + - uid: 8164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-19.5 + parent: 2 + - uid: 8165 + components: + - type: Transform + pos: -42.5,-17.5 + parent: 2 + - uid: 9475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-12.5 + parent: 2 +- proto: ComputerAlert + entities: + - uid: 1462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-14.5 + parent: 2 + - uid: 1809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-2.5 + parent: 2 +- proto: ComputerBroken + entities: + - uid: 1463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,-14.5 + parent: 2 +- proto: ComputerCargoShuttle + entities: + - uid: 949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-13.5 + parent: 2 +- proto: ComputerCriminalRecords + entities: + - uid: 2156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,10.5 + parent: 2 + - uid: 2316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,14.5 + parent: 2 + - uid: 2695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-20.5 + parent: 2 + - uid: 8036 + components: + - type: Transform + pos: -22.5,13.5 + parent: 2 +- proto: ComputerId + entities: + - uid: 2581 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-1.5 + parent: 2 + - uid: 2692 + components: + - type: Transform + pos: -49.5,-18.5 + parent: 2 +- proto: ComputerMedicalRecords + entities: + - uid: 1987 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-13.5 + parent: 2 + - uid: 2538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-3.5 + parent: 2 + - uid: 2697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-22.5 + parent: 2 +- proto: ComputerPalletConsole + entities: + - uid: 1080 + components: + - type: Transform + pos: 21.5,-5.5 + parent: 2 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 1261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,4.5 + parent: 2 +- proto: ComputerStationRecords + entities: + - uid: 1049 + components: + - type: Transform + pos: 28.5,-11.5 + parent: 2 + - uid: 1186 + components: + - type: Transform + pos: 31.5,9.5 + parent: 2 + - uid: 1471 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-12.5 + parent: 2 + - uid: 1988 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-12.5 + parent: 2 + - uid: 2152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,7.5 + parent: 2 + - uid: 2278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,10.5 + parent: 2 + - uid: 2317 + components: + - type: Transform + pos: -32.5,15.5 + parent: 2 + - uid: 2535 + components: + - type: Transform + pos: -49.5,-1.5 + parent: 2 + - uid: 2696 + components: + - type: Transform + pos: -48.5,-18.5 + parent: 2 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 1804 + components: + - type: Transform + pos: -1.5,1.5 + parent: 2 +- proto: ComputerTabletopAlert + entities: + - uid: 9464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,-18.5 + parent: 2 +- proto: ComputerTabletopCrewMonitoring + entities: + - uid: 8636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 +- proto: ComputerTabletopCriminalRecords + entities: + - uid: 8272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-4.5 + parent: 2 +- proto: ComputerTabletopMedicalRecords + entities: + - uid: 9422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-7.5 + parent: 2 +- proto: ComputerTabletopSurveillanceCameraMonitor + entities: + - uid: 6122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-18.5 + parent: 2 +- proto: ComputerTelevision + entities: + - uid: 1981 + components: + - type: Transform + pos: -22.5,-5.5 + parent: 2 + - uid: 2542 + components: + - type: Transform + pos: -54.5,-7.5 + parent: 2 +- proto: ConveyorBelt + entities: + - uid: 3099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8256 + - uid: 7974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8256 + - uid: 8263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,29.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8256 + - uid: 8264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,30.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8256 + - uid: 9575 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8256 + - uid: 9576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,31.5 + parent: 2 + - type: DeviceLinkSink + links: + - 8256 +- proto: CrateEmptySpawner + entities: + - uid: 8562 + components: + - type: Transform + pos: 36.5,-14.5 + parent: 2 + - uid: 8563 + components: + - type: Transform + pos: 36.5,-15.5 + parent: 2 + - uid: 8565 + components: + - type: Transform + pos: 40.5,-14.5 + parent: 2 + - uid: 8566 + components: + - type: Transform + pos: 40.5,-15.5 + parent: 2 + - uid: 8568 + components: + - type: Transform + pos: -3.5,28.5 + parent: 2 +- proto: CrateEngineeringSecure + entities: + - uid: 1539 + components: + - type: Transform + pos: 51.5,-14.5 + parent: 2 +- proto: CrateFilledSpawner + entities: + - uid: 8564 + components: + - type: Transform + pos: 39.5,-15.5 + parent: 2 +- proto: Crowbar + entities: + - uid: 8635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.06224,-12.523144 + parent: 2 + - uid: 9276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.4355073,1.4747186 + parent: 2 +- proto: CrowbarRed + entities: + - uid: 8212 + components: + - type: Transform + pos: 13.707076,-18.524755 + parent: 2 +- proto: CurtainsBlack + entities: + - uid: 9559 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 + - uid: 9560 + components: + - type: Transform + pos: 54.5,2.5 + parent: 2 + - uid: 9561 + components: + - type: Transform + pos: 54.5,0.5 + parent: 2 +- proto: d6Dice + entities: + - uid: 8078 + components: + - type: Transform + pos: -42.255898,11.747769 + parent: 2 + - uid: 8079 + components: + - type: Transform + pos: -42.34444,11.511781 + parent: 2 + - uid: 8217 + components: + - type: Transform + pos: -16.548565,-15.240736 + parent: 2 +- proto: DebugGenerator + entities: + - uid: 9626 + components: + - type: Transform + pos: 7.5,38.5 + parent: 2 +- proto: DebugSMES + entities: + - uid: 9625 + components: + - type: Transform + pos: 7.5,35.5 + parent: 2 +- proto: DeployableBarrier + entities: + - uid: 9170 + components: + - type: Transform + pos: 2.5,0.5 + parent: 2 +- proto: DisposalBend + entities: + - uid: 3073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,26.5 + parent: 2 + - uid: 5707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,26.5 + parent: 2 + - uid: 5716 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,22.5 + parent: 2 + - uid: 5719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,22.5 + parent: 2 + - uid: 5744 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 5747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,0.5 + parent: 2 + - uid: 5809 + components: + - type: Transform + pos: 43.5,-0.5 + parent: 2 + - uid: 5822 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-8.5 + parent: 2 + - uid: 5828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,4.5 + parent: 2 + - uid: 5833 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-0.5 + parent: 2 + - uid: 5863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,9.5 + parent: 2 + - uid: 5877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,-9.5 + parent: 2 + - uid: 5896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-0.5 + parent: 2 + - uid: 5905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-9.5 + parent: 2 + - uid: 5920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 2 + - uid: 5921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-5.5 + parent: 2 + - uid: 5949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-16.5 + parent: 2 + - uid: 5972 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-32.5 + parent: 2 + - uid: 5973 + components: + - type: Transform + pos: 0.5,-31.5 + parent: 2 + - uid: 5982 + components: + - type: Transform + pos: 9.5,-32.5 + parent: 2 + - uid: 5983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-33.5 + parent: 2 + - uid: 6034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-67.5 + parent: 2 + - uid: 6064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-67.5 + parent: 2 + - uid: 6065 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-46.5 + parent: 2 + - uid: 8894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-42.5 + parent: 2 + - uid: 9333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-39.5 + parent: 2 + - uid: 9353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-39.5 + parent: 2 + - uid: 9354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-32.5 + parent: 2 + - uid: 9355 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-32.5 + parent: 2 + - uid: 9356 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-31.5 + parent: 2 + - uid: 9357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-42.5 + parent: 2 + - uid: 9358 + components: + - type: Transform + pos: 13.5,-39.5 + parent: 2 +- proto: DisposalJunction + entities: + - uid: 5745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-0.5 + parent: 2 + - uid: 5769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-0.5 + parent: 2 + - uid: 5850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-0.5 + parent: 2 + - uid: 5957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-24.5 + parent: 2 + - uid: 5984 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-33.5 + parent: 2 + - uid: 8193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-39.5 + parent: 2 +- proto: DisposalJunctionFlipped + entities: + - uid: 5712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,23.5 + parent: 2 + - uid: 5746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,0.5 + parent: 2 + - uid: 5780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-0.5 + parent: 2 + - uid: 5849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-0.5 + parent: 2 + - uid: 5931 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-16.5 + parent: 2 + - uid: 5999 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-46.5 + parent: 2 + - uid: 6001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-46.5 + parent: 2 +- proto: DisposalPipe + entities: + - uid: 5697 + components: + - type: Transform + pos: 3.5,27.5 + parent: 2 + - uid: 5710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,25.5 + parent: 2 + - uid: 5711 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,24.5 + parent: 2 + - uid: 5717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,22.5 + parent: 2 + - uid: 5718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,22.5 + parent: 2 + - uid: 5720 + components: + - type: Transform + pos: -0.5,21.5 + parent: 2 + - uid: 5721 + components: + - type: Transform + pos: -0.5,20.5 + parent: 2 + - uid: 5722 + components: + - type: Transform + pos: -0.5,19.5 + parent: 2 + - uid: 5723 + components: + - type: Transform + pos: -0.5,18.5 + parent: 2 + - uid: 5724 + components: + - type: Transform + pos: -0.5,17.5 + parent: 2 + - uid: 5725 + components: + - type: Transform + pos: -0.5,16.5 + parent: 2 + - uid: 5726 + components: + - type: Transform + pos: -0.5,15.5 + parent: 2 + - uid: 5727 + components: + - type: Transform + pos: -0.5,14.5 + parent: 2 + - uid: 5728 + components: + - type: Transform + pos: -0.5,13.5 + parent: 2 + - uid: 5729 + components: + - type: Transform + pos: -0.5,12.5 + parent: 2 + - uid: 5730 + components: + - type: Transform + pos: -0.5,11.5 + parent: 2 + - uid: 5731 + components: + - type: Transform + pos: -0.5,10.5 + parent: 2 + - uid: 5732 + components: + - type: Transform + pos: -0.5,9.5 + parent: 2 + - uid: 5733 + components: + - type: Transform + pos: -0.5,8.5 + parent: 2 + - uid: 5734 + components: + - type: Transform + pos: -0.5,7.5 + parent: 2 + - uid: 5735 + components: + - type: Transform + pos: -0.5,6.5 + parent: 2 + - uid: 5736 + components: + - type: Transform + pos: -0.5,5.5 + parent: 2 + - uid: 5739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,4.5 + parent: 2 + - uid: 5740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,4.5 + parent: 2 + - uid: 5741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,4.5 + parent: 2 + - uid: 5742 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,4.5 + parent: 2 + - uid: 5743 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,4.5 + parent: 2 + - uid: 5748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,0.5 + parent: 2 + - uid: 5749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 + - uid: 5750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,0.5 + parent: 2 + - uid: 5751 + components: + - type: Transform + pos: 5.5,1.5 + parent: 2 + - uid: 5752 + components: + - type: Transform + pos: 5.5,2.5 + parent: 2 + - uid: 5753 + components: + - type: Transform + pos: 5.5,3.5 + parent: 2 + - uid: 5754 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-0.5 + parent: 2 + - uid: 5755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-0.5 + parent: 2 + - uid: 5756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-0.5 + parent: 2 + - uid: 5757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-0.5 + parent: 2 + - uid: 5758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-0.5 + parent: 2 + - uid: 5759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-0.5 + parent: 2 + - uid: 5760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-0.5 + parent: 2 + - uid: 5761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-0.5 + parent: 2 + - uid: 5762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-0.5 + parent: 2 + - uid: 5763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-0.5 + parent: 2 + - uid: 5764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-0.5 + parent: 2 + - uid: 5765 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-0.5 + parent: 2 + - uid: 5766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-0.5 + parent: 2 + - uid: 5767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-0.5 + parent: 2 + - uid: 5768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-0.5 + parent: 2 + - uid: 5770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-0.5 + parent: 2 + - uid: 5771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,0.5 + parent: 2 + - uid: 5772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 2 + - uid: 5773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,2.5 + parent: 2 + - uid: 5774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,3.5 + parent: 2 + - uid: 5775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,4.5 + parent: 2 + - uid: 5776 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,5.5 + parent: 2 + - uid: 5777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,6.5 + parent: 2 + - uid: 5778 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,7.5 + parent: 2 + - uid: 5782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-1.5 + parent: 2 + - uid: 5783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-2.5 + parent: 2 + - uid: 5784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-3.5 + parent: 2 + - uid: 5785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-4.5 + parent: 2 + - uid: 5786 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-5.5 + parent: 2 + - uid: 5787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-6.5 + parent: 2 + - uid: 5788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-7.5 + parent: 2 + - uid: 5789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-8.5 + parent: 2 + - uid: 5790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-0.5 + parent: 2 + - uid: 5791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-0.5 + parent: 2 + - uid: 5792 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-0.5 + parent: 2 + - uid: 5793 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-0.5 + parent: 2 + - uid: 5794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-0.5 + parent: 2 + - uid: 5795 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-0.5 + parent: 2 + - uid: 5796 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-0.5 + parent: 2 + - uid: 5797 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-0.5 + parent: 2 + - uid: 5798 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-0.5 + parent: 2 + - uid: 5799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-0.5 + parent: 2 + - uid: 5800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-0.5 + parent: 2 + - uid: 5801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-0.5 + parent: 2 + - uid: 5802 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-0.5 + parent: 2 + - uid: 5803 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-0.5 + parent: 2 + - uid: 5804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-0.5 + parent: 2 + - uid: 5805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-0.5 + parent: 2 + - uid: 5806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-0.5 + parent: 2 + - uid: 5807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-0.5 + parent: 2 + - uid: 5808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-0.5 + parent: 2 + - uid: 5810 + components: + - type: Transform + pos: 43.5,-1.5 + parent: 2 + - uid: 5811 + components: + - type: Transform + pos: 43.5,-2.5 + parent: 2 + - uid: 5812 + components: + - type: Transform + pos: 43.5,-3.5 + parent: 2 + - uid: 5813 + components: + - type: Transform + pos: 43.5,-4.5 + parent: 2 + - uid: 5814 + components: + - type: Transform + pos: 43.5,-5.5 + parent: 2 + - uid: 5815 + components: + - type: Transform + pos: 43.5,-6.5 + parent: 2 + - uid: 5816 + components: + - type: Transform + pos: 43.5,-7.5 + parent: 2 + - uid: 5818 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-8.5 + parent: 2 + - uid: 5819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-8.5 + parent: 2 + - uid: 5820 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-8.5 + parent: 2 + - uid: 5821 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-8.5 + parent: 2 + - uid: 5823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,4.5 + parent: 2 + - uid: 5824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,4.5 + parent: 2 + - uid: 5825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,4.5 + parent: 2 + - uid: 5826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,4.5 + parent: 2 + - uid: 5827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,4.5 + parent: 2 + - uid: 5829 + components: + - type: Transform + pos: -6.5,3.5 + parent: 2 + - uid: 5830 + components: + - type: Transform + pos: -6.5,2.5 + parent: 2 + - uid: 5831 + components: + - type: Transform + pos: -6.5,1.5 + parent: 2 + - uid: 5832 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 5834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-0.5 + parent: 2 + - uid: 5835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-0.5 + parent: 2 + - uid: 5836 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-0.5 + parent: 2 + - uid: 5837 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-0.5 + parent: 2 + - uid: 5838 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-0.5 + parent: 2 + - uid: 5839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-0.5 + parent: 2 + - uid: 5840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-0.5 + parent: 2 + - uid: 5841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-0.5 + parent: 2 + - uid: 5842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-0.5 + parent: 2 + - uid: 5843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-0.5 + parent: 2 + - uid: 5844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-0.5 + parent: 2 + - uid: 5845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-0.5 + parent: 2 + - uid: 5846 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-0.5 + parent: 2 + - uid: 5847 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,-0.5 + parent: 2 + - uid: 5848 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-0.5 + parent: 2 + - uid: 5851 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-0.5 + parent: 2 + - uid: 5852 + components: + - type: Transform + pos: -22.5,0.5 + parent: 2 + - uid: 5853 + components: + - type: Transform + pos: -22.5,1.5 + parent: 2 + - uid: 5854 + components: + - type: Transform + pos: -22.5,2.5 + parent: 2 + - uid: 5855 + components: + - type: Transform + pos: -22.5,3.5 + parent: 2 + - uid: 5856 + components: + - type: Transform + pos: -22.5,4.5 + parent: 2 + - uid: 5857 + components: + - type: Transform + pos: -22.5,5.5 + parent: 2 + - uid: 5858 + components: + - type: Transform + pos: -22.5,6.5 + parent: 2 + - uid: 5859 + components: + - type: Transform + pos: -22.5,7.5 + parent: 2 + - uid: 5860 + components: + - type: Transform + pos: -22.5,8.5 + parent: 2 + - uid: 5861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,9.5 + parent: 2 + - uid: 5862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,9.5 + parent: 2 + - uid: 5866 + components: + - type: Transform + pos: -24.5,-1.5 + parent: 2 + - uid: 5867 + components: + - type: Transform + pos: -24.5,-2.5 + parent: 2 + - uid: 5868 + components: + - type: Transform + pos: -24.5,-3.5 + parent: 2 + - uid: 5869 + components: + - type: Transform + pos: -24.5,-4.5 + parent: 2 + - uid: 5870 + components: + - type: Transform + pos: -24.5,-5.5 + parent: 2 + - uid: 5871 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - uid: 5872 + components: + - type: Transform + pos: -24.5,-7.5 + parent: 2 + - uid: 5873 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 5874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-9.5 + parent: 2 + - uid: 5875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-9.5 + parent: 2 + - uid: 5876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-9.5 + parent: 2 + - uid: 5878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-0.5 + parent: 2 + - uid: 5879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-0.5 + parent: 2 + - uid: 5880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-0.5 + parent: 2 + - uid: 5881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-0.5 + parent: 2 + - uid: 5882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-0.5 + parent: 2 + - uid: 5883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-0.5 + parent: 2 + - uid: 5884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-0.5 + parent: 2 + - uid: 5885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-0.5 + parent: 2 + - uid: 5886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-0.5 + parent: 2 + - uid: 5887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-0.5 + parent: 2 + - uid: 5888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,-0.5 + parent: 2 + - uid: 5889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,-0.5 + parent: 2 + - uid: 5890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-0.5 + parent: 2 + - uid: 5891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-0.5 + parent: 2 + - uid: 5892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-0.5 + parent: 2 + - uid: 5893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-0.5 + parent: 2 + - uid: 5894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-0.5 + parent: 2 + - uid: 5895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-0.5 + parent: 2 + - uid: 5897 + components: + - type: Transform + pos: -43.5,-1.5 + parent: 2 + - uid: 5898 + components: + - type: Transform + pos: -43.5,-2.5 + parent: 2 + - uid: 5899 + components: + - type: Transform + pos: -43.5,-3.5 + parent: 2 + - uid: 5900 + components: + - type: Transform + pos: -43.5,-4.5 + parent: 2 + - uid: 5901 + components: + - type: Transform + pos: -43.5,-5.5 + parent: 2 + - uid: 5902 + components: + - type: Transform + pos: -43.5,-6.5 + parent: 2 + - uid: 5903 + components: + - type: Transform + pos: -43.5,-7.5 + parent: 2 + - uid: 5904 + components: + - type: Transform + pos: -43.5,-8.5 + parent: 2 + - uid: 5907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-9.5 + parent: 2 + - uid: 5908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-9.5 + parent: 2 + - uid: 5909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-9.5 + parent: 2 + - uid: 5910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-9.5 + parent: 2 + - uid: 5911 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - uid: 5912 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - uid: 5913 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - uid: 5914 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - uid: 5915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-5.5 + parent: 2 + - uid: 5916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-5.5 + parent: 2 + - uid: 5917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-5.5 + parent: 2 + - uid: 5918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-5.5 + parent: 2 + - uid: 5919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-5.5 + parent: 2 + - uid: 5922 + components: + - type: Transform + pos: -0.5,-6.5 + parent: 2 + - uid: 5923 + components: + - type: Transform + pos: -0.5,-7.5 + parent: 2 + - uid: 5924 + components: + - type: Transform + pos: -0.5,-8.5 + parent: 2 + - uid: 5925 + components: + - type: Transform + pos: -0.5,-9.5 + parent: 2 + - uid: 5926 + components: + - type: Transform + pos: -0.5,-10.5 + parent: 2 + - uid: 5927 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 2 + - uid: 5928 + components: + - type: Transform + pos: -0.5,-12.5 + parent: 2 + - uid: 5929 + components: + - type: Transform + pos: -0.5,-13.5 + parent: 2 + - uid: 5930 + components: + - type: Transform + pos: -0.5,-14.5 + parent: 2 + - uid: 5932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-15.5 + parent: 2 + - uid: 5933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 2 + - uid: 5934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 2 + - uid: 5935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-16.5 + parent: 2 + - uid: 5936 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-16.5 + parent: 2 + - uid: 5937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-16.5 + parent: 2 + - uid: 5938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-16.5 + parent: 2 + - uid: 5939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-16.5 + parent: 2 + - uid: 5940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-16.5 + parent: 2 + - uid: 5941 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-16.5 + parent: 2 + - uid: 5942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-16.5 + parent: 2 + - uid: 5943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-16.5 + parent: 2 + - uid: 5944 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-16.5 + parent: 2 + - uid: 5945 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-16.5 + parent: 2 + - uid: 5946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-16.5 + parent: 2 + - uid: 5947 + components: + - type: Transform + pos: -15.5,-17.5 + parent: 2 + - uid: 5950 + components: + - type: Transform + pos: -0.5,-17.5 + parent: 2 + - uid: 5951 + components: + - type: Transform + pos: -0.5,-18.5 + parent: 2 + - uid: 5952 + components: + - type: Transform + pos: -0.5,-19.5 + parent: 2 + - uid: 5953 + components: + - type: Transform + pos: -0.5,-20.5 + parent: 2 + - uid: 5954 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 2 + - uid: 5955 + components: + - type: Transform + pos: -0.5,-22.5 + parent: 2 + - uid: 5956 + components: + - type: Transform + pos: -0.5,-23.5 + parent: 2 + - uid: 5959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-24.5 + parent: 2 + - uid: 5960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-24.5 + parent: 2 + - uid: 5961 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-24.5 + parent: 2 + - uid: 5962 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-25.5 + parent: 2 + - uid: 5963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-26.5 + parent: 2 + - uid: 5964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-27.5 + parent: 2 + - uid: 5965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-28.5 + parent: 2 + - uid: 5966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-29.5 + parent: 2 + - uid: 5967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-30.5 + parent: 2 + - uid: 5974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-32.5 + parent: 2 + - uid: 5975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-32.5 + parent: 2 + - uid: 5976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-32.5 + parent: 2 + - uid: 5977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-32.5 + parent: 2 + - uid: 5978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-32.5 + parent: 2 + - uid: 5979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-32.5 + parent: 2 + - uid: 5980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-32.5 + parent: 2 + - uid: 5981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-32.5 + parent: 2 + - uid: 5985 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-33.5 + parent: 2 + - uid: 5986 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-33.5 + parent: 2 + - uid: 5987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-34.5 + parent: 2 + - uid: 5988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-35.5 + parent: 2 + - uid: 5989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-36.5 + parent: 2 + - uid: 5990 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-37.5 + parent: 2 + - uid: 5991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-38.5 + parent: 2 + - uid: 5993 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-40.5 + parent: 2 + - uid: 5994 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-41.5 + parent: 2 + - uid: 5995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-42.5 + parent: 2 + - uid: 5996 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-43.5 + parent: 2 + - uid: 5997 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-44.5 + parent: 2 + - uid: 5998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-45.5 + parent: 2 + - uid: 6002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-45.5 + parent: 2 + - uid: 6003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-46.5 + parent: 2 + - uid: 6004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-46.5 + parent: 2 + - uid: 6005 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-46.5 + parent: 2 + - uid: 6006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-46.5 + parent: 2 + - uid: 6007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-46.5 + parent: 2 + - uid: 6008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-46.5 + parent: 2 + - uid: 6009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-46.5 + parent: 2 + - uid: 6010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-46.5 + parent: 2 + - uid: 6011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-46.5 + parent: 2 + - uid: 6012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-46.5 + parent: 2 + - uid: 6013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-46.5 + parent: 2 + - uid: 6014 + components: + - type: Transform + pos: 9.5,-47.5 + parent: 2 + - uid: 6015 + components: + - type: Transform + pos: 9.5,-48.5 + parent: 2 + - uid: 6016 + components: + - type: Transform + pos: 9.5,-49.5 + parent: 2 + - uid: 6017 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 + - uid: 6018 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 6019 + components: + - type: Transform + pos: 9.5,-52.5 + parent: 2 + - uid: 6020 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 2 + - uid: 6021 + components: + - type: Transform + pos: 9.5,-54.5 + parent: 2 + - uid: 6022 + components: + - type: Transform + pos: 9.5,-55.5 + parent: 2 + - uid: 6023 + components: + - type: Transform + pos: 9.5,-56.5 + parent: 2 + - uid: 6024 + components: + - type: Transform + pos: 9.5,-57.5 + parent: 2 + - uid: 6025 + components: + - type: Transform + pos: 9.5,-58.5 + parent: 2 + - uid: 6026 + components: + - type: Transform + pos: 9.5,-59.5 + parent: 2 + - uid: 6027 + components: + - type: Transform + pos: 9.5,-60.5 + parent: 2 + - uid: 6028 + components: + - type: Transform + pos: 9.5,-61.5 + parent: 2 + - uid: 6029 + components: + - type: Transform + pos: 9.5,-62.5 + parent: 2 + - uid: 6030 + components: + - type: Transform + pos: 9.5,-63.5 + parent: 2 + - uid: 6031 + components: + - type: Transform + pos: 9.5,-64.5 + parent: 2 + - uid: 6032 + components: + - type: Transform + pos: 9.5,-65.5 + parent: 2 + - uid: 6033 + components: + - type: Transform + pos: 9.5,-66.5 + parent: 2 + - uid: 6037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-46.5 + parent: 2 + - uid: 6038 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-46.5 + parent: 2 + - uid: 6039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-46.5 + parent: 2 + - uid: 6040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-46.5 + parent: 2 + - uid: 6041 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-46.5 + parent: 2 + - uid: 6042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-46.5 + parent: 2 + - uid: 6043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-46.5 + parent: 2 + - uid: 6044 + components: + - type: Transform + pos: -10.5,-47.5 + parent: 2 + - uid: 6045 + components: + - type: Transform + pos: -10.5,-48.5 + parent: 2 + - uid: 6046 + components: + - type: Transform + pos: -10.5,-49.5 + parent: 2 + - uid: 6047 + components: + - type: Transform + pos: -10.5,-50.5 + parent: 2 + - uid: 6048 + components: + - type: Transform + pos: -10.5,-51.5 + parent: 2 + - uid: 6049 + components: + - type: Transform + pos: -10.5,-52.5 + parent: 2 + - uid: 6050 + components: + - type: Transform + pos: -10.5,-53.5 + parent: 2 + - uid: 6051 + components: + - type: Transform + pos: -10.5,-54.5 + parent: 2 + - uid: 6052 + components: + - type: Transform + pos: -10.5,-55.5 + parent: 2 + - uid: 6053 + components: + - type: Transform + pos: -10.5,-56.5 + parent: 2 + - uid: 6054 + components: + - type: Transform + pos: -10.5,-57.5 + parent: 2 + - uid: 6055 + components: + - type: Transform + pos: -10.5,-58.5 + parent: 2 + - uid: 6056 + components: + - type: Transform + pos: -10.5,-59.5 + parent: 2 + - uid: 6057 + components: + - type: Transform + pos: -10.5,-60.5 + parent: 2 + - uid: 6058 + components: + - type: Transform + pos: -10.5,-61.5 + parent: 2 + - uid: 6059 + components: + - type: Transform + pos: -10.5,-62.5 + parent: 2 + - uid: 6060 + components: + - type: Transform + pos: -10.5,-63.5 + parent: 2 + - uid: 6061 + components: + - type: Transform + pos: -10.5,-64.5 + parent: 2 + - uid: 6062 + components: + - type: Transform + pos: -10.5,-65.5 + parent: 2 + - uid: 6063 + components: + - type: Transform + pos: -10.5,-66.5 + parent: 2 + - uid: 8501 + components: + - type: Transform + pos: 3.5,28.5 + parent: 2 + - uid: 9334 + components: + - type: Transform + pos: -14.5,-41.5 + parent: 2 + - uid: 9335 + components: + - type: Transform + pos: -14.5,-40.5 + parent: 2 + - uid: 9336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-39.5 + parent: 2 + - uid: 9337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-39.5 + parent: 2 + - uid: 9338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-39.5 + parent: 2 + - uid: 9339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-38.5 + parent: 2 + - uid: 9340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-37.5 + parent: 2 + - uid: 9341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-36.5 + parent: 2 + - uid: 9342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-35.5 + parent: 2 + - uid: 9343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-34.5 + parent: 2 + - uid: 9344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-33.5 + parent: 2 + - uid: 9345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-32.5 + parent: 2 + - uid: 9346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-32.5 + parent: 2 + - uid: 9347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-32.5 + parent: 2 + - uid: 9348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-32.5 + parent: 2 + - uid: 9349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-32.5 + parent: 2 + - uid: 9350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-32.5 + parent: 2 + - uid: 9351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-32.5 + parent: 2 + - uid: 9352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-32.5 + parent: 2 + - uid: 9360 + components: + - type: Transform + pos: 13.5,-41.5 + parent: 2 + - uid: 9361 + components: + - type: Transform + pos: 13.5,-40.5 + parent: 2 + - uid: 9362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-39.5 + parent: 2 + - uid: 9363 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-39.5 + parent: 2 + - uid: 9364 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-39.5 + parent: 2 +- proto: DisposalTrunk + entities: + - uid: 5715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,23.5 + parent: 2 + - uid: 5737 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 5779 + components: + - type: Transform + pos: 21.5,8.5 + parent: 2 + - uid: 5781 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,-9.5 + parent: 2 + - uid: 5817 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-8.5 + parent: 2 + - uid: 5864 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,9.5 + parent: 2 + - uid: 5865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-9.5 + parent: 2 + - uid: 5906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-9.5 + parent: 2 + - uid: 5948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-18.5 + parent: 2 + - uid: 5958 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-24.5 + parent: 2 + - uid: 6000 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 6035 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-67.5 + parent: 2 + - uid: 6036 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 2 + - uid: 6066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-67.5 + parent: 2 + - uid: 8175 + components: + - type: Transform + pos: 3.5,29.5 + parent: 2 + - uid: 8896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-42.5 + parent: 2 + - uid: 9359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-42.5 + parent: 2 +- proto: DisposalUnit + entities: + - uid: 116 + components: + - type: Transform + pos: 12.5,-32.5 + parent: 2 + - uid: 331 + components: + - type: Transform + pos: -15.5,-18.5 + parent: 2 + - uid: 1287 + components: + - type: Transform + pos: 21.5,8.5 + parent: 2 + - uid: 1288 + components: + - type: Transform + pos: 23.5,-9.5 + parent: 2 + - uid: 1289 + components: + - type: Transform + pos: 3.5,-24.5 + parent: 2 + - uid: 1538 + components: + - type: Transform + pos: 48.5,-8.5 + parent: 2 + - uid: 1811 + components: + - type: Transform + pos: 1.5,1.5 + parent: 2 + - uid: 1984 + components: + - type: Transform + pos: -28.5,-9.5 + parent: 2 + - uid: 2308 + components: + - type: Transform + pos: -19.5,9.5 + parent: 2 + - uid: 2814 + components: + - type: Transform + pos: -48.5,-9.5 + parent: 2 + - uid: 3250 + components: + - type: Transform + pos: 1.5,23.5 + parent: 2 + - uid: 5303 + components: + - type: Transform + pos: 8.5,-67.5 + parent: 2 + - uid: 5709 + components: + - type: Transform + pos: -13.5,-42.5 + parent: 2 + - uid: 5969 + components: + - type: Transform + pos: -2.5,-44.5 + parent: 2 + - uid: 5970 + components: + - type: Transform + pos: -9.5,-67.5 + parent: 2 + - uid: 9238 + components: + - type: Transform + pos: 12.5,-42.5 + parent: 2 +- proto: DisposalYJunction + entities: + - uid: 5738 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,4.5 + parent: 2 + - uid: 8134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-31.5 + parent: 2 +- proto: DogBed + entities: + - uid: 1059 + components: + - type: Transform + pos: 29.5,-11.5 + parent: 2 + - uid: 1537 + components: + - type: Transform + pos: 59.5,-10.5 + parent: 2 + - uid: 1991 + components: + - type: Transform + pos: -28.5,-13.5 + parent: 2 + - uid: 2580 + components: + - type: Transform + pos: -55.5,-3.5 + parent: 2 + - uid: 2693 + components: + - type: Transform + pos: -51.5,-17.5 + parent: 2 +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 7918 + components: + - type: Transform + pos: 50.542027,-20.300407 + parent: 2 + - type: GasTank + toggleActionEntity: 7919 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 7919 +- proto: Dresser + entities: + - uid: 359 + components: + - type: Transform + pos: -7.5,-20.5 + parent: 2 + - uid: 368 + components: + - type: Transform + pos: -7.5,-12.5 + parent: 2 + - uid: 384 + components: + - type: Transform + pos: -10.5,-19.5 + parent: 2 + - uid: 392 + components: + - type: Transform + pos: -10.5,-13.5 + parent: 2 + - uid: 1021 + components: + - type: Transform + pos: 35.5,-10.5 + parent: 2 + - uid: 1239 + components: + - type: Transform + pos: 36.5,6.5 + parent: 2 + - uid: 1499 + components: + - type: Transform + pos: 59.5,-17.5 + parent: 2 + - uid: 2352 + components: + - type: Transform + pos: -38.5,13.5 + parent: 2 + - uid: 2585 + components: + - type: Transform + pos: -48.5,4.5 + parent: 2 + - uid: 6227 + components: + - type: Transform + pos: -48.5,-25.5 + parent: 2 +- proto: DrinkBottleVodka + entities: + - uid: 8621 + components: + - type: Transform + pos: -30.214634,-12.421656 + parent: 2 + - uid: 8622 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.487297,-11.418706 + parent: 2 +- proto: DrinkBraveBullGlass + entities: + - uid: 8045 + components: + - type: Transform + pos: -20.4467,7.5542164 + parent: 2 +- proto: DrinkChampagneBottleFull + entities: + - uid: 8156 + components: + - type: Transform + pos: -55.648075,-26.061361 + parent: 2 +- proto: DrinkChocolateGlass + entities: + - uid: 8207 + components: + - type: Transform + pos: 5.367957,-18.307796 + parent: 2 +- proto: DrinkCoffee + entities: + - uid: 7988 + components: + - type: Transform + pos: -23.673742,-9.06538 + parent: 2 +- proto: DrinkCream + entities: + - uid: 7987 + components: + - type: Transform + pos: -23.349077,-9.360365 + parent: 2 +- proto: DrinkDoctorsDelightGlass + entities: + - uid: 2054 + components: + - type: Transform + pos: -24.460289,-13.248962 + parent: 2 +- proto: DrinkEnergyDrinkCan + entities: + - uid: 7814 + components: + - type: Transform + pos: 24.668615,4.6687922 + parent: 2 +- proto: DrinkFlask + entities: + - uid: 8136 + components: + - type: Transform + pos: -53.58223,4.8327723 + parent: 2 +- proto: DrinkGinGlass + entities: + - uid: 7992 + components: + - type: Transform + pos: 60.683723,-14.403574 + parent: 2 +- proto: DrinkGlass + entities: + - uid: 7829 + components: + - type: Transform + pos: 36.063465,9.555281 + parent: 2 + - uid: 8107 + components: + - type: Transform + pos: -56.39064,-12.814842 + parent: 2 + - uid: 8109 + components: + - type: Transform + pos: -56.56773,-13.168825 + parent: 2 + - uid: 8112 + components: + - type: Transform + pos: -56.62676,-10.808943 + parent: 2 + - uid: 8157 + components: + - type: Transform + pos: -55.470985,-26.486336 + parent: 2 + - uid: 8158 + components: + - type: Transform + pos: -55.234863,-26.19135 + parent: 2 + - uid: 8298 + components: + - type: Transform + pos: 13.7893915,-31.399359 + parent: 2 + - uid: 8299 + components: + - type: Transform + pos: 14.143574,-31.458355 + parent: 2 + - uid: 8300 + components: + - type: Transform + pos: 15.943995,-31.34036 + parent: 2 + - uid: 8545 + components: + - type: Transform + pos: 53.597065,1.8335893 + parent: 2 + - uid: 8546 + components: + - type: Transform + pos: 50.761814,-0.21791244 + parent: 2 +- proto: DrinkHosFlask + entities: + - uid: 2357 + components: + - type: Transform + pos: -32.406086,10.680475 + parent: 2 + - uid: 8895 + components: + - type: Transform + pos: -2.5,36.5 + parent: 2 +- proto: DrinkHotCoco + entities: + - uid: 8208 + components: + - type: Transform + pos: 5.698441,-18.307796 + parent: 2 +- proto: DrinkHotCoffee + entities: + - uid: 7793 + components: + - type: Transform + pos: -0.56128204,1.4278436 + parent: 2 + - uid: 8044 + components: + - type: Transform + pos: -26.448895,6.6872663 + parent: 2 + - uid: 8099 + components: + - type: Transform + pos: -32.639317,12.1201935 + parent: 2 +- proto: DrinkMREFlask + entities: + - uid: 7883 + components: + - type: Transform + pos: 27.62575,-14.385761 + parent: 2 +- proto: DrinkMugBlue + entities: + - uid: 8146 + components: + - type: Transform + pos: -50.384914,-19.0172 + parent: 2 + - uid: 9075 + components: + - type: Transform + pos: -25.254463,-11.734898 + parent: 2 +- proto: DrinkMugOne + entities: + - uid: 8125 + components: + - type: Transform + pos: -53.132275,-2.5260758 + parent: 2 +- proto: DrinkMugRed + entities: + - uid: 8059 + components: + - type: Transform + pos: -16.349476,11.633667 + parent: 2 +- proto: DrinkShotGlass + entities: + - uid: 7852 + components: + - type: Transform + pos: 31.741276,-10.298908 + parent: 2 + - uid: 7853 + components: + - type: Transform + pos: 31.65273,-10.593893 + parent: 2 + - uid: 8034 + components: + - type: Transform + pos: -16.735592,8.593774 + parent: 2 + - uid: 8076 + components: + - type: Transform + pos: -42.73514,11.6677475 + parent: 2 + - uid: 8077 + components: + - type: Transform + pos: -42.292416,12.493706 + parent: 2 + - uid: 8105 + components: + - type: Transform + pos: -56.361122,-11.87089 + parent: 2 + - uid: 8301 + components: + - type: Transform + pos: 13.671332,-36.27446 + parent: 2 + - uid: 8648 + components: + - type: Transform + pos: 52.41646,1.5386038 + parent: 2 +- proto: DrinkSodaWaterCan + entities: + - uid: 9375 + components: + - type: Transform + pos: -40.643093,-15.335701 + parent: 2 + - uid: 9376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.361843,-15.288826 + parent: 2 + - uid: 9377 + components: + - type: Transform + pos: -40.299343,-19.195076 + parent: 2 +- proto: DrinkVermouthGlass + entities: + - uid: 8293 + components: + - type: Transform + pos: -0.41545537,-43.42149 + parent: 2 +- proto: DrinkVodkaBottleFull + entities: + - uid: 8620 + components: + - type: Transform + pos: -31.188633,-10.238765 + parent: 2 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 2149 + components: + - type: Transform + pos: -16.456015,8.735891 + parent: 2 +- proto: DrinkWhiskeyGlass + entities: + - uid: 7836 + components: + - type: Transform + pos: 22.49893,-14.392227 + parent: 2 +- proto: DrinkWineGlass + entities: + - uid: 8215 + components: + - type: Transform + pos: -7.665916,-18.240057 + parent: 2 +- proto: EmergencyLight + entities: + - uid: 8488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-32.5 + parent: 2 + - uid: 8489 + components: + - type: Transform + pos: -2.5,23.5 + parent: 2 + - uid: 8490 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - uid: 8491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-6.5 + parent: 2 + - uid: 8492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,-40.5 + parent: 2 + - uid: 8493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-1.5 + parent: 2 + - uid: 8494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,-23.5 + parent: 2 + - uid: 8495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-1.5 + parent: 2 + - uid: 8496 + components: + - type: Transform + pos: -18.5,0.5 + parent: 2 + - uid: 8497 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-0.5 + parent: 2 + - uid: 8498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,-22.5 + parent: 2 + - uid: 8499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-40.5 + parent: 2 + - uid: 8500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-20.5 + parent: 2 + - uid: 8502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-58.5 + parent: 2 + - uid: 8503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-32.5 + parent: 2 + - uid: 8504 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-58.5 + parent: 2 +- proto: EmergencyOxygenTankFilled + entities: + - uid: 8550 + components: + - type: Transform + pos: 46.606777,6.5634203 + parent: 2 + - uid: 8551 + components: + - type: Transform + pos: 46.4592,6.6814146 + parent: 2 +- proto: EmergencyRollerBedSpawnFolded + entities: + - uid: 7967 + components: + - type: Transform + pos: -15.790616,-8.62485 + parent: 2 +- proto: EncryptionKeyCargo + entities: + - uid: 1085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.451964,-8.4449835 + parent: 2 +- proto: EncryptionKeyMedical + entities: + - uid: 1912 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.628083,-5.561151 + parent: 2 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 7716 + components: + - type: Transform + pos: 26.5,1.5 + parent: 2 + - uid: 7717 + components: + - type: Transform + pos: 45.5,-7.5 + parent: 2 + - uid: 7718 + components: + - type: Transform + pos: 2.5,-30.5 + parent: 2 + - uid: 7719 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 7720 + components: + - type: Transform + pos: -8.5,32.5 + parent: 2 + - uid: 7721 + components: + - type: Transform + pos: -30.5,1.5 + parent: 2 + - uid: 7722 + components: + - type: Transform + pos: -3.5,-3.5 + parent: 2 + - uid: 7723 + components: + - type: Transform + pos: -45.5,-7.5 + parent: 2 +- proto: FancyTableSpawner + entities: + - uid: 8053 + components: + - type: Transform + pos: -2.5,-48.5 + parent: 2 + - uid: 8524 + components: + - type: Transform + pos: 1.5,-48.5 + parent: 2 +- proto: filingCabinetDrawerRandom + entities: + - uid: 1185 + components: + - type: Transform + pos: 32.5,9.5 + parent: 2 + - uid: 1990 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 + - uid: 2279 + components: + - type: Transform + pos: -14.5,12.5 + parent: 2 + - uid: 2536 + components: + - type: Transform + pos: -50.5,-4.5 + parent: 2 +- proto: filingCabinetRandom + entities: + - uid: 979 + components: + - type: Transform + pos: 27.5,-11.5 + parent: 2 + - uid: 1816 + components: + - type: Transform + pos: -3.5,0.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + pos: -20.5,-5.5 + parent: 2 + - uid: 2151 + components: + - type: Transform + pos: -13.5,5.5 + parent: 2 + - uid: 2321 + components: + - type: Transform + pos: -30.5,14.5 + parent: 2 + - uid: 2715 + components: + - type: Transform + pos: -50.5,-22.5 + parent: 2 +- proto: filingCabinetTallRandom + entities: + - uid: 1068 + components: + - type: Transform + pos: 25.5,-5.5 + parent: 2 + - uid: 2256 + components: + - type: Transform + pos: -20.5,13.5 + parent: 2 + - uid: 2701 + components: + - type: Transform + pos: -51.5,-22.5 + parent: 2 +- proto: FireAlarm + entities: + - uid: 826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-13.5 + parent: 2 + - type: DeviceList + devices: + - 6141 + - 6142 + - 6143 + - 6144 + - 6152 + - 6151 + - 6150 + - 6149 + - 6148 + - uid: 5668 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 6152 + - 6151 + - 6154 + - 6155 + - 6156 + - 6157 + - 6158 + - 6153 + - uid: 7669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 6130 + - 6129 + - 6128 + - 6127 + - 6135 + - 6136 + - 6137 + - 6138 + - 6139 + - uid: 7670 + components: + - type: Transform + pos: 13.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 6133 + - 6132 + - 6131 + - 6134 + - uid: 7671 + components: + - type: Transform + pos: 42.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 6174 + - 6175 + - 6177 + - uid: 7672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-2.5 + parent: 2 + - type: DeviceList + devices: + - 6174 + - 6175 + - 6177 + - uid: 7673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,13.5 + parent: 2 + - type: DeviceList + devices: + - 6127 + - 6128 + - 6130 + - 6129 + - uid: 7674 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 6140 + - 6132 + - 6131 + - 6142 + - 6141 + - uid: 7675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 6200 + - 6201 + - 6199 + - 6198 + - uid: 7676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,4.5 + parent: 2 + - type: DeviceList + devices: + - 6195 + - 6194 + - 6196 + - uid: 7677 + components: + - type: Transform + pos: 41.5,-20.5 + parent: 2 + - type: DeviceList + devices: + - 6086 + - 2522 + - 4308 + - uid: 7678 + components: + - type: Transform + pos: 51.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 6203 + - 6204 + - 6206 + - 6205 + - uid: 7679 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-24.5 + parent: 2 + - type: DeviceList + devices: + - 6086 + - 2522 + - 4308 + - uid: 7680 + components: + - type: Transform + pos: 21.5,-37.5 + parent: 2 + - type: DeviceList + devices: + - 6163 + - 6162 + - 6180 + - 6164 + - uid: 7681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-2.5 + parent: 2 + - type: DeviceList + devices: + - 6136 + - 6137 + - 6138 + - 6135 + - uid: 7682 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,3.5 + parent: 2 + - type: DeviceList + devices: + - 6213 + - 6208 + - 6209 + - 6210 + - 6211 + - 6215 + - 6212 + - uid: 7683 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 6219 + - 6217 + - 6218 + - 6220 + - uid: 7684 + components: + - type: Transform + pos: -39.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 6230 + - 6229 + - 6228 + - uid: 7685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,-2.5 + parent: 2 + - type: DeviceList + devices: + - 6230 + - 6229 + - 6228 + - uid: 7686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 6222 + - 6223 + - 6224 + - uid: 7687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-24.5 + parent: 2 + - type: DeviceList + devices: + - 6233 + - 6232 + - 6231 + - uid: 7688 + components: + - type: Transform + pos: -38.5,-20.5 + parent: 2 + - type: DeviceList + devices: + - 6233 + - 6232 + - 6231 + - uid: 7689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,-41.5 + parent: 2 + - type: DeviceList + devices: + - 6189 + - 6168 + - 6169 + - 6170 + - uid: 7690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 6145 + - 6146 + - 6147 + - uid: 7691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 6150 + - 6149 + - 6148 + - uid: 7694 + components: + - type: Transform + pos: -12.5,-51.5 + parent: 2 + - type: DeviceList + devices: + - 6183 + - 6184 + - 6185 + - 6165 + - 6166 + - 6167 + - uid: 7695 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 2 + - type: DeviceList + devices: + - 6182 + - 6181 + - 6176 + - 6160 + - 6161 + - 6159 + - uid: 7697 + components: + - type: Transform + pos: -12.5,-37.5 + parent: 2 + - type: DeviceList + devices: + - 6168 + - 6189 + - 6170 + - 6169 + - 6167 + - 6166 + - 6165 + - 6145 + - 6146 + - 6147 + - uid: 7698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-41.5 + parent: 2 + - type: DeviceList + devices: + - 6180 + - 6164 + - 6163 + - 6162 + - 6160 + - 6161 + - 6159 + - 6173 + - 6172 + - 6171 + - 6147 + - 6146 + - 6145 +- proto: Firelock + entities: + - uid: 6195 + components: + - type: Transform + pos: 19.5,5.5 + parent: 2 + - uid: 6196 + components: + - type: Transform + pos: 27.5,8.5 + parent: 2 + - uid: 6198 + components: + - type: Transform + pos: 23.5,-4.5 + parent: 2 + - uid: 6199 + components: + - type: Transform + pos: 19.5,-7.5 + parent: 2 + - uid: 6200 + components: + - type: Transform + pos: 27.5,-7.5 + parent: 2 + - uid: 6201 + components: + - type: Transform + pos: 24.5,-10.5 + parent: 2 + - uid: 6206 + components: + - type: Transform + pos: 54.5,-10.5 + parent: 2 + - uid: 6208 + components: + - type: Transform + pos: -25.5,3.5 + parent: 2 + - uid: 6209 + components: + - type: Transform + pos: -23.5,3.5 + parent: 2 + - uid: 6210 + components: + - type: Transform + pos: -17.5,5.5 + parent: 2 + - uid: 6211 + components: + - type: Transform + pos: -19.5,11.5 + parent: 2 + - uid: 6212 + components: + - type: Transform + pos: -29.5,11.5 + parent: 2 + - uid: 6213 + components: + - type: Transform + pos: -31.5,5.5 + parent: 2 + - uid: 6217 + components: + - type: Transform + pos: -24.5,-4.5 + parent: 2 + - uid: 6218 + components: + - type: Transform + pos: -29.5,-6.5 + parent: 2 + - uid: 6219 + components: + - type: Transform + pos: -19.5,-6.5 + parent: 2 + - uid: 6220 + components: + - type: Transform + pos: -27.5,-10.5 + parent: 2 + - uid: 6222 + components: + - type: Transform + pos: -47.5,-11.5 + parent: 2 + - uid: 6223 + components: + - type: Transform + pos: -53.5,-6.5 + parent: 2 + - uid: 6224 + components: + - type: Transform + pos: -53.5,-16.5 + parent: 2 + - uid: 9125 + components: + - type: Transform + pos: -24.5,16.5 + parent: 2 +- proto: FirelockEdge + entities: + - uid: 6153 + components: + - type: Transform + pos: 6.5,-18.5 + parent: 2 + - uid: 6154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,-14.5 + parent: 2 + - uid: 6155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-14.5 + parent: 2 + - uid: 6156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-14.5 + parent: 2 + - uid: 6157 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 2 + - uid: 6158 + components: + - type: Transform + pos: 10.5,-18.5 + parent: 2 +- proto: FirelockGlass + entities: + - uid: 2522 + components: + - type: Transform + pos: 40.5,-22.5 + parent: 2 + - uid: 4308 + components: + - type: Transform + pos: 40.5,-23.5 + parent: 2 + - uid: 6086 + components: + - type: Transform + pos: 40.5,-21.5 + parent: 2 + - uid: 6127 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - uid: 6128 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - uid: 6129 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - uid: 6130 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - uid: 6131 + components: + - type: Transform + pos: 9.5,-1.5 + parent: 2 + - uid: 6132 + components: + - type: Transform + pos: 9.5,0.5 + parent: 2 + - uid: 6133 + components: + - type: Transform + pos: 11.5,0.5 + parent: 2 + - uid: 6134 + components: + - type: Transform + pos: 11.5,-1.5 + parent: 2 + - uid: 6135 + components: + - type: Transform + pos: -10.5,0.5 + parent: 2 + - uid: 6136 + components: + - type: Transform + pos: -12.5,0.5 + parent: 2 + - uid: 6137 + components: + - type: Transform + pos: -12.5,-1.5 + parent: 2 + - uid: 6138 + components: + - type: Transform + pos: -10.5,-1.5 + parent: 2 + - uid: 6139 + components: + - type: Transform + pos: -4.5,-0.5 + parent: 2 + - uid: 6140 + components: + - type: Transform + pos: 3.5,-0.5 + parent: 2 + - uid: 6141 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 + - uid: 6142 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - uid: 6143 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - uid: 6144 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - uid: 6145 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - uid: 6146 + components: + - type: Transform + pos: -0.5,-29.5 + parent: 2 + - uid: 6147 + components: + - type: Transform + pos: 0.5,-29.5 + parent: 2 + - uid: 6148 + components: + - type: Transform + pos: -5.5,-15.5 + parent: 2 + - uid: 6149 + components: + - type: Transform + pos: -5.5,-16.5 + parent: 2 + - uid: 6150 + components: + - type: Transform + pos: -5.5,-17.5 + parent: 2 + - uid: 6151 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 2 + - uid: 6152 + components: + - type: Transform + pos: 3.5,-15.5 + parent: 2 + - uid: 6159 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - uid: 6160 + components: + - type: Transform + pos: 10.5,-43.5 + parent: 2 + - uid: 6161 + components: + - type: Transform + pos: 9.5,-43.5 + parent: 2 + - uid: 6162 + components: + - type: Transform + pos: 17.5,-40.5 + parent: 2 + - uid: 6163 + components: + - type: Transform + pos: 17.5,-38.5 + parent: 2 + - uid: 6164 + components: + - type: Transform + pos: 19.5,-38.5 + parent: 2 + - uid: 6165 + components: + - type: Transform + pos: -9.5,-43.5 + parent: 2 + - uid: 6166 + components: + - type: Transform + pos: -10.5,-43.5 + parent: 2 + - uid: 6167 + components: + - type: Transform + pos: -11.5,-43.5 + parent: 2 + - uid: 6168 + components: + - type: Transform + pos: -20.5,-38.5 + parent: 2 + - uid: 6169 + components: + - type: Transform + pos: -18.5,-38.5 + parent: 2 + - uid: 6170 + components: + - type: Transform + pos: -18.5,-40.5 + parent: 2 + - uid: 6171 + components: + - type: Transform + pos: 11.5,-33.5 + parent: 2 + - uid: 6172 + components: + - type: Transform + pos: 11.5,-34.5 + parent: 2 + - uid: 6173 + components: + - type: Transform + pos: 11.5,-35.5 + parent: 2 + - uid: 6174 + components: + - type: Transform + pos: 40.5,-1.5 + parent: 2 + - uid: 6175 + components: + - type: Transform + pos: 40.5,-0.5 + parent: 2 + - uid: 6176 + components: + - type: Transform + pos: 8.5,-51.5 + parent: 2 + - uid: 6177 + components: + - type: Transform + pos: 40.5,0.5 + parent: 2 + - uid: 6180 + components: + - type: Transform + pos: 19.5,-40.5 + parent: 2 + - uid: 6181 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 2 + - uid: 6182 + components: + - type: Transform + pos: 10.5,-51.5 + parent: 2 + - uid: 6183 + components: + - type: Transform + pos: -11.5,-51.5 + parent: 2 + - uid: 6184 + components: + - type: Transform + pos: -10.5,-51.5 + parent: 2 + - uid: 6185 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - uid: 6189 + components: + - type: Transform + pos: -20.5,-40.5 + parent: 2 + - uid: 6194 + components: + - type: Transform + pos: 23.5,3.5 + parent: 2 + - uid: 6197 + components: + - type: Transform + pos: 33.5,6.5 + parent: 2 + - uid: 6202 + components: + - type: Transform + pos: 30.5,-12.5 + parent: 2 + - uid: 6203 + components: + - type: Transform + pos: 47.5,-11.5 + parent: 2 + - uid: 6204 + components: + - type: Transform + pos: 50.5,-7.5 + parent: 2 + - uid: 6205 + components: + - type: Transform + pos: 50.5,-15.5 + parent: 2 + - uid: 6207 + components: + - type: Transform + pos: 58.5,-13.5 + parent: 2 + - uid: 6214 + components: + - type: Transform + pos: -37.5,7.5 + parent: 2 + - uid: 6215 + components: + - type: Transform + pos: -27.5,14.5 + parent: 2 + - uid: 6216 + components: + - type: Transform + pos: -36.5,12.5 + parent: 2 + - uid: 6221 + components: + - type: Transform + pos: -24.5,-15.5 + parent: 2 + - uid: 6225 + components: + - type: Transform + pos: -53.5,-23.5 + parent: 2 + - uid: 6226 + components: + - type: Transform + pos: -53.5,0.5 + parent: 2 + - uid: 6228 + components: + - type: Transform + pos: -40.5,-1.5 + parent: 2 + - uid: 6229 + components: + - type: Transform + pos: -40.5,-0.5 + parent: 2 + - uid: 6230 + components: + - type: Transform + pos: -40.5,0.5 + parent: 2 + - uid: 6231 + components: + - type: Transform + pos: -40.5,-23.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + pos: -40.5,-22.5 + parent: 2 + - uid: 6233 + components: + - type: Transform + pos: -40.5,-21.5 + parent: 2 + - uid: 9126 + components: + - type: Transform + pos: -27.5,18.5 + parent: 2 +- proto: Fireplace + entities: + - uid: 1073 + components: + - type: Transform + pos: 32.5,-10.5 + parent: 2 + - uid: 1234 + components: + - type: Transform + pos: 34.5,9.5 + parent: 2 + - uid: 1474 + components: + - type: Transform + pos: 59.5,-14.5 + parent: 2 + - uid: 2009 + components: + - type: Transform + pos: -26.5,-16.5 + parent: 2 + - uid: 2347 + components: + - type: Transform + pos: -40.5,14.5 + parent: 2 + - uid: 2614 + components: + - type: Transform + pos: -55.5,4.5 + parent: 2 + - uid: 2759 + components: + - type: Transform + pos: -54.5,-24.5 + parent: 2 +- proto: Flare + entities: + - uid: 7790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.6020508,-2.4624155 + parent: 2 +- proto: FlashlightLantern + entities: + - uid: 1078 + components: + - type: Transform + pos: 31.359701,-4.5352507 + parent: 2 + - uid: 7916 + components: + - type: Transform + pos: 52.388493,-8.404823 + parent: 2 + - uid: 8210 + components: + - type: Transform + pos: 13.500471,-18.288767 + parent: 2 + - type: HandheldLight + toggleActionEntity: 8211 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 8211 + - type: ActionsContainer + - uid: 8617 + components: + - type: Transform + pos: -37.59033,-12.235597 + parent: 2 +- proto: FlashlightSeclite + entities: + - uid: 2110 + components: + - type: Transform + pos: -35.539845,2.4540792 + parent: 2 + - uid: 2111 + components: + - type: Transform + pos: -35.598877,2.7195663 + parent: 2 + - uid: 2361 + components: + - type: Transform + pos: -38.56472,13.878742 + parent: 2 + - type: HandheldLight + toggleActionEntity: 2622 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 2622 + - type: ActionsContainer + - uid: 7791 + components: + - type: Transform + pos: -0.5395062,-2.5802617 + parent: 2 +- proto: FloorDrain + entities: + - uid: 9535 + components: + - type: Transform + pos: 7.5,25.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: FoodBakedBrownie + entities: + - uid: 8138 + components: + - type: Transform + pos: -51.877476,-10.263662 + parent: 2 +- proto: FoodBreadCreamcheeseSlice + entities: + - uid: 7978 + components: + - type: Transform + pos: -23.490627,-8.490159 + parent: 2 +- proto: FoodBurgerBacon + entities: + - uid: 7936 + components: + - type: Transform + pos: 52.684002,-8.73487 + parent: 2 +- proto: FoodCakeSuppermatterSlice + entities: + - uid: 3056 + components: + - type: Transform + pos: 2.5111954,18.597483 + parent: 2 +- proto: FoodDonkpocketSpicy + entities: + - uid: 7843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.464947,-14.490971 + parent: 2 +- proto: FoodDonutJellySlugcat + entities: + - uid: 7732 + components: + - type: Transform + pos: -5.5118904,13.610855 + parent: 2 +- proto: FoodPizzaMeatSlice + entities: + - uid: 8650 + components: + - type: Transform + pos: 53.50852,1.5409468 + parent: 2 +- proto: FoodPoppy + entities: + - uid: 2817 + components: + - type: Transform + pos: -51.71337,-28.369938 + parent: 2 + - uid: 3248 + components: + - type: Transform + pos: 1.4596637,-21.308285 + parent: 2 + - uid: 8649 + components: + - type: Transform + pos: 53.00676,1.6565981 + parent: 2 + - uid: 9604 + components: + - type: Transform + pos: 6.814361,-29.621756 + parent: 2 +- proto: FoodSnackNutribrick + entities: + - uid: 8047 + components: + - type: Transform + pos: -20.457546,6.9329686 + parent: 2 +- proto: FoodTinMRE + entities: + - uid: 9076 + components: + - type: Transform + pos: -23.63817,15.779099 + parent: 2 +- proto: ForensicPad + entities: + - uid: 2145 + components: + - type: Transform + pos: -13.291979,8.630609 + parent: 2 +- proto: GasAnalyzer + entities: + - uid: 1439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.439137,-18.42445 + parent: 2 +- proto: GasCanisterBrokenBase + entities: + - uid: 8603 + components: + - type: Transform + pos: -34.5,-13.5 + parent: 2 +- proto: GasMinerNitrogenStation + entities: + - uid: 6099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,38.5 + parent: 2 +- proto: GasMinerOxygenStation + entities: + - uid: 6098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,35.5 + parent: 2 +- proto: GasMixer + entities: + - uid: 6104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,38.5 + parent: 2 + - type: GasMixer + inletTwoConcentration: 0.20999998 + inletOneConcentration: 0.79 +- proto: GasPassiveVent + entities: + - uid: 3130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,38.5 + parent: 2 + - uid: 3131 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,35.5 + parent: 2 + - uid: 6126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,33.5 + parent: 2 +- proto: GasPipeBend + entities: + - uid: 6103 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,35.5 + parent: 2 + - uid: 6105 + components: + - type: Transform + pos: -4.5,38.5 + parent: 2 + - uid: 6298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6300 + components: + - type: Transform + pos: 2.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6321 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6323 + components: + - type: Transform + pos: 5.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6378 + components: + - type: Transform + pos: 42.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6418 + components: + - type: Transform + pos: 24.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6470 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6579 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6620 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6710 + components: + - type: Transform + pos: -52.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6733 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6743 + components: + - type: Transform + pos: -32.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6837 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6846 + components: + - type: Transform + pos: 9.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6896 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6909 + components: + - type: Transform + pos: -1.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6912 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6913 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6945 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6946 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7058 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7077 + components: + - type: Transform + pos: 44.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7104 + components: + - type: Transform + pos: 52.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7207 + components: + - type: Transform + pos: -14.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7270 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7291 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7367 + components: + - type: Transform + pos: -34.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7380 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7388 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7392 + components: + - type: Transform + pos: -1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7437 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,36.5 + parent: 2 + - uid: 8726 + components: + - type: Transform + pos: -5.5,36.5 + parent: 2 + - uid: 9109 + components: + - type: Transform + pos: -27.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9385 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-17.5 + parent: 2 +- proto: GasPipeBroken + entities: + - uid: 9386 + components: + - type: Transform + pos: -37.5,-16.5 + parent: 2 +- proto: GasPipeFourway + entities: + - uid: 3134 + components: + - type: Transform + pos: 5.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3234 + components: + - type: Transform + pos: 9.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6333 + components: + - type: Transform + pos: 5.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6359 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6398 + components: + - type: Transform + pos: 22.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6461 + components: + - type: Transform + pos: 50.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6541 + components: + - type: Transform + pos: -23.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6553 + components: + - type: Transform + pos: -23.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6694 + components: + - type: Transform + pos: -52.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6748 + components: + - type: Transform + pos: 0.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6785 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6786 + components: + - type: Transform + pos: -10.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6953 + components: + - type: Transform + pos: -5.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7024 + components: + - type: Transform + pos: 24.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7170 + components: + - type: Transform + pos: -25.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7242 + components: + - type: Transform + pos: -25.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7403 + components: + - type: Transform + pos: -1.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7411 + components: + - type: Transform + pos: 13.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7427 + components: + - type: Transform + pos: -8.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7428 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7511 + components: + - type: Transform + pos: 8.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeHalf + entities: + - uid: 9384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-17.5 + parent: 2 +- proto: GasPipeStraight + entities: + - uid: 3132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,35.5 + parent: 2 + - uid: 3133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,38.5 + parent: 2 + - uid: 6101 + components: + - type: Transform + pos: -7.5,36.5 + parent: 2 + - uid: 6102 + components: + - type: Transform + pos: -7.5,37.5 + parent: 2 + - uid: 6108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,38.5 + parent: 2 + - uid: 6109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6112 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6117 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,34.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6125 + components: + - type: Transform + pos: -6.5,34.5 + parent: 2 + - uid: 6271 + components: + - type: Transform + pos: -42.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6285 + components: + - type: Transform + pos: -4.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6286 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6288 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6290 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6291 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6302 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6304 + components: + - type: Transform + pos: 0.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6305 + components: + - type: Transform + pos: 0.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6306 + components: + - type: Transform + pos: 0.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6307 + components: + - type: Transform + pos: 0.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6308 + components: + - type: Transform + pos: 0.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6309 + components: + - type: Transform + pos: 0.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6310 + components: + - type: Transform + pos: 0.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6311 + components: + - type: Transform + pos: 0.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6312 + components: + - type: Transform + pos: 0.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6313 + components: + - type: Transform + pos: 0.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6314 + components: + - type: Transform + pos: 0.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6315 + components: + - type: Transform + pos: 0.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6316 + components: + - type: Transform + pos: 0.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6317 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6318 + components: + - type: Transform + pos: 0.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6319 + components: + - type: Transform + pos: 0.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6326 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6327 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6335 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6338 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6352 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6367 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6369 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6370 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6371 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6373 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6379 + components: + - type: Transform + pos: 42.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6380 + components: + - type: Transform + pos: 42.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6381 + components: + - type: Transform + pos: 42.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6382 + components: + - type: Transform + pos: 42.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6383 + components: + - type: Transform + pos: 42.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6384 + components: + - type: Transform + pos: 42.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6385 + components: + - type: Transform + pos: 42.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6386 + components: + - type: Transform + pos: 42.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6387 + components: + - type: Transform + pos: 42.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6388 + components: + - type: Transform + pos: 42.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6389 + components: + - type: Transform + pos: 42.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6394 + components: + - type: Transform + pos: 22.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6395 + components: + - type: Transform + pos: 22.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6396 + components: + - type: Transform + pos: 22.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6397 + components: + - type: Transform + pos: 22.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6401 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6402 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6403 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6405 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6411 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6413 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6440 + components: + - type: Transform + pos: 21.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6452 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6453 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6464 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6465 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6467 + components: + - type: Transform + pos: 50.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6468 + components: + - type: Transform + pos: 50.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6469 + components: + - type: Transform + pos: 50.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6486 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6490 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6510 + components: + - type: Transform + pos: 5.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6511 + components: + - type: Transform + pos: 5.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6512 + components: + - type: Transform + pos: 5.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6513 + components: + - type: Transform + pos: 5.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6520 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6522 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6524 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6526 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6535 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6536 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6538 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6543 + components: + - type: Transform + pos: -23.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6544 + components: + - type: Transform + pos: -23.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6545 + components: + - type: Transform + pos: -23.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6546 + components: + - type: Transform + pos: -23.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6547 + components: + - type: Transform + pos: -23.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6548 + components: + - type: Transform + pos: -23.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6549 + components: + - type: Transform + pos: -23.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6550 + components: + - type: Transform + pos: -23.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6551 + components: + - type: Transform + pos: -23.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6555 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6580 + components: + - type: Transform + pos: -22.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6581 + components: + - type: Transform + pos: -22.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6585 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6591 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6607 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6611 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6615 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6624 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6625 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6626 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6628 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6630 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6634 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6635 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6636 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6637 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6647 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6648 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6650 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6652 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6654 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6656 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6658 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6659 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6660 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6661 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6665 + components: + - type: Transform + pos: -42.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6666 + components: + - type: Transform + pos: -42.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6667 + components: + - type: Transform + pos: -42.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6668 + components: + - type: Transform + pos: -42.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6669 + components: + - type: Transform + pos: -42.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6670 + components: + - type: Transform + pos: -42.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6671 + components: + - type: Transform + pos: -42.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6673 + components: + - type: Transform + pos: -42.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6675 + components: + - type: Transform + pos: -42.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6676 + components: + - type: Transform + pos: -42.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6677 + components: + - type: Transform + pos: -42.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6678 + components: + - type: Transform + pos: -42.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6679 + components: + - type: Transform + pos: -42.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6680 + components: + - type: Transform + pos: -42.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6681 + components: + - type: Transform + pos: -42.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6682 + components: + - type: Transform + pos: -42.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6684 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6685 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6686 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6696 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6697 + components: + - type: Transform + pos: -52.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6698 + components: + - type: Transform + pos: -52.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6699 + components: + - type: Transform + pos: -52.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6700 + components: + - type: Transform + pos: -52.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6702 + components: + - type: Transform + pos: -52.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6703 + components: + - type: Transform + pos: -52.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6704 + components: + - type: Transform + pos: -52.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6705 + components: + - type: Transform + pos: -52.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6706 + components: + - type: Transform + pos: -52.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6707 + components: + - type: Transform + pos: -52.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6708 + components: + - type: Transform + pos: -52.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6711 + components: + - type: Transform + pos: -52.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6712 + components: + - type: Transform + pos: -52.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6713 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6714 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6715 + components: + - type: Transform + pos: -52.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6716 + components: + - type: Transform + pos: -52.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6717 + components: + - type: Transform + pos: -52.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6718 + components: + - type: Transform + pos: -52.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6719 + components: + - type: Transform + pos: -52.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6720 + components: + - type: Transform + pos: -52.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6727 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6728 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6732 + components: + - type: Transform + pos: -42.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6734 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6735 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6736 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6739 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6740 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6741 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6744 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6745 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6750 + components: + - type: Transform + pos: 0.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6751 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6752 + components: + - type: Transform + pos: 0.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6753 + components: + - type: Transform + pos: 0.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6754 + components: + - type: Transform + pos: 0.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6755 + components: + - type: Transform + pos: 0.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6756 + components: + - type: Transform + pos: 0.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6757 + components: + - type: Transform + pos: 0.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6759 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6760 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6790 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6793 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6799 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6800 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6801 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6802 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6803 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6805 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6806 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6808 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6809 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6810 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6811 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6812 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6816 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6820 + components: + - type: Transform + pos: 0.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6821 + components: + - type: Transform + pos: 0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6822 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6823 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6824 + components: + - type: Transform + pos: 0.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6825 + components: + - type: Transform + pos: 0.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6828 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6829 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6848 + components: + - type: Transform + pos: 9.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6849 + components: + - type: Transform + pos: 9.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6850 + components: + - type: Transform + pos: 9.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6861 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6864 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6872 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6874 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6875 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6895 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6897 + components: + - type: Transform + pos: -9.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6898 + components: + - type: Transform + pos: -9.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6899 + components: + - type: Transform + pos: -9.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6900 + components: + - type: Transform + pos: -9.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6901 + components: + - type: Transform + pos: -9.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6902 + components: + - type: Transform + pos: -9.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6903 + components: + - type: Transform + pos: -9.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6904 + components: + - type: Transform + pos: -9.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6905 + components: + - type: Transform + pos: -9.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6906 + components: + - type: Transform + pos: -9.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6915 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6916 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6919 + components: + - type: Transform + pos: -7.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6920 + components: + - type: Transform + pos: -7.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6921 + components: + - type: Transform + pos: -7.5,23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6927 + components: + - type: Transform + pos: -1.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6928 + components: + - type: Transform + pos: -1.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6929 + components: + - type: Transform + pos: -1.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6930 + components: + - type: Transform + pos: -1.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6931 + components: + - type: Transform + pos: -1.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6932 + components: + - type: Transform + pos: -1.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6933 + components: + - type: Transform + pos: -1.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6934 + components: + - type: Transform + pos: -1.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6935 + components: + - type: Transform + pos: -1.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6936 + components: + - type: Transform + pos: -1.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6937 + components: + - type: Transform + pos: -1.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6938 + components: + - type: Transform + pos: -1.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6939 + components: + - type: Transform + pos: -1.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6940 + components: + - type: Transform + pos: -1.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6941 + components: + - type: Transform + pos: -1.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6942 + components: + - type: Transform + pos: -1.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6943 + components: + - type: Transform + pos: -1.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6944 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6950 + components: + - type: Transform + pos: -5.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6965 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6967 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6971 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6973 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6974 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6978 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6980 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6985 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6987 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6988 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6995 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7016 + components: + - type: Transform + pos: 18.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7017 + components: + - type: Transform + pos: 18.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7026 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7027 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7028 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7029 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7030 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7035 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7037 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7038 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7041 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7049 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7054 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7056 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7062 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7063 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7064 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 31.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7065 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7066 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7067 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7071 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7072 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7073 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7075 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7076 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7078 + components: + - type: Transform + pos: 44.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7079 + components: + - type: Transform + pos: 44.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7080 + components: + - type: Transform + pos: 44.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7081 + components: + - type: Transform + pos: 44.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7082 + components: + - type: Transform + pos: 44.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7083 + components: + - type: Transform + pos: 44.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7084 + components: + - type: Transform + pos: 44.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7088 + components: + - type: Transform + pos: 44.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7099 + components: + - type: Transform + pos: 52.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7100 + components: + - type: Transform + pos: 52.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7101 + components: + - type: Transform + pos: 52.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7102 + components: + - type: Transform + pos: 52.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7103 + components: + - type: Transform + pos: 52.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7107 + components: + - type: Transform + pos: 52.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7108 + components: + - type: Transform + pos: 52.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7109 + components: + - type: Transform + pos: 52.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7110 + components: + - type: Transform + pos: 52.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7111 + components: + - type: Transform + pos: 52.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7112 + components: + - type: Transform + pos: 52.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7113 + components: + - type: Transform + pos: 52.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7114 + components: + - type: Transform + pos: 52.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7117 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7120 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7123 + components: + - type: Transform + pos: 58.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7124 + components: + - type: Transform + pos: 58.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7125 + components: + - type: Transform + pos: 58.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7134 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7143 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7144 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7146 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7147 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7153 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7154 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7157 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7167 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7168 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7171 + components: + - type: Transform + pos: -25.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7172 + components: + - type: Transform + pos: -25.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7173 + components: + - type: Transform + pos: -25.5,3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7174 + components: + - type: Transform + pos: -25.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7175 + components: + - type: Transform + pos: -25.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7176 + components: + - type: Transform + pos: -25.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7178 + components: + - type: Transform + pos: -25.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7181 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7182 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7190 + components: + - type: Transform + pos: -28.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7191 + components: + - type: Transform + pos: -28.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7192 + components: + - type: Transform + pos: -20.5,9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7193 + components: + - type: Transform + pos: -20.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7195 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7196 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7200 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7203 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7204 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7206 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7210 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7212 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7213 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7220 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7221 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7227 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7228 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7229 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7231 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7235 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7238 + components: + - type: Transform + pos: -25.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7239 + components: + - type: Transform + pos: -25.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7243 + components: + - type: Transform + pos: -25.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7244 + components: + - type: Transform + pos: -25.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7246 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7248 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7252 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7255 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7256 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7257 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7262 + components: + - type: Transform + pos: -25.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7263 + components: + - type: Transform + pos: -25.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7266 + components: + - type: Transform + pos: -25.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7267 + components: + - type: Transform + pos: -25.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7268 + components: + - type: Transform + pos: -25.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7269 + components: + - type: Transform + pos: -25.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7273 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7274 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7275 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7276 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7279 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7280 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7282 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7285 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7286 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7287 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7288 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7289 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7292 + components: + - type: Transform + pos: -44.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7293 + components: + - type: Transform + pos: -44.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7294 + components: + - type: Transform + pos: -44.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7295 + components: + - type: Transform + pos: -44.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7296 + components: + - type: Transform + pos: -44.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7297 + components: + - type: Transform + pos: -44.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7298 + components: + - type: Transform + pos: -44.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7299 + components: + - type: Transform + pos: -44.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7300 + components: + - type: Transform + pos: -44.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7301 + components: + - type: Transform + pos: -44.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7302 + components: + - type: Transform + pos: -44.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7303 + components: + - type: Transform + pos: -44.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7304 + components: + - type: Transform + pos: -44.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7308 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7309 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7311 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7317 + components: + - type: Transform + pos: -51.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7318 + components: + - type: Transform + pos: -51.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7319 + components: + - type: Transform + pos: -51.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7320 + components: + - type: Transform + pos: -51.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7321 + components: + - type: Transform + pos: -51.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7322 + components: + - type: Transform + pos: -51.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7323 + components: + - type: Transform + pos: -51.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7324 + components: + - type: Transform + pos: -51.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7325 + components: + - type: Transform + pos: -51.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7326 + components: + - type: Transform + pos: -51.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7327 + components: + - type: Transform + pos: -51.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7330 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7331 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7335 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7353 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7354 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7359 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7360 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7364 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7368 + components: + - type: Transform + pos: -34.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7369 + components: + - type: Transform + pos: -34.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7370 + components: + - type: Transform + pos: -34.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7371 + components: + - type: Transform + pos: -34.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7372 + components: + - type: Transform + pos: -34.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7373 + components: + - type: Transform + pos: -34.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7374 + components: + - type: Transform + pos: -34.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7375 + components: + - type: Transform + pos: -34.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7376 + components: + - type: Transform + pos: -34.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7377 + components: + - type: Transform + pos: -34.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7378 + components: + - type: Transform + pos: -34.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7379 + components: + - type: Transform + pos: -34.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7382 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7386 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7393 + components: + - type: Transform + pos: -1.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7394 + components: + - type: Transform + pos: -1.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7395 + components: + - type: Transform + pos: -1.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7396 + components: + - type: Transform + pos: -1.5,-10.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7397 + components: + - type: Transform + pos: -1.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7398 + components: + - type: Transform + pos: -1.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7399 + components: + - type: Transform + pos: -1.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7400 + components: + - type: Transform + pos: -1.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7401 + components: + - type: Transform + pos: -1.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7402 + components: + - type: Transform + pos: -1.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7406 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7421 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7422 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7424 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7426 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7441 + components: + - type: Transform + pos: -8.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7442 + components: + - type: Transform + pos: -8.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7443 + components: + - type: Transform + pos: -8.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7444 + components: + - type: Transform + pos: -8.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7445 + components: + - type: Transform + pos: -12.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7446 + components: + - type: Transform + pos: -12.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7447 + components: + - type: Transform + pos: -12.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7448 + components: + - type: Transform + pos: -12.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7451 + components: + - type: Transform + pos: -14.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7452 + components: + - type: Transform + pos: -14.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7453 + components: + - type: Transform + pos: -14.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7454 + components: + - type: Transform + pos: -14.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7455 + components: + - type: Transform + pos: -14.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7456 + components: + - type: Transform + pos: -14.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7465 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7468 + components: + - type: Transform + pos: -1.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7470 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7471 + components: + - type: Transform + pos: -1.5,-25.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7472 + components: + - type: Transform + pos: -1.5,-26.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7473 + components: + - type: Transform + pos: -1.5,-27.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7474 + components: + - type: Transform + pos: -1.5,-28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7475 + components: + - type: Transform + pos: -1.5,-29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7476 + components: + - type: Transform + pos: -1.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7477 + components: + - type: Transform + pos: -1.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7483 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7485 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7486 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7496 + components: + - type: Transform + pos: 13.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7498 + components: + - type: Transform + pos: 13.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7499 + components: + - type: Transform + pos: 8.5,-34.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7500 + components: + - type: Transform + pos: 8.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7501 + components: + - type: Transform + pos: 8.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7502 + components: + - type: Transform + pos: 8.5,-37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7503 + components: + - type: Transform + pos: 8.5,-38.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7504 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7505 + components: + - type: Transform + pos: 8.5,-40.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7506 + components: + - type: Transform + pos: 8.5,-41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7507 + components: + - type: Transform + pos: 8.5,-42.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7508 + components: + - type: Transform + pos: 8.5,-43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7509 + components: + - type: Transform + pos: 8.5,-44.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7519 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7520 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7521 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7522 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7534 + components: + - type: Transform + pos: -11.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7535 + components: + - type: Transform + pos: -11.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7536 + components: + - type: Transform + pos: -11.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7537 + components: + - type: Transform + pos: -11.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7538 + components: + - type: Transform + pos: -11.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7539 + components: + - type: Transform + pos: -11.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7540 + components: + - type: Transform + pos: -11.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7541 + components: + - type: Transform + pos: -11.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7542 + components: + - type: Transform + pos: -11.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-48.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-49.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-50.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-51.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-52.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-53.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-54.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-55.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-56.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-57.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-58.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-59.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-60.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-61.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-62.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-63.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8700 + components: + - type: Transform + pos: -4.5,37.5 + parent: 2 + - uid: 9110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9112 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9119 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9121 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9122 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9123 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9176 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9177 + components: + - type: Transform + pos: 13.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9178 + components: + - type: Transform + pos: 13.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9179 + components: + - type: Transform + pos: 13.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9180 + components: + - type: Transform + pos: 9.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9181 + components: + - type: Transform + pos: 9.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9182 + components: + - type: Transform + pos: 9.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9183 + components: + - type: Transform + pos: 9.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9184 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9185 + components: + - type: Transform + pos: 5.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9186 + components: + - type: Transform + pos: 5.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9187 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9195 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9197 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9198 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9201 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9202 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,-17.5 + parent: 2 + - uid: 9501 + components: + - type: Transform + pos: -5.5,35.5 + parent: 2 +- proto: GasPipeTJunction + entities: + - uid: 777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-47.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6299 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6322 + components: + - type: Transform + pos: 1.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6355 + components: + - type: Transform + pos: 22.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6390 + components: + - type: Transform + pos: 45.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6416 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6437 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6439 + components: + - type: Transform + pos: 21.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6455 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 603 + rot: 3.141592653589793 rad + pos: 32.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 604 + rot: 3.141592653589793 rad + pos: 53.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6484 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 605 + pos: 56.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 606 + rot: 3.141592653589793 rad + pos: -1.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 607 + rot: 1.5707963267948966 rad + pos: -23.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 608 + rot: 3.141592653589793 rad + pos: -30.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 609 + pos: -23.5,10.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 610 + rot: -1.5707963267948966 rad + pos: -26.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6598 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 611 + pos: -26.5,17.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6599 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 612 + pos: -26.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 613 + rot: 3.141592653589793 rad + pos: -32.5,13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 614 + rot: 3.141592653589793 rad + pos: -23.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 615 + pos: -24.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6633 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 616 + pos: -24.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6638 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 617 + pos: -24.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 618 + rot: -1.5707963267948966 rad + pos: -42.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 619 + rot: -1.5707963267948966 rad + pos: -52.5,-4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 620 + rot: -1.5707963267948966 rad + pos: -52.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6749 components: - type: Transform rot: 1.5707963267948966 rad - pos: 6.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 621 + pos: 0.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6787 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 622 + pos: -16.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6788 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 623 + rot: 3.141592653589793 rad + pos: -15.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 624 + rot: 3.141592653589793 rad + pos: 1.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6847 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 625 + pos: 9.5,-35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 626 + rot: 3.141592653589793 rad + pos: -3.5,22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6952 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 627 + pos: -5.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 628 + pos: 2.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6989 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 629 + rot: 3.141592653589793 rad + pos: 25.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6990 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 630 + pos: 24.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6991 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 631 + pos: 26.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6992 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 632 + pos: 25.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 847 + pos: 25.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6997 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 848 + rot: 3.141592653589793 rad + pos: 28.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7043 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 849 + pos: 24.5,-8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7052 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 850 + pos: 29.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7085 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible -- proto: ChairOfficeDark - entities: - - uid: 18 - components: - - type: Transform - anchored: True - rot: 3.141592653589793 rad - pos: 9.5,3.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible -- proto: ChairWood - entities: - - uid: 2355 - components: - - type: Transform - anchored: True - pos: 10.5,1.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Destructible - - Anchorable - - uid: 591 + pos: 44.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7087 components: - type: Transform - anchored: True rot: 1.5707963267948966 rad - pos: 8.5,0.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Destructible - - Anchorable - - uid: 703 + pos: 44.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7093 components: - type: Transform - anchored: True - pos: 9.5,1.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Destructible - - Anchorable - - uid: 704 + rot: 3.141592653589793 rad + pos: 49.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7095 components: - type: Transform - anchored: True - rot: 1.5707963267948966 rad - pos: 8.5,-0.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Destructible - - Anchorable -- proto: ChessBoard - entities: - - uid: 714 + rot: -1.5707963267948966 rad + pos: 52.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7096 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5093775,-2.403601 - parent: 818 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 344 + rot: 1.5707963267948966 rad + pos: 52.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7121 components: - type: Transform - pos: -5.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction -- proto: ClosetWallFireFilledRandom - entities: - - uid: 432 + rot: -1.5707963267948966 rad + pos: 58.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7177 components: - type: Transform - pos: 4.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction -- proto: ComfyChair - entities: - - uid: 595 + pos: -25.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7183 components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 718 + pos: -20.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7184 components: - type: Transform - pos: 12.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 749 + pos: -19.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7186 components: - type: Transform - pos: 12.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 759 + rot: 3.141592653589793 rad + pos: -28.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7187 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 760 + rot: -1.5707963267948966 rad + pos: -28.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7218 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible -- proto: DisposalBend - entities: - - uid: 853 + rot: 1.5707963267948966 rad + pos: -28.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7222 + components: + - type: Transform + pos: -31.5,11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7234 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 862 + pos: -25.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 891 + rot: -1.5707963267948966 rad + pos: -25.5,-5.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7264 components: - type: Transform - pos: 3.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 893 + rot: -1.5707963267948966 rad + pos: -25.5,-11.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7305 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 898 + pos: -44.5,-15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7306 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 899 + rot: -1.5707963267948966 rad + pos: -44.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7314 components: - type: Transform - pos: 9.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 900 + pos: -50.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7316 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible -- proto: DisposalJunctionFlipped - entities: - - uid: 892 + rot: 1.5707963267948966 rad + pos: -51.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7328 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible -- proto: DisposalPipe - entities: - - uid: 854 + rot: 1.5707963267948966 rad + pos: -51.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 855 + rot: 1.5707963267948966 rad + pos: -51.5,-22.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7404 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 856 + pos: -0.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7429 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 857 + rot: 1.5707963267948966 rad + pos: -14.5,-17.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7430 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 858 + rot: 1.5707963267948966 rad + pos: -8.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7478 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 859 + rot: -1.5707963267948966 rad + pos: -1.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7489 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 860 + pos: 8.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9108 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 861 + pos: -27.5,15.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasVentPump + entities: + - uid: 6179 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 863 + pos: 32.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6278 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 864 + rot: -1.5707963267948966 rad + pos: -23.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6301 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 865 + rot: 3.141592653589793 rad + pos: 2.5,21.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 866 + rot: 3.141592653589793 rad + pos: 1.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6357 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 867 + rot: 3.141592653589793 rad + pos: 21.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 868 + rot: -1.5707963267948966 rad + pos: 29.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6428 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 869 + pos: 21.5,-12.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6429 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 870 + rot: 3.141592653589793 rad + pos: 16.5,-7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6430 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 871 + rot: 3.141592653589793 rad + pos: 24.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 872 + rot: -1.5707963267948966 rad + pos: 32.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 873 + rot: -1.5707963267948966 rad + pos: 22.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 874 + pos: 34.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6459 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 875 + pos: 17.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6460 components: - type: Transform - pos: 18.5,-38.5 + rot: 3.141592653589793 rad + pos: 45.5,-14.5 parent: 2 - - uid: 876 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6466 components: - type: Transform - pos: 18.5,-37.5 + pos: 50.5,-12.5 parent: 2 - - uid: 2920 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6471 components: - type: Transform - pos: -11.5,0.5 + rot: 1.5707963267948966 rad + pos: 49.5,-17.5 parent: 2 - - type: DeviceLinkSink - links: - - 9167 - - uid: 2921 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6483 components: - type: Transform - pos: -11.5,1.5 + pos: 53.5,-4.5 parent: 2 - - type: DeviceLinkSink - links: - - 9167 - - uid: 2922 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6487 components: - type: Transform - pos: -2.5,-10.5 + pos: 56.5,-12.5 parent: 2 - - type: DeviceLinkSink - links: - - 9168 - - uid: 2923 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6488 components: - type: Transform - pos: -1.5,-10.5 + rot: 3.141592653589793 rad + pos: 56.5,-15.5 parent: 2 - - type: DeviceLinkSink - links: - - 9168 - - uid: 2924 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6508 components: - type: Transform - pos: -0.5,-10.5 + rot: 1.5707963267948966 rad + pos: 31.5,-21.5 parent: 2 - - type: DeviceLinkSink - links: - - 9168 - - uid: 2925 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6528 components: - type: Transform - pos: 0.5,-10.5 + pos: -1.5,-0.5 parent: 2 - - type: DeviceLinkSink - links: - - 9168 - - uid: 2926 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6552 components: - type: Transform - pos: 1.5,-10.5 + rot: -1.5707963267948966 rad + pos: -22.5,-0.5 parent: 2 - - type: DeviceLinkSink - links: - - 9168 - - uid: 2927 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6561 components: - type: Transform - pos: 10.5,-2.5 - parent: 2 - - type: DeviceLinkSink - links: - - 9166 - - uid: 2928 + pos: -30.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6566 components: - type: Transform - pos: 10.5,-1.5 + rot: 1.5707963267948966 rad + pos: -33.5,5.5 parent: 2 - - type: DeviceLinkSink - links: - - 9166 - - uid: 2929 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6572 components: - type: Transform - pos: 10.5,-0.5 + rot: -1.5707963267948966 rad + pos: -15.5,5.5 parent: 2 - - type: DeviceLinkSink - links: - - 9166 - - uid: 2930 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6589 components: - type: Transform - pos: 10.5,0.5 + pos: -15.5,14.5 parent: 2 - - type: DeviceLinkSink - links: - - 9166 - - uid: 2931 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6606 components: - type: Transform - pos: 10.5,1.5 + pos: -32.5,14.5 parent: 2 - - type: DeviceLinkSink - links: - - 9166 - - uid: 2932 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6613 components: - type: Transform - pos: 1.5,9.5 + rot: 1.5707963267948966 rad + pos: -39.5,13.5 parent: 2 - - type: DeviceLinkSink - links: - - 7787 - - uid: 2933 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6621 components: - type: Transform - pos: 0.5,9.5 + pos: -17.5,-5.5 parent: 2 - - type: DeviceLinkSink - links: - - 7787 - - uid: 2934 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6632 components: - type: Transform - pos: -0.5,9.5 + rot: 3.141592653589793 rad + pos: -33.5,-7.5 parent: 2 - - type: DeviceLinkSink - links: - - 7787 - - uid: 2935 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6639 components: - type: Transform - pos: -1.5,9.5 + rot: -1.5707963267948966 rad + pos: -23.5,-12.5 parent: 2 - - type: DeviceLinkSink - links: - - 7787 - - uid: 2936 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6640 components: - type: Transform - pos: -2.5,9.5 + rot: 3.141592653589793 rad + pos: -24.5,-18.5 parent: 2 - - type: DeviceLinkSink - links: - - 7787 -- proto: BluespaceBeaker - entities: - - uid: 7734 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6692 components: - type: Transform - pos: -3.478174,15.587257 + rot: 3.141592653589793 rad + pos: -55.5,-10.5 parent: 2 -- proto: Blunt - entities: - - uid: 9495 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6709 components: - type: Transform - pos: -0.7027468,38.8873 + rot: 1.5707963267948966 rad + pos: -53.5,-4.5 parent: 2 -- proto: BodyBagFolded - entities: - - uid: 2019 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6722 components: - type: Transform - pos: -17.710842,-3.8202307 + rot: 1.5707963267948966 rad + pos: -53.5,-20.5 parent: 2 - - uid: 8049 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6723 components: - type: Transform - pos: -39.39791,4.7876472 + rot: 3.141592653589793 rad + pos: -52.5,-27.5 parent: 2 - - uid: 9673 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6730 components: - type: Transform - pos: -3.5,35.5 + rot: 1.5707963267948966 rad + pos: -53.5,3.5 parent: 2 -- proto: BookBartendersManual - entities: - - uid: 1634 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6747 components: - type: Transform - pos: 20.599146,-29.45145 + rot: 3.141592653589793 rad + pos: -32.5,-25.5 parent: 2 -- proto: BookChemicalCompendium - entities: - - uid: 7990 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.532465,-5.4157457 + pos: 7.5,-14.5 parent: 2 -- proto: BookEngineersHandbook - entities: - - uid: 1535 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.34361,-9.281574 + pos: -10.5,-10.5 parent: 2 -- proto: BookRandom - entities: - - uid: 2970 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5868554,21.578016 + rot: 3.141592653589793 rad + pos: -10.5,-22.5 parent: 2 -- proto: BookScientistsGuidebook - entities: - - uid: 901 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6768 components: - type: Transform - pos: 23.551973,8.677123 + rot: 3.141592653589793 rad + pos: -16.5,-22.5 parent: 2 -- proto: BookSecurity - entities: - - uid: 2114 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6769 components: - type: Transform - pos: -28.510689,6.64287 + pos: -16.5,-10.5 parent: 2 -- proto: BookshelfFilled - entities: - - uid: 373 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6770 components: - type: Transform - pos: -6.5,-14.5 + pos: -6.5,-10.5 parent: 2 - - uid: 1224 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6772 components: - type: Transform - pos: 32.5,5.5 + rot: 3.141592653589793 rad + pos: -6.5,-22.5 parent: 2 - - uid: 1225 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6819 components: - type: Transform - pos: 31.5,5.5 + pos: -15.5,-14.5 parent: 2 - - uid: 1226 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6827 components: - type: Transform - pos: 30.5,5.5 + rot: -1.5707963267948966 rad + pos: 2.5,-22.5 parent: 2 - - uid: 2590 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6838 components: - type: Transform - pos: -54.5,5.5 + pos: 1.5,-30.5 parent: 2 - - uid: 2591 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6876 components: - type: Transform - pos: -50.5,5.5 + rot: -1.5707963267948966 rad + pos: 14.5,-35.5 parent: 2 - - uid: 2758 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6877 components: - type: Transform - pos: -50.5,-24.5 + rot: 3.141592653589793 rad + pos: 9.5,-57.5 parent: 2 -- proto: BoozeDispenser - entities: - - uid: 1611 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6908 components: - type: Transform - pos: 14.5,-28.5 + rot: -1.5707963267948966 rad + pos: -8.5,-58.5 parent: 2 - - uid: 2529 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-12.5 + pos: -7.5,-46.5 parent: 2 -- proto: BorgCharger - entities: - - uid: 4 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8101 components: - type: Transform - pos: 11.5,-14.5 + pos: -43.5,-8.5 parent: 2 - - uid: 7796 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9106 components: - type: Transform - pos: -7.5,-5.5 + pos: -26.5,21.5 parent: 2 -- proto: BoxFolderBlack - entities: - - uid: 1070 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.556377,7.6372237 + rot: -1.5707963267948966 rad + pos: -25.5,17.5 parent: 2 - - uid: 2341 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9117 components: - type: Transform - pos: -33.955326,15.646605 + pos: -22.5,17.5 parent: 2 -- proto: BoxFolderBlue + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentScrubber entities: - - uid: 1963 + - uid: 3065 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.60803,-2.3818717 + pos: 13.5,-22.5 parent: 2 - - uid: 8145 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.601955,-21.708435 + pos: -3.5,23.5 parent: 2 -- proto: BoxFolderCentCom - entities: - - uid: 2914 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6951 components: - type: Transform - pos: 0.121657684,1.5684686 + rot: 1.5707963267948966 rad + pos: -6.5,1.5 parent: 2 -- proto: BoxFolderClipboard - entities: - - uid: 1093 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6960 components: - type: Transform - pos: 20.562931,-5.520147 + rot: 3.141592653589793 rad + pos: 2.5,-0.5 parent: 2 - - uid: 2039 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.518494,-8.45272 + rot: 3.141592653589793 rad + pos: 26.5,-0.5 parent: 2 - - uid: 2253 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6994 components: - type: Transform - pos: -24.658968,12.5778 + rot: 1.5707963267948966 rad + pos: 24.5,5.5 parent: 2 - - uid: 2299 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.479166,10.842613 + pos: 28.5,7.5 parent: 2 - - uid: 6674 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.470604,-1.5442758 + pos: 37.5,7.5 parent: 2 - - uid: 8003 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7018 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.537085,-11.464508 + rot: 3.141592653589793 rad + pos: 18.5,3.5 parent: 2 -- proto: BoxFolderGrey - entities: - - uid: 7815 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7033 components: - type: Transform - pos: 26.430199,5.547898 + pos: 30.5,-4.5 parent: 2 -- proto: BoxFolderRed - entities: - - uid: 8098 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7042 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.58732,10.571522 + pos: 15.5,-5.5 parent: 2 -- proto: BoxFolderWhite - entities: - - uid: 2040 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7044 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.001276,-13.388158 + rot: 1.5707963267948966 rad + pos: 23.5,-8.5 parent: 2 -- proto: BoxFolderYellow - entities: - - uid: 1505 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.520176,-13.36852 + rot: 3.141592653589793 rad + pos: 29.5,-12.5 parent: 2 -- proto: BoxLatexGloves - entities: - - uid: 1919 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7059 components: - type: Transform - pos: -18.027534,-8.318678 + pos: 34.5,-10.5 parent: 2 -- proto: BoxLighttube - entities: - - uid: 9540 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7086 components: - type: Transform - pos: 7.699898,27.713648 + rot: 1.5707963267948966 rad + pos: 43.5,-7.5 parent: 2 -- proto: BoxMRE - entities: - - uid: 8213 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7094 components: - type: Transform - pos: 5.4727316,-14.403693 + pos: 49.5,-8.5 parent: 2 - - uid: 9059 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7106 components: - type: Transform - pos: -23.63846,15.694461 + rot: 1.5707963267948966 rad + pos: 50.5,-3.5 parent: 2 -- proto: BrokenBottle - entities: - - uid: 8623 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5393,-12.893633 + rot: 3.141592653589793 rad + pos: 52.5,-19.5 parent: 2 -- proto: Bucket - entities: - - uid: 8594 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7122 components: - type: Transform - pos: 12.160258,-8.698183 + pos: 58.5,-11.5 parent: 2 - - uid: 9536 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7127 components: - type: Transform - pos: 7.981148,26.885523 + rot: -1.5707963267948966 rad + pos: 59.5,-16.5 parent: 2 -- proto: ButtonFrameGrey - entities: - - uid: 9490 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7150 components: - type: Transform - pos: -20.5,14.5 + rot: 1.5707963267948966 rad + pos: 35.5,-23.5 parent: 2 -- proto: CableApcExtension - entities: - - uid: 3249 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7185 components: - type: Transform - pos: 4.5,29.5 + rot: 3.141592653589793 rad + pos: -19.5,7.5 parent: 2 - - uid: 4320 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7202 components: - type: Transform - pos: 9.5,-47.5 + rot: 3.141592653589793 rad + pos: -35.5,7.5 parent: 2 - - uid: 4346 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7208 components: - type: Transform - pos: 2.5,1.5 + rot: 3.141592653589793 rad + pos: -14.5,7.5 parent: 2 - - uid: 4347 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7214 components: - type: Transform - pos: 2.5,0.5 + rot: -1.5707963267948966 rad + pos: -14.5,11.5 parent: 2 - - uid: 4348 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7219 components: - type: Transform - pos: 2.5,-0.5 + pos: -28.5,16.5 parent: 2 - - uid: 4349 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7223 components: - type: Transform - pos: 1.5,-0.5 + rot: 3.141592653589793 rad + pos: -31.5,10.5 parent: 2 - - uid: 4350 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7233 components: - type: Transform - pos: 0.5,-0.5 + rot: 1.5707963267948966 rad + pos: -41.5,11.5 parent: 2 - - uid: 4351 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7237 components: - type: Transform - pos: -0.5,-0.5 + rot: 1.5707963267948966 rad + pos: -26.5,-2.5 parent: 2 - - uid: 4352 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7241 components: - type: Transform - pos: -1.5,-0.5 + rot: 1.5707963267948966 rad + pos: -26.5,-5.5 parent: 2 - - uid: 4353 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7249 components: - type: Transform - pos: -2.5,-0.5 + rot: 1.5707963267948966 rad + pos: -30.5,-8.5 parent: 2 - - uid: 4354 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7261 components: - type: Transform - pos: 3.5,-0.5 + pos: -14.5,-7.5 parent: 2 - - uid: 4355 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7265 components: - type: Transform - pos: 4.5,-0.5 + rot: 1.5707963267948966 rad + pos: -26.5,-11.5 parent: 2 - - uid: 4356 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7272 components: - type: Transform - pos: 5.5,-0.5 + rot: 1.5707963267948966 rad + pos: -27.5,-16.5 parent: 2 - - uid: 4357 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7312 components: - type: Transform - pos: 5.5,0.5 + rot: -1.5707963267948966 rad + pos: -43.5,-15.5 parent: 2 - - uid: 4358 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7315 components: - type: Transform - pos: 5.5,1.5 + rot: 3.141592653589793 rad + pos: -50.5,-14.5 parent: 2 - - uid: 4359 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7329 components: - type: Transform - pos: 5.5,2.5 + rot: -1.5707963267948966 rad + pos: -50.5,-1.5 parent: 2 - - uid: 4360 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7333 components: - type: Transform - pos: 5.5,3.5 + rot: -1.5707963267948966 rad + pos: -50.5,1.5 parent: 2 - - uid: 4361 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7343 components: - type: Transform - pos: 4.5,3.5 + rot: -1.5707963267948966 rad + pos: -50.5,-22.5 parent: 2 - - uid: 4362 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7349 components: - type: Transform - pos: 4.5,4.5 + rot: 3.141592653589793 rad + pos: -51.5,-28.5 parent: 2 - - uid: 4363 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7381 components: - type: Transform - pos: 3.5,4.5 + rot: -1.5707963267948966 rad + pos: -33.5,-36.5 parent: 2 - - uid: 4364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7405 components: - type: Transform - pos: 2.5,4.5 + rot: 3.141592653589793 rad + pos: -0.5,-18.5 parent: 2 - - uid: 4365 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7420 components: - type: Transform - pos: 1.5,4.5 + rot: -1.5707963267948966 rad + pos: 14.5,-17.5 parent: 2 - - uid: 4366 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7431 components: - type: Transform - pos: 0.5,4.5 + rot: -1.5707963267948966 rad + pos: -7.5,-16.5 parent: 2 - - uid: 4367 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7457 components: - type: Transform - pos: -0.5,4.5 + rot: 3.141592653589793 rad + pos: -8.5,-21.5 parent: 2 - - uid: 4368 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7458 components: - type: Transform - pos: -1.5,4.5 + rot: 3.141592653589793 rad + pos: -14.5,-20.5 parent: 2 - - uid: 4369 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7459 components: - type: Transform - pos: -2.5,4.5 + pos: -8.5,-11.5 parent: 2 - - uid: 4370 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7460 components: - type: Transform - pos: -3.5,4.5 + pos: -14.5,-12.5 parent: 2 - - uid: 4371 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7461 components: - type: Transform - pos: -4.5,4.5 + rot: -1.5707963267948966 rad + pos: -11.5,-12.5 parent: 2 - - uid: 4372 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7462 components: - type: Transform - pos: -5.5,4.5 + rot: -1.5707963267948966 rad + pos: -11.5,-20.5 parent: 2 - - uid: 4373 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7495 components: - type: Transform - pos: -5.5,3.5 + rot: 1.5707963267948966 rad + pos: -2.5,-32.5 parent: 2 - - uid: 4374 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7497 components: - type: Transform - pos: -6.5,3.5 + pos: 13.5,-30.5 parent: 2 - - uid: 4375 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7513 components: - type: Transform - pos: -6.5,2.5 + rot: -1.5707963267948966 rad + pos: 10.5,-45.5 parent: 2 - - uid: 4376 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7543 components: - type: Transform - pos: -6.5,1.5 + rot: 3.141592653589793 rad + pos: -11.5,-55.5 parent: 2 - - uid: 4377 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7562 components: - type: Transform - pos: -6.5,0.5 + rot: 3.141592653589793 rad + pos: 8.5,-64.5 parent: 2 - - uid: 4378 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9105 components: - type: Transform - pos: -6.5,-0.5 + rot: 1.5707963267948966 rad + pos: -28.5,19.5 parent: 2 - - uid: 4379 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9116 components: - type: Transform - pos: -6.5,-1.5 + rot: -1.5707963267948966 rad + pos: -23.5,15.5 parent: 2 - - uid: 4380 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9171 components: - type: Transform - pos: -6.5,-2.5 + rot: 3.141592653589793 rad + pos: 9.5,-22.5 parent: 2 - - uid: 4381 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9172 components: - type: Transform - pos: -6.5,-3.5 + rot: 3.141592653589793 rad + pos: 5.5,-22.5 parent: 2 - - uid: 4382 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9173 components: - type: Transform - pos: -6.5,-4.5 + pos: 5.5,-10.5 parent: 2 - - uid: 4383 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9174 components: - type: Transform - pos: -5.5,-4.5 + pos: 9.5,-10.5 parent: 2 - - uid: 4384 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9175 components: - type: Transform - pos: -5.5,-5.5 + pos: 13.5,-10.5 parent: 2 - - uid: 4385 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasVolumePump + entities: + - uid: 7956 components: - type: Transform - pos: -4.5,-5.5 + rot: 1.5707963267948966 rad + pos: -6.5,38.5 parent: 2 - - uid: 4386 + - uid: 8572 components: - type: Transform - pos: -3.5,-5.5 + pos: -6.5,35.5 parent: 2 - - uid: 4387 +- proto: GlowstickBase + entities: + - uid: 7938 components: - type: Transform - pos: -2.5,-5.5 + pos: 47.39579,-16.473925 parent: 2 - - uid: 4388 +- proto: GlowstickRed + entities: + - uid: 7845 components: - type: Transform - pos: -1.5,-5.5 + pos: 31.530577,-4.1122193 parent: 2 - - uid: 4389 +- proto: GlowstickYellow + entities: + - uid: 9103 components: - type: Transform - pos: -0.5,-5.5 + pos: 56.605877,-15.396398 parent: 2 - - uid: 4390 + - uid: 9104 components: - type: Transform - pos: 0.5,-5.5 + pos: 56.684002,-15.474523 parent: 2 - - uid: 4391 +- proto: GravityGenerator + entities: + - uid: 9624 components: - type: Transform - pos: 1.5,-5.5 + pos: 8.5,37.5 parent: 2 - - uid: 4392 +- proto: Grille + entities: + - uid: 26 components: - type: Transform - pos: 2.5,-5.5 + pos: 8.5,-14.5 parent: 2 - - uid: 4393 + - uid: 27 components: - type: Transform - pos: 3.5,-5.5 + pos: 8.5,-13.5 parent: 2 - - uid: 4394 + - uid: 28 components: - type: Transform - pos: 4.5,-5.5 + pos: 3.5,-16.5 parent: 2 - - uid: 4395 + - uid: 29 components: - type: Transform - pos: 4.5,-4.5 + pos: 8.5,-12.5 parent: 2 - - uid: 4396 + - uid: 38 components: - type: Transform - pos: 5.5,-4.5 + pos: 12.5,-11.5 parent: 2 - - uid: 4397 + - uid: 47 components: - type: Transform - pos: 5.5,-3.5 + pos: 8.5,-18.5 parent: 2 - - uid: 4398 + - uid: 48 components: - type: Transform - pos: 5.5,-2.5 + pos: 8.5,-21.5 parent: 2 - - uid: 4399 + - uid: 58 components: - type: Transform - pos: 5.5,-1.5 + pos: 8.5,-19.5 parent: 2 - - uid: 4400 + - uid: 68 components: - type: Transform - pos: -0.5,-6.5 + pos: 1.5,-19.5 parent: 2 - - uid: 4401 + - uid: 69 components: - type: Transform - pos: -0.5,-7.5 + pos: 2.5,-18.5 parent: 2 - - uid: 4402 + - uid: 77 components: - type: Transform - pos: -0.5,-8.5 + pos: 12.5,-20.5 parent: 2 - - uid: 4403 + - uid: 82 components: - type: Transform - pos: -0.5,-9.5 + pos: 12.5,-19.5 parent: 2 - - uid: 4404 + - uid: 83 components: - type: Transform - pos: -0.5,-10.5 + pos: 12.5,-18.5 parent: 2 - - uid: 4405 + - uid: 107 components: - type: Transform - pos: -0.5,-11.5 + pos: 8.5,-11.5 parent: 2 - - uid: 4406 + - uid: 111 components: - type: Transform - pos: 6.5,-0.5 + pos: 6.5,-7.5 parent: 2 - - uid: 4407 + - uid: 112 components: - type: Transform - pos: 7.5,-0.5 + pos: 5.5,-7.5 parent: 2 - - uid: 4408 + - uid: 122 components: - type: Transform - pos: 8.5,-0.5 + pos: -7.5,-6.5 parent: 2 - - uid: 4409 + - uid: 142 components: - type: Transform - pos: 9.5,-0.5 + pos: 12.5,-21.5 parent: 2 - - uid: 4410 + - uid: 160 components: - type: Transform - pos: 10.5,-0.5 + pos: 8.5,-20.5 parent: 2 - - uid: 4411 + - uid: 175 components: - type: Transform - pos: 11.5,-0.5 + pos: 12.5,-13.5 parent: 2 - - uid: 4412 + - uid: 177 components: - type: Transform - pos: -0.5,5.5 + pos: 12.5,-14.5 parent: 2 - - uid: 4413 + - uid: 179 components: - type: Transform - pos: -0.5,6.5 + pos: 12.5,-12.5 parent: 2 - - uid: 4414 + - uid: 182 components: - type: Transform - pos: -0.5,7.5 + pos: 1.5,-18.5 parent: 2 - - uid: 4415 + - uid: 183 components: - type: Transform - pos: -0.5,8.5 + pos: 2.5,-14.5 parent: 2 - - uid: 4416 + - uid: 185 components: - type: Transform - pos: -0.5,9.5 + pos: 1.5,-14.5 parent: 2 - - uid: 4417 + - uid: 193 components: - type: Transform - pos: -0.5,10.5 + pos: -3.5,-20.5 parent: 2 - - uid: 4418 + - uid: 194 components: - type: Transform - pos: -7.5,-0.5 + pos: -4.5,-20.5 parent: 2 - - uid: 4419 + - uid: 221 components: - type: Transform - pos: -8.5,-0.5 + pos: 2.5,-20.5 parent: 2 - - uid: 4420 + - uid: 228 components: - type: Transform - pos: -9.5,-0.5 + pos: 3.5,-20.5 parent: 2 - - uid: 4421 + - uid: 262 components: - type: Transform - pos: -10.5,-0.5 + pos: -17.5,-17.5 parent: 2 - - uid: 4422 + - uid: 263 components: - type: Transform - pos: -11.5,-0.5 + pos: -17.5,-16.5 parent: 2 - - uid: 4423 + - uid: 264 components: - type: Transform - pos: -12.5,-0.5 + pos: -17.5,-15.5 parent: 2 - - uid: 4424 + - uid: 273 components: - type: Transform - pos: -3.5,-0.5 + pos: -14.5,-23.5 parent: 2 - - uid: 4425 + - uid: 275 components: - type: Transform - pos: -4.5,-0.5 + pos: -7.5,-23.5 parent: 2 - - uid: 4426 + - uid: 323 components: - type: Transform - pos: -5.5,-0.5 + pos: -3.5,-18.5 parent: 2 - - uid: 4427 + - uid: 324 components: - type: Transform - pos: -3.5,24.5 + pos: -2.5,-18.5 parent: 2 - - uid: 4428 + - uid: 325 components: - type: Transform - pos: -3.5,23.5 + pos: -2.5,-19.5 parent: 2 - - uid: 4429 + - uid: 326 components: - type: Transform - pos: -3.5,22.5 + pos: -3.5,-14.5 parent: 2 - - uid: 4430 + - uid: 327 components: - type: Transform - pos: -2.5,22.5 + pos: -2.5,-14.5 parent: 2 - - uid: 4431 + - uid: 347 components: - type: Transform - pos: -1.5,22.5 + pos: 16.5,-17.5 parent: 2 - - uid: 4432 + - uid: 348 components: - type: Transform - pos: -0.5,22.5 + pos: 16.5,-16.5 parent: 2 - - uid: 4433 + - uid: 349 components: - type: Transform - pos: 0.5,22.5 + pos: 16.5,-15.5 parent: 2 - - uid: 4434 + - uid: 431 components: - type: Transform - pos: 1.5,22.5 + pos: 6.5,-6.5 parent: 2 - - uid: 4435 + - uid: 433 components: - type: Transform - pos: 2.5,22.5 + pos: -8.5,-23.5 parent: 2 - - uid: 4436 + - uid: 435 components: - type: Transform - pos: -0.5,23.5 + pos: 7.5,-6.5 parent: 2 - - uid: 4437 + - uid: 446 components: - type: Transform - pos: -0.5,24.5 + pos: -6.5,-7.5 parent: 2 - - uid: 4438 + - uid: 447 components: - type: Transform - pos: -0.5,25.5 + pos: 7.5,-5.5 parent: 2 - - uid: 4439 + - uid: 448 components: - type: Transform - pos: -0.5,26.5 + pos: -3.5,-7.5 parent: 2 - - uid: 4440 + - uid: 472 components: - type: Transform - pos: 2.5,23.5 + pos: -2.5,-12.5 parent: 2 - - uid: 4441 + - uid: 530 components: - type: Transform - pos: 2.5,24.5 + pos: -2.5,-28.5 parent: 2 - - uid: 4442 + - uid: 533 components: - type: Transform - pos: 2.5,25.5 + pos: -2.5,-27.5 parent: 2 - - uid: 4443 + - uid: 534 components: - type: Transform - pos: 2.5,26.5 + pos: -2.5,-26.5 parent: 2 - - uid: 4444 + - uid: 559 components: - type: Transform - pos: 2.5,27.5 + pos: -15.5,-23.5 parent: 2 - - uid: 4445 + - uid: 560 components: - type: Transform - pos: 2.5,28.5 + pos: -12.5,-23.5 parent: 2 - - uid: 4446 + - uid: 561 components: - type: Transform - pos: 2.5,29.5 + pos: -11.5,-23.5 parent: 2 - - uid: 4447 + - uid: 562 components: - type: Transform - pos: -4.5,22.5 + pos: -10.5,-23.5 parent: 2 - - uid: 4448 + - uid: 568 components: - type: Transform - pos: -5.5,22.5 + pos: -5.5,-48.5 parent: 2 - - uid: 4449 + - uid: 569 components: - type: Transform - pos: -6.5,22.5 + pos: 4.5,-48.5 parent: 2 - - uid: 4450 + - uid: 590 components: - type: Transform - pos: -7.5,22.5 + pos: -13.5,-53.5 parent: 2 - - uid: 4451 + - uid: 592 components: - type: Transform - pos: -8.5,22.5 + pos: 13.5,-60.5 parent: 2 - - uid: 4452 + - uid: 593 components: - type: Transform - pos: -8.5,23.5 + pos: -6.5,-62.5 parent: 2 - - uid: 4453 + - uid: 594 components: - type: Transform - pos: -8.5,24.5 + pos: -6.5,-61.5 parent: 2 - - uid: 4454 + - uid: 595 components: - type: Transform - pos: -8.5,25.5 + pos: -6.5,-60.5 parent: 2 - - uid: 4455 + - uid: 596 components: - type: Transform - pos: -3.5,25.5 + pos: -6.5,-59.5 parent: 2 - - uid: 4456 + - uid: 597 components: - type: Transform - pos: -3.5,26.5 + pos: -7.5,-55.5 parent: 2 - - uid: 4457 + - uid: 598 components: - type: Transform - pos: -3.5,27.5 + pos: -7.5,-54.5 parent: 2 - - uid: 4458 + - uid: 599 components: - type: Transform - pos: -3.5,28.5 + pos: -7.5,-53.5 parent: 2 - - uid: 4459 + - uid: 600 components: - type: Transform - pos: -3.5,29.5 + pos: 3.5,-48.5 parent: 2 - - uid: 4460 + - uid: 601 components: - type: Transform - pos: -2.5,29.5 + pos: -4.5,-49.5 parent: 2 - - uid: 4461 + - uid: 602 components: - type: Transform - pos: -1.5,29.5 + pos: -3.5,-49.5 parent: 2 - - uid: 4462 + - uid: 603 components: - type: Transform - pos: -0.5,29.5 + pos: 2.5,-49.5 parent: 2 - - uid: 4463 + - uid: 604 components: - type: Transform - pos: 0.5,29.5 + pos: 3.5,-49.5 parent: 2 - - uid: 4464 + - uid: 605 components: - type: Transform - pos: -4.5,26.5 + pos: -4.5,-48.5 parent: 2 - - uid: 4465 + - uid: 606 components: - type: Transform - pos: -5.5,26.5 + pos: 6.5,-53.5 parent: 2 - - uid: 4466 + - uid: 607 components: - type: Transform - pos: -6.5,26.5 + pos: 6.5,-54.5 parent: 2 - - uid: 4467 + - uid: 608 components: - type: Transform - pos: 0.5,37.5 + pos: 6.5,-55.5 parent: 2 - - uid: 4468 + - uid: 609 components: - type: Transform - pos: 0.5,38.5 + pos: 13.5,-59.5 parent: 2 - - uid: 4469 + - uid: 614 components: - type: Transform - pos: 0.5,30.5 + pos: 7.5,-67.5 parent: 2 - - uid: 4470 + - uid: 615 components: - type: Transform - pos: 0.5,31.5 + pos: 6.5,-67.5 parent: 2 - - uid: 4471 + - uid: 616 components: - type: Transform - pos: 0.5,32.5 + pos: 6.5,-66.5 parent: 2 - - uid: 4472 + - uid: 617 components: - type: Transform - pos: 0.5,33.5 + pos: 5.5,-62.5 parent: 2 - - uid: 4473 + - uid: 618 components: - type: Transform - pos: 0.5,34.5 + pos: 5.5,-61.5 parent: 2 - - uid: 4474 + - uid: 619 components: - type: Transform - pos: 0.5,35.5 + pos: 5.5,-60.5 parent: 2 - - uid: 4475 + - uid: 620 components: - type: Transform - pos: 0.5,36.5 + pos: 5.5,-59.5 parent: 2 - - uid: 4476 + - uid: 632 components: - type: Transform - pos: -0.5,21.5 + pos: 3.5,-44.5 parent: 2 - - uid: 4477 + - uid: 633 components: - type: Transform - pos: -0.5,19.5 + pos: 4.5,-44.5 parent: 2 - - uid: 4478 + - uid: 636 components: - type: Transform - pos: -0.5,20.5 + pos: 12.5,-49.5 parent: 2 - - uid: 4479 + - uid: 637 components: - type: Transform - pos: -0.5,18.5 + pos: 12.5,-48.5 parent: 2 - - uid: 4480 + - uid: 675 components: - type: Transform - pos: -0.5,17.5 + pos: -13.5,-54.5 parent: 2 - - uid: 4481 + - uid: 688 components: - type: Transform - pos: -0.5,16.5 + pos: -7.5,-7.5 parent: 2 - - uid: 4482 + - uid: 702 components: - type: Transform - pos: -0.5,15.5 + pos: 12.5,-53.5 parent: 2 - - uid: 4483 + - uid: 703 components: - type: Transform - pos: -0.5,14.5 + pos: 12.5,-54.5 parent: 2 - - uid: 4484 + - uid: 704 components: - type: Transform - pos: -0.5,13.5 + pos: 12.5,-55.5 parent: 2 - - uid: 4485 + - uid: 710 components: - type: Transform - pos: -0.5,12.5 + pos: 12.5,-47.5 parent: 2 - - uid: 4486 + - uid: 715 components: - type: Transform - pos: -1.5,16.5 + pos: 5.5,-44.5 parent: 2 - - uid: 4487 + - uid: 721 components: - type: Transform - pos: -2.5,16.5 + pos: -13.5,-48.5 parent: 2 - - uid: 4488 + - uid: 734 components: - type: Transform - pos: -3.5,16.5 + pos: -9.5,-68.5 parent: 2 - - uid: 4489 + - uid: 735 components: - type: Transform - pos: -3.5,15.5 + pos: -8.5,-68.5 parent: 2 - - uid: 4490 + - uid: 736 components: - type: Transform - pos: -3.5,14.5 + pos: -11.5,-68.5 parent: 2 - - uid: 4491 + - uid: 737 components: - type: Transform - pos: -3.5,13.5 + pos: -8.5,-67.5 parent: 2 - - uid: 4492 + - uid: 738 components: - type: Transform - pos: 0.5,16.5 + pos: -12.5,-68.5 parent: 2 - - uid: 4493 + - uid: 739 components: - type: Transform - pos: 1.5,16.5 + pos: -14.5,-62.5 parent: 2 - - uid: 4494 + - uid: 740 components: - type: Transform - pos: 2.5,16.5 + pos: -13.5,-66.5 parent: 2 - - uid: 4495 + - uid: 741 components: - type: Transform - pos: 2.5,15.5 + pos: -13.5,-67.5 parent: 2 - - uid: 4496 + - uid: 742 components: - type: Transform - pos: 2.5,14.5 + pos: -12.5,-67.5 parent: 2 - - uid: 4497 + - uid: 743 components: - type: Transform - pos: 2.5,13.5 + pos: -14.5,-61.5 parent: 2 - - uid: 4498 + - uid: 744 components: - type: Transform - pos: 2.5,12.5 + pos: -14.5,-60.5 parent: 2 - - uid: 4499 + - uid: 745 components: - type: Transform - pos: 2.5,17.5 + pos: -13.5,-55.5 parent: 2 - - uid: 4500 + - uid: 746 components: - type: Transform - pos: -3.5,17.5 + pos: -14.5,-59.5 parent: 2 - - uid: 4501 + - uid: 759 components: - type: Transform - pos: -3.5,12.5 + pos: 13.5,-62.5 parent: 2 - - uid: 4502 + - uid: 760 components: - type: Transform - pos: 10.5,-9.5 + pos: 13.5,-61.5 parent: 2 - - uid: 4503 + - uid: 774 components: - type: Transform - pos: -11.5,0.5 + pos: -7.5,-67.5 parent: 2 - - uid: 4504 + - uid: 775 components: - type: Transform - pos: -11.5,1.5 + pos: -7.5,-66.5 parent: 2 - - uid: 4505 + - uid: 784 components: - type: Transform - pos: -11.5,2.5 + pos: -13.5,-47.5 parent: 2 - - uid: 4506 + - uid: 786 components: - type: Transform - pos: -11.5,3.5 + pos: -13.5,-49.5 parent: 2 - - uid: 4507 + - uid: 791 components: - type: Transform - pos: -11.5,4.5 + pos: -5.5,-44.5 parent: 2 - - uid: 4508 + - uid: 792 components: - type: Transform - pos: -11.5,5.5 + pos: -4.5,-44.5 parent: 2 - - uid: 4509 + - uid: 793 components: - type: Transform - pos: -11.5,6.5 + pos: -6.5,-44.5 parent: 2 - - uid: 4510 + - uid: 798 components: - type: Transform - pos: -11.5,7.5 + pos: 5.5,-40.5 parent: 2 - - uid: 4511 + - uid: 810 components: - type: Transform - pos: -11.5,8.5 + pos: 7.5,-68.5 parent: 2 - - uid: 4512 + - uid: 811 components: - type: Transform - pos: -11.5,9.5 + pos: 8.5,-68.5 parent: 2 - - uid: 4513 + - uid: 812 components: - type: Transform - pos: -10.5,9.5 + pos: 10.5,-68.5 parent: 2 - - uid: 4514 + - uid: 813 components: - type: Transform - pos: -9.5,9.5 + pos: 11.5,-68.5 parent: 2 - - uid: 4515 + - uid: 814 components: - type: Transform - pos: -8.5,9.5 + pos: 11.5,-67.5 parent: 2 - - uid: 4516 + - uid: 815 components: - type: Transform - pos: -7.5,9.5 + pos: 12.5,-67.5 parent: 2 - - uid: 4517 + - uid: 816 components: - type: Transform - pos: -6.5,9.5 + pos: 12.5,-66.5 parent: 2 - - uid: 4518 + - uid: 832 components: - type: Transform - pos: -11.5,-1.5 + pos: -1.5,-42.5 parent: 2 - - uid: 4519 + - uid: 833 components: - type: Transform - pos: -11.5,-2.5 + pos: -0.5,-42.5 parent: 2 - - uid: 4520 + - uid: 834 components: - type: Transform - pos: -11.5,-3.5 + pos: 0.5,-42.5 parent: 2 - - uid: 4521 + - uid: 835 components: - type: Transform - pos: -11.5,-4.5 + pos: 5.5,-39.5 parent: 2 - - uid: 4522 + - uid: 836 components: - type: Transform - pos: -11.5,-5.5 + pos: 5.5,-38.5 parent: 2 - - uid: 4523 + - uid: 837 components: - type: Transform - pos: -11.5,-6.5 + pos: -0.5,-36.5 parent: 2 - - uid: 4524 + - uid: 838 components: - type: Transform - pos: -11.5,-7.5 + pos: 0.5,-36.5 parent: 2 - - uid: 4525 + - uid: 839 components: - type: Transform - pos: -11.5,-8.5 + pos: -1.5,-36.5 parent: 2 - - uid: 4526 + - uid: 840 components: - type: Transform - pos: 10.5,-7.5 + pos: -6.5,-38.5 parent: 2 - - uid: 4527 + - uid: 841 components: - type: Transform - pos: 11.5,-7.5 + pos: -6.5,-39.5 parent: 2 - - uid: 4528 + - uid: 842 components: - type: Transform - pos: 12.5,-7.5 + pos: -6.5,-40.5 parent: 2 - - uid: 4529 + - uid: 855 components: - type: Transform - pos: 13.5,-7.5 + pos: 1.5,-12.5 parent: 2 - - uid: 4530 + - uid: 870 components: - type: Transform - pos: 13.5,-6.5 + pos: 17.5,-39.5 parent: 2 - - uid: 4531 + - uid: 871 components: - type: Transform - pos: 13.5,-5.5 + pos: 19.5,-39.5 parent: 2 - - uid: 4532 + - uid: 914 components: - type: Transform - pos: 13.5,-4.5 + pos: -18.5,-39.5 parent: 2 - - uid: 4533 + - uid: 915 components: - type: Transform - pos: 13.5,-3.5 + pos: -20.5,-39.5 parent: 2 - - uid: 4534 + - uid: 929 components: - type: Transform - pos: 13.5,-2.5 + pos: 23.5,-12.5 parent: 2 - - uid: 4535 + - uid: 930 components: - type: Transform - pos: 13.5,-1.5 + pos: 19.5,-5.5 parent: 2 - - uid: 4536 + - uid: 931 components: - type: Transform - pos: 13.5,-0.5 + pos: 25.5,-10.5 parent: 2 - - uid: 4537 + - uid: 932 components: - type: Transform - pos: 12.5,-0.5 + pos: 23.5,-11.5 parent: 2 - - uid: 4538 + - uid: 933 components: - type: Transform - pos: 12.5,-5.5 + pos: 27.5,-6.5 parent: 2 - - uid: 4539 + - uid: 934 components: - type: Transform - pos: 11.5,-5.5 + pos: 22.5,-4.5 parent: 2 - - uid: 4540 + - uid: 935 components: - type: Transform - pos: 10.5,-5.5 + pos: 24.5,-4.5 parent: 2 - - uid: 4541 + - uid: 976 components: - type: Transform - pos: 10.5,0.5 + pos: 18.5,-12.5 parent: 2 - - uid: 4542 + - uid: 980 components: - type: Transform - pos: 10.5,1.5 + pos: 19.5,-6.5 parent: 2 - - uid: 4543 + - uid: 1026 components: - type: Transform - pos: 10.5,2.5 + pos: 18.5,-11.5 parent: 2 - - uid: 4544 + - uid: 1028 components: - type: Transform - pos: 10.5,3.5 + pos: 23.5,-13.5 parent: 2 - - uid: 4545 + - uid: 1032 components: - type: Transform - pos: 10.5,4.5 + pos: 27.5,-5.5 parent: 2 - - uid: 4546 + - uid: 1044 components: - type: Transform - pos: 10.5,5.5 + pos: 26.5,-10.5 parent: 2 - - uid: 4547 + - uid: 1126 components: - type: Transform - pos: 10.5,6.5 + pos: 25.5,3.5 parent: 2 - - uid: 4548 + - uid: 1129 components: - type: Transform - pos: 10.5,7.5 + pos: 21.5,3.5 parent: 2 - - uid: 4549 + - uid: 1144 components: - type: Transform - pos: 10.5,8.5 + pos: 14.5,-37.5 parent: 2 - - uid: 4550 + - uid: 1145 components: - type: Transform - pos: 10.5,9.5 + pos: 13.5,-37.5 parent: 2 - - uid: 4551 + - uid: 1148 components: - type: Transform - pos: 9.5,9.5 + pos: 19.5,6.5 parent: 2 - - uid: 4552 + - uid: 1149 components: - type: Transform - pos: 8.5,9.5 + pos: 19.5,7.5 parent: 2 - - uid: 4553 + - uid: 1153 components: - type: Transform - pos: 7.5,9.5 + pos: 19.5,8.5 parent: 2 - - uid: 4554 + - uid: 1172 components: - type: Transform - pos: 6.5,9.5 + pos: 15.5,-37.5 parent: 2 - - uid: 4555 + - uid: 1193 components: - type: Transform - pos: 5.5,9.5 + pos: 27.5,6.5 parent: 2 - - uid: 4556 + - uid: 1194 components: - type: Transform - pos: 10.5,-10.5 + pos: 27.5,7.5 parent: 2 - - uid: 4557 + - uid: 1245 components: - type: Transform - pos: 10.5,-11.5 + pos: 35.5,10.5 parent: 2 - - uid: 4558 + - uid: 1246 components: - type: Transform - pos: 10.5,-12.5 + pos: 36.5,10.5 parent: 2 - - uid: 4559 + - uid: 1247 components: - type: Transform - pos: 10.5,-13.5 + pos: 37.5,10.5 parent: 2 - - uid: 4560 + - uid: 1248 components: - type: Transform - pos: 10.5,-14.5 + pos: 37.5,9.5 parent: 2 - - uid: 4561 + - uid: 1249 components: - type: Transform - pos: 10.5,-15.5 + pos: 38.5,9.5 parent: 2 - - uid: 4562 + - uid: 1307 components: - type: Transform - pos: 10.5,-16.5 + pos: 47.5,-14.5 parent: 2 - - uid: 4563 + - uid: 1312 components: - type: Transform - pos: 11.5,-16.5 + pos: 47.5,-13.5 parent: 2 - - uid: 4564 + - uid: 1314 components: - type: Transform - pos: 12.5,-16.5 + pos: 47.5,-8.5 parent: 2 - - uid: 4565 + - uid: 1319 components: - type: Transform - pos: 13.5,-16.5 + pos: 47.5,-9.5 parent: 2 - - uid: 4566 + - uid: 1356 components: - type: Transform - pos: 14.5,-16.5 + pos: 44.5,-24.5 parent: 2 - - uid: 4567 + - uid: 1396 components: - type: Transform - pos: 14.5,-15.5 + pos: 52.5,-15.5 parent: 2 - - uid: 4568 + - uid: 1397 components: - type: Transform - pos: 14.5,-14.5 + pos: 53.5,-15.5 parent: 2 - - uid: 4569 + - uid: 1398 components: - type: Transform - pos: 14.5,-13.5 + pos: 52.5,-7.5 parent: 2 - - uid: 4570 + - uid: 1399 components: - type: Transform - pos: 15.5,-13.5 + pos: 53.5,-7.5 parent: 2 - - uid: 4571 + - uid: 1404 components: - type: Transform - pos: 15.5,-12.5 + pos: 54.5,-13.5 parent: 2 - - uid: 4572 + - uid: 1405 components: - type: Transform - pos: 15.5,-11.5 + pos: 54.5,-12.5 parent: 2 - - uid: 4573 + - uid: 1406 components: - type: Transform - pos: 15.5,-10.5 + pos: 54.5,-11.5 parent: 2 - - uid: 4574 + - uid: 1485 components: - type: Transform - pos: 6.5,-15.5 + pos: 61.5,-15.5 parent: 2 - - uid: 4575 + - uid: 1486 components: - type: Transform - pos: 6.5,-14.5 + pos: 61.5,-14.5 parent: 2 - - uid: 4576 + - uid: 1508 components: - type: Transform - pos: 6.5,-13.5 + pos: 42.5,-24.5 parent: 2 - - uid: 4577 + - uid: 1513 components: - type: Transform - pos: 5.5,-13.5 + pos: 60.5,-12.5 parent: 2 - - uid: 4578 + - uid: 1514 components: - type: Transform - pos: 5.5,-12.5 + pos: 60.5,-11.5 parent: 2 - - uid: 4579 + - uid: 1515 components: - type: Transform - pos: 5.5,-11.5 + pos: 60.5,-10.5 parent: 2 - - uid: 4580 + - uid: 1543 components: - type: Transform - pos: 5.5,-10.5 + pos: 45.5,-23.5 parent: 2 - - uid: 4581 + - uid: 1563 components: - type: Transform - pos: 6.5,-17.5 + pos: 45.5,-21.5 parent: 2 - - uid: 4582 + - uid: 1564 components: - type: Transform - pos: 6.5,-18.5 + pos: 34.5,-37.5 parent: 2 - - uid: 4583 + - uid: 1565 components: - type: Transform - pos: 6.5,-19.5 + pos: 34.5,-36.5 parent: 2 - - uid: 4584 + - uid: 1574 components: - type: Transform - pos: 5.5,-19.5 + pos: 15.5,9.5 parent: 2 - - uid: 4585 + - uid: 1637 components: - type: Transform - pos: 5.5,-20.5 + pos: 16.5,9.5 parent: 2 - - uid: 4586 + - uid: 1639 components: - type: Transform - pos: 5.5,-21.5 + pos: 17.5,9.5 parent: 2 - - uid: 4587 + - uid: 1663 components: - type: Transform - pos: 5.5,-22.5 + pos: -2.5,2.5 parent: 2 - - uid: 4588 + - uid: 1664 components: - type: Transform - pos: 10.5,-17.5 + pos: -1.5,2.5 parent: 2 - - uid: 4589 + - uid: 1665 components: - type: Transform - pos: 10.5,-18.5 + pos: -0.5,2.5 parent: 2 - - uid: 4590 + - uid: 1666 components: - type: Transform - pos: 10.5,-19.5 + pos: 0.5,2.5 parent: 2 - - uid: 4591 + - uid: 1667 components: - type: Transform - pos: 10.5,-20.5 + pos: 1.5,2.5 parent: 2 - - uid: 4592 + - uid: 1668 components: - type: Transform - pos: 10.5,-21.5 + pos: 3.5,0.5 parent: 2 - - uid: 4593 + - uid: 1669 components: - type: Transform - pos: 10.5,-22.5 + pos: 3.5,-1.5 parent: 2 - - uid: 4594 + - uid: 1670 components: - type: Transform - pos: 14.5,-17.5 + pos: -4.5,-1.5 parent: 2 - - uid: 4595 + - uid: 1671 components: - type: Transform - pos: 14.5,-18.5 + pos: -4.5,0.5 parent: 2 - - uid: 4596 + - uid: 1672 components: - type: Transform - pos: 14.5,-19.5 + pos: -2.5,-3.5 parent: 2 - - uid: 4597 + - uid: 1673 components: - type: Transform - pos: 15.5,-19.5 + pos: -1.5,-3.5 parent: 2 - - uid: 4598 + - uid: 1674 components: - type: Transform - pos: 15.5,-20.5 + pos: -0.5,-3.5 parent: 2 - - uid: 4599 + - uid: 1675 components: - type: Transform - pos: 15.5,-21.5 + pos: 0.5,-3.5 parent: 2 - - uid: 4600 + - uid: 1676 components: - type: Transform - pos: 15.5,-22.5 + pos: 1.5,-3.5 parent: 2 - - uid: 4601 + - uid: 1694 components: - type: Transform - pos: 6.5,-16.5 + pos: 2.5,-7.5 parent: 2 - - uid: 4602 + - uid: 1695 components: - type: Transform - pos: 7.5,-16.5 + pos: 7.5,-3.5 parent: 2 - - uid: 4603 + - uid: 1701 components: - type: Transform - pos: 8.5,-16.5 + pos: -8.5,-6.5 parent: 2 - - uid: 4604 + - uid: 1702 components: - type: Transform - pos: 9.5,-16.5 + pos: -8.5,-5.5 parent: 2 - - uid: 4605 + - uid: 1708 components: - type: Transform - pos: 5.5,-16.5 + pos: 4.5,6.5 parent: 2 - - uid: 4606 + - uid: 1711 components: - type: Transform - pos: 4.5,-16.5 + pos: 7.5,2.5 parent: 2 - - uid: 4607 + - uid: 1714 components: - type: Transform - pos: 3.5,-16.5 + pos: -8.5,3.5 parent: 2 - - uid: 4608 + - uid: 1717 components: - type: Transform - pos: 2.5,-16.5 + pos: -8.5,4.5 parent: 2 - - uid: 4609 + - uid: 1718 components: - type: Transform - pos: 1.5,-16.5 + pos: -8.5,2.5 parent: 2 - - uid: 4610 + - uid: 1719 components: - type: Transform - pos: -0.5,-13.5 + pos: -8.5,-3.5 parent: 2 - - uid: 4611 + - uid: 1732 components: - type: Transform - pos: -0.5,-14.5 + pos: 3.5,6.5 parent: 2 - - uid: 4612 + - uid: 1734 components: - type: Transform - pos: -0.5,-15.5 + pos: 7.5,3.5 parent: 2 - - uid: 4613 + - uid: 1736 components: - type: Transform - pos: -0.5,-16.5 + pos: -4.5,6.5 parent: 2 - - uid: 4614 + - uid: 1737 components: - type: Transform - pos: -0.5,-17.5 + pos: -5.5,6.5 parent: 2 - - uid: 4615 + - uid: 1752 components: - type: Transform - pos: -0.5,-18.5 + pos: 7.5,4.5 parent: 2 - - uid: 4616 + - uid: 1828 components: - type: Transform - pos: -0.5,-19.5 + pos: -0.5,-11.5 parent: 2 - - uid: 4617 + - uid: 1829 components: - type: Transform - pos: -0.5,-20.5 + pos: -0.5,-9.5 parent: 2 - - uid: 4618 + - uid: 1830 components: - type: Transform - pos: -0.5,-21.5 + pos: -12.5,-0.5 parent: 2 - - uid: 4619 + - uid: 1831 components: - type: Transform - pos: -0.5,-22.5 + pos: -10.5,-0.5 parent: 2 - - uid: 4620 + - uid: 1832 components: - type: Transform - pos: -0.5,-23.5 + pos: -0.5,8.5 parent: 2 - - uid: 4621 + - uid: 1833 components: - type: Transform - pos: -0.5,-24.5 + pos: -0.5,10.5 parent: 2 - - uid: 4622 + - uid: 1834 components: - type: Transform - pos: -0.5,-25.5 + pos: 9.5,-0.5 parent: 2 - - uid: 4623 + - uid: 1835 components: - type: Transform - pos: -1.5,-25.5 + pos: 11.5,-0.5 parent: 2 - - uid: 4624 + - uid: 1854 components: - type: Transform - pos: -2.5,-25.5 + pos: -20.5,-2.5 parent: 2 - - uid: 4625 + - uid: 1855 components: - type: Transform - pos: -1.5,-22.5 + pos: -20.5,-3.5 parent: 2 - - uid: 4626 + - uid: 1856 components: - type: Transform - pos: -2.5,-22.5 + pos: -19.5,-2.5 parent: 2 - - uid: 4627 + - uid: 1892 components: - type: Transform - pos: -3.5,-22.5 + pos: -19.5,-7.5 parent: 2 - - uid: 4628 + - uid: 1893 components: - type: Transform - pos: 0.5,-22.5 + pos: -19.5,-8.5 parent: 2 - - uid: 4629 + - uid: 1896 components: - type: Transform - pos: 1.5,-22.5 + pos: -29.5,-8.5 parent: 2 - - uid: 4630 + - uid: 1897 components: - type: Transform - pos: 2.5,-22.5 + pos: -29.5,-7.5 parent: 2 - - uid: 4631 + - uid: 1898 components: - type: Transform - pos: 2.5,-23.5 + pos: -26.5,-10.5 parent: 2 - - uid: 4632 + - uid: 1899 components: - type: Transform - pos: -3.5,-23.5 + pos: -25.5,-10.5 parent: 2 - - uid: 4633 + - uid: 1900 components: - type: Transform - pos: -2.5,-16.5 + pos: -24.5,-10.5 parent: 2 - - uid: 4634 + - uid: 1914 components: - type: Transform - pos: -3.5,-16.5 + pos: 34.5,-35.5 parent: 2 - - uid: 4635 + - uid: 2041 components: - type: Transform - pos: -4.5,-16.5 + pos: -29.5,-2.5 parent: 2 - - uid: 4636 + - uid: 2042 components: - type: Transform - pos: -5.5,-16.5 + pos: -28.5,-2.5 parent: 2 - - uid: 4637 + - uid: 2043 components: - type: Transform - pos: -6.5,-16.5 + pos: -28.5,-3.5 parent: 2 - - uid: 4638 + - uid: 2044 components: - type: Transform - pos: -7.5,-16.5 + pos: -23.5,-4.5 parent: 2 - - uid: 4639 + - uid: 2045 components: - type: Transform - pos: -8.5,-16.5 + pos: -25.5,-4.5 parent: 2 - - uid: 4640 + - uid: 2115 components: - type: Transform - pos: -9.5,-16.5 + pos: -38.5,4.5 parent: 2 - - uid: 4641 + - uid: 2116 components: - type: Transform - pos: -10.5,-16.5 + pos: -38.5,5.5 parent: 2 - - uid: 4642 + - uid: 2117 components: - type: Transform - pos: -11.5,-16.5 + pos: -31.5,6.5 parent: 2 - - uid: 4643 + - uid: 2118 components: - type: Transform - pos: -12.5,-16.5 + pos: -31.5,7.5 parent: 2 - - uid: 4644 + - uid: 2119 components: - type: Transform - pos: -13.5,-16.5 + pos: -31.5,8.5 parent: 2 - - uid: 4645 + - uid: 2120 components: - type: Transform - pos: -13.5,-15.5 + pos: -29.5,12.5 parent: 2 - - uid: 4646 + - uid: 2121 components: - type: Transform - pos: -13.5,-14.5 + pos: -29.5,13.5 parent: 2 - - uid: 4647 + - uid: 2125 components: - type: Transform - pos: -11.5,-15.5 + pos: -25.5,11.5 parent: 2 - - uid: 4648 + - uid: 2126 components: - type: Transform - pos: -11.5,-14.5 + pos: -25.5,12.5 parent: 2 - - uid: 4649 + - uid: 2127 components: - type: Transform - pos: -11.5,-13.5 + pos: -25.5,13.5 parent: 2 - - uid: 4650 + - uid: 2131 components: - type: Transform - pos: -11.5,-12.5 + pos: -19.5,13.5 parent: 2 - - uid: 4651 + - uid: 2132 components: - type: Transform - pos: -11.5,-11.5 + pos: -19.5,12.5 parent: 2 - - uid: 4652 + - uid: 2138 components: - type: Transform - pos: -8.5,-15.5 + pos: -24.5,3.5 parent: 2 - - uid: 4653 + - uid: 2139 components: - type: Transform - pos: -8.5,-14.5 + pos: -26.5,3.5 parent: 2 - - uid: 4654 + - uid: 2140 components: - type: Transform - pos: -8.5,-13.5 + pos: -22.5,3.5 parent: 2 - - uid: 4655 + - uid: 2177 components: - type: Transform - pos: -8.5,-12.5 + pos: -17.5,8.5 parent: 2 - - uid: 4656 + - uid: 2178 components: - type: Transform - pos: -8.5,-11.5 + pos: -17.5,7.5 parent: 2 - - uid: 4657 + - uid: 2179 components: - type: Transform - pos: -7.5,-11.5 + pos: -17.5,6.5 parent: 2 - - uid: 4658 + - uid: 2189 components: - type: Transform - pos: -8.5,-17.5 + pos: -16.5,1.5 parent: 2 - - uid: 4659 + - uid: 2190 components: - type: Transform - pos: -8.5,-18.5 + pos: -17.5,1.5 parent: 2 - - uid: 4660 + - uid: 2192 components: - type: Transform - pos: -8.5,-19.5 + pos: -19.5,1.5 parent: 2 - - uid: 4661 + - uid: 2193 components: - type: Transform - pos: -8.5,-20.5 + pos: -20.5,1.5 parent: 2 - - uid: 4662 + - uid: 2197 components: - type: Transform - pos: -8.5,-21.5 + pos: -28.5,1.5 parent: 2 - - uid: 4663 + - uid: 2198 components: - type: Transform - pos: -7.5,-21.5 + pos: -29.5,1.5 parent: 2 - - uid: 4664 + - uid: 2199 components: - type: Transform - pos: -11.5,-17.5 + pos: -31.5,1.5 parent: 2 - - uid: 4665 + - uid: 2232 components: - type: Transform - pos: -11.5,-18.5 + pos: -29.5,3.5 parent: 2 - - uid: 4666 + - uid: 2233 components: - type: Transform - pos: -11.5,-19.5 + pos: -30.5,3.5 parent: 2 - - uid: 4667 + - uid: 2234 components: - type: Transform - pos: -11.5,-20.5 + pos: -32.5,1.5 parent: 2 - - uid: 4668 + - uid: 2239 components: - type: Transform - pos: -11.5,-21.5 + pos: -18.5,3.5 parent: 2 - - uid: 4669 + - uid: 2241 components: - type: Transform - pos: -14.5,-16.5 + pos: -19.5,3.5 parent: 2 - - uid: 4670 + - uid: 2262 components: - type: Transform - pos: -14.5,-19.5 + pos: -24.5,15.5 parent: 2 - - uid: 4671 + - uid: 2290 components: - type: Transform - pos: -14.5,-18.5 + pos: -17.5,15.5 parent: 2 - - uid: 4672 + - uid: 2291 components: - type: Transform - pos: -14.5,-17.5 + pos: -16.5,15.5 parent: 2 - - uid: 4673 + - uid: 2292 components: - type: Transform - pos: -14.5,-20.5 + pos: -15.5,15.5 parent: 2 - - uid: 4674 + - uid: 2328 components: - type: Transform - pos: -14.5,-21.5 + pos: -35.5,16.5 parent: 2 - - uid: 4675 + - uid: 2331 components: - type: Transform - pos: -15.5,-21.5 + pos: -34.5,16.5 parent: 2 - - uid: 4676 + - uid: 2332 components: - type: Transform - pos: -14.5,-14.5 + pos: -35.5,15.5 parent: 2 - - uid: 4677 + - uid: 2337 components: - type: Transform - pos: -14.5,-13.5 + pos: -33.5,16.5 parent: 2 - - uid: 4678 + - uid: 2362 components: - type: Transform - pos: -14.5,-12.5 + pos: -43.5,10.5 parent: 2 - - uid: 4679 + - uid: 2363 components: - type: Transform - pos: -14.5,-11.5 + pos: -43.5,11.5 parent: 2 - - uid: 4680 + - uid: 2364 components: - type: Transform - pos: -15.5,-11.5 + pos: -43.5,12.5 parent: 2 - - uid: 4681 + - uid: 2411 components: - type: Transform - pos: -15.5,-16.5 + pos: -22.5,14.5 parent: 2 - - uid: 4682 + - uid: 2414 components: - type: Transform - pos: -16.5,-16.5 + pos: -21.5,14.5 parent: 2 - - uid: 4683 + - uid: 2478 components: - type: Transform - pos: 15.5,-16.5 + pos: -56.5,-14.5 parent: 2 - - uid: 4684 + - uid: 2479 components: - type: Transform - pos: -0.5,-26.5 + pos: -57.5,-14.5 parent: 2 - - uid: 4685 + - uid: 2480 components: - type: Transform - pos: -0.5,-27.5 + pos: -59.5,-12.5 parent: 2 - - uid: 4686 + - uid: 2486 components: - type: Transform - pos: -0.5,-28.5 + pos: -52.5,-6.5 parent: 2 - - uid: 4687 + - uid: 2487 components: - type: Transform - pos: -0.5,-29.5 + pos: -51.5,-6.5 parent: 2 - - uid: 4688 + - uid: 2493 components: - type: Transform - pos: -0.5,-30.5 + pos: -52.5,-16.5 parent: 2 - - uid: 4689 + - uid: 2494 components: - type: Transform - pos: -0.5,-31.5 + pos: -51.5,-16.5 parent: 2 - - uid: 4690 + - uid: 2495 components: - type: Transform - pos: 0.5,-26.5 + pos: -47.5,-13.5 parent: 2 - - uid: 4691 + - uid: 2496 components: - type: Transform - pos: 1.5,-26.5 + pos: -47.5,-12.5 parent: 2 - - uid: 4692 + - uid: 2497 components: - type: Transform - pos: 2.5,-26.5 + pos: -47.5,-10.5 parent: 2 - - uid: 4693 + - uid: 2498 components: - type: Transform - pos: 3.5,-26.5 + pos: -47.5,-9.5 parent: 2 - - uid: 4694 + - uid: 2507 components: - type: Transform - pos: 3.5,-27.5 + pos: -57.5,-8.5 parent: 2 - - uid: 4695 + - uid: 2508 components: - type: Transform - pos: 4.5,-27.5 + pos: -56.5,-8.5 parent: 2 - - uid: 4696 + - uid: 2514 components: - type: Transform - pos: 5.5,-27.5 + pos: -59.5,-10.5 parent: 2 - - uid: 4697 + - uid: 2571 components: - type: Transform - pos: 6.5,-27.5 + pos: -56.5,-3.5 parent: 2 - - uid: 4698 + - uid: 2572 components: - type: Transform - pos: 7.5,-27.5 + pos: -56.5,-2.5 parent: 2 - - uid: 4699 + - uid: 2573 components: - type: Transform - pos: 8.5,-27.5 + pos: -56.5,-1.5 parent: 2 - - uid: 4700 + - uid: 2574 components: - type: Transform - pos: 0.5,-31.5 + pos: -56.5,-0.5 parent: 2 - - uid: 4701 + - uid: 2584 components: - type: Transform - pos: 0.5,-32.5 + pos: 11.5,22.5 parent: 2 - - uid: 4702 + - uid: 2604 components: - type: Transform - pos: 1.5,-32.5 + pos: -56.5,2.5 parent: 2 - - uid: 4703 + - uid: 2605 components: - type: Transform - pos: 2.5,-32.5 + pos: -56.5,3.5 parent: 2 - - uid: 4704 + - uid: 2611 components: - type: Transform - pos: 3.5,-32.5 + pos: -53.5,6.5 parent: 2 - - uid: 4705 + - uid: 2612 components: - type: Transform - pos: 4.5,-32.5 + pos: -52.5,6.5 parent: 2 - - uid: 4706 + - uid: 2613 components: - type: Transform - pos: 5.5,-32.5 + pos: -51.5,6.5 parent: 2 - - uid: 4707 + - uid: 2722 components: - type: Transform - pos: 6.5,-32.5 + pos: -56.5,-22.5 parent: 2 - - uid: 4708 + - uid: 2725 components: - type: Transform - pos: 7.5,-32.5 + pos: -56.5,-20.5 parent: 2 - - uid: 4709 + - uid: 2726 components: - type: Transform - pos: 8.5,-32.5 + pos: -56.5,-18.5 parent: 2 - - uid: 4710 + - uid: 2742 components: - type: Transform - pos: 9.5,-32.5 + pos: -53.5,-29.5 parent: 2 - - uid: 4711 + - uid: 2744 components: - type: Transform - pos: 9.5,-33.5 + pos: -51.5,-29.5 parent: 2 - - uid: 4712 + - uid: 2749 components: - type: Transform - pos: 9.5,-34.5 + pos: -56.5,-26.5 parent: 2 - - uid: 4713 + - uid: 2750 components: - type: Transform - pos: 9.5,-35.5 + pos: -56.5,-25.5 parent: 2 - - uid: 4714 + - uid: 2751 components: - type: Transform - pos: 9.5,-36.5 + pos: -56.5,-27.5 parent: 2 - - uid: 4715 + - uid: 2857 components: - type: Transform - pos: 9.5,-37.5 + pos: -35.5,-32.5 parent: 2 - - uid: 4716 + - uid: 2859 components: - type: Transform - pos: 9.5,-38.5 + pos: -35.5,-31.5 parent: 2 - - uid: 4717 + - uid: 2860 components: - type: Transform - pos: 9.5,-39.5 + pos: -35.5,-30.5 parent: 2 - - uid: 4718 + - uid: 2861 components: - type: Transform - pos: 10.5,-39.5 + pos: -35.5,-29.5 parent: 2 - - uid: 4719 + - uid: 2862 components: - type: Transform - pos: 11.5,-39.5 + pos: -35.5,-27.5 parent: 2 - - uid: 4720 + - uid: 2864 components: - type: Transform - pos: 12.5,-39.5 + pos: -35.5,-34.5 parent: 2 - - uid: 4721 + - uid: 2940 components: - type: Transform - pos: 13.5,-39.5 + pos: -2.5,12.5 parent: 2 - - uid: 4722 + - uid: 2941 components: - type: Transform - pos: 14.5,-39.5 + pos: -2.5,11.5 parent: 2 - - uid: 4723 + - uid: 2943 components: - type: Transform - pos: 15.5,-39.5 + pos: -2.5,15.5 parent: 2 - - uid: 4724 + - uid: 2944 components: - type: Transform - pos: 16.5,-39.5 + pos: -2.5,14.5 parent: 2 - - uid: 4725 + - uid: 2946 components: - type: Transform - pos: 17.5,-39.5 + pos: -2.5,17.5 parent: 2 - - uid: 4726 + - uid: 2947 components: - type: Transform - pos: 18.5,-39.5 + pos: -2.5,18.5 parent: 2 - - uid: 4727 + - uid: 2954 components: - type: Transform - pos: 19.5,-39.5 + pos: 1.5,18.5 parent: 2 - - uid: 4728 + - uid: 2955 components: - type: Transform - pos: -1.5,-31.5 + pos: 1.5,17.5 parent: 2 - - uid: 4729 + - uid: 2957 components: - type: Transform - pos: -1.5,-32.5 + pos: 1.5,15.5 parent: 2 - - uid: 4730 + - uid: 2958 components: - type: Transform - pos: -2.5,-32.5 + pos: 1.5,14.5 parent: 2 - - uid: 4731 + - uid: 2960 components: - type: Transform - pos: -3.5,-32.5 + pos: 1.5,11.5 parent: 2 - - uid: 4732 + - uid: 2961 components: - type: Transform - pos: -4.5,-32.5 + pos: 1.5,12.5 parent: 2 - - uid: 4733 + - uid: 3062 components: - type: Transform - pos: -5.5,-32.5 + pos: 31.5,10.5 parent: 2 - - uid: 4734 + - uid: 3063 components: - type: Transform - pos: -6.5,-32.5 + pos: 32.5,10.5 parent: 2 - - uid: 4735 + - uid: 3260 components: - type: Transform - pos: -7.5,-32.5 + pos: 6.5,-25.5 parent: 2 - - uid: 4736 + - uid: 3261 components: - type: Transform - pos: -8.5,-32.5 + pos: 5.5,-25.5 parent: 2 - - uid: 4737 + - uid: 3281 components: - type: Transform - pos: -9.5,-32.5 + pos: 39.5,-9.5 parent: 2 - - uid: 4738 + - uid: 3282 components: - type: Transform - pos: -10.5,-32.5 + pos: 39.5,-7.5 parent: 2 - - uid: 4739 + - uid: 3349 components: - type: Transform - pos: -10.5,-33.5 + pos: 54.5,0.5 parent: 2 - - uid: 4740 + - uid: 3350 components: - type: Transform - pos: -10.5,-34.5 + pos: 54.5,1.5 parent: 2 - - uid: 4741 + - uid: 3351 components: - type: Transform - pos: -10.5,-35.5 + pos: 54.5,2.5 parent: 2 - - uid: 4742 + - uid: 5699 components: - type: Transform - pos: -10.5,-36.5 + pos: 17.5,-43.5 parent: 2 - - uid: 4743 + - uid: 5700 components: - type: Transform - pos: -10.5,-37.5 + pos: -22.5,-43.5 parent: 2 - - uid: 4744 + - uid: 5701 components: - type: Transform - pos: -10.5,-38.5 + pos: 17.5,-44.5 parent: 2 - - uid: 4745 + - uid: 5714 components: - type: Transform - pos: -10.5,-39.5 + pos: 13.5,-45.5 parent: 2 - - uid: 4746 + - uid: 7593 components: - type: Transform - pos: -11.5,-39.5 + pos: 14.5,-45.5 parent: 2 - - uid: 4747 + - uid: 7594 components: - type: Transform - pos: -12.5,-39.5 + pos: -14.5,-45.5 parent: 2 - - uid: 4748 + - uid: 8533 components: - type: Transform - pos: -13.5,-39.5 + pos: -18.5,-44.5 parent: 2 - - uid: 4749 + - uid: 8587 components: - type: Transform - pos: -14.5,-39.5 + pos: 4.5,27.5 parent: 2 - - uid: 4750 + - uid: 8672 components: - type: Transform - pos: -15.5,-39.5 + rot: -1.5707963267948966 rad + pos: -11.5,33.5 parent: 2 - - uid: 4751 + - uid: 8749 components: - type: Transform - pos: -16.5,-39.5 + pos: -24.5,17.5 parent: 2 - - uid: 4752 + - uid: 8750 components: - type: Transform - pos: -17.5,-39.5 + pos: -31.5,20.5 parent: 2 - - uid: 4753 + - uid: 8754 components: - type: Transform - pos: -18.5,-39.5 + pos: -27.5,22.5 parent: 2 - - uid: 4754 + - uid: 8755 components: - type: Transform - pos: -19.5,-39.5 + pos: -26.5,22.5 parent: 2 - - uid: 4755 + - uid: 8756 components: - type: Transform - pos: -20.5,-39.5 + pos: -24.5,22.5 parent: 2 - - uid: 4756 + - uid: 8763 components: - type: Transform - pos: 18.5,-34.5 + pos: -15.5,-45.5 parent: 2 - - uid: 4757 + - uid: 8767 components: - type: Transform - pos: 17.5,-34.5 + pos: -18.5,-43.5 parent: 2 - - uid: 4758 + - uid: 8768 components: - type: Transform - pos: 16.5,-34.5 + rot: -1.5707963267948966 rad + pos: -11.5,32.5 parent: 2 - - uid: 4759 + - uid: 8769 components: - type: Transform - pos: 15.5,-34.5 + rot: -1.5707963267948966 rad + pos: -11.5,31.5 parent: 2 - - uid: 4760 + - uid: 8772 components: - type: Transform - pos: 14.5,-34.5 + pos: -10.5,25.5 parent: 2 - - uid: 4761 + - uid: 8775 components: - type: Transform - pos: 13.5,-34.5 + pos: 2.5,33.5 parent: 2 - - uid: 4762 + - uid: 8776 components: - type: Transform - pos: 12.5,-34.5 + pos: -8.5,33.5 parent: 2 - - uid: 4763 + - uid: 8777 components: - type: Transform - pos: 13.5,-35.5 + pos: -11.5,25.5 parent: 2 - - uid: 4764 + - uid: 8778 components: - type: Transform - pos: 13.5,-36.5 + pos: -11.5,26.5 parent: 2 - - uid: 4765 + - uid: 8779 components: - type: Transform - pos: 14.5,-36.5 + pos: -11.5,19.5 parent: 2 - - uid: 4766 + - uid: 8780 components: - type: Transform - pos: 15.5,-36.5 + pos: -11.5,18.5 parent: 2 - - uid: 4767 + - uid: 8781 components: - type: Transform - pos: 16.5,-36.5 + pos: -11.5,17.5 parent: 2 - - uid: 4768 + - uid: 8782 components: - type: Transform - pos: 13.5,-33.5 + pos: -11.5,16.5 parent: 2 - - uid: 4769 + - uid: 8783 components: - type: Transform - pos: 13.5,-32.5 + pos: -11.5,14.5 parent: 2 - - uid: 4770 + - uid: 8784 components: - type: Transform - pos: 13.5,-31.5 + pos: -11.5,13.5 parent: 2 - - uid: 4771 + - uid: 8785 components: - type: Transform - pos: 13.5,-30.5 + pos: -12.5,13.5 parent: 2 - - uid: 4772 + - uid: 8786 components: - type: Transform - pos: 13.5,-29.5 + pos: -16.5,17.5 parent: 2 - - uid: 4773 + - uid: 8787 components: - type: Transform - pos: 14.5,-30.5 + pos: -15.5,17.5 parent: 2 - - uid: 4774 + - uid: 8788 components: - type: Transform - pos: 15.5,-30.5 + pos: -43.5,17.5 parent: 2 - - uid: 4775 + - uid: 8789 components: - type: Transform - pos: 16.5,-30.5 + pos: -23.5,22.5 parent: 2 - - uid: 4776 + - uid: 8790 components: - type: Transform - pos: 17.5,-30.5 + pos: -21.5,22.5 parent: 2 - - uid: 4777 + - uid: 8791 components: - type: Transform - pos: 18.5,-30.5 + pos: -20.5,22.5 parent: 2 - - uid: 4778 + - uid: 8795 components: - type: Transform - pos: 19.5,-30.5 + pos: -34.5,18.5 parent: 2 - - uid: 4779 + - uid: 8796 components: - type: Transform - pos: 19.5,-31.5 + pos: -33.5,18.5 parent: 2 - - uid: 4780 + - uid: 8797 components: - type: Transform - pos: 19.5,-32.5 + pos: -32.5,18.5 parent: 2 - - uid: 4781 + - uid: 8798 components: - type: Transform - pos: 8.5,-31.5 + pos: -32.5,17.5 parent: 2 - - uid: 4782 + - uid: 8799 components: - type: Transform - pos: 8.5,-30.5 + pos: -37.5,17.5 parent: 2 - - uid: 4783 + - uid: 8800 components: - type: Transform - pos: 8.5,-29.5 + pos: -37.5,18.5 parent: 2 - - uid: 4784 + - uid: 8801 components: - type: Transform - pos: -10.5,-41.5 + pos: -36.5,18.5 parent: 2 - - uid: 4785 + - uid: 8802 components: - type: Transform - pos: -10.5,-42.5 + pos: -38.5,18.5 parent: 2 - - uid: 4786 + - uid: 8803 components: - type: Transform - pos: -10.5,-43.5 + pos: -42.5,17.5 parent: 2 - - uid: 4787 + - uid: 8804 components: - type: Transform - pos: -10.5,-44.5 + pos: -41.5,17.5 parent: 2 - - uid: 4788 + - uid: 8805 components: - type: Transform - pos: -10.5,-45.5 + pos: -45.5,12.5 parent: 2 - - uid: 4789 + - uid: 8806 components: - type: Transform - pos: -10.5,-46.5 + pos: -45.5,11.5 parent: 2 - - uid: 4790 + - uid: 8807 components: - type: Transform - pos: -10.5,-47.5 + pos: -45.5,10.5 parent: 2 - - uid: 4791 + - uid: 8808 components: - type: Transform - pos: -10.5,-48.5 + pos: -45.5,9.5 parent: 2 - - uid: 4792 + - uid: 8809 components: - type: Transform - pos: -10.5,-49.5 + pos: -44.5,9.5 parent: 2 - - uid: 4793 + - uid: 8810 components: - type: Transform - pos: -10.5,-50.5 + pos: -45.5,14.5 parent: 2 - - uid: 4794 + - uid: 8811 components: - type: Transform - pos: -10.5,-51.5 + pos: -45.5,15.5 parent: 2 - - uid: 4795 + - uid: 8812 components: - type: Transform - pos: -10.5,-52.5 + pos: -58.5,1.5 parent: 2 - - uid: 4796 + - uid: 8813 components: - type: Transform - pos: -9.5,-52.5 + pos: -48.5,8.5 parent: 2 - - uid: 4797 + - uid: 8814 components: - type: Transform - pos: -8.5,-52.5 + pos: -49.5,8.5 parent: 2 - - uid: 4798 + - uid: 8815 components: - type: Transform - pos: -7.5,-52.5 + pos: -56.5,8.5 parent: 2 - - uid: 4799 + - uid: 8816 components: - type: Transform - pos: -10.5,-53.5 + pos: -55.5,8.5 parent: 2 - - uid: 4800 + - uid: 8817 components: - type: Transform - pos: -10.5,-54.5 + pos: -54.5,8.5 parent: 2 - - uid: 4801 + - uid: 8818 components: - type: Transform - pos: -10.5,-55.5 + pos: -53.5,8.5 parent: 2 - - uid: 4802 + - uid: 8819 components: - type: Transform - pos: -10.5,-56.5 + pos: -55.5,7.5 parent: 2 - - uid: 4803 + - uid: 8820 components: - type: Transform - pos: -10.5,-57.5 + pos: -58.5,2.5 parent: 2 - - uid: 4804 + - uid: 8821 components: - type: Transform - pos: -9.5,-57.5 + pos: -58.5,3.5 parent: 2 - - uid: 4805 + - uid: 8822 components: - type: Transform - pos: -8.5,-57.5 + pos: -58.5,4.5 parent: 2 - - uid: 4806 + - uid: 8823 components: - type: Transform - pos: -7.5,-57.5 + pos: -57.5,1.5 parent: 2 - - uid: 4807 + - uid: 8824 components: - type: Transform - pos: -6.5,-57.5 + pos: -58.5,-24.5 parent: 2 - - uid: 4808 + - uid: 8825 components: - type: Transform - pos: -11.5,-57.5 + pos: -58.5,-6.5 parent: 2 - - uid: 4809 + - uid: 8826 components: - type: Transform - pos: -12.5,-57.5 + pos: -61.5,-11.5 parent: 2 - - uid: 4810 + - uid: 8827 components: - type: Transform - pos: -13.5,-57.5 + pos: -60.5,-13.5 parent: 2 - - uid: 4811 + - uid: 8828 components: - type: Transform - pos: -14.5,-57.5 + pos: -61.5,-13.5 parent: 2 - - uid: 4812 + - uid: 8829 components: - type: Transform - pos: -10.5,-58.5 + pos: -61.5,-10.5 parent: 2 - - uid: 4813 + - uid: 8830 components: - type: Transform - pos: -10.5,-59.5 + pos: -61.5,-14.5 parent: 2 - - uid: 4814 + - uid: 8831 components: - type: Transform - pos: -10.5,-60.5 + pos: -61.5,-9.5 parent: 2 - - uid: 4815 + - uid: 8832 components: - type: Transform - pos: -10.5,-61.5 + pos: -58.5,-5.5 parent: 2 - - uid: 4816 + - uid: 8833 components: - type: Transform - pos: -10.5,-62.5 + pos: -58.5,-4.5 parent: 2 - - uid: 4817 + - uid: 8834 components: - type: Transform - pos: -10.5,-63.5 + pos: -58.5,-7.5 parent: 2 - - uid: 4818 + - uid: 8835 components: - type: Transform - pos: -10.5,-64.5 + pos: -58.5,-19.5 parent: 2 - - uid: 4819 + - uid: 8836 components: - type: Transform - pos: -9.5,-64.5 + pos: -57.5,-19.5 parent: 2 - - uid: 4820 + - uid: 8837 components: - type: Transform - pos: -8.5,-64.5 + pos: -58.5,-18.5 parent: 2 - - uid: 4821 + - uid: 8838 components: - type: Transform - pos: -7.5,-64.5 + pos: -58.5,-17.5 parent: 2 - - uid: 4822 + - uid: 8839 components: - type: Transform - pos: -6.5,-64.5 + pos: -58.5,-25.5 parent: 2 - - uid: 4823 + - uid: 8840 components: - type: Transform - pos: -11.5,-64.5 + pos: -58.5,-26.5 parent: 2 - - uid: 4824 + - uid: 8841 components: - type: Transform - pos: -12.5,-64.5 + pos: -58.5,-28.5 parent: 2 - - uid: 4825 + - uid: 8842 components: - type: Transform - pos: -13.5,-64.5 + pos: -57.5,-28.5 parent: 2 - - uid: 4826 + - uid: 8843 components: - type: Transform - pos: -14.5,-64.5 + pos: -56.5,-31.5 parent: 2 - - uid: 4827 + - uid: 8844 components: - type: Transform - pos: -10.5,-65.5 + pos: -55.5,-31.5 parent: 2 - - uid: 4828 + - uid: 8845 components: - type: Transform - pos: -10.5,-66.5 + pos: -54.5,-31.5 parent: 2 - - uid: 4829 + - uid: 8846 components: - type: Transform - pos: -10.5,-67.5 + pos: -53.5,-31.5 parent: 2 - - uid: 4830 + - uid: 8847 components: - type: Transform - pos: -9.5,-62.5 + pos: -47.5,-31.5 parent: 2 - - uid: 4831 + - uid: 8848 components: - type: Transform - pos: -8.5,-62.5 + pos: -45.5,-26.5 parent: 2 - - uid: 4832 + - uid: 8849 components: - type: Transform - pos: -8.5,-61.5 + pos: -47.5,-29.5 parent: 2 - - uid: 4833 + - uid: 8850 components: - type: Transform - pos: -8.5,-60.5 + pos: -48.5,-31.5 parent: 2 - - uid: 4834 + - uid: 8851 components: - type: Transform - pos: -8.5,-59.5 + pos: -49.5,-31.5 parent: 2 - - uid: 4835 + - uid: 8852 components: - type: Transform - pos: -11.5,-62.5 + pos: -44.5,-26.5 parent: 2 - - uid: 4836 + - uid: 8853 components: - type: Transform - pos: -12.5,-62.5 + pos: -43.5,-26.5 parent: 2 - - uid: 4837 + - uid: 8854 components: - type: Transform - pos: -12.5,-61.5 + pos: -40.5,-26.5 parent: 2 - - uid: 4838 + - uid: 8855 components: - type: Transform - pos: -12.5,-60.5 + pos: -41.5,-26.5 parent: 2 - - uid: 4839 + - uid: 8856 components: - type: Transform - pos: -12.5,-59.5 + pos: -41.5,-25.5 parent: 2 - - uid: 4840 + - uid: 8857 components: - type: Transform - pos: -9.5,-46.5 + pos: -37.5,-28.5 parent: 2 - - uid: 4841 + - uid: 8858 components: - type: Transform - pos: -8.5,-46.5 + pos: -37.5,-29.5 parent: 2 - - uid: 4842 + - uid: 8859 components: - type: Transform - pos: -7.5,-46.5 + pos: -37.5,-30.5 parent: 2 - - uid: 4843 + - uid: 8860 components: - type: Transform - pos: -6.5,-46.5 + pos: -37.5,-35.5 parent: 2 - - uid: 4844 + - uid: 8861 components: - type: Transform - pos: -5.5,-46.5 + pos: -37.5,-34.5 parent: 2 - - uid: 4845 + - uid: 8862 components: - type: Transform - pos: -4.5,-46.5 + pos: -37.5,-33.5 parent: 2 - - uid: 4846 + - uid: 8863 components: - type: Transform - pos: -3.5,-46.5 + pos: -37.5,-32.5 parent: 2 - - uid: 4847 + - uid: 8864 components: - type: Transform - pos: -2.5,-46.5 + pos: -36.5,-28.5 parent: 2 - - uid: 4848 + - uid: 8865 components: - type: Transform - pos: -1.5,-46.5 + pos: -35.5,-42.5 parent: 2 - - uid: 4849 + - uid: 8866 components: - type: Transform - pos: -1.5,-45.5 + pos: -37.5,-43.5 parent: 2 - - uid: 4850 + - uid: 8867 components: - type: Transform - pos: -1.5,-44.5 + pos: -36.5,-43.5 parent: 2 - - uid: 4851 + - uid: 8868 components: - type: Transform - pos: 0.5,-44.5 + pos: -34.5,-43.5 parent: 2 - - uid: 4852 + - uid: 8869 components: - type: Transform - pos: 0.5,-45.5 + pos: -37.5,-39.5 parent: 2 - - uid: 4853 + - uid: 8870 components: - type: Transform - pos: 0.5,-46.5 + pos: -37.5,-40.5 parent: 2 - - uid: 4854 + - uid: 8871 components: - type: Transform - pos: -1.5,-47.5 + pos: -37.5,-41.5 parent: 2 - - uid: 4855 + - uid: 8872 components: - type: Transform - pos: 0.5,-47.5 + pos: -16.5,-45.5 parent: 2 - - uid: 4856 + - uid: 8873 components: - type: Transform - pos: 1.5,-46.5 + pos: -28.5,-42.5 parent: 2 - - uid: 4857 + - uid: 8875 components: - type: Transform - pos: 2.5,-46.5 + pos: -24.5,-43.5 parent: 2 - - uid: 4858 + - uid: 8876 components: - type: Transform - pos: 3.5,-46.5 + pos: -25.5,-43.5 parent: 2 - - uid: 4859 + - uid: 8879 components: - type: Transform - pos: 4.5,-46.5 + pos: 15.5,-45.5 parent: 2 - - uid: 4860 + - uid: 8881 components: - type: Transform - pos: 5.5,-46.5 + pos: -15.5,-48.5 parent: 2 - - uid: 4861 + - uid: 8882 components: - type: Transform - pos: 6.5,-46.5 + pos: -15.5,-49.5 parent: 2 - - uid: 4862 + - uid: 8883 components: - type: Transform - pos: 7.5,-46.5 + pos: -15.5,-50.5 parent: 2 - - uid: 4863 + - uid: 8885 components: - type: Transform - pos: 8.5,-46.5 + pos: 14.5,-54.5 parent: 2 - - uid: 4864 + - uid: 8886 components: - type: Transform - pos: 9.5,-46.5 + pos: -15.5,-55.5 parent: 2 - - uid: 4865 + - uid: 8887 components: - type: Transform - pos: 9.5,-48.5 + pos: 14.5,-53.5 parent: 2 - - uid: 4866 + - uid: 8888 components: - type: Transform - pos: 9.5,-49.5 + pos: 14.5,-52.5 parent: 2 - - uid: 4867 + - uid: 8889 components: - type: Transform - pos: 9.5,-50.5 + pos: 14.5,-51.5 parent: 2 - - uid: 4868 + - uid: 8890 components: - type: Transform - pos: 9.5,-51.5 + pos: 14.5,-50.5 parent: 2 - - uid: 4869 + - uid: 8891 components: - type: Transform - pos: 9.5,-52.5 + pos: 14.5,-49.5 parent: 2 - - uid: 4870 + - uid: 8892 components: - type: Transform - pos: 8.5,-52.5 + pos: 23.5,-43.5 parent: 2 - - uid: 4871 + - uid: 8897 components: - type: Transform - pos: 7.5,-52.5 + pos: 25.5,-43.5 parent: 2 - - uid: 4872 + - uid: 8898 components: - type: Transform - pos: 6.5,-52.5 + pos: 24.5,-43.5 parent: 2 - - uid: 4873 + - uid: 8899 components: - type: Transform - pos: -9.5,-39.5 + pos: 29.5,-43.5 parent: 2 - - uid: 4874 + - uid: 8900 components: - type: Transform - pos: 9.5,-53.5 + pos: 30.5,-43.5 parent: 2 - - uid: 4875 + - uid: 8901 components: - type: Transform - pos: 9.5,-54.5 + pos: 31.5,-43.5 parent: 2 - - uid: 4876 + - uid: 8902 components: - type: Transform - pos: 9.5,-55.5 + pos: 32.5,-43.5 parent: 2 - - uid: 4877 + - uid: 8903 components: - type: Transform - pos: 9.5,-56.5 + pos: 33.5,-43.5 parent: 2 - - uid: 4878 + - uid: 8904 components: - type: Transform - pos: 9.5,-57.5 + pos: 31.5,-42.5 parent: 2 - - uid: 4879 + - uid: 8905 components: - type: Transform - pos: 9.5,-58.5 + pos: 36.5,-43.5 parent: 2 - - uid: 4880 + - uid: 8906 components: - type: Transform - pos: 9.5,-59.5 + pos: 35.5,-43.5 parent: 2 - - uid: 4881 + - uid: 8907 components: - type: Transform - pos: 9.5,-60.5 + pos: 36.5,-28.5 parent: 2 - - uid: 4882 + - uid: 8908 components: - type: Transform - pos: 9.5,-61.5 + pos: 36.5,-36.5 parent: 2 - - uid: 4883 + - uid: 8909 components: - type: Transform - pos: 9.5,-62.5 + pos: 36.5,-35.5 parent: 2 - - uid: 4884 + - uid: 8910 components: - type: Transform - pos: 9.5,-63.5 + pos: 36.5,-34.5 parent: 2 - - uid: 4885 + - uid: 8911 components: - type: Transform - pos: 9.5,-64.5 + pos: 35.5,-39.5 parent: 2 - - uid: 4886 + - uid: 8912 components: - type: Transform - pos: 9.5,-65.5 + pos: 36.5,-39.5 parent: 2 - - uid: 4887 + - uid: 8913 components: - type: Transform - pos: 9.5,-66.5 + pos: 36.5,-27.5 parent: 2 - - uid: 4888 + - uid: 8914 components: - type: Transform - pos: 9.5,-67.5 + pos: 36.5,-26.5 parent: 2 - - uid: 4889 + - uid: 8915 components: - type: Transform - pos: 8.5,-64.5 + pos: 43.5,-25.5 parent: 2 - - uid: 4890 + - uid: 8916 components: - type: Transform - pos: 7.5,-64.5 + pos: 43.5,-26.5 parent: 2 - - uid: 4891 + - uid: 8917 components: - type: Transform - pos: 6.5,-64.5 + pos: 42.5,-26.5 parent: 2 - - uid: 4892 + - uid: 8918 components: - type: Transform - pos: 5.5,-64.5 + pos: 53.5,-22.5 parent: 2 - - uid: 4893 + - uid: 8919 components: - type: Transform - pos: 10.5,-64.5 + pos: 53.5,-23.5 parent: 2 - - uid: 4894 + - uid: 8920 components: - type: Transform - pos: 11.5,-64.5 + pos: 54.5,-23.5 parent: 2 - - uid: 4895 + - uid: 8921 components: - type: Transform - pos: 12.5,-64.5 + pos: 55.5,-23.5 parent: 2 - - uid: 4896 + - uid: 8922 components: - type: Transform - pos: 13.5,-64.5 + pos: 48.5,-23.5 parent: 2 - - uid: 4897 + - uid: 8923 components: - type: Transform - pos: 10.5,-62.5 + pos: 56.5,-6.5 parent: 2 - - uid: 4898 + - uid: 8924 components: - type: Transform - pos: 11.5,-62.5 + pos: 58.5,-19.5 parent: 2 - - uid: 4899 + - uid: 8925 components: - type: Transform - pos: 11.5,-61.5 + pos: 57.5,-20.5 parent: 2 - - uid: 4900 + - uid: 8926 components: - type: Transform - pos: 11.5,-60.5 + pos: 58.5,-20.5 parent: 2 - - uid: 4901 + - uid: 8927 components: - type: Transform - pos: 11.5,-59.5 + pos: 59.5,-20.5 parent: 2 - - uid: 4902 + - uid: 8928 components: - type: Transform - pos: 8.5,-62.5 + pos: 60.5,-20.5 parent: 2 - - uid: 4903 + - uid: 8929 components: - type: Transform - pos: 7.5,-62.5 + pos: 63.5,-12.5 parent: 2 - - uid: 4904 + - uid: 8930 components: - type: Transform - pos: 7.5,-61.5 + pos: 63.5,-13.5 parent: 2 - - uid: 4905 + - uid: 8931 components: - type: Transform - pos: 7.5,-60.5 + pos: 63.5,-14.5 parent: 2 - - uid: 4906 + - uid: 8932 components: - type: Transform - pos: 7.5,-59.5 + pos: 63.5,-15.5 parent: 2 - - uid: 4907 + - uid: 8933 components: - type: Transform - pos: 8.5,-57.5 + pos: 61.5,-9.5 parent: 2 - - uid: 4908 + - uid: 8934 components: - type: Transform - pos: 7.5,-57.5 + pos: 57.5,-6.5 parent: 2 - - uid: 4909 + - uid: 8935 components: - type: Transform - pos: 6.5,-57.5 + pos: 63.5,-9.5 parent: 2 - - uid: 4910 + - uid: 8936 components: - type: Transform - pos: 5.5,-57.5 + pos: 63.5,-10.5 parent: 2 - - uid: 4911 + - uid: 8937 components: - type: Transform - pos: 10.5,-57.5 + pos: 63.5,-8.5 parent: 2 - - uid: 4912 + - uid: 8938 components: - type: Transform - pos: 11.5,-57.5 + pos: 58.5,-6.5 parent: 2 - - uid: 4913 + - uid: 8939 components: - type: Transform - pos: 12.5,-57.5 + pos: 59.5,-6.5 parent: 2 - - uid: 4914 + - uid: 8940 components: - type: Transform - pos: 13.5,-57.5 + pos: 62.5,-6.5 parent: 2 - - uid: 4915 + - uid: 8941 components: - type: Transform - pos: 9.5,-45.5 + pos: 61.5,-6.5 parent: 2 - - uid: 4916 + - uid: 8942 components: - type: Transform - pos: 9.5,-44.5 + pos: 56.5,2.5 parent: 2 - - uid: 4917 + - uid: 8943 components: - type: Transform - pos: 9.5,-43.5 + pos: 56.5,0.5 parent: 2 - - uid: 4918 + - uid: 8944 components: - type: Transform - pos: 9.5,-42.5 + pos: 56.5,-0.5 parent: 2 - - uid: 4919 + - uid: 8945 components: - type: Transform - pos: 9.5,-41.5 + pos: 56.5,-1.5 parent: 2 - - uid: 4920 + - uid: 8946 components: - type: Transform - pos: -8.5,-39.5 + pos: 56.5,3.5 parent: 2 - - uid: 4921 + - uid: 8947 components: - type: Transform - pos: -34.5,-22.5 + pos: 56.5,4.5 parent: 2 - - uid: 4922 + - uid: 8948 components: - type: Transform - pos: 8.5,-39.5 + pos: 56.5,5.5 parent: 2 - - uid: 4923 + - uid: 8949 components: - type: Transform - pos: 7.5,-39.5 + pos: 55.5,-1.5 parent: 2 - - uid: 4924 + - uid: 8950 components: - type: Transform - pos: 0.5,-33.5 + pos: 29.5,11.5 parent: 2 - - uid: 4925 + - uid: 8951 components: - type: Transform - pos: 0.5,-34.5 + pos: 52.5,5.5 parent: 2 - - uid: 4926 + - uid: 8952 components: - type: Transform - pos: -1.5,-34.5 + pos: 51.5,5.5 parent: 2 - - uid: 4927 + - uid: 8953 components: - type: Transform - pos: -1.5,-33.5 + pos: 50.5,5.5 parent: 2 - - uid: 4928 + - uid: 8954 components: - type: Transform - pos: 32.5,-38.5 + pos: 40.5,9.5 parent: 2 - - uid: 4929 + - uid: 8955 components: - type: Transform - pos: 32.5,-39.5 + pos: 41.5,9.5 parent: 2 - - uid: 4930 + - uid: 8956 components: - type: Transform - pos: 32.5,-20.5 + pos: 42.5,9.5 parent: 2 - - uid: 4931 + - uid: 8957 components: - type: Transform - pos: 32.5,-21.5 + pos: 43.5,9.5 parent: 2 - - uid: 4932 + - uid: 8958 components: - type: Transform - pos: 32.5,-22.5 + pos: 47.5,8.5 parent: 2 - - uid: 4933 + - uid: 8959 components: - type: Transform - pos: 32.5,-23.5 + pos: 49.5,9.5 parent: 2 - - uid: 4934 + - uid: 8960 components: - type: Transform - pos: 32.5,-24.5 + pos: 15.5,11.5 parent: 2 - - uid: 4935 + - uid: 8961 components: - type: Transform - pos: 32.5,-25.5 + pos: 32.5,12.5 parent: 2 - - uid: 4936 + - uid: 8962 components: - type: Transform - pos: 32.5,-26.5 + pos: 31.5,12.5 parent: 2 - - uid: 4937 + - uid: 8963 components: - type: Transform - pos: 32.5,-27.5 + pos: 29.5,12.5 parent: 2 - - uid: 4938 + - uid: 8964 components: - type: Transform - pos: 32.5,-28.5 + pos: 22.5,12.5 parent: 2 - - uid: 4939 + - uid: 8965 components: - type: Transform - pos: 32.5,-29.5 + pos: 21.5,12.5 parent: 2 - - uid: 4940 + - uid: 8966 components: - type: Transform - pos: 32.5,-30.5 + pos: 20.5,12.5 parent: 2 - - uid: 4941 + - uid: 8967 components: - type: Transform - pos: 32.5,-31.5 + pos: 14.5,11.5 parent: 2 - - uid: 4942 + - uid: 8968 components: - type: Transform - pos: 32.5,-32.5 + pos: 13.5,11.5 parent: 2 - - uid: 4943 + - uid: 8969 components: - type: Transform - pos: 32.5,-33.5 + pos: 10.5,12.5 parent: 2 - - uid: 4944 + - uid: 8970 components: - type: Transform - pos: 32.5,-34.5 + pos: 10.5,13.5 parent: 2 - - uid: 4945 + - uid: 8971 components: - type: Transform - pos: 32.5,-35.5 + pos: 10.5,14.5 parent: 2 - - uid: 4946 + - uid: 8972 components: - type: Transform - pos: 32.5,-36.5 + pos: 10.5,15.5 parent: 2 - - uid: 4947 + - uid: 8973 components: - type: Transform - pos: 32.5,-37.5 + pos: 9.5,14.5 parent: 2 - - uid: 4948 + - uid: 8976 components: - type: Transform - pos: 31.5,-39.5 + pos: 10.5,19.5 parent: 2 - - uid: 4949 + - uid: 9052 components: - type: Transform - pos: 30.5,-39.5 + pos: 10.5,23.5 parent: 2 - - uid: 4950 + - uid: 9080 components: - type: Transform - pos: 29.5,-39.5 + rot: -1.5707963267948966 rad + pos: -19.5,24.5 parent: 2 - - uid: 4951 + - uid: 9081 components: - type: Transform - pos: 28.5,-39.5 + rot: -1.5707963267948966 rad + pos: -18.5,24.5 parent: 2 - - uid: 4952 + - uid: 9082 components: - type: Transform - pos: 27.5,-39.5 + rot: -1.5707963267948966 rad + pos: -17.5,24.5 parent: 2 - - uid: 4953 + - uid: 9085 components: - type: Transform - pos: 26.5,-39.5 + pos: -26.5,24.5 parent: 2 - - uid: 4954 + - uid: 9086 components: - type: Transform - pos: 25.5,-39.5 + pos: -28.5,24.5 parent: 2 - - uid: 4955 + - uid: 9087 components: - type: Transform - pos: 24.5,-39.5 + pos: -28.5,23.5 parent: 2 - - uid: 4956 + - uid: 9090 components: - type: Transform - pos: 23.5,-39.5 + pos: -30.5,20.5 parent: 2 - - uid: 4957 + - uid: 9242 components: - type: Transform - pos: 22.5,-39.5 + pos: 17.5,-47.5 parent: 2 - - uid: 4958 + - uid: 9259 components: - type: Transform - pos: 21.5,-39.5 + pos: 18.5,-47.5 parent: 2 - - uid: 4959 + - uid: 9260 components: - type: Transform - pos: 33.5,-22.5 + pos: 19.5,-45.5 parent: 2 - - uid: 4960 + - uid: 9261 components: - type: Transform - pos: 34.5,-22.5 + pos: 19.5,-44.5 parent: 2 - - uid: 4961 + - uid: 9262 components: - type: Transform - pos: 35.5,-22.5 + pos: 14.5,-47.5 parent: 2 - - uid: 4962 + - uid: 9263 components: - type: Transform - pos: 36.5,-22.5 + pos: 16.5,-47.5 parent: 2 - - uid: 4963 + - uid: 9264 components: - type: Transform - pos: 37.5,-22.5 + pos: -21.5,-43.5 parent: 2 - - uid: 4964 + - uid: 9265 components: - type: Transform - pos: 38.5,-22.5 + pos: -20.5,-43.5 parent: 2 - - uid: 4965 + - uid: 9267 components: - type: Transform - pos: 39.5,-22.5 + pos: -19.5,-47.5 parent: 2 - - uid: 4966 + - uid: 9268 components: - type: Transform - pos: 40.5,-22.5 + pos: -17.5,-47.5 parent: 2 - - uid: 4967 + - uid: 9269 components: - type: Transform - pos: 41.5,-22.5 + pos: -18.5,-47.5 parent: 2 - - uid: 4968 + - uid: 9430 components: - type: Transform - pos: 42.5,-22.5 + pos: -8.5,35.5 parent: 2 - - uid: 4969 + - uid: 9431 components: - type: Transform - pos: 43.5,-22.5 + pos: -8.5,38.5 parent: 2 - - uid: 4970 + - uid: 9543 components: - type: Transform - pos: 43.5,-16.5 + pos: 11.5,28.5 parent: 2 - - uid: 4971 + - uid: 9544 components: - type: Transform - pos: 43.5,-17.5 + pos: 11.5,27.5 parent: 2 - - uid: 4972 + - uid: 9545 components: - type: Transform - pos: 43.5,-18.5 + pos: 10.5,27.5 parent: 2 - - uid: 4973 +- proto: GrilleBroken + entities: + - uid: 8589 components: - type: Transform - pos: 43.5,-19.5 + rot: 1.5707963267948966 rad + pos: 3.5,27.5 parent: 2 - - uid: 4974 + - uid: 8770 components: - type: Transform - pos: 43.5,-20.5 + rot: 3.141592653589793 rad + pos: -11.5,30.5 parent: 2 - - uid: 4975 + - uid: 8771 components: - type: Transform - pos: 43.5,1.5 + rot: 1.5707963267948966 rad + pos: -10.5,32.5 parent: 2 - - uid: 4976 + - uid: 8773 components: - type: Transform - pos: 43.5,0.5 + rot: -1.5707963267948966 rad + pos: -7.5,33.5 parent: 2 - - uid: 4977 + - uid: 8980 components: - type: Transform - pos: 43.5,-0.5 + rot: -1.5707963267948966 rad + pos: 11.5,23.5 parent: 2 - - uid: 4978 + - uid: 8981 components: - type: Transform - pos: 43.5,-1.5 + pos: -11.5,12.5 parent: 2 - - uid: 4979 + - uid: 8982 components: - type: Transform - pos: 43.5,-2.5 + pos: -11.5,27.5 parent: 2 - - uid: 4980 + - uid: 8983 components: - type: Transform - pos: 43.5,-3.5 + pos: -11.5,20.5 parent: 2 - - uid: 4981 + - uid: 8984 components: - type: Transform - pos: 43.5,-4.5 + rot: -1.5707963267948966 rad + pos: -10.5,17.5 parent: 2 - - uid: 4982 + - uid: 8985 components: - type: Transform - pos: 43.5,-5.5 + rot: 3.141592653589793 rad + pos: -11.5,15.5 parent: 2 - - uid: 4983 + - uid: 8986 components: - type: Transform - pos: 43.5,-6.5 + pos: -11.5,15.5 parent: 2 - - uid: 4984 + - uid: 8987 components: - type: Transform - pos: 43.5,-7.5 + rot: -1.5707963267948966 rad + pos: -31.5,18.5 parent: 2 - - uid: 4985 + - uid: 8988 components: - type: Transform - pos: 43.5,-8.5 + rot: 1.5707963267948966 rad + pos: -17.5,17.5 parent: 2 - - uid: 4986 + - uid: 8993 components: - type: Transform - pos: 43.5,-9.5 + rot: 1.5707963267948966 rad + pos: -35.5,18.5 parent: 2 - - uid: 4987 + - uid: 8994 components: - type: Transform - pos: 43.5,-10.5 + pos: -37.5,15.5 parent: 2 - - uid: 4988 + - uid: 8995 components: - type: Transform - pos: 43.5,-11.5 + rot: 1.5707963267948966 rad + pos: -50.5,8.5 parent: 2 - - uid: 4989 + - uid: 8996 components: - type: Transform - pos: 43.5,-12.5 + rot: 1.5707963267948966 rad + pos: -44.5,17.5 parent: 2 - - uid: 4990 + - uid: 8997 components: - type: Transform - pos: 43.5,-13.5 + rot: -1.5707963267948966 rad + pos: -44.5,15.5 parent: 2 - - uid: 4991 + - uid: 8998 components: - type: Transform - pos: 43.5,-14.5 + rot: 1.5707963267948966 rad + pos: -43.5,15.5 parent: 2 - - uid: 4992 + - uid: 8999 components: - type: Transform - pos: 43.5,-15.5 + rot: -1.5707963267948966 rad + pos: -52.5,8.5 parent: 2 - - uid: 4993 + - uid: 9000 components: - type: Transform - pos: 42.5,-0.5 + pos: -58.5,-16.5 parent: 2 - - uid: 4994 + - uid: 9001 components: - type: Transform - pos: 41.5,-0.5 + rot: 3.141592653589793 rad + pos: -58.5,0.5 parent: 2 - - uid: 4995 + - uid: 9002 components: - type: Transform - pos: 40.5,-0.5 + rot: 1.5707963267948966 rad + pos: -59.5,-7.5 parent: 2 - - uid: 4996 + - uid: 9003 components: - type: Transform - pos: 39.5,-0.5 + pos: -61.5,-12.5 parent: 2 - - uid: 4997 + - uid: 9004 components: - type: Transform - pos: 38.5,-0.5 + rot: 3.141592653589793 rad + pos: -61.5,-12.5 parent: 2 - - uid: 4998 + - uid: 9005 components: - type: Transform - pos: 37.5,-0.5 + rot: 1.5707963267948966 rad + pos: -60.5,-11.5 parent: 2 - - uid: 4999 + - uid: 9006 components: - type: Transform - pos: 36.5,-0.5 + rot: 3.141592653589793 rad + pos: -58.5,-27.5 parent: 2 - - uid: 5000 + - uid: 9007 components: - type: Transform - pos: 35.5,-0.5 + pos: -55.5,-30.5 parent: 2 - - uid: 5001 + - uid: 9008 components: - type: Transform - pos: 34.5,-0.5 + rot: 3.141592653589793 rad + pos: -55.5,-30.5 parent: 2 - - uid: 5002 + - uid: 9009 components: - type: Transform - pos: 33.5,-0.5 + rot: 1.5707963267948966 rad + pos: -42.5,-26.5 parent: 2 - - uid: 5003 + - uid: 9010 components: - type: Transform - pos: 32.5,-0.5 + rot: 1.5707963267948966 rad + pos: -36.5,-35.5 parent: 2 - - uid: 5004 + - uid: 9011 components: - type: Transform - pos: 31.5,-0.5 + rot: -1.5707963267948966 rad + pos: -36.5,-35.5 parent: 2 - - uid: 5005 + - uid: 9012 components: - type: Transform - pos: 30.5,-0.5 + rot: 3.141592653589793 rad + pos: -15.5,-51.5 parent: 2 - - uid: 5006 + - uid: 9013 components: - type: Transform - pos: 29.5,-0.5 + rot: 1.5707963267948966 rad + pos: -26.5,-43.5 parent: 2 - - uid: 5007 + - uid: 9014 components: - type: Transform - pos: 28.5,-0.5 + rot: 3.141592653589793 rad + pos: -35.5,-43.5 parent: 2 - - uid: 5008 + - uid: 9018 components: - type: Transform - pos: 27.5,-0.5 + pos: -15.5,-54.5 parent: 2 - - uid: 5009 + - uid: 9019 components: - type: Transform - pos: 26.5,-0.5 + pos: 14.5,-55.5 parent: 2 - - uid: 5010 + - uid: 9020 components: - type: Transform - pos: 25.5,-0.5 + rot: 3.141592653589793 rad + pos: 14.5,-55.5 parent: 2 - - uid: 5011 + - uid: 9021 components: - type: Transform - pos: 24.5,-0.5 + pos: 63.5,-11.5 parent: 2 - - uid: 5012 + - uid: 9022 components: - type: Transform - pos: 23.5,-0.5 + rot: -1.5707963267948966 rad + pos: 34.5,-43.5 parent: 2 - - uid: 5013 + - uid: 9023 components: - type: Transform - pos: 22.5,-0.5 + rot: 3.141592653589793 rad + pos: 36.5,-40.5 parent: 2 - - uid: 5014 + - uid: 9024 components: - type: Transform - pos: 21.5,-0.5 + pos: 36.5,-38.5 parent: 2 - - uid: 5015 + - uid: 9025 components: - type: Transform - pos: 20.5,-0.5 + pos: 36.5,-33.5 parent: 2 - - uid: 5016 + - uid: 9026 components: - type: Transform - pos: 19.5,-0.5 + rot: 3.141592653589793 rad + pos: 36.5,-25.5 parent: 2 - - uid: 5017 + - uid: 9027 components: - type: Transform - pos: 18.5,-0.5 + rot: -1.5707963267948966 rad + pos: 35.5,-26.5 parent: 2 - - uid: 5018 + - uid: 9028 components: - type: Transform - pos: 17.5,-0.5 + rot: -1.5707963267948966 rad + pos: 44.5,-26.5 parent: 2 - - uid: 5019 + - uid: 9029 components: - type: Transform - pos: 16.5,-0.5 + rot: 3.141592653589793 rad + pos: 49.5,-22.5 parent: 2 - - uid: 5020 + - uid: 9030 components: - type: Transform - pos: 15.5,-0.5 + rot: -1.5707963267948966 rad + pos: 49.5,-23.5 parent: 2 - - uid: 5021 + - uid: 9031 components: - type: Transform - pos: 23.5,-1.5 + pos: 60.5,-19.5 parent: 2 - - uid: 5022 + - uid: 9032 components: - type: Transform - pos: 23.5,-2.5 + rot: 3.141592653589793 rad + pos: 63.5,-11.5 parent: 2 - - uid: 5023 + - uid: 9033 components: - type: Transform - pos: 23.5,-3.5 + rot: 1.5707963267948966 rad + pos: 62.5,-9.5 parent: 2 - - uid: 5024 + - uid: 9034 components: - type: Transform - pos: 23.5,0.5 + rot: -1.5707963267948966 rad + pos: 62.5,-9.5 parent: 2 - - uid: 5025 + - uid: 9035 components: - type: Transform - pos: 23.5,1.5 + rot: 1.5707963267948966 rad + pos: 39.5,9.5 parent: 2 - - uid: 5026 + - uid: 9036 components: - type: Transform - pos: 23.5,2.5 + pos: 60.5,-8.5 parent: 2 - - uid: 5027 + - uid: 9037 components: - type: Transform - pos: 28.5,0.5 + rot: 1.5707963267948966 rad + pos: 55.5,-6.5 parent: 2 - - uid: 5028 + - uid: 9038 components: - type: Transform - pos: 28.5,1.5 + rot: 1.5707963267948966 rad + pos: 55.5,5.5 parent: 2 - - uid: 5029 + - uid: 9039 components: - type: Transform - pos: 28.5,2.5 + rot: 1.5707963267948966 rad + pos: 49.5,5.5 parent: 2 - - uid: 5030 + - uid: 9040 components: - type: Transform - pos: 28.5,3.5 + rot: -1.5707963267948966 rad + pos: 48.5,5.5 parent: 2 - - uid: 5031 + - uid: 9041 components: - type: Transform - pos: 29.5,3.5 + rot: 1.5707963267948966 rad + pos: 48.5,9.5 parent: 2 - - uid: 5032 + - uid: 9042 components: - type: Transform - pos: 30.5,3.5 + pos: 47.5,9.5 parent: 2 - - uid: 5033 + - uid: 9043 components: - type: Transform - pos: 31.5,3.5 + rot: -1.5707963267948966 rad + pos: 44.5,9.5 parent: 2 - - uid: 5034 + - uid: 9044 components: - type: Transform - pos: 32.5,3.5 + pos: 45.5,8.5 parent: 2 - - uid: 5035 + - uid: 9045 components: - type: Transform - pos: 33.5,3.5 + pos: 14.5,10.5 parent: 2 - - uid: 5036 + - uid: 9046 components: - type: Transform - pos: 34.5,3.5 + rot: -1.5707963267948966 rad + pos: 33.5,12.5 parent: 2 - - uid: 5037 + - uid: 9047 components: - type: Transform - pos: 35.5,3.5 + pos: 34.5,11.5 parent: 2 - - uid: 5038 + - uid: 9048 components: - type: Transform - pos: 43.5,2.5 + rot: 1.5707963267948966 rad + pos: 28.5,12.5 parent: 2 - - uid: 5039 + - uid: 9049 components: - type: Transform - pos: 43.5,3.5 + rot: 3.141592653589793 rad + pos: 21.5,11.5 parent: 2 - - uid: 5040 + - uid: 9050 components: - type: Transform - pos: 42.5,3.5 + rot: -1.5707963267948966 rad + pos: 23.5,12.5 parent: 2 - - uid: 5041 + - uid: 9051 components: - type: Transform - pos: 41.5,3.5 + rot: 3.141592653589793 rad + pos: 14.5,10.5 parent: 2 - - uid: 5042 + - uid: 9053 components: - type: Transform - pos: 40.5,3.5 + rot: 3.141592653589793 rad + pos: 10.5,18.5 parent: 2 - - uid: 5043 + - uid: 9054 components: - type: Transform - pos: 40.5,4.5 + rot: -1.5707963267948966 rad + pos: 9.5,19.5 parent: 2 - - uid: 5044 + - uid: 9056 components: - type: Transform - pos: 44.5,3.5 + rot: 3.141592653589793 rad + pos: 5.5,33.5 parent: 2 - - uid: 5045 + - uid: 9057 components: - type: Transform - pos: 45.5,3.5 + pos: 5.5,33.5 parent: 2 - - uid: 5046 + - uid: 9083 components: - type: Transform - pos: 46.5,3.5 + pos: -19.5,23.5 parent: 2 - - uid: 5047 + - uid: 9084 components: - type: Transform - pos: 46.5,4.5 + rot: 3.141592653589793 rad + pos: -19.5,23.5 parent: 2 - - uid: 5048 + - uid: 9088 components: - type: Transform - pos: 44.5,-0.5 + rot: -1.5707963267948966 rad + pos: -27.5,24.5 parent: 2 - - uid: 5049 + - uid: 9089 components: - type: Transform - pos: 45.5,-0.5 + pos: -22.5,23.5 parent: 2 - - uid: 5050 + - uid: 9546 components: - type: Transform - pos: 46.5,-0.5 + rot: 3.141592653589793 rad + pos: 11.5,26.5 parent: 2 - - uid: 5051 +- proto: GrilleSpawner + entities: + - uid: 3283 components: - type: Transform - pos: 46.5,0.5 + pos: 39.5,-8.5 parent: 2 - - uid: 5052 + - uid: 8092 components: - type: Transform - pos: 46.5,1.5 + rot: -1.5707963267948966 rad + pos: 7.5,-25.5 parent: 2 - - uid: 5053 + - uid: 8774 components: - type: Transform - pos: 47.5,1.5 + rot: 1.5707963267948966 rad + pos: 1.5,33.5 parent: 2 - - uid: 5054 +- proto: Handcuffs + entities: + - uid: 6092 components: - type: Transform - pos: 48.5,1.5 + pos: -2.5,35.5 parent: 2 - - uid: 5055 + - uid: 8051 components: - type: Transform - pos: 49.5,1.5 + pos: -34.569714,8.632569 parent: 2 - - uid: 5056 + - uid: 8884 components: - type: Transform - pos: 50.5,1.5 + pos: 2.5,38.5 parent: 2 - - uid: 5057 + - uid: 9069 components: - type: Transform - pos: 51.5,1.5 + pos: -25.504314,17.45183 parent: 2 - - uid: 5058 + - uid: 9072 components: - type: Transform - pos: 52.5,1.5 + pos: -25.566494,17.60449 parent: 2 - - uid: 5059 + - uid: 9425 components: - type: Transform - pos: 35.5,-1.5 + pos: -3.5,35.5 parent: 2 - - uid: 5060 +- proto: HandheldGPSBasic + entities: + - uid: 1087 components: - type: Transform - pos: 35.5,-2.5 + pos: 28.31444,-3.4380596 parent: 2 - - uid: 5061 +- proto: HandheldHealthAnalyzerEmpty + entities: + - uid: 8002 components: - type: Transform - pos: 35.5,-3.5 + pos: -17.560238,-4.4531527 parent: 2 - - uid: 5062 +- proto: HandLabeler + entities: + - uid: 7970 components: - type: Transform - pos: 35.5,-4.5 + pos: -35.03673,-3.2353244 parent: 2 - - uid: 5063 + - uid: 7971 components: - type: Transform - pos: 42.5,-12.5 + pos: 15.461165,-8.309071 parent: 2 - - uid: 5064 + - uid: 8084 components: - type: Transform - pos: 41.5,-12.5 + pos: -32.462517,4.769805 parent: 2 - - uid: 5065 +- proto: HarmonicaInstrument + entities: + - uid: 9070 components: - type: Transform - pos: 40.5,-12.5 + pos: -23.37715,15.598139 parent: 2 - - uid: 5066 +- proto: HighSecCentralCommandLocked + entities: + - uid: 7415 components: - type: Transform - pos: 39.5,-12.5 + pos: 3.5,-0.5 parent: 2 - - uid: 5067 + - uid: 7419 components: - type: Transform - pos: 38.5,-12.5 + pos: -4.5,-0.5 parent: 2 - - uid: 5068 +- proto: HighSecDoor + entities: + - uid: 5 components: - type: Transform - pos: 37.5,-12.5 + pos: 11.5,-1.5 parent: 2 - - uid: 5069 + - uid: 6 components: - type: Transform - pos: 37.5,-13.5 + pos: 11.5,0.5 parent: 2 - - uid: 5070 + - uid: 7 components: - type: Transform - pos: 37.5,-14.5 + pos: -10.5,0.5 parent: 2 - - uid: 5071 + - uid: 8 components: - type: Transform - pos: 37.5,-15.5 + pos: 9.5,-1.5 parent: 2 - - uid: 5072 + - uid: 9 components: - type: Transform - pos: 38.5,-15.5 + pos: -1.5,10.5 parent: 2 - - uid: 5073 + - uid: 10 components: - type: Transform - pos: 39.5,-15.5 + pos: 9.5,0.5 parent: 2 - - uid: 5074 + - uid: 11 components: - type: Transform - pos: 37.5,-11.5 + pos: 0.5,10.5 parent: 2 - - uid: 5075 + - uid: 12 components: - type: Transform - pos: 37.5,-10.5 + pos: 0.5,8.5 parent: 2 - - uid: 5076 + - uid: 13 components: - type: Transform - pos: 37.5,-9.5 + pos: -1.5,8.5 parent: 2 - - uid: 5077 + - uid: 14 components: - type: Transform - pos: 37.5,-8.5 + pos: -10.5,-1.5 parent: 2 - - uid: 5078 + - uid: 15 components: - type: Transform - pos: 37.5,-7.5 + pos: -12.5,-1.5 parent: 2 - - uid: 5079 + - uid: 16 components: - type: Transform - pos: 37.5,-6.5 + pos: -12.5,0.5 parent: 2 - - uid: 5080 + - uid: 59 components: - type: Transform - pos: 37.5,-5.5 + pos: 3.5,-17.5 parent: 2 - - uid: 5081 + - uid: 60 components: - type: Transform - pos: 38.5,-5.5 + pos: 3.5,-15.5 parent: 2 - - uid: 5082 + - uid: 124 components: - type: Transform - pos: 39.5,-5.5 + pos: 0.5,-9.5 parent: 2 - - uid: 5083 + - uid: 127 components: - type: Transform - pos: 39.5,-4.5 + pos: -1.5,-9.5 parent: 2 - - uid: 5084 + - uid: 233 components: - type: Transform - pos: 40.5,-11.5 + pos: 0.5,-11.5 parent: 2 - - uid: 5085 + - uid: 877 components: - type: Transform - pos: 40.5,-10.5 + pos: 17.5,-40.5 parent: 2 - - uid: 5086 + - uid: 878 components: - type: Transform - pos: 40.5,-9.5 + pos: 17.5,-38.5 parent: 2 - - uid: 5087 + - uid: 879 components: - type: Transform - pos: 40.5,-8.5 + pos: 19.5,-40.5 parent: 2 - - uid: 5088 + - uid: 880 components: - type: Transform - pos: 39.5,-3.5 + pos: 19.5,-38.5 parent: 2 - - uid: 5089 + - uid: 910 components: - type: Transform - pos: 25.5,10.5 + pos: -20.5,-40.5 parent: 2 - - uid: 5090 + - uid: 911 components: - type: Transform - pos: 25.5,9.5 + pos: -20.5,-38.5 parent: 2 - - uid: 5091 + - uid: 912 components: - type: Transform - pos: 25.5,8.5 + pos: -18.5,-38.5 parent: 2 - - uid: 5092 + - uid: 913 components: - type: Transform - pos: 25.5,7.5 + pos: -18.5,-40.5 parent: 2 - - uid: 5093 + - uid: 1645 components: - type: Transform - pos: 25.5,6.5 + pos: -1.5,-11.5 parent: 2 - - uid: 5094 +- proto: HydroponicsToolSpade + entities: + - uid: 8593 components: - type: Transform - pos: 25.5,5.5 + pos: 10.477897,-8.403197 parent: 2 - - uid: 5095 +- proto: InflatableWall + entities: + - uid: 9378 components: - type: Transform - pos: 24.5,5.5 + pos: -38.5,-17.5 parent: 2 - - uid: 5096 +- proto: InflatableWallStack5 + entities: + - uid: 1452 components: - type: Transform - pos: 23.5,5.5 + pos: 46.52145,-3.6173031 parent: 2 - - uid: 5097 +- proto: IntercomEngineering + entities: + - uid: 7955 components: - type: Transform - pos: 22.5,5.5 + rot: -1.5707963267948966 rad + pos: 47.5,-10.5 parent: 2 - - uid: 5098 +- proto: IntercomMedical + entities: + - uid: 8117 components: - type: Transform - pos: 21.5,5.5 + rot: 3.141592653589793 rad + pos: -22.5,-4.5 parent: 2 - - uid: 5099 +- proto: IntercomScience + entities: + - uid: 7953 components: - type: Transform - pos: 22.5,6.5 + pos: 22.5,3.5 parent: 2 - - uid: 5100 +- proto: IntercomSecurity + entities: + - uid: 8116 components: - type: Transform - pos: 22.5,7.5 + rot: 1.5707963267948966 rad + pos: -27.5,1.5 parent: 2 - - uid: 5101 +- proto: IntercomSupply + entities: + - uid: 7954 components: - type: Transform - pos: 22.5,8.5 + rot: -1.5707963267948966 rad + pos: 27.5,-2.5 parent: 2 - - uid: 5102 +- proto: JanitorialTrolley + entities: + - uid: 9529 components: - type: Transform - pos: 22.5,9.5 + rot: 1.5707963267948966 rad + pos: 8.5,24.5 parent: 2 - - uid: 5103 +- proto: JukeboxCircuitBoard + entities: + - uid: 9602 components: - type: Transform - pos: 20.5,5.5 + pos: 6.6259494,37.38208 parent: 2 - - uid: 5104 +- proto: Lamp + entities: + - uid: 1108 components: - type: Transform - pos: 19.5,5.5 + rot: 1.5707963267948966 rad + pos: 26.529902,-14.009188 parent: 2 - - uid: 5105 + - uid: 1504 components: - type: Transform - pos: 18.5,5.5 + pos: 55.461147,-11.067635 parent: 2 - - uid: 5106 + - uid: 2155 components: - type: Transform - pos: 17.5,5.5 + pos: -14.604253,8.999672 parent: 2 - - uid: 5107 + - uid: 2322 components: - type: Transform - pos: 16.5,5.5 + pos: -33.053425,12.825653 parent: 2 - - uid: 5108 + - uid: 8144 components: - type: Transform - pos: 16.5,4.5 + pos: -53.52031,5.8773212 parent: 2 - - uid: 5109 + - uid: 8219 components: - type: Transform - pos: 16.5,3.5 + rot: -1.5707963267948966 rad + pos: -15.436971,-11.907684 parent: 2 - - uid: 5110 +- proto: LampGold + entities: + - uid: 1189 components: - type: Transform - pos: 16.5,2.5 + rot: 1.5707963267948966 rad + pos: 30.307503,9.603359 parent: 2 - - uid: 5111 + - uid: 2038 components: - type: Transform - pos: 17.5,2.5 + rot: 1.5707963267948966 rad + pos: -25.562063,-11.360263 parent: 2 - - uid: 5112 + - uid: 2624 components: - type: Transform - pos: 18.5,2.5 + rot: -1.5707963267948966 rad + pos: -52.69951,-1.9779178 parent: 2 - - uid: 5113 + - uid: 8150 components: - type: Transform - pos: 16.5,6.5 + rot: 1.5707963267948966 rad + pos: -55.70251,-21.042889 parent: 2 - - uid: 5114 +- proto: Lantern + entities: + - uid: 8579 components: - type: Transform - pos: 16.5,7.5 + pos: 6.6242113,-29.118408 parent: 2 - - uid: 5115 +- proto: LargeBeaker + entities: + - uid: 1960 components: - type: Transform - pos: 16.5,8.5 + pos: -34.684856,-8.301708 parent: 2 - - uid: 5116 +- proto: LGBTQHandyFlag + entities: + - uid: 9485 components: - type: Transform - pos: 17.5,8.5 + rot: 1.5707963267948966 rad + pos: 6.336591,-29.454037 parent: 2 - - uid: 5117 +- proto: Lighter + entities: + - uid: 7880 components: - type: Transform - pos: 18.5,8.5 + pos: 26.786741,-11.642492 parent: 2 - - uid: 5118 + - uid: 8082 components: - type: Transform - pos: 26.5,8.5 + pos: -33.576385,12.5394535 parent: 2 - - uid: 5119 + - uid: 8250 components: - type: Transform - pos: 27.5,8.5 + pos: -7.6858063,-10.390216 parent: 2 - - uid: 5120 +- proto: LightReplacer + entities: + - uid: 3072 components: - type: Transform - pos: 28.5,8.5 + pos: 7.621773,27.698023 parent: 2 - - uid: 5121 +- proto: LightReplacerEmpty + entities: + - uid: 7792 components: - type: Transform - pos: 29.5,8.5 + pos: 52.963375,-6.227824 parent: 2 - - uid: 5122 +- proto: LockerAtmosphericsFilledCosmetic + entities: + - uid: 985 components: - type: Transform - pos: 30.5,8.5 + pos: 53.5,-16.5 parent: 2 - - uid: 5123 + - uid: 1009 components: - type: Transform - pos: 31.5,8.5 + pos: 46.5,-17.5 parent: 2 - - uid: 5124 + - uid: 1010 components: - type: Transform - pos: 32.5,8.5 + pos: 52.5,-16.5 parent: 2 - - uid: 5125 + - uid: 1037 components: - type: Transform - pos: 31.5,7.5 + pos: 49.5,-20.5 parent: 2 - - uid: 5126 +- proto: LockerCaptainFilledCosmetic + entities: + - uid: 88 components: - type: Transform - pos: 31.5,6.5 + pos: -55.5,2.5 parent: 2 - - uid: 5127 +- proto: LockerChemistryFilled + entities: + - uid: 1924 components: - type: Transform - pos: 32.5,6.5 + pos: -35.5,-4.5 parent: 2 - - uid: 5128 +- proto: LockerChiefEngineerFilledCosmetic + entities: + - uid: 1106 components: - type: Transform - pos: 33.5,6.5 + pos: 55.5,-16.5 parent: 2 - - uid: 5129 +- proto: LockerChiefMedicalOfficerFilledCosmetic + entities: + - uid: 1109 components: - type: Transform - pos: 34.5,6.5 + pos: -22.5,-17.5 parent: 2 - - uid: 5130 +- proto: LockerDetectiveFilled + entities: + - uid: 2154 components: - type: Transform - pos: 35.5,6.5 + pos: -15.5,4.5 parent: 2 - - uid: 5131 +- proto: LockerElectricalSuppliesFilled + entities: + - uid: 8555 components: - type: Transform - pos: 36.5,6.5 + pos: 33.5,-8.5 parent: 2 - - uid: 5132 +- proto: LockerEngineerFilled + entities: + - uid: 1384 components: - type: Transform - pos: 36.5,7.5 + pos: 46.5,-6.5 parent: 2 - - uid: 5133 + - uid: 1385 components: - type: Transform - pos: 36.5,8.5 + pos: 50.5,-2.5 parent: 2 - - uid: 5134 + - uid: 1386 components: - type: Transform - pos: 49.5,-7.5 + pos: 53.5,-4.5 parent: 2 - - uid: 5135 + - uid: 1387 components: - type: Transform - pos: 49.5,-8.5 + pos: 47.5,-3.5 parent: 2 - - uid: 5136 +- proto: LockerEvidence + entities: + - uid: 7715 components: - type: Transform - pos: 49.5,-9.5 + pos: 1.5,-2.5 parent: 2 - - uid: 5137 + - uid: 9066 components: - type: Transform - pos: 49.5,-10.5 + pos: -28.5,17.5 parent: 2 - - uid: 5138 +- proto: LockerHeadOfPersonnelFilledCosmetic + entities: + - uid: 1233 components: - type: Transform - pos: 49.5,-11.5 + pos: -52.5,-28.5 parent: 2 - - uid: 5139 +- proto: LockerHeadOfSecurityFilledCosmetic + entities: + - uid: 1498 components: - type: Transform - pos: 49.5,-12.5 + pos: -39.5,10.5 parent: 2 - - uid: 5140 +- proto: LockerMedicalFilled + entities: + - uid: 1877 components: - type: Transform - pos: 49.5,-13.5 + pos: -16.5,-3.5 parent: 2 - - uid: 5141 + - uid: 1878 components: - type: Transform - pos: 50.5,-13.5 + pos: -13.5,-6.5 parent: 2 - - uid: 5142 + - uid: 1879 components: - type: Transform - pos: 51.5,-13.5 + pos: -13.5,-7.5 parent: 2 - - uid: 5143 + - uid: 1880 components: - type: Transform - pos: 52.5,-13.5 + pos: -18.5,-5.5 parent: 2 - - uid: 5144 +- proto: LockerParamedicFilledCosmetic + entities: + - uid: 1418 components: - type: Transform - pos: 52.5,-12.5 + pos: -16.5,-8.5 parent: 2 - - uid: 5145 +- proto: LockerQuarterMasterFilledCosmetic + entities: + - uid: 1916 components: - type: Transform - pos: 52.5,-11.5 + pos: 32.5,-13.5 parent: 2 - - uid: 5146 +- proto: LockerResearchDirectorFilledCosmetic + entities: + - uid: 2014 components: - type: Transform - pos: 52.5,-10.5 + pos: 37.5,8.5 parent: 2 - - uid: 5147 +- proto: LockerSalvageSpecialistFilledCosmetic + entities: + - uid: 1419 components: - type: Transform - pos: 52.5,-9.5 + pos: 28.5,-9.5 parent: 2 - - uid: 5148 + - uid: 1420 components: - type: Transform - pos: 53.5,-10.5 + pos: 31.5,-8.5 parent: 2 - - uid: 5149 + - uid: 1422 components: - type: Transform - pos: 54.5,-10.5 + pos: 31.5,-6.5 parent: 2 - - uid: 5150 + - uid: 1502 components: - type: Transform - pos: 55.5,-10.5 + pos: 29.5,-3.5 parent: 2 - - uid: 5151 +- proto: LockerScienceFilled + entities: + - uid: 1157 components: - type: Transform - pos: 56.5,-10.5 + pos: 15.5,8.5 parent: 2 - - uid: 5152 + - uid: 1159 components: - type: Transform - pos: 57.5,-10.5 + pos: 14.5,5.5 parent: 2 - - uid: 5153 + - uid: 1161 components: - type: Transform - pos: 58.5,-10.5 + pos: 19.5,2.5 parent: 2 - - uid: 5154 + - uid: 1162 components: - type: Transform - pos: 58.5,-11.5 + pos: 19.5,3.5 parent: 2 - - uid: 5155 +- proto: LockerSecurityFilled + entities: + - uid: 2084 components: - type: Transform - pos: 58.5,-12.5 + pos: -36.5,8.5 parent: 2 - - uid: 5156 + - uid: 2085 components: - type: Transform - pos: 58.5,-13.5 + pos: -35.5,8.5 parent: 2 - - uid: 5157 + - uid: 2086 components: - type: Transform - pos: 58.5,-14.5 + pos: -36.5,2.5 parent: 2 - - uid: 5158 + - uid: 2087 components: - type: Transform - pos: 58.5,-15.5 + pos: -40.5,4.5 parent: 2 - - uid: 5159 + - uid: 2088 components: - type: Transform - pos: 58.5,-16.5 + pos: -37.5,5.5 parent: 2 - - uid: 5160 + - uid: 2093 components: - type: Transform - pos: 59.5,-16.5 + pos: -41.5,8.5 parent: 2 - - uid: 5161 +- proto: LockerWardenFilledCosmetic + entities: + - uid: 2280 components: - type: Transform - pos: 57.5,-16.5 + pos: -15.5,14.5 parent: 2 - - uid: 5162 +- proto: LockerWeldingSuppliesFilled + entities: + - uid: 1466 components: - type: Transform - pos: 56.5,-11.5 + pos: 46.5,-19.5 parent: 2 - - uid: 5163 + - uid: 8549 components: - type: Transform - pos: 56.5,-12.5 + pos: 46.5,-1.5 parent: 2 - - uid: 5164 + - uid: 8581 components: - type: Transform - pos: 49.5,-6.5 + pos: 10.5,-25.5 parent: 2 - - uid: 5165 +- proto: MachineCryoSleepPod + entities: + - uid: 49 components: - type: Transform - pos: 49.5,-5.5 + pos: 7.5,-21.5 parent: 2 - - uid: 5166 + - uid: 50 components: - type: Transform - pos: 49.5,-4.5 + pos: 7.5,-22.5 parent: 2 - - uid: 5167 + - uid: 54 components: - type: Transform - pos: 49.5,-3.5 + pos: 7.5,-19.5 parent: 2 - - uid: 5168 + - uid: 73 components: - type: Transform - pos: 49.5,-2.5 + pos: 15.5,-11.5 parent: 2 - - uid: 5169 + - uid: 74 components: - type: Transform - pos: 50.5,-4.5 + pos: 15.5,-10.5 parent: 2 - - uid: 5170 + - uid: 75 components: - type: Transform - pos: 51.5,-4.5 + pos: 15.5,-12.5 parent: 2 - - uid: 5171 + - uid: 76 components: - type: Transform - pos: 52.5,-4.5 + pos: 15.5,-21.5 parent: 2 - - uid: 5172 + - uid: 78 components: - type: Transform - pos: 51.5,-5.5 + pos: 15.5,-22.5 parent: 2 - - uid: 5173 + - uid: 79 components: - type: Transform - pos: 48.5,-4.5 + pos: 15.5,-13.5 parent: 2 - - uid: 5174 + - uid: 85 components: - type: Transform - pos: 47.5,-4.5 + pos: 11.5,-20.5 parent: 2 - - uid: 5175 + - uid: 97 components: - type: Transform - pos: 46.5,-4.5 + pos: 11.5,-21.5 parent: 2 - - uid: 5176 + - uid: 98 components: - type: Transform - pos: 47.5,-5.5 + pos: 7.5,-20.5 parent: 2 - - uid: 5177 + - uid: 99 components: - type: Transform - pos: 53.5,-4.5 + pos: 11.5,-22.5 parent: 2 - - uid: 5178 + - uid: 139 components: - type: Transform - pos: 50.5,-14.5 + pos: 11.5,-19.5 parent: 2 - - uid: 5179 + - uid: 140 components: - type: Transform - pos: 50.5,-15.5 + pos: 15.5,-19.5 parent: 2 - - uid: 5180 + - uid: 141 components: - type: Transform - pos: 50.5,-16.5 + pos: 15.5,-20.5 parent: 2 - - uid: 5181 + - uid: 212 components: - type: Transform - pos: 50.5,-17.5 + pos: 11.5,-13.5 parent: 2 - - uid: 5182 + - uid: 213 components: - type: Transform - pos: 50.5,-18.5 + pos: 11.5,-12.5 parent: 2 - - uid: 5183 + - uid: 214 components: - type: Transform - pos: 49.5,-18.5 + pos: 11.5,-11.5 parent: 2 - - uid: 5184 + - uid: 215 components: - type: Transform - pos: 48.5,-18.5 + pos: 11.5,-10.5 parent: 2 - - uid: 5185 + - uid: 216 components: - type: Transform - pos: 47.5,-18.5 + pos: 7.5,-13.5 parent: 2 - - uid: 5186 + - uid: 217 components: - type: Transform - pos: 51.5,-18.5 + pos: 7.5,-12.5 parent: 2 - - uid: 5187 + - uid: 218 components: - type: Transform - pos: 52.5,-18.5 + pos: 7.5,-11.5 parent: 2 - - uid: 5188 + - uid: 219 components: - type: Transform - pos: 53.5,-18.5 + pos: 7.5,-10.5 parent: 2 - - uid: 5189 + - uid: 8792 components: - type: Transform - pos: 50.5,-19.5 + pos: -19.5,17.5 parent: 2 - - uid: 5190 +- proto: MachineFlatpacker + entities: + - uid: 9635 components: - type: Transform - pos: 44.5,-11.5 + pos: 4.5,38.5 parent: 2 - - uid: 5191 +- proto: MagazineBoxPistolPractice + entities: + - uid: 2393 components: - type: Transform - pos: 45.5,-11.5 + pos: -27.320272,21.463093 parent: 2 - - uid: 5192 +- proto: MagazinePistolPractice + entities: + - uid: 2400 components: - type: Transform - pos: 46.5,-11.5 + pos: -27.644938,21.581087 parent: 2 - - uid: 5193 +- proto: MaintenanceFluffSpawner + entities: + - uid: 3199 components: - type: Transform - pos: 19.5,-9.5 + pos: -48.5,0.5 parent: 2 - - uid: 5194 + - uid: 7976 components: - type: Transform - pos: 20.5,-9.5 + pos: -3.5,-21.5 parent: 2 - - uid: 5195 + - uid: 8100 components: - type: Transform - pos: 21.5,-9.5 + pos: -35.5,0.5 parent: 2 - - uid: 5196 + - uid: 8574 components: - type: Transform - pos: 22.5,-9.5 + pos: 10.5,-28.5 parent: 2 - - uid: 5197 +- proto: MaintenancePlantSpawner + entities: + - uid: 8531 components: - type: Transform - pos: 21.5,-10.5 + pos: -7.5,21.5 parent: 2 - - uid: 5198 + - uid: 8597 components: - type: Transform - pos: 21.5,-11.5 + pos: -46.5,3.5 parent: 2 - - uid: 5199 +- proto: MaintenanceToolSpawner + entities: + - uid: 7817 components: - type: Transform - pos: 21.5,-12.5 + pos: 21.5,4.5 parent: 2 - - uid: 5200 + - uid: 8530 components: - type: Transform - pos: 21.5,-13.5 + pos: -3.5,31.5 parent: 2 - - uid: 5201 + - uid: 8569 components: - type: Transform - pos: 21.5,-8.5 + pos: 35.5,-8.5 parent: 2 - - uid: 5202 +- proto: MaintenanceWeaponSpawner + entities: + - uid: 8558 components: - type: Transform - pos: 21.5,-7.5 + pos: 38.5,-3.5 parent: 2 - - uid: 5203 +- proto: Matchbox + entities: + - uid: 7912 components: - type: Transform - pos: 20.5,-7.5 + pos: 52.634075,-6.4939036 parent: 2 - - uid: 5204 + - uid: 8037 components: - type: Transform - pos: 19.5,-7.5 + pos: -22.588768,7.6457157 parent: 2 - - uid: 5205 + - uid: 8119 components: - type: Transform - pos: 18.5,-7.5 + pos: -53.473175,-11.641487 parent: 2 - - uid: 5206 +- proto: MaterialCloth10 + entities: + - uid: 9060 components: - type: Transform - pos: 17.5,-7.5 + pos: -23.461369,15.812455 parent: 2 - - uid: 5207 +- proto: MaterialWoodPlank + entities: + - uid: 9606 components: - type: Transform - pos: 16.5,-7.5 + pos: 5.8290744,38.678955 parent: 2 - - uid: 5208 +- proto: MaterialWoodPlank1 + entities: + - uid: 8641 components: - type: Transform - pos: 16.5,-6.5 + rot: 1.5707963267948966 rad + pos: -30.419252,-11.652937 parent: 2 - - uid: 5209 + - uid: 8642 components: - type: Transform - pos: 16.5,-5.5 + rot: 3.141592653589793 rad + pos: -32.54434,-10.649987 parent: 2 - - uid: 5210 +- proto: MedkitCombatFilled + entities: + - uid: 9275 components: - type: Transform - pos: 16.5,-4.5 + pos: -2.623952,1.7634274 parent: 2 - - uid: 5211 +- proto: MedkitFilled + entities: + - uid: 1922 components: - type: Transform - pos: 17.5,-4.5 + pos: -17.35666,-4.1152163 parent: 2 - - uid: 5212 +- proto: MindShieldImplanter + entities: + - uid: 9587 components: - type: Transform - pos: 18.5,-4.5 + rot: -1.5707963267948966 rad + pos: -0.20901537,38.527924 parent: 2 - - uid: 5213 + - uid: 9641 components: - type: Transform - pos: 18.5,-5.5 + rot: -1.5707963267948966 rad + pos: -0.20901537,38.527924 parent: 2 - - uid: 5214 + - uid: 9642 components: - type: Transform - pos: 22.5,-7.5 + rot: -1.5707963267948966 rad + pos: -0.20901537,38.527924 parent: 2 - - uid: 5215 + - uid: 9643 components: - type: Transform - pos: 23.5,-7.5 + rot: -1.5707963267948966 rad + pos: -0.20901537,38.527924 parent: 2 - - uid: 5216 + - uid: 9644 components: - type: Transform - pos: 24.5,-7.5 + rot: -1.5707963267948966 rad + pos: -0.20901537,38.527924 parent: 2 - - uid: 5217 +- proto: MopItem + entities: + - uid: 9534 components: - type: Transform - pos: 25.5,-7.5 + pos: 6.340523,27.494898 parent: 2 - - uid: 5218 +- proto: Multitool + entities: + - uid: 9603 components: - type: Transform - pos: 26.5,-7.5 + pos: 6.1884494,37.491455 parent: 2 - - uid: 5219 +- proto: NitrogenTankFilled + entities: + - uid: 8616 components: - type: Transform - pos: 27.5,-7.5 + rot: 1.5707963267948966 rad + pos: -38.65287,-12.501084 parent: 2 - - uid: 5220 +- proto: NitrousOxideTankFilled + entities: + - uid: 7968 components: - type: Transform - pos: 28.5,-7.5 + pos: -13.498234,-8.349408 parent: 2 - - uid: 5221 +- proto: NoticeBoard + entities: + - uid: 3345 components: - type: Transform - pos: 29.5,-7.5 + pos: 1.5,24.5 parent: 2 - - uid: 5222 +- proto: OxygenTankFilled + entities: + - uid: 8615 components: - type: Transform - pos: 30.5,-7.5 + pos: -34.520756,-10.3181925 parent: 2 - - uid: 5223 +- proto: Paper + entities: + - uid: 9061 components: - type: Transform - pos: 31.5,-7.5 + rot: -1.5707963267948966 rad + pos: -22.575916,17.646038 parent: 2 - - uid: 5224 + - uid: 9063 components: - type: Transform - pos: 30.5,-6.5 + rot: -1.5707963267948966 rad + pos: -22.457855,17.528044 parent: 2 - - uid: 5225 +- proto: PaperBin5 + entities: + - uid: 8137 components: - type: Transform - pos: 30.5,-5.5 + pos: -48.5,-1.5 parent: 2 - - uid: 5226 + - uid: 8149 components: - type: Transform - pos: 30.5,-4.5 + rot: 3.141592653589793 rad + pos: -50.5,-18.5 parent: 2 - - uid: 5227 +- proto: PaperCaptainsThoughts + entities: + - uid: 2620 components: - type: Transform - pos: 29.5,-4.5 + pos: -52.41216,5.60266 parent: 2 - - uid: 5228 +- proto: PaperOffice + entities: + - uid: 2018 components: - type: Transform - pos: 28.5,-4.5 + rot: 3.141592653589793 rad + pos: -21.01695,-8.400714 parent: 2 - - uid: 5229 + - uid: 7884 components: - type: Transform - pos: 28.5,-5.5 + rot: 1.5707963267948966 rad + pos: 26.374882,-11.945338 parent: 2 - - uid: 5230 + - uid: 7885 components: - type: Transform - pos: 15.5,-7.5 + rot: 1.5707963267948966 rad + pos: 26.463427,-12.004335 parent: 2 - - uid: 5231 + - uid: 7935 components: - type: Transform - pos: 35.5,-5.5 + pos: 56.66266,-11.415864 parent: 2 - - uid: 5232 + - uid: 7989 components: - type: Transform - pos: 35.5,-6.5 + rot: 3.141592653589793 rad + pos: -20.95792,-8.459711 parent: 2 - - uid: 5233 + - uid: 8086 components: - type: Transform - pos: 35.5,-7.5 + rot: -1.5707963267948966 rad + pos: -32.590294,11.359512 parent: 2 - - uid: 5234 + - uid: 8147 components: - type: Transform - pos: 35.5,-8.5 + rot: 3.141592653589793 rad + pos: -49.455105,-20.403631 parent: 2 - - uid: 5235 + - uid: 8148 components: - type: Transform - pos: 23.5,-9.5 + rot: 3.141592653589793 rad + pos: -49.575085,-20.344633 parent: 2 - - uid: 5236 + - uid: 8218 components: - type: Transform - pos: 24.5,-9.5 + rot: -1.5707963267948966 rad + pos: -7.4755335,-22.515383 parent: 2 - - uid: 5237 +- proto: Pen + entities: + - uid: 7788 components: - type: Transform - pos: 24.5,-10.5 + pos: -0.14396732,1.4903436 parent: 2 - - uid: 5238 + - uid: 7830 components: - type: Transform - pos: 24.5,-11.5 + rot: -1.5707963267948966 rad + pos: 30.702398,9.516926 parent: 2 - - uid: 5239 + - uid: 7937 components: - type: Transform - pos: 24.5,-12.5 + pos: 56.53542,-11.493428 parent: 2 - - uid: 5240 + - uid: 8007 components: - type: Transform - pos: 24.5,-13.5 + rot: -1.5707963267948966 rad + pos: -26.410631,-17.372473 parent: 2 - - uid: 5241 + - uid: 8130 components: - type: Transform - pos: 24.5,-14.5 + pos: -53.903088,-2.4843693 parent: 2 - - uid: 5242 + - uid: 8216 components: - type: Transform - pos: 25.5,-14.5 + rot: -1.5707963267948966 rad + pos: -7.322114,-18.417048 parent: 2 - - uid: 5243 +- proto: PersonalAI + entities: + - uid: 9071 components: - type: Transform - pos: 26.5,-14.5 + pos: -21.500006,17.624893 parent: 2 - - uid: 5244 +- proto: PlasmaTank + entities: + - uid: 7820 components: - type: Transform - pos: 27.5,-14.5 + pos: 21.226446,4.6021514 parent: 2 - - uid: 5245 +- proto: PlasticFlapsAirtightClear + entities: + - uid: 8874 components: - type: Transform - pos: 28.5,-14.5 + pos: 5.5,31.5 parent: 2 - - uid: 5246 +- proto: PlushieAtmosian + entities: + - uid: 1433 components: - type: Transform - pos: 26.5,-13.5 + pos: 51.899433,-16.84352 parent: 2 - - uid: 5247 +- proto: PlushieBee + entities: + - uid: 9469 components: + - type: MetaData + desc: A cute toy that resembles an even cuter programmer. - type: Transform - pos: 26.5,-12.5 + pos: -30.491352,-17.548737 parent: 2 - - uid: 5248 +- proto: PlushieLizardMirrored + entities: + - uid: 902 components: - type: Transform - pos: 26.5,-11.5 + pos: -24.420609,-8.430642 parent: 2 - - uid: 5249 + - uid: 9461 components: + - type: MetaData + desc: An adorable stuffed toy that resembles an even more adorable administrator. - type: Transform - pos: 28.5,-13.5 + pos: -32.558098,-17.548737 parent: 2 - - uid: 5250 +- proto: PosterContrabandBorgFancyv2 + entities: + - uid: 1079 components: - type: Transform - pos: 28.5,-12.5 + pos: 19.5,4.5 parent: 2 - - uid: 5251 +- proto: PosterContrabandHackingGuide + entities: + - uid: 7898 components: - type: Transform - pos: 29.5,-12.5 + pos: 49.5,-15.5 parent: 2 - - uid: 5252 +- proto: PosterContrabandMissingGloves + entities: + - uid: 7841 components: - type: Transform - pos: 30.5,-12.5 + pos: 20.5,-14.5 parent: 2 - - uid: 5253 +- proto: PosterContrabandRevolver + entities: + - uid: 8083 components: - type: Transform - pos: 31.5,-12.5 + pos: -12.5,6.5 parent: 2 - - uid: 5254 +- proto: PosterContrabandTools + entities: + - uid: 7842 components: - type: Transform - pos: 32.5,-12.5 + pos: 27.5,-9.5 parent: 2 - - uid: 5255 +- proto: PosterContrabandWaffleCorp + entities: + - uid: 2340 components: - type: Transform - pos: 33.5,-12.5 + pos: -25.5,22.5 parent: 2 - - uid: 5256 +- proto: PosterLegit12Gauge + entities: + - uid: 8064 components: - type: Transform - pos: 34.5,-12.5 + pos: -33.5,9.5 parent: 2 - - uid: 5257 +- proto: PosterLegitAnatomyPoster + entities: + - uid: 7982 components: - type: Transform - pos: 35.5,-12.5 + pos: -18.5,-4.5 parent: 2 - - uid: 5258 +- proto: PosterLegitBuild + entities: + - uid: 7899 components: - type: Transform - pos: 35.5,-11.5 + pos: 47.5,-2.5 parent: 2 - - uid: 5259 +- proto: PosterLegitCleanliness + entities: + - uid: 7981 components: - type: Transform - pos: 35.5,-10.5 + pos: -20.5,-9.5 parent: 2 - - uid: 5260 +- proto: PosterLegitEnlist + entities: + - uid: 8065 components: - type: Transform - pos: 34.5,-10.5 + pos: -41.5,5.5 parent: 2 - - uid: 5261 +- proto: PosterLegitHighClassMartini + entities: + - uid: 8674 components: - type: Transform - pos: 33.5,-10.5 + pos: 17.5,-28.5 parent: 2 - - uid: 5262 +- proto: PosterLegitIan + entities: + - uid: 8128 components: - type: Transform - pos: 32.5,-10.5 + pos: -56.5,-21.5 parent: 2 - - uid: 5263 +- proto: PosterLegitLoveIan + entities: + - uid: 8129 components: - type: Transform - pos: -33.5,-38.5 + pos: -49.5,-17.5 parent: 2 - - uid: 5264 +- proto: PosterLegitNanotrasenLogo + entities: + - uid: 7794 components: - type: Transform - pos: -33.5,-39.5 + pos: 4.5,18.5 parent: 2 - - uid: 5265 + - uid: 7795 components: - type: Transform - pos: -33.5,-20.5 + pos: -5.5,18.5 parent: 2 - - uid: 5266 + - uid: 8126 components: - type: Transform - pos: -33.5,-21.5 + pos: -49.5,-8.5 parent: 2 - - uid: 5267 +- proto: PosterLegitObey + entities: + - uid: 8066 components: - type: Transform - pos: -33.5,-22.5 + pos: -18.5,9.5 parent: 2 - - uid: 5268 +- proto: PosterLegitPeriodicTable + entities: + - uid: 7980 components: - type: Transform - pos: -33.5,-23.5 + pos: -31.5,-9.5 parent: 2 - - uid: 5269 +- proto: PosterLegitRenault + entities: + - uid: 8127 components: - type: Transform - pos: -33.5,-24.5 + pos: -50.5,-5.5 parent: 2 - - uid: 5270 +- proto: PosterLegitReportCrimes + entities: + - uid: 8040 components: - type: Transform - pos: -33.5,-25.5 + pos: -14.5,1.5 parent: 2 - - uid: 5271 +- proto: PosterLegitSafetyEyeProtection + entities: + - uid: 7810 components: - type: Transform - pos: -33.5,-26.5 + pos: 14.5,7.5 parent: 2 - - uid: 5272 +- proto: PosterLegitSafetyInternals + entities: + - uid: 7839 components: - type: Transform - pos: -33.5,-27.5 + pos: 32.5,-5.5 parent: 2 - - uid: 5273 +- proto: PosterLegitSafetyMothEpi + entities: + - uid: 7979 components: - type: Transform - pos: -33.5,-28.5 + pos: -36.5,-4.5 parent: 2 - - uid: 5274 +- proto: PosterLegitSafetyMothHardhat + entities: + - uid: 2461 components: - type: Transform - pos: -33.5,-29.5 + pos: -6.5,24.5 parent: 2 - - uid: 5275 +- proto: PosterLegitScience + entities: + - uid: 7809 components: - type: Transform - pos: -33.5,-30.5 + pos: 23.5,10.5 parent: 2 - - uid: 5276 +- proto: PosterLegitWalk + entities: + - uid: 7902 components: - type: Transform - pos: -33.5,-31.5 + pos: 54.5,-6.5 parent: 2 - - uid: 5277 +- proto: PosterLegitWorkForAFuture + entities: + - uid: 7838 components: - type: Transform - pos: -33.5,-32.5 + pos: 16.5,-2.5 parent: 2 - - uid: 5278 +- proto: PottedPlantBioluminscent + entities: + - uid: 3045 components: - type: Transform - pos: -33.5,-33.5 + pos: 3.5,10.5 parent: 2 - - uid: 5279 + - uid: 3046 components: - type: Transform - pos: -33.5,-34.5 + pos: 3.5,19.5 parent: 2 - - uid: 5280 + - uid: 3047 components: - type: Transform - pos: -33.5,-35.5 + pos: -4.5,19.5 parent: 2 - - uid: 5281 + - uid: 3048 components: - type: Transform - pos: -33.5,-36.5 + pos: -4.5,10.5 parent: 2 - - uid: 5282 +- proto: PottedPlantRandom + entities: + - uid: 394 components: - type: Transform - pos: -33.5,-37.5 + pos: -12.5,-19.5 parent: 2 - - uid: 5283 + - uid: 395 components: - type: Transform - pos: -32.5,-39.5 + pos: -12.5,-13.5 parent: 2 - - uid: 5284 + - uid: 400 components: - type: Transform - pos: -31.5,-39.5 + pos: -13.5,-15.5 parent: 2 - - uid: 5285 + - uid: 402 components: - type: Transform - pos: -30.5,-39.5 + pos: -9.5,-15.5 parent: 2 - - uid: 5286 + - uid: 3162 components: - type: Transform - pos: -29.5,-39.5 + pos: -5.5,1.5 parent: 2 - - uid: 5287 + - uid: 3165 components: - type: Transform - pos: -28.5,-39.5 + pos: 4.5,-2.5 parent: 2 - - uid: 5288 + - uid: 7738 components: - type: Transform - pos: -27.5,-39.5 + pos: -5.5,-2.5 parent: 2 - - uid: 5289 + - uid: 7739 components: - type: Transform - pos: -26.5,-39.5 + pos: -4.5,23.5 parent: 2 - - uid: 5290 + - uid: 7806 components: - type: Transform - pos: -25.5,-39.5 + pos: 24.5,2.5 parent: 2 - - uid: 5291 + - uid: 7807 components: - type: Transform - pos: -24.5,-39.5 + pos: 20.5,-2.5 parent: 2 - - uid: 5292 + - uid: 7832 components: - type: Transform - pos: -23.5,-39.5 + pos: 26.5,6.5 parent: 2 - - uid: 5293 + - uid: 7833 components: - type: Transform - pos: -22.5,-39.5 + pos: 20.5,8.5 parent: 2 - - uid: 5294 + - uid: 7834 components: - type: Transform - pos: -35.5,-22.5 + pos: 35.5,6.5 parent: 2 - - uid: 5295 + - uid: 7847 components: - type: Transform - pos: -36.5,-22.5 + pos: 20.5,-9.5 parent: 2 - - uid: 5296 + - uid: 7848 components: - type: Transform - pos: -37.5,-22.5 + pos: 26.5,-8.5 parent: 2 - - uid: 5297 + - uid: 7849 components: - type: Transform - pos: -38.5,-22.5 + pos: 24.5,-14.5 parent: 2 - - uid: 5298 + - uid: 7850 components: - type: Transform - pos: -39.5,-22.5 + pos: 35.5,-12.5 parent: 2 - - uid: 5299 + - uid: 7855 components: - type: Transform - pos: -40.5,-22.5 + pos: 31.5,-28.5 parent: 2 - - uid: 5300 + - uid: 7900 components: - type: Transform - pos: -41.5,-22.5 + pos: 37.5,-1.5 parent: 2 - - uid: 5301 + - uid: 7903 components: - type: Transform - pos: -42.5,-22.5 + pos: 42.5,-14.5 parent: 2 - - uid: 5302 + - uid: 7904 components: - type: Transform - pos: -43.5,-22.5 + pos: 42.5,-8.5 parent: 2 - - uid: 5304 + - uid: 7924 components: - type: Transform - pos: -43.5,-20.5 + pos: 59.5,-12.5 parent: 2 - - uid: 5305 + - uid: 7940 components: - type: Transform - pos: -43.5,-19.5 + pos: 44.5,-23.5 parent: 2 - - uid: 5306 + - uid: 8008 components: - type: Transform - pos: -43.5,-18.5 + pos: -18.5,-1.5 parent: 2 - - uid: 5307 + - uid: 8009 components: - type: Transform - pos: -43.5,-17.5 + pos: -30.5,-1.5 parent: 2 - - uid: 5308 + - uid: 8010 components: - type: Transform - pos: -43.5,-16.5 + pos: -21.5,-5.5 parent: 2 - - uid: 5309 + - uid: 8011 components: - type: Transform - pos: -43.5,-15.5 + pos: -25.5,-9.5 parent: 2 - - uid: 5310 + - uid: 8012 components: - type: Transform - pos: -43.5,-14.5 + pos: -28.5,-14.5 parent: 2 - - uid: 5311 + - uid: 8014 components: - type: Transform - pos: -43.5,-13.5 + pos: -26.5,-19.5 parent: 2 - - uid: 5312 + - uid: 8025 components: - type: Transform - pos: -43.5,-12.5 + pos: -26.5,13.5 parent: 2 - - uid: 5313 + - uid: 8029 components: - type: Transform - pos: -43.5,-11.5 + pos: -18.5,4.5 parent: 2 - - uid: 5314 + - uid: 8088 components: - type: Transform - pos: -43.5,-10.5 + pos: -41.5,14.5 parent: 2 - - uid: 5315 + - uid: 8089 components: - type: Transform - pos: -43.5,-9.5 + pos: -39.5,14.5 parent: 2 - - uid: 5316 + - uid: 8090 components: - type: Transform - pos: -43.5,-8.5 + pos: -18.5,13.5 parent: 2 - - uid: 5317 + - uid: 8091 components: - type: Transform - pos: -43.5,-7.5 + pos: -15.5,8.5 parent: 2 - - uid: 5318 + - uid: 8097 components: - type: Transform - pos: -43.5,-6.5 + pos: -31.5,10.5 parent: 2 - - uid: 5319 + - uid: 8113 components: - type: Transform - pos: -43.5,-5.5 + pos: -45.5,-14.5 parent: 2 - - uid: 5320 + - uid: 8114 components: - type: Transform - pos: -43.5,-4.5 + pos: -45.5,-8.5 parent: 2 - - uid: 5321 + - uid: 8120 components: - type: Transform - pos: -43.5,-3.5 + pos: -54.5,-15.5 parent: 2 - - uid: 5322 + - uid: 8121 components: - type: Transform - pos: -43.5,-2.5 + pos: -51.5,-7.5 parent: 2 - - uid: 5323 + - uid: 8139 components: - type: Transform - pos: -43.5,-1.5 + pos: -55.5,-0.5 parent: 2 - - uid: 5324 + - uid: 8140 components: - type: Transform - pos: -43.5,-0.5 + pos: -50.5,1.5 parent: 2 - - uid: 5325 + - uid: 8141 components: - type: Transform - pos: -43.5,0.5 + pos: -55.5,-19.5 parent: 2 - - uid: 5326 + - uid: 8142 components: - type: Transform - pos: -43.5,1.5 + pos: -54.5,-28.5 parent: 2 - - uid: 5327 + - uid: 8143 components: - type: Transform - pos: -24.5,-0.5 + pos: -51.5,-24.5 parent: 2 - - uid: 5328 + - uid: 8172 components: - type: Transform - pos: -23.5,-0.5 + pos: -32.5,-21.5 parent: 2 - - uid: 5329 + - uid: 8173 components: - type: Transform - pos: -22.5,-0.5 + pos: -34.5,-33.5 parent: 2 - - uid: 5330 + - uid: 8174 components: - type: Transform - pos: -21.5,-0.5 + pos: -34.5,-28.5 parent: 2 - - uid: 5331 + - uid: 8181 components: - type: Transform - pos: -20.5,-0.5 + pos: 2.5,-16.5 parent: 2 - - uid: 5332 + - uid: 8252 components: - type: Transform - pos: -19.5,-0.5 + pos: 1.5,-30.5 parent: 2 - - uid: 5333 + - uid: 8253 components: - type: Transform - pos: -18.5,-0.5 + pos: -2.5,-30.5 parent: 2 - - uid: 5334 + - uid: 8254 components: - type: Transform - pos: -17.5,-0.5 + pos: -2.5,-34.5 parent: 2 - - uid: 5335 + - uid: 8255 components: - type: Transform - pos: -16.5,-0.5 + pos: 1.5,-34.5 parent: 2 - - uid: 5336 + - uid: 8271 components: - type: Transform - pos: -15.5,-0.5 + pos: -7.5,-39.5 parent: 2 - - uid: 5337 + - uid: 8303 components: - type: Transform - pos: -14.5,-0.5 + pos: 7.5,-41.5 parent: 2 - - uid: 5338 + - uid: 8305 components: - type: Transform - pos: -42.5,-0.5 + pos: -3.5,-45.5 parent: 2 - - uid: 5339 + - uid: 8306 components: - type: Transform - pos: -41.5,-0.5 + pos: -0.5,-48.5 parent: 2 - - uid: 5340 + - uid: 8307 components: - type: Transform - pos: -40.5,-0.5 + pos: 10.5,-67.5 parent: 2 - - uid: 5341 + - uid: 8308 components: - type: Transform - pos: -39.5,-0.5 + pos: -11.5,-67.5 parent: 2 - - uid: 5342 + - uid: 8309 components: - type: Transform - pos: -38.5,-0.5 + pos: 11.5,-48.5 parent: 2 - - uid: 5343 + - uid: 8310 components: - type: Transform - pos: -37.5,-0.5 + pos: 15.5,-36.5 parent: 2 - - uid: 5344 + - uid: 8311 components: - type: Transform - pos: -36.5,-0.5 + pos: -27.5,-38.5 parent: 2 - - uid: 5345 + - uid: 8329 components: - type: Transform - pos: -35.5,-0.5 + pos: 4.5,1.5 parent: 2 - - uid: 5346 + - uid: 9428 components: - type: Transform - pos: -34.5,-0.5 + pos: 33.5,-40.5 parent: 2 - - uid: 5347 + - uid: 9429 components: - type: Transform - pos: -33.5,-0.5 + pos: 27.5,-38.5 parent: 2 - - uid: 5348 + - uid: 9477 components: - type: Transform - pos: -32.5,-0.5 + pos: -12.5,-48.5 parent: 2 - - uid: 5349 +- proto: PottedPlantRD + entities: + - uid: 1291 components: - type: Transform - pos: -31.5,-0.5 + pos: 28.5,9.5 parent: 2 - - uid: 5350 +- proto: PowerCellMedium + entities: + - uid: 7909 components: - type: Transform - pos: -30.5,-0.5 + pos: 45.39687,-14.456472 parent: 2 - - uid: 5351 + - uid: 7972 components: - type: Transform - pos: -29.5,-0.5 + pos: -17.313217,-8.198296 parent: 2 - - uid: 5352 + - uid: 8744 components: - type: Transform - pos: -28.5,-0.5 + pos: -24.688482,13.108773 parent: 2 - - uid: 5353 +- proto: PowerCellRecharger + entities: + - uid: 2254 components: - type: Transform - pos: -27.5,-0.5 + pos: -24.5,13.5 parent: 2 - - uid: 5354 + - uid: 2410 components: - type: Transform - pos: -26.5,-0.5 + pos: 48.5,-14.5 parent: 2 - - uid: 5355 + - uid: 7991 components: - type: Transform - pos: -25.5,-0.5 + rot: 1.5707963267948966 rad + pos: -20.5,-8.5 parent: 2 - - uid: 5356 +- proto: PowerCellSmall + entities: + - uid: 7818 components: - type: Transform - pos: -24.5,-1.5 + pos: 16.656042,3.7779863 parent: 2 - - uid: 5357 +- proto: Poweredlight + entities: + - uid: 370 components: - type: Transform - pos: -24.5,-2.5 + rot: 1.5707963267948966 rad + pos: 4.5,1.5 parent: 2 - - uid: 5358 + - uid: 2408 components: - type: Transform - pos: -24.5,-3.5 + rot: -1.5707963267948966 rad + pos: -19.5,16.5 parent: 2 - - uid: 5359 + - uid: 3346 components: - type: Transform - pos: -24.5,0.5 + rot: 1.5707963267948966 rad + pos: -10.5,35.5 parent: 2 - - uid: 5360 + - uid: 7563 components: - type: Transform - pos: -24.5,1.5 + pos: -0.5,27.5 parent: 2 - - uid: 5361 + - uid: 7575 components: - type: Transform - pos: -24.5,2.5 + rot: -1.5707963267948966 rad + pos: -42.5,-7.5 parent: 2 - - uid: 5362 + - uid: 7576 components: - type: Transform - pos: -44.5,-11.5 + rot: -1.5707963267948966 rad + pos: 4.5,17.5 parent: 2 - - uid: 5363 + - uid: 8304 components: - type: Transform - pos: -45.5,-11.5 + pos: 6.5,-59.5 parent: 2 - - uid: 5364 + - uid: 8313 components: - type: Transform - pos: -46.5,-11.5 + rot: -1.5707963267948966 rad + pos: 4.5,21.5 parent: 2 - - uid: 5365 + - uid: 8314 components: - type: Transform - pos: -43.5,2.5 + rot: 1.5707963267948966 rad + pos: -5.5,21.5 parent: 2 - - uid: 5366 + - uid: 8315 components: - type: Transform - pos: -43.5,3.5 + rot: 1.5707963267948966 rad + pos: -5.5,12.5 parent: 2 - - uid: 5367 + - uid: 8316 components: - type: Transform - pos: -44.5,3.5 + rot: -1.5707963267948966 rad + pos: 4.5,12.5 parent: 2 - - uid: 5368 + - uid: 8317 components: - type: Transform - pos: -44.5,4.5 + rot: 1.5707963267948966 rad + pos: -5.5,17.5 parent: 2 - - uid: 5369 + - uid: 8318 components: - type: Transform - pos: -44.5,5.5 + rot: 1.5707963267948966 rad + pos: -1.5,19.5 parent: 2 - - uid: 5370 + - uid: 8319 components: - type: Transform - pos: -44.5,6.5 + rot: -1.5707963267948966 rad + pos: 44.5,-19.5 parent: 2 - - uid: 5371 + - uid: 8320 components: - type: Transform - pos: -42.5,2.5 + rot: -1.5707963267948966 rad + pos: 33.5,-27.5 parent: 2 - - uid: 5372 + - uid: 8321 components: - type: Transform - pos: -41.5,2.5 + rot: -1.5707963267948966 rad + pos: 0.5,13.5 parent: 2 - - uid: 5373 + - uid: 8322 components: - type: Transform - pos: -40.5,2.5 + rot: 3.141592653589793 rad + pos: -3.5,3.5 parent: 2 - - uid: 5374 + - uid: 8323 components: - type: Transform - pos: -38.5,0.5 + rot: -1.5707963267948966 rad + pos: 1.5,9.5 parent: 2 - - uid: 5375 + - uid: 8324 components: - type: Transform - pos: -38.5,1.5 + rot: 1.5707963267948966 rad + pos: -2.5,9.5 parent: 2 - - uid: 5376 + - uid: 8325 components: - type: Transform - pos: -38.5,2.5 + rot: 3.141592653589793 rad + pos: 2.5,3.5 parent: 2 - - uid: 5377 + - uid: 8326 components: - type: Transform - pos: -44.5,0.5 + pos: 2.5,-4.5 parent: 2 - - uid: 5378 + - uid: 8327 components: - type: Transform - pos: -45.5,0.5 + pos: -3.5,-4.5 parent: 2 - - uid: 5379 + - uid: 8328 components: - type: Transform - pos: -46.5,0.5 + rot: 1.5707963267948966 rad + pos: 4.5,-2.5 parent: 2 - - uid: 5380 + - uid: 8330 components: - type: Transform - pos: -47.5,0.5 + rot: -1.5707963267948966 rad + pos: -5.5,-2.5 parent: 2 - - uid: 5381 + - uid: 8331 components: - type: Transform - pos: -46.5,1.5 + rot: -1.5707963267948966 rad + pos: -5.5,1.5 parent: 2 - - uid: 5382 + - uid: 8332 components: - type: Transform - pos: -46.5,2.5 + rot: -1.5707963267948966 rad + pos: 26.5,-8.5 parent: 2 - - uid: 5383 + - uid: 8333 components: - type: Transform - pos: -42.5,-8.5 + rot: 3.141592653589793 rad + pos: 16.5,-1.5 parent: 2 - - uid: 5384 + - uid: 8334 components: - type: Transform - pos: -41.5,-8.5 + pos: 14.5,0.5 parent: 2 - - uid: 5385 + - uid: 8335 components: - type: Transform - pos: -40.5,-8.5 + rot: 3.141592653589793 rad + pos: 29.5,6.5 parent: 2 - - uid: 5386 + - uid: 8336 components: - type: Transform - pos: -39.5,-8.5 + rot: -1.5707963267948966 rad + pos: 1.5,-10.5 parent: 2 - - uid: 5387 + - uid: 8337 components: - type: Transform - pos: -38.5,-8.5 + rot: 1.5707963267948966 rad + pos: -2.5,-10.5 parent: 2 - - uid: 5388 + - uid: 8338 components: - type: Transform - pos: -38.5,-9.5 + rot: 1.5707963267948966 rad + pos: -2.5,1.5 parent: 2 - - uid: 5389 + - uid: 8339 components: - type: Transform - pos: -38.5,-10.5 + rot: -1.5707963267948966 rad + pos: 1.5,-2.5 parent: 2 - - uid: 5390 + - uid: 8340 components: - type: Transform - pos: -38.5,-11.5 + rot: 3.141592653589793 rad + pos: 10.5,-2.5 parent: 2 - - uid: 5391 + - uid: 8341 components: - type: Transform - pos: -39.5,-11.5 + pos: 10.5,1.5 parent: 2 - - uid: 5392 + - uid: 8342 components: - type: Transform - pos: -40.5,-11.5 + pos: -11.5,1.5 parent: 2 - - uid: 5393 + - uid: 8343 components: - type: Transform - pos: -40.5,-12.5 + rot: 3.141592653589793 rad + pos: -11.5,-2.5 parent: 2 - - uid: 5394 + - uid: 8344 components: - type: Transform - pos: -37.5,-11.5 + rot: 1.5707963267948966 rad + pos: 2.5,7.5 parent: 2 - - uid: 5395 + - uid: 8345 components: - type: Transform - pos: -36.5,-11.5 + rot: 3.141592653589793 rad + pos: 8.5,2.5 parent: 2 - - uid: 5396 + - uid: 8346 components: - type: Transform - pos: -35.5,-11.5 + pos: 8.5,7.5 parent: 2 - - uid: 5397 + - uid: 8347 components: - type: Transform - pos: -34.5,-11.5 + pos: -9.5,7.5 parent: 2 - - uid: 5398 + - uid: 8348 components: - type: Transform - pos: -34.5,-12.5 + rot: -1.5707963267948966 rad + pos: -3.5,7.5 parent: 2 - - uid: 5399 + - uid: 8349 components: - type: Transform - pos: -34.5,-13.5 + rot: 3.141592653589793 rad + pos: -9.5,2.5 parent: 2 - - uid: 5400 + - uid: 8350 components: - type: Transform - pos: -34.5,-14.5 + rot: 1.5707963267948966 rad + pos: -20.5,2.5 parent: 2 - - uid: 5401 + - uid: 8351 components: - type: Transform - pos: -33.5,-14.5 + pos: -9.5,-3.5 parent: 2 - - uid: 5402 + - uid: 8352 components: - type: Transform - pos: -32.5,-14.5 + rot: -1.5707963267948966 rad + pos: -3.5,-8.5 parent: 2 - - uid: 5403 + - uid: 8353 components: - type: Transform - pos: -32.5,-13.5 + rot: 3.141592653589793 rad + pos: -22.5,-3.5 parent: 2 - - uid: 5404 + - uid: 8354 components: - type: Transform - pos: -32.5,-12.5 + rot: 1.5707963267948966 rad + pos: 2.5,-8.5 parent: 2 - - uid: 5405 + - uid: 8355 components: - type: Transform - pos: -32.5,-11.5 + pos: 8.5,-3.5 parent: 2 - - uid: 5406 + - uid: 8356 components: - type: Transform - pos: -31.5,-11.5 + rot: -1.5707963267948966 rad + pos: 25.5,2.5 parent: 2 - - uid: 5407 + - uid: 8357 components: - type: Transform - pos: -30.5,-11.5 + rot: 1.5707963267948966 rad + pos: 20.5,-8.5 parent: 2 - - uid: 5408 + - uid: 8358 components: - type: Transform - pos: -40.5,-7.5 + rot: 1.5707963267948966 rad + pos: 21.5,2.5 parent: 2 - - uid: 5409 + - uid: 8359 components: - type: Transform - pos: -40.5,-6.5 + rot: 1.5707963267948966 rad + pos: 15.5,8.5 parent: 2 - - uid: 5410 + - uid: 8360 components: - type: Transform - pos: -40.5,-5.5 + rot: 3.141592653589793 rad + pos: 17.5,2.5 parent: 2 - - uid: 5411 + - uid: 8361 components: - type: Transform - pos: -40.5,-4.5 + rot: 3.141592653589793 rad + pos: 22.5,4.5 parent: 2 - - uid: 5412 + - uid: 8362 components: - type: Transform - pos: -39.5,-4.5 + rot: -1.5707963267948966 rad + pos: 26.5,9.5 parent: 2 - - uid: 5413 + - uid: 8363 components: - type: Transform - pos: -38.5,-4.5 + rot: -1.5707963267948966 rad + pos: 32.5,8.5 parent: 2 - - uid: 5414 + - uid: 8364 components: - type: Transform - pos: -21.5,-4.5 + rot: -1.5707963267948966 rad + pos: 37.5,7.5 parent: 2 - - uid: 5415 + - type: DeviceLinkSink + links: + - 8665 + - uid: 8365 components: - type: Transform - pos: -21.5,-5.5 + rot: 3.141592653589793 rad + pos: 26.5,-3.5 parent: 2 - - uid: 5416 + - uid: 8366 components: - type: Transform - pos: -21.5,-6.5 + rot: 3.141592653589793 rad + pos: 20.5,-3.5 parent: 2 - - uid: 5417 + - uid: 8367 components: - type: Transform - pos: -20.5,-6.5 + rot: 3.141592653589793 rad + pos: 20.5,-13.5 parent: 2 - - uid: 5418 + - uid: 8368 components: - type: Transform - pos: -19.5,-6.5 + rot: 1.5707963267948966 rad + pos: 17.5,-11.5 parent: 2 - - uid: 5419 + - uid: 8369 components: - type: Transform - pos: -18.5,-6.5 + rot: -1.5707963267948966 rad + pos: 18.5,-8.5 parent: 2 - - uid: 5420 + - uid: 8370 components: - type: Transform - pos: -17.5,-6.5 + pos: 15.5,-3.5 parent: 2 - - uid: 5421 + - uid: 8371 components: - type: Transform - pos: -16.5,-6.5 + rot: 1.5707963267948966 rad + pos: 28.5,-8.5 parent: 2 - - uid: 5422 + - uid: 8372 components: - type: Transform - pos: -16.5,-5.5 + pos: 31.5,-3.5 parent: 2 - - uid: 5423 + - uid: 8373 components: - type: Transform - pos: -16.5,-4.5 + pos: 29.5,-11.5 parent: 2 - - uid: 5424 + - uid: 8374 components: - type: Transform - pos: -15.5,-4.5 + rot: 3.141592653589793 rad + pos: 27.5,-15.5 parent: 2 - - uid: 5425 + - uid: 8375 components: - type: Transform - pos: -14.5,-4.5 + pos: 42.5,0.5 parent: 2 - - uid: 5426 + - uid: 8376 components: - type: Transform - pos: -16.5,-7.5 + rot: 1.5707963267948966 rad + pos: 31.5,-13.5 parent: 2 - - uid: 5427 + - type: DeviceLinkSink + links: + - 8664 + - uid: 8377 components: - type: Transform - pos: -15.5,-7.5 + pos: 34.5,0.5 parent: 2 - - uid: 5428 + - uid: 8378 components: - type: Transform - pos: -14.5,-7.5 + rot: 3.141592653589793 rad + pos: 30.5,-1.5 parent: 2 - - uid: 5429 + - uid: 8379 components: - type: Transform - pos: -22.5,-6.5 + pos: 46.5,-8.5 parent: 2 - - uid: 5430 + - uid: 8380 components: - type: Transform - pos: -23.5,-6.5 + rot: 1.5707963267948966 rad + pos: 42.5,-5.5 parent: 2 - - uid: 5431 + - uid: 8381 components: - type: Transform - pos: -24.5,-6.5 + rot: 3.141592653589793 rad + pos: 46.5,-14.5 parent: 2 - - uid: 5432 + - uid: 8382 components: - type: Transform - pos: -25.5,-6.5 + rot: 1.5707963267948966 rad + pos: 48.5,-10.5 parent: 2 - - uid: 5433 + - uid: 8383 components: - type: Transform - pos: -26.5,-6.5 + rot: -1.5707963267948966 rad + pos: 53.5,-9.5 parent: 2 - - uid: 5434 + - uid: 8384 components: - type: Transform - pos: -27.5,-6.5 + rot: 3.141592653589793 rad + pos: 48.5,-6.5 parent: 2 - - uid: 5435 + - uid: 8385 components: - type: Transform - pos: -28.5,-6.5 + rot: -1.5707963267948966 rad + pos: 52.5,-3.5 parent: 2 - - uid: 5436 + - uid: 8386 components: - type: Transform - pos: -29.5,-6.5 + pos: 48.5,-16.5 parent: 2 - - uid: 5437 + - uid: 8387 components: - type: Transform - pos: -30.5,-6.5 + rot: -1.5707963267948966 rad + pos: 52.5,-19.5 parent: 2 - - uid: 5438 + - uid: 8388 components: - type: Transform - pos: -31.5,-6.5 + rot: 3.141592653589793 rad + pos: 57.5,-12.5 parent: 2 - - uid: 5439 + - uid: 8389 components: - type: Transform - pos: -32.5,-6.5 + pos: 38.5,-21.5 parent: 2 - - uid: 5440 + - uid: 8390 components: - type: Transform - pos: -32.5,-5.5 + pos: 57.5,-15.5 parent: 2 - - uid: 5441 + - type: DeviceLinkSink + links: + - 8666 + - uid: 8391 components: - type: Transform - pos: -32.5,-4.5 + rot: 1.5707963267948966 rad + pos: 31.5,-35.5 parent: 2 - - uid: 5442 + - uid: 8392 components: - type: Transform - pos: -33.5,-4.5 + rot: 3.141592653589793 rad + pos: 30.5,-40.5 parent: 2 - - uid: 5443 + - uid: 8393 components: - type: Transform - pos: -34.5,-4.5 + pos: 22.5,-38.5 parent: 2 - - uid: 5444 + - uid: 8394 components: - type: Transform - pos: -32.5,-7.5 + pos: 18.5,-37.5 parent: 2 - - uid: 5445 + - uid: 8395 components: - type: Transform - pos: -33.5,-7.5 + rot: 3.141592653589793 rad + pos: 18.5,-41.5 parent: 2 - - uid: 5446 + - uid: 8396 components: - type: Transform - pos: -34.5,-7.5 + rot: -1.5707963267948966 rad + pos: -28.5,2.5 parent: 2 - - uid: 5447 + - uid: 8397 components: - type: Transform - pos: -27.5,-7.5 + rot: 3.141592653589793 rad + pos: -26.5,-3.5 parent: 2 - - uid: 5448 + - uid: 8398 components: - type: Transform - pos: -27.5,-8.5 + rot: 1.5707963267948966 rad + pos: -26.5,2.5 parent: 2 - - uid: 5449 + - uid: 8399 components: - type: Transform - pos: -27.5,-9.5 + rot: -1.5707963267948966 rad + pos: -22.5,2.5 parent: 2 - - uid: 5450 + - uid: 8400 components: - type: Transform - pos: -27.5,-10.5 + rot: 3.141592653589793 rad + pos: -32.5,-1.5 parent: 2 - - uid: 5451 + - uid: 8401 components: - type: Transform - pos: -27.5,-11.5 + rot: 3.141592653589793 rad + pos: -16.5,-1.5 parent: 2 - - uid: 5452 + - uid: 8402 components: - type: Transform - pos: -27.5,-12.5 + rot: 3.141592653589793 rad + pos: -20.5,4.5 parent: 2 - - uid: 5453 + - uid: 8403 components: - type: Transform - pos: -27.5,-13.5 + rot: 3.141592653589793 rad + pos: -28.5,4.5 parent: 2 - - uid: 5454 + - uid: 8404 components: - type: Transform - pos: -26.5,-12.5 + pos: -15.5,8.5 parent: 2 - - uid: 5455 + - uid: 8405 components: - type: Transform - pos: -25.5,-12.5 + rot: -1.5707963267948966 rad + pos: -14.5,11.5 parent: 2 - - uid: 5456 + - uid: 8407 components: - type: Transform - pos: -24.5,-12.5 + pos: -41.5,0.5 parent: 2 - - uid: 5457 + - uid: 8408 components: - type: Transform - pos: -23.5,-12.5 + rot: 1.5707963267948966 rad + pos: -36.5,6.5 parent: 2 - - uid: 5458 + - uid: 8409 components: - type: Transform - pos: -24.5,-13.5 + rot: -1.5707963267948966 rad + pos: -34.5,3.5 parent: 2 - - uid: 5459 + - uid: 8410 components: - type: Transform - pos: -24.5,-14.5 + pos: -40.5,8.5 parent: 2 - - uid: 5460 + - uid: 8412 components: - type: Transform - pos: -24.5,-15.5 + rot: 1.5707963267948966 rad + pos: -28.5,16.5 parent: 2 - - uid: 5461 + - uid: 8413 components: - type: Transform - pos: -24.5,-16.5 + rot: 3.141592653589793 rad + pos: -34.5,10.5 parent: 2 - - uid: 5462 + - uid: 8414 components: - type: Transform - pos: -24.5,-17.5 + rot: 3.141592653589793 rad + pos: -40.5,10.5 parent: 2 - - uid: 5463 + - type: DeviceLinkSink + links: + - 8667 + - uid: 8415 components: - type: Transform - pos: -24.5,-18.5 + pos: -24.5,13.5 parent: 2 - - uid: 5464 + - uid: 8416 components: - type: Transform - pos: -25.5,-18.5 + rot: -1.5707963267948966 rad + pos: -42.5,-15.5 parent: 2 - - uid: 5465 + - uid: 8417 components: - type: Transform - pos: -26.5,-18.5 + rot: 3.141592653589793 rad + pos: -49.5,-13.5 parent: 2 - - uid: 5466 + - uid: 8418 components: - type: Transform - pos: -23.5,-18.5 + rot: -1.5707963267948966 rad + pos: -51.5,-5.5 parent: 2 - - uid: 5467 + - uid: 8419 components: - type: Transform - pos: -24.5,-7.5 + rot: 1.5707963267948966 rad + pos: -58.5,-11.5 parent: 2 - - uid: 5468 + - uid: 8420 components: - type: Transform - pos: -24.5,-8.5 + rot: -1.5707963267948966 rad + pos: -51.5,-17.5 parent: 2 - - uid: 5469 + - uid: 8421 components: - type: Transform - pos: -30.5,9.5 + pos: -52.5,-0.5 parent: 2 - - uid: 5470 + - uid: 8422 components: - type: Transform - pos: -30.5,8.5 + rot: 3.141592653589793 rad + pos: -52.5,-22.5 parent: 2 - - uid: 5471 + - uid: 8423 components: - type: Transform - pos: -30.5,7.5 + pos: -49.5,-25.5 parent: 2 - - uid: 5472 + - type: DeviceLinkSink + links: + - 8670 + - uid: 8424 components: - type: Transform - pos: -30.5,6.5 + rot: 1.5707963267948966 rad + pos: -54.5,-28.5 parent: 2 - - uid: 5473 + - type: DeviceLinkSink + links: + - 8670 + - uid: 8425 components: - type: Transform - pos: -30.5,5.5 + rot: 3.141592653589793 rad + pos: -52.5,1.5 parent: 2 - - uid: 5474 + - type: DeviceLinkSink + links: + - 8669 + - uid: 8426 components: - type: Transform - pos: -31.5,5.5 + rot: 3.141592653589793 rad + pos: -48.5,2.5 parent: 2 - - uid: 5475 + - type: DeviceLinkSink + links: + - 8669 + - uid: 8427 components: - type: Transform - pos: -32.5,5.5 + rot: -1.5707963267948966 rad + pos: -32.5,-26.5 parent: 2 - - uid: 5476 + - uid: 8428 components: - type: Transform - pos: -33.5,5.5 + rot: 3.141592653589793 rad + pos: -39.5,-23.5 parent: 2 - - uid: 5477 + - uid: 8429 components: - type: Transform - pos: -34.5,5.5 + rot: 1.5707963267948966 rad + pos: -34.5,-35.5 parent: 2 - - uid: 5478 + - uid: 8431 components: - type: Transform - pos: -35.5,5.5 + pos: -19.5,-37.5 parent: 2 - - uid: 5479 + - uid: 8432 components: - type: Transform - pos: -36.5,5.5 + rot: 3.141592653589793 rad + pos: -19.5,-41.5 parent: 2 - - uid: 5480 + - uid: 8433 components: - type: Transform - pos: -35.5,4.5 + pos: -20.5,-5.5 parent: 2 - - uid: 5481 + - uid: 8434 components: - type: Transform - pos: -35.5,3.5 + rot: 3.141592653589793 rad + pos: -30.5,-8.5 parent: 2 - - uid: 5482 + - uid: 8435 components: - type: Transform - pos: -35.5,6.5 + rot: 1.5707963267948966 rad + pos: -35.5,-4.5 parent: 2 - - uid: 5483 + - uid: 8436 components: - type: Transform - pos: -35.5,7.5 + rot: 3.141592653589793 rad + pos: -18.5,-8.5 parent: 2 - - uid: 5484 + - uid: 8437 components: - type: Transform - pos: -33.5,6.5 + pos: -28.5,-5.5 parent: 2 - - uid: 5485 + - uid: 8438 components: - type: Transform - pos: -33.5,7.5 + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 parent: 2 - - uid: 5486 + - uid: 8439 components: - type: Transform - pos: -36.5,7.5 + rot: 3.141592653589793 rad + pos: -26.5,-14.5 parent: 2 - - uid: 5487 + - uid: 8440 components: - type: Transform - pos: -37.5,7.5 + rot: -1.5707963267948966 rad + pos: 0.5,-13.5 parent: 2 - - uid: 5488 + - uid: 8441 components: - type: Transform - pos: -38.5,7.5 + rot: 3.141592653589793 rad + pos: -24.5,-19.5 parent: 2 - - uid: 5489 + - type: DeviceLinkSink + links: + - 8668 + - uid: 8442 components: - type: Transform - pos: -39.5,7.5 + rot: 1.5707963267948966 rad + pos: -4.5,-13.5 parent: 2 - - uid: 5490 + - uid: 8443 components: - type: Transform - pos: -40.5,7.5 + rot: -1.5707963267948966 rad + pos: 3.5,-13.5 parent: 2 - - uid: 5491 + - uid: 8444 components: - type: Transform - pos: -40.5,6.5 + rot: -1.5707963267948966 rad + pos: -6.5,-18.5 parent: 2 - - uid: 5492 + - uid: 8445 components: - type: Transform - pos: -40.5,5.5 + rot: 3.141592653589793 rad + pos: -13.5,-17.5 parent: 2 - - uid: 5493 + - uid: 8446 components: - type: Transform - pos: -29.5,5.5 + rot: 1.5707963267948966 rad + pos: -18.5,-16.5 parent: 2 - - uid: 5494 + - uid: 8447 components: - type: Transform - pos: -28.5,5.5 + pos: -11.5,-10.5 parent: 2 - - uid: 5495 + - type: DeviceLinkSink + links: + - 9287 + - uid: 8448 components: - type: Transform - pos: -27.5,5.5 + pos: -15.5,-10.5 parent: 2 - - uid: 5496 + - type: DeviceLinkSink + links: + - 9286 + - uid: 8449 components: - type: Transform - pos: -26.5,5.5 + pos: -7.5,-10.5 parent: 2 - - uid: 5497 + - type: DeviceLinkSink + links: + - 8659 + - uid: 8450 components: - type: Transform - pos: -25.5,5.5 + rot: -1.5707963267948966 rad + pos: 0.5,-25.5 parent: 2 - - uid: 5498 + - uid: 8451 components: - type: Transform - pos: -24.5,5.5 + rot: -1.5707963267948966 rad + pos: -10.5,-20.5 parent: 2 - - uid: 5499 + - type: DeviceLinkSink + links: + - 8654 + - uid: 8452 components: - type: Transform - pos: -23.5,5.5 + rot: 3.141592653589793 rad + pos: -16.5,-22.5 parent: 2 - - uid: 5500 + - type: DeviceLinkSink + links: + - 8652 + - uid: 8453 components: - type: Transform - pos: -22.5,5.5 + rot: 3.141592653589793 rad + pos: -6.5,-22.5 parent: 2 - - uid: 5501 + - type: DeviceLinkSink + links: + - 8662 + - uid: 8454 components: - type: Transform - pos: -21.5,5.5 + rot: -1.5707963267948966 rad + pos: 17.5,-16.5 parent: 2 - - uid: 5502 + - uid: 8455 components: - type: Transform - pos: -20.5,5.5 + pos: 3.5,-19.5 parent: 2 - - uid: 5503 + - uid: 8456 components: - type: Transform - pos: -19.5,5.5 + pos: -4.5,-19.5 parent: 2 - - uid: 5504 + - uid: 8457 components: - type: Transform - pos: -18.5,5.5 + pos: 6.5,-10.5 parent: 2 - - uid: 5505 + - uid: 8458 components: - type: Transform - pos: -17.5,5.5 + pos: 10.5,-10.5 parent: 2 - - uid: 5506 + - uid: 8459 components: - type: Transform - pos: -16.5,5.5 + pos: 14.5,-10.5 parent: 2 - - uid: 5507 + - uid: 8460 components: - type: Transform - pos: -15.5,5.5 + rot: 3.141592653589793 rad + pos: 14.5,-22.5 parent: 2 - - uid: 5508 + - uid: 8461 components: - type: Transform - pos: -14.5,5.5 + rot: 3.141592653589793 rad + pos: 10.5,-22.5 parent: 2 - - uid: 5509 + - uid: 8462 components: - type: Transform - pos: -15.5,6.5 + rot: 3.141592653589793 rad + pos: 6.5,-22.5 parent: 2 - - uid: 5510 + - uid: 8463 components: - type: Transform - pos: -15.5,7.5 + rot: -1.5707963267948966 rad + pos: -1.5,-32.5 parent: 2 - - uid: 5511 + - uid: 8464 components: - type: Transform - pos: -15.5,8.5 + rot: 1.5707963267948966 rad + pos: 0.5,-32.5 parent: 2 - - uid: 5512 + - uid: 8465 components: - type: Transform - pos: -13.5,5.5 + rot: -1.5707963267948966 rad + pos: 17.5,-33.5 parent: 2 - - uid: 5513 + - uid: 8466 components: - type: Transform - pos: -24.5,6.5 + rot: 1.5707963267948966 rad + pos: 8.5,-34.5 parent: 2 - - uid: 5514 + - uid: 8467 components: - type: Transform - pos: -24.5,7.5 + rot: -1.5707963267948966 rad + pos: -9.5,-34.5 parent: 2 - - uid: 5515 + - uid: 8468 components: - type: Transform - pos: -24.5,8.5 + rot: -1.5707963267948966 rad + pos: 20.5,-30.5 parent: 2 - - uid: 5516 + - uid: 8469 components: - type: Transform - pos: -24.5,9.5 + pos: 13.5,-28.5 parent: 2 - - uid: 5517 + - uid: 8470 components: - type: Transform - pos: -23.5,9.5 + rot: 3.141592653589793 rad + pos: -12.5,-40.5 parent: 2 - - uid: 5518 + - uid: 8471 components: - type: Transform - pos: -22.5,9.5 + pos: -7.5,-38.5 parent: 2 - - uid: 5519 + - uid: 8472 components: - type: Transform - pos: -21.5,9.5 + pos: 6.5,-38.5 parent: 2 - - uid: 5520 + - uid: 8473 components: - type: Transform - pos: -21.5,10.5 + rot: 3.141592653589793 rad + pos: 11.5,-40.5 parent: 2 - - uid: 5521 + - uid: 8474 components: - type: Transform - pos: -21.5,11.5 + rot: -1.5707963267948966 rad + pos: 11.5,-46.5 parent: 2 - - uid: 5522 + - uid: 8475 components: - type: Transform - pos: -21.5,12.5 + rot: 1.5707963267948966 rad + pos: -12.5,-46.5 parent: 2 - - uid: 5523 + - uid: 8476 components: - type: Transform - pos: -21.5,13.5 + pos: -7.5,-59.5 parent: 2 - - uid: 5524 + - uid: 8477 components: - type: Transform - pos: -22.5,13.5 + rot: 3.141592653589793 rad + pos: -0.5,-48.5 parent: 2 - - uid: 5525 + - uid: 8478 components: - type: Transform - pos: -25.5,9.5 + rot: 1.5707963267948966 rad + pos: -12.5,-52.5 parent: 2 - - uid: 5526 + - uid: 8479 components: - type: Transform - pos: -26.5,9.5 + rot: -1.5707963267948966 rad + pos: 11.5,-52.5 parent: 2 - - uid: 5527 + - uid: 8480 components: - type: Transform - pos: -27.5,9.5 + pos: -13.5,-59.5 parent: 2 - - uid: 5528 + - uid: 8481 components: - type: Transform - pos: -27.5,10.5 + rot: 3.141592653589793 rad + pos: -10.5,-67.5 parent: 2 - - uid: 5529 + - uid: 8482 components: - type: Transform - pos: -27.5,11.5 + pos: 12.5,-59.5 parent: 2 - - uid: 5530 + - uid: 8483 components: - type: Transform - pos: -27.5,12.5 + rot: 3.141592653589793 rad + pos: 9.5,-67.5 parent: 2 - - uid: 5531 + - uid: 8484 components: - type: Transform - pos: -27.5,13.5 + pos: -3.5,-36.5 parent: 2 - - uid: 5532 + - uid: 8485 components: - type: Transform - pos: -26.5,13.5 + rot: 3.141592653589793 rad + pos: -3.5,-42.5 parent: 2 - - uid: 5533 + - uid: 8486 components: - type: Transform - pos: -27.5,14.5 + rot: 3.141592653589793 rad + pos: 2.5,-42.5 parent: 2 - - uid: 5534 + - uid: 8487 components: - type: Transform - pos: -27.5,15.5 + pos: 2.5,-36.5 parent: 2 - - uid: 5535 + - uid: 8705 components: - type: Transform - pos: -27.5,16.5 + pos: -24.5,-38.5 parent: 2 - - uid: 5536 + - uid: 8706 components: - type: Transform - pos: -26.5,16.5 + rot: 3.141592653589793 rad + pos: -30.5,-40.5 parent: 2 - - uid: 5537 + - uid: 9240 components: - type: Transform - pos: -25.5,16.5 + rot: 1.5707963267948966 rad + pos: 12.5,-43.5 parent: 2 - - uid: 5538 + - uid: 9241 components: - type: Transform - pos: -24.5,16.5 + rot: -1.5707963267948966 rad + pos: -13.5,-43.5 parent: 2 - - uid: 5539 + - uid: 9494 components: - type: Transform - pos: -23.5,16.5 + rot: 1.5707963267948966 rad + pos: -10.5,38.5 parent: 2 - - uid: 5540 + - uid: 9496 components: - type: Transform - pos: -22.5,16.5 + pos: -0.5,38.5 parent: 2 - - uid: 5541 + - uid: 9497 components: - type: Transform - pos: -21.5,16.5 + rot: 3.141592653589793 rad + pos: -0.5,35.5 parent: 2 - - uid: 5542 + - uid: 9581 components: - type: Transform - pos: -20.5,16.5 + rot: 3.141592653589793 rad + pos: 8.5,35.5 parent: 2 - - uid: 5543 + - uid: 9582 components: - type: Transform - pos: -19.5,16.5 + pos: 8.5,38.5 parent: 2 - - uid: 5544 +- proto: PoweredlightSodium + entities: + - uid: 9064 components: - type: Transform - pos: -20.5,11.5 + rot: -1.5707963267948966 rad + pos: -19.5,20.5 parent: 2 - - uid: 5545 + - uid: 9065 components: - type: Transform - pos: -19.5,11.5 + rot: 1.5707963267948966 rad + pos: -28.5,20.5 parent: 2 - - uid: 5546 +- proto: PoweredSmallLight + entities: + - uid: 3181 components: - type: Transform - pos: -18.5,11.5 + rot: 3.141592653589793 rad + pos: 7.5,24.5 parent: 2 - - uid: 5547 + - uid: 8505 components: - type: Transform - pos: -17.5,11.5 + rot: 1.5707963267948966 rad + pos: -38.5,-9.5 parent: 2 - - uid: 5548 + - uid: 8506 components: - type: Transform - pos: -16.5,11.5 + pos: -43.5,3.5 parent: 2 - - uid: 5549 + - uid: 8507 components: - type: Transform - pos: -15.5,11.5 + pos: -31.5,-10.5 parent: 2 - - uid: 5550 + - uid: 8508 components: - type: Transform - pos: -16.5,12.5 + rot: -1.5707963267948966 rad + pos: 7.5,-26.5 parent: 2 - - uid: 5551 + - uid: 8509 components: - type: Transform - pos: -16.5,13.5 + pos: 33.5,3.5 parent: 2 - - uid: 5552 + - uid: 8510 components: - type: Transform - pos: -16.5,14.5 + rot: 1.5707963267948966 rad + pos: 13.5,-6.5 parent: 2 - - uid: 5553 + - uid: 8511 components: - type: Transform - pos: -28.5,11.5 + pos: 45.5,4.5 parent: 2 - - uid: 5554 + - uid: 8512 components: - type: Transform - pos: -29.5,11.5 + pos: 51.5,2.5 parent: 2 - - uid: 5555 + - uid: 8513 components: - type: Transform - pos: -30.5,11.5 + pos: 38.5,-5.5 parent: 2 - - uid: 5556 + - uid: 8514 components: - type: Transform - pos: -31.5,11.5 + rot: 3.141592653589793 rad + pos: 37.5,-15.5 parent: 2 - - uid: 5557 + - uid: 8515 components: - type: Transform - pos: -32.5,11.5 + rot: 3.141592653589793 rad + pos: -14.5,-64.5 parent: 2 - - uid: 5558 + - uid: 8516 components: - type: Transform - pos: -33.5,11.5 + rot: 3.141592653589793 rad + pos: -6.5,-64.5 parent: 2 - - uid: 5559 + - uid: 8517 components: - type: Transform - pos: -34.5,11.5 + pos: -14.5,-57.5 parent: 2 - - uid: 5560 + - uid: 8518 components: - type: Transform - pos: -34.5,12.5 + pos: -6.5,-57.5 parent: 2 - - uid: 5561 + - uid: 8519 components: - type: Transform - pos: -34.5,13.5 + pos: 5.5,-57.5 parent: 2 - - uid: 5562 + - uid: 8520 components: - type: Transform - pos: -34.5,14.5 + pos: 13.5,-57.5 parent: 2 - - uid: 5563 + - uid: 8521 components: - type: Transform - pos: -33.5,14.5 + rot: 3.141592653589793 rad + pos: 13.5,-64.5 parent: 2 - - uid: 5564 + - uid: 8522 components: - type: Transform - pos: -32.5,14.5 + rot: 3.141592653589793 rad + pos: 5.5,-64.5 parent: 2 - - uid: 5565 + - uid: 8523 components: - type: Transform - pos: -31.5,14.5 + pos: -6.5,27.5 parent: 2 - - uid: 5566 + - uid: 8525 components: - type: Transform - pos: -35.5,12.5 + rot: -1.5707963267948966 rad + pos: 4.5,28.5 parent: 2 - - uid: 5567 + - uid: 9379 components: - type: Transform - pos: -36.5,12.5 + rot: 3.141592653589793 rad + pos: -37.5,-19.5 parent: 2 - - uid: 5568 +- proto: Rack + entities: + - uid: 129 components: - type: Transform - pos: -37.5,12.5 + pos: 13.5,-14.5 parent: 2 - - uid: 5569 + - uid: 224 components: - type: Transform - pos: -38.5,12.5 + pos: 13.5,-18.5 parent: 2 - - uid: 5570 + - uid: 408 components: - type: Transform - pos: -39.5,12.5 + pos: -3.5,-21.5 parent: 2 - - uid: 5571 + - uid: 1025 components: - type: Transform - pos: -40.5,12.5 + pos: 28.5,-3.5 parent: 2 - - uid: 5572 + - uid: 1067 components: - type: Transform - pos: -40.5,11.5 + pos: 15.5,-8.5 parent: 2 - - uid: 5573 + - uid: 1169 components: - type: Transform - pos: -40.5,10.5 + pos: 14.5,4.5 parent: 2 - - uid: 5574 + - uid: 1268 components: - type: Transform - pos: -40.5,13.5 + pos: 21.5,4.5 parent: 2 - - uid: 5575 + - uid: 1391 components: - type: Transform - pos: -38.5,11.5 + pos: 53.5,-5.5 parent: 2 - - uid: 5576 + - uid: 1431 components: - type: Transform - pos: -38.5,10.5 + pos: 50.5,-20.5 parent: 2 - - uid: 5577 + - uid: 1888 components: - type: Transform - pos: -41.5,11.5 + pos: -13.5,-8.5 parent: 2 - - uid: 5578 + - uid: 1933 components: - type: Transform - pos: -42.5,11.5 + pos: -35.5,-8.5 parent: 2 - - uid: 5579 + - uid: 1934 components: - type: Transform - pos: -50.5,-7.5 + pos: -34.5,-8.5 parent: 2 - - uid: 5580 + - uid: 2184 components: - type: Transform - pos: -50.5,-8.5 + pos: -39.5,4.5 parent: 2 - - uid: 5581 + - uid: 2391 components: - type: Transform - pos: -50.5,-9.5 + pos: -28.5,19.5 parent: 2 - - uid: 5582 + - uid: 6124 components: - type: Transform - pos: -50.5,-10.5 + pos: 3.5,38.5 parent: 2 - - uid: 5583 + - uid: 7761 components: - type: Transform - pos: -50.5,-11.5 + pos: 3.5,35.5 parent: 2 - - uid: 5584 + - uid: 8529 components: - type: Transform - pos: -49.5,-11.5 + rot: 3.141592653589793 rad + pos: -3.5,31.5 parent: 2 - - uid: 5585 + - uid: 8537 components: - type: Transform - pos: -51.5,-9.5 + pos: 4.5,25.5 parent: 2 - - uid: 5586 + - uid: 8542 components: - type: Transform - pos: -52.5,-9.5 + pos: 46.5,6.5 parent: 2 - - uid: 5587 + - uid: 8543 components: - type: Transform - pos: -53.5,-9.5 + pos: 32.5,2.5 parent: 2 - - uid: 5588 + - uid: 8557 components: - type: Transform - pos: -54.5,-9.5 + pos: 38.5,-3.5 parent: 2 - - uid: 5589 + - uid: 8580 components: - type: Transform - pos: -55.5,-9.5 + pos: 10.5,-28.5 parent: 2 - - uid: 5590 + - uid: 8591 components: - type: Transform - pos: -56.5,-9.5 + pos: 10.5,-8.5 parent: 2 - - uid: 5591 + - uid: 8596 components: - type: Transform - pos: -56.5,-13.5 + pos: -48.5,0.5 parent: 2 - - uid: 5592 + - uid: 8608 components: - type: Transform - pos: -55.5,-13.5 + pos: -34.5,-10.5 parent: 2 - - uid: 5593 + - uid: 8735 components: - type: Transform - pos: -54.5,-13.5 + pos: -2.5,38.5 parent: 2 - - uid: 5594 + - uid: 9062 components: - type: Transform - pos: -53.5,-13.5 + pos: -23.5,15.5 parent: 2 - - uid: 5595 + - uid: 9246 components: - type: Transform - pos: -52.5,-13.5 + pos: -17.5,-44.5 parent: 2 - - uid: 5596 + - uid: 9373 components: - type: Transform - pos: -51.5,-13.5 + pos: -40.5,-15.5 parent: 2 - - uid: 5597 + - uid: 9424 components: - type: Transform - pos: -50.5,-13.5 + pos: 1.5,38.5 parent: 2 - - uid: 5598 + - uid: 9548 components: - type: Transform - pos: -50.5,-12.5 + pos: 6.5,25.5 parent: 2 - - uid: 5599 + - uid: 9583 components: - type: Transform - pos: -53.5,-14.5 + pos: 2.5,38.5 parent: 2 - - uid: 5600 + - uid: 9584 components: - type: Transform - pos: -53.5,-15.5 + pos: 2.5,35.5 parent: 2 - - uid: 5601 + - uid: 9586 components: - type: Transform - pos: -53.5,-16.5 + pos: -3.5,35.5 parent: 2 - - uid: 5602 + - uid: 9588 components: - type: Transform - pos: -53.5,-17.5 + pos: -2.5,35.5 parent: 2 - - uid: 5603 + - uid: 9589 components: - type: Transform - pos: -53.5,-18.5 + pos: -3.5,38.5 parent: 2 - - uid: 5604 + - uid: 9637 components: - type: Transform - pos: -53.5,-19.5 + pos: 1.5,35.5 parent: 2 - - uid: 5605 + - uid: 9638 components: - type: Transform - pos: -53.5,-20.5 + pos: 0.5,35.5 parent: 2 - - uid: 5606 + - uid: 9639 components: - type: Transform - pos: -52.5,-18.5 + pos: -1.5,35.5 parent: 2 - - uid: 5607 + - uid: 9671 components: - type: Transform - pos: -51.5,-18.5 + pos: -4.5,38.5 parent: 2 - - uid: 5608 + - uid: 9672 components: - type: Transform - pos: -50.5,-18.5 + pos: -4.5,35.5 parent: 2 - - uid: 5609 +- proto: RadioHandheld + entities: + - uid: 1074 components: - type: Transform - pos: -49.5,-18.5 + rot: -1.5707963267948966 rad + pos: 31.641523,-5.024393 parent: 2 - - uid: 5610 + - uid: 7774 components: - type: Transform - pos: -49.5,-19.5 + pos: -2.2817001,1.0997186 parent: 2 - - uid: 5611 +- proto: Railing + entities: + - uid: 5674 components: - type: Transform - pos: -49.5,-20.5 + rot: 1.5707963267948966 rad + pos: 2.5,31.5 parent: 2 - - uid: 5612 + - uid: 5713 components: - type: Transform - pos: -49.5,-21.5 + rot: 1.5707963267948966 rad + pos: 2.5,30.5 parent: 2 - - uid: 5613 +- proto: RailingCornerSmall + entities: + - uid: 3074 components: - type: Transform - pos: -50.5,-21.5 + rot: -1.5707963267948966 rad + pos: 2.5,29.5 parent: 2 - - uid: 5614 +- proto: RandomDrinkBottle + entities: + - uid: 2350 components: - type: Transform - pos: -51.5,-21.5 + pos: 36.5,9.5 parent: 2 - - uid: 5615 + - uid: 7851 components: - type: Transform - pos: -53.5,-21.5 + pos: 31.5,-10.5 parent: 2 - - uid: 5616 + - uid: 8080 components: - type: Transform - pos: -53.5,-22.5 + pos: -42.5,12.5 parent: 2 - - uid: 5617 + - uid: 8108 components: - type: Transform - pos: -53.5,-23.5 + pos: -58.5,-11.5 parent: 2 - - uid: 5618 + - uid: 8296 components: - type: Transform - pos: -53.5,-24.5 + pos: 15.5,-28.5 parent: 2 - - uid: 5619 + - uid: 8647 components: - type: Transform - pos: -53.5,-25.5 + pos: 50.5,-0.5 parent: 2 - - uid: 5620 +- proto: RandomDrinkGlass + entities: + - uid: 7778 components: - type: Transform - pos: -53.5,-26.5 + pos: 4.5,-6.5 parent: 2 - - uid: 5621 + - uid: 7816 components: - type: Transform - pos: -53.5,-27.5 + pos: 23.5,9.5 parent: 2 - - uid: 5622 + - uid: 8106 components: - type: Transform - pos: -52.5,-26.5 + pos: -53.5,-10.5 parent: 2 - - uid: 5623 + - uid: 8111 components: - type: Transform - pos: -51.5,-26.5 + pos: -51.5,-12.5 parent: 2 - - uid: 5624 + - uid: 8297 components: - type: Transform - pos: -50.5,-26.5 + pos: 17.5,-35.5 parent: 2 - - uid: 5625 +- proto: RandomFoodBakedSingle + entities: + - uid: 8220 components: - type: Transform - pos: -49.5,-26.5 + pos: -12.5,-11.5 parent: 2 - - uid: 5626 +- proto: RandomFoodMeal + entities: + - uid: 8048 components: - type: Transform - pos: -53.5,-8.5 + pos: -28.5,7.5 parent: 2 - - uid: 5627 + - uid: 8104 components: - type: Transform - pos: -53.5,-7.5 + pos: -51.5,-11.5 parent: 2 - - uid: 5628 + - uid: 8294 components: - type: Transform - pos: -53.5,-6.5 + pos: -2.5,-48.5 parent: 2 - - uid: 5629 +- proto: RandomFoodSingle + entities: + - uid: 7804 components: - type: Transform - pos: -53.5,-5.5 + pos: 25.5,-3.5 parent: 2 - - uid: 5630 + - uid: 8102 components: - type: Transform - pos: -53.5,-4.5 + pos: -53.5,-12.5 parent: 2 - - uid: 5631 +- proto: RandomInstruments + entities: + - uid: 1355 components: - type: Transform - pos: -53.5,-3.5 + pos: 49.5,-14.5 parent: 2 - - uid: 5632 + - uid: 8110 components: - type: Transform - pos: -53.5,-2.5 + pos: -52.5,-10.5 parent: 2 - - uid: 5633 + - uid: 8248 components: - type: Transform - pos: -53.5,-1.5 + pos: -15.5,-20.5 parent: 2 - - uid: 5634 +- proto: RandomPainting + entities: + - uid: 7784 components: - type: Transform - pos: -53.5,-0.5 + pos: 5.5,14.5 parent: 2 - - uid: 5635 + - uid: 7785 components: - type: Transform - pos: -53.5,0.5 + pos: -6.5,14.5 parent: 2 - - uid: 5636 + - uid: 7811 components: - type: Transform - pos: -53.5,1.5 + pos: 33.5,8.5 parent: 2 - - uid: 5637 + - uid: 7840 components: - type: Transform - pos: -53.5,2.5 + pos: 30.5,-11.5 parent: 2 - - uid: 5638 + - uid: 7901 components: - type: Transform - pos: -53.5,3.5 + pos: 56.5,-14.5 parent: 2 - - uid: 5639 + - uid: 7983 components: - type: Transform - pos: -53.5,4.5 + pos: -27.5,-15.5 parent: 2 - - uid: 5640 + - uid: 8063 components: - type: Transform - pos: -53.5,5.5 + pos: -36.5,10.5 parent: 2 - - uid: 5641 + - uid: 8067 components: - type: Transform - pos: -52.5,3.5 + pos: -14.5,13.5 parent: 2 - - uid: 5642 + - uid: 8122 components: - type: Transform - pos: -51.5,3.5 + pos: -58.5,-9.5 parent: 2 - - uid: 5643 + - uid: 8123 components: - type: Transform - pos: -50.5,3.5 + pos: -51.5,0.5 parent: 2 - - uid: 5644 + - uid: 8124 components: - type: Transform - pos: -49.5,3.5 + pos: -55.5,-23.5 parent: 2 - - uid: 5645 + - uid: 8184 components: - type: Transform - pos: -52.5,-1.5 + pos: -17.5,-14.5 parent: 2 - - uid: 5646 +- proto: RandomPosterAny + entities: + - uid: 8194 components: - type: Transform - pos: -51.5,-1.5 + pos: -11.5,-9.5 parent: 2 - - uid: 5647 + - uid: 8626 components: - type: Transform - pos: -50.5,-1.5 + pos: 39.5,-13.5 parent: 2 - - uid: 5648 + - uid: 8627 components: - type: Transform - pos: -50.5,-2.5 + pos: 49.5,-0.5 parent: 2 - - uid: 5649 +- proto: RandomPosterContraband + entities: + - uid: 8041 components: - type: Transform - pos: -50.5,-3.5 + pos: -39.5,-16.5 parent: 2 - - uid: 5650 + - uid: 8625 components: - type: Transform - pos: -52.5,-5.5 + pos: -33.5,-11.5 parent: 2 - - uid: 5651 + - uid: 8991 components: - type: Transform - pos: -51.5,-5.5 + pos: -18.5,17.5 parent: 2 - - uid: 7762 +- proto: RandomPosterLegit + entities: + - uid: 1465 components: - type: Transform - pos: 1.5,37.5 + pos: 34.5,-32.5 parent: 2 - - uid: 7763 + - uid: 6260 components: - type: Transform - pos: 2.5,37.5 + pos: -24.5,14.5 parent: 2 - - uid: 7764 + - uid: 7781 components: - type: Transform - pos: -0.5,37.5 + pos: -2.5,-7.5 parent: 2 - - uid: 7765 + - uid: 7782 components: - type: Transform - pos: -1.5,37.5 + pos: 6.5,5.5 parent: 2 - - uid: 7766 + - uid: 7783 components: - type: Transform - pos: -2.5,37.5 + pos: -7.5,5.5 parent: 2 - - uid: 7767 + - uid: 7805 components: - type: Transform - pos: -3.5,37.5 + pos: 20.5,1.5 parent: 2 - - uid: 7768 + - uid: 7906 components: - type: Transform - pos: -4.5,37.5 + pos: 38.5,1.5 parent: 2 - - uid: 7769 + - uid: 7907 components: - type: Transform - pos: -5.5,37.5 + pos: 45.5,-16.5 parent: 2 - - uid: 7770 + - uid: 7908 components: - type: Transform - pos: -6.5,37.5 + pos: 41.5,-5.5 parent: 2 - - uid: 7771 + - uid: 7939 components: - type: Transform - pos: -7.5,37.5 + pos: 39.5,-20.5 parent: 2 - - uid: 7772 + - uid: 7949 components: - type: Transform - pos: -7.5,36.5 + pos: 25.5,-37.5 parent: 2 - - uid: 8653 + - uid: 8159 components: - type: Transform - pos: -29.5,1.5 + pos: -38.5,-2.5 parent: 2 - - uid: 8660 + - uid: 8160 components: - type: Transform - pos: -32.5,1.5 + pos: -45.5,-4.5 parent: 2 - - uid: 8663 + - uid: 8161 components: - type: Transform - pos: -28.5,1.5 + pos: -41.5,-15.5 parent: 2 - - uid: 8721 + - uid: 8162 components: - type: Transform - pos: 3.5,29.5 + pos: -38.5,-24.5 parent: 2 - - uid: 9015 + - uid: 8182 components: - type: Transform - pos: -31.5,1.5 + pos: -35.5,-37.5 parent: 2 - - uid: 9129 + - uid: 8183 components: - type: Transform - pos: -27.5,17.5 + pos: -25.5,-41.5 parent: 2 - - uid: 9130 + - uid: 8192 components: - type: Transform - pos: -27.5,18.5 + pos: -9.5,-18.5 parent: 2 - - uid: 9131 + - uid: 8257 components: - type: Transform - pos: -27.5,19.5 + pos: 4.5,-24.5 parent: 2 - - uid: 9132 + - uid: 8258 components: - type: Transform - pos: -27.5,20.5 + pos: -5.5,-30.5 parent: 2 - - uid: 9133 + - uid: 8259 components: - type: Transform - pos: -26.5,20.5 + pos: 7.5,-35.5 parent: 2 - - uid: 9134 + - uid: 8260 components: - type: Transform - pos: -25.5,20.5 + pos: 11.5,-45.5 parent: 2 - - uid: 9135 + - uid: 8261 components: - type: Transform - pos: -24.5,20.5 + pos: -2.5,-43.5 parent: 2 - - uid: 9136 + - uid: 8262 components: - type: Transform - pos: -23.5,20.5 + pos: -13.5,-56.5 parent: 2 - - uid: 9137 + - uid: 8658 components: - type: Transform - pos: -22.5,20.5 + rot: 3.141592653589793 rad + pos: -16.5,-13.5 parent: 2 - - uid: 9138 + - uid: 8765 components: - type: Transform - pos: -21.5,20.5 + pos: -14.5,-37.5 parent: 2 - - uid: 9139 +- proto: RandomSpawner + entities: + - uid: 407 components: - type: Transform - pos: -20.5,20.5 + rot: -1.5707963267948966 rad + pos: 3.5,-27.5 parent: 2 - - uid: 9289 + - uid: 7905 components: - type: Transform - pos: -28.5,0.5 + rot: 1.5707963267948966 rad + pos: 9.5,-28.5 parent: 2 - - uid: 9290 + - uid: 9403 components: - type: Transform - pos: -32.5,0.5 + rot: -1.5707963267948966 rad + pos: -37.5,-19.5 parent: 2 - - uid: 9291 + - uid: 9404 components: - type: Transform - pos: -20.5,1.5 + rot: 3.141592653589793 rad + pos: -40.5,-17.5 parent: 2 - - uid: 9292 + - uid: 9405 components: - type: Transform - pos: -19.5,1.5 + rot: 1.5707963267948966 rad + pos: -39.5,-6.5 parent: 2 - - uid: 9293 + - uid: 9406 components: - type: Transform - pos: -16.5,1.5 + pos: -41.5,2.5 parent: 2 - - uid: 9294 + - uid: 9407 components: - type: Transform - pos: -17.5,1.5 + rot: -1.5707963267948966 rad + pos: -47.5,0.5 parent: 2 - - uid: 9295 + - uid: 9408 components: - type: Transform - pos: -16.5,0.5 + rot: 1.5707963267948966 rad + pos: -7.5,25.5 parent: 2 - - uid: 9296 + - uid: 9409 components: - type: Transform - pos: -20.5,0.5 + pos: -1.5,30.5 parent: 2 - - uid: 9297 + - uid: 9410 components: - type: Transform - pos: -22.5,3.5 + rot: -1.5707963267948966 rad + pos: 3.5,25.5 parent: 2 - - uid: 9298 + - uid: 9411 components: - type: Transform - pos: -24.5,3.5 + rot: 3.141592653589793 rad + pos: 3.5,29.5 parent: 2 - - uid: 9299 + - uid: 9412 components: - type: Transform - pos: -25.5,2.5 + rot: 1.5707963267948966 rad + pos: 4.5,31.5 parent: 2 - - uid: 9300 + - uid: 9413 components: - type: Transform - pos: -26.5,2.5 + pos: 12.5,-4.5 parent: 2 - - uid: 9301 + - uid: 9414 components: - type: Transform - pos: -22.5,2.5 + rot: -1.5707963267948966 rad + pos: 30.5,2.5 parent: 2 - - uid: 9302 + - uid: 9415 components: - type: Transform - pos: -23.5,2.5 + rot: 3.141592653589793 rad + pos: 40.5,4.5 parent: 2 - - uid: 9303 + - uid: 9416 components: - type: Transform - pos: 24.5,2.5 + rot: 1.5707963267948966 rad + pos: 47.5,0.5 parent: 2 - - uid: 9304 + - uid: 9417 components: - type: Transform - pos: 25.5,2.5 + pos: 51.5,2.5 parent: 2 - - uid: 9305 + - uid: 9418 components: - type: Transform - pos: 25.5,3.5 + rot: -1.5707963267948966 rad + pos: 52.5,-0.5 parent: 2 - - uid: 9306 + - uid: 9419 components: - type: Transform - pos: 22.5,2.5 + rot: 3.141592653589793 rad + pos: 39.5,-5.5 parent: 2 - - uid: 9307 + - uid: 9420 components: - type: Transform - pos: 21.5,2.5 + rot: 1.5707963267948966 rad + pos: 34.5,-3.5 parent: 2 - - uid: 9308 + - uid: 9421 components: - type: Transform - pos: 21.5,3.5 + pos: 39.5,-12.5 parent: 2 - - uid: 9309 +- proto: RandomSpawner100 + entities: + - uid: 9388 components: - type: Transform - pos: 24.5,-3.5 + rot: -1.5707963267948966 rad + pos: -36.5,-13.5 parent: 2 - - uid: 9310 +- proto: RandomVending + entities: + - uid: 3004 components: - type: Transform - pos: 24.5,-4.5 + pos: -7.5,-14.5 parent: 2 - - uid: 9311 + - uid: 8176 components: - type: Transform - pos: 22.5,-4.5 + pos: -26.5,-38.5 parent: 2 - - uid: 9312 + - uid: 8203 components: - type: Transform - pos: 22.5,-3.5 + pos: -8.5,-37.5 parent: 2 - - uid: 9313 +- proto: RandomVendingDrinks + entities: + - uid: 3069 components: - type: Transform - pos: 46.5,-10.5 + pos: 4.5,23.5 parent: 2 - - uid: 9314 +- proto: RandomVendingSnacks + entities: + - uid: 3068 components: - type: Transform - pos: 46.5,-9.5 + pos: -5.5,23.5 parent: 2 - - uid: 9315 +- proto: ReinforcedWindow + entities: + - uid: 186 components: - type: Transform - pos: 47.5,-9.5 + pos: 3.5,-16.5 parent: 2 - - uid: 9316 + - uid: 271 components: - type: Transform - pos: 47.5,-8.5 + pos: -14.5,-23.5 parent: 2 - - uid: 9317 + - uid: 272 components: - type: Transform - pos: 46.5,-12.5 + pos: -8.5,-23.5 parent: 2 - - uid: 9318 + - uid: 276 components: - type: Transform - pos: 46.5,-13.5 + pos: -15.5,-23.5 parent: 2 - - uid: 9319 + - uid: 277 components: - type: Transform - pos: 47.5,-13.5 + pos: -12.5,-23.5 parent: 2 - - uid: 9320 + - uid: 279 components: - type: Transform - pos: 47.5,-14.5 + pos: -11.5,-23.5 parent: 2 - - uid: 9321 + - uid: 280 components: - type: Transform - pos: -46.5,-12.5 + pos: -10.5,-23.5 parent: 2 - - uid: 9322 + - uid: 281 components: - type: Transform - pos: -46.5,-10.5 + pos: -7.5,-23.5 parent: 2 - - uid: 9323 + - uid: 330 components: - type: Transform - pos: -47.5,-10.5 + pos: 19.5,-39.5 parent: 2 - - uid: 9324 + - uid: 497 components: - type: Transform - pos: -47.5,-9.5 + pos: 17.5,-39.5 parent: 2 - - uid: 9325 + - uid: 529 components: - type: Transform - pos: -47.5,-12.5 + pos: -2.5,-28.5 parent: 2 - - uid: 9326 + - uid: 531 components: - type: Transform - pos: -47.5,-13.5 + pos: -2.5,-27.5 parent: 2 - - uid: 9327 + - uid: 532 components: - type: Transform - pos: -23.5,-3.5 + pos: -2.5,-26.5 parent: 2 - - uid: 9328 + - uid: 565 components: - type: Transform - pos: -23.5,-4.5 + pos: 6.5,-55.5 parent: 2 - - uid: 9329 + - uid: 566 components: - type: Transform - pos: -25.5,-4.5 + pos: 2.5,-49.5 parent: 2 - - uid: 9330 + - uid: 567 components: - type: Transform - pos: -25.5,-3.5 + pos: 3.5,-49.5 parent: 2 - - uid: 9331 + - uid: 570 components: - type: Transform - pos: -26.5,3.5 + pos: -4.5,-49.5 parent: 2 - - uid: 9389 + - uid: 571 components: - type: Transform - pos: -36.5,-21.5 + pos: -3.5,-49.5 parent: 2 - - uid: 9390 + - uid: 572 components: - type: Transform - pos: -36.5,-20.5 + pos: 6.5,-54.5 parent: 2 - - uid: 9391 + - uid: 573 components: - type: Transform - pos: -36.5,-19.5 + pos: 6.5,-53.5 parent: 2 - - uid: 9392 + - uid: 574 components: - type: Transform - pos: -36.5,-18.5 + pos: -7.5,-55.5 parent: 2 - - uid: 9393 + - uid: 575 components: - type: Transform - pos: -36.5,-17.5 + pos: -7.5,-54.5 parent: 2 - - uid: 9394 + - uid: 576 components: - type: Transform - pos: -36.5,-16.5 + pos: -7.5,-53.5 parent: 2 - - uid: 9395 + - uid: 577 components: - type: Transform - pos: -36.5,-15.5 + pos: 5.5,-59.5 parent: 2 - - uid: 9396 + - uid: 578 components: - type: Transform - pos: -36.5,-14.5 + pos: 5.5,-60.5 parent: 2 - - uid: 9397 + - uid: 579 components: - type: Transform - pos: -36.5,-13.5 + pos: 5.5,-61.5 parent: 2 - - uid: 9398 + - uid: 580 components: - type: Transform - pos: -37.5,-17.5 + pos: 5.5,-62.5 parent: 2 - - uid: 9399 + - uid: 581 components: - type: Transform - pos: -38.5,-17.5 + pos: -6.5,-62.5 parent: 2 - - uid: 9400 + - uid: 582 components: - type: Transform - pos: -39.5,-17.5 + pos: -6.5,-61.5 parent: 2 - - uid: 9462 + - uid: 583 components: - type: Transform - pos: -32.5,-18.5 + pos: -6.5,-60.5 parent: 2 - - uid: 9463 + - uid: 584 components: - type: Transform - pos: -33.5,-19.5 + pos: -6.5,-59.5 parent: 2 - - uid: 9465 + - uid: 585 components: - type: Transform - pos: -33.5,-18.5 + pos: -13.5,-66.5 parent: 2 - - uid: 9472 + - uid: 586 components: - type: Transform - pos: -31.5,-18.5 + pos: -12.5,-67.5 parent: 2 - - uid: 9473 + - uid: 587 components: - type: Transform - pos: -30.5,-18.5 + pos: 6.5,-66.5 parent: 2 - - uid: 9553 + - uid: 588 components: - type: Transform - pos: -7.5,38.5 + pos: 6.5,-67.5 parent: 2 - - uid: 9554 + - uid: 589 components: - type: Transform - pos: -8.5,38.5 + pos: -11.5,-68.5 parent: 2 - - uid: 9555 + - uid: 591 components: - type: Transform - pos: -9.5,38.5 + pos: 7.5,-67.5 parent: 2 - - uid: 9556 + - uid: 610 components: - type: Transform - pos: -7.5,35.5 + pos: -14.5,-62.5 parent: 2 - - uid: 9557 + - uid: 611 components: - type: Transform - pos: -8.5,35.5 + pos: -13.5,-67.5 parent: 2 - - uid: 9558 + - uid: 612 components: - type: Transform - pos: -9.5,35.5 + pos: -12.5,-68.5 parent: 2 - - uid: 9569 + - uid: 613 components: - type: Transform - pos: 3.5,26.5 + pos: -7.5,-66.5 parent: 2 - - uid: 9570 + - uid: 622 components: - type: Transform - pos: 4.5,26.5 + pos: -4.5,-48.5 parent: 2 - - uid: 9571 + - uid: 623 components: - type: Transform - pos: 5.5,26.5 + pos: -5.5,-48.5 parent: 2 - - uid: 9572 + - uid: 624 components: - type: Transform - pos: 6.5,26.5 + pos: 3.5,-48.5 parent: 2 - - uid: 9573 + - uid: 625 components: - type: Transform - pos: 7.5,26.5 + pos: 4.5,-48.5 parent: 2 - - uid: 9574 + - uid: 674 components: - type: Transform - pos: 7.5,25.5 + pos: -8.5,-68.5 parent: 2 - - uid: 9590 + - uid: 676 components: - type: Transform - pos: 4.5,37.5 + pos: -7.5,-67.5 parent: 2 - - uid: 9591 + - uid: 677 components: - type: Transform - pos: 3.5,37.5 + pos: -8.5,-67.5 parent: 2 - - uid: 9594 + - uid: 678 components: - type: Transform - pos: 5.5,37.5 + pos: -9.5,-68.5 parent: 2 - - uid: 9595 + - uid: 684 components: - type: Transform - pos: 6.5,37.5 + pos: -14.5,-60.5 parent: 2 - - uid: 9621 + - uid: 685 components: - type: Transform - pos: 7.5,37.5 + pos: -14.5,-59.5 parent: 2 - - uid: 9622 + - uid: 686 components: - type: Transform - pos: 8.5,37.5 + pos: -4.5,-44.5 parent: 2 - - uid: 9623 + - uid: 695 components: - type: Transform - pos: 9.5,37.5 + pos: 13.5,-62.5 parent: 2 -- proto: CableHV - entities: - - uid: 374 + - uid: 699 components: - type: Transform - pos: 1.5,17.5 + pos: 12.5,-53.5 parent: 2 - - uid: 770 + - uid: 700 components: - type: Transform - pos: 0.5,18.5 + pos: 12.5,-54.5 parent: 2 - - uid: 771 + - uid: 701 components: - type: Transform - pos: 1.5,18.5 + pos: 12.5,-55.5 parent: 2 - - uid: 3108 + - uid: 708 components: - type: Transform - pos: -43.5,-9.5 + pos: 12.5,-48.5 parent: 2 - - uid: 3139 + - uid: 709 components: - type: Transform - pos: 2.5,35.5 + pos: 12.5,-49.5 parent: 2 - - uid: 3142 + - uid: 716 components: - type: Transform - pos: 0.5,35.5 + pos: 3.5,-44.5 parent: 2 - - uid: 3143 + - uid: 717 components: - type: Transform - pos: 0.5,34.5 + pos: 4.5,-44.5 parent: 2 - - uid: 3144 + - uid: 718 components: - type: Transform - pos: 0.5,33.5 + pos: 5.5,-44.5 parent: 2 - - uid: 3145 + - uid: 731 components: - type: Transform - pos: 0.5,32.5 + pos: -13.5,-55.5 parent: 2 - - uid: 3146 + - uid: 733 components: - type: Transform - pos: 0.5,31.5 + pos: -14.5,-61.5 parent: 2 - - uid: 3379 + - uid: 747 components: - type: Transform - pos: 0.5,30.5 + pos: -13.5,-53.5 parent: 2 - - uid: 3380 + - uid: 748 components: - type: Transform - pos: 0.5,29.5 + pos: -13.5,-54.5 parent: 2 - - uid: 3381 + - uid: 756 components: - type: Transform - pos: -0.5,29.5 + pos: 12.5,-47.5 parent: 2 - - uid: 3382 + - uid: 773 components: - type: Transform - pos: -1.5,29.5 + pos: 13.5,-61.5 parent: 2 - - uid: 3383 + - uid: 789 components: - type: Transform - pos: -2.5,29.5 + pos: -6.5,-44.5 parent: 2 - - uid: 3384 + - uid: 790 components: - type: Transform - pos: -3.5,29.5 + pos: -5.5,-44.5 parent: 2 - - uid: 3385 + - uid: 799 components: - type: Transform - pos: -4.5,29.5 + pos: -13.5,-47.5 parent: 2 - - uid: 3386 + - uid: 800 components: - type: Transform - pos: -4.5,28.5 + pos: -13.5,-48.5 parent: 2 - - uid: 3387 + - uid: 801 components: - type: Transform - pos: -4.5,27.5 + pos: -13.5,-49.5 parent: 2 - - uid: 3388 + - uid: 802 components: - type: Transform - pos: -4.5,26.5 + pos: 13.5,-60.5 parent: 2 - - uid: 3389 + - uid: 803 components: - type: Transform - pos: -5.5,26.5 + pos: 13.5,-59.5 parent: 2 - - uid: 3390 + - uid: 817 components: - type: Transform - pos: -6.5,26.5 + pos: 7.5,-68.5 parent: 2 - - uid: 3391 + - uid: 818 components: - type: Transform - pos: -7.5,26.5 + pos: 8.5,-68.5 parent: 2 - - uid: 3392 + - uid: 819 components: - type: Transform - pos: -8.5,26.5 + pos: 10.5,-68.5 parent: 2 - - uid: 3393 + - uid: 820 components: - type: Transform - pos: -8.5,27.5 + pos: 11.5,-68.5 parent: 2 - - uid: 3394 + - uid: 821 components: - type: Transform - pos: -8.5,28.5 + pos: 11.5,-67.5 parent: 2 - - uid: 3395 + - uid: 822 components: - type: Transform - pos: -8.5,29.5 + pos: 12.5,-67.5 parent: 2 - - uid: 3396 + - uid: 823 components: - type: Transform - pos: -8.5,30.5 + pos: 12.5,-66.5 parent: 2 - - uid: 3397 + - uid: 843 components: - type: Transform - pos: -7.5,30.5 + pos: -6.5,-40.5 parent: 2 - - uid: 3398 + - uid: 844 components: - type: Transform - pos: -8.5,25.5 + pos: -6.5,-39.5 parent: 2 - - uid: 3399 + - uid: 845 components: - type: Transform - pos: -8.5,24.5 + pos: -6.5,-38.5 parent: 2 - - uid: 3400 + - uid: 846 components: - type: Transform - pos: -8.5,23.5 + pos: -1.5,-36.5 parent: 2 - - uid: 3401 + - uid: 847 components: - type: Transform - pos: -8.5,22.5 + pos: -0.5,-36.5 parent: 2 - - uid: 3402 + - uid: 848 components: - type: Transform - pos: -7.5,22.5 + pos: 0.5,-36.5 parent: 2 - - uid: 3403 + - uid: 849 components: - type: Transform - pos: -6.5,22.5 + pos: 5.5,-38.5 parent: 2 - - uid: 3404 + - uid: 850 components: - type: Transform - pos: -5.5,22.5 + pos: 5.5,-39.5 parent: 2 - - uid: 3405 + - uid: 851 components: - type: Transform - pos: -4.5,22.5 + pos: 5.5,-40.5 parent: 2 - - uid: 3406 + - uid: 852 components: - type: Transform - pos: -3.5,22.5 + pos: 0.5,-42.5 parent: 2 - - uid: 3407 + - uid: 853 components: - type: Transform - pos: -2.5,22.5 + pos: -0.5,-42.5 parent: 2 - - uid: 3408 + - uid: 854 components: - type: Transform - pos: -1.5,22.5 + pos: -1.5,-42.5 parent: 2 - - uid: 3409 + - uid: 916 components: - type: Transform - pos: -0.5,22.5 + pos: -18.5,-39.5 parent: 2 - - uid: 3410 + - uid: 917 components: - type: Transform - pos: -0.5,21.5 + pos: -20.5,-39.5 parent: 2 - - uid: 3411 + - uid: 970 components: - type: Transform - pos: -0.5,20.5 + pos: 23.5,-11.5 parent: 2 - - uid: 3412 + - uid: 974 components: - type: Transform - pos: -0.5,19.5 + pos: 26.5,-10.5 parent: 2 - - uid: 3413 + - uid: 975 components: - type: Transform - pos: -0.5,18.5 + pos: 25.5,-10.5 parent: 2 - - uid: 3414 + - uid: 1035 components: - type: Transform - pos: -0.5,17.5 + pos: 24.5,-4.5 parent: 2 - - uid: 3415 + - uid: 1036 components: - type: Transform - pos: -0.5,16.5 + pos: 22.5,-4.5 parent: 2 - - uid: 3416 + - uid: 1056 components: - type: Transform - pos: -0.5,15.5 + pos: 23.5,-13.5 parent: 2 - - uid: 3417 + - uid: 1063 components: - type: Transform - pos: -0.5,14.5 + pos: 23.5,-12.5 parent: 2 - - uid: 3418 + - uid: 1131 components: - type: Transform - pos: -0.5,13.5 + pos: 25.5,3.5 parent: 2 - - uid: 3419 + - uid: 1132 components: - type: Transform - pos: -0.5,12.5 + pos: 21.5,3.5 parent: 2 - - uid: 3420 + - uid: 1202 components: - type: Transform - pos: -0.5,11.5 + pos: 27.5,6.5 parent: 2 - - uid: 3421 + - uid: 1203 components: - type: Transform - pos: -0.5,10.5 + pos: 27.5,7.5 parent: 2 - - uid: 3422 + - uid: 1251 components: - type: Transform - pos: -0.5,9.5 + pos: 35.5,10.5 parent: 2 - - uid: 3423 + - uid: 1252 components: - type: Transform - pos: -0.5,7.5 + pos: 36.5,10.5 parent: 2 - - uid: 3424 + - uid: 1253 components: - type: Transform - pos: -0.5,8.5 + pos: 37.5,10.5 parent: 2 - - uid: 3425 + - uid: 1254 components: - type: Transform - pos: -0.5,6.5 + pos: 37.5,9.5 parent: 2 - - uid: 3426 + - uid: 1255 components: - type: Transform - pos: -0.5,5.5 + pos: 38.5,9.5 parent: 2 - - uid: 3427 + - uid: 1308 components: - type: Transform - pos: -0.5,4.5 + pos: 47.5,-13.5 parent: 2 - - uid: 3428 + - uid: 1309 components: - type: Transform - pos: 0.5,4.5 + pos: 47.5,-14.5 parent: 2 - - uid: 3429 + - uid: 1311 components: - type: Transform - pos: 1.5,4.5 + pos: 47.5,-9.5 parent: 2 - - uid: 3430 + - uid: 1318 components: - type: Transform - pos: 2.5,4.5 + pos: 47.5,-8.5 parent: 2 - - uid: 3431 + - uid: 1407 components: - type: Transform - pos: 3.5,4.5 + pos: 54.5,-13.5 parent: 2 - - uid: 3432 + - uid: 1408 components: - type: Transform - pos: 4.5,4.5 + pos: 54.5,-12.5 parent: 2 - - uid: 3433 + - uid: 1409 components: - type: Transform - pos: 4.5,3.5 + pos: 54.5,-11.5 parent: 2 - - uid: 3434 + - uid: 1516 components: - type: Transform - pos: 5.5,3.5 + pos: 60.5,-12.5 parent: 2 - - uid: 3435 + - uid: 1517 components: - type: Transform - pos: 5.5,2.5 + pos: 60.5,-11.5 parent: 2 - - uid: 3436 + - uid: 1518 components: - type: Transform - pos: 5.5,0.5 + pos: 60.5,-10.5 parent: 2 - - uid: 3437 + - uid: 1519 components: - type: Transform - pos: 5.5,1.5 + pos: 61.5,-14.5 parent: 2 - - uid: 3438 + - uid: 1520 components: - type: Transform - pos: 5.5,-0.5 + pos: 61.5,-15.5 parent: 2 - - uid: 3439 + - uid: 1649 components: - type: Transform - pos: 6.5,-0.5 + pos: -2.5,-3.5 parent: 2 - - uid: 3440 + - uid: 1650 components: - type: Transform - pos: 7.5,-0.5 + pos: -1.5,-3.5 parent: 2 - - uid: 3441 + - uid: 1651 components: - type: Transform - pos: 8.5,-0.5 + pos: -0.5,-3.5 parent: 2 - - uid: 3442 + - uid: 1652 components: - type: Transform - pos: 9.5,-0.5 + pos: 0.5,-3.5 parent: 2 - - uid: 3443 + - uid: 1653 components: - type: Transform - pos: 10.5,-0.5 + pos: 1.5,-3.5 parent: 2 - - uid: 3444 + - uid: 1654 components: - type: Transform - pos: 11.5,-0.5 + pos: 1.5,2.5 parent: 2 - - uid: 3445 + - uid: 1655 components: - type: Transform - pos: 12.5,-0.5 + pos: 0.5,2.5 parent: 2 - - uid: 3446 + - uid: 1656 components: - type: Transform - pos: 13.5,-0.5 + pos: -0.5,2.5 parent: 2 - - uid: 3447 + - uid: 1657 components: - type: Transform - pos: 13.5,-1.5 + pos: -1.5,2.5 parent: 2 - - uid: 3448 + - uid: 1658 components: - type: Transform - pos: 13.5,-2.5 + pos: -2.5,2.5 parent: 2 - - uid: 3449 + - uid: 1659 components: - type: Transform - pos: 13.5,-3.5 + pos: -4.5,0.5 parent: 2 - - uid: 3450 + - uid: 1660 components: - type: Transform - pos: 13.5,-4.5 + pos: -4.5,-1.5 parent: 2 - - uid: 3451 + - uid: 1661 components: - type: Transform - pos: 13.5,-5.5 + pos: 3.5,-1.5 parent: 2 - - uid: 3452 + - uid: 1662 components: - type: Transform - pos: 12.5,-5.5 + pos: 3.5,0.5 parent: 2 - - uid: 3453 + - uid: 1820 components: - type: Transform - pos: 11.5,-5.5 + pos: 9.5,-0.5 parent: 2 - - uid: 3454 + - uid: 1821 components: - type: Transform - pos: 10.5,-5.5 + pos: 11.5,-0.5 parent: 2 - - uid: 3455 + - uid: 1822 components: - type: Transform - pos: 10.5,-4.5 + pos: -0.5,-9.5 parent: 2 - - uid: 3456 + - uid: 1823 components: - type: Transform - pos: 14.5,-0.5 + pos: -0.5,10.5 parent: 2 - - uid: 3457 + - uid: 1824 components: - type: Transform - pos: 15.5,-0.5 + pos: -0.5,8.5 parent: 2 - - uid: 3458 + - uid: 1825 components: - type: Transform - pos: 16.5,-0.5 + pos: -10.5,-0.5 parent: 2 - - uid: 3459 + - uid: 1826 components: - type: Transform - pos: 17.5,-0.5 + pos: -12.5,-0.5 parent: 2 - - uid: 3460 + - uid: 1827 components: - type: Transform - pos: 18.5,-0.5 + pos: -0.5,-11.5 parent: 2 - - uid: 3461 + - uid: 1901 components: - type: Transform - pos: 19.5,-0.5 + pos: -26.5,-10.5 parent: 2 - - uid: 3462 + - uid: 1902 components: - type: Transform - pos: 20.5,-0.5 + pos: -25.5,-10.5 parent: 2 - - uid: 3463 + - uid: 1903 components: - type: Transform - pos: 21.5,-0.5 + pos: -24.5,-10.5 parent: 2 - - uid: 3464 + - uid: 2052 components: - type: Transform - pos: 22.5,-0.5 + pos: -25.5,-4.5 parent: 2 - - uid: 3465 + - uid: 2053 components: - type: Transform - pos: 23.5,-0.5 + pos: -23.5,-4.5 parent: 2 - - uid: 3466 + - uid: 2122 components: - type: Transform - pos: 24.5,-0.5 + pos: -27.5,22.5 parent: 2 - - uid: 3467 + - uid: 2141 components: - type: Transform - pos: 25.5,-0.5 + pos: -26.5,3.5 parent: 2 - - uid: 3468 + - uid: 2142 components: - type: Transform - pos: 26.5,-0.5 + pos: -24.5,3.5 parent: 2 - - uid: 3469 + - uid: 2143 components: - type: Transform - pos: 27.5,-0.5 + pos: -22.5,3.5 parent: 2 - - uid: 3470 + - uid: 2269 components: - type: Transform - pos: 28.5,-0.5 + pos: -29.5,12.5 parent: 2 - - uid: 3471 + - uid: 2270 components: - type: Transform - pos: 28.5,0.5 + pos: -29.5,13.5 parent: 2 - - uid: 3472 + - uid: 2271 components: - type: Transform - pos: 28.5,1.5 + pos: -19.5,12.5 parent: 2 - - uid: 3473 + - uid: 2272 components: - type: Transform - pos: 28.5,2.5 + pos: -19.5,13.5 parent: 2 - - uid: 3474 + - uid: 2300 components: - type: Transform - pos: 28.5,3.5 + pos: -17.5,15.5 parent: 2 - - uid: 3475 + - uid: 2301 components: - type: Transform - pos: 29.5,3.5 + pos: -16.5,15.5 parent: 2 - - uid: 3476 + - uid: 2302 components: - type: Transform - pos: 30.5,3.5 + pos: -15.5,15.5 parent: 2 - - uid: 3477 + - uid: 2330 components: - type: Transform - pos: 31.5,3.5 + pos: -33.5,16.5 parent: 2 - - uid: 3478 + - uid: 2335 components: - type: Transform - pos: 32.5,3.5 + pos: -34.5,16.5 parent: 2 - - uid: 3479 + - uid: 2338 components: - type: Transform - pos: 33.5,3.5 + pos: -35.5,16.5 parent: 2 - - uid: 3480 + - uid: 2365 components: - type: Transform - pos: 34.5,3.5 + pos: -43.5,10.5 parent: 2 - - uid: 3481 + - uid: 2366 components: - type: Transform - pos: 35.5,3.5 + pos: -43.5,11.5 parent: 2 - - uid: 3482 + - uid: 2367 components: - type: Transform - pos: 36.5,3.5 + pos: -43.5,12.5 parent: 2 - - uid: 3483 + - uid: 2396 components: - type: Transform - pos: 37.5,3.5 + pos: -35.5,15.5 parent: 2 - - uid: 3484 + - uid: 2401 components: - type: Transform - pos: 38.5,3.5 + pos: -23.5,22.5 parent: 2 - - uid: 3485 + - uid: 2402 components: - type: Transform - pos: 39.5,3.5 + pos: -24.5,22.5 parent: 2 - - uid: 3486 + - uid: 2405 components: - type: Transform - pos: 40.5,3.5 + pos: -24.5,17.5 parent: 2 - - uid: 3487 + - uid: 2418 components: - type: Transform - pos: 41.5,3.5 + pos: -29.5,1.5 parent: 2 - - uid: 3488 + - uid: 2419 components: - type: Transform - pos: 42.5,3.5 + pos: -28.5,1.5 parent: 2 - - uid: 3489 + - uid: 2420 components: - type: Transform - pos: 43.5,3.5 + pos: -31.5,1.5 parent: 2 - - uid: 3490 + - uid: 2421 components: - type: Transform - pos: 43.5,4.5 + pos: -32.5,1.5 parent: 2 - - uid: 3491 + - uid: 2422 components: - type: Transform - pos: 43.5,5.5 + pos: -30.5,3.5 parent: 2 - - uid: 3492 + - uid: 2423 components: - type: Transform - pos: 43.5,6.5 + pos: -29.5,3.5 parent: 2 - - uid: 3493 + - uid: 2424 components: - type: Transform - pos: 44.5,6.5 + pos: -20.5,1.5 parent: 2 - - uid: 3494 + - uid: 2425 components: - type: Transform - pos: 29.5,-0.5 + pos: -19.5,1.5 parent: 2 - - uid: 3495 + - uid: 2426 components: - type: Transform - pos: 30.5,-0.5 + pos: -19.5,3.5 parent: 2 - - uid: 3496 + - uid: 2427 components: - type: Transform - pos: 31.5,-0.5 + pos: -18.5,3.5 parent: 2 - - uid: 3497 + - uid: 2428 components: - type: Transform - pos: 32.5,-0.5 + pos: -17.5,1.5 parent: 2 - - uid: 3498 + - uid: 2429 components: - type: Transform - pos: 33.5,-0.5 + pos: -16.5,1.5 parent: 2 - - uid: 3499 + - uid: 2499 components: - type: Transform - pos: 34.5,-0.5 + pos: -52.5,-16.5 parent: 2 - - uid: 3500 + - uid: 2500 components: - type: Transform - pos: 35.5,-0.5 + pos: -51.5,-16.5 parent: 2 - - uid: 3501 + - uid: 2501 components: - type: Transform - pos: 36.5,-0.5 + pos: -52.5,-6.5 parent: 2 - - uid: 3502 + - uid: 2502 components: - type: Transform - pos: 37.5,-0.5 + pos: -51.5,-6.5 parent: 2 - - uid: 3503 + - uid: 2503 components: - type: Transform - pos: 38.5,-0.5 + pos: -47.5,-9.5 parent: 2 - - uid: 3504 + - uid: 2504 components: - type: Transform - pos: 39.5,-0.5 + pos: -47.5,-10.5 parent: 2 - - uid: 3505 + - uid: 2505 components: - type: Transform - pos: 40.5,-0.5 + pos: -47.5,-12.5 parent: 2 - - uid: 3506 + - uid: 2506 components: - type: Transform - pos: 41.5,-0.5 + pos: -47.5,-13.5 parent: 2 - - uid: 3507 + - uid: 2509 components: - type: Transform - pos: 42.5,-0.5 + pos: -56.5,-8.5 parent: 2 - - uid: 3508 + - uid: 2510 components: - type: Transform - pos: 43.5,-0.5 + pos: -57.5,-8.5 parent: 2 - - uid: 3509 + - uid: 2515 components: - type: Transform - pos: 43.5,-1.5 + pos: -57.5,-14.5 parent: 2 - - uid: 3510 + - uid: 2516 components: - type: Transform - pos: 43.5,-2.5 + pos: -56.5,-14.5 parent: 2 - - uid: 3511 + - uid: 2518 components: - type: Transform - pos: 43.5,-3.5 + pos: -59.5,-12.5 parent: 2 - - uid: 3512 + - uid: 2520 components: - type: Transform - pos: 43.5,-4.5 + pos: -59.5,-10.5 parent: 2 - - uid: 3513 + - uid: 2625 components: - type: Transform - pos: 43.5,-5.5 + pos: -53.5,6.5 parent: 2 - - uid: 3514 + - uid: 2626 components: - type: Transform - pos: 43.5,-6.5 + pos: -52.5,6.5 parent: 2 - - uid: 3515 + - uid: 2627 components: - type: Transform - pos: 43.5,-7.5 + pos: -51.5,6.5 parent: 2 - - uid: 3516 + - uid: 2673 components: - type: Transform - pos: 43.5,-8.5 + pos: -56.5,-3.5 parent: 2 - - uid: 3517 + - uid: 2674 components: - type: Transform - pos: 43.5,-9.5 + pos: -56.5,-2.5 parent: 2 - - uid: 3518 + - uid: 2675 components: - type: Transform - pos: 43.5,-10.5 + pos: -56.5,-1.5 parent: 2 - - uid: 3519 + - uid: 2676 components: - type: Transform - pos: 43.5,-11.5 + pos: -56.5,-0.5 parent: 2 - - uid: 3520 + - uid: 2677 components: - type: Transform - pos: 43.5,-12.5 + pos: -56.5,2.5 parent: 2 - - uid: 3521 + - uid: 2678 components: - type: Transform - pos: 35.5,-1.5 + pos: -56.5,3.5 parent: 2 - - uid: 3522 + - uid: 2727 components: - type: Transform - pos: 35.5,-2.5 + pos: -56.5,-18.5 parent: 2 - - uid: 3523 + - uid: 2728 components: - type: Transform - pos: 35.5,-3.5 + pos: -56.5,-20.5 parent: 2 - - uid: 3524 + - uid: 2729 components: - type: Transform - pos: 35.5,-4.5 + pos: -56.5,-22.5 parent: 2 - - uid: 3525 + - uid: 2785 components: - type: Transform - pos: 35.5,-5.5 + pos: -56.5,-27.5 parent: 2 - - uid: 3526 + - uid: 2788 components: - type: Transform - pos: 35.5,-6.5 + pos: -56.5,-26.5 parent: 2 - - uid: 3527 + - uid: 2818 components: - type: Transform - pos: 35.5,-7.5 + pos: -56.5,-25.5 parent: 2 - - uid: 3528 + - uid: 2819 components: - type: Transform - pos: 34.5,-7.5 + pos: -53.5,-29.5 parent: 2 - - uid: 3529 + - uid: 2820 components: - type: Transform - pos: 33.5,-7.5 + pos: -51.5,-29.5 parent: 2 - - uid: 3530 + - uid: 3024 components: - type: Transform - pos: 33.5,-6.5 + pos: -2.5,18.5 parent: 2 - - uid: 3531 + - uid: 3025 components: - type: Transform - pos: 42.5,-12.5 + pos: -2.5,17.5 parent: 2 - - uid: 3532 + - uid: 3026 components: - type: Transform - pos: 41.5,-12.5 + pos: -2.5,15.5 parent: 2 - - uid: 3533 + - uid: 3027 components: - type: Transform - pos: 40.5,-12.5 + pos: -2.5,14.5 parent: 2 - - uid: 3534 + - uid: 3028 components: - type: Transform - pos: 39.5,-12.5 + pos: -2.5,12.5 parent: 2 - - uid: 3535 + - uid: 3029 components: - type: Transform - pos: 38.5,-12.5 + pos: -2.5,11.5 parent: 2 - - uid: 3536 + - uid: 3030 components: - type: Transform - pos: 37.5,-12.5 + pos: 1.5,11.5 parent: 2 - - uid: 3537 + - uid: 3031 components: - type: Transform - pos: 37.5,-11.5 + pos: 1.5,12.5 parent: 2 - - uid: 3538 + - uid: 3032 components: - type: Transform - pos: 37.5,-10.5 + pos: 1.5,14.5 parent: 2 - - uid: 3539 + - uid: 3033 components: - type: Transform - pos: 37.5,-9.5 + pos: 1.5,15.5 parent: 2 - - uid: 3540 + - uid: 3034 components: - type: Transform - pos: 37.5,-8.5 + pos: 1.5,17.5 parent: 2 - - uid: 3541 + - uid: 3035 components: - type: Transform - pos: 37.5,-7.5 + pos: 1.5,18.5 parent: 2 - - uid: 3542 + - uid: 3064 components: - type: Transform - pos: 37.5,-6.5 + pos: 13.5,-45.5 parent: 2 - - uid: 3543 + - uid: 3352 components: - type: Transform - pos: 37.5,-5.5 + pos: 54.5,0.5 parent: 2 - - uid: 3544 + - uid: 3353 components: - type: Transform - pos: 36.5,-5.5 + pos: 54.5,1.5 parent: 2 - - uid: 3545 + - uid: 3354 components: - type: Transform - pos: 44.5,-0.5 + pos: 54.5,2.5 parent: 2 - - uid: 3546 + - uid: 5693 components: - type: Transform - pos: 45.5,-0.5 + pos: 17.5,9.5 parent: 2 - - uid: 3547 + - uid: 5694 components: - type: Transform - pos: 46.5,-0.5 + pos: 16.5,9.5 parent: 2 - - uid: 3548 + - uid: 5695 components: - type: Transform - pos: 46.5,0.5 + pos: 15.5,9.5 parent: 2 - - uid: 3549 + - uid: 5702 components: - type: Transform - pos: 46.5,1.5 + pos: -18.5,-43.5 parent: 2 - - uid: 3550 + - uid: 5703 components: - type: Transform - pos: 46.5,2.5 + pos: -16.5,-45.5 parent: 2 - - uid: 3551 + - uid: 5704 components: - type: Transform - pos: 46.5,3.5 + pos: -15.5,-45.5 parent: 2 - - uid: 3552 + - uid: 7595 components: - type: Transform - pos: 45.5,3.5 + pos: -14.5,-45.5 parent: 2 - - uid: 3553 + - uid: 7627 components: - type: Transform - pos: 44.5,3.5 + pos: -18.5,-44.5 parent: 2 - - uid: 3554 + - uid: 7812 components: - type: Transform - pos: 0.5,22.5 + pos: 32.5,10.5 parent: 2 - - uid: 3555 + - uid: 7813 components: - type: Transform - pos: 1.5,22.5 + pos: 31.5,10.5 parent: 2 - - uid: 3556 + - uid: 7886 components: - type: Transform - pos: 2.5,22.5 + pos: 34.5,-35.5 parent: 2 - - uid: 3557 + - uid: 7941 components: - type: Transform - pos: 2.5,23.5 + pos: 45.5,-21.5 parent: 2 - - uid: 3558 + - uid: 7943 components: - type: Transform - pos: 2.5,24.5 + pos: 45.5,-23.5 parent: 2 - - uid: 3559 + - uid: 7944 components: - type: Transform - pos: 2.5,25.5 + pos: 44.5,-24.5 parent: 2 - - uid: 3560 + - uid: 7946 components: - type: Transform - pos: 2.5,26.5 + pos: 42.5,-24.5 parent: 2 - - uid: 3561 + - uid: 7951 components: - type: Transform - pos: 2.5,27.5 + pos: 34.5,-36.5 parent: 2 - - uid: 3562 + - uid: 7952 components: - type: Transform - pos: 2.5,28.5 + pos: 34.5,-37.5 parent: 2 - - uid: 3563 + - uid: 8056 components: - type: Transform - pos: 2.5,29.5 + pos: -21.5,22.5 parent: 2 - - uid: 3564 + - uid: 8068 components: - type: Transform - pos: 1.5,29.5 + pos: -22.5,14.5 parent: 2 - - uid: 3565 + - uid: 8166 components: - type: Transform - pos: 43.5,-13.5 + pos: -35.5,-34.5 parent: 2 - - uid: 3566 + - uid: 8167 components: - type: Transform - pos: 43.5,-14.5 + pos: -35.5,-32.5 parent: 2 - - uid: 3567 + - uid: 8168 components: - type: Transform - pos: 43.5,-15.5 + pos: -35.5,-31.5 parent: 2 - - uid: 3568 + - uid: 8169 components: - type: Transform - pos: 43.5,-16.5 + pos: -35.5,-30.5 parent: 2 - - uid: 3569 + - uid: 8170 components: - type: Transform - pos: 43.5,-17.5 + pos: -35.5,-29.5 parent: 2 - - uid: 3570 + - uid: 8171 components: - type: Transform - pos: 43.5,-18.5 + pos: -35.5,-27.5 parent: 2 - - uid: 3571 + - uid: 8411 components: - type: Transform - pos: 43.5,-19.5 + pos: -21.5,14.5 parent: 2 - - uid: 3572 + - uid: 8739 components: - type: Transform - pos: 43.5,-20.5 + pos: -24.5,15.5 parent: 2 - - uid: 3573 + - uid: 8740 components: - type: Transform - pos: 43.5,-21.5 + pos: -20.5,22.5 parent: 2 - - uid: 3574 + - uid: 8753 components: - type: Transform - pos: 43.5,-22.5 + pos: -26.5,22.5 parent: 2 - - uid: 3575 + - uid: 9229 components: - type: Transform - pos: 42.5,-22.5 + pos: 14.5,-45.5 parent: 2 - - uid: 3576 + - uid: 9230 components: - type: Transform - pos: 41.5,-22.5 + pos: 15.5,-45.5 parent: 2 - - uid: 3577 + - uid: 9231 components: - type: Transform - pos: 40.5,-22.5 + pos: 17.5,-44.5 parent: 2 - - uid: 3578 + - uid: 9232 components: - type: Transform - pos: 39.5,-22.5 + pos: 17.5,-43.5 parent: 2 - - uid: 3579 +- proto: RubberStampApproved + entities: + - uid: 1097 components: - type: Transform - pos: 38.5,-22.5 + pos: 20.660002,-5.9933825 parent: 2 - - uid: 3580 + - uid: 8085 components: - type: Transform - pos: 37.5,-22.5 + pos: -34.58822,15.763747 parent: 2 - - uid: 3581 + - uid: 8151 components: - type: Transform - pos: 36.5,-22.5 + pos: -50.348988,-20.302904 parent: 2 - - uid: 3582 +- proto: RubberStampCentcom + entities: + - uid: 9577 components: - type: Transform - pos: 35.5,-22.5 + pos: -0.7835331,38.41855 parent: 2 - - uid: 3583 +- proto: RubberStampDenied + entities: + - uid: 1096 components: - type: Transform - pos: 34.5,-22.5 + pos: 20.394657,-6.1408753 parent: 2 - - uid: 3584 + - uid: 8081 components: - type: Transform - pos: 33.5,-22.5 + pos: -34.52919,15.52776 parent: 2 - - uid: 3585 + - uid: 8152 components: - type: Transform - pos: 32.5,-22.5 + pos: -50.64414,-20.125914 parent: 2 - - uid: 3586 +- proto: SalvageCanisterSpawner + entities: + - uid: 8532 components: - type: Transform - pos: 32.5,-23.5 + pos: -3.5,25.5 parent: 2 - - uid: 3587 + - uid: 8544 components: - type: Transform - pos: 32.5,-24.5 + pos: 41.5,5.5 parent: 2 - - uid: 3588 + - uid: 8561 components: - type: Transform - pos: 32.5,-25.5 + pos: 38.5,-9.5 parent: 2 - - uid: 3589 + - uid: 8604 components: - type: Transform - pos: 32.5,-26.5 + pos: -34.5,-15.5 parent: 2 - - uid: 3590 + - uid: 8618 components: - type: Transform - pos: 32.5,-27.5 + pos: -31.5,-12.5 parent: 2 - - uid: 3591 +- proto: Screwdriver + entities: + - uid: 9547 components: - type: Transform - pos: 32.5,-28.5 + pos: 6.4358597,25.45479 parent: 2 - - uid: 3592 +- proto: SheetGlass + entities: + - uid: 9600 components: - type: Transform - pos: 32.5,-29.5 + pos: 5.3134494,38.60083 parent: 2 - - uid: 3593 +- proto: SheetPlastic + entities: + - uid: 9599 components: - type: Transform - pos: 32.5,-30.5 + pos: 5.3134494,38.75708 parent: 2 - - uid: 3594 +- proto: SheetSteel + entities: + - uid: 9598 components: - type: Transform - pos: 32.5,-31.5 + pos: 5.3446994,38.428955 parent: 2 - - uid: 3595 +- proto: SheetSteel10 + entities: + - uid: 1536 components: - type: Transform - pos: 32.5,-32.5 + rot: -1.5707963267948966 rad + pos: 48.210487,-16.425406 parent: 2 - - uid: 3596 +- proto: ShowcaseRobot + entities: + - uid: 3009 components: - type: Transform - pos: 32.5,-33.5 + pos: 4.5,17.5 parent: 2 - - uid: 3597 +- proto: ShowcaseRobotAntique + entities: + - uid: 3010 components: - type: Transform - pos: 32.5,-34.5 + pos: -5.5,17.5 parent: 2 - - uid: 3598 +- proto: ShowcaseRobotMarauder + entities: + - uid: 7726 components: - type: Transform - pos: 32.5,-35.5 + pos: 4.5,12.5 parent: 2 - - uid: 3599 +- proto: ShowcaseRobotWhite + entities: + - uid: 3166 components: - type: Transform - pos: 32.5,-36.5 + pos: -5.5,12.5 parent: 2 - - uid: 3600 +- proto: ShuttersNormalOpen + entities: + - uid: 9073 components: - type: Transform - pos: 32.5,-37.5 + pos: -22.5,14.5 parent: 2 - - uid: 3601 + - type: DeviceLinkSink + links: + - 3347 + - uid: 9074 components: - type: Transform - pos: 32.5,-38.5 + pos: -21.5,14.5 parent: 2 - - uid: 3602 + - type: DeviceLinkSink + links: + - 3347 +- proto: ShuttleWindow + entities: + - uid: 3129 components: - type: Transform - pos: 32.5,-39.5 + pos: -8.5,35.5 parent: 2 - - uid: 3603 + - uid: 3135 components: - type: Transform - pos: 9.5,-39.5 + pos: -8.5,38.5 parent: 2 - - uid: 3604 +- proto: SignalButton + entities: + - uid: 7787 components: - type: Transform - pos: 31.5,-39.5 + pos: -2.4993017,1.0757885 parent: 2 - - uid: 3605 + - type: DeviceLinkSource + linkedPorts: + 2936: + - Pressed: Toggle + 2935: + - Pressed: Toggle + 2934: + - Pressed: Toggle + 2933: + - Pressed: Toggle + 2932: + - Pressed: Toggle + - uid: 8665 components: - type: Transform - pos: 30.5,-39.5 + rot: 3.141592653589793 rad + pos: 36.5,5.5 parent: 2 - - uid: 3606 + - type: DeviceLinkSource + linkedPorts: + 8364: + - Pressed: Toggle + - uid: 8666 components: - type: Transform - pos: 29.5,-39.5 + rot: 3.141592653589793 rad + pos: 59.5,-18.5 parent: 2 - - uid: 3607 + - type: DeviceLinkSource + linkedPorts: + 8390: + - Pressed: Toggle + - uid: 8667 components: - type: Transform - pos: 28.5,-39.5 + pos: -38.5,14.5 parent: 2 - - uid: 3608 + - type: DeviceLinkSource + linkedPorts: + 8414: + - Pressed: Toggle + - uid: 8668 components: - type: Transform - pos: 27.5,-39.5 - parent: 2 - - uid: 3609 + rot: 3.141592653589793 rad + pos: -25.5,-20.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8441: + - Pressed: Toggle + - uid: 8669 + components: + - type: Transform + pos: -48.5,5.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8426: + - Pressed: Toggle + 8425: + - Pressed: Toggle + - uid: 8670 + components: + - type: Transform + pos: -48.5,-24.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 8423: + - Pressed: Toggle + 8424: + - Pressed: Toggle + - uid: 8671 + components: + - type: Transform + pos: -0.5,35.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 993: + - Pressed: Toggle + 380: + - Pressed: Toggle + 960: + - Pressed: Toggle + - uid: 9166 + components: + - type: Transform + pos: -2.281709,0.8674551 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2931: + - Pressed: Toggle + 2930: + - Pressed: Toggle + 2929: + - Pressed: Toggle + 2928: + - Pressed: Toggle + 2927: + - Pressed: Toggle + - uid: 9167 + components: + - type: Transform + pos: -2.7168941,0.8628255 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2921: + - Pressed: Toggle + 2920: + - Pressed: Toggle + 121: + - Pressed: Toggle + 119: + - Pressed: Toggle + 120: + - Pressed: Toggle + - uid: 9168 + components: + - type: Transform + pos: -2.4993017,0.6498625 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 2922: + - Pressed: Toggle + 2923: + - Pressed: Toggle + 2924: + - Pressed: Toggle + 2925: + - Pressed: Toggle + 2926: + - Pressed: Toggle +- proto: SignalButtonDirectional + entities: + - uid: 3347 components: - type: Transform - pos: 26.5,-39.5 + pos: -20.5,14.5 parent: 2 - - uid: 3610 + - type: DeviceLinkSource + linkedPorts: + 9074: + - Pressed: Toggle + 9073: + - Pressed: Toggle + - uid: 8652 components: + - type: MetaData + name: light switch - type: Transform - pos: 25.5,-39.5 + rot: 1.5707963267948966 rad + pos: -17.498495,-21.685263 parent: 2 - - uid: 3611 + - type: DeviceLinkSource + linkedPorts: + 8452: + - Pressed: Toggle + - uid: 8654 components: + - type: MetaData + name: light switch - type: Transform - pos: 24.5,-39.5 + pos: -12.684189,-18.497927 parent: 2 - - uid: 3612 + - type: DeviceLinkSource + linkedPorts: + 8451: + - Pressed: Toggle + - uid: 8656 components: + - type: MetaData + name: bolt button - type: Transform - pos: 23.5,-39.5 + pos: -12.313819,-18.497927 parent: 2 - - uid: 3613 + - type: DeviceLinkSource + linkedPorts: + 353: + - Pressed: DoorBolt + - uid: 8657 components: + - type: MetaData + name: bolt button - type: Transform - pos: 22.5,-39.5 + rot: -1.5707963267948966 rad + pos: -5.497803,-21.686888 parent: 2 - - uid: 3614 + - type: DeviceLinkSource + linkedPorts: + 357: + - Pressed: DoorBolt + - uid: 8659 components: + - type: MetaData + name: light switch - type: Transform - pos: 21.5,-39.5 + rot: -1.5707963267948966 rad + pos: -5.497962,-11.318992 parent: 2 - - uid: 3615 + - type: DeviceLinkSource + linkedPorts: + 8449: + - Pressed: Toggle + - uid: 8661 components: + - type: MetaData + name: bolt button - type: Transform - pos: 20.5,-39.5 + rot: 1.5707963267948966 rad + pos: -17.498495,-21.314892 parent: 2 - - uid: 3616 + - type: DeviceLinkSource + linkedPorts: + 356: + - Pressed: DoorBolt + - uid: 8662 components: + - type: MetaData + name: light switch - type: Transform - pos: 19.5,-39.5 + rot: -1.5707963267948966 rad + pos: -5.497803,-21.316517 parent: 2 - - uid: 3617 + - type: DeviceLinkSource + linkedPorts: + 8453: + - Pressed: Toggle + - uid: 8664 components: - type: Transform - pos: 18.5,-39.5 + pos: 35.5,-9.5 parent: 2 - - uid: 3618 + - type: DeviceLinkSource + linkedPorts: + 8376: + - Pressed: Toggle + - uid: 9284 components: + - type: MetaData + name: bolt button - type: Transform - pos: 17.5,-39.5 + rot: -1.5707963267948966 rad + pos: -5.497962,-11.680103 parent: 2 - - uid: 3619 + - type: DeviceLinkSource + linkedPorts: + 358: + - Pressed: DoorBolt + - uid: 9285 components: + - type: MetaData + name: bolt button - type: Transform - pos: 16.5,-39.5 + rot: 1.5707963267948966 rad + pos: -17.501833,-11.316162 parent: 2 - - uid: 3620 + - type: DeviceLinkSource + linkedPorts: + 355: + - Pressed: DoorBolt + - uid: 9286 components: + - type: MetaData + name: light switch - type: Transform - pos: 15.5,-39.5 + rot: 1.5707963267948966 rad + pos: -17.501833,-11.680284 parent: 2 - - uid: 3621 + - type: DeviceLinkSource + linkedPorts: + 8448: + - Pressed: Toggle + - uid: 9287 components: + - type: MetaData + name: light switch - type: Transform - pos: 14.5,-39.5 + rot: 3.141592653589793 rad + pos: -12.314848,-14.50485 parent: 2 - - uid: 3622 + - type: DeviceLinkSource + linkedPorts: + 8447: + - Pressed: Toggle + - uid: 9288 components: + - type: MetaData + name: bolt button - type: Transform - pos: 13.5,-39.5 + rot: 3.141592653589793 rad + pos: -12.685218,-14.50485 parent: 2 - - uid: 3623 + - type: DeviceLinkSource + linkedPorts: + 354: + - Pressed: DoorBolt +- proto: SignCargo + entities: + - uid: 3376 components: - type: Transform - pos: 12.5,-39.5 + pos: 21.5,-4.5 parent: 2 - - uid: 3624 +- proto: SignCryogenicsMed + entities: + - uid: 8185 components: - type: Transform - pos: 11.5,-39.5 + pos: 3.5,-18.5 parent: 2 - - uid: 3625 +- proto: SignDirectionalBridge + entities: + - uid: 7748 components: - type: Transform - pos: 10.5,-39.5 + rot: -1.5707963267948966 rad + pos: -8.50091,1.3060951 parent: 2 - - uid: 3626 +- proto: SignDirectionalCryo + entities: + - uid: 7752 components: - type: Transform - pos: -1.5,4.5 + pos: 1.5,-7.5 parent: 2 - - uid: 3627 + - uid: 9078 components: - type: Transform - pos: -2.5,4.5 + rot: 1.5707963267948966 rad + pos: 3.5,-14.5 parent: 2 - - uid: 3628 +- proto: SignDirectionalDorms + entities: + - uid: 7754 components: - type: Transform - pos: -3.5,4.5 + pos: 1.4997442,-7.3198824 parent: 2 - - uid: 3629 +- proto: SignDirectionalEng + entities: + - uid: 7751 components: - type: Transform - pos: -4.5,4.5 + rot: 1.5707963267948966 rad + pos: 7.4964175,1.3071551 parent: 2 - - uid: 3630 +- proto: SignDirectionalEvac + entities: + - uid: 7755 components: - type: Transform - pos: -5.5,4.5 + pos: 1.4997442,-7.6869755 parent: 2 - - uid: 3631 + - uid: 7950 components: - type: Transform - pos: -5.5,3.5 + pos: 45.5,-15.5 parent: 2 - - uid: 3632 + - uid: 8214 components: - type: Transform - pos: -6.5,3.5 + pos: -45.5,-15.5 parent: 2 - - uid: 3633 +- proto: SignDirectionalMed + entities: + - uid: 7746 components: - type: Transform - pos: -6.5,2.5 + rot: -1.5707963267948966 rad + pos: -8.5,1.5 parent: 2 - - uid: 3634 +- proto: SignDirectionalSci + entities: + - uid: 7750 components: - type: Transform - pos: -6.5,1.5 + rot: 1.5707963267948966 rad + pos: 7.4964175,1.6856244 parent: 2 - - uid: 3635 +- proto: SignDirectionalSec + entities: + - uid: 7747 components: - type: Transform - pos: -6.5,0.5 + rot: -1.5707963267948966 rad + pos: -8.50091,1.6994088 parent: 2 - - uid: 3636 +- proto: SignDirectionalSupply + entities: + - uid: 7749 components: - type: Transform - pos: -6.5,-0.5 + rot: 1.5707963267948966 rad + pos: 7.5,1.5 parent: 2 - - uid: 3637 +- proto: SignEngineering + entities: + - uid: 7897 components: - type: Transform - pos: -29.5,-0.5 + pos: 47.5,-12.5 parent: 2 - - uid: 3638 +- proto: SignHead + entities: + - uid: 2822 components: - type: Transform - pos: -30.5,-0.5 + pos: -47.5,-8.5 parent: 2 - - uid: 3639 +- proto: SignJanitor + entities: + - uid: 9530 components: - type: Transform - pos: -31.5,-0.5 + rot: 1.5707963267948966 rad + pos: 5.5,27.5 parent: 2 - - uid: 3640 +- proto: SignMedical + entities: + - uid: 7962 components: - type: Transform - pos: -32.5,-0.5 + pos: -26.5,-4.5 parent: 2 - - uid: 3641 +- proto: SignNanotrasen1 + entities: + - uid: 383 components: - type: Transform - pos: -33.5,-0.5 + pos: -2.5,-49.5 parent: 2 - - uid: 3642 +- proto: SignNanotrasen2 + entities: + - uid: 502 components: - type: Transform - pos: -34.5,-0.5 + pos: -1.5,-49.5 parent: 2 - - uid: 3643 +- proto: SignNanotrasen3 + entities: + - uid: 3 components: - type: Transform - pos: -35.5,-0.5 + pos: -0.5,-49.5 parent: 2 - - uid: 3644 +- proto: SignNanotrasen4 + entities: + - uid: 329 components: - type: Transform - pos: -36.5,-0.5 + pos: 0.5,-49.5 parent: 2 - - uid: 3645 +- proto: SignNanotrasen5 + entities: + - uid: 72 components: - type: Transform - pos: -37.5,-0.5 + pos: 1.5,-49.5 parent: 2 - - uid: 3646 +- proto: SignPlaque + entities: + - uid: 7780 components: - type: Transform - pos: -38.5,-0.5 + pos: -0.5,-32.5 parent: 2 - - uid: 3647 +- proto: SignRedEight + entities: + - uid: 9563 components: - type: Transform - pos: -7.5,-0.5 + pos: 14.5,-63.5 parent: 2 - - uid: 3648 +- proto: SignRedFive + entities: + - uid: 9522 components: - type: Transform - pos: -8.5,-0.5 + pos: 4.5,-58.5 parent: 2 - - uid: 3649 +- proto: SignRedFour + entities: + - uid: 9568 components: - type: Transform - pos: -9.5,-0.5 + pos: -5.5,-63.5 parent: 2 - - uid: 3650 +- proto: SignRedOne + entities: + - uid: 9565 components: - type: Transform - pos: -10.5,-0.5 + pos: -15.5,-58.5 parent: 2 - - uid: 3651 +- proto: SignRedSeven + entities: + - uid: 9564 components: - type: Transform - pos: -11.5,-0.5 + pos: 14.5,-58.5 parent: 2 - - uid: 3652 +- proto: SignRedSix + entities: + - uid: 9562 components: - type: Transform - pos: -12.5,-0.5 + pos: 4.5,-63.5 parent: 2 - - uid: 3653 +- proto: SignRedThree + entities: + - uid: 9567 components: - type: Transform - pos: -13.5,-0.5 + pos: -5.5,-58.5 parent: 2 - - uid: 3654 +- proto: SignRedTwo + entities: + - uid: 9566 components: - type: Transform - pos: -14.5,-0.5 + pos: -15.5,-63.5 parent: 2 - - uid: 3655 +- proto: SignScience + entities: + - uid: 7808 components: - type: Transform - pos: -15.5,-0.5 + pos: 24.5,3.5 parent: 2 - - uid: 3656 +- proto: SignSecurity + entities: + - uid: 7973 components: - type: Transform - pos: -16.5,-0.5 + pos: -21.5,1.5 parent: 2 - - uid: 3657 +- proto: Sink + entities: + - uid: 8312 components: - type: Transform - pos: -17.5,-0.5 + rot: -1.5707963267948966 rad + pos: 17.5,-29.5 parent: 2 - - uid: 3658 +- proto: Skub + entities: + - uid: 9492 components: - type: Transform - pos: -18.5,-0.5 + pos: -8.038198,37.105595 parent: 2 - - uid: 3659 +- proto: SodaDispenser + entities: + - uid: 1612 components: - type: Transform - pos: -19.5,-0.5 + pos: 16.5,-28.5 parent: 2 - - uid: 3660 +- proto: SofaCorpLeft + entities: + - uid: 2464 components: - type: Transform - pos: -20.5,-0.5 + rot: 3.141592653589793 rad + pos: 52.5,0.5 parent: 2 - - uid: 3661 + - uid: 3001 components: - type: Transform - pos: -21.5,-0.5 + pos: 53.5,2.5 parent: 2 - - uid: 3662 +- proto: SofaCorpRight + entities: + - uid: 2999 components: - type: Transform - pos: -22.5,-0.5 + rot: 3.141592653589793 rad + pos: 53.5,0.5 parent: 2 - - uid: 3663 + - uid: 3000 components: - type: Transform - pos: -23.5,-0.5 + pos: 52.5,2.5 parent: 2 - - uid: 3664 +- proto: SpawnMobCleanBot + entities: + - uid: 9226 components: - type: Transform - pos: -24.5,-0.5 + pos: -0.5,-16.5 parent: 2 - - uid: 3665 + - uid: 9227 components: - type: Transform - pos: -25.5,-0.5 + pos: -0.5,-46.5 parent: 2 - - uid: 3666 +- proto: SpawnPointBorg + entities: + - uid: 8689 components: - type: Transform - pos: -26.5,-0.5 + pos: 9.5,-22.5 parent: 2 - - uid: 3667 + - uid: 8692 components: - type: Transform - pos: -27.5,-0.5 + pos: 9.5,-10.5 parent: 2 - - uid: 3668 +- proto: SpawnPointLatejoin + entities: + - uid: 8745 components: - type: Transform - pos: -28.5,-0.5 + pos: 6.5,-11.5 parent: 2 - - uid: 3669 + - uid: 8757 components: - type: Transform - pos: -38.5,0.5 + pos: 14.5,-11.5 parent: 2 - - uid: 3670 + - uid: 8758 components: - type: Transform - pos: -38.5,1.5 + pos: 14.5,-21.5 parent: 2 - - uid: 3671 + - uid: 8759 components: - type: Transform - pos: -38.5,2.5 + pos: 6.5,-21.5 parent: 2 - - uid: 3672 + - uid: 8760 components: - type: Transform - pos: -39.5,2.5 + pos: 10.5,-20.5 parent: 2 - - uid: 3673 + - uid: 8761 components: - type: Transform - pos: -40.5,2.5 + pos: 10.5,-12.5 parent: 2 - - uid: 3674 +- proto: SprayBottle + entities: + - uid: 7986 components: - type: Transform - pos: -41.5,2.5 + pos: -32.253666,-7.3626685 parent: 2 - - uid: 3675 +- proto: SprayBottleSpaceCleaner + entities: + - uid: 9539 components: - type: Transform - pos: -42.5,2.5 + pos: 7.262398,27.619898 parent: 2 - - uid: 3676 +- proto: SS13Memorial + entities: + - uid: 2965 components: - type: Transform - pos: -43.5,2.5 + pos: -0.5,-39.5 parent: 2 - - uid: 3677 +- proto: Stairs + entities: + - uid: 9266 components: - type: Transform - pos: -44.5,2.5 + pos: -16.5,-41.5 parent: 2 - - uid: 3678 + - uid: 9270 components: - type: Transform - pos: -45.5,2.5 + pos: -15.5,-41.5 parent: 2 - - uid: 3679 + - uid: 9271 components: - type: Transform - pos: -46.5,2.5 + pos: -14.5,-41.5 parent: 2 - - uid: 3680 + - uid: 9272 components: - type: Transform - pos: -46.5,1.5 + pos: 13.5,-41.5 parent: 2 - - uid: 3681 + - uid: 9273 components: - type: Transform - pos: -46.5,0.5 + pos: 14.5,-41.5 parent: 2 - - uid: 3682 + - uid: 9274 components: - type: Transform - pos: -44.5,0.5 + pos: 15.5,-41.5 parent: 2 - - uid: 3683 +- proto: StationMap + entities: + - uid: 7757 components: - type: Transform - pos: -44.5,3.5 + pos: 3.5,-2.5 parent: 2 - - uid: 3684 + - uid: 7758 components: - type: Transform - pos: -43.5,-0.5 + rot: -1.5707963267948966 rad + pos: -41.5,-12.5 parent: 2 - - uid: 3685 + - uid: 7759 components: - type: Transform - pos: -42.5,-0.5 + rot: 1.5707963267948966 rad + pos: 41.5,-13.5 parent: 2 - - uid: 3686 + - uid: 7760 components: - type: Transform - pos: -41.5,-0.5 + rot: 3.141592653589793 rad + pos: 3.5,-34.5 parent: 2 - - uid: 3687 +- proto: StationMapBroken + entities: + - uid: 8624 components: - type: Transform - pos: -40.5,-0.5 + pos: 37.5,-4.5 parent: 2 - - uid: 3688 +- proto: SteelBench + entities: + - uid: 7591 components: - type: Transform - pos: -39.5,-0.5 + rot: 3.141592653589793 rad + pos: 9.5,-67.5 parent: 2 - - uid: 3689 + - uid: 7596 components: - type: Transform - pos: -45.5,0.5 + rot: 3.141592653589793 rad + pos: -10.5,-67.5 parent: 2 - - uid: 3690 + - uid: 7642 components: - type: Transform - pos: -43.5,-1.5 + rot: 3.141592653589793 rad + pos: -1.5,-35.5 parent: 2 - - uid: 3691 + - uid: 7643 components: - type: Transform - pos: -43.5,-2.5 + rot: 3.141592653589793 rad + pos: 0.5,-35.5 parent: 2 - - uid: 3692 + - uid: 8640 components: - type: Transform - pos: -43.5,-3.5 + rot: 3.141592653589793 rad + pos: 6.5,-40.5 parent: 2 - - uid: 3693 + - uid: 8992 components: - type: Transform - pos: -43.5,-4.5 + pos: -21.5,17.5 parent: 2 - - uid: 3694 +- proto: Stool + entities: + - uid: 118 components: - type: Transform - pos: -43.5,-5.5 + pos: 16.5,-35.5 parent: 2 - - uid: 3695 +- proto: StoolBar + entities: + - uid: 1613 components: - type: Transform - pos: -43.5,-6.5 + rot: 3.141592653589793 rad + pos: 13.5,-32.5 parent: 2 - - uid: 3696 + - uid: 1614 components: - type: Transform - pos: -43.5,-7.5 + rot: 3.141592653589793 rad + pos: 14.5,-32.5 parent: 2 - - uid: 3697 + - uid: 1615 components: - type: Transform - pos: -43.5,-8.5 + rot: 3.141592653589793 rad + pos: 15.5,-32.5 parent: 2 - - uid: 3698 + - uid: 1616 components: - type: Transform - pos: -44.5,-0.5 + rot: 3.141592653589793 rad + pos: 16.5,-32.5 parent: 2 - - uid: 3699 +- proto: StorageCanister + entities: + - uid: 3100 components: - type: Transform - pos: -44.5,4.5 + pos: -1.5,31.5 parent: 2 - - uid: 3700 + - uid: 8605 components: - type: Transform - pos: -44.5,5.5 + pos: -33.5,-15.5 parent: 2 - - uid: 3701 + - uid: 8606 components: - type: Transform - pos: -44.5,6.5 + pos: -30.5,-14.5 parent: 2 - - uid: 3702 +- proto: Stunbaton + entities: + - uid: 8050 components: - type: Transform - pos: -43.5,6.5 + rot: 3.141592653589793 rad + pos: -39.11504,8.632569 parent: 2 - - uid: 3703 +- proto: SubstationBasic + entities: + - uid: 2992 components: - type: Transform - pos: -42.5,-8.5 + pos: -7.5,30.5 parent: 2 - - uid: 3704 + - uid: 3189 components: - type: Transform - pos: -41.5,-8.5 + pos: -43.5,6.5 parent: 2 - - uid: 3705 + - uid: 3206 components: - type: Transform - pos: -40.5,-8.5 + pos: -37.5,-3.5 parent: 2 - - uid: 3706 + - uid: 3262 components: - type: Transform - pos: -40.5,-7.5 + pos: 10.5,-24.5 parent: 2 - - uid: 3707 + - uid: 3295 components: - type: Transform - pos: -40.5,-6.5 + pos: 33.5,-6.5 parent: 2 - - uid: 3708 + - uid: 3371 components: - type: Transform - pos: -40.5,-5.5 + pos: 10.5,-4.5 parent: 2 - - uid: 3709 + - uid: 3378 components: - type: Transform - pos: -40.5,-4.5 + pos: 44.5,6.5 parent: 2 - - uid: 3710 +- proto: SurveillanceCameraGeneral + entities: + - uid: 6090 components: - type: Transform - pos: -39.5,-4.5 + rot: 3.141592653589793 rad + pos: -10.5,-15.5 parent: 2 - - uid: 3711 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Dorms + - uid: 6091 components: - type: Transform - pos: -38.5,-4.5 + pos: 1.5,-6.5 parent: 2 - - uid: 3712 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Central Room South + - uid: 6093 components: - type: Transform - pos: -37.5,-4.5 + rot: -1.5707963267948966 rad + pos: -1.5,16.5 parent: 2 - - uid: 3713 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Showroom Hall + - uid: 6100 components: - type: Transform - pos: -37.5,-3.5 + rot: 3.141592653589793 rad + pos: -2.5,5.5 parent: 2 - - uid: 3714 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Central Room North + - uid: 6119 components: - type: Transform - pos: -39.5,-8.5 + rot: -1.5707963267948966 rad + pos: 5.5,-12.5 parent: 2 - - uid: 3715 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Cryo North + - uid: 6123 components: - type: Transform - pos: -38.5,-8.5 + pos: -3.5,21.5 parent: 2 - - uid: 3716 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Elevator Lobby + - uid: 9423 components: - type: Transform - pos: -43.5,-10.5 + rot: -1.5707963267948966 rad + pos: 5.5,-20.5 parent: 2 - - uid: 3717 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Cryo South + - uid: 9601 components: - type: Transform - pos: -43.5,-11.5 + rot: 1.5707963267948966 rad + pos: 3.5,-22.5 parent: 2 - - uid: 3718 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Clothing Room Central + - uid: 9645 components: - type: Transform - pos: -43.5,-12.5 + rot: 3.141592653589793 rad + pos: 9.5,-31.5 parent: 2 - - uid: 3719 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Memorial Circle East + - uid: 9646 components: - type: Transform - pos: -43.5,-13.5 + rot: 3.141592653589793 rad + pos: -10.5,-31.5 parent: 2 - - uid: 3720 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Memorial Circle West + - uid: 9647 components: - type: Transform - pos: -43.5,-14.5 + rot: -1.5707963267948966 rad + pos: 13.5,-30.5 parent: 2 - - uid: 3721 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Bar + - uid: 9648 components: - type: Transform - pos: -43.5,-15.5 + rot: 3.141592653589793 rad + pos: 12.5,-42.5 parent: 2 - - uid: 3722 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Clothing Room East + - uid: 9649 components: - type: Transform - pos: -43.5,-16.5 + rot: 3.141592653589793 rad + pos: -13.5,-42.5 parent: 2 - - uid: 3723 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Clothing Room West + - uid: 9650 components: - type: Transform - pos: -43.5,-17.5 + rot: -1.5707963267948966 rad + pos: -12.5,-63.5 parent: 2 - - uid: 3724 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Docks West + - uid: 9651 components: - type: Transform - pos: -43.5,-18.5 + rot: 1.5707963267948966 rad + pos: 11.5,-63.5 parent: 2 - - uid: 3725 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Docks East + - uid: 9652 components: - type: Transform - pos: -43.5,-19.5 + pos: 0.5,-48.5 parent: 2 - - uid: 3726 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Docks North + - uid: 9653 components: - type: Transform - pos: -43.5,-20.5 + rot: 3.141592653589793 rad + pos: 26.5,0.5 parent: 2 - - uid: 3727 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Science-Cargo Hall + - uid: 9654 components: - type: Transform - pos: -43.5,-21.5 + rot: 3.141592653589793 rad + pos: 23.5,9.5 parent: 2 - - uid: 3728 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Science + - uid: 9655 components: - type: Transform - pos: -43.5,-22.5 + rot: 3.141592653589793 rad + pos: 21.5,-5.5 parent: 2 - - uid: 3729 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Cargo + - uid: 9656 components: - type: Transform - pos: 9.5,-33.5 + rot: 3.141592653589793 rad + pos: 43.5,0.5 parent: 2 - - uid: 3730 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Upper Corner East + - uid: 9657 components: - type: Transform - pos: -42.5,-22.5 + rot: -1.5707963267948966 rad + pos: 42.5,-11.5 parent: 2 - - uid: 3731 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Engineering Hall + - uid: 9658 components: - type: Transform - pos: -41.5,-22.5 + pos: 43.5,-23.5 parent: 2 - - uid: 3732 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Lower Corner East + - uid: 9659 components: - type: Transform - pos: -40.5,-22.5 + pos: 51.5,-14.5 parent: 2 - - uid: 3733 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Engineering + - uid: 9660 components: - type: Transform - pos: -39.5,-22.5 + rot: 1.5707963267948966 rad + pos: 33.5,-39.5 parent: 2 - - uid: 3734 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Lowest Corner East + - uid: 9661 components: - type: Transform - pos: -38.5,-22.5 + rot: 1.5707963267948966 rad + pos: -22.5,1.5 parent: 2 - - uid: 3735 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Security-Medical Hall + - uid: 9662 components: - type: Transform - pos: -37.5,-22.5 + rot: -1.5707963267948966 rad + pos: -28.5,10.5 parent: 2 - - uid: 3736 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Security + - uid: 9663 components: - type: Transform - pos: -36.5,-22.5 + rot: 3.141592653589793 rad + pos: -22.5,17.5 parent: 2 - - uid: 3737 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Holding Cell + - uid: 9664 components: - type: Transform - pos: -35.5,-22.5 + rot: 3.141592653589793 rad + pos: -43.5,0.5 parent: 2 - - uid: 3738 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Upper Corner West + - uid: 9665 components: - type: Transform - pos: -34.5,-22.5 + rot: 1.5707963267948966 rad + pos: -42.5,-11.5 parent: 2 - - uid: 3739 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Command Hall + - uid: 9666 components: - type: Transform - pos: -33.5,-22.5 + rot: 3.141592653589793 rad + pos: -49.5,-9.5 parent: 2 - - uid: 3740 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Command + - uid: 9667 components: - type: Transform - pos: -33.5,-23.5 + pos: -43.5,-23.5 parent: 2 - - uid: 3741 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Lower Corner West + - uid: 9668 components: - type: Transform - pos: -33.5,-24.5 + pos: -33.5,-40.5 parent: 2 - - uid: 3742 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Lowest Corner West +- proto: SurveillanceCameraRouterGeneral + entities: + - uid: 8880 components: - type: Transform - pos: -33.5,-25.5 + pos: 8.5,35.5 parent: 2 - - uid: 3743 +- proto: Syringe + entities: + - uid: 7823 components: - type: Transform - pos: -33.5,-26.5 + pos: 16.902483,8.569703 parent: 2 - - uid: 3744 + - uid: 7969 components: - type: Transform - pos: -33.5,-27.5 + pos: -34.44874,-8.360705 parent: 2 - - uid: 3745 +- proto: Table + entities: + - uid: 1011 components: - type: Transform - pos: -33.5,-28.5 + pos: 30.5,-3.5 parent: 2 - - uid: 3746 + - uid: 1012 components: - type: Transform - pos: -33.5,-29.5 + pos: 31.5,-3.5 parent: 2 - - uid: 3747 + - uid: 1013 components: - type: Transform - pos: -33.5,-30.5 + pos: 31.5,-4.5 parent: 2 - - uid: 3748 + - uid: 1020 components: - type: Transform - pos: -33.5,-31.5 + pos: 31.5,-5.5 parent: 2 - - uid: 3749 + - uid: 1057 components: - type: Transform - pos: -33.5,-32.5 + pos: 15.5,-6.5 parent: 2 - - uid: 3750 + - uid: 1065 components: - type: Transform - pos: -33.5,-33.5 + pos: 16.5,-6.5 parent: 2 - - uid: 3751 + - uid: 1066 components: - type: Transform - pos: -33.5,-34.5 + pos: 16.5,-3.5 parent: 2 - - uid: 3752 + - uid: 1081 components: - type: Transform - pos: -33.5,-35.5 + pos: 20.5,-6.5 parent: 2 - - uid: 3753 + - uid: 1082 components: - type: Transform - pos: -33.5,-36.5 + pos: 20.5,-5.5 parent: 2 - - uid: 3754 + - uid: 1163 components: - type: Transform - pos: -33.5,-37.5 + pos: 16.5,8.5 parent: 2 - - uid: 3755 + - uid: 1164 components: - type: Transform - pos: -33.5,-38.5 + pos: 17.5,8.5 parent: 2 - - uid: 3756 + - uid: 1166 components: - type: Transform - pos: -33.5,-39.5 + pos: 15.5,2.5 parent: 2 - - uid: 3757 + - uid: 1167 components: - type: Transform - pos: -32.5,-39.5 + pos: 16.5,2.5 parent: 2 - - uid: 3758 + - uid: 1168 components: - type: Transform - pos: -31.5,-39.5 + pos: 16.5,3.5 parent: 2 - - uid: 3759 + - uid: 1455 components: - type: Transform - pos: -30.5,-39.5 + pos: 52.5,-8.5 parent: 2 - - uid: 3760 + - uid: 1457 components: - type: Transform - pos: -29.5,-39.5 + pos: 48.5,-14.5 parent: 2 - - uid: 3761 + - uid: 1458 components: - type: Transform - pos: -28.5,-39.5 + pos: 49.5,-14.5 parent: 2 - - uid: 3762 + - uid: 1459 components: - type: Transform - pos: -27.5,-39.5 + pos: 52.5,-9.5 parent: 2 - - uid: 3763 + - uid: 1881 components: - type: Transform - pos: -26.5,-39.5 + pos: -17.5,-3.5 parent: 2 - - uid: 3764 + - uid: 1882 components: - type: Transform - pos: -25.5,-39.5 + pos: -17.5,-4.5 parent: 2 - - uid: 3765 + - uid: 1883 components: - type: Transform - pos: -24.5,-39.5 + pos: -18.5,-7.5 parent: 2 - - uid: 3766 + - uid: 1884 components: - type: Transform - pos: -23.5,-39.5 + pos: -18.5,-8.5 parent: 2 - - uid: 3767 + - uid: 1885 components: - type: Transform - pos: -22.5,-39.5 + pos: -17.5,-8.5 parent: 2 - - uid: 3768 + - uid: 1886 components: - type: Transform - pos: -21.5,-39.5 + pos: -13.5,-5.5 parent: 2 - - uid: 3769 + - uid: 1887 components: - type: Transform - pos: -20.5,-39.5 + pos: -14.5,-5.5 parent: 2 - - uid: 3770 + - uid: 1927 components: - type: Transform - pos: -19.5,-39.5 + pos: -35.5,-3.5 parent: 2 - - uid: 3771 + - uid: 1928 components: - type: Transform - pos: -18.5,-39.5 + pos: -34.5,-3.5 parent: 2 - - uid: 3772 + - uid: 1930 components: - type: Transform - pos: -17.5,-39.5 + pos: -31.5,-8.5 parent: 2 - - uid: 3773 + - uid: 1931 components: - type: Transform - pos: -16.5,-39.5 + pos: -32.5,-8.5 parent: 2 - - uid: 3774 + - uid: 1932 components: - type: Transform - pos: -15.5,-39.5 + pos: -32.5,-7.5 parent: 2 - - uid: 3775 + - uid: 1978 components: - type: Transform - pos: -14.5,-39.5 + pos: -20.5,-8.5 parent: 2 - - uid: 3776 + - uid: 1979 components: - type: Transform - pos: -13.5,-39.5 + pos: -21.5,-8.5 parent: 2 - - uid: 3777 + - uid: 2061 components: - type: Transform - pos: -12.5,-39.5 + pos: -26.5,6.5 parent: 2 - - uid: 3778 + - uid: 2062 components: - type: Transform - pos: -11.5,-39.5 + pos: -26.5,7.5 parent: 2 - - uid: 3779 + - uid: 2063 components: - type: Transform - pos: -10.5,-39.5 + pos: -22.5,6.5 parent: 2 - - uid: 3780 + - uid: 2070 components: - type: Transform - pos: -6.5,-1.5 + pos: -28.5,7.5 parent: 2 - - uid: 3781 + - uid: 2071 components: - type: Transform - pos: -6.5,-2.5 + pos: -22.5,7.5 parent: 2 - - uid: 3782 + - uid: 2072 components: - type: Transform - pos: -6.5,-3.5 + pos: -28.5,6.5 parent: 2 - - uid: 3783 + - uid: 2073 components: - type: Transform - pos: -6.5,-4.5 + pos: -20.5,7.5 parent: 2 - - uid: 3784 + - uid: 2074 components: - type: Transform - pos: -5.5,-4.5 + pos: -20.5,6.5 parent: 2 - - uid: 3785 + - uid: 2094 components: - type: Transform - pos: -5.5,-5.5 + pos: -34.5,7.5 parent: 2 - - uid: 3786 + - uid: 2095 components: - type: Transform - pos: -4.5,-5.5 + pos: -34.5,8.5 parent: 2 - - uid: 3787 + - uid: 2096 components: - type: Transform - pos: -3.5,-5.5 + pos: -33.5,8.5 parent: 2 - - uid: 3788 + - uid: 2097 components: - type: Transform - pos: -2.5,-5.5 + pos: -32.5,8.5 parent: 2 - - uid: 3789 + - uid: 2098 components: - type: Transform - pos: -1.5,-5.5 + pos: -35.5,2.5 parent: 2 - - uid: 3790 + - uid: 2101 components: - type: Transform - pos: -0.5,-5.5 + pos: -41.5,7.5 parent: 2 - - uid: 3791 + - uid: 2102 components: - type: Transform - pos: 0.5,-5.5 + pos: -41.5,6.5 parent: 2 - - uid: 3792 + - uid: 2103 components: - type: Transform - pos: 1.5,-5.5 + pos: -38.5,8.5 parent: 2 - - uid: 3793 + - uid: 2104 components: - type: Transform - pos: 2.5,-5.5 + pos: -39.5,8.5 parent: 2 - - uid: 3794 + - uid: 2128 components: - type: Transform - pos: 3.5,-5.5 + pos: -23.5,13.5 parent: 2 - - uid: 3795 + - uid: 2252 components: - type: Transform - pos: 4.5,-5.5 + pos: -24.5,12.5 parent: 2 - - uid: 3796 + - uid: 2342 components: - type: Transform - pos: 4.5,-4.5 + pos: -32.5,4.5 parent: 2 - - uid: 3797 + - uid: 2343 components: - type: Transform - pos: 5.5,-4.5 + pos: -33.5,4.5 parent: 2 - - uid: 3798 + - uid: 3066 components: - type: Transform - pos: 5.5,-3.5 + pos: -5.5,21.5 parent: 2 - - uid: 3799 + - uid: 3067 components: - type: Transform - pos: 5.5,-2.5 + pos: 4.5,21.5 parent: 2 - - uid: 3800 + - uid: 7574 components: - type: Transform - pos: 5.5,-1.5 + pos: -8.5,-50.5 parent: 2 - - uid: 3801 + - uid: 7640 components: - type: Transform - pos: -0.5,-6.5 + pos: 7.5,-50.5 parent: 2 - - uid: 3802 + - uid: 7801 components: - type: Transform - pos: -0.5,-7.5 + pos: 25.5,-3.5 parent: 2 - - uid: 3803 + - uid: 7910 components: - type: Transform - pos: -0.5,-8.5 + pos: 45.5,-14.5 parent: 2 - - uid: 3804 + - uid: 7957 components: - type: Transform - pos: -0.5,-9.5 + pos: -35.5,0.5 parent: 2 - - uid: 3805 + - uid: 8131 components: - type: Transform - pos: -0.5,-10.5 + pos: -20.5,-7.5 parent: 2 - - uid: 3806 + - uid: 8267 components: - type: Transform - pos: -0.5,-11.5 + pos: -11.5,-32.5 parent: 2 - - uid: 3807 + - uid: 8541 components: - type: Transform - pos: -0.5,-12.5 + pos: 39.5,5.5 parent: 2 - - uid: 3808 + - uid: 8556 components: - type: Transform - pos: -0.5,-13.5 + pos: 35.5,-8.5 parent: 2 - - uid: 3809 + - uid: 8575 components: - type: Transform - pos: -0.5,-14.5 + pos: 6.5,-29.5 parent: 2 - - uid: 3810 + - uid: 8576 components: - type: Transform - pos: -0.5,-15.5 + pos: 5.5,-29.5 parent: 2 - - uid: 3811 + - uid: 8632 components: - type: Transform - pos: -0.5,-16.5 + pos: -37.5,-5.5 parent: 2 - - uid: 3812 + - uid: 8743 components: - type: Transform - pos: -0.5,-17.5 + pos: -24.5,13.5 parent: 2 - - uid: 3813 + - uid: 8748 components: - type: Transform - pos: -0.5,-18.5 + pos: -22.5,17.5 parent: 2 - - uid: 3814 + - uid: 9067 components: - type: Transform - pos: -0.5,-19.5 + pos: -25.5,17.5 parent: 2 - - uid: 3815 + - uid: 9068 components: - type: Transform - pos: -0.5,-20.5 + pos: -26.5,17.5 parent: 2 - - uid: 3816 + - uid: 9382 components: - type: Transform - pos: -0.5,-21.5 + pos: -35.5,-19.5 parent: 2 - - uid: 3817 +- proto: TableCarpet + entities: + - uid: 378 components: - type: Transform - pos: -0.5,-22.5 + pos: -16.5,-15.5 parent: 2 - - uid: 3818 + - uid: 7624 components: - type: Transform - pos: -0.5,-23.5 + pos: -0.5,-43.5 parent: 2 - - uid: 3819 + - uid: 8027 components: - type: Transform - pos: -0.5,-24.5 + pos: -42.5,11.5 parent: 2 - - uid: 3820 + - uid: 8031 components: - type: Transform - pos: -0.5,-25.5 + pos: -42.5,12.5 parent: 2 - - uid: 3821 +- proto: TableCounterMetal + entities: + - uid: 382 components: - type: Transform - pos: -0.5,-26.5 + pos: 2.5,-21.5 parent: 2 - - uid: 3822 + - uid: 404 components: - type: Transform - pos: 0.5,-26.5 + pos: 1.5,-21.5 parent: 2 - - uid: 3823 + - uid: 406 components: - type: Transform - pos: 1.5,-26.5 + pos: -4.5,-24.5 parent: 2 - - uid: 3824 + - uid: 410 components: - type: Transform - pos: 2.5,-26.5 + pos: -4.5,-23.5 parent: 2 - - uid: 3825 + - uid: 9235 components: - type: Transform - pos: 3.5,-26.5 + pos: 16.5,-44.5 parent: 2 - - uid: 3826 + - uid: 9236 components: - type: Transform - pos: 3.5,-27.5 + pos: 16.5,-43.5 parent: 2 - - uid: 3827 + - uid: 9244 components: - type: Transform - pos: 4.5,-27.5 + pos: -15.5,-44.5 parent: 2 - - uid: 3828 + - uid: 9245 components: - type: Transform - pos: 5.5,-27.5 + pos: -16.5,-44.5 parent: 2 - - uid: 3829 +- proto: TableCounterWood + entities: + - uid: 480 components: - type: Transform - pos: 6.5,-27.5 + pos: 13.5,-31.5 parent: 2 - - uid: 3830 + - uid: 483 components: - type: Transform - pos: 7.5,-27.5 + pos: 16.5,-31.5 parent: 2 - - uid: 3831 + - uid: 485 components: - type: Transform - pos: 8.5,-27.5 + pos: 15.5,-31.5 parent: 2 - - uid: 3832 + - uid: 486 components: - type: Transform - pos: 9.5,-27.5 + pos: 14.5,-31.5 parent: 2 - - uid: 3833 + - uid: 1023 components: - type: Transform - pos: 9.5,-26.5 + pos: 31.5,-10.5 parent: 2 - - uid: 3834 + - uid: 2153 components: - type: Transform - pos: 9.5,-25.5 + pos: -16.5,8.5 parent: 2 - - uid: 3835 + - uid: 2523 components: - type: Transform - pos: 9.5,-24.5 + pos: -56.5,-12.5 parent: 2 - - uid: 3836 + - uid: 2524 components: - type: Transform - pos: 10.5,-24.5 + pos: -56.5,-11.5 parent: 2 - - uid: 3837 + - uid: 2525 components: - type: Transform - pos: 8.5,-28.5 + pos: -56.5,-10.5 parent: 2 - - uid: 3838 + - uid: 6178 components: - type: Transform - pos: 8.5,-29.5 + pos: -56.5,-13.5 parent: 2 - - uid: 3839 +- proto: TableFancyBlue + entities: + - uid: 7609 components: - type: Transform - pos: 8.5,-30.5 + pos: -51.5,-10.5 parent: 2 - - uid: 3840 + - uid: 7610 components: - type: Transform - pos: 8.5,-31.5 + pos: -52.5,-10.5 parent: 2 - - uid: 3841 + - uid: 7611 components: - type: Transform - pos: 8.5,-32.5 + pos: -53.5,-12.5 parent: 2 - - uid: 3842 + - uid: 7612 components: - type: Transform - pos: -0.5,-27.5 + pos: -53.5,-11.5 parent: 2 - - uid: 3843 + - uid: 7622 components: - type: Transform - pos: -0.5,-28.5 + pos: -52.5,-12.5 parent: 2 - - uid: 3844 + - uid: 7623 components: - type: Transform - pos: -0.5,-29.5 + pos: -53.5,-10.5 parent: 2 - - uid: 3845 + - uid: 7630 components: - type: Transform - pos: -0.5,-30.5 + pos: -51.5,-12.5 parent: 2 - - uid: 3846 + - uid: 7631 components: - type: Transform - pos: -0.5,-31.5 + pos: -51.5,-11.5 parent: 2 - - uid: 3847 + - uid: 8588 components: - type: Transform - pos: 0.5,-31.5 + pos: -52.5,5.5 parent: 2 - - uid: 3848 + - uid: 8974 components: - type: Transform - pos: 0.5,-32.5 + pos: -51.5,5.5 parent: 2 - - uid: 3849 + - uid: 8975 components: - type: Transform - pos: -1.5,-32.5 + pos: -53.5,5.5 parent: 2 - - uid: 3850 + - uid: 8977 components: - type: Transform - pos: -1.5,-31.5 + pos: -53.5,4.5 parent: 2 - - uid: 3851 +- proto: TableFancyCyan + entities: + - uid: 8528 components: - type: Transform - pos: 1.5,-32.5 + pos: -26.5,-17.5 parent: 2 - - uid: 3852 + - uid: 8978 components: - type: Transform - pos: 2.5,-32.5 + pos: -55.5,-26.5 parent: 2 - - uid: 3853 +- proto: TableFancyPink + entities: + - uid: 7632 components: - type: Transform - pos: 3.5,-32.5 + pos: -7.5,-18.5 parent: 2 - - uid: 3854 +- proto: TableFancyRed + entities: + - uid: 3348 components: - type: Transform - pos: 4.5,-32.5 + pos: 60.5,-14.5 parent: 2 - - uid: 3855 +- proto: TableReinforced + entities: + - uid: 226 components: - type: Transform - pos: 5.5,-32.5 + pos: 5.5,-18.5 parent: 2 - - uid: 3856 + - uid: 227 components: - type: Transform - pos: 6.5,-32.5 + pos: 5.5,-14.5 parent: 2 - - uid: 3857 + - uid: 1258 components: - type: Transform - pos: 7.5,-32.5 + pos: 26.5,4.5 parent: 2 - - uid: 3858 + - uid: 1259 components: - type: Transform - pos: 9.5,-32.5 + pos: 26.5,5.5 parent: 2 - - uid: 3859 + - uid: 1260 components: - type: Transform - pos: 9.5,-34.5 + pos: 24.5,4.5 parent: 2 - - uid: 3860 + - uid: 1388 components: - type: Transform - pos: 9.5,-35.5 + pos: 46.5,-5.5 parent: 2 - - uid: 3861 + - uid: 1389 components: - type: Transform - pos: 9.5,-36.5 + pos: 46.5,-4.5 parent: 2 - - uid: 3862 + - uid: 1390 components: - type: Transform - pos: 9.5,-37.5 + pos: 46.5,-3.5 parent: 2 - - uid: 3863 + - uid: 1392 components: - type: Transform - pos: 9.5,-38.5 + pos: 48.5,-16.5 parent: 2 - - uid: 3865 + - uid: 1393 components: - type: Transform - pos: -2.5,-32.5 + pos: 53.5,-6.5 parent: 2 - - uid: 3866 + - uid: 1394 components: - type: Transform - pos: -3.5,-32.5 + pos: 51.5,-2.5 parent: 2 - - uid: 3867 + - uid: 1395 components: - type: Transform - pos: -4.5,-32.5 + pos: 51.5,-3.5 parent: 2 - - uid: 3868 + - uid: 1425 components: - type: Transform - pos: -5.5,-32.5 + pos: 52.5,-6.5 parent: 2 - - uid: 3869 + - uid: 1426 components: - type: Transform - pos: -6.5,-32.5 + pos: 51.5,-20.5 parent: 2 - - uid: 3870 + - uid: 1427 components: - type: Transform - pos: -7.5,-32.5 + pos: 52.5,-20.5 parent: 2 - - uid: 3871 + - uid: 1428 components: - type: Transform - pos: -8.5,-32.5 + pos: 47.5,-16.5 parent: 2 - - uid: 3872 + - uid: 1429 components: - type: Transform - pos: -9.5,-32.5 + pos: 46.5,-16.5 parent: 2 - - uid: 3873 + - uid: 1430 components: - type: Transform - pos: -10.5,-32.5 + pos: 46.5,-18.5 parent: 2 - - uid: 3874 + - uid: 1805 components: - type: Transform - pos: -10.5,-33.5 + pos: -0.5,1.5 parent: 2 - - uid: 3875 + - uid: 1806 components: - type: Transform - pos: -10.5,-34.5 + pos: 0.5,1.5 parent: 2 - - uid: 3876 + - uid: 1807 components: - type: Transform - pos: -10.5,-35.5 + pos: -2.5,1.5 parent: 2 - - uid: 3877 + - uid: 1808 components: - type: Transform - pos: -10.5,-36.5 + pos: -2.5,0.5 parent: 2 - - uid: 3878 + - uid: 1814 components: - type: Transform - pos: -10.5,-37.5 + pos: -1.5,-2.5 parent: 2 - - uid: 3879 + - uid: 1989 components: - type: Transform - pos: -10.5,-38.5 + pos: -22.5,-11.5 parent: 2 - - uid: 6120 + - uid: 2390 components: - type: Transform - pos: 3.5,35.5 + pos: -27.5,21.5 parent: 2 - - uid: 6121 + - uid: 2398 components: - type: Transform - pos: 1.5,35.5 + pos: -28.5,21.5 parent: 2 - - uid: 7692 + - uid: 3137 components: - type: Transform - pos: 1.5,13.5 + pos: 6.5,38.5 parent: 2 - - uid: 7693 + - uid: 3138 components: - type: Transform - pos: 1.5,16.5 + pos: 6.5,37.5 parent: 2 - - uid: 7700 + - uid: 7798 components: - type: Transform - pos: 1.5,12.5 + pos: -0.5,-2.5 parent: 2 - - uid: 7701 + - uid: 8590 components: - type: Transform - pos: 1.5,15.5 + pos: 11.5,-8.5 parent: 2 - - uid: 7702 + - uid: 8609 components: - type: Transform - pos: 1.5,14.5 + pos: -38.5,-12.5 parent: 2 - - uid: 7703 + - uid: 8610 components: - type: Transform - pos: 1.5,11.5 + pos: -37.5,-12.5 parent: 2 - - uid: 7704 + - uid: 8655 components: - type: Transform - pos: 0.5,11.5 + pos: 0.5,0.5 parent: 2 - - uid: 7705 + - uid: 9374 components: - type: Transform - pos: -1.5,11.5 + pos: -40.5,-19.5 parent: 2 - - uid: 7706 + - uid: 9460 components: - type: Transform - pos: -2.5,11.5 + pos: -32.5,-18.5 parent: 2 - - uid: 7707 + - uid: 9467 components: - type: Transform - pos: -2.5,12.5 + pos: -30.5,-18.5 parent: 2 - - uid: 7708 + - uid: 9468 components: - type: Transform - pos: -2.5,13.5 + pos: -31.5,-18.5 parent: 2 - - uid: 7709 + - uid: 9531 components: - type: Transform - pos: -2.5,14.5 + pos: 6.5,27.5 parent: 2 - - uid: 7710 + - uid: 9532 components: - type: Transform - pos: -2.5,15.5 + pos: 7.5,27.5 parent: 2 - - uid: 7711 + - uid: 9579 components: - type: Transform - pos: -2.5,16.5 + pos: -0.5,38.5 parent: 2 - - uid: 7712 + - uid: 9636 components: - type: Transform - pos: -2.5,17.5 + pos: 5.5,38.5 parent: 2 - - uid: 7713 +- proto: TableReinforcedGlass + entities: + - uid: 115 components: - type: Transform - pos: -2.5,18.5 + pos: 17.5,-35.5 parent: 2 - - uid: 7714 + - uid: 1256 components: - type: Transform - pos: -1.5,18.5 + pos: 23.5,9.5 parent: 2 - - uid: 9585 + - uid: 1257 components: - type: Transform - pos: 7.5,35.5 + pos: 23.5,8.5 parent: 2 - - uid: 9627 + - uid: 1635 components: - type: Transform - pos: 7.5,37.5 + pos: 13.5,-36.5 parent: 2 - - uid: 9628 + - uid: 1965 components: - type: Transform - pos: 4.5,35.5 + pos: -23.5,-8.5 parent: 2 - - uid: 9629 + - uid: 1966 components: - type: Transform - pos: 5.5,35.5 + pos: -23.5,-9.5 parent: 2 - - uid: 9630 + - uid: 1967 components: - type: Transform - pos: 6.5,35.5 + pos: -27.5,-5.5 parent: 2 - - uid: 9631 + - uid: 1973 components: - type: Transform - pos: 7.5,36.5 + pos: -25.5,-11.5 parent: 2 - - uid: 9634 + - uid: 1974 components: - type: Transform - pos: 7.5,38.5 + pos: -25.5,-12.5 parent: 2 -- proto: CableHVStack10 - entities: - - uid: 8634 + - uid: 1975 components: - type: Transform - pos: -37.658268,-5.334872 + pos: -25.5,-13.5 parent: 2 -- proto: CableMV - entities: - - uid: 2537 + - uid: 1976 components: - type: Transform - pos: 1.5,1.5 + pos: -24.5,-13.5 parent: 2 - - uid: 3888 + - uid: 7745 components: - type: Transform - pos: -7.5,-52.5 + pos: 4.5,-6.5 parent: 2 - - uid: 3898 + - uid: 7775 components: - type: Transform - pos: -7.5,30.5 + pos: -6.5,5.5 parent: 2 - - uid: 3899 + - uid: 7945 components: - type: Transform - pos: -8.5,30.5 + pos: 31.5,-30.5 parent: 2 - - uid: 3900 + - uid: 8163 components: - type: Transform - pos: -8.5,29.5 + pos: -42.5,-18.5 parent: 2 - - uid: 3901 +- proto: TableStone + entities: + - uid: 191 components: - type: Transform - pos: -8.5,28.5 + pos: -5.5,14.5 parent: 2 - - uid: 3902 + - uid: 3005 components: - type: Transform - pos: -8.5,27.5 + pos: -5.5,13.5 parent: 2 - - uid: 3903 + - uid: 3006 components: - type: Transform - pos: -8.5,26.5 + pos: 4.5,14.5 parent: 2 - - uid: 3904 + - uid: 3007 components: - type: Transform - pos: -8.5,25.5 + pos: 2.5,15.5 parent: 2 - - uid: 3905 + - uid: 3008 components: - type: Transform - pos: -8.5,24.5 + pos: 2.5,14.5 parent: 2 - - uid: 3906 + - uid: 3015 components: - type: Transform - pos: -8.5,23.5 + pos: -3.5,14.5 parent: 2 - - uid: 3907 + - uid: 3016 components: - type: Transform - pos: -8.5,22.5 + pos: -3.5,15.5 parent: 2 - - uid: 3908 + - uid: 3017 components: - type: Transform - pos: -7.5,26.5 + pos: 4.5,13.5 parent: 2 - - uid: 3909 + - uid: 3037 components: - type: Transform - pos: -6.5,26.5 + pos: -5.5,15.5 parent: 2 - - uid: 3910 + - uid: 3043 components: - type: Transform - pos: -5.5,26.5 + pos: 4.5,15.5 parent: 2 - - uid: 3911 + - uid: 3051 components: - type: Transform - pos: -4.5,26.5 + pos: 2.5,11.5 parent: 2 - - uid: 3912 + - uid: 3052 components: - type: Transform - pos: -3.5,26.5 + pos: 2.5,18.5 parent: 2 - - uid: 3913 + - uid: 3053 components: - type: Transform - pos: -3.5,25.5 + pos: -3.5,11.5 parent: 2 - - uid: 3914 + - uid: 3054 components: - type: Transform - pos: -3.5,24.5 + pos: -3.5,18.5 parent: 2 - - uid: 3915 +- proto: TableWood + entities: + - uid: 371 components: - type: Transform - pos: 10.5,-4.5 + pos: -7.5,-10.5 parent: 2 - - uid: 3916 + - uid: 385 components: - type: Transform - pos: 10.5,-5.5 + pos: -12.5,-21.5 parent: 2 - - uid: 3917 + - uid: 389 components: - type: Transform - pos: 11.5,-5.5 + pos: -12.5,-11.5 parent: 2 - - uid: 3918 + - uid: 396 components: - type: Transform - pos: 12.5,-5.5 + pos: -15.5,-20.5 parent: 2 - - uid: 3919 + - uid: 397 components: - type: Transform - pos: 13.5,-5.5 + pos: -15.5,-12.5 parent: 2 - - uid: 3920 + - uid: 464 components: - type: Transform - pos: 13.5,-4.5 + pos: 21.5,-14.5 parent: 2 - - uid: 3921 + - uid: 468 components: - type: Transform - pos: 13.5,-3.5 + pos: 26.5,-14.5 parent: 2 - - uid: 3922 + - uid: 491 components: - type: Transform - pos: 13.5,-2.5 + pos: 16.5,-28.5 parent: 2 - - uid: 3923 + - uid: 493 components: - type: Transform - pos: 13.5,-1.5 + pos: 15.5,-28.5 parent: 2 - - uid: 3924 + - uid: 495 components: - type: Transform - pos: 13.5,-0.5 + pos: 14.5,-28.5 parent: 2 - - uid: 3925 + - uid: 951 components: - type: Transform - pos: 12.5,-0.5 + pos: 26.5,-11.5 parent: 2 - - uid: 3926 + - uid: 953 components: - type: Transform - pos: 11.5,-0.5 + pos: 19.5,-12.5 parent: 2 - - uid: 3927 + - uid: 954 components: - type: Transform - pos: 10.5,-0.5 + pos: 22.5,-14.5 parent: 2 - - uid: 3928 + - uid: 1029 components: - type: Transform - pos: 9.5,-0.5 + pos: 27.5,-14.5 parent: 2 - - uid: 3929 + - uid: 1053 components: - type: Transform - pos: 8.5,-0.5 + pos: 26.5,-12.5 parent: 2 - - uid: 3930 + - uid: 1180 components: - type: Transform - pos: 7.5,-0.5 + pos: 30.5,9.5 parent: 2 - - uid: 3931 + - uid: 1182 components: - type: Transform - pos: 6.5,-0.5 + pos: 30.5,8.5 parent: 2 - - uid: 3932 + - uid: 1183 components: - type: Transform - pos: 5.5,-0.5 + pos: 30.5,7.5 parent: 2 - - uid: 3933 + - uid: 1235 components: - type: Transform - pos: 4.5,-0.5 + pos: 35.5,9.5 parent: 2 - - uid: 3934 + - uid: 1236 components: - type: Transform - pos: 3.5,-0.5 + pos: 36.5,9.5 parent: 2 - - uid: 3935 + - uid: 1467 components: - type: Transform - pos: 2.5,-0.5 + pos: 55.5,-11.5 parent: 2 - - uid: 3937 + - uid: 1468 components: - type: Transform - pos: 2.5,1.5 + pos: 56.5,-11.5 parent: 2 - - uid: 3938 + - uid: 1469 components: - type: Transform - pos: 33.5,-6.5 + pos: 57.5,-11.5 parent: 2 - - uid: 3939 + - uid: 1470 components: - type: Transform - pos: 33.5,-7.5 + pos: 55.5,-13.5 parent: 2 - - uid: 3940 + - uid: 1500 components: - type: Transform - pos: 34.5,-7.5 + pos: 55.5,-15.5 parent: 2 - - uid: 3941 + - uid: 1501 components: - type: Transform - pos: 35.5,-7.5 + pos: 56.5,-15.5 parent: 2 - - uid: 3942 + - uid: 1631 components: - type: Transform - pos: 35.5,-6.5 + pos: 19.5,-29.5 parent: 2 - - uid: 3943 + - uid: 1632 components: - type: Transform - pos: 35.5,-5.5 + pos: 20.5,-29.5 parent: 2 - - uid: 3944 + - uid: 2016 components: - type: Transform - pos: 35.5,-4.5 + pos: -23.5,-19.5 parent: 2 - - uid: 3945 + - uid: 2017 components: - type: Transform - pos: 35.5,-3.5 + pos: -24.5,-19.5 parent: 2 - - uid: 3946 + - uid: 2144 components: - type: Transform - pos: 35.5,-2.5 + pos: -13.5,8.5 parent: 2 - - uid: 3947 + - uid: 2147 components: - type: Transform - pos: 35.5,-1.5 + pos: -14.5,8.5 parent: 2 - - uid: 3948 + - uid: 2274 components: - type: Transform - pos: 34.5,-1.5 + pos: -16.5,10.5 parent: 2 - - uid: 3949 + - uid: 2275 components: - type: Transform - pos: 33.5,-1.5 + pos: -16.5,11.5 parent: 2 - - uid: 3950 + - uid: 2281 components: - type: Transform - pos: 32.5,-1.5 + pos: -17.5,14.5 parent: 2 - - uid: 3951 + - uid: 2282 components: - type: Transform - pos: 31.5,-1.5 + pos: -16.5,14.5 parent: 2 - - uid: 3952 + - uid: 2309 components: - type: Transform - pos: 30.5,-1.5 + pos: -32.5,10.5 parent: 2 - - uid: 3953 + - uid: 2310 components: - type: Transform - pos: 29.5,-1.5 + pos: -32.5,11.5 parent: 2 - - uid: 3954 + - uid: 2311 components: - type: Transform - pos: 28.5,-1.5 + pos: -32.5,12.5 parent: 2 - - uid: 3955 + - uid: 2312 components: - type: Transform - pos: 27.5,-1.5 + pos: -33.5,12.5 parent: 2 - - uid: 3956 + - uid: 2318 components: - type: Transform - pos: 26.5,-1.5 + pos: -34.5,15.5 parent: 2 - - uid: 3957 + - uid: 2319 components: - type: Transform - pos: 25.5,-1.5 + pos: -33.5,15.5 parent: 2 - - uid: 3958 + - uid: 2345 components: - type: Transform - pos: 24.5,-1.5 + pos: -37.5,11.5 parent: 2 - - uid: 3959 + - uid: 2346 components: - type: Transform - pos: 23.5,-1.5 + pos: -37.5,10.5 parent: 2 - - uid: 3960 + - uid: 2353 components: - type: Transform - pos: 23.5,-2.5 + pos: -38.5,10.5 parent: 2 - - uid: 3961 + - uid: 2475 components: - type: Transform - pos: 23.5,-3.5 + pos: -54.5,-2.5 parent: 2 - - uid: 3962 + - uid: 2513 components: - type: Transform - pos: 23.5,-4.5 + pos: -53.5,-2.5 parent: 2 - - uid: 3963 + - uid: 2526 components: - type: Transform - pos: 23.5,-5.5 + pos: -58.5,-12.5 parent: 2 - - uid: 3964 + - uid: 2527 components: - type: Transform - pos: 23.5,-6.5 + pos: -58.5,-11.5 parent: 2 - - uid: 3965 + - uid: 2530 components: - type: Transform - pos: 23.5,-7.5 + pos: -52.5,-2.5 parent: 2 - - uid: 3966 + - uid: 2532 components: - type: Transform - pos: 22.5,-7.5 + pos: -55.5,-2.5 parent: 2 - - uid: 3967 + - uid: 2533 components: - type: Transform - pos: 21.5,-7.5 + pos: -55.5,-1.5 parent: 2 - - uid: 3968 + - uid: 2539 components: - type: Transform - pos: 21.5,-8.5 + pos: -48.5,-4.5 parent: 2 - - uid: 3969 + - uid: 2541 components: - type: Transform - pos: 21.5,-9.5 + pos: -48.5,-2.5 parent: 2 - - uid: 3970 + - uid: 2552 components: - type: Transform - pos: 20.5,-9.5 + pos: -48.5,-1.5 parent: 2 - - uid: 3971 + - uid: 2560 components: - type: Transform - pos: 19.5,-9.5 + pos: -50.5,-19.5 parent: 2 - - uid: 3972 + - uid: 2634 components: - type: Transform - pos: 44.5,6.5 + pos: -54.5,1.5 parent: 2 - - uid: 3973 + - uid: 2641 components: - type: Transform - pos: 43.5,6.5 + pos: -55.5,1.5 parent: 2 - - uid: 3974 + - uid: 2680 components: - type: Transform - pos: 43.5,5.5 + pos: -50.5,-20.5 parent: 2 - - uid: 3975 + - uid: 2681 components: - type: Transform - pos: 43.5,4.5 + pos: -50.5,-18.5 parent: 2 - - uid: 3976 + - uid: 2689 components: - type: Transform - pos: 43.5,3.5 + pos: -49.5,-20.5 parent: 2 - - uid: 3977 + - uid: 2698 components: - type: Transform - pos: 42.5,3.5 + pos: -55.5,-21.5 parent: 2 - - uid: 3978 + - uid: 2699 components: - type: Transform - pos: 41.5,3.5 + pos: -55.5,-22.5 parent: 2 - - uid: 3979 + - uid: 2763 components: - type: Transform - pos: 40.5,3.5 + pos: -50.5,-28.5 parent: 2 - - uid: 3980 + - uid: 2764 components: - type: Transform - pos: 39.5,3.5 + pos: -51.5,-28.5 parent: 2 - - uid: 3981 + - uid: 3343 components: - type: Transform - pos: 38.5,3.5 + pos: 53.5,1.5 parent: 2 - - uid: 3982 + - uid: 3344 components: - type: Transform - pos: 37.5,3.5 + pos: 52.5,1.5 parent: 2 - - uid: 3983 + - uid: 7633 components: - type: Transform - pos: 36.5,3.5 + pos: 33.5,-13.5 parent: 2 - - uid: 3984 + - uid: 7786 components: - type: Transform - pos: 35.5,3.5 + pos: 34.5,-13.5 parent: 2 - - uid: 3985 + - uid: 8054 components: - type: Transform - pos: 34.5,3.5 + pos: -49.5,-4.5 parent: 2 - - uid: 3986 + - uid: 8087 components: - type: Transform - pos: 33.5,3.5 + pos: -35.5,11.5 parent: 2 - - uid: 3987 + - uid: 8096 components: - type: Transform - pos: 32.5,3.5 + pos: -35.5,10.5 parent: 2 - - uid: 3988 + - uid: 8229 components: - type: Transform - pos: 31.5,3.5 + pos: -7.5,-22.5 parent: 2 - - uid: 3989 + - uid: 8613 components: - type: Transform - pos: 30.5,3.5 + pos: -31.5,-10.5 parent: 2 - - uid: 3990 + - uid: 8614 components: - type: Transform - pos: 29.5,3.5 + pos: -30.5,-10.5 parent: 2 - - uid: 3991 + - uid: 8646 components: - type: Transform - pos: 28.5,3.5 + pos: 50.5,-0.5 parent: 2 - - uid: 3992 +- proto: TargetSyndicate + entities: + - uid: 2387 components: - type: Transform - pos: 28.5,2.5 + pos: -19.5,20.5 parent: 2 - - uid: 3993 +- proto: TechnologyDiskRare + entities: + - uid: 7735 components: - type: Transform - pos: 28.5,1.5 + pos: 2.5752501,15.498761 parent: 2 - - uid: 3994 +- proto: TelecomServerFilled + entities: + - uid: 9633 components: - type: Transform - pos: 28.5,0.5 + pos: 8.5,38.5 parent: 2 - - uid: 3995 +- proto: TelescopicShield + entities: + - uid: 3058 components: - type: Transform - pos: 27.5,0.5 + pos: -3.5098875,18.597483 parent: 2 - - uid: 3996 +- proto: ToolboxEmergencyFilled + entities: + - uid: 8570 components: - type: Transform - pos: 26.5,0.5 + pos: 32.556385,2.6530209 parent: 2 - - uid: 3997 +- proto: ToolboxMechanicalFilled + entities: + - uid: 1540 components: - type: Transform - pos: 25.5,0.5 + pos: 46.43547,-4.666317 parent: 2 - - uid: 3998 +- proto: ToyAmongPequeno + entities: + - uid: 9486 components: - type: Transform - pos: 24.5,0.5 + pos: 55.732277,3.2603636 parent: 2 - - uid: 3999 +- proto: ToyNuke + entities: + - uid: 9476 components: + - type: MetaData + desc: The panic button. + name: shutdown - type: Transform - pos: 23.5,0.5 + pos: -31.5,-18.5 parent: 2 - - uid: 4000 +- proto: ToySpawner + entities: + - uid: 7779 components: - type: Transform - pos: 23.5,1.5 + pos: 4.5,21.5 parent: 2 - - uid: 4001 + - uid: 8295 components: - type: Transform - pos: 23.5,2.5 + pos: 1.5,-48.5 parent: 2 - - uid: 4002 + - uid: 8578 components: - type: Transform - pos: 23.5,3.5 + pos: 5.5,-29.5 parent: 2 - - uid: 4003 + - uid: 8599 components: - type: Transform - pos: 23.5,4.5 + pos: -40.5,-10.5 parent: 2 - - uid: 4004 +- proto: TrashBag + entities: + - uid: 9533 components: - type: Transform - pos: 23.5,5.5 + pos: 6.199898,27.651148 parent: 2 - - uid: 4005 +- proto: TrashBananaPeel + entities: + - uid: 8738 components: - type: Transform - pos: 23.5,6.5 + pos: 39.567932,3.5566196 parent: 2 - - uid: 4006 +- proto: trayScanner + entities: + - uid: 1451 components: - type: Transform - pos: 23.5,7.5 + pos: 48.714245,-16.436579 parent: 2 - - uid: 4007 +- proto: TwoWayLever + entities: + - uid: 8256 components: - type: Transform - pos: 24.5,7.5 + pos: 4.5,30.5 parent: 2 - - uid: 4008 + - type: DeviceLinkSource + linkedPorts: + 8264: + - Middle: Forward + - Right: Off + - Left: Off + 9575: + - Middle: Forward + - Right: Off + - Left: Off + 7974: + - Middle: Forward + - Left: Off + - Right: Off + 3099: + - Middle: Forward + - Right: Off + - Left: Off + 8263: + - Middle: Forward + - Right: Off + - Left: Off + 9576: + - Middle: Forward + - Right: Off + - Left: Off +- proto: UprightPianoInstrument + entities: + - uid: 109 components: - type: Transform - pos: 25.5,7.5 + pos: 16.5,-36.5 parent: 2 - - uid: 4009 +- proto: VendingBarDrobe + entities: + - uid: 1633 components: - type: Transform - pos: 25.5,8.5 + pos: 20.5,-32.5 parent: 2 - - uid: 4010 +- proto: VendingMachineAtmosDrobe + entities: + - uid: 1424 components: - type: Transform - pos: 25.5,9.5 + pos: 49.5,-16.5 parent: 2 - - uid: 4011 +- proto: VendingMachineBooze + entities: + - uid: 1606 components: - type: Transform - pos: 25.5,10.5 + pos: 12.5,-28.5 parent: 2 - - uid: 4012 + - uid: 2528 components: - type: Transform - pos: 44.5,3.5 + pos: -58.5,-10.5 parent: 2 - - uid: 4013 +- proto: VendingMachineCargoDrobe + entities: + - uid: 971 components: - type: Transform - pos: 45.5,3.5 + pos: 26.5,-9.5 parent: 2 - - uid: 4014 +- proto: VendingMachineCentDrobe + entities: + - uid: 9578 components: - type: Transform - pos: 46.5,3.5 + pos: -1.5,38.5 parent: 2 - - uid: 4015 +- proto: VendingMachineChemDrobe + entities: + - uid: 1907 components: - type: Transform - pos: 46.5,2.5 + pos: -32.5,-3.5 parent: 2 - - uid: 4016 +- proto: VendingMachineCigs + entities: + - uid: 1088 components: - type: Transform - pos: 46.5,1.5 + pos: 26.5,-5.5 parent: 2 - - uid: 4017 + - uid: 2815 components: - type: Transform - pos: 46.5,0.5 + pos: -55.5,-8.5 parent: 2 - - uid: 4018 + - uid: 6691 components: - type: Transform - pos: 46.5,-0.5 + pos: -24.5,2.5 parent: 2 - - uid: 4019 + - uid: 7645 components: - type: Transform - pos: 45.5,-0.5 + pos: 7.5,-37.5 parent: 2 - - uid: 4020 +- proto: VendingMachineClothing + entities: + - uid: 381 components: - type: Transform - pos: 44.5,-0.5 + pos: 3.5,-21.5 parent: 2 - - uid: 4021 + - uid: 9233 components: - type: Transform - pos: 44.5,-1.5 + pos: 12.5,-44.5 parent: 2 - - uid: 4022 +- proto: VendingMachineCoffee + entities: + - uid: 2816 components: - type: Transform - pos: 44.5,-2.5 + pos: -48.5,-13.5 parent: 2 - - uid: 4023 + - uid: 8695 components: - type: Transform - pos: 44.5,-3.5 + pos: 5.5,5.5 parent: 2 - - uid: 4024 +- proto: VendingMachineDetDrobe + entities: + - uid: 2150 components: - type: Transform - pos: 44.5,-4.5 + pos: -16.5,4.5 parent: 2 - - uid: 4025 +- proto: VendingMachineEngiDrobe + entities: + - uid: 1412 components: - type: Transform - pos: 44.5,-5.5 + pos: 49.5,-6.5 parent: 2 - - uid: 4026 +- proto: VendingMachineEngivend + entities: + - uid: 1411 components: - type: Transform - pos: 44.5,-6.5 + pos: 52.5,-2.5 parent: 2 - - uid: 4027 +- proto: VendingMachineGames + entities: + - uid: 827 components: - type: Transform - pos: 44.5,-7.5 + pos: -16.5,-18.5 parent: 2 - - uid: 4028 +- proto: VendingMachineMediDrobe + entities: + - uid: 1890 components: - type: Transform - pos: 44.5,-8.5 + pos: -13.5,-3.5 parent: 2 - - uid: 4029 +- proto: VendingMachineQuickThreads + entities: + - uid: 8714 components: - type: Transform - pos: 44.5,-9.5 + pos: -4.5,-21.5 parent: 2 - - uid: 4030 + - uid: 9234 components: - type: Transform - pos: 44.5,-10.5 + pos: 16.5,-42.5 parent: 2 - - uid: 4031 +- proto: VendingMachineRestockClothes + entities: + - uid: 9017 components: - type: Transform - pos: 44.5,-11.5 + pos: -4.4853964,-24.433317 parent: 2 - - uid: 4032 + - uid: 9549 components: - type: Transform - pos: 45.5,-11.5 + pos: 6.4358597,25.73604 parent: 2 - - uid: 4033 + - uid: 9550 components: - type: Transform - pos: 46.5,-11.5 + pos: 6.5296097,25.73604 parent: 2 - - uid: 4034 +- proto: VendingMachineRoboDrobe + entities: + - uid: 1165 components: - type: Transform - pos: 47.5,-11.5 + pos: 14.5,2.5 parent: 2 - - uid: 4035 +- proto: VendingMachineSciDrobe + entities: + - uid: 1171 components: - type: Transform - pos: 48.5,-11.5 + pos: 15.5,6.5 parent: 2 - - uid: 4036 +- proto: VendingMachineSecDrobe + entities: + - uid: 2100 components: - type: Transform - pos: 49.5,-11.5 + pos: -37.5,4.5 parent: 2 - - uid: 4037 +- proto: VendingMachineSyndieDrobe + entities: + - uid: 9640 components: - type: Transform - pos: 49.5,-10.5 + pos: 0.5,38.5 parent: 2 - - uid: 4038 +- proto: VendingMachineTheater + entities: + - uid: 411 components: - type: Transform - pos: 49.5,-9.5 + pos: -2.5,-24.5 parent: 2 - - uid: 4039 + - uid: 9247 components: - type: Transform - pos: 49.5,-8.5 + pos: -17.5,-42.5 parent: 2 - - uid: 4040 +- proto: VendingMachineWinter + entities: + - uid: 405 components: - type: Transform - pos: 49.5,-7.5 + pos: -3.5,-24.5 parent: 2 - - uid: 4041 + - uid: 9243 components: - type: Transform - pos: 43.5,2.5 + pos: -13.5,-44.5 parent: 2 - - uid: 4042 +- proto: VendingMachineYouTool + entities: + - uid: 7646 components: - type: Transform - pos: 43.5,1.5 + pos: 48.5,-3.5 parent: 2 - - uid: 4043 +- proto: WallPlastitanium + entities: + - uid: 2972 components: - type: Transform - pos: 36.5,-5.5 + pos: 1.5,25.5 parent: 2 - - uid: 4044 + - uid: 2973 components: - type: Transform - pos: 37.5,-5.5 + pos: 1.5,26.5 parent: 2 - - uid: 4045 + - uid: 2974 components: - type: Transform - pos: 37.5,-6.5 + pos: 1.5,27.5 parent: 2 - - uid: 4046 + - uid: 2975 components: - type: Transform - pos: 37.5,-7.5 + pos: 1.5,28.5 parent: 2 - - uid: 4047 + - uid: 2976 components: - type: Transform - pos: 37.5,-8.5 + pos: 0.5,28.5 parent: 2 - - uid: 4048 + - uid: 2977 components: - type: Transform - pos: 37.5,-9.5 + pos: -0.5,28.5 parent: 2 - - uid: 4049 + - uid: 2978 components: - type: Transform - pos: 37.5,-10.5 + pos: -1.5,28.5 parent: 2 - - uid: 4050 + - uid: 2979 components: - type: Transform - pos: 37.5,-11.5 + pos: -2.5,28.5 parent: 2 - - uid: 4051 + - uid: 2980 components: - type: Transform - pos: 37.5,-12.5 + pos: -2.5,27.5 parent: 2 - - uid: 4052 + - uid: 2981 components: - type: Transform - pos: 38.5,-12.5 + pos: -2.5,26.5 parent: 2 - - uid: 4053 + - uid: 2982 components: - type: Transform - pos: 39.5,-12.5 + pos: -2.5,25.5 parent: 2 - - uid: 4054 +- proto: WallPlastitaniumDiagonal + entities: + - uid: 3042 components: - type: Transform - pos: 40.5,-12.5 + rot: 3.141592653589793 rad + pos: -8.5,37.5 parent: 2 - - uid: 4055 + - uid: 3044 components: - type: Transform - pos: 41.5,-12.5 + rot: -1.5707963267948966 rad + pos: -8.5,36.5 parent: 2 - - uid: 4056 + - uid: 9592 components: - type: Transform - pos: 42.5,-12.5 + pos: 9.5,35.5 parent: 2 - - uid: 4057 + - uid: 9593 components: - type: Transform - pos: 42.5,-13.5 + rot: 1.5707963267948966 rad + pos: 9.5,38.5 parent: 2 - - uid: 4058 +- proto: WallPlastitaniumIndestructible + entities: + - uid: 3111 components: - type: Transform - pos: 42.5,-14.5 + pos: -3.5,34.5 parent: 2 - - uid: 4059 + - uid: 3112 components: - type: Transform - pos: 42.5,-15.5 + pos: -2.5,34.5 parent: 2 - - uid: 4060 + - uid: 3113 components: - type: Transform - pos: 42.5,-16.5 + rot: 1.5707963267948966 rad + pos: -1.5,34.5 parent: 2 - - uid: 4061 + - uid: 3114 components: - type: Transform - pos: 42.5,-17.5 + pos: -0.5,34.5 parent: 2 - - uid: 4062 + - uid: 3115 components: - type: Transform - pos: 42.5,-18.5 + pos: 0.5,34.5 parent: 2 - - uid: 4063 + - uid: 3116 components: - type: Transform - pos: 42.5,-19.5 + pos: 1.5,34.5 parent: 2 - - uid: 4064 + - uid: 3117 components: - type: Transform - pos: 42.5,-20.5 + pos: 2.5,34.5 parent: 2 - - uid: 4065 + - uid: 3118 components: - type: Transform - pos: 42.5,-21.5 + rot: 1.5707963267948966 rad + pos: -9.5,36.5 parent: 2 - - uid: 4066 + - uid: 3119 components: - type: Transform - pos: 41.5,-21.5 + rot: 1.5707963267948966 rad + pos: -10.5,36.5 parent: 2 - - uid: 4067 + - uid: 3120 components: - type: Transform - pos: 40.5,-21.5 + rot: 1.5707963267948966 rad + pos: -9.5,37.5 parent: 2 - - uid: 4068 + - uid: 3121 components: - type: Transform - pos: 39.5,-21.5 + rot: 1.5707963267948966 rad + pos: -10.5,37.5 parent: 2 - - uid: 4069 + - uid: 3122 components: - type: Transform - pos: 38.5,-21.5 + pos: 2.5,39.5 parent: 2 - - uid: 4070 + - uid: 3123 components: - type: Transform - pos: 37.5,-21.5 + pos: 1.5,39.5 parent: 2 - - uid: 4071 + - uid: 3124 components: - type: Transform - pos: 36.5,-21.5 + pos: 0.5,39.5 parent: 2 - - uid: 4072 + - uid: 3125 components: - type: Transform - pos: 35.5,-21.5 + pos: -0.5,39.5 parent: 2 - - uid: 4073 + - uid: 3126 components: - type: Transform - pos: 34.5,-21.5 + pos: -1.5,39.5 parent: 2 - - uid: 4074 + - uid: 3127 components: - type: Transform - pos: 33.5,-21.5 + pos: -2.5,39.5 parent: 2 - - uid: 4075 + - uid: 3128 components: - type: Transform - pos: 32.5,-21.5 + pos: -3.5,39.5 parent: 2 - - uid: 4076 + - uid: 5968 components: - type: Transform - pos: 32.5,-20.5 + pos: -4.5,34.5 parent: 2 - - uid: 4077 + - uid: 6067 components: - type: Transform - pos: -37.5,-3.5 + pos: -5.5,34.5 parent: 2 - - uid: 4078 + - uid: 6068 components: - type: Transform - pos: -37.5,-4.5 + pos: -6.5,34.5 parent: 2 - - uid: 4079 + - uid: 6069 components: - type: Transform - pos: -38.5,-4.5 + pos: -7.5,34.5 parent: 2 - - uid: 4080 + - uid: 6070 components: - type: Transform - pos: -39.5,-4.5 + pos: -8.5,34.5 parent: 2 - - uid: 4081 + - uid: 6071 components: - type: Transform - pos: -40.5,-4.5 + pos: -9.5,34.5 parent: 2 - - uid: 4082 + - uid: 6072 components: - type: Transform - pos: -40.5,-5.5 + pos: -10.5,34.5 parent: 2 - - uid: 4083 + - uid: 6073 components: - type: Transform - pos: -40.5,-6.5 + pos: -11.5,34.5 parent: 2 - - uid: 4084 + - uid: 6074 components: - type: Transform - pos: -40.5,-7.5 + pos: -11.5,35.5 parent: 2 - - uid: 4085 + - uid: 6075 components: - type: Transform - pos: -40.5,-8.5 + pos: -11.5,36.5 parent: 2 - - uid: 4086 + - uid: 6076 components: - type: Transform - pos: -41.5,-8.5 + pos: -11.5,37.5 parent: 2 - - uid: 4087 + - uid: 6077 components: - type: Transform - pos: -42.5,-8.5 + pos: -11.5,38.5 parent: 2 - - uid: 4088 + - uid: 6078 components: - type: Transform - pos: -42.5,-7.5 + pos: -11.5,39.5 parent: 2 - - uid: 4089 + - uid: 6079 components: - type: Transform - pos: -42.5,-6.5 + pos: -10.5,39.5 parent: 2 - - uid: 4090 + - uid: 6080 components: - type: Transform - pos: -42.5,-5.5 + pos: -9.5,39.5 parent: 2 - - uid: 4091 + - uid: 6081 components: - type: Transform - pos: -42.5,-4.5 + pos: -8.5,39.5 parent: 2 - - uid: 4092 + - uid: 6082 components: - type: Transform - pos: -42.5,-3.5 + pos: -7.5,39.5 parent: 2 - - uid: 4093 + - uid: 6083 components: - type: Transform - pos: -42.5,-2.5 + pos: -6.5,39.5 parent: 2 - - uid: 4094 + - uid: 6084 components: - type: Transform - pos: -42.5,-1.5 + pos: -5.5,39.5 parent: 2 - - uid: 4095 + - uid: 6085 components: - type: Transform - pos: -41.5,-1.5 + pos: -4.5,39.5 parent: 2 - - uid: 4096 + - uid: 6087 components: - type: Transform - pos: -40.5,-1.5 + pos: 3.5,39.5 parent: 2 - - uid: 4097 + - uid: 6088 components: - type: Transform - pos: -39.5,-1.5 + pos: 4.5,39.5 parent: 2 - - uid: 4098 + - uid: 6089 components: - type: Transform - pos: -38.5,-1.5 + pos: 5.5,39.5 parent: 2 - - uid: 4099 + - uid: 6094 components: - type: Transform - pos: -37.5,-1.5 + pos: 5.5,34.5 parent: 2 - - uid: 4100 + - uid: 6095 components: - type: Transform - pos: -36.5,-1.5 + pos: 4.5,34.5 parent: 2 - - uid: 4101 + - uid: 6096 components: - type: Transform - pos: -35.5,-1.5 + pos: 3.5,34.5 parent: 2 - - uid: 4102 + - uid: 9607 components: - type: Transform - pos: -34.5,-1.5 + pos: 6.5,34.5 parent: 2 - - uid: 4103 + - uid: 9608 components: - type: Transform - pos: -33.5,-1.5 + pos: 7.5,34.5 parent: 2 - - uid: 4104 + - uid: 9609 components: - type: Transform - pos: -32.5,-1.5 + pos: 8.5,34.5 parent: 2 - - uid: 4105 + - uid: 9610 components: - type: Transform - pos: -31.5,-1.5 + pos: 9.5,34.5 parent: 2 - - uid: 4106 + - uid: 9611 components: - type: Transform - pos: -30.5,-1.5 + pos: 10.5,34.5 parent: 2 - - uid: 4107 + - uid: 9612 components: - type: Transform - pos: -29.5,-1.5 + pos: 10.5,35.5 parent: 2 - - uid: 4108 + - uid: 9613 components: - type: Transform - pos: -28.5,-1.5 + pos: 10.5,36.5 parent: 2 - - uid: 4109 + - uid: 9614 components: - type: Transform - pos: -27.5,-1.5 + pos: 10.5,37.5 parent: 2 - - uid: 4110 + - uid: 9615 components: - type: Transform - pos: -26.5,-1.5 + pos: 10.5,38.5 parent: 2 - - uid: 4111 + - uid: 9616 components: - type: Transform - pos: -25.5,-1.5 + pos: 10.5,39.5 parent: 2 - - uid: 4112 + - uid: 9617 components: - type: Transform - pos: -24.5,-1.5 + pos: 9.5,39.5 parent: 2 - - uid: 4113 + - uid: 9618 components: - type: Transform - pos: -24.5,-2.5 + pos: 8.5,39.5 parent: 2 - - uid: 4114 + - uid: 9619 components: - type: Transform - pos: -24.5,-3.5 + pos: 7.5,39.5 parent: 2 - - uid: 4115 + - uid: 9620 components: - type: Transform - pos: -24.5,-4.5 + pos: 6.5,39.5 parent: 2 - - uid: 4116 +- proto: WallRiveted + entities: + - uid: 31 components: - type: Transform - pos: -24.5,-5.5 + pos: 4.5,-23.5 parent: 2 - - uid: 4117 + - uid: 32 components: - type: Transform - pos: -24.5,-6.5 + pos: 12.5,-23.5 parent: 2 - - uid: 4118 + - uid: 34 components: - type: Transform - pos: -23.5,-6.5 + pos: 5.5,-23.5 parent: 2 - - uid: 4119 + - uid: 35 components: - type: Transform - pos: -22.5,-6.5 + pos: 10.5,-23.5 parent: 2 - - uid: 4120 + - uid: 37 components: - type: Transform - pos: -21.5,-6.5 + pos: 7.5,-9.5 parent: 2 - - uid: 4121 + - uid: 39 components: - type: Transform - pos: -21.5,-5.5 + pos: 15.5,-9.5 parent: 2 - - uid: 4122 + - uid: 40 components: - type: Transform - pos: -21.5,-4.5 + pos: 12.5,-10.5 parent: 2 - - uid: 4123 + - uid: 41 components: - type: Transform - pos: -43.5,6.5 + pos: 9.5,-9.5 parent: 2 - - uid: 4124 + - uid: 42 components: - type: Transform - pos: -44.5,6.5 + pos: 8.5,-9.5 parent: 2 - - uid: 4125 + - uid: 43 components: - type: Transform - pos: -44.5,5.5 + pos: 11.5,-9.5 parent: 2 - - uid: 4126 + - uid: 44 components: - type: Transform - pos: -44.5,4.5 + pos: 13.5,-9.5 parent: 2 - - uid: 4127 + - uid: 51 components: - type: Transform - pos: -44.5,3.5 + pos: 14.5,-9.5 parent: 2 - - uid: 4128 + - uid: 52 components: - type: Transform - pos: -44.5,2.5 + pos: 12.5,-9.5 parent: 2 - - uid: 4129 + - uid: 53 components: - type: Transform - pos: -43.5,2.5 + pos: 10.5,-9.5 parent: 2 - - uid: 4130 + - uid: 61 components: - type: Transform - pos: -42.5,2.5 + pos: 4.5,-18.5 parent: 2 - - uid: 4131 + - uid: 62 components: - type: Transform - pos: -41.5,2.5 + pos: 4.5,-19.5 parent: 2 - - uid: 4132 + - uid: 63 components: - type: Transform - pos: -40.5,2.5 + pos: 4.5,-20.5 parent: 2 - - uid: 4133 + - uid: 66 components: - type: Transform - pos: -39.5,2.5 + pos: 4.5,-21.5 parent: 2 - - uid: 4134 + - uid: 70 components: - type: Transform - pos: -38.5,2.5 + pos: 7.5,-23.5 parent: 2 - - uid: 4135 + - uid: 71 components: - type: Transform - pos: -38.5,1.5 + pos: 9.5,-23.5 parent: 2 - - uid: 4136 + - uid: 80 components: - type: Transform - pos: -38.5,0.5 + pos: 16.5,-23.5 parent: 2 - - uid: 4137 + - uid: 81 components: - type: Transform - pos: -37.5,0.5 + pos: 14.5,-23.5 parent: 2 - - uid: 4138 + - uid: 84 components: - type: Transform - pos: -36.5,0.5 + pos: 16.5,-21.5 parent: 2 - - uid: 4139 + - uid: 86 components: - type: Transform - pos: -35.5,0.5 + pos: 16.5,-20.5 parent: 2 - - uid: 4140 + - uid: 87 components: - type: Transform - pos: -34.5,0.5 + pos: 16.5,-19.5 parent: 2 - - uid: 4141 + - uid: 89 components: - type: Transform - pos: -33.5,0.5 + pos: 12.5,-31.5 parent: 2 - - uid: 4142 + - uid: 90 components: - type: Transform - pos: -32.5,0.5 + pos: 16.5,-18.5 parent: 2 - - uid: 4143 + - uid: 91 components: - type: Transform - pos: -31.5,0.5 + pos: 11.5,-31.5 parent: 2 - - uid: 4144 + - uid: 92 components: - type: Transform - pos: -30.5,0.5 + pos: 4.5,-9.5 parent: 2 - - uid: 4145 + - uid: 93 components: - type: Transform - pos: -29.5,0.5 + pos: 4.5,-10.5 parent: 2 - - uid: 4146 + - uid: 94 components: - type: Transform - pos: -28.5,0.5 + pos: 4.5,-11.5 parent: 2 - - uid: 4147 + - uid: 95 components: - type: Transform - pos: -27.5,0.5 + pos: 4.5,-12.5 parent: 2 - - uid: 4148 + - uid: 102 components: - type: Transform - pos: -26.5,0.5 + pos: 5.5,-9.5 parent: 2 - - uid: 4149 + - uid: 108 components: - type: Transform - pos: -25.5,0.5 + pos: 7.5,-2.5 parent: 2 - - uid: 4150 + - uid: 113 components: - type: Transform - pos: -24.5,0.5 + pos: -4.5,-7.5 parent: 2 - - uid: 4151 + - uid: 114 components: - type: Transform - pos: -24.5,1.5 + pos: -3.5,-11.5 parent: 2 - - uid: 4152 + - uid: 123 components: - type: Transform - pos: -24.5,2.5 + pos: -5.5,-7.5 parent: 2 - - uid: 4153 + - uid: 125 components: - type: Transform - pos: -24.5,3.5 + pos: 1.5,-11.5 parent: 2 - - uid: 4154 + - uid: 126 components: - type: Transform - pos: -24.5,4.5 + pos: 4.5,-7.5 parent: 2 - - uid: 4155 + - uid: 130 components: - type: Transform - pos: -24.5,5.5 + pos: 17.5,-13.5 parent: 2 - - uid: 4156 + - uid: 131 components: - type: Transform - pos: -24.5,6.5 + pos: 16.5,-14.5 parent: 2 - - uid: 4157 + - uid: 132 components: - type: Transform - pos: -24.5,7.5 + pos: 16.5,-13.5 parent: 2 - - uid: 4158 + - uid: 133 components: - type: Transform - pos: -24.5,8.5 + pos: 16.5,-12.5 parent: 2 - - uid: 4159 + - uid: 134 components: - type: Transform - pos: -25.5,8.5 + pos: 16.5,-11.5 parent: 2 - - uid: 4160 + - uid: 135 components: - type: Transform - pos: -26.5,8.5 + pos: 16.5,-10.5 parent: 2 - - uid: 4161 + - uid: 136 components: - type: Transform - pos: -27.5,8.5 + pos: 16.5,-9.5 parent: 2 - - uid: 4162 + - uid: 137 components: - type: Transform - pos: -28.5,8.5 + pos: -8.5,-35.5 parent: 2 - - uid: 4163 + - uid: 138 components: - type: Transform - pos: -29.5,8.5 + pos: -7.5,-37.5 parent: 2 - - uid: 4164 + - uid: 155 components: - type: Transform - pos: -30.5,8.5 + pos: 13.5,-23.5 parent: 2 - - uid: 4165 + - uid: 157 components: - type: Transform - pos: -30.5,9.5 + pos: 11.5,-23.5 parent: 2 - - uid: 4166 + - uid: 158 components: - type: Transform - pos: -45.5,2.5 + pos: 16.5,-22.5 parent: 2 - - uid: 4167 + - uid: 159 components: - type: Transform - pos: -46.5,2.5 + pos: 15.5,-23.5 parent: 2 - - uid: 4168 + - uid: 161 components: - type: Transform - pos: -46.5,1.5 + pos: 8.5,-10.5 parent: 2 - - uid: 4169 + - uid: 162 components: - type: Transform - pos: -46.5,0.5 + pos: 6.5,-23.5 parent: 2 - - uid: 4170 + - uid: 169 components: - type: Transform - pos: -45.5,0.5 + pos: 8.5,-23.5 parent: 2 - - uid: 4171 + - uid: 170 components: - type: Transform - pos: -44.5,0.5 + pos: 8.5,-22.5 parent: 2 - - uid: 4172 + - uid: 174 components: - type: Transform - pos: -43.5,1.5 + pos: 4.5,-22.5 parent: 2 - - uid: 4173 + - uid: 178 components: - type: Transform - pos: -44.5,-0.5 + pos: 6.5,-9.5 parent: 2 - - uid: 4174 + - uid: 180 components: - type: Transform - pos: -44.5,-1.5 + pos: 12.5,-22.5 parent: 2 - - uid: 4175 + - uid: 184 components: - type: Transform - pos: -44.5,-2.5 + pos: -6.5,16.5 parent: 2 - - uid: 4176 + - uid: 192 components: - type: Transform - pos: -44.5,-3.5 + pos: 1.5,-20.5 parent: 2 - - uid: 4177 + - uid: 195 components: - type: Transform - pos: -44.5,-4.5 + pos: 3.5,-18.5 parent: 2 - - uid: 4178 + - uid: 196 components: - type: Transform - pos: -44.5,-5.5 + pos: 3.5,-14.5 parent: 2 - - uid: 4179 + - uid: 198 components: - type: Transform - pos: -44.5,-6.5 + pos: 4.5,-14.5 parent: 2 - - uid: 4180 + - uid: 199 components: - type: Transform - pos: -44.5,-7.5 + pos: 4.5,-13.5 parent: 2 - - uid: 4181 + - uid: 225 components: - type: Transform - pos: -44.5,-8.5 + pos: -2.5,-20.5 parent: 2 - - uid: 4182 + - uid: 229 components: - type: Transform - pos: -44.5,-9.5 + pos: -5.5,-20.5 parent: 2 - - uid: 4183 + - uid: 230 components: - type: Transform - pos: -44.5,-10.5 + pos: -5.5,-19.5 parent: 2 - - uid: 4184 + - uid: 231 components: - type: Transform - pos: -44.5,-11.5 + pos: -5.5,-18.5 parent: 2 - - uid: 4185 + - uid: 232 components: - type: Transform - pos: -45.5,-11.5 + pos: -4.5,-18.5 parent: 2 - - uid: 4186 + - uid: 234 components: - type: Transform - pos: -46.5,-11.5 + pos: -5.5,-14.5 parent: 2 - - uid: 4187 + - uid: 235 components: - type: Transform - pos: -47.5,-11.5 + pos: -5.5,-13.5 parent: 2 - - uid: 4188 + - uid: 236 components: - type: Transform - pos: -48.5,-11.5 + pos: -5.5,-12.5 parent: 2 - - uid: 4189 + - uid: 237 components: - type: Transform - pos: -49.5,-11.5 + pos: 2.5,-11.5 parent: 2 - - uid: 4190 + - uid: 238 components: - type: Transform - pos: -50.5,-11.5 + pos: 2.5,-10.5 parent: 2 - - uid: 4191 + - uid: 239 components: - type: Transform - pos: -50.5,-10.5 + pos: 2.5,-9.5 parent: 2 - - uid: 4192 + - uid: 240 components: - type: Transform - pos: -50.5,-9.5 + pos: -2.5,-11.5 parent: 2 - - uid: 4193 + - uid: 241 components: - type: Transform - pos: -50.5,-8.5 + pos: 1.5,-7.5 parent: 2 - - uid: 4194 + - uid: 242 components: - type: Transform - pos: -50.5,-7.5 + pos: -5.5,-11.5 parent: 2 - - uid: 4195 + - uid: 243 components: - type: Transform - pos: -42.5,-9.5 + pos: -5.5,-10.5 parent: 2 - - uid: 4196 + - uid: 244 components: - type: Transform - pos: -42.5,-10.5 + pos: -5.5,-9.5 parent: 2 - - uid: 4197 + - uid: 245 components: - type: Transform - pos: -42.5,-11.5 + pos: -6.5,-9.5 parent: 2 - - uid: 4198 + - uid: 246 components: - type: Transform - pos: -42.5,-12.5 + pos: -7.5,-9.5 parent: 2 - - uid: 4199 + - uid: 247 components: - type: Transform - pos: -42.5,-13.5 + pos: -8.5,-9.5 parent: 2 - - uid: 4200 + - uid: 248 components: - type: Transform - pos: -42.5,-14.5 + pos: -9.5,-9.5 parent: 2 - - uid: 4201 + - uid: 249 components: - type: Transform - pos: -42.5,-15.5 + pos: -10.5,-9.5 parent: 2 - - uid: 4202 + - uid: 250 components: - type: Transform - pos: -42.5,-16.5 + pos: -11.5,-9.5 parent: 2 - - uid: 4203 + - uid: 251 components: - type: Transform - pos: -42.5,-17.5 + pos: -12.5,-9.5 parent: 2 - - uid: 4204 + - uid: 252 components: - type: Transform - pos: -42.5,-18.5 + pos: -13.5,-9.5 parent: 2 - - uid: 4205 + - uid: 253 components: - type: Transform - pos: -42.5,-19.5 + pos: -14.5,-9.5 parent: 2 - - uid: 4206 + - uid: 254 components: - type: Transform - pos: -42.5,-20.5 + pos: -15.5,-9.5 parent: 2 - - uid: 4207 + - uid: 255 components: - type: Transform - pos: -42.5,-21.5 + pos: -16.5,-9.5 parent: 2 - - uid: 4208 + - uid: 256 components: - type: Transform - pos: -41.5,-21.5 + pos: -17.5,-9.5 parent: 2 - - uid: 4209 + - uid: 257 components: - type: Transform - pos: -40.5,-21.5 + pos: -17.5,-10.5 parent: 2 - - uid: 4210 + - uid: 258 components: - type: Transform - pos: -39.5,-21.5 + pos: -17.5,-11.5 parent: 2 - - uid: 4211 + - uid: 259 components: - type: Transform - pos: -38.5,-21.5 + pos: -17.5,-12.5 parent: 2 - - uid: 4212 + - uid: 260 components: - type: Transform - pos: -37.5,-21.5 + pos: -17.5,-13.5 parent: 2 - - uid: 4213 + - uid: 261 components: - type: Transform - pos: -36.5,-21.5 + pos: -17.5,-14.5 parent: 2 - - uid: 4214 + - uid: 265 components: - type: Transform - pos: -35.5,-21.5 + pos: -17.5,-18.5 parent: 2 - - uid: 4215 + - uid: 266 components: - type: Transform - pos: -34.5,-21.5 + pos: -17.5,-19.5 parent: 2 - - uid: 4216 + - uid: 267 components: - type: Transform - pos: -33.5,-21.5 + pos: -17.5,-20.5 parent: 2 - - uid: 4217 + - uid: 268 components: - type: Transform - pos: -33.5,-20.5 + pos: -17.5,-21.5 parent: 2 - - uid: 4218 + - uid: 269 components: - type: Transform - pos: 10.5,-24.5 + pos: -17.5,-22.5 parent: 2 - - uid: 4219 + - uid: 270 components: - type: Transform - pos: 9.5,-24.5 + pos: -17.5,-23.5 parent: 2 - - uid: 4220 + - uid: 274 components: - type: Transform - pos: 9.5,-25.5 + pos: -13.5,-23.5 parent: 2 - - uid: 4221 + - uid: 278 components: - type: Transform - pos: 9.5,-26.5 + pos: -9.5,-23.5 parent: 2 - - uid: 4222 + - uid: 282 components: - type: Transform - pos: 9.5,-27.5 + pos: -5.5,-23.5 parent: 2 - - uid: 4223 + - uid: 283 components: - type: Transform - pos: 8.5,-27.5 + pos: -5.5,-22.5 parent: 2 - - uid: 4224 + - uid: 284 components: - type: Transform - pos: 7.5,-27.5 + pos: -5.5,-21.5 parent: 2 - - uid: 4225 + - uid: 285 components: - type: Transform - pos: 6.5,-27.5 + pos: -9.5,-22.5 parent: 2 - - uid: 4226 + - uid: 286 components: - type: Transform - pos: 5.5,-27.5 + pos: -9.5,-21.5 parent: 2 - - uid: 4227 + - uid: 287 components: - type: Transform - pos: 4.5,-27.5 + pos: -9.5,-20.5 parent: 2 - - uid: 4228 + - uid: 288 components: - type: Transform - pos: 3.5,-27.5 + pos: -9.5,-19.5 parent: 2 - - uid: 4229 + - uid: 289 components: - type: Transform - pos: 3.5,-26.5 + pos: -9.5,-18.5 parent: 2 - - uid: 4230 + - uid: 290 components: - type: Transform - pos: 2.5,-26.5 + pos: -7.5,-19.5 parent: 2 - - uid: 4231 + - uid: 291 components: - type: Transform - pos: 1.5,-26.5 + pos: -6.5,-19.5 parent: 2 - - uid: 4232 + - uid: 292 components: - type: Transform - pos: 0.5,-26.5 + pos: -10.5,-18.5 parent: 2 - - uid: 4233 + - uid: 293 components: - type: Transform - pos: -0.5,-26.5 + pos: -12.5,-18.5 parent: 2 - - uid: 4234 + - uid: 294 components: - type: Transform - pos: -0.5,-25.5 + pos: -13.5,-18.5 parent: 2 - - uid: 4235 + - uid: 295 components: - type: Transform - pos: -1.5,-25.5 + pos: -13.5,-19.5 parent: 2 - - uid: 4236 + - uid: 296 components: - type: Transform - pos: -2.5,-25.5 + pos: -13.5,-20.5 parent: 2 - - uid: 4237 + - uid: 297 components: - type: Transform - pos: -0.5,-24.5 + pos: -13.5,-21.5 parent: 2 - - uid: 4238 + - uid: 298 components: - type: Transform - pos: -0.5,-23.5 + pos: -13.5,-22.5 parent: 2 - - uid: 4239 + - uid: 299 components: - type: Transform - pos: -0.5,-22.5 + pos: -7.5,-13.5 parent: 2 - - uid: 4240 + - uid: 300 components: - type: Transform - pos: -0.5,-21.5 + pos: -16.5,-19.5 parent: 2 - - uid: 4241 + - uid: 301 components: - type: Transform - pos: -0.5,-20.5 + pos: -13.5,-14.5 parent: 2 - - uid: 4242 + - uid: 302 components: - type: Transform - pos: -0.5,-19.5 + pos: -12.5,-14.5 parent: 2 - - uid: 4243 + - uid: 303 components: - type: Transform - pos: -0.5,-18.5 + pos: -10.5,-14.5 parent: 2 - - uid: 4244 + - uid: 304 components: - type: Transform - pos: -0.5,-17.5 + pos: -9.5,-14.5 parent: 2 - - uid: 4245 + - uid: 305 components: - type: Transform - pos: -0.5,-16.5 + pos: -9.5,-13.5 parent: 2 - - uid: 4246 + - uid: 306 components: - type: Transform - pos: 0.5,-16.5 + pos: -15.5,-19.5 parent: 2 - - uid: 4247 + - uid: 307 components: - type: Transform - pos: 1.5,-16.5 + pos: -6.5,-13.5 parent: 2 - - uid: 4248 + - uid: 308 components: - type: Transform - pos: 2.5,-16.5 + pos: -9.5,-12.5 parent: 2 - - uid: 4249 + - uid: 309 components: - type: Transform - pos: 3.5,-16.5 + pos: -9.5,-11.5 parent: 2 - - uid: 4250 + - uid: 310 components: - type: Transform - pos: 4.5,-16.5 + pos: -9.5,-10.5 parent: 2 - - uid: 4251 + - uid: 311 components: - type: Transform - pos: 5.5,-16.5 + pos: -13.5,-13.5 parent: 2 - - uid: 4252 + - uid: 312 components: - type: Transform - pos: 6.5,-16.5 + pos: -13.5,-12.5 parent: 2 - - uid: 4253 + - uid: 313 components: - type: Transform - pos: 7.5,-16.5 + pos: -13.5,-11.5 parent: 2 - - uid: 4254 + - uid: 314 components: - type: Transform - pos: 8.5,-16.5 + pos: -13.5,-10.5 parent: 2 - - uid: 4255 + - uid: 315 components: - type: Transform - pos: 9.5,-16.5 + pos: -15.5,-13.5 parent: 2 - - uid: 4256 + - uid: 316 components: - type: Transform - pos: 10.5,-16.5 + pos: -16.5,-13.5 parent: 2 - - uid: 4257 + - uid: 322 components: - type: Transform - pos: 10.5,-15.5 + pos: -4.5,-14.5 parent: 2 - - uid: 4258 + - uid: 332 components: - type: Transform - pos: 10.5,-14.5 + pos: 18.5,-31.5 parent: 2 - - uid: 4259 + - uid: 333 components: - type: Transform - pos: 10.5,-13.5 + pos: 15.5,-27.5 parent: 2 - - uid: 4260 + - uid: 334 components: - type: Transform - pos: 10.5,-12.5 + pos: 17.5,-19.5 parent: 2 - - uid: 4261 + - uid: 338 components: - type: Transform - pos: 10.5,-11.5 + pos: -18.5,-13.5 parent: 2 - - uid: 4262 + - uid: 339 components: - type: Transform - pos: 10.5,-10.5 + pos: -19.5,-13.5 parent: 2 - - uid: 4263 + - uid: 340 components: - type: Transform - pos: 10.5,-9.5 + pos: -19.5,-14.5 parent: 2 - - uid: 4264 + - uid: 341 components: - type: Transform - pos: -1.5,-16.5 + pos: -19.5,-15.5 parent: 2 - - uid: 4265 + - uid: 342 components: - type: Transform - pos: -2.5,-16.5 + pos: -19.5,-16.5 parent: 2 - - uid: 4266 + - uid: 343 components: - type: Transform - pos: -3.5,-16.5 + pos: -19.5,-17.5 parent: 2 - - uid: 4267 + - uid: 344 components: - type: Transform - pos: -4.5,-16.5 + pos: -19.5,-18.5 parent: 2 - - uid: 4268 + - uid: 345 components: - type: Transform - pos: -5.5,-16.5 + pos: -19.5,-19.5 parent: 2 - - uid: 4269 + - uid: 346 components: - type: Transform - pos: -6.5,-16.5 + pos: -18.5,-19.5 parent: 2 - - uid: 4270 + - uid: 418 components: - type: Transform - pos: -7.5,-16.5 + pos: 4.5,-24.5 parent: 2 - - uid: 4271 + - uid: 419 components: - type: Transform - pos: -8.5,-16.5 + pos: 4.5,-25.5 parent: 2 - - uid: 4272 + - uid: 420 components: - type: Transform - pos: -9.5,-16.5 + pos: 3.5,-25.5 parent: 2 - - uid: 4273 + - uid: 421 components: - type: Transform - pos: -10.5,-16.5 + pos: 2.5,-25.5 parent: 2 - - uid: 4274 + - uid: 422 components: - type: Transform - pos: -11.5,-16.5 + pos: 1.5,-25.5 parent: 2 - - uid: 4275 + - uid: 423 components: - type: Transform - pos: -12.5,-16.5 + pos: -2.5,-25.5 parent: 2 - - uid: 4276 + - uid: 424 components: - type: Transform - pos: -13.5,-16.5 + pos: -3.5,-25.5 parent: 2 - - uid: 4277 + - uid: 425 components: - type: Transform - pos: -13.5,-15.5 + pos: -4.5,-25.5 parent: 2 - - uid: 4278 + - uid: 426 components: - type: Transform - pos: -13.5,-14.5 + pos: -5.5,-25.5 parent: 2 - - uid: 4279 + - uid: 427 components: - type: Transform - pos: 8.5,-28.5 + pos: -5.5,-24.5 parent: 2 - - uid: 4280 + - uid: 428 components: - type: Transform - pos: 8.5,-29.5 + pos: 10.5,-30.5 parent: 2 - - uid: 4281 + - uid: 429 components: - type: Transform - pos: 8.5,-30.5 + pos: 3.5,-7.5 parent: 2 - - uid: 4282 + - uid: 430 components: - type: Transform - pos: 8.5,-31.5 + pos: 8.5,-2.5 parent: 2 - - uid: 4283 + - uid: 432 components: - type: Transform - pos: 8.5,-32.5 + pos: -10.5,-30.5 parent: 2 - - uid: 4284 + - uid: 434 components: - type: Transform - pos: 9.5,-32.5 + pos: -12.5,-31.5 parent: 2 - - uid: 4285 + - uid: 436 components: - type: Transform - pos: 9.5,-33.5 + pos: 5.5,-41.5 parent: 2 - - uid: 4286 + - uid: 437 components: - type: Transform - pos: 9.5,-34.5 + pos: 7.5,-43.5 parent: 2 - - uid: 4287 + - uid: 438 components: - type: Transform - pos: 10.5,-34.5 + pos: 7.5,-42.5 parent: 2 - - uid: 4288 + - uid: 439 components: - type: Transform - pos: 11.5,-34.5 + pos: 6.5,-42.5 parent: 2 - - uid: 4289 + - uid: 440 components: - type: Transform - pos: 12.5,-34.5 + pos: 6.5,-41.5 parent: 2 - - uid: 4290 + - uid: 441 components: - type: Transform - pos: 13.5,-34.5 + pos: 11.5,-42.5 parent: 2 - - uid: 4291 + - uid: 442 components: - type: Transform - pos: 14.5,-34.5 + pos: 5.5,-37.5 parent: 2 - - uid: 4292 + - uid: 443 components: - type: Transform - pos: 15.5,-34.5 + pos: -2.5,-29.5 parent: 2 - - uid: 4293 + - uid: 444 components: - type: Transform - pos: 16.5,-34.5 + pos: -8.5,-30.5 parent: 2 - - uid: 4294 + - uid: 445 components: - type: Transform - pos: 17.5,-34.5 + pos: 9.5,-2.5 parent: 2 - - uid: 4295 + - uid: 449 components: - type: Transform - pos: 18.5,-34.5 + pos: 1.5,-29.5 parent: 2 - - uid: 4296 + - uid: 450 components: - type: Transform - pos: 9.5,-35.5 + pos: 2.5,-29.5 parent: 2 - - uid: 4297 + - uid: 451 components: - type: Transform - pos: 9.5,-36.5 + pos: 2.5,-30.5 parent: 2 - - uid: 4298 + - uid: 452 components: - type: Transform - pos: 9.5,-37.5 + pos: 3.5,-30.5 parent: 2 - - uid: 4299 + - uid: 453 components: - type: Transform - pos: 9.5,-38.5 + pos: 4.5,-30.5 parent: 2 - - uid: 4300 + - uid: 454 components: - type: Transform - pos: 9.5,-39.5 + pos: 5.5,-30.5 parent: 2 - - uid: 4301 + - uid: 455 components: - type: Transform - pos: 9.5,-40.5 + pos: 6.5,-30.5 parent: 2 - - uid: 4302 + - uid: 456 components: - type: Transform - pos: 9.5,-41.5 + pos: 7.5,-30.5 parent: 2 - - uid: 4303 + - uid: 457 components: - type: Transform - pos: 9.5,-42.5 + pos: 9.5,-3.5 parent: 2 - - uid: 4304 + - uid: 458 components: - type: Transform - pos: 9.5,-43.5 + pos: -6.5,-30.5 parent: 2 - - uid: 4305 + - uid: 459 components: - type: Transform - pos: 9.5,-44.5 + pos: 9.5,-30.5 parent: 2 - - uid: 4306 + - uid: 460 components: - type: Transform - pos: 9.5,-45.5 + pos: 11.5,-37.5 parent: 2 - - uid: 4307 + - uid: 461 components: - type: Transform - pos: 9.5,-46.5 + pos: 11.5,-28.5 parent: 2 - - uid: 4309 + - uid: 462 components: - type: Transform - pos: 9.5,-48.5 + pos: 18.5,-17.5 parent: 2 - - uid: 4310 + - uid: 463 components: - type: Transform - pos: 9.5,-49.5 + pos: 6.5,-34.5 parent: 2 - - uid: 4311 + - uid: 465 components: - type: Transform - pos: 9.5,-50.5 + pos: 18.5,-16.5 parent: 2 - - uid: 4312 + - uid: 466 components: - type: Transform - pos: 9.5,-51.5 + pos: 18.5,-15.5 parent: 2 - - uid: 4313 + - uid: 467 components: - type: Transform - pos: 9.5,-52.5 + pos: 18.5,-14.5 parent: 2 - - uid: 4314 + - uid: 469 components: - type: Transform - pos: 8.5,-52.5 + pos: 18.5,-13.5 parent: 2 - - uid: 4315 + - uid: 470 components: - type: Transform - pos: 7.5,-52.5 + pos: 10.5,-31.5 parent: 2 - - uid: 4316 + - uid: 471 components: - type: Transform - pos: 6.5,-52.5 + pos: 1.5,-8.5 parent: 2 - - uid: 4317 + - uid: 473 components: - type: Transform - pos: -8.5,-52.5 + pos: 17.5,-27.5 parent: 2 - - uid: 4318 + - uid: 474 components: - type: Transform - pos: -9.5,-52.5 + pos: 13.5,-27.5 parent: 2 - - uid: 4319 + - uid: 475 components: - type: Transform - pos: -10.5,-52.5 + pos: 37.5,-24.5 parent: 2 - - uid: 4321 + - uid: 476 components: - type: Transform - pos: -10.5,-51.5 + pos: 17.5,-28.5 parent: 2 - - uid: 4322 + - uid: 478 components: - type: Transform - pos: -10.5,-50.5 + pos: 37.5,-20.5 parent: 2 - - uid: 4323 + - uid: 479 components: - type: Transform - pos: -10.5,-49.5 + pos: 18.5,-35.5 parent: 2 - - uid: 4324 + - uid: 481 components: - type: Transform - pos: -10.5,-48.5 + pos: 18.5,-33.5 parent: 2 - - uid: 4325 + - uid: 482 components: - type: Transform - pos: -10.5,-47.5 + pos: 17.5,-31.5 parent: 2 - - uid: 4326 + - uid: 484 components: - type: Transform - pos: -10.5,-46.5 + pos: 14.5,-27.5 parent: 2 - - uid: 4327 + - uid: 487 components: - type: Transform - pos: -9.5,-46.5 + pos: 18.5,-28.5 parent: 2 - - uid: 4328 + - uid: 488 components: - type: Transform - pos: -8.5,-46.5 + pos: 18.5,-29.5 parent: 2 - - uid: 4329 + - uid: 489 components: - type: Transform - pos: -7.5,-46.5 + pos: 12.5,-27.5 parent: 2 - - uid: 4330 + - uid: 490 components: - type: Transform - pos: -6.5,-46.5 + pos: 11.5,-27.5 parent: 2 - - uid: 4331 + - uid: 492 components: - type: Transform - pos: -5.5,-46.5 + pos: 12.5,-29.5 parent: 2 - - uid: 4332 + - uid: 494 components: - type: Transform - pos: -4.5,-46.5 + pos: 12.5,-30.5 parent: 2 - - uid: 4333 + - uid: 496 components: - type: Transform - pos: -3.5,-46.5 + pos: -12.5,-37.5 parent: 2 - - uid: 4334 + - uid: 498 components: - type: Transform - pos: -2.5,-46.5 + pos: -12.5,-43.5 parent: 2 - - uid: 4335 + - uid: 499 components: - type: Transform - pos: -1.5,-46.5 + pos: -2.5,-42.5 parent: 2 - - uid: 4336 + - uid: 500 components: - type: Transform - pos: -0.5,-46.5 + pos: 12.5,-41.5 parent: 2 - - uid: 4337 + - uid: 501 components: - type: Transform - pos: 0.5,-46.5 + pos: -8.5,-34.5 parent: 2 - - uid: 4338 + - uid: 503 components: - type: Transform - pos: 1.5,-46.5 + pos: -8.5,-36.5 parent: 2 - - uid: 4339 + - uid: 504 components: - type: Transform - pos: 2.5,-46.5 + pos: 11.5,-41.5 parent: 2 - - uid: 4340 + - uid: 505 components: - type: Transform - pos: 3.5,-46.5 + pos: 7.5,-35.5 parent: 2 - - uid: 4341 + - uid: 506 components: - type: Transform - pos: 4.5,-46.5 + pos: 7.5,-34.5 parent: 2 - - uid: 4342 + - uid: 507 components: - type: Transform - pos: 5.5,-46.5 + pos: 5.5,-34.5 parent: 2 - - uid: 4343 + - uid: 508 components: - type: Transform - pos: 6.5,-46.5 + pos: 4.5,-34.5 parent: 2 - - uid: 4344 + - uid: 509 components: - type: Transform - pos: 7.5,-46.5 + pos: 3.5,-34.5 parent: 2 - - uid: 4345 + - uid: 510 components: - type: Transform - pos: 8.5,-46.5 + pos: 2.5,-34.5 parent: 2 - - uid: 6868 + - uid: 511 components: - type: Transform - pos: 9.5,-47.5 + pos: 11.5,-43.5 parent: 2 - - uid: 9140 + - uid: 513 components: - type: Transform - pos: -27.5,9.5 + pos: 2.5,-35.5 parent: 2 - - uid: 9141 + - uid: 514 components: - type: Transform - pos: -27.5,10.5 + pos: 1.5,-35.5 parent: 2 - - uid: 9142 + - uid: 515 components: - type: Transform - pos: -27.5,11.5 + pos: -2.5,-35.5 parent: 2 - - uid: 9143 + - uid: 516 components: - type: Transform - pos: -27.5,12.5 + pos: -3.5,-35.5 parent: 2 - - uid: 9144 + - uid: 518 components: - type: Transform - pos: -27.5,13.5 + pos: 7.5,-36.5 parent: 2 - - uid: 9145 + - uid: 519 components: - type: Transform - pos: -27.5,14.5 + pos: 6.5,-36.5 parent: 2 - - uid: 9146 + - uid: 520 components: - type: Transform - pos: -27.5,15.5 + pos: 6.5,-37.5 parent: 2 - - uid: 9147 + - uid: 521 components: - type: Transform - pos: -27.5,16.5 + pos: -3.5,-29.5 parent: 2 - - uid: 9148 + - uid: 522 components: - type: Transform - pos: -26.5,16.5 + pos: -12.5,-32.5 parent: 2 - - uid: 9149 + - uid: 524 components: - type: Transform - pos: -25.5,16.5 + pos: -11.5,-30.5 parent: 2 - - uid: 9150 + - uid: 525 components: - type: Transform - pos: -24.5,16.5 + pos: -9.5,-30.5 parent: 2 - - uid: 9151 + - uid: 526 components: - type: Transform - pos: -24.5,15.5 + pos: -7.5,-30.5 parent: 2 - - uid: 9152 + - uid: 527 components: - type: Transform - pos: -24.5,17.5 + pos: -5.5,-30.5 parent: 2 - - uid: 9153 + - uid: 528 components: - type: Transform - pos: -23.5,8.5 + pos: -0.5,-32.5 parent: 2 - - uid: 9154 + - uid: 535 components: - type: Transform - pos: -22.5,8.5 + pos: -3.5,-34.5 parent: 2 - - uid: 9155 + - uid: 536 components: - type: Transform - pos: -21.5,8.5 + pos: -12.5,-42.5 parent: 2 - - uid: 9156 + - uid: 537 components: - type: Transform - pos: -21.5,9.5 + pos: -12.5,-41.5 parent: 2 - - uid: 9157 + - uid: 538 components: - type: Transform - pos: -21.5,10.5 + pos: 16.5,-41.5 parent: 2 - - uid: 9158 + - uid: 539 components: - type: Transform - pos: -21.5,11.5 + pos: -12.5,-36.5 parent: 2 - - uid: 9159 + - uid: 541 components: - type: Transform - pos: -21.5,12.5 + pos: -7.5,-34.5 parent: 2 - - uid: 9160 + - uid: 542 components: - type: Transform - pos: -21.5,13.5 + pos: -6.5,-34.5 parent: 2 - - uid: 9161 + - uid: 543 components: - type: Transform - pos: -21.5,14.5 + pos: -5.5,-34.5 parent: 2 - - uid: 9162 + - uid: 544 components: - type: Transform - pos: -22.5,14.5 + pos: -4.5,-34.5 parent: 2 - - uid: 9435 + - uid: 545 components: - type: Transform - pos: 1.5,-0.5 + pos: -8.5,-43.5 parent: 2 - - uid: 9436 + - uid: 546 components: - type: Transform - pos: 0.5,-0.5 + pos: -8.5,-42.5 parent: 2 - - uid: 9437 + - uid: 547 components: - type: Transform - pos: -0.5,-0.5 + pos: -7.5,-42.5 parent: 2 - - uid: 9438 + - uid: 548 components: - type: Transform - pos: -1.5,-0.5 + pos: -6.5,-41.5 parent: 2 - - uid: 9439 + - uid: 549 components: - type: Transform - pos: -2.5,-0.5 + pos: -7.5,-41.5 parent: 2 - - uid: 9440 + - uid: 550 components: - type: Transform - pos: -3.5,-0.5 + pos: -7.5,-36.5 parent: 2 - - uid: 9441 + - uid: 551 components: - type: Transform - pos: -4.5,-0.5 + pos: -6.5,-37.5 parent: 2 - - uid: 9442 + - uid: 552 components: - type: Transform - pos: -4.5,0.5 + pos: 11.5,-32.5 parent: 2 - - uid: 9443 + - uid: 553 components: - type: Transform - pos: -4.5,-1.5 + pos: 11.5,-36.5 parent: 2 - - uid: 9444 + - uid: 554 components: - type: Transform - pos: -0.5,0.5 + pos: 1.5,-42.5 parent: 2 - - uid: 9445 + - uid: 555 components: - type: Transform - pos: -0.5,1.5 + pos: 1.5,-36.5 parent: 2 - - uid: 9446 + - uid: 556 components: - type: Transform - pos: -0.5,2.5 + pos: -2.5,-36.5 parent: 2 - - uid: 9447 + - uid: 557 components: - type: Transform - pos: -2.5,2.5 + pos: -2.5,-43.5 parent: 2 - - uid: 9448 + - uid: 558 components: - type: Transform - pos: -1.5,2.5 + pos: 1.5,-43.5 parent: 2 - - uid: 9449 + - uid: 563 components: - type: Transform - pos: 0.5,2.5 + pos: -6.5,-23.5 parent: 2 - - uid: 9450 + - uid: 564 components: - type: Transform - pos: 1.5,2.5 + pos: -16.5,-23.5 parent: 2 - - uid: 9451 + - uid: 621 components: - type: Transform - pos: 1.5,-3.5 + pos: 1.5,-49.5 parent: 2 - - uid: 9452 + - uid: 626 components: - type: Transform - pos: 0.5,-3.5 + pos: -3.5,-43.5 parent: 2 - - uid: 9453 + - uid: 627 components: - type: Transform - pos: -0.5,-3.5 + pos: 12.5,-46.5 parent: 2 - - uid: 9454 + - uid: 628 components: - type: Transform - pos: -1.5,-3.5 + pos: 17.5,-41.5 parent: 2 - - uid: 9455 + - uid: 629 components: - type: Transform - pos: -2.5,-3.5 + pos: 12.5,-37.5 parent: 2 - - uid: 9456 + - uid: 630 components: - type: Transform - pos: -0.5,-2.5 + pos: 2.5,-43.5 parent: 2 - - uid: 9457 + - uid: 631 components: - type: Transform - pos: -0.5,-1.5 + pos: 5.5,-48.5 parent: 2 - - uid: 9458 + - uid: 634 components: - type: Transform - pos: 3.5,-1.5 + pos: -3.5,-44.5 parent: 2 - - uid: 9459 + - uid: 635 components: - type: Transform - pos: 3.5,0.5 + pos: 2.5,-44.5 parent: 2 -- proto: CableTerminal - entities: - - uid: 9632 + - uid: 638 components: - type: Transform - pos: 7.5,36.5 + pos: 0.5,-49.5 parent: 2 -- proto: CandleBlack - entities: - - uid: 9506 + - uid: 639 components: - type: Transform - pos: -42.768475,12.067802 + pos: -0.5,-49.5 parent: 2 -- proto: CandleBlackSmall - entities: - - uid: 9505 + - uid: 640 components: - type: Transform - pos: 36.36139,6.8629527 + pos: -1.5,-49.5 parent: 2 - - uid: 9511 + - uid: 641 components: - type: Transform - pos: -52.04538,5.7156816 + pos: -2.5,-49.5 parent: 2 - - uid: 9518 + - uid: 642 components: - type: Transform - pos: -2.1517763,-48.093506 + pos: -6.5,-48.5 parent: 2 - - uid: 9521 + - uid: 643 components: - type: Transform - pos: 52.14114,1.7329617 + pos: -7.5,-50.5 parent: 2 -- proto: CandleBlue - entities: - - uid: 9509 + - uid: 644 components: - type: Transform - pos: -51.85788,5.738193 + pos: -7.5,-49.5 parent: 2 - - uid: 9512 + - uid: 645 components: - type: Transform - pos: -55.828316,-26.549543 + pos: -8.5,-51.5 parent: 2 -- proto: CandleBlueSmall - entities: - - uid: 9507 + - uid: 646 components: - type: Transform - pos: -26.754911,-17.334892 + pos: -7.5,-51.5 parent: 2 - - uid: 9510 + - uid: 647 components: - type: Transform - pos: -51.717255,5.5906816 + pos: -7.5,-52.5 parent: 2 - - uid: 9517 + - uid: 648 components: - type: Transform - pos: -10.654151,-13.119266 + pos: -7.5,-56.5 parent: 2 -- proto: CandleGreen - entities: - - uid: 9514 + - uid: 649 components: - type: Transform - pos: -7.222584,-22.201056 + pos: -6.5,-56.5 parent: 2 -- proto: CandlePurple - entities: - - uid: 9503 + - uid: 650 components: - type: Transform - pos: 60.24316,-14.184422 + pos: -5.5,-56.5 parent: 2 - - uid: 9504 + - uid: 651 components: - type: Transform - pos: 36.574818,6.8813076 + pos: -7.5,-58.5 parent: 2 - - uid: 9519 + - uid: 652 components: - type: Transform - pos: 52.60989,1.8579617 + pos: -6.5,-58.5 parent: 2 -- proto: CandlePurpleSmall - entities: - - uid: 9502 + - uid: 653 components: - type: Transform - pos: -7.5606728,-18.52041 + pos: -5.5,-58.5 parent: 2 -- proto: CandleRedSmall - entities: - - uid: 9513 + - uid: 654 components: - type: Transform - pos: -55.878075,-26.183296 + pos: 4.5,-58.5 parent: 2 - - uid: 9515 + - uid: 655 components: - type: Transform - pos: 31.185574,-10.336631 + pos: 5.5,-58.5 parent: 2 - - uid: 9516 + - uid: 656 components: - type: Transform - pos: -10.421664,-19.184874 + pos: 6.5,-58.5 parent: 2 - - uid: 9520 + - uid: 657 components: - type: Transform - pos: 53.094265,1.4204617 + pos: 4.5,-56.5 parent: 2 -- proto: CandleSmall - entities: - - uid: 9508 + - uid: 658 components: - type: Transform - pos: -26.536161,-17.194267 + pos: 5.5,-56.5 parent: 2 -- proto: CaptainSabre - entities: - - uid: 7736 + - uid: 659 components: - type: Transform - pos: 2.5162191,14.7318 + pos: 6.5,-56.5 parent: 2 -- proto: CarbonDioxideCanister - entities: - - uid: 8607 + - uid: 660 components: - type: Transform - pos: -32.5,-14.5 + pos: 6.5,-52.5 parent: 2 -- proto: Carpet - entities: - - uid: 2647 + - uid: 661 components: - type: Transform - pos: -55.5,-0.5 + pos: 6.5,-51.5 parent: 2 - - uid: 2648 + - uid: 662 components: - type: Transform - pos: -55.5,-1.5 + pos: 4.5,-63.5 parent: 2 - - uid: 2649 + - uid: 663 components: - type: Transform - pos: -55.5,-2.5 + pos: 5.5,-63.5 parent: 2 - - uid: 2650 + - uid: 664 components: - type: Transform - pos: -55.5,-3.5 + pos: 6.5,-63.5 parent: 2 - - uid: 2651 + - uid: 665 components: - type: Transform - pos: -54.5,-0.5 + pos: 4.5,-65.5 parent: 2 - - uid: 2652 + - uid: 666 components: - type: Transform - pos: -54.5,-1.5 + pos: 5.5,-65.5 parent: 2 - - uid: 2653 + - uid: 667 components: - type: Transform - pos: -54.5,-2.5 + pos: 6.5,-65.5 parent: 2 - - uid: 2654 + - uid: 668 components: - type: Transform - pos: -54.5,-3.5 + pos: -5.5,-65.5 parent: 2 - - uid: 2655 + - uid: 669 components: - type: Transform - pos: -53.5,-0.5 + pos: -6.5,-65.5 parent: 2 - - uid: 2656 + - uid: 670 components: - type: Transform - pos: -53.5,-1.5 + pos: -7.5,-65.5 parent: 2 - - uid: 2657 + - uid: 671 components: - type: Transform - pos: -53.5,-2.5 + pos: -7.5,-63.5 parent: 2 - - uid: 2658 + - uid: 672 components: - type: Transform - pos: -53.5,-3.5 + pos: -6.5,-63.5 parent: 2 - - uid: 2659 + - uid: 673 components: - type: Transform - pos: -52.5,-3.5 + pos: -5.5,-63.5 parent: 2 - - uid: 2660 + - uid: 680 components: - type: Transform - pos: -52.5,-2.5 + pos: 14.5,-56.5 parent: 2 - - uid: 2661 + - uid: 681 components: - type: Transform - pos: -52.5,-1.5 + pos: 11.5,-51.5 parent: 2 - - uid: 8019 + - uid: 682 components: - type: Transform - pos: -37.5,11.5 + pos: 12.5,-51.5 parent: 2 - - uid: 8020 + - uid: 683 components: - type: Transform - pos: -38.5,12.5 + pos: 7.5,-51.5 parent: 2 - - uid: 8021 + - uid: 689 components: - type: Transform - pos: -38.5,13.5 + pos: 16.5,-37.5 parent: 2 - - uid: 8022 + - uid: 690 components: - type: Transform - pos: -37.5,12.5 + pos: -15.5,-65.5 parent: 2 - - uid: 8023 + - uid: 691 components: - type: Transform - pos: -37.5,13.5 + pos: -14.5,-56.5 parent: 2 -- proto: CarpetBlack - entities: - - uid: 2804 + - uid: 692 components: - type: Transform - pos: -55.5,-22.5 + pos: -13.5,-58.5 parent: 2 - - uid: 2805 + - uid: 693 components: - type: Transform - pos: -55.5,-21.5 + pos: 12.5,-58.5 parent: 2 - - uid: 2806 + - uid: 696 components: - type: Transform - pos: -55.5,-20.5 + pos: 14.5,-58.5 parent: 2 - - uid: 2807 + - uid: 697 components: - type: Transform - pos: -55.5,-19.5 + pos: 12.5,-56.5 parent: 2 - - uid: 2808 + - uid: 698 components: - type: Transform - pos: -54.5,-22.5 + pos: 13.5,-56.5 parent: 2 - - uid: 2809 + - uid: 705 components: - type: Transform - pos: -54.5,-21.5 + pos: 6.5,-49.5 parent: 2 - - uid: 2810 + - uid: 706 components: - type: Transform - pos: -54.5,-20.5 + pos: 6.5,-48.5 parent: 2 - - uid: 2811 + - uid: 707 components: - type: Transform - pos: -54.5,-19.5 + pos: 6.5,-50.5 parent: 2 - - uid: 2812 + - uid: 711 components: - type: Transform - pos: -53.5,-22.5 + pos: 12.5,-45.5 parent: 2 - - uid: 2813 + - uid: 712 components: - type: Transform - pos: -53.5,-21.5 + pos: 11.5,-45.5 parent: 2 - - uid: 7867 + - uid: 713 components: - type: Transform - pos: 35.5,-10.5 + pos: 10.5,-29.5 parent: 2 - - uid: 7868 + - uid: 714 components: - type: Transform - pos: 35.5,-11.5 + pos: 11.5,-44.5 parent: 2 - - uid: 7869 + - uid: 719 components: - type: Transform - pos: 35.5,-12.5 + pos: 6.5,-44.5 parent: 2 - - uid: 7870 + - uid: 720 components: - type: Transform - pos: 34.5,-10.5 + pos: 11.5,-29.5 parent: 2 - - uid: 7871 + - uid: 722 components: - type: Transform - pos: 34.5,-11.5 + pos: -7.5,-48.5 parent: 2 - - uid: 7872 + - uid: 723 components: - type: Transform - pos: 34.5,-12.5 + pos: -12.5,-51.5 parent: 2 - - uid: 7873 + - uid: 724 components: - type: Transform - pos: 33.5,-10.5 + pos: -12.5,-45.5 parent: 2 - - uid: 7874 + - uid: 725 components: - type: Transform - pos: 33.5,-11.5 + pos: -14.5,-58.5 parent: 2 - - uid: 7876 + - uid: 726 components: - type: Transform - pos: 32.5,-11.5 + pos: -14.5,-65.5 parent: 2 - - uid: 7877 + - uid: 727 components: - type: Transform - pos: 32.5,-10.5 + pos: -13.5,-65.5 parent: 2 - - uid: 7878 + - uid: 728 components: - type: Transform - pos: 31.5,-11.5 + pos: -15.5,-63.5 parent: 2 - - uid: 7879 + - uid: 729 components: - type: Transform - pos: 31.5,-10.5 + pos: -14.5,-63.5 parent: 2 - - uid: 7925 + - uid: 730 components: - type: Transform - pos: 55.5,-9.5 + pos: -13.5,-63.5 parent: 2 - - uid: 7926 + - uid: 732 components: - type: Transform - pos: 56.5,-9.5 + pos: -13.5,-52.5 parent: 2 - - uid: 7927 + - uid: 749 components: - type: Transform - pos: 57.5,-9.5 + pos: -13.5,-51.5 parent: 2 - - uid: 7928 + - uid: 750 components: - type: Transform - pos: 55.5,-10.5 + pos: -13.5,-56.5 parent: 2 - - uid: 7929 + - uid: 751 components: - type: Transform - pos: 56.5,-10.5 + pos: -15.5,-56.5 parent: 2 - - uid: 7958 + - uid: 752 components: - type: Transform - pos: -40.5,12.5 + pos: -15.5,-58.5 parent: 2 - - uid: 8013 + - uid: 753 components: - type: Transform - pos: -42.5,12.5 + pos: 17.5,-36.5 parent: 2 - - uid: 8015 + - uid: 754 components: - type: Transform - pos: -41.5,11.5 + pos: 7.5,-44.5 parent: 2 - - uid: 8016 + - uid: 755 components: - type: Transform - pos: -42.5,11.5 + pos: 17.5,-37.5 parent: 2 - - uid: 8017 + - uid: 757 components: - type: Transform - pos: -41.5,10.5 + pos: 12.5,-50.5 parent: 2 - - uid: 8018 + - uid: 758 components: - type: Transform - pos: -42.5,10.5 + pos: 12.5,-52.5 parent: 2 - - uid: 8024 + - uid: 761 components: - type: Transform - pos: -40.5,10.5 + pos: 13.5,-58.5 parent: 2 - - uid: 8026 + - uid: 776 components: - type: Transform - pos: -41.5,12.5 + pos: -10.5,-68.5 parent: 2 - - uid: 8028 + - uid: 778 components: - type: Transform - pos: -41.5,13.5 + pos: 1.5,-13.5 parent: 2 - - uid: 8032 + - uid: 783 components: - type: Transform - pos: -40.5,13.5 + pos: -13.5,-46.5 parent: 2 - - uid: 8033 + - uid: 785 components: - type: Transform - pos: -40.5,11.5 + pos: -13.5,-50.5 parent: 2 - - uid: 8243 + - uid: 787 components: - type: Transform - pos: -7.5,-12.5 + pos: -12.5,-44.5 parent: 2 - - uid: 8244 + - uid: 788 components: - type: Transform - pos: -7.5,-11.5 + pos: -13.5,-45.5 parent: 2 - - uid: 8245 + - uid: 794 components: - type: Transform - pos: -6.5,-12.5 + pos: -8.5,-44.5 parent: 2 - - uid: 8246 + - uid: 795 components: - type: Transform - pos: -6.5,-11.5 + pos: -7.5,-44.5 parent: 2 - - uid: 8247 + - uid: 796 components: - type: Transform - pos: -8.5,-12.5 + pos: -11.5,-31.5 parent: 2 -- proto: CarpetBlue - entities: - - uid: 2628 + - uid: 804 components: - type: Transform - pos: -48.5,4.5 + pos: 12.5,-63.5 parent: 2 - - uid: 2629 + - uid: 805 components: - type: Transform - pos: -48.5,3.5 + pos: 13.5,-63.5 parent: 2 - - uid: 2630 + - uid: 806 components: - type: Transform - pos: -48.5,2.5 + pos: 14.5,-63.5 parent: 2 - - uid: 2631 + - uid: 807 components: - type: Transform - pos: -49.5,4.5 + pos: 12.5,-65.5 parent: 2 - - uid: 2632 + - uid: 808 components: - type: Transform - pos: -49.5,3.5 + pos: 13.5,-65.5 parent: 2 - - uid: 2633 + - uid: 809 components: - type: Transform - pos: -49.5,2.5 + pos: 14.5,-65.5 parent: 2 - - uid: 2635 + - uid: 824 components: - type: Transform - pos: -50.5,2.5 + pos: 9.5,-68.5 parent: 2 - - uid: 2637 + - uid: 830 components: - type: Transform - pos: -50.5,4.5 + pos: -4.5,-30.5 parent: 2 - - uid: 2638 + - uid: 831 components: - type: Transform - pos: -50.5,3.5 + pos: -3.5,-30.5 parent: 2 - - uid: 2766 + - uid: 856 components: - type: Transform - pos: -48.5,-25.5 + pos: 18.5,-36.5 parent: 2 - - uid: 2767 + - uid: 857 components: - type: Transform - pos: -48.5,-26.5 + pos: 19.5,-36.5 parent: 2 - - uid: 2768 + - uid: 858 components: - type: Transform - pos: -48.5,-27.5 + pos: 19.5,-37.5 parent: 2 - - uid: 2769 + - uid: 859 components: - type: Transform - pos: -49.5,-25.5 + pos: 20.5,-37.5 parent: 2 - - uid: 2770 + - uid: 860 components: - type: Transform - pos: -49.5,-26.5 + pos: 21.5,-37.5 parent: 2 - - uid: 2771 + - uid: 861 components: - type: Transform - pos: -49.5,-27.5 + pos: 45.5,-1.5 parent: 2 - - uid: 2772 + - uid: 862 components: - type: Transform - pos: -50.5,-27.5 + pos: 1.5,-9.5 parent: 2 - - uid: 2773 + - uid: 863 components: - type: Transform - pos: -50.5,-26.5 + pos: 45.5,0.5 parent: 2 - - uid: 2774 + - uid: 864 components: - type: Transform - pos: -50.5,-25.5 + pos: 21.5,-41.5 parent: 2 - - uid: 7993 + - uid: 865 components: - type: Transform - pos: -22.5,-18.5 + pos: 20.5,-41.5 parent: 2 - - uid: 7994 + - uid: 866 components: - type: Transform - pos: -22.5,-17.5 + pos: 19.5,-41.5 parent: 2 - - uid: 7995 + - uid: 867 components: - type: Transform - pos: -23.5,-18.5 + pos: 17.5,-42.5 parent: 2 - - uid: 7996 + - uid: 868 components: - type: Transform - pos: -23.5,-17.5 + pos: 18.5,-42.5 parent: 2 - - uid: 7997 + - uid: 869 components: - type: Transform - pos: -24.5,-18.5 + pos: 19.5,-42.5 parent: 2 - - uid: 7998 + - uid: 881 components: - type: Transform - pos: -24.5,-17.5 + pos: -13.5,-37.5 parent: 2 - - uid: 7999 + - uid: 882 components: - type: Transform - pos: -23.5,-19.5 + pos: -14.5,-37.5 parent: 2 - - uid: 8000 + - uid: 883 components: - type: Transform - pos: -24.5,-19.5 + pos: -15.5,-37.5 parent: 2 -- proto: CarpetGreen - entities: - - uid: 2789 + - uid: 884 components: - type: Transform - pos: -51.5,-18.5 + pos: -16.5,-37.5 parent: 2 - - uid: 2790 + - uid: 885 components: - type: Transform - pos: -51.5,-19.5 + pos: -17.5,-37.5 parent: 2 - - uid: 2791 + - uid: 886 components: - type: Transform - pos: -51.5,-20.5 + pos: -18.5,-37.5 parent: 2 - - uid: 2792 + - uid: 887 components: - type: Transform - pos: -50.5,-18.5 + pos: -18.5,-36.5 parent: 2 - - uid: 2793 + - uid: 888 components: - type: Transform - pos: -50.5,-19.5 + pos: -19.5,-36.5 parent: 2 - - uid: 2794 + - uid: 889 components: - type: Transform - pos: -50.5,-20.5 + pos: -20.5,-36.5 parent: 2 - - uid: 2795 + - uid: 890 components: - type: Transform - pos: -49.5,-18.5 + pos: -20.5,-37.5 parent: 2 - - uid: 2796 + - uid: 891 components: - type: Transform - pos: -49.5,-19.5 + pos: -21.5,-37.5 parent: 2 - - uid: 2797 + - uid: 892 components: - type: Transform - pos: -49.5,-20.5 + pos: -22.5,-37.5 parent: 2 - - uid: 2798 + - uid: 893 components: - type: Transform - pos: -48.5,-18.5 + pos: -22.5,-41.5 parent: 2 - - uid: 2799 + - uid: 894 components: - type: Transform - pos: -48.5,-19.5 + pos: -21.5,-41.5 parent: 2 - - uid: 2800 + - uid: 895 components: - type: Transform - pos: -48.5,-20.5 + pos: -20.5,-41.5 parent: 2 - - uid: 2801 + - uid: 896 components: - type: Transform - pos: -50.5,-21.5 + pos: -20.5,-42.5 parent: 2 - - uid: 2802 + - uid: 897 components: - type: Transform - pos: -49.5,-21.5 + pos: -19.5,-42.5 parent: 2 - - uid: 2803 + - uid: 898 components: - type: Transform - pos: -48.5,-21.5 + pos: -18.5,-42.5 parent: 2 - - uid: 8235 + - uid: 899 components: - type: Transform - pos: -16.5,-15.5 + pos: -18.5,-41.5 parent: 2 - - uid: 8236 + - uid: 900 components: - type: Transform - pos: -16.5,-16.5 + pos: -17.5,-41.5 parent: 2 - - uid: 8237 + - uid: 904 components: - type: Transform - pos: -16.5,-17.5 + pos: -13.5,-41.5 parent: 2 - - uid: 8238 + - uid: 906 components: - type: Transform - pos: -15.5,-15.5 + pos: -12.5,-35.5 parent: 2 - - uid: 8239 + - uid: 907 components: - type: Transform - pos: -15.5,-16.5 + pos: -12.5,-34.5 parent: 2 - - uid: 8240 + - uid: 908 components: - type: Transform - pos: -15.5,-17.5 + pos: 4.5,-29.5 parent: 2 - - uid: 8241 + - uid: 909 components: - type: Transform - pos: -16.5,-18.5 + pos: 1.5,-28.5 parent: 2 - - uid: 8242 + - uid: 918 components: - type: Transform - pos: -16.5,-14.5 + pos: 10.5,-3.5 parent: 2 -- proto: CarpetOrange - entities: - - uid: 2662 + - uid: 919 components: - type: Transform - pos: -50.5,-4.5 + pos: 11.5,-3.5 parent: 2 - - uid: 2663 + - uid: 920 components: - type: Transform - pos: -50.5,-3.5 + pos: 11.5,-2.5 parent: 2 - - uid: 2664 + - uid: 921 components: - type: Transform - pos: -50.5,-2.5 + pos: 12.5,-2.5 parent: 2 - - uid: 2665 + - uid: 923 components: - type: Transform - pos: -49.5,-4.5 + pos: 14.5,-2.5 parent: 2 - - uid: 2666 + - uid: 924 components: - type: Transform - pos: -49.5,-3.5 + pos: 27.5,-3.5 parent: 2 - - uid: 2667 + - uid: 925 components: - type: Transform - pos: -49.5,-2.5 + pos: 27.5,-4.5 parent: 2 - - uid: 2668 + - uid: 926 components: - type: Transform - pos: -48.5,-4.5 + pos: 26.5,-4.5 parent: 2 - - uid: 2669 + - uid: 927 components: - type: Transform - pos: -48.5,-3.5 + pos: 25.5,-4.5 parent: 2 - - uid: 2670 + - uid: 928 components: - type: Transform - pos: -48.5,-2.5 + pos: 21.5,-4.5 parent: 2 - - uid: 2671 + - uid: 937 components: - type: Transform - pos: -49.5,-1.5 + pos: 27.5,-9.5 parent: 2 - - uid: 2672 + - uid: 939 components: - type: Transform - pos: -48.5,-1.5 + pos: 29.5,-14.5 parent: 2 - - uid: 7887 + - uid: 940 components: - type: Transform - pos: 60.5,-17.5 + pos: 19.5,-2.5 parent: 2 - - uid: 7888 + - uid: 941 components: - type: Transform - pos: 60.5,-16.5 + pos: 18.5,-2.5 parent: 2 - - uid: 7889 + - uid: 942 components: - type: Transform - pos: 60.5,-15.5 + pos: 15.5,-2.5 parent: 2 - - uid: 7890 + - uid: 943 components: - type: Transform - pos: 59.5,-17.5 + pos: 16.5,-2.5 parent: 2 - - uid: 7891 + - uid: 944 components: - type: Transform - pos: 59.5,-16.5 + pos: 17.5,-2.5 parent: 2 - - uid: 7892 + - uid: 945 components: - type: Transform - pos: 59.5,-15.5 + pos: 18.5,-18.5 parent: 2 - - uid: 7893 + - uid: 946 components: - type: Transform - pos: 58.5,-16.5 + pos: 29.5,-16.5 parent: 2 - - uid: 7894 + - uid: 947 components: - type: Transform - pos: 58.5,-17.5 + pos: 30.5,-11.5 parent: 2 - - uid: 7895 + - uid: 948 components: - type: Transform - pos: 60.5,-14.5 + pos: 18.5,-19.5 parent: 2 - - uid: 7896 + - uid: 950 components: - type: Transform - pos: 59.5,-14.5 + pos: 29.5,-15.5 parent: 2 - - uid: 8221 + - uid: 952 components: - type: Transform - pos: -14.5,-10.5 + pos: 28.5,-16.5 parent: 2 - - uid: 8222 + - uid: 955 components: - type: Transform - pos: -15.5,-10.5 + pos: 19.5,-10.5 parent: 2 - - uid: 8223 + - uid: 956 components: - type: Transform - pos: -16.5,-10.5 + pos: 18.5,-10.5 parent: 2 - - uid: 8224 + - uid: 957 components: - type: Transform - pos: -14.5,-11.5 + pos: 17.5,-10.5 parent: 2 - - uid: 8225 + - uid: 958 components: - type: Transform - pos: -15.5,-11.5 + pos: 33.5,-9.5 parent: 2 -- proto: CarpetPurple - entities: - - uid: 7566 + - uid: 959 components: - type: Transform - pos: -6.5,-18.5 + pos: 24.5,-15.5 parent: 2 - - uid: 7859 + - uid: 961 components: - type: Transform - pos: 34.5,9.5 + pos: 34.5,-9.5 parent: 2 - - uid: 7860 + - uid: 962 components: - type: Transform - pos: 34.5,8.5 + pos: 31.5,-14.5 parent: 2 - - uid: 7861 + - uid: 963 components: - type: Transform - pos: 35.5,9.5 + pos: 30.5,-2.5 parent: 2 - - uid: 7862 + - uid: 964 components: - type: Transform - pos: 35.5,8.5 + pos: 29.5,-2.5 parent: 2 - - uid: 7863 + - uid: 965 components: - type: Transform - pos: 36.5,9.5 + pos: 28.5,-2.5 parent: 2 - - uid: 7864 + - uid: 966 components: - type: Transform - pos: 36.5,8.5 + pos: 27.5,-2.5 parent: 2 - - uid: 7865 + - uid: 972 components: - type: Transform - pos: 35.5,7.5 + pos: 40.5,-20.5 parent: 2 - - uid: 7866 + - uid: 973 components: - type: Transform - pos: 36.5,7.5 + pos: 20.5,-14.5 parent: 2 - - uid: 8228 + - uid: 977 components: - type: Transform - pos: -7.5,-18.5 + pos: 28.5,-10.5 parent: 2 - - uid: 8230 + - uid: 978 components: - type: Transform - pos: -8.5,-18.5 + pos: 27.5,-10.5 parent: 2 - - uid: 8233 + - uid: 981 components: - type: Transform - pos: -7.5,-17.5 + pos: 19.5,-4.5 parent: 2 - - uid: 8234 + - uid: 982 components: - type: Transform - pos: -6.5,-17.5 + pos: 20.5,-4.5 parent: 2 -- proto: CarpetSBlue - entities: - - uid: 2618 + - uid: 983 components: - type: Transform - pos: -54.5,2.5 + pos: 19.5,-3.5 parent: 2 - - uid: 2619 + - uid: 986 components: - type: Transform - pos: -54.5,3.5 + pos: 14.5,-8.5 parent: 2 - - uid: 2636 + - uid: 987 components: - type: Transform - pos: -55.5,4.5 + pos: 14.5,-7.5 parent: 2 - - uid: 2639 + - uid: 988 components: - type: Transform - pos: -53.5,1.5 + pos: 14.5,-6.5 parent: 2 - - uid: 2640 + - uid: 989 components: - type: Transform - pos: -54.5,1.5 + pos: 14.5,-5.5 parent: 2 - - uid: 2642 + - uid: 990 components: - type: Transform - pos: -55.5,3.5 + pos: 14.5,-4.5 parent: 2 - - uid: 2643 + - uid: 991 components: - type: Transform - pos: -53.5,2.5 + pos: 14.5,-3.5 parent: 2 - - uid: 2644 + - uid: 994 components: - type: Transform - pos: -54.5,4.5 + pos: 11.5,1.5 parent: 2 - - uid: 2645 + - uid: 996 components: - type: Transform - pos: -55.5,1.5 + pos: 36.5,-10.5 parent: 2 - - uid: 2646 + - uid: 997 components: - type: Transform - pos: -55.5,2.5 + pos: 30.5,-10.5 parent: 2 - - uid: 2775 + - uid: 998 components: - type: Transform - pos: -55.5,-24.5 + pos: 30.5,-9.5 parent: 2 - - uid: 2776 + - uid: 999 components: - type: Transform - pos: -55.5,-25.5 + pos: 31.5,-9.5 parent: 2 - - uid: 2777 + - uid: 1000 components: - type: Transform - pos: -55.5,-26.5 + pos: 29.5,-10.5 parent: 2 - - uid: 2778 + - uid: 1001 components: - type: Transform - pos: -55.5,-27.5 + pos: 32.5,-9.5 parent: 2 - - uid: 2779 + - uid: 1002 components: - type: Transform - pos: -54.5,-24.5 + pos: 32.5,-8.5 parent: 2 - - uid: 2780 + - uid: 1005 components: - type: Transform - pos: -54.5,-25.5 + pos: 5.5,16.5 parent: 2 - - uid: 2781 + - uid: 1014 components: - type: Transform - pos: -54.5,-26.5 + pos: 32.5,-7.5 parent: 2 - - uid: 2782 + - uid: 1015 components: - type: Transform - pos: -54.5,-27.5 + pos: 32.5,-6.5 parent: 2 - - uid: 2783 + - uid: 1016 components: - type: Transform - pos: -54.5,-28.5 + pos: 32.5,-5.5 parent: 2 - - uid: 2784 + - uid: 1017 components: - type: Transform - pos: -53.5,-28.5 + pos: 32.5,-2.5 parent: 2 - - uid: 2786 + - uid: 1018 components: - type: Transform - pos: -53.5,-27.5 + pos: 32.5,-4.5 parent: 2 - - uid: 2787 + - uid: 1019 components: - type: Transform - pos: -53.5,-26.5 + pos: 31.5,-2.5 parent: 2 - - uid: 8226 + - uid: 1024 components: - type: Transform - pos: -7.5,-21.5 + pos: 32.5,-3.5 parent: 2 - - uid: 8227 + - uid: 1030 components: - type: Transform - pos: -6.5,-21.5 + pos: 19.5,-8.5 parent: 2 - - uid: 8231 + - uid: 1031 components: - type: Transform - pos: -7.5,-20.5 + pos: 19.5,-9.5 parent: 2 - - uid: 8232 + - uid: 1034 components: - type: Transform - pos: -6.5,-20.5 + pos: 27.5,-8.5 parent: 2 -- proto: Catwalk - entities: - - uid: 22 + - uid: 1046 components: - type: Transform - pos: 10.5,-19.5 + pos: 25.5,-16.5 parent: 2 - - uid: 30 + - uid: 1047 components: - type: Transform - pos: 10.5,-18.5 + pos: 27.5,-16.5 parent: 2 - - uid: 33 + - uid: 1048 components: - type: Transform - pos: 10.5,-20.5 + pos: 24.5,-16.5 parent: 2 - - uid: 36 + - uid: 1052 components: - type: Transform - pos: 14.5,-10.5 + pos: 20.5,-15.5 parent: 2 - - uid: 101 + - uid: 1054 components: - type: Transform - pos: 10.5,-21.5 + pos: 30.5,-13.5 parent: 2 - - uid: 103 + - uid: 1055 components: - type: Transform - pos: 14.5,-20.5 + pos: 26.5,-16.5 parent: 2 - - uid: 106 + - uid: 1058 components: - type: Transform - pos: 10.5,-14.5 + pos: 22.5,-15.5 parent: 2 - - uid: 143 + - uid: 1060 components: - type: Transform - pos: 6.5,-18.5 + pos: 30.5,-14.5 parent: 2 - - uid: 144 + - uid: 1062 components: - type: Transform - pos: 6.5,-19.5 + pos: 21.5,-15.5 parent: 2 - - uid: 145 + - uid: 1064 components: - type: Transform - pos: 6.5,-20.5 + pos: 19.5,-14.5 parent: 2 - - uid: 146 + - uid: 1090 components: - type: Transform - pos: 6.5,-21.5 + pos: 23.5,-14.5 parent: 2 - - uid: 147 + - uid: 1091 components: - type: Transform - pos: 6.5,-13.5 + pos: 23.5,-10.5 parent: 2 - - uid: 148 + - uid: 1092 components: - type: Transform - pos: 6.5,-12.5 + pos: 23.5,-15.5 parent: 2 - - uid: 149 + - uid: 1095 components: - type: Transform - pos: 10.5,-11.5 + pos: 36.5,-11.5 parent: 2 - - uid: 150 + - uid: 1098 components: - type: Transform - pos: 10.5,-12.5 + pos: 36.5,-12.5 parent: 2 - - uid: 151 + - uid: 1099 components: - type: Transform - pos: 6.5,-10.5 + pos: 35.5,-13.5 parent: 2 - - uid: 152 + - uid: 1100 components: - type: Transform - pos: 6.5,-11.5 + pos: 35.5,-14.5 parent: 2 - - uid: 153 + - uid: 1101 components: - type: Transform - pos: 6.5,-14.5 + pos: 36.5,-13.5 parent: 2 - - uid: 154 + - uid: 1102 components: - type: Transform - pos: 10.5,-10.5 + pos: 33.5,-14.5 parent: 2 - - uid: 156 + - uid: 1103 components: - type: Transform - pos: 6.5,-22.5 + pos: 34.5,-14.5 parent: 2 - - uid: 163 + - uid: 1104 components: - type: Transform - pos: 14.5,-22.5 + pos: 12.5,1.5 parent: 2 - - uid: 164 + - uid: 1105 components: - type: Transform - pos: 14.5,-14.5 + pos: 32.5,-14.5 parent: 2 - - uid: 165 + - uid: 1107 components: - type: Transform - pos: 14.5,-13.5 + pos: 13.5,1.5 parent: 2 - - uid: 166 + - uid: 1110 components: - type: Transform - pos: 14.5,-12.5 + pos: 36.5,-9.5 parent: 2 - - uid: 167 + - uid: 1111 components: - type: Transform - pos: 14.5,-19.5 + pos: 35.5,-9.5 parent: 2 - - uid: 168 + - uid: 1112 components: - type: Transform - pos: 14.5,-18.5 + pos: 14.5,1.5 parent: 2 - - uid: 171 + - uid: 1113 components: - type: Transform - pos: 10.5,-22.5 + pos: 15.5,1.5 parent: 2 - - uid: 172 + - uid: 1114 components: - type: Transform - pos: 14.5,-21.5 + pos: 16.5,1.5 parent: 2 - - uid: 173 + - uid: 1115 components: - type: Transform - pos: 14.5,-11.5 + pos: 17.5,1.5 parent: 2 - - uid: 181 + - uid: 1116 components: - type: Transform - pos: 10.5,-13.5 + pos: 18.5,1.5 parent: 2 - - uid: 1279 + - uid: 1117 components: - type: Transform - pos: 29.5,3.5 + pos: 19.5,1.5 parent: 2 - - uid: 1280 + - uid: 1118 components: - type: Transform - pos: 30.5,3.5 + pos: 20.5,1.5 parent: 2 - - uid: 1281 + - uid: 1119 components: - type: Transform - pos: 31.5,3.5 + pos: 20.5,2.5 parent: 2 - - uid: 1282 + - uid: 1120 components: - type: Transform - pos: 32.5,3.5 + pos: 26.5,2.5 parent: 2 - - uid: 1283 + - uid: 1121 components: - type: Transform - pos: 33.5,3.5 + pos: 26.5,1.5 parent: 2 - - uid: 1284 + - uid: 1122 components: - type: Transform - pos: 36.5,3.5 + pos: 27.5,1.5 parent: 2 - - uid: 1285 + - uid: 1125 components: - type: Transform - pos: 37.5,3.5 + pos: 26.5,3.5 parent: 2 - - uid: 1286 + - uid: 1127 components: - type: Transform - pos: 38.5,3.5 + pos: 24.5,3.5 parent: 2 - - uid: 3070 + - uid: 1128 components: - type: Transform - pos: -3.5,29.5 + pos: 22.5,3.5 parent: 2 - - uid: 3071 + - uid: 1130 components: - type: Transform - pos: -2.5,29.5 + pos: 20.5,3.5 parent: 2 - - uid: 3075 + - uid: 1134 components: - type: Transform - pos: -4.5,26.5 + pos: 13.5,2.5 parent: 2 - - uid: 3076 + - uid: 1135 components: - type: Transform - pos: -4.5,27.5 + pos: 13.5,3.5 parent: 2 - - uid: 3077 + - uid: 1136 components: - type: Transform - pos: -4.5,28.5 + pos: 13.5,4.5 parent: 2 - - uid: 3078 + - uid: 1137 components: - type: Transform - pos: -5.5,26.5 + pos: 13.5,5.5 parent: 2 - - uid: 3169 + - uid: 1138 components: - type: Transform - pos: -8.5,22.5 + pos: 13.5,6.5 parent: 2 - - uid: 3170 + - uid: 1139 components: - type: Transform - pos: -8.5,23.5 + pos: 14.5,6.5 parent: 2 - - uid: 3171 + - uid: 1140 components: - type: Transform - pos: -8.5,24.5 + pos: 14.5,7.5 parent: 2 - - uid: 3172 + - uid: 1141 components: - type: Transform - pos: -8.5,25.5 + pos: 14.5,8.5 parent: 2 - - uid: 3173 + - uid: 1142 components: - type: Transform - pos: -7.5,24.5 + pos: 14.5,9.5 parent: 2 - - uid: 3174 + - uid: 1143 components: - type: Transform - pos: -4.5,30.5 + pos: -12.5,-33.5 parent: 2 - - uid: 3175 + - uid: 1146 components: - type: Transform - pos: -4.5,31.5 + pos: 18.5,9.5 parent: 2 - - uid: 3177 + - uid: 1147 components: - type: Transform - pos: -8.5,30.5 + pos: 19.5,9.5 parent: 2 - - uid: 3178 + - uid: 1151 components: - type: Transform - pos: -8.5,31.5 + pos: 19.5,4.5 parent: 2 - - uid: 3179 + - uid: 1152 components: - type: Transform - pos: -7.5,31.5 + pos: 20.5,4.5 parent: 2 - - uid: 3182 + - uid: 1190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,29.5 + pos: 27.5,3.5 parent: 2 - - uid: 3195 + - uid: 1191 components: - type: Transform - pos: -44.5,5.5 + pos: 27.5,4.5 parent: 2 - - uid: 3196 + - uid: 1192 components: - type: Transform - pos: -44.5,6.5 + pos: 27.5,5.5 parent: 2 - - uid: 3197 + - uid: 1195 components: - type: Transform - pos: -44.5,3.5 + pos: 29.5,5.5 parent: 2 - - uid: 3198 + - uid: 1196 components: - type: Transform - pos: -44.5,2.5 + pos: 29.5,4.5 parent: 2 - - uid: 3207 + - uid: 1197 components: - type: Transform - pos: -40.5,-8.5 + pos: 30.5,4.5 parent: 2 - - uid: 3208 + - uid: 1198 components: - type: Transform - pos: -40.5,-7.5 + pos: 31.5,4.5 parent: 2 - - uid: 3209 + - uid: 1199 components: - type: Transform - pos: -40.5,-4.5 + pos: 32.5,4.5 parent: 2 - - uid: 3210 + - uid: 1200 components: - type: Transform - pos: -40.5,-5.5 + pos: 33.5,4.5 parent: 2 - - uid: 3211 + - uid: 1201 components: - type: Transform - pos: -38.5,-8.5 + pos: 33.5,5.5 parent: 2 - - uid: 3212 + - uid: 1204 components: - type: Transform - pos: -38.5,-9.5 + pos: 27.5,9.5 parent: 2 - - uid: 3213 + - uid: 1205 components: - type: Transform - pos: -38.5,-10.5 + pos: 27.5,10.5 parent: 2 - - uid: 3214 + - uid: 1206 components: - type: Transform - pos: -37.5,-11.5 + pos: 26.5,10.5 parent: 2 - - uid: 3215 + - uid: 1207 components: - type: Transform - pos: -36.5,-11.5 + pos: 25.5,10.5 parent: 2 - - uid: 3216 + - uid: 1208 components: - type: Transform - pos: -35.5,-11.5 + pos: 24.5,10.5 parent: 2 - - uid: 3217 + - uid: 1209 components: - type: Transform - pos: -34.5,-11.5 + pos: 23.5,10.5 parent: 2 - - uid: 3225 + - uid: 1210 components: - type: Transform - pos: -34.5,-12.5 + pos: 22.5,10.5 parent: 2 - - uid: 3229 + - uid: 1211 components: - type: Transform - pos: -32.5,-14.5 + pos: 21.5,10.5 parent: 2 - - uid: 3230 + - uid: 1212 components: - type: Transform - pos: -33.5,-14.5 + pos: 21.5,9.5 parent: 2 - - uid: 3251 + - uid: 1213 components: - type: Transform - pos: -38.5,2.5 + pos: 20.5,9.5 parent: 2 - - uid: 3263 + - uid: 1214 components: - type: Transform - pos: 8.5,-29.5 + pos: 28.5,10.5 parent: 2 - - uid: 3264 + - uid: 1215 components: - type: Transform - pos: 9.5,-28.5 + pos: 29.5,10.5 parent: 2 - - uid: 3265 + - uid: 1216 components: - type: Transform - pos: 9.5,-27.5 + pos: 30.5,10.5 parent: 2 - - uid: 3266 + - uid: 1219 components: - type: Transform - pos: 7.5,-27.5 + pos: 33.5,10.5 parent: 2 - - uid: 3267 + - uid: 1220 components: - type: Transform - pos: 6.5,-27.5 + pos: 33.5,9.5 parent: 2 - - uid: 3268 + - uid: 1221 components: - type: Transform - pos: 5.5,-27.5 + pos: 33.5,8.5 parent: 2 - - uid: 3269 + - uid: 1222 components: - type: Transform - pos: 3.5,-27.5 + pos: 33.5,7.5 parent: 2 - - uid: 3270 + - uid: 1223 components: - type: Transform - pos: 3.5,-26.5 + pos: 28.5,5.5 parent: 2 - - uid: 3271 + - uid: 1229 components: - type: Transform - pos: 2.5,-26.5 + pos: 34.5,5.5 parent: 2 - - uid: 3301 + - uid: 1230 components: - type: Transform - pos: 40.5,-12.5 + pos: 35.5,5.5 parent: 2 - - uid: 3302 + - uid: 1231 components: - type: Transform - pos: 39.5,-12.5 + pos: 36.5,5.5 parent: 2 - - uid: 3303 + - uid: 1240 components: - type: Transform - pos: 38.5,-12.5 + pos: 37.5,5.5 parent: 2 - - uid: 3304 + - uid: 1241 components: - type: Transform - pos: 37.5,-10.5 + pos: 38.5,5.5 parent: 2 - - uid: 3305 + - uid: 1242 components: - type: Transform - pos: 37.5,-9.5 + pos: 38.5,6.5 parent: 2 - - uid: 3306 + - uid: 1243 components: - type: Transform - pos: 37.5,-8.5 + pos: 38.5,7.5 parent: 2 - - uid: 3307 + - uid: 1244 components: - type: Transform - pos: 37.5,-6.5 + pos: 38.5,8.5 parent: 2 - - uid: 3308 + - uid: 1250 components: - type: Transform - pos: 37.5,-5.5 + pos: 34.5,10.5 parent: 2 - - uid: 3309 + - uid: 1269 components: - type: Transform - pos: 36.5,-5.5 + pos: 29.5,1.5 parent: 2 - - uid: 3310 + - uid: 1270 components: - type: Transform - pos: 35.5,-4.5 + pos: 30.5,1.5 parent: 2 - - uid: 3311 + - uid: 1271 components: - type: Transform - pos: 35.5,-3.5 + pos: 31.5,1.5 parent: 2 - - uid: 3356 + - uid: 1272 components: - type: Transform - pos: 42.5,3.5 + pos: 32.5,1.5 parent: 2 - - uid: 3357 + - uid: 1273 components: - type: Transform - pos: 43.5,3.5 + pos: 33.5,1.5 parent: 2 - - uid: 3358 + - uid: 1274 components: - type: Transform - pos: 44.5,3.5 + pos: 34.5,1.5 parent: 2 - - uid: 3359 + - uid: 1275 components: - type: Transform - pos: 45.5,3.5 + pos: 35.5,1.5 parent: 2 - - uid: 3360 + - uid: 1276 components: - type: Transform - pos: 46.5,3.5 + pos: 36.5,1.5 parent: 2 - - uid: 3361 + - uid: 1277 components: - type: Transform - pos: 46.5,1.5 + pos: 37.5,1.5 parent: 2 - - uid: 3362 + - uid: 1278 components: - type: Transform - pos: 46.5,0.5 + pos: 38.5,1.5 parent: 2 - - uid: 3363 + - uid: 1292 components: - type: Transform - pos: 46.5,-0.5 + pos: 33.5,-2.5 parent: 2 - - uid: 3364 + - uid: 1293 components: - type: Transform - pos: 48.5,1.5 + pos: 34.5,-2.5 parent: 2 - - uid: 3365 + - uid: 1295 components: - type: Transform - pos: 43.5,4.5 + pos: 36.5,-2.5 parent: 2 - - uid: 3372 + - uid: 1296 components: - type: Transform - pos: 13.5,-3.5 + pos: 37.5,-2.5 parent: 2 - - uid: 3373 + - uid: 1297 components: - type: Transform - pos: 13.5,-4.5 + pos: 38.5,-2.5 parent: 2 - - uid: 3374 + - uid: 1298 components: - type: Transform - pos: 12.5,-5.5 + pos: 39.5,-2.5 parent: 2 - - uid: 5705 + - uid: 1299 components: - type: Transform - pos: 2.5,28.5 + pos: 40.5,-2.5 parent: 2 - - uid: 5706 + - uid: 1300 components: - type: Transform - pos: 2.5,29.5 + pos: 41.5,-2.5 parent: 2 - - uid: 8552 + - uid: 1301 components: - type: Transform - pos: 35.5,-7.5 + pos: 39.5,1.5 parent: 2 - - uid: 8553 + - uid: 1302 components: - type: Transform - pos: 34.5,-7.5 + pos: 40.5,1.5 parent: 2 - - uid: 8554 + - uid: 1303 components: - type: Transform - pos: 33.5,-7.5 + pos: 41.5,1.5 parent: 2 - - uid: 8582 + - uid: 1304 components: - type: Transform - pos: 9.5,-24.5 + pos: 45.5,-6.5 parent: 2 - - uid: 8583 + - uid: 1305 components: - type: Transform - pos: 9.5,-25.5 + pos: 46.5,-15.5 parent: 2 - - uid: 8598 + - uid: 1306 components: - type: Transform - pos: -45.5,2.5 + pos: 47.5,-15.5 parent: 2 - - uid: 8630 + - uid: 1313 components: - type: Transform - pos: -38.5,-4.5 + pos: 47.5,-12.5 parent: 2 - - uid: 8631 + - uid: 1317 components: - type: Transform - pos: -37.5,-4.5 + pos: 47.5,-10.5 parent: 2 - - uid: 9016 + - uid: 1320 components: - type: Transform - pos: -36.5,-13.5 + pos: 46.5,-7.5 parent: 2 - - uid: 9367 + - uid: 1321 components: - type: Transform - pos: -36.5,-14.5 + pos: 45.5,-7.5 parent: 2 - - uid: 9368 + - uid: 1322 components: - type: Transform - pos: -36.5,-15.5 + pos: 47.5,-7.5 parent: 2 - - uid: 9369 + - uid: 1323 components: - type: Transform - pos: -36.5,-17.5 + pos: 41.5,-3.5 parent: 2 - - uid: 9370 + - uid: 1324 components: - type: Transform - pos: -37.5,-17.5 + pos: 41.5,-4.5 parent: 2 - - uid: 9371 + - uid: 1325 components: - type: Transform - pos: -36.5,-18.5 + pos: 41.5,-5.5 parent: 2 -- proto: Chair - entities: - - uid: 1075 + - uid: 1326 components: - type: Transform - pos: 18.5,-3.5 + pos: 41.5,-6.5 parent: 2 - - uid: 1089 + - uid: 1327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-5.5 + pos: 41.5,-7.5 parent: 2 - - uid: 1170 + - uid: 1328 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,2.5 + pos: 41.5,-8.5 parent: 2 - - uid: 1432 + - uid: 1329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-16.5 + pos: 41.5,-9.5 parent: 2 - - uid: 1461 + - uid: 1330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-8.5 + pos: 41.5,-10.5 parent: 2 - - uid: 1802 + - uid: 1331 components: - type: Transform - pos: 22.5,2.5 + pos: 41.5,-11.5 parent: 2 - - uid: 1803 + - uid: 1333 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,21.5 + pos: 41.5,-13.5 parent: 2 - - uid: 1815 + - uid: 1334 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,21.5 + pos: 41.5,-14.5 parent: 2 - - uid: 1817 + - uid: 1335 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-6.5 + pos: 41.5,-15.5 parent: 2 - - uid: 1818 + - uid: 1336 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-6.5 + pos: 41.5,-16.5 parent: 2 - - uid: 1819 + - uid: 1337 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-6.5 + pos: 41.5,-17.5 parent: 2 - - uid: 1962 + - uid: 1338 components: - type: Transform - pos: -31.5,-3.5 + pos: 41.5,-18.5 parent: 2 - - uid: 2344 + - uid: 1339 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,4.5 + pos: 41.5,-19.5 parent: 2 - - uid: 2915 + - uid: 1340 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-61.5 + pos: 41.5,-20.5 parent: 2 - - uid: 3106 + - uid: 1341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-62.5 + pos: 39.5,-20.5 parent: 2 - - uid: 3164 + - uid: 1342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-60.5 + pos: 38.5,-20.5 parent: 2 - - uid: 3176 + - uid: 1343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-59.5 + pos: 16.5,-27.5 parent: 2 - - uid: 3936 + - uid: 1344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-60.5 + pos: 36.5,-20.5 parent: 2 - - uid: 5653 + - uid: 1345 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-59.5 + pos: 35.5,-20.5 parent: 2 - - uid: 5654 + - uid: 1346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-61.5 + pos: 34.5,-20.5 parent: 2 - - uid: 5971 + - uid: 1347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-62.5 + pos: 33.5,-20.5 parent: 2 - - uid: 7564 + - uid: 1348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-60.5 + pos: 32.5,-20.5 parent: 2 - - uid: 7565 + - uid: 1349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-59.5 + pos: 31.5,-20.5 parent: 2 - - uid: 7567 + - uid: 1350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-61.5 + pos: 30.5,-20.5 parent: 2 - - uid: 7568 + - uid: 1351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-62.5 + pos: 30.5,-36.5 parent: 2 - - uid: 7569 + - uid: 1352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-62.5 + pos: 45.5,-15.5 parent: 2 - - uid: 7570 + - uid: 1353 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-61.5 + pos: 45.5,-24.5 parent: 2 - - uid: 7571 + - uid: 1357 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-60.5 + pos: 45.5,-20.5 parent: 2 - - uid: 7572 + - uid: 1358 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-59.5 + pos: 45.5,-19.5 parent: 2 - - uid: 7573 + - uid: 1359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-52.5 + pos: 45.5,-18.5 parent: 2 - - uid: 7577 + - uid: 1360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-53.5 + pos: 45.5,-17.5 parent: 2 - - uid: 7578 + - uid: 1361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-54.5 + pos: 45.5,-16.5 parent: 2 - - uid: 7579 + - uid: 1362 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-55.5 + pos: 45.5,-5.5 parent: 2 - - uid: 7580 + - uid: 1363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-52.5 + pos: 45.5,-4.5 parent: 2 - - uid: 7581 + - uid: 1364 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-53.5 + pos: 45.5,-3.5 parent: 2 - - uid: 7582 + - uid: 1365 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-54.5 + pos: 45.5,-2.5 parent: 2 - - uid: 7583 + - uid: 1366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-55.5 + pos: 51.5,-15.5 parent: 2 - - uid: 7597 + - uid: 1367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-52.5 + pos: 48.5,-15.5 parent: 2 - - uid: 7598 + - uid: 1368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-53.5 + pos: 49.5,-15.5 parent: 2 - - uid: 7599 + - uid: 1369 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-54.5 + pos: 54.5,-15.5 parent: 2 - - uid: 7600 + - uid: 1370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-55.5 + pos: 54.5,-14.5 parent: 2 - - uid: 7601 + - uid: 1371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-52.5 + pos: 54.5,-16.5 parent: 2 - - uid: 7602 + - uid: 1372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-53.5 + pos: 54.5,-17.5 parent: 2 - - uid: 7603 + - uid: 1373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-54.5 + pos: 54.5,-18.5 parent: 2 - - uid: 7604 + - uid: 1374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-55.5 + pos: 54.5,-19.5 parent: 2 - - uid: 7613 + - uid: 1375 components: - type: Transform - pos: -4.5,-45.5 + pos: 55.5,-14.5 parent: 2 - - uid: 7614 + - uid: 1376 components: - type: Transform - pos: 3.5,-45.5 + pos: 51.5,-7.5 parent: 2 - - uid: 7615 + - uid: 1377 components: - type: Transform - pos: 4.5,-45.5 + pos: 49.5,-7.5 parent: 2 - - uid: 7625 + - uid: 1378 components: - type: Transform - pos: -5.5,-45.5 + pos: 48.5,-7.5 parent: 2 - - uid: 7626 + - uid: 1379 components: - type: Transform - pos: -6.5,-45.5 + pos: 54.5,-7.5 parent: 2 - - uid: 7628 + - uid: 1380 components: - type: Transform - pos: 5.5,-45.5 + pos: 54.5,-8.5 parent: 2 - - uid: 7740 + - uid: 1381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,4.5 + pos: 54.5,-6.5 parent: 2 - - uid: 7741 + - uid: 1410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,2.5 + pos: 54.5,-9.5 parent: 2 - - uid: 7743 + - uid: 1440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-6.5 + pos: 53.5,-19.5 parent: 2 - - uid: 7744 + - uid: 1441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-6.5 + pos: 53.5,-20.5 parent: 2 - - uid: 7959 + - uid: 1442 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-3.5 + pos: 53.5,-21.5 parent: 2 - - uid: 8115 + - uid: 1443 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-13.5 + pos: 52.5,-21.5 parent: 2 - - uid: 8268 + - uid: 1444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-38.5 + pos: 51.5,-21.5 parent: 2 - - uid: 8269 + - uid: 1445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-40.5 + pos: 50.5,-21.5 parent: 2 - - uid: 8270 + - uid: 1446 components: - type: Transform - pos: 6.5,-38.5 + pos: 49.5,-21.5 parent: 2 - - uid: 8285 + - uid: 1447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-62.5 + pos: 48.5,-21.5 parent: 2 - - uid: 8286 + - uid: 1448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-61.5 + pos: 48.5,-20.5 parent: 2 - - uid: 8287 + - uid: 1449 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-60.5 + pos: 47.5,-20.5 parent: 2 - - uid: 8288 + - uid: 1450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-59.5 + pos: 46.5,-20.5 parent: 2 - - uid: 8289 + - uid: 1479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-59.5 + pos: 56.5,-14.5 parent: 2 - - uid: 8290 + - uid: 1480 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-60.5 + pos: 57.5,-14.5 parent: 2 - - uid: 8291 + - uid: 1481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-61.5 + pos: 57.5,-13.5 parent: 2 - - uid: 8292 + - uid: 1482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-62.5 + pos: 59.5,-13.5 parent: 2 - - uid: 8727 + - uid: 1483 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-62.5 + pos: 60.5,-13.5 parent: 2 - - uid: 8728 + - uid: 1484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-61.5 + pos: 61.5,-13.5 parent: 2 - - uid: 8729 + - uid: 1487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-60.5 + pos: 61.5,-16.5 parent: 2 - - uid: 8730 + - uid: 1488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-59.5 + pos: 61.5,-17.5 parent: 2 - - uid: 8731 + - uid: 1489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-59.5 + pos: 61.5,-18.5 parent: 2 - - uid: 8732 + - uid: 1490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-60.5 + pos: 60.5,-18.5 parent: 2 - - uid: 8733 + - uid: 1491 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-61.5 + pos: 59.5,-18.5 parent: 2 - - uid: 8734 + - uid: 1492 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-62.5 + pos: 58.5,-18.5 parent: 2 - - uid: 9058 + - uid: 1493 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,17.5 + pos: 57.5,-18.5 parent: 2 -- proto: ChairFolding - entities: - - uid: 412 + - uid: 1494 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-24.5 + pos: 56.5,-18.5 parent: 2 - - uid: 413 + - uid: 1495 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-24.5 + pos: 56.5,-17.5 parent: 2 - - uid: 1454 + - uid: 1496 components: - type: Transform - pos: 49.5,-13.5 + pos: 55.5,-17.5 parent: 2 - - uid: 1456 + - uid: 1506 components: - type: Transform - pos: 48.5,-13.5 + pos: 59.5,-9.5 parent: 2 - - uid: 1891 + - uid: 1507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-4.5 + pos: 60.5,-9.5 parent: 2 - - uid: 1980 + - uid: 1509 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,21.5 + pos: 58.5,-8.5 parent: 2 - - uid: 2075 + - uid: 1510 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,6.5 + pos: 57.5,-8.5 parent: 2 - - uid: 2076 + - uid: 1511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,7.5 + pos: 56.5,-8.5 parent: 2 - - uid: 2077 + - uid: 1512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,7.5 + pos: 55.5,-8.5 parent: 2 - - uid: 2078 + - uid: 1521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,6.5 + pos: 54.5,-5.5 parent: 2 - - uid: 2079 + - uid: 1522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,7.5 + pos: 54.5,-4.5 parent: 2 - - uid: 2080 + - uid: 1523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,6.5 + pos: 54.5,-3.5 parent: 2 - - uid: 2081 + - uid: 1524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,7.5 + pos: 53.5,-3.5 parent: 2 - - uid: 2082 + - uid: 1525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,6.5 + pos: 53.5,-2.5 parent: 2 - - uid: 7590 + - uid: 1526 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-30.5 + pos: 53.5,-1.5 parent: 2 - - uid: 7605 + - uid: 1527 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-58.5 + pos: 52.5,-1.5 parent: 2 - - uid: 7606 + - uid: 1528 components: - type: Transform - pos: -10.5,-63.5 + pos: 51.5,-1.5 parent: 2 - - uid: 7607 + - uid: 1529 components: - type: Transform - pos: 9.5,-63.5 + pos: 50.5,-1.5 parent: 2 - - uid: 7608 + - uid: 1530 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-58.5 + pos: 49.5,-1.5 parent: 2 - - uid: 7742 + - uid: 1531 components: - type: Transform - pos: -5.5,5.5 + pos: 48.5,-1.5 parent: 2 - - uid: 7773 + - uid: 1532 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,4.5 + pos: 48.5,-2.5 parent: 2 - - uid: 7803 + - uid: 1533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-3.5 + pos: 47.5,-2.5 parent: 2 - - uid: 7947 + - uid: 1534 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-31.5 + pos: 46.5,-2.5 parent: 2 - - uid: 7948 + - uid: 1542 components: - type: Transform - pos: 31.5,-29.5 + pos: 58.5,-9.5 parent: 2 - - uid: 7960 + - uid: 1544 components: - type: Transform - pos: -36.5,0.5 + pos: 45.5,-22.5 parent: 2 - - uid: 7961 + - uid: 1545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,0.5 + pos: 41.5,-24.5 parent: 2 - - uid: 8265 + - uid: 1546 components: - type: Transform - pos: -10.5,-31.5 + pos: 40.5,-24.5 parent: 2 - - uid: 8266 + - uid: 1547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-33.5 + pos: 39.5,-24.5 parent: 2 - - uid: 8577 + - uid: 1548 components: - type: Transform - pos: 5.5,-28.5 + pos: 38.5,-24.5 parent: 2 - - uid: 9239 + - uid: 1550 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-44.5 + pos: 36.5,-24.5 parent: 2 -- proto: ChairOfficeDark - entities: - - uid: 1061 + - uid: 1551 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-12.5 + pos: 35.5,-24.5 parent: 2 - - uid: 1083 + - uid: 1552 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,-6.5 + pos: 34.5,-24.5 parent: 2 - - uid: 1184 + - uid: 1553 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,8.5 + pos: 34.5,-25.5 parent: 2 - - uid: 1472 + - uid: 1554 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-12.5 + pos: 34.5,-26.5 parent: 2 - - uid: 1812 + - uid: 1555 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,0.5 + pos: 34.5,-27.5 parent: 2 - - uid: 1813 + - uid: 1556 components: - type: Transform - pos: -1.5,-1.5 + pos: 34.5,-28.5 parent: 2 - - uid: 2123 + - uid: 1557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,12.5 + pos: 34.5,-29.5 parent: 2 - - uid: 2276 + - uid: 1558 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,11.5 + pos: 34.5,-30.5 parent: 2 - - uid: 2277 + - uid: 1559 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,11.5 + pos: 34.5,-31.5 parent: 2 - - uid: 2320 + - uid: 1560 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,14.5 + pos: 34.5,-32.5 parent: 2 - - uid: 2540 + - uid: 1561 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-3.5 + pos: 34.5,-33.5 parent: 2 - - uid: 2691 + - uid: 1562 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-19.5 + pos: 34.5,-34.5 parent: 2 - - uid: 2700 + - uid: 1566 components: - type: Transform - pos: -54.5,-21.5 + pos: 34.5,-38.5 parent: 2 - - uid: 2765 + - uid: 1567 components: - type: Transform - pos: -50.5,-27.5 + pos: 34.5,-39.5 parent: 2 -- proto: ChairOfficeLight - entities: - - uid: 938 + - uid: 1568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-12.5 + pos: 34.5,-40.5 parent: 2 - - uid: 1262 + - uid: 1569 components: - type: Transform - pos: 25.5,5.5 + pos: 34.5,-41.5 parent: 2 - - uid: 1982 + - uid: 1570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-7.5 + pos: 33.5,-41.5 parent: 2 -- proto: ChairPilotSeat - entities: - - uid: 9466 + - uid: 1571 components: - type: Transform - pos: -30.5,-17.5 + pos: 32.5,-41.5 parent: 2 - - uid: 9470 + - uid: 1572 components: - type: Transform - pos: -32.5,-17.5 + pos: 31.5,-41.5 parent: 2 -- proto: ChairWood - entities: - - uid: 376 + - uid: 1573 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,-16.5 + pos: 30.5,-41.5 parent: 2 - - uid: 377 + - uid: 1575 components: - type: Transform - pos: -16.5,-14.5 + pos: 28.5,-41.5 parent: 2 - - uid: 1071 + - uid: 1576 components: - type: Transform - pos: 21.5,-13.5 + pos: 27.5,-41.5 parent: 2 - - uid: 1072 + - uid: 1577 components: - type: Transform - pos: 22.5,-13.5 + pos: 26.5,-41.5 parent: 2 -- proto: CheapLighter - entities: - - uid: 7776 + - uid: 1578 components: - type: Transform - pos: -6.25189,5.4356194 + pos: 25.5,-41.5 parent: 2 - - uid: 9077 + - uid: 1579 components: - type: Transform - pos: -23.379593,13.572519 + pos: 24.5,-41.5 parent: 2 -- proto: CheckerBoard - entities: - - uid: 7837 + - uid: 1580 components: - type: Transform - pos: 19.428404,-12.426074 + pos: 23.5,-41.5 parent: 2 -- proto: ChemBag - entities: - - uid: 1957 + - uid: 1581 components: - type: Transform - pos: -31.713497,-8.378671 + pos: 22.5,-41.5 parent: 2 -- proto: ChemistryEmptyBottle02 - entities: - - uid: 1354 + - uid: 1582 components: - type: Transform - pos: -34.271645,-8.419703 + pos: 22.5,-37.5 parent: 2 -- proto: ChemistryEmptyBottle04 - entities: - - uid: 9096 + - uid: 1583 components: - type: Transform - pos: -25.528572,-12.930597 + pos: 23.5,-37.5 parent: 2 -- proto: ChessBoard - entities: - - uid: 8103 + - uid: 1584 components: - type: Transform - pos: -52.332314,-12.431362 + pos: 24.5,-37.5 parent: 2 -- proto: Cigar - entities: - - uid: 7777 + - uid: 1585 components: - type: Transform - pos: -6.591313,5.6126103 + pos: 25.5,-37.5 parent: 2 - - uid: 8302 + - uid: 1586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.542163,-36.44932 + pos: 26.5,-37.5 parent: 2 -- proto: CigarCase - entities: - - uid: 8038 + - uid: 1587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.500223,6.583769 + pos: 27.5,-37.5 parent: 2 -- proto: CigarGold - entities: - - uid: 1541 + - uid: 1588 components: - type: Transform - pos: 60.37952,-14.306984 + pos: 28.5,-37.5 parent: 2 - - uid: 7875 + - uid: 1589 components: - type: Transform - pos: 26.439526,-11.369116 + pos: 29.5,-37.5 parent: 2 - - uid: 8061 + - uid: 1590 components: - type: Transform - pos: -16.279839,10.521913 + pos: 30.5,-37.5 parent: 2 -- proto: CigarGoldCase - entities: - - uid: 8118 + - uid: 1591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.555573,-10.756532 + pos: 30.5,-35.5 parent: 2 -- proto: CigPackBlack - entities: - - uid: 8249 + - uid: 1592 components: - type: Transform - pos: -7.30211,-10.31647 + pos: 30.5,-34.5 parent: 2 - - uid: 9079 + - uid: 1593 components: - type: Transform - pos: -23.622662,13.602486 + pos: 30.5,-33.5 parent: 2 -- proto: CigPackRed - entities: - - uid: 7822 + - uid: 1594 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.598198,4.543154 + pos: 30.5,-32.5 parent: 2 -- proto: CleanerDispenser - entities: - - uid: 9538 + - uid: 1595 components: - type: Transform - pos: 8.5,27.5 + pos: 30.5,-31.5 parent: 2 -- proto: CleanerGrenade - entities: - - uid: 9489 + - uid: 1596 components: - type: Transform - pos: 6.426608,27.666847 + pos: 30.5,-30.5 parent: 2 -- proto: ClosetEmergencyFilledRandom - entities: - - uid: 222 + - uid: 1597 components: - type: Transform - pos: 15.5,-14.5 + pos: 30.5,-29.5 parent: 2 - - uid: 7634 + - uid: 1598 components: - type: Transform - pos: 11.5,-66.5 + pos: 30.5,-28.5 parent: 2 - - uid: 7636 + - uid: 1599 components: - type: Transform - pos: -12.5,-66.5 + pos: 30.5,-27.5 parent: 2 - - uid: 7638 + - uid: 1600 components: - type: Transform - pos: -7.5,-45.5 + pos: 30.5,-26.5 parent: 2 - - uid: 7644 + - uid: 1601 components: - type: Transform - pos: 9.5,-31.5 + pos: 30.5,-25.5 parent: 2 - - uid: 7753 + - uid: 1602 components: - type: Transform - pos: 3.5,2.5 + pos: 30.5,-24.5 parent: 2 - - uid: 8177 + - uid: 1603 components: - type: Transform - pos: -29.5,-38.5 + pos: 30.5,-23.5 parent: 2 - - uid: 8179 + - uid: 1604 components: - type: Transform - pos: 28.5,-38.5 + pos: 30.5,-22.5 parent: 2 - - uid: 8534 + - uid: 1605 components: - type: Transform - pos: -8.5,21.5 + pos: 30.5,-21.5 parent: 2 - - uid: 9380 + - uid: 1607 components: - type: Transform - pos: -35.5,-17.5 + pos: 45.5,1.5 parent: 2 -- proto: ClosetEmergencyN2FilledRandom - entities: - - uid: 9669 + - uid: 1608 components: - type: Transform - pos: -5.5,31.5 + pos: 44.5,1.5 parent: 2 - - uid: 9670 + - uid: 1609 components: - type: Transform - pos: 38.5,2.5 + pos: 43.5,1.5 parent: 2 -- proto: ClosetFireFilled - entities: - - uid: 223 + - uid: 1610 components: - type: Transform - pos: 15.5,-18.5 + pos: 42.5,1.5 parent: 2 - - uid: 7635 + - uid: 1619 components: - type: Transform - pos: 7.5,-66.5 + pos: 18.5,-34.5 parent: 2 - - uid: 7637 + - uid: 1620 components: - type: Transform - pos: -8.5,-66.5 + pos: 19.5,-33.5 parent: 2 - - uid: 7639 + - uid: 1621 components: - type: Transform - pos: 6.5,-45.5 + pos: 20.5,-33.5 parent: 2 - - uid: 7756 + - uid: 1622 components: - type: Transform - pos: -4.5,-3.5 + pos: 21.5,-33.5 parent: 2 - - uid: 8178 + - uid: 1623 components: - type: Transform - pos: -28.5,-38.5 + pos: 21.5,-32.5 parent: 2 - - uid: 8180 + - uid: 1624 components: - type: Transform - pos: 26.5,-38.5 + pos: 21.5,-31.5 parent: 2 - - uid: 8535 + - uid: 1625 components: - type: Transform - pos: -0.5,31.5 + pos: 21.5,-30.5 parent: 2 - - uid: 8560 + - uid: 1626 components: - type: Transform - pos: 33.5,-4.5 + pos: 21.5,-29.5 parent: 2 - - uid: 9381 + - uid: 1627 components: - type: Transform - pos: -38.5,-15.5 + pos: 21.5,-28.5 parent: 2 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 5696 + - uid: 1628 components: - type: Transform - pos: 0.5,31.5 + pos: 20.5,-28.5 parent: 2 - - uid: 8526 + - uid: 1629 components: - type: Transform - pos: -42.5,4.5 + pos: 19.5,-28.5 parent: 2 - - uid: 8527 + - uid: 1644 components: - type: Transform - pos: -5.5,25.5 + pos: 29.5,-41.5 parent: 2 - - uid: 8539 + - uid: 1677 components: - type: Transform - pos: 28.5,4.5 + pos: 2.5,-3.5 parent: 2 - - uid: 8540 + - uid: 1678 components: - type: Transform - pos: 47.5,-1.5 + pos: 2.5,-2.5 parent: 2 - - uid: 8559 + - uid: 1679 components: - type: Transform - pos: 38.5,-7.5 + pos: 3.5,-2.5 parent: 2 - - uid: 8573 + - uid: 1680 components: - type: Transform - pos: 3.5,-29.5 + pos: 3.5,1.5 parent: 2 - - uid: 8628 + - uid: 1681 components: - type: Transform - pos: -37.5,-7.5 + pos: 2.5,1.5 parent: 2 -- proto: ClosetToolFilled - entities: - - uid: 8536 + - uid: 1682 components: - type: Transform - pos: -7.5,29.5 + pos: 2.5,2.5 parent: 2 -- proto: ClothingBackpackDuffelEngineering - entities: - - uid: 7911 + - uid: 1683 components: - type: Transform - pos: 51.568115,-2.7373834 + pos: -3.5,2.5 parent: 2 -- proto: ClothingBackpackDuffelSalvage - entities: - - uid: 1008 + - uid: 1684 components: - type: Transform - pos: 30.496008,-3.20936 + pos: -3.5,1.5 parent: 2 -- proto: ClothingBackpackDuffelSurgeryFilled - entities: - - uid: 7965 + - uid: 1685 components: - type: Transform - pos: -13.842619,-5.4390097 + pos: -4.5,1.5 parent: 2 -- proto: ClothingBackpackHolding - entities: - - uid: 7733 + - uid: 1686 components: - type: Transform - pos: 4.5232472,13.728849 + pos: -4.5,-2.5 parent: 2 -- proto: ClothingBackpackSatchel - entities: - - uid: 8989 + - uid: 1687 components: - type: Transform - pos: -26.633257,17.445375 + pos: -3.5,-2.5 parent: 2 -- proto: ClothingBackpackSatchelBrigmedic - entities: - - uid: 1908 + - uid: 1688 components: - type: Transform - pos: -23.38142,-19.443447 + pos: -3.5,-3.5 parent: 2 -- proto: ClothingBackpackSatchelLeather - entities: - - uid: 3141 + - uid: 1689 components: - type: Transform - pos: -2.5,35.5 + pos: -3.5,-10.5 parent: 2 - - uid: 9094 + - uid: 1690 components: - type: Transform - pos: 34.41609,-13.397057 + pos: -3.5,-9.5 parent: 2 - - uid: 9253 + - uid: 1691 components: - type: Transform - pos: -17.503399,-44.335926 + pos: -2.5,-9.5 parent: 2 - - uid: 9471 + - uid: 1692 components: - type: Transform - pos: -3.5,35.5 + pos: -2.5,-8.5 parent: 2 - - uid: 9596 + - uid: 1693 components: - type: Transform - pos: 2.5,38.5 + pos: -2.5,-7.5 parent: 2 -- proto: ClothingBeltAssault - entities: - - uid: 8075 + - uid: 1703 components: - type: Transform - pos: -38.016167,10.712485 + pos: -8.5,-2.5 parent: 2 -- proto: ClothingBeltHolster - entities: - - uid: 2297 + - uid: 1704 components: - type: Transform - pos: -39.582104,8.79618 + pos: -44.5,-24.5 parent: 2 -- proto: ClothingBeltMedical - entities: - - uid: 1961 + - uid: 1705 components: - type: Transform - pos: -35.532024,-8.496665 + pos: 7.5,1.5 parent: 2 -- proto: ClothingBeltSecurity - entities: - - uid: 2109 + - uid: 1707 components: - type: Transform - pos: -32.470276,8.471779 + pos: 2.5,6.5 parent: 2 -- proto: ClothingBeltSecurityWebbing - entities: - - uid: 2112 + - uid: 1709 components: - type: Transform - pos: -38.609417,8.589773 + pos: 5.5,6.5 parent: 2 - - uid: 2296 + - uid: 1712 components: - type: Transform - pos: -17.527233,14.6028595 + pos: -6.5,6.5 parent: 2 - - uid: 9092 + - uid: 1713 components: - type: Transform - pos: -38.576927,10.652401 + pos: -3.5,6.5 parent: 2 -- proto: ClothingBeltUtilityEngineering - entities: - - uid: 1415 + - uid: 1715 components: - type: Transform - pos: 53.491665,-5.5318255 + pos: -7.5,5.5 parent: 2 -- proto: ClothingEyesGlasses - entities: - - uid: 1964 + - uid: 1716 components: - type: Transform - pos: -35.064476,-3.4676437 + pos: -7.5,6.5 parent: 2 - - uid: 2146 + - uid: 1729 components: - type: Transform - pos: -13.793735,8.394621 + pos: 7.5,5.5 parent: 2 - - uid: 2971 + - uid: 1730 components: - type: Transform - pos: 17.610846,8.451709 + pos: -10.5,-4.5 parent: 2 - - uid: 7835 + - uid: 1733 components: - type: Transform - pos: 30.53237,9.0132265 + pos: 6.5,6.5 parent: 2 - - uid: 8001 + - uid: 1735 components: - type: Transform - pos: -25.552124,-12.002445 + pos: 6.5,5.5 parent: 2 - - uid: 8204 + - uid: 1739 components: - type: Transform - pos: 2.3393357,-21.26714 + pos: -8.5,5.5 parent: 2 -- proto: ClothingEyesGlassesAviator - entities: - - uid: 9249 + - uid: 1740 components: - type: Transform - pos: -15.573391,-44.35565 + pos: -10.5,-8.5 parent: 2 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 1416 + - uid: 1743 components: - type: Transform - pos: 51.42561,-2.4049816 + pos: -8.5,-4.5 parent: 2 -- proto: ClothingEyesGlassesSecurity - entities: - - uid: 9432 + - uid: 1744 components: - type: Transform - pos: 2.5,38.5 + pos: 7.5,-4.5 parent: 2 -- proto: ClothingEyesGlassesSunglasses - entities: - - uid: 8042 + - uid: 1746 components: - type: Transform - pos: -33.849556,8.516174 + pos: -10.5,-3.5 parent: 2 -- proto: ClothingEyesGlassesThermal - entities: - - uid: 1435 + - uid: 1747 components: - type: Transform - pos: 51.48622,-20.265348 + pos: 8.5,1.5 parent: 2 -- proto: ClothingEyesHudMedical - entities: - - uid: 7963 + - uid: 1748 components: - type: Transform - pos: -18.470263,-7.315727 + pos: 9.5,1.5 parent: 2 -- proto: ClothingEyesHudSecurity - entities: - - uid: 2105 + - uid: 1749 components: - type: Transform - pos: -34.47901,7.5464554 + pos: 9.5,2.5 parent: 2 - - uid: 2106 + - uid: 1750 components: - type: Transform - pos: -34.597073,7.723447 + pos: 10.5,2.5 parent: 2 - - uid: 2298 + - uid: 1751 components: - type: Transform - pos: -16.945015,14.441783 + pos: 11.5,2.5 parent: 2 - - uid: 3018 + - uid: 1754 components: - type: Transform - pos: -0.43264732,-2.2551992 + pos: 1.5,6.5 parent: 2 - - uid: 9427 + - uid: 1755 components: - type: Transform - pos: -3.5,35.5 + pos: 1.5,7.5 parent: 2 -- proto: ClothingHandsGlovesColorBlack - entities: - - uid: 8619 + - uid: 1756 components: - type: Transform - pos: -30.59833,-10.415756 + pos: 1.5,8.5 parent: 2 -- proto: ClothingHandsGlovesColorBlue - entities: - - uid: 9095 + - uid: 1757 components: - type: Transform - pos: -18.40808,-7.745063 + pos: -2.5,6.5 parent: 2 -- proto: ClothingHandsGlovesColorGray - entities: - - uid: 8571 + - uid: 1758 components: - - type: MetaData - desc: Dusty, old, grey gloves that do not keep you from frying. Seem fit for a king. - type: Transform - pos: 5.4831805,-24.369528 + pos: -2.5,7.5 parent: 2 -- proto: ClothingHandsGlovesFingerless - entities: - - uid: 1173 + - uid: 1759 components: - type: Transform - pos: 15.463922,2.450069 + pos: -2.5,8.5 parent: 2 - - uid: 7846 + - uid: 1762 components: - type: Transform - pos: 16.05782,-6.386447 + pos: -10.5,-7.5 parent: 2 - - uid: 7920 + - uid: 1763 components: - type: Transform - pos: 51.781662,-20.592072 + pos: -8.5,1.5 parent: 2 - - uid: 8058 + - uid: 1764 components: - type: Transform - pos: -14.384037,8.402596 + pos: -9.5,1.5 parent: 2 - - uid: 8074 + - uid: 1765 components: - type: Transform - pos: -38.016167,10.4175005 + pos: -10.5,1.5 parent: 2 - - uid: 8538 + - uid: 1766 components: - type: Transform - pos: 4.508488,25.556108 + pos: -10.5,-2.5 parent: 2 -- proto: ClothingHandsGlovesLatex - entities: - - uid: 9401 + - uid: 1767 components: - type: Transform - pos: -35.496872,-19.54776 + pos: -9.5,-2.5 parent: 2 -- proto: ClothingHandsGlovesLeather - entities: - - uid: 8595 + - uid: 1768 components: - type: Transform - pos: 11.536786,-8.393434 + pos: 9.5,-8.5 parent: 2 -- proto: ClothingHandsGlovesNitrile - entities: - - uid: 1918 + - uid: 1770 components: - type: Transform - pos: -32.522633,-8.372165 + pos: 9.5,-6.5 parent: 2 -- proto: ClothingHeadHatAnimalHeadslime - entities: - - uid: 9552 + - uid: 1771 components: - type: Transform - pos: 2.434067,31.50986 + pos: 9.5,-5.5 parent: 2 -- proto: ClothingHeadHatBeret - entities: - - uid: 9250 + - uid: 1772 components: - type: Transform - pos: 16.240294,-43.260998 + pos: 9.5,-4.5 parent: 2 -- proto: ClothingHeadHatBeretBrigmedic - entities: - - uid: 1911 + - uid: 1773 components: - type: Transform - pos: -17.296577,-3.4993591 + pos: -10.5,-6.5 parent: 2 -- proto: ClothingHeadHatBeretEngineering - entities: - - uid: 1417 + - uid: 1774 components: - type: Transform - pos: 52.222515,-6.180793 + pos: 9.5,5.5 parent: 2 -- proto: ClothingHeadHatBeretFrench - entities: - - uid: 9484 + - uid: 1775 components: - - type: MetaData - desc: Beret, in a sleek black color, fancy. - name: black beret - type: Transform - pos: -0.7691238,-43.20969 + pos: -10.5,-5.5 parent: 2 - missingComponents: - - AddAccentClothing -- proto: ClothingHeadHatBeretRND - entities: - - uid: 1176 + - uid: 1776 components: - type: Transform - pos: 16.231407,8.434973 + pos: 6.5,8.5 parent: 2 -- proto: ClothingHeadHatBeretSecurity - entities: - - uid: 2108 + - uid: 1777 components: - type: Transform - pos: -39.760506,8.412782 + pos: 5.5,8.5 parent: 2 -- proto: ClothingHeadHatCargosoftFlipped - entities: - - uid: 1177 + - uid: 1778 components: - type: Transform - pos: 16.78188,-6.620102 + pos: 4.5,8.5 parent: 2 -- proto: ClothingHeadHatCatEars - entities: - - uid: 9225 + - uid: 1779 components: - type: Transform - pos: 11.5,-30.5 + pos: -4.5,9.5 parent: 2 - missingComponents: - - AddAccentClothing -- proto: ClothingHeadHatCone - entities: - - uid: 1503 + - uid: 1780 components: - type: Transform - pos: 51.617374,-6.645749 + pos: 2.5,8.5 parent: 2 - - uid: 9101 + - uid: 1781 components: - type: Transform - pos: 51.633,-6.567624 + pos: 9.5,3.5 parent: 2 - - uid: 9493 + - uid: 1782 components: - type: Transform - pos: -38.78572,-10.633766 + pos: 9.5,4.5 parent: 2 -- proto: ClothingHeadHatCorpsoft - entities: - - uid: 7797 + - uid: 1783 components: - type: Transform - pos: -0.73315704,1.7090936 + pos: -10.5,2.5 parent: 2 - - uid: 8043 + - uid: 1784 components: - type: Transform - pos: -33.123417,8.634169 + pos: -10.5,3.5 parent: 2 -- proto: ClothingHeadHatDogEars - entities: - - uid: 9228 + - uid: 1785 components: - type: Transform - pos: 11.5,-30.5 + pos: -10.5,4.5 parent: 2 - missingComponents: - - AddAccentClothing -- proto: ClothingHeadHatHardhatOrange - entities: - - uid: 7921 + - uid: 1786 components: - type: Transform - pos: 46.5198,-4.862994 + pos: -10.5,5.5 parent: 2 -- proto: ClothingHeadHatOrangesoft - entities: - - uid: 9474 + - uid: 1787 components: - type: Transform - pos: -22.882603,17.457619 + pos: -10.5,6.5 parent: 2 -- proto: ClothingHeadHatParamedicsoftFlipped - entities: - - uid: 1915 + - uid: 1788 components: - type: Transform - pos: -17.253208,-8.633782 + pos: -10.5,7.5 parent: 2 -- proto: ClothingHeadHatPirateTricord - entities: - - uid: 8601 + - uid: 1789 components: - type: Transform - pos: -40.737198,-13.177081 + pos: -10.5,8.5 parent: 2 -- proto: ClothingHeadHatSurgcapBlue - entities: - - uid: 7966 + - uid: 1790 components: - type: Transform - pos: -18.706383,-7.787704 + pos: -9.5,8.5 parent: 2 -- proto: ClothingHeadHatUshanka - entities: - - uid: 8737 + - uid: 1792 components: - type: Transform - pos: -31.567904,-10.247647 + pos: -7.5,8.5 parent: 2 -- proto: ClothingHeadHatWelding - entities: - - uid: 7821 + - uid: 1793 components: - type: Transform - pos: 14.556032,4.7496443 + pos: -6.5,8.5 parent: 2 - - uid: 7844 + - uid: 1794 components: - type: Transform - pos: 28.660498,-3.2544818 + pos: -5.5,8.5 parent: 2 -- proto: ClothingHeadHatWeldingMaskPainted - entities: - - uid: 8548 + - uid: 1795 components: - type: Transform - pos: 39.36562,5.6580253 + pos: 3.5,9.5 parent: 2 -- proto: ClothingHeadHatYellowsoft - entities: - - uid: 7914 + - uid: 1796 components: - type: Transform - pos: 51.20626,-3.4693265 + pos: -3.5,8.5 parent: 2 -- proto: ClothingHeadHelmetERTLeader - entities: - - uid: 3049 + - uid: 1798 components: - type: Transform - pos: 4.4697094,15.602008 + pos: 9.5,7.5 parent: 2 -- proto: ClothingHeadsetMining - entities: - - uid: 1076 + - uid: 1799 components: - type: Transform - pos: 31.38288,-5.550561 + pos: 9.5,8.5 parent: 2 -- proto: ClothingHeadsetSecurity - entities: - - uid: 2113 + - uid: 1800 components: - type: Transform - pos: -41.619957,6.5838733 + pos: 8.5,8.5 parent: 2 -- proto: ClothingMaskBreathMedical - entities: - - uid: 1913 + - uid: 1801 components: - type: Transform - pos: -13.593334,-8.397794 + pos: 7.5,8.5 parent: 2 - - uid: 7977 + - uid: 1838 components: - type: Transform - pos: -35.654778,-3.4676437 + pos: -12.5,-8.5 parent: 2 -- proto: ClothingMaskBreathMedicalSecurity - entities: - - uid: 6234 + - uid: 1839 components: - type: Transform - pos: -23.912691,-19.561441 + pos: -12.5,-7.5 parent: 2 -- proto: ClothingMaskGas - entities: - - uid: 7975 + - uid: 1840 components: - type: Transform - pos: 16.137882,2.5230176 + pos: -12.5,-6.5 parent: 2 - - uid: 8611 + - uid: 1841 components: - type: Transform - pos: -34.482536,-10.406689 + pos: -12.5,-5.5 parent: 2 -- proto: ClothingMaskGasAtmos - entities: - - uid: 1436 + - uid: 1842 components: - type: Transform - pos: 50.335133,-20.41284 + pos: -12.5,-4.5 parent: 2 -- proto: ClothingMaskGasCentcom - entities: - - uid: 772 + - uid: 1843 components: - type: Transform - pos: -5.5118904,15.498761 + pos: -12.5,-3.5 parent: 2 -- proto: ClothingMaskGasExplorer - entities: - - uid: 8612 + - uid: 1844 components: - type: Transform - pos: -31.601843,-10.474753 + pos: -12.5,-2.5 parent: 2 -- proto: ClothingMaskGasSecurity - entities: - - uid: 2185 + - uid: 1845 components: - type: Transform - pos: -39.5528,4.4668555 + pos: -13.5,-2.5 parent: 2 -- proto: ClothingMaskNeckGaiter - entities: - - uid: 8035 + - uid: 1846 components: - type: Transform - pos: -41.341217,7.6447616 + pos: -14.5,-2.5 parent: 2 -- proto: ClothingMaskSterile - entities: - - uid: 1175 + - uid: 1847 components: - type: Transform - pos: 16.43792,3.4235206 + pos: -15.5,-2.5 parent: 2 - - uid: 1920 + - uid: 1848 components: - type: Transform - pos: -14.300686,-5.296539 + pos: -16.5,-2.5 parent: 2 - - uid: 1921 + - uid: 1849 components: - type: Transform - pos: -14.182626,-5.3555365 + pos: -17.5,-2.5 parent: 2 - - uid: 9387 + - uid: 1850 components: - type: Transform - pos: -35.500957,-19.250885 + pos: -18.5,-2.5 parent: 2 -- proto: ClothingNeckCargomedal - entities: - - uid: 9097 + - uid: 1851 components: - type: Transform - pos: 33.36846,-13.466563 + pos: -18.5,-3.5 parent: 2 -- proto: ClothingNeckCloakNanotrasen - entities: - - uid: 3050 + - uid: 1852 components: - type: Transform - pos: 4.4697094,14.717052 + pos: -18.5,-4.5 parent: 2 -- proto: ClothingNeckEngineermedal - entities: - - uid: 9100 + - uid: 1853 components: - type: Transform - pos: 55.348793,-15.414225 + pos: -19.5,-4.5 parent: 2 -- proto: ClothingNeckHeadphones - entities: - - uid: 2394 + - uid: 1857 components: - type: Transform - pos: -28.44328,21.72877 + pos: -20.5,-4.5 parent: 2 - - uid: 9252 + - uid: 1858 components: - type: Transform - pos: 16.539623,-44.539253 + pos: -21.5,-4.5 parent: 2 - - uid: 9605 + - uid: 1859 components: - type: Transform - pos: -4.4642844,-23.404097 + pos: -22.5,-4.5 parent: 2 -- proto: ClothingNeckLawyerbadge - entities: - - uid: 9597 + - uid: 1860 components: - type: Transform - pos: 2.5,37.5 + pos: -26.5,-4.5 parent: 2 -- proto: ClothingNeckLGBTPin - entities: - - uid: 8195 + - uid: 1861 components: - type: Transform - pos: 2.6020877,-21.379698 + pos: -27.5,-4.5 parent: 2 -- proto: ClothingNeckMedicalmedal - entities: - - uid: 9093 + - uid: 1862 components: - type: Transform - pos: -24.756418,-19.457933 + pos: -28.5,-4.5 parent: 2 -- proto: ClothingNeckScarfStripedBlack - entities: - - uid: 8060 + - uid: 1863 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.443258,14.559776 + pos: -29.5,-4.5 parent: 2 -- proto: ClothingNeckScarfStripedBlue - entities: - - uid: 8155 + - uid: 1864 components: - type: Transform - pos: -51.406834,-28.496784 + pos: -30.5,-4.5 parent: 2 -- proto: ClothingNeckScarfStripedOrange - entities: - - uid: 1438 + - uid: 1865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.463734,-6.5214977 + pos: -29.5,-5.5 parent: 2 - - uid: 1959 + - uid: 1866 components: - type: Transform - pos: -32.776043,-7.6117096 + pos: -29.5,-9.5 parent: 2 -- proto: ClothingNeckScarfStripedPurple - entities: - - uid: 1174 + - uid: 1867 components: - type: Transform - pos: 31.473715,-3.5284007 + pos: -29.5,-10.5 parent: 2 -- proto: ClothingNeckScarfStripedRed - entities: - - uid: 8052 + - uid: 1868 components: - type: Transform - pos: -33.197826,4.454718 + pos: -28.5,-10.5 parent: 2 -- proto: ClothingNeckScarfStripedZebra - entities: - - uid: 7789 + - uid: 1869 components: - type: Transform - pos: 1.2543312,-21.71789 + pos: -23.5,-10.5 parent: 2 -- proto: ClothingNeckSciencemedal - entities: - - uid: 9098 + - uid: 1870 components: - type: Transform - pos: 35.250965,9.5363035 + pos: -22.5,-10.5 parent: 2 -- proto: ClothingNeckSecuritymedal - entities: - - uid: 9091 + - uid: 1871 components: - type: Transform - pos: -37.35231,11.462542 + pos: -21.5,-10.5 parent: 2 -- proto: ClothingNeckStethoscope - entities: - - uid: 7984 + - uid: 1872 components: - type: Transform - pos: -18.617838,-8.200684 + pos: -21.5,-9.5 parent: 2 - - type: Stethoscope - actionEntity: 7985 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 7985 -- proto: ClothingNeckTieRed - entities: - - uid: 8201 + - uid: 1873 components: - type: Transform - pos: -4.5405684,-24.093561 + pos: -20.5,-9.5 parent: 2 -- proto: ClothingNeckTieSci - entities: - - uid: 9099 + - uid: 1874 components: - type: Transform - pos: 35.43779,9.508367 + pos: -19.5,-9.5 parent: 2 -- proto: ClothingOuterApronBar - entities: - - uid: 1630 + - uid: 1875 components: - type: Transform - pos: 19.461279,-29.41678 + pos: -18.5,-9.5 parent: 2 -- proto: ClothingOuterArmorBasicSlim - entities: - - uid: 6097 + - uid: 1876 components: - type: Transform - pos: 2.5,38.5 + pos: -19.5,-5.5 parent: 2 - - uid: 8039 + - uid: 1935 components: - type: Transform - pos: -33.62841,4.6105266 + pos: -30.5,-3.5 parent: 2 - - uid: 8057 + - uid: 1936 components: - type: Transform - pos: -13.734705,8.630609 + pos: -30.5,-2.5 parent: 2 - - uid: 9580 + - uid: 1937 components: - type: Transform - pos: -3.5,35.5 + pos: -31.5,-2.5 parent: 2 -- proto: ClothingOuterCoatJensen - entities: - - uid: 8046 + - uid: 1938 components: - type: Transform - pos: -41.366043,7.165116 + pos: -32.5,-2.5 parent: 2 - - uid: 8251 + - uid: 1939 components: - type: Transform - pos: -12.496769,-21.377604 + pos: -33.5,-2.5 parent: 2 -- proto: ClothingOuterCoatLab - entities: - - uid: 1917 + - uid: 1940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.533293,-5.3555365 + pos: -34.5,-2.5 parent: 2 - - uid: 7825 + - uid: 1941 components: - type: Transform - pos: 16.429207,2.8880806 + pos: -35.5,-2.5 parent: 2 -- proto: ClothingOuterHoodieBlack - entities: - - uid: 8198 + - uid: 1942 components: - type: Transform - pos: -4.5424094,-23.638472 + pos: -36.5,-2.5 parent: 2 -- proto: ClothingOuterVest - entities: - - uid: 9256 + - uid: 1943 components: - type: Transform - pos: 16.621819,-44.05593 + pos: -36.5,-3.5 parent: 2 -- proto: ClothingOuterVestHazard - entities: - - uid: 3036 + - uid: 1944 components: - type: Transform - pos: 15.406275,-6.461355 + pos: -36.5,-4.5 parent: 2 - - uid: 7917 + - uid: 1945 components: - type: Transform - pos: 46.509884,-4.1546497 + pos: -36.5,-5.5 parent: 2 -- proto: ClothingOuterWinterAtmos - entities: - - uid: 1437 + - uid: 1946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.57828,-20.530834 + pos: -36.5,-6.5 parent: 2 -- proto: ClothingOuterWinterCargo - entities: - - uid: 1086 + - uid: 1947 components: - type: Transform - pos: 16.602037,-3.3743298 + pos: -36.5,-7.5 parent: 2 -- proto: ClothingOuterWinterChem - entities: - - uid: 1958 + - uid: 1948 components: - type: Transform - pos: -34.415142,-3.3496494 + pos: -36.5,-8.5 parent: 2 -- proto: ClothingOuterWinterCoat - entities: - - uid: 8205 + - uid: 1949 components: - type: Transform - pos: 13.497653,-14.415368 + pos: -36.5,-9.5 parent: 2 - - uid: 8206 + - uid: 1950 components: - type: Transform - pos: 13.586199,-14.356371 + pos: -35.5,-9.5 parent: 2 -- proto: ClothingShoesBootsCowboyBrown - entities: - - uid: 9251 + - uid: 1951 components: - type: Transform - pos: -14.156767,-42.243355 + pos: -34.5,-9.5 parent: 2 -- proto: ClothingShoesBootsJack - entities: - - uid: 9257 + - uid: 1952 components: - type: Transform - pos: 14.835168,-44.739853 + pos: -33.5,-9.5 parent: 2 -- proto: ClothingShoesBootsLaceup - entities: - - uid: 7882 + - uid: 1953 components: - type: Transform - pos: -3.5494766,-21.377157 + pos: -32.5,-9.5 parent: 2 -- proto: ClothingShoesBootsSalvage - entities: - - uid: 1077 + - uid: 1954 components: - type: Transform - pos: 30.572256,-4.065982 + pos: -31.5,-9.5 parent: 2 -- proto: ClothingShoesBootsWinter - entities: - - uid: 8209 + - uid: 1955 components: - type: Transform - pos: 13.548805,-14.944964 + pos: -30.5,-9.5 parent: 2 -- proto: ClothingShoesBootsWork - entities: - - uid: 1181 + - uid: 1992 components: - type: Transform - pos: 18.594952,-4.1440086 + pos: -21.5,-11.5 parent: 2 - - uid: 8202 + - uid: 1993 components: - type: Transform - pos: 1.7325641,-21.994967 + pos: -21.5,-12.5 parent: 2 -- proto: ClothingShoesGraySkates - entities: - - uid: 9674 + - uid: 1994 components: - type: Transform - pos: -7.6470437,37.716984 + pos: -21.5,-13.5 parent: 2 -- proto: ClothingShoesLeather - entities: - - uid: 3110 + - uid: 1995 components: - type: Transform - pos: 2.5,38.5 + pos: -21.5,-14.5 parent: 2 - - uid: 7881 + - uid: 1996 components: - type: Transform - pos: -3.3137593,-21.557034 + pos: -22.5,-14.5 parent: 2 - - uid: 8725 + - uid: 1997 components: - type: Transform - pos: -54.462753,1.4370198 + pos: -22.5,-15.5 parent: 2 - - uid: 9426 + - uid: 1998 components: - type: Transform - pos: -3.5,35.5 + pos: -23.5,-15.5 parent: 2 -- proto: ClothingShoesTourist - entities: - - uid: 9255 + - uid: 1999 components: - type: Transform - pos: -15.510891,-44.6369 + pos: -25.5,-15.5 parent: 2 -- proto: ClothingUnderSocksBee - entities: - - uid: 8197 + - uid: 2000 components: - type: Transform - pos: -16.115301,-44.55366 + pos: -26.5,-15.5 parent: 2 -- proto: ClothingUniformJumpskirtOfLife - entities: - - uid: 6106 + - uid: 2001 components: - type: Transform - pos: -17.687202,-3.4212341 + pos: -27.5,-15.5 parent: 2 -- proto: ClothingUniformJumpsuitAtmosCasual - entities: - - uid: 1434 + - uid: 2002 components: - type: Transform - pos: 47.177013,-16.460037 + pos: -28.5,-15.5 parent: 2 -- proto: ClothingUniformJumpsuitBartender - entities: - - uid: 8196 + - uid: 2003 components: - type: Transform - pos: 1.8051796,-21.497692 + pos: -29.5,-15.5 parent: 2 -- proto: ClothingUniformJumpsuitBoilersuitNTNavy - entities: - - uid: 9551 + - uid: 2004 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.51085,5.6900797 + pos: -29.5,-14.5 parent: 2 -- proto: ClothingUniformJumpsuitDetective - entities: - - uid: 8200 + - uid: 2005 components: - type: Transform - pos: -4.5424094,-23.841597 + pos: -29.5,-13.5 parent: 2 -- proto: ClothingUniformJumpsuitDetectiveGrey - entities: - - uid: 9254 + - uid: 2006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.580727,-43.57428 + pos: -29.5,-12.5 parent: 2 -- proto: ClothingUniformJumpsuitEngineeringHazard - entities: - - uid: 1414 + - uid: 2007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.40804,-5.472828 + pos: -28.5,-12.5 parent: 2 -- proto: ClothingUniformJumpsuitLawyerBlack - entities: - - uid: 8199 + - uid: 2008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.3364525,-21.556688 + pos: -28.5,-11.5 parent: 2 -- proto: ClothingUniformJumpsuitLoungewear - entities: - - uid: 9102 + - uid: 2015 components: - type: Transform - pos: -16.568426,-44.475536 + pos: 8.5,21.5 parent: 2 -- proto: ClothingUniformJumpsuitPirate - entities: - - uid: 8600 + - uid: 2020 components: - type: Transform - pos: -40.3535,-13.59006 + pos: -22.5,-16.5 parent: 2 -- proto: ClothingUniformJumpsuitSecBlue - entities: - - uid: 2295 + - uid: 2021 components: - type: Transform - pos: -33.715607,8.613878 + pos: -21.5,-16.5 parent: 2 -- proto: ClothingUniformJumpsuitSecGrey - entities: - - uid: 8030 + - uid: 2022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.499355,4.5137906 + pos: -21.5,-17.5 parent: 2 -- proto: Cobweb1 - entities: - - uid: 9488 + - uid: 2023 components: - type: Transform - pos: 36.5,-14.5 + pos: -21.5,-18.5 parent: 2 -- proto: Cobweb2 - entities: - - uid: 9491 + - uid: 2024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,3.5 + pos: -21.5,-19.5 parent: 2 -- proto: ComfyChair - entities: - - uid: 367 + - uid: 2025 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-10.5 + pos: -22.5,-19.5 parent: 2 - - uid: 369 + - uid: 2026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-22.5 + pos: -22.5,-20.5 parent: 2 - - uid: 379 + - uid: 2027 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-18.5 + pos: -23.5,-20.5 parent: 2 - - uid: 387 + - uid: 2028 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-22.5 + pos: -24.5,-20.5 parent: 2 - - uid: 388 + - uid: 2029 components: - type: Transform - pos: -12.5,-20.5 + pos: -25.5,-20.5 parent: 2 - - uid: 390 + - uid: 2030 components: - type: Transform - pos: -12.5,-10.5 + pos: -26.5,-20.5 parent: 2 - - uid: 391 + - uid: 2031 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-12.5 + pos: -27.5,-20.5 parent: 2 - - uid: 399 + - uid: 2032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-20.5 + pos: -27.5,-19.5 parent: 2 - - uid: 403 + - uid: 2033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-12.5 + pos: -28.5,-19.5 parent: 2 - - uid: 1004 + - uid: 2034 components: - type: Transform - pos: 33.5,-10.5 + pos: -28.5,-18.5 parent: 2 - - uid: 1006 + - uid: 2035 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-13.5 + pos: -28.5,-17.5 parent: 2 - - uid: 1007 + - uid: 2036 components: - type: Transform - pos: 19.5,-11.5 + pos: -28.5,-16.5 parent: 2 - - uid: 1069 + - uid: 2099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-11.5 + pos: -37.5,1.5 parent: 2 - - uid: 1188 + - uid: 2107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,8.5 + pos: -36.5,1.5 parent: 2 - - uid: 1232 + - uid: 2124 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,8.5 + pos: -29.5,22.5 parent: 2 - - uid: 1263 + - uid: 2129 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,9.5 + pos: -18.5,19.5 parent: 2 - - uid: 1264 + - uid: 2130 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,8.5 + pos: -29.5,19.5 parent: 2 - - uid: 1265 + - uid: 2157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,9.5 + pos: -17.5,3.5 parent: 2 - - uid: 1266 + - uid: 2158 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,8.5 + pos: -16.5,3.5 parent: 2 - - uid: 1473 + - uid: 2159 components: - type: Transform - pos: 56.5,-10.5 + pos: -15.5,3.5 parent: 2 - - uid: 1475 + - uid: 2160 components: - type: Transform - rot: 3.141592653589793 rad - pos: 60.5,-15.5 + pos: -14.5,3.5 parent: 2 - - uid: 1636 + - uid: 2161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-36.5 + pos: -14.5,4.5 parent: 2 - - uid: 1638 + - uid: 2162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-36.5 + pos: -13.5,4.5 parent: 2 - - uid: 1642 + - uid: 2163 components: - type: Transform - pos: 13.5,-28.5 + pos: -12.5,4.5 parent: 2 - - uid: 1968 + - uid: 2164 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-5.5 + pos: -12.5,5.5 parent: 2 - - uid: 1969 + - uid: 2165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-5.5 + pos: -12.5,6.5 parent: 2 - - uid: 1970 + - uid: 2166 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-9.5 + pos: -12.5,7.5 parent: 2 - - uid: 1971 + - uid: 2167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-8.5 + pos: -12.5,8.5 parent: 2 - - uid: 1972 + - uid: 2168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-9.5 + pos: -12.5,9.5 parent: 2 - - uid: 1985 + - uid: 2169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-12.5 + pos: -13.5,9.5 parent: 2 - - uid: 1986 + - uid: 2170 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-12.5 + pos: -14.5,9.5 parent: 2 - - uid: 2010 + - uid: 2171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-17.5 + pos: -15.5,9.5 parent: 2 - - uid: 2011 + - uid: 2172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-17.5 + pos: -16.5,9.5 parent: 2 - - uid: 2313 + - uid: 2173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,7.5 + pos: -17.5,9.5 parent: 2 - - uid: 2314 + - uid: 2174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,11.5 + pos: -18.5,9.5 parent: 2 - - uid: 2315 + - uid: 2175 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,11.5 + pos: -18.5,10.5 parent: 2 - - uid: 2348 + - uid: 2176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,12.5 + pos: -19.5,10.5 parent: 2 - - uid: 2351 + - uid: 2183 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,10.5 + pos: -17.5,4.5 parent: 2 - - uid: 2456 + - uid: 2186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-12.5 + pos: -35.5,1.5 parent: 2 - - uid: 2457 + - uid: 2187 components: - type: Transform - pos: -51.5,-9.5 + pos: -34.5,1.5 parent: 2 - - uid: 2458 + - uid: 2188 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-13.5 + pos: -33.5,1.5 parent: 2 - - uid: 2459 + - uid: 2191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-10.5 + pos: -30.5,1.5 parent: 2 - - uid: 2460 + - uid: 2194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-10.5 + pos: -27.5,1.5 parent: 2 - - uid: 2462 + - uid: 2195 components: - type: Transform - pos: -53.5,-9.5 + pos: -27.5,2.5 parent: 2 - - uid: 2463 + - uid: 2196 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-13.5 + pos: -27.5,3.5 parent: 2 - - uid: 2531 + - uid: 2200 components: - type: Transform - pos: -53.5,-1.5 + pos: -31.5,3.5 parent: 2 - - uid: 2534 + - uid: 2201 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-3.5 + pos: -32.5,3.5 parent: 2 - - uid: 2589 + - uid: 2202 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,4.5 + pos: -33.5,3.5 parent: 2 - - uid: 2690 + - uid: 2203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-19.5 + pos: -33.5,2.5 parent: 2 - - uid: 2761 + - uid: 2204 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-27.5 + pos: -37.5,2.5 parent: 2 - - uid: 2762 + - uid: 2205 components: - type: Transform - pos: -55.5,-25.5 + pos: -37.5,3.5 parent: 2 - - uid: 7616 + - uid: 2206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-43.5 + pos: -38.5,3.5 parent: 2 - - uid: 7617 + - uid: 2207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-43.5 + pos: -39.5,3.5 parent: 2 - - uid: 7618 + - uid: 2208 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-48.5 + pos: -40.5,3.5 parent: 2 - - uid: 7619 + - uid: 2209 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-48.5 + pos: -41.5,3.5 parent: 2 - - uid: 7620 + - uid: 2210 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-48.5 + pos: -41.5,4.5 parent: 2 - - uid: 7621 + - uid: 2211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-48.5 + pos: -41.5,5.5 parent: 2 - - uid: 8164 + - uid: 2212 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-19.5 + pos: -42.5,5.5 parent: 2 - - uid: 8165 + - uid: 2213 components: - type: Transform - pos: -42.5,-17.5 + pos: -42.5,6.5 parent: 2 - - uid: 9475 + - uid: 2214 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-12.5 + pos: -42.5,7.5 parent: 2 -- proto: ComputerAlert - entities: - - uid: 1462 + - uid: 2215 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-14.5 + pos: -42.5,8.5 parent: 2 - - uid: 1809 + - uid: 2216 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-2.5 + pos: -42.5,9.5 parent: 2 -- proto: ComputerBroken - entities: - - uid: 1463 + - uid: 2217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,-14.5 + pos: -41.5,9.5 parent: 2 -- proto: ComputerCargoShuttle - entities: - - uid: 949 + - uid: 2218 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-13.5 + pos: -40.5,9.5 parent: 2 -- proto: ComputerCriminalRecords - entities: - - uid: 2156 + - uid: 2219 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,10.5 + pos: -39.5,9.5 parent: 2 - - uid: 2316 + - uid: 2220 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,14.5 + pos: -38.5,9.5 parent: 2 - - uid: 2695 + - uid: 2221 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-20.5 + pos: -37.5,9.5 parent: 2 - - uid: 8036 + - uid: 2222 components: - type: Transform - pos: -22.5,13.5 + pos: -36.5,9.5 parent: 2 -- proto: ComputerId - entities: - - uid: 2581 + - uid: 2223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-1.5 + pos: -35.5,9.5 parent: 2 - - uid: 2692 + - uid: 2224 components: - type: Transform - pos: -49.5,-18.5 + pos: -34.5,9.5 parent: 2 -- proto: ComputerMedicalRecords - entities: - - uid: 1987 + - uid: 2225 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-13.5 + pos: -33.5,9.5 parent: 2 - - uid: 2538 + - uid: 2226 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-3.5 + pos: -32.5,9.5 parent: 2 - - uid: 2697 + - uid: 2227 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-22.5 + pos: -31.5,9.5 parent: 2 -- proto: ComputerPalletConsole - entities: - - uid: 1080 + - uid: 2228 components: - type: Transform - pos: 21.5,-5.5 + pos: -37.5,8.5 parent: 2 -- proto: ComputerResearchAndDevelopment - entities: - - uid: 1261 + - uid: 2229 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,4.5 + pos: -38.5,6.5 parent: 2 -- proto: ComputerStationRecords - entities: - - uid: 1049 + - uid: 2230 components: - type: Transform - pos: 28.5,-11.5 + pos: -37.5,6.5 parent: 2 - - uid: 1186 + - uid: 2231 components: - type: Transform - pos: 31.5,9.5 + pos: -31.5,4.5 parent: 2 - - uid: 1471 + - uid: 2235 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-12.5 + pos: -21.5,3.5 parent: 2 - - uid: 1988 + - uid: 2236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-12.5 + pos: -21.5,2.5 parent: 2 - - uid: 2152 + - uid: 2237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,7.5 + pos: -21.5,1.5 parent: 2 - - uid: 2278 + - uid: 2238 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,10.5 + pos: -20.5,3.5 parent: 2 - - uid: 2317 + - uid: 2240 components: - type: Transform - pos: -32.5,15.5 + pos: -18.5,1.5 parent: 2 - - uid: 2535 + - uid: 2242 components: - type: Transform - pos: -49.5,-1.5 + pos: -28.5,3.5 parent: 2 - - uid: 2696 + - uid: 2243 components: - type: Transform - pos: -48.5,-18.5 + pos: -15.5,1.5 parent: 2 -- proto: ComputerSurveillanceCameraMonitor - entities: - - uid: 1804 + - uid: 2244 components: - type: Transform - pos: -1.5,1.5 + pos: -14.5,1.5 parent: 2 -- proto: ComputerTabletopAlert - entities: - - uid: 9464 + - uid: 2245 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-18.5 + pos: -13.5,1.5 parent: 2 -- proto: ComputerTabletopCrewMonitoring - entities: - - uid: 8636 + - uid: 2246 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,0.5 + pos: -12.5,1.5 parent: 2 -- proto: ComputerTabletopCriminalRecords - entities: - - uid: 8272 + - uid: 2247 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-4.5 + pos: -12.5,2.5 parent: 2 -- proto: ComputerTabletopMedicalRecords - entities: - - uid: 9422 + - uid: 2248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-7.5 + pos: -11.5,2.5 parent: 2 -- proto: ComputerTabletopSurveillanceCameraMonitor - entities: - - uid: 6122 + - uid: 2255 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-18.5 + pos: -25.5,22.5 parent: 2 -- proto: ComputerTelevision - entities: - - uid: 1981 + - uid: 2258 components: - type: Transform - pos: -22.5,-5.5 + pos: -19.5,14.5 parent: 2 - - uid: 2542 + - uid: 2260 components: - type: Transform - pos: -54.5,-7.5 + pos: -20.5,18.5 parent: 2 -- proto: ConveyorBelt - entities: - - uid: 3099 + - uid: 2261 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,31.5 + pos: -23.5,18.5 parent: 2 - - type: DeviceLinkSink - links: - - 8256 - - uid: 7974 + - uid: 2263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,31.5 + pos: -24.5,14.5 parent: 2 - - type: DeviceLinkSink - links: - - 8256 - - uid: 8263 + - uid: 2264 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,29.5 + pos: -25.5,14.5 parent: 2 - - type: DeviceLinkSink - links: - - 8256 - - uid: 8264 + - uid: 2265 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,30.5 + pos: -26.5,14.5 parent: 2 - - type: DeviceLinkSink - links: - - 8256 - - uid: 9575 + - uid: 2267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,31.5 + pos: -28.5,14.5 parent: 2 - - type: DeviceLinkSink - links: - - 8256 - - uid: 9576 + - uid: 2268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,31.5 + pos: -29.5,14.5 parent: 2 - - type: DeviceLinkSink - links: - - 8256 -- proto: CrateEmptySpawner - entities: - - uid: 8562 + - uid: 2283 components: - type: Transform - pos: 36.5,-14.5 + pos: -13.5,10.5 parent: 2 - - uid: 8563 + - uid: 2284 components: - type: Transform - pos: 36.5,-15.5 + pos: -13.5,11.5 parent: 2 - - uid: 8565 + - uid: 2285 components: - type: Transform - pos: 40.5,-14.5 + pos: -13.5,12.5 parent: 2 - - uid: 8566 + - uid: 2286 components: - type: Transform - pos: 40.5,-15.5 + pos: -13.5,13.5 parent: 2 - - uid: 8568 + - uid: 2287 components: - type: Transform - pos: -3.5,28.5 + pos: -14.5,13.5 parent: 2 -- proto: CrateEngineeringSecure - entities: - - uid: 1539 + - uid: 2288 components: - type: Transform - pos: 51.5,-14.5 + pos: -14.5,14.5 parent: 2 -- proto: CrateFilledSpawner - entities: - - uid: 8564 + - uid: 2289 components: - type: Transform - pos: 39.5,-15.5 + pos: -14.5,15.5 parent: 2 -- proto: Crowbar - entities: - - uid: 8635 + - uid: 2293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.06224,-12.523144 + pos: -18.5,15.5 parent: 2 - - uid: 9276 + - uid: 2294 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.4355073,1.4747186 + pos: -18.5,14.5 parent: 2 -- proto: CrowbarRed - entities: - - uid: 8212 + - uid: 2303 components: - type: Transform - pos: 13.707076,-18.524755 + pos: -30.5,9.5 parent: 2 -- proto: CurtainsBlack - entities: - - uid: 9559 + - uid: 2304 components: - type: Transform - pos: 54.5,1.5 + pos: -30.5,10.5 parent: 2 - - uid: 9560 + - uid: 2305 components: - type: Transform - pos: 54.5,2.5 + pos: -29.5,10.5 parent: 2 - - uid: 9561 + - uid: 2307 components: - type: Transform - pos: 54.5,0.5 + pos: -23.5,14.5 parent: 2 -- proto: d6Dice - entities: - - uid: 8078 + - uid: 2323 components: - type: Transform - pos: -42.255898,11.747769 + pos: -36.5,10.5 parent: 2 - - uid: 8079 + - uid: 2324 components: - type: Transform - pos: -42.34444,11.511781 + pos: -36.5,11.5 parent: 2 - - uid: 8217 + - uid: 2325 components: - type: Transform - pos: -16.548565,-15.240736 + pos: -36.5,13.5 parent: 2 -- proto: DebugGenerator - entities: - - uid: 9626 + - uid: 2326 components: - type: Transform - pos: 7.5,38.5 + pos: -36.5,14.5 parent: 2 -- proto: DebugSMES - entities: - - uid: 9625 + - uid: 2327 components: - type: Transform - pos: 7.5,35.5 + pos: -35.5,14.5 parent: 2 -- proto: DeployableBarrier - entities: - - uid: 9170 + - uid: 2329 components: - type: Transform - pos: 2.5,0.5 + pos: -29.5,15.5 parent: 2 -- proto: DisposalBend - entities: - - uid: 3073 + - uid: 2333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,26.5 + pos: -32.5,16.5 parent: 2 - - uid: 5707 + - uid: 2334 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,26.5 + pos: -31.5,15.5 parent: 2 - - uid: 5716 + - uid: 2336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,22.5 + pos: -30.5,15.5 parent: 2 - - uid: 5719 + - uid: 2339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,22.5 + pos: -31.5,16.5 parent: 2 - - uid: 5744 + - uid: 2368 components: - type: Transform - pos: 5.5,4.5 + pos: -43.5,9.5 parent: 2 - - uid: 5747 + - uid: 2369 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,0.5 + pos: -43.5,13.5 parent: 2 - - uid: 5809 + - uid: 2370 components: - type: Transform - pos: 43.5,-0.5 + pos: -42.5,13.5 parent: 2 - - uid: 5822 + - uid: 2371 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-8.5 + pos: -42.5,14.5 parent: 2 - - uid: 5828 + - uid: 2372 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,4.5 + pos: -42.5,15.5 parent: 2 - - uid: 5833 + - uid: 2373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-0.5 + pos: -41.5,15.5 parent: 2 - - uid: 5863 + - uid: 2374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,9.5 + pos: -40.5,15.5 parent: 2 - - uid: 5877 + - uid: 2375 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-9.5 + pos: -39.5,15.5 parent: 2 - - uid: 5896 + - uid: 2376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-0.5 + pos: -38.5,15.5 parent: 2 - - uid: 5905 + - uid: 2377 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-9.5 + pos: -38.5,14.5 parent: 2 - - uid: 5920 + - uid: 2378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-5.5 + pos: -37.5,14.5 parent: 2 - - uid: 5921 + - uid: 2380 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-5.5 + pos: -18.5,16.5 parent: 2 - - uid: 5949 + - uid: 2381 components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-16.5 + - type: Transform + pos: -18.5,17.5 parent: 2 - - uid: 5972 + - uid: 2382 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-32.5 + pos: -18.5,18.5 parent: 2 - - uid: 5973 + - uid: 2383 components: - type: Transform - pos: 0.5,-31.5 + pos: -29.5,16.5 parent: 2 - - uid: 5982 + - uid: 2384 components: - type: Transform - pos: 9.5,-32.5 + pos: -29.5,17.5 parent: 2 - - uid: 5983 + - uid: 2385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-33.5 + pos: -29.5,18.5 parent: 2 - - uid: 6034 + - uid: 2386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-67.5 + pos: -28.5,18.5 parent: 2 - - uid: 6064 + - uid: 2389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-67.5 + pos: -25.5,18.5 parent: 2 - - uid: 6065 + - uid: 2392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-46.5 + pos: -22.5,18.5 parent: 2 - - uid: 8894 + - uid: 2395 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,-42.5 + pos: -19.5,18.5 parent: 2 - - uid: 9333 + - uid: 2406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-39.5 + pos: -29.5,21.5 parent: 2 - - uid: 9353 + - uid: 2407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-39.5 + pos: -29.5,20.5 parent: 2 - - uid: 9354 + - uid: 2409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-32.5 + pos: -19.5,22.5 parent: 2 - - uid: 9355 + - uid: 2412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-32.5 + pos: -21.5,18.5 parent: 2 - - uid: 9356 + - uid: 2413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-31.5 + pos: -24.5,18.5 parent: 2 - - uid: 9357 + - uid: 2416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-42.5 + pos: -26.5,18.5 parent: 2 - - uid: 9358 + - uid: 2417 components: - type: Transform - pos: 13.5,-39.5 + pos: -15.5,2.5 parent: 2 -- proto: DisposalJunction - entities: - - uid: 5745 + - uid: 2430 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-0.5 + pos: -37.5,-2.5 parent: 2 - - uid: 5769 + - uid: 2431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-0.5 + pos: -38.5,-2.5 parent: 2 - - uid: 5850 + - uid: 2432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-0.5 + pos: -39.5,-2.5 parent: 2 - - uid: 5957 + - uid: 2433 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-24.5 + pos: -40.5,-2.5 parent: 2 - - uid: 5984 + - uid: 2434 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-33.5 + pos: -41.5,-2.5 parent: 2 - - uid: 8193 + - uid: 2435 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-39.5 + pos: -41.5,-3.5 parent: 2 -- proto: DisposalJunctionFlipped - entities: - - uid: 5712 + - uid: 2436 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,23.5 + pos: -41.5,-4.5 parent: 2 - - uid: 5746 + - uid: 2437 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,0.5 + pos: -41.5,-5.5 parent: 2 - - uid: 5780 + - uid: 2438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-0.5 + pos: -41.5,-6.5 parent: 2 - - uid: 5849 + - uid: 2439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-0.5 + pos: -41.5,-7.5 parent: 2 - - uid: 5931 + - uid: 2441 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-16.5 + pos: -41.5,-9.5 parent: 2 - - uid: 5999 + - uid: 2443 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-46.5 + pos: -39.5,1.5 parent: 2 - - uid: 6001 + - uid: 2444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-46.5 + pos: -40.5,1.5 parent: 2 -- proto: DisposalPipe - entities: - - uid: 5697 + - uid: 2445 components: - type: Transform - pos: 3.5,27.5 + pos: -41.5,1.5 parent: 2 - - uid: 5710 + - uid: 2446 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,25.5 + pos: -42.5,1.5 parent: 2 - - uid: 5711 + - uid: 2447 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,24.5 + pos: -43.5,1.5 parent: 2 - - uid: 5717 + - uid: 2448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,22.5 + pos: -44.5,1.5 parent: 2 - - uid: 5718 + - uid: 2465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,22.5 + pos: -47.5,-8.5 parent: 2 - - uid: 5720 + - uid: 2466 components: - type: Transform - pos: -0.5,21.5 + pos: -48.5,-8.5 parent: 2 - - uid: 5721 + - uid: 2467 components: - type: Transform - pos: -0.5,20.5 + pos: -49.5,-8.5 parent: 2 - - uid: 5722 + - uid: 2468 components: - type: Transform - pos: -0.5,19.5 + pos: -49.5,-14.5 parent: 2 - - uid: 5723 + - uid: 2469 components: - type: Transform - pos: -0.5,18.5 + pos: -48.5,-14.5 parent: 2 - - uid: 5724 + - uid: 2470 components: - type: Transform - pos: -0.5,17.5 + pos: -47.5,-14.5 parent: 2 - - uid: 5725 + - uid: 2471 components: - type: Transform - pos: -0.5,16.5 + pos: -49.5,-7.5 parent: 2 - - uid: 5726 + - uid: 2472 components: - type: Transform - pos: -0.5,15.5 + pos: -50.5,-7.5 parent: 2 - - uid: 5727 + - uid: 2473 components: - type: Transform - pos: -0.5,14.5 + pos: -55.5,-7.5 parent: 2 - - uid: 5728 + - uid: 2474 components: - type: Transform - pos: -0.5,13.5 + pos: -56.5,-7.5 parent: 2 - - uid: 5729 + - uid: 2476 components: - type: Transform - pos: -0.5,12.5 + pos: -58.5,-9.5 parent: 2 - - uid: 5730 + - uid: 2477 components: - type: Transform - pos: -0.5,11.5 + pos: -58.5,-8.5 parent: 2 - - uid: 5731 + - uid: 2481 components: - type: Transform - pos: -0.5,10.5 + pos: -56.5,-15.5 parent: 2 - - uid: 5732 + - uid: 2482 components: - type: Transform - pos: -0.5,9.5 + pos: -55.5,-15.5 parent: 2 - - uid: 5733 + - uid: 2483 components: - type: Transform - pos: -0.5,8.5 + pos: -49.5,-15.5 parent: 2 - - uid: 5734 + - uid: 2484 components: - type: Transform - pos: -0.5,7.5 + pos: -50.5,-15.5 parent: 2 - - uid: 5735 + - uid: 2485 components: - type: Transform - pos: -0.5,6.5 + pos: -50.5,-16.5 parent: 2 - - uid: 5736 + - uid: 2488 components: - type: Transform - pos: -0.5,5.5 + pos: -54.5,-16.5 parent: 2 - - uid: 5739 + - uid: 2489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,4.5 + pos: -55.5,-16.5 parent: 2 - - uid: 5740 + - uid: 2490 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,4.5 + pos: -55.5,-6.5 parent: 2 - - uid: 5741 + - uid: 2491 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,4.5 + pos: -54.5,-6.5 parent: 2 - - uid: 5742 + - uid: 2492 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,4.5 + pos: -50.5,-6.5 parent: 2 - - uid: 5743 + - uid: 2511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,4.5 + pos: -58.5,-14.5 parent: 2 - - uid: 5748 + - uid: 2512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 876 + pos: -58.5,-13.5 + parent: 2 + - uid: 2517 components: - type: Transform - pos: 3.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 877 + pos: -59.5,-13.5 + parent: 2 + - uid: 2519 components: - type: Transform - pos: 3.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 878 + pos: -59.5,-11.5 + parent: 2 + - uid: 2521 components: - type: Transform - pos: 3.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 879 + pos: -59.5,-9.5 + parent: 2 + - uid: 2546 components: - type: Transform - pos: 3.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 880 + pos: -47.5,-15.5 + parent: 2 + - uid: 2547 components: - type: Transform - pos: 3.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 881 + pos: -46.5,-15.5 + parent: 2 + - uid: 2548 components: - type: Transform - pos: 3.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 882 + pos: -45.5,-15.5 + parent: 2 + - uid: 2549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 883 + pos: -47.5,-7.5 + parent: 2 + - uid: 2550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 884 + pos: -46.5,-7.5 + parent: 2 + - uid: 2551 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 885 + pos: -45.5,-7.5 + parent: 2 + - uid: 2553 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 886 + pos: -50.5,-5.5 + parent: 2 + - uid: 2554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 887 + pos: -49.5,-5.5 + parent: 2 + - uid: 2555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 888 + pos: -48.5,-5.5 + parent: 2 + - uid: 2556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 889 + pos: -47.5,-5.5 + parent: 2 + - uid: 2557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 890 + pos: -47.5,-4.5 + parent: 2 + - uid: 2558 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 901 + pos: -47.5,-1.5 + parent: 2 + - uid: 2559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 902 + pos: -47.5,-2.5 + parent: 2 + - uid: 2561 components: - type: Transform - pos: 9.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 903 + pos: -47.5,-0.5 + parent: 2 + - uid: 2562 components: - type: Transform - pos: 9.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 904 + pos: -48.5,-0.5 + parent: 2 + - uid: 2563 components: - type: Transform - pos: 9.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 905 + pos: -49.5,-0.5 + parent: 2 + - uid: 2564 components: - type: Transform - pos: 9.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 906 + pos: -49.5,0.5 + parent: 2 + - uid: 2565 components: - type: Transform - pos: 9.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 907 + pos: -50.5,0.5 + parent: 2 + - uid: 2566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 908 + pos: -51.5,0.5 + parent: 2 + - uid: 2567 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 909 + pos: -52.5,0.5 + parent: 2 + - uid: 2568 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 910 + pos: -54.5,0.5 + parent: 2 + - uid: 2569 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-0.5 + pos: -55.5,0.5 parent: 2 - - uid: 5758 + - uid: 2570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-0.5 + pos: -56.5,0.5 parent: 2 - - uid: 5759 + - uid: 2575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-0.5 + pos: -56.5,-4.5 parent: 2 - - uid: 5760 + - uid: 2576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-0.5 + pos: -56.5,-5.5 parent: 2 - - uid: 5761 + - uid: 2577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-0.5 + pos: -55.5,-5.5 parent: 2 - - uid: 5762 + - uid: 2586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-0.5 + pos: 9.5,25.5 parent: 2 - - uid: 5763 + - uid: 2587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-0.5 + pos: 8.5,23.5 parent: 2 - - uid: 5764 + - uid: 2588 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-0.5 + pos: 6.5,23.5 parent: 2 - - uid: 5765 + - uid: 2592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-0.5 + pos: -50.5,6.5 parent: 2 - - uid: 5766 + - uid: 2593 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-0.5 + pos: -49.5,6.5 parent: 2 - - uid: 5767 + - uid: 2594 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-0.5 + pos: -49.5,5.5 parent: 2 - - uid: 5768 + - uid: 2595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-0.5 + pos: -48.5,5.5 parent: 2 - - uid: 5770 + - uid: 2596 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-0.5 + pos: -47.5,5.5 parent: 2 - - uid: 5771 + - uid: 2597 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,0.5 + pos: -47.5,4.5 parent: 2 - - uid: 5772 + - uid: 2598 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,1.5 + pos: -47.5,3.5 parent: 2 - - uid: 5773 + - uid: 2599 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,2.5 + pos: -47.5,2.5 parent: 2 - - uid: 5774 + - uid: 2600 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,3.5 + pos: -47.5,1.5 parent: 2 - - uid: 5775 + - uid: 2601 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,4.5 + pos: -48.5,1.5 parent: 2 - - uid: 5776 + - uid: 2602 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,5.5 + pos: -49.5,1.5 parent: 2 - - uid: 5777 + - uid: 2603 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,6.5 + pos: -56.5,1.5 parent: 2 - - uid: 5778 + - uid: 2606 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,7.5 + pos: -56.5,4.5 parent: 2 - - uid: 5782 + - uid: 2607 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-1.5 + pos: -56.5,5.5 parent: 2 - - uid: 5783 + - uid: 2608 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-2.5 + pos: -55.5,5.5 parent: 2 - - uid: 5784 + - uid: 2609 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-3.5 + pos: -55.5,6.5 parent: 2 - - uid: 5785 + - uid: 2610 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-4.5 + pos: -54.5,6.5 parent: 2 - - uid: 5786 + - uid: 2679 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-5.5 + pos: -47.5,-3.5 parent: 2 - - uid: 5787 + - uid: 2682 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-6.5 + pos: -45.5,-0.5 parent: 2 - - uid: 5788 + - uid: 2683 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-7.5 + pos: -45.5,-1.5 parent: 2 - - uid: 5789 + - uid: 2684 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-8.5 + pos: -45.5,-2.5 parent: 2 - - uid: 5790 + - uid: 2685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-0.5 + pos: -45.5,-3.5 parent: 2 - - uid: 5791 + - uid: 2686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-0.5 + pos: -45.5,-4.5 parent: 2 - - uid: 5792 + - uid: 2687 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-0.5 + pos: -45.5,-5.5 parent: 2 - - uid: 5793 + - uid: 2702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,-0.5 + pos: -55.5,-17.5 parent: 2 - - uid: 5794 + - uid: 2703 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-0.5 + pos: -56.5,-17.5 parent: 2 - - uid: 5795 + - uid: 2704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-0.5 + pos: -50.5,-17.5 parent: 2 - - uid: 5796 + - uid: 2705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,-0.5 + pos: -49.5,-17.5 parent: 2 - - uid: 5797 + - uid: 2706 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,-0.5 + pos: -48.5,-17.5 parent: 2 - - uid: 5798 + - uid: 2707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,-0.5 + pos: -47.5,-17.5 parent: 2 - - uid: 5799 + - uid: 2708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-0.5 + pos: -47.5,-18.5 parent: 2 - - uid: 5800 + - uid: 2709 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-0.5 + pos: -47.5,-19.5 parent: 2 - - uid: 5801 + - uid: 2710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-0.5 + pos: -47.5,-20.5 parent: 2 - - uid: 5802 + - uid: 2711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-0.5 + pos: -47.5,-21.5 parent: 2 - - uid: 5803 + - uid: 2712 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-0.5 + pos: -47.5,-22.5 parent: 2 - - uid: 5804 + - uid: 2713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-0.5 + pos: -48.5,-22.5 parent: 2 - - uid: 5805 + - uid: 2714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-0.5 + pos: -49.5,-22.5 parent: 2 - - uid: 5806 + - uid: 2716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-0.5 + pos: -50.5,-23.5 parent: 2 - - uid: 5807 + - uid: 2717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-0.5 + pos: -51.5,-23.5 parent: 2 - - uid: 5808 + - uid: 2718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-0.5 + pos: -52.5,-23.5 parent: 2 - - uid: 5810 + - uid: 2719 components: - type: Transform - pos: 43.5,-1.5 + pos: -54.5,-23.5 parent: 2 - - uid: 5811 + - uid: 2720 components: - type: Transform - pos: 43.5,-2.5 + pos: -55.5,-23.5 parent: 2 - - uid: 5812 + - uid: 2721 components: - type: Transform - pos: 43.5,-3.5 + pos: -56.5,-23.5 parent: 2 - - uid: 5813 + - uid: 2723 components: - type: Transform - pos: 43.5,-4.5 + pos: -56.5,-19.5 parent: 2 - - uid: 5814 + - uid: 2724 components: - type: Transform - pos: 43.5,-5.5 + pos: -56.5,-21.5 parent: 2 - - uid: 5815 + - uid: 2730 components: - type: Transform - pos: 43.5,-6.5 + pos: -49.5,-23.5 parent: 2 - - uid: 5816 + - uid: 2731 components: - type: Transform - pos: 43.5,-7.5 + pos: -49.5,-24.5 parent: 2 - - uid: 5818 + - uid: 2732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-8.5 + pos: -48.5,-24.5 parent: 2 - - uid: 5819 + - uid: 2733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-8.5 + pos: -47.5,-24.5 parent: 2 - - uid: 5820 + - uid: 2734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-8.5 + pos: -47.5,-25.5 parent: 2 - - uid: 5821 + - uid: 2735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-8.5 + pos: -47.5,-26.5 parent: 2 - - uid: 5823 + - uid: 2736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,4.5 + pos: -47.5,-27.5 parent: 2 - - uid: 5824 + - uid: 2737 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,4.5 + pos: -47.5,-28.5 parent: 2 - - uid: 5825 + - uid: 2738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,4.5 + pos: -48.5,-28.5 parent: 2 - - uid: 5826 + - uid: 2739 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,4.5 + pos: -49.5,-28.5 parent: 2 - - uid: 5827 + - uid: 2740 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,4.5 + pos: -49.5,-29.5 parent: 2 - - uid: 5829 + - uid: 2741 components: - type: Transform - pos: -6.5,3.5 + pos: -50.5,-29.5 parent: 2 - - uid: 5830 + - uid: 2743 components: - type: Transform - pos: -6.5,2.5 + pos: -52.5,-29.5 parent: 2 - - uid: 5831 + - uid: 2745 components: - type: Transform - pos: -6.5,1.5 + pos: -54.5,-29.5 parent: 2 - - uid: 5832 + - uid: 2746 components: - type: Transform - pos: -6.5,0.5 + pos: -55.5,-29.5 parent: 2 - - uid: 5834 + - uid: 2747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-0.5 + pos: -55.5,-28.5 parent: 2 - - uid: 5835 + - uid: 2748 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-0.5 + pos: -56.5,-28.5 parent: 2 - - uid: 5836 + - uid: 2752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-0.5 + pos: -56.5,-24.5 parent: 2 - - uid: 5837 + - uid: 2760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-0.5 + pos: 7.5,23.5 parent: 2 - - uid: 5838 + - uid: 2823 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-0.5 + pos: -45.5,-6.5 parent: 2 - - uid: 5839 + - uid: 2825 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-0.5 + pos: -45.5,1.5 parent: 2 - - uid: 5840 + - uid: 2826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-0.5 + pos: -41.5,-10.5 parent: 2 - - uid: 5841 + - uid: 2827 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-0.5 + pos: -41.5,-11.5 parent: 2 - - uid: 5842 + - uid: 2828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-0.5 + pos: -41.5,-12.5 parent: 2 - - uid: 5843 + - uid: 2829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-0.5 + pos: -41.5,-13.5 parent: 2 - - uid: 5844 + - uid: 2830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-0.5 + pos: -41.5,-14.5 parent: 2 - - uid: 5845 + - uid: 2831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-0.5 + pos: -41.5,-15.5 parent: 2 - - uid: 5846 + - uid: 2832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-0.5 + pos: -41.5,-16.5 parent: 2 - - uid: 5847 + - uid: 2833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-0.5 + pos: -41.5,-17.5 parent: 2 - - uid: 5848 + - uid: 2834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-0.5 + pos: -41.5,-18.5 parent: 2 - - uid: 5851 + - uid: 2835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-0.5 + pos: -41.5,-19.5 parent: 2 - - uid: 5852 + - uid: 2836 components: - type: Transform - pos: -22.5,0.5 + pos: -41.5,-20.5 parent: 2 - - uid: 5853 + - uid: 2837 + components: + - type: Transform + pos: -45.5,-24.5 + parent: 2 + - uid: 2838 components: - type: Transform - pos: -22.5,1.5 + pos: -45.5,-23.5 parent: 2 - - uid: 5854 + - uid: 2839 components: - type: Transform - pos: -22.5,2.5 + pos: -45.5,-22.5 parent: 2 - - uid: 5855 + - uid: 2840 components: - type: Transform - pos: -22.5,3.5 + pos: -45.5,-21.5 parent: 2 - - uid: 5856 + - uid: 2841 components: - type: Transform - pos: -22.5,4.5 + pos: -45.5,-20.5 parent: 2 - - uid: 5857 + - uid: 2842 components: - type: Transform - pos: -22.5,5.5 + pos: -45.5,-19.5 parent: 2 - - uid: 5858 + - uid: 2843 components: - type: Transform - pos: -22.5,6.5 + pos: -45.5,-18.5 parent: 2 - - uid: 5859 + - uid: 2844 components: - type: Transform - pos: -22.5,7.5 + pos: -45.5,-17.5 parent: 2 - - uid: 5860 + - uid: 2845 components: - type: Transform - pos: -22.5,8.5 + pos: -45.5,-16.5 parent: 2 - - uid: 5861 + - uid: 2846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,9.5 + pos: -43.5,-24.5 parent: 2 - - uid: 5862 + - uid: 2847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,9.5 + pos: -42.5,-24.5 parent: 2 - - uid: 5866 + - uid: 2848 components: - type: Transform - pos: -24.5,-1.5 + pos: -41.5,-24.5 parent: 2 - - uid: 5867 + - uid: 2849 components: - type: Transform - pos: -24.5,-2.5 + pos: -40.5,-24.5 parent: 2 - - uid: 5868 + - uid: 2850 components: - type: Transform - pos: -24.5,-3.5 + pos: -39.5,-24.5 parent: 2 - - uid: 5869 + - uid: 2851 components: - type: Transform - pos: -24.5,-4.5 + pos: -38.5,-24.5 parent: 2 - - uid: 5870 + - uid: 2852 components: - type: Transform - pos: -24.5,-5.5 + pos: -37.5,-24.5 parent: 2 - - uid: 5871 + - uid: 2853 components: - type: Transform - pos: -24.5,-6.5 + pos: -36.5,-24.5 parent: 2 - - uid: 5872 + - uid: 2854 components: - type: Transform - pos: -24.5,-7.5 + pos: -35.5,-24.5 parent: 2 - - uid: 5873 + - uid: 2855 components: - type: Transform - pos: -24.5,-8.5 + pos: -35.5,-25.5 parent: 2 - - uid: 5874 + - uid: 2856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-9.5 + pos: -35.5,-26.5 parent: 2 - - uid: 5875 + - uid: 2858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-9.5 + pos: -35.5,-28.5 parent: 2 - - uid: 5876 + - uid: 2863 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-9.5 + pos: -35.5,-33.5 parent: 2 - - uid: 5878 + - uid: 2865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-0.5 + pos: -35.5,-35.5 parent: 2 - - uid: 5879 + - uid: 2866 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-0.5 + pos: -35.5,-36.5 parent: 2 - - uid: 5880 + - uid: 2867 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-0.5 + pos: -35.5,-37.5 parent: 2 - - uid: 5881 + - uid: 2868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-0.5 + pos: -35.5,-38.5 parent: 2 - - uid: 5882 + - uid: 2869 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-0.5 + pos: -35.5,-39.5 parent: 2 - - uid: 5883 + - uid: 2870 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-0.5 + pos: -35.5,-40.5 parent: 2 - - uid: 5884 + - uid: 2871 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-0.5 + pos: -35.5,-41.5 parent: 2 - - uid: 5885 + - uid: 2872 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-0.5 + pos: 11.5,-26.5 parent: 2 - - uid: 5886 + - uid: 2873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-0.5 + pos: -34.5,-41.5 parent: 2 - - uid: 5887 + - uid: 2874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-0.5 + pos: -33.5,-41.5 parent: 2 - - uid: 5888 + - uid: 2875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-0.5 + pos: -32.5,-41.5 parent: 2 - - uid: 5889 + - uid: 2876 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-0.5 + pos: -31.5,-41.5 parent: 2 - - uid: 5890 + - uid: 2877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-0.5 + pos: -30.5,-41.5 parent: 2 - - uid: 5891 + - uid: 2878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-0.5 + pos: -29.5,-41.5 parent: 2 - - uid: 5892 + - uid: 2879 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-0.5 + pos: -28.5,-41.5 parent: 2 - - uid: 5893 + - uid: 2880 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-0.5 + pos: -27.5,-41.5 parent: 2 - - uid: 5894 + - uid: 2881 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-0.5 + pos: -26.5,-41.5 parent: 2 - - uid: 5895 + - uid: 2882 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-0.5 + pos: -25.5,-41.5 parent: 2 - - uid: 5897 + - uid: 2883 components: - type: Transform - pos: -43.5,-1.5 + pos: -24.5,-41.5 parent: 2 - - uid: 5898 + - uid: 2884 components: - type: Transform - pos: -43.5,-2.5 + pos: -23.5,-41.5 parent: 2 - - uid: 5899 + - uid: 2885 components: - type: Transform - pos: -43.5,-3.5 + pos: -23.5,-37.5 parent: 2 - - uid: 5900 + - uid: 2886 components: - type: Transform - pos: -43.5,-4.5 + pos: -24.5,-37.5 parent: 2 - - uid: 5901 + - uid: 2887 components: - type: Transform - pos: -43.5,-5.5 + pos: -25.5,-37.5 parent: 2 - - uid: 5902 + - uid: 2888 components: - type: Transform - pos: -43.5,-6.5 + pos: -26.5,-37.5 parent: 2 - - uid: 5903 + - uid: 2889 components: - type: Transform - pos: -43.5,-7.5 + pos: -27.5,-37.5 parent: 2 - - uid: 5904 + - uid: 2890 components: - type: Transform - pos: -43.5,-8.5 + pos: -28.5,-37.5 parent: 2 - - uid: 5907 + - uid: 2891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-9.5 + pos: -29.5,-37.5 parent: 2 - - uid: 5908 + - uid: 2892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-9.5 + pos: -30.5,-37.5 parent: 2 - - uid: 5909 + - uid: 2893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-9.5 + pos: -31.5,-37.5 parent: 2 - - uid: 5910 + - uid: 2894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-9.5 + pos: -31.5,-36.5 parent: 2 - - uid: 5911 + - uid: 2895 components: - type: Transform - pos: 5.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 911 + pos: -31.5,-35.5 + parent: 2 + - uid: 2896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 912 + pos: -31.5,-34.5 + parent: 2 + - uid: 2897 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible -- proto: DisposalTrunk - entities: - - uid: 852 + pos: -31.5,-33.5 + parent: 2 + - uid: 2898 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 894 + pos: -31.5,-32.5 + parent: 2 + - uid: 2899 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 897 + pos: -31.5,-31.5 + parent: 2 + - uid: 2900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible -- proto: DisposalUnit - entities: - - uid: 851 + pos: -31.5,-30.5 + parent: 2 + - uid: 2901 components: - type: Transform - pos: -12.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - Anchorable - - uid: 896 + pos: -31.5,-29.5 + parent: 2 + - uid: 2902 components: - type: Transform - pos: 11.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Destructible - - Anchorable -- proto: DrinkGlass - entities: - - uid: 723 + pos: -31.5,-28.5 + parent: 2 + - uid: 2903 components: - type: Transform - pos: -12.618602,2.5336328 - parent: 818 - - uid: 915 + pos: -31.5,-27.5 + parent: 2 + - uid: 2904 components: - type: Transform - pos: -12.399852,2.6273828 - parent: 818 -- proto: DrinkShaker - entities: - - uid: 724 + pos: -31.5,-26.5 + parent: 2 + - uid: 2905 components: - type: Transform - pos: -12.722768,2.7627993 - parent: 818 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 213 + pos: -31.5,-25.5 + parent: 2 + - uid: 2906 components: - type: Transform - pos: -6.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 816 + pos: -31.5,-24.5 + parent: 2 + - uid: 2907 components: - type: Transform - pos: 5.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: FirelockEdge - entities: - - uid: 690 + pos: -31.5,-23.5 + parent: 2 + - uid: 2908 components: - type: Transform - pos: -8.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 694 + pos: -31.5,-22.5 + parent: 2 + - uid: 2909 components: - type: Transform - pos: -12.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 695 + pos: -31.5,-21.5 + parent: 2 + - uid: 2910 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 696 + pos: -31.5,-20.5 + parent: 2 + - uid: 2911 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 697 + pos: -32.5,-20.5 + parent: 2 + - uid: 2912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 698 + pos: -33.5,-20.5 + parent: 2 + - uid: 2913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 699 + pos: -34.5,-20.5 + parent: 2 + - uid: 2916 components: - type: Transform - pos: 11.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 700 + pos: -37.5,-20.5 + parent: 2 + - uid: 2917 components: - type: Transform - pos: 7.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 822 + pos: -38.5,-20.5 + parent: 2 + - uid: 2918 components: - type: Transform - pos: 10.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 823 + pos: -39.5,-20.5 + parent: 2 + - uid: 2919 components: - type: Transform - pos: 9.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 824 + pos: -40.5,-20.5 + parent: 2 + - uid: 2937 components: - type: Transform - pos: 8.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 825 + pos: 2.5,9.5 + parent: 2 + - uid: 2938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 826 + pos: 2.5,10.5 + parent: 2 + - uid: 2939 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 827 + pos: 1.5,10.5 + parent: 2 + - uid: 2942 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 828 + pos: 1.5,13.5 + parent: 2 + - uid: 2945 components: - type: Transform - pos: -9.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 829 + pos: 1.5,16.5 + parent: 2 + - uid: 2948 components: - type: Transform - pos: -10.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 830 + pos: 1.5,19.5 + parent: 2 + - uid: 2949 components: - type: Transform - pos: -11.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 831 + pos: 2.5,19.5 + parent: 2 + - uid: 2950 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 832 + pos: 4.5,20.5 + parent: 2 + - uid: 2951 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 833 + pos: -3.5,19.5 + parent: 2 + - uid: 2952 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible -- proto: FirelockGlass - entities: - - uid: 194 + pos: 2.5,20.5 + parent: 2 + - uid: 2953 components: - type: Transform - pos: 5.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 216 + pos: -2.5,19.5 + parent: 2 + - uid: 2956 components: - type: Transform - pos: -10.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 220 + pos: -2.5,16.5 + parent: 2 + - uid: 2959 components: - type: Transform - pos: -9.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 305 + pos: -2.5,13.5 + parent: 2 + - uid: 2962 components: - type: Transform - pos: -6.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 345 + pos: -2.5,10.5 + parent: 2 + - uid: 2963 components: - type: Transform - pos: 5.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 346 + pos: -3.5,9.5 + parent: 2 + - uid: 2964 components: - type: Transform - pos: 5.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 347 + pos: -3.5,10.5 + parent: 2 + - uid: 2966 components: - type: Transform - pos: -6.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 348 + pos: -3.5,20.5 + parent: 2 + - uid: 2967 components: - type: Transform - pos: -6.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 586 + pos: -4.5,20.5 + parent: 2 + - uid: 2968 components: - type: Transform - pos: -11.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 716 + pos: 3.5,20.5 + parent: 2 + - uid: 2969 components: - type: Transform - pos: -12.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible -- proto: GeneratorBasic15kW - entities: - - uid: 124 + pos: -5.5,20.5 + parent: 2 + - uid: 2983 components: - type: Transform - pos: -4.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Anchorable - - Destructible -- proto: GravityGeneratorMini - entities: - - uid: 808 + pos: -3.5,24.5 + parent: 2 + - uid: 2984 components: - type: Transform - pos: 1.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable - - Construction -- proto: Grille - entities: - - uid: 96 + pos: -4.5,24.5 + parent: 2 + - uid: 2985 components: - type: Transform - pos: -14.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 97 + pos: -5.5,24.5 + parent: 2 + - uid: 2986 components: - type: Transform - pos: -14.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 98 + pos: -6.5,24.5 + parent: 2 + - uid: 2987 components: - type: Transform - pos: -14.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 99 + pos: -6.5,23.5 + parent: 2 + - uid: 2989 components: - type: Transform - pos: -6.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 101 + pos: -6.5,21.5 + parent: 2 + - uid: 2990 components: - type: Transform - pos: 5.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 102 + pos: -6.5,20.5 + parent: 2 + - uid: 2991 components: - type: Transform - pos: 5.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 103 + pos: 3.5,24.5 + parent: 2 + - uid: 2993 components: - type: Transform - pos: 13.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 104 + pos: 4.5,24.5 + parent: 2 + - uid: 2994 components: - type: Transform - pos: 13.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 125 + pos: 5.5,24.5 + parent: 2 + - uid: 2995 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-19.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 126 + pos: 5.5,23.5 + parent: 2 + - uid: 2996 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 127 + pos: 5.5,22.5 + parent: 2 + - uid: 2997 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 128 + pos: 5.5,21.5 + parent: 2 + - uid: 2998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 129 + pos: 5.5,20.5 + parent: 2 + - uid: 3002 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 130 + pos: 4.5,9.5 + parent: 2 + - uid: 3003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 131 + pos: 4.5,10.5 + parent: 2 + - uid: 3011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 132 + pos: 4.5,18.5 + parent: 2 + - uid: 3012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 133 + pos: 4.5,19.5 + parent: 2 + - uid: 3013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 134 + pos: -5.5,19.5 + parent: 2 + - uid: 3014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-19.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 135 + pos: -5.5,18.5 + parent: 2 + - uid: 3019 components: - type: Transform - pos: 5.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 136 + pos: -6.5,17.5 + parent: 2 + - uid: 3020 components: - type: Transform - pos: 5.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 137 + pos: -6.5,15.5 + parent: 2 + - uid: 3021 components: - type: Transform - pos: 13.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 138 + pos: -6.5,14.5 + parent: 2 + - uid: 3022 components: - type: Transform - pos: 13.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 139 + pos: -6.5,13.5 + parent: 2 + - uid: 3023 components: - type: Transform - pos: -14.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 140 + pos: -5.5,9.5 + parent: 2 + - uid: 3038 components: - type: Transform - pos: -6.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 141 + pos: -2.5,24.5 + parent: 2 + - uid: 3039 components: - type: Transform - pos: -6.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 142 + pos: 1.5,24.5 + parent: 2 + - uid: 3040 components: - type: Transform - pos: -6.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 143 + pos: -5.5,10.5 + parent: 2 + - uid: 3041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 144 + pos: -6.5,10.5 + parent: 2 + - uid: 3079 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 145 + pos: -9.5,28.5 + parent: 2 + - uid: 3080 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 147 + pos: -7.5,28.5 + parent: 2 + - uid: 3081 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 148 + pos: -6.5,25.5 + parent: 2 + - uid: 3082 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 149 + pos: -6.5,28.5 + parent: 2 + - uid: 3083 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 151 + pos: -6.5,29.5 + parent: 2 + - uid: 3084 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 152 + pos: -6.5,30.5 + parent: 2 + - uid: 3085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 153 + pos: -6.5,31.5 + parent: 2 + - uid: 3086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 155 + pos: -6.5,32.5 + parent: 2 + - uid: 3087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 156 + pos: -5.5,32.5 + parent: 2 + - uid: 3088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 157 + pos: -4.5,32.5 + parent: 2 + - uid: 3089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 167 + pos: -3.5,32.5 + parent: 2 + - uid: 3090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-19.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 168 + pos: -2.5,32.5 + parent: 2 + - uid: 3091 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 169 + pos: 1.5,31.5 + parent: 2 + - uid: 3092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 170 + pos: -0.5,32.5 + parent: 2 + - uid: 3093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 171 + pos: 0.5,32.5 + parent: 2 + - uid: 3094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 172 + pos: 1.5,32.5 + parent: 2 + - uid: 3095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 173 + pos: 2.5,32.5 + parent: 2 + - uid: 3096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 174 + pos: 3.5,32.5 + parent: 2 + - uid: 3097 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 175 + pos: 4.5,32.5 + parent: 2 + - uid: 3098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 176 + pos: 5.5,32.5 + parent: 2 + - uid: 3101 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-19.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 178 + pos: 5.5,29.5 + parent: 2 + - uid: 3102 components: - type: Transform - pos: 3.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 183 + pos: 5.5,28.5 + parent: 2 + - uid: 3103 components: - type: Transform - pos: -3.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 184 + pos: 5.5,27.5 + parent: 2 + - uid: 3104 components: - type: Transform - pos: 4.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 191 + pos: 9.5,24.5 + parent: 2 + - uid: 3105 components: - type: Transform - pos: -5.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 197 + pos: 5.5,25.5 + parent: 2 + - uid: 3107 components: - type: Transform - pos: -4.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 229 + pos: 4.5,-28.5 + parent: 2 + - uid: 3109 components: - type: Transform - pos: 2.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 233 + pos: 1.5,-27.5 + parent: 2 + - uid: 3147 components: - type: Transform - pos: -8.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 234 + pos: -9.5,27.5 + parent: 2 + - uid: 3148 components: - type: Transform - pos: 11.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 235 + pos: -9.5,26.5 + parent: 2 + - uid: 3149 components: - type: Transform - pos: 7.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 244 + pos: -9.5,25.5 + parent: 2 + - uid: 3150 components: - type: Transform - pos: -12.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 276 + pos: -9.5,24.5 + parent: 2 + - uid: 3151 components: - type: Transform - pos: 13.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 277 + pos: -9.5,23.5 + parent: 2 + - uid: 3152 components: - type: Transform - pos: 13.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 278 + pos: -9.5,22.5 + parent: 2 + - uid: 3153 components: - type: Transform - pos: 13.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 279 + pos: -9.5,21.5 + parent: 2 + - uid: 3154 components: - type: Transform - pos: 13.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 280 + pos: -9.5,20.5 + parent: 2 + - uid: 3155 components: - type: Transform - pos: -14.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 281 + pos: -8.5,20.5 + parent: 2 + - uid: 3156 components: - type: Transform - pos: -14.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 282 + pos: -7.5,20.5 + parent: 2 + - uid: 3157 components: - type: Transform - pos: -14.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 283 + pos: -7.5,32.5 + parent: 2 + - uid: 3158 components: - type: Transform - pos: -14.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 318 + pos: -8.5,32.5 + parent: 2 + - uid: 3159 components: - type: Transform - pos: -13.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 319 + pos: -9.5,30.5 + parent: 2 + - uid: 3160 components: - type: Transform - pos: -13.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 320 + pos: -9.5,31.5 + parent: 2 + - uid: 3161 components: - type: Transform - pos: -12.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 321 + pos: -9.5,32.5 + parent: 2 + - uid: 3163 components: - type: Transform - pos: -12.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 322 + pos: -9.5,29.5 + parent: 2 + - uid: 3180 components: - type: Transform - pos: -11.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 323 + pos: -2.5,31.5 + parent: 2 + - uid: 3183 components: - type: Transform - pos: -10.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 324 + pos: -43.5,5.5 + parent: 2 + - uid: 3185 components: - type: Transform - pos: -9.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 325 + pos: -44.5,7.5 + parent: 2 + - uid: 3186 components: - type: Transform - pos: -8.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 326 + pos: -45.5,4.5 + parent: 2 + - uid: 3187 components: - type: Transform - pos: -8.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 327 + pos: -43.5,4.5 + parent: 2 + - uid: 3188 components: - type: Transform - pos: -7.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 328 + pos: -46.5,4.5 + parent: 2 + - uid: 3190 components: - type: Transform - pos: -7.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 329 + pos: -43.5,7.5 + parent: 2 + - uid: 3191 components: - type: Transform - pos: 6.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 330 + pos: -45.5,7.5 + parent: 2 + - uid: 3192 components: - type: Transform - pos: 6.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 331 + pos: -45.5,6.5 + parent: 2 + - uid: 3193 components: - type: Transform - pos: 7.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 332 + pos: -45.5,5.5 + parent: 2 + - uid: 3194 components: - type: Transform - pos: 7.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 333 + pos: -46.5,-0.5 + parent: 2 + - uid: 3200 components: - type: Transform - pos: 8.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 334 + pos: -37.5,-6.5 + parent: 2 + - uid: 3201 components: - type: Transform - pos: 9.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 335 + pos: -38.5,-6.5 + parent: 2 + - uid: 3202 components: - type: Transform - pos: 10.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 336 + pos: -38.5,-5.5 + parent: 2 + - uid: 3203 components: - type: Transform - pos: 11.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 337 + pos: -39.5,-5.5 + parent: 2 + - uid: 3204 components: - type: Transform - pos: 11.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 338 + pos: -39.5,-3.5 + parent: 2 + - uid: 3218 components: - type: Transform - pos: 12.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible - - uid: 339 + pos: -40.5,-9.5 + parent: 2 + - uid: 3219 components: - type: Transform - pos: 12.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Construction - - Destructible -- proto: PaperBin10 - entities: - - uid: 729 + pos: -39.5,-9.5 + parent: 2 + - uid: 3220 components: - type: Transform - pos: 8.5,4.5 - parent: 818 -- proto: PosterLegitCohibaRobustoAd - entities: - - uid: 927 + pos: -39.5,-12.5 + parent: 2 + - uid: 3221 components: - type: Transform - pos: -6.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: PosterLegitEnlist - entities: - - uid: 926 + pos: -39.5,-10.5 + parent: 2 + - uid: 3222 components: - type: Transform - pos: -14.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: PosterLegitHighClassMartini - entities: - - uid: 925 + pos: -33.5,-10.5 + parent: 2 + - uid: 3223 components: - type: Transform - pos: -6.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: PosterLegitJustAWeekAway - entities: - - uid: 821 + pos: -33.5,-11.5 + parent: 2 + - uid: 3224 components: - type: Transform - pos: 5.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: PosterLegitNanomichiAd - entities: - - uid: 820 + pos: -33.5,-12.5 + parent: 2 + - uid: 3226 components: - type: Transform - pos: -4.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: PosterLegitNanotrasenLogo - entities: - - uid: 246 + pos: -33.5,-13.5 + parent: 2 + - uid: 3227 components: - type: Transform - pos: -7.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 247 + pos: -31.5,-13.5 + parent: 2 + - uid: 3228 components: - type: Transform - pos: -13.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 248 + pos: -30.5,-13.5 + parent: 2 + - uid: 3232 components: - type: Transform - pos: 12.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 249 + pos: -35.5,-14.5 + parent: 2 + - uid: 3233 components: - type: Transform - pos: 6.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 250 + pos: -35.5,-13.5 + parent: 2 + - uid: 3235 + components: + - type: Transform + pos: -37.5,-13.5 + parent: 2 + - uid: 3236 components: - type: Transform - pos: -13.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 251 + pos: -38.5,-13.5 + parent: 2 + - uid: 3237 components: - type: Transform - pos: 12.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 922 + pos: -39.5,-13.5 + parent: 2 + - uid: 3238 components: - type: Transform - pos: -0.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: PosterLegitNTTGC - entities: - - uid: 924 + pos: -40.5,-14.5 + parent: 2 + - uid: 3239 components: - type: Transform - pos: 5.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: PosterLegitPDAAd - entities: - - uid: 920 + pos: -39.5,-14.5 + parent: 2 + - uid: 3240 components: - type: Transform - pos: 12.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: PosterLegitVacation - entities: - - uid: 921 + pos: -35.5,-15.5 + parent: 2 + - uid: 3241 components: - type: Transform - pos: -7.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: PosterLegitWorkForAFuture - entities: - - uid: 923 + pos: -35.5,-16.5 + parent: 2 + - uid: 3242 components: - type: Transform - pos: 12.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: PottedPlantRandom - entities: - - uid: 236 + pos: -34.5,-16.5 + parent: 2 + - uid: 3243 components: - type: Transform - pos: 7.5,-19.5 - parent: 818 - - type: Godmode - - uid: 237 + pos: -33.5,-16.5 + parent: 2 + - uid: 3244 components: - type: Transform - pos: -12.5,-19.5 - parent: 818 - - type: Godmode - - uid: 238 + pos: -32.5,-16.5 + parent: 2 + - uid: 3245 components: - type: Transform - pos: 11.5,-19.5 - parent: 818 - - type: Godmode - - uid: 239 + pos: -31.5,-16.5 + parent: 2 + - uid: 3246 components: - type: Transform - pos: -8.5,-19.5 - parent: 818 - - type: Godmode - - uid: 733 + pos: -31.5,-15.5 + parent: 2 + - uid: 3247 components: - type: Transform - pos: -8.5,-5.5 - parent: 818 - - type: Godmode - - uid: 741 + pos: -30.5,-15.5 + parent: 2 + - uid: 3252 components: - type: Transform - pos: -7.5,-3.5 - parent: 818 - - type: Godmode -- proto: PottedPlantRandomPlastic - entities: - - uid: 708 + pos: 11.5,-25.5 + parent: 2 + - uid: 3253 components: - type: Transform - pos: -13.5,1.5 - parent: 818 - - type: Godmode - - uid: 755 + pos: 11.5,-24.5 + parent: 2 + - uid: 3254 components: - type: Transform - pos: -13.5,-3.5 - parent: 818 - - type: Godmode -- proto: RandomSpawner - entities: - - uid: 895 + pos: 10.5,-26.5 + parent: 2 + - uid: 3256 components: - type: Transform - pos: -4.5,4.5 - parent: 818 - - type: Godmode -- proto: ReinforcedWindow - entities: - - uid: 19 + pos: 8.5,-26.5 + parent: 2 + - uid: 3257 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 20 + pos: 8.5,-25.5 + parent: 2 + - uid: 3258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 21 + pos: 8.5,-24.5 + parent: 2 + - uid: 3272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 22 + pos: 33.5,-5.5 + parent: 2 + - uid: 3273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 24 + pos: 36.5,-8.5 + parent: 2 + - uid: 3274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-19.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 25 + pos: 36.5,-7.5 + parent: 2 + - uid: 3275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 26 + pos: 36.5,-6.5 + parent: 2 + - uid: 3277 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 27 + pos: 34.5,-6.5 + parent: 2 + - uid: 3278 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 28 + pos: 34.5,-5.5 + parent: 2 + - uid: 3279 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 29 + pos: 39.5,-10.5 + parent: 2 + - uid: 3280 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-19.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 30 + pos: 39.5,-6.5 + parent: 2 + - uid: 3284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 31 + pos: 38.5,-13.5 + parent: 2 + - uid: 3285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 32 + pos: 39.5,-13.5 + parent: 2 + - uid: 3286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 33 + pos: 40.5,-13.5 + parent: 2 + - uid: 3289 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 34 + pos: 35.5,-15.5 + parent: 2 + - uid: 3290 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-19.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 35 + pos: 35.5,-16.5 + parent: 2 + - uid: 3291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 36 + pos: 36.5,-16.5 + parent: 2 + - uid: 3292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 37 + pos: 37.5,-16.5 + parent: 2 + - uid: 3293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 38 + pos: 38.5,-16.5 + parent: 2 + - uid: 3294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 39 + pos: 39.5,-16.5 + parent: 2 + - uid: 3296 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-19.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 91 + pos: 40.5,-16.5 + parent: 2 + - uid: 3298 components: - type: Transform - pos: -14.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 93 + pos: 37.5,-3.5 + parent: 2 + - uid: 3299 components: - type: Transform - pos: -14.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 94 + pos: 37.5,-4.5 + parent: 2 + - uid: 3300 components: - type: Transform - pos: -6.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 95 + pos: 38.5,-4.5 + parent: 2 + - uid: 3312 components: - type: Transform - pos: -6.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 100 + pos: 42.5,5.5 + parent: 2 + - uid: 3313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 105 + pos: 42.5,6.5 + parent: 2 + - uid: 3314 components: - type: Transform - pos: 5.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 106 + pos: 42.5,7.5 + parent: 2 + - uid: 3315 components: - type: Transform - pos: 5.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 107 + pos: 43.5,7.5 + parent: 2 + - uid: 3316 components: - type: Transform - pos: 13.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 108 + pos: 44.5,7.5 + parent: 2 + - uid: 3317 components: - type: Transform - pos: 13.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 109 + pos: 45.5,7.5 + parent: 2 + - uid: 3318 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 110 + pos: 45.5,5.5 + parent: 2 + - uid: 3319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 111 + pos: 44.5,5.5 + parent: 2 + - uid: 3320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 113 + pos: 45.5,6.5 + parent: 2 + - uid: 3322 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 115 + pos: 41.5,6.5 + parent: 2 + - uid: 3323 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 116 + pos: 40.5,6.5 + parent: 2 + - uid: 3324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 117 + pos: 39.5,6.5 + parent: 2 + - uid: 3325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 118 + pos: 46.5,7.5 + parent: 2 + - uid: 3326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 121 + pos: 47.5,7.5 + parent: 2 + - uid: 3327 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-8.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 122 + pos: 47.5,6.5 + parent: 2 + - uid: 3328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-7.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 123 + pos: 47.5,5.5 + parent: 2 + - uid: 3329 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 159 + pos: 47.5,4.5 + parent: 2 + - uid: 3330 + components: + - type: Transform + pos: 48.5,4.5 + parent: 2 + - uid: 3331 components: - type: Transform - pos: -14.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 160 + pos: 48.5,3.5 + parent: 2 + - uid: 3332 components: - type: Transform - pos: -14.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 161 + pos: 49.5,3.5 + parent: 2 + - uid: 3333 components: - type: Transform - pos: -6.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 162 + pos: 50.5,3.5 + parent: 2 + - uid: 3334 components: - type: Transform - pos: -6.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 163 + pos: 51.5,3.5 + parent: 2 + - uid: 3335 components: - type: Transform - pos: 5.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 164 + pos: 52.5,3.5 + parent: 2 + - uid: 3336 components: - type: Transform - pos: 13.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 165 + pos: 49.5,-0.5 + parent: 2 + - uid: 3337 components: - type: Transform - pos: 5.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 166 + pos: 49.5,0.5 + parent: 2 + - uid: 3338 components: - type: Transform - pos: 13.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 185 + pos: 49.5,2.5 + parent: 2 + - uid: 3339 components: - type: Transform - pos: -5.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 186 + pos: 54.5,-1.5 + parent: 2 + - uid: 3340 components: - type: Transform - pos: 2.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 192 + pos: 54.5,3.5 + parent: 2 + - uid: 3341 components: - type: Transform - pos: 4.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 196 + pos: 53.5,3.5 + parent: 2 + - uid: 3342 components: - type: Transform - pos: 3.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 198 + pos: 54.5,-0.5 + parent: 2 + - uid: 3367 components: - type: Transform - pos: -3.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 232 + pos: 10.5,-6.5 + parent: 2 + - uid: 3368 components: - type: Transform - pos: -4.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 240 + pos: 11.5,-6.5 + parent: 2 + - uid: 3369 components: - type: Transform - pos: -12.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 241 + pos: 12.5,-6.5 + parent: 2 + - uid: 3370 components: - type: Transform pos: 11.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 242 + parent: 2 + - uid: 3377 components: - type: Transform - pos: 7.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 243 + pos: -11.5,-3.5 + parent: 2 + - uid: 5652 components: - type: Transform - pos: -8.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 268 + pos: 5.5,10.5 + parent: 2 + - uid: 5655 components: - type: Transform - pos: -14.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 269 + pos: 8.5,10.5 + parent: 2 + - uid: 5656 components: - type: Transform - pos: -14.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 270 + pos: 9.5,10.5 + parent: 2 + - uid: 5657 components: - type: Transform - pos: -14.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 271 + pos: 10.5,10.5 + parent: 2 + - uid: 5658 components: - type: Transform - pos: -14.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 272 + pos: 11.5,10.5 + parent: 2 + - uid: 5659 components: - type: Transform - pos: 13.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 273 + pos: 11.5,9.5 + parent: 2 + - uid: 5660 components: - type: Transform - pos: 13.5,-1.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 274 + pos: 11.5,8.5 + parent: 2 + - uid: 5661 components: - type: Transform - pos: 13.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 275 + pos: 11.5,7.5 + parent: 2 + - uid: 5662 components: - type: Transform - pos: 13.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 284 + pos: 11.5,6.5 + parent: 2 + - uid: 5663 components: - type: Transform - pos: -13.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 285 + pos: 11.5,5.5 + parent: 2 + - uid: 5664 components: - type: Transform - pos: -12.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 286 + pos: 11.5,4.5 + parent: 2 + - uid: 5665 components: - type: Transform - pos: -10.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 287 + pos: 11.5,3.5 + parent: 2 + - uid: 5666 components: - type: Transform - pos: -11.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 288 + pos: -6.5,12.5 + parent: 2 + - uid: 5669 components: - type: Transform - pos: -8.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 289 + pos: -9.5,11.5 + parent: 2 + - uid: 5670 components: - type: Transform - pos: -8.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 290 + pos: -10.5,11.5 + parent: 2 + - uid: 5671 components: - type: Transform - pos: -12.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 291 + pos: -11.5,11.5 + parent: 2 + - uid: 5672 components: - type: Transform - pos: -13.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 292 + pos: -12.5,11.5 + parent: 2 + - uid: 5673 components: - type: Transform - pos: -9.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 293 + pos: 9.5,23.5 + parent: 2 + - uid: 5675 components: - type: Transform - pos: 6.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 294 + pos: 8.5,20.5 + parent: 2 + - uid: 5676 components: - type: Transform - pos: -7.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 295 + pos: 8.5,19.5 + parent: 2 + - uid: 5677 components: - type: Transform - pos: -7.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 308 + pos: 8.5,18.5 + parent: 2 + - uid: 5678 components: - type: Transform - pos: 6.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 309 + pos: 8.5,17.5 + parent: 2 + - uid: 5679 components: - type: Transform - pos: 7.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 310 + pos: 8.5,16.5 + parent: 2 + - uid: 5680 components: - type: Transform - pos: 7.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 311 + pos: 8.5,15.5 + parent: 2 + - uid: 5681 components: - type: Transform - pos: 8.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 312 + pos: 8.5,14.5 + parent: 2 + - uid: 5682 components: - type: Transform - pos: 9.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 313 + pos: 8.5,13.5 + parent: 2 + - uid: 5683 components: - type: Transform - pos: 10.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 314 + pos: 8.5,12.5 + parent: 2 + - uid: 5684 components: - type: Transform - pos: 11.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 315 + pos: 8.5,11.5 + parent: 2 + - uid: 5685 components: - type: Transform - pos: 11.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 316 + pos: -9.5,12.5 + parent: 2 + - uid: 5686 components: - type: Transform - pos: 12.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 317 + pos: -9.5,13.5 + parent: 2 + - uid: 5687 components: - type: Transform - pos: 12.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction -- proto: SignNanotrasen1 - entities: - - uid: 721 + pos: -9.5,14.5 + parent: 2 + - uid: 5688 components: - type: Transform - pos: -2.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: SignNanotrasen2 - entities: - - uid: 722 + pos: -9.5,15.5 + parent: 2 + - uid: 5689 components: - type: Transform - pos: -1.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: SignNanotrasen3 - entities: - - uid: 719 + pos: -9.5,16.5 + parent: 2 + - uid: 5690 components: - type: Transform - pos: -0.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: SignNanotrasen4 - entities: - - uid: 801 + pos: -9.5,17.5 + parent: 2 + - uid: 5691 components: - type: Transform - pos: 0.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: SignNanotrasen5 - entities: - - uid: 802 + pos: -9.5,18.5 + parent: 2 + - uid: 5692 components: - type: Transform - pos: 1.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: SignNosmoking - entities: - - uid: 720 + pos: -9.5,19.5 + parent: 2 + - uid: 5698 components: - type: Transform - pos: -7.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: SignShipDock - entities: - - uid: 200 + rot: 1.5707963267948966 rad + pos: -1.5,32.5 + parent: 2 + - uid: 5708 components: - type: Transform - pos: 6.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 245 + rot: 1.5707963267948966 rad + pos: 1.5,30.5 + parent: 2 + - uid: 7592 components: - type: Transform - pos: -7.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: SignSpace - entities: - - uid: 571 + pos: 17.5,-45.5 + parent: 2 + - uid: 7629 components: - type: Transform - pos: 12.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 640 + pos: 16.5,-45.5 + parent: 2 + - uid: 7724 components: - type: Transform - pos: -7.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 688 + pos: 5.5,18.5 + parent: 2 + - uid: 7725 components: - type: Transform - pos: -13.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 689 + pos: 5.5,17.5 + parent: 2 + - uid: 7727 components: - type: Transform - pos: -7.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 691 + pos: 5.5,15.5 + parent: 2 + - uid: 7728 components: - type: Transform - pos: -13.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 705 + pos: 5.5,14.5 + parent: 2 + - uid: 7729 components: - type: Transform - pos: 12.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 709 + pos: 5.5,13.5 + parent: 2 + - uid: 7730 components: - type: Transform - pos: 6.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 817 + pos: 5.5,12.5 + parent: 2 + - uid: 7731 components: - type: Transform - pos: 6.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 819 + pos: -6.5,18.5 + parent: 2 + - uid: 7799 components: - type: Transform - pos: 4.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: SinkWide - entities: - - uid: 913 + pos: -35.5,-20.5 + parent: 2 + - uid: 7831 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: SmallLight - entities: - - uid: 598 + pos: 5.5,30.5 + parent: 2 + - uid: 7942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - RCDDeconstructable - - uid: 641 + pos: 43.5,-24.5 + parent: 2 + - uid: 8055 components: - type: Transform - pos: -14.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - RCDDeconstructable - - uid: 642 + pos: -18.5,20.5 + parent: 2 + - uid: 8406 components: - type: Transform - pos: -6.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - RCDDeconstructable - - uid: 643 + pos: -20.5,14.5 + parent: 2 + - uid: 8643 components: - type: Transform - pos: -14.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - RCDDeconstructable - - uid: 644 + pos: 36.5,2.5 + parent: 2 + - uid: 8644 components: - type: Transform - pos: -6.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - RCDDeconstructable - - uid: 645 + pos: 42.5,4.5 + parent: 2 + - uid: 8645 components: - type: Transform - pos: 5.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - RCDDeconstructable - - uid: 646 + pos: 39.5,2.5 + parent: 2 + - uid: 8741 components: - type: Transform - pos: 13.5,-10.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - RCDDeconstructable - - uid: 647 + pos: -18.5,22.5 + parent: 2 + - uid: 8742 components: - type: Transform - pos: 13.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - RCDDeconstructable - - uid: 648 + pos: -18.5,21.5 + parent: 2 + - uid: 8746 components: - type: Transform - pos: 5.5,-17.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - RCDDeconstructable - - uid: 917 + pos: -28.5,22.5 + parent: 2 + - uid: 8747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - RCDDeconstructable -- proto: SMESBasic - entities: - - uid: 805 + pos: -22.5,22.5 + parent: 2 + - uid: 8762 components: - type: Transform - pos: -2.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Anchorable - - Destructible - - Construction -- proto: SodaDispenser - entities: - - uid: 795 + pos: -46.5,-24.5 + parent: 2 + - uid: 8764 components: - type: Transform - pos: -10.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - ApcPowerReceiver - - Anchorable - - Destructible - - Construction -- proto: SpaceVillainArcadeFilled - entities: - - uid: 731 + pos: -18.5,-45.5 + parent: 2 + - uid: 8766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - ApcPowerReceiver - - Anchorable - - Construction - - Destructible - - uid: 732 + pos: -17.5,-45.5 + parent: 2 + - uid: 8877 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - ApcPowerReceiver - - Anchorable - - Construction - - Destructible -- proto: SpawnPointLatejoin - entities: - - uid: 763 + pos: -18.5,-21.5 + parent: 2 + - uid: 8878 components: - type: Transform - pos: -7.5,-15.5 - parent: 818 - - type: Godmode - - uid: 764 + pos: -19.5,-21.5 + parent: 2 + - uid: 9055 components: - type: Transform - pos: -7.5,-14.5 - parent: 818 - - type: Godmode - - uid: 765 + pos: 9.5,26.5 + parent: 2 + - uid: 9217 components: - type: Transform - pos: -7.5,-13.5 - parent: 818 - - type: Godmode - - uid: 766 + pos: -34.5,-19.5 + parent: 2 + - uid: 9218 components: - type: Transform - pos: -7.5,-12.5 - parent: 818 - - type: Godmode - - uid: 767 + pos: -34.5,-18.5 + parent: 2 + - uid: 9219 components: - type: Transform - pos: -9.5,-15.5 - parent: 818 - - type: Godmode - - uid: 768 + pos: -34.5,-17.5 + parent: 2 + - uid: 9220 components: - type: Transform - pos: -9.5,-14.5 - parent: 818 - - type: Godmode - - uid: 769 + pos: -39.5,-15.5 + parent: 2 + - uid: 9221 components: - type: Transform - pos: -9.5,-13.5 - parent: 818 - - type: Godmode - - uid: 770 + pos: -39.5,-16.5 + parent: 2 + - uid: 9222 components: - type: Transform - pos: -9.5,-12.5 - parent: 818 - - type: Godmode - - uid: 771 + pos: -38.5,-16.5 + parent: 2 + - uid: 9223 components: - type: Transform - pos: -11.5,-15.5 - parent: 818 - - type: Godmode - - uid: 772 + pos: -38.5,-19.5 + parent: 2 + - uid: 9224 components: - type: Transform - pos: -11.5,-14.5 - parent: 818 - - type: Godmode - - uid: 773 + pos: -38.5,-18.5 + parent: 2 + - uid: 9277 components: - type: Transform - pos: -11.5,-13.5 - parent: 818 - - type: Godmode - - uid: 774 + pos: -30.5,-21.5 + parent: 2 + - uid: 9278 components: - type: Transform - pos: -11.5,-12.5 - parent: 818 - - type: Godmode - - uid: 775 + pos: -29.5,-21.5 + parent: 2 + - uid: 9279 components: - type: Transform - pos: -13.5,-15.5 - parent: 818 - - type: Godmode - - uid: 776 + pos: -28.5,-21.5 + parent: 2 + - uid: 9280 components: - type: Transform - pos: -13.5,-14.5 - parent: 818 - - type: Godmode - - uid: 777 + pos: -21.5,-21.5 + parent: 2 + - uid: 9281 components: - type: Transform - pos: -13.5,-13.5 - parent: 818 - - type: Godmode - - uid: 778 + pos: -27.5,-21.5 + parent: 2 + - uid: 9282 components: - type: Transform - pos: -13.5,-12.5 - parent: 818 - - type: Godmode - - uid: 779 + pos: -22.5,-21.5 + parent: 2 + - uid: 9283 components: - type: Transform - pos: 6.5,-15.5 - parent: 818 - - type: Godmode - - uid: 780 + pos: -20.5,-21.5 + parent: 2 + - uid: 9524 components: - type: Transform - pos: 6.5,-14.5 - parent: 818 - - type: Godmode - - uid: 781 + pos: 9.5,27.5 + parent: 2 + - uid: 9525 components: - type: Transform - pos: 6.5,-13.5 - parent: 818 - - type: Godmode - - uid: 782 + pos: 8.5,27.5 + parent: 2 + - uid: 9526 components: - type: Transform - pos: 6.5,-12.5 - parent: 818 - - type: Godmode - - uid: 783 + pos: 8.5,28.5 + parent: 2 + - uid: 9527 components: - type: Transform - pos: 8.5,-15.5 - parent: 818 - - type: Godmode - - uid: 784 + pos: 7.5,28.5 + parent: 2 + - uid: 9528 components: - type: Transform - pos: 8.5,-14.5 - parent: 818 - - type: Godmode - - uid: 785 + pos: 6.5,28.5 + parent: 2 + - uid: 9541 components: - type: Transform - pos: 8.5,-13.5 - parent: 818 - - type: Godmode - - uid: 786 + pos: 9.5,21.5 + parent: 2 + - uid: 9542 components: - type: Transform - pos: 8.5,-12.5 - parent: 818 - - type: Godmode - - uid: 787 + pos: 9.5,22.5 + parent: 2 +- proto: WardrobeAtmosphericsFilled + entities: + - uid: 1421 components: - type: Transform - pos: 10.5,-15.5 - parent: 818 - - type: Godmode - - uid: 788 + pos: 52.5,-19.5 + parent: 2 +- proto: WardrobeCargoFilled + entities: + - uid: 1040 components: - type: Transform - pos: 10.5,-14.5 - parent: 818 - - type: Godmode - - uid: 789 + pos: 15.5,-3.5 + parent: 2 + - uid: 1041 components: - type: Transform - pos: 10.5,-13.5 - parent: 818 - - type: Godmode - - uid: 790 + pos: 17.5,-9.5 + parent: 2 + - uid: 1042 components: - type: Transform - pos: 10.5,-12.5 - parent: 818 - - type: Godmode - - uid: 791 + pos: 18.5,-9.5 + parent: 2 + - uid: 1084 components: - type: Transform - pos: 12.5,-15.5 - parent: 818 - - type: Godmode - - uid: 792 + pos: 17.5,-3.5 + parent: 2 +- proto: WardrobeChemistryFilled + entities: + - uid: 1923 components: - type: Transform - pos: 12.5,-14.5 - parent: 818 - - type: Godmode - - uid: 793 + pos: -30.5,-5.5 + parent: 2 + - uid: 1925 components: - type: Transform - pos: 12.5,-13.5 - parent: 818 - - type: Godmode - - uid: 794 + pos: -35.5,-7.5 + parent: 2 + - uid: 1926 components: - type: Transform - pos: 12.5,-12.5 - parent: 818 - - type: Godmode -- proto: SS13Memorial - entities: - - uid: 594 + pos: -33.5,-3.5 + parent: 2 + - uid: 1929 components: - type: Transform - pos: -0.5,4.5 - parent: 818 - - type: Godmode -- proto: Stool + pos: -30.5,-8.5 + parent: 2 +- proto: WardrobeEngineeringFilled entities: - - uid: 119 + - uid: 1383 components: - type: Transform - anchored: True - rot: 3.141592653589793 rad - pos: -11.5,-20.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 639 + pos: 49.5,-2.5 + parent: 2 +- proto: WardrobeGrey + entities: + - uid: 360 components: - type: Transform - anchored: True - rot: 3.141592653589793 rad - pos: -9.5,-20.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 730 + pos: -6.5,-22.5 + parent: 2 + - uid: 372 components: - type: Transform - anchored: True - rot: 3.141592653589793 rad - pos: 8.5,-20.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 737 + pos: -6.5,-10.5 + parent: 2 + - uid: 386 components: - type: Transform - anchored: True - rot: 3.141592653589793 rad - pos: 10.5,-20.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 738 + pos: -10.5,-22.5 + parent: 2 + - uid: 393 components: - type: Transform - anchored: True - rot: -1.5707963267948966 rad - pos: -12.5,-0.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 740 + pos: -10.5,-10.5 + parent: 2 + - uid: 398 components: - type: Transform - anchored: True - rot: -1.5707963267948966 rad - pos: -12.5,0.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 761 + pos: -16.5,-10.5 + parent: 2 + - uid: 401 components: - type: Transform - anchored: True - rot: -1.5707963267948966 rad - pos: -12.5,-1.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 914 + pos: -16.5,-22.5 + parent: 2 +- proto: WardrobeMedicalDoctorFilled + entities: + - uid: 1889 components: - type: Transform - anchored: True - rot: -1.5707963267948966 rad - pos: -12.5,-2.5 - parent: 818 - - type: Physics - bodyType: Static - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible -- proto: StoolBar + pos: -14.5,-3.5 + parent: 2 +- proto: WardrobeMixed entities: - - uid: 230 + - uid: 128 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 342 + pos: 9.5,-18.5 + parent: 2 + - uid: 220 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible - - uid: 433 + pos: 9.5,-14.5 + parent: 2 +- proto: WardrobeMixedFilled + entities: + - uid: 8715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - Anchorable - - Destructible -- proto: SubstationBasic + pos: -2.5,-21.5 + parent: 2 +- proto: WardrobePrisonFilled entities: - - uid: 807 + - uid: 8793 components: - type: Transform - pos: -0.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable - - Construction -- proto: TableCarpet + pos: -19.5,16.5 + parent: 2 +- proto: WardrobeRoboticsFilled entities: - - uid: 572 + - uid: 1160 components: - type: Transform - pos: 9.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 573 + pos: 14.5,3.5 + parent: 2 +- proto: WardrobeSalvageFilled + entities: + - uid: 1027 components: - type: Transform - pos: 9.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 574 + pos: 29.5,-9.5 + parent: 2 +- proto: WardrobeScienceFilled + entities: + - uid: 1158 components: - type: Transform - pos: 10.5,-0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 576 + pos: 18.5,8.5 + parent: 2 +- proto: WardrobeSecurityFilled + entities: + - uid: 2083 components: - type: Transform - pos: 10.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction -- proto: TableReinforced + pos: -34.5,2.5 + parent: 2 +- proto: WardrobeWhiteFilled entities: - - uid: 585 + - uid: 9237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 707 + pos: 13.5,-44.5 + parent: 2 +- proto: WarpPoint + entities: + - uid: 8736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 751 + pos: -0.5,-0.5 + parent: 2 + - type: WarpPoint + location: Terminal +- proto: WaterCooler + entities: + - uid: 967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 796 + pos: 20.5,-10.5 + parent: 2 + - uid: 1267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 797 + pos: 26.5,9.5 + parent: 2 + - uid: 1464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 798 + pos: 48.5,-10.5 + parent: 2 + - uid: 1983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction -- proto: TableWood - entities: - - uid: 441 + pos: -28.5,-7.5 + parent: 2 + - uid: 2257 components: - type: Transform - pos: 12.5,0.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 575 + pos: -29.5,9.5 + parent: 2 + - uid: 2753 components: - type: Transform - pos: 6.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 587 + pos: -54.5,-17.5 + parent: 2 +- proto: WaterTankFull + entities: + - uid: 8585 components: - type: Transform - pos: 12.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 706 + pos: 47.5,3.5 + parent: 2 + - uid: 8592 components: - type: Transform - pos: 9.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 750 + pos: 12.5,-3.5 + parent: 2 + - uid: 8629 components: - type: Transform - pos: 10.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction - - uid: 756 + pos: -40.5,-3.5 + parent: 2 + - uid: 9537 components: - type: Transform - pos: 8.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Construction -- proto: TelecomServerFilled + pos: 6.5,24.5 + parent: 2 +- proto: WeaponCapacitorRecharger entities: - - uid: 919 + - uid: 2399 components: - type: Transform - pos: -1.5,8.5 - parent: 818 - - type: EncryptionKeyHolder - keysUnlocked: False - - type: Godmode - missingComponents: - - Destructible - - ApcPowerReceiver - - Anchorable - - Construction -- proto: VendingMachineBooze - entities: - - uid: 753 + pos: -28.5,21.5 + parent: 2 + - uid: 9169 components: - type: Transform - pos: -9.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable - - ApcPowerReceiver -- proto: VendingMachineChang + pos: 0.5,1.5 + parent: 2 +- proto: WeaponDisabler entities: - - uid: 692 + - uid: 3140 components: - type: Transform - pos: 9.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable -- proto: VendingMachineCigs - entities: - - uid: 744 + pos: -2.5,35.5 + parent: 2 + - uid: 6107 components: - type: Transform - pos: -7.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable - - ApcPowerReceiver -- proto: VendingMachineCola - entities: - - uid: 635 + pos: 2.5,38.5 + parent: 2 + - uid: 9500 components: - type: Transform - pos: -12.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable - - ApcPowerReceiver -- proto: VendingMachineColaBlack + pos: -3.5,35.5 + parent: 2 +- proto: WeaponDisablerPractice entities: - - uid: 834 + - uid: 8752 components: - type: Transform - pos: -10.5,-20.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable -- proto: VendingMachineDiscount + pos: -28.585564,19.647816 + parent: 2 +- proto: WeaponFlareGun entities: - - uid: 836 + - uid: 7913 components: - type: Transform - pos: 11.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable -- proto: VendingMachineDrGibb + pos: 46.435905,-3.308063 + parent: 2 +- proto: WeaponLaserCarbinePractice entities: - - uid: 835 + - uid: 8751 components: - type: Transform - pos: 11.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable -- proto: VendingMachineGames + pos: -28.408474,19.411827 + parent: 2 +- proto: WeaponRevolverDeckard entities: - - uid: 748 + - uid: 7737 components: - type: Transform - pos: 6.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable - - ApcPowerReceiver -- proto: VendingMachineSnack + pos: -3.537204,14.761298 + parent: 2 +- proto: WeaponTaser entities: - - uid: 637 + - uid: 3057 components: - type: Transform - pos: -12.5,-6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - Anchorable - - ApcPowerReceiver -- proto: WallRiveted + pos: 2.5111954,11.4883375 + parent: 2 +- proto: WeaponTetherGun entities: - - uid: 10 + - uid: 3059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 23 + pos: -5.5782247,14.510563 + parent: 2 +- proto: WeaponTurretHostile + entities: + - uid: 1237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 40 + pos: 4.5,16.5 + parent: 2 + - uid: 8651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-21.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 41 + pos: -5.5,16.5 + parent: 2 +- proto: Welder + entities: + - uid: 7915 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 42 + pos: 46.47083,-16.33574 + parent: 2 + - uid: 8633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 43 + pos: -37.304085,-5.3643703 + parent: 2 +- proto: WelderExperimental + entities: + - uid: 3055 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 44 + pos: -3.513493,11.505985 + parent: 2 +- proto: WelderMini + entities: + - uid: 1178 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 45 + rot: 3.141592653589793 rad + pos: 14.519531,4.4526725 + parent: 2 +- proto: WeldingFuelTankFull + entities: + - uid: 8584 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 46 + pos: 35.5,4.5 + parent: 2 + - uid: 8586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 47 + pos: 40.5,-3.5 + parent: 2 + - uid: 9402 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 48 + pos: -38.5,-14.5 + parent: 2 + - uid: 9523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 49 + pos: -3.5,27.5 + parent: 2 +- proto: Window + entities: + - uid: 21 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 50 + pos: 12.5,-14.5 + parent: 2 + - uid: 23 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 51 + pos: 12.5,-19.5 + parent: 2 + - uid: 24 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 52 + pos: 8.5,-20.5 + parent: 2 + - uid: 25 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-18.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 53 + pos: 8.5,-19.5 + parent: 2 + - uid: 45 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 54 + pos: 12.5,-21.5 + parent: 2 + - uid: 46 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible + pos: 8.5,-18.5 + parent: 2 - uid: 55 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible + pos: 12.5,-18.5 + parent: 2 - uid: 56 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible + pos: 12.5,-20.5 + parent: 2 - uid: 57 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 58 + pos: 8.5,-21.5 + parent: 2 + - uid: 65 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 59 + pos: 8.5,-14.5 + parent: 2 + - uid: 67 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 60 + pos: 1.5,-19.5 + parent: 2 + - uid: 100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 61 + pos: 12.5,-13.5 + parent: 2 + - uid: 105 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 62 + pos: 12.5,-11.5 + parent: 2 + - uid: 176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 63 + pos: 12.5,-12.5 + parent: 2 + - uid: 187 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 64 + pos: 2.5,-18.5 + parent: 2 + - uid: 188 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 65 + pos: 2.5,-14.5 + parent: 2 + - uid: 189 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 66 + pos: 1.5,-14.5 + parent: 2 + - uid: 190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 67 + pos: 1.5,-18.5 + parent: 2 + - uid: 209 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 68 + pos: 8.5,-11.5 + parent: 2 + - uid: 210 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 69 + pos: 8.5,-12.5 + parent: 2 + - uid: 211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 70 + pos: 8.5,-13.5 + parent: 2 + - uid: 317 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 71 + pos: -2.5,-19.5 + parent: 2 + - uid: 318 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 72 + pos: -2.5,-18.5 + parent: 2 + - uid: 319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 73 + pos: -3.5,-18.5 + parent: 2 + - uid: 320 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 74 + pos: -3.5,-14.5 + parent: 2 + - uid: 321 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 75 + pos: -2.5,-14.5 + parent: 2 + - uid: 335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 76 + pos: -17.5,-17.5 + parent: 2 + - uid: 336 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 77 + pos: -17.5,-16.5 + parent: 2 + - uid: 337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 78 + pos: -17.5,-15.5 + parent: 2 + - uid: 350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 79 + pos: 16.5,-17.5 + parent: 2 + - uid: 351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 80 + pos: 16.5,-16.5 + parent: 2 + - uid: 352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 81 + pos: 16.5,-15.5 + parent: 2 + - uid: 414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 82 + pos: 2.5,-20.5 + parent: 2 + - uid: 415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 83 + pos: 3.5,-20.5 + parent: 2 + - uid: 416 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 84 + pos: -3.5,-20.5 + parent: 2 + - uid: 417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 85 + pos: -4.5,-20.5 + parent: 2 + - uid: 540 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 86 + pos: 1.5,-12.5 + parent: 2 + - uid: 797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 87 + pos: -2.5,-12.5 + parent: 2 + - uid: 936 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 88 + pos: 27.5,-5.5 + parent: 2 + - uid: 968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 89 + pos: 18.5,-11.5 + parent: 2 + - uid: 969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 90 + pos: 18.5,-12.5 + parent: 2 + - uid: 992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 92 + pos: 19.5,-6.5 + parent: 2 + - uid: 1033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 112 + pos: 27.5,-6.5 + parent: 2 + - uid: 1050 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 114 + pos: 19.5,-5.5 + parent: 2 + - uid: 1154 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 120 + pos: 19.5,6.5 + parent: 2 + - uid: 1155 components: - type: Transform - pos: 5.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 154 + pos: 19.5,7.5 + parent: 2 + - uid: 1156 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 158 + pos: 19.5,8.5 + parent: 2 + - uid: 1400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 179 + pos: 52.5,-15.5 + parent: 2 + - uid: 1401 components: - type: Transform - pos: -2.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 180 + pos: 53.5,-15.5 + parent: 2 + - uid: 1402 components: - type: Transform - pos: 5.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 182 + pos: 52.5,-7.5 + parent: 2 + - uid: 1403 components: - type: Transform - pos: 1.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 187 + pos: 53.5,-7.5 + parent: 2 + - uid: 1646 components: - type: Transform - pos: -6.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 189 + pos: 13.5,-37.5 + parent: 2 + - uid: 1647 components: - type: Transform - pos: 5.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 190 + pos: 14.5,-37.5 + parent: 2 + - uid: 1648 components: - type: Transform - pos: 1.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 193 + pos: 15.5,-37.5 + parent: 2 + - uid: 1696 components: - type: Transform - pos: 5.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 199 + pos: -7.5,-7.5 + parent: 2 + - uid: 1697 components: - type: Transform - pos: -6.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 202 + pos: -6.5,-7.5 + parent: 2 + - uid: 1698 components: - type: Transform - pos: -6.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 207 + pos: -7.5,-6.5 + parent: 2 + - uid: 1699 components: - type: Transform - pos: -6.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 217 + pos: -8.5,-6.5 + parent: 2 + - uid: 1700 components: - type: Transform - pos: -4.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 222 + pos: -8.5,-5.5 + parent: 2 + - uid: 1706 components: - type: Transform - pos: -2.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 223 + pos: 7.5,3.5 + parent: 2 + - uid: 1710 components: - type: Transform - pos: -0.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 225 + pos: 4.5,6.5 + parent: 2 + - uid: 1720 components: - type: Transform - pos: -1.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 231 + pos: -8.5,-3.5 + parent: 2 + - uid: 1721 components: - type: Transform - pos: -4.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 258 + pos: -3.5,-7.5 + parent: 2 + - uid: 1722 components: - type: Transform - pos: -14.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 259 + pos: 2.5,-7.5 + parent: 2 + - uid: 1723 components: - type: Transform - pos: 13.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 260 + pos: 5.5,-7.5 + parent: 2 + - uid: 1724 components: - type: Transform - pos: 13.5,-4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 261 + pos: 6.5,-7.5 + parent: 2 + - uid: 1725 components: - type: Transform - pos: -14.5,-3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 262 + pos: 6.5,-6.5 + parent: 2 + - uid: 1726 components: - type: Transform - pos: 13.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 263 + pos: 7.5,-6.5 + parent: 2 + - uid: 1727 components: - type: Transform - pos: 13.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 264 + pos: 7.5,-5.5 + parent: 2 + - uid: 1728 components: - type: Transform - pos: 12.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 265 + pos: 7.5,-3.5 + parent: 2 + - uid: 1731 components: - type: Transform - pos: -14.5,1.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 266 + pos: 3.5,6.5 + parent: 2 + - uid: 1738 components: - type: Transform - pos: -14.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 267 + pos: -8.5,3.5 + parent: 2 + - uid: 1741 components: - type: Transform - pos: -13.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 304 + pos: -8.5,4.5 + parent: 2 + - uid: 1742 components: - type: Transform - pos: -7.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 306 + pos: -8.5,2.5 + parent: 2 + - uid: 1745 components: - type: Transform - pos: -6.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 307 + pos: 7.5,2.5 + parent: 2 + - uid: 1753 components: - type: Transform - pos: 6.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 340 + pos: 7.5,4.5 + parent: 2 + - uid: 1760 components: - type: Transform - pos: 5.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 343 + pos: -4.5,6.5 + parent: 2 + - uid: 1761 components: - type: Transform - pos: 0.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 351 + pos: -5.5,6.5 + parent: 2 + - uid: 1894 components: - type: Transform - pos: -3.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 401 + pos: -19.5,-7.5 + parent: 2 + - uid: 1895 components: - type: Transform - pos: -5.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 403 + pos: -19.5,-8.5 + parent: 2 + - uid: 1904 components: - type: Transform - pos: 4.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 405 + pos: -29.5,-8.5 + parent: 2 + - uid: 1905 components: - type: Transform - pos: -1.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 406 + pos: -29.5,-7.5 + parent: 2 + - uid: 2046 components: - type: Transform - pos: 4.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 407 + pos: -20.5,-3.5 + parent: 2 + - uid: 2047 components: - type: Transform - pos: 2.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 408 + pos: -20.5,-2.5 + parent: 2 + - uid: 2048 components: - type: Transform - pos: 2.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 409 + pos: -19.5,-2.5 + parent: 2 + - uid: 2049 components: - type: Transform - pos: 2.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 414 + pos: -28.5,-3.5 + parent: 2 + - uid: 2050 components: - type: Transform - pos: 3.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 420 + pos: -28.5,-2.5 + parent: 2 + - uid: 2051 components: - type: Transform - pos: 2.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 578 + pos: -29.5,-2.5 + parent: 2 + - uid: 2133 components: - type: Transform - pos: -3.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 581 + pos: -31.5,8.5 + parent: 2 + - uid: 2134 components: - type: Transform - pos: -3.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 582 + pos: -31.5,7.5 + parent: 2 + - uid: 2135 components: - type: Transform - pos: -3.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 583 + pos: -31.5,6.5 + parent: 2 + - uid: 2136 components: - type: Transform - pos: -3.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 588 + pos: -38.5,5.5 + parent: 2 + - uid: 2137 components: - type: Transform - pos: -2.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 602 + pos: -38.5,4.5 + parent: 2 + - uid: 2180 components: - type: Transform - pos: 0.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 693 + pos: -17.5,6.5 + parent: 2 + - uid: 2181 components: - type: Transform - pos: 1.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 711 + pos: -17.5,7.5 + parent: 2 + - uid: 2182 components: - type: Transform - pos: -1.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 712 + pos: -17.5,8.5 + parent: 2 + - uid: 2249 components: - type: Transform - pos: -0.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 713 + pos: -25.5,11.5 + parent: 2 + - uid: 2250 components: - type: Transform - pos: 0.5,-2.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 725 + pos: -25.5,12.5 + parent: 2 + - uid: 2251 components: - type: Transform - pos: -5.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 726 + pos: -25.5,13.5 + parent: 2 +- proto: WindowDirectional + entities: + - uid: 64 components: - type: Transform - pos: -5.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 736 + rot: 3.141592653589793 rad + pos: 7.5,-14.5 + parent: 2 + - uid: 104 components: - type: Transform - pos: -5.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 739 + rot: 3.141592653589793 rad + pos: 11.5,-14.5 + parent: 2 + - uid: 197 components: - type: Transform - pos: -5.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 743 + rot: 3.141592653589793 rad + pos: 9.5,-14.5 + parent: 2 + - uid: 200 components: - type: Transform - pos: -5.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 745 + rot: 3.141592653589793 rad + pos: 15.5,-14.5 + parent: 2 + - uid: 201 components: - type: Transform - pos: -5.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 746 + rot: 3.141592653589793 rad + pos: 13.5,-14.5 + parent: 2 + - uid: 202 components: - type: Transform - pos: 2.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 754 + pos: 13.5,-18.5 + parent: 2 + - uid: 203 components: - type: Transform - pos: 4.5,7.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 757 + pos: 15.5,-18.5 + parent: 2 + - uid: 204 components: - type: Transform - pos: 4.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 758 + pos: 5.5,-18.5 + parent: 2 + - uid: 205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,-14.5 + parent: 2 + - uid: 206 components: - type: Transform - pos: 4.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 762 + pos: 11.5,-18.5 + parent: 2 + - uid: 207 components: - type: Transform - pos: 4.5,5.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 799 + pos: 9.5,-18.5 + parent: 2 + - uid: 208 components: - type: Transform - pos: 4.5,4.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 800 + pos: 7.5,-18.5 + parent: 2 + - uid: 1617 components: - type: Transform - pos: -5.5,9.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible - - uid: 804 + rot: 1.5707963267948966 rad + pos: 9.5,-60.5 + parent: 2 + - uid: 2055 components: - type: Transform - pos: -0.5,6.5 - parent: 818 - - type: Godmode - missingComponents: - - Destructible -- proto: WarpPoint - entities: - - uid: 638 + pos: -27.5,6.5 + parent: 2 + - uid: 2056 components: - type: Transform - pos: -0.5,1.5 - parent: 818 - - type: WarpPoint - location: Terminal - - type: Godmode -- proto: Windoor - entities: - - uid: 806 + rot: -1.5707963267948966 rad + pos: -27.5,6.5 + parent: 2 + - uid: 2057 components: - type: Transform - pos: -8.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction - - uid: 841 + rot: 1.5707963267948966 rad + pos: -27.5,6.5 + parent: 2 + - uid: 2058 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - RCDDeconstructable - - Destructible - - Construction -- proto: WindowReinforcedDirectional - entities: - - uid: 181 + pos: -27.5,7.5 + parent: 2 + - uid: 2059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,2.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 204 + rot: -1.5707963267948966 rad + pos: -27.5,7.5 + parent: 2 + - uid: 2060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 600 + rot: 3.141592653589793 rad + pos: -27.5,7.5 + parent: 2 + - uid: 2064 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,8.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 659 + pos: -21.5,6.5 + parent: 2 + - uid: 2065 components: - type: Transform - pos: 9.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 660 + rot: -1.5707963267948966 rad + pos: -21.5,7.5 + parent: 2 + - uid: 2066 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 661 + pos: -21.5,6.5 + parent: 2 + - uid: 2067 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 662 + pos: -21.5,7.5 + parent: 2 + - uid: 2068 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 663 + rot: 3.141592653589793 rad + pos: -21.5,7.5 + parent: 2 + - uid: 2069 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 664 + pos: -21.5,6.5 + parent: 2 + - uid: 2259 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 665 + pos: -10.5,-60.5 + parent: 2 + - uid: 2615 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 666 + pos: -49.5,2.5 + parent: 2 + - uid: 2616 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 667 + pos: -49.5,4.5 + parent: 2 + - uid: 2756 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 668 + pos: -49.5,-25.5 + parent: 2 + - uid: 2757 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 669 + pos: -49.5,-27.5 + parent: 2 + - uid: 3136 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-61.5 + parent: 2 + - uid: 3287 + components: + - type: Transform + pos: 38.5,-6.5 + parent: 2 + - uid: 3288 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 670 + pos: 38.5,-10.5 + parent: 2 + - uid: 6894 components: - type: Transform - pos: -10.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 671 + rot: 1.5707963267948966 rad + pos: 9.5,-62.5 + parent: 2 + - uid: 7584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 672 + rot: 1.5707963267948966 rad + pos: 9.5,-59.5 + parent: 2 + - uid: 7585 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 673 + rot: 1.5707963267948966 rad + pos: 9.5,-61.5 + parent: 2 + - uid: 7587 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 674 + pos: 9.5,-61.5 + parent: 2 + - uid: 7802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 675 + rot: 3.141592653589793 rad + pos: -10.5,-59.5 + parent: 2 + - uid: 8273 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,-12.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 676 + pos: -10.5,-62.5 + parent: 2 + - uid: 8274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-13.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 677 + pos: -10.5,-62.5 + parent: 2 + - uid: 8275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-14.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 678 + rot: -1.5707963267948966 rad + pos: -10.5,-61.5 + parent: 2 + - uid: 8276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-15.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 679 + rot: -1.5707963267948966 rad + pos: -10.5,-60.5 + parent: 2 + - uid: 8277 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 680 + rot: -1.5707963267948966 rad + pos: -10.5,-59.5 + parent: 2 + - uid: 8278 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 681 + rot: 1.5707963267948966 rad + pos: -10.5,-59.5 + parent: 2 + - uid: 8279 components: - type: Transform - pos: -11.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 682 + rot: -1.5707963267948966 rad + pos: -10.5,-62.5 + parent: 2 + - uid: 8280 components: - type: Transform - pos: -9.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 683 + rot: -1.5707963267948966 rad + pos: 9.5,-62.5 + parent: 2 + - uid: 8281 components: - type: Transform - pos: 10.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 684 + rot: -1.5707963267948966 rad + pos: 9.5,-60.5 + parent: 2 + - uid: 8282 components: - type: Transform - pos: 8.5,-11.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 685 + rot: -1.5707963267948966 rad + pos: 9.5,-59.5 + parent: 2 + - uid: 8283 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 686 + pos: 9.5,-59.5 + parent: 2 + - uid: 8284 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-16.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 837 + pos: 9.5,-62.5 + parent: 2 +- proto: WindowReinforcedDirectional + entities: + - uid: 2388 components: - type: Transform - pos: 1.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 838 + rot: -1.5707963267948966 rad + pos: -25.5,19.5 + parent: 2 + - uid: 2397 components: - type: Transform - pos: 0.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 839 + rot: -1.5707963267948966 rad + pos: -25.5,21.5 + parent: 2 +- proto: Wrench + entities: + - uid: 7824 components: - type: Transform - pos: -0.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible - - uid: 840 + rot: -1.5707963267948966 rad + pos: 16.606297,2.5340981 + parent: 2 + - uid: 7922 components: - type: Transform - pos: -1.5,3.5 - parent: 818 - - type: Godmode - missingComponents: - - Construction - - RCDDeconstructable - - Destructible + pos: 52.155132,-20.448378 + parent: 2 + - uid: 8547 + components: + - type: Transform + pos: 32.404167,2.531181 + parent: 2 +- proto: Zipties + entities: + - uid: 7800 + components: + - type: Transform + pos: -1.1729649,-2.290776 + parent: 2 ...